@font-face {
  font-family: '109-cai978';
  src: url(../fonts/109-cai978.ttf) format('truetype'), url(../fonts/109-cai978.eot) format('eot'), url(../fonts/109-cai978.woff) format('woff'), url(../fonts/109-cai978.woff2) format('woff2');
}
@font-face {
  font-family: 'adobeheitistd-regular';
  src: url(../fonts/adobeheitistd-regular.ttf) format('truetype'), url(../fonts/adobeheitistd-regular.eot) format('eot'), url(../fonts/adobeheitistd-regular.woff) format('woff'), url(../fonts/adobeheitistd-regular.woff2) format('woff2');
}
@font-face {
  font-family: 'candara-regular';
  src: url(../fonts/candara-regular.ttf) format('truetype'), url(../fonts/candara-regular.eot) format('eot'), url(../fonts/candara-regular.woff) format('woff'), url(../fonts/candara-regular.woff2) format('woff2');
}
@font-face {
  font-family: 'candarab-bold';
  src: url(../fonts/candarab-bold.ttf) format('truetype'), url(../fonts/candarab-bold.eot) format('eot'), url(../fonts/candarab-bold.woff) format('woff'), url(../fonts/candarab-bold.woff2) format('woff2');
}
@font-face {
  font-family: 'verdana';
  src: url(../fonts/verdana.ttf) format('truetype'), url(../fonts/verdana.eot) format('eot'), url(../fonts/verdana.woff) format('woff'), url(../fonts/verdana.woff2) format('woff2');
}
@font-face {
  font-family: '091-cai978';
  src: url(../fonts/091-cai978.ttf) format('truetype'), url(../fonts/091-cai978.eot) format('eot'), url(../fonts/091-cai978.woff) format('woff'), url(../fonts/091-cai978.woff2) format('woff2');
}
body {
  overflow-x: hidden;
  font-family: 'candara-regular', Arial, 'microsoft yahei', SimSun, Sans-serif !important;
}
li {
  list-style: none;
}
.img-box {
  overflow: hidden;
  position: relative;
}
.img-box img {
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}
.img-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;
}
.container {
  width: 1200px;
}
.center {
  text-align: center;
}
#header {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 99;
  padding: 50px 0px;
}
.head{
  padding: 0px 50px;
  
}
.bnd{
  background-color: #fff;
  margin-top: -50px;
  padding: 0px 0px 0px 50px;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.3);
}

#header .nav {
  text-align: center;
  padding: 0px 0 0px 35px;
  background-color: #fff;
}
#header .nav .nav-logo {
  margin: 10px 0px 15px;
}
#header .nav .h-search {
  cursor: pointer;
  font-size: 16px;
  margin-left: 0px!important;
  font-family: 'roboto-regular';
}
#header .nav .h-search span {
  display: inline-block;
  padding-right: 10px;
  margin-right: 10px;
  margin-top: 32px;
}
#header .nav .h-search span i {
  font-size: 18px;
  color: #595959;
}
#header .nav .h-search .len_span {
  color: #7d7d7d;
  background-color: #050505;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  padding: 26px 25px 3px 10px;
  position: relative;
  text-align: center;
  height: 90px;
}
#header .nav .h-search .len_span img {
  margin-right: 10px;
}
#header .nav .h-search .len_span .lengu {
  display: none;
  padding: 3px 10px;
  position: absolute;
  top: 55px;
  left: 45px;
  background-color: #050505;
}
#header .nav .h-search .len_span .lengu a {
  display: block;
}
#header .nav .h-search .len_span .lengu a:hover {
  color: #fff;
}
#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 .menu-box {
  padding: 0;
  position: relative;
}
#header .nav .menu-box .menu {
  height: 85px;
}
#header .nav .menu-box .menu > li {
  position: relative;
  text-transform: uppercase;
  float: left;
  line-height: 90px;
  margin: 0px 25px;
  font-family: 'candarab-bold';
}
#header .nav .menu-box .menu > li:before {
  content: '/';
  color: #c9c9c9;
  position: absolute;
  right: -25px;
  top: 0px;
}
#header .nav .menu-box .menu > li > a {
  font-size: 16px;
  color: #000;
  display: block;
  position: relative;
  padding: 0px 10px;
}
#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: 15px;
  left: 50%;
  width: 0;
  height: 5px;
  background: #0062c6;
}

#header .nav .menu-box .menu > li:hover > a,
#header .nav .menu-box .menu > li.current-post-ancestor > a,
#header .nav .menu-box .menu > li.current-menu-item > a,
#header .nav .menu-box .menu > li.current-category-ancestor > a {

  color: #0062c6;
}
#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: #0062c6;
  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: 16px;
  color: #fff;
  display: block;
  padding: 10px 18px;
}
#header .nav .menu-box .menu > li .sub-menu li:hover {
  background: #222;
}
#header .nav .menu-box .menu li:last-child:before {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
}
#banner {
  position: relative;
}
#banner .banner-swiper .banner-box {
  position: relative;
}
#banner .banner-swiper .banner-box .tu img {
  width: 100%;
}
#banner .banner-swiper .banner-box .text {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  padding-top: 16%;
  color: #fff;
}
#banner .banner-swiper .banner-box .text h3 {
  font-size: 72px;
  font-family: '109-cai978';
  text-transform: uppercase;
  text-shadow: 2px 2px 5px #333;
}
#banner .banner-swiper .banner-box .text h3 span {
  font-size: 72px;
}
#banner .banner-swiper .banner-box .text p {
  font-size: 30px;
  margin-bottom: 65px;
  line-height: 1.2em;
   text-shadow: 2px 2px 5px #333;
}
#banner .banner-swiper .banner-box .text .more {
  display: inline-block;
  width: 265px;
  font-family: 'verdana';
  line-height: 70px;
  border-radius: 30px;
  background-color: #fff;
  color: #095bae;
  font-size: 18px;
  text-transform: uppercase;
}
#banner .bott {
  position: absolute;
  top: 45%;
  z-index: 9;
  cursor: pointer;
  outline: none;
}
#banner .banner-button-prev {
  left: 10%;
}
#banner .banner-button-next {
  right: 10%;
}
#banner .banner-pagination {
  position: absolute;
  bottom: 20px;
  left: 0px;
  right: 0px;
  z-index: 9;
}
#banner .banner-pagination span.swiper-pagination-bullet {
  width: 93px;
  margin: 0px 5px;
  background: url("../images/banner-bor.png") no-repeat center;
  position: relative;
  z-index: 10;
  border-radius: 5px;
}
#index-body .i-sanyan {
  background-color: #f0efec;
  padding: 50px 5% 180px;
  position: relative;
}
#index-body .i-sanyan .h4-back {
  text-align: center;
  color: #fff;
  font-family: '091-cai978';
}
#index-body .i-sanyan .h4-back span {
  font-size: 300px;
  height: 450px;
  overflow: hidden;
}
#index-body .i-sanyan .sanyan-boxs {
  margin-top: -310px;
  padding: 0px 4%;
  text-align: center;
  position: relative;
  z-index: 9;
}
#index-body .i-sanyan .sanyan-boxs .box {
  display: inline-block;
  width: 24%;
  vertical-align: top;
}
#index-body .i-sanyan .sanyan-boxs .box p {
  font-size: 28px;
  text-transform: uppercase;
}
#index-body .i-sanyan .sanyan-boxs .box .num-box {
  margin-top: -5px;
}
#index-body .i-sanyan .sanyan-boxs .box .num-box img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
#index-body .i-sanyan .sanyan-boxs .box .num-box h4 {
  font-family: '109-cai978';
  display: inline-block;
  vertical-align: middle;
}
#index-body .i-sanyan .sanyan-boxs .box .num-box h4 i {
  font-size: 72px;
}
#index-body .i-sanyan .sanyan-boxs .box .num-box .font-72 {
  font-size: 72px;
}
#index-body .i-product {
  background-color: #f0efec;
}
#index-body .i-product .tit {
  background: url("../images/pro-tit-back.png") no-repeat center bottom;
  padding-bottom: 30px;
  margin-bottom: 45px;
}
#index-body .i-product .tit h3 {
  font-size: 60px;
  text-transform: uppercase;
  font-family: '109-cai978';
  display: inline-block;
}
#index-body .i-product .tit h3 span {
  font-size: 60px;
}
#index-body .i-product .tit .s-color {
  font-size: 60px;
  color: #0062c6;
  font-family: '109-cai978';
  text-transform: uppercase;
}
#index-body .i-product .tit .s-color span {
  font-size: 60px;
}
#index-body .i-product .lunbo-box {
  position: relative;
}
#index-body .i-product .lunbo-box .pro-swiper .pro-box {
  background-color: #000;
  padding: 50px 5%;
}
#index-body .i-product .lunbo-box .pro-swiper .pro-box .tu img {
  display: inline-block;
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}
#index-body .i-product .lunbo-box .pro-swiper .pro-box .text {
  color: #fff;
  text-align: left;
  padding: 0px 30px;
}
#index-body .i-product .lunbo-box .pro-swiper .pro-box .text p {
  font-family: 'adobeheitistd-regular';
  font-size: 18px;
  margin-bottom: 5px;
}
#index-body .i-product .lunbo-box .pro-swiper .pro-box .text h4 {
  margin-bottom: 35px;
}
#index-body .i-product .lunbo-box .pro-swiper .pro-box .text h4 a {
  font-size: 27px;
  font-family: '109-cai978';
  text-transform: capitalize;
}
#index-body .i-product .lunbo-box .pro-swiper .pro-box .text .bor {
  display: inline-block;
  width: 50px;
  height: 2px;
  background-color: #fff;
}
#index-body .i-product .lunbo-box .pro-swiper .pro-box:hover {
  background-color: #2273d2;
}
#index-body .i-product .lunbo-box .pro-swiper .pro-box:hover .tu 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);
}
#index-body .i-product .lunbo-box .bott {
  display: inline-block;
  width: 50px;
  height: 75px;
  background-color: #3f3f3f;
  text-align: center;
  padding-top: 25px;
  position: absolute;
  top: 40%;
  z-index: 9;
  cursor: pointer;
  outline: none;
}
#index-body .i-product .lunbo-box .bott:hover {
  background-color: #2273d2;
}
#index-body .i-product .lunbo-box .bott img {
  display: inline-block;
}
#index-body .i-product .lunbo-box .pro-button-prev {
  left: 0px;
}
#index-body .i-product .lunbo-box .pro-button-next {
  right: 0px;
}
#index-body .i-why {
  background: url("../images/why-back.jpg") no-repeat center;
  background-size: cover;
  padding: 180px 0px 95px;
}
#index-body .i-why .tit {
  background: url("../images/why-tit-back.png") no-repeat center bottom;
  padding-bottom: 30px;
  margin-bottom: 90px;
}
#index-body .i-why .tit h3 {
  font-size: 60px;
  text-transform: uppercase;
  font-family: '109-cai978';
  color: #fff;
}
#index-body .i-why .tit h3 span {
  font-size: 40px;
}
#index-body .i-why .why-boxs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 75px;
}
#index-body .i-why .why-boxs .why-box {
  width: 270px;
}
#index-body .i-why .why-boxs .why-box h3 {
  font-size: 20px;
  font-family: 'Arial';
  margin-bottom: 5px;
  color: #fff;
}
#index-body .i-why .why-boxs .why-box h3 span {
  font-size: 20px;
}
#index-body .i-why .why-boxs .why-box p {
  font-size: 16px;
  color: #acbcd8;
  font-family: 'Arial';
}
#index-body .i-news {
  padding: 180px 0px 100px;
  background: url("../images/back2.jpg") no-repeat center;
  background-size: cover;
}
#index-body .i-news .news-swiper{
  height: 490px;
}
#index-body .i-news .news-swiper .swiper-slide{
  width: auto;
}
#index-body .i-news .tit {
  background: url("../images/pro-tit-back.png") no-repeat center bottom;
  padding-bottom: 15px;
  margin-bottom: 55px;
}
#index-body .i-news .tit h3 {
  font-size: 60px;
  text-transform: uppercase;
  font-family: '109-cai978';
}
#index-body .i-news .tit h3 .s-color {
  font-size: 60px;
  color: #0062c6;
}
#index-body .i-news .news-boxs {
 
  position: relative;
 
}
#index-body .i-news .news-boxs .swiper-yuan{
  position: absolute;
  top: 210px;
  left: 30%;

  transform:rotate(90deg);
-ms-transform:rotate(90deg);   /* IE 9 */
-moz-transform:rotate(90deg);  /* Firefox */
-webkit-transform:rotate(90deg); /* Safari 和 Chrome */
-o-transform:rotate(90deg);  
}
#index-body .i-news .news-boxs .swiper-yuan span{
  width: 150px;
  border-radius: 0px;
  height: 2px;
}

#index-body .i-news .news-box {
  width: 455px;
  margin-bottom: 80px;
}
#index-body .i-news .news-box .date {
  font-family: 'adobeheitistd-regular';
  margin-bottom: 5px;
  display: inline-block;
}
#index-body .i-news .news-box h3 {
  margin-bottom: 25px;
  font-family: 'adobeheitistd-regular';
}
#index-body .i-news .news-box h3 a {
  font-size: 24px;
}
#index-body .i-news .news-box h3 a:hover {
  color: #2273d2;
}
#index-body .i-news .news-box .more {
  font-family: '109-cai978';
  font-size: 18px;
  text-transform: uppercase;
}
#index-body .i-news .news-box .more img {
  margin-top: 7px;
  margin-left: 8px;
  transition: 0.8s ease;
  -webkit-transition: 0.8s ease;
  -moz-transition: 0.8s ease;
  -ms-transition: 0.8s ease;
  -o-transition: 0.8s ease;
}
#index-body .i-news .news-box .more:hover {
  color: #2273d2;
}
#index-body .i-news .news-box .more:hover img {
  transform: translate(0, 0) rotate(0deg) scale(1, 1) skew(0deg, 0deg) rotateX(360deg) rotateY(0deg);
  -webkit-transform: translate(0, 0) rotate(0deg) scale(1, 1) skew(0deg, 0deg) rotateX(360deg) rotateY(0deg);
  -moz-transform: translate(0, 0) rotate(0deg) scale(1, 1) skew(0deg, 0deg) rotateX(360deg) rotateY(0deg);
  -ms-transform: translate(0, 0) rotate(0deg) scale(1, 1) skew(0deg, 0deg) rotateX(360deg) rotateY(0deg);
  -o-transform: translate(0, 0) rotate(0deg) scale(1, 1) skew(0deg, 0deg) rotateX(360deg) rotateY(0deg);
}
#index-body .i-news .news-box:nth-child(1n) {
  float: left;
}
#index-body .i-news .news-box:nth-child(2n) {
  float: right;
}
#index-body .i-contact {
  background: url("../images/back1.png") no-repeat center;
  background-size: cover;
}
#index-body .i-contact .con-text {
  color: #fff;
  padding: 150px 0px 70px;
}
#index-body .i-contact .con-text h4 {
  font-size: 30px;
  margin-bottom: 5px;
  font-family: 'candarab-bold';
}
#index-body .i-contact .con-text h4 span {
  font-size: 30px;
}
#index-body .i-contact .con-text p {
  font-size: 30px;
  font-family: 'candara-regular';
  margin-bottom: 55px;
}
#index-body .i-contact .con-text p span {
  font-family: 'candara-regular';
  font-size: 30px;
  border-bottom: solid 1px #fff;
}
#index-body .i-contact .con-text .more {
  display: inline-block;
  width: 200px;
  line-height: 65px;
  font-size: 24px;
  text-align: center;
  background-color: #fff;
  color: #929292;
}
#footer .foo-top {
  padding: 70px 10% 40px;
  background-color: #f0efec;
  text-align: left;
}
#footer .foo-top .top-boxs .link-box {
  display: inline-block;
  vertical-align: top;
  color: #000;
}
#footer .foo-top .top-boxs .link-box h3 {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: 'candarab-bold';
}
#footer .foo-top .top-boxs .link-box a {
  display: block;
  color: #60605e;
  margin-bottom: 8px;
  font-size: 16px;
  font-family: 'adobeheitistd-regular';
}
#footer .foo-top .top-boxs .link-box a:hover {
  color: #2273d2;
}
#footer .foo-top .top-boxs .link-box p {
  font-size: 18px;
  color: #60605e;
  margin-bottom: 10px;
}
#footer .foo-top .top-boxs .link-box p i {
  vertical-align: top;
  margin-right: 5px;
  font-size: 16px;
  margin-top: 5px;
}
#footer .foo-top .top-boxs .link-box p i.fa-mobile {
  font-size: 26px;
}
#footer .foo-top .top-boxs .link-box p i.fa-phone {
  font-size: 18px;
}
#footer .foo-top .top-boxs .link-box p span {
  display: inline-block;
  width: 85%;
  font-family: 'adobeheitistd-regular';
  font-size: 16px;
}
#footer .foo-top .top-boxs .link-box2 {
  width: 22%;
}
#footer .foo-top .top-boxs .link-box3 {
  width: 20%;
}
#footer .foo-top .top-boxs .link-box4 {
  width: 30%;
}
#footer .foo-top .top-boxs .link-box5 {
  width: 25%;
  padding-left: 2%;
}
#footer .foo-top .top-boxs .link-box5 .logo-box {
  border-radius: 10px;
  overflow: hidden;
  display: inline-block;
  margin-bottom: 20px;
}
#footer .foo-bottom {
  background-color: #262626;
  padding: 0px 18% 0px 10%;
}
#footer .foo-bottom a {
  line-height: 55px;
  margin: 0px 5px;
  font-size: 16px;
  color: #666666;
}
#footer .foo-bottom a:hover {
  color: #fff;
}
#footer .foo-bottom .youtu-box a {
  display: inline-block;
  margin-right: 15px;
}
#footer .foo-bottom .youtu-box a i {
  font-size: 18px;
}


.inner-banner {
  height: 348px;
  background: url("../images/inner-banner.jpg") no-repeat center;
  background-size: cover;
}
.bread-crumbs {
  font-size: 14px;
  margin-top: 7px;
}
.bread-crumbs,
.bread-crumbs a,
.bread-crumbs span {
  color: #ffffff;
}
.bread-crumbs a:hover {
  color: #fff;
}
.inner-page {
  font-family: roboto-light;
}
.inner-page .sideBar {
  padding: 25px 11% 22px;
  background: #000;
}
.inner-page .sideBar .side-menu {
  position: relative;
  margin-top: 5px;
}
.inner-page .sideBar .side-menu .nowCat {
  background: #0062c6 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 #0062c6;
}
.inner-page .sideBar .side-menu .cat-list {
  display: none;
  z-index: 111;
  position: absolute;
  width: 100%;
  padding: 2px 0;
  background: #0062c6;
  left: 0;
  top: 100%;
}
.inner-page .sideBar .side-menu .cat-list li {
  position: relative;
}
.inner-page .sideBar .side-menu .cat-list li .children{
  width: 228px;
  position: absolute;
  top: 0px;
  left: -227px;
  display: none;
  background-color: #0062c6;
}
.inner-page .sideBar .side-menu .cat-list li:hover .children{
  display: inline-block;
}

.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: #ffffff;
}
.inner-page .inner-main-tit .nowTit {
  font-size: 34px;
}
.about-page .a-tit {
  font-size: 29px;
  color: #000;
  font-family: roboto-light;
  text-transform: uppercase;
}
.about-page .a-txt p {
  color: #000000;
  font-size: 16px;
  line-height: 1.8em;
  margin-bottom: 27px;
}
.about-page .inner-main-box {
  padding: 90px 11% 51px;
  background: #fbfbfb;
}
.about-page .inner-main-box img{
  margin: 0 auto;
}

.about-page .inner-main-box .a-tit {
  margin: 47px 0 24px;
}
.about-page .a-factory .swiper-slide img {
  width: 100%;
}
.about-page .a-factory .swiper-slide a {
	display:block;
}
.about-page .a-factory .swiper-slide a:after {
	content:'';
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background:rgba(0,0,0,.3);
	transition:.5s;
}
.about-page .a-factory .swiper-slide a:hover:after {
	background:rgba(0,0,0,0);
}
.about-page .a-whyUs {
  padding: 111px 11% 100px;
  background: #fbfbfb;
}
.about-page .a-whyUs .a-txt {
  margin: 60px 0 73px;
}
.about-page .a-whyUs .why-list {
  padding: 0!important;
}
.product-page .i-product {
  padding: 60px 0 0px;
}
.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, #0062c6, #0062c6);
  /* Firefox */
  background-image: -webkit-linear-gradient(top, #0062c6, #0062c6);
  /* 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: 30px;
  text-transform: capitalize;
  text-align: center;
}
.prodet-page .prodet-pics {
  padding: 59px 0 82px;
}
.prodet-page .prodet-pics .pro-bPic {
  width: 47.3%!important;
}
.prodet-page .prodet-pics .pro-bPic img {
  margin: 0 auto;
  width: 100%;
  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);
  background-color: #0062c6;
  border-radius: 10px;
}
.prodet-page .prodet-pics .pro-det-one {
  padding-left: 10%!important;
  width: 52.7%!important;
}
.prodet-page .prodet-pics .pro-det-one .proName {
  color: #121212;
  font-size: 30px;
  font-family: roboto-light;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.prodet-page .prodet-pics .pro-det-one .prodetail{
  margin-bottom: 20px;
}
.prodet-page .prodet-pics .pro-det-one .prodetail p{
  font-size: 16px;
  line-height: 1.8em;

}
.inner-main-box{
  padding: 20px 11%;
}
.prodet-page .inner-main-box{
  padding: 50px 0px;
}
.contact-page .inner-main-box{
  padding: 0px;
}
.prodet-page .inner-main-box{
  padding: 0px;
}

#pic-zoom{
  margin-bottom: 20px;
}
.image-gallery li{
  width: 20%;
}

.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: #0062c6;
  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: 122px 0 146px;
  background: #efefef;
}
.prodet-page .prodet-det-two table td{
  padding: 5px 0px;
}

.prodet-page .recommand-product {
  padding: 31px 0 133px;
}
.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 #0062c6;
}
.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 #0062c6;
}
.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: #0062c6 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;
}

.lg-page .lg-menu{

}
.lg-page .lg-menu li{
  display: inline-block;
  padding: 10px 20px 10px 20px;
  border: solid 1px #dedede;
  margin: 0px 10px;
}
.lg-page .lg-menu li a{
  font-size: 18px;
  
}
.lg-page .lg-menu li a:hover{
  color: #0062c6;
}

.product-page .piclist .portfolio-container li {
  width: 24%;
  float: left;
  border: solid 1px #dedede;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 1%;
  margin-bottom: 3%;
}
.work-post-gal {
    position: relative;
}
.work-post-gal img {
    width: 100%;
    -webkit-backface-visibility: hidden;
    background-color: #0062c6;
}
.work-post-content {
    background: #fff;
    padding: 20px;
}
.work-post-content span {
    display: inline-block;
    color: #4984aa;
    font-style: italic;
    font-size: 12px;
}
.hover-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.46);
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
}
.hover-box a {
    width: 50px;
    height: 50px;
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transform: scale(0.1);
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -o-transform: scale(0.1);
    -webkit-backface-visibility: hidden;
    border: solid 1px #dedede;
}
.work-post:hover .hover-box {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-backface-visibility: hidden;
}
.work-post:hover .hover-box a {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-backface-visibility: hidden;
}
.hover-box a:after {
    position: absolute;
    content: '';
    width: 50px;
    height: 50px;
    background: url('../images/zoom-after.png') center center no-repeat;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}
.hover-box a:hover:after {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    opacity: 0;
}
.hover-box a.zoom {
    right: 50%;
    margin-right: 5px;
    background: url('../images/zoom.png') center center no-repeat;
}
.hover-box a.page {
    left: 50%;
    margin-left: 5px;
    background: url('../images/page.png') center center no-repeat;
}
.item .work-post .work-post-content,
.portfolio-container .work-post .work-post-content,
.latest-projects .work-post .work-post-content {
    background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.08), rgba(255,255,255,.08));
    background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.08), rgba(255,255,255,.08));
    background-image: -o-linear-gradient(bottom, rgba(0,0,0,.08), rgba(255,255,255,.08));
    background-color: #F5F5F5;
}

.lg-page .inner-main-box .i-product .pro-list .imgL{
  position: relative;
  overflow: hidden;
  display: inline-block;

}
a.imgL i.mask {
  position:absolute;
  top:-100%;
  left:0;
  width:100%;
  height:100%;
  background:#0066cc96 url('../images/logo-2.png') no-repeat center center;
  z-index:1;
  opacity:.3;
}
a.imgL:hover i.mask {
  opacity:1;
}
.lg-page .i-product{
  padding-top: 0px;
}
.lg-page .pro-list{
 margin-top: 0px !important;
}

.news-page .new-list {
  padding-top: 78px!important;
}
.news-page .new-list li {
  padding-bottom: 52px;
  margin-bottom: 65px;
  border-bottom: 2px solid #777777;
}
.news-page .new-list li:last-child {
  margin-bottom: 0;
}
.news-page .new-list li .new-con .tit a {
  height: 48px;
  overflow: hidden;
  display: block;
  color: #777777;
  font-size: 21px;
  line-height: 24px;
  font-family: roboto-bold;
}
.news-page .new-list li .new-con .tit a:hover {
  color: #0062c6;
}
.news-page .new-list li .new-con .abst {
  color: #777777;
  font-size: 16px;
  line-height: 27px;
  margin: 35px 0 45px;
}
.news-page .new-list li .new-con .abst a {
  color: #0062c6;
}
.news-page .new-list li .new-con .date span {
  color: #777777;
}
.news-page .new-list li .new-con .date span:last-child {
  margin-left: 20px;
  text-transform: capitalize;
}
.news-page .new-list li:last-child {
  margin-bottom: 50px;
}
.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;
}
.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;
}
.newdet-page .news .news_abst p {
  display: inline-block;
}
.newdet-page .news .news_contents {
  color: #555;
  line-height: 24px;
  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: 24px;
}
.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: 14px;
  line-height: 24px;
  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;
}
.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;
}
.contact-page {
  padding-top: 0;
}
.contact-page .c-list-box {
  padding: 70px 0 93px;
  background: #f2f2f2;
}
.contact-page .c-list-box .contactList {
  position: relative;
}
.contact-page .c-list-box .contactList .c-name {
  color: #292929;
  font-size: 39px;
  font-family: roboto-black;
  margin-bottom: 34px;
}
.contact-page .c-list-box .contactList .info {
  line-height: 34px;
  margin-top: 24px;
  font-size: 18px;
  color: #292929;
}
.contact-page .c-list-box .contactList .info .add {
  display: block;
}
.contact-page .c-list-box .contactList .info .fa {
  color: #000;
  margin-right: 29px!important;
  font-size: 18px;
}
.contact-page .c-list-box .contactList .qr-box {
  position: absolute;
  right: 0;
  top: 70px;
  width: 158px;
  padding: 8px;
  background: #fff;
}
.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: #343434;
  font-size: 18px;
  cursor: pointer;
  color: #9e9e9e;
  margin-bottom: 12px;
  transition: 0.5s ease;
}
.faq-page .faq-list dt:hover,
.faq-page .faq-list dt.active {
  background: #0062c6;
  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;
}
@media screen and (max-width: 768px) {
  .inner-page .sideBar .side-menu {
    float: left;
    margin-top: 10px;
  }
  .inner-banner {
    height: 150px;
  }
  .prodet-page .prodet-pics .grid.two.column .pro-bPic,
  .prodet-page .prodet-pics .grid.two.column .pro-det-one,
  .prodetFeedback .ptForm .fbTop li {
    width: 100%!important;
    padding-left: 0!important;
  }
  .contact-page .c-list-box .contactList .qr-box {
    display: none;
  }
  .prodetFeedback .ptForm .fbTop li {
    margin-bottom: 30px;
  }
  .prodet-page .prodet-pics .grid.two.column .pro-det-one .proName {
    font-size: 19px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 1100px) {
  .header-box {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  #banner,
  .inner-banner {
    margin-top: 78px;
  }
  #banner .ws-title {
    display: none!important;
  }
  .header-box {
    display: block;
  }
  #header {
    display: none;
  }
  .header-box {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    transition: 0.5s;
    background: #000;
  }
  .header-box.scoll,
  .header-box.hnner,
  .header-box:hover {
    background: #000;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  }
  .header-box.scoll .nav li a,
  .header-box.hnner .nav li a,
  .header-box:hover .nav li a {
    color: #666666;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .header-box.scoll .nav li a:before,
  .header-box.hnner .nav li a:before,
  .header-box:hover .nav li a:before {
    background: #0078d7;
  }
  .header-box.scoll .nav li:hover a,
  .header-box.scoll .nav li.current a,
  .header-box.hnner .nav li:hover a,
  .header-box.hnner .nav li.current a,
  .header-box:hover .nav li:hover a {
    color: #0078d7;
  }
  .header {
    padding: 16px 62px 16px 70px;
    position: relative;
    z-index: 10;
    border-bottom: 1px solid #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .logo {
    float: left;
    position: relative;
    overflow: auto;
    width: 225px;
    line-height: 1;
  }
  .header-right {
    float: right;
    margin-top: 24px;
  }
  .nav {
    float: left;
  }
  .nav li {
    float: left;
    padding-right: 115px;
    line-height: 1;
  }
  .nav li:last-child {
    padding-right: 0;
  }
  .nav li a {
    display: block;
    line-height: 1;
    font-size: 16px;
    opacity: 0.6;
    filter: alpha(opacity=60);
    color: #ffffff;
    padding-bottom: 35px;
    position: relative;
  }
  .nav li a:before {
    content: "";
    width: 100%;
    height: 4px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: -1px;
    transform-origin: 100%;
    -webkit-transform-origin: 100%;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    visibility: hidden\9;
  }
  .nav li:hover a,
  .nav li.current a {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .nav li:hover a:before,
  .nav li.current a:before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform-origin: 0;
    -webkit-transform-origin: 0;
    visibility: visible\9;
  }
  .menubox {
    width: 100%;
    position: absolute;
    left: 0;
    top: 91px;
    background: #0078d7;
    filter: alpha(opacity=80);
    background: rgba(0, 120, 215, 0.8);
  }
  .menuwr h2 {
    float: left;
    color: #ffffff;
    font-size: 50px;
    font-weight: normal;
    text-transform: uppercase;
    margin-right: 54px;
    line-height: 1;
    margin-top: 12px;
  }
  .menulist {
    float: left;
    padding-left: 45px;
    border-left: 1px solid #fff;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    min-height: 110px;
    margin-top: 12px;
  }
  .meun-down {
    display: none;
  }
  .menuwr {
    padding: 28px 0 32px;
  }
  .menulist li {
    margin-bottom: 16px;
  }
  .menulist li a {
    display: block;
    line-height: 1;
    color: #ffffff;
    font-size: 14px;
  }
  .menulist li a:hover,
  .menulist li a.active {
    color: #ff9e00;
  }
  .menuimg {
    float: right;
    width: 250px;
    line-height: 1;
    overflow: hidden;
  }
  .menuimg img {
    display: block;
    width: 100%;
    height: auto;
    line-height: 1;
  }
  .menubtn {
    width: 27px;
    float: right;
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    display: block;
  }
  .menubtn span {
    display: block;
    width: 27px;
    height: 3px;
    background: #fff;
    position: relative;
    vertical-align: middle;
    -webkit-transition-duration: .3s, .3s;
    -moz-transition-duration: .3s, .3s;
    -ms-transition-duration: .3s, .3s;
    -o-transition-duration: .3s, .3s;
    transition-duration: .3s, .3s;
    -webkit-transition-delay: .3s, 0s;
    -moz-transition-delay: .3s, 0s;
    -ms-transition-delay: .3s, 0s;
    -o-transition-delay: .3s, 0s;
    transition-delay: .3s, 0s;
  }
  .menubtn span:after,
  .menubtn span:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 3px;
    left: 0;
    background-color: #fff;
    -webkit-transition-duration: .3s, .3s;
    -moz-transition-duration: .3s, .3s;
    -ms-transition-duration: .3s, .3s;
    -o-transition-duration: .3s, .3s;
    transition-duration: .3s, .3s;
    -webkit-transition-delay: .3s, 0s;
    -moz-transition-delay: .3s, 0s;
    -ms-transition-delay: .3s, 0s;
    -o-transition-delay: .3s, 0s;
    transition-delay: 0.3s, 0s;
  }
  .menubtn span:before {
    top: -7px;
    -webkit-transition-property: top, transform;
    -moz-transition-property: top, transform;
    -ms-transition-property: top, transform;
    -o-transition-property: top, transform;
    transition-property: top, transform;
  }
  .menubtn span:after {
    bottom: -7px;
    -webkit-transition-property: bottom, transform;
    -moz-transition-property: bottom, transform;
    -ms-transition-property: bottom, transform;
    -o-transition-property: bottom, transform;
    transition-property: bottom, transform;
  }
  .menubtn.active span {
    background-color: transparent;
    -webkit-transition-delay: 0s, 0s;
    -moz-transition-delay: 0s, 0s;
    -ms-transition-delay: 0s, 0s;
    -o-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s;
  }
  .menubtn.active span:after,
  .menubtn.active span:before {
    -webkit-transition-delay: 0s, .3s;
    -moz-transition-delay: 0s, .3s;
    -ms-transition-delay: 0s, .3s;
    -o-transition-delay: 0s, .3s;
    transition-delay: 0s, 0.3s;
  }
  .menubtn.active span:before {
    top: 0px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .menubtn.active span:after {
    bottom: 0px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .phei {
    display: none;
    height: 0;
  }
  .navigate {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #f8f8f8;
    box-sizing: border-box;
    left: 0;
    top: 0;
    padding: 80px 0;
    overflow-y: auto;
    display: none;
  }
  .navigateli {
    width: 100%;
  }
  .navigateli > li {
    border-bottom: 1px solid #dfdfdf;
  }
  .navigateli > li.on > a {
    background: #0078d7;
    color: #fff;
  }
  .navigateli > li > a {
    display: block;
    text-align: center;
    color: #656565;
    font-size: 18px;
    height: 56px;
    line-height: 56px;
  }
  .menudowns {
    padding: 10px 0 14px;
    border-top: 1px solid #dfdfdf;
    display: none;
  }
  .menudowns li {
    margin-bottom: 10px;
    text-align: center;
  }
  .menudowns li:last-child {
    margin-bottom: 0;
  }
  .menudowns li a {
    display: inline-block;
    color: #999999;
    font-size: 16px;
  }
}

/*.i-product {
  padding: 132px 0 166px;
}*/
.i-product .i-tit {
  color: #1b1b1b;
  font-family: roboto-light;
}
.i-product .pro-list {
  margin-top: 69px;flex-wrap: wrap;
}
.i-product .pro-list > .column {
  margin-bottom: 19px;
  padding: 15px;
}
.i-product .pro-list > .column img{ margin:0 auto; display: block; }
.i-product .pro-list .con-box {
  position: relative;
  z-index: 10;
  padding: 0 10px;
  margin-top: -5px;
      background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.08), rgba(255,255,255,.08));
    background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.08), rgba(255,255,255,.08));
    background-image: -o-linear-gradient(bottom, rgba(0,0,0,.08), rgba(255,255,255,.08));
    background-color: #F5F5F5;
}
.i-product .pro-list .con-box a:hover {
  color: #0062c6!important;
}
.i-product .pro-list .con-box .inner-box {
  padding: 10px;
  font-family: roboto-light;
}
.i-product .pro-list .con-box .inner-box .tit a {
  font-family: roboto-light;
  display: block;
  color: #1b1b1b;
  font-size: 16px;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.i-product .pro-list .con-box .inner-box .abst {
  margin: 12px 0 18px;
  color: #9e9c9f;
  font-size: 16px;
  line-height: 28px;
}
.i-product .pro-list .con-box .inner-box .more {
  color: #1b1b1b;
  font-size: 16px;
}
.i-product .pro-list .con-box .inner-box .more .icon {
  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: #0062c6;
  border-color: #0062c6;
}
.i-whyUs .why-list > .column:hover .tit {
  color: #0062c6;
}
.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: #0062c6;
  border-color: #0062c6;
}
.i-whyUs .why-list > .column:hover .tit {
  color: #0062c6;
}

/*.wpulike.wpulike-default{
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default{
  display: block;
} 
.post-views-box{
  position: relative;
  margin: -116px 0 0 200px;
}
.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;
}
.wp_ulike_general_class a{
  margin-right: 20px;
}
.wp_ulike_general_class i{
  font-size: 20px;
  color: #4c4c4c;
}*/

.wpulike.wpulike-default{
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default{
  display: block;
} 
.post-views-box{
  position: relative;
  margin: -70px 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;
}
