@font-face {
  font-family: 'roboto-bold';
  src: url(../fonts/roboto-bold.ttf) format('truetype'), url(../fonts/roboto-bold.eot) format('eot'), url(../fonts/roboto-bold.woff) format('woff'), url(../fonts/roboto-bold.woff2) format('woff2');
}
@font-face {
  font-family: 'roboto-medium';
  src: url(../fonts/roboto-medium.ttf) format('truetype'), url(../fonts/poppins-medium.eot) format('eot'), url(../fonts/poppins-medium.woff) format('woff'), url(../fonts/poppins-medium.woff2) format('woff2');
}
@font-face {
  font-family: 'roboto-regular';
  src: url(../fonts/roboto-regular.ttf) format('truetype'), url(../fonts/poppins-regular.eot) format('eot'), url(../fonts/poppins-regular.woff) format('woff'), url(../fonts/poppins-regular.woff2) format('woff2');
}
@font-face {
  font-family: 'roboto-light';
  src: url(../fonts/roboto-light.ttf) format('truetype'), url(../fonts/poppins-light.eot) format('eot'), url(../fonts/poppins-light.woff) format('woff'), url(../fonts/poppins-light.woff2) format('woff2');
}
@font-face {
  font-family: 'questrial-regular';
  src: url(../fonts/questrial-regular.ttf) format('truetype'), url(../fonts/questrial-regular.eot) format('eot'), url(../fonts/questrial-regular.woff) format('woff'), url(../fonts/questrial-regular.woff2) format('woff2');
}
@font-face {
  font-family: 'oswald-bold';
  src: url(../fonts/oswald-bold.ttf) format('truetype'), url(../fonts/oswald-bold.eot) format('eot'), url(../fonts/oswald-bold.woff) format('woff'), url(../fonts/oswald-bold.woff2) format('woff2');
}

.bread-crumbs,.bread-crumbs a,
.bread-crumbs span {
  font-size: 14px;
  color: #fff;
}
.bread-crumbs a:hover {
  color: #f08519;
}
.container {
  width: 1230px;
}
.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;
}
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 {
  background: rgba(50, 51, 64, 0.51);
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}
#header .nav {
  margin: 22px 0;
}
#header .nav .logo {
  margin-left: 22px;
}
#header .nav .menu-center {
  margin: 0 10px;
}
#header .nav .menu-center .language {
  position: relative;
  height: 76px;
  line-height: 76px;
}
#header .nav .menu-center .language span {
  height: 76px;
  display: block;
  cursor: pointer;
  background: url("../images/world.png") no-repeat left center;
  color: #ffffff;
}
#header .nav .menu-center .language .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 140px;
  background: #f08519;
  text-align: left;
  z-index: 101;
}
#header .nav .menu-center .language .sub-menu li {
  line-height: normal;
}
#header .nav .menu-center .language .sub-menu li a {
  font-size: 15px;
  color: #fff;
  display: block;
  padding: 10px 18px;
}
#header .nav .menu-center .language .sub-menu li:hover {
  background: #222;
}
#header .nav .menu-center .h-search {
  cursor: pointer;
  margin: 0 20px;
  line-height: 76px;
}
#header .nav .menu-center .h-search .fa {
  color: #ffffff;
  font-size: 18px;
}
#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;
  line-height: 76px;
  height: 76px;
  position: relative;
  display: block;
}
#header .nav .menu-box .menu > li {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  margin: 0 15px;
  vertical-align: top;
}
#header .nav .menu-box .menu > li > a {
  font-size: 16px;
  color: #ffffff;
  display: block;
  position: relative;
  font-family: questrial-regular;
}
#header .nav .menu-box .menu > li > a:after {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: #f08519;
}
#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: #f08519;
}
#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: #f08519;
  text-align: left;
  z-index: 101;
  display: none;
}
#header .nav .menu-box .menu > li .sub-menu li {
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  line-height: normal;
}
#header .nav .menu-box .menu > li .sub-menu li a {
  font-size: 15px;
  color: #fff;
  display: block;
  padding: 10px 18px;
}
#header .nav .menu-box .menu > li .sub-menu li:hover {
  background: #222;
}
#header .nav .menu-box.active {
  display: none !important;
}
#banner {
  position: relative;
}
#banner .mouse {
  position: absolute;
  width: 100%;
  height: 48px;
  left: 0;
  bottom: 15%;
  z-index: 999;
}
#banner .mouse .mouses {
  width: 127px;
  margin: 0 auto;
  transition: 0.5s ease;
  cursor: pointer;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  animation: mymove 1.5s infinite;
  -webkit-animation: mymove 1.5s infinite;
}
#banner .mouse .mouses img {
  display: block;
  margin: 0 auto;
}
#banner .mouse .mouses p {
  color: #9e9dac;
  line-height: 48px;
  text-transform: uppercase;
  text-align: center;
}
#banner .mouse .mouses:hover {
  animation-play-state: paused;
  -o-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -webkit-animation-play-state: paused;
}
#banner .mouse .mouses:hover {
  transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
}
@keyframes mymove {
  from {
    bottom: 60px;
  }
  to {
    bottom: 70px;
  }
}
@-webkit-keyframes mymove {
  /*Safari and Chrome*/
  from {
    bottom: 60px;
  }
  to {
    bottom: 70px;
  }
}
#index-body h2.h2 {
  font-family: roboto-light;
  font-size: 44px;
  text-align: center;
}
#index-body h2.h2 span {
  font-size: 44px;
}
#index-body p.line {
  width: 81px;
  height: 3px;
  background: url("../images/line.png") no-repeat;
  margin: 10px auto;
}
#index-body p.p {
  line-height: 25px;
  padding: 0 9%;
  text-align: center;
}
#index-body .i-about {
  padding: 100px 0 90px;
}
#index-body .i-about .grid-box {
  margin-top: 40px;
}
#index-body .i-about .grid-box .column {
  width: 23%;
  margin-right: 1.3%;
  background: #eeeeee url("../images/i1.png") no-repeat 92% 15%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: 1.2s ease;
  -webkit-transition: 1.2s ease;
  -moz-transition: 1.2s ease;
  -ms-transition: 1.2s ease;
  -o-transition: 1.2s ease;
  cursor: pointer;
  padding: 2%;
}
#index-body .i-about .grid-box .column:nth-child(4n) {
  margin-right: 0;
}
#index-body .i-about .grid-box .column p {
  font-size: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
#index-body .i-about .grid-box .column h2 {
  font-size: 36px;
}
#index-body .i-about .grid-box .column h2 i{ font-size: 36px; }
#index-body .i-about .grid-box .column:hover {
  transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  background: #2f318b url("../images/i1-h.png") no-repeat 92% 15%;
  -webkit-transform: rotatey(360deg);
  -moz-transform: rotatey(360deg);
}
#index-body .i-about .grid-box .column:hover p {
  color: #ffffff;
}
#index-body .i-about .grid-box .column:hover h2 {
  color: #ffffff;
}
#index-body .i-about .grid-box .i-2 {
  background: #eeeeee url("../images/i2.png") no-repeat 92% 15%;
}
#index-body .i-about .grid-box .i-2:hover {
  background: #2f318b url("../images/i2-h.png") no-repeat 92% 15%;
}
#index-body .i-about .grid-box .i-3 {
  background: #eeeeee url("../images/i3.png") no-repeat 94% 15%;
}
#index-body .i-about .grid-box .i-3:hover {
  background: #2f318b url("../images/i3-h.png") no-repeat 94% 15%;
}
#index-body .i-about .grid-box .i-4 {
  background: #eeeeee url("../images/i4.png") no-repeat 96% 15%;
}
#index-body .i-about .grid-box .i-4:hover {
  background: #2f318b url("../images/i4-h.png") no-repeat 96% 15%;
}
#index-body .i-strange h2 {
  text-align: left;
}
#index-body .i-strange p.line {
  margin: 10px 0;
}
#index-body .i-strange p {
  text-align: left;
  padding: 0;
}
#index-body .i-strange .i-video {
  width: 34%;
  position: relative;
}
#index-body .i-strange .i-video .play {
  position: absolute;
  left: 40%;
  top: 35%;
}
.nivo-controlNav{
    bottom: 60px;
    position: absolute;
    left: 10%;
    width: 80%;
}
#index-body .i-strange .i-round {padding: 2%;
  background: #f6f6f6;
  width: 66%;
}
#index-body .i-strange .i-round .new-list {
  margin-top: 20px;
}
#index-body .i-product {
  padding: 54px 0 108px;
}
#index-body .i-product .list {
  margin: 30px 0 30px;
  text-align: center;
}
#index-body .i-product .list ul {
  display: inline-block;
  height: 45px;
  overflow: hidden;
}
#index-body .i-product .list ul li {
  float: left;
  margin-right: 35px;
  display: inline;
  margin-bottom: 11px;
}
#index-body .i-product .list ul li a {
  display: block;
  padding: 0 40px;
  height: 45px;
  line-height: 45px;
  border: 1px solid #e5e5e5;
  font-size: 14px;
  text-align: center;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  font-family: roboto-medium;
}
#index-body .i-product .list ul li a:hover {
  background: #2f318b;
  color: #ffffff;
}
#index-body .i-product .list ul li:last-child {
  margin-right: 0;
}
#index-body .i-product .i-pro-slider .swiper-slide .img-box {
  position: relative;
      border: 1px solid #e5e5e5;
}
#index-body .i-product .i-pro-slider .swiper-slide .img-box .text {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(47, 49, 139, 0.8);
  left: 0;
  top: 0;
  padding-top: 38%;
  opacity: 0;
  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-product .i-pro-slider .swiper-slide .img-box .text h4 {
  font-size: 18px;
  font-family: roboto-medium;
  color: #f08519;
  text-align: center;
}
#index-body .i-product .i-pro-slider .swiper-slide .img-box .text p {
  text-align: center;
}
#index-body .i-product .i-pro-slider .swiper-slide .img-box .text p i {
  font-size: 16px;
  color: #ffffff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 1px solid #ffffff;
  line-height: 35px;
  width: 35px;
  height: 35px;
}
#index-body .i-product .i-pro-slider .swiper-slide .img-box .text p i :nth-child(1) {
  margin-right: 20px;
}
#index-body .i-product .i-pro-slider .swiper-slide .img-box:hover .text {
  opacity: 1;
  filter: alpha(opacity=100);
}
#index-body .i-why .grid-box .column {
  background: url("../images/why.jpg") no-repeat;
  background-size: cover;
}
#index-body .i-why .grid-box .column h2 {
  color: #ffffff;
  font-size: 44px;
  text-align: left;
}
#index-body .i-why .grid-box .column p.p {
  color: #ffffff;
  text-align: left;
  padding: 0;
}
#index-body .i-why .grid-box .column p.line {
  margin: 10px 0;
  background: url("../images/line-2.png") no-repeat;
}
#index-body .i-why .grid-box .column2 {
  padding: 2% 4%;
  padding-left: 18%;
}
#index-body .i-why .grid-box .column2 .grid-box .column {
  padding: 0;
  padding-right: 2%;
  background: none;
  margin-bottom: 15px;
}
#index-body .i-why .grid-box .column2 .grid-box .column h4 {
  color: #ffffff;
  margin: 10px 0;
  font-size: 18px;
  position: relative;
  padding-bottom: 5px;
  text-transform: uppercase;
}
#index-body .i-why .grid-box .column2 .grid-box .column h4:after {
  content: '';
  position: absolute;
  width: 55px;
  height: 1px;
  background: #faac03;
  left: 0;
  bottom: 0;
}
#index-body .i-why .grid-box .column2 .grid-box .column p {
  line-height: 25px;
  color: #cfd0e4;
}
#index-body .i-why .grid-box .column3 {
  padding: 0;
  background: none;
}
#index-body .i-why .grid-box .column3 .app-list {
  position: relative;
}
#index-body .i-why .grid-box .column3 .app-list .fa {
  position: absolute;
  width: 46px;
  height: 46px;
  left: 4%;
  bottom: 5%;
  color: rgba(0, 0, 0, 0);
  cursor: pointer;
  background: url("../images/left.png") no-repeat;
  z-index: 999;
}
#index-body .i-why .grid-box .column3 .app-list .right {
  background: url("../images/right.png") no-repeat;
  left: 11%;
}
#index-body .i-map {
  padding: 64px 0;
}
#index-body .i-map h2 {
  text-transform: uppercase;
}
#index-body .i-map .map {
  margin-top: 40px;
}
#index-body .i-map .map img {
  display: block;
  margin: 0 auto;
}
#index-body .i-news {
  padding: 50px 0 100px;
  background: #f1f1f1;
}
#index-body .i-news .i-news-slider {
  background: url("../images/news-bg_11.jpg") no-repeat left top;
  padding-top: 30px;
  padding-left: 30px;
  margin-top: 20px;
}
#index-body .i-news .i-news-slider .swiper-slide .img-box2 .img {
  width: 32%;
}
#index-body .i-news .i-news-slider .swiper-slide .img-box2 .news-text {
  width: 68%;
  background: #ffffff;
  padding: 4%;
}
#index-body .i-news .i-news-slider .swiper-slide .img-box2 .news-text time {
  display: block;
  font-style: italic;
  background: url("../images/time_11.jpg") no-repeat left center;
  padding-left: 20px;
}
#index-body .i-news .i-news-slider .swiper-slide .img-box2 .news-text h2 {
  border-bottom: 1px solid #eeeeee;
  margin: 20px 0;
  padding-bottom: 10px;
}
#index-body .i-news .i-news-slider .swiper-slide .img-box2 .news-text h2 a {
  font-size: 18px;
}
#index-body .i-news .i-news-slider .swiper-slide .img-box2 .news-text p {
  line-height: 25px;
}
#index-body .i-news .i-news-slider .swiper-slide .img-box2 .news-text a.more {
  display: block;
  width: 142px;
  height: 40px;
  margin-top: 25px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #000;
  border: 1px solid #999;
  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-news .i-news-slider .swiper-slide .img-box2 .news-text a.more:hover {
  border: 1px solid #f08519;
  color: #f08519;
}
#index-body .i-news .MyClass {
  bottom: -50px;
}
#index-body .i-news .MyClass .swiper-pagination-bullet {
  width: 50px !important;
  height: 5px !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
#index-body .i-news .MyClass .swiper-pagination-bullet-active {
  background: #e8811a;
  width: 50px;
}
#footer a:hover {
  color: #e88f36 !important;
}
#footer .footer-top {
  background: #252525;
  padding: 66px 0;
  position: relative;
}
#footer .footer-top #bdt-header-animation {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#footer .footer-top .i-company {
  width: 33.3%;
  padding-right: 4%;
}
#footer .footer-top .i-company .add {
  margin-top: 20px;
}
#footer .footer-top .i-company .add p {
  line-height: 25px;
  color: #bebebe;
  padding-left: 30px;
  margin-bottom: 10px;
}
#footer .footer-top .i-company .add .address {
  background: url("../images/add_11.jpg") no-repeat left center;
}
#footer .footer-top .i-company .add .tel {
  background: url("../images/tel_15.jpg") no-repeat left center;
}
#footer .footer-top .i-company .add .phone {
  background: url("../images/fax_17.jpg") no-repeat left center;
}
#footer .footer-top .i-company .add .mail {
  background: url("../images/mail_20.jpg") no-repeat left center;
}
#footer .footer-top .i-link {
  width: 23.3%;
}
#footer .footer-top .i-link.i-pro-link ul li{
display: none;
}
#footer .footer-top .i-link.i-pro-link ul li:nth-child(1),
#footer .footer-top .i-link.i-pro-link ul li:nth-child(2),
#footer .footer-top .i-link.i-pro-link ul li:nth-child(3),
#footer .footer-top .i-link.i-pro-link ul li:nth-child(4),
#footer .footer-top .i-link.i-pro-link ul li:nth-child(5),
#footer .footer-top .i-link.i-pro-link ul li:nth-child(6),#footer .footer-top .i-link.i-pro-link ul li.others
{
display: block;
}
#footer .footer-top h2 {
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 20px;
  font-family: poppins-regular;
  text-transform: uppercase;
}
#footer .footer-top p {
  color: #bebebe;
  font-size: 14px;
}
#footer .footer-top ul li {
  line-height: 30px;
  background: url("../images/link_03.png") no-repeat left center;
  padding-left: 18px;
}
#footer .footer-top ul li a {
  color: #bebebe;
}
#footer .footer-top ul li a:hover {
  color: #7fbc31;
}
#footer .footer-top .i-qr {
  width: 20%;
}
#footer .footer-top .i-qr img {
  width: 150px;
}
#footer .footer-top .i-qr .icon {
  margin-top: 15px;
}
#footer .footer-top .i-qr .icon .fa {
  color: #3a3a3a;
  border: 1px solid #3a3a3a;
  font-size: 16px;
  margin-right: 10px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: #252525;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
#footer .footer-top .i-qr .icon .fa:hover {
  color: #ffffff;
  background: #e88f36;
}
#footer .footer-bottom {
  background: #1d1d1d;
}
#footer .footer-bottom p {
  color: #bebebe;
  font-size: 14px;
  height: 56px;
  line-height: 56px;
  text-align: center;
}
#footer .footer-bottom p a {
  color: #bebebe;
}
#footer .footer-bottom p a:hover {
  color: #e88f36!important;
}
#footer .footer-bottom p a.h {
  color: #f08519;
}
.inner-banner {
  position: relative;
  padding-top: 305px;
  height: 604px;
  background: url("../images/inner-banner.jpg") no-repeat center;
  background-size: cover;
  text-align: center;
}
.inner-banner .inner-tit {
  color: #fff;
  font-size: 4.8rem;
  text-transform: uppercase;
  font-family: roboto-light;
  padding-bottom: 25px;
  background: url("../images/inner-tit-bg.png") no-repeat center bottom;
}
.inner-banner .cat-box {
  position: absolute;
  bottom: -99px;
  left: 0;
  width: 100%;
  text-align: center;
  background: #111;
}
.pdt-banner .cat-box{
bottom: -198px;
}

.inner-banner .cat-box li {
  display: inline-block;
  font-family: roboto-light;
  text-transform: uppercase;
  font-size: 1.7rem;
  margin: 0 25px;
  position: relative;
}
.inner-banner .cat-box li .children{
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  z-index: 100;
  background: #000;
  display: none;
}
.inner-banner .cat-box li:hover .children{
  display: block;
}
.inner-banner .cat-box li .children li{
  display: block;
  margin: 0;
}
.inner-banner .cat-box li .children li a{
  height: 50px;
  line-height: 50px;
  font-size: 1.6rem;
}
.inner-banner .cat-box li a {
  color: #fff;
  display: block;
  padding: 0 34px;
  line-height: 99px;
  line-height: 99px;
  position: relative;
}
.inner-banner .cat-box li a:hover,
.inner-banner .cat-box li a.active {
  background: #006dff;
}
.inner-banner .cat-box li a:hover:after,
.inner-banner .cat-box li a.active:after {
  left: 0;
  width: 100%;
}
.pd-container {
  position: relative;
  padding: 0 6%;
}
.pd-container p,.pd-container h4{
  color: #ffffff;
}
.inner-page {
  background: #2a2a2a;
  margin-top: 99px!important;
}
.inner-page.faq-page,
.inner-page.contact-page,
.inner-page.technology-page{
  margin-top: 0!important;  
}
.about-page .a-con {
  padding: 100px 0 80px;
}
.about-page .a-con .a-t-tit {
  color: #fff;
  font-size: 4.2rem;
  text-transform: uppercase;
  font-family: roboto-bold;
}
.about-page .a-con .a-t-subTit {
  font-size: 2.1rem;
  font-family: roboto-light;
  color: #b8b8b8;
  margin-top: 10px;
}
.about-page .a-con .a-t-con {
  margin-top: 46px;
}
.about-page .a-con .a-t-con p {
  color: #ccc;
  font-size: 14px;
  line-height: 30px;
}
.about-page .a-con .a-pic {
  text-align: right;
}
.about-page .a-con .a-pic img {
  display: inline-block;
  margin-top: 50px;
}
.about-page .a-con .a-con-bot {
  margin-top: 148px;
}
.about-page .a-con .a-con-bot .a-pic {
  text-align: left;
}
.about-page .a-con .a-con-bot .a-pic img {
  margin-top: 0;
}
.about-page .a-partner-honour {
  padding: 142px 0 163px;
  background: #1c1c1c;
}
.about-page .a-partner-honour .the_tit {
  margin-bottom: 53px;
  padding-left: 1rem;
}
.about-page .a-partner-honour .the_tit em {
  padding-right: 16px;
  color: #757575;
  font-size: 60px;
  border-right: 3px solid #595959;
  display: inline-block;
  height: 45px;
  line-height: 45px;
}
.about-page .a-partner-honour .the_tit span {
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  margin-left: 23px;
  display: inline-block;
  vertical-align: text-bottom;
  padding-bottom: 10px;
}
.about-page .a-partner-honour .the_box {
  background: #252525;
  padding: 75px 44px 0;
  height: 600px;
  max-width: 768px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.about-page .a-advantage {
  padding: 133px 0 89px;
  background: #2a2a2a;
}
.about-page .a-advantage .tit {
  color: #fff;
  font-size: 3rem;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 94px;
}
.about-page .a-advantage .the_list .grid.two.column > .column {
  padding-right: 11px!important;
  padding-left: 11px!important;
  margin-bottom: 23px;
}
.about-page .a-advantage .the_list .grid.two.column > .column .inn-box {
  background: #1c1c1c;
  padding: 30px 12px 29px 28px;
  transition: 0.3s ease;
}
.about-page .a-advantage .the_list .grid.two.column > .column .inn-box .icon-box {
  padding-top: 11px;
}
.about-page .a-advantage .the_list .grid.two.column > .column .inn-box .con-box {
  width: 82%;
}
.about-page .a-advantage .the_list .grid.two.column > .column .inn-box .con-box h3 {
  color: #fff;
  font-size: 18px;
  font-family: roboto-bold;
}
.about-page .a-advantage .the_list .grid.two.column > .column .inn-box .con-box p {
  font-size: 16px;
  line-height: 24px;
  color: #727272;
  margin-top: 13px;
}
.about-page .a-advantage .the_list .grid.two.column > .column .inn-box:hover{
  background: #006dff;
}
.about-page .a-advantage .the_list .grid.two.column > .column .inn-box:hover .con-box p{
  color: #fff;
}
.product-page {
  padding: 90px 0 108px;
  /*background: url("../images/pro-bg.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;*/
  overflow: hidden;
  position: relative;
}
.product-page #space{
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  height: 1900px!important;
}
.product-page>.container{
  z-index: 10;
}
.product-page .pro-list .grid.three > .column .hwaq_img_btn_01 {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 55px 0 44px 0;
  transition: all 0.3s ease-out;
}
.product-page .pro-list .grid.three > .column .hwaq_img_btn_01 .ovrly,
.product-page .pro-list .grid.three > .column .hwaq_img_btn_01 .buttons {
  display: none;
}
.product-page .pro-list .grid.three > .column .hwaq_img_btn_01 .imgBox img {
  transition: all 0.4s ease-out;
  max-width: 243px;
  margin: 0 auto;
  /*-webkit-box-reflect: below 0 -webkit-linear-gradient(top, rgba(250, 250, 250, 0), rgba(250, 250, 250, 0) 50%, rgba(250, 250, 250, 0.12));*/
}
.product-page .pro-list .grid.three > .column .hwaq_img_btn_01 .pro-layer {
  text-align: center;
  color: #ffffff;
  margin-top: 54px;
}
.product-page .pro-list .grid.three > .column .hwaq_img_btn_01 .pro-layer em {
  display: block;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.product-page .pro-list .grid.three > .column .hwaq_img_btn_01 .pro-layer span {
  text-transform: uppercase;
  color: #666666;
  font-size: 1.4rem;
}
.product-page .pro-list .grid.three > .column .hwaq_img_btn_01 .pro-add {
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  opacity: 0;
  filter: alpha(opacity=0);
  font-size: 2rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -54px;
  width: 54px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  color: #fff;
  background-color: #006dff;
}
.product-page .pro-list .grid.three > .column .hwaq_img_btn_01:hover {
  background-color: rgba(0, 0, 0, 0.4);
  overflow: visible;
  z-index: 10;
}
.product-page .pro-list .grid.three > .column .hwaq_img_btn_01:hover .imgBox img {
  transform: translate(0, -25px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, -25px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, -25px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, -25px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, -25px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
}
.product-page .pro-list .grid.three > .column .hwaq_img_btn_01:hover .pro-add {
  bottom: -27px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.prodet-page .prodet-pics {
  background: url("../images/pro-bg2.jpg") center no-repeat;
  background-size: cover;
}
.prodet-page .prodet-pics .layout-rowMain {
  width: 84%;
  max-width: 1600px;
  padding: 81px 0;
  margin: auto;
}
.prodet-page ul.pro-item {
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}
.prodet-page ul.pro-item > li {
  float: left;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  width: 33.3333%;
}
.prodet-page ul.pro-item > li .pro-photo {
  height: 550px;
  width: 100%;
  position: relative;
}
.prodet-page ul.pro-item > li .pro-photo img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  max-height: 100%;
  bottom: 0;
  transform: translateY(20%);
  -webkit-transform: translateY(20%);
  -moz-transform: translateY(20%);
  -o-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease 0.3s;
  opacity: 0;
  top: 0;
}
.prodet-page ul.pro-item > li .pro-photo .pro-show {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  line-height: 24px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  border: 1px solid #929292;
}
.prodet-page ul.pro-item > li .pro-photo .pro-show:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 2px;
  height: 12px;
  background-color: #929292;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
.prodet-page ul.pro-item > li .pro-photo .pro-show:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 12px;
  height: 2px;
  background-color: #929292;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
.prodet-page ul.pro-item > li .pro-photo .pro-show:hover:before{
  opacity: 0;
}
.prodet-page ul.pro-item > li.on {
  width: 240%!important;
}
.prodet-page ul.pro-item > li.on .pro-photo img {
  opacity: 1;
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transition: opacity 0.3s ease-in-out 0.3s, transform 0.3s ease 0.3s;
  -webkit-box-reflect: below 0 -webkit-linear-gradient(top, rgba(250, 250, 250, 0), rgba(250, 250, 250, 0) 50%, rgba(250, 250, 250, 0.12));
}
.prodet-page ul.pro-item > li.on .pro-photo .pro-show {
  opacity: 0;
}
.prodet-page ul.pro-item > li h4.word {
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
  line-height: 36px;
  text-transform: uppercase;
  font-family: roboto-light;
}
.prodet-page ul.pro-item > li .pro-name {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  bottom: 12px;
  color: #000;
  font-family: roboto-bold;
  font-size: 20px;
  text-transform: uppercase;
  opacity: 0;
  transition: 0.4s ease;
  z-index: 99;
}
.prodet-page ul.pro-item > li.on .pro-name {
  opacity: 1;
}
.prodet-page .proTit {
  text-transform: uppercase;
  color: #fff;
  font-size: 3rem;
  font-family: roboto-light;
  margin-bottom: 61px;
}
.prodet-page .prodet-con {
  padding: 121px 0 187px;
  background: #1e1e1f;
}
.prodet-page .prodet-con table td{
  padding: 10px 15px;
  color: #fff;
  border-color: #666;
}
.prodet-page .prodet-con table td strong{
  font-weight: 500;
}
.prodet-page .prodet-recomm {
  padding: 63px 0 100px;
  background: #232323;
}
.prodet-page .prodet-recomm .hwaq_img_btn_01 {
  padding: 30px 0;
  overflow: visible;
}
.prodet-page .prodet-recomm .hwaq_img_btn_01 > img {
  max-width: 280px;
  margin: 0 auto;
  -webkit-box-reflect: below 0 -webkit-linear-gradient(top, rgba(250, 250, 250, 0), rgba(250, 250, 250, 0) 50%, rgba(250, 250, 250, 0.12));
}
.faq-page {
  padding: 130px 0;
  background: #1e1e1f;
}
.faq-page .faq-tit {
  padding-bottom: 22px;
  text-align: center;
  position: relative;
  font-size: 2.4rem;
  color: #fff;
  text-transform: uppercase;
}
.faq-page .faq-tit:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 61px;
  height: 2px;
  background: #034296;
}
.faq-page .faq-search {
  width: 83%;
  margin: 87px auto 62px;
}
.faq-page .faq-search > form {
  width: 100%;
  background: #383838;
  padding: 9px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.faq-page .faq-search > form input,
.faq-page .faq-search > form button {
  border: none;
  background: none;
  outline: none;
  color: #fff;
}
.faq-page .faq-search > form input {
  width: 93%;
  height: 52px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  background: #2a2a2a;
  padding: 0 15px;
}
.faq-page .faq-search > form button {
  font-size: 2.4rem;
  width: 6.6%;
}
.faq-page .faq-list {

  padding: 7px 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: 1.6rem;
  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: 1.6rem;
  color: #333;
}
.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: #034296;
  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;
}
.news-page .new-list {
  padding-top: 100px!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-pic{width: 31.25%;}
.news-page .new-list li .new-con{ width: 68.75%;padding-left: 5%; }
.news-page .new-list li .new-con .tit a {
  height: 48px;
  overflow: hidden;
  display: block;
  color: #fff;
  font-size: 21px;
  line-height: 24px;
}
.news-page .new-list li .new-con .tit a:hover {
  color: #1960ad;
}
.news-page .new-list li .new-con .abst {
  color: #fff;
  font-size: 16px;
  line-height: 27px;
  margin: 35px 0 45px;
}
.news-page .new-list li .new-con .abst a {
  color: #1960ad;
}
.news-page .new-list li .new-con .date span {
  color: #fff;
}
.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 .news {
  padding: 50px 0 60px!important;
  color: #fff;
}
.newdet-page .news .news_title h1 {
  padding-bottom: 10px;
  font-size: 20px;
  text-align: center;
  color: #fff;
}
.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: #fff;
  line-height: 24px;
  clear: both;
  margin-top: 10px;
  border-bottom: 1px solid #555;
  padding: 20px 0 40px;
}
.newdet-page .news .news_contents a {
  color: #fff;
  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: #fff;
  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: #fff;
  font-size: 15px;
  margin-left: 5px;
}
.newdet-page .news .news_next a:hover {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #fff;
}
.newdet-page .news .newsnav {
  margin-bottom: 30px;
}
.contact-page .c-map {
  border: 1px solid #ccc;
}
.contact-page .c-info {
  padding: 98px 0 96px;
  background: #fafafc;
}
.contact-page .c-info .c-tit h3 {
  color: #2d2d2d;
  font-family: roboto-light;
  font-size: 3.4rem;
}
.contact-page .c-info .c-tit p {
  margin-top: -2px;
  font-size: 18px;
	color: #000;
}
.contact-page .c-info .clist {
  margin-top: 42px;
  color: #2d2d2d;
  line-height: 26px;
  font-size: 18px;
  position: relative;
}
.contact-page .c-info .clist i {
  display: block;
  font-size: 18px;
}
.contact-page .c-info .clist .qr-code {
  position: absolute;
  right: 1rem;
  bottom: 0;
  width: 145px;
  padding: 5px;
  background: #e9e9e9;
}
.f-feedback {
  height: 480px;
  background: url("../images/i-fb-bg.jpg") no-repeat center;
  padding-top: 54px;
}
.f-feedback .fb-tit {
  text-align: center;
  font-family: roboto-light;
}
.f-feedback .fb-tit h2,
.f-feedback .fb-tit p {
  color: #fff;
}
.f-feedback .fb-tit h2 {
  font-size: 30px;
  font-family: roboto-light;
}
.f-feedback .fb-tit p {
  font-size: 15px;
  line-height: 24px;
  margin-top: 2px;
}
.f-feedback .form-box {
  font-family: lato-light;
  margin-top: 59px;
}
.f-feedback .grid-box .column{
  padding: 0.5rem;
}
.f-feedback .form-box input,
.f-feedback .form-box textarea,
.f-feedback .form-box button {
  font-size: 14px;
  display: block;
  width: 100%;
  background: #fff;
  border: none;
  outline: none;
  resize: none;
  color: #444;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.f-feedback .form-box input[type="submit"]{
        width: 200px;padding:10px 20px;
        background:#000;
        color:#fff;
        font-size:16px;
 }
.f-feedback .form-box .form-head {
  margin-bottom: 4px;
}
.f-feedback .form-box .form-head input {
  padding: 0 26px;
  height: 46px;
}
.f-feedback .form-box .form-fot textarea {
  height: 85px;
  padding: 15px 26px;
	font-family:Arial;
}
.f-feedback .form-box .form-sub {
  margin-top: 18px;
}
.f-feedback .form-box .form-sub button {
  cursor: pointer;
  width: 166px;
  height: 46px;
  float: right;
  color: #fff;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  background: none;
}
.f-feedback .form-box .form-sub button:before {
  background: #262626;
}
.f-feedback .form-box .form-sub button:before,
.f-feedback .form-box .form-sub button:after {
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}
.f-feedback .form-box .form-sub button:after {
  border-color: #262626;
  background: none;
}
.f-feedback .form-box .form-sub button:hover {
  color: #262626;
}
.f-feedback .form-box ::-webkit-input-placeholder {
  color: #aaaaaa;
}
.f-feedback .form-box :-moz-placeholder {
  color: #aaaaaa;
}
.f-feedback .form-box ::-moz-placeholder {
  color: #aaaaaa;
}
.f-feedback .form-box :-ms-input-placeholder {
  color: #aaaaaa;
}
.m-page {
  text-align: center;
  padding: 45px 0;
  font-size: 1rem;
  margin-top: 40px;
}
.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: 28px;
  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*/
}

.product-page.lg-page .pro-list .grid.three > .column .hwaq_img_btn_01 .ovrly, 
.product-page.lg-page .pro-list .grid.three > .column .hwaq_img_btn_01 .buttons{
  display: block;
}
.i-proCategory .pro-list .hwaq_img_btn_01 .buttons a {
  display:inline-block;
}
.inner-page.rczp-page{
    background:#fff;
    padding:50px 0 60px;
}


.msgBox {
    box-shadow: 0 15px 80px rgba(8, 11, 40, 0.2);
    border-radius: 6px;
    overflow: hidden;
    min-height: 400px;
}
.msgBox .firstRow {
    height: 38px!important;
    background-color: #006dff;
    box-shadow: 0 4px 15px rgba(26, 33, 43, 0.15);
}
.msgBox .firstRow .col {
    font-size: 14px;
    box-sizing: border-box;
    font-weight: 700;
    color: #fff;
    line-height: 40px!important;
    letter-spacing: 1px;
}
.msgBox .list {
    overflow: hidden;
    height: 80px;
    cursor: pointer;
}
.msgBox .list .col {
    float: left;
    width: calc(100%/3);
    display: inline-block;
    height: 100%;
    font-size: 16px;
    border-right: 1px solid #fff;
    text-indent: 3rem;
    font-weight: 700;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    line-height: 80px;
}
.msgBox .list .col:last-child {
    border: none;
}
.msgBox .list a.col {
    font-weight: 100;
    font-size: 14px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    color: #222;
}
.msgBox .list a.col:hover {
    color: #006dff;
    text-decoration: underline;
}
.msgBox .downList div.col {
    color: #006dff;
    font-size: 24px;
}
.msgBox .list:not(.firstRow):hover div.col {
    color: #006dff;
}
.msgBox .downBox {
    background-color: #f5f5f5;
    padding: 0 3rem;
    padding-bottom: 1.5rem;
    position: relative;
}
.msgBox .downBox:before {
    content:'';
    position: absolute;
    border-style: solid;
    border-width: 8px;
    border-color: transparent transparent #f5f5f5 transparent;
    width: 0;
    height: 0;
    top: -16px;
    left: 4rem;
}
.msgBox .downBox .msgList {
    padding-top: 1.5rem;
}
.msgBox .downBox .msgList h4 {
    font-size: 15px;
    color: #404040;
}
.msgBox .downBox .msgList p {
    font-size: 13px;
    line-height: 28px;
}
.msgBox .downBox .msgList p > span {
    font-size: 13px;
    line-height: 28px;
    display: inline-block;
    vertical-align: top;
    margin-right: 2.5rem;
    max-width: 520px;
}

@media  screen and (max-width: 1800px){
  .i-news .new-box .slideBox {
    padding:0 10%;
  }
  .i-about .con-box {
    margin:20px auto 0;
    zoom: .85;
      display: inline-block;
      text-align: center;
  }
  .i-about .con-box > div {
    text-align:left;
  }
  .i-about .con-box .advan-box .the_list .the_box {
    margin-bottom:20px;
    height:223px;
  }
  .i-about .con-box .his-box .his-list {
    height:330px;
  }
  .i-about .con-box .his-box {
    height:465px;
  }
  .i-about .con-box .his-box .his-list li:last-child:after {
    left:215px;
  }
  .i-about .con-box .his-box .his-list li:last-child i {
    left:250px;
  }
  .i-about .con-box .his-box .his-list li:nth-of-type(4):after {
    right: 250px;
    top: 244px;
  }
  .i-about .con-box .his-box .his-list li:nth-of-type(4) i {
    right: 200px;
    top: 265px;
  }
  .i-about .con-box .his-box .his-list li:nth-of-type(3) i {
    right: 100px;
    top: 200px;
  }
  .i-about .con-box .his-box .his-list li:nth-of-type(2) i {
    right: 60px;
    top: 120px;
  }
  .i-about .con-box .his-box .his-list li:nth-of-type(2):after {
    right: 112px;
    top: 107px;
  }
  .i-about .con-box .his-box .his-list li:first-child:after {
    right: 67px;
    top: 32px;
  }
  .i-about .con-box .his-box .his-list li:first-child i {
    right: 15px;
    top: 44px;
  }
  .i-about .tit p {
    margin-top:15px;
    line-height:18px;
  }
  .i-proCategory .cat-box .cat-con .intro {
    margin: 15px 0 20px;
    line-height:26px;
  }
  .i-proCategory .cat-box .cat-pic {
    margin-top:15px;
  }
  .i-proCategory .cat-box .cat-pic img {
    max-height:300px;
    margin-top: 12%;
  }
  .i-proCategory .cat-box .cat-pic a:nth-of-type(2) img{
    margin-top: 4%;
  }
  .i-proCategory .cat-box .cat-con {
    margin-top:20px;
  }
  .i-network .con-box {
    margin-top:20px;
  }
  .i-network .partner-box .arr {
    height:100%;
  }

  #fpmenu li {
    -webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
  }
  #fp-nav.right {
    right:25px !important;
  }
  #fpmenu li a span {
    left:0 !important;
    top:8px !important;
    font-size:12px !important;
  }
  #fpmenu li.active, #fpmenu li:hover {
    margin-bottom:30px;
  }
  .i-news .new-box .slideBox {
    margin-top: 40px;
    height: 180px;
  }
  .i-news .new-box .slideBox .swiper-slide .new-con .inner-box .abst {
    margin-top:15px;
  }
  .i-news .new-box .slideBox .swiper-slide .new-pic {
    width:25% !important;
  }
  .i-news .new-box .slideBox .swiper-slide .new-con {
    width:75% !important;
  }
  .i-news .new-box .slideBox .swiper-slide .new-con .inner-box {
    padding: 20px 49px 20px 72px;
  }
  .i-news .new-box .slideBox .swiper-slide .new-con .inner-box .tit {
    padding-bottom:10px;
  }
  .i-news .new-box .tit-head p {
    margin-top:15px;
  }
  #footer .f-bot {
    padding-bottom:10px;
  }
  
}

@media screen and (max-width: 1200px){
  .i-about {
    padding:80px 0;
  }
  .i-about .con-box .advan-box {
    width:100% !important;
    margin-top:30px;
    padding:0 !important;
  }
  .i-about .con-box{
    margin-top: 50px;
  }
  .i-about .con-box .his-box {
    width:100% !important;
    background-color: #144c99;
  }
  .i-about .con-box .his-box .his-list li:last-child:after {
    left:445px;
  }
  .i-about .con-box .his-box .his-list li:last-child i {
    left: 500px;
  }
  .i-about .con-box .his-box .his-list li:nth-of-type(4):after {
    right: 478px;
  }
  .i-about .con-box .his-box .his-list li:nth-of-type(4) i {
    right: 410px;
  }
  .i-about .con-box .his-box .his-list li:nth-of-type(3):after {
    right: 410px;
  }
  .i-about .con-box .his-box .his-list li:nth-of-type(3) i {
    right: 330px;
  }
  .i-about .con-box .his-box .his-list li:nth-of-type(2):after {
    right: 343px;
  }
  .i-about .con-box .his-box .his-list li:nth-of-type(2) i {
    right: 265px;
  }
  .i-about .con-box .his-box .his-list li:first-child:after {
    right: 297px;
  }
  .i-about .con-box .his-box .his-list li:first-child i {
    right: 215px;
  }
  .i-proCategory .cat-box .cat-con {
    width:60%;
  }
  .i-proCategory {
    padding:40px 10.8%;
  }
  .i-network {
    padding:40px 0;
  }
  .i-news .new-box {
    padding:50px 0;
  }
}

.lg-page.factory>.container{

}
.product-page.factory .pro-list .grid.three > .column{
  margin-right: 1%;
  margin-bottom: 16px;
  width: 24.25%;
}
.product-page.factory .pro-list .grid.three > .column:nth-of-type(4n){
  margin-right: 0;
}
.product-page.factory .pro-list .grid.three > .column .hwaq_img_btn_01{
  padding: 0;
}
.product-page.factory .pro-list .grid.three > .column .hwaq_img_btn_01 .imgBox img{
  width: 100%;
  max-width: none;
}

.product-page.factory .pro-list .grid.three > .column .hwaq_img_btn_01:hover .imgBox img {
    transform: translate(0,0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
    -webkit-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
    -moz-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
    -ms-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
    -o-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
}
.honour-page{
  padding: 80px 0;
}
.honour-page .hon-tit{
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 30px;
}
.honour-page .hon-cat{
  text-align: center;
  margin: 50px 0 70px;
}
.honour-page .hon-cat li{
  display: inline-block;
  margin: 0 20px;
}
.honour-page .hon-cat li a{
  color: #fff;
}
.honour-page .hon-list{
  position: relative;
}
.honour-page .hon-list .chevron{
  position: absolute;
  top: 48%;
  color: #b7c8dc;
  font-size: 24px;
  cursor: pointer;
  outline: none;
}
.honour-page .hon-list .chevron.left{
  left: 0;
}
.honour-page .hon-list .chevron.right{
  right: 0;
}
.honour-page .hon-list .slideBox{
  width: 55%;
  margin: 0 auto;
}

.network-box .load {
    position: absolute;
    width: 13px;
    height: 13px;
    background-color: transparent;
    border-radius: 100px;
}
.network-box .load.dot1{
  left: 154px;
    top: 164px;
}
.network-box .load.dot2{
  left: 229px;
    top: 108px;
}
.network-box .load.dot16{
  left: 189px;
    top: 88px;
}
.network-box .load.dot2:before{
  animation-delay: 0.6s;
}
.network-box .load.dot3{
  left: 329px;
    bottom: 208px;
}
.network-box .load.dot3:before{
  animation-delay: 0.4s;
}
.network-box .load.dot4{
  left: 43.6%;
    top: 82px;
}
.network-box .load.dot5{
  left: 49.3%;
    top: 180px;
}
.network-box .load.dot17{
  left: 44%;
    top: 220px;
}
.network-box .load.dot5:before{
  animation-delay: 1s;
}
.network-box .load.dot6{
  left: 52%;
    top: 121px;
}
.network-box .load.dot7{
  left: 55.3%;
    top: 100px;
}
.network-box .load.dot7:before{
  animation-delay: 0.8s;
}
.network-box .load.dot8{
  left: 59.4%;
    top: 137px;
}
.network-box .load.dot9{
  left: 62.6%;
    top: 180px;
}
.network-box .load.dot18{
  left: 64%;
    top: 160px;
}
.network-box .load.dot9:before{
  animation-delay: 0.3s;
}
.network-box .load.dot10{
  right: 28.8%;
    top: 182px;
}
.network-box .load.dot19{
  right: 31.5%;
    top: 182px;
}
.network-box .load.dot11{
  right: 27.1%;
    top: 182px;
}
.network-box .load.dot11:before{
  animation-delay: 1.2s;
}
.network-box .load.dot12{
  right: 24.7%;
    top: 111px;
}
.network-box .load.dot12:before{
  animation-delay: 0.5s;
}
.network-box .load.dot13{
  right: 22.2%;
    top: 130px;
}
.network-box .load.dot13:before{
  animation-delay: 0.7s;
}
.network-box .load.dot14{
  right: 21.3%;
    top: 117px;
}
.network-box .load.dot15{
  right: 22.7%;
    top: 237px;
}
.network-box .load:after,.network-box .load:before {
    width: 13px;
    height: 13px;
    background-color: white;
}
.network-box .animation-medium:before {
    z-index: 200;
    -webkit-animation: inner-ripple 3500ms linear infinite;
    -moz-animation: inner-ripple 3500ms linear infinite;
    animation: inner-ripple 3500ms linear infinite;
}
.network-box .load:after, .network-box .load:before {
    display: inline-block;
    margin: auto;
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 100px;
    background-color: #fff;
    opacity: .8;
}
@keyframes inner-ripple {
    0% {
        transform:scale(1);
        filter:alpha(opacity=50);
        opacity:0.8
    }
    30% {
        transform:scale(1);
        filter:alpha(opacity=50);
        opacity:0.5
    }
    100% {
        transform:scale(10.5);
        filter:alpha(opacity=0);
        opacity:0
    }
}
@-webkit-keyframes inner-ripple {
    0% {
        transform:scale(1);
        filter:alpha(opacity=50);
        opacity:0.8
    }
    30% {
        transform:scale(1);
        filter:alpha(opacity=50);
        opacity:0.5
    }
    100% {
        transform:scale(5.5);
        filter:alpha(opacity=0);
        opacity:0
    }
}
@-moz-keyframes inner-ripple {
    0% {
        transform:scale(1);
        filter:alpha(opacity=50);
        opacity:0.8
    }
    30% {
        transform:scale(1);
        filter:alpha(opacity=50);
        opacity:0.5
    }
    100% {
        transform:scale(5.5);
        filter:alpha(opacity=0);
        opacity:0
    }
}
#banner {
    position: relative;
    height: 100%;
    overflow: hidden;
    z-index: 4;
}
#banner li {
    display: none;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
}
#banner:hover .arr {
    opacity: 1;
    filter: alpha(opacity=100);
}
#banner:hover .arr.arr-l {
    left: 2%;
}
#banner:hover .arr.arr-r {
    right: 2%;
}

@media screen and (max-height: 880px){
  /*.i-proCategory .cat-box .cat-pic img{
    width: 25%;
  }
  .i-proCategory .cat-box .cat-pic a:nth-of-type(2) img{
    width: 40%;
    margin-top: 50px;
  }*/
}
@media screen and (max-height: 586px){
  .i-proCategory .cat-box .cat-con .tit{
    font-size: 3rem;
  }
}

.technology-page .pro-list{
  padding-top: 30px;
}
.technology-page .pro-list .hwaq_img_btn_01{
  width: 24%!important;
  margin: 0 1.33% 20px 0;
}
.technology-page .pro-list .hwaq_img_btn_01:nth-of-type(4n){
  margin: 0;
}

@media screen and (max-width: 1800px){
  .i-about .con-box .his-box .his-list li:nth-of-type(3):after {
      right: 180px;
  }
}

@media screen and (max-width: 1200px){
  .i-about .con-box .his-box .his-list li:first-child div{
    left: 465px;
      top: 30px;
  }
  .i-about .con-box .his-box .his-list li:nth-of-type(2) div {
      left: 352px;
  }
  .i-about .con-box .his-box .his-list li:nth-of-type(3):after {
      right: 410px;
  }
  .i-about .con-box .his-box .his-list li:nth-of-type(3) div{
    left: 290px;
  }
  .i-about .con-box .his-box .his-list li:nth-of-type(3) i{
    top: 195px;
  }
  .i-about .con-box .his-box .his-list li:nth-of-type(4) div {
      left: 274px;
      top: 242px;
  }
  .i-about .con-box .his-box .his-list li:nth-of-type(4) i {
      top: 260px;
  }
  .i-about .con-box .his-box .his-list li:last-child div {
      left: 270px;
      bottom: 10px;
  }
  #footer .f-top .f-bar.f-about .f-c a{
    display: none;
  }
}
@media screen and (max-width: 992px){
  .i-about .con-box .his-box .his-list li:first-child:after{
    right: 173px;
  }
  .i-about .con-box .his-box .his-list li:first-child div {
      left: 325px;
  }
  .i-about .con-box .his-box .his-list li:first-child i {
      right: 115px;
  }
  .i-about .con-box .his-box .his-list li:nth-of-type(2) div {
      left: 222px;
  }
  .i-about .con-box .his-box .his-list li:nth-of-type(2) i {
      right: 155px;
  }
  .i-about .con-box .his-box .his-list li:nth-of-type(2):after {
      right: 220px;
  }
  .i-about .con-box .his-box .his-list li:nth-of-type(3) div {
      left: 160px;
  }
  .i-about .con-box .his-box .his-list li:nth-of-type(3) i {
      right: 220px;
  }
  .i-about .con-box .his-box .his-list li:nth-of-type(3):after {
      right: 290px;
  }
  .i-about .con-box .his-box .his-list li:nth-of-type(4) div {
      left: 150px;
  }
  .i-about .con-box .his-box .his-list li:nth-of-type(4) i {
      right: 290px;
      top: 250px;
  }
  .i-about .con-box .his-box .his-list li:nth-of-type(4):after {
      right: 355px;
  }
  .i-about .con-box .his-box .his-list li:last-child div {
      left: 150px;
  }
  .i-about .con-box .his-box .his-list li:last-child i {
      left: 360px;
  }
  .i-about .con-box .his-box .his-list li:last-child:after {
      left: 320px;
  }
  .i-proCategory .cat-box .cat-pic{
    margin-bottom: 30px;
  }
  .i-proCategory .cat-box .cat-pic,
  .i-proCategory .cat-box .cat-con{
    width: 100%;
    padding: 0!important;
  }
  .i-news .new-box .slideBox .swiper-slide .new-con .inner-box {
      padding: 15px 25px 15px 30px;
  }
  .i-news .new-box .slideBox .swiper-slide .new-con .inner-box .tit{
    font-size: 1.8rem;
  }
  .i-news .new-box .slideBox .swiper-slide .new-con .inner-box .abst{
    font-size: 1.2rem;
  }
  #footer .f-top .f-bar.f-links {
      padding-left: 7%!important;
  }
  #footer .f-top .f-bar .f-tit {
      font-size: 2rem;
  }
}
@media screen and (max-width: 768px){
  .i-about {
      padding: 50px 0;
  }
  .i-about .tit h2{
    font-size: 2rem;
  }
  .i-about .tit h2 i{
    font-size: 2.2rem;
  }
  .i-about .con-box .his-box .head h3{
    font-size: 2.6rem;
  }
  .i-about .con-box{
    margin-top: 10px;
    margin-bottom: -1rem;
      margin-left: -1rem;
      margin-right: -1rem;
    zoom: 1;
  }
  .i-about .con-box .his-box .his-list li:after{
    display: none;
  }
  .i-about .con-box .his-box .his-list{
    height: auto;
    margin-top: 30px;
    padding-left: 15px;
  }
  .i-about .con-box .his-box .his-list li{
    margin-bottom: 20px;
  }
  .i-about .con-box .his-box .his-list li div,
  .i-about .con-box .his-box .his-list li i{
    position: static;
  }
  .i-about .con-box .advan-box .the_list .the_box{
    overflow: hidden;
    height: 283px;
  }
  .i-proCategory .cat-box .cat-con .tit{
    font-size: 2.2rem;
  }
  .i-proCategory .pro-list{
    min-height: auto;
  }
  .i-network .tit-head h2,
  .i-news .new-box .tit-head h2{
    font-size: 2.2rem;
  }
  .i-network .tit-head p,
  .i-news .new-box .tit-head p{
    font-size: 1.4rem;
  }
  .network-box .load{
    display: none;
  }
  .i-news .new-box .slideBox .swiper-slide .new-pic,
  .i-news .new-box .slideBox .swiper-slide .new-con{
    width: 100%!important;
  }
  .i-news .new-box .slideBox .swiper-slide .new-pic img{
    height: auto;
  }
  .i-news .new-box .slideBox .swiper-slide .new-con .inner-box .tit {
      font-size: 1.4rem;
  }
  .i-news .new-box .slideBox .swiper-slide .new-con .inner-box .tit a{
    white-space: normal;
  }
  #footer .f-top .f-bar.f-links {
      padding-left: 0%!important;
  }
  #footer .f-bot a{
    display: block;
  }
  #footer .f-top .f-bar.f-links:before, #footer .f-top .f-bar.f-links:after{
    display: none;
  }
}

@media screen and (max-width: 1560px){
  #inner-head .nav .menu-box .menu > li{
    margin-left: 50px;
  }
}
@media screen and (max-width: 1305px){
  #inner-head .nav .menu-box .menu > li{
    margin-left: 30px;
  }
}
@media screen and (max-width: 1230px){
  .about-page .a-partner-honour .the_tit span{
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 1200px){
  #inner-head{
    display: none;
  }
  .inner-banner{
    height: 500px;
    padding-top: 195px;
  }
  .about-page .a-partner-honour .the_box{
    height: auto;
    padding: 75px 44px;
  }
  .faq-page .faq-search > form input{
    width: 90%;
  }
}
@media screen and (max-width: 1110px){
  .about-page .a-partner-honour .the_tit span{
    font-size: 2rem;
  }
  .about-page .a-partner-honour .the_tit em{
    font-size: 4rem;
  }
}
@media screen and (max-width: 992px){
  .inner-banner{
    height: 400px;
    padding-top: 110px;
  }
  .inner-banner .cat-box>ul{
    height: 70px;
  }
  .inner-banner .cat-box>ul>li{
    width: 25%;
    margin: 0 0 0 -5px;
  }
  .inner-banner .cat-box li{
    font-size: 1.4rem;
  }
  .inner-banner .cat-box li a{
    white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
    padding: 0 12px;
  }
  .hwaq_img_btn_01 .buttons{
    text-align: center;
    width: 100%;
  }
  .hwaq_img_btn_01 .buttons>a{
    display: inline-block!important;
  }
  .about-page .a-partner-honour .a-partner,
  .about-page .a-partner-honour .a-honour{
    width: 100%!important;
  }
   .about-page .a-advantage .the_list .grid.two.column > .column .inn-box .icon-box{
      width: 15%;
    }
    .about-page .a-advantage .the_list .grid.two.column > .column .inn-box .con-box {
      width: 80%;
  }
}
@media screen and (max-width: 768px){
  .inner-banner{
    height: 210px;
    padding-top: 70px;
    background-size: cover!important;
  }
  .inner-banner .inner-tit{
    font-size: 3rem;
  }
  .inner-banner .cat-box{
    bottom: -70px;
  }
  .inner-banner .cat-box li a{
    line-height: 70px;
  }
  .inner-page{
    margin-top: 70px!important;
  }
  .product-page .pro-list .grid.three > .column{
    width: 50%
  }
  .product-page{
    padding: 50px 0 38px;
  }
  .prodet-page ul.pro-item > li h4.word,
  .prodet-page ul.pro-item > li .pro-name{
    font-size: 1.8rem;
  }
  .prodet-page ul.pro-item > li .pro-photo{
    height: 350px;
  }
  .f-feedback .form-box .form-head input{
    padding: 0 12px;
  }
  .f-feedback .form-box input, .f-feedback .form-box textarea, .f-feedback .form-box button{
    font-size: 1.2rem;
  }
  .about-page .a-con .a-t-tit{
    font-size: 2.4rem;
  }
  .about-page .a-advantage .tit{
    font-size: 3.4rem;
  }
  .about-page .a-partner-honour,
  .about-page .a-advantage {
      padding: 60px 0;
    }
    .about-page .a-advantage .the_list .grid.two.column > .column{
      width: 100%!important;
    }
    .lg-page.factory>.container{
      width: auto!important;
    }
    .product-page.factory .pro-list .grid.three > .column, {
      margin-right: 2%;
      margin-bottom: 10px;
      width: 49%;
  }
  .product-page.factory .pro-list .grid.three > .column:nth-of-type(3n){
    margin-right: 2%;
  }
  .product-page.factory .pro-list .grid.three > .column:nth-of-type(2n){
    margin-right: 0;
  }
  .technology-page .pro-list .hwaq_img_btn_01{
    margin-right: 2%;
      width: 49%!important;
  }
  .technology-page .pro-list .hwaq_img_btn_01:nth-of-type(4n){
    margin-right: 2%;
  }
  .technology-page .pro-list .hwaq_img_btn_01:nth-of-type(2n){
    margin-right: 0;
  }
  .faq-page .faq-list{
    padding: 0;
  }
  .contact-page .c-info .clist .qr-code{
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .pc-show{
    display: block;
  }
  .mb-show{
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pc-show{
    display: none;
  }
  .mb-show{
    display: block;
  }
}

.join-box{
  margin-bottom: 62px;
}
.join-box .pic{
  width: 64.1%!important;
  /*background: url(../images/join-pic.jpg) no-repeat center;*/
}
.join-box .grid.kep .con{
  background: #2f2f2f;
  padding: 115px 35px 0 45px!important;
  width: 35.9%!important;
}
.join-box .con .tit{
  color: #fff;
  font-size: 24px;
  position: relative;
  padding-bottom: 10px;
}
.join-box .con .tit:after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25px;
  height: 1px;
  background: #fff;
}
.join-box .con .sub-tit{
  color: #cccccc;
  font-size: 16px;
  margin-top: 18px;
  display: inline-block;
}
.join-box .con .intro{
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  margin-top: 42px;
}
@media screen and (max-width: 1200px) {
  .join-box .grid.kep .con{
    padding-top: 45px!important;
  }
  .join-box .con .intro{
    line-height: 26px;
    margin-top: 22px;
  }
}
@media screen and (max-width: 970px) {
  .join-box .grid.kep .con,
  .join-box .pic{
    width: 100%!important;
  }
  .join-box .grid.kep .con {
      padding-bottom: 45px!important;
  }
}




/*******img-btn*******/
.product-page .grid-box .column{
width: 24%;
margin-right: 1.3%;
margin-bottom: 1.3%;
}
.product-page .grid-box .column:nth-child(4n){
margin-right: 0;
}
.hwaq_img_btn_01 {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.hwaq_img_btn_01 img {
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    left: 0;
    
}
.hwaq_img_btn_01 .ovrly {
    position: absolute;
    background: rgba(2, 33, 71, 0.5);
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.hwaq_img_btn_01 .buttons {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.hwaq_img_btn_01 .buttons .tit{
    font-size: 1.56rem;
    margin-bottom: 29px;
    opacity:0;
    text-transform: uppercase;
}
.hwaq_img_btn_01 .buttons .tit a{
    color: #fff;
}
.hwaq_img_btn_01 .buttons>a {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    background-color: rgb(256, 256, 256);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    color: rgba(50, 50, 50, 0.9);
    -webkit-transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
    -moz-transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
    -o-transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
    transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
  display:block;
}
.hwaq_img_btn_01 .buttons .the_search {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s;
    outline: none;
}
.hwaq_img_btn_01:hover .buttons .tit{
    opacity:1;
}
.hwaq_img_btn_01:hover .buttons>a {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.hwaq_img_btn_01:hover .ovrly {
    opacity: 1;
}

.hwaq_img_btn_02 {
    position: relative;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
}
.hwaq_img_btn_02 .layer, .hwaq_img_btn_02 .layer > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.hwaq_img_btn_02 .layer {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.hwaq_img_btn_02 img {
    opacity: 0.9;
}
.hwaq_img_btn_02 .layer::after, .hwaq_img_btn_02 img, .hwaq_img_btn_02 p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
.hwaq_img_btn_02 .layer::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    content:'';
    opacity: 0;
    -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.hwaq_img_btn_02 h2, .hwaq_img_btn_02 p {
    opacity: 1;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
}
.hwaq_img_btn_02 h2 {
    padding-top: 26%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}
.hwaq_img_btn_02 p {
    padding: 0.5em 2em;
    text-transform: none;
    font-size: 0.85em;
    opacity: 0;
}
.hwaq_img_btn_02:hover{
    background: -webkit-linear-gradient(-45deg, #053565 0%, #0066cc 100%);
    background: linear-gradient(-45deg, #053565 0%, #0066cc 100%);
}
.hwaq_img_btn_02:hover img {
    opacity: 0.7;
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
}
.hwaq_img_btn_02:hover .layer::after {
    opacity: 1;
    -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
    transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
}
.hwaq_img_btn_02:hover h2, .hwaq_img_btn_02:hover p {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

#cs {
  width: 100%;
  margin-bottom: 20px;
}
#cs td,#cs th{
  padding: 5px 10px;
  border: 1px solid #ffffff;
  width: 50%;
}
#cs td:first-child {
  color: #ffffff;
}
#cs td:last-child {
  color: #ffffff;
}

#banner{
	position: relative;
}
.banner-bg{ 
	position: absolute;
	left: 18%;
	top:35%;
	z-index: 999;
}


.prodet-page .prodet-con p{ color: #ffffff; line-height: 25px; }
.the_con_box table{ border: 1px solid #666; }
.inner-page p{color: #e6e6e6; line-height: 25px;   }


.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;
}

.product-page,.prodet-page{
  margin-top: 198px!important;
}
.lg-page {
    margin-top: 99px!important;
}


@media screen and (max-width: 1230px) {
	.container{
		width:100%;
	}
	#banner {
    position: relative;
    height: auto;
    overflow: hidden;
    z-index: 4;
}
.banner-bg {
    position: absolute;
    left: 18%;
    top: 12%;
    z-index: 999;
}
}

@media screen and (max-width: 1000px) {
	.inner-page,.product-page, .prodet-page {
    margin-top: 70px!important;
}
	.inner-banner .cat-box,.pdt-banner .cat-box {
    bottom: -70px!important;
}
	.inner-banner .cat-box li a {
    line-height: 70px!important;
}
	#index-body .i-why .grid-box .column2 {
	width:100%;
}
	#index-body .i-why .grid-box .column3 {
    width:100%;
}
}