@font-face {
  font-family: 'PL';
  src: url('../fonts/Poppins-Light.eot') format('eot'), url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.woff') format('woff'), url('../fonts/Poppins-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'PR';
  src: url('../fonts/Poppins-Regular.eot') format('eot'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'PSB';
  src: url('../fonts/Poppins-SemiBold.eot') format('eot'), url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff'), url('../fonts/Poppins-SemiBold.ttf') format('truetype');
}
@font-face {
  font-family: 'PM';
  src: url('../fonts/Poppins-Medium.eot') format('eot'), url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff'), url('../fonts/Poppins-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'PDB';
  src: url('../fonts/PlayfairDisplay-Bold.eot') format('eot'), url('../fonts/PlayfairDisplay-Bold.woff2') format('woff2'), url('../fonts/PlayfairDisplay-Bold.woff') format('woff'), url('../fonts/PlayfairDisplay-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'PDR';
  src: url('../fonts/PlayfairDisplay-Regular.eot') format('eot'), url('../fonts/PlayfairDisplay-Regular.woff2') format('woff2'), url('../fonts/PlayfairDisplay-Regular.woff') format('woff'), url('../fonts/PlayfairDisplay-Regular.ttf') format('truetype');
}
body {
  font-family: 'PM';
}
.ui.container {
  padding: 0 15px;
  position: relative;
  max-width: 1496px;
  margin: auto;
  width: 100%;
}
@-webkit-keyframes wd {
  from {
    width: 50%;
  }
  30% {
    width: 70%;
  }
  50% {
    width: 40%;
  }
  80% {
    width: 55%;
  }
  to {
    width: 100%;
  }
}
@-moz-keyframes wd {
  from {
    width: 50%;
  }
  30% {
    width: 70%;
  }
  50% {
    width: 40%;
  }
  80% {
    width: 55%;
  }
  to {
    width: 100%;
  }
}
@keyframes wd {
  from {
    width: 50%;
  }
  30% {
    width: 70%;
  }
  50% {
    width: 40%;
  }
  80% {
    width: 55%;
  }
  to {
    width: 100%;
  }
}
#header {
  z-index: 20;
  position: relative;
}
#header .h-top {
  padding: 0 11.2rem 0 7.9rem;
  height: 30px;
  background: linear-gradient(#d6cdce, #d6cdce), linear-gradient(#d7cdce, #d7cdce);
  background: -webkit-linear-gradient(#d6cdce, #d6cdce), -webkit-linear-gradient(#d7cdce, #d7cdce);
  background: -webkit-gradient(#d6cdce, #d6cdce), -webkit-gradient(#d7cdce, #d7cdce);
  background: -moz-linear-gradient(#d6cdce, #d6cdce), -moz-linear-gradient(#d7cdce, #d7cdce);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#d6cdce', endColorstr='#d7cdce',GradientType=0)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d6cdce', endColorstr='#d7cdce', GradientType=0);
  line-height: 30px;
}
#header .h-top .grid-box .left{
  width: 70%;
}
#header .h-top .grid-box .left li {
  display: inline-block;
  margin-right: 1rem;
  font-size: 12px;
  letter-spacing: 1px;
}
#header .h-top .grid-box .left li:last-child {
  margin-right: 0;
}
#header .h-top .grid-box .left li:first-child::before {
  display: none;
}
#header .h-top .grid-box .left li::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #131313;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1.2rem;
  margin-top: -2px;
}
.inner-page .container .sidebarBox .left .box .content .ddgv {
  padding: 15px 10px 15px 55px;
    position: relative;
    font-size: 18px;
    font-weight: 300;
    line-height: 2;
    display: block;
    background: white;
}
#header .h-top .grid-box .right {
  text-align: right;
  width: 30%;
}
#header .h-top .grid-box .right .share {
  display: inline-block;
}
#header .h-top .grid-box .right .share li {
  display: inline-block;
  font-size: 14px;
  margin-right: 0.7rem;
}
#header .h-top .grid-box .right .share li img {
  vertical-align: middle;
}
#header .h-top .grid-box .right .share li:last-child {
  margin-right: 0;
}
#header .h-top .grid-box .right .language {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1.7rem;
  position: relative;
}
#header .h-top .grid-box .right .language .i1 {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
#header .h-top .grid-box .right .language span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #131313;
  padding: 3px 6px 0 8px;
  font-family: 'PSB';
}
#header .h-top .grid-box .right .language i {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  color: #1e1e1e;
}
#header .h-top .grid-box .right .language ul {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 5;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: 0;
  width: 120px;
  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;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #000;
  display: none \9;
}
#header .h-top .grid-box .right .language ul li {
  display: block;
  float: none;
  padding: 0 5px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .h-top .grid-box .right .language ul li a {
  display: block;
}
#header .h-top .grid-box .right .language ul li a img {
  vertical-align: middle;
  height: 20px;
  margin-right: 10px;
}
#header .h-top .grid-box .right .language ul li:hover {
  background: #222;
  color: white;
}
#header .h-top .grid-box .right .language:hover ul {
  -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 .h-top ul li {
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .h-top ul li img {
  vertical-align: middle;
  margin-right: 10px;
}
#header .nav {
  display: inline-block;
  width: 100%;
  background-color: #191816;
  padding: 0 11.2rem 0 7.9rem;
}
#header .nav .ui.menu {
  display: flex;
  align-items: center;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: auto;
  margin-right: 0;
  vertical-align: middle;
}
#header .nav .ui.menu .logo .hover_img {
  display: none;
}
#header .nav .ui.menu .logo span {
  font-size: 2.5rem;
  letter-spacing: 3px;
  font-family: 'PDB';
  color: #fff;
}
#header .nav .ui.menu .all {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  padding-right: 2.8rem;
  margin-left: 22.5rem;
}
#header .nav .ui.menu .all li {
  display: inline-block;
  vertical-align: middle;
  font-size: 22px;
  margin-right: 1.35rem;
}
#header .nav .ui.menu .all li:last-child {
  margin-right: 0;
}
#header .list {
  padding: 0.65rem 11.2rem 0.65rem 7.9rem;
}
#header .list .ui.menu {
  display: flex;
  align-items: center;
}
#header .list .ui.menu .logo {
  display: none;
}
#header .list .ui.menu .logo span {
  font-size: 2.5rem;
  letter-spacing: 3px;
  font-family: 'PDB';
  color: #fff;
}
#header .list .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
}
#header .list .ui.menu .menu-box ul.menu > li {
  margin: 0 7.2rem 0 0;
  font-size: 0.9rem;
  color: #000;
  font-family: 'PDB';
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .list .ui.menu .menu-box ul.menu > li:hover {
  -webkit-transition: .5s .5s border;
  -moz-transition: .5s .5s border;
  -ms-transition: .5s .5s border;
  -o-transition: .5s .5s border;
  transition: .5s .5s border;
}
#header .list .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 0;
}
#header .list .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  font-weight: 400;
  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;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
#header .list .ui.menu .menu-box ul.menu > 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;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .list .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .list .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .list .ui.menu .menu-box ul.menu > 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 .list .ui.menu .menu-box ul.menu > li:last-child {
  margin: 0;
}

#header .list .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) .sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  font-weight: 400;
  background: #fff;
  top: 0;
  left: 180px;
  width: 200px;
  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;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
#header .list .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) .sub-menu li{
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .list .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) .sub-menu a {
  display: block;
}
#header .list .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) .sub-menu li:hover {
  background: #222;
  color: white;
  width: 100%;
}
#header .list .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd):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 .list .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) .sub-menu {
 -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  font-weight: 400;
  background: #fff;
  top: 0;
  left: 180px;
  width: 200px;
  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;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
#header .list .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) .sub-menu li{
   display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .list .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) .sub-menu a {
  display: block;
}
#header .list .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) .sub-menu li:hover{
  background: #222;
  color: white;
  width: 100%;
}
#header .list .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even):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 .list .ui.menu .h-search {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  font-size: 14px;
  color: #292929;
  margin-left: 5.8rem;
}
#header .list .ui.menu .h-search form {
  width: 191px;
  height: 32px;
  border: solid 1px #242424;
  position: relative;
  overflow: hidden;
}
#header .list .ui.menu .h-search form input {
  width: 100%;
  height: 100%;
  border: none;
  font-size: 14px;
  padding-left: 16px;
  padding-right: 40px;
  font-family: 'PM';
  color: #292929;
}
#header .list .ui.menu .h-search form input::placeholder {
  color: #292929;
}
#header .list .ui.menu .h-search form input::-webkit-input-placeholder {
  color: #292929;
}
#header .list .ui.menu .h-search form input:-moz-placeholder {
  color: #292929;
}
#header .list .ui.menu .h-search form input:-ms-input-placeholder {
  color: #292929;
}
#header .list .ui.menu .h-search form input[type=submit] {
  width: 19px;
  background: url(../images/search.png) center center no-repeat;
  position: absolute;
  right: 7px;
  top: 0;
  padding: 0;
}
#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;
  font-weight: 400;
  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: 88%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 55px;
  height: 55px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner .slick-arrow:hover {
  background-color: #000;
}
#banner .slick-prev {
  background: url("../images/bl.png") no-repeat center center rgba(255, 255, 255, 0.21);
  right: 120px;
}
#banner .slick-next {
  background: url("../images/b-icon1.png") no-repeat center center rgba(255, 255, 255, 0.21);
  right: 60px;
}
#banner ul.slick-dots {
  position: absolute;
  left: 47%;
  bottom: 5%;
}
#banner ul.slick-dots li {
  width: 23px;
  height: 23px;
  background-color: #ffffff;
  border: solid 5px #919191;
  border-radius: 50%;
  display: inline-block;
  margin-right: 1.35rem;
  background-color: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li:last-child {
  margin-right: 0;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: #ff8647;
}
#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;
}
table tr:nth-child(even) {
  background: #eee;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 999;
}
#mobile .yy {
  content: '';
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 100%;
  top: 10px;
  cursor: pointer;
  cursor: hand;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100vh;
  display: block;
  background: #222;
  padding: 40px 10%;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: capitalize;
  line-height: 30px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
  color: #000;
  position: relative;
}
#mobile .menu-content .menu-list ul li li a{
  position: relative;
  padding-left: 15px;
  font-size: 14px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #fd2318;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li ul li ul li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 26px;
  color: gray;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #fd2318;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active .yy {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  -o-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
@keyframes ks {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .3;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes ks {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .3;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .3;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
#banner {
  position: relative;
  z-index: 1;
}
#banner ul .slick-slide img {
  display: inline-block;
}
#banner ul li {
  position: relative;
}
#banner ul li > img {
  width: 100%;
  min-height: 250px;
  object-fit: cover;
}
#banner ul li .text {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 30%;
  width: 100%;
  color: #fff;
}
#banner ul li .text .left {
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
#banner ul li .text h3 {
  font-size: 3.5rem;
  font-family: 'PDR';
  line-height: 1.2;
}
#banner ul li .text p {
  font-size: 18px;
  line-height: 1.8;
  margin: 1rem auto 0;
  width: 73%;
}
#banner ul li .text .more {
  width: 121px;
  height: 37px;
  border: solid 1px #ffffff;
  display: block;
  text-align: center;
  line-height: 37px;
  font-size: 14px;
  margin: 1.3rem auto 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}
#banner ul li .text .more::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner ul li .text .more:hover {
  border-color: #000;
}
#banner ul li .text .more:hover::before {
  width: 100%;
}
#index-body .more {
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .more::before {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #ff8647;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .more:hover {
  color: #fff;
}
#index-body .more:hover::before {
  width: 100%;
}
#index-body h3.title {
  font-size: 2.4rem;
  line-height: 1;
  font-family: 'PDB';
  color: #121212;
  text-transform: uppercase;
}
#index-body p.desc {
  font-size: 16px;
  color: #888888;
  line-height: 30px;
  font-family: 'PL';
  margin-top: 2.25rem;
}
#index-body .about {
  padding-top: 5.6rem;
}
#index-body .about .header .left {
  vertical-align: middle;
}
#index-body .about .header .left h4 {
  font-size: 2.4rem;
  line-height: 1;
  color: #0e0e0e;
  font-family: 'PDB';
}
#index-body .about .header .left h4::after {
  content: '';
  width: 94px;
  height: 2px;
  background-color: #333333;
  display: block;
  margin-top: 1.85rem;
}
#index-body .about .header .left .txt {
  margin-top: 3.15rem;
  font-size: 18px;
  line-height: 32px;
  font-family: 'PR';
  color: #464646;
}
#index-body .about .header .left .txt h3 {
  display: inline;
}
#index-body .about .header .left .txt .pulih1{
  font-family: inherit;
  font-size: inherit;
  display: inline;
}
#index-body .about .header .right {
  margin-top: 4rem;
  text-align: right;
  vertical-align: middle;
}
#index-body .about .header .right a {
  display: inline-block;
  vertical-align: middle;
  color: #1e1e1e;
  line-height: 40px;
  height: 40px;
  padding: 0 22px;
  font-size: 24px;
  text-transform: uppercase;
  position: relative;
  font-family: 'PDB';
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: 1;
}
#index-body .about .header .right a i {
  margin-left: 0.85rem;
}
#index-body .about .header .right a::after {
  content: '';
  height: 100%;
  width: 2px;
  position: absolute;
  display: block;
  left: 0;
  top: -2px;
  background: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: -1;
}
#index-body .about .header .right a:hover {
  color: #fff;
}
#index-body .about .header .right a:hover::after {
  width: 100%;
}
#index-body .about .content {
  margin-top: 4.9rem;
  background: url(../images/ab.jpg) no-repeat center center;
  padding: 4.15rem 0 4.95rem;
  position: relative;
  background-size: cover;
  z-index: 1;
  text-align: center;
  color: #fff;
}
#index-body .about .content::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
#index-body .about .content span {
  display: block;
  margin-top: 1.8rem;
  font-size: 17px;
  line-height: 1;
}
#index-body .about .content h3 {
  font-size: 2.4rem;
  font-family: 'PDR';
  line-height: 1.8;
  width: 50%;
  margin: 2.35rem auto 0;
}
#index-body .about .content .play {
  margin-top: 83px;
  padding: 27px 24px 25px 32px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  position: relative;
}
#index-body .about .content .play::before,
#index-body .about .content .play::after {
  position: absolute;
  z-index: -1;
  content: '';
  left: -30px;
  right: -30px;
  top: -30px;
  bottom: -30px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  -webkit-animation: ks 2s linear infinite;
  -o-animation: ks 2s linear infinite;
  -ms-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
#index-body .about .content .play::before {
  -webkit-animation-delay: .6s;
  -o-animation-delay: .6s;
  -ms-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
#index-body .product {
  padding: 7.25rem 0 6.5rem;
}
#index-body .product .ui.container {
  max-width: 1455px;
  width: 100%;
}
#index-body .product .header {
  text-align: center;
}
#index-body .product .content {
  margin-top: 3.8rem;
}
#index-body .product .content ul {
  margin: 0 -60px;
}
#index-body .product .content ul .slick-dots {
  margin-top: 3.8rem;
  text-align: center;
}
#index-body .product .content ul .slick-dots li {
  display: inline-block;
  margin: 0 13px;
  padding: 0;
}
#index-body .product .content ul .slick-dots li button {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 1px solid #000;
  background-color: transparent;
}
#index-body .product .content ul .slick-dots li.slick-active button {
  background-color: #000;
}
#index-body .product .content li {
  background-color: #ffffff;
  text-align: center;
  padding: 5px 57.5px;
}
#index-body .product .content li .box {
  box-shadow: 0px 5px 14px 1px rgba(0, 0, 0, 0);
  padding: 0rem 0 0rem;
  position: relative;
}
#index-body .product .content li .box .img img {
  display: inline-block;
}
#index-body .product .content li .box .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #e9dfd5;
  color: #fff;
  padding: 2.4rem 0 1.55rem;
  transform: translateY(110%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .product .content li .box .text h3 {
  font-size: 16px;
  line-height: 30px;
}
#index-body .product .content li .box .text i {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  margin-top: 1.2rem;
}
#index-body .product .content li:hover .box .text {
  transform: translateY(0);
}
#index-body .pro-main .our-product {
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  background-size: cover;
}
#index-body .pro-main .our-product .cat-name {
  left: 50%;
  top: 150px;
  transform: translateX(-50%);
  text-align: center;
}
#index-body .pro-main .our-product .ty-title {
  font-size: 3rem;
  line-height: 1;
  font-family: 'PDB';
}
#index-body .pro-main .our-product .hamburger .line {
  width: 26px;
  height: 2px;
  background-color: #ecf0f1;
  display: block;
  margin: 3px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#index-body .pro-main .our-product .btn-box {
  padding: 15px 11px;
  display: inline-block;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  position: relative;
  margin-top: 30px;
}
#index-body .pro-main .our-product .btn-box:hover {
  cursor: pointer;
}
#index-body .pro-main .our-product #hamburger-6.is-active {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#index-body .pro-main .our-product #hamburger-6.is-active .line:nth-child(2) {
  width: 0px;
}
#index-body .pro-main .our-product #hamburger-6.is-active .line:nth-child(1),
#index-body .pro-main .our-product #hamburger-6.is-active .line:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
#index-body .pro-main .our-product #hamburger-6.is-active .line:nth-child(1) {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -o-transform: translateY(5px);
  transform: translateY(5px);
}
#index-body .pro-main .our-product #hamburger-6.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-5px) rotate(90deg);
  -ms-transform: translateY(-5px) rotate(90deg);
  -o-transform: translateY(-5px) rotate(90deg);
  transform: translateY(-5px) rotate(90deg);
}
#index-body .pro-main .our-product .pro-mask {
  position: absolute;
  width: 720px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  transform: translateX(-100%);
  padding: 140px 80px 0 240px;
  transition: .5s ease;
}
#index-body .pro-main .our-product .pro-mask h3 {
  display: none;
  font-size: 24px;
  font-family: 'PDB';
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 30px;
}
#index-body .pro-main .our-product .pro-mask ul li {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.8;
  display: block;
  padding-left: 60px;
  position: relative;
  margin-bottom: 1rem;
  font-family: 'PDB';
}
#index-body .pro-main .our-product .pro-mask ul li a {
  display: inline-block;
  border-bottom: 4px solid transparent;
  transition: .3s ease;
}
#index-body .pro-main .our-product .pro-mask ul li a:hover {
  border-color: #fff;
}
#index-body .pro-main .our-product .pro-mask ul li:last-child {
  margin-bottom: 0;
}
#index-body .pro-main .our-product .pro-mask ul li::before {
  content: url(../images/jt-icon.png);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: .3s ease;
  opacity: 0;
}
#index-body .pro-main .our-product .pro-mask ul li:hover::before {
  opacity: 1;
  left: 40px;
}
#index-body .pro-main .our-product .pro-mask.active {
  transform: translateX(0);
}
#index-body .news {
  padding: 4.8rem 0 3rem;
}
#index-body .news .ui.container {
  max-width: 1255px;
  width: 100%;
}
#index-body .news .header {
  text-align: center;
}
#index-body .news .header h3.title {
  margin-top: 2rem;
  font-family: 'PDR';
}
#index-body .news .header p.desc {
  line-height: 1.8;
  color: #6a6a6a;
  margin-top: 2rem;
}
#index-body .news .content {
  margin-top: 3.4rem;
}
#index-body .news .content ul {
  margin-right: -3.35rem;
}
#index-body .news .content ul .slick-slide {
  margin-right: 3.35rem;
}
#index-body .news .content ul li .img img {
  width: 100%;
}
#index-body .news .content ul li .text {
  position: relative;
  padding: 1.5rem 1.3rem 0 1.45rem;
  text-align: center;
}
#index-body .news .content ul li .text time {
  display: block;
  font-size: 16px;
  letter-spacing: 3px;
  color: #191919;
  line-height: 2;
}
#index-body .news .content ul li .text h3 {
  font-size: 1.5rem;
  line-height: 1.6;
  font-family: 'PDR';
  color: #191919;
  margin-top: 0.6rem;
}
#index-body .news .content ul li .text p {
  font-size: 16px;
  color: #686868;
  line-height: 30px;
  margin-top: 0.7rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.contact {
  padding: 2.85rem 15.55rem 2.45rem 20.7rem;
  background: url(../images/cb.png) no-repeat;
  background-size: cover;
  color: #fff;
}
.contact .header {
  text-align: center;
  margin-left: -15%;
}
.contact .header h3 {
  font-size: 2rem;
  line-height: 1;
  font-family: 'PDR';
}
.contact .header p {
  margin-top: 1.5rem;
  font-size: 15px;
  line-height: 30px;
}
.contact .form {
  margin-top: 3rem;
  position: relative;
}
.contact .form input[type="text"],
.contact .form textarea {
  background: transparent;
  border: none;
  border-bottom: 1px solid #abb9a1;
  color: #fff;
  font-size: 18px;
  font-family: 'PDR';
  padding: 11px 0 9px 14px;
  width: 23.013%;
  margin-right: 5.5rem;
}
.contact .form input[type="text"]::placeholder,
.contact .form textarea::placeholder {
  color: #fff;
}
.contact .form input[type="text"]::-webkit-input-placeholder,
.contact .form textarea::-webkit-input-placeholder {
  color: #fff;
}
.contact .form input[type="text"]:-moz-placeholder,
.contact .form textarea:-moz-placeholder {
  color: #fff;
}
.contact .form input[type="text"]:-ms-input-placeholder,
.contact .form textarea:-ms-input-placeholder {
  color: #fff;
}
.contact .form textarea {
  margin-top: 1.55rem;
  width: 88.2%;
}
.contact .form .i3 {
  margin-right: 0 !important;
}
.contact .form input[type="submit"] {
  width: 111px;
  height: 35px;
  border: solid 1px #ffffff;
  background: transparent;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 16px;
  font-family: 'PDR';
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.contact .form input[type="submit"]:hover {
  background-color: #000;
  border-color: #000;
}
#footer {
  position: relative;
  background: #f1f0ec;
}
#footer .ui.container {
  max-width: 1700px;
  width: 100%;
}
#footer .f-content {
  padding-top: 4rem;
  position: relative;
  padding-right: 13rem;
}
#footer .f-content h3 {
  font-size: 22px;
  font-family: 'PDR';
  line-height: 1;
  color: #4a533c;
}
#footer .f-content ul {
  margin-top: 2.45rem;
}
#footer .f-content ul li {
  color: #7d886e;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 30px;
  margin-bottom: 8px;
  padding-left: 11px;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#footer .f-content ul li:last-child {
  margin-bottom: 0;
}
#footer .f-content ul li:hover {
  color: #000;
}
#footer .f-content .f-ab {
  text-align: center;
  padding-top: 1.75rem;
}
#footer .f-content .f-ab .share {
  margin-top: 2.3rem;
}
#footer .f-content .f-ab .share dd {
  display: inline-block;
  margin-right: 12px;
  font-size: 18px;
  color: #44533c;
  background-color: #eae9e5;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
}
#footer .f-content .f-ab .share dd:last-child {
  margin-right: 0;
}
#footer .f-content .f-nav {
  padding-left: 4%;
  width: 21%;
}
#footer .f-content .f-product {
  width: 20%;
}
#footer .f-content .f-contact {
  width: 34%;
  padding-left: 5%;
}
#footer .f-content .f-contact ul li {
  margin-bottom: 1rem;
  padding-left: 0;
}
#footer .f-content .f-contact ul li img {
  display: inline-block;
  vertical-align: middle;
  padding-right: 0.75rem;
}
#footer .f-content .f-contact ul li span {
  display: inline-block;
  vertical-align: middle;
  width: 90%;
}
#footer .f-content .f-contact ul li:first-child img {
  vertical-align: top;
  margin-top: 5px;
}
#footer .f-content .f-code {
  width: 10%;
}
#footer .f-content .f-code #ewm {
  margin-top: 1.4rem;
  border: solid 5px #f8f8f8;
  width: 160px;
}
#footer .f-copy {
  margin-top: 3.05rem;
  padding: 1rem 0;
  color: #fff;
  background-color: #191816;
  width: 100%;
  text-align: center;
  font-size: 15px;
  font-family: 'PL';
  letter-spacing: 1px;
  line-height: 30px;
}
#footer .f-copy svg {
  vertical-align: middle;
  width: auto;
  max-height: 28px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  fill: #fff;
}
#footer .f-copy svg text {
  fill: #fff;
}
.inquiry {
  position: fixed;
  bottom: 15%;
  right: 5%;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  background: #000;
  cursor: pointer;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 100;
}
.layer-form {
  display: none;
}
.container-contact100 {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 1000001;
  left: 0;
  top: 0;
}
.wrap-contact100 {
  width: 560px;
  background: #fff;
  border-radius: 3px;
  position: relative;
  overflow: auto;
  max-height: 90vh;
}
.layer-form .wrap-contact100 {
  width: 357px;
  border-radius: 10px;
}
.btn-hide-contact100 {
  font-size: 20px;
  color: #fff;
  opacity: .6;
  position: absolute;
  right: 10px;
  top: 5px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  cursor: pointer;
  z-index: 10;
}
.layer-form .wrap-contact100 .btn-hide-contact100 {
  color: #000;
}
.layer-form .wrap-contact100 form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 25px 15px;
}
.layer-form .wrap-contact100 form h2 {
  width: 100%;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
.layer-form .wrap-contact100 form input {
  height: 36px;
  display: block;
  width: 100%;
  background: 0 0;
  font-size: 14px;
  color: #333;
  line-height: 1.2;
  padding: 0 20px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  margin-bottom: 20px;
  transition: .3s ease;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
}
.layer-form .wrap-contact100 form textarea {
  height: 114px;
  padding-top: 22px;
  padding-bottom: 15px;
  display: block;
  width: 100%;
  background: 0 0;
  font-size: 14px;
  color: #333;
  line-height: 1.2;
  padding: 15px 20px;
  border: none;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  transition: .3s ease;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
}
.layer-form .wrap-contact100 form p {
  font-size: 12px;
  color: #adadad;
  padding: 10px 0;
}
.layer-form .wrap-contact100 form .layer-submit {
  width: 100%;
  position: relative;
  border-radius: 2px;
}
.layer-form .wrap-contact100 form .layer-submit input[type=submit] {
  border: 1px solid #e6e6e6;
  background: #000;
  height: 42px;
  display: block;
  width: 100%;
  font-size: 15px;
  line-height: 1.2;
  padding: 0 20px;
  margin: 0;
  border-radius: 42px;
  transition: .5s ease;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  -ms-transition: .5s ease;
  -o-transition: .5s ease;
  position: relative;
  z-index: 10;
  color: #fff;
}
.layer-form .wrap-contact100 form .layer-submit input[type=submit]:hover {
  background: #000;
}
.layer-form .wrap-contact100 form input {
  height: 36px;
  display: block;
  width: 100%;
  background: 0 0;
  font-size: 14px;
  color: #333;
  line-height: 1.2;
  padding: 0 20px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  margin-bottom: 20px;
  transition: .3s ease;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
}
@media screen and (max-width: 1895px) {
  #header .h-top,#header .nav{
    padding: 0 6.2rem 0 3.9rem;
  }
  #header .h-top .grid-box .left{
    width: 80%;
  }
  #header .h-top .grid-box .right{
    width: 20%; 
  }
  #header .list{
    padding: 0.65rem 6.2rem 0.65rem 3.9rem;
  }
}

@media screen and (max-width: 1815px) {
  .contact .form input[type="text"] {
    width: 24%;
  }
  .contact .form input[type="text"],
  .contact .form textarea {
    margin-right: 3rem;
  }
  .contact .form textarea {
    width: 85.5%;
  }
  .contact .header{
    margin-left: -4%;
  }
}

@media screen and (max-width: 1528px) {
  #header .h-top .grid-box .left li::before{
    margin-right: 0.3rem;
  }
  #header .h-top, #header .nav {
    padding: 0 2rem 0 2rem;
}
#header .list {
    padding: 0.65rem 2rem 0.65rem 2rem;
}
}

@media screen and (max-width: 1500px) {
  #index-body .pro-main .our-product .pro-mask {
    width: 500px;
    padding: 140px 80px 0 80px;
  }
  .contact {
    padding: 2.85rem 8.55rem 2.45rem 12.7rem;
  }
  .contact .form input[type="text"] {
    width: 24.5%;
  }
  #footer .f-content {
    padding-right: 4rem;
  }
}
@media screen and (max-width: 1366px) {
  #header .h-top, #header .nav {
    padding: 0 1rem 0 1rem;
  }
  #header .list {
    padding: 0.65rem 1rem 0.65rem 1rem;
}
  #header .h-top .grid-box .left li{
    letter-spacing: 0;
  }
  #banner ul li .text {
    top: 25%;
  }
  #banner ul li .text p {
    width: 86%;
  }
  #index-body .product .content ul {
    margin: 0 -30px;
  }
  #index-body .product .content li {
    padding: 5px 30px;
  }
}
@media screen and (max-width: 1200px) {
  #index-body .pro-main .our-product .pro-mask {
    width: 400px;
  }
  #index-body .pro-main .our-product .pro-mask ul li {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 1166px) {
  #header .h-top .grid-box .left li:last-child{
    display: none;
  }
  #header .list .ui.menu .h-search {
    margin-left: 4rem;
  }
  #banner ul li .text {
    top: 15%;
  }
  #banner ul li .text .left {
    width: 60%;
  }
  #index-body .about .content h3 {
    width: 60%;
  }
  #index-body .pro-main .our-product {
    height: 600px;
  }
  .contact {
    padding: 2.85rem 5rem 2.45rem 6rem;
  }
  #footer .f-content .f-ab {
    width: 25%;
  }
  #footer .f-content .f-contact ul li span {
    width: 88%;
  }
  #footer .f-content {
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 992px) {
  #header {
    margin-bottom: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
  #header .nav {
    display: none;
  }
  #header .list .ui.menu .menu-box {
    display: none;
  }
  #header .list {
    padding: 0 0 5px;
    background-color: #fff;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  }
  #mobile #menu-on {
    top: 0;
  }
  #header .list .ui.menu .logo {
    display: block;
    margin: 0 auto;
  }
  #header .list .ui.menu .logo span {
    color: #000;
  }
  #header .list .ui.menu .h-search {
    display: none;
  }
  #banner ul li .text .left {
    width: 70%;
  }
  #banner ul li .text h3 {
    font-size: 3rem;
  }
  #banner ul li .text p {
    width: 100%;
    line-height: 1.5;
  }
  #index-body .pro-main .our-product .pro-mask {
    width: 300px;
    padding: 40px 20px 0 20px;
  }
  #footer .f-content .f-nav,
  #footer .f-content .f-product {
    display: none;
  }
  .contact {
    padding: 2.85rem 1rem 2.45rem 1rem;
  }
  .contact .header{
    margin-left: 0;
  }
  #footer .f-content .f-ab,
  #footer .f-content .f-contact {
    width: 50%;
  }
}
@media screen and (max-width: 700px) {
  #banner ul li .text .left {
    width: 100%;
  }
  #banner ul li .text h3 {
    font-size: 2rem;
    margin-top: 0;
  }
  #banner ul li .text p {
    font-size: 14px;
  }
  #banner ul li > img {
    min-height: 300px;
  }
  #banner ul li .text {
    top: 29%;
  }
  #banner ul li .text .more {
    width: 110px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  #index-body .about .header .left .txt {
    font-size: 16px;
  }
  #index-body .about .header .right {
    text-align: left;
  }
  #index-body .about .header .right a {
    font-size: 20px;
  }
  #index-body .about .content {
    display: none;
  }
  .pro-main {
    display: none;
  }
  .contact {
    display: none;
  }
  #footer .f-content .f-ab,
  #footer .f-content .f-contact {
    width: 100%;
  }
  #footer .f-content .f-ab .share {
    display: none;
  }
  #footer .f-content .f-contact {
    padding: 2rem 0 0 0;
  }
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
.inner-banner {
    height: 330px;
    display: flex;
    align-items: center;

    position: relative;
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.inner-banner h2 {
       display: block;
    line-height: 44px;
    font-size: 32px;
    color: #fff;
    padding-top: 40px;
    text-align: left;
}
.inner-banner .mbx {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.inner-banner .mbx .box {
  line-height: 60px;
  padding: 0 25px;
  background: white;
  font-size: 24px;
  font-weight: bold;
  color: #564f3c;
  display: inline-block;
}
.inner-banner .mbx .box a:first-child:before {
  content: '';
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  background: url("../images/icon-home.png") center center no-repeat;
  margin-top: -5px;
}
.inner-banner .mbx .box span {
  color: #bea973;
}
.inner-banner .ui.container,
.inner-page .ui.container {
  max-width: 1230px;
}
@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
@keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
.inner-page .m-page {
  margin-top: 70px;
  text-align: center;
}
.inner-page .m-page a,
.inner-page .m-page span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
  line-height: 27px;
  height: 27px;
  border-bottom: 3px solid #c1c1c1;
  font-size: 18px;
  color: black;
  padding: 0 10px;
  font-weight: bold;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .m-page a:hover,
.inner-page .m-page span.current {
  border-color: #bea973;
}
.inner-page .form ul {
  margin: -10px;
}
.inner-page .form ul li {
  padding: 10px;
}
.inner-page .form ul li input,
.inner-page .form ul li textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 16px;
  line-height: 2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .form ul li input:focus,
.inner-page .form ul li textarea:focus {
  border-color: #bea973;
}
.inner-page .form ul li textarea {
  height: 120px;
}
.inner-page .form ul li input[type="submit"] {
  padding: 12px;
  max-width: 180px;
  border-color: black;
  background-color: transparent;
  font-weight: bold;
}
.inner-page .form ul li input[type="submit"]:hover {
  color: white;
  background-color: #bea973;
  border-color: #bea973;
}
.inner-page .form ul li.wid-100 {
  width: 100%;
}
.about-page i.tag {
  display: block;
  font-size: 18px;
  color: #2f2f2f;
  font-weight: 300;
  line-height: 2;
  margin-bottom: 28px;
}
.about-page i.tag:before,
.about-page i.tag:after {
  content: '';
  width: 105px;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
  background: #959595;
  margin: 0 10px;
  margin-top: -4px;
}
.about-page h2 {
  font-size: 57px;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  font-family: 'PDB';
}
.about-page .text {
  font-size: 16px;
  color: #8d8d8d;
  line-height: 1.4;
  max-width: 480px;
  display: block;
  margin: 15px auto 0;
  text-align: center;
  font-weight: bold;
}
.about-page .about-1 {
  padding: 130px 0 120px;
}
.about-page .about-1 .left {
  width: 51%;
  vertical-align: middle;
}
.about-page .about-1 .left .img {
  position: relative;
}
.about-page .about-1 .left .img .play {
  position: absolute;
  bottom: 20px;
  right: 10px;
  cursor: pointer;
  cursor: hand;
}
.about-page .about-1 .left .img .play span {
  width: 42px;
  height: 42px;
  border-radius: 100%;
  background: white;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}
.about-page .about-1 .left .img .play span i {
  border-left: 12px solid #7d7a59;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  display: block;
}
.about-page .about-1 .left .img .play span:after,
.about-page .about-1 .left .img .play span:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 100%;
  background: inherit;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.about-page .about-1 .left .img .play span:after {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
.about-page .about-1 .left .img .play h6 {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  font-weight: bold;
  color: white;
  margin-left: 15px;
}
.about-page .about-1 .right {
  width: 49%;
  vertical-align: middle;
  padding-left: 4%;
}
.about-page .about-1 .right i.tag {
  margin-bottom: 0;
}
.about-page .about-1 .right i.tag:before {
  display: none;
}
.about-page .about-1 .right h3 {
  font-weight: bold;
  font-size: 33px;
  color: #bea973;
  line-height: 1.2;
  margin: 15px 0 20px;
}
.about-page .about-1 .right .content {
  display: block;
  font-size: 14px;
  color: #686868;
  line-height: 1.8;
}
.about-page .about-2 {
  padding: 130px 0;
  position: relative;
  z-index: 99;
}
.about-page .about-2:before {
  content: '';
  width: 60%;
  height: 100%;
  background: #8dca92;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.about-page .about-2:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 56px;
  background: url("/joinfountain/2022/01/05/about-bg03.jpg") center right no-repeat;
  background-size: 49% auto;
  z-index: -2;
}
.about-page .about-2 i.tag {
  color: white;
}
.about-page .about-2 i.tag:before {
  display: none;
}
.about-page .about-2 .list {
  margin-top: 70px;
}
.about-page .about-2 .list ul li {
  background-position: center center;
  background-size: cover;
  border-right: 1px solid #f4f4f4;
  height: 410px;
  padding-top: 60px;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
  z-index: 1;
}
.about-page .about-2 .list ul li:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: -1;
  opacity: 1;
}
.about-page .about-2 .list ul li i {
  width: 66px;
  height: 66px;
  display: block;
  background: url("../images/icon-2-1.png") center center no-repeat;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-2 .list ul li i.ie2 {
  background-image: url('../images/icon-2-2.png');
}
.about-page .about-2 .list ul li i.ie3 {
  background-image: url('../images/icon-2-3.png');
}
.about-page .about-2 .list ul li i.ie4 {
  background-image: url('../images/icon-2-4.png');
}
.about-page .about-2 .list ul li h4 {
  display: block;
  margin: 25px 0;
  font-size: 24px;
  font-weight: bold;
  color: #131313;
  line-height: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-2 .list ul li p {
  display: block;
  font-size: 16px;
  color: #777;
  line-height: 1.6;

  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-2 .list ul li:last-child {
  border-right: none;
}
.about-page .about-2 .list ul li:hover:after {
  opacity: 0;
}
.about-page .about-2 .list ul li:hover i {
  background-image: url("../images/icon-2-1-2.png");
}
.about-page .about-2 .list ul li:hover i.ie2 {
  background-image: url("../images/icon-2-2-2.png");
}
.about-page .about-2 .list ul li:hover i.ie3 {
  background-image: url("../images/icon-2-3-2.png");
}
.about-page .about-2 .list ul li:hover i.ie4 {
  background-image: url("../images/icon-2-4-2.png");
}
.about-page .about-2 .list ul li:hover h4,
.about-page .about-2 .list ul li:hover p {
  color: white;
}
.about-page .about-3 {
  padding: 160px 0 100px;
  text-align: center;
}
.about-page .about-3 .list {
  margin-top: 60px;
}
.about-page .about-3 .list ul {
  margin: -12px;
}
.about-page .about-3 .list ul li {
  padding: 12px;
}
.about-page .about-3 .list ul li span {
  width: 166px;
  height: 166px;
  line-height: 166px;
  border-radius: 100%;
  border: 1px #434343 dashed;
  display: block;
  position: relative;
  margin: 0 auto;
}
.about-page .about-3 .list ul li span img {
  display: inline-block;
  vertical-align: middle;
}
.about-page .about-3 .list ul li span i {
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  background: white;
  border: 1px #434343 dashed;
  font-size: 30px;
  font-weight: bold;
  color: #5f5f5f;
  position: absolute;
  top: 7px;
  right: 0;
  border-radius: 100%;
}
.about-page .about-3 .list ul li h4 {
    font-size: 18px;
    line-height: 2;
    font-weight: 700;
    color: #564f3c;
    margin: 24px 0 12px;
    padding: 0 28px;
}
.about-page .about-3 .list ul li p {
  display: block;
  font-size: 16px;
  color: #8d8d8d;
  line-height: 1.4;
  font-weight: bold;
}
.about-page .about-4 {
  padding: 150px 0 130px;
  text-align: center;
  background: #f8f8f8;
}
.about-page .about-4 ul {
  margin: -10px;
}
.about-page .about-4 ul li {
  padding: 10px;
  position: relative;
}
.about-page .about-4 ul li:after {
  content: '';
  height: 70px;
  width: 1px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #bfbfbf;
}
.about-page .about-4 ul li:last-child:after {
  display: none;
}
.about-page .about-4 ul li h4 {
  display: block;
  font-size: 74px;
  color: #bea973;
  line-height: .8;
  font-weight: bold;
}
.about-page .about-4 ul li h4 sub,
.about-page .about-4 ul li h4 span {
  font-size: 30px;
  display: inline-block;
  vertical-align: bottom;
  text-transform: uppercase;
}
.about-page .about-4 ul li p {
  font-size: 24px;
  color: #564f3c;
  line-height: 1;
  margin-top: 15px;
  font-weight: bold;
}
.about-page .about-5 {
  padding: 90px 0 120px;
  text-align: center;
}
.about-page .about-5 .text {
  max-width: none;
}
.about-page .about-5 .img {
  padding-top: 60px;
  margin: 0 -5%;
}
.history-page {
  padding: 360px 0 80px;
  background: url("../images/history-bg.jpg") center center;
  background-size: cover;
  overflow: hidden;
}
.history-page .list {
  position: relative;
  z-index: 1;
}
.history-page .list:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #b5b5b5;
  position: absolute;
  top: 87px;
  left: 0;
  z-index: -1;
}
.history-page .list .slick-list {
  overflow: unset;
}
.history-page .list ul {
  margin: -15px 0;
}
.history-page .list ul li {
  padding: 15px;
  text-align: center;
}
.history-page .list ul li h3 {
  display: block;
  font-size: 53px;
  color: #2f2f2f;
  font-style: italic;
  line-height: .8;
  padding-bottom: 30px;
  font-weight: 300;
  position: relative;
}
.history-page .list ul li h3:after {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  margin-left: -4px;
  bottom: -6px;
  -o-box-shadow: 0 0 1px 1px #979797;
  -webkit-box-shadow: 0 0 1px 1px #979797;
  box-shadow: 0 0 1px 1px #979797;
  border: 2px solid white;
  background: black;
}
.history-page .list ul li .text {
  padding-top: 30px;
  display: block;
  font-weight: bold;
  color: #444;
  line-height: 1.4;
  font-size: 16px;
  position: relative;
}
.history-page .list ul .slick-slide:nth-child(even) li h3 {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  padding-bottom: 0;
  padding-top: 30px;
}
.history-page .list ul .slick-slide:nth-child(even) li h3:after {
  top: -6px;
}
.history-page .list ul .slick-slide:nth-child(even) li .text {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  padding-top: 0;
  padding-bottom: 30px;
}
.history-page .btn {
  margin-top: 130px;
  text-align: center;
}
.history-page .btn a {
  display: inline-block;
  vertical-align: middle;
  background: #dcdcdc;
  color: white;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 60px;
  height: 60px;
  padding: 0 40px;
  margin: 0 -2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.history-page .btn a.prev {
  background: #bea973;
}
.honor-page {
  padding: 130px 0 160px;
  text-align: center;
  overflow: hidden;
}
.honor-page .list {
  margin-top: 70px;
  position: relative;
}
.honor-page .list ul li {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
.honor-page .list ul .slick-slide li {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  left: 90%;
}
.honor-page .list ul .slick-slide + div.slick-active li {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  left: 45%;
}
.honor-page .list ul .slick-slide + div.slick-active + div.slick-current li {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  left: 0;
  z-index: 2;
}
.honor-page .list ul .slick-slide + div.slick-active + div.slick-current + div.slick-active li {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  left: -45%;
  z-index: 1;
}
.honor-page .list ul .slick-slide + div.slick-active + div.slick-current + div.slick-active + div.slick-slide li {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  left: -90%;
}
.honor-page .list ul:last-child {
  position: absolute;
  left: 0;
  width: 100%;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  top: 78%;
  z-index: -1;
}
.honor-page .list ul:last-child:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(65%, white), color-stop(100%, rgba(255, 255, 255, 0.8)));
  /* 兼容Safari4-5, chrome1-9 */
  background: -moz-linear-gradient(bottom, white 65%, rgba(255, 255, 255, 0.8) 100%);
  /* firefox */
  background: -webkit-linear-gradient(top, white 65%, rgba(255, 255, 255, 0.8) 100%);
  /* chrome */
  /* opera */
  /* ie */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, white), to(rgba(255, 255, 255, 0.8)));
  background: -moz-linear-gradient(top, white 65%, rgba(255, 255, 255, 0.8) 100%);
  background: linear-gradient(to bottom, white 65%, rgba(255, 255, 255, 0.8) 100%);
  /* firefox */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='rgba(255,255,255,.8)',GradientType=0)";
  /* 兼容IE8~IE9 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='rgba(255,255,255,.8)', GradientType=0);
  /* 兼容IE5~IE9 */
  left: 0;
  top: 0;
}
.honor-page .list ul:last-child .slick-arrow {
  display: none !important;
}
.honor-page .list ul .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-position: center center;
  background-repeat: no-repeat;
  border: none;
  background-size: 12px;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.honor-page .list ul .slick-arrow.slick-prev {
  background-image: url("../images/banner-btn-l.png");
  left: 0;
}
.honor-page .list ul .slick-arrow.slick-next {
  background-image: url("../images/banner-btn-r.png");
  right: 0;
}
.honor-page .list ul .slick-arrow:hover {
  background-color: #bea973;
}
.quality-page {
  padding: 150px 0;
}
.quality-page i.tag:before {
  display: none;
}
.quality-page h2 {
  position: relative;
  margin-bottom: 40px;
}
.quality-page h2 span {
  display: block;
}
.quality-page h2 em {
  color: black;
  display: inline-block;
  clear: both;
  border-bottom: 5px solid #bea973;
  padding-bottom: 5px;
}
.quality-page h2:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #eee;
  position: absolute;
  bottom: 2px;
  left: 0;
  z-index: -1;
}
.quality-page .text {
  font-size: 18px;
  line-height: 1.8;
  max-width: none;
  text-align: left;
}
.quality-page .quality-1 .list {
  margin-top: 70px;
}
.quality-page .quality-1 .list ul li {
  padding-left: 60px;
  position: relative;
  margin-bottom: 40px;
}
.quality-page .quality-1 .list ul li i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  color: white;
  background: #bea973;
  font-weight: bold;
  font-size: 30px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.quality-page .quality-1 .list ul li h4 {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #bea973;
  line-height: 1.8;
}
.quality-page .quality-1 .list ul li .text {
  font-size: 16px;
}
.quality-page .quality-1 .list ul li .text img {
  margin: 20px 0;
}
.quality-page .quality-1 .list ul li:last-child {
  margin-bottom: 0;
}
.quality-page .quality-2 {
  padding-top: 160px;
}
.quality-page .quality-2 .list ul {
  margin: -15px;
}
.quality-page .quality-2 .list ul li {
  padding: 15px;
}
.quality-page .quality-2 .list ul li .box {
  display: block;
  -o-box-shadow: 0 0 35px rgba(25, 25, 25, 0.11);
  -webkit-box-shadow: 0 0 35px rgba(25, 25, 25, 0.11);
  box-shadow: 0 0 35px rgba(25, 25, 25, 0.11);
  background: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.quality-page .quality-2 .list ul li .box a.img-box {
  display: block;
}
.quality-page .quality-2 .list ul li .box a.img-box img {
  display: block;
  width: 100%;
}
.quality-page .quality-2 .list ul li .box h5 {
  display: block;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  padding: 20px;
  font-family: 'PDB';
}
.quality-page .quality-2 .list ul li .box:hover {
  color: white;
  background: #bea973;
}
.process-page {
  padding: 0;
}
.process-page .process-1 {
  padding: 110px 0;
}
.process-page .process-1.bg {
  background: #f1f1f1;
}
.process-page .process-1 h2:before {
  content: attr(data-num);
  font-size: 188px;
  font-weight: bold;
  color: transparent;
  -webkit-text-stroke: 1px rgba(190, 169, 115, 0.38);
  text-stroke: 1px rgba(190, 169, 115, 0.38);
  opacity: .42;
  line-height: .8;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
}
.process-page .process-1 h2 i {
  color: #bea973;
}
.process-page .process-1 a.moreBnt {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 100%;
  text-align: center;
  background: #bea973;
  color: white;
  font-size: 18px;
  float: right;
  display: block;
  margin-top: -100px;
  z-index: 2;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.process-page .process-1 a.moreBnt:hover {
  background: black;
}
.process-page .process-1 .list {
  margin-top: 40px;
}
.process-page .process-1 .list ul {
  margin: -5px;
}
.process-page .process-1 .list ul li {
  padding: 5px;
}
.process-page .process-1 .list ul li a {
  display: block;
}
.process-page .process-1 .list ul li a img {
  width: 100%;
}
.process-page .process-2 {
  padding: 150px 0;
}
.process-page .process-2 h3 {
  display: block;
  font-size: 92px;
  font-weight: bold;
  color: #bea973;
  line-height: 1;
}
.process-page .process-2 .text {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.8;
  margin-top: 20px;
}
.process-page .process-2 .box {
  position: relative;
  padding: 0 15px;
  text-align: center;
  line-height: 260px;
  height: 260px;
}
.process-page .process-2 .box h5 {
  display: inline-block;
  vertical-align: middle;
  font-size: 29px;
  font-weight: bold;
  color: #3d3d3c;
  line-height: 1;
}
.process-page .process-2 .box h5 em {
  display: block;
  color: #bea973;
  font-size: 24px;
  margin-top: 5px;
}
.process-page .process-2 .box:after,
.process-page .process-2 .box:before {
  content: '';
  position: absolute;
}
.process-page .process-2 .box:after {
  border-top: 1px solid #bea973;
  border-bottom: 1px solid #bea973;
  width: 106%;
  height: 100%;
  left: -3%;
  top: 0;
}
.process-page .process-2 .box:before {
  border-left: 1px solid #bea973;
  border-right: 1px solid #bea973;
  width: 100%;
  height: 106%;
  left: 0;
  top: -3%;
}
.process-page .process-2 .list ul {
  margin: -17px;
}
.process-page .process-2 .list ul li {
  padding: 17px;
}
.process-page .process-2 .list ul li:nth-child(1) {
  width: 66.666%;
}
.product-page {
  padding: 40px 0 100px;
}
.product-page .sidebarBox .left {
  width: 30%;
  padding-right: 30px;
}
.product-page .sidebarBox .left .box {
  padding: 35px 20px;
  background: #f7f7f7;
  margin-bottom: 30px;
}
.product-page .sidebarBox .left .box:last-child {
  margin-bottom: 0;
}
.product-page .sidebarBox .left .box h4 {
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 2;
  padding-bottom: 7px;
  border-bottom: 1px solid #e4e4e4;
  position: relative;
  font-family: 'PDB';
}
.product-page .sidebarBox .left .box h4:after {
  content: '';
  width: 72px;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: -3px;
  z-index: 1;
    background: #8dca92;
}
.product-page .sidebarBox .left .box .list {
  padding-top: 20px;
  font-size: 18px;
  line-height: 2;
}
.product-page .sidebarBox .left .box .list ul li {
  background: white;
  position: relative;
}
.product-page .sidebarBox .left .box .list ul li a {
  display: block;
  padding: 15px;
  padding-right: 25px;
  background: white;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  -o-box-shadow: 0 0 21px rgba(25, 25, 25, 0.11);
  -webkit-box-shadow: 0 0 21px rgba(25, 25, 25, 0.11);
  box-shadow: 0 0 21px rgba(25, 25, 25, 0.11);
  position: relative;
  font-family: 'PDB';
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .sidebarBox .left .box .list ul li i {
  position: absolute;
  right: 10px;
  top: 26px;
}
.product-page .sidebarBox .left .box .list ul li a:hover{
  color: white;
  background: #8dca92;
  text-align: left;
}
.product-page .sidebarBox .left .box .list ul li a:hover i {
  color: #fff;
}
.product-page .sidebarBox .left .box .list ul li ul{
  display: none;
}
.product-page .sidebarBox .left .box .info {
  margin-top: 20px;
}
.product-page .sidebarBox .left .box .info ul li {
  margin-bottom: 17px;
}
.product-page .sidebarBox .left .box .info ul li a {
  padding: 15px 10px 15px 55px;
  position: relative;
  font-size: 18px;
  font-weight: 300;
  line-height: 2;
  display: block;
  background: white;
  -o-box-shadow: 0 0 21px rgba(25, 25, 25, 0.11);
  -webkit-box-shadow: 0 0 21px rgba(25, 25, 25, 0.11);
  box-shadow: 0 0 21px rgba(25, 25, 25, 0.11);
}
.product-page .sidebarBox .left .box .info ul li a i {
  position: absolute;
  left: 12px;
  top: 8px;
  max-width: 34px;
}
.product-page .sidebarBox .left .box .info ul li:last-child {
  margin-bottom: 0;
}
.product-page .sidebarBox .right {
  width: 70%;
}
.product-page .sidebarBox .right .catnamedetail{
  font-size: 16px;
    line-height: 30px;
    margin-top: 10px;
}
.yuanfz {
    font-size: 16px;
    line-height: 2;
    margin-top: 15px;
}
.product-page .sidebarBox .right .list ul {
}
.product-page .sidebarBox .right .list ul li {
  border: 1px solid #f7f7f7;
  margin: 0 20px 20px 0;
    width: 31%;
}
.product-page .sidebarBox .right .list ul li a.img-box {
  display: block;
}
.product-page .sidebarBox .right .list ul li a.img-box:after {
  content: '';
  width: 100%;
  height: 50%;
  background: rgba(0, 0, 0, 0.3);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, transparent), color-stop(100%, black));
  /* 兼容Safari4-5, chrome1-9 */
  background: -moz-linear-gradient(bottom, transparent 0%, black 100%);
  /* firefox */
  background: -webkit-linear-gradient(top, transparent 0%, black 100%);
  /* chrome */
  /* opera */
  /* ie */
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(black));
  background: -webkit-linear-gradient(top, transparent, black);
  background: -moz-linear-gradient(top, transparent, black);
  background: linear-gradient(to bottom, transparent, black);
  /* firefox */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='black',GradientType=0)";
  /* 兼容IE8~IE9 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='black', GradientType=0);
  /* 兼容IE5~IE9 */
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .sidebarBox .right .list ul li a.img-box img {
  width: 100%;
  /*object-fit: cover;
    max-height: 538px;
    min-height: 538px;*/
}
.product-page .sidebarBox .right .list ul li a.img-box i.fa {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: white;
  font-size: 16px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #8dca92;
  border-radius: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateX(20%);
  -moz-transform: translateX(20%);
  -ms-transform: translateX(20%);
  transform: translateX(20%);
}
.product-page .sidebarBox .right .list ul li a.img-box h6 {
  position: absolute;
     bottom: 30px;
    padding: 0 30px;
  font-size: 20px;
  font-weight: bold;
  color: white;
  line-height: 1.5;
  z-index: 1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateX(-20%);
  -moz-transform: translateX(-20%);
  -ms-transform: translateX(-20%);
  transform: translateX(-20%);
  width: 100%;
}
.product-page .sidebarBox .right .list ul li a.img-box h6 small {
  display: block;
  font-size: 16px;
 color: #8dca92;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.product-page .sidebarBox .right .list ul li a.img-box:hover:after {
  opacity: 1;
}
.product-page .sidebarBox .right .list ul li a.img-box:hover i.fa,
.product-page .sidebarBox .right .list ul li a.img-box:hover h6 {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.prodet-page {
  padding: 100px 0 100px;
}
.prodet-page .prodet-1 .left {
  width: 50%;
  vertical-align: middle;
}
.prodet-page .prodet-1 .left .bigImg {
  display: block;
}
.prodet-page .prodet-1 .left .bigImg img {
  width: 100%;
}
.prodet-page .prodet-1 .left .bigImg a {
  display: block;
  position: relative;
}
.prodet-page .prodet-1 .left .bigImg a:after {
  content: "\f07d";
  width: 17px;
  height: 17px;
  line-height: 17px;
  border-radius: 100%;
  text-align: center;
  background: #444;
  color: white;
  position: absolute;
  left: 18px;
  bottom: 18px;
  font-family: "FontAwesome";
  font-size: 12px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.prodet-page .prodet-1 .left .small {
  margin-top: 17px;
  padding: 0 10%;
}
.prodet-page .prodet-1 .left .small ul {
  margin: 0 -3px;
}
.prodet-page .prodet-1 .left .small ul li {
  padding: 0 3px;
}
.prodet-page .prodet-1 .left .small ul li a {
  display: block;
}
.prodet-page .prodet-1 .left .small ul li a img {
  width: 100%;
}
.prodet-page .prodet-1 .left .small ul .slick-arrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0;
  color: transparent;
  border: none;
  background: none;
  position: absolute;
}
.prodet-page .prodet-1 .left .small ul .slick-arrow:after {
  content: '';
  font-family: "FontAwesome";
  color: #777;
  font-size: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .left .small ul .slick-arrow.slick-prev {
  left: -20px;
}
.prodet-page .prodet-1 .left .small ul .slick-arrow.slick-prev:after {
  content: "\f104";
}
.prodet-page .prodet-1 .left .small ul .slick-arrow.slick-next {
  right: -20px;
}
.prodet-page .prodet-1 .left .small ul .slick-arrow.slick-next:after {
  content: "\f105";
}
.prodet-page .prodet-1 .left .small ul .slick-arrow:hover:after {
  color: #bea973;
}
.prodet-page .prodet-1 .right {
  width: 50%;
  padding-left: 4%;
  vertical-align: middle;
}
.prodet-page .prodet-1 .right h1 {
  display: block;
  font-size: 27px;
  font-weight: bold;
  line-height:2;
  font-family: 'PDB';
}
.prodet-page .prodet-1 .right h6 {
  font-size: 16px;
  line-height: 2;
  font-weight: bold;
  margin: 15px 0;
}
.prodet-page .prodet-1 .right .content {
  display: block;
  font-size: 18px;
  color: #4e4e4e;
  line-height: 2;
}
.prodet-page .prodet-1 .right .content strong {
  font-weight: bold;
  color: black;
}
.prodet-page .prodet-1 .right .content em {
  color: black;
}
.prodet-page .prodet-1 .right .btn {
     display: block;
    padding: 35px 0;
    border-bottom: 1px solid #e3e3e3;
}
.prodet-page .prodet-1 .right .btn a {
  display: inline-block;
  vertical-align: middle;
  margin: 3px 10px;
  padding: 0 25px;
  border-radius: 20px;
  line-height: 40px;
  height: 40px;
  font-size: 16px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  background: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .right .btn a:hover {
  background: #bea973;
}
.prodet-page .prodet-1 .right .share {
  margin-top: 35px;
}
.prodet-page .prodet-1 .right .share h5 {
display: inline-block;
    vertical-align: middle;
    font-family: "Arial";
    color: #000;
    font-size: 18px;
    font-weight: 700;
}
.prodet-page .prodet-1 .right .share ul {
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .prodet-1 .right .share ul li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  width: auto;
  color: #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 16px;
}
.prodet-page .prodet-1 .right .share ul li:hover {
  color: #8dca92;
}
.prodet-page .prodet-2 {
  padding: 40px 0 40px;
}
.prodet-page .prodet-2 .nav-list {
 
  padding-bottom: 15px;
  border-bottom: 1px solid #e3e3e3;
}
.prodet-page .prodet-2 .nav-list ul li {
  margin: 0 18px;
  font-size: 18px;
  line-height: 2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: inline-block;
  position: relative;
  font-family: 'PDB';
}
.prodet-page .prodet-2 .nav-list ul li:after {
  content: '';
  width: 0;
  height: 2px;
  background: #8dca92;
  position: absolute;
  bottom: -17px;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .nav-list ul li:hover,
.prodet-page .prodet-2 .nav-list ul li.active {
  color: black;
  font-weight: bold;
}
.prodet-page .prodet-2 .nav-list ul li:hover:after,
.prodet-page .prodet-2 .nav-list ul li.active:after {
  width: 100%;
}
.prodet-page .prodet-2 .det-content {
  margin-top: 30px;
  font-size: 15px;
  line-height: 30px;
  padding-bottom: 30px;
  
}
.prodet-page .prodet-2 .det-content table {
  margin: 0;
}
.prodet-page .prodet-2 .det-content table tr {
  background: none !important;
}
.prodet-page .prodet-2 .det-content table td {
  padding: 10px;
  border-color: #9c9c9c;
  background-color: #fff !important;
}
.prodet-page .prodet-3 h3 {
  display: block;
  font-size: 27px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  font-family: 'PDB';
}
.prodet-page .prodet-3 h3:after {
  content: '';
  width: 58px;
  height: 2px;
  display: block;
  margin: 7px auto 0;
  background: #8dca92;
}
.prodet-page .prodet-3 .list {
  margin-top: 26px;
}
.prodet-page .prodet-3 .list ul {
  margin: -13px;
}
.prodet-page .prodet-3 .list ul li {
  padding: 13px;
}
.prodet-page .prodet-3 .list ul li a.img-box {
  display: block;
}
.prodet-page .prodet-3 .list ul li a.img-box img {
  display: block;
  width: 100%;
  object-fit: cover;
    max-height: 450px;
}
.prodet-page .prodet-3 .list ul li h6 {
  display: block;
  margin-top: 30px;
  text-align: center;
  padding: 0 15px;
  font-size: 18px;
  line-height: 2;
  color: #1b1b1b;
  /*font-weight: bold;*/
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-3 .list ul li:hover h6 {
  color: #8dca92;
}
.contact-page .contact-1 {
  padding: 100px 0 100px;
}
.contact-page .contact-1 .list ul {
  margin: -8px;
}
.contact-page .contact-1 .list ul li {
  padding: 8px;
}
.contact-page .contact-1 .list ul li .box {
  -o-box-shadow: 0 0 7px rgba(43, 52, 59, 0.08);
  -webkit-box-shadow: 0 0 7px rgba(43, 52, 59, 0.08);
  box-shadow: 0 0 7px rgba(43, 52, 59, 0.08);
  text-align: center;
  padding-bottom: 30px;
}
.contact-page .contact-1 .list ul li .box span {
  height: 60px;
  width: 60px;
  line-height: 60px;
  background: #8dca92;
  position: relative;
  margin: 0 auto;
  display: block;
  text-align: center;
}
.contact-page .contact-1 .list ul li .box span i {
  color: white;
  font-size: 30px;
  display: inline-block;
  vertical-align: middle;
}
.contact-page .contact-1 .list ul li .box span:after {
  content: '';
  width: 100%;
  height: 13px;
  position: absolute;
  bottom: 100%;
  left: 0;
  background: inherit;
}
.contact-page .contact-1 .list ul li .box span:before {
  content: '';
  border-right: 13px solid transparent;
  border-bottom: 12px solid #8dca92;
  position: absolute;
  left: 100%;
  bottom: 100%;
}
.contact-page .contact-1 .list ul li .box h5 {
  font-size: 21px;
  line-height: 2;
  padding: 25px 0 15px;
  font-weight: bold;
  font-family: 'PDB';
}
.contact-page .contact-1 .list ul li .box p {
  font-size: 16px;
  line-height: 2;
  font-weight: normal;
  min-height: 100px;
}
.contact-page .contact-2 .left {
  width: 40%;
  vertical-align: middle;
}
.contact-page .contact-2 .left .img {
  position: relative;
}
.contact-page .contact-2 .left .img #ewm{
  position: absolute;
  right: 30px;
  width: 80px;
  border: 3px solid #fff;
  bottom: 30px;
}
.contact-page .contact-2 .left .img .text {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 10%;
  padding: 0 30px;
  color: white;
  text-align: left;
}
.contact-page .contact-2 .left .img .text h5 {
  font-weight: bold;
  font-size: 22px;
  line-height: 2;
  font-family: 'PDB';
}
.contact-page .contact-2 .left .img .text p {
  font-size: 16px;
  line-height: 2;
  margin: 15px 0;
}
.contact-page .contact-2 .left .img .text a.more {
  display: inline-block;
  line-height: 36px;
  height: 38px;
  padding: 0 30px;
  border: 1px solid white;
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-2 .left .img .text a.more:hover {
  background: white;
  color: black;
}
.contact-page .contact-2 .right {
  width:60%;
  padding-left: 30px;
  vertical-align: middle;
}
.contact-page .contact-2 .right h3 {
  font-size: 32px;
  font-weight: bold;
  line-height: 2;
  font-family: 'PDB';
}
.contact-page .contact-2 .right .form {
  margin-top: 30px;
}
.contact-page .map {

}
.faq-page {
  padding: 120px 0;
}
.faq-page ul li {
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #eee;
  background: #f8f8f8;
}
.faq-page ul li h4 {
  font-size: 20px;
  line-height: 2;
  font-weight: bold;
  margin-bottom: 10px;
}
.faq-page ul li .content {
  padding-top: 10px;
  border-top: 1px solid #eee;
  font-size: 16px;
  line-height: 1.6;
}
.faq-page ul li:last-child {
  margin-bottom: 0;
}
.gallery-page {
  padding: 120px 0;
}
.gallery-page .list ul {
  margin: -10px;
}
.gallery-page .list ul li {
  padding: 10px;
}
.gallery-page .list ul li a.img-box {
  display: block;
}
.gallery-page .list ul li a.img-box img {
  width: 100%;
}
.gallery-page .list ul li h5 {
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.gallery-page .list ul li:hover h5 {
  color: #bea973;
}
.news-page {
  padding: 100px 0;
}
.news-page .list ul {
  margin: -10px;
}
.news-page .list ul li {
  padding: 10px;
}
.news-page .list ul li .img-box {
  display: block;
}
.news-page .list ul li .img-box img {
  width: 100%;
}
.news-page .list ul li .content {
  padding: 15px;
  border: 1px solid #eee;
}
.news-page .list ul li .content h4 {
  font-size: 18px;
  font-family: 'PDB';
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height:2;
}
.news-page .list ul li .content p {
  font-size: 14px;
  line-height: 2;
  margin: 15px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 100px;
}
.news-page .list ul li .content a.more {
  display: inline-block;
  line-height: 34px;
  height: 34px;
  padding: 0 25px;
  border: 1px solid #eee;
  font-size: 14px;
  color: #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .list ul li .content a.more:hover {
color: #fff;
    background: #8dca92;
}
.newdet-page {
  padding: 100px 0;
}
.newdet-page h2,.newdet-page h1 {
  font-size: 26px;
  font-weight: bold;
  font-family: 'PDB';
  text-align: center;
  line-height: 2;
}
.newdet-page time {
  display: block;
  font-size: 16px;
  line-height: 2;
  color: #666;
  margin-top: 20px;
  text-align: center;
}
.newdet-page .content {
  display: block;
  font-size: 16px;
  line-height: 1.8;
  margin: 20px 0;
  padding: 20px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.newdet-page .m-link {
  font-size: 16px;
  line-height: 2;
}
.newdet-page .m-link a {
  display: block;
}
.newdet-page .m-link a:hover {
  text-decoration: underline;
}
.service-page {
  margin-bottom: 170px;
}
.service-page .list {
  padding: 60px 0 100px;
}
.service-page .list ul {
  margin: 0 -50px;
}
.service-page .list ul li {
  padding: 0 50px;
  text-align: center;
  position: relative;
}
.service-page .list ul li:after {
  content: '==>';
  font-size: 28px;
  color: #bea973;
  font-weight: bold;
  position: absolute;
  top: 65px;
  left: 100%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
white-space: nowrap;
letter-spacing: 5px;
line-height: 1;
}
.service-page .list ul li:last-child:after {
  display: none;
}
.service-page .list ul li h6 {
  font-size: 28px;
  color: #bea973;
  line-height: 1;
  text-transform: uppercase;
  margin-top: 15px;
  font-weight: bold;
  word-break: initial;
}
.service-page .qr-list ul {
  margin: -10px;
}
.service-page .qr-list ul li {
  padding: 10px;
}
.service-page .qr-list ul li .box {
  padding: 45px 25px;
-moz-box-shadow: 0 0 10px rgba(0,0,0,.1);
-o-box-shadow: 0 0 10px rgba(0,0,0,.1);
box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.service-page .qr-list ul li .box .img {
  width: 40%;
  vertical-align: middle;
}
.service-page .qr-list ul li .box .text {
  width: 60%;
  padding-left: 20px;
  font-weight: 300;
  vertical-align: middle;
}
.service-page .qr-list ul li .box .text h3 {
  font-size: 42px;
  color: #131313;
  margin-bottom: 10px;
  line-height: 1;
}
.service-page .qr-list ul li .box .text p {
  font-size: 18px;
  color: #131313;
  line-height: 1.6;
}
.service-page .qr-list ul li .box .text p em {
  font-weight: bold;
}
@media screen and (max-width: 1250px) {
  .newdet-page,
  .news-page,
  .gallery-page,
  .faq-page,
  .honor-page {
    padding: 60px 0;
  }
  .inner-banner {
    height: auto;
    padding-top: 60px;
  }
  .inner-banner .mbx .box {
    font-size: 14px;
    line-height: 50px;
    height: 50px;
  }
  .contact-page .contact-1 {
    padding: 60px 0;
  }
  .contact-page .contact-1 .list ul li .box h5 {
    font-size: 18px;
  }
  .contact-page .contact-1 .list ul li .box p {
    font-size: 16px;
  }
  .contact-page .contact-2 .right h3 {
    font-size: 28px;
  }
  .contact-page .contact-2 .left .img .text {
    padding: 0 15px;
  }
  .contact-page .contact-2 .left .img .text p {
    font-size: 14px;
  }
  .inner-page .form ul li input,
  .inner-page .form ul li textarea {
    padding: 10px 15px;
  }
  .contact-page .contact-2 .right .form {
    margin-top: 10px;
  }
  .prodet-page .prodet-1 .right h4 {
    font-size: 24px;
  }
  .prodet-page {
    padding: 80px 0;
  }
  .prodet-page .prodet-1 .right .btn a {
    font-size: 14px;
    margin: 2px 5px;
  }
  .prodet-page .prodet-2 {
    padding: 40px 0;
  }
  .product-page .sidebarBox .left .box h4 {
    font-size: 20px;
  }
  .product-page .sidebarBox .left .box .list ul li a {
    font-size: 16px;
  }
  .product-page .sidebarBox .left .box .info ul li a {
    font-size: 12px;
    word-break: break-all;
  }
  .inner-banner h2, .process-page .process-2 h3 {
    font-size: 24px;
    line-height: 1.2;
}
  .product-page .sidebarBox .right .list ul li a.img-box h6 {
    font-size: 20px;
  }
  .about-page h2 {
    font-size: 48px;
  }
  .quality-page .text {
    font-size: 16px;
  }
  .process-page .process-1,
  .process-page .process-2,
  .quality-page,
  .about-page .about-1 {
    padding: 80px 0;
  }
  .process-page .process-2 .box h5 {
    font-size: 24px;
  }
  .process-page .process-2 .box h5 em {
    font-size: 36px;
  }
  .quality-page .quality-2 {
    padding-top: 100px;
  }
  .quality-page .quality-2 .list ul li .box h5 {
    font-size: 28px;
  }
  .history-page .list ul li h3 {
    font-size: 46px;
  }
  .history-page {
    padding-top: 300px;
    font-size: 14px;
  }
  .history-page .btn a {
    line-height: 50px;
    height: 50px;
    font-size: 14px;
  }
  .about-page .about-1 .left .img .play h6 {
    font-size: 20px;
  }
  .about-page .about-1 .right h3 {
    font-size: 26px;
  }
  .about-page .about-1 .right .content {
    max-height: 400px;
    overflow: auto;
  }
  .about-page .about-2 {
    padding: 80px 0;
  }
  .about-page .about-2 .list {
    margin-top: 40px;
  }
  .about-page .about-2 .list ul li {
    padding-top: 40px;
    height: 360px;
  }
  .about-page .about-2 .list ul li h4 {
    font-size: 20px;
    margin: 10px 0;
  }
  .about-page .about-2 .list ul li p {
    font-size: 14px;
  }
  .about-page .about-2:after {
    background-size: 70% auto;
  }
  .about-page .about-3 {
    padding: 120px 0 60px;
  }
  .about-page .about-3 .list ul li span {
    width: 140px;
    height: 140px;
    line-height: 140px;
  }
  .about-page .about-3 .list ul li span img {
  }
  .about-page .about-3 .list ul li span i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
  }
  .about-page .about-3 .list ul li h4 {
    font-size: 20px;
  }
  .about-page .about-3 .list ul li p {
    font-size: 14px;
  }
  .about-page .about-4 {
    padding: 80px 0;
  }
  .about-page .about-4 ul li h4 {
    font-size: 54px;
  }
  .about-page .about-4 ul li p {
    font-size: 20px;
  }
  .about-page .about-5 .img {
    margin: 0;
  }
  .about-page .about-5 {
    padding: 70px 0;
  }
  .process-page {
    padding: 0;
  }
  #header2 .nav .ui.menu .menu-box ul.menu>li {
    margin: 0 6px;
    font-size: 14px;
    line-height: 2;
}

}
@media screen and (max-width: 1000px) {
.product-page .sidebarBox .right .list ul li{
  width: 47%;
}
.inner-banner h2{
  padding-top: 0;
}
  .about-page .about-1 .left {
    width: 100%;
  }
  .about-page .about-1 .left .img {
    height: 240px;
    overflow: hidden;
  }
  .about-page .about-1 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  .about-page .about-1 .right .content {
    overflow: unset;
  }
  .about-page h2 {
    font-size: 40px;
  }
  .about-page .about-2 .list ul li {
    width: 50%;
    height: 240px;
  }
  .about-page .about-3 .list ul li,
  .about-page .about-4 ul li {
    width: 50% !important;
  }
  .about-page .about-4 ul li:nth-child(2):after {
    display: none;
  }
  .history-page .list ul li .text {
    font-size: 14px;
  }
  .history-page .list ul li h3 {
    font-size: 40px;
  }
  .history-page .list:after {
    top: 76px;
  }
  .history-page .btn {
    margin-top: 70px;
  }
  .quality-page .quality-2 .list ul li .box h5 {
    font-size: 20px;
  }
  .process-page .process-1 h2:before {
    font-size: 150px;
  }
  .process-page {
    padding: 0;
  }
  .inner-banner h2,
  .process-page .process-2 h3 {
    font-size: 24px;
    line-height: 1.2;
  }
  .process-page .process-2 .box h5 {
    font-size: 20px;
  }
  .process-page .process-2 .box h5 em {
    font-size: 28px;
  }
  .product-page .sidebarBox .left {
    display: none;
  }
  .product-page .sidebarBox .right {
    width: 100%;
  }
  .inner-page .m-page {
    margin-top: 40px;
  }
  .prodet-page .prodet-1 .right .btn a {
    font-size: 12px;
    padding: 0 10px;
    line-height: 32px;
    height: 32px;
  }
  .prodet-page .prodet-1 .right .btn {
    margin: 15px 0;
    padding: 15px 0;
  }
  .prodet-page .prodet-1 .right .share {
    margin-top: 20px;
  }
  .prodet-page .prodet-3 .list ul li h6 {
    font-size: 16px;
  }
  .prodet-page .prodet-3 .list ul li h6 {
    margin-top: 20px;
  }
  .contact-page .contact-1 .list ul li {
    width: 50%;
  }
  .contact-page .contact-2 .right {
    width: 100%;
    padding-left: 0;
  }
  .contact-page .contact-2 .left {
    display: none;
  }
  .contact-page .map {
    margin-top: 50px;
  }
  .faq-page ul li h4 {
    font-size: 18px;
  }
  .faq-page ul li .content {
    font-size: 14px;
  }
  .gallery-page .list ul li h5 {
    font-size: 16px;
  }
  .news-page .list ul li .content h4 {
    font-size: 16px;
  }
  .news-page .list ul li .content p {
    font-size: 14px;
    margin: 10px 0;
    line-height: 2
  }
  .news-page .list ul li .content a.more {
    font-size: 14px;
    padding: 0 15px;
  }
  .about-page .about-1 .right .content {
    max-height: none;
  }
  .product-page .sidebarBox .right .list ul li a.img-box h6 {
    position: static;
    color: black;
        -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    margin-top: 15px;
  }
  .yuanfang {
     display: none !important;
  }
}
@media screen and (max-width: 700px) {
  .product-page .sidebarBox .right .list ul li{
    width: 100%;
    margin: 0 0 20px;
  }
  .product-page{
    padding-top: 10px;
  }
  .inner-banner .mbx {
    display: none;
  }
  .inner-banner {
    height: auto;
    padding-top: 60px;
    background-attachment: initial;
  }
  .inner-banner h2,
  .process-page .process-2 h3 {
    font-size: 18px;
  }
  .contact-page .contact-2 .right h3 {
    font-size: 16px;
  }
  #mapContainer {
    height: 300px !important;
  }
  .product-page .sidebarBox .right .list ul li{
    width: 100%;
  }
  .prodet-page .prodet-1 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  .prodet-page .prodet-1 .left {
    width: 100%;
  }
  .prodet-page .prodet-3 h3 {
    font-size: 24px;
  }
  .about-page h2 {
    font-size: 32px;
  }
  .process-page .process-1 h2:before {
    font-size: 120px;
  }
  .process-page .process-2 .list ul li:nth-child(1) {
    width: 100%;
  }
  .process-page .process-2 .box {
    height: 200px;
    line-height: 200px;
  }
  .quality-page .quality-1 .list ul li h4 {
    font-size: 18px;
    line-height: 1.4;
  }
  .quality-page .quality-2 .list ul li .box h5 {
    font-size: 18px;
    padding: 10px;
  }
  .quality-page .quality-2 .list ul li {
    padding: 5px;
  }
  .quality-page .quality-2 .list ul {
    margin: -5px;
  }
  .about-page .about-2,
  .about-page .about-3 {
    display: block;
  }
  .about-page .about-4 ul li h4 {
    font-size: 34px;
  }
}
@media screen and (max-width: 600px) {
  .product-page .sidebarBox .right .list ul li{
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .inner-banner {
    height: 120px;
    padding-top:10px;
  }
  .process-page .process-1,
  .process-page .process-2,
  .quality-page,
  .about-page .about-1 {
    padding: 60px 0;
  }
  .about-page .about-1 .right h3 {
    font-size: 22px;
  }
  .about-page .about-4 ul li h4 {
    font-size: 28px;
  }
  .about-page .about-4 ul li p {
    font-size: 16px;
  }
  .about-page i.tag:before,
  .about-page i.tag:after {
    width: 20px;
  }
  .about-page h2 {
    font-size: 28px;
  }
  .about-page .about-5 .img {
    padding-top: 40px;
  }
  .history-page {
    padding-top: 200px;
  }
  .history-page .btn a {
    padding: 0 20px;
  }
  .honor-page .list ul .slick-slide li {
    left: 0 !important;
    -webkit-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
  }
  .honor-page .list {
    margin-top: 40px;
  }
  .process-page .process-1 a.moreBnt {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-top: -80px;
  }
  .prodet-page .prodet-1 .right h4 {
    font-size: 22px;
  }
  .prodet-page .prodet-1 .right .btn a {
    margin: 2px;
    padding: 0 5px;
  }
  .prodet-page .prodet-2 .nav-list {
    display: none;
  }
  .prodet-page .prodet-2 .det-content .slide {
    display: block !important;
    margin-bottom: 20px;
  }
  .prodet-page .prodet-2 .det-content .slide:last-child {
    margin-bottom: 0;
  }
  .prodet-page {
    padding: 60px 0;
  }
  .contact-page .contact-1 .list ul li {
    width: 100%;
  }
}
/*inner head and footer*/
#header2 {
  z-index: 21;
      position: absolute;
  top: 30px;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header2.inner {
  color: white;
}
#header2 .nav {
  line-height: 96px;
  height: 96px;
  text-align: center;
}
#header2 .nav .ui.container{
  max-width: none;
}
#header2 .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
  float: left;
}
#header2 .nav .ui.menu .logo img {
  display: inline-block;
  vertical-align: middle;
}
#header2 .nav .ui.menu .logo h6 {
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
  font-size: 30px;
  line-height: 1;
  margin-left: 15px;
  text-align: left;
}
#header2 .nav .ui.menu .logo h6 small {
  display: block;
  font-weight: 300;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 8px;
  letter-spacing: .5px;
}
#header2 .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
}
#header2 .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 40px;
  font-size: 18px;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 1;
  float: left;
  position: relative;
  -webkit-transition: .5s all,0s color;
  -moz-transition: .5s all,0s color;
  transition: .5s all,0s color;
  text-transform: uppercase;
}
#header2 .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 0 6px;
  position: relative;
}
#header2 .nav .ui.menu .menu-box ul.menu > li > a:after {
  content: '';
  width: 100%;
  background: #bea973;
  z-index: -1;
  height: 8px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header2 .nav .ui.menu .menu-box ul.menu > li:hover > a:after {
  opacity: 1;
}
#header2 .nav .ui.menu .menu-box ul.menu > 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: 14px;
  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 #9e8657;
  display: none \9;
}
#header2 .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  line-height: 24px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header2 .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header2 .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header2 .nav .ui.menu .menu-box ul.menu > 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;
}
#header2 .nav .ui.menu .box {
  float: right;
}
/*#header2.inner .nav .ui.menu .yuy span>img,
#header2.inner .nav .ui.menu .h-search>img {
  filter: invert(1);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}*/
/*#header2.active.inner .nav .ui.menu .yuy span>img,
#header2.active.inner .nav .ui.menu .h-search>img {
  filter: invert(0);
}*/
#header2 .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
  margin-top: -2px;
}
#header2 .nav .ui.menu .h-search img {
  display: inline-block;
  vertical-align: middle;
}
#header2 .nav .ui.menu .yuy {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
#header2 .nav .ui.menu .yuy span {
  font-size: 14px;
  text-transform: uppercase;
}
#header2 .nav .ui.menu .yuy span img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  margin-top: -3px;
}
#header2 .nav .ui.menu .yuy span i {
  margin-left: 5px;
}
#header2 .nav .ui.menu .yuy ul {
  -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: 14px;
  background: #fff;
  top: 100%;
  left: -5px;
  width: 120px;
  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 #9e8657;
  display: none \9;
}
#header2 .nav .ui.menu .yuy ul li {
  display: block;
  float: none;
  padding: 4px 10px;
  line-height: 2;
  font-size: 16px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header2 .nav .ui.menu .yuy ul li img {
  max-width: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
  margin-top: -2px;
}
#header2 .nav .ui.menu .yuy ul li a {
  display: block;
}
#header2 .nav .ui.menu .yuy ul li:hover {
  background: #222;
  color: white;
}
#header2 .nav .ui.menu .yuy:hover ul {
  -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;
}
#header2.active {
  background: white;
  top: 0;
  -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);
  color: black;
}
#header2 .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header2 .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header2 .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header2 .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header2 .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;
}
#header2 .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header2 .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#footer2 {
  background: url("../images/f-bg.jpg") center center;
  background-size: cover;
  color: white;
  position: relative;
}
#footer2 #top {
  width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 100%;
    background: #bea973;
    position: fixed;
    right: 9%;
    bottom: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    cursor: hand;
    font-size: 28px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    color: #fff;
}
#footer2 #top:hover {
  color: white;
  background: #bea973;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
#footer2 .footer-top {
  padding: 110px 0 50px;
}
#footer2 .footer-top .left {
  vertical-align: middle;
}
#footer2 .footer-top .left h5 {
font-size: 28px;
    font-weight: 700;
    line-height: 1;
    text-transform: capitalize;
}
#footer2 .footer-top .left p {
  display: block;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.6);
}
#footer2 .footer-top .right {
  text-align: right;
  padding-left: 5%;
  vertical-align: middle;
}
#footer2 .footer-top .right form {
  width: 600px;
  max-width: 100%;
}
#footer2 .footer-top .right form input {
  width: 80%;
  line-height: 70px;
  height: 70px;
  padding: 0 20px;
  border: 1px solid #7f7f7f;
  font-size: 18px;
  font-weight: 300;
  border-right: none;
  background: none;
}
#footer2 .footer-top .right form input[type="submit"] {
  width: 20%;
  float: right;
  color: white;
  text-align: center;
  background: #bea973;
  border: none;
  text-transform: uppercase;
}
#footer2 .footer-center ul {
  padding: 50px 0 25px;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#footer2 .footer-center ul li {
  padding: 0 20px;
  position: relative;
}
#footer2 .footer-center ul li:after {
  content: '';
  width: 1px;
  height: 400%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.2);
  right: 0;
}
#footer2 .footer-center ul li:last-child:after {
  display: none;
}
#footer2 .footer-center ul li .box {

}
#footer2 .footer-center ul li .box .logo {
  width: 130px;

  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -20px;
}
#footer2 .footer-center ul li .box .logo img {
  width: 100%;
}
#footer2 .footer-center ul li .box h5 {
  display: block;
  font-size: 18px;
  font-weight: 300;
}
#footer2 .footer-center ul li .box p {
  display: block;
  font-size: 14px;
  line-height: 2;
  margin-top: 15px;
  color: rgba(255, 255, 255, 0.43);
}
#footer2 .footer-center ul li dl {
  margin-bottom: -20px;
}
#footer2 .footer-center ul li dl dt {
display: block;
    line-height: 1;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
    text-transform: capitalize;
}
#footer2 .footer-center ul li dl dd {
font-size: 16px;
    color: rgba(255,255,255,.43);
    line-height: 1;
    margin-bottom: 20px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    width: 100%;
    float: left;
}
#footer2 .footer-center ul li dl dd:hover {
  color: white;
}
#footer2 .footer-center ul li dl dd:nth-child(even) {
 
}
#footer2 .footer-center ul li dl dd:nth-child(odd) {

}
#footer2 .footer-center ul li:nth-child(1) {
  width: 30%;

}
#footer2 .footer-center ul li:nth-child(2) {
  width: 22%;
}
#footer2 .footer-center ul li:nth-child(3) {
  width: 25%;
}
#footer2 .footer-center ul li:nth-child(4) {
  width: 23%;
  vertical-align: middle;
  text-align: center;
}
#footer2 .footer-center ul li:nth-child(4) dl dt {
  max-width: 220px;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#footer2 .footer-center ul li:nth-child(4) dl dd {
  width: 100%;
  float: none;
}
#footer2 .footer-center ul li:nth-child(4) #ewm {
  border: 4px solid white;
  max-width: 190px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
#footer2 .footer-bottom {
  padding: 15px 0;
}
#footer2 .footer-bottom p {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #d4d4d4;
}
#footer2 .footer-bottom p svg {
  max-height: 24px;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  fill: #d4d4d4;
}
#footer2 .footer-bottom p svg:hover {
  fill: white;
}
#footer2 .footer-bottom p a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer2 .footer-bottom p a:hover {
  color: white;
}
#footer2 .footer-bottom .left {
  vertical-align: middle;
}
#footer2 .footer-bottom .right {
  text-align: right;
  vertical-align: middle;
}
#footer2 .footer-bottom .right ul {
  display: inline-block;
  vertical-align: middle;
  margin-left: 25px;
}
#footer2 .footer-bottom .right ul li {
  line-height: 36px;
  height: 36px;
  width: 36px;
  text-align: center;
  color: white;
  font-size: 16px;
  background: #222;
  border: 1px solid #393939;
  margin-left: 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer2 .footer-bottom .right ul li a {
  display: block;
}
#footer2 .footer-bottom .right ul li:hover {
  background: #8dca92;
}
@media screen and (max-width: 1700px) {
   #header2 .nav .ui.menu .logo img {
    max-height: 60px;
  }
  #header2 .nav .ui.menu .logo h6 {
    font-size: 24px;
  }
  #header2 .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 30px;
  }
  #header2 .nav {
    line-height: 80px;
    height: 80px;
  }
   #footer2 #top {
    width: 50px;
    height: 50px;
    line-height: 50px;
    right: 1.5%;
  }
  #footer2 .footer-top {
    padding: 60px 0 30px;
  }
  #footer2 .footer-top .left .logo img {
    max-height: 60px;
  }
  #footer2 .footer-top .left .logo h6 {
    font-size: 18px;
  }
  #footer2 .footer-top .right ul li dl dt {
    font-size: 20px;
  }
  #footer2 .footer-top .right ul li dl dd {
    font-size: 14px;
  }
  #footer2 .footer-center ul li .box {
  
  }
  #footer2 .footer-center ul li .box .logo {
    width: 100px;
  }
  #footer2 .footer-center ul li dl dt {
    font-size: 24px;
  }
}
@media screen and (max-width: 1450px) {
   #header2 .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 15px;
  }
  #header2 .nav .ui.menu .menu-box ul.menu > li {
    font-size: 16px;
  }
  #footer2 .footer-top .left h5 {
    font-size: 30px;
  }
  #footer2 .footer-top .left p {
    font-size: 16px;
  }
  #footer2 .footer-top .right form input {
    line-height: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 1250px) {
   #header2 .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 10px;
  }
  #header2 .nav .ui.menu .logo h6 {
    display: none;
  }
  #header2 .nav .ui.menu .logo img {
    max-height: 50px;
    height: 50px;
  }
  #header2 .nav {
    height: 60px;
    line-height: 60px;
  }
  #header2 {
    top: 10px;
  }
  #footer2 .footer-top .left {
    padding-right: 0;
    width: 100%;
    text-align: center;
  }
  #footer2 .footer-top .left .text {
    text-align: center;
  }
  #footer2 .footer-top .right {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  #footer2 .footer-top .right form {
    display: block;
    margin: 0 auto;
  }
  #footer2 .footer-center ul li:nth-child(1) {
    width: 40%;
  }
  #footer2 .footer-center ul li:nth-child(2) {
    display: none;
  }
  #footer2 .footer-center ul li:nth-child(3) {
    width: 40%;
  }
  #footer2 .footer-center ul li:nth-child(4) {
    width: 20%;
  }
  #footer2 .footer-center ul li dl dt {
    font-size: 20px;
  }
  #footer2 .footer-center ul li {
    vertical-align: top !important;
  }
  #footer2 .footer-center ul li .box h5 {
    font-size: 16px;
    line-height: 2;
  }
  #footer2 .footer-center ul li .box {
    padding-left: 70px;
  }
  #footer2 .footer-center ul li .box .logo {
    width: 70px;
  }
  #footer2 .footer-bottom .right ul {
    display: block;
    margin-top: 10px;
    margin-left: 0;
  }
}
@media screen and (max-width: 1000px) {
 #header2 {
    display: none;
  }
  #footer2 .footer-top .right ul li:nth-child(4) {
    display: none;
  }
  #footer2 .footer-top .right ul li:nth-child(2) {
    width: 50%;
  }
  #footer2 .footer-top .right ul li:nth-child(3) {
    width: 25%;
  }
  #footer2 .footer-bottom p {
    font-size: 14px;
    line-height: 2;
  }
  #footer2 .footer-bottom p svg {
    max-height: 21px;
  }
  #footer2 .footer-center ul li:nth-child(1) {
    width: 50%;
  }
  #footer2 .footer-center ul li:nth-child(3) {
    width: 50%;
  }
  #footer2 .footer-center ul li:nth-child(3):after {
    display: none;
  }
  #footer2 .footer-center ul li:nth-child(4) {
    display: none;
  }
  #footer2 .footer-bottom .right ul li {
    width: 30px;
    line-height: 30px;
    height: 30px;
    font-size: 14px;
  }
}
@media screen and (max-width: 700px) {
  #footer2 .footer-top .right,#footer .f-copy p a.footsay,.product-page .sidebarBox .right .catnamedetail{
    display: none!important;
  }
  #index-body .product .content li .box .text{
    transform:none;
  }
  #footer2 .footer-top {
    padding: 30px 0;
  }
  #footer2 .footer-bottom .right,
  #footer2 .footer-bottom .left {
    width: 100%;
    text-align: center;
  }
  #index-body .init-5 .right ul li label {
    font-size: 18px;
  }
  #index-body .init-4 .dots {
    display: none;
  }
  #index-body .init-3 {
    padding: 40px 0;
  }
  #index-body .init-3 .right ul li {
    padding: 10px;
  }
  #index-body .init-3 .right ul {
    margin: -10px;
  }
  #index-body .init-1 .slide .right .pro-list:after {
    display: none;
  }
  #index-body .init-1 .slide .right .pro-list {
    background: none;
  }
  #footer2 .footer-top .left h5 {
    font-size: 24px;
    line-height: 2;
  }
  #footer2 .footer-top .left p {
    font-size: 14px;
  }
  #footer2 .footer-top .right {
    display: block;
    padding-top: 20px;
  }
  #footer2 .footer-top .right form input {
    font-size: 16px;
  }
  #footer2 .footer-center ul li:nth-child(1) {
    width: 100%;
  }
  #footer2 .footer-center ul li:nth-child(1):after {
    display: none;
  }
  #footer2 .footer-center ul li:nth-child(3) {
    display: none;
  }
  #footer2 .footer-center ul {
    padding: 25px 0;
  }
  #footer2 .footer-center ul li .box .logo {
    left: -10px;
  }
  #footer2 .footer-center ul li .box p {
    margin-top: 5px;
  }
}
@media screen and (max-width: 500px){
   #footer2 .footer-top .left h5 {
    font-size: 20px;
  }
  #footer2 .footer-top .left p {
    font-size: 12px;
  }
  #footer2 .footer-top .right form input {
    font-size: 14px;
    line-height: 40px;
    height: 40px;
  }
  #footer2 .footer-top .right form input[type="submit"] {
    padding: 0 10px;
  }
  #footer2 .footer-center ul li .box p {
    font-size: 16px;
    line-height: 2;
  }
}

.fp-tableCell .textbox.right.column {
    width: 40%;
}
.fp-tableCell .cate.left.column.wow.fadeInLeft {
    width: 60%;
}


#index-body .i-news .ui.container .map-box ul li:last-child {
    border-right: none;
}

#index-body .i-news .ui.container .map-box ul li:first-child h4 {
    padding: 0 3.5rem 0 0;
}

#index-body .i-news .ui.container .map-box ul li:last-child h4{

  padding: 0 0 0 3.5rem;
}

#index-body .i-news .ui.container .map-box ul li #time {
    width: 145px;
}

#index-body .i-news .ui.container .map-box ul li:first-child p {
    padding: 0 3.5rem 0 0;
}



#index-body .i-news .ui.container .map-box ul li:last-child p{
padding: 0 0 0 3.5rem;

}


#header2.active{
  display: none;
}

#header2 .nav .ui.menu .logo img{
      padding: 5px 10px;
    background: #fff;
}

#header2 .nav .ui.menu .menu-box ul.menu>li>a:after{
background: #8dca92;
  width: 0;
}

#header2 .nav .ui.menu .menu-box ul.menu>li>a:hover:after {
    width: 100%;
}



/*#header2 .nav .ui.menu .h-search img {
    filter: drop-shadow(0 -100px #fff) !important;
    position: relative;
    top: 100px;
}*/


#header2 .nav .ui.menu .h-search{
overflow: hidden;
    margin-right: 36px;
}

/*#header2.inner .nav .ui.menu .yuy span>img, #header2.inner .nav .ui.menu .h-search>img{

      filter: none;
}*/

.inner-banner .ui.container, .inner-page .ui.container{

      max-width: 1500px;
}
#header2 .nav .ui.container{
max-width: 1500px;
}


.inner-banner p {
    color: #fff;
    font-size: 16px;
    line-height: 2;
    padding: 10px 0;
    text-transform: capitalize;
}

.inner-banner h3 {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
}

.inner-banner h3 span:after {
    content: '';
    /*position: absolute;*/
   /*bottom: 25%;
    left: 15%;*/
    width: 40%;
    height: 1px;
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}


.inner-banner h1 {
    line-height: 60px;
    font-size: 18px;

    color: #000;
    display: inline-block;
}

.inner-banner h1 .fa-angle-up:before {
    content: "\f015";
}

.inner-banner h1 a {
    padding-left: 7px;
}
.inner-banner h1 span {
    color: #fff;
}

.about-main-1 {
    overflow: hidden;
}
p.wy {
    color: #000;
    line-height: 32px;
    font-size: 18px;
    display: inline-block!important;
}
.wy span {
    color: #fff;
}
h1.fangzhiyuan {
    font-size: 25px;
    color: #669478;
    line-height: 46px;
    font-weight: 900;
    margin-bottom: 20px;
    font-family: 'PDB';
}

.about-main-1 .left.column {
    width: 40%;
    float: left;
    position: absolute;
    /*padding-top: 4rem;*/
}
.about-main-1 .left.column h2 {
    font-family: 'PDB';
    font-size: 70px;
    line-height: 1;
    color: #000;
    letter-spacing: 8px;
  
}
.about-main-1 .left.column p {
    font-size: 15px;
    width: 100%;
    
    line-height: 1.8;
      padding: 6px 35px 22px 0;
}

.about-main-1 .left.column a {
    color: #333;
    font-size: 16px;
    padding: 10px 30px;
    background: #fff;
    box-shadow: 0 0 5px 0 rgb(141 202 146 / 20%);
    text-transform: uppercase;
    font-weight: bold;
        transition: all .5s ease;
}

.about-main-1 .left.column a:hover {
    transition: all .5s ease;
    background: #8dca92;
    color: #fff;
}
.about-main-1 .right.column {
    float: right;
    overflow: hidden;
    text-align: right;
}

.about-main-1 {
    overflow: hidden;
    padding: 100px 0;
}

.about-main {
    content: '';
    background: url(/joinfountain/2022/01/04/about-bg.jpg) center no-repeat;
    width: 100%;
    background-position-y: 5%;
}

.about-main-1 .right.column img {
        width: 80%;
    padding-right: 20px;
}



.about-main-1 .right.column .play span i {
    border-left: 30px solid #fff;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 0;
    height: 0;
    display: block;
}

.about-main-1 .right.column .play span {
    width: 180px;
    height: 100px;
    background: #8dca92;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 1;
}

.about-main-1 .right.column .play {
     position: absolute;
    top: 598px;
    right: 0;
    cursor: pointer;
}

/*factory*/

 .i-semi {
    text-align: center;
    padding: 80px;
    background: linear-gradient(#f2f2f2 50%,#fff 50%);
}
 .i-semi h2.h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: capitalize;
}
 .i-semi p.p {
    font-size: 18px;
    line-height: 2;
    font-family: 'PL';
    color: #545454;
}
 .i-semi .semi-list {
    margin-top: 40px;
    position: relative;
}

 .i-semi .semi-list .slick-arrow {
    position: absolute;
    cursor: pointer;
    width: 49px;
    height: 48px;
    background: url(/universelite/2021/12/15/inner-l.jpg) no-repeat center;
    bottom: 0;
    left: 34%;
    /*left: 45%;
    bottom: 10px;*/
    z-index: 8;
    color: rgba(255,255,255,0);
    border: none;
}
.i-semi .semi-list .slick-next {
    background: url(/universelite/2021/12/15/inner-r.jpg) no-repeat center;
    left: calc(56% + 100px);
}
.inner-page.about-page .i-semi .semi-list ul li {
    padding: 0 10px;
}
.inner-page.about-page .i-semi .semi-list ul li p {
    font-size: 18px;
    padding: 20px 10px;
    display: none;
}


/*factory-end*/




/*honor*/

.init-certification-public {
    background: linear-gradient(to right,#018cd8 50%, #E8E8E8 50%);
    padding: 100px 0;
}

.init-certification-public .column:nth-child(1) {
    padding-left: 15%;
    padding-right: 12%;
}
.init-certification-public .column:nth-child(2) {
    padding-left: 3%;
}
.init-certification-public h2, .init-certification-public p {
    color: #fff;
    line-height: 2;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.init-certification-public p {
    font-size: 18px;
    font-family: 'PL';
}

.init-certification-public .column:nth-child(2) .honor-list {
    position: relative;
}

.init-certification-public .column:nth-child(2) .honor-list ul li {
    padding: 0 10px;
}
/*honor-end*/


.about-page i.tag:before, .about-page i.tag:after{
  background: #fff;
}


.about-page .about-2 .list ul li i{
      filter: drop-shadow(0 -100px #8dca92) !important;
    position: relative;
    top: 100px;
}

.hezi {
    overflow: hidden;
}

.about-page .about-2 .list ul li h4{

      color: #8dca92;
    text-transform: uppercase;
}


.about-page .about-3 h2 {
    color: #8dca92;
}

.about-page .about-3 h2 {
    color: #8dca92;
    text-transform: capitalize;
    font-size: 36px;
}

.about-page i.tag{
    text-transform: uppercase;

}



.inner-page.newdet-page .content p img {
    width: 50%;
    padding: 40px;
}

#footer2 .footer-top .right form input[type=submit]{
      background: #8dca92;
}

#footer2 #top:hover{

      background: #8dca92;
}
#footer2 #top{
  background: #8dca92;  
}


.inner-page.contact-page .contact-2 {
    padding-top: 100px;
}

.inner-page .form ul li input[type=submit] {
    padding: 12px;
        max-width: 100%;
    border: 0px solid rgba(0,0,0,.2);
    background-color: #8dca92;
    font-weight: 700;
    color: #fff;
}

.inner-page .form ul li input[type=submit]:hover {
    color: #fff;
    background-color: #8dca92;
    border-color: #8dca92;
}

.inner-page .form ul li textarea {
    height: 180px;
}

.contact-page .contact-1 .list ul li .box {
    padding-left: 10px;
    padding-right: 10px;
}


.product-page .sidebarBox .left .box .info ul li a i img {
    filter: drop-shadow(0 -100px #8dca92);
    position: relative;
    
}


.product-page .sidebarBox .left .box .info ul li {
    overflow: hidden;
}

#header2 .nav .ui.menu .menu-box ul.menu>li ul.sub-menu{

  width: 210px;
}

#header2 .nav .ui.menu .menu-box ul.menu>li ul.sub-menu li:hover{
  background: #8dca92;
}


.product-page .sidebarBox .right .list ul {
    margin: -6px;

}
/*.product-page .sidebarBox .right .list ul li {
    padding: 6px;
    width: 50%;

}*/





.slick-track
{

      margin-left: inherit;
    margin-right: inherit;
}

.prodet-page .prodet-1 .right .small img {
    object-fit: cover;
    width: 100%;
    max-height: 200px;
}
.prodet-page .prodet-1 .right .small li {
    padding: 10px;
}
.prodet-page .prodet-1 .right .btn a:hover {
    background: #8dca92;
}

.prodet-page .prodet-1 .right .content{
  padding-top: 20px;
}

.prodet-page .prodet-1 .right p {
    font-size: 16px;
    line-height: 2;
}



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


.product-page .sidebarBox .right .list ul li a.img-box img {
  width: 100%;
  object-fit: cover;
    max-height: 568px;
    min-height: 448px;
}





}

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


.product-page .sidebarBox .right .list ul li a.img-box img {
  width: 100%;
  object-fit: cover;
    max-height: 365px;
       min-height: 446px;
}




}

.inner-page .m-page a:hover, .inner-page .m-page span.current{
      border-color: #8dca92;
}

#index-body .i-category .left .catelist li img {
    height: 100vh;
    object-fit: cover;
}



#banner .nextbtn .rightbox li img{
  width: 100%;
    object-fit: cover;
    height: 350px;
}

#index-body .i-category .mian .navbox ul.navlist li img {
    object-fit: cover;
    max-height: 220px;
}

#index-body .i-category .right .text p span {
    font-family: 'PDB';
}


.inner-page.about-page .i-semi h2.h2 {
    color: #000;
}



.prodet-page .prodet-2 .det-content .slide .rich-text-table table span {
 font-family: 'PM' !important;
    font-size: 16px !important;
}





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

.about-main-1 .right.column img {
    width: 78%;
}

.about-main-1 .right.column .play{
  top: 486px;
}

.about-main-1 .right.column .play span{
  width: 155pxpx;
    height: 85px;
}

.about-main-1 .left.column h2{
  font-size: 78px;
}
.about-main-1 .left.column p{
  width: 90%;
}
.product-page .sidebarBox .left .box .info ul li a i img{
  filter: drop-shadow(0 -200px #8dca92);
  top: 0px;
}
.contact-page .contact-2 .right{
      width: 50%;
}
.contact-page .contact-2 .left {
    width: 50%;
}

.inner-banner h3 span:after{
      left: 20%;
    width: 30%;
}
.about-page .about-2:after{
  background-size: 65% auto;
}






  }



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

.inner-banner h3 span:after {
 left: 20%;
    width: 20%;
    bottom: 30%;

}




  }


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

#footer2 .footer-top .left h5{
      font-size: 24px;
}

#footer2 .footer-center ul li .box h5{
  font-size: 16px;
}


  }



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

#header2 .nav .ui.menu .menu-box ul.menu>li {
    margin: 0 20px;
    line-height: 2;

}


  }





/*2022-3-9   大改样式*/

.prodet-page .prodet-2 div#form h2 {
    margin: 40px 0;
    color: #051524;
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    font-family: 'PDB';
}


#mobile .menu-content .menu-logo {
    display: block;
    text-align: center;
}
#mobile .menu-content .menu-logo h2 {
    font-size: 16px;
    font-family: 'PDB';
    text-transform: capitalize;
}

#mobile.white .menu-content .mob-search form input[type=submit]{
background: url(/template/en/images/icon-search-white.png) no-repeat center center #669478;

}

#banner .nextbtn{
background: #669478;

}


#banner .nextbtn .nextpro h2{
  color: #fff;
}
#index-body .i-about .ui.container .right .btnbox a.more2:hover{
  background: #669478;
}
#index-body .i-category .right .text h5 span {
    color: #669478;
}
#index-body .i-category .right .text:before{
      background-color: #669478;
}
#index-body .i-category .right .text .btnbox a.more3{
    border: 2px solid #669478;
    background: rgba(255,106,0,.5);
}

#index-body .i-category:before{
  background: #669478;
}
#index-body .i-product .ui.container .productbox ul li .item:hover{
  background: #669478;
}
#index-body .i-adv .ui.container .mian .advbox ul li .item h3{
  color: #669478;
}
#index-body .i-adv .ui.container .mian .text a.more3{
 transition: all .5s ease;
}


#index-body .i-adv .ui.container .mian .text a.more3:hover {
    margin-left: 50px;
    transition: all .5s ease;
}

#header2 .nav .ui.menu .logo img{

  background: none;
}

#header2 .nav .ui.menu .logo h2 {
    line-height: 0;
    font-size: 16px;
    font-family: 'PDB';
    text-transform: capitalize;
}
#header2 .nav .ui.menu .menu-box ul.menu>li>a:after{
      background: #669478;
}

#footer2 #top:hover {
    background: #669478;
}
#footer2 #top {
    background: #669478;
}
.about-main-1 .right.column .play span{
  background: #669478;
}


.about-main-1 .left.column a:hover{
 background: #669478;
}

.about-page .about-2 .list ul li i{
  filter: drop-shadow(0 -100px #669478) !important;
}

.about-page .about-2 .list ul li h4{
 color: #669478;
}
.prodet-page .prodet-2 .det-content{
      overflow: hidden;
}

.do-entry-list {
    margin: 0 -20px;
    box-sizing: border-box;
    overflow: hidden;
    
    padding-bottom: 70px;
}

dl.do-entry-item {
    width: 50%;
    zoom: 1;
    float: left;
    padding: 0 20px;
    display: flex;
    box-sizing: border-box;
}
dt.do-entry-item {
    width: 20%;
    padding: 4px 0;
    color: #000;
    float: left;
    overflow: hidden;
    margin-right: 10px;
    text-overflow: ellipsis;
    font-size: 14px;
    display: flex;
    text-transform: capitalize;
}
dd.do-entry-item-val {
    padding: 4px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #666;
    margin: 0;
    font-family: 'Montserrat-ExtraLight';
}

.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.prodet-page .prodet-2 .det-content .slide h3 {
    font-size: 28px;
    padding: 15px 0;
}

/*.inner-banner h1{
  color: #669478;
}*/
.prodet-page .prodet-1 .right .btn a:hover {
    background: #669478;
}
.prodet-page .prodet-1 .right .share ul li:hover {
    color: #669478;
}

.prodet-page .prodet-2 .nav-list ul li:after{
  background: #669478;
}
.inner-page .form ul li input[type=submit]{
  background-color: #669478;
}

.prodet-page .prodet-3 h3:after{
      background: #669478;
}
.prodet-page .prodet-3 .list ul li:hover h6 {
    color: #669478;
}
#footer2 .footer-top .right form input[type=submit] {
    background: #669478;
}


.product-page .sidebarBox .left .box h4:after{
      background: #669478;
}


.product-page .sidebarBox .left .box .list ul li a:hover{
    background: #669478;
}
.product-page .sidebarBox .left .box .info ul li a i img{
      filter: drop-shadow(0 -100px #669478);
}

.product-page .sidebarBox .right .list ul li a.img-box i.fa{
  background: #669478;
}
.product-page .sidebarBox .right .list ul li a.img-box h6 small{
      color: #669478;
}
.inner-page .m-page a:hover, .inner-page .m-page span.current{
      border-color: #669478;
}
#footer2 .footer-bottom .right ul li:hover{
  background: #669478;
}

.news-page .list ul li .content a.more:hover{
  background: #669478;
}

.inner-page .form ul li input[type=submit]:hover{
  background-color: #669478;
    border-color: #669478;
}
.contact-page .contact-1 .list ul li .box span{
      background: #669478;
}

.contact-page .contact-1 .list ul li .box span:before{
  border-bottom: 12px solid #669478;
}


.prodet-page .prodet-8 div#form h2 {
    margin: 40px 0;
    color: #051524;
    font-size: 38px;
    font-weight: 700;
    text-align: center;
    font-family: 'PDB';
}

.nyabout-banner {
    text-align: center;
    background: url(/glowayhouseware/2022/08/04/987.jpg);
    padding: 100px 0;
    margin: 0 auto;
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.nyabout-banner h2 {
    text-align: center;
    font-size: 32px;
    line-height: 2;
    text-transform: capitalize;
    font-weight: bold;
    color: #fff;
}
.nyabout-banner p {
    text-align: center;
    color: #fff;
    width: 70%;
    margin: 0 auto;
    font-size: 18px;
    padding: 35px 40px;
    line-height: 2;
}
.nyabout-banner a {
    color: #fff;
    font-size: 16px;
    padding: 15px 15px;
    background: rgba(102,148,120,0.5);
}

.inner-page.prodet-page .prodet-8 {
    padding: 40px 0 90px;
}





/*2022-3-9   大改样式-end*/

.i-cate {
  position: relative;
}
.i-cate h1{
  font-family: "Rubik-Bold";
  position: absolute;
  top: 20px;
  right: 0;
   font-size: 130px;
  line-height: 0.75;
  letter-spacing: 0px;
  -webkit-text-stroke-color: rgba(214, 214, 214, 0.5);
  opacity: 1;
  color: transparent !important;
  -webkit-text-stroke-width: 1px;
}
.i-cate::before {
  content: "";
  width: 100%;
  top: 50%;
  left: 0;
  height: 150px;
  position: absolute;
  background: url(/joinfountain/2022/03/11/yuanfangbg.jpg);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Rubik-Bold";
}
.i-cate .ui.container h3 {
  font-size: 48px;
  color: #8dca92;
  line-height: 2;
}
.i-cate .ui.container h6 {
  font-size: 16px;
  line-height: 2;
  color: #333;
}
.i-cate .ui.container ul {
  margin: 0 -30px;
}
.i-cate .ui.container ul li {
  padding: 0 30px;
  padding-top: 80px;
  padding-bottom: 80px;
}
/*.i-cate .ui.container ul li:nth-child(even) {
  padding-top: 30px;
  padding-bottom: 70px;
}*/
.i-cate .ui.container ul li .imgbox {
  overflow: hidden;
}
.i-cate .ui.container ul li .textbox {
  padding: 30px 0;
  text-align: left;
}
.i-cate .ui.container ul li .textbox h4 {
  font-size: 26px;
  text-transform: uppercase;
  color: #333;
  line-height: 2;
  margin-bottom: 15px;
  text-align: center;
}
.i-cate .ui.container ul li .textbox a {
  font-size: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #8dca92;
}
.i-cate .ui.container ul li .textbox a i {
  margin-left: 10px;
}
.about-6 .ui.container {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-6 .ui.container .listbox {
  text-align: left;
  padding-left: 40px;
}
.about-6 .ui.container .listbox h3 {
  font-size: 36px;
  line-height: 2;
  color: #000;
  font-family: 'PDB';
}
.about-6 .ui.container .listbox ul li {
  padding: 20px;
  background: #8dca92;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 15px;
}
.about-6 .ui.container .listbox ul li i {
  font-size: 20px;
  margin-right: 20px;
  margin-top: 5px;
}
.about-6 .ui.container .listbox ul li .txt h4 {
  font-size: 20px;
}
.about-6 .ui.container .listbox ul li .txt p {
  font-size: 16px;
  line-height: 1.5;
  display: none;
}
.about-7{
  margin-bottom: 100px;

}
.about-7 img{
  width: 100%;
}

.about-main{
  background-position-y: 9%;
}


.about-7 img {
    width: 100%;
    filter: drop-shadow(0 -100px #669478);
    position: relative;
    top: 100px;
}
.about-7 {
    margin-bottom: 100px;
    overflow: hidden;
}
.about-6 .ui.container .listbox h3 {
    font-size: 36px;
    line-height: 2;
    font-weight: bold;
    color: #000;
    padding-bottom: 25px;
}
.about-6 .ui.container .listbox ul {
    overflow-x: hidden;
    max-height: 500px;
}
.about-6 .ui.container .listbox ul li{
      background: #669478;
}
.about-6 .ui.container .listbox ul li .txt h4 {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px;
    font-family: 'PDB';
}
.about-page .about-3 h2 {
    color: #669478;
    text-transform: capitalize;
    font-size: 36px;
}


.about-page .about-3 {
    padding: 100px 0 100px;
    text-align: center;
}

.i-cate .ui.container h3 {
    font-size: 48px;
    color: #669478;
    font-weight: bold;
    line-height: 1.2;
        font-family: 'PDB';
}
.i-cate {
    position: relative;
    padding: 100px 0;
}
.i-cate .ui.container ul li{
  padding-bottom: 0;
}

.i-cate .ui.container ul li .textbox a{
      color: #669478;
}


.i-cate .ui.container ul li .textbox {
    padding: 30px 0 0;
    text-align: left;
}



.i-cate h1 {
    font-family: "Rubik-Bold";
    position: absolute;
    top: 160px;
    right: 0;
    font-size: 150px;
    line-height: .75;
    letter-spacing: 0px;
    -webkit-text-stroke-color: rgba(214,214,214,.3);
    opacity: 1;
    color: transparent !important;
    -webkit-text-stroke-width: 1px;
}


#index-body .i-about .floattext h3{
      opacity: 0.1;
      text-transform: uppercase;  
}

#index-body .i-category .right .text .arrowbtn{
  display: none;
}

#index-body .i-product .ui.container .productbox ul li .item .imgbox img {
    object-fit: cover;
    max-height: 400px;
}
#header2 .nav .ui.menu .menu-box ul.menu>li ul.sub-menu li:hover {
    background: #669478;
}



/*2022-3-11 新增样式 -end*/



/*2022-3-23 新增样式*/


.init-certification-public {
    background: linear-gradient(to right,#018cd8 50%, #E8E8E8 50%);
    padding: 100px 0;
}

.init-certification-public .column:nth-child(1) {
    padding-left: 15%;
    padding-right: 12%;
}
.init-certification-public .column:nth-child(2) {
    padding-left: 3%;
}
.init-certification-public h2, .init-certification-public p {
    color: #fff;
    line-height: 2;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.init-certification-public p {
    font-size: 18px;
    font-family: 'PL';
}

.init-certification-public .column:nth-child(2) .honor-list {
    position: relative;
}

.init-certification-public .column:nth-child(2) .honor-list ul li {
    padding: 0 10px;
}



.init-certification-public .column:nth-child(1) {
    padding-left: 15%;
    padding-right: 12%;
    width: 100%;
}


.honor-list li .img-box img {
    padding: 30px;
}

.init-certification-public {
    background: none;
    padding: 100px 0;
}

.init-certification-public {
    background: 0 0;
    padding: 50px 0 0 0;
}
.init-certification-public a {
    padding: 0;
    background: none;
}

.init-certification-public .column:nth-child(1) {
    padding-left: 14%;
    padding-right: 14%;
        width: 100%;
}

.honor-list li .img-box img {
    padding: 0 30px;
}


#index-body .i-product .ui.container .btnbox a.more3 {
    font-family: "PM";
    font-size: 18px;
    font-weight: 200;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #fff;
    padding: 5px 20px;
    border: none;
    background: rgba(0,0,0,.5);
    border-radius: 5px;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
    margin-left: 20px;
}

#index-body .i-adv .ui.container .mian .advbox ul li .item{
      min-height: 335px;
}

@media screen and (max-width: 600px) {
  .product-page .sidebarBox .right .list ul li{
    width: 100%;
  }
  .inner-banner h1 span {
    color: #669478;
}
}

/*2022-3-23 新增样式 -end*/
/*xiangyingshi add*/

@media screen and (max-width: 1250px) {
  .about-main-1 .ui.container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .about-main-1 .left.column{
    position: relative;
    width: 50%;
  }
  .about-main-1 .right.column{
    position: relative;
    width: 50%;
  }
  .about-main-1 .right.column .play{
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
  }
  #footer2 .footer-center ul li .box {
     padding-left: 0px;
}
.prodet-page .prodet-2 .det-content .slide{
  overflow-x: scroll;
}
.do-entry-list{
  min-width: 1000px;
}
.prodet-page .prodet-2 .det-content table {
    margin: 0;
    min-width: 1000px;
}
.inner-banner {
    padding-top: 40px;
}
#index-body .i-product .ui.container .btnbox{
  display: none;
}
#footer{
  position: relative;
}
#footer{
  font-size: 16px;
}
.i-cate .ui.container ul li .textbox a{
  font-size: 14px;
}
#header2 .nav .ui.menu .menu-box ul.menu>li {
    margin: 0 40px;
    font-size: 18px;
    line-height: 2;
}
.about-page  .nyabout-banner{
  background-attachment:unset;
  background-size: cover;
}
}
@media screen and (max-width: 1230px) {
  #index-body .i-category .left .catelist li img {
    height: auto;
}
}
@media screen and (max-width: 1000px) {
  .inner-banner{
    margin-top: 50px;
  }
}
@media screen and (max-width: 1000px) {
  .about-main-1{
    padding: 100px 0;
  }
  .about-main-1 .ui.container{
    display: block !important;
  }
  .about-main-1 .left.column{
    width: 100%;
  }
  .about-main-1 .left.column h2 {
    font-size: 60px;
}
  .about-main-1 .right.column{
    display: none;
  }
  .about-6 .ui.container .listbox h3{
    font-size: 24px;
    line-height: 1.5;
  }
  .about-main-1 .left.column p{
    width: 100%;
  }
   .about-6 .ui.container .listbox ul li .txt h4{
    font-size: 18px;
  }
.contact-page .contact-2 .right {
    width: 100%;
    padding-left: 0;
}
.init-certification-public .column:nth-child(1) {
    padding-left: 50px;
    padding-right: 50px;
    width: 100%;
}
.nyabout-banner p {
    text-align: center;
    color: #fff;
    width: 100%;
    margin: 0 auto;
    font-size: 18px;
    padding: 35px 40px;
    line-height:2;
}
#index-body .i-adv .ui.container .mian .advbox ul li .item {
  width: 366px;
}
.f1yuanf {
  display: none !important;
}
}
@media screen and (max-width: 700px) {
  #index-body .i-category .mian .navbox{
    width: 70%;
  }
.inner-banner h2, .process-page .process-2 h3{
  display:none;
}
.inner-banner p{
  display: none;
}
.inner-banner h3{
  display: none;
}
.inner-banner{
  align-items: flex-start;
}
.inner-banner {
    height: 200px;
    padding-top: 0;
}
p.wy {
  line-height: 1.5!important;
  font-size: 14px;
}
.i-semi{
  padding: 40px 0;
}
.prodet-page .prodet-9{
display: none;
}
.prodet-page .prodet-1 .right h1{
  line-height: 1.5;
  font-size: 24px;
}
.about-page .prodet-9{
margin-top: 40px;
}
.nyabout-banner p {
    text-align: center;
    color: #fff;
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
    padding: 35px 15px;
    line-height: 2;
}
.nyabout-banner h2{
  font-size: 22px;
}
.about-6 .ui.container .column{
  width: 100%;
}
.about-main-1 .left.column{
    position: relative;
    width: 100%;
  }
  .about-main-1 .right.column{
    position: relative;
    width: 100%;
    margin-top: 40px;
  }
  .about-main-1 .left.column h2 {
    font-size: 24px;
}
.about-main-1 .left.column p {
    font-size: 14px;
    width:100%;
    line-height:2;
    padding: 0;
    margin-bottom: 40px;
}
.about-6 .ui.container .listbox h3 {
  margin-top: 20px;
    font-size: 16px;
    line-height:2;
    font-weight: 700;
    color: #000;
    padding-bottom: 25px;
}
.i-semi h2.h2{
  font-size: 24px;
}
#footer2 .footer-top .right form input[type=submit]{
  width: 29%;
  font-size: 12px;
}
#footer2 .footer-top .right form input{
  width: 70%;
}
.about-main-1 .right.column .play span{
  height: 36px;
  width: 80px;
}
.about-main-1 .right.column img{
  width: 100%;
}
.about-main-1{
  padding-top: 0;
}
.about-6 .ui.container .listbox {

   padding-left: 0px;
}
.about-6 .ui.container .listbox ul li .txt h4{
  font-size: 14px;
}
}

.list p {
  font-size: 25px;
  line-height: 2;
  color: black;
  padding-bottom: 20px;
}



p.sp_tian {
    text-align: center;
    padding-top: 140px;
    font-size: 25px;
    line-height: 2;
}

.cp_tian2{
  padding: 96px 0 436px;
}

.cp_tian1 {
    width: 600px !important;
   
}


a.cp_tian3 {
    padding: 0 !important;
    font-weight: revert !important;
}

.about-main-1.sp_tian1 {
    padding-bottom: 154px;
}


.button-group {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 16px !important;
    padding: 10px;
}

@media screen and (max-width: 700px) {
  .about-page .nyabout-banner{
    padding: 30px 0;
  }
  .i-cate{
    padding: 30px 0;
  }
  .i-cate .ui.container ul li{
    padding-top: 20px;
  }
  .i-cate .ui.container h3{
    font-size: 36px;
  }
  .i-cate .ui.container ul li .textbox h4{
    font-size: 20px;
    line-height: 1.4;
  }
}