/*@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: 'AvantGardeITCbyBT-Medium';
  src: url(../fonts/AvantGardeITCbyBT-Medium.ttf) format('truetype'), url(../fonts/AvantGardeITCbyBT-Medium.eot) format('eot'), url(../fonts/AvantGardeITCbyBT-Medium.woff) format('woff'), url(../fonts/AvantGardeITCbyBT-Medium.woff2) format('woff2');
}
@font-face {
  font-family: 'AGBuch';
  src: url(../fonts/AGBuchStencilBQ-Medium.ttf) format('truetype'), url(../fonts/AGBuchStencilBQ-Medium.eot) format('eot'), url(../fonts/AGBuchStencilBQ-Medium.woff) format('woff'), url(../fonts/AGBuchStencilBQ-Medium.woff2) format('woff2');
}
@font-face {
  
  src: url(../fonts/AdobeHeitiStd-Regular.ttf) format('truetype'), url(../fonts/AdobeHeitiStd-Regular.eot) format('eot'), url(../fonts/AdobeHeitiStd-Regular.woff) format('woff'), url(../fonts/AdobeHeitiStd-Regular.woff2) format('woff2');
}

@font-face {
  font-family: '109-CAI978';
  src: url(../fonts/109-CAI978.ttf) format('truetype'), url(../fonts/109-CAI978.eot) format('eot'), url(../fonts/109-CAI978.woff) format('woff'), url(../fonts/109-CAI978.woff2) format('woff2');
}*/
.container {
  width: 1210px;
}
#ewm{
  width: 120px;
  margin-top: 10px;
}
.images-box {
  overflow: hidden;
  position: relative;
}
.images-box img {
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}
.images-box:hover img {
  transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
}
.scroll-box {
  overflow: hidden;
  position: relative;
}
.scroll-box ul {
  width: 9999px;
}
.scroll-box ul li {
  float: left;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 500;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  height: 0;
  clear: both;
  visibility: hidden;
}
.ui.container {
  padding: 0 15px;
  position: relative;
}
.ui.container > .item {
  padding-left: 0;
  padding-right: 0;
}
.ui.menu {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: none;
  margin: 0;
  box-shadow: 0 0 0 0 #fff;
  -webkit-box-shadow: 0 0 0 0 #fff;
  -moz-box-shadow: 0 0 0 0 #fff;
  -ms-box-shadow: 0 0 0 0 #fff;
  -o-box-shadow: 0 0 0 0 #fff;
  min-height: auto;
  background: none;
}
.ui.header:first-child {
  margin-top: 0;
}
.ui.header {
  margin: 0;
  font-weight: 500;
}
.item {
  border-left: none!important;
  border-right: none!important;
}
.item:before,
.item:after {
  display: none!important;
}
#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
}
#header .nav {
  position: relative;
  padding: 1% 5% 0;
}
#header .nav .h-search {
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 0;
}
#header .nav .h-search .fa {
  font-size: 18px;
  color: #fff;
}
#header .nav .logo {
  padding-top: 20px;
}
#header .nav .language-choose {
  position: relative;
  height: 40px;
  line-height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-top: 30px;
  margin-left: 30px;
  text-align: center;
}
#header .nav .language-choose span {
  height: 40px;
  display: block;
  cursor: pointer;
  color: #ffffff;
  font-size: 14px;
  width: 40px;
}
#header .nav .language-choose .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 110px;
  background: #6d2e0c;
  text-align: left;
  z-index: 101;
}
#header .nav .language-choose .sub-menu li {
  line-height: normal;
}
#header .nav .language-choose .sub-menu li a {
  font-size: 15px;
  color: #fff;
  display: block;
  padding: 10px 18px;
}
#header .nav .language-choose .sub-menu li:hover {
  background: #222;
}
#header .nav .menu-box {
  padding: 0;
  line-height: 110px;
  height: 110px;
  position: relative;
  padding-right: 20px;
}
#header .nav .menu-box .menu > li {
  display: inline-block;
  position: relative;
  text-transform: capitalize;
  vertical-align: top;
}
#header .nav .menu-box .menu > li > a {
  font-size: 18px;
  color: #ffffff;
  display: block;
  position: relative;
  padding: 0 20px;
  text-transform: uppercase;
}
#header .nav .menu-box .menu > li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 180px;
  background: #c16317;
  text-align: left;
  z-index: 101;
  display: none;
}
#header .nav .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 .menu-box .menu > li .sub-menu li a {
  font-size: 15px;
  color: #fff;
  display: block;
  padding: 10px 18px;
}
#header .nav .menu-box .menu > li .sub-menu li:hover {
  background: #222;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#header.h-header {
  background: rgba(0, 0, 0, 0.4);
}
#header.h-header .nav {
  padding-top: 0;
}
#header.h-header .nav .logo {
  padding-top: 30px;
}
#banner {
  position: relative;
}
#banner .banner-list {
  position: relative;
}
#banner .banner-list .swiper-slide {
  position: relative;
}
#banner .banner-list .swiper-slide .text {
  position: absolute;
  width: 70%;
  left: 15%;
  top: 42%;
  text-align: center;
}
#banner .banner-list .swiper-slide .text h2 {
  font-size: 72px;
  color: #fff;
  line-height: 65px;
  font-style: italic;
  text-transform: uppercase; font-weight:600;
text-shadow: 5px 2px 6px #000;
}
#banner .banner-list .swiper-slide .text p {
  padding: 30px 0;
  color: #fff;
  line-height: 25px;
  font-size: 16px;
}
#banner .banner-list .swiper-slide h2 {
  transform: translateY(200px);
  opacity: 0;
  transition: all .2s;
}
#banner .banner-list .swiper-slide p {
  transform: translateY(200px);
  opacity: 0;
  transition: all .4s;
}
#banner .banner-list .ani-slide h2,
#banner .banner-list .ani-slide p {
  transform: translateY(0);
  opacity: 1;
}
#index {
  background: url(../images/index-bg_03.jpg) repeat center;
  background-size: cover;
}
#index .i-about {
  padding: 120px 0;
}
#index .i-about .container {
  padding: 0 2%;
}
#index .i-about h2 {
    color: #fff;
    font-size: 36px;
    text-transform: uppercase;
    line-height: 40px;
    font-weight: bold;
    position: relative;
}
#index .i-about h2:after {
  content: '';
  position: absolute;
  width: 7px;
  height: 66px;
  background: #c16317;
  left: -4%;
  top: 0;
  z-index: 8;
}
#index .i-about p.p {
  color: #aaaaaa;
  line-height: 30px;
  font-size: 14px;
  padding: 60px 0;
}
#index .i-about .grid-box .column h3 {
  color: #c16317;
  font-size: 18px;
  text-align: center;
  line-height: 70px;
  
  font-weight: bold;
}
#index .i-about .grid-box .column h3 i {
  font-size: 60px;
}
#index .i-about .grid-box .column h4 {
  font-size: 18px;
  text-align: center;
  color: #fff;
  padding: 15px 0;
  text-transform: uppercase;
}
#index .i-about .grid-box .column p {
  text-align: center;
  color: #aaaaaa;
  line-height: 30px;
  padding: 0 7%;
  font-size: 14px;
}
#index .i-product {
  background: url(../images/en-name_02.png) no-repeat left top;
  position: relative;
}
#index .i-product .img {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
#index .i-product .container {
  padding: 253px 0 66px;
}
#index .i-product .container .grid-box .column h2 {
  color: #fff;
  font-size: 36px;
  text-transform: uppercase;
  line-height: 40px;
  font-weight: bold;
  position: relative;
}
#index .i-product .container .grid-box .column h2 span {
  color: #c16317;
}
#index .i-product .container .grid-box .column p {
  padding: 10px 0;
  color: #aaaaaa;
}
#index .i-product .container .grid-box .column:nth-child(2) {
  position: relative;
}
#index .i-product .container .grid-box .column:nth-child(2) .text {
  position: absolute;
  right: 95%;
  bottom: 12%;
  width: 100%;
}
#index .i-product .container .grid-box .column:nth-child(2) .text ul li {
  margin-bottom: 25px;
}
#index .i-product .container .grid-box .column:nth-child(2) .text ul li div.grid-box .column:nth-child(1) {
  width: 20%;
}
#index .i-product .container .grid-box .column:nth-child(2) .text ul li div.grid-box .column:nth-child(1) a {
  display: block;
  width: 57px;
  height: 57px;
  border: 1px solid #fff;
  line-height: 57px;
  text-align: center;
  padding-top: 12px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
#index .i-product .container .grid-box .column:nth-child(2) .text ul li div.grid-box .column:nth-child(2) {
  width: 50%;
}
#index .i-product .container .grid-box .column:nth-child(2) .text ul li div.grid-box .column:nth-child(2) p {
  padding: 0;
  line-height: 57px;
  font-size: 18px;
}
#index .i-product .container .grid-box .column:nth-child(2) .text ul li div.grid-box .column:nth-child(3) {
  width: 30%;
  padding-top: 25px;
}
#index .i-product .container .grid-box .column:nth-child(2) .text ul li:hover a {
  border: 1px solid #c16317 !important;
  background: #c16317;
}
#index .i-product .container .grid-box .column:nth-child(2) .text ul li:hover p {
  color: #c16317;
}
#index .i-product2 {
  margin-top: 50px;
  background: url(../images/prolist2_02.jpg) no-repeat left top;
  padding: 0 8% 2% 18%;
}
#index .i-product2 .tit {
  text-align: right;
  float: right;
  padding-top: 20px;
}
#index .i-product2 .tit ul li {
  float: left;
}
#index .i-product2 .tit ul li a {
  display: block;
  padding: 0 20px;
  color: #777777;
  font-size: 18px;
  text-transform: capitalize;
}
#index .i-product2 .tit ul li a:hover {
  color: #fff;
}
#index .i-product2 .pro-list {
  margin-top: 30px;
}
#index .i-product2 .pro-list .swiper-slide .img {
  padding: 60px 0;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
#index .i-product2 .pro-list .swiper-slide .img img {
  display: block;
  margin: 0 auto;
}
#index .i-product2 .pro-list .swiper-slide .img:hover {
  background: url(../images/prolist-bg_02.jpg) no-repeat top center;
  background-size: cover;
}
#index .i-product2 .pro-list .swiper-slide p {
  text-align: right;
  font-size: 18px;
  text-transform: capitalize;
  color: #aaa;
  padding: 20px 0;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
#index .i-product2 .pro-list .swiper-slide:hover p {
  color: #fff;
}
#index .i-news {
  padding: 198px 0 110px;
  background-size: 100% 100%;
  background: url(../images/news-bg.png) no-repeat center;
}
#index .i-news .new-list {
  width: 45%;
  float: right;
  padding: 5%;
  padding-bottom: 5%;
  background: #8a6d4c;
  position: relative;
}
#index .i-news .new-list .swiper-slide {
  padding-bottom: 15%;
}
#index .i-news .new-list .swiper-slide .news h2 {
  font-size: 14px;
  color: #fff;
}
#index .i-news .new-list .swiper-slide .news h3 {
  font-size: 24px;
  color: #fff;
  padding: 30px 0;
}
#index .i-news .new-list .swiper-slide .news p {
  line-height: 25px;
  color: #fff;
}
#index .i-news .new-list .swiper-slide .news .time {
  position: absolute;
  right: 10%;
  bottom: 0;
  font-size: 20px;
  color: #fff;
  opacity: 0.5;
  filter: alpha(opacity=100);
}
#index .i-news .new-list .swiper-pagination {
  bottom: 12% !important;
  left: 10% !important;
  text-align: left;
}
#index .i-news .new-list .swiper-pagination .swiper-pagination-bullet {
  background: #fff !important;
  opacity: 1 !important;
  margin-right: 5px;
}
#index .i-news .new-list .swiper-pagination .swiper-pagination-bullet-active {
  width: 20px !important;
  height: 20px !important;
  border: 1px solid #fff !important;
  background: none!important;
}
#footer {
  background: #131311;
}
#footer .footer-container {
  padding: 0 5% 50px;
}
#footer .footer-top {
  padding-top: 70px;
}
#footer .footer-top .grid-box .column .grid-box.three .column li {
  line-height: 30px;
}
#footer .footer-top .grid-box .column .grid-box.three .column li a {
  color: #ffffff;
}
#footer .footer-top .grid-box .column:nth-child(2) .contact {
  width: 208px;
  height: 60px;
  line-height: 60px;
  display: block;
  background: #ffffff;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
#footer .footer-top .grid-box .column:nth-child(2) .contact:hover {
  background: #c16317;
  color: #ffffff;
}
#footer .footer-top .grid-box .column:nth-child(2) p {
  color: #aaa;
  text-align: right;line-height:30px;
}
@media screen and (max-width: 1210px) {
  .container {
    width: 970px;
  }
  #index .i-news .new-list .swiper-slide .news h3 {
    font-size: 22px;
  }
  #index .i-about h2,
  #index .i-product .container .grid-box .column h2 {
    font-size: 38px;
    line-height: 50px;
  }
  #index .i-about .grid-box .column h3 i {
    font-size: 54px;
  }
}
@media screen and (max-width: 970px) {
  .container {
    width: 768px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    width: 700px;
  }
  #banner .banner-list .swiper-slide .text h2 {
    font-size: 35px;
    line-height: 42px;
  }
  #index .i-product2 {
    margin-top: 30px;
    padding: 0 2%;
  }
  #index .i-news {
    padding: 30px 0;
  }
  #index .i-news .new-list {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .container {
    width: 100%;
  }
  #banner .banner-list .swiper-slide .text h2 {
    font-size: 16px;
    line-height: 28px;
  }
  #banner .banner-list .swiper-slide .text p {
    padding: 4px 0;
    font-size: 14px;
  }
  #index .i-about {
    padding: 30px 15px;
  }
  #index .i-about h2,
  #index .i-product .container .grid-box .column h2 {
    font-size: 20px;
    line-height: 30px;
  }
  #index .i-about p.p {
    color: #aaaaaa;
    line-height: 30px;
    font-size: 14px;
    padding: 10px 0;
  }
  #index .i-about .grid-box .column h3 i {
    font-size: 28px;
  }
  #index .i-about .grid-box .column {
    width: 100%;
  }
  #index .i-about .grid-box .column h3 {
    font-size: 18px;
    line-height: 45px;
  }
  #index .i-product .container {
    padding: 30px 0;
  }
  #index .i-product .container .grid-box .column:nth-child(2) .text {
    position: relative;
    right: 0;
    bottom: 0;
    width: 100%;
  }
  #index .i-product .grid-box.two > .column {
    width: 100%;
  }
  #index .i-product .container {
    padding: 10px 15px;
  }
  #index .i-product .container .grid-box .column:nth-child(2) .text ul li div.grid-box .column:nth-child(2) p {
    font-size: 14px;
  }
  #index .i-product2 .tit ul li a {
    color: #fff;
    font-size: 16px;
  }
  #index .i-product2 .pro-list .swiper-slide .img {
    padding: 20px 0;
  }
  #index .i-product2 .pro-list .swiper-slide p {
    text-align: center;
    color: #fff;
  }
  #index .i-news .new-list .swiper-slide .news h3 {
    font-size: 18px;
    padding: 10px 0;
  }
  #index .i-news .new-list .swiper-pagination {
    bottom: 5% !important;
    left: 6% !important;
  }
  #footer .footer-container {
    padding: 0 3% 20px;
  }
  #footer .footer-top {
    padding-top: 30px;
  }
  #footer .footer-top .column {
    width: 100%;
  }
  #footer .footer-top .grid-box .column:nth-child(2) .contact {
    float: left;
  }
  #footer .footer-top .grid-box .column:nth-child(2) p {
    text-align: center;
  }
  #footer .footer-top .grid-box .column:nth-child(2) .contact {
    width: 170px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    margin: 20px 0;
  }
  #index .i-product2 .pro-list .swiper-slide p {
    font-size: 15px;
    padding: 12px 0;
  }
  #index .i-product2 .tit ul li a {
    padding: 0 10px;
    font-size: 16px;
  }
  #index .i-product2 .tit {
    text-align: left;
    float: left;
  }
}
.newdet-page .m-link {
  padding-top: 15px;
  text-align: left;
  margin-top: 15px;
  border-top: 1px #eee dashed;
}
.newdet-page .m-link a {
  font-size: 14px;
  color: #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.newdet-page .m-link a:hover {
  color: #da251c;
  text-decoration: underline;
}
.inner-banner {
  position: relative;
  z-index: 1;
	margin-bottom:0 !important;
}
.inner-banner:after {
  content: '';
  width: 85%;
  height: 100%;
  position: absolute;
  top: -110px;
  right: 0;
  background: #000000;
  z-index: -1;
}
.inner-banner .box {
  width: 100%;
  position: relative;
  top: 0;
  vertical-align: middle;
}
.inner-banner .box img {
  width: 100%;
}
.inner-banner .text {
  color: white;
  vertical-align: middle;
  position: relative;
  z-index: 1;
	position:absolute;
	top:50%;
	right:13%;
	padding-left:25px;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
	text-align:right;
}
.inner-banner .text h2 {
  font-size: 55px;
  text-transform: uppercase;
  line-height: 60px;
  display: block;
  /*background: linear-gradient(to left, white 50%, #c16317 50%);
  -webkit-background-clip: text;
  color: transparent;*/
  white-space: nowrap;
	display:inline-block;
}
.inner-banner .text h5 {
  font-size: 18px;
  text-transform: capitalize;
  margin-top: 30px;
  width: 100%;
}
.inner-page {
	position:relative;
	z-index:1;
}
.inner-page .productpageh1{
font-size:28px;
text-align:center;
color:#c16317;
text-transform:capitalize;
}
.inner-page .productpageintro{
line-height:28px;
margin-bottom:20px;
padding:0 20px;

}
.inner-page .productpageintro a:hover{
color:#c16317;
}


.inner-page .bar-text {
  position: absolute;
  top: 0;
  left: -10%;
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  white-space: nowrap;
  color: #c16317;
  font-size: 14px;
}
.inner-page .bar-text:before {
  content: '';
  width: 1px;
  height: 40px;
  background: #c16317;
  display: inline-block;
  margin-bottom: 10px;
}
.inner-page .ui.container3 {
  width: 1500px;
  margin: 0 auto;
  position: relative;
  padding: 0 15px;
}
.inner-page .ui.container3 .bar-left {
  width: 30%;
  padding-right: 5%;
}
.inner-page .ui.container3 .bar-left h5 {
  font-size: 40px;
  color: #c16317;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 40px;
}
.inner-page .ui.container3 .bar-left h5 small {
  display: block;
  color: #666;
  font-size: 14px;
  text-transform: none;
  font-weight: bold;
  letter-spacing: 0;
  margin-top: 20px;
  line-height: normal;
}
.inner-page .ui.container3 .bar-left h2 {
  font-size: 28px;
  color: black;
  text-transform: capitalize;
  margin-top: 80px;
}
.inner-page .ui.container3 .bar-right {
  width: 70%;
}
.inner-page .ui.container3 .bar-right p {
  font-size: 18px;
  color: #666;
  line-height: 34px;
}
.inner-page .text-big {
  text-align: right;
  position: relative;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .text-big.txt-left {
	text-align:left;
}
.inner-page .text-big.txt-left h6 {
	padding-right:25%;
}
.inner-page .text-big.upp {
	text-transform:uppercase;
}
.inner-page .text-big h3 {
  font-size: 280px;
  line-height: 180px;
  color: rgba(0, 0, 0, 0.03);
}
.inner-page .text-big h6 {
  text-align: right;
  padding-right: 12%;
  position: absolute;
  top: 30%;
  left: 0;
  width: 100%;
}
.inner-page .public-link {
  display: block;
  height: 500px;
  line-height: 500px;
  text-align: center;
  position: relative;
  background-size: cover;
  overflow: hidden;
  -webkit-transition: 7s;
  -moz-transition: 7s;
  -ms-transition: 7s;
  -o-transition: 7s;
  transition: 7s;
}
.inner-page .public-link:before {
  content: '';
  left: 50%;
  top: 50%;
  background: inherit;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -ms-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.inner-page .public-link:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.46);
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -ms-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
  opacity: 1;
  z-index: 1;
}
.inner-page .public-link .box {
  line-height: normal;
  display: inline-block;
  vertical-align: middle;
  z-index: 2;
  position: relative;
}
.inner-page .public-link .box h6 {
  color: white;
  font-size: 18px;
  text-transform: uppercase;
}
.inner-page .public-link .box h2 {
  color: white;
  font-size: 30px;
  text-transform: uppercase;
  margin: 10px 0;
}
.inner-page .public-link .box p {
  font-size: 16px;
  color: white;
}
.inner-page .public-link:hover {
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
}
.inner-page .public-link:hover:after {
  opacity: 0;
}
.inner-page .public-link:hover:before {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  -o-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}
.inner-page .mbx {
  padding: 30px 10%;
  font-size: 14px;
}
.inner-page .mbx a,
.inner-page .mbx span {
  margin-right: 15px;
}
.inner-page .mbx a:first-child {
  font-size: 16px;
  color: #c16317;
  text-transform: uppercase;
  font-weight: bold;
}
.inner-page .mbx a:hover {
  color: #c16317;
}
.inner-page .scroll {
  position: relative;
}
.inner-page .m-page {
  text-align: center;
  padding: 50px 0;
}
.inner-page .m-page a,
.inner-page .m-page span {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
 
  font-size: 24px;
  color: black;
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .m-page a:hover {
  color: white;
  background: #c16317;
}
.mCSB_scrollTools {
  width: 3px !important;
}
.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #eee !important;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #222 !important;
}
.mCSB_inside > .mCSB_container {
  margin-right: 3px !important;
}
.about-page .about-1 {
  padding: 120px 0;
}
.about-page .about-1 .content {
  margin: -10px 0;
}
.about-page .about-1 .content p {
  padding: 10px 0;
}
.about-page .about-2 {
  overflow: hidden;
}
.about-page .about-2 img {
  width: 100%;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.about-page .about-2 img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.about-page .about-3 {
  position: relative;
}
.about-page .about-3:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
	bottom:0;
  background: #c16317;
  z-index: -1;
  height: 70%;
}
.about-page .about-3 .left {
  padding: 50px 7%;
  background: white;
  position: relative;
  top: -100px;
  width: 65%;
  z-index: 1;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}
.about-page .about-3 .left p {
	font-size:18px;
	color:block;
	padding:15px 0;
	line-height:32px;
}
.about-page .about-3 .left img {
	display:block;
	margin-left:auto;
	margin-right:0;
}
.about-page .about-4 .left ul li {
  border-bottom: 1px solid #dce5eb;
  padding: 50px 0;
}
.about-page .about-4 .left ul li:last-child {
  border-bottom: none;
}
.about-page .about-4 .left ul li h3 {
  font-size: 28px;
  color: black;
}
.about-page .about-4 .left ul li h3 em {
  color: #c16317;
  margin-right: 15px;
}
.about-page .about-4 .left ul li p {
  font-size: 16px;
  color: #666;
  line-height: 28px;
  margin-top: 20px;
}
.about-page .about-4 .left {
	width:50%;
}
.about-page .about-4 .bar-left {
	width:50% !important;
	padding-right:20% !important;
}
.about-page .about-3 .right {
  width: 45%;
  margin-left: -10%;
}
.about-page .about-3 .right .bar-text {
  left: auto;
  right: 3%;
  top: 5%;
}
.about-page .about-3 .right h5 {
  font-size: 40px;
  color: #c16317;
  text-transform: uppercase;
  line-height: 40px;
  text-align: right;
  padding-left: 20%;
  padding-right: 15%;
  margin: 100px 0;
}
.about-page .about-3 .right .img {
  overflow: hidden;
}
.about-page .about-3 .right img {
  width: 100%;
}
.about-page .about-4 {
  padding: 150px 0 50px;
}
.about-page .about-4 ul li {
  padding: 30px 0;
  border-top: 1px solid #dce5eb;
}
.about-page .about-4 ul li:last-child {
  border-bottom: 1px solid #dce5eb;
}
.about-page .about-4 ul li .left {
  width: 25%;
  vertical-align: middle;
}
.about-page .about-4 ul li .left h3 {
  font-size: 18px;
  color: #c16317;
  font-weight: bold;
}
.about-page .about-4 ul li .left {
  width: 75%;
  vertical-align: middle;
}
.about-page .about-5 {
	padding:50px 0 90px;
	position:relative;
	margin-bottom:5%;
}
.about-page .about-5:after {
	content:'';
	position:absolute;
	right:0;
	top:25px;
	height:105%;
	width:95%;
	background:#c16317;
	z-index:-2;
}
.about-page .about-5:before {
	content:'';
	width:90%;
	height:100%;
	left:0;
	top:0;
	background:url('../images/about-xz-bg.jpg');
	background-size:cover;
	z-index:-1;
	position:absolute;
}
.about-page .about-5 .box {
	padding-left:50px;
}
.about-page .about-5 .box ul {
	display:inline-block;
	width:100%;
}
.about-page .about-5 .box li {
	padding:2px;
}
.about-page .about-5 .box li a {
	display:block;
}
.about-page .about-5 .box a.more {
	display:block;
	float:right;
	width:10%;
	text-align:center;
	margin-bottom:20px;
}
.about-page .about-6 {
	padding:50px 0;
}
.about-page .about-6 .ui.container3 {
	width:auto;
	padding:0;
}
.about-page .about-6 .bar-left {
	vertical-align:middle;
	padding-left:10%;
}
.inner-page .about-6 .bar-left .bar-text {
	left:50px;
	top:45%;
}  
.about-page .about-6 .bar-right {
	vertical-align:middle;
	padding-right:50px;
}
.about-page .about-6 .bar-right ul li {
	padding:5px;
	border-right:1px solid #ebebeb;
	border-bottom:1px solid #ebebeb;
}
.about-page .about-6 .bar-right ul li:nth-child(5n) {
	border-right:none;
}
.about-page .about-6 .bar-right ul li:nth-last-child(6)~li {
	border-bottom:none;
}
.product-page .product-1 {
  padding: 100px 0 50px;
}
.product-page .product-1 h2 {
  font-size: 40px;
  color: #c16317;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 40px;
}
.product-page .product-1 h2 small {
  display: block;
  color: #666;
  font-size: 14px;
  text-transform: none;
  font-weight: bold;
  letter-spacing: 0;
  margin-top: 10px;
  line-height: normal;
}
.product-page .product-1 ul li {
  display: block;
  margin-bottom: 30px;
  position: relative;
}
.product-page .product-1 ul li:last-child {
  margin-bottom: 0;
}
.product-page .product-1 ul li:after {
  content: '';
  z-index: -1;
  position: absolute;
  width: 75%;
  height: 80%;
  display: block;
  background: #eee;
  bottom: -20%;
  left: -15%;
}
.product-page .ui.container4 {
	max-width:90%;
	display:block;
	margin:0 auto;
}
.product-page .product-1 ul li .left {
  width: 55%;
  vertical-align: middle;
  margin-right: -5%;
  position: relative;
  z-index: 1;
  text-align: right;
}
.product-page .product-1 ul li .left .text-box {
  display: inline-block;
/*   max-width: 850px; */
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  background: white;
  text-align: left;
  padding: 60px;
	width:100%;
}
.product-page .product-1 ul li .left .text-box i {
  font-size: 14px;
  text-transform: uppercase;
  color: #c16317;
}
.product-page .product-1 ul li .left .text-box h3 {
  font-size: 28px;
  color: black;
  font-weight: bold;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-page .product-1 ul li .left .text-box h3:hover {
  color: #c16317;
}
.product-page .product-1 ul li .left .text-box p {
  font-size: 18px;
  color: #8e8e8e;
  margin: 50px 0 20px;
	height:270px;
	overflow:auto; line-height: 32px;
}
.product-page .product-1 ul li .left .text-box a.more {
    text-transform: capitalize;
    height: 50px;
    line-height: 50px;
    width: 150px;
    text-align: center;
    font-size: 18px;
    color: #222;
    border: 1px solid #d6d6d6;
    transition: .5s;
    margin-left: auto;
    margin-right: 0;
    display: block;
}
.product-page .product-1 ul li .left .text-box a.more:hover {
 background: #c16317;
    color: white;
}
.product-page .product-1 ul li .right {
  width: 55%;
  vertical-align: middle;
  margin-left: -5%;
  position: relative;
}
.product-page .product-1 ul li .right a {
  display: block;
}
.product-page .product-1 ul li .right img {
  width: 100%;
}
.product-page .product-1 ul li:nth-child(even):after {
  display: none;
}
.product-page .product-1 ul li:nth-child(even) .left {
  left: 45%;
  text-align: left;
}
.product-page .product-1 ul li:nth-child(even) .right {
  left: -45%;
}
.product-list-page .box li a {
	display:block;
}
.product-list-page .box li.column img{
  display: block;
  margin: 0 auto;
}
.product-list-page .box li a:after {
	content:'';
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background:rgba(0,0,0,.5);
	transition:.5s;
	opacity:0;
}
.product-list-page .box li a:before {
	content:'';
	width:60px;
	height:60px;
	background:rgba(0,0,0,.9) url('../images/icon-search-white.png') no-repeat center center;
	position:absolute;
	left:50%;
	top:30%;
	margin-left:-30px;
	margin-top:-30px;
	z-index:1;
	transition:.5s;
	opacity:0;
}
.product-list-page .box li a h4 {
	font-size:24px;
	color:white;
	padding:0 20px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	position:absolute;
	left:0;
	bottom:0;
	z-index:2;
	text-align:center;
	width:100%;
	transition:.5s;
	opacity:0;
}
.product-list-page .box li a:hover:after {
	opacity:1;
}
.product-list-page .box li a:hover:before {
	top:50%;
	opacity:1;
}
.product-list-page .box li a:hover h4 {
	bottom:10px;
	opacity:1;
}
.prodet-page .prodet-1 {
  padding: 100px 0;
}
.prodet-page .prodet-1 .pro-img {
  padding-right: 20px;
}
.prodet-page .prodet-1 .pro-text {
  padding-left: 20px;
}
.prodet-page .prodet-1 .pro-text i {
  font-size: 14px;
  color: #c16317;
  text-transform: uppercase;
}
.prodet-page .prodet-1 .pro-text h3,.prodet-page .prodet-1 .pro-text h1 {
  font-size: 28px;
  color: black;
  font-weight: bold;
}


.prodet-page .prodet-1 .pro-text .content {
  padding: 30px 0;
  font-size: 16px;
  color: black;
}
.prodet-page .prodet-1 .pro-text .content strong{
  font-weight: bold;
}
.prodet-page .prodet-1 .pro-text .gallery {
  overflow: hidden;
}
.prodet-page .prodet-1 .pro-text .gallery h4 {
  font-size: 18px;
  padding: 10px;
  background: #eee;
  margin-bottom: 15px;
}
.prodet-page .prodet-1 .pro-text .gallery ul {
  margin: -10px;
  padding: 0;
	
}
.prodet-page .prodet-1 .pro-text .msg {
	text-transform: capitalize;
    height: 50px;
    line-height: 50px;
    width: 150px;
    text-align: center;
    font-size: 18px;
    color: #222;
    border: 1px solid #d6d6d6;
    transition: .5s;
    display: block;
}
.prodet-page .prodet-1 .pro-text .msg a {
	display:block;
}
.prodet-page .prodet-1 .pro-text .msg:hover {
	    background: #c16317;
    color: white;
}
.prodet-page .prodet-1 .pro-text .gallery ul .slick-track {
	margin-left:0;
}
.prodet-page .prodet-1 .pro-text .gallery ul li {
  padding: 10px;
  margin: 0;
  width: 25%;
  float: left;
}
.prodet-page .prodet-1 .pro-text .gallery ul li i,
.prodet-page .prodet-1 .pro-text .gallery ul li span {
  display: none !important;
}
.prodet-page .prodet-1 .pro-text .gallery ul li img {
  width: 100%;
  cursor: pointer;
  cursor: hand;
}
.prodet-page .prodet-1 .pro-text .share {
  padding: 25px 0;
}
.prodet-page .prodet-1 .pro-text .share h4 {
  font-size: 18px;
  padding: 10px;
  background: #eee;
  margin-bottom: 15px;
}
.prodet-page .prodet-1 .pro-text .share ul li {
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 2px;
  text-align: center;
  background: #eee;
  color: black;
  font-size: 16px;
  margin-right: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .pro-text .share ul li a {
  display: block;
}
.prodet-page .prodet-1 .pro-text .share ul li i {
  font-family: "FontAwesome";
  font-size: inherit;
  color: inherit;
}
.prodet-page .prodet-1 .pro-text .share ul li:hover {
  background: #c16317;
  color: white;
}
.prodet-page .prodet-2 .box {
  display: block;
  background: #f8f8f8;
  padding: 100px 50px;
}
.prodet-page .prodet-2 .box img{
  display: block;
  margin: 0 auto;
}
.prodet-page .prodet-2 .box .options {
  border-bottom: 1px solid black;
}
.prodet-page .prodet-2 .box .options div {
  font-size: 20px;
  color: white;
  display: inline-block;
  vertical-align: middle;
  opacity: 1;
  padding: 10px 30px;
  background: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
.prodet-page .prodet-2 .box .options div:hover,
.prodet-page .prodet-2 .box .options div.active {
  background: #c16317;
}
.prodet-page .prodet-2 .box .det {
  padding-top: 20px;
}
.prodet-page .prodet-2 .box .det table {
  margin: 20px 0;
}
.prodet-page .prodet-2 .box .det table tr td{
  padding:10px;
}

.prodet-page .prodet-2 .box .det table tr:nth-child(odd) {
  background: #eee;
}
.prodet-page .prodet-2 .box .det table tr:first-child * {
  color: inherit;
}
.lg-page .lg-1 {
  padding: 100px 0 40px;
}
.lg-page .lg-1 h3 {
  font-size: 24px;
  color: black;
  font-weight: bold;
  text-transform: uppercase;
}
.lg-page .lg-1 .box {
  padding-top: 0;
}
.lg-page .lg-1 .box ul {
  margin: -15px;
}
.lg-page .lg-1 .box ul li {
  padding: 15px;
}
.lg-page .lg-1 .box ul li .box2 {
-webkit-box-shadow: 0 0 15px rgba(0,0,0,.25);
-moz-box-shadow: 0 0 15px rgba(0,0,0,.25);
box-shadow: 0 0 15px rgba(0,0,0,.25);
}
.lg-page .lg-1 .box ul li a {
  display: block;
/* 	border:4px solid #eee; */
}
.lg-page .lg-1 .box ul li h4 {
  font-size: 18px;
  padding: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background: #eee;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.lg-page .lg-1 .box ul li:hover h4 {
  background: #c16317;
  color: white;
}
.faq-page .faq-1 {
  padding: 100px 0 40px;
}
.faq-page .faq-1 h3 {
  font-size: 34px;
  color: black;
  font-weight: bold;
  text-transform: uppercase;
}
.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;
}
.faq-page .faq-1 .m-page a,
.faq-page .faq-1 .m-page span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}
.news-page .news-1 {
  padding: 100px 0 40px;
}
.news-page .news-1 h3 {
  font-size: 30px;
  color: black;
  font-weight: bold;
  text-transform: uppercase;
}
.news-page .news-1 .box ul li {
	margin-bottom:50px;
	border:1px solid #e9e9e9;
}
.news-page .news-1 .box ul li:last-child {
	margin-bottom:0;
}
.news-page .news-1 .box ul li a.img-box {
  display: block;
}
.news-page .news-1 .box ul li .img {
	width:30%;
	vertical-align:middle;
	position:relative;
}
.news-page .news-1 .box ul li .img time {
	width:100px;
	top:-15px;
	text-align:right;
	font-size:24px;
	color:white;
	position:absolute;
	right:-35px;
	background:black;
	padding:15px 10px;
}
.news-page .news-1 .box ul li .img time em {
	display:block;
	line-height:30px;
	font-size:26px;
	margin-top:5px;
}
.news-page .news-1 .box ul li .content {
	padding: 30px 40px 30px 70px;
	width:70%;
	vertical-align:middle;
}
.news-page .news-1 .box ul li .content h4 {
  font-size: 24px;
  color: black;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news-page .news-1 .box ul li .content h4:hover {
  color: #c16317;
}
.news-page .news-1 .box ul li .content p {
  font-size: 18px;
  margin: 40px 0 20px;
}
.news-page .news-1 .box ul li .content a.more {
  text-transform: capitalize;
	height:50px;
	line-height:50px;
	width:150px;
	text-align:center;
	font-size:18px;
	color:#222;
	border:1px solid #d6d6d6;
	transition:.5s;
	margin-left:auto;
	margin-right:0;
	display:block;
}
.news-page .news-1 .box ul li .content a.more:hover {
  background:#c16317;
	color:white;
}
.newdet-page .newdet-1 {
  padding: 100px 0 40px;
	background: #f8f8f8;
}
.newdet-page .newdet-1 .box {
/*   padding: 40px 20px; */
}
.newdet-page .newdet-1 .box h3 {
  font-size: 24px;
  color: black;
}
.newdet-page .newdet-1 .box .content {
  display: block;
  padding: 20px 0;
  margin: 20px 0;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}
.newdet-page .newdet-1 .box .share ul {
  display: inline-block;
}
.newdet-page .newdet-1 .box .share ul li {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  margin-right: 10px;
  line-height: 40px;
  text-align: center;
  color: black;
  font-size: 16px;
  background: #eee;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.newdet-page .newdet-1 .box .share ul li:hover {
  color: white;
  background: #c16317;
}
.newdet-page .newdet-1 .box .share a.back {
  float: right;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  border-radius: 5px;
  background: #eee;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.newdet-page .newdet-1 .box .share a.back i {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.newdet-page .newdet-1 .box .share a.back:hover {
  color: white;
  background: #c16317;
}
.contact-page .contact-1 {
  padding: 100px 0 40px;
}
.contact-page .map {
  padding-bottom: 0;
}
.sidedbar {
	position:relative;
	z-index:2;
}
.sidedbar .grid-box.two>.column.left {
	line-height:110px;
	height:110px;
	background:#c16317;
	padding:0 30px;
	font-size:18px;
	color:white;
	margin-top:-50px;
	text-align:right;
	text-transform:uppercase;
	width:35%;
}
.sidedbar .left span {
	font-size:32px;
	max-width:250px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	display:inline-block;
	vertical-align:middle;
}
.sidedbar .grid-box.two>.column.right {
	width:65%;
}
.sidedbar .right ul {
	padding:0 100px 0 30px;
	line-height:60px;
	height:60px;
	border-bottom:1px solid #ebebeb;
}
.sidedbar .right ul .slick-arrow {
	position:absolute;
	top:50%;
	right:30px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
	border:none;
	background:none;
	color:transparent;
	font-size:0;
	width:0;
	height:0;
	display:block;
	cursor:pointer;
	cursor:hand;
}
.sidedbar .right ul .slick-arrow.slick-prev {
	border-right:10px solid #c16317;
	border-top:10px solid transparent;
	border-bottom:10px solid transparent;
	margin-right:30px;
}
.sidedbar .right ul .slick-arrow.slick-next {
	border-left:10px solid #666;
	border-top:10px solid transparent;
	border-bottom:10px solid transparent;
}
.sidedbar .right ul li {
	padding:0 20px;
	font-size:18px;
	color:rgba(0,0,0,.67);
	transition:.5s;
	border-right:1px solid #7c7c7c;
	width:auto;
	line-height:18px;
	vertical-align:middle;
}
.sidedbar .right ul li:hover {
	text-decoration:underline;
}
.prodetFeedback {
  padding: 44px 0 64px;
  background: #f2f2f2;
}
.prodetFeedback .innerTit {
  font-size: 32px;
  text-transform: uppercase;
  color: #000;
}
.prodetFeedback .ptForm {
  margin-top: 50px;
}
.prodetFeedback .ptForm label {
  font-size: 16px;
  color: #636363;
  font-weight: 500;
  margin-bottom: 0;
}
.prodetFeedback .ptForm input,
.prodetFeedback .ptForm textarea {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  background: none;
  color: #252525;
  font-size: 16px;
  width: 100%;
  outline: none;
  resize: none;
  border: none;
  border-bottom: 1px solid #cccccc;
}
.prodetFeedback .ptForm .fbTop {
  margin-bottom: 62px; width:100%;
}
.prodetFeedback .ptForm .fbTop li {
  float: left;
  width: 31%;
  margin-right: 2%;
}
.prodetFeedback .ptForm .fbTop li:nth-child(3) {
  margin-right: 0;
}
.prodetFeedback .ptForm .fbTop li input {
  height: 15px;
  padding: 0 4px;
}
.prodetFeedback .ptForm .fbTop li input:focus {
  height: 43px;
  border-bottom: 3px solid #c16317;
}
.prodetFeedback .ptForm .fbBot {
  margin-bottom: 75px; width:100%;
}
.prodetFeedback .ptForm .fbBot textarea {
  height: 16px;
  overflow: hidden;
}
.prodetFeedback .ptForm .fbBot textarea:focus {
  height: 55px;
  border-bottom: 3px solid #c16317;
}
.prodetFeedback .ptForm input[type="submit"] {
  cursor: pointer;
  text-align: left;
  padding-left: 31px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  text-transform: uppercase;
  font-size: 16px;
  width: 203px;
  height: 52px;
  border: none;
  background: #c16317 url("../images/fb-send.png") no-repeat right 10px center;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  color: #fff;
}
.prodetFeedback .ptForm input[type="submit"]:hover {
  background-color: #222;
}
.thumb-gallery{
    padding:20px 0;
}
.thumb-gallery li{
    width:25%;
    float:left;padding-right:10px;
}
.product-list-page{
  background: #ebebeb;
}
@media screen and (max-width: 1540px) {
  .inner-page .ui.container3 {
    max-width: 100%;
  }
  .inner-banner .text h2 {
    font-size: 80px;
    line-height: 80px;
  }
  .inner-banner .text h5 {
    margin-top: 10px;
    font-size: 16px;
  }
  .inner-banner:after {
    width: 80%;
  }
  .inner-banner {
    margin-top: 90px;
  }
  .inner-page .bar-text {
    display: none;
  }
  .contact-page .contact-1,
  .newdet-page .newdet-1,
  .news-page .news-1,
  .faq-page .faq-1,
  .lg-page .lg-1,
  .product-page .product-1,
  .about-page .about-1 {
    padding: 40px 0;
  }
  .inner-page .ui.container3 .bar-left h2 {
    margin-top: 60px;
    font-size: 24px;
  }
  .inner-page .public-link {
    height: 400px;
    line-height: 400px;
  }
  .inner-page .public-link .box h2 {
    font-size: 40px;
  }
  .newdet-page .newdet-1 .box h3 {
    font-size: 20px;
  }
  .inner-page .m-page a,
  .inner-page .m-page span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  .inner-page .m-page {
    padding: 30px 0;
  }
  .faq-page .faq-1 h3 {
    font-size: 28px;
  }
  .faq-page .faq-1 .box ul li .q {
    font-size: 18px;
  }
  .prodet-page .prodet-2 .box .options div {
    font-size: 18px;
  }
  .prodet-page .prodet-1 .pro-text .content {
    padding: 15px 0;
  }
  .prodet-page .prodet-1 {
    padding: 60px 0;
  }
  .prodet-page .prodet-2 .box {
    padding: 50px 15px;
  }
  .product-page .product-1 ul li .left .text-box h3,
  .about-page .about-3 .left ul li h3 {
    font-size: 24px;
  }
  .product-page .product-1 ul li .left .text-box p {
    margin: 20px 0 10px;
    font-size: 14px;
  }
  .product-page .product-1 ul li .left {
    padding: 0 15px;
  }
  .inner-page .text-big h3 {
    font-size: 180px;
    line-height: 100px;
  }
  .about-page .about-3 .left ul li {
    padding: 30px 0;
  }
  .about-page .about-3 .left {
    padding: 30px 3%;
  }
  .about-page .about-3 .right h5 {
    font-size: 34px;
    margin: 60px 0;
  }
  .about-page .about-4 {
    padding: 80px 0;
  }
}
@media screen and (max-width: 1200px) {
  .inner-banner .text h2 {
    font-size: 60px;
    line-height: 60px;
  }
  .inner-page .ui.container3 .bar-right p {
    font-size: 16px;
    line-height: 28px;
  }
  .inner-page .ui.container3 .bar-left h2 {
    font-size: 20px;
  }
  .inner-page .ui.container3 .bar-left h5 {
    font-size: 34px;
    line-height: 34px;
  }
  .inner-page .text-big h3 {
    font-size: 140px;
    line-height: 80px;
  }
  .product-page .product-1 ul li .left .text-box h3,
  .about-page .about-3 .left ul li h3 {
    font-size: 20px;
  }
  .about-page .about-3 .left ul li p {
    margin-top: 5px;
  }
  .about-page .about-3 .left ul li {
    padding: 20px 0;
  }
  .prodet-page .prodet-1 .pro-text .share ul li {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  .prodet-page .prodet-1 .pro-text .share h4,
  .prodet-page .prodet-1 .pro-text .gallery h4 {
    font-size: 16px;
    padding: 5px 10px;
  }
  .prodet-page .prodet-1 .pro-text .gallery ul li {
    padding: 5px;
  }
  .prodet-page .prodet-1 .pro-text .gallery ul {
    margin: -5px;
  }
  .prodet-page .prodet-1 .pro-text h3,
  .news-page .news-1 h3 {
    font-size: 24px;
  }
  .prodet-page .prodet-2 .box .options div {
    font-size: 16px;
  }
  .prodet-page .prodet-2 .box .det {
    font-size: 16px;
  }
  .lg-page .lg-1 .box,
  .faq-page .faq-1 .box,
  .news-page .news-1 .box {
    padding-top: 30px;
  }
  .inner-page .public-link .box h2 {
    font-size: 34px;
  }
  .faq-page .faq-1 .box ul li .q {
    font-size: 16px;
  }
  #mapContainer {
    height: 300px !important;
  }
  .inner-page .public-link {
    height: 300px;
    line-height: 300px;
  }
	.product-page .product-1 ul li .left .text-box p {
		height:200px;
	}
}
@media screen and (max-width: 1000px) {
  .inner-banner .box {
    top: 0;
  }
  .inner-page .ui.container3 {
    width: 700px;
  }
  .inner-banner {
    margin-top: 0;
  }
  .inner-banner .text h2 {
    font-size: 50px;
    line-height: 50px;
  }
  .inner-banner .text h5 {
    font-size: 14px;
  }
  .inner-page .ui.container3 .bar-left h2 {
    font-size: 16px;
  }
  .news-page .news-1 .box ul li .content p {
    font-size: 14px;
    margin: 10px 0;
  }
  .news-page .news-1 .box ul li .content h4 {
    font-size: 18px;
  }
  .news-page .news-1 .box ul li,
  .lg-page .lg-1 .box ul li {
    padding: 5px;
  }
  .news-page .news-1 .box ul,
  .lg-page .lg-1 .box ul {
    margin: -5px;
  }
  .faq-page .faq-1 h3 {
    font-size: 24px;
  }
  .faq-page .faq-1 .box ul li .a,
  .lg-page .lg-1 .box ul li h4 {
    font-size: 16px;
  }
  .prodet-page .prodet-1 .pro-img {
    width: 100%;
    padding-right: 0px;
  }
  .prodet-page .prodet-1 .pro-text {
    padding: 30px 0;
    width: 100%;
  }
  .product-page .product-1 h2 {
    font-size: 34px;
    line-height: 34px;
  }
  .product-page .product-1 ul li .left .text-box {
    padding: 30px 15px;
  }
  .product-page .product-1 ul li .left .text-box p {
    font-size: 14px;
    margin: 10px 0;
  }
  .product-page .product-1 ul li .right {
    width: 60%;
    margin-left: -10%;
  }
  .product-page .product-1 ul li .left .text-box h3 {
    font-size: 18px;
  }
  .inner-page .text-big h3 {
    white-space: nowrap;
  }
  .inner-page .text-big {
    overflow: hidden;
    padding: 20px 0;
    margin: -20px 0;
  }
  .about-page .about-4 .bar-right ul li {
    padding: 15px 0;
  }
  .inner-page .mbx {
    padding: 20px 15px;
  }
	.sidedbar .box {
		display:none;
	}
	.sidedbar {
		height:20px;
		background:#c16317;
	}
	.news-page .news-1 .box ul {
		letter-spacing:-5px;
	}
	.news-page .news-1 .box ul li {
		width:50%;
		display:inline-block;
		letter-spacing:0;
		vertical-align:top;
		margin-bottom:20px;
	}
	.news-page .news-1 .box ul li .img {
		width:100%;
	}
	.news-page .news-1 .box ul li .img time {
		right:10px;
		top:10px;
		font-size:18px;
		width:80px;
	}
	.news-page .news-1 .box ul li .img time em {
		font-size:20px;
		line-height:20px;
	}
	.news-page .news-1 .box ul li .content {
		width:100%;
		padding: 20px;
	}
	.news-page .news-1 .box ul li .content a.more {
		line-height:40px;
		height:40px;
		width:130px;
		font-size:14px;
	}
	#ewm {
		display:none !important;
	}
 .product-list-page .grid-box.five>.column {
    width: 50%;
}
}
@media screen and (max-width: 700px) {
  .inner-banner .box {
    width: 100%;
  }
	.about-page .about-4 .bar-left,.about-page .about-4 .left {
		width:100% !important;
	}
	.about-page .about-4 .left {
		padding-top:30px;
	}
	.about-page .about-4 .left ul li {
		padding: 20px 0;
	}
	.about-page .about-4 .left ul li p {
		margin-top:10px;
	}
	.about-page .about-4 .left ul li h3 {
		font-size:24px;
	}
	.inner-page .text-big.txt-left h6 {
		padding-right:0;
	}
	.about-page .about-6 .bar-right {
		padding-right:0;
	}
	.about-page .about-6 .bar-right ul li {
		width:50%;
		border:none;
		border-bottom:1px solid #ebebeb !important;
	}
	.about-page .about-6 .bar-right ul {
		border-top:1px solid #ebebeb;
	}
	.about-page .about-6 .bar-right ul li:nth-child(2n+1) {
		border-right:1px solid #ebebeb;
	}
  .inner-banner .text {
    position: absolute;
    left: 50%;
    margin: 0;
    width: 100%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .inner-banner .text h2 {
    background: transparent;
    color: #c16317;
    font-size: 40px;
    line-height: 40px;
  }
  .inner-banner .text h5 {
    display: none;
  }
  .inner-page .ui.container3 .bar-left h2 {
    display: none;
  }
  .inner-page .ui.container3 .bar-left {
    width: 100%;
    padding-right: 0;
  }
  .inner-page .ui.container3 .bar-right {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .about-page .about-3 .left {
    width: 100%;
    top: 0;
    padding: 15px;
  }
  .about-page .about-3 .right {
    width: 100%;
    margin: 0;
  }
  .about-page .about-3 .right h5 {
    display: none;
  }
  .about-page .about-4 {
    padding: 50px 0;
  }
  .inner-page .public-link {
    line-height: 240px;
    height: 240px;
  }
  .inner-page .public-link .box h2 {
    font-size: 28px;
  }
  .product-page .product-1 ul li .left {
    width: 100%;
    margin: 0;
    left: 0 !important;
  }
  .product-page .product-1 ul li .right {
    width: 100%;
    margin: 0;
    padding: 0 15px;
    left: 0 !important;
  }
  .inner-page .m-page {
    padding: 15px 0;
  }
  .newdet-page .newdet-1 .box .share ul li {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .newdet-page .newdet-1 .box .share a.back {
    line-height: 30px;
    height: 30px;
  }
  .newdet-page .newdet-1 .box .content {
    font-size: 16px;
  }
  .inner-page .mbx span {
    display: none;
  }
  .product-page .product-1 ul {
    padding-top: 30px;
  }
	.product-page .product-1 ul li .left .text-box a.more {
		line-height:40px;
		height:40px;
		width:140px;
		font-size:14px;
	}
	.product-list-page .box li a h4 {
		opacity:1;
	}

  .product-list-page .box li a h4 {
    font-size: 14px;}
}
@media screen and (max-width: 500px) {
  .newdet-page .newdet-1 .box {
    padding: 30px 15px;
  }
	.about-page .about-5 {
		padding: 40px 0;
	}
	.faq-page .faq-list li h4 {
		font-size:18px;
	}
	.faq-page .faq-list li p {
		font-size:16px;
	}
	.news-page .news-1 .box ul li {
		width:100%;
	}
  .newdet-page .newdet-1 .box .share ul li {
    margin-right: 3px;
  }
  .newdet-page .newdet-1 .box .share a.back {
    float: none;
    display: inline-block;
    margin-top: 20px;
  }
  .newdet-page .newdet-1 .box .share,
  .newdet-page .newdet-1 .box h3 {
    text-align: center;
  }
  .inner-banner .text h2 {
    font-size: 34px;
    height: 34px;
  }
  .prodet-page .prodet-1 .pro-text h3,
  .news-page .news-1 h3,
  .faq-page .faq-1 h3,
  .lg-page .lg-1 h3 {
    font-size: 20px;
  }
  .prodet-page .prodet-1 {
    padding-bottom: 10px;
  }
  .prodet-page .prodet-2 .box .options div {
    padding: 5px 15px;
  }
  .prodet-page .prodet-2 .box .det {
    padding-top: 30px;
  }
  .prodet-page .prodet-2 .box .det table {
    margin: 10px 0;
    display: block;
    overflow: auto;
  }
  .inner-banner .text h2 {
    display: none;
  }
  .product-page .product-1 h2,
  .inner-page .ui.container3 .bar-left h5 {
    font-size: 28px;
    line-height: 28px;
  }
  .product-page .product-1 h2 small,
  .inner-page .ui.container3 .bar-left h5 small {
    display: none;
  }
  .about-page .about-3 .left ul li h3 {
    font-size: 18px;
  }
}

