@font-face {
  font-family: 'poppins-regular';
  src: url(../fonts/poppins-regular.ttf) format('truetype'), url(../fonts/poppins-regular.eot) format('eot'), url(../fonts/poppins-regular.woff) format('woff'), url(../fonts/poppins-regular.woff2) format('woff2');
}
@font-face {
  font-family: 'poppins-semibold';
  src: url(../fonts/Poppins-SemiBold.ttf) format('truetype'), url(../fonts/Poppins-SemiBold.eot) format('eot'), url(../fonts/Poppins-SemiBold.woff) format('woff'), url(../fonts/Poppins-SemiBold.woff2) format('woff2');
}
.container {
  width: 1330px;
}
.product-page .container{
   width: 1550px;
}
.images-box {
  overflow: hidden;
  position: relative;
}
.images-box img {
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}
.images-box:hover img {
  transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
}
.scroll-box {
  overflow: hidden;
  position: relative;
}
.scroll-box ul {
  width: 9999px;
}
.scroll-box ul li {
  float: left;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 500;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  height: 0;
  clear: both;
  visibility: hidden;
}
.ui.container {
  padding: 0 15px;
  position: relative;
}
.ui.container > .item {
  padding-left: 0;
  padding-right: 0;
}
.ui.menu {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: none;
  margin: 0;
  box-shadow: 0 0 0 0 #fff;
  -webkit-box-shadow: 0 0 0 0 #fff;
  -moz-box-shadow: 0 0 0 0 #fff;
  -ms-box-shadow: 0 0 0 0 #fff;
  -o-box-shadow: 0 0 0 0 #fff;
  min-height: auto;
  background: none;
}
.ui.header:first-child {
  margin-top: 0;
}
.ui.header {
  margin: 0;
  font-weight: 500;
}
.item {
  border-left: none!important;
  border-right: none!important;
}
.item:before,
.item:after {
  display: none!important;
}
#header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
#header .nav {
  position: relative;
  padding: 0 2%;
}
#header .nav .logo {
  padding-top: 16px;
}
/*#header .nav .h-search {
  cursor: pointer;
  position: absolute;
  right: 0%;
  top: 0;
  z-index: 99;
}
#header .nav .h-search .fa {
  color: #ffffff;
}*/
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#header .nav .language-choose {
  position: relative;
  height: 99px;
  line-height: 99px;
}
#header .nav .language-choose span {
  height: 99px;
  display: block;
  cursor: pointer;
  font-family: 'poppins-semibold';
  color: #ffffff;
}
#header .nav .language-choose .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 140px;
  background: #ee7306;
  text-align: left;
  z-index: 101;
}
#header .nav .language-choose .sub-menu li {
  line-height: normal;
}
#header .nav .language-choose .sub-menu li a {
  font-size: 15px;
  color: #fff;
  display: block;
  padding: 10px 18px;
}
#header .nav .language-choose .sub-menu li:hover {
  background: #222;
}
#header .nav .icon {
  line-height: 99px;
}
#header .nav .icon .fa {
  font-size: 16px;
  margin: 0 5px;
  color: #fff;
}
#header .nav .menu-box {
  padding: 0;
  line-height: 99px;
  height: 99px;
  position: relative;
  width: 62%;
  text-align: center;
}
#header .nav .h-search{
  width: 10%;
}
#header .nav .h-search form{
  position: relative;
  margin-top: 22px;
}
#header .nav .h-search form input{
width: 100%;
	background: none;
  border: none;
	border-bottom: 1px solid #fff;
	outline: none;
	padding: 18px 0px;
	font-size: 15px;
	color: #fff;
}
#header .nav .h-search form input::-webkit-input-placeholder {
  color: #fff;
}
#header .nav .h-search form input:-moz-placeholder {
  color: #fff;
}
#header .nav .h-search form input::-moz-placeholder {
  color: #fff;
}
#header .nav .h-search form input:-ms-input-placeholder {
  color: #fff;
}
#header .nav .h-search form input[type="submit"]{
 width: 26px;height: 26px;
 padding: 0;
 border: none;
 background: url(../images/icon-search-white.png) no-repeat center;
 position: absolute;
 right:0;
 top:9px;
}
#header .nav .menu-box .menu > li {
  display: inline-block;
  position: relative;
  text-transform: capitalize;
  margin: 0 15px;
  vertical-align: top;
}
#header .nav .menu-box .menu > li > a {
  font-size: 18px;
  color: #ffffff;
  display: block;
  position: relative;
}
#header .nav .menu-box .menu > li > a:after {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: #ee7306;
}
#header .nav .menu-box .menu > li:hover > a {
  color: #ee7306;
}
#header .nav .menu-box .menu > li:hover > a:after {
  width: 80%;
  left: 10%;
}
#header .nav .menu-box .menu > li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 180px;
  background: #ee7306;
  text-align: left;
  z-index: 101;
  display: none;
}
#header .nav .menu-box .menu > li .sub-menu li {
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  line-height: normal;
  background: #ee7306;
}
#header .nav .menu-box .menu > li .sub-menu li .sub-menu{
  position: absolute;
  left:100%;
  top:0;
  z-index: 2;
  display: none !important;
}
#header .nav .menu-box .menu > li .sub-menu li:hover .sub-menu{
  display: block !important;
}
#header .nav .menu-box .menu > li .sub-menu li a {
  font-size: 14px;
  color: #fff;
  display: block;
  padding: 10px 18px;
}
#header .nav .menu-box .menu > li .sub-menu li:hover {
  background: #222;
}
#header.h-header {
  position: fixed;
  background: rgba(0,0,0,.8);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
#banner .banner-list ul li {
  position: relative;
}
#banner .banner-list{
  position: relative;
}
 #banner .banner-list .slick-arrow{
			position: absolute;
			cursor: pointer;
				width: 40px;
			height: 80px;
			background:rgba(0,0,0,.3) url(../images/banner-btn-l.png) no-repeat center;
			left:30px;
			top:45%;
			z-index: 8;
			color: rgba(255,255,255,0);
			border: none;
}
#banner .banner-list .slick-next{
			background:rgba(0,0,0,.3) url(../images/banner-btn-r.png) no-repeat center;
			left:auto;
			right:30px;
} 
video.pv-video {
    object-fit: fill;
    height: 100%;
}
#banner .banner-list ul li .text {
  position: absolute;
  width: 62%;
  left: 19%;
  top: 30%;
  color: #fff;
  text-align: center;
  z-index: 4;
}
#banner .banner-list ul li .layer{
  position: absolute;
  width: 100%;
  height: 100%;
  left:0;
  top:0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
}
#banner .banner-list ul li .text h3 {
  font-size: 18px;
  line-height: 1.8;
  /*text-transform: uppercase;*/
}
#banner .banner-list ul li .text h2 {
  font-size: 70px;
  font-family: 'poppins-semibold';
  margin: 20px 0 30px;
  line-height: 1.5;
  text-shadow: 5px 5px 0 black;
}
#banner .banner-list ul li .text a.more {
  display: inline-block;
  padding: 0 30px;
  min-width: 232px;
  height: 63px;
  line-height: 59px;
  margin: 0 auto;
  font-size: 22px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  -o-border-radius: 35px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#banner .banner-list ul li .text a.more + a.more {
  margin-left: 30px;
}
#banner .banner-list ul li .text a.more:hover {
  background: #ee7306;
  border-color: #ee7306;
}

@media (max-width:1000px) {
  #banner .banner-list ul li .text {
      width: 80%;
      left: 10%;
      top: 20%;
  }

  #banner .banner-list ul li .text a.more {
    font-size: 14px;
    padding: 10px 15px;
    min-width: auto;
    height: auto;
    line-height: 1.5;
  }

  #banner .banner-list ul li .text a.more + a.more {
    margin-left: 15px;
  }
}

#index-body .tit h2 {
  font-family: 'poppins-semibold';
  font-size: 36px;
  max-width: 650px;
      line-height: 1.6;
  text-align: center;
  /*text-transform: uppercase;*/
  margin: 0 auto;
}
#index-body .tit p {
  font-size: 16px;
  text-align: center;
  color: #494949;
  margin: 20px 0;
  line-height: 2;
}
#index-body {
  padding: 80px 0 0;
  background: #f7f7f7 url(../images/cat-bg_01.jpg) no-repeat top center;
}
#index-body .cat-list {
  margin-top: 30px;
  padding-bottom:80px;
  position: relative;
  z-index: 1;
}
#index-body .cat-list ul li {
  padding: 0 18px;
}
#index-body .cat-list ul li .img {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  overflow: hidden;
}
#index-body .cat-list ul li .img-box {
  position: relative;
}
#index-body .cat-list ul li .text {
  position: relative;
  background: #fff;
  z-index: 2;
  padding: 30px;
  text-align: center;
}
#index-body .cat-list ul li .text h2 {
  font-family: 'poppins-semibold';
  color: #494949;
  font-size: 24px;
  line-height: 1.8;
  /*margin-bottom: 20px;*/
}
#index-body .cat-list ul li .layer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  padding: 50px;
  width: 100%;
  height: 100%;
  left:0;
  top:0;
  z-index: 2;
  background: rgba(0,0,0,.3);
  opacity: 0;
  filter: alpha(opacity=100);
    transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#index-body .cat-list ul li:hover .layer {
 opacity: 1;
  filter: alpha(opacity=100);
}
#index-body .cat-list ul li .img-box .layer p {
  font-size: 16px;
  line-height: 2;
  color: #fff;
}
#index-body .cat-list .cat-logo {
  position: absolute;
  right:-20%;
      bottom: -2%;
  z-index: -1;
}
#index-body .i-about1{
position: relative;
z-index: 1;
background: url(../images/about-bg.jpg) no-repeat left top;
background-attachment: fixed;
}
/*#index-body .i-about1:after{ 
  content: '';position: absolute;
  width: 100%;
  height: 100%;
  background-size: 100%;
  left:0;
  z-index: -1;
  top:0;
  opacity: 0.5;
  filter: alpha(opacity=100);
}*/
#index-body .i-about {
  padding: 150px 0;
  position: relative;
}
#index-body .i-about:after{
  content: '';position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  z-index: 1;
  /*background-image: linear-gradient(rgba(255,255,255,.1), rgba(255,255,255,.6));*/
  background-image: linear-gradient(#fffffff0,rgb(255 255 255 / 0%));
}
#index-body .i-about .grid-box .column {
  vertical-align: middle;
  width: 40%;
  position: relative;
  z-index: 2;
}
#index-body .i-about .grid-box .column:nth-child(1) {
  width: 60%;
  padding-right: 3%;
}
#index-body .i-about .grid-box .column .img {
  /*border: 17px solid rgba(255, 255, 255, 0.8);*/
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  position: relative;
}
#index-body .i-about .grid-box .column .img .play {
  width: 66px;
  height: 46px;
  border-radius: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
  cursor: hand;
}
#index-body .i-about .grid-box .column .img .play img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
#index-body .i-about .grid-box .column:nth-child(2) {
  min-height: 529px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
#index-body .i-about .grid-box .column:nth-child(2) .content h3 {
  font-size: 19px;
  color: #333;
  font-family: 'poppins-semibold';
}
#index-body .i-about .grid-box .column:nth-child(2) .content h2 {
  font-size: 36px;
  color: #333;
  font-family: 'poppins-semibold';
  /*text-transform: uppercase;*/
  line-height: 1.6;
  margin: 10px 0;
}
#index-body .i-about .grid-box .column:nth-child(2) .content div {
  color: #303030;
  font-size: 16px;
  line-height: 2;
}
#index-body .i-about .grid-box .column:nth-child(2) .content div h1{
  display: inline;
}
#index-body .i-about .grid-box .column:nth-child(2) .content .grid-box div{
  background: none;
  min-height: auto;
    padding: 0;
}
#index-body .i-about .grid-box .column:nth-child(2) .content .grid-box{
  margin-top: 20px;
}
#index-body .i-about .grid-box .column:nth-child(2) .content .grid-box .column{
  width: 40%;
  float: left;
}
#index-body .i-about .grid-box .column:nth-child(2) .content .grid-box .column:nth-child(2n){
  width: 60%;
}
#index-body .i-about .grid-box .column:nth-child(2) .content a.more {
  display: block;
  margin-top: 22px;
  width: 170px;
  /*height: 61px;*/
  line-height: 52px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  background: #ee7306;
  color: #fff;
  font-family: 'poppins-semibold';
  text-transform: capitalize;
  font-size: 18px;
  text-align: center;
  /*border: 3px solid #fff;*/
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#index-body .i-about .grid-box .column:nth-child(2) .content a.more:hover {
  transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
}
#index-body .i-form {
  padding: 33px 0 20px;
  background:rgba(0,0,0,.6);
  background-size: cover;
}
#index-body .i-form .grid-box .column {
  color: #fff;
  vertical-align: middle;
}
#index-body .i-form .grid-box .column h2 {
  font-size: 30px;
  font-family: 'poppins-semibold';
  margin-bottom: 10px;
  line-height: 1.6;
  /*text-transform: uppercase;*/
}
#index-body .i-form .grid-box .column p {
  font-size: 16px;
  line-height: 2;
}
#index-body .i-form .grid-box .column:nth-child(1) {
  padding-right: 5%;
  width: 45%;
}
#index-body .i-form .grid-box .column:nth-child(2){
width: 55%;
}
#index-body .i-form .grid-box .column:nth-child(2) form {
  width:100%;
  float: right;
  position: relative;
}
#index-body .i-form .grid-box .column:nth-child(2) form p{
  padding-left: 10px;
  font-size: 14px;
}
#index-body .i-form .grid-box .column:nth-child(2) form p input{
  margin-right: 5px;
}
#index-body .i-form .grid-box .column:nth-child(2) ul li {
  margin-bottom: 10px;
  position: relative;
  float: left;
  width: 26%;
  padding-right: 5px;
}
#index-body .i-form .grid-box .column:nth-child(2) ul li:last-child{
  width: 48%;
}
/*#index-body .i-form .grid-box .column:nth-child(2) ul li:last-child{
width: 100%;
}
#index-body .i-form .grid-box .column:nth-child(2) ul li:nth-child(1){
width: 48%;
margin-right: 4%;
}
#index-body .i-form .grid-box .column:nth-child(2) ul li:nth-child(2){
width: 48%;
}*/
#index-body .i-form .grid-box .column:nth-child(2) ul li input {
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  outline: none;
  padding: 15px;
  font-size: 16px;
  line-height: 2;
  color: #fff;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
#index-body .i-form .grid-box .column:nth-child(2) ul li input::-webkit-input-placeholder {
  color: #fff;
}
#index-body .i-form .grid-box .column:nth-child(2) ul li input:-moz-placeholder {
  color: #fff;
}
#index-body .i-form .grid-box .column:nth-child(2) ul li input::-moz-placeholder {
  color: #fff;
}
#index-body .i-form .grid-box .column:nth-child(2) ul li input:-ms-input-placeholder {
  color: #fff;
}
#index-body .i-form .grid-box .column:nth-child(2) ul li input[type="submit"] {
  width: 100px;
  height: 58px;
  color: #5c5c5c;
  background: #fff;
  position: absolute;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  right: 0;
  bottom: 0px;
  z-index: 2;
}
#index-body .product-list{
  padding-bottom: 70px;
}
#index-body .product-list .grid-box .column{
  width: 33.3%;
}
#index-body .product-list .grid-box .column h3{
font-size: 36px;
 line-height: 1.6;
    color: #ee7306;
    font-family: 'poppins-semibold';
}
#index-body .product-list .grid-box .column h3 span{
  color: #16994b;
}
#index-body .product-list .grid-box .column p{
font-size: 22px;
    margin: 10px 0;
    font-weight: 700;
}
#index-body .product-list .grid-box .column:nth-child(1) ul li{
  line-height: 2;
  margin: 10px 0;
  list-style: disc;
  list-style-position: inside;
  font-size: 16px;
}
#index-body .product-list .grid-box .column:nth-child(1) ul li span{
  color: #ee7306;
}
#index-body .product-list .grid-box .column:nth-child(1) ul li::marker {
color:#ee7306;
}
#index-body .product-list .grid-box .column:nth-child(2){
  width: 66.6%;
  padding-left: 30px;
}
#index-body .product-list .grid-box .column:nth-child(2) ul li{
  padding: 10px;
}
#index-body .product-list ul li .img-box {
  position: relative;
}
#index-body .product-list ul li .img-box .border {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  padding: 10px;
  display: table;
}
#index-body .product-list ul li .img-box .border .border1 {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  display: table-cell;
  vertical-align: bottom;
  color: #fff;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-bottom: 30px;
  opacity: 0;
  filter: alpha(opacity=100);
}
#index-body .product-list ul li .img-box .border .border1 h2 {
  font-size: 20px;
  margin-bottom: -25px;
  font-family: 'poppins-semibold';
}
#index-body .product-list ul li .img-box .border .border1 p {
  font-size: 18px;
}
#index-body .product-list ul li .img-box:hover .border1 {
  vertical-align: middle;
  border: 1px solid #fff;
  opacity: 1;
  filter: alpha(opacity=100);
  padding-bottom: 0;
}
#index-body .i-others {
  /*padding: 20px 0 40px;*/
  background: rgba(255,255,255,.8);
}
#index-body .i-others .part1{
  /*background: #eee;*/
}
.cat-logo{
  margin-bottom: 40px;
}
#index-body .i-others .tit h2 {
  color: #494949;
  font-size: 36px;
}
#index-body .i-others a.more {
  display: block;
  margin-top: 30px;
  width: 156px;
  height: 53px;
  line-height: 53px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  background: #ee7306;
  color: #fff;
  font-family: 'poppins-semibold';
  text-transform: capitalize;
  font-size: 16px;
  text-align: center;
}
#index-body .i-others .part1 {
  padding: 40px 0 10px;
}
#index-body .i-others .part1 .service-list ul li{
  padding:10px;
}
#index-body .i-others .part1 .service-list ul li .layer {
  position: relative;
  padding: 20px;
  width: 100%;
  z-index: 2;
    transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#index-body .i-others .part1 .service-list ul li .layer h2{
   white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    font-size: 16px;
    line-height: 2;
}
#index-body .i-others .part1 .service-list ul li .img-box .layer p {
  font-size: 16px;
  line-height: 2;
}
#index-body .i-others .part1 .service-list .more{
  display: block;
    margin-top: 10px;
    width: 148px;
    height: 48px;
    line-height: 48px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    background: #ee7306;
    color: #fff;
    font-family: 'poppins-semibold';
    text-transform: capitalize;
    font-size: 16px;
    text-align: center;
}
#index-body .i-others .part1 .column {
  vertical-align: middle;
}
#index-body .i-others .part1 .column:nth-child(1) {
  padding-right: 5%;
}
#index-body .i-others .part1 .column:nth-child(1) h3 {
  font-size: 22px;
  color: #494949;
  font-family: 'poppins-semibold';
}
#index-body .i-others .part1 .column:nth-child(1) h2 {
  font-size: 16px;
  color: #494949;
  margin: 10px 0 20px;
}
#index-body .i-others .part1 .column:nth-child(1) p {
  font-size: 16px;
  margin: 10px 0;
}
#index-body .i-others .part1 .column img {
  float: right;
}
#index-body .i-others .part2 {
  padding: 0;
}
#index-body .i-others .part2 .column:nth-child(1) {
  padding-right: 6%;
}
#index-body .i-others .part2 .column h2 {
  color: #ee7306;
  text-transform: uppercase;
  font-family: 'poppins-semibold';
  font-size: 18px;
}
#index-body .i-others .part2 .column h3 {
  color: #494949;
  text-transform: uppercase;
  font-family: 'poppins-semibold';
  font-size: 42px;
  line-height: 1.5;
  margin: 10px 0;
}
#index-body .i-others .part2 .column p {
  color: #494949;
  font-size: 16px;
}
#index-body .faq-list {
  margin-top: 10px;
}
#index-body .faq-list li {
  border: 1px solid #dcdcdc;
  margin-bottom: 10px;
   border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
#index-body .faq-list li .ig h4 {
  position: relative;
  font-size: 18px;
  line-height: 1;
  padding: 25px 20px;
  padding-left: 20px;
  font-family: 'poppins-semibold';
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

#index-body .faq-list li .ig h4 i {
  position: absolute;
  right: 35px;
  top: 25px;
  font-size: 18px;
  color: #000;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
}
#index-body .faq-list li .ig h4 i.fa-minus {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 0;
}
#index-body .faq-list li .ig .con {
  display: none;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  padding: 15px 20px;
}
#index-body .faq-list li .ig .con p {
  font-size: 16px;
  color: #7a7a7a;
}
#index-body .faq-list li.active .ig h4 i {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  opacity: 0;
}
#index-body .faq-list li.active .ig h4 i.fa-minus {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
  color: #fff;
}
#index-body .faq-list li.active .ig h4{
  color: #fff;
  background: #ee7306;
}
#index-body .part2 .news-box {
  padding: 30px 0;
}
#index-body .part2 .news-box ul li {
 padding: 0 10px;
  margin-bottom: 1.6rem;
}
#index-body .part2 .news-box ul li:last-child {
  margin-bottom: 0;
}
#index-body .part2 .news-box ul li .n-img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#index-body .part2 .news-box ul li .n-img img {
  width: 100%;
}
#index-body .part2 .news-box ul li .n-img{
  width: 40%;
  float: left;
}
#index-body .part2 .news-box ul li .content {
  padding-left: 30px;
  width: 60%;
  float: left;
}
#index-body .part2 .news-box ul li .content span {
  font-size: 14px;
  line-height: 2;
  color: #6e6e6e;
}
#index-body .part2 .news-box ul li .content span i {
  margin-right: .8rem;
}
#index-body .part2 .news-box ul li .content h4 {
  font-size: 16px;
  line-height: 2;
  color: #333;
  /*text-transform: uppercase;*/
  font-weight: 600;
  margin: 0.5rem 0 0.5rem;
}
#index-body .part2 .news-box ul li .content h4:hover {
  color: #fd914f;
}
#index-body .part2 .news-box ul li .content p {
  font-size: 16px;
    line-height: 2;
  color: #6e6e6e;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#footer a:hover {
  color: #fd914f !important;
}
#footer .footer-top {
  background: #222429;
  padding: 40px 0;
}
#footer .footer-top .grid-box .column {
  width: 25%;
}
#footer .footer-top .grid-box .column h2 {
  font-size: 18px;
  line-height: 1.8;
  color: #ffffff;
  margin-bottom: 20px;
  text-transform: capitalize;
}
#footer .footer-top .grid-box .column p {
  color: #b1bec5;
  font-size: 16px;
  line-height: 2;
  margin-top: 10px;
}
#footer .footer-top .grid-box .column ul li {
  font-size: 16px;
  color: #b1bec5;
  line-height: 2;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#footer .footer-top .grid-box .column.i-company {
  width: 32%;
  padding-right: 5%;
}
#footer .footer-top .grid-box .column.i-company .icon {
  margin-top: 20px;
}
#footer .footer-top .grid-box .column.i-company .icon .fa {
  font-size: 16px;
  color: #fff;
  margin-right: 20px;
}
#footer .footer-top .grid-box .column:nth-child(2) {
  width: 15%;
}
#footer .footer-top .grid-box .column:nth-child(3) ul li {
  padding-left: 30px;
  margin-bottom: 10px;
}
#footer .footer-top .grid-box .column:nth-child(3) ul li:nth-child(1) {
  padding-left: 0;
}
#footer .footer-top .grid-box .column:nth-child(3) ul li:nth-child(2) {
  background: url(../images/footer_07.jpg) no-repeat left center;
}
#footer .footer-top .grid-box .column:nth-child(3) ul li:nth-child(3) {
  background: url(../images/footer_10.jpg) no-repeat left center;
}
#footer .footer-top .grid-box .column:nth-child(4) {
  width: 28%;
  padding-left: 1%;
}
#footer .footer-top .grid-box .column:nth-child(4).i-form form {
  margin: 10px 0 0;
}
#footer .footer-top .grid-box .column:nth-child(4).i-form form ul li {
  margin-bottom: 10px;
  position: relative;
}
#footer .footer-top .grid-box .column:nth-child(4).i-form form ul li:nth-child(1),
#footer .footer-top .grid-box .column:nth-child(4).i-form form ul li:nth-child(2){
  width: 49%;
  margin-right: 2%;
  float: left;
}
#footer .footer-top .grid-box .column:nth-child(4).i-form form ul li:nth-child(2){
  margin-right: 0;
}
#footer .footer-top .grid-box .column:nth-child(4).i-form form ul li input,
#footer .footer-top .grid-box .column:nth-child(4).i-form form ul li textarea {
  font-size: 16px;
  line-height: 2;
  width: 100%;
  background: #fff;
  border: none;
  outline: none;
  padding: 4px 20px;
  padding-left: 10px;
  color: #a6abaa;
}
#footer .footer-top .grid-box .column:nth-child(4).i-form form ul li textarea.content{
  min-height: 66px;
}
#footer .footer-top .grid-box .column:nth-child(4).i-form form ul li input[type="submit"] {
  width: 90px;
    height: 38px;
    color: #fff;
    background: #fd914f;
    padding: 0;
    margin-top: 10px;
}
#footer .footer-bottom {
  background: #1a1c1e;
  padding: 15px 0;
}
#footer .footer-bottom p {
  color: #b1bec5;
  font-size: 16px;
  line-height: 2;
}
#footer .footer-bottom p img {
  height: 16px;
  margin: 8px 10px;
}
#footer .footer-bottom p a {
  color: #b1bec5;
}
#footer .footer-bottom p a:hover {
  color: #ffffff !important;
}
.scroll{
  position: fixed;
  right: 54px;
  bottom: 10px;
  z-index: 2;
  cursor: pointer;
}
.scroll img{
   border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}
svg {
  max-height: 28px;
  width: auto;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  fill: #b1bec5;
}
svg text {
  fill: #b1bec5;
}
svg:hover {
  fill: white;
}
svg g.en {
  display: block;
}
svg g.cn {
  display: none;
}

/*news*/
.newdet-page .link {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px #eee dashed;
  font-size: 16px;
  line-height: 2;
}
.newdet-page .link a {
  display: block;
  font-size: 14px;
  
}
.newdet-page .link a:hover {
  text-decoration: underline;
}

.prodet-page .prodet-1 .left a {
  display: block;
  border: 1px solid #eee;
}
.prodet-page .prodet-1 .left a img {
  width: 100%;
}
.prodet-page .prodet-1 .left ul {
  margin: -5px;
  padding: 0;
}
.prodet-page .prodet-1 .left ul li {
  padding: 5px;
}
.prodet-page .prodet-1 .left ul li i,
.prodet-page .prodet-1 .left ul li span {
  display: none !important;
}
.prodet-page .prodet-1 .left ul li img {
  display: block;
  margin: 0 auto;
}
.prodet-page .prodet-1 .left .four ul .slick-current li a {
	border-color:#014fa2;
}
.prodet-page .prodet-1 .left ul .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-indent: -9999em;
  width: 40px;
  height: 40px;
  border: none;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  background-size: 8px;
  background-position: center;
  background-repeat: no-repeat;
}
.prodet-page .prodet-1 .left ul .slick-arrow.slick-prev {
  background-image: url("../images/banner-btn-l.png");
  left: 10px;
}
.prodet-page .prodet-1 .left ul .slick-arrow.slick-next {
  background-image: url("../images/banner-btn-r.png");
  right: 10px;
}
.i-product2-list ul li{
  padding: 0 20px 0 0;
}
.i-product2-list .slick-track{
  margin-left: 0;
}
.i-product2-list ul li .img-box>a{
  display: block;
  border: 1px solid #eee;
}
.i-product2-list ul li .img-box{
  position: relative;
}
.i-product2-list ul li .img-box .text{
  position: relative;
  z-index: 2;
  background: #fff;
  padding-top: 20px;
}
.i-product2-list ul li .img-box .text h2{
  font-size: 16px;
  line-height: 2;
}
#node-single-comment form .col-sm-4{
  width: 100% !important;
  max-width:100% !important;
}
.indusknow h2 {
    font-weight: 700;
    padding-bottom: 30px;
    line-height: 2;
    color: #494949;
    font-size: 36px;
    text-align:center;    
     }
.indusknow h3 {
     font-size: 24px;
    line-height: 2;    
    margin-bottom: 10px;
    margin-top: 12px;
    padding: 0 1px;
     }
.indusknow {
 font-size: 14px;
    line-height: 28px;
    padding: 0 15px 20px;
    position: relative; 
    }

.f-menu{
	position: fixed;
	width: 12%;
	left: 2%;
	top:18%;
	z-index: 99;
	background-color: #f3f3f3;
	padding: 20px 10px;
	padding-left: 20px;
}
.f-menu a {
    color: #000 !important;
}
.f-menu a {
    display: block;
    font-weight: 200;
    line-height: 2;
    font-size: 14px;
    /*text-transform: uppercase;
    letter-spacing: 2px;*/
    text-decoration: none;
    margin-bottom: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.f-menu>ul>li>a{
  font-weight: 700;
}
.f-menu a:hover,
.f-menu a.active
{
	color: #fd914f !important;
}
.f-menu ul ul.children{
  padding-left: 10px;
}
.f-menu ul ul.children li{
  position: relative;
}
.f-menu ul ul.children li:after{
content: '';position: absolute;
width: 6px;
height: 1px;
background: #000;
top:8px;
left:-9px;
}
.post-content .top ul li{
  display: inline-block;
  margin-right: 40px;
  padding: 0 20px;
}
.post-content .top ul li.active span{
  color:#fff;
}
.post-content .top ul li.active{
  background: #fd914f;
}
.portfolio-informations a.contact{
  display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
    line-height: 51px;
    height: 50px;
    background: #fd914f;
    color: black;
    padding: 0 25px;
    font-size: 14px;
        font-weight: 600;
    margin-top: 10px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}
.breadcrumb-links{
  margin: 0 0 45px;
  font-size: 16px;
    line-height: 2;
}

.p4-s4 .list {
				margin: 20px -10px -10px;
				display: flex;
				flex-wrap: wrap;
				text-align: left;
			}
			.p4-s4 .list > li {
				box-sizing: border-box;
				padding: 10px;
				display: flex;
				align-items: flex-start;
				color: #898d93;
			}
			/*.p4-s4 .list img {
				border-radius: 40px;
			}*/
			.p4-s4 .mml-text {
				margin-left: 15px;
				flex: 1 1 0; 
			}
      .p4-s4 .mml-text h4{
        line-height: 60px;
        font-size: 20px;
      }
      	.p4-s4 .mml-text span img{
          margin-right: 10px;
        }
			@media (max-width: 980px) {
				.p4-s4 .list > li {
					width: 50%;
				}
			}
			@media (max-width: 630px) {
				.p4-s4 .list > li {
					width: 100%;
				}
			}
.product-page .content-main-inner ul li{
  margin-bottom: 20px;
}
.product-page .content-main-inner ul li p{
  font-size: 16px;
  line-height: 2;
  text-align: center;
  padding: 10px 0 0;
}
.product-page .content-main-inner ul li .inner{
  position: relative;
  overflow: hidden;
}
.product-page .content-main-inner ul li .inner h2{
  position: absolute;
  top:48%;
  left:0;
  z-index: 2;
  font-size:22px;
  line-height: 1.8;
  color: #000;
  padding: 30px 50px;
  background: rgba(255,255,255,.8);
}
.product-page .content-main-inner ul li .inner h2 a{
  color: #000;
  position: relative;
  display: block;
  padding-bottom: 10px;
}
.product-page .content-main-inner ul li .inner h2 a:after{
  content: '';
    position: absolute;
    width: 56px;
    height: 4px;
    background: #ec7205;
    bottom: 0;
    left: 0px;
}
.product-page .content-main-inner ul li .img-list{
  padding: 30px;
  background: #f3f3f3;
}
.product-page .content-main-inner ul li .img-list .column{
  padding: 10px;
}
/*.product-page .content-main-inner ul li .inner .hoverd-img{
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(1.1);
    opacity: 0;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.product-page .content-main-inner ul li .inner:hover .hoverd-img {
    transform: scale(1);
    opacity: 1;
}*/
.gva-portfolio-items table tr td{
  width: 50% !important;
  border: none;
  font-weight: normal;
      font-size: 16px;
    line-height: 2;
    text-transform: initial;
}
.gva-portfolio-items table{
  border: none;
}

.i-partner{
  /*background: #eee;*/
  padding: 30px 0;
}
.i-partner ul li{
  padding: 0 20px;
}
.i-partner ul li img{
  -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}
.i-partner ul li:hover img{
  -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: gray;
}
.button-group .button{
  background: #fd914f !important;
}
.webform-button--submit{
  border-radius: 30px;
  margin-left: 0;
  float: left;
}
.webform-submission-form .form-item{
  padding: 0;
}
.item-list ul{
  margin-bottom:10px;
}
.contact-link .action .btn-white{
background: #ee7306;
border-radius: 30px;
}
.content-inner .grid-box{
  margin-top: 30px;
}
.content-inner .grid-box .column{
  font-size: 16px;
  line-height: 2;
  margin-bottom: 12px;
}
.content-inner .grid-box .column .fa{
  margin-right: 5px;
  color: #fd914f;
}
.content-inner .about-text .news-box .content{
  background: #fff;
  padding: 30px;
  text-align: left;
}
.part2 .news-box ul li{
  padding: 0 10px;
}
.content-inner .about-text .news-box .content h5{
  margin-bottom: 0;
  color: #000;
  margin-top: 30px;
}
.content-inner .about-text .news-box .content h6{
  color: #000;
}
.prodet-page table tr td:nth-child(1) p,
.prodet-page table tr td:nth-child(3) p{
  font-weight: 700;
}
.about-factory-list .item{
  padding: 10px;
}
.about-factory-list ul li{
  padding: 0 10px;
}
.about-factory-list{
  position: relative;
}
.about-factory-list .slick-arrow{
			position: absolute;
			cursor: pointer;
			width: 40px;
			height: 80px;
			background:rgba(0,0,0,.3) url(../images/banner-btn-l.png) no-repeat center;
			left:-50px;
			top:50%;
			z-index: 8;
			color: rgba(255,255,255,0);
			border: none;
		}
.about-factory-list .slick-next{
			background:rgba(0,0,0,.3) url(../images/banner-btn-r.png) no-repeat center;
			left:auto;
			right:-50px;
		}

/*add*/
.portfolio-information p{
color: #fff;
}
.portfolio-single .portfolio-informations h2{
      font-size: 30px;
    line-height: 1.6;
}
.portfolio-single .portfolio-informations h1{
    font-size: 28px;
    line-height: 1.6;
}
.item-information table,.item-information table tr,
.item-information table>thead>tr>th,.item-information table>thead>tr>td,.item-information table>tbody>tr>th,.item-information table>tbody>tr>td,
.item-information table>tfoot>tr>th, table>tfoot>tr>td {
    border: none;
    background: none;
    padding:0;
}
@media screen and (max-width: 1800px) {
#banner .banner-list ul li .text h2{
  font-size: 42px;
}
}
@media screen and (max-width: 1600px) {
  .container {
    width: 1400px;
  }
  #banner .banner-list ul li .text h2 {
    font-size: 50px;
  }
  #index-body .product-list ul li .img-box .border .border1 h2 {
    font-size: 20px;
  }
  .breadcrumb-content-inner .gva-breadcrumb-content .page-title{
    font-size: 30px;
  }
  .f-menu{
    width: 10%;
  }
}
@media screen and (max-width: 1550px) {
.prodet-page .container {
    width: 1100px;
}
}
@media screen and (max-width: 1430px) {
.prodet-page .container {
    width: 970px;
}
}
@media screen and (max-width: 1400px) {
  .container {
    width: 1200px;
  }
  #header .nav .menu-box{
    width: 54%;
  }
  .f-menu{
    display: none !important;
  }
  #header .nav .menu-box .menu > li {
    margin: 0 10px;
  }
  #header .nav .icon {
    display: none;
  }
  #index-body .cat-list ul li .img-box .text h2,
  #index-body .i-about .grid-box .column:nth-child(2) .content h2,
  #index-body .i-others .part2 .column h3{
    font-size: 20px;
    line-height: 1.8;
  }
  #index-body .news-box ul li .content {
    max-width: 390px;
  }
   #banner .banner-list ul li .text h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1200px) {
  .container {
    width: 970px;
  }
  #header .nav .menu-box .menu>li>a{
    font-size: 16px;
  }
  #banner .banner-list ul li .text h2 {
    font-size: 24px;
  }
  #index-body .i-about .content h3 {
    font-size: 25px;
  }
  #index-body .i-about .why-list ul li h3,
  #index-body .i-form .grid-box .column h2,
  #index-body .i-news .news-list ul li .text h2 {
    font-size: 20px;
  }
  #index-body .i-news .tit h3 {
    font-size: 30px;
  }
  #footer .footer-top .grid-box .column p,
  #footer .footer-top .grid-box .column ul li {
    font-size: 16px;
  }
   #index-body .news-box ul li .content {
    max-width: 270px;
  }
  #index-body .tit h2{
    font-size: 24px !important;
  }
  #index-body .cat-list ul li .text h2,
  #index-body .product-list .grid-box .column h3{
    font-size: 24px;
  }
  .product-page .content-main-inner ul li .inner h2{
    font-size: 18px;
  }
}
@media screen and (max-width: 1000px) {
  .container,
  .prodet-page .container {
    width: 700px;
  }
  .breadcrumb-content-inner .gva-breadcrumb-content .gva-block-breadcrumb .breadcrumb-style h2.page-title{
    font-size: 18px;
    line-height: 32;
    padding-top: 30px;
  }
  .prodet-page .container {
    width: 700px;
}
  #footer .footer-top .grid-box .column {
    width: 50% !important;
    padding-right: 20px;
    margin-bottom: 20px;
  }
  #banner .banner-list ul li .text h2 {
    font-size: 20px;
    margin: 5px 0;
  }
  #index-body .i-others{
    padding: 30px 0;
  }
  #index-body .i-others .tit h2,
  #index-body .tit h2{
    font-size: 25px;
  }
  #index-body .i-about .grid-box .column{
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
   #index-body .news-box ul li .n-img {
    max-width: 120px;
  }
  #index-body .news-box ul li .content {
    max-width: 215px;
  }
  #index-body .cat-list ul li .text h2, #index-body .product-list .grid-box .column h3 {
    font-size: 18px!important;
    line-height: 1.8;
  }
  #index-body .i-form .grid-box .column:nth-child(1),
  #index-body .i-form .grid-box .column:nth-child(2),
  #index-body .product-list .grid-box .column
  {
    width: 100%;
    margin-bottom: 10px;
  }
  #index-body .product-list .grid-box .column:nth-child(2){
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 700px) {
  .container,
  .product-page .container,
  .prodet-page .container {
    width: 100%;
  }
  .pvcfloortile{
    display: none!important;
  }
  .gsc-heading .heading-bottom .title-desc p.text-theme.text-medium-2{
        font-size: 24px;
    line-height: 1.8;
  }
  .row .gsc-column{
    padding-top: 20px;
  }
  table {
    display: block;
    width: 100%;
    overflow-x: auto;
  }
  #index-body .i-others .tit h2,
  #index-body .tit h2{
    font-size: 20px;
  }
  #index-body .i-form .grid-box .column:nth-child(1) {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
  #index-body .i-form .grid-box .column {
    width: 100%;
  }
  #index-body .i-form .grid-box .column:nth-child(2) form {
    width: 100%;
  }
  #index-body .product-list{
    padding-bottom: 30px;
  }
  #index-body .i-news .tit h3 {
    font-size: 20px;
  }
  #index-body .i-others .part1,
  #index-body .i-others .part2 .column:nth-child(2),
  #index-body .i-form,
  #footer .footer-top .grid-box .column {
    display: none;
  }
  #footer .footer-top .grid-box .column:nth-child(3),
  #footer .footer-top .grid-box .column.i-form{
    display: block;
    width: 100% !important;
  }
  #footer .footer-bottom p {
    width: 100%;
    text-align: center;
  }
  #index-body .i-others .part2 .column:nth-child(1),
  #index-body .i-others .part2 .column:nth-child(2){
    width: 100%;
    padding-right: 0;
  }
   #index-body .news-box .left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
  #index-body .news-box {
    width: 100%;
  }
  #index-body .news-box ul li .content {
    max-width: 70%;
  }
  #index-body .news-box ul li .n-img {
    max-width: 140px;
  }
  .f-menu{
    display: none !important;
  }
  #index-body .i-about .grid-box .column:nth-child(1){
    width: 100%;
    padding-right: 0;
  }
  #index-body .i-about{
    padding: 30px 0;
  }
  .i-partner{
    display: none;
  }
  .product-page .content-main-inner ul li .img-list .column{
    width: 100%;
  }
  .breadcrumb-content-inner .gva-breadcrumb-content .page-title {
    font-size: 20px;
}
.gva-portfolio-items table tr td{
  width: 100% !important;
  display: block;
}
.isotope-items.view-portfolio.grid-box.three>.column{
  width: 100%;
}
table tbody{
  min-width: 300px;
}
h1, .h1 {
    font-size: 1rem;
}
.portfolio-single .portfolio-informations{
  padding: 0;
  margin-top: 10px;
}
.portfolio-single .portfolio-informations h2,
.portfolio-single .portfolio-informations h1,
.node-detail .post-title {
    font-size: 22px;
    line-height: 1.8;
}
}
@media screen and (max-width: 500px) {
  #banner .banner-list ul li .text h2 {
    font-size: 16px;
    line-height: 2;
  }
  #banner .banner-list ul li .text h3 {
        font-size: 16px;
    line-height: 2;
  }
  #banner .banner-list ul li .text a.more {
    display: none;
  }
  #index-body .cat-list ul li .img-box .layer h2 {
    font-size: 20px;
  }
  #index-body .i-about .content h3 {
    font-size: 20px;
  }
  #index-body .i-about .content p {
    font-size: 14px;
  }
  #index-body .i-news {
    padding: 30px 0;
  }
  #index-body .i-news .news-list {
    margin-top: 30px;
  }
  #index-body .i-news .news-list ul li .text h2,
  #index-body .cat-list ul li .img-box .text h2 {
    font-size: 18px;
  }
  #index-body .i-others .part2{
    padding-top: 30px;
  }
  #index-body .news-box ul li .n-img {
    max-width: 100%;
    width: 100%;
  }
  #index-body .news-box ul li .content {
    max-width: 100%;
    padding-left: 0;
    margin-top: 15px;
  }
  #index-body .news-box ul li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  #index-body .tit h2 {
    font-size: 20px !important;
    line-height: 1.8;
  }
  .breadcrumb-links{
    margin-bottom: 10px;
  }
  .prodet-page .row{
    margin-right: 0;
  }
 .indusknow {
  display: none !important;
   }
}

 .service-page {
  padding: 20px 0;
}
.service-page .title {
  text-align: center;
}
.service-page .title h3 {
  font-size: 14px;
  line-height: 2;
  color: #808183;
  text-transform: uppercase;
  padding-bottom: 10px;
  position: relative;
}
.service-page .title h3:after {
  content: '';
  position: absolute;
  width: 150px;
  height: 1px;
  left: 50%;
  margin-left: -75px;
  bottom: 0;
  background: #bc7f48;
}
.service-page .title h2 {
  font-size: 32px;
  line-height: 1.6;
  color: #052a3c;
  margin: 10px 0;
}
.service-page .i-download {
  padding: 10px 0;
}
.service-page .i-download .choose-top {
  text-align: center;
}
.service-page .i-download .choose-top ul {
  display: inline-block;
}
.service-page .i-download .choose-top ul li {
  display: inline;
  float: left;
  margin: 20px 10px;
      font-size: 16px;
    line-height: 2;
}
.service-page .i-download .choose-top ul li a {
  display: block;
  border: 2px solid #dedede;
  padding: 10px 30px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.service-page .i-download .choose-top ul li a:hover {
  border: 2px solid #bc7f48;
}
.service-page .i-download .choose-bottom {
  margin: 30px 0;
}
.service-page .i-download .choose-bottom ul li {
  padding: 0 30px;
}
.service-page .i-download .choose-bottom .slick-track{
  margin-left: 0;
}
.service-page .i-download .choose-bottom ul li a{
  display: block;
  width: 100%;
  height: 100%;
}
.service-page .i-download .choose-bottom ul li .box{
  border: 1px solid #eee;
}
.service-page .i-download .choose-bottom ul li .text {
  background: #f3f3f3;
  text-align: center;
  font-size: 17px;
  padding: 18px 0  9px 0;
  z-index: 3;
  color: #052a3c;
  position: relative;
}
.service-page .i-download .choose-bottom ul li .text h2{
  font-size: 16px;
    line-height: 2;
}
.service-page .i-download .choose-bottom ul li .box{
  position: relative;
}
.service-page .i-download .choose-bottom ul li .box .layer{
  position: absolute;
  width: 100%;
  height: 100%;
  left:0;
  top:0;
  z-index: 2;
  padding-top: 50%;
  text-align: center;
  color: #fff;
  background: rgba(0,0,0,.6);
  opacity: 0;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.service-page .i-download .choose-bottom ul li .box .layer .fa{
  font-size: 32px;
  color: #fff;
}
.service-page .i-download .choose-bottom ul li .box .layer:hover{
opacity: 1;
}
.service-page .i-faq .grid-box {
  background: #f3f3f3;
}
.service-page .i-faq .grid-box .column {
  width: 58%;
  vertical-align: middle;
}
.service-page .i-faq .grid-box .column:nth-child{
  padding: 20px 0;
}
.service-page .i-faq .grid-box .column:nth-child(1) {
  padding-left: 12%;
  padding-right: 3%;
}
.service-page .i-faq .grid-box .column:nth-child(1) .title {
  text-align: left;
}
.service-page .i-faq .grid-box .column:nth-child(1) .title h3:after {
  left: 0 !important;
  margin-left: 0;
}
.service-page .i-faq .grid-box .column:nth-child(2) {
  width: 42%;
}
.service-page .i-network {
  padding: 80px 0;
}
.service-page .i-network img {
  margin: 30px auto 0;
  display: block;
}
.service-page .i-faq .grid-box .column:nth-child(1) .list_cont {
  max-height: 412px;
  overflow-y: auto;
  padding-right: 20px;
}
.service-page .i-faq .grid-box .column:nth-child(1) .list_cont::-webkit-scrollbar-thumb{
  background: #e26d08;
}
.service-page .i-faq .grid-box .column:nth-child(1) .list_cont .list {
  flex-wrap: wrap;
  margin-top: 20px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
}
.service-page .i-faq .grid-box .column:nth-child(1) .list_cont .list .div {
  width: 90%;
  font-size: 16px;
  line-height: 2;
  color: #818181;
  padding: 16px;
  padding-left: 50px;
  background: url(../images/icon.jpg) no-repeat left center;
}
.service-page .i-faq .grid-box .column:nth-child(1) .list_cont .list .open_btn {
  width: 10%;
  overflow: hidden;
  padding-top: 10px;
}
.service-page .i-faq .grid-box .column:nth-child(1) .list_cont .list .open_btn i {
  font-size: 24px;
  color: #666666;
  cursor: pointer;
}
.service-page .i-faq .grid-box .column:nth-child(1) .list_cont .list .open_btn i:last-child {
  display: none;
}
.service-page .i-faq .grid-box .column:nth-child(1) .list_cont .list .content {
  width: 100%;
  display: none;
  color: #666666;
  background-color: #fff;
  padding: 20px;
  font-size: 16px;
    line-height: 2;
}
.service-page .i-faq .grid-box .column:nth-child(1) .list_cont .active {
  /*background-color: #c18d7a;*/
}
.service-page .i-faq .grid-box .column:nth-child(1) .list_cont .active div {
  color: #fff;
}
.service-page .i-faq .grid-box .column:nth-child(1) .list_cont .active .open_btn i {
  /*color: #fff;*/
}
@media screen and (max-width: 1000px) {
  .service-page .title h2{
    font-size: 24px;
  }
  .service-page .i-faq .grid-box .column:nth-child(1) .list_cont{
    min-height: 312px;
  }
  .service-page .i-faq .grid-box .column:nth-child(1) .list_cont .list .div{
    font-size: 16px;
  }
  .service-page .title h2{
    font-size: 20px;
  }
  .service-page .i-download .choose-bottom{
    margin: 10px 0;
  }
  .service-page .i-faq .grid-box .column:nth-child(1){
    padding-left: 30px;
  }
  .service-page .i-faq .grid-box .column{
    width: 100%;
    padding:15px;
  }
  .service-page .i-faq .grid-box .column:nth-child(2){
    width: 100%;
  }
  .service-page .i-network{
    padding: 20px 0;
  }
}
@media screen and (max-width: 768px) {
#index-body .i-about .grid-box .column:nth-child(2){
  min-height: auto;
}
#index-body .i-about .grid-box .column:nth-child(1){
  width: 100%;
  padding-right: 0;
}
}
@media screen and (max-width: 700px) {
  .service-page .i-download .choose-bottom ul li{
    padding: 0 10px;
  }
  #footer .footer-bottom p a.foot-link{
    display: none!important;
  }
  .mlztx{
    display: none !important;
  }
  .service-page {
    padding: 10px 0;
}
#footer .footer-top{
  padding: 20px 0;
}
}
.m-page {
  text-align: center;
  line-height: 22px;
  font-size: 0;
  letter-spacing: -0.307em;
  word-wrap: normal;
  white-space: nowrap;
  color: #138bdf;
  margin-top: 38px;
}
.m-page a,
.m-page span {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  margin: 0 5px;
  border: 1px solid #ddd;
  font-size: 16px;
  letter-spacing: normal;
  background: #fff;
  -webkit-transition: background-color 0.1s;
  -moz-transition: background-color 0.1s;
  -ms-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
  transition: background-color 0.1s;
}
.m-page a {
  text-decoration: none;
  color: #000;
}
.m-page a:first-child,
.m-page a:last-child {
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #cdcdcd;
  box-shadow: none;
}
.m-page a:hover {
  color: #fff;
  background-color: #fd914f;
}
.m-page a:active {
  background: #fd914f;
}
.m-page span.current,
.m-page span.current:hover,
.m-page span.current:active {
  cursor: default;
  color: #fff;
  background: #fd914f;
}


.invo-layer,
.invo-box {
  display: none;
  position: fixed;
}
	.invo-box form{
		width:100%;
	}
.invo-box form input{
		width: 100%;
    background: none;
    border: 1px solid #fff;
    background: #fff;
    outline: none;
    padding: 10px 20px;
    font-size: 16px;
    color: #a6abaa;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
	margin-bottom:10px;
	}
	.invo-box form input[type="submit"]{
		background: #e57b28;
		color:#fff;
	}
.invo-layer {

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  background: rgba(0, 0, 0, 0.7);

  z-index: 1002;

}

.invo-box {

  z-index: 1003;

  overflow: hidden;

  width: 416px;

  left: 50%;

  top: 20%;

  margin-left: -209px;

  background: #ececec url(/pvcfloortile/2022/05/31/layer-form-bg2.jpg) no-repeat top center;

  padding: 258px 57px 30px;

  border-radius: 6px;

  -webkit-border-radius: 6px;

  -moz-border-radius: 6px;

  -ms-border-radius: 6px;

  -o-border-radius: 6px;

}

.invo-box p {
  color: #353535;
  font-size: 16px;
  line-height: 24px;
  margin: 26px 0 0 0;
}

.invo-box .invo-code {
  outline: none;

  color: #333333;

  font-size: 18px;

  border-radius: 4px;

  -webkit-border-radius: 4px;

  -moz-border-radius: 4px;

  -ms-border-radius: 4px;

  -o-border-radius: 4px;

  display: block;

  width: 270px;

  margin: 0 auto;

  height: 52px;

  line-height: 52px;

  text-align: center;

  background: #f2f2f2;

  border: 1px solid #cfcfcf;

}

.invo-box .sub-btn {

  cursor: pointer;

  display: block;

  color: #fff;

  font-size: 20px;

  width: 270px;

  height: 50px;

  line-height: 50px;

  margin: 23px auto 0;

  background:#668e95;

  text-align: center;

}

.invo-box .close {
  position: absolute;
  top: 14px;
  right: 16px;
  background: url(../images/invo-close.png) no-repeat;
  background-size: cover;
  cursor: pointer;
  width: 20px;
  height: 20px;
}


.breadcrumb-content-inner .gva-breadcrumb-content .page-title{
      font-size: 30px;
    line-height: 1.6;
}

.gsc-call-to-action .sub-title{
  font-size: 16px;
    line-height: 2;
}

.fsize-30 {
    font-size: 30px !important;
    line-height: 1.6;
}

.p4-s4 .mml-text p{
  font-size: 16px;
    line-height: 2;
}

.row h1{
      font-size: 26px;
    line-height: 1.8;
}

.ml-20.link {
  font-size: 16px;
    line-height: 2;
}

.contact-link .desc{
  font-size: 16px;
    line-height: 2;
}

#mobile .menu-content .menu-list ul li li a{
  font-size: 14px;
    line-height: 2;
}
#mobile .menu-content .menu-list ul li{
  font-size: 16px;
  line-height: 2;
}
#mobile .menu-content .mob-yuy ul li{
      line-height: 2;
}

.pvcfloortile{
      font-size: 16px;
    line-height: 2;
    padding: 30px 0;
}
.pvcfloortile h1{
      font-size: 26px;
    line-height: 1.8;
}
.pvcfloortile a{
  color: unset;
}
.row.single{
      padding-top: 50px;
}
.gsc-call-to-action.button-bottom .desc a{
  color: unset;
}
#footer .footer-bottom p a.foot-link{
  white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 300px;
    display: inline-block;
}
@media screen and (max-width:700px) {
  .product-page .gva-portfolio-items table tr td:last-child{
    max-height:200px;
    overflow-y: scroll;
  }
  .content-inner .gsc-call-to-action  button-bottom .grid-box,
  .newdet-page .link{
    display: none;
  }
}

.mfp-image-holder .mfp-content{
  width: 1200px!important;
}


#new-form ul{
  margin: -10px;
}
#new-form ul li{
  padding: 10px;
  margin: 0;
}
#new-form input{
  width: 100%;
  border: 1px solid #eee;
  font-size: 14px;
  padding: 10px;
}


.thank{
  background-color: #222222;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.thank h4{
  color: #FFC425;
}
.thank h2{
  color: #ffffff;
  font-size: 96px;
}
.thank p{
  color: #ffffff;
}
p.text-theme.text-medium-2 {
    text-transform: lowercase;
}




/* 关于我们video */
#sba .Tit {
  color: white;
}
#sba .text {
  color: white;
}
#sba video {
  width: 100%;
  height: 650px;
}


#sba .img {
  width: 100%;
  height: 650px;
}

#sba .img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#sba .play {
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

@media (max-width:1400px) {
  #sba .text {
    max-height: 30em;
    overflow-y: auto;
  }
}

@media (max-width:1100px) {
  #sba .left {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  #sba .right {
    width: 100%;
  }
  #sba video {
    height: auto;
  }

  #sba .text {
    max-height: none;
    overflow-y: visible;
  }
}