@font-face {
  font-family: 'Akzidenz';
  src: url(../fonts/akzidenz-grotesk-extra-old.ttf) format('truetype'), url(../fonts/akzidenz-grotesk-extra-old.eot) format('eot'), url(../fonts/akzidenz-grotesk-extra-old.woff) format('woff'), url(../fonts/akzidenz-grotesk-extra-old.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');
}
@media screen and (max-width: 1000px){
  .fdgfdgfd, .qazwecfrtg {                                      
    display: none !important;
  }
}
.container {
  width: 1190px;
}
.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.inner-header{
  background: rgba(0,0,0,.3);
}
#header .h-top {
  height: 34px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#header .h-top .h-tel {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding-right: 20px;
}
#header .h-top .h-tel p {
  color: #e6e5e7;
  background: url("../images/phone.png") no-repeat left center;
  line-height: 34px;
  font-size: 19px;
}
#header .arcsecdrives {
  color: #e6e5e7;
  line-height: 34px;
  margin-left:10px;
}
#header .h-top .language p.icon {
  padding: 0 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  height: 34px;
  line-height: 34px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
#header .h-top .language p.icon .fa {
  width: 20px;
  height: 20px;
  background: #999999;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  text-align: center;
  line-height: 20px;
  margin-right: 5px;
}
#header .h-top .language p.icon .fa:hover {
  background: #174de1;
}
#header .h-top .language .language-choose p {
  line-height: 34px;
}
#header .h-top .language .language-choose p a {
  color: #e6e5e7;
  margin-right: 10px;
}
#header .nav {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#header .nav .h-search {
  cursor: pointer;
  position: absolute;
  right: 0%;
  bottom: 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 .logo {
  padding: 40px 20px 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
#header .nav .menu-box {
  padding: 0;
  line-height: 80px;
  position: relative;
  padding-top: 65px;
  padding-right: 20px;
}
#header .nav .menu-box .menu > li {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  margin: 0 8px;
  vertical-align: top;
}
#header .nav .menu-box .menu > li > a {
  font-size: 18px;
  color: #ffffff;
  display: block;
  position: relative;
  font-family: Poppins-Medium;
}
#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: 3px;
  background: #174de1;
}
#header .nav .menu-box .menu > li:hover > a,
#header .nav .menu-box .menu > li.current-menu-item > a,
#header .nav .menu-box .menu > li.current-category-ancestor > a,
#header .nav .menu-box .menu > li.current-post-ancestor > a {
  color: #174de1;
}
#header .nav .menu-box .menu > li:hover > a:after,
#header .nav .menu-box .menu > li.current-menu-item > a:after,
#header .nav .menu-box .menu > li.current-category-ancestor > a:after,
#header .nav .menu-box .menu > li.current-post-ancestor > a:after {
  width: 80%;
  left: 10%;
}
#header .nav .menu-box .menu > li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 180px;
  background: #174de1;
  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;
}
#banner {
  position: relative;
}
#banner .text {
  width: 80%; z-index:8;
  left: 10%;
  top: 40%;
  position: absolute;
}
#banner .text img {
  display: block;
  margin: 0 auto;
}
#banner .text h2 {
  text-align: center;
  font-size: 26px;
  text-transform: uppercase;
  color: #949394;
  margin-top: 20px;
}
#index-body h2.h2 {
  color: #174de1;
  font-size: 36px;
  line-height: 60px;
  text-transform: uppercase;
}
#index-body h3.h3 {
  color: #d6d6d6;
  font-size: 92px;
  text-transform: uppercase;
  line-height: 50px;
}
#index-body .more {
  font-size: 16px;
  text-transform: uppercase;
  display: block;
  margin: 30px 0;
  margin-top: 40px;
}
#index-body .more .fa {
  width: 34px;
  height: 34px;
  background: #174de1;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 34px;
  margin-right: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
#index-body .more:hover {
  color: #174de1;
}
#index-body .i-cat-product .i-fl {
  position: relative;
}
#index-body .i-cat-product .i-fl .img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 8;
}
#index-body .i-cat-product .i-fr {
  padding: 2% 0 0 2%;
}
#index-body .i-cat-product .i-fr ul {
  margin-top: 40px;
}
#index-body .i-cat-product .i-fr ul li {
  border-bottom: 1px solid #cccccc;
  position: relative;
  line-height: 90px;
  padding: 3px 0;
}
#index-body .i-cat-product .i-fr ul li:after {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  background: #174de1;
  left: 0;
  bottom: 0;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
#index-body .i-cat-product .i-fr ul li a {
  font-size: 36px;
  color: #d6d6d6;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  margin-right: 20px;
}
#index-body .i-cat-product .i-fr ul li a.img {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 10px;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
#index-body .i-cat-product .i-fr ul li:nth-child(odd) a {
  color: #9e9e9e;
}
#index-body .i-cat-product .i-fr ul li:hover {
  padding-left: 100px;
}
#index-body .i-cat-product .i-fr ul li:hover a.img {
  display: block;
}
#index-body .i-cat-product .i-fr ul li:hover:after {
  width: 100%;
}
#index-body .i-cat-product .i-fr ul li:hover a {
  color: #174de1;
}
#index-body .i-about .i-fl {
  background: #f2f2f2;
  padding: 6% 8% 5% 0;
}
#index-body .i-about .i-fl h2.h2,
#index-body .i-about .i-fl h3.h3 {
  text-align: right;
}
#index-body .i-about .i-fl h3.h3 {
  border-bottom: 1px solid #d6d6d6;
  line-height: 80px;
}
#index-body .i-about .i-fl p {
  line-height: 40px;
  font-size: 24px;
  text-align: right;
  padding-left: 15%;
  color: #9a9a9a;
  margin: 60px 0 30px;
}
#index-body .i-about .i-fl .arcsecdrive {
  line-height: 34px;
    font-size: 20px;
  text-align: right;
  padding-left: 15%;
  color: #9a9a9a;
  margin: 60px 0 30px;
}
#index-body .i-about .i-fl .arcsecdrive h1{
 font-size: 20px;
 display:inline;
 line-height: 34px;
 
}
.arcsecdrive2020 h1{
 font-size: 32px;
 color: #9a9a9a;
 margin-top:20px;
 
}
.arcsecdrive2020 p{
 font-size: 18px;
 color: #9a9a9a;
 line-height:28px;
 margin-top:8px;
 
}
.arcsecdrive2020 a{
 font-size: 18px;
 color: #9a9a9a;
 line-height:28px;
 
}

a.qiyueye {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 450px;
    display: inline-block;
    vertical-align: middle;
}
h1.qiyueh1 {
    line-height: 40px;
    font-size: 30px;
    color: #625d5d;
    text-align: center;
}
.qiyuepro {
    line-height: 30px;
    color: #4b4949;
    font-size: 16px;
   }

.qides {
    padding-inline: 100px;
    margin-bottom: 20px;
    color: #4b4949;
}



















#index-body .i-about .i-fl a.more {
  float: right;
}
#index-body .i-about .i-fr .icon-list {
  position: relative;
}
#index-body .i-about .i-fr .icon-list .fa {
  width: 58px;
  height: 58px;
  text-align: center;
  line-height: 58px;
  background: #174de1;
  color: #fff;
  position: absolute;
  left: 0;
  top: 42%;
  z-index: 8;
  font-size: 20px;
  cursor: pointer;
}
#index-body .i-about .i-fr .icon-list .fa-angle-right {
  left: auto;
  right: 0;
}
#index-body .i-about .i-fr .icon-list .swiper-slide .img-box {
  position: relative;
}
#index-body .i-about .i-fr .icon-list .swiper-slide .img-box .layer {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  padding-top: 117%;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
#index-body .i-about .i-fr .icon-list .swiper-slide .img-box .layer .bg {
  width: 100px;
  height: 100px;
  background: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin: 0 auto;
  box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.8);
  -moz-box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.8);
  -ms-box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.8);
  -o-box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.8);
	padding-top: 24px;
}
#index-body .i-about .i-fr .icon-list .swiper-slide .img-box .layer .bg img {
  display: block;
  margin: 0 auto;
}
#index-body .i-about .i-fr .icon-list .swiper-slide .img-box .layer p {
  text-align: center;
  font-size: 24px;
  padding-top: 20px;
  text-transform: uppercase;
  color: #fff;
}
#index-body .i-about .i-fr .icon-list .swiper-slide .img-box:hover .layer {
  opacity: 0;
  filter: alpha(opacity=100);
}
#index-body .i-news {
  padding: 100px 0 0;
  background: url(../images/nes-bg_07.jpg) no-repeat right 120px;
  position: relative;
}
#index-body .i-news div.img {
  position: absolute;
  left: 0;
  bottom: 80px;
}
#index-body .i-news div.img img {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);
  -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);
}
#index-body .i-news .intro {
  width: 42%;
  float: right;
  padding-right: 10%;
}
#index-body .i-news .intro h3.h3 {
  line-height: 1.8;
  margin-bottom: 20px;
}
#index-body .i-news .intro p.p {
  font-size: 22px;
    line-height: 36px;
  color: #707070;
  margin-top: 30px;
}
#index-body .i-news .rigth-text {
  width: 80%;
  background: rgba(23, 77, 225, 0.9);
  padding: 5% 8% 3% 20%;
  margin-top: 5%;
  padding-left: 38%;
}
#index-body .i-news .rigth-text .news-list h2 {
  margin-bottom: 10px;
}
#index-body .i-news .rigth-text .news-list h2 a {
  font-size: 30px;
  color: #fff;
}
#index-body .i-news .rigth-text .news-list time {
  color: #fff;
  font-size: 16px;
}
#index-body .i-news .rigth-text .news-list p {
  line-height: 32px;
  color: #7b91ea;
  font-size: 18px;
  margin: 20px 0;
}
#index-body .i-news .rigth-text .news-list a.more {
  color: #fff;
}
#index-body .i-news .rigth-text .news-list a.more .fa {
  color: #fff;
  border: 1px solid #fff;
  background: none;
}
#footer {
  background: #000000;
}
#footer .footer-top {
  padding: 66px 0;
}
#footer .footer-top .logo2 img {
  display: block;
  margin: 10px auto 20px;
}
#footer .footer-top .logo2 .icon {
  padding: 0;
  margin: 30px auto 50px;
  text-align: center;
  position: relative;
}
#footer .footer-top .logo2 .icon .fa {
  width: 52px;
  height: 52px;
  text-align: center;
  line-height: 52px;
  border: 1px solid #fff;
  font-size: 22px;
  color: #fff;
  margin-right: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #000000;
  z-index: 8;
  position: relative;
}
#footer .footer-top .logo2 .icon:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  top: 28px;
  left: 0;
  z-index: 0;
}
#footer .footer-top .column {
  width: 44%;
}
#footer .footer-top .column:nth-child(2) {
  width: 35%;
}
#footer .footer-top .column:nth-child(3) {
  width: 21%;
}
#footer .footer-top h2 {
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 30px;
  color: #ffffff;
  position: relative;
  padding-bottom: 5px;
}
#footer .footer-top h2:after {
  content: '';
  position: absolute;
  width: 110px;
  height: 2px;
  background: #174de1;
  left: 0;
  bottom: 0;
}
#footer .footer-top p {
  color: #949494;
  font-size: 14px;
}
#footer .footer-top ul li {
  line-height: 35px;
  color: #6a6a6a;
  font-size: 18px;
}
#footer .footer-top ul li span {
  color: #fff;
  font-size: 18px;
  text-transform: capitalize;
}
#footer .footer-top ul li a {
  color: #6a6a6a;
  font-size: 18px;
}
#footer .footer-top ul li a:hover {
  color: #fff;
}
#footer .footer-bottom {
  background: #000000;
  border-top: 1px solid #4d4d4d;
}
#footer .footer-bottom p {
  color: #6a6a6a;
  font-size: 14px;
  line-height: 30px;
  padding: 10px 0;
  text-align: center;
}
#footer .footer-bottom p a {
  color: #6a6a6a;
}
#footer .footer-bottom p a:hover {
  color: #ffffff!important;
}
@media screen and (max-width: 1190px) {
  .container {
    width: 970px;
  }
  #header .nav .menu-box .menu > li {
    margin: 0 6px;
  }
  #header .nav .menu-box .menu > li > a {
    font-size: 16px;
  }
  #index-body h3.h3 {
    font-size: 50px;
  }
  #index-body .i-cat-product .i-fr ul {
    margin-top: 2px;
  }
  #index-body .i-cat-product .i-fr ul li a {
    font-size: 25px;
    margin-right: 20px;
  }
  #index-body .i-cat-product .i-fl .img {
    width: 65%;
  }
  #index-body .more {
    margin: 10px 0;
  }
  #index-body .i-news div.img {
    width: 50%;
  }
}
@media screen and (max-width: 970px) {
  .container {
    width: 768px;
  }
  #banner .text {
    top: 16%;
  }
  #banner .text img {
    width: 50%;
  }
  #index-body h2.h2 {
    font-size: 24px;
  }
  #index-body h3.h3 {
    font-size: 20px;
    line-height: 30px;
  }
  #index-body .i-cat-product .i-fr ul li {
    line-height: 50px;
  }
  #index-body .i-cat-product .i-fr ul li img {
    width: 10%;
  }
  #index-body .i-cat-product .i-fr ul li a {
    font-size: 18px;
    margin-right: 20px;
  }
  #index-body .i-cat-product .i-fr ul li:hover {
    padding-left: 55px;
  }
  #index-body .i-about .i-fl h3.h3 {
    line-height: 30px;
  }
  #index-body .i-about .i-fl .arcsecdrive, 
  #index-body .i-about .i-fl .arcsecdrive h1 {
    line-height: 34px;
    font-size: 20px;
    text-align: center;
    padding-left: 0;
}
  #index-body .i-about .i-fl {
    padding: 2% 3% 2% 0;
  }
  #index-body .i-about .i-fl p {
    line-height: 26px;
    font-size: 14px;
    padding-left: 5%;
    margin: 16px 0 14px;
  }
  #index-body .i-news .intro {
    width: 80%;
    padding-right: 10%;
  }
  #index-body .i-news .intro p.p {
    font-size: 16px;
    line-height: 30px;
    margin-top: 2px;
  }
  #index-body .i-news .intro h3.h3 {
    line-height: 35px;
    margin-bottom: 6px;
  }
  #index-body .i-news .rigth-text .news-list h2 a {
    font-size: 18px;
        line-height: 28px;
  }
  #index-body .i-news .rigth-text .news-list p {
    line-height: 30px;
    font-size: 16px;
    margin: 10px 0;
  }
  #index-body .i-about .i-fr .icon-list .fa {
    width: 33px;
    top: 45%;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    width: 700px;
  }
}
@media screen and (max-width: 700px) {
  .container {
    width: 100%;
  }
  #banner .text h2 {
    font-size: 15px;
    line-height: 30px;
  }
  #index-body .i-cat-product .i-fl {
    display: none;
  }
  #index-body .i-cat-product .i-fr {
    padding: 2%;
    width: 100%;
  }
  .i-about .grid-box .column {
    width: 100%;
  }
  #index-body .i-about .i-fr .icon-list .swiper-slide .img-box .layer p {
    font-size: 18px;
    padding-top: 20px;
    line-height: 1.5;
  }
  #index-body .i-news div.img {
    width: 50%;
    display: none;
  }
  #index-body .i-news .rigth-text {
    width: 100%;
    padding: 5%;
  }
  #footer .footer-top .column {
    width: 50% !important;
  }
  #footer .footer-top .column:nth-child(3) {
    width: 100% !important;
  }
  #footer .footer-top h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  #footer .footer-top .logo2 img {
    width: 45%;
  }
  #footer .footer-top ul li a,
  #footer .footer-top ul li,
  #footer .footer-top ul li span {
    color: #6a6a6a;
    font-size: 16px;
  }
  .mlztx {
    display: none;
  }
}

.bread-crumbs {
  font-size: 16px; text-align: center;
  margin-top: 7px;
}
.bread-crumbs,
.bread-crumbs a,
.bread-crumbs span {
  color: white;font-size: 16px;
}
.bread-crumbs a:hover {
  color: #fff;
  text-decoration: underline;
}

.inner-banner {
  background: url(../images/inner-banner.jpg) no-repeat center;
  background-size: cover;
  padding-top: 20%;
  height: 703px;
}
.inner-banner canvas {
  position:absolute;
  left:0;
  top:50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.inner-banner h2,
.arcse{
  text-align: center;
  font-size: 24px;
  color: #FFFFFF;
  text-transform: uppercase;
}
.sider-menu {
  line-height: 80px;
  background: #f0f0f0;
}
.sider-menu .grid-box .column {
  background: #f0f0f0;
  position: relative; margin:0 auto;
}
.sider-menu .grid-box .column:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 20px;
  background: #949494;
  right: 0;
  top: 30px;
}
.sider-menu .grid-box .column p {
  text-align: center;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.sider-menu .grid-box .column p a {
  display: block;
  height: 80px;
  font-size: 30px;
  color: #999999;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
.sider-menu .grid-box .column p a:hover {
  background: #174de1;
  color: #fff;
}
.sider-menu .grid-box .column p a.active {
  background: #174de1;
  color: #fff;
}
.news-menu .grid-box .column p {
  text-align: right;
}
.news-menu .grid-box .column p a {
  padding-right: 20%;
}
.news-menu .grid-box .column:nth-child(2) p a {
  text-align: left;
  padding: 0 0 0 20%;
}
.about-page .grid-box .column .img-box {
  cursor: pointer;
}
.about-page .grid-box .i-content {
  padding: 5% 18% 5% 3%;
}
.about-page .grid-box .i-content h2 {
  font-size: 30px;
  color: #174de1;
  line-height: 30px;
  text-transform: uppercase;
  padding-right: 10%;
}
.about-page .grid-box .i-content h3 {
  font-size: 40px;
  color: #8d8d8d;
  text-transform: uppercase;
  line-height: 45px;
  margin-bottom: 30px;
  line-height: 2;
}
.about-page .grid-box .i-content p {
  font-size: 18px;
  color: #a3a3a3;
  line-height: 28px;
  font-family: arial;
}
.about-page .grid-box .i-fl ul li {
  border-bottom: 1px solid #CCCCCC;
  padding: 20px 0;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
.about-page .grid-box .i-fl ul li .grid-box {
  padding: 18px 5% 18px 35%;
}
.about-page .grid-box .i-fl ul li .grid-box .column {
  width: 70%;
  cursor: pointer;
  padding-left: 10px;
}
.about-page .grid-box .i-fl ul li .grid-box .column p {
  line-height: 30px;
  font-family: arial;
  font-size: 16px;
}
.about-page .grid-box .i-fl ul li .grid-box .column:nth-child(1) {
  width: 30%;
  padding-left: 55px;
  background: url(../images/ifa1.png) no-repeat left top;
}
.about-page .grid-box .i-fl ul li .grid-box .column:nth-child(1) h2 {
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  color: #8d8d8d;
  font-size: 30px;
  text-transform: capitalize;
  line-height: 28px;
  padding-top: 5px;
}
.about-page .grid-box .i-fl ul li:hover {
  border-bottom: 1px solid #1c50e1;
}
.about-page .grid-box .i-fl ul li:hover .column:nth-child(1) {
  background: url(../images/fa1-h.png) no-repeat left top;
}
.about-page .grid-box .i-fl ul li:hover .column:nth-child(1) h2 {
  color: #1c50e1;
}
.about-page .grid-box .i-fl ul li:hover p {
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  color: #1c50e1;
}
.about-page .grid-box .i-fl ul li:nth-child(2) .column:nth-child(1) {
  background: url(../images/ifa2.png) no-repeat left top;
}
.about-page .grid-box .i-fl ul li:nth-child(2):hover .column:nth-child(1) {
  background: url(../images/fa2-h.png) no-repeat left top;
}
.about-page .grid-box .i-fl ul li:nth-child(3) .column:nth-child(1) {
  background: url(../images/ifa3.png) no-repeat left top;
}
.about-page .grid-box .i-fl ul li:nth-child(3):hover .column:nth-child(1) {
  background: url(../images/fa3-h.png) no-repeat left top;
}
.about-page .grid-box .i-fl ul li:nth-child(4) {
  border-bottom: none;
}
.about-page .grid-box .i-fl ul li:nth-child(4) .column:nth-child(1) {
  background: url(../images/ifa4.png) no-repeat left top;
}
.about-page .grid-box .i-fl ul li:nth-child(4):hover .column:nth-child(1) {
  background: url(../images/fa4-h.png) no-repeat left top;
}
.about-page .factory-list {
  padding: 10px 0;
}
.about-page .factory-list img {
  width: 100%;
}
.contact-page {
  padding: 100px 0 0;
}
.contact-page .i-con-part1.grid-box {
  padding-bottom: 60px;
}
.contact-page .i-con-part1.grid-box .column h2 {
  text-transform: capitalize;
  font-size: 48px;
  margin-bottom: 30px;
}
.contact-page .i-con-part1.grid-box .column.i-fl p {
  line-height: 30px;
  padding: 10px 0;
  background: url(../images/add.png) no-repeat left 12px;
  padding-left: 30px;
}
.contact-page .i-con-part1.grid-box .column.i-fl p span.t1 {
  width: 90px;
  margin-left: 0;
  font-size: 18px;
  text-transform: uppercase;
  font-family: Akzidenz;
  display: block;
  float: left;
}
.contact-page .i-con-part1.grid-box .column.i-fl p span {
  font-family: arial;
  font-size: 14px;
  margin-left: 9px;
  line-height: 25px;
  text-transform: lowercase;
}
.contact-page .i-con-part1.grid-box .column.i-fl p.m-p {
  background: url(../images/m-phone.png) no-repeat left center;
}
.contact-page .i-con-part1.grid-box .column.i-fl p.phone {
  background: url(../images/phone.png) no-repeat left center;
}
.contact-page .i-con-part1.grid-box .column.i-fl p.mail {
  background: url(../images/mail.png) no-repeat left center;
}
.contact-page .i-con-part1.grid-box .column.i-fl .icon {
  border-bottom: 2px solid #174de1;
  width: 30%;
  padding-bottom: 13px;
  margin-top: 40px;
}
.contact-page .i-con-part1.grid-box .column.i-fl .icon .fa {
  font-size: 30px;
  margin-right: 15px;
}
.contact-page .i-con-part1.grid-box .column.i-fl .icon .fa:hover {
  color: #174de1;
}
.contact-page .i-con-part1.grid-box .column:nth-child(2) {
  padding-left: 3%;
}
.contact-page .i-con-part1.grid-box .column:nth-child(2) input,
.contact-page .i-con-part1.grid-box .column:nth-child(2) textarea {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #CCCCCC;
  margin-bottom: 20px;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
.contact-page .i-con-part1.grid-box .column:nth-child(2) input:focus,
.contact-page .i-con-part1.grid-box .column:nth-child(2) textarea:focus {
  border: 2px solid #000000;
}
.contact-page .i-con-part1.grid-box .column:nth-child(2) input[type="submit"] {
  width: 45%;
  background: #174de1;
  font-size: 20px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  padding: 0;
  text-transform: uppercase;
  font-family: Akzidenz;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
.contact-page .i-con-part1.grid-box .column:nth-child(2) input[type="submit"]:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
.contact-page .i-con-part1.grid-box .column:nth-child(2) textarea {
  height: 120px;
}
.contact-page .messgae-text {
  padding: 50px 0 80px;
  background: url(../images/con-bg.jpg) no-repeat;
  background-size: cover;
}
.contact-page .messgae-text h2 {
  font-size: 36px;
  color: #fff;
  text-transform: capitalize;
}
.contact-page .messgae-text h3 {
  font-size: 30px;
  color: #FFFFFF;
  font-family: arial;
}
.contact-page .messgae-text .grid-box {
  margin-top: 50px;
}
.contact-page .messgae-text .grid-box .column {
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  cursor: pointer;
}
.contact-page .messgae-text .grid-box .column .img {
  width: 128px;
  height: 128px;
  border: #fff 1px solid;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin: 0 auto;
  background: url(../images/air.png) center no-repeat;
}
.contact-page .messgae-text .grid-box .column:nth-child(2) .img {
  background: url(../images/train.png) center no-repeat;
}
.contact-page .messgae-text .grid-box .column:nth-child(3) .img {
  background: url(../images/car.png) center no-repeat;
}
.contact-page .messgae-text .grid-box .column h4 {
  font-size: 21px;
  color: #FFFFFF;
  text-align: center;
  margin: 10px 0;
  text-transform: uppercase;
}
.contact-page .messgae-text .grid-box .column p {
  text-align: center;
  color: #FFFFFF;
  padding: 0 20%;
  font-family: arial;
}
.contact-page .messgae-text .grid-box .column:hover {
  transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
}
.news-page {
  background: url(../images/news-bg_03.jpg) no-repeat left 30px;
  padding: 50px 0 30px;
}
.news-page .news-scroll {
  background: #0066CC;
  height: 600px;
}
.news-page .news-list {
  margin-top: 100px;
}

.news-page .news-1 {
  padding: 30px 0;
  position: relative;
  z-index: 1;
}
.news-page .news-1 ul li {
  position: relative;
  width: 80%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  right: -15%;
  z-index: -1;
}
.news-page .news-1 ul li:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3)!important;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  opacity: 1 !important;
  z-index: 0;
}
.news-page .news-1 ul li .img-box {
  display: block;
}
.news-page .news-1 ul li .box {
  position: absolute;
  top: 50%;
	z-index:8;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 50%;
  padding-left: 5%;
  color: white;
}
.news-page .news-1 ul li .box h3 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news-page .news-1 ul li .box p {
  margin-bottom: 60px;
}
.news-page .news-1 ul li .box a.more {
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  height: 40px;
  padding: 0 15px;
  border: 1px solid white;
  font-weight: bold;
  font-size: 18px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news-page .news-1 ul li .box a.more:hover {
  background: #0074c4;
  color: white;
}
.news-page .news-1 ul li .box .view {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  font-size: 18px;
  font-weight: bold;
}
.news-page .news-1 ul .slick-dots {
  position: absolute;
  right: 10%;
  bottom: 15px;
  font-size: 0;
  z-index: 3;
}
.news-page .news-1 ul .slick-dots li {
  padding: 0;
  margin: 0 1px;
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  cursor: hand;
  right: 0;
  left: 0;
}
.news-page .news-1 ul .slick-dots li:after {
  display: none;
}
.news-page .news-1 ul .slick-dots li button {
  display: none;
}
.news-page .news-1 ul .slick-dots li.slick-active {
  background: #0074c4;
}
.news-page .news-1 ul .slick-current li {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  right: 0;
  left: 0;
  z-index: 1;
}
.news-page .news-1 ul .slick-current li:after {
  z-index: 0;
  opacity: 1;
  -webkit-transition: .5s 1.2s;
  -moz-transition: .5s 1.2s;
  -ms-transition: .5s 1.2s;
  -o-transition: .5s 1.2s;
  transition: .5s 1.2s;
}
.news-page .news-1 ul .slick-current + div li {
  right: auto;
  left: -15%;
}

.news-page .news-list ul li {
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  margin-bottom: 40px;
}
.news-page .news-list ul li .grid-box .column {
  width: 24%;
}
.news-page .news-list ul li .grid-box .column:nth-child(2) {
  width: 76%;
  padding-left: 30px;
}
.news-page .news-list ul li .grid-box .column:nth-child(2) h2 {
  margin-bottom: 10px;
}
.news-page .news-list ul li .grid-box .column:nth-child(2) h2 a {
  font-size: 30px;
}
.news-page .news-list ul li .grid-box .column:nth-child(2) p {
  margin: 6px 0;
  color: #bebebe;
  font-family: arial;
  line-height: 28px;
}
.news-page .news-list ul li .grid-box .column:nth-child(2) a.more {
  display: block;
  width: 130px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #000000;
  color: #000;
  text-transform: uppercase;
  font-family: arial;
  font-style: italic;
}
.news-page .news-list ul li:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
.news-page .news-list ul li:hover .column h2 a {
  color: #0066CC;
}
.news-page .news-list ul li:hover .column:nth-child(2) a.more {
  background: #0066CC;
  border: 1px solid #0066CC;
  color: #FFFFFF;
}
.inner-page .sideBar {
  padding: 10px 0;
  background: #eeeeee;
}
.inner-page .sideBar .side-menu {
  position: relative;
  margin-top: 10px;
}
.inner-page .sideBar .side-menu .nowCat {
  background: #174de1 url("../images/sidebar-line.png") no-repeat 93% center;
  cursor: pointer;
  width: 226px;
  height: 40px;
  line-height: 40px;
  display: block;
  padding-left: 15px;
  color: #ffffff;
  font-size: 16px;
  border: 1px solid #174de1;
}
.inner-page .sideBar .side-menu .cat-list {
  display: none;
  z-index: 111;
  position: absolute;
  width: 100%;
  padding: 2px 0;
  background: #174de1;
  left: 0;
  top: 100%;
}
.inner-page .sideBar .side-menu .cat-list li {
  
}
.inner-page .sideBar .side-menu .cat-list li a {
  display: block;
  color: #ffffff;
  padding: 10px 12px 10px 16px;
}
.inner-page .sideBar .side-menu .cat-list li a:hover {
  color: #fff;
  background: #000;
}
.inner-page .inner-main-tit {
  text-align: left;
  color: #333333;
}
.inner-page .inner-main-tit .nowTit {
  font-size: 24px;
}

.product-page .i-product {
  padding: 11px 0 58px;
}
.m-page {
  text-align: center;
  padding: 45px 0;
  font-size: 14px;
}
.m-page span,
.m-page a {
  margin: 0 1px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 31px;
  background-image: -moz-linear-gradient(top, #575e63, #404549);
  /* Firefox */
  background-image: -webkit-linear-gradient(top, #575e63, #404549);
  /* Saf4+, Chrome */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#575e63, endColorstr=#404549, GradientType='0');
  /* IE*/
  color: #fff;
}
.m-page a:hover,
.m-page .current,
.m-page .active {
  background-image: -moz-linear-gradient(top, #566f82, #3e505e);
  /* Firefox */
  background-image: -webkit-linear-gradient(top, #566f82, #3e505e);
  /* Saf4+, Chrome */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#566f82, endColorstr=#3e505e, GradientType='0');
  /* IE*/
}
.prodet-page .prodetTit {
  margin-bottom: 23px;
  color: #121212;
  font-family: roboto-light;
  font-size: 39px;
  text-transform: capitalize;
  text-align: center;
}
.prodet-page .prodet-pics {
  padding: 59px 0 82px;
}
.prodet-page .prodet-pics .pro-bPic {
  width: 40.3%!important; 
}
.prodet-page .prodet-pics .pro-bPic img {
  margin: 0 auto;width: 100%; border:1px solid #eee;
 ?/*box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.4);*/
}
.prodet-page .prodet-pics .pro-det-one {
  padding-left: 4%!important;
  width: 52.7%!important;
}
.prodet-page .prodet-pics .pro-det-one .proName {
  color: #121212;
  font-size: 24px;
    line-height: 36px;
  font-family: roboto-light;
  text-transform: uppercase;
  margin-bottom: 54px;
}
.projainjie,
.prodet-page .prodet-pics .pro-det-one .projainjie p {
    font-size: 16px;
    line-height: 32px;
}
.prodet-page .prodet-pics .pro-det-one .proEmail {
  display: inline-block;
  color: #1e1e1e;
  font-size: 17px;
  font-family: roboto-light;
}
.prodet-page .prodet-pics .pro-det-one .proSocial {
  margin: 18px 0 52px;
}
.prodet-page .prodet-pics .pro-det-one .proSocial a {
  margin-right: 6px;
  color: #000;
  font-size: 16px;
  display: inline-block;
  width: 35px;
  text-align: center;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #f2f2f2;
}
.prodet-page .prodet-pics .pro-det-one .proSocial a:hover {
  background: #174de1;
  color: #fff;
}
.prodet-page .prodet-pics .pro-det-one .pdf-box a {
  display: block;
  width: 237px;
  height: 37px;
  background: url("../images/prodet-pdf.png") no-repeat center;
}
.prodet-page .prodet-pics .pro-det-one .prodet-thumb .image-gallery:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  clear: both;
}
.prodet-page .prodet-pics .pro-det-one .prodet-thumb .image-gallery li {
  padding: 0;
  float: left;
  width: 20%;
  margin-right: 1.5%;
  background: #fafafa;
}
.prodet-page .prodet-pics .pro-det-one .prodet-thumb .image-gallery li:nth-of-type(4n) {
  margin-right: 0;
}
.prodet-page .prodet-det-two {
  padding:60px 0 146px;
  background: #efefef;
}
.prodet-page .recommand-product {
  padding: 31px 0 133px;
}
.prodet-page .recommand-product h2{
font-size:28px;
}
.prodet-page .recommand-product .i-product {
  padding: 0;
}
.prodetFeedback {
  padding: 44px 0 64px;
  background: #f2f2f2;
}
.prodetFeedback .innerTit {
  font-size: 32px;
  text-transform: uppercase;
  color: #000;
  font-family: roboto-black;
}
.prodetFeedback .ptForm {
  margin-top: 50px;
}
.prodetFeedback .ptForm label {
  font-size: 16px;
  color: #636363;
  font-weight: 500;
  margin-bottom: 0;
  font-family: roboto-light;
}
.prodetFeedback .ptForm input,
.prodetFeedback .ptForm textarea {
  font-family: roboto-medium;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  background: none;
  color: #252525;
  font-size: 16px;
  width: 100%;
  outline: none;
  resize: none;
  border: none;
  border-bottom: 1px solid #cccccc;
}
.prodetFeedback .ptForm .fbTop {
  margin-bottom: 62px;
}
.prodetFeedback .ptForm .fbTop li {
  float: left;
  width: 31%;
  margin-right: 2%;
}
.prodetFeedback .ptForm .fbTop li:last-child {
  margin-right: 0;
}
.prodetFeedback .ptForm .fbTop li input {
  height: 15px;
  padding: 0 4px;
}
.prodetFeedback .ptForm .fbTop li input:focus {
  height: 43px;
  border-bottom: 3px solid #174de1;
}
.prodetFeedback .ptForm .fbBot {
  margin-bottom: 75px;
}
.prodetFeedback .ptForm .fbBot textarea {
  height: 16px;
  overflow: hidden;
}
.prodetFeedback .ptForm .fbBot textarea:focus {
  height: 55px;
  border-bottom: 3px solid #174de1;
}
.prodetFeedback .ptForm input[type="submit"] {
  cursor: pointer;
  text-align: left;
  padding-left: 31px;
  font-family: roboto-light;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  text-transform: uppercase;
  font-size: 16px;
  width: 203px;
  height: 52px;
  border: none;
  background: #174de1 url("../images/fb-send.png") no-repeat 84% center;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  color: #fff;
}
.prodetFeedback .ptForm input[type="submit"]:hover {
  background-color: #222;
}
.newdet-page {
  font-family: roboto-regular;
}
.newdet-page .news {
  padding: 50px 0 60px!important;
  color: #777777;
}
.newdet-page .news .news_title h1 {
  padding-bottom: 10px;
  font-size: 20px;
  font-family: roboto-bold;
  text-align: center;
  color: #222;
  line-height: 34px;
}
.newdet-page .news .news_date {
  text-align: center;
  line-height: 22px;
  border-bottom: 1px solid #555;
  padding-bottom: 5px;
}
.newdet-page .news .news_abst {
  border-bottom: 1px solid #555;
  padding: 10px 0;
  line-height: 28px;
}
.newdet-page .news .news_abst p {
  display: inline-block;
}
.newdet-page .news .news_contents {
  color: #555;
  line-height: 28px;
  clear: both;
  margin-top: 10px;
  border-bottom: 1px solid #555;
  padding: 20px 0 40px;
}
.newdet-page .news .news_contents a {
  color: #555;
  font-size: 16px;
  line-height: 28px;
}
.newdet-page .news .news_contents p,
.newdet-page .news .news_contents div,
.newdet-page .news .news_contents span,
.newdet-page .news .news_contents table {
  color: #555;
  font-size: 16px;
  line-height: 30px;
  clear: both;
}
.newdet-page .news .news_next {
  width: 99%;
  margin-top: 0px;
  padding-left: 5px;
  border-top: 0px solid #CCC;
  text-align: left;
  padding-top: 10px;
  line-height: 28px;
}
.newdet-page .news .news_next a {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #777;
  font-size: 15px;
  margin-left: 5px;
}
.newdet-page .news .news_next a:hover {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #000;
}
.newdet-page .news .newsnav {
  margin-bottom: 30px;
}

.faq-page .faq-list {
  padding: 88px 0 115px;
}
.faq-page .faq-list dt {
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  padding: 16px 30px 14px;
  background-color: #ededed;
  font-size: 18px;
  cursor: pointer;
  color: #333333;
  margin-bottom: 12px;
  transition: 0.5s ease;
}
.faq-page .faq-list dt:hover,
.faq-page .faq-list dt.active {
  background: #174de1;
  color: #fff;
}
.faq-page .faq-list dd {
  font-size: 14px;
  line-height: 22px;
  color: #757575;
  padding: 15px 30px;
  margin-bottom: 12px;
  display: none;
}
::-webkit-input-placeholder {
  color: #777;
}
:-moz-placeholder {
  color: #777;
}
::-moz-placeholder {
  color: #777;
}
:-ms-input-placeholder {
  color: #777;
}


/*.i-product {
  padding: 132px 0 166px;
}*/
.i-product .i-tit {
  color: #1b1b1b;
  font-family: roboto-light;
}
.i-product .pro-list {
  margin-top: 25px;flex-wrap: wrap;
}
.i-product .pro-list > .column {
  margin-bottom: 19px;
  width: 24%;
  margin-right: 1%;
}
.i-product .pro-list > .column img{ margin:0 auto; display: block; }
.i-product .pro-list .con-box {
  /*margin-top: -26px;*/
  position: relative;
  z-index: 10;
  padding: 0 18px;
}
.i-product .pro-list .con-box a:hover {
  color: #174de1!important;
}
.i-product .pro-list .con-box .inner-box {
  background: #fff;
  padding: 35px 5px 0;
  font-family: roboto-light;
}
.i-product .pro-list .con-box .inner-box .tit{
  text-align: center;
  height: 110px;
}
.i-product .pro-list .con-box .inner-box .tit a {
  font-family: roboto-light; font-weight:bold;
  display: block;
  color: #1b1b1b;
	font-size:16px;
  line-height: 30px;
  text-transform: capitalize;
/*   white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; */
  margin-bottom: 10px
}
.i-product .pro-list .con-box .inner-box .abst {
  margin: 12px 0 18px;
  color: #9e9c9f;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}
.i-product .pro-list .con-box .inner-box .more {
  color: #1b1b1b;
  font-size: 16px;
  text-align: center;
  display: block;
 
}
.i-product .pro-list .con-box .inner-box .more .fa {
  margin-left: 14px;
}
.i-whyUs {
  text-align: center;
}
.i-whyUs .why-list {
  margin-top: 64px;
  padding: 0 8%!important;
}
.i-whyUs .why-list > .column {
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}
.i-whyUs .why-list > .column .icon,
.i-whyUs .why-list > .column .tit {
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
}
.i-whyUs .why-list > .column .icon {
  max-width: 119px;
  width: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 2px solid #676767;
  color: #676767;
  font-size: 40px;
  height: 119px;
  line-height: 119px;
}
.i-whyUs .why-list > .column .tit {
  font-family: roboto-light;
  color: #676767;
  font-size: 19px;
  text-transform: uppercase;
  margin-top: 21px;
}
.i-whyUs .why-list > .column:hover {
  transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
}
.i-whyUs .why-list > .column:hover .icon {
  color: #174de1;
  border-color: #174de1;
}
.i-whyUs .why-list > .column:hover .tit {
  color: #174de1;
}
.slideBox {
    overflow: hidden;
}
#inner-canvas {
    position: absolute;
    width: 100%;
    height: 90px;
    bottom: 0;
    z-index: 99;
}

.ws-title{

}

.ws-title h2{
  font-family: montserrat-bold;

}
.ws-title p{
      font-family: montserrat-semibold;
  font-style: italic;
}
#wowslider-container1 .ws-title div{
  width: 100% !important;
}

.i-whyUs {
  text-align: center;
}
.i-whyUs .why-list {
  margin-top: 64px;
  padding: 0 8%!important;
}
.i-whyUs .why-list > .column {
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}
.i-whyUs .why-list > .column .icon,
.i-whyUs .why-list > .column .tit {
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
}
.i-whyUs .why-list > .column .icon {
  max-width: 119px;
  width: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 2px solid #676767;
  color: #676767;
  font-size: 40px;
  height: 119px;
  line-height: 119px;
}
.i-whyUs .why-list > .column .tit {
  font-family: roboto-light;
  color: #676767;
  font-size: 19px;
  text-transform: uppercase;
  margin-top: 21px;
}
.i-whyUs .why-list > .column:hover {
  transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
}
.i-whyUs .why-list > .column:hover .icon {
  color: #174de1;
  border-color: #174de1;
}
.i-whyUs .why-list > .column:hover .tit {
  color: #174de1;
}


#cs {
  width: 100%;
  margin-bottom: 20px;
}
#cs td,#cs th{
  padding: 5px 10px;
  border: none;
  width: 50%;
}
#cs tr:nth-child(even){
  background: #efefef;
}
#cs tr:nth-child(odd){
  background: #dadada;
}
#cs td:first-child {
  color: #000;
}
#cs td:last-child {
  color: #000;
}
.prodet-det-two table{
  border: 1px solid #d4d2d2;
  width: 100% !important;
}
.prodet-det-two table tr td{
padding: 8px 0;
}
.prodet-det-two table tr:nth-child(odd) {
    /*background: #c4d8bf !important;*/
}


.side-outer .side-menu-mobile {
  margin-bottom: 25px;
  display: none;
}
.side-outer .side-menu-mobile li {
  margin-bottom: 2px;
}
.side-outer .side-menu-mobile li a {
  color: #000000;
  font-size: 16px;
  display: block;
  height: 40px;
  line-height: 40px;
  background: #efefef;
  padding-left: 19px;
  overflow: hidden;
}
.side-outer .side-menu-mobile li a:hover,
.side-outer .side-menu-mobile li a.active {
  background: #174de1;
  color: #ffffff;
}

.theme-default .nivo-controlNav{
  position: absolute;
  bottom: 22%;
}

.image-gallery{
  margin:20px 0;
}
.image-gallery li{
  width:20%; margin-bottom:10px;
}
.i-qr img{
  float: right; width:130px; border: 3px solid #fff;
}


.faq-page .faq-list {
  padding: 100px 50px;
}
.faq-page .faq-list li {
  cursor: pointer;
  position: relative;
  margin-bottom: 20px;
  background: #383838  url("../images/faq-q-ico.png") no-repeat left top;
  padding: 0 14px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.faq-page .faq-list li,
.faq-page .faq-list li .faq-a,
.faq-page .faq-list li .fa {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.faq-page .faq-list li:last-child {
  margin-bottom: 0;
}
.faq-page .faq-list li .faq-a {
  padding: 19px 0 19px 32px;
  font-size: 18px;
  color: #fff;
}
.faq-page .faq-list li .faq-q {
  padding: 29px 24px;
  background: #fff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  display: none;
}
.faq-page .faq-list li .faq-q p {
  font-size: 16px;
  color: #333;
}
.faq-page .faq-list li .faq-q p strong{
  font-size: 18px;
}
.faq-page .faq-list li .fa {
  position: absolute;
  color: #616161;
  font-size: 1.8rem;
  right: 36px;
  top: 21px;
}
.faq-page .faq-list li.active {
  padding-bottom: 15px;
  background-color: #cd0200;
  background-image: url("../images/faq-q-ico-h.png");
}
.faq-page .faq-list li.active .faq-a,
.faq-page .faq-list li.active .fa {
  color: #fff;
}

#qrcode canvas{
  border:5px solid #fff;
}
.prodet-det-two {
	font-size:18px;
	font-family:"Arial";
}
.inner-page p {
	font-family:"Arial";
  font-size: 14px;
  line-height: 28px;
}
.prodet-det-two table{
  width:100% !important;
  border:1px solid #fff;
}
.prodet-det-two table tr td{
  border:1px solid #fff;
  text-align:center !important;
  font-size: 16px;
  line-height: 28px;
}
.prodet-det-two table tr td p{
  text-align:center !important;
}
.prodet-det-two table tr:nth-child(odd){
  background:#dddfde;
}
.prodet-det-two table tr:nth-child(even){
  background:#eee;
}
@media screen and (max-width:1800px) {
	#index-body .i-news div.img img {
    width:80%;
}
	#index-body .i-news .intro {
    width: 85%;
}
}
@media screen and (max-width:1700px) {
.about-page .grid-box .i-content h3 {
    font-size: 32px; margin-bottom: 10px;
}
.about-page .grid-box .i-fl ul li .grid-box {
    padding: 18px 5% 18px 6%;
}
.about-page .grid-box .i-content {
    padding: 5% 5% 5% 3%;
}
	#index-body h3.h3 {
    font-size: 57px;
}
	#index-body .i-about .i-fl {
    padding: 3% 8% 2% 0;
}
	#index-body .i-about .i-fl p {
    line-height: 30px;
    font-size: 18px;
    text-align: right;
    padding-left: 9%;
    color: #9a9a9a;
    margin: 60px 0 30px;
}
}
@media screen and (max-width: 1190px) {
  .container{
    width:970px;
  }
  .sider-menu .grid-box .column p a {
    font-size: 20px;
}
.about-page .grid-box.two>.column {
    width: 100%;
}
	#index-body .i-about .i-fl p {
    margin: 20px 0 30px;
}

}
@media screen and (max-width: 970px) {
  .container{
    width:768px;
  }
  .prodet-page .prodet-pics .pro-bPic{ width: 100% !important; }
.prodet-page .prodet-pics .pro-det-one{width: 100% !important;padding-left: 0!important;}
.new-pic{display: none;}
.new-con{width: 100%;}
 .prodetFeedback .ptForm .fbTop {
    margin-bottom: 10px;
}
  .prodetFeedback .ptForm .fbTop li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
}
.prodetFeedback .ptForm .fbBot {
    margin-bottom: 15px;
}
.i-product .pro-list > .column {
    width: 49%;
    margin-right: 1%;
}
#index-body h3.h3 {
    font-size: 31px;
}
	#index-body .i-about .i-fl p {
    line-height: 22px;
		font-size: 16px;}
}
@media screen and (max-width: 768px) {
  .container{
    width:700px;
  }
  .i-contact h2 {
    text-align: center;
    font-size: 18px;
  }
  #footer .f-top .column {
    width: 100%;
  }
  .inner-banner {
    height: 200px; padding-top:80px;
}
.inner-page .sideBar {
    display: none;
}
  .side-outer .side-menu-mobile {
  display: block;
}
.about-page .inner-main-box {
    padding: 20px 0 51px;
}
.about-page .a-whyUs {
    padding: 20px 0 50px;
}
.about-page .a-whyUs .a-txt {
    margin: 20px 0 20px;
}
.i-whyUs{display: none;}
.product-page .i-product {
    padding: 11px 0 0px;
}
.i-product .pro-list {
    margin-top: 0px;
}
.i-product .pro-list > .column {
    margin-bottom: 19px;
    width: 100%;
    margin-right: 1.5%;
}


h1.qiyueh1, .qiyueye , .qides{
    display: none !important;
}


.i-product .pro-list .con-box .inner-box {
    padding: 5px 5px 0;
}
.i-product .pro-list .con-box .inner-box .abst{
  display: none;
}

.prodet-page .prodet-pics {
    padding: 5px 0 10px;
}
.prodet-page .prodet-pics .pro-det-one .proName {
    font-size: 18px;
    margin: 20px 0 20px;
}
.prodet-page .prodet-det-two {
    padding: 20px 0 20px;
    background: #efefef;
}
.prodet-page .prodetTit { font-size: 18px; }
.prodet-page .recommand-product {
    padding: 31px 0 30px;
}
.prodetFeedback .innerTit {
    font-size: 18px;
  }
 
.news-page .new-list {
    padding-top: 0px!important;
}
.news-page .new-list li {
    padding-bottom: 12px;
    margin-bottom: 15px;
    border-bottom: 1px solid #777777;
}

.news-page .new-list li .new-con .abst {
    margin: 10px 0 15px;
}
.m-page {
    padding: 40px 0;
}
.newdet-page .news {
    padding: 10px 0 10px!important;
}
.faq-page .faq-list {
    padding: 28px 0 30px;
}
.contact-page .c-list-box .contactList .fr{ display: none;  }
.contact-page .c-list-box .contactList .fl{ width: 100%;  }
.contact-page .c-list-box {
    padding: 10px 0 10px;
    background: #f2f2f2;
}
.contact-page .c-list-box .contactList .c-name {
    font-size: 18px;
}
.contact-page .c-list-box .contactList .info .fa {
    margin-right: 10px!important;
}
.i-proCategory .cat-list > .column{
  width: 49%; margin-right: 1%;
}
.mlztx{
  display: none;
}
.news-page .news-list ul li .grid-box .column:nth-child(2) h2 a {
    font-size: 20px;
}
	#index-body .i-about .i-fl p {
    margin: 5px 0 5px;
}
}

@media screen and (max-width: 700px) {
  .container{
    width:100%;
  }
  #footer .footer-top .column:nth-child(2){
    display: none;
  }
  #footer .footer-top .column:nth-child(1){
    display: none;
  }
  h2.qyprobann {
    display: none !important;
  }
  .inner-banner h2 {
    font-size: 20px;
    line-height: 32px;
}
.sider-menu .grid-box.four>.column {
    width: 50%;
}
.sider-menu .grid-box .column p a {
    font-size: 16px;
}
.about-page .grid-box .i-content h3 {
    font-size: 25px;
    margin-bottom: 10px;
    line-height: 30px;
}
.about-page .grid-box .i-content p {
    font-size: 14px;
    line-height: 28px;}
    .about-page .grid-box .i-fl ul li .grid-box .column:nth-child(1) h2 {
    font-size: 18px;
}
.about-page .grid-box .i-fl ul li .grid-box .column {
    padding-left: 23px;
}
.about-page .grid-box .i-fl ul li .grid-box .column p {
    line-height: 28px;
    font-size: 14px;
}
.news-page .news-1 {
    padding: 0;
}
.news-page .news-list ul li .grid-box .column {
    width: 100%;
}
.news-page .news-list ul li .grid-box .column:nth-child(2) {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
}
.contact-page .i-con-part1.grid-box .column h2 {
    font-size: 20px;
}
.i-con-part1.grid-box.two>.column {
    width: 100%; margin-bottom: 20px;
}
.contact-page .i-con-part1.grid-box .column.i-fl .icon {
    width: 62%;
}
.contact-page .i-con-part1.grid-box .column.i-fl .icon .fa {
    font-size: 18px;
    margin-right: 15px;
}
.prodet-det-two table {
    display: block;
    width: 100%;
    overflow-x: scroll;
}
	#index-body .i-about .i-fr .icon-list .fa {
    width: 16px;
}
	.contact-page .messgae-text h2 {
    font-size: 22px;
}
	.contact-page .messgae-text h3 {
    font-size: 20px;
}
	.contact-page .messgae-text .grid-box .column {
    width: 50%;
    padding-bottom: 20px;
}
	.contact-page .messgae-text .grid-box .column h4 {
    font-size: 18px;
}
	.contact-page .messgae-text .grid-box .column p {
    padding: 0 6%;
}
	.prodet-det-two table tr td {
    padding: 8px 12px;
}
}

.video_layer {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1001;
    background: rgba(0,0,0,.5);
}
.i_video {
    width: 536px;
    height: 253px;
    top: 60%;
    left: 56%;
    margin: -250px 0 0 -400px;
    z-index: 1002;
}
.i_video, .video_layer {
    position: fixed;
    display: none;
}

.wpulike.wpulike-default{
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default{
  display: block;
} 
.post-views-box{
  position: relative;
  margin: -50px 0 0 100px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png)!important;
  filter: none;
}
.wpulike{
  z-index: 10;
}
.wpulike.post-views-box{
  z-index: 5;
}

.inner-page .m-page {
    text-align: center;
    margin-bottom: 0px;
    margin-top: 0px;
    display: inline-block;
    width: 100%;
}
.inner-page .m-page a, .inner-page .m-page span {
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    border: 1px solid #eee;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    color: #fff;
}

.inner-page .m-page a {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}



.invo-layer, .invo-box {
    display:none;
    position:fixed
}
.invo-layer {
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0, 0, 0, .7);
    z-index:1002
}
.invo-box {
    z-index:1003;
    overflow:hidden;
    width:417px;
    height:312px;
    left:50%;
    top:39%;
    margin-left:-209px;
    background:#ececec;
    padding:0 58px;
    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:31px 0 30px
}
.invo-box .invo-code {
    outline:none;
    color:#333;
    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:url(../images/invo-btn.png) no-repeat;
    text-align:center
}
.invo-box .close {
    position:absolute;
    top:14px;
    right:16px;
    width:10px;
    height:10px;
    background:url(../images/invo-close.png) no-repeat;
    cursor:pointer
}

.inner-page input::-webkit-input-placeholder{ 
           font-size: 14px;
  line-height: 1;
  color: #666666;
          }   
          .inner-page input::-moz-input-placeholder{ 
            font-size: 14px;
  line-height: 1;
  color: #666666;
          } 
          .inner-page input::-moz-placeholder {
           font-size: 14px;
  line-height: 1;
  color: #666666;
          }
          .inner-page input::-ms-input-placeholder{
           font-size: 14px;
  line-height: 1;
  color: #666666;
          }
.inner-page textarea::-webkit-input-placeholder {
            font-size: 14px;
  line-height: 1;
  color: #666666;
  font-family: "Arial";
          }
          .inner-page textarea:-moz-placeholder {
            font-size: 14px;
  line-height: 1;
  font-family: "Arial";
  color: #666666;
          }
          .inner-page textarea::-moz-placeholder {
            font-size: 14px;
  line-height: 1;
  color: #666666;
  font-family: "Arial";
          }
          .inner-page textarea::-ms-input-placeholder {
            font-size: 14px;
  line-height: 1;
  color: #666666;
  font-family: "Arial";
          }
.prodet-pics .thumb-gallery .slides .slick-track{
  margin:0;
}
.prodet-pics .thumb-gallery .slides .slick-slide{
  padding:0 5px;
}
.fdgfdgfd{
  font-size: 36px;
  line-height: 2;
  text-align: center;
  margin-top: 100px;
}
.qazwecfrtg{
  font-size: 16px!important;
  line-height: 2!important;
  margin-left: 100px;
  margin-right: 100px;
  margin-bottom: 100px;
  color: #4b4949;
}
.qazwecfrtg span{
  font-size: 20px!important;
  line-height: 2!important;
  font-weight: bold;
}