@font-face {
  font-family: 'Noe_Display_Medium';
  src: url(../fonts/noe_display_medium.ttf) format('truetype'), url(../fonts/noe_display_medium.eot) format('eot'), url(../fonts/noe_display_medium.woff) format('woff'), url(../fonts/noe_display_medium.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');
}
.container {
  width: 1480px;
}
.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: absolute;
  left: 0;
  top: 20px;
  width: 100%;
  z-index: 99;
}
#header .h-top {
  background: #383838;
  height: 99px;
}
#header .h-top .h-tel {
  width: 38%;
}
#header .h-top .h-tel p {
  color: #e3e3e5;
  background: url("../images/icon-tel_03.jpg") no-repeat left center;
  line-height: 99px;
}
#header .h-top .logo {
  margin: 0 auto;
}
#header .h-top .logo img {
  width: auto;
}
#header .h-top .language p {
  line-height: 99px;
  background: url("../images/shu_03.jpg") no-repeat right center;
}
#header .h-top .language p .fa {
  color: #ffffff;
  font-size: 18px;
  margin-right: 20px;
}
#header .h-top .language p .fa:hover {
  color: #7fbc31;
}
#header .nav {
  position: relative;
      padding: 20px 8% 0 16%;
}
#header .nav .h-search {
  cursor: pointer;
  position: absolute;
  right: 0%;
  top: 0;
  z-index: 99;
}
#header .nav .h-search .icon {
  color: #ffffff;
}
#header .nav .language {
  position: relative;
  height: 90px;
  line-height: 90px;
}
#header .nav .language span {
  height: 90px;
  display: block;
  cursor: pointer;
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  background: url("../images/world.png") no-repeat left center;
  color: #000000;
}
#header .nav .language .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 140px;
  background: #c29d63;
  text-align: left;
  z-index: 101;
}
#header .nav .language .sub-menu li {
  line-height: normal;
}
#header .nav .language .sub-menu li a {
  font-size: 15px;
  color: #fff;
  display: block;
  padding: 10px 18px;
}
#header .nav .language .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 .nav .menu-box {
  padding: 0;
  line-height: 90px;
  height: 90px;
  position: relative;
}
#header .nav .menu-box .menu > li {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  margin: 0 45px;
  vertical-align: top;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}
#header .nav .menu-box .menu > li > a {
  font-size: 18px; 
  color: #000000;
  display: block;
  position: relative;
  font-family: 'Montserrat', sans-serif;
}

#header .nav .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: #c29d63;
}
#header .nav .menu-box .menu > li > a.down:before{
  position: absolute;
    content: '';
    left: 106%;
    top: 40px;
    background: url(../images/down.png) no-repeat center;
    width: 19px;
    height: 9px;
}
#header .nav .menu-box .menu > li:hover > a {
  color: #c29d63;
}
#header .nav .menu-box .menu > li:hover > a:after {
  width: 80%;
  left: 10%;
}
#header .nav .menu-box .menu > li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 180px;
  background: #c29d63;
  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;
}
/*.inner-header#header .nav .menu-box .menu > li > a,
#header .nav .h-search .fa,
#header .nav .language span {
  color: #fff;
}*/
#header.inner-header{
  position: relative;
  top: 0;
}
#header.inner-header .nav {
    padding: 10px 8% 0 16%;
}
.logo img{
  display: block;
  margin: 0 auto;
  width: 80%;
}
#banner {
  position: relative;
}
#banner .banner-yy {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
#index-body h2.h2 {
  font-family: 'Noe_Display_Medium';
  font-size: 50px;
  text-align: center;
  text-transform: uppercase;
}
#index-body p.p {
  text-align: center;
  font-weight: 300;
  padding: 20px 0;
  font-family: 'Poppins', sans-serif;
}
#index-body .i-three-part {
  padding: 40px 0 80px;
}
#index-body .i-three-part .grid-box {
  padding-bottom: 40px;
  border-bottom: 1px solid #e8e9e9;
}
#index-body .i-three-part .grid-box .column {
  padding: 0 5%;
  text-align: center;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  cursor: pointer;
}
#index-body .i-three-part .grid-box .column img {
  display: block;
  margin: 0 auto;
}
#index-body .i-three-part .grid-box .column h2 {
  font-size: 22px;
  text-transform: capitalize;
  font-family: 'Noe_Display_Medium';
  padding: 8px 0;
}
#index-body .i-three-part .grid-box .column p {
  font-family: 'Poppins', sans-serif;
  line-height: 26px;
}
#index-body .i-three-part .grid-box .column:hover {
  transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
}
#index-body .i-cat-product .pro-list {
  margin-top: 20px;
}
#index-body .i-cat-product .pro-list .slick-arrow {
  width: 50px;
  height: 50px;
  background: url(../images/left.png) no-repeat center;
  border: none;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  color: rgba(0, 0, 0, 0);
  position: absolute;
  z-index: 5;
  left: 10px;
  top: 45%;
}
#index-body .i-cat-product .pro-list .slick-next {
  background: url(../images/right.png) no-repeat center;
  left: auto;
  right: 10px;
}
#index-body .i-cat-product .pro-list ul li {
  position: relative;
}
#index-body .i-cat-product .pro-list ul li .layer {
  width: 90%;
  position: absolute;
  height: 90%;
  top: 5%;
  left: 5%;
  z-index: 2;
  border: 1px solid rgba(221, 168, 84, 0.5);
  opacity: 0;
  filter: alpha(opacity=100);
  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-body .i-cat-product .pro-list ul li .text {
  position: absolute;
  width: 100%;
  padding: 30px 0 75px;
  bottom: -20%;
  left: 0;
  transition: 0.8s ease;
  -webkit-transition: 0.8s ease;
  -moz-transition: 0.8s ease;
  -ms-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  z-index: 3;
}
#index-body .i-cat-product .pro-list ul li .text img {
  display: block;
  margin: 0 auto;
}
#index-body .i-cat-product .pro-list ul li .text h2 {
  text-align: center;
  font-size: 25px;
  font-family: 'Noe_Display_Medium';
  color: #fff;
}
#index-body .i-cat-product .pro-list ul li .text a.more {
  width: 146px;
  height: 46px;
  line-height: 44px;
  margin: 0 auto;
  margin-top: 50px;
  display: block;
  border: 1px solid #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  text-align: center;
  color: #fff;
  transition: 0.8s ease;
  -webkit-transition: 0.8s ease;
  -moz-transition: 0.8s ease;
  -ms-transition: 0.8s ease;
  -o-transition: 0.8s ease;
}
#index-body .i-cat-product .pro-list ul li .text a.more:hover {
  background: rgba(221, 168, 84, 0.5);
  color: #fff;
}
#index-body .i-cat-product .pro-list ul li:hover .text {
  bottom: 20%;
}
#index-body .i-cat-product .pro-list ul li:hover .layer {
  opacity: 1;
  filter: alpha(opacity=100);
}
#index-body .i-product {
  padding: 80px 0;
}
#index-body .i-product .pro-list2 {
  margin: 30px 0 0;
  position: relative;
}
#index-body .i-product .pro-list2 .slick-arrow {
  width: 50px;
  height: 50px;
  background: url(../images/p-left.png) no-repeat center;
  border: none;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  color: rgba(0, 0, 0, 0);
  position: absolute;
  z-index: 5;
  left: -3%;
  top: 45%;
}
#index-body .i-product .pro-list2 .slick-next {
  background: url(../images/p-right.png) no-repeat center;
  left: auto;
  right: -3%;
}
#index-body .i-product .pro-list2 ul li {
  padding: 0 20px;
}
#index-body .i-product .pro-list2 ul li .border {
  border: 1px solid #e5e5e5;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  position: relative;
}
#index-body .i-product .pro-list2 ul li .border .search {
  position: absolute;
  left: 0;
  top: 0;
  width: 69px;
  height: 52px;
  background: url(../images/sjx.png) no-repeat center;
  padding: 10px 0 0 8px;
  opacity: 0;
  filter: alpha(opacity=100);
  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-body .i-product .pro-list2 ul li .border .search .fa {
  font-size: 18px;
  color: #fff;
}
#index-body .i-product .pro-list2 ul li .border p {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  padding: 16px 0;
  text-align: center;
}
#index-body .i-product .pro-list2 ul li .border a.more2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  padding: 16px 0;
  text-align: center;
  width: 100%;
  display: block;
}
#index-body .i-product .pro-list2 ul li:hover .border {
  border: 1px solid #c29d63;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
#index-body .i-product .pro-list2 ul li:hover .border .search {
  opacity: 1;
  filter: alpha(opacity=100);
}
#index-body .i-product a.more {
  width: 189px;
  height: 52px;
  line-height: 50px;
  margin: 0 auto;
  margin-top: 60px;
  display: block;
  border: 1px solid #c29d63;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  text-align: center;
  color: #c29d63;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  font-size: 16px;
}
#index-body .i-product a.more:hover {
  background: #c29d63;
  color: #fff;
}
#index-body .i-about {
  padding-top: 50px;
}
#index-body .i-about .grid-box {
  background: url(../images/about-bg_02.jpg) no-repeat left center;
}
#index-body .i-about .grid-box .column:nth-child(1) {
  padding: 5% 3% 5% 12%;
}
#index-body .i-about .grid-box .column:nth-child(1) h4 {
  letter-spacing: 3px;
  font-size: 18px;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
}
#index-body .i-about .grid-box .column:nth-child(1) h2.h2 {
  text-align: left;
}
#index-body .i-about .grid-box .column:nth-child(1) h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  padding: 10px 0;
}
#index-body .i-about .grid-box .column:nth-child(1) p {
  font-family: 'Poppins', sans-serif;
  line-height: 30px;
  font-size: 16px;
}
#index-body .i-about .grid-box .column:nth-child(1) a.more {
  width: 152px;
  height: 49px;
  line-height: 49px;
  text-align: center;
  background: url(../images/more.png) no-repeat center;
  display: block;
  margin-top: 20px;
  text-transform: uppercase;
  color: #fff;
}
#index-body .i-about .grid-box .column:nth-child(2) {
  padding-right: 3%;
  position: relative;
}
#index-body .i-about .grid-box .column:nth-child(2):after {
  content: '';
  position: absolute;
  background: #c29d63;
  width: 90%;
  height: 100%;
  right: 0;
  top: -50px;
  z-index: -1;
}
#index-body .i-advantage {
  padding: 80px 0 40px;
}
#index-body .i-advantage .grid-box {
  padding-bottom: 60px;
  border-bottom: 1px solid #e8e9e9;
}
#index-body .i-advantage .column {
  padding-left: 7%;
  background: url(../images/w1.png) no-repeat left center;
}
#index-body .i-advantage .column:nth-child(2) {
  background: url(../images/w2.png) no-repeat left center;
}
#index-body .i-advantage .column:nth-child(3) {
  background: url(../images/w3.png) no-repeat left center;
}
#index-body .i-advantage .column:nth-child(4) {
  background: url(../images/w4.png) no-repeat left center;
}
#index-body .i-advantage .column h3 {
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  line-height: 40px;
}
#index-body .i-advantage .column h3 i,
#index-body .i-advantage .column h3 span {
  font-size: 50px;
  font-weight: 700;
}
#index-body .i-advantage .column p {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
}
#index-body .i-others {
  padding: 30px 0;
  background: url(../images/bgn30.jpg) no-repeat top center;
  background-size: cover;
}
#index-body .i-others .others-list2 {
  margin-top: 40px;
}
#index-body .i-others .others-list2 ul li {
  position: relative;
  padding: 0 -20px;
}
#index-body .i-others .others-list2 ul li .text {
  position: absolute;
  bottom: -1px;
  left: 50%;
  margin-left: -114px;
  z-index: 3;
  width: 230px;
  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-body .i-others .others-list2 ul li .text p {
  font-size: 16px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  padding: 20px 0;
  text-align: center;
}
#index-body .i-others .others-list2 ul li .text .more img {
  display: block;
  margin: 0 auto;
}
#index-body .i-others .others-list2 ul li:hover .text {
  bottom: 22%;
}
#index-body .i-others .others-list2 ul li:hover .text p {
  color: #fff;
  font-size: 26px;
}
#index-body .i-others .others-list2 .slick-slide{
  transform: scale(0.9);
}
#index-body .i-others .others-list2 .slick-center{
  transform: scale(1);
}
#index-body .i-others a.more {
  width: 189px;
  height: 52px;
  line-height: 50px;
  margin: 0 auto;
  margin-top: 60px;
  display: block;
  border: 1px solid #c29d63;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  text-align: center;
  color: #c29d63;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  font-size: 16px;
}
#index-body .i-others a.more:hover {
  background: #c29d63;
  color: #fff;
}
#index-body .i-why {
  background: url(../images/why-bg_03.jpg) no-repeat center;
  background-size: cover;
  padding: 50px 0;
}
#index-body .i-why h2,
#index-body .i-why p {
  color: #fff;
}
#index-body .i-why .grid-box {
  margin-top: 40px;
}
#index-body .i-why .grid-box .column {
  padding: 0 3%;
  cursor: pointer;
}
#index-body .i-why .grid-box .column img {
  display: block;
  margin: 0 auto;
  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-body .i-why .grid-box .column h3 {
  text-align: center;
  color: #fff;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}
#index-body .i-why .grid-box .column p {
  text-align: center;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
}
#index-body .i-why .grid-box .column:hover img {
  transform: rotateY(180deg);
  transition: all 1.2s ease;
}
#index-body .i-partner {
  padding: 100px 0;
}
#index-body .i-partner ul img {
  -webkit-filter: grayscale(1);
  filter: gray;
  filter: grayscale(1);
}
#index-body .i-news {
  padding: 50px 0 150px;
  background: url(../images/news-bg.jpg) no-repeat bottom center;
}
#index-body .i-news h2.h2,
#index-body .i-news p.p {
  text-align: left;
}
#index-body .i-news .news-list {
  margin-top: 40px;
}
#index-body .i-news .news-list ul li {
  padding: 0 15px;
}
#index-body .i-news .news-list ul li .text {
  padding: 10px;
  border: 1px solid #e2e1e1;
}
#index-body .i-news .news-list ul li .text .grid-box {
  border-bottom: 1px solid #e2e1e1;
}
#index-body .i-news .news-list ul li .text .grid-box .column:nth-child(1) {
  width: 30%;
  text-align: center;
  border-right: 1px solid #e2e1e1;
}
#index-body .i-news .news-list ul li .text .grid-box .column:nth-child(1) h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 48px;
  color: #c29d63;
}
#index-body .i-news .news-list ul li .text .grid-box .column:nth-child(1) h4 {
  color: #c29d63;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
}
#index-body .i-news .news-list ul li .text .grid-box .column:nth-child(2) {
  width: 70%;
  padding: 10px;
}
#index-body .i-news .news-list ul li .text .grid-box .column:nth-child(2) p {
  font-size: 20px;
}
#index-body .i-news .news-list ul li .more {
  padding: 10px 10px;
}
#index-body .i-news .news-list .slick-dots {
  padding: 35px 0 0;
  width: 100px;
  margin: 0 auto;
}
#index-body .i-news .news-list .slick-dots li {
  float: left;
}
#index-body .i-news .news-list .slick-dots li button {
  width: 20px;
  height: 20px;
  background: #cfcfcf;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  cursor: pointer;
  text-align: center;
  border: none;
  color: rgba(0, 0, 0, 0);
}
#index-body .i-news .news-list .slick-dots li.slick-active button {
  background: #c29d63;
}
#footer {
  background: #11100e;
  padding-top: 100px;
}
#footer .i-message {
  margin-top: -200px;position: relative;
    z-index: 2;
}
#footer .i-message .container {
  background: url(../images/message-bg_02.jpg) no-repeat center;
  padding: 80px 1% 80px 6%;
}
#footer .i-message .container .grid-box .column .grid-box {
  display: inline-block;
  width: 100%;
}
#footer .i-message .container .grid-box .column .grid-box .column {
  vertical-align: middle;
}
#footer .i-message .container .grid-box .column .grid-box .column:nth-child(1) {
  width: 10%;
}
#footer .i-message .container .grid-box .column .grid-box .column:nth-child(1) .fa {
  font-size: 30px;
}
#footer .i-message .container .grid-box .column .grid-box .column:nth-child(2) {
  width: 90%;
  padding-left: 3%;
}
#footer .i-message .container .grid-box .column .grid-box .column:nth-child(2) p {
  font-size: 18px;
  font-family: poppins;
}
#footer .i-message .container .grid-box .column2 {
  padding: 0 6%;
}
#footer a:hover {
  color: #c29d63 !important;
}
#footer .footer-top {
  padding: 66px 0;
}
#footer .footer-top .column {
  width: 19%;
}
#footer .footer-top .i-company {
  padding-right: 2%;
  width: 24%;
}
#footer .footer-top .i-company img {
  display: block;
  margin: 0 auto 20px;
}
#footer .footer-top .i-company p {
  color: #b2b2b2;
  font-size: 16px;
  font-family: poppins;
}
#footer .footer-top .i-qr img {
  width: 160px;
}
#footer .footer-top h2 {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 30px;
  font-family: Noe_Display_Medium;
  text-transform: uppercase;
}
#footer .footer-top p {
  color: #949494;
  font-size: 14px;
}
#footer .footer-top ul li {
  line-height: 30px;
  text-transform: capitalize;
  font-family: 'Poppins';
}
#footer .footer-top ul li a {
  color: #b2b2b2;
}
#footer .footer-bottom {
  background: #11100e;
  border-top: 1px solid #292827;
  padding: 20px 0;
}
#footer .footer-bottom p {
  color: #b2b2b2;
  font-size: 14px;
  line-height: 30px;
}
#footer .footer-bottom p a {
  color: #b2b2b2;
}
#footer .footer-bottom p a:hover {
  color: #ffffff!important;
}
#footer .footer-bottom p.icon .fa {
  color: #b2b2b2;
  font-size: 14px;
  margin-right: 10px;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 1px solid #b2b2b2;
  width: 30px;
  height: 30px;
  line-height: 28px;
}
@media screen and (max-width: 1480px) {
  .container {
    width: 1230px;
  }
  #header .nav .menu-box .menu > li {
    margin: 0 15px;
  }
  #header .nav .h-search {
    right: -20px;
  }
  #index-body .i-cat-product .pro-list ul li .text {
    bottom: -27%;
  }
  #index-body .i-cat-product .pro-list ul li .text h2 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1230px) {
  .container {
    width: 970px;
  }
  #header .nav .menu-box .menu > li {
    margin: 0 8px;
  }
  #header .nav .menu-box .menu > li > a,
  #header .nav .language span {
    font-size: 14px;
  }
  #header .nav .language .sub-menu li a {
    font-size: 14px;
  }
  #index-body h2.h2 {
    font-size: 30px;
  }
  #index-body .i-cat-product .pro-list ul li .text {
    bottom: -32%;
  }
  #index-body .i-cat-product .pro-list ul li:hover .text {
    bottom: 8%;
  }
  #index-body .i-about .grid-box .column:nth-child(1) {
    padding: 2% 3% 2% 3%;
  }
  #index-body .i-about .grid-box .column:nth-child(1) p {
    line-height: 25px;
    font-size: 14px;
  }
  #index-body .i-advantage .column h3 i,
  #index-body .i-advantage .column h3 span {
    font-size: 28px;
  }
  #index-body .i-advantage .column {
    padding-left: 9%;
  }
  #index-body .i-others .others-list2 ul li:hover .text p {
    color: #fff;
    font-size: 18px;
  }
  #index-body .i-news .news-list ul li .text .grid-box .column:nth-child(2) p {
    font-size: 14px;
  }
  #footer .i-message .container .grid-box .column .grid-box .column:nth-child(2) p {
    font-size: 14px;
  }
  #footer .footer-top .i-company p {
    font-size: 14px;
  }
}
@media screen and (max-width: 970px) {
  .container {
    width: 768px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    width: 700px;
  }
  #index-body .i-three-part .grid-box .column {
    padding: 0 2%;
  }
  #index-body .i-advantage .column {
    padding-left: 18%;
    width: 50%;
    margin-bottom: 20px;
  }
  #footer .i-message .container .grid-box .column2 {
    padding: 0 0%;
  }
  #footer .i-message .container .grid-box .column .grid-box .column:nth-child(1) {
    width: 12%;
  }
  #footer .i-message .container .grid-box .column .grid-box .column:nth-child(2) {
    width: 88%;
    padding-left: 3%;
  }
  #index-body h2.h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 700px) {
  .container {
    width: 100%;
  }
  #index-body .i-three-part .grid-box .column h2 {
    font-size: 18px;
  }
  #index-body .i-three-part .grid-box .column {
    padding: 0 2%;
    width: 100%;
    margin: 0 0 10px;
  }
  #index-body .i-three-part {
    padding: 30px 0;
  }
  #index-body h2.h2 {
    font-size: 18px;
  }
  #index-body .i-cat-product .pro-list ul li .text {
    bottom: -40%;
  }
  #index-body .i-cat-product .pro-list ul li .text h2 {
    font-size: 14px;
  }
  #index-body .i-cat-product .pro-list ul li:hover .text {
    bottom: 3%;
  }
  #index-body .i-product {
    padding: 30px 0;
  }
  #index-body .i-product .pro-list2 {
    margin: 0;
  }
  #index-body .i-about .grid-box .column {
    width: 100%;
  }
  #index-body .i-about .grid-box .column:nth-child(2) {
    padding-right: 0;
  }
  #index-body .i-about .grid-box .column:nth-child(1) h3 {
    font-size: 18px;
  }
  #index-body .i-advantage .column h3 i,
  #index-body .i-advantage .column h3 span {
    font-size: 18px;
  }
  #index-body .i-advantage .column {
    background-size: 30% !important;
  }
  #index-body .i-advantage .column p {
    font-size: 16px;
  }
  #index-body .i-advantage {
    padding: 30px 0;
  }
  #index-body .i-advantage .grid-box {
    padding-bottom: 30px;
  }
  #index-body .i-why .grid-box {
    margin-top: 10px;
  }
  #index-body .i-why .grid-box .column {
    padding: 0 3%;
    cursor: pointer;
    width: 50%;
    margin-bottom: 20px;
  }
  #index-body .i-why .grid-box .column img {
    width: 50%;
    margin: 0 auto;
  }
  #index-body .i-partner {
    padding: 30px 0;
  }
  #index-body .i-news {
    padding: 10px 0;
  }
  #index-body .i-news .news-list {
    margin-top: 10px;
  }
  #index-body .i-news .news-list .slick-dots {
    display: none !important;
  }
  #index-body .i-news .news-list ul li .text .grid-box .column:nth-child(1) h3 {
    font-size: 38px;
  }
  #footer .i-message {
    margin: 0;
  }
  #footer .i-message .grid-box.three > .column {
    width: 100%;
  }
  #footer .footer-top .column.i-qr {
    display: none;
  }
  #index-body .i-product a.more {
    margin-top: 20px;
  }
  #index-body .i-about {
    padding-top: 0;
  }
  #footer {
    padding-top: 0;
  }
  #footer .i-message .container {
    padding: 17px;
  }
  #footer .footer-top .column {
    width: 50%;
    padding-bottom: 20px;
  }
  #footer .footer-top .i-company {
    padding-right: 0;
    width: 100%;
  }
  #footer .footer-top h2 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  #footer .footer-top {
    padding: 30px 0;
  }
  #footer .footer-bottom p {
    text-align: center;
    width: 100%;
  }
}

.inner-banner {
  width: 100%;
  height: 350px;
  margin-top: 0 !important;
  padding-top: 200px;
  color: white;
  position: relative;
  overflow: hidden;
  background-attachment: fixed;
}
.inner-banner canvas {
  position:absolute;
  left:0;
  top:50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.inner-banner .about {
  padding-top: 150px;
}
.inner-banner .box h2 {
  font-size: 48px;
  font-family: "oswald";
  text-transform: uppercase;
  padding-bottom: 30px;
  line-height: 50px;
}
.inner-banner .box h2:after {
  content: '';
  width: 160px;
  height: 2px;
  display: block;
  background: rgba(255, 255, 255, 0.4);
  margin-top: 30px;
}
.inner-banner .box p {
  max-width: 700px;
}
.inner-banner .box .play {
  display: block;
  margin-top: 20px;
  cursor: pointer;
  cursor: hand;
}
.inner-banner .box .play i {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 26px;
  border-radius: 100%;
  border: 2px solid white;
  font-size: 12px;
}
.inner-banner .box .play i:before {
  position: relative;
  left: 2px;
}
.inner-banner .box .play p {
  display: inline-block;
  padding-left: 15px;
  margin-left: 15px;
  border-left: 1px solid rgba(255, 255, 255, 0.7);
}
.inner-banner .about-banner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.inner-banner .about-banner ul {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.inner-banner .about-banner ul li {
  padding: 40px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.inner-banner .about-banner ul li:first-child {
  border-left: none;
}
.inner-banner .about-banner ul li h3 {
  font-size: 26px;
  margin-bottom: 20px;
  line-height: 28px;
}
.inner-page {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.inner-page h2 {
  text-align: center;
  font-size: 48px;
  color: #2b2b2b;
  line-height: 34px;
  
  display: block;
}
.inner-page .slick-arrow {
  color: transparent;
  width: 20px;
  height: 20px;
  border: none;
  background: transparent;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.inner-page .slick-arrow:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: "FontAwesome";
  font-size: 50px;
  color: #c29d63;
  width: inherit;
  line-height: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .slick-arrow:hover:after {
  color: #c29d63;
}
.inner-page .slick-arrow.slick-prev {
  right: 100%;
  margin-right: 20px;
}
.inner-page .slick-arrow.slick-prev:after {
  content: "\f104";
}
.inner-page .slick-arrow.slick-next {
  left: 100%;
  margin-left: 20px;
}
.inner-page .slick-arrow.slick-next:after {
  content: "\f105";
}
.inner-page .slick-dots {
  padding-top: 30px;
}
.inner-page .slick-dots li {
  width: 12px;
  height: 12px;
  border: 1px solid #c29d63;
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px !important;
  padding: 0 !important;
  background: transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
.inner-page .slick-dots li button {
  display: none;
}
.inner-page .slick-dots li:hover,
.inner-page .slick-dots li.slick-active {
  background: #c29d63;
}
.inner-page .m-page {
  text-align: center;
  padding-top: 30px;
}
.inner-page .m-page a,
.inner-page .m-page span {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 5px;
  border: 1px solid #eee;
  background: #f9f9f9;
  line-height: 40px;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .m-page a:hover,
.inner-page .m-page a.current{
  color: white;
  background: #c29d63;
}
.inner-page ul.news-list {
  margin: -15px -8px;
}
.inner-page ul.news-list li {
  padding: 15px 8px;
  text-align: left;
}
.inner-page ul.news-list li a {
  background: white;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page ul.news-list li a span {
  display: block;
  overflow: hidden;
}
.inner-page ul.news-list li a span img {
  width: 100%;
}
.inner-page ul.news-list li a h3 {
  padding: 15px 15px 10px;
  font-size: 20px;
  color: #262626;
  font-family: "roboto-bold";
  line-height: 26px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  white-space:nowrap;
  text-overflow:ellipsis;
	overflow:hidden;
}
.inner-page ul.news-list li a time {
  display: block;
  padding: 0 15px 20px;
  font-size: 14px;
  color: #666666;
  line-height: 18px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page ul.news-list li a:hover {
  background: #c29d63;
}
.inner-page ul.news-list li a:hover h3,
.inner-page ul.news-list li a:hover time {
  color: white;
}
.inner-page .pro-list ul {
  margin: -7px;
}
.inner-page .pro-list ul li {
  padding: 7px;
  text-align: left;
}
.inner-page .pro-list ul li a {
  display: block;
  background: #f5f5f5;
  border: 2px solid #f5f5f5;
}
.inner-page .pro-list ul li a img {
  width: 100%;
}
.inner-page .pro-list ul li a span {
  display: block;
  overflow: hidden;
}
.inner-page .pro-list ul li a h3 {
  padding: 10px 15px;
  font-size: 16px;
  font-family: "roboto";
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .pro-list ul li a h3:hover {
  color: #c29d63;
}
.inner-page .pro-list ul li a p {
  padding: 0 15px 10px;
  color: #666;
  font-size: 14px;
}
.about-page .about-1 {
  padding: 80px 0;
}
.about-page .about-1 .box .grid-box {
  margin: 0 -15px;
}
.about-page .about-1 .box .grid-box .column {
  padding: 0 15px;
  vertical-align: middle;
}
.about-page .about-1 .box .box2 {
  padding-top: 40px;
}
.about-page .about-1 .box .box2 .right img {
  width: 100%;
}
.about-page .about-1 .box .box2 .text ul {
  padding-top: 30px;
}
.about-page .about-1 .box .box2 .text ul li {
  vertical-align: top;
  text-align: center;
}
.about-page .about-1 .box .box2 .text ul li h3 {
  font-size: 40px;
  
}
.about-page .about-1 .box .box2 .text ul li h3 sup {
  margin-left: 10px;
  font-size: 18px;
}
.about-page .about-1 .box .box2 .text ul li p {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin-top: 10px;
}
.about-page .about-2 {
  background: rgba(53, 138, 195, 0.08);
  padding: 80px 0 140px;
  text-align: center;
  position: relative;
  z-index: -1;
}
.about-page .about-2 p {
  margin: 30px 0 40px;
  padding: 0 5%;
}
.about-page .about-2 .box ul {
  margin: 0 -7px;
}
.about-page .about-2 .box ul li {
  padding: 0 7px;
}
.about-page .about-2 .box ul li a {
  display: block;
}
.about-page .about-2 .box ul li a span {
  display: block;
  overflow: hidden;
}
.about-page .about-2 .box ul li a img {
  width: 100%;
}
.about-page .about-2 .box ul li a h3 {
  font-size: 18px;
  color: #333;
  font-family: "roboto-bold";
  text-transform: capitalize;
  margin-top: 20px;
}
.about-page .about-3 {
  padding: 100px 0;
  text-align: center;
}
.about-page .about-3 h3 {
  font-size: 34px;
  color: #333;
  font-family: "roboto-bold";
  line-height: 34px;
}
.about-page .about-3 p {
  padding: 40px 5%;
}
.about-page .about-3 .year ul {
  position: relative;
}
.about-page .about-3 .year ul:after {
  content: '';
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(66, 66, 66, 0.5);
  z-index: -1;
}
.about-page .about-3 .year ul li {
  position: relative;
  padding-top: 90px;
  padding-bottom: 30px;
}
.about-page .about-3 .year ul li h4 {
  font-size: 18px;
  color: #424242;
  margin-bottom: 5px;
  height: 27px;
  position: relative;
  top: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .about-3 .year ul li i {
  display: block;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: rgba(243, 218, 30, 0.3);
  border: 1px solid #fff;
  margin: 0 auto;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  position: relative;
}
.about-page .about-3 .year ul li i:after,
.about-page .about-3 .year ul li i:before {
  content: '';
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background: #c29d63;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.about-page .about-3 .year ul li i:before {
  height: 40px;
  width: 40px;
  opacity: 0;
  background: rgba(243, 218, 30, 0.3);
}
.about-page .about-3 .year .slick-center li h4 {
  font-size:48px;
  font-family: "roboto-bold";
  top: -60px;
	white-space:nowrap;
}
.about-page .about-3 .year .slick-center li i {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}
.about-page .about-3 .year .slick-center li i:before {
  opacity: 1;
}
.about-page .about-3 .year .slick-arrow {
  top: auto;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  bottom: 30px;
}
.about-page .about-3 .year .slick-arrow:after {
  font-size: 24px;
  width: 40px;
  height: 40px;
  line-height: 36px;
  border-radius: 100%;
  border: 1px solid #c29d63;
}
.about-page .about-3 .content {
  padding: 30px 5% 0;
}
.about-page .about-3 .content li .left {
  vertical-align: middle;
  padding-right: 30px;
}
.about-page .about-3 .content li .left img {
  width: 100%;
}
.about-page .about-3 .content li .right {
  text-align: left;
  vertical-align: middle;
}
.about-page .about-3 .content li .right h4 {
  font-size: 28px;
  color: #333;
  font-family: "roboto-bold";
  margin-bottom: 30px;
}
.about-page .about-3 .content li .right p {
  padding: 0;
  color: #424242;
}
.about-page .about-4 {
  background: #eff6fa;
  padding: 80px 0;
  text-align: center;
}
.about-page .about-4 p {
  padding: 40px 5%;
}
.about-page .about-4 .box {
  padding: 0 80px;
}
.about-page .about-4 .box ul {
  margin: -10px -20px;
  position: relative;
}
.about-page .about-4 .box ul li {
  padding: 10px 20px;
}
.about-page .about-4 .box ul li span {
  display: block;
  position: relative;
  z-index: 1;
}
.about-page .about-4 .box ul li span img {
  width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: block;
}
.about-page .about-4 .box ul li span:after {
  content: '';
  width: 100%;
  height: 27px;
  background: url("../images/about-5.jpg") no-repeat;
  position: absolute;
  left: 0;
  bottom: -20px;
  background-size: 100% auto;
  z-index: -1;
}
.about-page .about-4 .box ul li h4 {
  font-size: 20px;
  font-family: "roboto-bold";
  color: #333;
  margin: 20px 0 10px;
}
.about-page .about-4 .box ul li p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}
.about-page .about-4 .box ul .slick-arrow {
  top: 37%;
}
.lg-page {
  padding: 70px 0;
  text-align: center;
}
.lg-page ul {
  margin: -10px;
}
.lg-page ul li {
  padding: 10px;
}
.lg-page ul li a {
  display: block;
}
.lg-page ul li a h3 {
  color: #333;
  background: #eee;
  padding: 10px 5px;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.lg-page ul li a:hover h3 {
  background: #c29d63;
  color: white;
}

.news-page {
  padding: 80px 0;
  background: #f5f5f5;
}
.news-page .news-1 {
  text-align: center;
}
.news-page .news-1 ul {
  margin-bottom: 25px;
  border-bottom: 1px solid #B8B8B8;
}
.news-page .news-1 ul li {
  width: auto;
  padding: 0 25px;
  margin-bottom: 15px;
  border-left: 1px solid #B8B8B8;
  line-height: 24px;
}
.news-page .news-1 ul li:first-child {
  border-left: none;
}
.news-page .news-1 ul li a {
  position: relative;
  display: block;
  padding: 0 5px;
}
.news-page .news-1 ul li a:after {
  content: '';
  position: absolute;
  height: 3px;
  width: 0;
  bottom: -16px;
  left: 0;
  background: #c29d63;
  background: -webkit-linear-gradient(-23deg, #cddc39 0%, #c29d63 100%);
  background: -o-linear-gradient(-23deg, #cddc39 0%, #c29d63 100%);
  background: -moz-linear-gradient(-23deg, #cddc39 0%, #c29d63 100%);
  background: linear-gradient(157deg, #cddc39 0%, #c29d63 100%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news-page .news-1 ul li:hover a:after,
.news-page .news-1 ul li.active a:after {
  width: 100%;
}
.newdet-page .newdet-1 {
  padding: 20px 0;
  background: white;
}
.newdet-page .newdet-1 h3 {
  font-size: 30px;
  color: #212121;
}
.newdet-page .newdet-1 .tag {
  color: #212121;
  margin: 20px 0 10px;
  display: block;
}
.newdet-page .newdet-1 .content {
  border-top: 1px solid #757575;
  border-bottom: 1px solid #757575;
  padding: 25px 0;
  color: #424242;
}
.newdet-page.technology .newdet-1 .content {
  border:none !important;
  margin-top:30px;
}
.newdet-page .newdet-1 .content img,
.newdet-page .newdet-1 .content p {
  margin-bottom: 20px;
}
.newdet-page .newdet-1 .share {
  padding-top: 30px;
  text-align: center;
}
.newdet-page .newdet-1 .share ul li {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  margin: 0 5px;
  background: #eee;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.newdet-page .newdet-1 .share ul li a {
  display: block;
}
.newdet-page .newdet-1 .share ul li:hover {
  color: white;
  background: #c29d63;
}
.newdet-page .newdet-2 {
  padding: 100px 0;
  /*background: #f5f5f5;*/
  text-align: center;
}
.contact-page .contact-1 .left {
  text-align: right;
  vertical-align: middle;
}
.contact-page .contact-1 .left .box2 {
  text-align: left;
  max-width: 725px;
  padding-left: 15px;
  display: inline-block;
  padding-right: 8%;
  width:100%;
}
.contact-page .contact-1 .left .box2 h3 {
  font-size: 39px;
  
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #B8B8B8;
}
.contact-page .contact-1 .left .box2 h4 {
  font-size: 22px;
  font-family: "roboto-bold";
}
.contact-page .contact-1 .left .box2 ul li {
  margin-bottom: 20px;
}
.contact-page .contact-1 .left .box2 ul li h4 img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.contact-page .contact-1 .left .box2 ul li p {
  font-size: 16px;
  color: #424242;
  margin-top: 10px;
  font-family: poppins;
}
.contact-page .contact-1 .right {
  vertical-align: middle;
  position: relative;
}
.contact-page .contact-1 .right .button-group .button {
  background: #c29d63 !important;
}
.contact-page .contact-1 .right .amap-logo,
.contact-page .contact-1 .right .amap-copyright {
  display: none !important;
}
.contact-page .contact-2 {
  background: url(../images/contact-bg.jpg);
  padding: 100px 0;
  text-align: center;
}
.contact-page .contact-2 p {
  padding: 50px 5%;
  font-family: poppins;
  line-height: 30px;
}
.contact-page .contact-2 a.more {
  display: inline-block;
  line-height: 50px;
  height: 50px;
  border-radius: 25px;
  padding: 0 35px;
  background: #c29d63;
  background: -webkit-linear-gradient(157deg, #c29d63 0%, #cddc39 100%);
  background: -o-linear-gradient(157deg, #c29d63 0%, #cddc39 100%);
  background: -moz-linear-gradient(157deg, #c29d63 0%, #cddc39 100%);
  background: linear-gradient(23deg, #c29d63 0%, #cddc39 100%);
  color: white;
  font-size: 18px;
}
.contact-page .contact-3 {
  padding: 80px 0 150px;
  text-align: center;
}
.contact-page .contact-3 p {
  margin: 15px 0;
  color: #666;
  font-family: 'Poppins';
}
.contact-page .contact-3 .form {
  padding-top: 30px;
}
.contact-page .contact-3 .form ul {
  margin: -15px;
}
.contact-page .contact-3 .form ul li {
  padding: 15px;
}
.contact-page .contact-3 .form ul li input,
.contact-page .contact-3 .form ul li textarea {
  width: 100%;
  line-height: 50px;
  height: 50px;
  border: 1px solid #BDBDBD;
  background: white;
  padding: 0 25px;
  -webkit-transition: 0.5s border-color;
  -moz-transition: 0.5s border-color;
  -ms-transition: 0.5s border-color;
  -o-transition: 0.5s border-color;
  transition: 0.5s border-color;
}
.contact-page .contact-3 .form ul li input:focus,
.contact-page .contact-3 .form ul li textarea:focus {
  border-color: #c29d63;
}
.contact-page .contact-3 .form ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-3 .form ul li textarea {
  height: 200px;
  line-height: 28px;
  padding: 11px 25px;
  resize: vertical;
}
.contact-page .contact-3 .form ul li input[type="submit"] {
  border: none;
  color: white;
  font-size: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  background: #c29d63;
  background: -webkit-linear-gradient(157deg, #c29d63 30%, #cddc39 100%);
  background: -o-linear-gradient(157deg, #c29d63 30%, #cddc39 100%);
  background: -moz-linear-gradient(157deg, #c29d63 30%, #cddc39 100%);
  background: linear-gradient(23deg, #c29d63 30%, #cddc39 100%);
}
.product-page {
  padding: 80px 0;
}
.product-page .product-1 .left {
  width: 25%;
  vertical-align: top;
  padding-right: 30px;
}
.product-page .product-1 .left h3 {
  font-size: 24px;
  color: black;
  font-family: "roboto-bold";
  text-transform: uppercase;
	font-weight: 600;
  padding: 15px 30px;
  background: #c29d63;
}
.product-page .product-1 .left .box {
  padding-top: 15px;
}
.product-page .product-1 .left .box ul li {
  background: #f5f5f5;
  position: relative;
}
.product-page .product-1 .left .box ul li a {
  display: block;
  border-bottom: 1px solid white;
  padding: 20px 30px;
  font-size: 16px;
  color: #666;
  font-family: "Roboto";
}
.product-page .product-1 .left .box ul li .fa{
  position: absolute;
  right:30px;
  top:20px;
}
.product-page .product-1 .left .box ul li a:hover,
.product-page .product-1 .left .box ul li.active>a {
  background: #c29d63;
  background: -webkit-linear-gradient(157deg, #c29d63 30%, #cddc39 100%);
  background: -o-linear-gradient(157deg, #c29d63 30%, #cddc39 100%);
  background: -moz-linear-gradient(157deg, #c29d63 30%, #cddc39 100%);
  background: linear-gradient(23deg, #c29d63 30%, #cddc39 100%);
  color: white;
}
.product-page .product-1 .left .box ul li li a {
  padding:11px 30px;
  padding-left: 40px;
  position: relative;
  background: #fcfcfc;
  font-size:16px;
}
.product-page .product-1 .left .box ul li li a:after {
  content: '-';
  position: absolute;
  left: 30px;
  top: 11px;
}
.product-page .product-1 .left .box ul li li li a {
  padding-left: 47px;
  background: #FDFDFD;
}
.product-page .product-1 .left .box ul li li li a:after {
  content: '--';
}
.product-page .product-1 .right {
  width: 75%;
  vertical-align: top;
  font-size: 15px;
  font-family: 'Poppins';
}
.product-page .product-1 .right .content {
  font-family: "Arial";
  color: #666;
}
.product-page .product-1 .right .content p {
  margin-bottom: 15px;
}
.product-page .product-1 .right .content p em {
  font-weight: bold;
  color: #333;
}
.product-page .product-1 .right .content2>table {
  width:30% !important;
  margin-right:5%;
  display:inline-block;
  vertical-align:top;
  max-height:1000px;
  overflow:auto;
  margin-left:-4px;
}
.product-page .product-1 .right .content2>table tr {
  width:100%;
}
.product-page .product-1 .right .content2>table tr:first-child,
.product-page .product-1 .right .content2>table tr:first-child td,
.product-page .product-1 .right .content2>table tr:first-child th{
  text-align:center;
}
.product-page .product-1 .right .content2>table tbody,
.product-page .product-1 .right .content2>table tr,
.product-page .product-1 .right .content2>table th,
.product-page .product-1 .right .content2>table td{
  display:inline-block;
  float:left;
}
.product-page .product-1 .right .content2>table td,
.product-page .product-1 .right .content2>table th {
  padding:15px 10px;
}
.product-page .product-1 .right .content2>table:nth-child(3n) {
  margin-right:0;
}
.product-page .product-1 .right .content2>table:nth-child(3n+1) {
  margin-left:0;
}
.prodet-page .prodet-1 {
  padding: 60px 0;
}
.prodet-page .prodet-1 .left {
  padding-right: 50px;
}
.prodet-page .prodet-1 .left span {
  display: block;
  border: 1px solid #ccc;
  text-align: center;
  padding: 15px;
}
.prodet-page .prodet-1 .left span img {
  display: block;
  margin: 0 auto;
}
.prodet-page .prodet-1 .right h2 {
  text-align: left;
  font-size: 40px;
  font-family: 'Poppins';
}
.prodet-page .prodet-1 .right h5 {
  font-size: 18px;
  color: #666;
  margin-top: 50px;
  font-family: 'Poppins';
}
.prodet-page .prodet-1 .right .content {
  font-size: 14px;
  color: #333;
  padding: 25px 0;
}
.prodet-page .prodet-1 .right .contact a {
  display: inline-block;
  line-height: 50px;
  height: 50px;
  width: 220px;
  text-align: center;
  color: white;
  font-size: 18px;
  background: #c29d63;
  background: -webkit-linear-gradient(157deg, #c29d63 30%, #cddc39 100%);
  background: -o-linear-gradient(157deg, #c29d63 30%, #cddc39 100%);
  background: -moz-linear-gradient(157deg, #c29d63 30%, #cddc39 100%);
  background: linear-gradient(23deg, #c29d63 30%, #cddc39 100%);
}
.prodet-page .prodet-1 .right .contact a.down {
  background: #f4f4f4;
  color: #333;
  margin-left: 20px;
}
.prodet-page .prodet-1 .right .contact a.down:hover {
  background: #c29d63;
  background: -webkit-linear-gradient(157deg, #c29d63 30%, #cddc39 100%);
  background: -o-linear-gradient(157deg, #c29d63 30%, #cddc39 100%);
  background: -moz-linear-gradient(157deg, #c29d63 30%, #cddc39 100%);
  background: linear-gradient(23deg, #c29d63 30%, #cddc39 100%);
  color: white;
}
.prodet-page .prodet-1 .right .pro-det-img {
  margin-top: 30px;
  border-top: 1px solid rgba(35, 31, 32, 0.08);
  padding-top: 30px;
  text-align: center;
}
.prodet-page .prodet-1 .right .pro-det-img ul {
  margin: -10px;
}
.prodet-page .prodet-1 .right .pro-det-img ul .slick-track {
  margin-left:0;
}
.prodet-page .prodet-1 .right .pro-det-img ul li {
  padding: 10px;
}
.prodet-page .prodet-1 .right .pro-det-img ul li i,
.prodet-page .prodet-1 .right .pro-det-img ul li span {
  display: none;
}
.prodet-page .prodet-2 {
  padding: 60px 0;
  background: #f5f9fc;
}
.prodet-page .prodet-2 h2 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  text-align: left;
  padding-bottom: 15px;
}
.prodet-page .prodet-2 .content {
  padding-top: 30px;
  line-height:28px;
  max-height:1400px;
  overflow-x:auto;
}
.prodet-page .prodet-2 .content ul li {
  padding-left:20px;
  position:relative;
}
.prodet-page .prodet-2 .content ul li:after {
  content:'';
  width:10px;
  height:10px;
  display:block;
  background:#c29d63;
  position:absolute;
  left:0;
  top:8px;
}
.prodet-page .prodet-2 .opsition {
  display:block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  margin-bottom:15px;
}
.prodet-page .prodet-2 .opsition:after {
  content:'';
  display:block;
  clear:both;
}
.prodet-page .prodet-2 .opsition>div {
  padding:10px 20px;
  font-size:18px;
  float:left;
  cursor:pointer;
  cursor:hand;
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
.prodet-page .prodet-2 .opsition>div.active,
.prodet-page .prodet-2 .opsition>div:hover{
  background:#c29d63;
  color:white;
}
.prodet-page .prodet-3 {
  padding: 50px 0 100px;
}
.prodet-page .prodet-3 .box {
  padding-top: 30px;
  text-align: center;
}
.inner-about .inner-about-1 {
  padding: 7% 0 6%;
}
.inner-about .inner-about-1 .container {
  max-width: 1400px;
}
.inner-about .inner-about-1 .container h2 {
  font-size: 36px;
  color: #bd8d42;
  line-height: auto;
  text-align: left;
}
.inner-about .inner-about-1 .container .intro {
  font-size: 16px;
  line-height: 28px;
  font-family: poppins;
  color: #8d8d8d;
  margin: 10px 0 50px;
}
.inner-about .inner-about-1 .container > img {
  width: 100%;
}
.inner-about .inner-about-1 .container h3 {
  font-size: 38px;
  text-transform: capitalize;
  color: #191919;
  margin: 40px 0 5px;
  text-align: center;
}
.inner-about .inner-about-1 .container .intro2 {
  max-width: 940px;
  margin: 0 auto 90px;
  text-align: center;
  font-size: 16px;
  font-family: 'Poppins';
  line-height: 26px;
  color: #8d8d8d;
}
.inner-about .inner-about-1 .container .list .grid-box {
  margin: -15px 0;
}
.inner-about .inner-about-1 .container .list .grid-box .column {
  text-align: center;
  padding: 15px 45px;
}
.inner-about .inner-about-1 .container .list .grid-box .column img {
  width: 80px;
}
.inner-about .inner-about-1 .container .list .grid-box .column p {
  font-size: 15px;
  line-height: 26px;
  color: #2d2c2c;
  margin-top: 25px;
}
.inner-about .inner-about-2 .column {
  height: 585px;
}
.inner-about .inner-about-2 .left {
  background: #c51a0b;
  padding: 5% 0 0 0;
  text-align: right;
}
.inner-about .inner-about-2 .left .inner {
  display: inline-block;
  max-width: 715px;
  width: 100%;
  text-align: left;
  padding: 0 15px;
}
.inner-about .inner-about-2 .left .inner h2 {
  font-size: 30px;
  color: #fff;
  margin-bottom: 40px;
}
.inner-about .inner-about-2 .left .inner ul li {
  font-size: 16px;
  color: #f2ccc8;
  margin-bottom: 20px;
}
.inner-about .inner-about-2 .left .inner ul li:last-of-type {
  margin-bottom: 0;
}
.inner-about .inner-about-2 .right {
  padding: 7% 0 0 0;
}
.inner-about .inner-about-2 .right .inner {
  max-width: 715px;
  width: 100%;
  padding: 0 15px 0 50px;
}
.inner-about .inner-about-2 .right .inner h2 {
  font-size: 30px;
  color: #e72311;
  margin-bottom: 40px;
}
.inner-about .inner-about-2 .right .inner ul li {
  font-size: 16px;
  color: #4b4b4b;
  margin-bottom: 20px;
}
.inner-about .inner-about-2 .right .inner ul li:last-of-type {
  margin-bottom: 0;
}
.inner-about .inner-about-2 .content {
  max-width: 1400px;
  margin: -115px auto 0;
  background: #dd4739;
  padding: 4%;
  position: relative;
  text-align: center;
}
.inner-about .inner-about-2 .content h2 {
  font-size: 30px;
  color: #fff;
  margin-bottom: 25px;
}
.inner-about .inner-about-2 .content p {
  font-size: 16px;
  line-height: 28px;
  color: #f2ccc8;
}
.inner-about .inner-about-3 {
  padding: 7% 0;
}
.inner-about .inner-about-3 .container {
  max-width: 1400px;
}
.inner-about .inner-about-3 .container .title {
  max-width: 740px;
  margin: 0 auto 50px;
  text-align: center;
}
.inner-about .inner-about-3 .container .title h2 {
  font-size: 30px;
  color: #191919;
  margin-bottom: 15px;
}
.inner-about .inner-about-3 .container .title p {
  font-size: 16px;
  line-height: 28px;
  color: #a5a5a5;
}
.inner-about .inner-about-3 .container .content .left {
  width: 45%;
  margin-top: 80px;
}
.inner-about .inner-about-3 .container .content .left h3 {
  font-size: 24px;
  color: #191919;
  margin-bottom: 30px;
}
.inner-about .inner-about-3 .container .content .left ul li {
  font-size: 16px;
  color: #6c6c6c;
  margin-bottom: 15px;
}
.inner-about .inner-about-3 .container .content .left ul li:last-of-type {
  margin-bottom: 0;
}
.inner-about .inner-about-3 .container .content .right {
  width: 55%;
}
.inner-about .inner-about-3 .container .content .right img {
  width: 100%;
}
.inner-about .inner-about-4 {
  padding: 7% 0 10%;
  background: #f4f4f4;
}
.inner-about .inner-about-4 .container {
  max-width: 1400px;
}
.inner-about .inner-about-4 .container h2 {
  font-size: 30px;
  color: #191919;
  text-align: center;
  margin-bottom: 45px;
}
.inner-about .inner-about-4 .container .list .list-item {
  margin-bottom: 25px;
}
.inner-about .inner-about-4 .container .list .list-item:last-of-type {
  margin-bottom: 0;
}
.inner-about .inner-about-4 .container .list .list-item .q {
  padding: 15px 30px;
  font-size: 18px;
  color: #2e2e2e;
  border: 1px solid #b4b4b4;
  border-radius: 41px;
  position: relative;
  cursor: pointer;
  transition: .3s;
}
.inner-about .inner-about-4 .container .list .list-item .q i {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #000000;
  transition: .3s;
}
.inner-about .inner-about-4 .container .list .list-item .q:hover,
.inner-about .inner-about-4 .container .list .list-item .q.active {
  background: #e72311;
  color: #fff;
  border-color: #e72311;
}
.inner-about .inner-about-4 .container .list .list-item .q:hover i,
.inner-about .inner-about-4 .container .list .list-item .q.active i {
  color: #fff;
}
.inner-about .inner-about-4 .container .list .list-item .a {
  padding: 35px 40px 10px;
  font-size: 16px;
  line-height: 28px;
  color: #616161;
  display: none;
}
.inner-page.inner-about .inner-about-4 .container .list {
  position: relative;
}

.inner-page.inner-about .inner-about-4 .container .list #honour .swiper-slide:nth-child(1){
  padding-top: 7%;
}
.inner-page.inner-about .inner-about-4 .container .list #honour .swiper-slide img {
  width: 90%;
}
.inner-page.inner-about .inner-about-4 .container .list #honour-l,
.inner-page.inner-about .inner-about-4 .container .list #honour-r {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #ccc;
  opacity: 1;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  color: #333;
}
.inner-page.inner-about .inner-about-4 .container .list #honour-l {
  left: -80px;
}
.inner-page.inner-about .inner-about-4 .container .list #honour-r {
  right: -80px;
}
.inner-page.inner-about .inner-about-3 .container .list #factory-l,
.inner-page.inner-about .inner-about-3 .container .list #factory-r {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #ccc;
  opacity: 1;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  color: #333;
}
.inner-page.inner-about .inner-about-3 .container .list #factory-l {
  left: -80px;
}
.inner-page.inner-about .inner-about-3 .container .list #factory-r {
  right: -80px;
}
.faq-page .init-2 ul.faq {
  padding: 0 0 40px;
}
.faq-page .init-2 ul.faq li {
  display: block;
  padding: 20px 25px;
  margin-bottom: 10px;
  background: #dedcdc;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  word-break: break-word;
}
.faq-page .init-2 ul.faq li h2 {
  font-size: 18px;
  color: #222;
text-align: left;
}
.faq-page .init-2 ul.faq li div{
  font-family: Arial;
}
.faq-page .init-2 ul.faq li p {
  font-size: 16px;
  color: #585858;
}
.faq-page .init-2 ul.faq li:hover {
  box-shadow: 0 0 10px 0 #d1d1d1;
  -webkit-box-shadow: 0 0 10px 0 #d1d1d1;
  -moz-box-shadow: 0 0 10px 0 #d1d1d1;
  -ms-box-shadow: 0 0 10px 0 #d1d1d1;
  -o-box-shadow: 0 0 10px 0 #d1d1d1;
}
.faq-page .init-2 ul.faq li:hover h2 {
  color: #c58a41;
}
.p08 .commitment {
	margin: 0 auto;
	text-align: center
}

.p08 .squares {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 30px -1px 0
}

.p08 .squares li {
	padding: 40px;
	background: #e6dfd7;
	border-left: 1px solid #f5eee6
}
.service-page{
  background: #f3f2f1;
    overflow: hidden;
}
.p08 .squares h4 {
	margin: 20px 0;
	color: #0a0f18
}

.p08 .tick {
	margin: auto;
	height: 80px;
	width: 80px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid #b87333;
	color: #b87333;
	font-size: 24px;
	line-height: 80px;
	-webkit-border-radius: 50%;
	border-radius: 50%
}
.mml-row {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: auto;
  padding: 0 10px;
	max-width: 1200px;
}
.mml-row .part3 ul li{
  padding: 10px 20px;
}
.mml-row .part3 ul li h5{
  margin: 25px 0 15px;
  font-weight: bold;
  font-size: 14px;
    line-height: 14px;
    letter-spacing: 0;
}
.mml-row .part3 ul li p {
    margin: 0 0 15px;
    color: #626262;
}
.tab-a{
  padding: 30px 0;
}
.textile{
padding: 90px 10px;
}
.p06{
  padding: 60px 0;
}
.p06 .covered {
	text-align: center
}

.p06 .covered h2 {
	margin: 5px 0 20px;
  font-family: Noe_Display_Medium;
}
.textile h2,.p08 .commitment h2{
  font-family: Noe_Display_Medium;
}

.p06 .covered h3 {
	margin: 0;
	color: #1c1e25
}

.p06 .panels {
	position: relative;
	margin-top: 36px
}

.p06 .panel {
	position: absolute;
  z-index: 8;
	padding: 30px 0px 15px 30px;
	max-width: 320px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #f5eee6;
	-webkit-box-shadow: 42px 42px 120px 0 rgba(105,111,114,.1);
	box-shadow: 42px 42px 120px 0 rgba(105,111,114,.1);
	-webkit-border-radius: 6px;
	border-radius: 6px;
	text-align: left;
	font-size: 12px;
	-webkit-transition: all .24s;
	-o-transition: all .24s;
	transition: all .24s
}

.p06 .panel p {
	max-width: 254px
}

.p06 .panel:nth-child(1) {
	left: 10px;
	top: 60px
}

.p06 .panel:nth-child(2) {
	left: 10px;
	bottom: 50px
}

.p06 .panel:nth-child(3) {
	right: 10px;
	top: 60px
}

.p06 .panel:nth-child(4) {
	right: 10px;
	bottom: 50px
}

.p06 .panel:hover {
	-webkit-box-shadow: 42px 42px 120px 0 rgba(105,111,114,.2);
	box-shadow: 42px 42px 120px 0 rgba(105,111,114,.2)
}

.p06 .tab-a.mml-show {
	display: block
}

.p06 .tab-a.mml-reading {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.p06 .tab-a.mml-reading.mml-show {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.p06 .tab-a.mml-reading .mml-text {
	margin-right: 20px;
	max-width: 500px;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.p06 .tab-a.mml-reading .mml-image {
	width: 50%;
	max-width: 580px
}
.inner-page,.inner-banner .box p {
  font-size: 16px;
}
/*.about-page+#footer {
  background:#eff6fa;
}
.news-page+#footer,
.newdet-page+#footer {
  background:#f5f5f5;
}*/
#banner{
	position: relative;
}
#banner .contact-btn{
	position: absolute;
	left: 26.7%;
    top: 58.1%;
	width: 163px;
	height: 53px;
	cursor: pointer;
	z-index: 10;
} 

.inner-page{
  padding-bottom: 120px;
}

#banner .slick-arrow{
  width: 72px;
  height: 72px;
  background: url(../images/left_arrow.png) no-repeat center;
  position: absolute;
  left:30px;
  top:50%;
  z-index: 8;
  border:none;
  color:rgba(255,255,255,0); 
}
#banner .slick-next{
  background: url(../images/right_arrow.png) no-repeat center;
  left:auto;
  right:30px;
}
#banner .slick-dots{
  bottom: 120px;
  position: absolute;
  left:50%;
  margin-left: -45px;
  z-index: 999;
}
#banner .slick-dots li{
  float: left;
  margin-right: 5px;
}
#banner .slick-dots ul{
  margin: 0 auto;
  width: 90px;
}
#banner .slick-dots li button{
  width: 22px;
  height: 22px;
  font-size: 12px;
  background: #c29d63;
  border:none;
  color: #fff;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}



@media screen and (max-width: 1700px) {
  .inner-page .slick-arrow.slick-prev {
    margin-right: 0;
    right: auto;
    left: 0;
    z-index: 1;
  }
  .inner-page .slick-arrow.slick-next {
    margin-left: 0;
    left: auto;
    right: 0;
    z-index: 1;
  }
}
@media screen and (max-width: 1520px) {
  .product-page .product-1 .left .box ul li a {
    padding: 15px 30px;
  }
}
@media screen and (max-width: 1400px) {
  .contact-page .contact-1 .left .box2 h3 {
    font-size: 24px;
  }
  .contact-page .contact-1 .left .box2 h4 {
    font-size: 20px;
  }
  .inner-page h2,
  .newdet-page .newdet-1 h3 {
    font-size: 30px;
    line-height: 30px;
  }
  .contact-page .contact-2 p {
    padding: 30px 5%;
  }
  .product-page .product-1 .left .box ul li a {
    font-size: 16px;
  }
  .inner-page ul.news-list li a h3,
  .about-page .about-4 .box ul li h4 {
    font-size: 18px;
  }
  .about-page .about-3 .year .slick-center li h4 {
    font-size: 50px;
  }
}
@media screen and (max-width: 1200px) {
  .inner-banner {
    margin-top: 0;
    height: 400px;
    padding-top: 100px;
  }
  .inner-banner .about-banner {
    display: none;
  }
  .inner-banner .box h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .about-page .about-1,
  .about-page .about-2,
  .about-page .about-3,
  .about-page .about-4,
  .lg-page,
  .faq-page,
  .news-page,
  .newdet-page .newdet-1,
  .newdet-page .newdet-2,
  .product-page,
  .contact-page .contact-3 {
    padding: 40px 0;
  }
  .about-page .about-3 .year .slick-center li h4 {
    font-size: 40px;
    line-height: 40px;
    top: -40px;
  }
  .about-page .about-3 .year ul li {
    padding-top: 50px;
  }
  .about-page .about-3 .content li .right h4 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .about-page .about-4 .box ul li {
    padding: 10px;
  }
  .about-page .about-4 .box ul {
    margin: -10px;
  }
  .grid-box.four > .column {
    width: 33.333%;
  }
  .inner-page ul.news-list li a h3,
  .about-page .about-4 .box ul li h4 {
    font-size: 16px;
  }
  .newdet-page .newdet-1 h3 {
    font-size: 24px;
  }
  .product-page .product-1 .left h3 {
    padding: 15px;
    font-size: 20px;
  }
  .product-page .product-1 .left .box ul li a {
    padding: 10px 15px;
    font-size: 14px;
  }
  .prodet-page .prodet-2,
  .contact-page .contact-2 {
    padding: 60px 0;
  }
  .contact-page .contact-1 .left .box2 h3 {
    font-size: 20px;
  }
  .contact-page .contact-1 .left .box2 h4 {
    font-size: 18px;
  }
  .contact-page .contact-3 .form ul li {
    padding: 5px;
  }
  .contact-page .contact-3 .form ul {
    margin: -5px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner {
    height: 300px;
    padding-top: 80px;
  }
  .prodet-page .prodet-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .prodet-page .prodet-1 .right {
    width: 100%;
    padding-top: 30px;
  }
  .product-page .product-1 .left {
    display: none;
  }
  .product-page .product-1 .right {
    width: 100%;
  }
  .news-page .news-1 {
    display: none;
  }
  .lg-page ul li {
    padding: 5px;
  }
  .lg-page ul {
    margin: -5px;
  }
  .inner-banner .box h2 {
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 20px;
  }
  .inner-banner .box h2:after {
    margin-top: 20px;
  }
  .about-page .about-1 .box .grid-box .column {
    width: 100%;
    padding: 10px 15px;
  }
  .about-page .about-1 .box .box2 {
    padding-top: 0;
  }
  .about-page .about-1 .box .box2 .text ul li {
    width: 25%;
  }
  .about-page .about-3 h3 {
    font-size: 26px;
    line-height: 26px;
  }
  .about-page .about-3 p {
    padding: 20px 5%;
  }
  .prodet-page .prodet-2 .content table {
    white-space:nowrap;
  }
  .prodet-page .prodet-2 .content {
    max-height:600px;
    overflow:auto;
  }
  .product-page .product-1 .right .content2>table {
    width:100% !important;
    display:block;
    overflow:auto;
    margin:0 0 20px!important;
    max-height:600px !important;
  }
  .product-page .product-1 .right .content2>table tbody {
    display:table;
    white-space:nowrap;
  }
  .logo img{
    width:auto;
  }
  
}
#ewm{
  width: 120px;
  border: 4px solid #fff;
}
@media screen and (max-width: 700px) {
  .inner-page h2,
  .newdet-page .newdet-1 h3 {
    font-size: 24px;
  }
  .p06{
    display: none;
  }
  .about-page .about-1 .box .box2 .text ul li {
    width: 50%;
  }
  .about-page .about-3 .content li .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page .about-3 .content li .right {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  .about-page .about-4 .box {
    padding: 0;
  }
  .grid-box.four > .column {
    width: 50%;
  }
  .faq-page ul li .q {
    font-size: 16px;
  }
  .inner-page ul.news-list li a h3,
  .about-page .about-4 .box ul li h4,
  .inner-page .pro-list ul li a p {
    font-size: 14px;
    line-height: 20px;
  }
  .inner-page ul.news-list li a time {
    font-size: 12px;
  }
  .inner-page h2,
  .newdet-page .newdet-1 h3 {
    font-size: 20px !important;
  }
  .inner-page .pro-list ul li a h3 {
    font-size: 16px;
    line-height: 24px;
  }
  .prodet-page .prodet-1 .right .contact a {
    width: 120px;
    line-height: 40px;
    height: 40px;
    font-size: 14px;
  }
  table {
    width: 100%;
  }
  .contact-page .contact-1 .left {
    width: 100%;
    padding: 40px 15px;
  }
  .contact-page .contact-1 .left .box2 {
    padding: 0;
  }
  .contact-page .contact-1 .right {
    width: 100%;
  }
  .contact-page .contact-1 .right #mapContainer {
    height: 300px !important;
  }
  .slick-dots{
    display: none !important;
  }
  #banner .slick-arrow{
    top:27% !important;
  }
 .pro-list .grid-box.three>.column {
    width: 50%;
}
.product-page .product-1 .right .content{
  display: none;
}
.inner-banner .box h2 {
    font-size: 20px;
}
.inner-page {
    padding-bottom: 10px;
}
.prodet-page .prodet-3 {
    padding: 30px 0;
}
.inner-about .inner-about-1 .container h3 {
    font-size: 19px;
}
.inner-about .list{
  display: none;
}
/*.inner-about .inner-about-2 .left {
    padding: 5% 0 0 0;
    width: 100%;
}*/
.inner-about .inner-about-2 .column {
    height: auto;
    width:100%;
}
.mml-row{
  max-width: 100% !important;
}
.textile {
    padding: 30px 0;
}
.p06 .panel:nth-child(1) {
    left: 0;
    top: 0px;
}
.p06 .panel:nth-child(2) {
    left: 0;
    bottom: 0;
}
.p06 .panel:nth-child(3),.p06 .panel:nth-child(4) {
    display: none;
}
.p08 .squares li {
    padding: 20px;
}
.p08 .squares li p{
  font-size: 12px;
}
.p08 .squares h4{
  font-size: 14px;
}
.p06 {
    padding: 10px 0;
}
}
@media screen and (max-width: 500px) {
  .grid-box.four > .column {
    width: 100%;
  }
}
