@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/Source-Han-Sans.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');
}
@font-face {
  font-family: 'Georgia';
  src: url(../fonts/Georgia.woff.ttf) format('truetype');
}
@font-face {
  font-family: 'baskervilleoldstyle';
  src: url(../fonts/baskervilleoldstyle.ttf) format('truetype');
}
.container {
  width: 1230px;
}
.containerBox {
  width: 1366px;
  padding: 0 15px;
  margin: 0 auto;
}
#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("../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 img {
  width: auto;
}
#header .nav.scrollNav {
  height: 70px;
  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 {
  height: 100%;
}
#header .nav.scrollNav .nav-box .menu-box .menu {
  height: 70px;
  line-height: 70px;
}
#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;
  background-color: rgba(255, 255, 255, 0.5);
  height: 100px;
}
#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: 100px;
  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: 16px;
  color: #858585;
  display: block;
  position: relative;
  font-family: poppins-regular;
  text-transform: uppercase;
}
#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: #f58612;
}
#header .nav .nav-box .menu-box .menu > li:hover > a {
  color: #f58612;
}
#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: #f58612;
  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 .menu-box .language {
  display: flex;
  align-items: center;
}
#header .nav .nav-box .menu-box .language > a {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-family: poppins-regular;
  color: #858585;
  margin: 0 5px;
}
#header .nav .nav-box .menu-box .language > a:hover {
  color: #f58612;
}
#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 .h-search {
  cursor: pointer;
  margin: 0 20px;
  display: flex;
  align-items: center;
}
#header .nav .nav-box .menu-box .h-search i {
  color: #858585;
  display: inline-block;
  vertical-align: middle;
}
#header .nav .nav-box .menu-box .h-search i:hover {
  color: #f58612;
}
#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;
}
@font-face {
  font-family: 'Poppins-Light';
  src: url(../fonts/Poppins-Light.otf) format('truetype');
}
@font-face {
  font-family: 'Poppins-SemiBold';
  src: url(../fonts/Poppins-SemiBold.otf) format('truetype');
}
#banner {
  position: relative;
}
#banner .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
#banner .content .container{
	margin-top:-100px;
}
#banner .content .container h2 {
  font-size: 64px;
  line-height: 64px;
  color: #fe7a29;
  text-transform: uppercase;
  font-family: 'Poppins-SemiBold';
}
#banner .content .container h2 span {
  display: inline-block;
  font-size: 64px;
  line-height: 64px;
  color: #000000;
  font-family: 'Poppins-SemiBold';
  border-bottom: 2px solid #fe7a29;
}
#banner .content .container h3 {
  margin-top: 10px;
  font-size: 28px;
  line-height: 30px;
  color: #000000;
  font-family: 'Poppins-Light';
  text-transform: uppercase;
  margin-bottom: 40px;
}
#banner .content .container p {
  font-size: 15px;
  line-height: 30px;
  color: #000000;
  font-family: 'Poppins-Light';
  max-width: 490px;
}
#banner .content .container p span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #fe7a29;
  margin-right: 10px;
  vertical-align: middle;
}
#banner .content .container p i {
  display: inline-block;
  font-size: 15px;
  line-height: 30px;
  max-width: 470px;
  vertical-align: middle;
	opacity:0.5;
}
#banner .content .container a {
  margin-top: 40px;
  display: inline-block;
  font-size: 24px;
  font-family: 'Poppins-SemiBold';
  color: #ffffff;
      padding: 15px 70px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  background: #fe7a29;
  border-radius: 5px;
}
#banner .content .container a:hover {
  background: #333333;
}
#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 {
  font-family: 'baskervilleoldstyle';
  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,
#index-body span,
#index-body i {
  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 {
  font-size: 16px;
  font-family: 'poppins-regular';
  color: #626262;
  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 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.h1 {
  font-size: 36px;
  color: #ffffff;
}
#index-body h1.h1 > a {
  font-family: 'baskervilleoldstyle';
  font-size: 36px;
  color: #ffffff;
}
#index-body h2.h2 {
  font-size: 24px;
  color: #000000;
}
#index-body h2.h2 > a {
  font-family: 'baskervilleoldstyle';
  font-size: 24px;
  color: #000000;
}
#index-body h3.h3 {
  font-size: 36px;
  color: #000000;
}
#index-body h3.h3 > a {
  font-family: 'baskervilleoldstyle';
  font-size: 36px;
  color: #000000;
}
#index-body h4.h4 {
  font-size: 48px;
  color: #000000;
}
#index-body h4.h4 > a {
  font-family: 'baskervilleoldstyle';
  font-size: 48px;
  color: #000000;
}
#index-body p.p {
  font-family: 'poppins-regular';
  font-size: 18px;
  color: #999999;
}
#index-body p.p > a {
  font-family: 'poppins-regular';
  font-size: 18px;
  color: #999999;
}
#index-body .i-about {
  background-color: #f4f4f4;
  padding: 75px 0;
  position: relative;
}
#index-body .i-about .about-box {
  z-index: 10;
  display: flex;
  align-items: center;
}
#index-body .i-about .about-box .about-left {
  width: 50%;
}
#index-body .i-about .about-box .about-right {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}
#index-body .i-about .about-box .about-right .about-content {
  max-width: 500px;
  position: relative;
  display: inline-block;
}
#index-body .i-about .about-box .about-right .about-content .top {
  display: inline-block;
  text-align: center;
}
#index-body .i-about .about-box .about-right .about-content .top .h4 {
  line-height: 58px;
  position: relative;
}
#index-body .i-about .about-box .about-right .about-content .top .h4::after {
  content: "";
  position: absolute;
  width: 110px;
  height: 4px;
  background-color: #fe7a29;
  top: -15px;
  left: -50px;
  opacity: 0.3;
}
#index-body .i-about .about-box .about-right .about-content .top .p {
  position: relative;
}
#index-body .i-about .about-box .about-right .about-content .top .p::after {
  content: "";
  position: absolute;
  width: 110px;
  height: 4px;
  background-color: #fe7a29;
  top: 10px;
  right: -30px;
  opacity: 0.3;
}
#index-body .i-about .about-box .about-right .about-content .content {
  padding: 40px 0 50px 0;
}
#index-body .i-about .about-box .about-right .about-content .content p {
  line-height: 30px;
}
#index-body .i-about .about-box .about-right .about-content .pp {
  z-index: 5;
}
#index-body .i-about .about-box .about-right .about-content .pp > a {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  color: #000000;
  border: 1px solid #000000;
  padding: 10px 50px;
  font-family: 'poppins-regular';
}
#index-body .i-about .about-box .about-right .about-content .pp > a:hover {
  color: #ffffff;
  background-color: #fe7a29;
  border: 1px solid #fe7a29;
}
#index-body .i-about .aboutbackgroud {
  display: inline-block;
  position: absolute;
  bottom: 90px;
  right: 115px;
  z-index: 1;
}
#index-body .i-product {
  padding: 55px 0;
  position: relative;
}
#index-body .i-product .product-box {
  z-index: 10;
}
#index-body .i-product .product-box .top {
  display: inline-block;
  text-align: center;
  padding-bottom: 20px;
}
#index-body .i-product .product-box .top .h4 {
  line-height: 58px;
  position: relative;
}
#index-body .i-product .product-box .top .h4::after {
  content: "";
  position: absolute;
  width: 110px;
  height: 2px;
  background-color: #000000;
  top: -15px;
  left: -50px;
  opacity: 0.3;
}
#index-body .i-product .product-box .top .p {
  position: relative;
}
#index-body .i-product .product-box .top .p::after {
  content: "";
  position: absolute;
  width: 110px;
  height: 2px;
  background-color: #000000;
  top: 10px;
  right: -75px;
  opacity: 0.3;
}
#index-body .i-product .product-box .product-list > ul {
  display: inline-block;
}
#index-body .i-product .product-box .product-list > ul > li.on .list-box .product-img {
  background-color: #fe7a29;
}
#index-body .i-product .product-box .product-list > ul > li.on .list-box .more {
  opacity: 1;
}
#index-body .i-product .product-box .product-list > ul > li {
  cursor: pointer;
  margin: 30px 0;
}
#index-body .i-product .product-box .product-list > ul > li .list-box {
  display: flex;
  align-items: center;
  position: relative;
}
#index-body .i-product .product-box .product-list > ul > li .list-box:hover .product-img {
  background-color: #fe7a29;
}
#index-body .i-product .product-box .product-list > ul > li .list-box:hover .h2 {
  border-bottom: 1px solid #000000;
}
#index-body .i-product .product-box .product-list > ul > li .list-box:hover .more {
  opacity: 1;
  margin-top: 5px;
}
#index-body .i-product .product-box .product-list > ul > li .list-box .product-img {
  transition: .3s ease;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
  width: 90px;
  height: 90px;
  border: 5px solid #ffffff;
  border-radius: 100%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
#index-body .i-product .product-box .product-list > ul > li:nth-child(1) .list-box .product-img{
	background: #fff url(../images/01.png) no-repeat center center;
}
#index-body .i-product .product-box .product-list > ul > li.on:nth-child(1) .list-box .product-img{
	background: #fe7a29 url(../images/1.png) no-repeat center center;
}
#index-body .i-product .product-box .product-list > ul > li:nth-child(2) .list-box .product-img{
	background: #fff url(../images/03.png) no-repeat center center;
}
#index-body .i-product .product-box .product-list > ul > li.on:nth-child(2) .list-box .product-img{
	background: #fe7a29 url(../images/3.png) no-repeat center center;
}
#index-body .i-product .product-box .product-list > ul > li:nth-child(3) .list-box .product-img{
	background: #fff url(../images/02.png) no-repeat center center;
}
#index-body .i-product .product-box .product-list > ul > li.on:nth-child(3) .list-box .product-img{
	background: #fe7a29 url(../images/2.png) no-repeat center center;
}
#index-body .i-product .product-box .product-list > ul > li:nth-child(4) .list-box .product-img{
	background: #fff url(../images/04.png) no-repeat center center;
}
#index-body .i-product .product-box .product-list > ul > li.on:nth-child(4) .list-box .product-img{
	background: #fe7a29 url(../images/4.png) no-repeat center center;
}
#index-body .i-product .product-box .product-list > ul > li:nth-child(5) .list-box .product-img{
	background: #fff url(../images/05.png) no-repeat center center;
}
#index-body .i-product .product-box .product-list > ul > li.on:nth-child(5) .list-box .product-img{
	background: #fe7a29 url(../images/5.png) no-repeat center center;
}
#index-body .i-product .product-box .product-list > ul > li .list-box .h2 {
  text-transform: uppercase;
}
#index-body .i-product .product-box .product-list > ul > li .list-box .more {
  position: absolute;
  bottom: 0;
  right: 30px;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  opacity: 0;
  text-transform: uppercase;
  font-size: 16px;
  color: #000000;
}
#index-body .i-product .product-box .product-list > ul > li .list-box .more > i {
  font-size: 24px;
  display: inline-block;
  margin-left: 20px;
  vertical-align: middle;
}
#index-body .i-product .product-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}
#index-body .i-product .product-bg > img {
  width: 100%;
  height: 100%;
}
#index-body .i-product .product-bg.on {
  opacity: 1;
}
#index-body .i-hot {
  padding: 85px 0;
  position: relative;
  background-color: #f4f4f4;
}
#index-body .i-hot .hot-box {
  z-index: 10;
  position: relative;
}
#index-body .i-hot .hot-box .top {
  display: inline-block;
  text-align: center;
  padding-bottom: 20px;
}
#index-body .i-hot .hot-box .top .h4 {
  line-height: 58px;
  position: relative;
}
#index-body .i-hot .hot-box .top .h4::after {
  content: "";
  position: absolute;
  width: 110px;
  height: 2px;
  background-color: #000000;
  top: -15px;
  left: -50px;
  opacity: 0.3;
}
#index-body .i-hot .hot-box .top .p {
  position: relative;
}
#index-body .i-hot .hot-box .top .p::after {
  content: "";
  position: absolute;
  width: 110px;
  height: 2px;
  background-color: #000000;
  top: 10px;
  right: -75px;
  opacity: 0.3;
}
#index-body .i-hot .hot-box .navigation {
  position: absolute;
  top: 80px;
  right: 0;
  display: flex;
}
#index-body .i-hot .hot-box .navigation .prev,
#index-body .i-hot .hot-box .navigation .next {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  margin: 0 20px;
  cursor: pointer;
  text-transform: uppercase;
  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 .navigation .prev:hover,
#index-body .i-hot .hot-box .navigation .next:hover {
  font-size: 14px;
  font-family: 'baskervilleoldstyle';
  font-weight: bold;
}
#index-body .i-hot .hot-box .navigation .prev > img {
  display: inline-block;
  margin-right: 30px;
}
#index-body .i-hot .hot-box .navigation .next > img {
  display: inline-block;
  margin-left: 30px;
}
#index-body .i-hot .hot-box .hotBox {
  margin-top: 45px;
}
#index-body .i-hot .hot-box .hotBox .swiper-slide {
  display: inline-block;
}
#index-body .i-hot .hot-box .hotBox .swiper-slide .hot-img {
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
#index-body .i-hot .hot-box .hotBox .swiper-slide .hot-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-hot .hot-box .hotBox .swiper-slide .hot-img > img {
  width: 100%;
  height: 100%;
}
#index-body .i-hot .hot-box .hotBox .swiper-slide .hot-img h3 {
  width: 100%;
  position: absolute;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -moz-transform: rotate(90deg);
  /* Firefox */
  -webkit-transform: rotate(90deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(90deg);
  bottom: 35%;
  left: -40%;
  text-align: right;
  text-transform: uppercase;
  font-size: 30px;
  font-family: 'baskervilleoldstyle';
}
#index-body .i-hot .hot-box .hotBox .swiper-slide .hot-img h3::after {
  content: "";
  width: 100px;
  height: 1px;
  background-color: #000000;
  position: absolute;
  top: 0;
  right: 0;
}
#index-body .i-hot .hot-box .hotBox .swiper-slide .hot-more p {
  display: flex;
  justify-content: flex-end;
}
#index-body .i-hot .hot-box .hotBox .swiper-slide .hot-more p > a {
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'poppins-regular';
  color: #000000;
  display: inline-block;
  padding: 10px 0;
}
#index-body .i-hot .hot-box .hotBox .swiper-slide .hot-more p > a > i {
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
}
#index-body .i-hot .hot-box .hotBox .swiper-slide .hot-more p > a:hover {
  color: #fe7a29;
}
#index-body .i-hot .aboutbackgroud {
  display: inline-block;
  position: absolute;
  bottom: 60px;
  right: 115px;
  z-index: 1;
}
#index-body .i-news {
  display: flex;
}
#index-body .i-news .left,
#index-body .i-news .right {
  width: 50%;
  position: relative;
}
#index-body .i-news .left .left-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 70px;
}
#index-body .i-news .left .left-box .left-content {
  width: 100%;
  height: 100%;
  border: 8px solid #ffffff;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
#index-body .i-news .left .left-box .left-content .top {
  display: inline-block;
  text-align: center;
  padding: 10px 80px;
  cursor: pointer;
}
#index-body .i-news .left .left-box .left-content .top:hover .h4 {
  color: #fe7a29;
}
#index-body .i-news .left .left-box .left-content .top:hover .p {
  color: #fe7a29;
}
#index-body .i-news .left .left-box .left-content .top .h4 {
  line-height: 58px;
  position: relative;
  color: #ffffff;
}
#index-body .i-news .left .left-box .left-content .top .h4::after {
  content: "";
  position: absolute;
  width: 110px;
  height: 2px;
  background-color: #ffffff;
  top: -15px;
  left: -50px;
}
#index-body .i-news .left .left-box .left-content .top .p {
  position: relative;
  color: #ffffff;
}
#index-body .i-news .left .left-box .left-content .top .p::after {
  content: "";
  position: absolute;
  width: 110px;
  height: 2px;
  background-color: #ffffff;
  top: 10px;
  right: -75px;
}
#index-body .i-news .right .right-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 70px;
}
#index-body .i-news .right .right-box .right-content {
  width: 100%;
  height: 100%;
  border: 8px solid #ffffff;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
#index-body .i-news .right .right-box .right-content .top {
  display: inline-block;
  text-align: center;
  padding: 10px 80px;
  cursor: pointer;
}
#index-body .i-news .right .right-box .right-content .top:hover .h4 {
  color: #fe7a29;
}
#index-body .i-news .right .right-box .right-content .top:hover .p {
  color: #fe7a29;
}
#index-body .i-news .right .right-box .right-content .top .h4 {
  line-height: 58px;
  position: relative;
  color: #ffffff;
}
#index-body .i-news .right .right-box .right-content .top .h4::after {
  content: "";
  position: absolute;
  width: 110px;
  height: 2px;
  background-color: #ffffff;
  top: -15px;
  right: -50px;
}
#index-body .i-news .right .right-box .right-content .top .p {
  position: relative;
  color: #ffffff;
}
#index-body .i-news .right .right-box .right-content .top .p::after {
  content: "";
  position: absolute;
  width: 110px;
  height: 2px;
  background-color: #ffffff;
  top: 10px;
  left: -75px;
}
#index-body .i-contact {
  padding: 80px 0;
  background-color: #f4f4f4;
}
#index-body .i-contact .contact-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#index-body .i-contact .contact-box .left .h3 {
  font-style: italic;
}
#index-body .i-contact .contact-box .left .p {
  font-style: italic;
  font-family: 'baskervilleoldstyle';
}
#index-body .i-contact .contact-box .right{
  width: 55%;
}
#index-body .i-contact .contact-box .right .wpcf7 form {
  width: 100%;
  position: relative;
}
#index-body .i-contact .contact-box .right .wpcf7 form p .your-name input[type="text"] {
  height: 55px;
  padding: 0 4px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  background: none;
  color: #252525;
  font-size: 14px;
  width: 100%;
  outline: none;
  resize: none;
  border: none;
  font-family: 'poppins-regular';
  border-bottom: 1px solid #cccccc;
}
#index-body .i-contact .contact-box .right .wpcf7 form p .your-name input[type="text"]:focus {
  height: 65px;
  border-bottom: 3px solid #fe7a29;
}
#index-body .i-contact .contact-box .right .wpcf7 form p .your-email input[type="email"] {
  height: 55px;
  padding: 0 4px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  background: none;
  color: #252525;
  font-size: 14px;
  width: 100%;
  outline: none;
  resize: none;
  border: none;
  font-family: 'poppins-regular';
  border-bottom: 1px solid #cccccc;
}
#index-body .i-contact .contact-box .right .wpcf7 form p .your-email input[type="email"]:focus {
  height: 65px;
  border-bottom: 3px solid #fe7a29;
}
#index-body .i-contact .contact-box .right .wpcf7 form p input[type="submit"] {
  outline: none;
  resize: none;
  border: none;
  background: none;
  color: #252525;
  font-family: 'poppins-regular';
  font-size: 14px;
}
/*#index-body .i-contact .contact-box .right .wpcf7 form p input[type="submit"]{
  position: absolute;
  top: 20px;
  right: 0;
}*/
#index-body .i-contact .contact-box .right .wpcf7 form p input[type="submit"] {
  position: absolute;
  bottom: 30px;
  right: 0;
}
#footer {
  position: relative;
  padding-top: 80px;
  background-color: #f1ded6;
}
#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 {
  font-family: 'baskervilleoldstyle';
  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,
#footer span,
#footer i {
  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 p {
  font-size: 16px;
  font-family: 'poppins-regular';
  color: #626262;
  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 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 h1.h1 {
  font-size: 36px;
  color: #ffffff;
}
#footer h1.h1 > a {
  font-family: 'baskervilleoldstyle';
  font-size: 36px;
  color: #ffffff;
}
#footer h2.h2 {
  font-size: 24px;
  color: #000000;
}
#footer h2.h2 > a {
  font-family: 'baskervilleoldstyle';
  font-size: 24px;
  color: #000000;
}
#footer h3.h3 {
  font-size: 36px;
  color: #000000;
}
#footer h3.h3 > a {
  font-family: 'baskervilleoldstyle';
  font-size: 36px;
  color: #000000;
}
#footer h4.h4 {
  font-size: 48px;
  color: #000000;
}
#footer h4.h4 > a {
  font-family: 'baskervilleoldstyle';
  font-size: 48px;
  color: #000000;
}
#footer p.p {
  font-family: 'poppins-regular';
  font-size: 18px;
  color: #000000;
}
#footer p.p > a {
  font-family: 'poppins-regular';
  font-size: 18px;
  color: #000000;
}
#footer .footer-logo {
  text-align: center;
}
#footer .footer-logo .p {
  width: 75%;
  margin: 0 auto;
  font-family: 'baskervilleoldstyle';
  padding: 20px 0 15px 0;
}
#footer .footer-logo .icon > a > i {
  color: #a89b95;
  font-size: 24px;
  display: inline-block;
  margin: 0 10px;
}
#footer .footer-logo .icon > a > i:hover {
  color: #000000;
}
#footer .footer-top-box {
  padding: 35px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#footer .footer-top-box .columnBox > ul > li {
  margin: 10px 0;
}
#footer .footer-top-box .columnBox > ul > li > a {
  font-size: 16px;
  color: #000000;
  font-family: 'poppins-regular';
  text-transform: uppercase;
}
#footer .footer-top-box .columnBox > ul > li > a:hover {
  border-bottom: 1px solid #000000;
}
#footer .footer-top-box .one {
  width: 25%;
}
#footer .footer-top-box .two {
  width: 25%;
}
#footer .footer-top-box .three {
  width: 30%;
}
#footer .footer-top-box .three > ul > li {
  margin: 10px 0;
}
#footer .footer-top-box .three > ul > li > a {
  font-size: 16px;
  color: #000000;
  font-family: 'poppins-regular';
  text-transform: none;
}
#footer .footer-top-box .three > ul > li > a:hover {
  border-bottom: 0px solid #000000;
}
#footer .footer-top-box .four {
  width: 155px;
  height: 155px;
}
#footer .footer-bottom .footer-bottom-box {
  padding: 15px;
  border-top: 1px solid #000000;
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer .footer-bottom .footer-bottom-box > p {
  color: #000000;
  font-size: 14px;
  opacity: 0.8;
}
#footer .footer-bottom .footer-bottom-box > p > a {
  color: #000000;
  font-size: 14px;
}
#footer .Stick {
  position: absolute;
}
@media screen and (max-width: 1600px) {
  .container {
    width: 1230px;
  }
  #index-body .i-product {
    padding: 50px 0;
  }
  #index-body .i-product .product-box .top {
    padding-bottom: 0px;
  }
  #index-body .i-product .product-box .product-list > ul > li {
    margin: 20px 0;
  }
  #index-body h4.h4 {
    font-size: 38px;
  }
  #index-body .i-about .about-box .about-right .about-content .top .p::after {
    right: -60px;
  }
  #index-body .i-product .product-box .top .p::after {
    right: -100px;
  }
  #index-body .i-hot .hot-box .top .p::after {
    right: -100px;
  }
}
@media screen and (max-width: 1230px) {
  .container {
    width: 970px;
  }
  #banner {
    padding: 0;
  }
	#banner .content .container h2{
		    font-size: 40px;
    line-height: 40px;
	}
	#banner .content .container h2 span{
		    font-size: 40px;
    line-height: 40px;
	}
	#banner .content .container h3{
		font-size: 20px;    margin-top: 5px;    margin-bottom: 20px;
	}
	#banner .content .container p i{
		font-size: 12px;
    line-height: 20px;
	}
	#banner .content .container a{
		    font-size: 18px;    margin-top: 20px;    padding: 10px 50px;
	}
  #header .nav .nav-box .menu-box .menu > li {
    margin: 0 20px;
  }
  #index-body h2.h2 {
    font-size: 18px;
  }
  #index-body h2.h2 > a {
    font-size: 18px;
  }
  #index-body p.p {
    font-size: 14px;
  }
  #index-body h4.h4 {
    font-size: 28px;
  }
  #index-body .i-about .about-box .about-right .about-content .content {
    padding: 20px 0 30px 0;
  }
  #index-body p {
    font-size: 14px;
  }
  #index-body .i-about .about-box .about-right .about-content .content p {
    line-height: 24px;
  }
  #index-body .i-about .about-box .about-right .about-content .top .p::after {
    right: -80px;
  }
  #index-body .i-product .product-box .product-list > ul > li .list-box .product-img {
    width: 60px;
    height: 60px;
    border: 1px solid #ffffff;
  }
  #index-body .i-product .product-box .product-list > ul > li .list-box .more {
    bottom: -5px;
    right: 30px;
    font-size: 12px;
  }
  #index-body .i-product .product-box .product-list > ul > li .list-box .more > i{
  	    margin-left: 5px;    font-size: 18px;
  }
  #index-body .i-product .product-box .product-list > ul > li {
    margin: 10px 0;
  }
  #index-body .i-product {
    padding: 20px 0;
  }
  #index-body .i-hot .hot-box .hotBox .swiper-slide .hot-img h3 {
    font-size: 20px;
  }
  #index-body .i-news .left .left-box {
    padding: 10px;
  }
  #index-body .i-news .right .right-box {
    padding: 10px;
  }
  #footer .footer-top-box .columnBox > ul > li > a {
    font-size: 14px;
  }
  #footer .footer-top-box .three > ul > li > a {
    font-size: 14px;
  }
  #index-body .i-contact {
    padding: 50px 0;
  }
  #footer {
    padding-top: 50px;
  }
  #header .nav .nav-box .menu-box .menu > li > a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1100px) {
  .container {
    width: 970px;
  }
  #mobile {
    display: block;
  }
}
@media screen and (max-width: 970px) {
  .container {
    width: 768px;
  }
  #index-body h2.h2 {
    font-size: 18px;
  }
  #index-body p.p {
    font-size: 12px;
  }
  #index-body p.more > a {
    font-size: 12px;
  }
  #index-body .i-about {
    padding: 10px 0;
  }
  #index-body h4.h4 {
    font-size: 24px;
  }
  #index-body .i-about .about-box .about-right .about-content .top .h4 {
    line-height: 35px;
  }
  #index-body p {
    font-size: 12px;
  }
  #index-body .i-about .about-box .about-right .about-content .content p {
    line-height: 18px;
  }
  #index-body .i-about .about-box .about-right .about-content .pp > a {
    font-size: 12px;
    padding: 6px 20px;
  }
  #index-body .i-about .about-box .about-right .about-content .content {
    padding: 20px 0 20px 0;
  }
  #index-body .i-product .product-box .top .h4 {
    line-height: 30px;
    position: relative;
  }
  #index-body .i-product .product-box .product-list > ul > li .list-box .product-img > img {
    width: 22%;
    height: auto;
  }
  #index-body .i-product .product-box .product-list > ul > li .list-box .product-img {
    width: 50px;
    height: 50px;
    margin-right: 20px;
  }
  #index-body h2.h2 {
    font-size: 14px;
  }
  #index-body .i-product .product-box .product-list > ul > li .list-box .more {
        right: 13px;
  }
  #index-body .i-product .product-box .top .p::after {
    right: -105px;
    top: 8px;
  }
  #index-body .i-product .product-box .top .h4::after {
    top: -10px;
  }
  #index-body .i-hot {
    padding: 20px 0;
  }
  #index-body .i-hot .hot-box .top .h4 {
    line-height: 30px;
  }
  #index-body .i-hot .hot-box .top .h4::after {
    top: -7px;
  }
  #index-body .i-hot .hot-box .top .p::after {
    right: -110px;
    top: 8px;
  }
  #index-body .i-hot .hot-box .hotBox {
    margin-top: 10px;
  }
  #index-body .i-hot .hot-box .navigation {
    top: 30px;
  }
  #index-body .i-news .left .left-box .left-content .top .h4 {
    line-height: 30px;
  }
  #index-body .i-news .left .left-box .left-content .top .h4::after {
    top: -10px;
  }
  #index-body .i-news .left .left-box .left-content .top .p::after {
    top: 8px;
  }
  #index-body .i-news .right .right-box .right-content .top .h4 {
    line-height: 30px;
  }
  #index-body .i-news .right .right-box .right-content .top .p::after {
    width: 100px;
    top: 8px;
  }
  #index-body .i-news .right .right-box .right-content .top .h4::after {
    top: -12px;
  }
  #index-body .i-news .right .right-box .right-content {
    border: 4px solid #ffffff;
  }
  #index-body .i-news .left .left-box .left-content {
    border: 4px solid #ffffff;
  }
  #footer .footer-top-box .four {
    width: 100px;
    height: 100px;
  }
  #footer p.p {
    font-size: 14px;
  }
  #footer .footer-logo .p {
    padding: 10px 0 8px 0;
  }
  #footer .footer-logo .icon > a > i {
    font-size: 18px;
  }
  #footer .footer-top-box {
    padding: 15px 0;
  }
  #footer .footer-top-box .columnBox > ul > li > a {
    font-size: 12px;
  }
  #footer .footer-top-box .three > ul > li > a {
    font-size: 12px;
  }
  #footer .footer-bottom .footer-bottom-box > p {
    font-size: 12px;
  }
  #footer .footer-bottom .footer-bottom-box > p > a {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    width: 100%;
  }
	#banner .content{
		display:none;
	}
  #index-body .i-about .about-box {
    display: block;
  }
  #index-body .i-about .about-box .about-left {
    width: 100%;
  }
  #index-body .i-about .about-box .about-right {
    width: 100%;
  }
  #index-body .i-hot .hot-box .navigation {
    display: none;
  }
  #index-body .i-news {
    display: block;
  }
  #index-body .i-news .left,
  #index-body .i-news .right {
    width: 100%;
  }
  #index-body .i-contact .contact-box {
    display: block;
    text-align: center;
  }
  #index-body .i-contact .contact-box .right .wpcf7 form {
    width: 100%;
  }
  #index-body .i-contact {
    padding: 20px 0;
  }
  #index-body .i-product .product-box .top {
    display: none;
  }
  .mlztx {
    display: none;
  }
  #footer .footer-logo .p {
    width: 100%;
  }
  #footer {
    padding-top: 20px;
  }
  #footer .footer-top-box {
    display: block;
  }
  #footer .footer-top-box .columnBox {
    display: inline-block;
    vertical-align: top;
  }
  #footer .footer-top-box .one {
    width: 49%;
  }
  #footer .footer-top-box .two {
    width: 49%;
  }
  #footer .footer-top-box .three {
    width: 69%;
  }
  #footer .footer-top-box .four {
    margin-top: 20px;
  }
  #footer .footer-bottom .footer-bottom-box{
    display: block;
    text-align: center;
  }
  #index-body .i-contact .contact-box .right{
    width: 100%;
  }
}





























.inner-banner {
    position: relative;
    width: 100%;
    height: 536px;
    background: url(../images/inner-banner.jpg) no-repeat center;
    background-size: cover;
    padding-top: 240px;
}
.inner-page {
    background: #e9eef2;
    padding-bottom: 60px;
    display: inline-block;
    width: 100%;
    position: relative;
    margin-bottom: -5px;
}
.inner-banner .inn-cat-name{
    text-transform: uppercase;
    color: #fff;
    font-size: 55px;
}
.inner-page .bread-crumbs {
    margin-bottom: 48px;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    top: -124px;
    width: 100%;
}
.inner-page .bread-crumbs img{
    display: inline;
    vertical-align: middle;
}
.inner-page .bread-crumbs a,
.inner-page .bread-crumbs span {
    font-size: 14px;
    color: #fff;
}
.inner-page .bread-crumbs .icon{
    font-size: 12px;
    margin: 0 9px!important;
}
.inner-page .bread-crumbs a:hover {
    color: #fe7a29;
}
.inner-page .sidebar {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #e9eef2;
}
.inner-page .sidebar .side-top .side-menu li{
    float: left;
    position: relative;
}
.inner-page.product-page .sidebar .side-top .side-menu li,
.inner-page.prodet-page .sidebar .side-top .side-menu li {
    width: 14.286%;
}
.inner-page.about-page .sidebar .side-top .side-menu li,
.inner-page.lg-page .sidebar .side-top .side-menu li,
.inner-page.faq-page .sidebar .side-top .side-menu li {
    width: 20%;
}
.inner-page.news-page .sidebar .side-top .side-menu li,
.inner-page.newdet-page .sidebar .side-top .side-menu li {
    width: 50%;
}
.inner-page .sidebar .side-top .side-menu li:after{
    content: '';
    position: absolute;
    right: 0;
    top:50%;
    width: 1px;
    height: 20px;
    margin-top: -10px;
    background: #dedede;
}
.inner-page .sidebar .side-top .side-menu:after{
    content: '';
    width: 0;
    height: 0;
    clear: both;
    display: block;
}
.inner-page .sidebar .side-top .side-menu li a {
    font-size: 14px;
    color: #666666;
    text-align: center;
    display: block;
    height: 98px;
    padding-top: 18px;
    position: relative;
}
.inner-page .sidebar .side-top .side-menu li a:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 113%;
    background:linear-gradient(to right,  #fe7a29, #fe7a29);
    z-index: 10;
    opacity: 0;
    transition: 0.6s ease;
}
.inner-page .sidebar .side-top .side-menu li a .ico-box,
.inner-page .sidebar .side-top .side-menu li a span{
    position: relative;
    z-index: 11;
}
.inner-page .sidebar .side-top .side-menu li a .ico-box{
    display: inline-block;
}
.inner-page .sidebar .side-top .side-menu li a .ico-box img{
    display: none;
}
.inner-page .sidebar .side-top .side-menu li a .ico-box img:first-child{
    display: block;
}
.inner-page .sidebar .side-top .side-menu li a span{
    display: block;
    margin-top: 5px;
}
.inner-page .sidebar .side-top .side-menu li a:hover .ico-box img:first-child,
.inner-page .sidebar .side-top .side-menu li a.active .ico-box img:first-child{
    display: none;
}
.inner-page .sidebar .side-top .side-menu li a:hover .ico-box img:last-child,
.inner-page .sidebar .side-top .side-menu li a.active .ico-box img:last-child{
    display: block;
}
.inner-page .sidebar .side-top .side-menu li a:hover,
.inner-page .sidebar .side-top .side-menu li a.active{
    color: #fff;
}
.inner-page .sidebar .side-top .side-menu li a:hover:after,
.inner-page .sidebar .side-top .side-menu li a.active:after{
    opacity: 1;
}
.inner-page .page-right-bar {
    width: 100%;
    padding: 40px 43px;
    background: #fff;
    display: inline-block;
}
.inner-page .page-right-bar .product-details,.inner-page .page-right-bar .prodet-top {
    display: inline-block;
    width: 100%;
}
.inner-shadow-box{
    box-shadow: 0 5px 20px 0 #c7cdd2;
    position: relative;
    top: -65px;
}
.inner-page .piclist li {
    float: left;
}
.inner-page .piclist li .litit {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    text-align: center;
    margin-top: 10px;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    text-transform: uppercase;
}
.inner-page .piclist li .liintro {
    font-size: 14px;
    color: #333;
    margin-top: 6px;
}
.inner-page .piclist li:hover .litit {
    color: #fe7a29;
}
.about-page .about-artical img {
    width: auto;
    max-width: 100%;
}
.about-page .about-artical p {
    font-size: 14px;
    line-height: 1.8em;
    margin-top: 15px;
}
.product-page .piclist {
    margin: -15px;
}
.product-page .piclist li {
    padding: 15px;
    width: 25%;
    border-top-left-radius: 12px;
    -webkit-border-top-left-radius: 12px;
    -moz-border-top-left-radius: 12px;
    -ms-border-top-left-radius: 12px;
    -o-border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    -webkit-border-top-right-radius: 12px;
    -moz-border-top-right-radius: 12px;
    -ms-border-top-right-radius: 12px;
    -o-border-top-right-radius: 12px;
    padding-top: 0;
}
.product-page .piclist li .img-box {
    /*background: #fe7a29;
*/}
.product-page .piclist li .layer-box{
    display: none!important;
}
.i-pro-load-img{
    position: absolute;
    top: 100px;
    left: 50%;
    width: auto;
    height: auto;
    margin: 0 0 0 -15px;
    width: 30px;
}
.product-page .piclist li h3{
    display: block;
    text-align: center;
    font-size: 14px;
    padding: 10px 0;
    color: #666;
    text-transform: uppercase;
}
.product-page .piclist li .img-box{
    padding: 0;
	border:1px solid #dddddd;
}
.product-page .piclist li img{
    width: auto;
}
.product-page .piclist li h3 a{
    color: inherit;
}
.prodet-page .product-details .prodet-top-l {
    width: 45%;
}
.prodet-page .product-details .prodet-top-l ul.image-gallery {
    margin-top: 20px;
}
.prodet-page .product-details .prodet-top-l ul.image-gallery li {
    float: left;
    width: 15%;
    margin-right: 10px;
    cursor: pointer;
    border: 1px solid #ddd;
    padding: 0;
}
.prodet-page .product-details .prodet-top-r {
    position: relative;
    width: 50%;
}
.prodet-page .product-details .prodet-top-r h1.protit {
    color: #333;
    font-size: 24px;
    text-transform: uppercase;
}

.prodet-page .product-details .prodet-top-r .prodetail table tr{
	border-bottom:1px solid #dddddd;
	padding:10px 0;
}
.prodet-page .product-details .prodet-top-r .prodetail table tr td{
	padding:10px 0;
}
.prodet-page .product-details .prodet-top-r .prodetail p{
	border-bottom:1px solid #dddddd;
	padding:10px 0;
}
.prodet-page .product-details .prodet-top-r .prodetail #cs {
    width: 100%;
    margin-bottom: 20px;
}
.prodet-page .product-details .prodet-top-r .prodetail #cs td,
.prodet-page .product-details .prodet-top-r .prodetail #cs th{
    padding: 5px 10px;
    border: 1px solid #666;
    width: 50%;
}
.prodet-page .product-details .prodet-top-r .prodetail #cs td:first-child {
    color: #2d2d2d;
}
.prodet-page .product-details .prodet-top-r .prodetail #cs td:last-child {
    color: #666;
}
.prodet-page .product-details .prodet-top-r .prodetail {
    margin: 20px 0 60px;
    font-size: 14px;
}
.prodet-page .product-details .prodet-top-r .prodetail p {
    line-height: 2em;
}
.prodet-page .product-details .prodet-top-r a.pro-mes {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    display: block;
    color: #fff;
    width: 195px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #fe7a29;
}
.prodet-page .product-details .prodet-top-r a.pro-mes:hover {
    background: #000;
}
.prodet-page .pro-title {
    width: 150px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    background: #fe7a29;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 15px;
}
.prodet-page .prodet-details {
    margin-top: 50px;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}
.prodet-page .prodet-details p {
    line-height: 2em;
    font-size: 14px;
}
.news-page .newslist{
    padding: 30px 0;
}
.news-page .newslist li {
    padding: 0 10px 8px 20px;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}
.news-page .newslist li .new-l {
    width: 25%;
}
.news-page .newslist li .new-r {
    width: 100%;
}
.news-page .newslist li .new-r h3 {
    font-size: 16px;
    font-weight: 600;
    color: #555;
    transition: 0.2s ease;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
}
.news-page .newslist li .new-r i.new-update,
.news-page .newslist li .new-r p.new-abst {
    color: #777;
    font-size: 13px;
}
.news-page .newslist li .new-r i.new-update {
    display: block;
    margin: 10px 0;
}
.news-page .newslist li .new-r p.new-abst {
    line-height: 1.8em;
    font-size: 14px;
}
.news-page .newslist li .new-r:hover h3 {
    color: #fe7a29;
}
.news .news_title h1 {
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #333;
}
.news .news_date {
    font-size: 13px;
    line-height: 22px;
    text-align: center;
    border-bottom: 1px solid #CCC;
    padding-bottom: 5px;
}
.news .news_abst {
    border-bottom: 1px dashed #CCC;
    padding: 10px 0;
    font-size: 14px;
}
.news .news_abst p {
    display: inline-block;
}
.news .news_contents {
    color: #000;
    font-size: 14px;
    line-height: 24px;
    clear: both;
    margin-top: 10px;
    border-bottom: 1px dashed #CCC;
    padding: 20px 0;
}
.news .news_contents a {
    color: #000;
    font-size: 16px;
    line-height: 24px;
}
.news .news_contents p,
.news .news_contents div,
.news .news_contents span,
.news .news_contents table {
    color: #000;
    font-size: 14px;
    line-height: 24px;
    clear: both;
}
.news .news_next {
    width: 99%;
    margin-top: 0px;
    padding-left: 5px;
    border-top: 0px solid #CCC;
    text-align: left;
    padding-top: 10px;
}
.news .news_next a {
    width: 100%;
    height: 25px;
    line-height: 25px;
    color: #999;
    font-size: 15px;
    margin-left: 5px;
}
.news .news_next a:hover {
    width: 100%;
    height: 25px;
    line-height: 25px;
    color: #fe7a29;
}
.news{
    padding: 30px 0;
}
.news .newsnav {
    margin-bottom: 30px;
}
.contact-page {
    padding-top: 60px;
}
.contact-page img {
    width: auto;
}
.contact-page .cn-form {
    width: 67%;
    float: left;
    padding: 25px 35px 15px;
}
.contact-page .contact-details {
    background: #fff;
    width: 30%;
    padding: 30px;
    border: 6px solid #f2f2f2;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
}
.contact-page .contact-details h3.contact-title {
    font-weight: 600;
    font-size: 22px;
    border-bottom: 1px dashed #dcdcdc;
    margin-bottom: 20px;
    color: #444;
    padding-bottom: 15px;
}
.contact-page .contact-details .contact-list h5 {
    margin-bottom: 10px;
    color: #222;
    font-size: 16px;
    font-weight: 600;
}
.contact-page .contact-details .contact-list p {
    font-size: 14px;
    line-height: 2em;
}
.contact-page .contact-details .contact-list a {
    color: #333;
}
.contact-page .contact-details .contact-list a:hover {
    color: #0250a9;
}
.lg-page .piclist {
    margin: -15px;
}
.lg-page .piclist li {
    cursor: pointer;
    width: 33.3333%;
    padding: 15px;
    float: left;
}
.lg-page .piclist li img{
    width: 100%;
}
.lg-page .piclist li h3{
    text-align: center;
    font-size: 14px;
    color: #333;
    margin-top: 10px;
}
.case-page .case-list li {
    margin-bottom: 18px;
    padding: 10px;
    background: #F5F5F5;
}
.case-page .case-list li img {
    float: left;
    width: 30%;
}
.case-page .case-list li .fr {
    width: 65%;
}
.case-page .case-list li .fr h4 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    color: #6cbe03;
    text-transform: uppercase;
    margin: 15px 0 30px;
}
.case-page .case-list li .fr p {
    font-size: 13px;
    color: #222;
    line-height: 1.8em;
}
.cn-form {
    width: 100%;
    height: auto;
    padding: 35px 45px 25px;
    border: 1px solid #dddddd;
    background: #fff;
    display: inline-block;
}
.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(../images/form-tit-bg.jpg) no-repeat center bottom;
}
.cn-form li {
    margin-bottom: 13px;
    color: #444;
}
.cn-form li label {
    font-weight: 500;
    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: #fe7a29;
    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: #fe7a29;
    box-shadow: 0, 0, 6px, 6px, #fe7a29 0 0 0 #000000;
    -webkit-box-shadow: 0, 0, 6px, 6px, #fe7a29 0 0 0 #000000;
    -moz-box-shadow: 0, 0, 6px, 6px, #fe7a29 0 0 0 #000000;
    -ms-box-shadow: 0, 0, 6px, 6px, #fe7a29 0 0 0 #000000;
    -o-box-shadow: 0, 0, 6px, 6px, #fe7a29 0 0 0 #000000;
    outline: 0;
    background: rgba(37, 175, 124, .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: #fe7a29;
    box-shadow: 0, 0, 6px, 6px, #fe7a29 0 0 0 #000000;
    -webkit-box-shadow: 0, 0, 6px, 6px, #fe7a29 0 0 0 #000000;
    -moz-box-shadow: 0, 0, 6px, 6px, #fe7a29 0 0 0 #000000;
    -ms-box-shadow: 0, 0, 6px, 6px, #fe7a29 0 0 0 #000000;
    -o-box-shadow: 0, 0, 6px, 6px, #fe7a29 0 0 0 #000000;
    outline: 0;
    background: rgba(37, 175, 124, .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: 75.6%;
    border: 1px solid #dedede;
    height: 30px;
    outline: none;
    background: #fff;
    color: #777;
}
::-webkit-input-placeholder {
    color: #777;
}
:-moz-placeholder {
    color: #777;
}
::-moz-placeholder {
    color: #777;
}
:-ms-input-placeholder {
    color: #777;
}
.recommend-product {
    margin: 50px 0;
    display: inline-block;
    width: 100%;
}
.recommend-product ul li {
    float: left;
    width: 23%;
    margin-left: 2.6%;
}
.recommend-product ul li p {
    color: #222;
    margin-top: 8px;
    text-align: center;
}
.recommend-product ul li:first-child {
    margin-left: 0;
}
.zoom-box {
    position: relative;
}
.zoom-box .pic-zoom {
    opacity: 0;
    filter: alpha(opacity=0);
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6) url(../images/zoom.png) no-repeat center center;
}
.zoom-box:hover .pic-zoom {
    opacity: 1;
    filter: alpha(opacity=1);
}
.zoom-pic {
    overflow: hidden;
}
.zoom-pic img {
    transition: 0.6s ease;
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -ms-transition: 0.6s ease;
    -o-transition: 0.6s ease;
}
.zoom-pic img:hover {
    transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
    -webkit-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
    -moz-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
    -ms-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
    -o-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
}
.white-zoom {
    position: relative;
}
.white-zoom:after {
    transition: 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    content: '';
    position: absolute;
    z-index: 2;
    width: 1px;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    left: 50%;
    top: 50%;
}
@media screen and (min-width: 768px) {
    .around-line > li {
        float: left;
        position: relative;
        cursor: pointer;
    }
    .around-line > li > a {
        color: #fff;
        display: block;
        text-decoration: none;
    }
    .around-line > li:before,
    .around-line > li:after {
        content: '';
        opacity: 0;
        filter: alpha(opacity=0);
        transition: 0.5s ease;
        -webkit-transition: 0.5s ease;
        -moz-transition: 0.5s ease;
        -ms-transition: 0.5s ease;
        -o-transition: 0.5s ease;
        position: absolute;
    }
    .around-line > li:before {
        top: 0;
        left: 0;
        right: 100%;
        bottom: 100%;
        border-top: 1px solid rgba(0, 148, 217, 0.8);
        border-left: 1px solid rgba(0, 148, 217, 0.8);
    }
    .around-line > li:after {
        right: 0;
        bottom: 0;
        top: 100%;
        left: 100%;
        border-bottom: 1px solid rgba(0, 148, 217, 0.8);
        border-right: 1px solid rgba(0, 148, 217, 0.8);
    }
    .around-line > li:hover:before {
        bottom: 0;
        right: 0;
        opacity: 1;
        filter: alpha(opacity=100);
    }
    .around-line > li:hover:after {
        top: 0;
        left: 0;
        opacity: 1;
        filter: alpha(opacity=100);
    }
    .around-line > li.active:before {
        bottom: 0;
        right: 0;
        opacity: 1;
        filter: alpha(opacity=100);
    }
    .around-line > li.active:after {
        top: 0;
        left: 0;
        opacity: 1;
        filter: alpha(opacity=100);
    }
}
.m-page {
    text-align: center;
    line-height: 22px;
    font-size: 0;
    letter-spacing: -0.307em;
    word-wrap: normal;
    white-space: nowrap;
    color: #138bdf;
	background:#fff;
	padding:30px 0;
	margin-top:-10px;
}
.m-page a,
.m-page span {
    display: inline-block;
    vertical-align: top;
    padding: 2px 10px;
    margin-left: -1px;
    border: 1px solid #ddd;
    font-size: 14px;
    letter-spacing: normal;
    text-shadow: 0 1px #fff;
    background: #fff;
    -webkit-transition: background-color 0.1s;
    -moz-transition: background-color 0.1s;
    -ms-transition: background-color 0.1s;
    -o-transition: background-color 0.1s;
    transition: background-color 0.1s;
}
.m-page a {
    text-decoration: none;
    color: #000;
}
.m-page a:first-child {
    margin-left: 0;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.m-page a:last-child {
    margin-right: 0;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.m-page a:hover {
    color: #fff;
    background: #fe7a29;
}
.m-page a:active {
    background: #6cbe03;
}
.m-page span.current,
.m-page span.current:hover,
.m-page span.current:active {
    cursor: default;
    color: #fff;
    background: #fe7a29;
}
#pic-zoom,
.zoom-pic{
    border:1px solid #dddddd;
    padding: 0;
	overflow:hand;
}
#index-body .i-application .load-box .i-pro-load-img{
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    margin: -15px 0 0 -15px;
    width: 30px;
}
.faq-page .faq-list dt {

    font-size: 16px;

    color: #6cbe03;

    margin-bottom: 10px;

}

.faq-page .faq-list dd {

    font-size: 14px;

    margin-bottom: 20px;

    padding-bottom: 10px;

    border-bottom: 1px dashed #ddd;

}
div.wpcf7 img.ajax-loader{
    width: auto;
    display: block;
    margin:5px auto 0;
}
.faq-page .faq-list dt {

    font-size: 16px;

    color: #6cbe03;

    margin-bottom: 10px;

}

.faq-page .faq-list dd {

    font-size: 14px;

    margin-bottom: 20px;

    padding-bottom: 10px;

    border-bottom: 1px dashed #ddd;

}
.i-pro-load-img {
    position: absolute;
    top: 180px;
    left: 50%;
    width: auto;
    height: auto;
    margin: 0 0 0 -15px;
    width: 30px;
}

@media screen and (max-width: 1238px){

}
@media screen and (max-width: 970px) {

}
@media screen and (min-width: 768px) {
    .mb-sb {
        display: none;
    }
    .container-fluid{
        padding: 0;
    }
}
@media screen and (max-width: 768px) {
    .pcsb {
        display: none;
    }
}
@media screen and (min-width: 768px) {
    .nav .navbar-collapse{
        padding: 0;
    }
    .nav .navbar-default{
        border: none;
        min-height: auto;
        margin-bottom: 0;
        background: none;
    }
}
@media screen and (max-width: 700px) {
    .f-top,
    .f-bot,
    .side-contact{
        display: none;
    }
    .product-page .piclist li{
        width: 50%;
        padding: 0 5%;
        margin-left: 0;
    }
    .prodet-page .product-details .prodet-top-l,
    .prodet-page .product-details .prodet-top-r {
        width: 100%;
    }
    .prodet-page .product-details .prodet-top-r {
        margin-top: 20px;
    }
    .inner-page .piclist li {
        width: 100%;
        padding: 0;
        margin-left: 0;
        margin-right: 0;
    }
    .cn-form{
        padding: 35px 25px 25px!important;
        width: 100%;
    }
    .cn-form .m-form-l,
    .cn-form .m-form-r{
        width: 100%;
    }
    .pcsb{
        display: none;
    }
    .cn-form .m-form-r textarea{
        height: 215px;
        resize:none;
    }
    .news-page .newslist li{
        padding-left: 0;
    }
    #contact-map{
        display: none;
    }
    .inner-banner{
        height: 150px;
        background-size: cover;
    }
    .contact-page .contact-details{
        margin-bottom: 30px;
    }
    .contact-page .cn-form,
    .contact-page .contact-details{
        width: 100%;
    }
    .inner-page .sidebar,
    .inner-page .page-right-bar{
        width: 100%;
    }
    .inner-page .page-right-bar{
        margin-top: 35px;
    }
    .search-box form {
        left: 10%;
        width: 80%;
        margin-left: 0;
    }
    .search-box form input[type="text"]{
        font-size: 16px;
    }
    .search-box form input[type="submit"]{
        top: 10px;
    }
}

.i-pro-load-img {
    position: absolute;
    top: 180px;
    left: 50%;
    width: auto;
    height: auto;
    margin: 0 0 0 -15px;
    width: 30px;
}
#pic-zoom img{
    width: 100%;
}

.faq-page .faq-list li {
    padding: 0 160px 32px 20px;
    margin-bottom: 78px;
    border-bottom: 6px solid #ddddde;
}
.faq-page .faq-list li:last-child{
    margin-bottom: 0;
}
.faq-page .faq-list li .faq-num {
    font-size: 72px;
    color: #fe7a29;
    font-style: italic;
    width: 5%;
}
.faq-page .faq-list li .faq-con {
    width: 95%;
    padding-left: 6.8%;
}
.faq-page .faq-list li .faq-con > div > i {
    width: 5.5%;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    font-size: 24px;
    color: #fff;
    text-align: center;
}
.faq-page .faq-list li .faq-con > div.question {
    margin-bottom: 15px;
}
.faq-page .faq-list li .faq-con > div.question > i {
    background: #fe7a29;
}
.faq-page .faq-list li .faq-con > div.answer > i {
    background: #aa1211;
}
.faq-page .faq-list li .faq-con > div > div.fr {
    width: 89.5%;
}
.faq-page .faq-list li .faq-con > div.question > div.fr {
    color: #010101;
    font-size: 20px;
    margin-top: 5px;
    line-height: 1.4em;
}
.faq-page .faq-list li .faq-con > div.answer > div.fr {
    color: #595757;
    font-size: 16px;
    line-height: 40px;
    margin-top: 0px;
}
.wpulike.wpulike-default{
    display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default{
    display: inline-block;
}
.post-views-box{
    position: relative;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
    background-image: url(../images/fw.png)!important;
    filter: none;
}
.wpulike{
    z-index: 10;
}
.wpulike.post-views-box{
    z-index: 5;
}
.cn-form .m-form-r .pcsb {
    display: none;
}
.button-group .button {
    background: #fe7a29 !important;
}
@media screen and (max-width: 1000px){
    .inner-page .sidebar {
        display: none !important;
    }
    .lg-page .piclist li {
        padding: 5px;
    }
    .lg-page .piclist ul {
        margin: -5px;
    }
    .inner-banner {
        height: 350px;
        padding-top: 80px;
    }
    .inner-banner .inn-cat-name {
        font-size: 45px;
    }
    .product-page .piclist li {
        width: 33.333%;
        padding: 5px;
    }
    .product-page .piclist ul {
        margin: -5px;
    }
    .product-page .piclist li .img-box,#pic-zoom, .zoom-pic {
        padding: 5%;
    }
    .prodet-page .product-details .prodet-top-l,.prodet-page .product-details .prodet-top-r {
        width: 100%;
    }
    .prodet-page .product-details .prodet-top-r {
        padding-top: 40px;
    }
    .inner-page .piclist li {
        float: none;
        width: 50%;
        padding: 5px;
        display: inline-block;
        margin-left: -5px;
        margin-right: 0;
    }
    .recommend-product ul li:first-child {
        margin-left: -5px;
    }
    .inner-page .piclist ul {
        margin: -5px;
        padding-left: 10px;
    }
    .cn-form .m-form-l,
    .cn-form .m-form-r {
        width: 100%;
    }
    .cn-form .m-form-l .pcsb {
        display: none;
    }
    .cn-form .m-form-r .pcsb {
        display: block;
    }
    .cn-form .m-form-r textarea {
        height: 200px;
    }
    .inner-page {
        padding-bottom: 0;
    }
    .faq-page .faq-list li .faq-con > div > i {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 20px;
    }
    .faq-page .faq-list li .faq-con > div.answer > div.fr,.faq-page .faq-list li .faq-con > div.question > div.fr {
        line-height: 30px;
    }
    .faq-page .faq-list li {
        padding: 0 0 30px 20px;
        margin-bottom: 30px;
    }
    .faq-page .faq-list li .faq-num {
        font-size: 50px;
    }
    .button-group .button:nth-child(2) {
        display: none !important;
    }
    .contact-page .contact-details {
        float: none;
        width: 100%;
    }
    .contact-page .cn-form {
        float: none;
        width: 100%;
        margin: 30px 0;
    }

}
@media screen and (max-width: 700px){
    .inner-banner .inn-cat-name {
        font-size: 34px;
    }
    .inner-banner {
        height: 300px;
    }
    #mapContainer {
        height: 300px !important;
    }
    .inner-page .page-right-bar {
        padding: 30px 15px;
    }
    .faq-page .faq-list li .faq-con > div > i {
        height: 25px;
        width: 25px;
        line-height: 25px;
    }
    .faq-page .faq-list li {
        padding-left: 0;
        padding-bottom: 20px;
    }
    .faq-page .faq-list li .faq-con > div.answer > div.fr,.faq-page .faq-list li .faq-con > div.question > div.fr {
        line-height: 25px;
    }
    .faq-page .faq-list li .faq-num {
        font-size: 40px;
    }
    .prodet-page .product-details .prodet-top-r .prodetail table{
  width: 100%;
}
	.inner-banner{
		    padding-top: 120px;
	}
	.contact-page .cn-form form{
	position: relative;
	    padding-bottom: 70px;
}
	.cn-form .m-form-l .pcsb{
		display: block;
		position: absolute;
		bottom: 0;
		width: 100%;
	}














}

@media screen and (max-width: 500px){
    .inner-page .piclist li {
        width: 100%;
        display: block;
        margin-left: 0;
    }
    .inner-page .piclist ul {
        margin: 0;
        padding-left: 0;
    }

}