<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'Montserrat';
  src: url(../fonts/Montserrat-Light.ttf) format('truetype'), url(../fonts/Montserrat-Light.eot) format('eot'), url(../fonts/Montserrat-Light.woff) format('woff'), url(../fonts/Montserrat-Light.woff2) format('woff2');
  font-weight: 300;
  font-display:swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(../fonts/Montserrat-Regular.ttf) format('truetype'), url(../fonts/Montserrat-Regular.eot) format('eot'), url(../fonts/Montserrat-Regular.woff) format('woff'), url(../fonts/Montserrat-Regular.woff2) format('woff2');
  font-display:swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(../fonts/Montserrat-Medium.ttf) format('truetype'), url(../fonts/Montserrat-Medium.eot) format('eot'), url(../fonts/Montserrat-Medium.woff) format('woff'), url(../fonts/Montserrat-Medium.woff2) format('woff2');
  font-weight: 500;
  font-display:swap;
}
body {
  font-family: "Montserrat";
  font-weight: 300;
  background-color: #fafafa;
}
.colorPrimary {
  color: #c29d63;
}
.font-w-300 {
  font-weight: 300;
}
.font-w-400 {
  font-weight: 400;
      line-height: 2;
}
.font-w-500 {
  font-weight: 500;
}
.main {
  max-width: 1500px;
  margin: auto;
  background-color: #FFFFFF;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1300px;
}
.ui.container1 {
  padding: 0! important;
  width: auto! important;
}
.hover-language ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 100%;
  right: 0;
  white-space: nowrap;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
.hover-language ul.sub-menu li a {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 12px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
.hover-language ul.sub-menu li:hover a {
  background: #ffb11b;
  color: white;
}
.hover-language:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header {
  z-index: 200;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  transition: .5s ease;
}
#header.fixed{
  top: -30px;
}
#header .h-top {
  line-height: 30px;
  height: 30px;
  background: #c29d63;
}
#header .h-top p {
  color: #FFFFFF;
}

#header .h-top .social-links{
  position: absolute;
  right: 0;
  top: 0;
}

#header .h-top .social-links&gt;*{
  color: #FFFFFF;
}

#header .h-top .social-links h4{
  display: inline-block;
  font-size: 12px;
  vertical-align: middle;
}
#header .h-top .social-links a{
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
#header .h-top .social-links a + a{
  margin-left: 5px;
  padding-left: 20px;
}
#header .h-top .social-links a + a::before{
  content: "";
  display: inline-block;
  width: 15px;
  height: 1px;
  background-color: #FFFFFF;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}


#header .nav {
  display: inline-block;
  width: 100%;
  background: #FFFFFF;
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: 0;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
}
#header .nav .ui.menu .menu-box ul.menu &gt; li {
  margin: 0 25px;
  font-size: 14px;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu &gt; li &gt; a {
  display: block;
  padding: 35px 0;
  position: relative;
}

#header .nav .ui.menu .menu-box ul.menu&gt;li&gt;a:after{
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  background-color: black;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: .5s ease;
}

#header .nav .ui.menu .menu-box ul.menu &gt; li:hover&gt;a:after{
  width: 100%;
  left: 0;
  right: auto;
}

#header .nav .ui.menu .menu-box ul.menu &gt; li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #fd2318;
  display: none!important;
}
#header .nav .ui.menu .menu-box ul.menu &gt; li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu &gt; li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu &gt; li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu &gt; li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .p-search {
  font-size: 0;
}
#header .nav .ui.menu .p-search form {
  position: relative;
}
#header .nav .ui.menu .p-search form input {
  font-size: 14px;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #000000;
  height: 30px;
  width: 110px;
  padding-left: 15px;
  text-align: right;
}
#header .nav .ui.menu .p-search form button {
  border: none;
  background: transparent;
  width: 13px;
  height: 30px;
  position: absolute;
  left: 0;
  bottom: 0;
}
#header .nav .ui.menu .h-search {
  display: none;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#header .fixedBox {
  position: absolute;
  left: 0;
  width: 100%;
  top: 100%;
}
#header .fixedBox .slide {
  display: none;
  background-color: #f9f9f9;
  -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.2);
}
#header .fixedBox .slide .left {
  width: 35%;
  padding: 5%;
}
#header .fixedBox .slide .right {
  width: 65%;
  background-color: #FFFFFF;
}
#header .fixedBox .navList {
  min-height: 250px;
  padding: 40px 30px;
}
#header .fixedBox .navList ul {
  margin: -10px;
}
#header .fixedBox .navList ul li {
  padding: 10px;
}
#header .fixedBox .navList ul li h4:hover {
  color: #c29d63;
}
#header .fixedBox .navList ul li p {
  font-style: italic;
}
#header .fixedBox .newCate {
  min-height: 250px;
  padding: 30px;
}
#header .fixedBox .newCate .newNav ul li a {
  border-bottom: 1px solid transparent;
}
#header .fixedBox .newCate .newNav ul li a:hover {
  color: #c29d63;
  border-color: currentcolor;
}
#header .fixedBox .newCate .newNav ul li + li {
  margin-top: 30px;
}
#header .fixedBox .newCate .newList ul li + li {
  margin-top: 15px;
}
#header .fixedBox .newCate .newList .img {
  width: 100px;
  height: 70px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
}
#header .fixedBox .newCate .newList .text {
  width: -webkit-calc(100% - 100px);
  width: -moz-calc(100% - 100px);
  width: calc(100% - 100px);
  vertical-align: middle;
}
#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;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: #fd2318;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: #fd2318;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: #fd2318;
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
  min-width: 700px;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}

.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a {
  width: 50px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a:hover {
  background-color: #fd2318;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: #fd2318 !important;
}
#mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 200;
}
#mobile:before {
  content: '';
  width: 100%;
  height: 200%;
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
#mobile .m-search {
  padding: 10px 15px;
  background: #0d95e8;
  z-index: 2;
  position: relative;
}
#mobile .m-search form {
  width: 100%;
  padding-right: 50px;
  position: relative;
}
#mobile .m-search form input {
  width: 100%;
  line-height: 40px;
  height: 40px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  background: url("../images/icon-search-black.png") center left 5px no-repeat white;
  background-size: 14px;
  padding-left: 25px;
  font-size: 14px;
}
#mobile .m-search form input[type="submit"] {
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/icon-search-white.png") center center no-repeat;
}
#mobile .m-logo {
  text-align: center;
  background: #fff;
  z-index: 1;
  position: relative;
  line-height: 60px;
  height: 60px;
}
#mobile .m-logo img {
  max-height: 40px;
  display: inline-block;
  vertical-align: middle;
  max-width: 200px;
}
#mobile .m-btn {
  position: absolute;
  bottom: 16px;
  left: 15px;
  width: 30px;
  z-index: 2;
  height: 24px;
}
#mobile .m-btn i {
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: black;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .m-btn i.ie1 {
  margin-top: -10px;
}
#mobile .m-btn i.ie3 {
  margin-top: 10px;
}
#mobile .box {
  position: fixed;
  background: white;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 0;
  height: 100%;
  overflow: auto;
  top: 0;
  padding: 25px;
  padding-top: 145px;
}
#mobile .m-nav ul li {
  display: block;
}
#mobile .m-nav ul li a {
  display: block;
  padding: 8px 0;
  font-size: 16px;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-right: 40px;
}
#mobile .m-nav ul li a:hover {
  background: #eee;
  padding-left: 15px;
}
#mobile .m-nav ul li a:before {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  right: 10px;
  top: 10px;
}
#mobile .m-nav ul li.children &gt; a:before {
  content: "\f107";
}
#mobile .m-nav ul li.children.active &gt; a:before {
  content: "\f106";
}
#mobile .m-nav ul li ul {
  display: none;
}
#mobile .m-nav ul li li a {
  padding-left: 30px;
  position: relative;
  font-size: 14px;
}
#mobile .m-nav ul li li a:after {
  content: '-';
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .m-nav ul li li a:hover {
  padding-left: 30px;
}
#mobile .yuy {
  padding: 20px 0;
}
#mobile .yuy h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
#mobile .yuy ul li {
  width: auto;
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
  padding-right: 5px;
  border-right: 1px solid #eee;
  margin-bottom: 5px;
}
#mobile .yuy ul li img {
  max-width: 30px;
}
#mobile h6 {
  font-size: 20px;
  text-align: center;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #eee;
}
#mobile #gotop {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #eee;
  background: white;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  position: fixed;
  right: 10px;
  bottom: 20px;
  display: none;
}
#mobile.active .m-btn i {
  margin: 0 !important;
}
#mobile.active .m-btn i.ie1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mobile.active .m-btn i.ie2 {
  opacity: 0;
}
#mobile.active .m-btn i.ie3 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#mobile.active:before {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#mobile.active .box {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 120px;
  }
}
#banner li {
  position: relative;
}
#banner .content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-25%);
  -moz-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  transform: translateY(-25%);
}
#banner h2 {
  color: #FFFFFF;
  font-size: 38px;
  font-weight: 500;
  text-transform: uppercase;
}
#banner h2 small {
  margin-top: 15px;
  display: block;
  font-size: 12px;
  font-weight: 300;
}
#banner p {
  margin-top: 10px;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 2;
  max-width: 450px;
}
#banner a.btn1 {
  margin-top: 35px;
  display: inline-block;
  line-height: 45px;
  height: 45px;
  color: #FFFFFF;
  background-color: #222626;
  padding: 0 30px;
  transition: .5s ease;
}
#banner a.btn1:hover{
  background-color: #c2ab8c;
}
.tit1 {
  font-size: 34px;
  font-weight: 500;
}
.tit1.line::after {
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  background-color: currentcolor;
}
.tit1.txt-center.line::after {
  margin: auto;
}
.our-about {
  padding-top: 120px;
}
.our-about1 {
  padding-top: 0! important;
}
.our-about p {
  line-height: 2;
  color: #6e6e6e;
}
.our-about ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.our-about .box {
  background-color: #f8f8f8;
  line-height: 2;
}
.our-about .box1 {
  background-color: white! important;
}
.our-about .box .left {
  padding: 80px;
}
.our-about .box .right {
  padding: 80px;
}
.our-about a.btn1 {
  margin-top: 50px;
  padding: 0 20px;
  color: #6f6f6f;
  display: inline-block;
  line-height: 40px;
  border: 1px solid currentcolor;
  transition: .5s ease;
}
.our-about a.btn1:hover{
  color: #FFFFFF;
  background-color: #c29d63;
}

.our-about .image {
  position: relative;
  padding-left: 33%;
  padding-bottom: 11%;
}
.our-about .image .img1 {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 48%;
}
.our-service {
  padding-top: 80px;
}
.our-service ul {
  margin: -15px;
}
.our-service ul li {
  padding: 15px;
}
.our-service p {
  line-height: 2;
  color: #848484;
}
.our-service i {
  font-size: 0;
  height: 65px;
  line-height: 65px;
}
.our-service i img {
  vertical-align: middle;
}
.product-category {
  padding-top: 80px;
}
.product-category .list {
  margin-top: 50px;
}
.product-category .list ul {
  margin: -15px;
}
.product-category .list ul li {
  padding: 15px;
}
.product-category .img h4 {
  color: #FFFFFF;
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.our-product {
  padding-top: 80px;
}
.our-product .list {
  margin-top: 70px;
}
.our-product .list ul {
  margin: 0 -20px;
}
.our-product .list ul li {
  padding: 0 20px;
}
.our-product .list .arrow {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 20px;
  font-size: 20px;
  color: #FFFFFF;
  background-color: #c2ab8c;
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.our-product .list .arrow.arrow_l {
  left: -70px;
}
.our-product .list .arrow.arrow_r {
  right: -70px;
}
a.btn2 {
  display: inline-block;
  line-height: 38px;
  height: 38px;
  color: #FFFFFF;
  background-color: #c29d63;
  padding: 0 20px;
  border-radius: 5px;
  transition: .5s ease;
}
a.btn2:hover{
  background-color: black;
}
a.btn2 img {
  margin-right: 15px;
  vertical-align: baseline;
}
.i-advantage {
  padding: 120px 0;
}
.i-advantage .left {
  width: 45%;
}
.i-advantage .right {
  width: 55%;
}
.i-advantage h6 {
  color: #c29d63;
}
.i-advantage p {
  line-height: 2;
}
.i-advantage .tab {
  margin-top: 50px;
}
.i-advantage .tab ul {
  margin: -3px;
  max-width: 420px;
}
.i-advantage .tab ul li {
  padding: 3px;
}
.i-advantage .tab ul li a {
  padding: 0 20px;
  line-height: 70px;
  color: #afafaf;
  border-radius: 5px;
  border: 1px solid currentcolor;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}
.i-advantage .tab ul li span {
  display: inline-block;
  width: 23px;
  height: 23px;
  line-height: 23px;
  border-radius: 50%;
  text-align: center;
  background-color: #f8f9f9;
}
.i-advantage .tab ul li.active a,
.i-advantage .tab ul li:hover a {
  color: #000000;
}
.i-advantage .bag {
  border-radius: 50%;
  border: 1px dashed black;
  padding: 13.5%;
}
.i-advantage .bag .img {
  border-radius: 50%;
  overflow: hidden;
}
.i-advantage .bag .num {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.i-advantage .bag .num span {
  font-size: 26px;
  font-weight: bold;
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 42px;
  border-radius: 50%;
  text-align: center;
  background-color: #FFFFFF;
  border: 4px solid currentcolor;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}
.i-advantage .bag .num span.active {
  color: #c29d63;
}
.i-advantage .bag .num span:nth-of-type(1) {
  left: 10%;
  top: 12%;
}
.i-advantage .bag .num span:nth-of-type(2) {
  left: -25px;
  top: -webkit-calc(50% - 25px);
  top: -moz-calc(50% - 25px);
  top: calc(50% - 25px);
}
.i-advantage .bag .num span:nth-of-type(3) {
  left: 10%;
  top: 81%;
}
.i-advantage .bag .num span:nth-of-type(4) {
  right: 10%;
  top: 81%;
}
.i-advantage .bag .num span:nth-of-type(5) {
  right: -25px;
  top: -webkit-calc(50% - 25px);
  top: -moz-calc(50% - 25px);
  top: calc(50% - 25px);
}
.i-advantage .bag .num span:nth-of-type(6) {
  right: 10%;
  top: 12%;
}
.i-advantage .bag .text {
  position: absolute;
  width: 260px;
  left: 50%;
  bottom: -40px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #FFFFFF;
  padding: 30px;
  border-radius: 5px;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
}
.i-advantage .bag .text .mml-text {
  display: none;
}
.our-partner h2 {
  color: #FFFFFF;
}
.our-partner p {
  color: #FFFFFF;
  line-height: 2;
}
.our-partner .img .text {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 3% 6%;
}
.our-partner .list {
  padding: 30px;
  background-color: #c29d63;
}
.our-partner .list ul {
  margin: -15px;
}
.our-partner .list ul li {
  padding: 15px;
}
.our-partner .list img {
  display: block;
  margin: auto;
}
.our-news {
  padding: 90px 0;
}
.our-news .list {
  margin-top: 50px;
}
.our-news .list ul {
  margin: -15px;
}
.our-news .list ul li {
  padding: 15px;
}
.our-news .list .overBox{
  overflow: hidden;
}
.our-news .list .img {
  height: 250px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: .5s ease;
}

.our-news .list .img:hover{
  transform: scale(1.1);
}

.our-news .list time {
  color: #adadad;
}
.our-news .list p {
  color: #6e6e6e;
      line-height: 2;
}
h1.font-24.font-w-400.mt-40 {
    line-height: 2;
}
h4.font-16.font-w-400.mt-30 {
    line-height: 2;
}
.contact {
  background: url(../images/contact_bg.jpg) no-repeat center;
  background-size: cover;
  padding: 75px 0;
}
.contact h2 {
  color: #FFFFFF;
}
.contact p {
  line-height: 1.6;
  color: #FFFFFF;
}
#footer .footer-top {
  padding: 50px 0;
}
#footer .footer-top .footer-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#footer .footer-top .footer-content .footer-block.logo {
  max-width: 300px;
      line-height: 2;
}
#footer .footer-top .footer-content .footer-block.address {
  max-width: 300px;
}
#footer .footer-top .footer-content .footer-block ul.list li {
  line-height: 2;
}
#footer .footer-bottom {
  color: #FFFFFF;
  background-color: #c29d63;
  line-height: 2;
  font-size: 0;
}
#footer .footer-bottom p,
#footer .footer-bottom a {
  display: inline-block;
  vertical-align: middle;
      font-size: 16px;
}
#footer .footer-bottom img {
  max-height: 14px;
  vertical-align: middle;
}
.social-links ul li {
  width: auto!important;
}
.social-links ul li a {
  display: inline-block;
  vertical-align: middle;
}
.social-links ul li + li::before {
  content: "";
  margin: 0 10px;
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 1px;
  background-color: #000000;
}
#ewm {
  width: 90px;
}
#whatsapp{
  width: 90px;
}
@media screen and (max-width: 1300px) {
  .ui.container {
    width: 1200px;
  }
  #header .nav .ui.menu .p-search {
    display: none;
  }
  #header .nav .ui.menu .h-search {
    display: block;
  }
  .our-about .box .left {
    padding: 60px;
  }
  .our-about .box .right {
    padding: 60px;
  }
  .tit1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .ui.container {
    width: 1000px;
  }
  #header .nav .ui.menu .logo {
    width: 50px;
  }
  #header .nav .ui.menu .menu-box ul.menu &gt; li {
    margin: 0 15px;
  }
  #header .nav .ui.menu .menu-box ul.menu &gt; li &gt; a {
    padding: 25px 0;
  }
  .our-about .box .left {
    padding: 30px;
  }
  .our-about .box .right {
    padding: 30px;
  }
  .our-about a.btn1 {
    margin-top: 30px;
  }
  .our-about ul {
    margin-top: 15px;
  }
  .tit1 {
    font-size: 26px;
  }
  .i-advantage p br {
    display: none;
  }
  .i-advantage .tab ul li a {
    line-height: 50px;
    padding: 0 10px;
  }
  .i-advantage .bag {
    padding: 10%;
  }
  #footer .footer-top .footer-content .footer-block.logo {
    max-width: 250px;
  }
  #footer .footer-top .footer-content .footer-block.address {
    max-width: 250px;
  }
}
@media screen and (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  .nav-height{
    display: none;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner .content {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #banner h2 {
    font-size: 28px;
  }
  .our-about {
    padding-top: 90px;
  }
  .our-about .box .left {
    width: 100%;
  }
  .our-about .box .right {
    width: 100%;
  }
  .our-service ul li {
    width: 50%!important;
  }
  .product-category .list ul {
    margin: -10px;
  }
  .product-category .list ul li {
    padding: 10px;
  }
  .font-18 {
    font-size: 16px;
  }
  .font-24 {
    font-size: 18px;
  }
  .our-product .list ul {
    margin: 0 -10px;
  }
  .our-product .list ul li {
    padding: 0 10px;
  }
  .our-product .list .img {
    margin-bottom: 10px;
  }
  .i-advantage .left {
    width: 100%;
    padding: 0;
  }
  .i-advantage .right {
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
  .i-advantage .tab ul {
    max-width: 100%;
  }
  #footer .footer-top .footer-content .footer-block.product,
  #footer .footer-top .footer-content .footer-block.link,
  #footer .footer-top .footer-content .footer-block.mobile {
    display: none;
  }
  .our-product .list .arrow {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  #banner li {
    height: 350px;
  }
  #banner li &gt; img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #banner .left {
    text-align: center;
  }
  #banner h2 {
    font-size: 24px;
  }
  #banner p {
    max-width: 100%;
  }
  #banner a.btn1 {
    margin-top: 20px;
  }
  .our-about {
    padding-top: 60px;
  }
  .our-about .box .left {
    padding: 15px;
  }
  .our-about .box .right {
    padding: 15px;
  }
  .our-service {
    display: none;
  }
  .product-category {
    padding-top: 60px;
  }
  .tit1 {
    font-size: 20px;
  }
  .i-advantage {
    display: none;
  }
  .our-partner {
    display: none;
  }
  .our-news {
    padding: 60px 0;
  }
  .contact {
    padding: 30px 0;
  }
  #footer .footer-top .footer-content {
    display: block;
  }
  #footer .footer-top .footer-content .footer-block.logo {
    max-width: 100%;
  }
  #footer .footer-top .footer-content .footer-block.address {
    max-width: 100%;
    margin-top: 40px;
  }
  #footer .footer-top {
    text-align: center;
  }
  .our-product .list {
    margin-top: 40px;
  }
  .product-category .list {
    margin-top: 40px;
  }
  .our-news .list {
    margin-top: 40px;
  }
.buxianshi {
    display: none! important;
}
}
@media screen and (max-width: 500px) {
  #banner h2 {
    font-size: 20px;
  }
  #banner p {
    line-height: inherit;
  }
  .our-about p {
    line-height: 1.8;
  }
  .font-36 {
    font-size: 26px;
  }
  .font-20 {
    font-size: 16px;
  }
  .font-16 {
    font-size: 14px;
  }
  .contact p br {
    display: none;
  }
}
.foot-line hr {
  border: none;
  border-bottom: 1px solid #f2f2f2;
}
.inner-banner {
  height: 270px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 80px;
}
.inner-banner h2 {
  color: #FFFFFF;
}
.inner-banner .mbx {
  color: #FFFFFF;
  font-style: italic;
}
.contact-page .contact-1 {
  padding: 80px 0;
}
.contact-page .contact-1 i {
  display: block;
  height: 70px;
  line-height: 70px;
}
.contact-page .contact-1 i img {
  vertical-align: middle;
}
.contact-page .contact-1 p {
  color: #848484;
}
.contact-page .contact-1 .box {
  max-width: 960px;
  margin: auto;
}
.contact-page .contact-1 ul {
  margin: -10px;
}
.contact-page .contact-1 ul li {
  padding: 10px;
}
.contact-page .contact-2 {
  background-color: #fafafa;
}
.contact-page .contact-2 .left {
  vertical-align: middle;
  padding-left: 10%;
  padding-right: 7%;
}
.contact-page .contact-2 .right {
  vertical-align: middle;
}
.contact-page .contact-2 .right .img {
  height: 555px;
}
.contact-page .contact-2 .right .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.contact-page .contact-2 .form input {
  margin-bottom: 10px;
  padding: 10px;
  width: 100%;
  font-size: 14px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #cfcfcf;
}
.contact-page .contact-2 .form button {
  margin-top: 20px;
  width: 170px;
  height: 40px;
  color: #6e6e6e;
  font-size: 14px;
  text-transform: uppercase;
  border: 1px solid #6d6d6d;
  background-color: transparent;
}
@media screen and (max-width: 1200px) {
  .contact-page .contact-2 .left {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page .contact-1 {
    padding: 60px 0;
  }
}
@media screen and (max-width: 700px) {
  .contact-page .contact-2 .left {
    width: 100%;
    padding: 60px 15px;
  }
  .contact-page .contact-2 .right {
    width: 100%;
  }
  .contact-page .contact-2 .right .img {
    height: auto;
  }
}
.about-page .about-1 {
  padding: 90px 0;
}
.about-page .about-1 .box {
  padding: 60px 100px;
  background-color: #f9f9f9;
}
.about-page .about-1 .text {
  line-height: 2;
}
.about-page .about-1 .number {
  margin-top: 50px;
}
.about-page .about-1 .number ul {
  margin: 0 -100px;
}
.about-page .about-1 .number ul li {
  padding: 15px;
}
.about-page .about-1 .number ul li + li {
  border-left: 1px solid #c9cecd;
}
.about-page .about-2 {
  background-color: #f9f9f9;
  border-radius: 40px;
  overflow: hidden;
}
.about-page .about-2 .top {
  height: 460px;
  background: url(../images/inner-about-2-img.jpg) no-repeat center;
  background-size: cover;
  padding-top: 200px;
}
.about-page .about-2 .top p {
  line-height: 2;
  color: #FFFFFF;
  max-width: 800px;
  margin: auto;
}
.about-page .about-2 .bottom .list {
  margin-top: 50px;
}
.about-page .about-2 .bottom .list ul {
  margin: -40px;
}
.about-page .about-2 .bottom .list ul li {
  padding: 40px;
}
.about-page .about-2 .bottom .list i {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 2px;
  background-color: #FFFFFF;
}
.about-page .about-2 .bottom .list i img {
  vertical-align: middle;
}
.about-page .about-3 {
  padding: 100px 0;
}
.about-page .about-3 .left ul li + li {
  margin-top: 30px;
}
.about-page .about-4 {
  background: url(../images/about-4-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 60px 0 120px;
}
.about-page .about-4 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin: auto;
  overflow: hidden;
}
.about-page .about-4 .box .list {
  width: 100%;
  height: 456px;
  overflow-y: auto;
  /*è§£å†³iosä¸Šæ»‘åŠ¨ä¸æµç•…*/
  -webkit-overflow-scrolling: touch;
  padding-right: 25px;
  margin-right: -25px;
}
.about-page .about-4 .box ul::after {
  content: '';
  width: 2px;
  height: 100%;
  left: 50%;
  top: 0;
  background: rgba(255, 255, 255, 0.25);
  position: absolute;
}
.about-page .about-4 .box ul li i {
  width: 12px;
  height: 12px;
  background: #c29d63;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  top: 17px;
  z-index: 1;
}
.about-page .about-4 .box ul li i::after {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  background: rgba(194, 157, 99, 0.15);
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.about-page .about-4 .box ul li .left {
  padding-right: 45px;
  text-align: right;
  position: relative;
}
.about-page .about-4 .box ul li .left h5 {
  color: #FFFFFF;
}
.about-page .about-4 .box ul li .left p {
  min-height: 63px;
  color: #FFFFFF;
}
.about-page .about-4 .box ul li:nth-child(even) .left {
  left: 50%;
  text-align: left;
  padding-right: 0;
  padding-left: 45px;
}
.about-page .about-5 {
  padding: 80px 0;
}
.about-page .about-5 .box {
  max-width: 1140px;
  margin: auto;
}
.about-page .about-5 .list ul {
  margin: -2px;
}
.about-page .about-5 .list ul li {
  padding: 2px;
}
.about-page .about-6 {
  padding: 80px 0;
  background-color: #f9f9f9;
}
.about-page .about-61 {
  background-color: white! important;;
}
.about-page .about-6 .left {
  width: 35%;
  vertical-align: middle;
      line-height: 2;
}
h4.font-18.font-w-400.mt-10 {
    line-height: 2;
}
.about-page .about-6 .right {
  padding: 50px 80px;
  background: url(../images/about-6-bg.png) no-repeat center bottom;
  background-size: 100% auto;
  width: 65%;
  vertical-align: middle;
}
.about-page .about-6 .right ul{
  margin: -10px;
}
.about-page .about-6 .right ul li{
  padding: 10px;
}

.about-page .about-7 {
  padding: 100px 0;
}
.about-page .about-7 .list {
  overflow: hidden;
}
.about-page .about-7 .list ul {
  margin: -15px;
}
.about-page .about-7 .list ul li {
  padding: 15px;
}
.about-page .about-7 .list .slick-arrow {
  position: absolute;
  z-index: 1;
  top: -webkit-calc(50% - 25px);
  top: -moz-calc(50% - 25px);
  top: calc(50% - 25px);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 30px;
  width: 28px;
  height: 56px;
  border: none;
  background-color: #FFFFFF;
}
.about-page .about-7 .list .slick-arrow.slick-prev {
  left: 115px;
}
.about-page .about-7 .list .slick-arrow.slick-next {
  right: 115px;
}
@media screen and (max-width: 1200px) {
  .about-page .about-1 .box {
    padding: 60px;
  }
  .about-page .about-1 .number ul {
    margin: 0 -60px;
  }
  .about-page .about-2 .top {
    height: 400px;
    padding-top: 150px;
  }
  .about-page .about-2 .bottom .list ul {
    margin: -15px;
  }
  .about-page .about-2 .bottom .list ul li {
    padding: 15px;
  }
  .about-page .about-3 .left ul li + li {
    margin-top: 15px;
  }
  .about-page .about-3 .left {
    padding-right: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-1 {
    padding: 60px 0;
  }
  .about-page .about-1 .box {
    padding: 30px 15px;
  }
  .about-page .about-1 .number ul {
    margin: 0 -15px;
  }
  .about-page .about-1 .number {
    margin-top: 30px;
  }
  .about-page .about-2 .top {
    height: 300px;
    padding-top: 100px;
  }
  .about-page .about-3 {
    padding: 60px 0;
  }
  .about-page .about-3 .left {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
  .about-page .about-3 .right {
    width: 100%;
  }
  .about-page .about-4 {
    padding: 60px 0;
  }
  .about-page .about-5 {
    padding: 60px 0;
  }
  .about-page .about-6 {
    padding: 60px 0;
  }
  .about-page .about-6 .left {
    width: 100%;
  }
  .about-page .about-6 .right {
    width: 100%;
  }
  .about-page .about-7 {
    padding: 60px 0;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-1 .number ul li {
    border: none!important;
  }
  .about-page .about-2 .top {
    height: auto;
    padding: 100px 15px;
  }
  .about-page .about-4 .box ul {
    padding-left: 40px;
  }
  .about-page .about-4 .box ul li {
    padding-bottom: 30px;
  }
  .about-page .about-4 .box ul li .right,
  .about-page .about-4 .box ul li .left {
    width: 100%;
    left: 0 !important;
    text-align: left !important;
    padding: 0 !important;
  }
  .about-page .about-4 .box ul li i {
    left: -18px;
    top: 5px;
  }
  .about-page .about-4 .box ul:after {
    left: 22px;
    top: 5px;
  }
  .about-page .about-6 .right {
    padding: 50px;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-6 .right {
    padding: 20px;
  }
  .about-page .about-7 .list .slick-arrow.slick-prev {
    left: 30px;
  }
  .about-page .about-7 .list .slick-arrow.slick-next {
    right: 30px;
  }
}
.faq-page {
  padding: 90px 0 40px;
}
.faq-page .box ul li {
  border: 1px solid #dfe1e6;
  border-radius: 5px;
  padding: 40px 90px;
  background-image: url("../images/icon-lt.png");
  background-position: top 35px left 40px;
  background-repeat: no-repeat;
  position: relative;
  cursor: pointer;
  cursor: hand;
}
.faq-page .box ul li::after {
  content: "\f107";
  font-size: 30px;
  position: absolute;
  right: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "FontAwesome";
}
.faq-page .box ul li + li {
  margin-top: 10px;
}
.faq-page .box ul li.active {
  background-image: url("../images/icon-lt2.png");
}
.faq-page .box ul li.active::after {
  content: "\f106";
}
@media screen and (max-width: 1000px) {
  .faq-page {
    padding: 60px 0;
  }
}
@media screen and (max-width: 500px) {
  .faq-page .box ul li {
    padding: 20px;
    background-image: none!important;
  }
  .faq-page .box ul li::after {
    right: 15px;
  }
}
.application-page .appBox {
  padding: 80px 0;
  background-color: #f8f8f8;
}
.application-page .appBox .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.application-page .appBox .box .left .imgs .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  border: none;
  font-size: 20px;
  color: #c29d63;
  background-color: #FFFFFF;
}
.application-page .appBox .box .left .imgs .slick-arrow.slick-prev {
  left: 10px;
}
.application-page .appBox .box .left .imgs .slick-arrow.slick-next {
  right: 10px;
}
.application-page .appBox .box .right {
  padding-left: 120px;
}
.application-page .appBox .box .right ul li + li {
  margin-top: 5px;
}
.application-page .appBox .box .right ul li {
  color: #c29d63;
  font-style: italic;
  position: relative;
}
.application-page .appBox .box .right ul li::before {
  content: "\f105";
  font-size: 20px;
  font-family: FontAwesome;
  font-style: initial;
  margin-right: 5px;
}
.application-page .appBox:nth-child(odd) {
  background-color: #FFFFFF;
}
.application-page .appBox:nth-child(odd) .box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.application-page .appBox:nth-child(odd) .box .right {
  padding-left: 0;
  padding-right: 120px;
}
@media screen and (max-width: 1200px) {
  .application-page .appBox .box .right {
    padding-left: 60px;
  }
  .application-page .appBox:nth-child(odd) .box .right {
    padding-right: 60px;
  }
}
@media screen and (max-width: 1000px) {
  .application-page .appBox .box {
    display: block;
  }
  .application-page .appBox .box .left {
    width: 100%;
  }
  .application-page .appBox .box .right {
    width: 100%;
    padding: 0!important;
    margin-top: 30px;
  }
  .application-page .appBox {
    padding: 60px 0;
  }
}
.news-page {
  padding-top: 100px;
}
.news-page .news-list ul li + li {
  margin-top: 80px;
}
.news-page .news-list time {
  color: #adadad;
}
.news-page .news-list p {
  color: #6d6d6d;
}
.news-page .news-list a.btn1 {
  display: inline-block;
  line-height: 40px;
  height: 40px;
  color: #6d6d6d;
  border: 1px solid #6d6d6d;
  padding: 0 40px;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.news-page .news-list a.btn1:hover {
  color: #FFFFFF;
  background-color: #c29d63;
  border-color: #c29d63;
}
@media screen and (max-width: 1000px) {
  .font-36 {
    font-size: 30px;
  }
  .news-page {
    padding-top: 60px;
  }
}
@media screen and (max-width: 700px) {
  .font-36 {
    font-size: 20px;
  }
  .news-page .news-list ul li + li {
    margin-top: 40px;
  }
}
#sideBox {
  margin: -25px;
}
#sideBox .sideLeft {
  padding: 25px;
  width: 75%;
}
#sideBox .sideRight {
  padding: 25px;
  width: 25%;
}
#sideBox .sideRight .latestInfo ul li + li {
  margin-top: 10px;
}
#sideBox .sideRight .latestInfo .img {
  width: 100px;
  height: 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
}
#sideBox .sideRight .latestInfo .text {
  width: -webkit-calc(100% - 100px);
  width: -moz-calc(100% - 100px);
  width: calc(100% - 100px);
  vertical-align: middle;
}
#sideBox .sideRight .navInfo {
  margin-top: 50px;
}
#sideBox .sideRight .navInfo ul li + li {
  margin-top: 15px;
}
#sideBox .sideRight .navInfo ul li a {
  color: #adadad;
  border-bottom: 1px solid transparent;
}
#sideBox .sideRight .navInfo ul li a:hover {
  color: #c29d63;
  border-color: currentcolor;
}
#sideBox .sideRight .contact-info {
  margin-top: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 90px 0;
}
#sideBox .sideRight .contact-info h4 {
  color: #FFFFFF;
}
#sideBox .sideRight .contact-info a.btn1 {
  display: inline-block;
  line-height: 40px;
  height: 40px;
  border-radius: 5px;
  color: #FFFFFF;
  background-color: #c29d63;
  padding: 0 40px;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
#sideBox .sideRight .contact-info a.btn1:hover {
  background-color: #000000;
}
@media screen and (max-width: 1000px) {
  #sideBox {
    margin: -15px;
  }
  #sideBox .sideLeft {
    width: 100%;
    padding: 15px;
  }
  #sideBox .sideRight {
    display: none;
    padding: 15px;
  }
}
.newdet-page {
  padding: 100px 0 60px;
}
.newdet-page .prodet-3{
  background-color: #fafafa;
}
@media screen and (max-width: 1000px) {
  .newdet-page {
    padding: 60px 0;
  }
}
.bespoke-page .bespoke-1 {
  padding: 100px 0;
}
.bespoke-page .bespoke-1 .list ul {
  margin: -15px;
}
.bespoke-page .bespoke-1 .list ul li {
  padding: 15px;
}
.bespoke-page .bespoke-1 .list .img {
  overflow: hidden;
}
.bespoke-page .bespoke-1 .list .img .mask {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px;
}
.bespoke-page .bespoke-1 .list .img .text {
  padding: 15px;
  background-color: #FFFFFF;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.bespoke-page .bespoke-1 .list .img .text span {
  color: #acacac;
}
.bespoke-page .bespoke-1 .list .img:hover .text {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.bespoke-page .bespoke-2 {
  background: url(../images/bespoke-2-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 100px 0;
}
.bespoke-page .bespoke-2 p {
  line-height: 2;
}
.bespoke-page .bespoke-2 .btns a {
  min-width: 180px;
  padding: 0 30px;
  display: inline-block;
  line-height: 55px;
  border: 1px solid currentcolor;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.bespoke-page .bespoke-2 .btns a:hover {
  color: #FFFFFF;
  border-color: #c29d63;
  background-color: #c29d63;
}
.bespoke-page .bespoke-3 {
  padding-top: 100px;
}
.bespoke-page .bespoke-3 .left .content {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 5px;
  border: 1px solid #ebecf0;
}
.bespoke-page .bespoke-3 .left .tabs ul li {
  width: auto;
}
.bespoke-page .bespoke-3 .left .tabs ul li a {
  height: 45px;
  line-height: 45px;
  border-radius: 23px;
  padding: 0 20px;
}
.bespoke-page .bespoke-3 .left .tabs ul li.active a {
  color: #FFFFFF;
  background-color: #c29d63;
}
.bespoke-page .bespoke-3 .left .list ul {
  margin: -6px;
}
.bespoke-page .bespoke-3 .left .list ul li {
  padding: 6px;
}
.bespoke-page .bespoke-3 .left .list ul li .img {
  border-radius: 5px;
  overflow: hidden;
}
.bespoke-page .bespoke-3 .right {
  padding-left: 120px;
}
.bespoke-page .bespoke-3 .right p {
  line-height: 2;
}
.bespoke-page .bespoke-3 .right a.btn1 {
  margin-top: 50px;
  display: inline-block;
  line-height: 55px;
  height: 55px;
  border-radius: 5px;
  color: #FFFFFF;
  background-color: #c29d63;
  padding: 0 75px;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.bespoke-page .bespoke-3 .right a.btn1:hover {
  background-color: #000000;
}
.bespoke-page .bespoke-4 {
  padding-top: 100px;
}
@media screen and (max-width: 1200px) {
  .bespoke-page .bespoke-3 .right {
    padding-left: 60px;
  }
}
@media screen and (max-width: 1000px) {
  .bespoke-page .bespoke-1 {
    padding: 60px 0;
  }
  .bespoke-page .bespoke-2 {
    padding: 60px 0;
  }
  .bespoke-page .bespoke-2 .btns {
    margin-top: 30px;
  }
  .bespoke-page .bespoke-3 {
    padding-top: 60px;
  }
  .bespoke-page .bespoke-3 .left {
    width: 100%;
  }
  .bespoke-page .bespoke-3 .right {
    width: 100%;
    padding: 0;
  }
  .bespoke-page .bespoke-4 {
    padding-top: 60px;
  }
  .bespoke-page .bespoke-3 .left .content {
    padding: 30px 15px;
  }
}
@media screen and (max-width: 700px) {
  .bespoke-page .bespoke-2 .btns a {
    display: block;
    margin: 10px 0;
    line-height: 40px;
  }
}
@media screen and (max-width: 500px) {
  .bespoke-page .bespoke-3 .left .list ul li {
    width: 50%!important;
  }
}
.customer-page {
  padding-top: 100px;
}
.customer-page .customer-1 .list ul {
  margin: -20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.customer-page .customer-1 .list ul li {
  padding: 20px;
}
.customer-page .customer-1 .list .mml-text {
  height: 100%;
  padding: 40px 30px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.customer-page .customer-1 .list i {
  display: block;
  height: 70px;
}
.customer-page .customer-1 .list p {
  line-height: 2;
}
.customer-page .customer-2 {
  padding: 100px 0;
}
.customer-page .customer-2 .box {
  margin: -15px;
}
.customer-page .customer-2 .box .left {
  padding: 15px;
}
.customer-page .customer-2 .box .right {
  padding: 15px;
}
.customer-page .customer-2 .tabs {
  border-bottom: 1px solid #f2f2f2;
}
.customer-page .customer-2 .tabs ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.customer-page .customer-2 .tabs ul li {
  padding: 15px 0;
  position: relative;
  width: auto;
}
.customer-page .customer-2 .tabs ul li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 85px;
  height: 3px;
  background-color: #c29d63;
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.customer-page .customer-2 .tabs ul li.active::after {
  opacity: 1;
}
.customer-page .customer-2 .tabs ul li a {
  font-style: italic;
}
.customer-page .customer-2 .content .text {
  color: #a0a0a0;
}
.customer-page .customer-3 {
  background-color: #f8f8f8;
  padding: 80px 0;
}
.customer-page .customer-3 hr {
  margin: 50px 0;
  border: none;
  border-bottom: 1px solid #dbdbdb;
}
.customer-page .customer-3 .list .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  border: none;
  font-size: 20px;
  color: #FFFFFF;
  background-color: #c2ab8c;
}
.customer-page .customer-3 .list .slick-arrow.slick-prev {
  left: -40px;
}
.customer-page .customer-3 .list .slick-arrow.slick-next {
  right: -40px;
}
.customer-page .customer-3 .list ul {
  margin: -40px;
}
.customer-page .customer-3 .list ul li {
  padding: 40px;
}
.customer-page .customer-3 .list img {
  display: inline-block;
}
.customer-page .customer-4 {
  padding: 100px 0;
}
.customer-page .customer-4 .list ul {
  margin: -15px;
}
.customer-page .customer-4 .list ul li {
  padding: 15px;
}
@media screen and (max-width: 1200px) {
  .customer-page .customer-3 .list ul {
    margin: -15px;
  }
  .customer-page .customer-3 .list ul li {
    padding: 15px;
  }
  .customer-page .customer-3 .list .slick-arrow.slick-prev {
    left: 0;
  }
  .customer-page .customer-3 .list .slick-arrow.slick-next {
    right: 0;
  }
}
@media screen and (max-width: 1000px) {
  .customer-page .customer-1 .list ul {
    display: block;
    margin: -10px;
  }
  .customer-page .customer-1 .list ul li {
    padding: 10px;
  }
  .customer-page .customer-1 .list .mml-text {
    padding: 30px 15px;
  }
  .customer-page .customer-2 .box .left {
    width: 100%;
  }
  .customer-page .customer-2 .box .right {
    width: 100%;
    text-align: center;
  }
  .customer-page {
    padding-top: 60px;
  }
  .customer-page .customer-2 {
    padding: 60px 0;
  }
  .customer-page .customer-3 {
    padding: 60px 0;
  }
  .customer-page .customer-4 {
    padding: 60px 0;
  }
}
@media screen and (max-width: 700px) {
  .customer-page .customer-2 .tabs ul {
    display: block;
  }
  .customer-page .customer-2 .tabs ul li {
    margin-right: 30px;
  }
}
.product-page .category-desc {
  background-color: #f9f9f9;
  line-height: 2;
}
.product-page .productNav ul {
  position: relative;
}
.product-page .productNav ul::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #f2f2f2;
}
.product-page .productNav ul li {
  width: auto;
  position: relative;
}
.product-page .productNav ul li + li {
  margin-left: 50px;
}
.product-page .productNav ul li a {
  padding: 15px 0;
}
.product-page .productNav ul li a::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: -1px;
  display: block;
  height: 3px;
  width: 0;
  background-color: #c29d63;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.product-page .productNav ul li.active a::after {
  width: 100%;
}
.productList ul {
  margin: -20px;
}
.productList ul li {
  padding: 20px;
}
@media screen and (max-width: 1000px) {
  .product-page .productNav {
    display: none;
  }
  .productList ul {
    margin: -15px;
  }
  .productList ul li {
    padding: 15px;
  }
}
.prodet-page {
  padding: 100px 0;
}
.prodet-page .prodet-1 .box .left .big-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.prodet-page .prodet-1 .box .left .big {
  width: 85%;
}
.prodet-page .prodet-1 .box .left .big .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  border: none;
  font-size: 20px;
  color: #c29d63;
  background-color: #FFFFFF;
}
.prodet-page .prodet-1 .box .left .big .slick-arrow.slick-prev {
  left: 20px;
}
.prodet-page .prodet-1 .box .left .big .slick-arrow.slick-next {
  right: 20px;
}
.prodet-page .prodet-1 .box .left .small {
  width: 15%;
}
.prodet-page .prodet-1 .box .left .small ul {
  margin: -5px;
}
.prodet-page .prodet-1 .box .left .small ul li {
  padding: 5px;
}
.prodet-page .prodet-1 .box .right .content {
  max-width: 410px;
}
.prodet-page .prodet-1 .box .right .content .text {
  line-height: 2;
}
.prodet-page .prodet-1 .box .right .content a.msg {
  color: #FFFFFF;
  background-color: #c29d63;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  text-align: center;
}
.prodet-page .prodet-1 .box .right .content a.msg:hover {
  background-color: #000000;
}
.prodet-page .prodet-1 .box .right .content .social-links h4,
.prodet-page .prodet-1 .box .right .content .social-links ul {
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .prodet-2 {
  padding-top: 100px;
}
.prodet-page .prodet-2 form input,
.prodet-page .prodet-2 form textarea {
  width: 100%;
  padding: 20px;
  font-size: 14px;
  border: 1px solid #e5e5e5;
  margin-bottom: 20px;
  font-style: italic;
}
.prodet-page .prodet-2 form textarea {
  height: 240px;
}
.prodet-page .prodet-2 form button {
  margin-top: 30px;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  background-color: #c29d63;
  border: none;
  padding: 15px 45px;
  text-transform: uppercase;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.prodet-page .prodet-2 form button:hover {
  background-color: #000000;
}
.prodet-page .prodet-2 .options ul {
  position: relative;
}
.prodet-page .prodet-2 .options ul::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #f2f2f2;
}
.prodet-page .prodet-2 .options ul li {
  width: auto;
  position: relative;
}
.prodet-page .prodet-2 .options ul li + li {
  margin-left: 130px;
}
.prodet-page .prodet-2 .options ul li a {
  padding: 15px 40px;
}
.prodet-page .prodet-2 .options ul li a::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: -1px;
  display: block;
  height: 3px;
  width: 0;
  background-color: #c29d63;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.prodet-page .prodet-2 .options ul li.active a::after {
  width: 100%;
}
.prodet-page .prodet-2 .ret ul li .content {
  padding-left: 100px;
  padding-right: 100px;
}
.prodet-page .prodet-2 .ret ul li .content.form {
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.prodet-page .prodet-3 {
  padding-top: 100px;
}
.prodet-page .prodet-3 .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  border: none;
  font-size: 20px;
  color: #FFFFFF;
  background-color: #c2ab8c;
}
.prodet-page .prodet-3 .slick-arrow.slick-prev {
  left: -50px;
}
.prodet-page .prodet-3 .slick-arrow.slick-next {
  right: -50px;
}
@media screen and (max-width: 1200px) {
  .prodet-page .prodet-1 .box .right .content h1 {
    margin: 0;
  }
  .prodet-page .prodet-1 .box .right .content a.msg {
    margin-top: 30px;
  }
  .prodet-page .prodet-2 .options ul li + li {
    margin-left: 60px;
  }
}
@media screen and (max-width: 1000px) {
  .prodet-page {
    padding: 60px 0;
  }
  .prodet-page .prodet-1 .box .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .box .right {
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
  .prodet-page .prodet-2 {
    padding-top: 60px;
  }
  .prodet-page .prodet-3 {
    padding-top: 60px;
  }
  .prodet-page .prodet-2 .ret ul li .content {
    padding-left: 30px;
    padding-right: 30px;
  }
  .prodet-page .prodet-2 .ret ul li .content.form {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 500px) {
  .prodet-page .prodet-1 .box .left .big-small {
    display: block;
  }
  .prodet-page .prodet-1 .box .left .big {
    width: 100%;
    padding: 0;
  }
  .prodet-page .prodet-1 .box .left .small {
    width: 100%;
    margin-top: 10px;
  }
  .prodet-page .prodet-2 form input,
  .prodet-page .prodet-2 form textarea {
    padding: 10px;
  }
  .prodet-page .prodet-2 .options ul li {
    width: 100%;
  }
  .prodet-page .prodet-2 .options ul li + li {
    margin: 0;
  }
  .prodet-page .prodet-2 .ret ul li .content {
    padding-left: 0;
    padding-right: 0;
  }
  .prodet-page .prodet-2 .ret ul li .content.form {
    padding-left: 15px;
    padding-right: 15px;
  }
  .prodet-page .prodet-2 form textarea {
    height: 100px;
  }
}


.inner-page .m-page{
  text-align: center;
}
.inner-page .m-page a,
.inner-page .m-page span {
  display: inline-block;
  text-align: center;
  width: 45px;
  height: 35px;
  font-size: 15px;
  line-height: 35px;
  border-radius: 5px;
  color: #111;
  font-weight: 500;
  -moz-box-shadow: 0 2px 10px 0 #d8dde6;
  -o-box-shadow: 0 2px 10px 0 #d8dde6;
  box-shadow: 0 2px 10px 0 #d8dde6;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin: 5px;
}

.inner-page .m-page span.current,
.inner-page .m-page a:hover {
  background: #c29d63 none repeat scroll 0 0;
  color: #fff;
}



.glBox ul{
  margin: -15px;
}
.glBox ul li{
  padding: 15px;
}


.amap-logo,
.amap-copyright{
  display: none!important;
  visibility: hidden!important;
}

.Industryknowledge h2 {
  font-size: 34px;
    font-weight: 500;
    text-transform: uppercase;
   text-align: center;

}

.Industryknowledge h2:after {
    content: "";
    display: block;
    width: 80px;
    height: 2px;
    background-color: currentcolor;
    margin: auto;
}

.Industryknowledge{
line-height: 2;
font-size: 16px;
}

h1.shouyeh1 {
    display: inline;
}
.news-content {
  line-height: 2;
}
.fenleiyeh1 {
    line-height: 2;
    font-size: 24px;
    color: inherit;
}
/*SEOæ–°å¢žè„šæœ¬*/
.right_nav_list{position:fixed;bottom:40px;right:20px;z-index:10} 
.right_nav_list ul li{transition:all .5s;border-radius:50%;margin-top:10px;cursor:pointer;padding:0;position:relative;color:#fff;width:58px;height:58px;font-size:30px;background-color:#333;text-align:center;line-height:58px}
.right_nav_list ul li .text{padding:0;width:100%;height:100%}
.right_nav_list ul li:hover{background-color:#000}
.right_nav_list ul li .cont{position:absolute;left:-150px;top:0;width:150px;min-height:100%;padding:0 5px;-webkit-perspective:500px;-moz-perspective:500px;perspective:500px;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d;transform:rotate3d(1,0,0,-90deg);-webkit-transform:rotate3d(1,0,0,-90deg);-moz-transform:rotate3d(1,0,0,-90deg);-ms-transform:rotate3d(1,0,0,-90deg);-o-transform:rotate3d(1,0,0,-90deg);opacity:0;-webkit-transition:opacity 0.3s,-webkit-transform 0.5s;transition:opacity 0.3s,-webkit-transform 0.5s;-o-transition:opacity 0.3s,-o-transform 0.5s;-moz-transition:transform 0.5s,opacity 0.3s,-moz-transform 0.5s;transition:transform 0.5s,opacity 0.3s;transition:transform 0.5s,opacity 0.3s,-webkit-transform 0.5s,-moz-transform 0.5s,-o-transform 0.5s;transition:transform 0.5s,opacity 0.3s,-webkit-transform 0.5s;-webkit-transition:-webkit-transform 0.5s,opacity 0.3s;-moz-transition:-moz-transform 0.5s,opacity 0.3s;overflow:hidden;-webkit-transform-origin:top;-moz-transform-origin:top;-ms-transform-origin:top;-o-transform-origin:top;transform-origin:top}
.right_nav_list ul li .cont #ewm{width:100%;background-color:#fff;border-radius:5px;padding:8px;border:1px solid #ccc}
.right_nav_list ul li:hover .cont{-webkit-transform:rotate3d(0,0,0,-90deg);-moz-transform:rotate3d(0,0,0,-90deg);transform:rotate3d(0,0,0,-90deg);opacity:1}
@media (max-width:500px){.right_nav_list{right:5px;bottom:150px}
}#pups_shadow{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000;opacity:0.6;z-index:21;display:none}
#seo_form_cont{position:fixed;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);max-height:80%;width:500px;max-width:90%;-o-box-shadow:0 0 10px rgba(0,0,0,0.1);-webkit-box-shadow:0 0 10px rgba(0,0,0,0.1);box-shadow:0 0 10px rgba(0,0,0,0.1);z-index:22;background:white;padding:30px;overflow:auto}
#seo_form_cont h4{font-size:18px;color:#222;text-transform:capitalize;line-height:1;font-weight:bold;position:absolute;left:0;width:100%;top:0;padding:15px 20px;background:#f5f5f5;-o-box-shadow:0 0 5px rgba(0,0,0,0.1);-webkit-box-shadow:0 0 5px rgba(0,0,0,0.1);box-shadow:0 0 5px rgba(0,0,0,0.1)}
#seo_form_cont form{margin-top:40px}
#seo_form_cont i.close{width:30px;height:30px;position:absolute;top:10px;right:10px;background:#eee;cursor:pointer;cursor:hand;-webkit-transition:0.5s;transition:0.5s}
#seo_form_cont i.close::after,#seo_form_cont i.close::before{content:'';-webkit-transition:0.5s;transition:0.5s;width:70%;height:2px;margin-top:-1px;background:black;position:absolute;top:50%;left:15%;-webkit-transform:rotate(45deg);transform:rotate(45deg)}
#seo_form_cont i.close::after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}
#seo_form_cont i.close:hover{background:#1c5715}
#seo_form_cont i.close:hover::before,#seo_form_cont i.close:hover::after{background:white}
#seo_form_cont ul li{margin-bottom:10px;position:relative}
#seo_form_cont ul li label{font-size:14px;margin-bottom:10px;display:block}
#seo_form_cont ul li label em{color:red;margin-right:2px}
#seo_form_cont ul li input,#seo_form_cont ul li textarea{width:100%;line-height:24px;padding:6px 15px;border:1px solid #eee;-webkit-transition:0.5s;transition:0.5s;font-size:16px}
#seo_form_cont ul li input:focus,#seo_form_cont ul li textarea:focus{border-color:#1c5715}
#seo_form_cont ul li textarea{height:80px}
#seo_form_cont ul li input[type="submit"]{width:auto;padding:6px 40px;display:inline-block;background:#000000;color:white;-webkit-transition:0.5s;transition:0.5s;cursor:pointer}
#seo_form_cont ul li input[type="submit"]:hover{opacity:0.7}
#seo_form_cont ul li:last-child{margin-bottom:0}
/*ç»“æŸ*/</pre></body></html>