@font-face {
  font-family: 'poppins-regular';
  src: url(../fonts/poppins-regular.ttf) format('truetype'), url(../fonts/poppins-regular.eot) format('eot'), url(../fonts/poppins-regular.woff) format('woff'), url(../fonts/poppins-regular.woff2) format('woff2');
}
@font-face {
  font-family: 'poppins-bold';
  src: url(../fonts/poppins-bold.ttf) format('truetype'), url(../fonts/poppins-bold.eot) format('eot'), url(../fonts/poppins-bold.woff) format('woff'), url(../fonts/poppins-bold.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins-Medium';
  src: url(../fonts/Poppins-Medium.ttf) format('truetype'), url(../fonts/Poppins-Medium.eot) format('eot'), url(../fonts/Poppins-Medium.woff) format('woff'), url(../fonts/Poppins-Medium.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins-Black';
  src: url(../fonts/Poppins-Black.ttf) format('truetype'), url(../fonts/Poppins-Black.eot) format('eot'), url(../fonts/Poppins-Black.woff) format('woff'), url(../fonts/Poppins-Black.woff2) format('woff2');
}
.container {
  width: 1630px;
}
@media screen and (min-width: 2500px) {
.container {
  width: 2000px;
}
}
.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;
}
#header.inner-nav{
  background: rgba(255,255,255,.6);
}
#header .nav {
  position: relative;
}
#header .nav .logo {
  padding-top: 10px;
}
#header .nav .h-search {
  cursor: pointer;
  position: absolute;
  right: 0%;
  top: 0;
  z-index: 99;
}
#header .nav .h-search .fa {
  color: #000;
}
#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: 100px;
  line-height: 100px;
}
#header .nav .language-choose span {
  height: 100px;
  display: block;
  cursor: pointer;
  color: #000;
  font-size: 18px;
  position: relative;
}
#header .nav .language-choose span:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 20px;
  background: #000;
  left: 16px;
  top: 39px;
}
#header .nav .language-choose .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 140px;
  background: #000;
  text-align: left;
  z-index: 101;
}
#header .nav .language-choose .sub-menu li {
  line-height: normal;
}
#header .nav .language-choose .sub-menu li a {
  font-size: 15px;
  color: #fff;
  display: block;
  padding: 10px 18px;
}
#header .nav .language-choose .sub-menu li:hover {
  background: #222;
}
#header .nav .menu-box {
  padding: 0;
  line-height: 100px;
  height: 100px;
  position: relative;
  padding-right: 40px;
}
#header .nav .menu-box .menu > li {
  display: inline-block;
  position: relative;
  text-transform: capitalize;
  margin: 0 25px;
  vertical-align: top;
}
#header .nav .menu-box .menu > li > a {
  font-size: 18px;
  color: #000;
  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: #ffffff;
}
#header .nav .menu-box .menu > li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 180px;
  background: #000000;
  text-align: left;
  z-index: 101;
  display: none;
}
#header .nav .menu-box .menu > li .sub-menu li {
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  line-height: normal;
}
#header .nav .menu-box .menu > li .sub-menu li a {
  font-size: 15px;
  color: #fff;
  display: block;
  padding: 10px 18px;
}
#header .nav .menu-box .menu > li .sub-menu li:hover {
  background: #222;
}
#header.h-header {
  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);
}
#index-body .tit {
  padding-left: 90px;
  position: relative;
  margin-left: 48px;
}
#index-body .tit:before {
  content: '';
  position: absolute;
  background: #979696;
  width: 20px;
  height: 2px;
  left: 46px;
  bottom: 31px;
}
#index-body .tit:after {
  content: '';
  position: absolute;
  background: #979696;
  width: 66px;
  height: 1px;
  left: 0;
  bottom: 30px;
}
#index-body .tit h2 {
  font-size: 48px;
  text-transform: uppercase;
  font-family: 'Poppins-Medium';
}
#index-body .i-about {
  padding: 140px 0;
}
#index-body .i-about .column {
  vertical-align: middle;
  position: relative;
}
#index-body .i-about .column .grid-box {
  background: #f3f3f3;
}
#index-body .i-about .column .grid-box .column {
  position: relative;
}
#index-body .i-about .column .grid-box .column .btn {
  position: absolute;
  left: 50%;
  top: 36%;
  z-index: 2;
  margin-left: -14px;
}
#index-body .i-about .column .grid-box .column .slick-next.slick-arrow {
  display: none !important;
}
#index-body .i-about .column .grid-box .column:nth-child(2) {
  padding-left: 30px;
}
#index-body .i-about .column .lb {
  position: absolute;
  width: 60%;
  right: 0;
  bottom: 5%;
}
#index-body .i-about .column .lb .list ul li h2 {
  font-size: 14px;
}
#index-body .i-about .column .lb .list ul li h3 {
  font-size: 24px;
}
#index-body .i-about .column:nth-child(2) {
  padding-left: 48px;
}
#index-body .i-about .column h3 {
  font-size: 36px;
  font-family: 'Poppins-Medium';
}
#index-body .i-about .column .text {
  padding: 0 48px;
}
#index-body .i-about .column .text p {
  margin: 15px 0;
  font-size: 16px;
  position: relative;
}
#index-body .i-about .column .text p:after {
  content: '';
  position: absolute;
  width: 12px;
  height: 1px;
  background: #ee8a32;
  left: -10px;
  top: 0;
}
#index-body .i-about .column .text p:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 12px;
  background: #ee8a32;
  left: -10px;
  top: 0;
}
#index-body .i-about .column a.more {
  display: block;
  width: 160px;
  height: 50px;
  margin-top: 40px;
  line-height: 50px;
  background: #000000;
  text-align: center;
  font-size: 18px;
  text-transform: capitalize;
  color: #ffffff;
  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 .column a.more:hover {
  background: #ee8a32;
}
#index-body .i-product {
  background: url(../images/pro-bg_02.jpg) no-repeat center;
  background-size: cover;
  padding: 100px 0 40px;
  position: relative;
}
#index-body .i-product .product {
  font-family: 'Poppins-Black';
  position: absolute;
  font-size: 300px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.1);
  line-height: 0.7;
  left: 0;
  bottom: 0;
}
#index-body .i-product .grid-box .column {
  vertical-align: bottom;
}
#index-body .i-product .grid-box .tit {
  color: #fff;
  margin-left: 0;
}
#index-body .i-product .grid-box .tit:before {
  background: #fff;
}
#index-body .i-product .grid-box .tit:after {
  background: #fff;
}
#index-body .i-product .grid-box p {
  font-size: 18px;
  padding-left: 25px;
  background: url(../images/p1.png) no-repeat left 10px;
  margin-left: 90px;
  color: #fff;
}
#index-body .i-product .grid-box a.more-1 {
  font-size: 18px;
  text-decoration: underline;
  text-transform: capitalize;
  float: right;
  color: #fff;
}
#index-body .i-product .product-list {
  padding: 40px 0;
  width: 62%;
  float: right;
  padding-right: 20%;
  overflow: hidden;
}
#index-body .i-product .product-list ul li {
  padding: 0 30px;
  opacity: 0.3;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-product .product-list .slick-list{
  overflow: initial;
}
#index-body .i-product .product-list ul li .box {
  background: #fff;
  padding: 25px 40px;
}
#index-body .i-product .product-list ul li .box .column {
  vertical-align: middle;
}
#index-body .i-product .product-list ul li .box .column a.more {
  color: #aaaaaa;
  padding: 2px 12px;
  border: 1px solid #aaaaaa;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  float: right;
}
#index-body .i-product .product-list ul li .box .column .text {
  margin-top: 5px;
}
#index-body .i-product .product-list ul li .box .column .text h2 {
  font-size: 32px;
  position: relative;
  padding-top: 5px;
  text-transform: uppercase;
}
#index-body .i-product .product-list ul li .box .column .text h2:after {
  content: '';
  position: absolute;
  width: 40px;
  height: 1px;
  background: #aaaaaa;
  top: 0;
  left: 0;
}
#index-body .i-product .product-list ul li .box .column .text ul {
  margin: 10px 0;
}
#index-body .i-product .product-list ul li .box .column .text ul li {
  list-style: disc inside;
  padding: 0;
}
#index-body .i-product .product-list ul li .box .column .text p {
  font-size: 12px;
  color: #818181;
  margin-left: 0;
  padding-left: 0;
}
#index-body .i-product .product-list ul li .box .column .btn {
  margin-top: 20px;
  display: block;
}
#index-body .i-product .product-list ul li .box:hover a.more {
  background: #000;
  color: #fff;
  border: 1px solid #000;
}
#index-body .i-product .product-list ul li h3 {
  font-size: 18px;
  padding: 20px 0;
  color: #fff;
}
#index-body .i-product .product-list ul .slick-current li {
  opacity: 1;
}
#index-body .i-product .product-list .scroll {
  margin-left: 30px;
}
#index-body .i-product-recommend {
  padding: 120px 0;
}
#index-body .i-product-recommend h2.h2 {
  text-align: center;
  font-size: 48px;
  text-transform: uppercase;
  font-family: Poppins-Medium;
}
#index-body .i-product-recommend .search {
  width: 30%;
  margin: 20px auto;
}
#index-body .i-product-recommend .search form {
  position: relative;
}
#index-body .i-product-recommend .search form input {
  width: 100%;
  background: none;
  border: none;
  border-bottom: 1px solid #7f7f7f;
  outline: none;
  padding: 10px 20px;
  font-size: 18px;
  color: #a6abaa;
}
#index-body .i-product-recommend .search form input[type="submit"] {
  width: 30px;
  height: 30px;
  background: url(../images/i-search.png) no-repeat center;
  padding: 0;
  position: absolute;
  right: 20px;
  top: 10px;
  border: none;
}
#index-body .i-product-recommend .recommend-list {
  margin-top: 50px;
  padding: 0 90px;
}
#index-body .i-product-recommend .recommend-list ul {
  padding-bottom: 80px;
}
#index-body .i-product-recommend .recommend-list ul li {
  padding: 0 15px;
}
#index-body .i-product-recommend .recommend-list ul li .box {
  background: #f3f3f3;
  padding: 20px;
}
#index-body .i-product-recommend .recommend-list ul li .box .grid-box {
  margin-bottom: 20px;
}
#index-body .i-product-recommend .recommend-list ul li .box .grid-box .column span {
  display: block;
  width: 34px;
  height: 34px;
  border: 1px solid #000;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  line-height: 34px;
  float: right;
}
#index-body .i-product-recommend .recommend-list ul li .box h2 {
  margin: 10px 0;
  min-height: 50px;
}
#index-body .i-product-recommend .recommend-list ul li .box a.more {
  display: block;
  width: 100%;
  height: 55px;
  line-height: 53px;
  border: 1px solid #000;
  font-size: 18px;
  text-align: center;
}
#index-body .i-product-recommend .recommend-list .slick-dots {
  position: absolute;
  bottom: 0;
  padding: 0;
  width: 100%;
  text-align: center;
}
#index-body .i-product-recommend .recommend-list .slick-dots li {
  cursor: pointer;
  width: 200px;
  height: 1px;
  background: #dcdcdc;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  margin: 0;
  display: inline-block;
}
#index-body .i-product-recommend .recommend-list .slick-dots li button {
  display: none;
}
#index-body .i-product-recommend .recommend-list .slick-dots li.slick-active {
  height: 2px;
  background: #7d7d7d;
}
#index-body .i-why {
  padding: 126px 0 45px;
  background: url(../images/why-bg_02.jpg) no-repeat center;
  background-size: cover;
}
#index-body .i-why .tit {
  color: #fff;
  margin-left: 0;
}
#index-body .i-why .tit:before {
  background: #fff;
}
#index-body .i-why .tit:after {
  background: #fff;
}
#index-body .i-why .grid-box {
  padding: 30px 4%;
  padding-right: 0;
}
#index-body .i-why .grid-box .column {
  color: #fff;
  width: 60%;
  vertical-align: middle;
}
#index-body .i-why .grid-box .column h3 {
  font-size: 24px;
}
#index-body .i-why .grid-box .column .why-list .grid-box {
  padding: 0;
}
#index-body .i-why .grid-box .column .why-list .grid-box .column {
  margin-bottom: 40px;
  padding: 0 20px;
  width: 33.3%;
  text-align: center;
}
#index-body .i-why .grid-box .column .why-list .grid-box .column .box {
  background: rgba(0, 0, 0, 0.6);
  padding: 30px;
}
#index-body .i-why .grid-box .column .why-list .grid-box .column .box img {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  margin: 10px 0;
}
#index-body .i-why .grid-box .column .why-list .grid-box .column .box:hover img {
  transform: rotateY(180deg);
  transition: all 1.2s ease;
}
#index-body .i-why .grid-box .column:nth-child(2) {
  width: 40%;
  padding-left: 20px;
}
#index-body .i-why .grid-box .column:nth-child(3) {
  width: 40%;
}
#index-body .i-video {
  padding: 140px 0;
}
#index-body .i-video .grid-box .column {
  vertical-align: middle;
}
#index-body .i-video .grid-box .column .tit {
  margin-left: 0;
}
#index-body .i-video .grid-box .column .text {
  margin-top: 30px;
  padding-left: 12%;
}
#index-body .i-video .grid-box .column .text h3 {
  font-size: 26px;
}
#index-body .i-video .grid-box .column .text ul li {
  font-size: 18px;
  margin: 10px 0;
}
#index-body .i-video .i-num {
  background: #f3f3f3;
  padding: 55px 0;
}
#index-body .i-video .i-num ul li {
  width: 25%;
  float: left;
  text-align: center;
  border-right: 1px solid #b2b2b2;
}
#index-body .i-video .i-num ul li h2 {
  color: #222222;
  font-family: poppins-bold;
  line-height: 1.2;
  font-size: 75px;
}
#index-body .i-video .i-num ul li p {
  font-size: 24px;
  color: #b2b2b2;
}
#index-body .i-video .i-num ul li:last-child {
  border-right: none;
}
#index-body .i-news {
  background: url(../images/news-bg_02.jpg) no-repeat center;
  background-size: cover;
  padding: 100px 0;
}
#index-body .i-news .grid-box .column {
  width: 52%;
  vertical-align: bottom;
}
#index-body .i-news .grid-box .column .news {
  background: #fff;
  padding: 40px;
}
#index-body .i-news .grid-box .column .news .img-box .text {
  position: relative;
  padding: 25px 0;
  background: #fff;
}
#index-body .i-news .grid-box .column .news .img-box .text h2 {
  font-size: 30px;
  margin-bottom: 10px;
   text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
#index-body .i-news .grid-box .column .news .img-box .text p {
  margin-bottom: 30px;
}
#index-body .i-news .grid-box .column .news .img-box .text time {
  color: #444444;
  font-size: 18px;
}
#index-body .i-news .grid-box .column .news .img-box .text a.more {
  float: right;
  display: block;
  margin-top: 10px;
}
#index-body .i-news .grid-box .column:nth-child(2) {
  width: 48%;
  padding-left: 30px;
}
#index-body .i-news .grid-box .column:nth-child(2) .top {
  padding-left: 30px;
  padding-bottom: 50px;
}
#index-body .i-news .grid-box .column:nth-child(2) .top .tit {
  margin-left: 0;
}
#index-body .i-news .grid-box .column:nth-child(2) .top .tit:before,
#index-body .i-news .grid-box .column:nth-child(2) .top .tit:after {
  background: #000;
}
#index-body .i-news .grid-box .column:nth-child(2) .top .p {
  margin: 30px 0;
  padding-left: 20px;
  border-left: 2px solid #000;
}
#index-body .i-news .grid-box .column:nth-child(2) .top .p h3 {
  font-size: 24px;
}
#index-body .i-news .grid-box .column:nth-child(2) .news-list ul li {
  padding: 0 10px;
}
#index-body .i-news .grid-box .column:nth-child(2) .news {
  padding: 20px;
}
#index-body .i-news .grid-box .column:nth-child(2) .news .img-box h2 {
  font-size: 18px;
}
.i-map {
  padding-top: 140px;
}
.i-map .map-content {
  width: 80%;
  margin: 0 auto;
  background: #fff;
  padding: 30px 50px;
  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);
}
.i-map .map-content .grid-box .column {
  width: 58%;
}
.i-map .map-content .grid-box .column h3 {
  font-size: 24px;
}
.i-map .map-content .grid-box .column:nth-child(2) {
  width: 42%;
  padding: 20px;
}
.i-map .map-content .grid-box .column:nth-child(2) form {
  margin-top: 20px;
}
.i-map .map-content .grid-box .column:nth-child(2) form ul li {
  width: 48%;
  float: left;
  margin-bottom: 20px;
}
.i-map .map-content .grid-box .column:nth-child(2) form ul li:nth-child(1) {
  margin-right: 4%;
}
.i-map .map-content .grid-box .column:nth-child(2) form ul li:nth-child(3),
.i-map .map-content .grid-box .column:nth-child(2) form ul li:nth-child(4) {
  width: 100%;
}
.i-map .map-content .grid-box .column:nth-child(2) form ul li input {
  width: 100%;
  background: none;
  border: 1px solid #000;
  outline: none;
  padding: 10px 20px;
  color: #a6abaa;
}
.i-map .map-content .grid-box .column:nth-child(2) form ul li input[type="submit"] {
  color: #fff;
  background: #000;
}
#footer {
  background: url(../images/footer-bg_03.jpg) no-repeat center;
  background-size: cover;
  margin-top: -80px;
}
#footer .footer-top {
  padding: 140px 0 66px;
}
#footer .footer-top .container {
  padding: 0 7%;
}
#footer .footer-top .container .grid-box .column {
  border-right: 1px solid #fff;
}
#footer .footer-top .container .grid-box .column:nth-child(2),
#footer .footer-top .container .grid-box .column:nth-child(3),
#footer .footer-top .container .grid-box .column:nth-child(4) {
  padding-left: 5%;
}
#footer .footer-top .container .grid-box .column:nth-child(1) ul li {
  padding-left: 30px;
  background: url(../images/phone.png) no-repeat left center;
}
#footer .footer-top .container .grid-box .column:nth-child(1) ul li:nth-child(2) {
  background: url(../images/fax.png) no-repeat left center;
}
#footer .footer-top .container .grid-box .column:nth-child(1) ul li:nth-child(3) {
  background: url(../images/mail.png) no-repeat left center;
}
#footer .footer-top .container .grid-box .column:nth-child(1) ul li:nth-child(4) {
  background: url(../images/add.png) no-repeat left 5px;
}
#footer .footer-top .container .grid-box .column:nth-child(4) {
  border: none;
  padding-right: 3%;
}
#footer .footer-top .container .grid-box .column:nth-child(4) .grid-box .column {
  border: none;
  width: 45%;
  padding: 10px;
}
#footer .footer-top .container h2 {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 20px;
}
#footer .footer-top .container p {
  color: #ffffff;
}
#footer .footer-top .container ul li {
  color: #ffffff;
  margin: 10px 0;
}
#footer .footer-top .container .icon {
  margin-top: 15px;
}
#footer .footer-top .container .icon .fa {
  color: #ffffff;
  font-size: 16px;
  margin-right: 10px;
  width: 34px;
  height: 34px;
  line-height: 32px;
  text-align: center;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border: 1px solid #fff;
}
#footer .footer-bottom {
  padding: 10px 0;
  border-top: 1px solid #fff;
}
#footer .footer-bottom .container {
  max-width: 835px;
}
#footer .footer-bottom p {
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
}
#footer .footer-bottom p img {
  height: 30px;
}
#footer .footer-bottom p a {
  color: #ffffff;
}
#footer .footer-bottom p a:hover {
  color: #ffffff !important;
}
svg {
  max-height: 30px;
  width: auto;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  fill: white;
}
svg text {
  fill: white;
}
svg:hover {
  fill: white;
}
svg g.en {
  display: block;
}
svg g.cn {
  display: none;
}
@media screen and (max-width: 1630px) {
  .container {
    width: 1400px;
  }
  #header .nav .menu-box .menu > li {
    margin: 0 18px;
  }
  #index-body .tit h2 {
    font-size: 32px;
  }
  #index-body .i-about .column h3 {
    font-size: 30px;
  }
  #index-body .i-about .column .lb .list ul li h3 {
    font-size: 20px;
  }
  #index-body .i-about {
    padding: 40px 0;
  }
  #index-body .i-product-recommend h2.h2 {
    font-size: 30px;
  }
  #index-body .i-video .i-num ul li h2 {
    font-size: 40px;
  }
  #index-body .i-video .i-num ul li p {
    font-size: 18px;
  }
  #index-body .i-news .grid-box .column .news .img-box .text h2 {
    font-size: 20px;
  }
  #index-body .i-news .grid-box .column:nth-child(2) .news .img-box h2 {
    font-size: 15px;
  }
  #footer .footer-top .container h2 {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1400px) {
  .container {
    width: 1200px;
  }
  #header .nav .menu-box .menu > li {
    margin: 0 12px;
  }
  #index-body .i-about .column h3 {
    font-size: 20px;
  }
  #index-body .i-about .column .lb .list ul li h3 {
    font-size: 14px;
  }
  #index-body .tit h2 {
    font-size: 24px;
  }
  #index-body .i-product .grid-box p {
    font-size: 15px;
  }
  #index-body .i-product .product-list ul li .box .column .text h2 {
    font-size: 18px;
  }
  #index-body .i-why {
    padding: 40px 0;
  }
  #index-body .i-why .grid-box .column h3,
  #index-body .i-video .grid-box .column .text h3 {
    font-size: 18px;
  }
  #index-body .i-video .grid-box .column .text ul li {
    font-size: 16px;
  }
  #index-body .i-video .i-num ul li h2 {
    font-size: 32px;
  }
  #index-body .i-news .grid-box .column:nth-child(2) .top .p h3 {
    font-size: 20px;
  }
  #footer .footer-top .container {
    padding: 0;
  }
}
@media screen and (max-width: 1200px) {
  .container {
    width: 970px;
  }
  #header .nav .menu-box .menu > li {
    margin: 0 4px;
  }
  #header .nav .menu-box .menu > li > a,
  #header .nav .language-choose span {
    font-size: 16px;
  }
  #index-body .i-about .column .text {
    padding: 0;
  }
  #index-body .tit:after {
    bottom: 12px;
  }
  #index-body .tit:before {
    bottom: 13px;
  }
  #index-body .i-product .product-list {
    padding-right: 0;
    width: 70%;
  }
  #index-body .i-why .grid-box .column,
  #index-body .i-why .grid-box .column:nth-child(2) {
    width: 100%;
    padding-left: 0;
    margin-bottom: 20px;
  }
  #index-body .i-video {
    padding: 30px 0;
  }
  #footer .footer-top .container h2 {
    font-size: 18px;
  }
  #footer .footer-top .container .grid-box .column:nth-child(4) .grid-box .column {
    width: 55%;
    padding: 0;
  }
  #footer .footer-top .container .icon .fa {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .container {
    width: 700px;
  }
  #index-body .i-about .column h3 {
    font-size: 16px;
  }
  #index-body .i-about .column {
    width: 100%;
  }
  #index-body .i-about .column:nth-child(2) {
    padding-left: 0;
    margin-top: 20px;
  }
  #index-body .i-about .column .lb {
    width: 32%;
  }
  #index-body .tit {
    margin-left: 0;
  }
  #index-body .i-product {
    padding: 30px 0;
  }
  #index-body .i-product .product-list {
    width: 100%;
  }
  #index-body .i-product .product {
    font-size: 150px;
  }
  #index-body .i-product-recommend {
    padding: 30px 0;
  }
  #index-body .i-product-recommend .search {
    width: 50%;
  }
  .i-map .map-content {
    width: 100%;
  }
  #footer .footer-top .container h2 {
    font-size: 16px;
  }
  .i-map .map-content .grid-box .column h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 700px) {
  .container {
    width: 100%;
  }
  table {
    display: block;
    width: 100%;
    overflow-x: auto;
  }
  #index-body .i-product-recommend .recommend-list .slick-dots {
    display: none !important;
  }
  #index-body .tit h2 {
    font-size: 18px;
  }
  #index-body .i-why .grid-box .column h3,
  #index-body .i-video .grid-box .column .text h3 {
    font-size: 15px;
  }
  #index-body .i-video .i-num {
    padding: 30px 0;
  }
  #index-body .i-video .i-num ul li h2 {
    font-size: 25px;
  }
  #index-body .i-video .i-num ul li p {
    font-size: 16px;
  }
  #index-body .i-news .grid-box .column,
  #index-body .i-news .grid-box .column:nth-child(2) {
    width: 100%;
    padding-left: 0;
  }
  .i-map {
    display: none;
  }
  #index-body .i-product-recommend h2.h2 {
    font-size: 20px;
  }
  #footer .footer-top,
  #index-body .i-news {
    padding: 40px 0;
  }
  #footer .footer-top .container .grid-box .column {
    display: none;
  }
  #footer .footer-top .container .grid-box .column:nth-child(1) {
    display: block;
    width: 100%;
    padding: 0 10px;
  }
  #index-body .i-product-recommend .recommend-list {
    margin-top: 30px;
    padding: 0;
  }
  #index-body .i-why,
  #index-body .i-video {
    display: none;
  }
  #index-body .i-news .grid-box .column:nth-child(1) {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  #index-body .i-about .column .grid-box .column:nth-child(2) {
    padding-left: 16px;
  }
  #index-body .i-about .column .text p {
    margin: 0;
    font-size: 15px;
  }
  #index-body .i-about .column a.more,
  #index-body .i-product-recommend .recommend-list ul li .box a.more {
    font-size: 16px;
  }
  #index-body .i-product .grid-box .column {
    width: 100%;
  }
  #index-body .i-product .grid-box .column:nth-child(2) {
    display: none;
  }
  #index-body .i-product .product {
    font-size: 72px;
  }
  #index-body .i-product-recommend .recommend-list ul {
    padding-bottom: 20px;
  }
  #index-body .i-product-recommend .search form input {
    font-size: 14px;
  }
  #index-body .i-product-recommend .search {
    width: 80%;
  }
  #index-body .i-news .grid-box .column:nth-child(2) .top {
    padding-left: 18px;
    padding-bottom: 0;
  }
  #footer {
    margin-top: 0;
  }
  #footer .footer-bottom p {
    width: 100%;
    text-align: center;
  }
}

.inner-banner {
    height: 400px;
    background-size: cover;
    background-position: center center;
    position: relative;
    text-align: center;
    padding-top: 200px;
    color: white;
    z-index: 1;
}
.inner-banner:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: -1;
}
.inner-banner h3 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 15px;
    letter-spacing: 1px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
}
.inner-banner .mbx {
    font-size: 16px;
}
.inner-banner .mbx a,
.inner-banner .mbx span {
    display: inline-block;
    vertical-align: top;
    text-transform: capitalize;
    margin: 0 5px;
    line-height: 24px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.inner-banner .mbx a:first-child:before {
    content: "\f015";
    font-family: "FontAwesome";
    color: #ffffff;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    font-size: 20px;
}
.inner-banner .mbx a:hover {
    color: #000;
}
.about-page .about-1 {
    padding: 40px 0;
}
.about-page .about-1 span {
    font-size: 1.2rem;
    line-height: 1;
    color: #b2b2b2;
    font-weight: 400;
    margin-bottom: 30px;
    display: inline-block;
}
.about-page .about-1 h2 {
    font-size: 30px;
    line-height: 1.4;
    color: #333333;
    font-weight: bold;
}
.about-page .about-1 .about-1-img {
    position: relative;
    margin-top: 30px;
}
.about-page .about-1 .about-1-img .play {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 6;
}
.about-page .about-1 .about-1-img .play::before {
    content: '';
    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%);
    background: rgba(255, 255, 255, 0.5);
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: 100% !important;
    border-radius: inherit;
    -webkit-animation: ks 3s infinite;
    -moz-animation: ks 3s infinite;
    animation: ks 3s infinite;
    display: block;
    z-index: -1;
}
.about-page .about-1 .about-1-img .play::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 100% !important;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.5);
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    -webkit-animation: ks 3s infinite;
    -moz-animation: ks 3s infinite;
    animation: ks 3s infinite;
    display: block;
    z-index: -1;
    -webkit-animation-delay: .4s;
    -moz-animation-delay: .4s;
    animation-delay: .4s;
}
.about-page .about-2 {
    padding-top: 40px;
}
.about-page .about-2 .container {
    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-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;*/
}
.about-page .about-2 .container .left {
    padding-right: 3%;
    width: 50%;
    padding-top: 3%;
}
.about-page .about-2 .container .left h2 {
    font-size: 49px;
    line-height: 1.4;
    color: #333333;
    font-weight: bold;
    margin-bottom: 50px;
}
.about-page .about-2 .container .left p {
    font-size: 20px;
    line-height: 1.8;
    color: #717171;
    font-weight: 400;
    margin-bottom: 35px;
}
.about-page .about-2 .container .left p:last-child {
    margin-bottom: 0;
    max-height: 500px;
    overflow: auto;
    padding-right: 5px;
}
.about-page .about-2 .container .right {
    width: 50%;
    padding-left: 2rem;
    padding-bottom: 5rem;
}
.about-page .about-3 {
    padding: 50px 0 45px;
    background: #f3f3f3;
    text-align: center;
}
.about-page .about-3 h2 {
    font-size: 30px;
    line-height: 1.4;
    color: #333333;
    margin-bottom: 2rem;
    text-align: center;
}
.about-page .about-3 p {
    font-size: 18px;
    line-height: 1.8;
    color: #717171;
    font-weight: 400;
    margin: 0 auto;
    max-width: 990px;
    
}
.about-page .about-4 {
    background: url(../images/about-4-bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 40px 0;
}
.about-page .about-4 .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.about-page .about-4 .container .text{
    width: 48%;
}
.about-page .about-4 .container .text p {
    font-size: 20px;
    line-height: 1;
    color: #000;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 20px;
}
.about-page .about-4 .container .text h2 {
    font-weight: 900;
    font-size: 20px;
    line-height: 2;
    color: #ffffff;
    text-transform: uppercase;
}
.about-page .about-4 .container .text h2 span{
    -webkit-text-stroke: 1px #fff;
    color: transparent;
}
.about-page .about-4 .container a {
    display: inline-block;
    padding: 20px;
    border: 2px solid #fff;
    font-size: 24px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    margin-left: 30px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    white-space: nowrap;
}
.about-page .about-4 .container a:hover {
    background: #000;
    border: 2px solid #000;
}
.about-page .about-5 {
    background: #ffffff;
    padding: 4rem 0;
}
.about-page .about-5 .top {
    text-align: center;
}
.about-page .about-5 .top h3 {
    font-size: 30px;
    line-height: 1;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.about-page .about-5 .top p {
    font-size: 18px;
    line-height: 1.8;
    color: #999999;
    font-weight: 400;
    margin: 0 auto;
    max-width: 745px;
}
.about-page .about-5 .factoryBox {
    max-width: 1355px;
    margin: 2rem auto 0;
    position: relative;
}
.about-page .about-5 .factoryBox .swiper-slide a {
    display: block;
    overflow: hidden;
}
.about-page .about-5 .factoryBox .swiper-slide a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.about-page .about-5 .factoryBox .swiper-slide a img {
    width: 100%;
}
.about-page .about-5 .factoryBox .swiper-button-prev,
.about-page .about-5 .factoryBox .swiper-button-next {
    width: 23px;
    height: 37px;
}
.about-page .about-5 .factoryBox .swiper-button-prev {
    background: url(../images/f-left.png) no-repeat center center;
    left: -5%;
}
.about-page .about-5 .factoryBox .swiper-button-next {
    background: url(../images/f-right.png) no-repeat center center;
    right: -5%;
}
@media screen and (max-width: 1650px) {
    .container {
        width: 1440px;
    }
}
@media screen and (max-width: 1440px) {
    .container {
        width: 1230px;
    }
}
@media screen and (max-width: 1230px) {
    .container {
        width: 970px;
    }
    .about-page .about-2 .container .left {
        width: 100%;
        padding-right: 0;
    }
    .about-page .about-2 .container .right {
        width: 100%;
        padding-left: 0;
        text-align: center;
        margin-top: 30px;
    }
}
@media screen and (max-width: 1000px) {
    .container {
        width: 700px;
    }
}
@media screen and (max-width: 700px) {
    .container {
        width: 100%;
    }
    .inner-banner {
        height: 200px;
        padding-top: 30px;
    }
    .inner-banner h3{
      font-size: 18px;
      margin-bottom: 0;
    }
    .about-page .about-5 .factoryBox .swiper-button-prev,
    .about-page .about-5 .factoryBox .swiper-button-next {
        display: none;
    }
    .about-page .about-1 h2,
    .about-page .about-2 .container .left h2,
    .about-page .about-3 h2,
    .about-page .about-5 .top h3{
      font-size: 20px;
    }
    .about-page .about-4 .container a{
      font-size: 18px;
    }
}
@media screen and (max-width: 500px) {
    .about-page .about-4 .container {
        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;
    }
    .about-page .about-4 .container a {
        margin-left: 0;
        margin-top: 30px;
    }
}


.prodet-page {
  padding: 80px 0;
}
.prodet-page .prodet-1 .img {
  width: 50%;
  padding-right: 30px;
}
.prodet-page .prodet-1 .left .img-scroll {
  position: relative;
  margin-top: 23px;
  padding: 0 35px;
}
.prodet-page .prodet-1 .left .img-scroll img{
  border: 1px solid #eee;
}
.prodet-page .prodet-1 .left .img-scroll img.cloudzoom-gallery-active{
border: 1px solid #000;
}
.prodet-page .prodet-1 .left .img-scroll .swiper-button-prev,
.prodet-page .prodet-1 .left .img-scroll .swiper-button-next {
  width: 24px;
  height: 100%;
  margin-top: 0;
}
.prodet-page .prodet-1 .left .img-scroll .swiper-button-prev {
  background:#666 url(../images/banner-btn-l.png) no-repeat center center;
  left: 0;
  top: 0;
}
.prodet-page .prodet-1 .left .img-scroll .swiper-button-next {
  background:#666 url(../images/banner-btn-r.png) no-repeat center center;
  right: 0;
  top: 0;
}
.prodet-page .prodet-1 .text {
  width: 50%;
  vertical-align: top;
}
.prodet-page .prodet-1 .text h3,.prodet-page .prodet-1 .text h1 {
  font-size: 29px;
}
.prodet-page .prodet-1 .text .content {
  margin: 25px 0 65px;
  font-size: 16px;
  line-height: 1.6;
}
.prodet-page .prodet-1 .text .content ul li,
.prodet-page .prodet-2 ul li {
  padding-left: 20px;
  /*margin-bottom: 10px;*/
  font-size: 16px;
  color: rgba(16, 16, 16, 0.67);
  position: relative;
}
.prodet-page .prodet-1 .text .content ul li:last-child,
.prodet-page .prodet-2 ul li:last-child {
  margin-bottom: 0;
}
.prodet-page .prodet-1 .text .content ul li:after,
.prodet-page .prodet-2 ul li:after {
  content: '';
  border: 4px solid #c60303;
  position: absolute;
  top: 9px;
  left: 0;
}
.prodet-page .prodet-1 .text a.more {
  line-height: 40px;
  height: 40px;
  padding: 0 27px;
  font-size: 18px;
  display: inline-block;
  border: 1px solid black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .text a.more.active,
.prodet-page .prodet-1 .text a.more:hover {
  background: #000;
  color: white;
  border-color: #000;
}
.prodet-page .prodet-1 .text a.more.active:hover {
  background: #111;
  color: white;
  border-color: #111;
}
.prodet-page .prodet-1 .gallery {
  margin-top: 35px;
}
.prodet-page .prodet-1 .gallery ul .slick-track {
  margin-left: 0;
}
.prodet-page .prodet-1 .gallery ul {
  margin: -5px;
}
.prodet-page .prodet-1 .gallery ul .slick-arrow {
  width: 20px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-size: 12px;
  border: none;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
.prodet-page .prodet-1 .gallery ul .slick-arrow.slick-prev {
  background-image: url('../images/banner-btn-l.png');
  left: 0;
}
.prodet-page .prodet-1 .gallery ul .slick-arrow.slick-next {
  background-image: url('../images/banner-btn-r.png');
  right: 0;
}
.prodet-page .prodet-1 .gallery ul li {
  padding: 5px;
}
.prodet-page .prodet-1 .gallery ul li a {
  display: block;
}
.prodet-page .prodet-2 {
  padding: 100px 0 60px;
}
.prodet-page .singleintro{
  font-size: 16px;
    color: rgba(16,16,16,.67);
    line-height: 26px;
    margin-bottom: 60px;
}

.prodet-page .prodet-2 h2 {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.prodet-page .prodet-2 .content {
  display: block;
  font-size: 16px;
  color: #626262;
  line-height: 28px;
}
.prodet-page .prodet-2 .content strong {
  font-size: 18px;
  font-weight: bold;
  margin: 30px 0 20px;
  display: block;
}
.prodet-page .prodet-2 .content .table table td {
  width: 50% !important;
  /*padding: 0 !important;*/
  border: none !important;
}
.prodet-page .prodet-2 .content .table table td img {
  max-height: 300px;
}
.prodet-page .prodet-2 .content .table table tr {
  background: none !important;
}
.prodet-page .prodet-2 .content .table table tr:nth-child(even) img {
  display: block;
  margin: 0 auto;
}
.prodet-page .prodet-3{
  padding-bottom: 80px;
}
.prodet-page .prodet-3 h2 {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.product-page .side-right .bottom .block ul {
  margin: -30px -10px;
}
.product-page .side-right .bottom .block ul li {
  padding: 30px 10px;
}
.product-page .side-right .bottom .block ul li a.img-box {
  display: block;
}
.product-page .side-right .bottom .block ul li h4 {
  display: block;
  margin-top: 15px;
  font-size: 16px;
  color: #101010;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  line-height:30px;
}
.product-page .side-right .bottom .block ul li:hover h4 {
  color: #c60303;
}
.product-page .side-right .bottom .list {
  display: none;
}
.product-page .side-right .bottom .list ul li {
  margin-bottom: 20px;
}
.product-page .side-right .bottom .list ul li:last-child {
  margin-bottom: 0;
}
.product-page .side-right .bottom .list ul li .img {
  width: 30%;
  vertical-align: middle;
}
.product-page .side-right .bottom .list ul li .img a {
  display: block;
}
.product-page .side-right .bottom .list ul li .text {
  width: 70%;
  padding-left: 5%;
  vertical-align: middle;
}
.product-page .side-right .bottom .list ul li .text h4 {
  font-size: 24px;
  font-weight: bold;
}
.product-page .side-right .bottom .list ul li .text .content {
  display: block;
  margin: 15px 0;
  font-size: 14px;
  line-height: 1.8;
}
.product-page .side-right .bottom .list ul li .text a.more {
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  height: 40px;
  padding: 0 25px;
  background: #c60303;
  color: white;
  border-radius: 3px;
  font-size: 14px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-page .side-right .bottom .list ul li .text a.more:hover {
  background: #222;
}
/*add end*/
.prodet-page .pro-tit {
  text-align: center;
}
.prodet-page .pro-tit ul {
  display: inline-block;
}
.prodet-page .pro-tit ul li {
  display: inline;
  margin: 0 20px;
  float: left;
}
.prodet-page .pro-tit ul li a {
  display: block;
  padding: 20px 45px;
  border: 2px solid #1a1824;
  font-size: 18px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  text-transform: capitalize;
}
.prodet-page .inner-tit {
  text-align: center;
}
.prodet-page .inner-tit h2 {
  font-size: 50px;
  color: #3c3c3b;
  text-transform: uppercase;
}
.prodet-page .inner-tit p {
  font-size: 18px;
  
  color: #3d3d3d;
  margin: 10px 0;
}
.prodet-page .init-1 {
  text-align: center;
  padding: 40px 0 0;
}
.prodet-page .init-1 .video {
  margin-top: 50px;
  position: relative;
  min-height: 300px;
}
.prodet-page .init-1 .video .play {
  width: 90px;
  height: 90px;
  line-height: 90px;
  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%);
  background: rgba(255, 255, 255, 0.54);
  cursor: pointer;
  cursor: hand;
}
.prodet-page .init-1 .video .play p {
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
}
.prodet-page .init-1 .video .play img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.prodet-page .init-1 .video .play:after,
.prodet-page .init-1 .video .play:before {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.35);
  -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;
  z-index: -1;
}
.prodet-page .init-1 .video .play:after {
  -webkit-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.prodet-page .init-2 {
  background: #f5f2ed;
  padding: 50px 0 0;
}
.prodet-page .init-2 .prodet-1{
    width: 50%;
    margin: 0 auto;
}
.prodet-page .init-2 .prodet-1 .left {
  width: 100%;
}
.prodet-page .init-2 .prodet-1 .left a {
  display: block;
  border: 1px solid #eee;
}
.prodet-page .init-2 .prodet-1 .left a img {
  width: 100%;
}
.prodet-page .init-2 .prodet-1 .left ul {
  margin: -5px;
  padding: 0;
}
.prodet-page .init-2 .prodet-1 .left ul li {
  padding: 5px;
}
.prodet-page .init-2 .prodet-1 .left ul li i,
.prodet-page .init-2 .prodet-1 .left ul li span {
  display: none !important;
}
.prodet-page .init-2 .prodet-1 .left ul li img {
  display: block;
  margin: 0 auto;
  -webkit-box-reflect:below 0 -webkit-linear-gradient(top,rgba(250,250,250,0),rgba(250,250,250,0) 50%,rgba(250,250,250,.12));
}
.prodet-page .init-2 .prodet-1 .left .four ul .slick-current li a {
	border-color:#014fa2;
}
.prodet-page .init-2 .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 center;
  background-repeat: no-repeat;
}
/*.prodet-page .init-2 .prodet-1 .left ul .slick-arrow.slick-prev {
  background-image: url("../images/banner-btn-l.png");
  left: 10px;
}
.prodet-page .init-2 .prodet-1 .left ul .slick-arrow.slick-next {
  background-image: url("../images/banner-btn-r.png");
  right: 10px;
}*/
.prodet-page .init-3 {
  padding: 70px 0;
}
.prodet-page .init-3 img {
  display: block;
  margin: 5px auto;
}
.prodet-page .init-3 .pic{
    margin: 30px auto;
    width: 65%;
}
.prodet-page .init-3 .pic .grid-box.two{
    padding: 0 10%;
}
.prodet-page .init-3 .intro2 ul li{
    display: none;
}
.prodet-page .init-3 .intro2 ul li:nth-child(1){
    display: block;
}
.prodet-page .init-3 .intro2 .grid-box{
    margin-top: 0px;
}
.prodet-page .init-3 .intro2 .grid-box .column{
    padding: 10px 5px;
    vertical-align: middle;
}
.prodet-page .init-3 .intro2 .grid-box .column:nth-child(1){
    background: #f5f2ed;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.prodet-page .init-3 .intro2 .grid-box .column:nth-child(2){
    padding-right: 20%;
}
.prodet-page .init-3 .intro2 .grid-box .column:nth-child(1) .column{
    width: 40%;
}
.prodet-page .init-3 .intro2 .grid-box .column:nth-child(1) .column:nth-child(2){
    width: 60%;
    padding-left: 20px;
    padding-right: 0;
}
.prodet-page .init-3 .intro2 .grid-box .column:nth-child(1) .column:nth-child(2) h2{
    font-size: 20px;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.prodet-page .init-3 .intro2 .grid-box .column:nth-child(1) .column:nth-child(2) p{
    font-size: 16px;
    line-height: 2;
}

.prodet-page .init-4 {
  padding: 50px 0;
}
.prodet-page .init-4 .inner-tit h2 {
  font-size: 32px;
  color: #505050;
}
.prodet-page .init-4 .init-table {
  padding: 30px 5%;
}
.prodet-page .init-5 {
  padding: 50px 0;
  padding-top: 0;
}
.prodet-page .init-5 .container {
  width: 1245px;
}
.prodet-page .init-5 .det-product {
  margin: 40px 0;
}
.prodet-page .init-5 .det-product .slick-arrow {
  position: absolute;
  cursor: pointer;
  width: 23px;
  height: 34px;
  background: url(../images/pro-left.png) no-repeat center;
  left: -5%;
  top: 45%;
  z-index: 8;
  color: rgba(255, 255, 255, 0);
  border: none;
}
.prodet-page .init-5 .det-product .slick-next {
  background: url(../images/pro-right.png) no-repeat center;
  left: auto;
  right: -5%;
}
.prodet-page .init-5 .det-product ul li {
  padding: 0 10px;
 
}
.prodet-page .init-5 .det-product ul li img{
 background: #f5f2ed;
}
.prodet-page .init-5 .more {
  display: block;
  padding: 15px 10px;
  border: 2px solid #1a1824;
  font-size: 18px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  width: 176px;
  text-transform: capitalize;
  margin: 0 auto;
  text-align: center;
}
.inner-page {
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.inner-page .sideBox .side-left {
    width: 23%;
    padding-right: 40px;
}
.inner-page .sideBox .side-left h2 {
    display: block;
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 30px;
}
.inner-page .sideBox .side-left .box ul li a {
    display: block;
    padding: 5px 35px 5px 15px;
    background: #f1f1f1;
    margin-bottom: 10px;
    font-size: 16px;
    position: relative;
}
.inner-page .sideBox .side-left .box ul li a i {
    position: absolute;
    right: 15px;
    top: 8px;
}
/*.inner-page .sideBox .side-left .box ul li ul {
    display: none;
}*/
.inner-page .sideBox .side-left .box ul li ul li a {
    background: #F9F9F9;
}
.inner-page .sideBox .side-left .box ul li ul ul a{
    padding-left: 30px;
}
.inner-page .sideBox .side-left .info {
    margin-top: 10px;
    position: relative;
    display: inline-block;
    width: 100%;
}
.inner-page .sideBox .side-left .info h5 {
    color: white;
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    padding: 0 10px;
    text-align: center;
    font-size: 22px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.inner-page .sideBox .side-right {
    width: 77%;
}
.inner-page .m-page {
    text-align: right;
}
.inner-page .m-page a,
.inner-page .m-page span {
    display: inline-block;
    vertical-align: bottom;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #444;
    text-align: center;
    font-size: 14px;
    margin: 0 3px;
}
.inner-page .m-page a:first-child,
.inner-page .m-page span:first-child {
    margin-top: 40px;
}
.inner-page .m-page a {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.inner-page .m-page a:hover,
.inner-page .m-page span.current {
    background: #000;
    color: white;
}
.contact-btn {
    padding: 50px 0 25px;
    text-align: center;
    background: #000;
}
.contact-btn p {
    display: block;
    font-size: 18px;
    color: white;
}
.contact-btn a.more {
    display: inline-block;
    vertical-align: middle;
    margin-top: 10px;
    line-height: 34px;
    height: 34px;
    padding: 0 15px;
    background: white;
    font-size: 16px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.contact-btn a.more i {
    display: inline-block;
    vertical-align: middle;
    max-width: 16px;
    margin-right: 7px;
}
.contact-btn a.more i img {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
}
.contact-btn a.more:hover {
    -moz-box-shadow: 1px 3px 5px rgba(255, 255, 255, 0.3);
    -o-box-shadow: 1px 3px 5px rgba(255, 255, 255, 0.3);
    box-shadow: 1px 3px 5px rgba(255, 255, 255, 0.3);
}
.product-page {
    padding: 150px 0 60px;
}
.product-page .side-right .top {
    display: block;
    text-align: right;
    margin-bottom: 80px;
}
.product-page .side-right .top .form {
    display: inline-block;
    vertical-align: middle;
    max-width: 40%;
    width: 100%;
    position: relative;
}
.product-page .side-right .top .form:before {
    content: '';
    height: 16px;
    width: 1px;
    background: #747474;
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.product-page .side-right .top .form input {
    width: 100%;
    line-height: 36px;
    height: 36px;
    padding-left: 14px;
    padding-right: 40px;
    font-size: 16px;
    color: black;
    border: none;
    border-bottom: 1px solid #c9c9c9;
    background: none;
}
.product-page .side-right .top .form input::-webkit-input-placeholder {
    color: #747474;
    font-style: italic;
}
.product-page .side-right .top .form input:-moz-placeholder {
    color: #747474;
    font-style: italic;
}
.product-page .side-right .top .form input::-moz-placeholder {
    color: #747474;
    font-style: italic;
}
.product-page .side-right .top .form input:-ms-input-placeholder {
    color: #747474;
    font-style: italic;
}
.product-page .side-right .top .form input:focus {
    border-color: #000;
}
.product-page .side-right .top .form input[type="submit"] {
    width: 36px;
    border-bottom: none;
    background: url("../images/icon-search2.png") center center no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
}
.product-page .side-right .top .show {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-left: 100px;
    margin-right: 20px;
}
.product-page .side-right .top .show span {
    line-height: 36px;
    height: 36px;
    padding: 0 26px;
    border: 1px solid #747a84;
    display: inline-block;
    font-size: 14px;
    color: #444;
    border-radius: 18px;
}
.product-page .side-right .top .show ul {
    position: absolute;
    border: 1px solid #eee;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 0 10px;
    z-index: 2;
    background: white;
    display: none;
}
.product-page .side-right .top .show ul li {
    padding: 7px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.product-page .side-right .top .show ul li:last-child {
    border-bottom: none;
}
.product-page .side-right .top .show ul li:hover {
    color: #000;
}
.product-page .side-right .top .show:hover ul {
    display: block;
}
.product-page .side-right .top .listBox {
    display: inline-block;
    vertical-align: middle;
}
.product-page .side-right .top .listBox span {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    cursor: hand;
}
.product-page .side-right .top .listBox span.list {
    margin-left: 20px;
}
.product-page .side-right .bottom .block ul {
    margin: -30px -10px;
}
.product-page .side-right .bottom .block ul li {
    padding: 30px 10px;
}
.product-page .side-right .bottom .block ul li a.img-box {
    display: block;
}
.product-page .side-right .bottom .block ul li h4 {
    display: block;
    margin-top: 15px;
    font-size: 16px;
    color: #101010;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.product-page .side-right .bottom .block ul li:hover h4 {
    color: #000;
}
.product-page .side-right .bottom .list {
    display: none;
}
.product-page .side-right .bottom .list ul li {
    margin-bottom: 20px;
}
.product-page .side-right .bottom .list ul li:last-child {
    margin-bottom: 0;
}
.product-page .side-right .bottom .list ul li .img {
    width: 30%;
    vertical-align: middle;
}
.product-page .side-right .bottom .list ul li .img a {
    display: block;
}
.product-page .side-right .bottom .list ul li .text {
    width: 70%;
    padding-left: 5%;
    vertical-align: middle;
}
.product-page .side-right .bottom .list ul li .text h4 {
    font-size: 24px;
}
.product-page .side-right .bottom .list ul li .text .content {
    display: block;
    margin: 15px 0;
    font-size: 14px;
    line-height: 1.8;
}
.product-page .side-right .bottom .list ul li .text a.more {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    height: 40px;
    padding: 0 25px;
    background: #000;
    color: white;
    border-radius: 3px;
    font-size: 14px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.product-page .side-right .bottom .list ul li .text a.more:hover {
    background: #222;
}
.news-page {
    padding: 50px 0 110px;
}
.news-page .top {
    display: block;
}
.news-page .top ul li {
    display: inline-block;
}
.news-page .top ul li a {
    display: block;
    line-height: 46px;
    height: 46px;
    padding: 0 42px;
    font-size: 18px;
    color: #171717;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.news-page .top ul li a:hover,
.news-page .top ul li a.active {
    background: #000;
    color: white;
}
.news-page .bottom {
    padding-top: 60px;
}
.news-page .bottom ul {
    margin: -30px -12px;
}
.news-page .bottom ul li {
    padding: 30px 12px;
}
.news-page .bottom ul li a.img-box {
    display: block;
}
.news-page .bottom ul li .content {
    display: block;
    padding: 25px 15px;
    background: #f5f5f5;
}
.news-page .bottom ul li .content h4 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 18px;
    color: #101010;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.news-page .bottom ul li .content h4:hover {
    color: #000;
}
.news-page .bottom ul li .content time {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    color: #3a3a3a;
}
.newdet-page {
    padding: 50px 0;
}
.newdet-page h3 {
    font-size: 26px;
    color: black;
    font-weight: 500;
    text-transform: capitalize;
}
.newdet-page time {
    display: block;
    margin: 15px 0;
    font-size: 14px;
    color: black;
    opacity: .6;
}
.newdet-page .content {
    display: block;
    padding: 15px 0;
    border-top: 1px #ccc dashed;
    border-bottom: 1px #ccc dashed;
    font-size: 16px;
    color: #666;
    line-height: 32px;
}
.newdet-page .share {
    padding-top: 10px;
    margin-bottom: 60px;
}
.newdet-page .share h4 {
    font-size: 14px;
    color: black;
    display: inline-block;
    vertical-align: middle;
}
.newdet-page .share ul {
    display: inline-block;
    vertical-align: middle;
}
.newdet-page .share ul li {
    width: auto;
    margin-left: 20px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.newdet-page .share ul li:hover {
    color: #000;
}
.news-about-page h3.tit {
    font-size: 30px;
    color: #303036;
    line-height: 1.2;
    text-align: center;
    text-transform: capitalize;
}
.news-about-page h3.tit small {
    display: block;
    font-size: 16px;
    line-height: normal;
    margin-top: 15px;
    opacity: .55;
}
#msg2 .box {
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 280px;
    right: 0;
    background: white;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 20px 15px;
    -webkit-transform: translateY(110%);
    -moz-transform: translateY(110%);
    -ms-transform: translateY(110%);
    -o-transform: translateY(110%);
    transform: translateY(110%);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#msg2 .box h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}
#msg2 .box i.close {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 18px;
    right: 10px;
    cursor: pointer;
    cursor: hand;
}
#msg2 .box i.close:after,
#msg2 .box i.close:before {
    content: '';
    width: 24px;
    height: 1px;
    display: block;
    background: black;
    position: absolute;
    top: 50%;
    left: 10%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#msg2 .box i.close:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#msg2 .box i.close:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#msg2 .box form ul li {
    padding-bottom: 10px;
    font-size: 12px;
}
#msg2 .box form ul li:last-child {
    padding-bottom: 0;
}
#msg2 .box form ul li input,
#msg2 .box form ul li textarea {
    width: 100%;
    line-height: 24px;
    border: 1px solid #eee;
    padding: 5px 10px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#msg2 .box form ul li input:focus,
#msg2 .box form ul li textarea:focus {
    border-color: #000;
}
#msg2 .box form ul li textarea {
    height: 80px;
    resize: vertical;
    -webkit-transition: .5s all,height 0s;
    -moz-transition: .5s all,height 0s;
    -ms-transition: .5s all,height 0s;
    -o-transition: .5s all,height 0s;
    transition: .5s all,height 0s;
}
#msg2 .box form ul li input[type="submit"] {
    background: #000;
    color: white;
}
#msg2 .box form ul li input[type="submit"]:hover {
    background: #222;
}
#msg2.active .box {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
#msg2:hover span,
#msg2.active2 span {
    left: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
@media screen and (max-width: 1600px) {
    .news-page .top ul li a {
        line-height: 38px;
        height: 38px;
        padding: 0 30px;
        font-size: 16px;
    }
    .news-page .bottom {
        padding-top: 40px;
    }
    .news-page {
        padding: 50px 0;
    }
    .news-page .bottom ul li {
        padding: 5px;
    }
    .news-page .bottom ul {
        margin: -5px;
    }
    .news-page .bottom ul li .content {
        padding: 10px;
    }
    .product-page .side-right .top,
    .inner-page .sideBox .side-left h2 {
        margin-bottom: 30px;
    }
    .inner-page .sideBox .side-left h2 {
        font-size: 28px;
        line-height: 30px;
    }
    .inner-page .sideBox .side-left .box ul li a {
        font-size: 14px;
    }
    .product-page {
        padding: 60px 0;
    }
    .product-page .side-right .bottom .block ul li {
        padding: 10px;
    }
    .product-page .side-right .bottom .block ul {
        margin: -10px;
    }
    .product-page .side-right .bottom .list ul li .text h4 {
        font-size: 22px;
    }
    .product-page .side-right .bottom .list ul li .text a.more {
        line-height: 32px;
        height: 32px;
        font-size: 13px;
        padding: 0 20px;
    }
}
@media screen and (max-width: 1250px) {
    .inner-page .sideBox .side-left {
        width: 30%;
    }
    .inner-page .sideBox .side-right {
        width: 70%;
    }
    .product-page .side-right .bottom .list ul li .text .content {
        margin: 10px 0;
        font-size: 13px;
        line-height: 1.6;
    }
    .product-page .side-right .top .show {
        margin: 0 20px;
    }
}
@media screen and (max-width: 1000px) {
    .news-page .bottom ul li .content h4 {
        font-size: 15px;
    }
    .news-page .top ul li a {
        line-height: 32px;
        height: 32px;
        padding: 0 15px;
    }
    .inner-page .sideBox .side-left {
        display: none;
    }
    .inner-page .sideBox .side-right {
        width: 100%;
    }
    .prodet-page .inner-tit h2{
        font-size: 22px;
    }
}
@media screen and (max-width: 700px) {
    .product-page .side-right .bottom .list ul li .text {
        width: 50%;
    }
    .product-page .side-right .bottom .list ul li .img {
        width: 50%;
    }
}
@media screen and (max-width: 500px) {
    .product-page .side-right .top .form {
        max-width: 100%;
    }
    .product-page .side-right .top .show,
    .product-page .side-right .top .listBox {
        display: none;
    }
}
.product-page .side-right .bottom .block ul li img{
    width: auto;
    display:block;
    margin:0 auto;
}
.contact-page {
    padding: 0;
}
.contact-page.prodet-page .contact-2{
    padding: 30px 0;
}
.contact-page h2 {
    font-size: 42px;
    line-height: 1;
    color: #333;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    padding-bottom: 30px;
    position: relative;
}
.contact-page h2::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 1px;
    background: #000;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.contact-page p {
    font-size: 18px;
    color: #333;
    line-height: 1.8;
    font-weight: 400;
}
.contact-page .contact-1 {
    background: url(../images/contact-1-bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 90px 0 115px;
}
.contact-page .contact-1 ul {
    margin-top: 65px;
    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-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.contact-page .contact-1 ul li {
    width: 26%;
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
    padding: 30px 35px;
}
.contact-page .contact-1 ul li:hover img {
    transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
    -webkit-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
    -moz-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
    -ms-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
    -o-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
}
.contact-page .contact-1 ul li span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 140px;
    height: 100px;
    padding-bottom: 20px;
    text-align: center;
    border-bottom: 1px solid #d2d2d2;
    margin: 0 auto;
}
.contact-page .contact-1 ul li span img {
    display: inline-block;
    vertical-align: middle;
    transition: 1s ease;
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -ms-transition: 1s ease;
    -o-transition: 1s ease;
}
.contact-page .contact-1 ul li p {
    color: rgba(102, 102, 102, 0.8);
    line-height: 2;
    margin-top: 30px;
}
.contact-page .contact-1 ul .add p {
    font-size: 16px;
    line-height: 1.5;
}
.contact-page .contact-2 {
    padding: 130px 0 170px;
}
.contact-page .contact-2 .top {
    text-align: center;
}
.contact-page .contact-2 .top p {
    line-height: 1;
    margin-top: 30px;
}
.contact-page .contact-2 form {
    margin-top: 80px;
    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;
}
.contact-page .contact-2 form input[type="text"] {
    width: 47%;
    border: 1px solid #c9c9c9;
    height: 50px;
    background: none;
    padding: 0 25px;
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: 400;
}
.contact-page .contact-2 form input[type="text"]:focus {
    border: 1px solid #000;
}
.contact-page .contact-2 form textarea {
    width: 100%;
    border: 1px solid #c9c9c9;
    height: 265px;
    background: none;
    padding: 25px;
    margin-bottom: 57px;
    font-size: 16px;
    font-weight: 400;
}
.contact-page .contact-2 form textarea:focus {
    border: 1px solid #000;
}
.contact-page .contact-2 form input::-webkit-input-placeholder {
    font-size: 18px;
    line-height: 1;
    color: #999999;
    font-weight: 400;
    opacity: 1;
}
.contact-page .contact-2 form input::-moz-input-placeholder {
    font-size: 18px;
    line-height: 1;
    color: #999999;
    font-weight: 400;
    opacity: 1;
}
.contact-page .contact-2 form input::-moz-placeholder {
    font-size: 18px;
    line-height: 1;
    color: #999999;
    font-weight: 400;
    opacity: 1;
}
.contact-page .contact-2 form input::-ms-input-placeholder {
    font-size: 18px;
    line-height: 1;
    color: #999999;
    font-weight: 400;
    opacity: 1;
}
.contact-page .contact-2 form textarea::-webkit-input-placeholder {
    font-size: 18px;
    line-height: 1;
    color: #999999;
    font-weight: 400;
    opacity: 1;
}
.contact-page .contact-2 form textarea:-moz-placeholder {
    font-size: 18px;
    line-height: 1;
    color: #999999;
    font-weight: 400;
    opacity: 1;
}
.contact-page .contact-2 form textarea::-moz-placeholder {
    font-size: 18px;
    line-height: 1;
    color: #999999;
    font-weight: 400;
    opacity: 1;
}
.contact-page .contact-2 form textarea::-ms-input-placeholder {
    font-size: 18px;
    line-height: 1;
    color: #999999;
    font-weight: 400;
    opacity: 1;
}
.contact-page .contact-2 form input[type="submit"] {
    margin: 0 auto;
    width: 40%;
    padding: 15px 0;
    border: none;
    background: #000;
    font-size: 24px;
    line-height: 1;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}
.contact-page .contact-2 form input[type="submit"]:hover {
    background: #000;
}
@media screen and (max-width: 1230px) {
    .contact-page .contact-1 ul li {
        width: 31%;
        padding: 30px 15px;
    }
    .contact-page .contact-1 ul .add p {
        font-size: 12px;
    }
    .contact-page p {
        font-size: 14px;
    }
    .contact-page .contact-2 .top p {
        line-height: 1.8;
    }
}
@media screen and (max-width: 700px) {
    .contact-page .contact-1 ul li {
        width: 100%;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 500px) {
    .contact-page .contact-2 form input[type="text"] {
        width: 100%;
    }
}
.about-page .about-6 {
    padding-top: 150px;
}
.about-page .about-6 h2 {
    font-size: 25px;
    color: black;
    text-align: center;
    text-transform: uppercase;
    
    font-weight: bold;
    line-height: 1;
}
.about-page .about-6 h2 small {
    display: block;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.6);
    line-height: normal;
    text-transform: none;
    font-weight: 300;
}
.about-page .about-6 .box {
    padding-top: 40px;
    max-width: 1320px;
    display: block;
    margin: 0 auto;
}
.about-page .about-6 .box ul li {
    padding-bottom: 20px;
}
.about-page .about-6 .box ul li:last-child {
    padding-bottom: 0;
}
.about-page .about-6 .box ul li h4 {
    padding: 20px 70px;
    background-image: url("../images/icon-lt.png");
    background-position: center left 25px;
    background-repeat: no-repeat;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border: 1px solid #b7b7b7;
    font-size: 16px;
    color: #666;
    text-transform: capitalize;
    position: relative;
    cursor: pointer;
    cursor: hand;
}
.about-page .about-6 .box ul li h4:after {
    content: "\f107";
    font-size: 18px;
    position: absolute;
    right: 25px;
    top: 20px;
    font-family: "FontAwesome";
}
.about-page .about-6 .box ul li .text {
    padding: 25px;
    border: 1px solid #b7b7b7;
    margin-top: 8px;
    font-size: 16px;
    color: #666;
    display: none;
    -moz-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
}
.about-page .about-6 .box ul li.active h4 {
    background-color: #000;
    color: white;
    background-image: url("../images/icon-lt2.png");
}
.about-page .about-6 .box ul li.active h4:after {
    content: "\f106";
}
.button-group .button{
    background: #000 !important;
}

/*prodet-add*/
/*  ---------  slider finiture   ---------------------- */
.carosellofin {
  position: relative;
  overflow: hidden;
	margin-bottom: 10px;
}
.maniglioni .carosellofin{
	height:290px;
	margin-bottom:30px;
	margin-top:10px;
}
.carosellofin *, .upper {
  text-transform: uppercase;
}
.carosellofin img {
  width: auto;
  margin: 0 auto;
    display: block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.carosellofin span {
	width: 80px;
	display: inline-block;
	margin-right: 15px;
	cursor: pointer;
	height: 80px;
	background-size: contain;
	background-repeat: no-repeat;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}
.carosellofin > .slide {
  position: absolute;
    left: 100%;
    top: -80px;
    width: 100%;
    z-index: 1;
    background-color: #f5f2ed;
}

.carosellofin > .slide p {
	position:absolute;
	top: 100px;
	z-index:999;
	text-align: center;
	width:100%;
}

.carosellofin h2 {
	position:absolute;
	top: 20px;
	z-index:999;
	text-align: center;
	width:100%;
}

.static {
  position: static;
}
.controlli{
	position:absolute;
	bottom: 50px;
	z-index:999;
	text-align: center;
	width:100%;
}

.prodet-page .init-2 .container #finiture .contbox{
    height: 550px;
}

.prodet-page .init-2 .container #finiture .contbox>img{
    height: 500px;
    margin-top: 50px;
}


/* --------------fine slider finiture------------------*/

.image-thumb li{
  width: 33.3%;
  float: left;
  padding-right: 10px;
}
.image-thumb li.active a{
    display: block;
    border: 3px solid #000;
}
.image-thumb li:nth-child(4),
.image-thumb li:nth-child(5){
  width: 50%;
  padding: 0 8%;
}
.contact-page.prodet-page{
    padding: 30px 0;
}
@media screen and (max-width: 1245px) {
.prodet-page .init-5 .container {
    width: 100%;
}
.prodet-page .pro-tit ul li{
    margin-bottom: 5px;
}
}
@media screen and (max-width: 1000px) {
.prodet-page .init-3 .intro2 .grid-box .column{
    width: 100%;
}
#footer .footer-top .i-message ul li{
    width: 100%;
}
}
@media screen and (max-width: 768px) {
.image-thumb li{
    width: 50%;
}
}
@media screen and (max-width: 700px) {
.product-page .side-right .bottom .block ul li{
      width: 100%;
  }
  .inner-page.prodet-page.product-page{
      padding: 30px 0 !important;
  }
  .inner-page{
      padding: 30px 0 !important;
  }
  .prodet-page .pro-tit ul li a{
      padding: 10px;
  }
  .prodet-page .pro-tit ul li{
      margin: 0 5px 5px;
  }
  .image-thumb li{
    width: 100%;
    }
.contact-page h2{
    font-size: 20px;
}
.prodet-page .init-1 .video{
    min-height: auto;
}
.news-page .bottom ul li{
    width: 100% !important;
}
.prodet-page .prodet-1 .img,
.prodet-page .prodet-1 .text{
  width: 100%;
}
.inner-banner .mbx {
    font-size: 13px;
}
.prodet-page .prodet-1 .text h3, .prodet-page .prodet-1 .text h1,
.newdet-page h3 {
    font-size: 20px;
}
}

@media screen and (max-width: 500px) {
.prodet-page .init-3 .intro2 .grid-box .column:nth-child(1) .column{
    width: 100%;
}
.prodet-page .init-3 .intro2 .grid-box .column:nth-child(1) .column:nth-child(2){
    padding-left: 0;width: 100%;
}
.contact-page .contact-2 form textarea{
    height: 165px;
    font-size: 14px;
}
.contact-page .contact-2 form input[type=text]{
    font-size: 14px;
}
}
.cloudzoom-caption{
  display: none !important;
}
.inner-page .sideBox .side-left .box ul li ul li{
  margin-left: 20px;
}