@font-face {
  font-family: 'poppins-regular';
  src: url(https://www.lnautogas.com/template/en/fonts/poppins-regular.ttf) format('truetype'), url(../font/poppins-regular.eot) format('eot'), url(../font/poppins-regular.woff) format('woff'), url(../font/poppins-regular.woff2) format('woff2');
}
@font-face {
  font-family: 'poppins-bold';
  src: url(../font/poppins-bold.ttf) format('truetype'), url(../font/poppins-bold.eot) format('eot'), url(../font/poppins-bold.woff) format('woff'), url(../font/poppins-bold.woff2) format('woff2');
}
@font-face {
  font-family: 'Source-Han-Sans';
  src: url(https://www.lnautogas.com/template/en/fonts/Source-Han-Sans.ttf) format('truetype');
}
@font-face {
  font-family: 'RobotoSlab-Regular';
  src: url(../font/RobotoSlab-Regular.ttf) format('truetype');
}
strong{
  font-size: inherit;
}


.clearfix:before, .clearfix:after {
    display: table;
    content: " ";
}



#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: 200;
}
#mobile:before {
  content: '';
  width: 200vh;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
}
#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: 100vh;
  display: block;
  background: #222;
  padding: 40px 10%;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #e0640d;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url(../image/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: #e0640d;
}
#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 .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;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}
table tr:nth-child(even) {
  background: #eee;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../image/fw.png) !important;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
.container {
  width: 1430px;
}
.containerBox {
  width: 1366px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
}
#header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
}
#header img {
  width: auto;
}
#header .nav {
  position: relative;
  width: 100%;
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
}
#header .nav .nav-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  position: relative;
}
#header .nav .nav-box .h-logo {
  margin-left: 120px;
}
#header .nav .nav-box .menu-box {
  margin-right: 390px;
  padding: 0;
  position: relative;
  display: flex;
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
}
#header .nav .nav-box .menu-box .menu > li {
  display: inline-block;
  position: relative;
  margin: 0 39px;
  vertical-align: top;
}
#header .nav .nav-box .menu-box .menu > li > a {
  font-size: 19px;
  color: #ffffff;
  display: block;
  padding: 5px 0;
  text-transform: uppercase;
  position: relative;
  font-family: 'RobotoSlab-Regular';
}
#header .nav .nav-box .menu-box .menu > li > a:after {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: #48904a;
}
#header .nav .nav-box .menu-box .menu > li:hover > a {
  color: #48904a;
}
#header .nav .nav-box .menu-box .menu > li:hover > a:after {
  width: 80%;
  left: 10%;
}
#header .nav .nav-box .menu-box .menu > li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 180px;
  background: #48904a;
  text-align: left;
  z-index: 101;
  display: none;
}
#header .nav .nav-box .menu-box .menu > li .sub-menu li {
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  line-height: normal;
}
#header .nav .nav-box .menu-box .menu > li .sub-menu li a {
  font-size: 15px;
  color: #fff;
  display: block;
  padding: 10px 18px;
}
#header .nav .nav-box .menu-box .menu > li .sub-menu li:hover {
  background: #222;
}
#header .nav .nav-box .h-search {
  cursor: pointer;
  margin-left: 20px;
  position: absolute;
  width: 351px;
  height: 71px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../image/searchBga.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px 0 90px;
}
#header .nav .nav-box .h-search > a {
  font-size: 18px;
  color: #ffffff;
  font-family: 'RobotoSlab-Regular';
  border-bottom: 1px solid #ffffff;
}
#header .nav .nav-box .h-search i {
  color: #ffffff;
}
#header .nav .nav-box .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .nav-box .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .nav-box .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .nav-box .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .nav-box .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../image/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .nav-box .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .nav-box .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../image/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner {
  position: relative;
}
#banner img {
  width: auto;
}
#banner .swiper-container {
  position: relative;
}
#banner .swiper-container .swiper-slide .bannerImg {
  transform: scale(1.4);
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transition: 10s ease;
  -webkit-transition: 10s ease;
  -moz-transition: 10s ease;
  -ms-transition: 10s ease;
  -o-transition: 10s ease;
}
#banner .swiper-container .swiper-slide .content {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
}
#banner .swiper-container .swiper-slide .content .contentBox {
  padding-top: 60px;
}
    #banner .swiper-container .swiper-slide .content .contentBox ul li img{ width:200px; height:200px; object-fit:contain; border-radius:50%; background:#fff;}
    #banner .swiper-container .swiper-slide .content .contentBox h2 {
        font-size: 48px;
        line-height: 48px;
        color: #fffd68;
        font-family: 'RobotoSlab-Bold';
        text-transform: uppercase;
        margin-bottom: 20px;
    }
#banner .swiper-container .swiper-slide .content .contentBox h3 {
  max-width: 980px;
  font-size: 38px;
  color: #ffffff;
  line-height: 70px;
  font-family: 'RobotoSlab-Bold';
  text-transform: uppercase;
  transition: 0.8s ease;
  -webkit-transition: 0.8s ease;
  -moz-transition: 0.8s ease;
  -ms-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  transform: translateY(30px);
  opacity: 0;
}
#banner .swiper-container .swiper-slide .content .contentBox ul {
  margin-top: 50px;
  display: flex;
  align-items: center;
}
#banner .swiper-container .swiper-slide .content .contentBox ul li {
  margin-right: 20px;
}
#banner .swiper-container .swiper-slide-active .bannerImg {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
#banner .swiper-container .swiper-slide-active .content .contentBox h3 {
  transform: translateY(0px);
  opacity: 1;
}
#banner .swiper-container .nav-button {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
#banner .swiper-container .nav-button .swiper-button-next,
#banner .swiper-container .nav-button .swiper-button-prev {
  position: relative;
  display: inline-block;
  background: #ffffff;
  width: 59px;
  height: 59px;
  text-align: center;
  opacity: 1;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}
#banner .swiper-container .nav-button .swiper-button-next:hover,
#banner .swiper-container .nav-button .swiper-button-prev:hover {
  background: #056ff6;
}
#banner .swiper-container .nav-button .swiper-button-next:hover > i,
#banner .swiper-container .nav-button .swiper-button-prev:hover > i {
  color: #fff;
}
#banner .swiper-container .nav-button .swiper-button-next:hover::after,
#banner .swiper-container .nav-button .swiper-button-prev:hover::after {
  width: 0;
}
#banner .swiper-container .nav-button .swiper-button-next > i,
#banner .swiper-container .nav-button .swiper-button-prev > i {
  font-size: 35px;
  color: #333333;
  line-height: 59px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#banner .swiper-container .nav-button .swiper-button-prev {
  left: 0;
}
#banner .swiper-container .nav-button .swiper-button-prev::after {
  position: absolute;
  width: 1px;
  height: 40px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #056ff6;
}
#banner .swiper-container .nav-button .swiper-button-next {
  right: 2px;
}
#banner .swiper-container .nav-button .swiper-button-next:hover .swiper-button-next {
  background: #000000;
}
#banner .swiper-container .nav-button .swiper-pagination {
  position: relative;
  display: inline-block;
  width: auto;
  font-size: 18px;
  font-family: 'RobotoSlab-Regular';
  color: #ffffff;
  margin-left: 25px;
}
#banner .swiper-container .nav-button .swiper-pagination span {
  font-size: 18px;
  font-family: 'RobotoSlab-Regular';
  color: #ffffff;
}
@font-face {
  font-family: 'RobotoSlab-Regular';
  src: url(../fonts/400[Basic\ Latin].woff.ttf) format('truetype');
}
@font-face {
  font-family: 'RobotoSlab-Bold';
  src: url(../font/RobotoSlab-Bold.ttf) format('truetype');
}
#index-body h1.h1,
#index-body h2.h2,
#index-body h3.h3,
#index-body h4.h4,
#index-body h5.h5,
#index-body h6.h6,
#index-body h1,
#index-body h2,
#index-body h3,
#index-body h4,
#index-body h5,
#index-body h6 {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#index-body a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}
#index-body span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}
#index-body em {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}
#index-body img {
  width: auto;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}
#index-body h1 {
  font-size: 36px;
  line-height: 36px;
  font-family: 'RobotoSlab-Bold';
  padding-bottom: 20px;
  text-transform: uppercase;
}
#index-body p {
  font-size: 16px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#index-body p.p {
  font-size: 14px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#index-body .i-category {
  padding: 90px 0;
}
#index-body .i-category .top {
  text-align: center;
}
#index-body .i-category .top h1 {
  color: #000000;
}
#index-body .i-category .categoryBox {
  padding-top: 60px;
}
#index-body .i-category .categoryBox ul {
  display: flex;
  flex-wrap: wrap;
}
#index-body .i-category .categoryBox ul li {
  width: 25%;
  text-align: center;
  border-right: 1px solid #cccccc;
}
#index-body .i-category .categoryBox ul li:last-child {
  border-right: none;
}
#index-body .i-category .categoryBox ul li span {
  font-size: 60px;
  display: block;
  color: #000000;
  line-height: 60px;
  font-family: 'RobotoSlab-Bold';
}
#index-body .i-category .categoryBox ul li p {
  font-size: 16px;
  color: #000000;
  font-family: 'RobotoSlab-Regular';
}
#index-body .i-hot {
  background: url(../image/hotBga.jpg) no-repeat;
  padding: 120px 0 90px 0;
}
#index-body .i-hot .hot-box {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#index-body .i-hot .hot-box .left {
  width: 30%;
}
#index-body .i-hot .hot-box .left .top {
  text-align: left;
}
#index-body .i-hot .hot-box .left .top h1 {
  color: #ffffff;
}
#index-body .i-hot .hot-box .left p {
  margin-top: 10px;
  font-size: 20px;
  color: #ffffff;
  line-height: 35px;
  font-family: 'RobotoSlab-Regular';
  font-weight: 100;
}
#index-body .i-hot .hot-box .right {
  width: 70%;
  padding-left: 105px;
}
#index-body .i-hot .hot-box .right .swiper-slide {
  display: inline-block;
}
#index-body .i-hot .hot-box .right .swiper-slide .hotImg {
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 100%;
      height: 464px;
}
#index-body .i-hot .hot-box .right .swiper-slide .hotImg a > img{
  position: absolute;
  width: auto;
  max-width: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
#index-body .i-hot .hot-box .right .swiper-slide .hot-shadow {
  display: block;
  margin-left: 40px;
}
#index-body .i-hot .hot-box .right .nav-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 3;
}
#index-body .i-hot .hot-box .right .nav-button .swiper-button-next,
#index-body .i-hot .hot-box .right .nav-button .swiper-button-prev {
  position: relative;
  display: block;
  background: #ffffff;
  width: 59px;
  height: 59px;
  text-align: center;
  opacity: 1;
  margin-top: 5px;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}
#index-body .i-hot .hot-box .right .nav-button .swiper-button-next:hover,
#index-body .i-hot .hot-box .right .nav-button .swiper-button-prev:hover {
  background: #056ff6;
}
#index-body .i-hot .hot-box .right .nav-button .swiper-button-next:hover > i,
#index-body .i-hot .hot-box .right .nav-button .swiper-button-prev:hover > i {
  color: #fff;
}
#index-body .i-hot .hot-box .right .nav-button .swiper-button-next:hover::after,
#index-body .i-hot .hot-box .right .nav-button .swiper-button-prev:hover::after {
  width: 0;
}
#index-body .i-hot .hot-box .right .nav-button .swiper-button-next > i,
#index-body .i-hot .hot-box .right .nav-button .swiper-button-prev > i {
  font-size: 35px;
  color: #333333;
  line-height: 59px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#index-body .i-hot .hot-box .right .nav-button .swiper-button-prev {
  left: 0;
}
#index-body .i-hot .hot-box .right .nav-button .swiper-button-next {
  right: 0;
}
#index-body .i-product {
  background: url(../image/productBga.png) no-repeat;
  background-size: cover;
  padding: 110px 0 240px;
}
#index-body .i-product .swiper-slide {
  position: relative;
}
#index-body .i-product .swiper-slide .productImg {
  display: inline-block;
  overflow: hidden;
  background: #fff;
}
#index-body .i-product .swiper-slide .productImg:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
#index-body .i-product .swiper-slide h2 {
  min-width: 150px;
  text-align: center;
  padding: 15px 10px;
  position: absolute;
  top: 0;
  left: 0;
  background: #056ff6;
  font-size: 20px;
  color: #ffffff;
  text-transform: capitalize;
  font-family: 'RobotoSlab-Regular';
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}
#index-body .i-product .swiper-slide h2:hover {
  background: #000000;
}
#index-body .i-product .swiper-slide h3 {
  font-size: 20px;
  color: #000000;
  font-family: 'RobotoSlab-Regular';
  text-align: center;
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
}
#index-body .i-product .swiper-slide h3:hover {
  color: #056ff6;
}
#index-body .i-product .productBox .swiper-button-next,#index-body .i-product .productBox .swiper-button-prev{
    width: 73px;
    height: 92px;
}
#index-body .i-product .productBox .swiper-button-prev{
      background: url(../image/product-left.png);
      left: -10%;
}
#index-body .i-product .productBox .swiper-button-next{
    background: url(../image/product-right.png);
    right: -10%;
}


#index-body .i-about {
  padding: 60px 0 100px;
}
#index-body .i-about .about-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#index-body .i-about .about-box .left {
  max-width: 52%;
}
#index-body .i-about .about-box .left .top {
  text-align: left;
}
#index-body .i-about .about-box .left .top h1 {
  color: #000000;
  line-height: 50px;
}
#index-body .i-about .about-box .left p {
  margin-top: 20px;
  font-size: 20px;
  line-height: 35px;
  color: #000000;
  font-family: 'RobotoSlab-Regular';
  margin-bottom: 60px;
}
#index-body .i-about .about-box .left a {
  display: inline-block;
  font-size: 20px;
  color: #000000;
  font-family: 'RobotoSlab-Regular';
  position: relative;
  margin-right: 30px;
}
#index-body .i-about .about-box .left a:hover {
  color: #056ff6;
}
#index-body .i-about .about-box .left a:hover::after {
  width: 100%;
}
#index-body .i-about .about-box .left a > img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}
#index-body .i-about .about-box .left a::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -10px;
  width: 0;
  height: 4px;
  background: #056ff6;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#index-body .i-about .about-box .right {
  width: 33.5%;
}
#index-body .i-why .top {
  padding: 80px 0 60px;
  background: url(../image/whyBga.jpg) no-repeat;
  background-size: cover;
  text-align: center;
}
#index-body .i-why .top h1 {
  color: #ffffff;
}
#index-body .i-why .whyBox {
  width: 100%;
}
#index-body .i-why .whyBox .swiper-slide {
  text-align: center;
  padding: 70px 50px 50px;
  background: #eeeeee;
  min-height:480px;
}
#index-body .i-why .whyBox .swiper-slide:hover img {
  transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  -webkit-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  -moz-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  -ms-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  -o-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
}
#index-body .i-why .whyBox .swiper-slide img {
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}
#index-body .i-why .whyBox .swiper-slide h2 {
  font-size: 19px;
  color: #000000;
  font-family: 'RobotoSlab-Bold';
  padding: 10px 0;
  text-transform: uppercase;
}
#index-body .i-why .whyBox .swiper-slide p {
  font-size: 16px;
  color: #000000;
  line-height: 28px;
  height: 110px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  font-family: 'RobotoSlab-Regular';
}
#index-body .i-why .whyBox .swiper-slide:nth-child(odd) {
  background: #f7f7f7;
}
#index-body .i-news {
  padding: 90px 0;
}
#index-body .i-news .top {
  text-align: left;
}
#index-body .i-news .newsBox {
  padding-top: 65px;
}
#index-body .i-news .newsBox .swiper-slide .newsImg {
  display: inline-block;
  overflow: hidden;
}
#index-body .i-news .newsBox .swiper-slide .newsImg:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
#index-body .i-news .newsBox .swiper-slide .content {
  padding: 20px 30px 20px 0;
}
#index-body .i-news .newsBox .swiper-slide .content h2 {
  font-size: 20px;
  color: #000000;
  font-family: 'RobotoSlab-Bold';
  text-transform: uppercase;
}
#index-body .i-news .newsBox .swiper-slide .content h2:hover {
  color: #056ff6;
}
#index-body .i-news .newsBox .swiper-slide .content p {
  font-size: 16px;
  color: #000000;
  line-height: 28px;
  font-family: 'RobotoSlab-Regular';
  margin: 10px 0 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#index-body .i-news .newsBox .swiper-slide .content .time {
  opacity: 0.8;
  margin: 0;
}
@font-face {
  font-family: 'RobotoSlab-Regular';
  src: url(../fonts/400[Basic\ Latin].woff.ttf) format('truetype');
}
@font-face {
  font-family: 'RobotoSlab-Bold';
  src: url(../font/RobotoSlab-Bold.ttf) format('truetype');
}
#footer {
  background: #050713;
  position: relative;
}
#footer h1.h1,
#footer h2.h2,
#footer h3.h3,
#footer h4.h4,
#footer h5.h5,
#footer h6.h6,
#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6 {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#footer a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}
#footer span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}
#footer em {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}
#footer img {
  width: auto;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}
#footer p {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#footer .top {
  padding: 50px 0 70px;
}
#footer .top .topBox {
  display: flex;
  justify-content: space-between;
}
#footer .top .topBox .content .footer-logo {
  margin-bottom: 35px;
}
#footer .top .topBox .content ul h2 {
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'RobotoSlab-Regular';
  position: relative;
  padding: 10px 0;
  margin-bottom: 20px;
}
#footer .top .topBox .content ul h2::after {
  position: absolute;
  content: "";
  width: 52px;
  height: 2px;
  background: #056ff6;
  bottom: 0;
  left: 0;
}
#footer .top .topBox .content ul li {
  font-size: 16px;
  margin-bottom: 20px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'RobotoSlab-Regular';
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#footer .top .topBox .content ul li:hover {
  color: #056ff6;
}
#footer .top .topBox .content ul p {
  font-size: 14px;
  line-height: 24px;
  color: #a8a8a8;
  font-family: 'RobotoSlab-Regular';
  margin-bottom: 10px;
}
#footer .top .topBox .content.one {
  width: 165px;
}
#footer .top .topBox .content.three {
  width: 25%;
}
#footer .top .topBox .content.form {
  width: 28%;
  position: relative;
}
#footer .top .topBox .content.form form {
  position: absolute;
  bottom: -70px;
  left: 0;
  width: 100%;
  background: #f3f7fa;
  padding: 30px 45px 35px;
  display:none;
}
#footer .top .topBox .content.form form h3 {
  font-size: 24px;
  color: #000000;
  line-height: 24px;
  font-family: 'RobotoSlab-Bold';
  margin-bottom: 30px;
  text-align: center;
}
#footer .top .topBox .content.form form input {
  width: 100%;
  height: 45px;
  border: none;
  background: #ffffff;
  font-size: 16px;
  font-family: 'RobotoSlab-Regular';
  padding: 15px;
  margin-bottom: 15px;
}
#footer .top .topBox .content.form form textarea {
  width: 100%;
  height: 165px;
  border: none;
  background: #ffffff;
  padding: 15px;
  margin-bottom: 15px;
}
#footer .top .topBox .content.form form textarea::-webkit-input-placeholder {
  opacity: 1;
  font-family: 'RobotoSlab-Regular';
  font-size: 16px;
}
#footer .top .topBox .content.form form textarea:-moz-placeholder {
  opacity: 1;
  font-family: 'RobotoSlab-Regular';
  font-size: 16px;
}
#footer .top .topBox .content.form form textarea::-moz-placeholder {
  opacity: 1;
  font-family: 'RobotoSlab-Regular';
  font-size: 16px;
}
#footer .top .topBox .content.form form textarea::-ms-input-placeholder {
  opacity: 1;
  font-family: 'RobotoSlab-Regular';
  font-size: 16px;
}
#footer .top .topBox .content.form form input[type="submit"] {
  background: #056ff6;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'RobotoSlab-Regular';
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  padding: 0;
  margin-bottom: 0;
}
#footer .top .topBox .content.form form input[type="submit"]:hover {
  background: #000000;
}
#footer .bottom {
  padding: 30px 0;
  border-top: 1px solid #373942;
}
#footer .bottom .bottom-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#footer .bottom .bottom-box p {
  font-size: 16px;
  color: #ffffff;
  font-family: 'SourceHanSansCN-Light';
  opacity: 0.5;
}
#footer .bottom .bottom-box p a {
  font-size: 16px;
  color: #ffffff;
  font-family: 'SourceHanSansCN-Light';
}
#footer .bottom .bottom-box p img {
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  height: auto;
}
#footer .bottom .bottom-box .icon {
  opacity: 1;
}
#footer .bottom .bottom-box .icon a {
  display: inline-block;
  width: 33px;
  height: 33px;
  text-align: center;
  line-height: 33px;
  border-radius: 100%;
  border: 1px solid #ffffff;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  margin-left: 10px;
}
#footer .bottom .bottom-box .icon a:hover {
  background: #056ff6;
  border: 1px solid #056ff6;
}
#footer .bottom .bottom-box .icon a i {
  color: #ffffff;
}
#footer .Stick {
  position: absolute;
}
@media screen and (max-width: 1760px) {
  #header .nav .nav-box .h-logo {
    margin-left: 60px;
  }
  #header .nav .nav-box .h-search {
    width: 300px;
  }
  #header .nav .nav-box .menu-box {
    margin-right: 300px;
  }
  #header .nav .nav-box .menu-box .menu > li {
    margin: 0 25px;
  }
}
@media screen and (max-width: 1430px) {
  .container {
    width: 1230px;
  }
  #header .nav .nav-box .menu-box .menu > li > a {
    font-size: 16px;
  }
  #header .nav .nav-box .menu-box .menu > li {
    margin: 0 20px;
  }
  #header .nav .nav-box .h-search > a {
    font-size: 16px;
  }
  #header .nav .nav-box .h-search {
    width: 270px;
    padding: 0 30px 0 80px;
  }
  #header .nav .nav-box .menu-box {
    margin-right: 270px;
  }
  #banner .swiper-container .swiper-slide .content .contentBox h2 {
    font-size: 28px;
    line-height: 28px;
  }
  #banner .swiper-container .swiper-slide .content .contentBox h3 {
    font-size: 40px;
    line-height: 50px;
  }
  #index-body .i-why .whyBox .swiper-slide {
    padding: 30px 20px 30px;
    min-height:480px;
  }
  #footer .top .topBox .content.one {
    width: 140px;
  }
  #footer .top .topBox .content.three {
    width: 27%;
  }
  #footer .top .topBox .content.form form {
    padding: 30px 30px 35px;
  }
  #footer .top .topBox .content.form {
    width: 30%;
  }
}
@media screen and (max-width: 1230px) {
  .container {
    width: 970px;
  }
  #header .nav .nav-box .h-logo img {
    width: 150px;
    height: auto;
  }
  #header .nav .nav-box .h-logo {
    margin-left: 30px;
  }
  #header .nav .nav-box .h-search {
    width: 230px;
    padding: 0 20px 0 60px;
    height: 60px;
  }
  #header .nav .nav-box .menu-box {
    margin-right: 230px;
  }
  #header .nav .nav-box .menu-box .menu > li > a {
    font-size: 14px;
  }
  #header .nav .nav-box .menu-box .menu > li {
    margin: 0 15px;
  }
  #banner .swiper-container .swiper-slide .content .contentBox h2 {
    font-size: 24px;
    line-height: 28px;
  }
  #banner .swiper-container .swiper-slide .content .contentBox h3 {
    font-size: 30px;
    line-height: 40px;
  }
  #banner .swiper-slide .content .contentBox ul > li > a > img {
    width: 430px;
    height: auto;
  }
  #banner .swiper-container .swiper-slide .content .contentBox ul {
    margin-top: 30px;
  }
  #index-body h1 {
    font-size: 26px;
    line-height: 26px;
    padding-bottom: 10px;
  }
  #index-body .i-category {
    padding: 40px 0;
  }
  #index-body .i-category .categoryBox {
    padding-top: 20px;
  }
  #index-body .i-category .categoryBox ul li span {
    font-size: 40px;
    line-height: 40px;
  }
  #index-body .i-hot {
    padding: 60px 0 45px 0;
  }
  #index-body .i-hot .hot-box .left p {
    font-size: 16px;
    line-height: 28px;
  }
  #index-body .i-hot .hot-box .right {
    padding-left: 20px;
  }
  #index-body .i-hot .hot-box .right .swiper-slide .hotImg {
    padding: 10px 90px;
  }
  #index-body .i-hot .hot-box .right .swiper-slide .hot-shadow {
    margin-left: 80px;
  }
  #index-body .i-product {
    padding: 70px 0 100px;
  }
  #index-body .i-product .swiper-slide h2 {
    font-size: 16px;
    padding: 10px 10px;
  }
  #index-body .i-product .swiper-slide h3 {
    font-size: 16px;
    bottom: 20px;
  }
  #index-body .i-about .about-box .left .top h1 {
    line-height: 36px;
  }
  #index-body .i-about .about-box .left p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  #index-body .i-why .top {
    padding: 40px 0 30px;
  }
  #index-body .i-why .whyBox .swiper-slide h2 {
    font-size: 18px;
  }
  #index-body .i-why .whyBox .swiper-slide p {
    font-size: 14px;
    line-height: 24px;
  }
  #index-body .i-about {
    padding: 30px 0 50px;
  }
  #index-body .i-news {
    padding: 50px 0;
  }
  #index-body .i-news .newsBox {
    padding-top: 30px;
  }
  #index-body .i-news .newsBox .swiper-slide .content {
    padding: 10px 10px 20px 0;
  }
  #index-body .i-news .newsBox .swiper-slide .content h2 {
    font-size: 18px;
  }
  #index-body .i-news .newsBox .swiper-slide .content p {
    font-size: 14px;
    line-height: 24px;
  }
  #footer .top .topBox .content.one {
    width: 120px;
  }
  #footer .top .topBox .content ul h2 {
    font-size: 16px;
    padding: 5px 0;
    margin-bottom: 10px;
  }
  #footer .top .topBox .content ul li {
    font-size: 14px;
    margin-bottom: 10px;
  }
  #footer .top .topBox .content ul p {
    font-size: 12px;
    line-height: 20px;
  }
  #footer .top .topBox .content.three {
    width: 29%;
  }
  #footer .top .topBox .content.form {
    width: 33%;
  }
  #footer .top .topBox .content.form form {
    padding: 20px;
  }
  #footer .top .topBox .content.form form input {
    font-size: 12px;
    padding: 10px;
    margin-bottom: 10px;
    height: 35px;
  }
  #footer .top .topBox .content.form form textarea::-webkit-input-placeholder {
    opacity: 1;
    font-family: 'RobotoSlab-Regular';
    font-size: 12px;
  }
  #footer .top .topBox .content.form form textarea:-moz-placeholder {
    opacity: 1;
    font-family: 'RobotoSlab-Regular';
    font-size: 12px;
  }
  #footer .top .topBox .content.form form textarea::-moz-placeholder {
    opacity: 1;
    font-family: 'RobotoSlab-Regular';
    font-size: 12px;
  }
  #footer .top .topBox .content.form form textarea::-ms-input-placeholder {
    opacity: 1;
    font-family: 'RobotoSlab-Regular';
    font-size: 12px;
  }
  #footer .top .topBox .content.form form textarea {
    padding: 10px;
    margin-bottom: 10px;
    height: 125px;
  }
  #footer .top .topBox .content.form form h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  #footer .bottom .bottom-box p {
    font-size: 12px;
  }
  #footer .bottom .bottom-box p a {
    font-size: 12px;
  }
  #footer .bottom {
    padding: 20px 0;
  }
}
@media screen and (max-width: 1100px) {
  .container {
    width: 970px;
  }
  #mobile {
    display: block;
  }
  #banner {
    margin-top: 0;
  }
}
@media screen and (max-width: 970px) {
  .container {
    width: 768px;
  }
  #banner .swiper-container .swiper-slide .content .contentBox h2 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  #banner .swiper-container .swiper-slide .content .contentBox h3 {
    font-size: 26px;
    line-height: 35px;
  }
  #banner .swiper-container .swiper-slide .content .contentBox ul {
    margin-top: 20px;
  }
  #banner .swiper-slide .content .contentBox ul > li > a > img {
    width: 325px;
  }
  #index-body h1 {
    font-size: 20px;
    line-height: 20px;
  }
  #index-body .i-category .categoryBox ul li span {
    font-size: 30px;
    line-height: 30px;
  }
  #index-body .i-category .categoryBox ul li p {
    font-size: 14px;
  }
  #index-body .i-hot .hot-box .left p {
    font-size: 14px;
    line-height: 24px;
  }
  #index-body .i-hot .hot-box .right .swiper-slide .hotImg {
    padding: 10px 170px 10px 30px;
  }
  #index-body .i-hot .hot-box .right .swiper-slide .hot-shadow {
    margin-left: 45px;
    width: 250px;
    height: auto;
  }
  #index-body .i-about .about-box .left p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
    margin-top: 10px;
  }
  #index-body .i-about .about-box .left a {
    font-size: 16px;
  }
  #index-body .i-about .about-box .left a > img {
    margin-left: 10px;
  }
  #footer .top .topBox .content.one {
    display: none;
  }
  #footer .top .topBox .content.three {
    width: 37%;
  }
  #footer .top .topBox .content.form form {
    padding: 15px;
  }
  #footer .top .topBox .content.form {
    width: 36%;
  }
  #footer .bottom .bottom-box {
    display: block;
    text-align: center;
  }
  #footer .bottom .bottom-box .icon {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    width: 100%;
  }
  #banner .swiper-container .swiper-slide .content {
    display: none;
  }
  #banner .swiper-container .nav-button {
    display: none;
  }
  #index-body h1 {
    font-size: 16px;
    line-height: 20px;
  }
  #index-body .i-category .categoryBox ul li span {
    font-size: 18px;
    line-height: 24px;
  }
  #index-body .i-category .categoryBox ul li p {
    font-size: 12px;
  }
  #index-body .i-hot .hot-box {
    display: block;
  }
  #index-body .i-hot .hot-box .left {
    width: 100%;
  }
  #index-body .i-hot {
    padding: 15px 0 20px 0;
  }
  #index-body .i-hot .hot-box .left p {
    font-size: 12px;
    line-height: 24px;
    margin-top: 0px;
  }
  #index-body .i-hot .hot-box .right {
    width: 100%;
  }
  #index-body .i-hot .hot-box .right .nav-button {
    display: none;
  }
  #index-body .i-hot .hot-box .right .swiper-slide .hotImg {
    padding: 20px 0 0 0;
  }
  #index-body .i-hot .hot-box .right .swiper-slide .hot-shadow {
    margin-left: 40px;
  }
  #index-body .i-product {
    padding: 30px 0 50px;
  }
  #index-body .i-about .about-box {
    display: block;
  }
  #index-body .i-about .about-box .left {
    max-width: 100%;
    margin-bottom: 20px;
  }
  #index-body .i-about .about-box .right {
    width: 100%;
  }
  #index-body .i-news {
    padding: 20px 0;
  }
  #footer .top .topBox {
    flex-wrap: wrap;
  }
  #footer .top .topBox .content.form {
    width: 100%;
  }
  #footer .top .topBox .content.form form {
    position: relative;
    bottom: 0;
  }
  #footer .top .topBox .content.three {
    width: 54%;
  }
  #footer .top {
    padding: 50px 0 0px;
  }
  #index-body .i-product .productBox .swiper-button-next, #index-body .i-product .productBox .swiper-button-prev{
    display: none;
  }
  #index-body .i-hot .hot-box .right .swiper-slide .hotImg a > img{
    width: 400px;
  }
  #index-body .i-hot .hot-box .right .swiper-slide .hotImg{
        height: 300px;
  }
}

















.inner-banner {
  position: relative;
  padding-top: 200px;
  height: 500px;
  background: url("../image/inner-banner.jpg") no-repeat center;
  background-size: cover;
  text-align: center;
  overflow: hidden;
}
.inner-banner .inner-tit {
  color: #fff;
  font-size: 4rem;
  text-transform: capitalize;
}
.inner-banner .bread-crumbs {
  font-size: 1.143rem;
}
.inner-banner .bread-crumbs, .inner-banner .bread-crumbs a, .inner-banner .bread-crumbs span {
  color: #fff;
}
.inner-banner .bread-crumbs a:hover {
  color: #0d73c5;
}
.inner-banner #bdt-header-animation {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.sideBar {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 5;
  background: #383838;
  height: 61px;
}
.sideBar .inner-main-tit {
  line-height: 61px;
  color: #fafafc;
  font-size: 1.6rem;
  text-transform: capitalize;
}
.sideBar .side-menu {
  position: relative;
  padding-top: 27px;
  cursor: pointer;
  height: 61px;
}
.sideBar .side-menu span.line {
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  display: block;
  width: 14px;
  height: 1px;
  background: #fff;
  margin-bottom: 3px;
}
.sideBar .side-menu.active span.line:first-of-type {
  transform: translate(0, 0) rotate(45deg) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, 0) rotate(45deg) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, 0) rotate(45deg) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, 0) rotate(45deg) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, 0) rotate(45deg) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  margin-bottom: -1px;
  margin-top: 6px;
}
.sideBar .side-menu.active span.line:last-of-type {
  transform: translate(0, 0) rotate(-45deg) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, 0) rotate(-45deg) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, 0) rotate(-45deg) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, 0) rotate(-45deg) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, 0) rotate(-45deg) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
}
.sideBar .side-menu.active span.line:nth-of-type(2) {
  display: none;
}
.sideBar .side-menu .cat-list {
  position: absolute;
  right: 0;
  top: 100%;
  background: #f7f7f7;
  width: 184px;
  display: none;
  z-index: 103;
}
.sideBar .side-menu .cat-list li {
  font-size: 16px;
}
.sideBar .side-menu .cat-list li a {
  display: block;
  line-height: 35px;
  color: #101010;
  padding-left: 14px;
}
.sideBar .side-menu .cat-list li a:hover, .sideBar .side-menu .cat-list li a.active {
  color: #fff;
  background: #48904a;
}
.inner-page p {
  color: #000;
  line-height: 40px;
  font-size: 16px;
}
.about-page .a-tit h3 {
  color: #363636;
  font-size: 2.857rem;
}
.about-page .a-tit p {
  color: #363636;
  margin-top: -6px;
}
.about-page .about-artical {
  padding: 51px 0 63px;
  background: #fafafc;
}
.about-page .about-artical .con-box {
  margin-top: 53px;
}
.about-page .about-artical .con-box img {
  margin-bottom: 50px;
}
.about-page .about-artical .con-box p {
  margin-bottom: 29px;
}
.about-page .a-factory .swiper-slide > a {
  position: relative;
  display: block;
}
.about-page .a-factory .swiper-slide > a img {
  width: 100%;
}
.about-page .a-factory .swiper-slide > a:after {
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
  content:'';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
}
.about-page .a-factory .swiper-slide > a:hover:after {
  opacity: 0;
  filter: alpha(opacity=0);
}
.about-page .a-culture {
  padding: 88px 0 155px;
}
.about-page .a-culture .a-tit {
  margin-bottom: 95px;
}
.about-page .i-network {
  background-image: url("https://www.lnautogas.com/template/en/images/a-network-bg.jpg");
  padding-top: 155px;
}
.about-page .i-network .con-box {
  margin-right: -150px;
}
.about-page .i-network .intro, .about-page .i-network .add-sale {
  color: #fff;
}
.about-page .i-network .tit {
  color: #389dee;
}
.about-page .i-network .add-sale {
  max-width: 630px;
  font-size: 1.1423rem;
  margin-top: 14px;
}
.about-page .a-whyUs {
  padding: 118px 0 50px;
  background: #fafafc;
}
.about-page .a-whyUs .why-list {
  margin-top: 91px!important;
}
.about-page .a-whyUs .why-list > .column {
  margin-bottom: 74px!important;
}
.about-page .a-whyUs .why-list > .column > .img {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  width: 116px!important;
  height: 116px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 2px solid #676767;
  background-repeat: no-repeat;
  background-position: center;
}
.about-page .a-whyUs .why-list > .column > .con {
  width: 78.65%!important;
  padding-left: 5.3%!important;
}
.about-page .a-whyUs .why-list > .column > .con h3 {
  color: #6a6a6a;
  font-size: 1.571rem;
}
.about-page .a-whyUs .why-list > .column > .con p {
  font-size: 1.1428rem;
  margin-top: 12px;
  padding-right: 6%;
}
.about-page .a-whyUs .why-list > .column:hover .img {
  background-color: #0d73c5;
  border-color: #0d73c5;
}
.about-page .a-whyUs .why-list > .column.custom > .img {
  background-image: url("https://www.lnautogas.com/template/en/images/i-why-ico01.png");
}
.about-page .a-whyUs .why-list > .column.custom:hover .img {
  background-image: url("https://www.lnautogas.com/template/en/images/i-why-ico01-h.png");
}
.about-page .a-whyUs .why-list > .column.quality > .img {
  background-image: url("https://www.lnautogas.com/template/en/images/i-why-ico02.png");
}
.about-page .a-whyUs .why-list > .column.quality:hover .img {
  background-image: url("https://www.lnautogas.com/template/en/images/i-why-ico02-h.png");
}
.about-page .a-whyUs .why-list > .column.cost > .img {
  background-image: url("https://www.lnautogas.com/template/en/images/i-why-ico06.png");
}
.about-page .a-whyUs .why-list > .column.cost:hover .img {
  background-image: url("https://www.lnautogas.com/template/en/images/i-why-ico06-h.png");
}
.about-page .a-whyUs .why-list > .column.service > .img {
  background-image: url("https://www.lnautogas.com/template/en/images/i-why-ico04.png");
}
.about-page .a-whyUs .why-list > .column.service:hover .img {
  background-image: url("https://www.lnautogas.com/template/en/images/i-why-ico04-h.png");
}
.about-page .a-whyUs .why-list > .column.capacity > .img {
  background-image: url("https://www.lnautogas.com/template/en/images/i-why-ico03.png");
}
.about-page .a-whyUs .why-list > .column.capacity:hover .img {
  background-image: url("https://www.lnautogas.com/template/en/images/i-why-ico03-h.png");
}
.about-page .a-whyUs .why-list > .column.ship > .img {
  background-image: url("https://www.lnautogas.com/template/en/images/i-why-ico05.png");
}
.about-page .a-whyUs .why-list > .column.ship:hover .img {
  background-image: url("https://www.lnautogas.com/template/en/images/i-why-ico05-h.png");
}
.product-page {
  padding: 20px 0 60px;
  background: #fafafc;
}
.product-page .pro-list {
  padding: 0;
}
.m-page {
  text-align: center;
  padding: 45px 0;
  font-size: 1rem;
  margin-top: 40px;
}
.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: 28px;
  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 .pro-main-tit {
  color: #2d2d2d;
  font-size: 2.357rem;
  margin-bottom: 57px;
}
.prodet-page .det-head {
  padding: 56px 0 73px;
  background: #fafafc;
}
.prodet-page .det-head .pro-pic {
  width: 38.6%!important;
}
.prodet-page .det-head .pro-pic img {
  width: 100%;
}
.prodet-page .det-head .pro-det-one {
  padding-left: 11.25%!important;
  width: 61.4%!important;
}
.prodet-page .det-head .pro-det-one span{
  color: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    line-height: inherit;
    font-style: inherit;
}
.prodet-page .det-head .pro-det-one .pro-tit {
  color: #2d2d2d;
  font-size: 2.357rem;
}
.prodet-page .det-head .pro-det-one .cname {
  color: #2d2d2d;
  font-size: 1.4286rem;
  margin-top: 2px;
}
.prodet-page .det-head .pro-det-one .pro-links {
  margin: 20px 0 62px;
}
.prodet-page .det-head .pro-det-one .pro-links a {
  margin-bottom: 6px;
  color: #2d2d2d;
  font-size: 1.2rem;
  display: block;
  position: relative;
  background: #fff;
  max-width: 456px;
  line-height: 38px;
  padding: 0 36px 0 26px;
}
.prodet-page .det-head .pro-det-one .pro-links a .icon {
  position: absolute;
  right: 9px;
  top: 7px;
  font-size: 1.5rem;
  color: #e5e5e5;
}
.prodet-page .det-head .pro-det-one .pro-links a:hover {
  background: #48904a;
  color: #fff;
}
.prodet-page .det-head .pro-pic .pro-img-gallery .image-gallery:after {
  content:'';
  display: block;
  width: 0;
  clear: both;
  height: 0;
}
.prodet-page .det-head .pro-pic .pro-img-gallery .image-gallery li {
  padding: 0;
  float: left;
  width: 15%;
  margin-right: 8px;
  border: 1px solid #f4f4f4;
}
.prodet-page .det-body {
  padding: 85px 0 153px;
  background: #fff;
}
.prodet-page .det-fot {
  padding: 76px 0 90px;
  background: #fafafc;
}
.prodet-page .det-fot .pro-main-tit {
  margin-bottom: 0;
}
.prodet-page .det-fot .pro-list {
  padding: 0;
  margin-top: 50px;
}
.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-con .tit a {
  max-height: 48px;
  overflow: hidden;
  display: block;
  color: #777777;
  font-size: 1.6rem;
  line-height: 24px;
}
.news-page .new-list li .new-con .tit a:hover {
  color: #48904a;
}
.news-page .new-list li .new-con .abst {
  color: #777777;
  font-size: 1.2rem;
  line-height: 27px;
  margin: 35px 0 45px;
}
.news-page .new-list li .new-con .abst a {
  color: #48904a;
}
.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;
}
.news-page .new-list li .new-pic.five {
  width: 30%;
}
.news-page .new-list li .new-con.eleven {
  width: 70%;
  padding-left: 5%;
}
.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 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 .c-info {
  padding: 98px 0 110px;
  background: #fafafc;
}
.contact-page .c-info .c-info-box {
  width: 50%;
}
.contact-page .c-info .c-tit h3 {
  color: #2d2d2d;
  font-size: 2.714rem;
}
.contact-page .c-info .c-tit p {
  margin-top: -7px;
}
.contact-page .c-info .clist {
  margin-top: 42px;
  color: #2d2d2d;
  line-height: 36px;
  font-size: 1.4285rem;
  position: relative;
}
.contact-page .c-info .clist i {
  display: block;
  margin-bottom: 26px;
}
.contact-page .c-info .clist .qr-code {
  position: absolute;
  right: 1rem;
  bottom: 0;
  width: 145px;
  padding: 5px;
  background: #e9e9e9;
}
.faq-page .faq-list {
  padding: 88px 0 115px;
}
.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;
}
.faq-page .faq-list dt:hover, .faq-page .faq-list dt.active {
  background: #48904a;
  color: #fff;
}
.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;
}
.inner-page .pro-list {
  margin-top: 36px;
}
.inner-page .pro-list .swiper-slide {
  border: 1px solid #f3f3f3;
}
.inner-page .pro-list .swiper-slide .tit {
  text-align: center;
  padding: 25px 0;
  background: #fff;
  font-size: 1.4rem;
}
.inner-page .pro-list .swiper-slide .tit a {
  color: #2d2d2d;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 42px;
  height: 63px;
}
.inner-page .pro-list .swiper-slide .tit a:before, .inner-page .pro-list .swiper-slide .tit a:after {
  content:'';
  position: absolute;
  top: 49.9%;
  height: 1px;
  width: 25px;
  background: #000;
}
.inner-page .pro-list .swiper-slide .tit a:before {
  left: 0;
}
.inner-page .pro-list .swiper-slide .tit a:after {
  right: 0;
}
@media screen and (max-width: 768px) {
  .inner-banner {
    height: 200px;
    padding-top: 70px;
  }
  .about-page .a-culture {
    padding: 60px 0 50px;
  }
  .about-page .a-culture .a-tit {
    margin-bottom: 50px;
  }
  .about-page .i-network .add-sale {
    display: none;
  }
  .about-page .i-network .con-box {
    margin-right: 0;
    margin-top: 90%;
  }
  .about-page .a-whyUs {
    padding-top: 60px;
  }
  .about-page .a-whyUs .why-list {
    margin-top: 50px!important;
  }
  .about-page .a-whyUs .why-list > .column > .img {
    display: none;
  }
  .prodet-page .det-head .pro-det-one .pro-links {
    margin: 40px 0;
  }
  .prodet-page .det-head .pro-det-one .pro-img-gallery .image-gallery li {
    width: 25%;
  }
   .prodet-page .det-head .pro-det-one ol li{
     color: #000;
    line-height: 40px;
    font-size: 18px;
   }
  .prodet-page .det-body {
    padding: 50px 0;
  }
  .contact-page .c-info .clist .qr-code {
    display: none;
  }
  .layer-form .contact100-form-title {
    min-height: 88px;
    font-size: 24px;
  }
  .layer-form input.input100 {
    height: 40px;
  }
  .layer-form textarea.input100 {
    min-height: 110px;
  }
  .faq-page .faq-list dt i.icon {
    display: none;
  }
}

#index-body .a-more{
  background: rgba(224, 0, 0, 0.66);
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.4rem;
  width: 169px;
  line-height: 55px;
  text-align: center;
  margin-top: 40px;
}
#index-body .a-more:hover{
  background: #000;
}

.h-lan a{
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px!important;
  border-radius: 50%;
  color: #fff;
  background: #555;
}
.h-lan a:hover{
  background: #48904a;
}
.qr-box{
  width: 100px;
  padding: 5px;
  background: #fff;
  position: absolute;
  left: -120px;
  bottom: 0;
}

.contact-page .cn-form {
  width: 48%;
  padding: 25px 35px 15px;
  border: 1px solid #dddddd;
  background: #fff;
}
.cn-form p {
  font-size: 18px;
  padding: 10px 0;
  color: #666;
}
.cn-form .formtit {
  margin-bottom: 26px;
  font-size: 22px;
  line-height: 23px;
  color: #444;
  text-align: center;
  padding-bottom: 18px;
  background: url(https://www.lnautogas.com/template/en/images/form-tit-bg.jpg) no-repeat center bottom;
}
.cn-form li {
  margin-bottom: 13px;
  color: #444;
}
.cn-form li label {
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
}
.cn-form .btnTjly {
  font-size: 15px;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  width: 100%;
  height: 38px;
  background: #48904a;
  border: none;
  cursor: pointer;
  color: #fff;
}
.cn-form .btnTjly:hover {
  background: #000;
}
.cn-form .m-form-l {
  width: 49%;
}
.cn-form .m-form-l li .iptTxt {
  font-size: 13px;
  padding: 0 15px;
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  width: 100%;
  border: 1px solid #dedede;
  height: 40px;
  outline: none;
  background: #fff;
  color: #777;
}
.cn-form .m-form-l li .iptTxt:focus {
  border-color: #48904a;
  box-shadow: 0, 0, 6px, 6px, #48904a 0 0 0 #000000;
  -webkit-box-shadow: 0, 0, 6px, 6px, #48904a 0 0 0 #000000;
  -moz-box-shadow: 0, 0, 6px, 6px, #48904a 0 0 0 #000000;
  -ms-box-shadow: 0, 0, 6px, 6px, #48904a 0 0 0 #000000;
  -o-box-shadow: 0, 0, 6px, 6px, #48904a 0 0 0 #000000;
  outline: 0;
  background: rgba(251, 185, 8, 0.04);
}
.cn-form .m-form-l li .txtAre {
  width: 95%;
  height: 383px;
  border: 1px solid #dedede;
  outline: none;
  resize: none;
  padding: 14px;
  color: #ccc;
  line-height: 18px;
}
.cn-form .m-form-r {
  width: 49%;
}
.cn-form .m-form-r textarea {
  height: 315px;
  width: 100%;
  border: 1px solid #dedede;
  font-size: 13px;
  padding: 10px 15px;
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
}
.cn-form .m-form-r textarea:focus {
  border-color: #48904a;
  box-shadow: 0, 0, 6px, 6px, #48904a 0 0 0 #000000;
  -webkit-box-shadow: 0, 0, 6px, 6px, #48904a 0 0 0 #000000;
  -moz-box-shadow: 0, 0, 6px, 6px, #48904a 0 0 0 #000000;
  -ms-box-shadow: 0, 0, 6px, 6px, #48904a 0 0 0 #000000;
  -o-box-shadow: 0, 0, 6px, 6px, #48904a 0 0 0 #000000;
  outline: 0;
  background: rgba(251, 185, 8, 0.04);
}
.cn-form div.wpcf7 .ajax-loader {
  display: block;
  margin: 0 auto;
  width: auto;
  background-repeat: no-repeat;
  background-position: center;
}
.cn-form .yzm img {
  width: 19.4%;
  display: inline-block;
}
.cn-form .yzm input {
  font-size: 13px;
  padding: 0 15px;
  width: 64.6%;
  border: 1px solid #dedede;
  height: 30px;
  outline: none;
  background: #fff;
  color: #777;
}
@media screen and (max-width: 1200px){
  .contact-page .c-info .c-info-box,
  .contact-page .cn-form{
    width: 100%;
  }
}
@media screen and (max-width: 768px){
  .qr-box{
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  .i-product .ui.column.grid > [class*="five wide computer"].column,
  .i-product .ui.grid > .column.row > [class*="five wide computer"].column,
  .i-product .ui.grid > .row > [class*="five wide computer"].column,
  .i-product .ui.grid > [class*="five wide computer"].column {
    width: 25% !important;
    float: left;
    padding: 10px;
  }
}
.i-product {
  display: inline-block;
  width: 100%;
}
.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 .con-box {
  position: relative;
  z-index: 10;
}
.i-product .pro-list .con-box a:hover {
  color: #48904a!important;
}
.i-product .pro-list .con-box .inner-box {
  background: #fff;
  padding: 10px 15px 5px;
}
.i-product .pro-list .con-box .inner-box .tit a {
  display: block;
  color: #1b1b1b;
  font-size: 20px;
  text-transform: uppercase;
  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;
}

.spinner {
  margin: 0 auto;
  width: 50px;
  height: 60px;
  text-align: center;
  font-size: 10px;
  position: absolute;
  top: 60%;
  left: 50%;
  margin-top: -30px;
  margin-left: -25px;
}

.spinner > div {
  background-color: #ebebeb;
  height: 100%;
  width: 6px;
  display: inline-block;

  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% {
       transform: scaleY(1.0);
       -webkit-transform: scaleY(1.0);
     }
}
.grid-box {
  display: inline-block;
  width: 100%;
  margin: -10px;
}
.grid-box .column {
  float: left;
  padding: 10px;
}
.button-group .button {
  background: #48904a !important;
}
.cn-form .m-form-r li.pcsb {
  display: none;
}
@media screen and (max-width: 1000px){
  .prodet-page .det-head .pro-det-one {
    width: 100% !important;
    padding-left: 0 !important;
  }
  .prodet-page .det-head .pro-pic {
    width: 100% !important;
    text-align: center;
  }
  .prodet-page .det-head .pro-pic img {
    margin: 0 auto;
  }
  .prodet-page .pro-main-tit {
    font-size: 2rem;
  }
  .prodet-page .det-fot .pro-list .grid-box .column:last-child {
    display: none;
  }
  .grid-box.four>.column {
    width: 33.3333%;
  }
  .inner-banner .inner-tit {
    font-size: 2.7rem;
  }
  .news-page .new-list li .new-con.eleven {
    width: 100%;
    padding-left: 0;
  }
  .news-page .new-list li .new-pic.five {
    display: none;
  }
  .contact-page .cn-form {
    margin-top: 40px;
  }

}

@media screen and (max-width: 700px){
  #mapContainer {
    height: 250px !important;
  }
  .button-group .button:nth-child(2) {
    display: none;
  }
  .contact-page .c-info .c-tit h3 {
    font-size: 2rem;
  }
  .inner-page p {
    font-size: 15px;
  }
  .cn-form .m-form-l {
    width: 100%;
  }
  .cn-form .m-form-r {
    width: 100%;
  }
  .cn-form .m-form-r li.pcsb {
    display: block;
  }
  .cn-form .m-form-l li.pcsb {
    display: none;
  }
  .cn-form .m-form-r textarea {
    height: 120px;
  }
  .contact-page .cn-form {
    padding: 10px;
  }
  .inner-banner .inner-tit {
    font-size: 2rem;
  }
  .inner-banner .bread-crumbs {
    font-size: 1rem;
  }
  .sideBar .inner-main-tit {
    font-size: 1.2rem;
  }
  .sideBar .side-menu {
    display: none;
  }
  .grid-box.four>.column {
    width: 100%;
  }
  .inner-page .pro-list .swiper-slide .tit {
    padding: 15px 0;
  }
  .grid-box {
    margin: 0;
  }
  .grid-box .column {
    padding: 0;
    margin-bottom: 15px;
  }
  .prodet-page .det-head .pro-det-one .cname {
    font-size: 1.2rem;
  }
  .prodet-page .det-head .pro-det-one .pro-links a {
    font-size: .8rem;
  }
  .prodet-page .pro-main-tit {
    font-size: 1.5rem;
  }
  .news-page .new-list li .new-con .tit a {
    font-size: 1.5rem;
  }
  .news-page .new-list li .new-con .abst {
    font-size: 1rem;
    line-height: 24px;
    margin: 15px 0;
  }
  .news-page .new-list li {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  #cs td, #cs th {
    font-size: 12px;
  }
  .prodet-page .det-head .pro-det-one .cname {
    font-size: .9rem;
  }
table tbody{
  /*width:940px !important;*/
display: block;
overflow-x: scroll;
}

}




.about-page{
  padding-bottom: 100px;
}

@media screen and (max-width:768px) {
  .prodet-page .det-head{
    padding-bottom: 0;
  }
  .prodet-page .det-head .pro-det-one .pro-tit{
    font-size:18px;
  }
  .contact-page .c-info>.container{
    display:block!important;
  }
  .contact-page .c-info:after{
    content:'';
    display: block;
    width:0;
    height:0;
    clear: both;
  }
  .contact-page .c-info .clist{
    word-break: break-all;
  }
}