@font-face {
  font-family: 'poppins-regular';
  src: url(../fonts/poppins-regular.ttf) format('truetype'), url(../fonts/poppins-regular.eot) format('eot'), url(../fonts/poppins-regular.woff) format('woff'), url(../fonts/poppins-regular.woff2) format('woff2');
}
@font-face {
  font-family: 'poppins-bold';
  src: url(../fonts/poppins-bold.ttf) format('truetype'), url(../fonts/poppins-bold.eot) format('eot'), url(../fonts/poppins-bold.woff) format('woff'), url(../fonts/poppins-bold.woff2) format('woff2');
}
@font-face {
  font-family: 'Source-Han-Sans';
  src: url(../fonts/sourcehansanscn-regular.woff.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway-Regular';
  src: url(../fonts/raleway-regular.ttf) format('truetype');
}
@font-face {
  font-family: 'PlayfairDisplay-Bold';
  src: url(../fonts/playfairdisplay-bold.ttf) format('truetype');
}
.container {
  width: 1230px;
}
.containerBox {
  width: 1366px;
  padding: 0 15px;
  margin: 0 auto;
}
#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;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 20;
}
#mobile: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("../images/tc-zoom.png") no-repeat center center #c5c5c5;
  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;
}
#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
}
#header .nav.scrollNav {
  height: 80px;
  transition: 0.3s ease-in;
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -ms-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  background: #ffffff;
}
#header .nav.scrollNav .nav-box .menu-box {
  line-height: 80px;
  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 {
  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;
  height: 100px;
  background-color: #ffffff;
}
#header .nav .nav-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
#header .nav .nav-box .menu-box {
  padding: 0;
  position: relative;
  display: flex;
  height: 100%;
  line-height: 100px;
  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 29px;
  vertical-align: top;
}
#header .nav .nav-box .menu-box .menu > li > a {
  font-size: 18px;
  color: #000000;
  display: block;
  position: relative;
  font-family: 'Source-Han-Sans';
  font-weight: 600;
}
#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: #d33827;
}
#header .nav .nav-box .menu-box .menu > li:hover > a {
  color: #d33827;
}
#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: #d33827;
  text-align: left;
  z-index: 101;
  display: none;
}


#header .nav .nav-box .menu-box .menu > li .sub-menu2 {
  position: absolute;
  top: 0;
  right: -180px;
  width: 180px;
  background: #d33827;
  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;
  position: relative;
  
}
#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;
  
}

.nav2li:hover .sub-menu2 {
 display: block !important;
  
}

#header .nav .nav-box .menu-box .language > a {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-family: poppins-regular;
  color: #ffffff;
  margin: 0 15px;
}
#header .nav .nav-box .menu-box .language > a > img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
#header .nav .nav-box .menu-box .language .ES {
  position: relative;
}
#header .nav .nav-box .menu-box .language .ES::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 30px;
  background-color: #ffffff;
  left: -15px;
  top: 10px;
}
#header .nav .nav-box .menu-box .h-search {
  cursor: pointer;
  margin-left: 20px;
  margin-right: 20px;
}
#header .nav .nav-box .menu-box .h-search i {
  color: #000000;
}
#header .nav .nav-box .menu-box .h-search i:hover {
  color: #d33827;
}
#header .nav .nav-box .menu-box .china > a > img {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: auto;
}
#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(../images/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(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner {
  padding-top: 100px;
}
#index-body h2.h2,
#index-body h3,
#index-body h4,
#index-body h5,
#index-body p,
#index-body a,
#index-body span,
#index-body h1,
#index-body h2,
#index-body h3,
#index-body i {
  font-family: 'Source-Han-Sans';
  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 h1.h1,
#index-body h2.h2,
#index-body h3,
#index-body h4,
#index-body h5,
#index-body p,
#index-body a,
#index-body span,
#index-body h1,
#index-body h2,
#index-body h3,
#index-body i {
  font-family: 'Source-Han-Sans';
  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 h1.h1 {
  font-size: 48px;
  color: #ffffff;
}
#index-body h2.h2 {
  font-size: 30px;
  color: #000000;
  font-weight: 600;
}
#index-body p.p {
  font-size: 16px;
  color: #000000;
}
#index-body p.more {
  display: inline-block;
}
#index-body p.more > a {
  font-size: 18px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  color: #ffffff;
  padding: 8px 35px;
  background-color: #d33827;
  border: 2px solid #ffffff;
  display: inline-block;
}
#index-body p.more > a:hover {
  background-color: #000000;
}
#index-body .i-about {
  padding: 65px 0;
}
#index-body .i-about .about-box {
  display: flex;
  align-items: center;
}
#index-body .i-about .about-box .about-left {
  width: 55%;
  text-align: right;
}
#index-body .i-about .about-box .about-left .about-content {
  text-align: left;
  max-width: 690px;
  display: inline-block;
  padding-right: 45px;
}
#index-body .i-about .about-box .about-left .about-content > h3 {
  font-size: 20px;
  font-family: 'Times New Roman';
  margin-bottom: 10px;
}
#index-body .i-about .about-box .about-left .about-content > h2 {
  padding: 20px 0;
  font-weight: 600;
}
#index-body .i-about .about-box .about-left .about-content .p {
  margin-top: 20px;
  line-height: 28px;
}
#index-body .i-about .about-box .about-left .about-content .more {
  margin-top: 40px;
}
#index-body .i-about .about-box .about-right {
  width: 45%;
  cursor: pointer;
}
#index-body .i-about .about-box .about-right a{
  display: block;
}
#index-body .i-category .category {
  width: 100%;
}
#index-body .i-category .category .category-box {
  width: 50%;
  display: flex;
  background-color: #eeeeee;
  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 .category .category-box:first-child {
  background-color: #d13727;
}
#index-body .i-category .category .category-box:first-child .category-box-content .h2 {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
#index-body .i-category .category .category-box:first-child .category-box-content .p {
  color: #ffffff;
}
#index-body .i-category .category .category-box:last-child {
  background-color: #d13727;
}
#index-body .i-category .category .category-box:last-child .category-box-content .h2 {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
#index-body .i-category .category .category-box:last-child .category-box-content .p {
  color: #ffffff;
}
#index-body .i-category .category .category-box .h2 {
  display: inline-block;
  border-bottom: 1px solid #000000;
}
#index-body .i-category .category .category-box .category-box-left {
  width: 50%;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  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 .category .category-box .category-box-left .category-box-content{
  text-align:center;
}
#index-body .i-category .category .category-box .category-box-left .category-box-content .p {
  margin: 40px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#index-body .i-category .category .category-box .category-box-right {
  width: 50%;
  background-color: #ffffff;
}
#index-body .i-category .category .category-box .category-box-right .category-box-img {
  display: inline-block;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
#index-body .i-category .category .category-box .category-box-right .category-box-img: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-category .category .category-box .category-box-right .category-box-img > a > img {
  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: inline-block;
  width: 100%;
  height: 100%;
}
#index-body .i-product {
  padding: 60px 0;
}
#index-body .i-product .product-top {
  text-align: center;
}
#index-body .i-product .product-top > img {
  display: inline-block;
  margin: 20px 0;
}
#index-body .i-product .product-top p {
  width: 60%;
  margin: 0 auto;
  line-height: 30px;
}
#index-body .i-product .productBox {
  margin-top: 60px;
}
#index-body .i-product .productBox .swiper-slide {
  background-color: #f4f4f4;
  padding: 30px;
  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-product .productBox .swiper-slide:hover {
  background-color: #d13727;
}
#index-body .i-product .productBox .swiper-slide:hover p > a {
  color: #ffffff;
}
#index-body .i-product .productBox .swiper-slide .product-img {
  display: inline-block;
  overflow: hidden;
}
#index-body .i-product .productBox .swiper-slide .product-img: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 .productBox .swiper-slide > p {
  text-align: center;
  margin-top: 40px;
}
#index-body .i-product .productBox .swiper-slide > p > a {
  display: inline-block;
  font-size: 20px;
}
#index-body .i-product .swiper-button-prev,
#index-body .i-product .swiper-button-next {
  background-size: 12px;
  width: 40px;
  height: 40px;
  top: 55%;
  border-radius: 100%;
  background-color: #a4a4a4;
  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-product .swiper-button-prev:hover,
#index-body .i-product .swiper-button-next:hover {
  background-color: #d13727;
}
#index-body .i-product .swiper-button-prev {
  left: -5px;
}
#index-body .i-product .swiper-button-next {
  right: -5px;
}
#index-body .i-product .product-more {
  text-align: center;
  margin-top: 50px;
}
#index-body .i-product .product-more > a {
  display: inline-block;
  padding: 8px 35px;
  border: 2px solid #d13727;
  font-size: 18px;
}
#index-body .i-product .product-more > a:hover {
  background-color: #d13727;
  color: #ffffff;
}
#index-body .i-why {
  position: relative;
  padding-top: 100px;
}
#index-body .i-why .whybgd {
  position: absolute;
  top: 0;
  left: 0;
}
#index-body .i-why .why-top .p {
  color: #ffffff;
  width: 75%;
  padding: 20px 0;
}
#index-body .i-why .whyBox {
  margin-top: 40px;
  position: relative;
  background-color: #ffffff;
  padding: 60px 35px 80px 35px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
#index-body .i-why .whyBox .swiper-slide {
  text-align: center;
}
#index-body .i-why .whyBox .swiper-slide h4 {
  font-size: 20px;
  font-weight: 600;
  margin: 30px 0;
}
#index-body .i-why .whyBox .swiper-slide .p {
  line-height: 30px;
}
#index-body .i-why .whyBox .more {
  display: block;
  text-align: center;
      display: block;
    text-align: center;
    margin-top: 30px;
    margin-bottom: -100px;
}
#index-body .i-news {
  padding: 85px 0 80px 0;
}
#index-body .i-news .news-top {
  text-align: center;
}
#index-body .i-news .news-top > img {
  display: inline-block;
  margin: 20px 0;
}
#index-body .i-news .news-top p {
  width: 72%;
  margin: 0 auto;
  line-height: 30px;
}
#index-body .i-news .newsBox {
  margin-top: 40px;
  width: 100%;
}
#index-body .i-news .newsBox .swiper-slide {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
#index-body .i-news .newsBox .swiper-slide:hover .news-content {
  opacity: 1;
}
#index-body .i-news .newsBox .swiper-slide:hover .news-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 .news-img {
  width: 100%;
}
#index-body .i-news .newsBox .swiper-slide .news-content {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 45px 25px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  opacity: 0;
}
#index-body .i-news .newsBox .swiper-slide .news-content h4 {
  border-bottom: 1px solid #bdbcb9;
  padding-bottom: 20px;
}
#index-body .i-news .newsBox .swiper-slide .news-content h4 > a {
  font-size: 20px;
  color: #ffffff;
  font-family: 'PlayfairDisplay-Bold';
}
#index-body .i-news .newsBox .swiper-slide .news-content h4 > a:hover {
  color: #d13727;
}
#index-body .i-news .newsBox .swiper-slide .news-content p {
  margin-top: 20px;
  color: #bdbcb9;
  font-family: 'Raleway-Regular';
}
#index-body .i-news .newsBox .swiper-slide .news-time {
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  padding: 10px 20px;
  background-color: #d13727;
}
#index-body .i-news .newsBox .swiper-slide .news-time .p {
  color: #ffffff;
  margin-top: 5px;
}
#footer {
  position: relative;
}
#footer .footer-top {
  padding: 80px 0;
  background-color: #0d0d0d;
}
#footer .footer-top .footer-top-box .columnBox.one {
  padding-right: 30px;
  text-align: center;
}
#footer .footer-top .footer-top-box .columnBox.one img{
  width: auto;
}
#footer .footer-top .footer-top-box .columnBox .qr{
  width: 100px;
  height: auto;
}
#footer .footer-top .footer-top-box .columnBox.one p {
  text-align: left;
  margin: 20px 0;
}
#footer .footer-top .footer-top-box .columnBox.one p > a > i {
  margin-right: 20px;
  font-size: 20px;
  color: #ffffff;
}
#footer .footer-top .footer-top-box .columnBox.one p > a > i:hover {
  color: #d13727;
}
#footer .footer-top .footer-top-box .columnBox.two {
  padding-left: 20px;
  width: 39%;
}
#footer .footer-top .footer-top-box .columnBox.three {
  width: 27%;
  padding-right: 50px;
}
#footer .footer-top .footer-top-box .columnBox.three .p {
  color: #ffffff;
  font-size: 16px;
  font-family: 'Raleway-Regular';
  margin-bottom: 30px;
}
#footer .footer-top .footer-top-box .columnBox.three .p > a {
  display: inline-block;
  padding: 2px 30px;
  background-color: #d13727;
}
#footer .footer-top .footer-top-box .columnBox.three .p > a:hover {
  background-color: #ff0000;
}
#footer .footer-top .footer-top-box .columnBox h2 {
  font-size: 30px;
  color: #ffffff;
  margin-bottom: 35px;
  font-family: 'Raleway-Regular';
}
#footer .footer-top .footer-top-box .columnBox p {
  font-size: 16px;
  color: #868686;
  font-family: 'Raleway-Regular';
  line-height: 30px;
}
#footer .footer-top .footer-top-box .columnBox > ul > li {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 20px;
}
#footer .footer-top .footer-top-box .columnBox > ul > li .p {
  color: #ffffff;
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
}
#footer .footer-top .footer-top-box .columnBox > ul > li > a {
  font-size: 16px;
  color: #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;
  font-family: 'Raleway-Regular';
}
#footer .footer-top .footer-top-box .columnBox > ul > li > a:hover {
  color: #cb1d20;
}
#footer .footer-bottom {
  background-color: #000000;
  padding: 15px;
}
#footer .footer-bottom .clearfix {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#footer .footer-bottom .clearfix > p {
  color: #ffffff;
  font-size: 14px;
}
#footer .footer-bottom .clearfix > p > a {
  color: #ffffff;
  font-size: 14px;
	display:inline-block;
}
#footer .footer-bottom .clearfix > p > a >img{
	display:inline-block;
	width:100px;
	height:auto;
	vertical-align: middle;
}
#footer .Stick {
  position: absolute;
}
@media screen and (max-width: 1230px) {
  .container {
    width: 970px;
  }
  #header .nav .nav-box .menu-box .menu > li {
    margin: 0px 20px;
  }
  #banner {
    padding-top: 0;
  }
  #index-body .i-about .about-box .about-left .about-content > h2 {
    padding: 10px 0;
  }
  #index-body h2.h2 {
    font-size: 24px;
  }
  #index-body .i-about .about-box .about-left .about-content .p {
    margin-top: 10px;
    line-height: 24px;
  }
  #index-body p.p {
    font-size: 14px;
    color: #000000;
  }
  #index-body .i-about .about-box .about-left .about-content > h3 {
    margin-bottom: 0px;
  }
  #index-body .i-about .about-box .about-left .about-content .more {
    margin-top: 20px;
  }
  #index-body p.more > a {
    font-size: 15px;
    padding: 4px 20px;
  }
  #index-body .i-category .category .category-box .category-box-left .category-box-content .p {
    margin: 15px 0;
  }
  #index-body .i-category .category .category-box .category-box-left {
    padding: 10px;
  }
  #index-body .i-product {
    padding: 30px 0;
  }
  #index-body .i-product .product-top > img {
    margin: 5px 0;
  }
  #index-body .i-product .product-top p {
    line-height: 24px;
  }
  #index-body .i-product .productBox {
    margin-top: 30px;
  }
  #index-body .i-product .product-more {
    margin-top: 20px;
  }
  #index-body .i-product .product-more > a {
    padding: 5px 25px;
  }
  #index-body .i-product .productBox .swiper-slide > p {
    margin-top: 20px;
  }
  #index-body .i-why {
    padding-top: 30px;
  }
  #index-body h1.h1 {
    font-size: 38px;
  }
  #index-body .i-why .whyBox {
    margin-top: 10px;
    padding: 30px 20px 50px 20px;
  }
  #index-body .i-why .whyBox .swiper-slide h4 {
    margin: 10px 0;
  }
  #index-body .i-why .whyBox .swiper-slide .p {
    line-height: 24px;
  }
  #index-body .i-why .whyBox .more {
    left: 410px;
    bottom: -18px;
  }
  #index-body .i-news {
    padding: 40px 0 40px 0;
  }
  #index-body .i-news .news-top > img {
    margin: 10px 0;
  }
  #index-body .i-news .news-top p {
    line-height: 24px;
  }
  #index-body .i-news .newsBox .swiper-slide .news-content {
    padding: 20px 15px;
  }
  #footer .footer-top .footer-top-box .columnBox p {
    font-size: 14px;
    line-height: 24px;
  }
  #footer .footer-top .footer-top-box .columnBox.one p > a > i {
    margin-right: 10px;
    font-size: 16px;
    color: #ffffff;
  }
  #footer .footer-top .footer-top-box .columnBox h2 {
    font-size: 24px;
  }
  #footer .footer-top {
    padding: 40px 0;
  }
  #footer .footer-top .footer-top-box .columnBox > ul > li {
    font-size: 14px;
    margin-bottom: 10px;
  }
  #footer .footer-top .footer-top-box .columnBox.three .p {
    margin-bottom: 25px;
    font-size: 14px;
  }
	#index-body .i-why .whyBox .more{
		    margin-top: 20px;
    margin-bottom: -65px;
	}
}
@media screen and (max-width: 1100px) {
  .container {
    width: 970px;
  }
  #mobile {
    display: block;
  }
}
@media screen and (max-width: 970px) {
  .container {
    width: 768px;
  }
  #index-body .i-about .about-box .about-left .about-content > h3 {
    font-size: 16px;
  }
  #index-body .i-about .about-box .about-left .about-content > h2 {
    padding: 5px 0;
  }
  #index-body h2.h2 {
    font-size: 18px;
  }
  #index-body p.p {
    font-size: 12px;
  }
  #index-body .i-about .about-box .about-left .about-content .p {
    line-height: 20px;
  }
  #index-body .i-about {
    padding: 20px 0;
  }
  #index-body p.more > a {
    font-size: 14px;
    padding: 2px 15px;
  }
  #index-body .i-about .about-box .about-left .about-content .more {
    margin-top: 10px;
  }
  #index-body .i-product .productBox .swiper-slide > p > a {
    font-size: 16px;
  }
  #index-body .i-product .productBox .swiper-slide {
    padding: 15px;
  }
  #index-body .i-product .productBox .swiper-slide > p {
    margin-top: 10px;
  }
  #index-body .i-product .product-more > a {
    padding: 2px 15px;
  }
  #index-body .i-product .product-more > a {
    font-size: 14px;
  }
  #index-body h1.h1 {
    font-size: 28px;
  }
  #index-body .i-why .why-top .p {
    color: #ffffff;
    width: 80%;
    padding: 10px 0;
  }
  #index-body .i-why .whyBox .swiper-slide h4 {
    font-size: 16px;
  }
  #index-body .i-why .whyBox {
    margin-top: 10px;
    padding: 20px 10px 30px 10px;
  }
  #index-body .i-why .whyBox .swiper-slide .p {
    line-height: 18px;
  }
  #index-body .i-why .whyBox .more {
    left: 315px;
    bottom: -15px;
  }
  #index-body .i-news .newsBox {
    margin-top: 20px;
  }
  #index-body .i-news .news-top p {
    width: 85%;
  }
  #index-body .i-news .newsBox .swiper-slide .news-time {
    padding: 5px 10px;
  }
  #index-body .i-news .newsBox .swiper-slide .news-content h4 > a {
    font-size: 16px;
  }
  #index-body .i-news .newsBox .swiper-slide .news-content h4 {
    padding-bottom: 10px;
  }
  #index-body .i-news .newsBox .swiper-slide .news-content p {
    margin-top: 10px;
  }
  #footer .footer-top .footer-top-box .columnBox p {
    font-size: 12px;
    line-height: 20px;
  }
  #footer .footer-top .footer-top-box .columnBox h2 {
    font-size: 18px;
  }
  #footer .footer-top {
    padding: 20px 0;
  }
  #footer .footer-top .footer-top-box .columnBox > ul > li {
    font-size: 12px;
  }
  #footer .footer-top .footer-top-box .columnBox.three .p {
    font-size: 12px;
  }
  #footer .footer-top .footer-top-box .columnBox.three .p > a {
    padding: 2px 15px;
    font-size: 12px;
  }
	#index-body .i-why .whyBox .more {
    margin-top: 20px;
    margin-bottom: -45px;
}
}
@media screen and (max-width: 768px) {
	.barr{ margin-top:0 !important}
	.inner-banner img{ margin-top:0 !important}
  .container {
    width: 100%;
  }
  #index-body .i-about .about-box .about-left {
    width: 100%;
    padding: 20px 20px;
  }
  #index-body .i-about .about-box {
    display: block;
  }
  #index-body .i-about .about-box .about-left .about-content {
    padding: 0;
  }
  #index-body .i-about .about-box .about-right {
    width: 100%;
  }
  #index-body .i-category .category .category-box {
    width: 100%;
    margin: 5px;
  }
  #index-body .i-product {
    padding: 10px 0;
  }
  #index-body .i-product .product-top p {
    width: 100%;
  }
  #index-body h1.h1 {
    font-size: 18px;
  }
  #index-body .i-why {
    padding-top: 10px;
  }
  #index-body .i-why .why-top .p {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    padding: 0;
  }
  #index-body .i-why .whyBox .more {
    left: 120px;
  }
  #index-body .i-why .whyBox {
    padding: 10px 10px 20px 10px;
  }
  #index-body .i-news {
    padding: 20px 0 20px 0;
  }
  #index-body .i-news .news-top > img {
    margin: 5px 0;
  }
  #index-body .i-news .news-top p {
    width: 100%;
  }
  #index-body .i-news .news-top p {
    line-height: 20px;
  }
  #footer .footer-top .footer-top-box .columnBox.one {
    width: 100%;
    padding: 0;
  }
  #footer .footer-top .footer-top-box .columnBox.two {
    width: 100%;
    padding: 0;
  }
  #footer .footer-top .footer-top-box .columnBox.three {
    width: 100%;
    padding: 0;
  }
  #footer .footer-bottom .clearfix > p {
    font-size: 12px;
  }
  #footer .footer-bottom .clearfix > p > a {
    font-size: 12px;
  }
  .mlztx {
    display: none;
  }
  #footer .footer-top .footer-top-box .columnBox h2 {
    margin-bottom: 10px;
  }
	#index-body .i-why .whyBox .more {
    margin-top: 20px;
    margin-bottom: -35px;
}
}










.inner-banner img {
  width: 100%; margin-top:80px;
}
.inner-banner .woocommerce-breadcrumb {
  margin-top: 40px;
}
.inner-banner .woocommerce-breadcrumb a,
.inner-banner .woocommerce-breadcrumb span {
  display: inline-block;
  color: #959595;
  font-size: 14px;
  margin-right: 15px;
  margin-left: 15px;
}
.inner-banner .woocommerce-breadcrumb {
  margin-left: -15px;
}
.inner-banner .woocommerce-breadcrumb a {
  color: #572d69;
}
ul.product-id {
  margin: -10px -15px;
  display:inline-block;
    width:100%; 
}
ul.product-id li {
  padding: 10px 15px;
  width:25%;
  display:inline-block;
  vertical-align:top;
  margin-left:-4px;
}
ul.product-id li:nth-child(4n+1) {
  margin-left:0;
}
ul.product-id li .box {
  border: 1px solid #ebebeb;
  border-radius: 3px;
  padding: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
ul.product-id li .box:hover {
  border-color:#d33827;
  -webkit-box-shadow: 0 0 5px #d33827;
  -moz-box-shadow: 0 0 5px #d33827;
  box-shadow: 0 0 5px #d33827;
}
ul.product-id li .box h2 {
  font-size: 14px;
  color: #d33827;
  text-transform: capitalize;
  line-height: 20px; padding-bottom:0; margin-bottom:0
}
ul.product-id li .box h2 a {
  color: #000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  max-width: 100%;
}
ul.product-id li .box h2 small {
  display: block;
  font-size: inherit;
  text-transform: capitalize;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
ul.product-id li .box > a {
  display: block;
  padding: 20px 0;
}
ul.product-id li .box > a img {
  margin: 0 auto;
}
ul.product-id li .box .btn {
  display: inline-block;
  width: 100%;
}
ul.product-id li .box .btn a {
  background: #363f4d;
  color: white;
  display: inline-block;
  float: left;
  font-size: 12px;
  height: 42px;
  letter-spacing: 0;
  line-height: 40px;
  padding: 0;
  text-align: center;
  text-transform: none;
  width: 42px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-left: 5px;
  cursor: pointer;
  cursor: hand;
}
ul.product-id li .box .btn a i {
  margin: 0;
  font-size: 18px;
}
ul.product-id li .box .btn a:hover {
  background: #d33827;
}
ul.product-id li .box .btn a.active {
  color: #ff5722;
}
ul.product-id li .box .btn a.active i:before {
  content: "\f004";
}
ul.product-id li .box .btn a.cart {
  border: none;
  width: 143px;
  margin-left: 0;
}
.inner-page {
  display: inline-block;
  width: 100%;
  padding: 40px 0;
}
.inner-page h1,
.inner-page h2,
.inner-page h3,
.inner-page h4,
.inner-page h5,
.inner-page h6 {
  font-size: 16px;
  margin: 0 0 25px 0;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
  font-weight: bold;
  color: #000;
}
.inner-page p,
.inner-page span,
.inner-page em,
.inner-page a {
  font-size: 14px;
  line-height: 24px;
}
.inner-page .left {
  width: 25%;
  float: left;
}
.inner-page .left img {
  width: 100%;
}
.inner-page .left .navigation-1,
.inner-page .left .navigation-2 {
  border: 1px solid #ebebeb;
  padding: 25px 20px;
  margin-bottom: 25px;
}
.inner-page .left .navigation-1 span,
.inner-page .left .navigation-2 span {
  margin-bottom: 25px;
  text-align: left;
  text-transform: uppercase;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
  color: #363f4d;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.35;
  display: block;
  font-size: 16px;
}
.inner-page .left .navigation-1 ul li,
.inner-page .left .navigation-2 ul li {
  list-style-type: none;
  color: #363f4d;
  font-size: 14px;
  text-transform: capitalize;
}
.inner-page .left .navigation-1 ul li a,
.inner-page .left .navigation-2 ul li a {
  color: inherit;
  display:block;
  position:relative;
  padding: 10px 0;
  border-bottom: 1px solid #ebebeb;
}
.inner-page .left .navigation-1 ul li a.active1:after,
.inner-page .left .navigation-2 ul li a.active1:after {
  content:"\f067";
  position:absolute;
  right:0;
  top:10px;
  font-family:"FontAwesome";
}
.inner-page .left .navigation-1 ul li a.active:after,
.inner-page .left .navigation-2 ul li a.active:after {
  content:"\f068";
}
.inner-page .left .navigation-1 ul li:hover,
.inner-page .left .navigation-2 ul li:hover,
.inner-page .left .navigation-1 ul li a.active,
.inner-page .left .navigation-2 ul li a.active{
  color: #d33827;
}
.inner-page .left .navigation-1 ul li ul ,
.inner-page .left .navigation-2 ul li ul {
  display:none;
}
.inner-page .left .navigation-1 ul li ul li,
.inner-page .left .navigation-2 ul li ul li {
  padding-left:10px;
}
.inner-page .right {
  width: 75%;
  display: inline-block;
  padding-left: 30px;
}
.product-page .right .toolbar {
  color: #363f4d;
  margin: 0 0 30px 0;
  position: relative;
  width: 100%;
  border: 1px solid #ebebeb;
  padding: 17px 20px;
  line-height: 2;
}
.product-page .right .toolbar i.icon {
  display: inline-block;
  font-size: 18px;
}
.product-page .right .toolbar .Subclass {
  float: right;
  position: relative;
  display: inline-block;
}
.product-page .right .toolbar .Subclass span {
  color: #363f4d;
  font-size: 1em;
  font-weight: normal;
  cursor: pointer;
  cursor: hand;
}
.product-page .right .toolbar .Subclass span em {
  margin-left: 10px;
  border: 1px solid #ebebeb;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  height: 30px;
  line-height: 28px;
  padding: 3px 15px;
  text-align: left;
  position: relative;
  z-index: 1;
}
.product-page .right .toolbar .Subclass span em i {
  margin-right: 0;
  margin-left: 10px;
  position: relative;
}
.product-page .right .toolbar .Subclass ul {
  background: white;
  position: absolute;
  top: 120%;
  right: 0;
  width: 240px;
  padding: 20px 0;
  box-shadow: 0 0 5px 0 #ccc;
  -webkit-box-shadow: 0 0 5px 0 #ccc;
  -moz-box-shadow: 0 0 5px 0 #ccc;
  -ms-box-shadow: 0 0 5px 0 #ccc;
  -o-box-shadow: 0 0 5px 0 #ccc;
  display: none;
  z-index: 1;
}
.product-page .right .toolbar .Subclass ul li {
  padding: 10px 20px;
  font-size: 14px;
  color: #363f4d;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-page .right .toolbar .Subclass ul li:hover {
  background: rgba(0, 0, 0, 0.5);
  color: white;
}
.product-page .right .toolbar .Subclass ul li a {
  color: inherit;
  display: block;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -ms-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.product-page .right ul.product-id li {
  width: 33.33333%;
  float: left;
}
.product-page .right ul.product-id li .box .btn a.cart {
  width: 55%;
}
.prodet-page {
  padding: 40px 0;
}
.prodet-page .init-1 {
  display: inline-block;
  width: 100%;
  padding-bottom: 50px;
}
.prodet-page .init-1 .prodet-left {
  width: 40%;
  float: left;
}
.prodet-page .init-1 .prodet-left .album {
  margin: -10px;
  padding-top: 10px;
}
.prodet-page .init-1 .prodet-left .album li {
  width: 25%;
  float: left;
  padding: 10px;
}
.prodet-page .init-1 .prodet-right {
  width: 60%;
  display: inline-block;
  padding-left: 30px;
}
.prodet-page .init-1 .prodet-right h1 {
  color: #000;
  font-size: 24px;
  margin-bottom: 40px;
}
.prodet-page .init-1 .prodet-right .btn {
  display: inline-block;
  width: 100%;
  margin-top: 40px;
}
.prodet-page .init-1 .prodet-right .btn a {
  background: #363f4d;
  color: white;
  display: inline-block;
  float: left;
  font-size: 12px;
  height: 42px;
  letter-spacing: 0;
  line-height: 40px;
  padding: 0;
  text-align: center;
  text-transform: none;
  width: 42px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-left: 5px;
  cursor: pointer;
  cursor: hand;
}
.prodet-page .init-1 .prodet-right .btn a i {
  margin: 0;
  font-size: 18px;
}
.prodet-page .init-1 .prodet-right .btn a:hover {
  background: #d33827;
}
.prodet-page .init-1 .prodet-right .btn a.active {
  color: #ff5722;
}
.prodet-page .init-1 .prodet-right .btn a.active i:before {
  content: "\f004";
}
.prodet-page .init-1 .prodet-right .btn a.cart {
  border: none;
  width: 143px;
  margin-left: 0;
}
.prodet-page .init-1 .prodet-right .btn a.btn-message {
  margin-left: 0;
  width:160px;
}
.prodet-page .init-1 .prodet-right .btn a.btn-message i {
  width:auto;
  padding:0;
  margin-left:10px;
}
.prodet-page .init-1 .prodet-right .share {
  margin: 35px -5px 0;
}
.prodet-page .init-1 .prodet-right .share li {
  padding: 0;
  font-size: 18px;
  color: white;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  background: #363f4d;
  text-align: center;
  margin: 0 5px;
  position: relative;
  display: inline-block;
}
.prodet-page .init-1 .prodet-right .share li a {
  color: inherit;
}
.prodet-page .init-1 .prodet-right .share li a i {
  margin: 0;
}
.prodet-page .init-1 .prodet-right .share li em {
  position: absolute;
  bottom: 120%;
  background: rgba(54, 63, 77, 0.6);
  font-size: 12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  line-height: 30px;
  padding: 0 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: none;
  color: white;
}
.prodet-page .init-1 .prodet-right .share li em:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid rgba(54, 63, 77, 0.6);
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.prodet-page .init-1 .prodet-right .share li:hover {
  background: #d33827;
}
.prodet-page .init-1 .prodet-right .share li:hover em {
  display: block;
}
.prodet-page .init-2 {
  padding: 40px 0;
}
.prodet-page .init-2 .init-2-top ul {
  background: none;
  border: none;
  border-bottom: 1px solid #ebebeb;
  margin: 0 0 50px 0;
  overflow: visible;
  padding: 0;
  position: relative;
  text-align: left;
  width: 100%;
}
.prodet-page .init-2 .init-2-top ul li {
  background: #f3f2f2;
  border: none;
  color: #a8acb3;
  display: inline-block;
  font-family: Rubik, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 500;
  padding: 0 10px;
  position: relative;
  text-decoration: none;
  text-shadow: none !important;
  text-transform: uppercase;
  height: 45px;
  text-align: center;
  line-height: 45px;
  min-width: 170px;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  vertical-align: bottom;
  cursor: pointer;
  cursor: hand;
}
.prodet-page .init-2 .init-2-top ul li:hover,
.prodet-page .init-2 .init-2-top ul li.active {
  color: #fff;
  background: #000;
  height: 53px;
  line-height: 53px;
}
.prodet-page .init-2 .init-2-bottom li {
  text-align: left;
  display: none;
}
.prodet-page .init-2 .init-2-bottom li.active {
  display: block;
}
.prodet-page .init-3 {
  display: inline-block;
  width: 100%;
}
.prodet-page .init-3 li {
  width: 25%;
  float: left;
}
.news-page .left {
  float: right;
}
.news-page .right {
  padding-left: 0;
  padding-right: 30px;
}
.news-page .right .news h2 {
  color: #363f4d;
  line-height: 1.35;
  font-size: 2.286em;
  text-transform: uppercase;
  margin: 0 0 5px;
}
.news-page .right .news ul {
  padding-top: 40px;
}
.news-page .right .news ul li {
  display: inline-block;
  width: 100%;
  padding-bottom: 40px;
}
.news-page .right .news ul li a.img-box {
  width: 48%;
  float: left;
}
.news-page .right .news ul li .content {
  width: 50%;
  float: right;
}
.news-page .right .news ul li .content h3 {
  color: #242424;
  font-size: 24px;
  margin: 0 0 10px 0;
  text-transform: none;
  font-weight: normal;
}
.news-page .right .news ul li .content h3 a {
  color: inherit;
  font-size: inherit;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 52px;
}
.news-page .right .news ul li .content h3 small {
  display: block;
  color: #999;
  font-size: 12px;
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid #ebebeb;
  margin-top: 15px;
}
.news-page .right .news ul li .content h3 small em {
  color: #572d69;
}
.news-page .right .news ul li .content h3:hover{
  color: #d33827;
}
.news-page .right .news ul li .content a.more {
  margin-top: 20px;
  border: 2px solid #d33827;
  color: #d33827;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  font-size: 0.93em;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 40px;
  outline: none;
  overflow: hidden;
  padding: 0 30px;
  text-shadow: none;
  text-transform: uppercase;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  vertical-align: middle;
  white-space: nowrap;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.news-page .right .news ul li .content a.more:hover {
  background: #d33827;
  color: white;
}
.newdet-page {
  padding: 40px 0;
}
.newdet-page .left {
  float: right;
}
.newdet-page .right {
  padding-left: 0;
  padding-right: 30px;
}
.newdet-page .right h1 {
  color: #242424;
  font-size: 28px;
  margin: 0 0 10px 0;
  text-transform: none;
  font-weight: normal;
}
.newdet-page .right h1 a {
  color: inherit;
  font-size: inherit;
}
.newdet-page .right h1 small {
  display: block;
  color: #999;
  font-size: 12px;
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid #ebebeb;
  margin-top: 15px;
}
.newdet-page .right h1 small em {
  color: #572d69;
}
.newdet-page .right p {
  padding: 10px 0;
}
.newdet-page .right .share {
  margin-top: 40px;
  text-align: center;
}
.newdet-page .right .share li {
  display: inline-block;
  padding: 5px 10px;
  background: #f9f9f9;
  border-radius: 5px;
  font-size: 18px;
  color: #363f4d;
}
.newdet-page .right .share li a {
  color: inherit;
}
.newdet-page .right .share li a i{
  margin-right: 10px;
}
.newdet-page .right .share li em {
  font-size: 12px;
  color: inherit;
}
.newdet-page .right .share li:hover {
  background: #d33827;
  color: white;
}
.about-page .init-1 > h1,
.about-page .init-1 > h2,
.about-page .init-1 > h3,
.about-page .init-1 > h4,
.about-page .init-1 > h5,
.about-page .init-1 > h6 {
  font-size: 28px;
}
.about-page .init-1 img {
  padding: 20px 0;
}
.about-page .init-1 p {
  padding: 10px 0;
}
.about-page .init-2 {
  margin: 40px 0;
  padding: 120px 0;
  display: inline-block;
  width: 100%;
  background: url("../images/about-us-policy-bg.jpg") no-repeat center center;
}
.about-page .init-2 ul {
  margin: 0 -15px;
}
.about-page .init-2 li {
  width: 33.333%;
  float: left;
  text-align: center;
  padding: 0 15px;
}
.about-page .init-2 li img {
  margin: 0 auto;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.about-page .init-2 li h2 {
  color: #363f4d;
  text-transform: none;
  margin: 10px 0;
  text-align: center;
}
.about-page .init-2 li:hover img {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.about-page .init-3 {
  padding: 40px 0;
  display: inline-block;
  width: 100%;
}
.about-page .init-3 ul {
  margin: 0 -15px;
}
.about-page .init-3 li {
  width: 33.333%;
  float: left;
  text-align: center;
  padding: 0 15px;
}
.about-page .init-3 li img {
  margin: 0 auto;
}
.about-page .init-3 li h2 {
  color: #363f4d;
  text-transform: none;
  margin: 10px 0;
  text-align: center;
}
.about-page .init-3 li span {
  display: block;
  overflow: hidden;
}
.about-page .init-4 {
  padding-top: 40px;
}
.about-page .init-4 img {
  margin: 0 auto;
}
.about-page .init-4 .slick-arrow {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #ebebeb;
  background: #f9f9f9;
  color: transparent;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  text-align: center;
  line-height: 40px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .init-4 .slick-arrow:before {
  color: #363f4d;
  font-family: FontAwesome;
  text-align: center;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .init-4 .slick-arrow:hover {
  background: #572d69;
  border-color: #572d69;
}
.about-page .init-4 .slick-arrow:hover:before {
  color: white;
}
.about-page .init-4 .slick-prev {
  left: -40px;
}
.about-page .init-4 .slick-prev:before {
  content: "\f053";
}
.about-page .init-4 .slick-next {
  right: -40px;
}
.about-page .init-4 .slick-next:before {
  content: "\f054";
}
.faq-page h2 {
  font-size: 2.286em;
  text-transform: uppercase;
  color: #363f4d;
}
.faq-page h3 {
  font-size: 1.5rem;
  color: #363f4d;
  margin-bottom: 10px;
}
.faq-page .faq-list {
  padding-top: 40px;
}
.faq-page .faq-list li {
  margin: 0 0 10px;
  word-break: break-word;
}
.faq-page .faq-list li h4 {
  background: #f8f8f8;
  border: 1px solid #ebebeb;
  line-height: 1.5;
  margin: 0;
  font-weight: 500;
  font-size: 1.143em;
  color: #363f4d;
  padding: 15px 30px 15px 25px;
  cursor: pointer;
  cursor: hand;
  position: relative;
}
.faq-page .faq-list li h4 i {
  color: #bababa;
  float: right;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
}
.faq-page .faq-list li p {
  border: 1px solid #ebebeb;
  border-top: none;
  padding: 20px 25px;
  display: none;
  transition: 0s ease; 
}
.lg-page h2 {
  font-size: 2.286em;
  text-transform: uppercase;
  color: #363f4d;
  margin-bottom: 70px;
  text-align: center;
}
.lg-page ul {
  margin: -5px;
}
.lg-page ul li {
  width: 33.333333%;
  float: left;
  padding: 5px;
}
.lg-page ul li a {
  display: block;
}
.lg-page ul li a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.lg-page ul li a:after {
  content: "\f00e";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  display: block;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  text-align: center;
  line-height: 50px;
  color: white;
  font-size: 18px;
  z-index: 2;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.lg-page ul li a:hover:before {
  opacity: 1;
}
.lg-page ul li a:hover:after {
  opacity: 1;
  -webkit-transition: .5s .3s;
  -moz-transition: .5s .3s;
  -ms-transition: .5s .3s;
  -o-transition: .5s .3s;
  transition: .5s .3s;
}
.contact-page h2 {
  font-size: 32px;
  color: #363f4d;
  margin-bottom: 35px;
}
.contact-page {
  padding-bottom: 0;
}
.contact-page .map {
  margin-bottom: 70px;
  /*margin-top: 50px;*/
  display: inline-block;
  width: 100%;
}
.contact-page .map #mapContainer {
  margin-bottom: -5px;
}
.contact-page .contact-left {
  width: 25%;
  float: left;
}
.contact-page .contact-left ul li {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 30px;
  padding-bottom: 40px;
}
.contact-page .contact-left ul li h3 {
  font-size: 20px;
  color: #363f4d;
  text-transform: none;
}
.contact-page .contact-left ul li h3 img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.contact-page .contact-right {
  width: 66%;
  float: right;
}
.contact-page .contact-right ul li {
  padding-bottom: 1rem;
}
.contact-page .contact-right ul li em {
  margin-bottom: 5px;
  color: #888;
  width: 100%;
}
.contact-page .contact-right ul li input,
.contact-page .contact-right ul li textarea {
  border: 1px solid #ebebeb;
  color: #666666;
  display: block;
  margin-top: 5px;
  background: #fff;
  height: 50px;
  line-height: 50px;
  outline: none;
  width: 100%;
  border-radius: 0;
  padding: 0 15px;
  vertical-align: middle;
  max-width: 100%;
  min-width: 100%;
}
.contact-page .contact-right ul li textarea {
  height: 150px;
}
.contact-page .contact-right ul li input[type="submit"] {
  margin-top: 20px;
  background: #fff;
  border: 2px solid #d33827;
  box-shadow: none;
  color: #d33827;
  cursor: pointer;
  display: inline-block;
  font-size: 0.93em;
  font-weight: 500;
  width: auto;
  min-width: auto;
  height: 50px;
  letter-spacing: 0;
  line-height: 46px;
  outline: none;
  overflow: hidden;
  padding: 0 30px;
  text-shadow: none;
  text-transform: uppercase;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  vertical-align: middle;
  white-space: nowrap;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.contact-page .contact-right ul li input[type="submit"]:hover {
  background: #d33827;
  color: white;
}
@media screen and (max-width: 1200px) {
  .product-page .right ul.product-id li {
    width: 50%;
  }
  .prodet-page .init-3 ul.product-id li .box .btn a.cart {
    width: 100px;
  }
  .news-page .right .news ul li .content p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 48px;
    overflow: hidden;
  }
}
.entry-meta {
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
  color: #999;
  font-size: 14px;
  margin: 40px 0 30px;
  padding: 5px 0;
  width: 100%;
}
.entry-meta a {
  color: #572d69;
  text-transform: none;
  font-size: 13px;
}
.entry-meta a:hover{
  color: #d33827;
}
.woocommerce-pagination {
  display: inline-block;
  width: 100%;
  margin-top: 40px;
}
.woocommerce-pagination .wp-pagenavi {
  border: 1px solid #ebebeb;
  margin: 0;
  padding: 17px 25px;
  text-align: center;
  width: 100%;
}
.woocommerce-pagination .wp-pagenavi a,
.woocommerce-pagination .wp-pagenavi span {
  padding: 5px 10px;
  border-radius: 5px;
  background: #f1f1f1;
  border: 1px solid #ebebeb;
  color: #363f4d;
  margin-right: 10px;
  outline: none;
}
.woocommerce-pagination .wp-pagenavi a:hover,
.woocommerce-pagination .wp-pagenavi span:hover {
  background: #0d71bb;
  border-color: #0d71bb;
  color: white;
}
.woocommerce-pagination .wp-pagenavi span {
  background: #0d71bb;
  border-color: #0d71bb;
  color: white;
}

table { background:#fafafa;}
table tr td{ border:1px solid #000; text-align:center; height:32px!important ; margin:0px; padding:0px;}
table tr:nth-child(1){
  background:#000 !important;
  color:#fff !important;
}
table tr:nth-child(even)
{
  background:#fff;

}
table tr:nth-child(odd)
{
  background:#eee;

}
table tr:nth-child(1) td {
  color: white !important;
}
.image-gallery a img {border: solid 1px #f1f1f1;}

.init-1-bottom { padding-top:10px;}
/**************页面右下角悬浮表单****************/
.mlztx {
  opacity: .6;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background-color: #2b93e6;
  position: fixed;
  bottom: 50px;
  right: 20px;
  font-size: 30px;
  text-align: center;
  line-height: 55px;
  color: #fff;
  transition: all 1s ease 0s;
  z-index: 99;
  -webkit-box-shadow: 0px 0px 2px 3px hsla(0, 0%, 0%, 0.1);
  box-shadow: 0px 0px 2px 3px hsla(0, 0%, 0%, 0.1);
  cursor: pointer;
}
.mlztx:hover {
  opacity:1;
  background-color:#00b1ff;
  width:65px;
  height:65px;
}
.layer-form {
  display: none;
}
.container-contact100 {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 1000001;
  left: 0;
  top: 0;
}
.wrap-contact100 {
  width: 560px;
  background: #fff;
  border-radius: 3px;
  position: relative;
  /*margin-top: 40px;*/
  overflow: auto;
  max-height: 90vh;
}
.contact100-form-title {
  font-size: 30px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  background-image: url("../images/layer-form-bg.jpg");
  width: 100%;
  min-height: 128px;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  overflow: hidden;
  padding: 30px 15px 30px 15px;
}
.contact100-form-title::before {
  content:"";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(67, 67, 67, 0.6);
}
.contact100-form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 40px 55px 48px 55px;
}
.contact100-form .contact100-form {
  padding:0;
}
.wrap-input100 {
  width: 100%;
  position: relative;
  border-radius: 2px;
  margin-bottom: 15px;
  border: 1px solid #e6e6e6;
  height:60px;
}
.your-message {
  height:217px;
}
.label-input100 {
  font-size: 18px;
  color: #999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 60px;
  height: 100%;
  top: 0;
  left: 2px;
}
.label-input100.rs1 {
  height: 60px;
}
.input100 {
  display: block;
  width: 100%;
  background: transparent;
  font-size: 15px;
  color: #333333;
  line-height: 1.2;
  padding: 0 25px 0 60px;
  border: none;
}
input.input100 {
  height: 55px;
}
textarea.input100 {
  min-height: 162px;
  padding-top: 22px;
  padding-bottom: 15px;
  font-family:'microsoft yahei';
}
.focus-input100 {
  position: absolute;
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
  pointer-events: none;
  border: 1px solid;
  border-radius: 2px;
  border-color: #0066cc;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scaleX(1.1) scaleY(1.3);
  -moz-transform: scaleX(1.1) scaleY(1.3);
  -ms-transform: scaleX(1.1) scaleY(1.3);
  -o-transform: scaleX(1.1) scaleY(1.3);
  transform: scaleX(1.1) scaleY(1.3);
}
.input100:focus + .focus-input100 {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.input100:focus + .focus-input100 + .label-input100 {
  color: #0066cc;
}
.container-contact100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 17px;
}
.contact100-form input[type="submit"] {
  font-size: 12px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  min-width: 160px;
  height: 42px;
  border-radius: 21px;
  background: #0066cc;
  cursor: pointer;
  box-shadow: 0 10px 30px 0px rgba(132, 106, 221, 0.5);
  -moz-box-shadow: 0 10px 30px 0px rgba(132, 106, 221, 0.5);
  -webkit-box-shadow: 0 10px 30px 0px rgba(132, 106, 221, 0.5);
  -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);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.contact100-form input[type="submit"]:hover {
  background: #333333;
  box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);
  -webkit-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);
  -o-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);
  -ms-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);
}
@media (max-width: 576px) {
  .contact100-form {
    padding: 40px 15px 48px 15px;
  }
  .input100 {
    padding: 0 25px 0 40px;
  }
  .label-input100 {
    width: 40px;
  }
}
.validate-input {
  position: relative;
}
.alert-validate .focus-input100 {
  box-shadow: 0 5px 20px 0px rgba(250, 66, 81, 0.1);
  -moz-box-shadow: 0 5px 20px 0px rgba(250, 66, 81, 0.1);
  -webkit-box-shadow: 0 5px 20px 0px rgba(250, 66, 81, 0.1);
  -o-box-shadow: 0 5px 20px 0px rgba(250, 66, 81, 0.1);
  -ms-box-shadow: 0 5px 20px 0px rgba(250, 66, 81, 0.1);
}
.alert-validate::before {
  content:"";
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background-color: transparent;
  border: 1px solid #fa4251;
  border-radius: 2px;
  top: -1px;
  left: -1px;
  pointer-events: none;
}
.btn-hide-validate {
  font-size: 18px;
  color: #fa4251;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: 100%;
  top: 0px;
  right: -25px;
}
.rs1-alert-validate.alert-validate::before {
  background-color: #fff;
}
.true-validate::after {
  content:"\f26b";
  font-size: 18px;
  color: #00ad5f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: 100%;
  top: 0px;
  right: -25px;
}
@media (max-width: 576px) {
  .btn-hide-validate {
    right: 10px;
  }
  .true-validate::after {
    right: 10px;
  }
}
.btn-hide-contact100 {
  font-size: 20px;
  color: #fff;
  opacity: 0.6;
  position: absolute;
  right: 10px;
  top: 5px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
  z-index: 10;
}
.btn-hide-contact100 .icon {
  margin: 0;
  padding: 0;
  background: none;
}
.btn-hide-contact100:hover {
  opacity: 1;
}
*::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
*::-webkit-scrollbar-button {
  display: none;
}
*::-webkit-scrollbar-track {
  background-color: #eee;
}
*::-webkit-scrollbar-thumb{
  background-color: #572d69;
}
.cloudzoom-zoom {
  z-index: 11;
}
/*.button-group .button {
  background-color: #572d69 !important;
}*/
div.info-middle img {
  max-width: 100% !important;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 1000px){
  .inner-page .left {
    display: none;
  }
  .inner-page .right {
    width: 100%;
    padding-left: 0;
  }
  .prodet-page .init-1 .prodet-left,.prodet-page .init-1 .prodet-right {
    width: 100%;
    float: none;
    padding-left: 0;
    text-align: center;
  }
  .prodet-page .init-1 .prodet-right {
    padding-top: 40px;
  }
  .prodet-page .init-1 .prodet-right .btn {
    width: auto;
  }
  .prodet-page .init-1 .prodet-right h1 {
    text-align: center;
  }
  .prodet-page .init-3 li {
    width: 50%;
  }
  .contact-page .contact-left,.contact-page .contact-right {
    width: 100%;
    float: none;
  }
  .contact-page .contact-right {
    padding-top: 40px;
  }
  .contact-page h2 {
    font-size: 24px;
  }
  .news-page .right {
    padding-right: 0;
  }

}

@media screen and (max-width: 700px){
  .about-page .init-2 {
    background-size: auto 100%;
    padding: 50px 0;
  }
  .about-page .init-2 li,.about-page .init-3 li {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .faq-page h2,.faq-page h3,.lg-page h2,.news-page .right .news h2,.contact-page h2 {
    font-size: 16px;
  }
  .product-page .right ul.product-id li,.prodet-page .init-3 li {
    width: 100%;
  }
  .lg-page ul li {
    width: 50%;
  }
  .news-page .right .news ul li a.img-box,
  .news-page .right .news ul li .content {
    width: 100%;
    float: none;
  }
  .news-page .right .news ul li .content {
    padding-top: 30px;
  }
  .newdet-page .right h1 {
    font-size: 18px;
  }
  .newdet-page .right .share li {
    padding: 5px 2px;
    font-size: 16px;
  }
  .contact-page .contact-right ul li input, .contact-page .contact-right ul li textarea {
    line-height: 40px;
    height: 40px;
  }
  .contact-page .contact-right ul li textarea {
    height: 120px;
  }

}
.clearfix:after{
	display:none;
}
.wpulike{
	display:none;
}
	