
.container {
  width: 1230px;
}
.images-box {
  overflow: hidden;
  position: relative;
}
.images-box img {
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}
.images-box:hover img {
  transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
}
.scroll-box {
  overflow: hidden;
  position: relative;
}
.scroll-box ul {
  width: 9999px;
}
.scroll-box ul li {
  float: left;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 500;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  height: 0;
  clear: both;
  visibility: hidden;
}
.ui.container {
  padding: 0 15px;
  position: relative;
}
.ui.container > .item {
  padding-left: 0;
  padding-right: 0;
}
.ui.menu {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: none;
  margin: 0;
  box-shadow: 0 0 0 0 #fff;
  -webkit-box-shadow: 0 0 0 0 #fff;
  -moz-box-shadow: 0 0 0 0 #fff;
  -ms-box-shadow: 0 0 0 0 #fff;
  -o-box-shadow: 0 0 0 0 #fff;
  min-height: auto;
  background: none;
}
.ui.header:first-child {
  margin-top: 0;
}
.ui.header {
  margin: 0;
  font-weight: 500;
}
.item {
  border-left: none!important;
  border-right: none!important;
}
.item:before,
.item:after {
  display: none!important;
}
#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  background: #eeeeee;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
#header .nav {
  position: relative;
  padding: 0px 8%;
}
#header .nav .h-search {
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: 33px;
  z-index: 99;
  width: 26px;
  height: 26px;
  background: url("../images/search.png") no-repeat center;
  padding-right: 20px;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#header .nav .logo {
  padding-top: 8px;
}
#header .nav .logo img {
  width: auto;
}
#header .nav .language {
  padding-top: 27px;
}
#header .nav .language p.fl {
  padding: 0 20px;
}
#header .nav .language p.fl a {
  display: block;
  padding: 10px 15px;
  font-size: 12px;
  float: left;
}
#header .nav .language p.fl a:hover {
  background: #000000;
  color: #ffffff;
}
#header .nav .language p.fl a.act {
  background: #000000;
  color: #ffffff;
}
#header .nav .language p.icon {
  line-height: 38px;
}
#header .nav .language p.icon .fa {
  color: #4e4e4e;
  font-size: 16px;
  margin-right: 10px;
}
#header .nav .language p.icon .fa:hover {
  color: #db241c;
}
#header .nav .menu-box {
  padding: 0;
  line-height: 97px;
  height: 97px;
  position: relative;
  padding-right: 5%;
}
#header .nav .menu-box .menu > li {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  margin: 0 29px;
  vertical-align: top;
}
#header .nav .menu-box .menu > li > a {
  font-size: 18px;
  color: #282828;
  display: block;
  position: relative;
}
#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: #db241c;
}
#header .nav .menu-box .menu > li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 180px;
  background: #db241c;
  text-align: left;
  z-index: 101;
  display: none;
}
#header .nav .menu-box .menu > li .sub-menu li {
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  line-height: normal;
}
#header .nav .menu-box .menu > li .sub-menu li a {
  font-size: 15px;
  color: #fff;
  display: block;
  padding: 10px 18px;
}
#header .nav .menu-box .menu > li .sub-menu li:hover {
  background: #222;
}
#banner {
  position: relative;
}
#banner .text {
  position: absolute;
  width: 106px;
  height: 150px;
  bottom: 20px;
  left: 50%;
  margin-left: -50px;
}
#banner .text p {
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
}
#banner .text .white {
  padding-top: 10px;
}
#banner .text .white img {
  width: auto;
  display: block;
  margin: 0 auto;
}
#index-body h2.h2 {
  font-size: 35px;
  color: #ffffff;
  text-transform: uppercase;
  font-style: italic;
  text-align: center;
}
#index-body h2.h2 span {
  font-size: 35px;
  color: #ab2127;
  font-weight: bold;
}
#index-body .i-partner .partner-list {
  padding: 40px 0;
}
#index-body .i-partner .partner-list .swiper-slide img {
  width: auto;
  display: block;
  margin: 0 auto;
}
#index-body .i-why {
  padding: 148px 0 117px;
  background: url("../images/why-bg.jpg") no-repeat center;
  background-size: cover;
}
#index-body .i-why p {
  padding: 0 4%;
  color: #ffffff;
  font-size: 22px;
  text-align: center;
  margin-bottom: 20px;
}
#index-body .i-why .pic {
  width: 55%;
  margin: 0 auto;
}
#index-body .i-why .pic .grid-box {
  margin-top: 50px;
}
#index-body .i-why .pic .grid-box .p {
  width: 80%;
  height: 2px;
  background: #bebebe;
  margin: 50% auto 0;
}
#index-body .i-why .pic .grid-box .column.why {
  padding-top: 100px;
  background: url("../images/w1.png") no-repeat top center;
}
#index-body .i-why .pic .grid-box .column.why h3 {
  font-size: 36px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
}
#index-body .i-why .pic .grid-box .column.why h3 a {
  font-size: 36px;
}
#index-body .i-why .pic .grid-box .column.why:hover {
  background: url("../images/w1-h.png") no-repeat top center;
}
#index-body .i-why .pic .grid-box .column.why:hover h3 a {
  color: #ab2127;
}
#index-body .i-why .pic .grid-box .column.why2 {
  background: url("../images/w2.png") no-repeat top center;
}
#index-body .i-why .pic .grid-box .column.why2:hover {
  background: url("../images/w2-h.png") no-repeat top center;
}
#index-body .i-why .pic .grid-box .column.why3 {
  background: url("../images/w3.png") no-repeat top center;
}
#index-body .i-why .pic .grid-box .column.why3:hover {
  background: url("../images/w3-h.png") no-repeat top center;
}
#index-body .i-product {
  background: #ececec;
  padding: 113px 0;
}
#index-body .i-product h2.h2 {
  color: #000000;
  font-size: 35px;
  background: url("../images/tit-bg.png") no-repeat 74% 39%;
}
#index-body .i-product h2.h2 span {
  font-size: 35px;
}
#index-body .i-product .pro-list {
  margin-top: 40px;
}
#index-body .i-product .pro-list .swiper-slide .img-box {
  position: relative;
}
#index-body .i-product .pro-list .swiper-slide .img-box .text {
  position: absolute;
  width: 100%;
  background: #000000;
  z-index: 8;
  left: 0;
  bottom: 0;
  padding: 15px 0;
}
#index-body .i-product .pro-list .swiper-slide .img-box .text p {
  text-align: center;
}
#index-body .i-product .pro-list .swiper-slide .img-box .text p a {
  color: #ffffff;
  font-size: 24px;
}
#index-body .i-product .pro-list .swiper-slide:nth-child(2n) {
  margin-top: 35px;
}
#index-body .i-intro {
  padding: 145px 0;
  background: url("../images/intro-bg.jpg") no-repeat center;
  background-size: cover;
}
#index-body .i-intro h2 span {
  color: #ffffff;
}
#index-body .i-intro p {
  color: #ffffff;
  text-align: center;
  font-size: 24px;
  padding: 5px 13%;
}
#index-body .i-intro .dy {
  position: relative;
  margin-top: 80px;
}
#index-body .i-intro .dy img {
  width: auto;
  margin: 0 auto;
  display: block;
}
#index-body .i-intro .dy .p1 {
  font-size: 36px;
  color: #ffffff;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  top: -18px;
  padding: 0;
  font-style: italic;
}
#index-body .i-intro .dy .p2 {
  left: auto;
  right: 50px;
  top: 3px;
}
#index-body .i-intro .dy .p3 {
  top: auto;
  bottom: 60px;
}
#index-body .i-intro .dy .p4 {
  top: auto;
  left: auto;
  right: 200px;
  bottom: -35px;
}
#index-body .i-news {
  background: #ececec;
  padding: 90px 0;
}
#index-body .i-news h2.h2 {
  color: #000000;
}
#index-body .i-news .new-list {
  margin-top: 60px;
}
#index-body .i-news .new-list .swiper-slide time {
  display: block;
  padding: 5px;
  background: #b62c32;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  width: 108px;
}
#index-body .i-news .new-list .swiper-slide h2 {
  margin: 8px 0;
}
#index-body .i-news .new-list .swiper-slide h2 a {
  font-size: 30px;
  color: #000000;
}
#index-body .i-news .new-list .swiper-slide h2 a:hover {
  color: #b62c32 ;
}
#index-body .i-news .new-list .swiper-slide p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 8px;
}
#index-body .i-news .new-list .swiper-slide a.more {
  text-decoration: underline;
  font-size: 20px;
  text-transform: uppercase;
}
#index-body .i-news .new-list .swiper-slide a.more:hover {
  color: #b62c32 ;
}
#index-body .i-news .others {
  margin-top: 100px;
}
#index-body .i-news .others p {
  font-size: 30px;
  font-weight: bold;
  font-family: Calibri;
  text-align: center;
  padding: 0;
}
#index-body .i-news .others a.now {
  width: 264px;
  height: 79px;
  text-align: center;
  display: block;
  font-family: Calibri;
  color: #ffffff;
  text-transform: uppercase;
  background: #b62c32;
  font-size: 31px;
  font-weight: bold;
  line-height: 79px;
  margin: 20px auto;
}
#footer {
  padding: 66px 0 30px;
  background: url("../images/footer.jpg") no-repeat center;
  background-size: cover;
}
#footer a:hover {
  color: #b62c32 !important;
}
#footer .footer-top .column {
  width: 32.85%;
}
#footer .footer-top .column img {
  width: auto;
  margin-bottom: 40px;
}
#footer .footer-top .column.contact {
  width: 34.3%;
}
#footer .footer-top .column.contact p {
  color: #999999;
  font-size: 15px;
  padding-left: 30px;
  background: url("../images/icon.png") no-repeat left 0;
  margin-bottom: 15px;
}
#footer .footer-top .column.contact p.mail {
  background: url("../images/icon.png") no-repeat left -48px;
}
#footer .footer-top .column.contact p.phone {
  background: url("../images/icon.png") no-repeat left -93px;
}
#footer .footer-top .column.contact p.fax {
  background: url("../images/icon.png") no-repeat left -134px;
}
#footer .footer-top .column.contact .icon {
  margin-top: 35px;
  background: none;
  padding-left: 0;
}
#footer .footer-top .column.contact .icon .fa {
  color: #939496;
  margin-right: 8px;
  font-size: 16px;
}
#footer .footer-top .column.contact .icon .fa:hover {
  color: #b62c32;
}
#footer .footer-top h2 {
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 10px;
}
#footer .footer-top h3 {
  color: #999999;
  font-weight: bold;
  padding-top: 30px;
}
#footer .footer-top p {
  color: #999999;
  font-size: 15px;
}
#footer .footer-top ul li {
  line-height: 30px;
  padding-left: 15px;
  background: url("../images/point2_03.jpg") no-repeat left center;
  font-size: 15px;
}
#footer .footer-top ul li a {
  color: #999999;
  font-size: 15px;
  text-transform: capitalize;
}
#footer .footer-top ul.ul li {
  width: 50%;
  float: left;
  background: url("../images/point1_03.jpg") no-repeat left center;
}
#footer .footer-top ul.ul li a {
  color: #ffffff;
}
#footer .footer-bottom {
  padding-top: 30px;
}
#footer .footer-bottom p {
  color: #999999;
  font-weight: bold;
  line-height: 30px;
  text-align: right;
}
#footer .footer-bottom p a {
  color: #999999;
  font-weight: bold;
}
.scroll {
  width: 61px;
  height: 61px;
  background: url("../images/up.png") no-repeat center;
  position: fixed;
  right: 200px;
  bottom: 50px;
  cursor: pointer;
  z-index: 99;
}

.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: 2rem;
  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;
  position: relative;
	padding:0 8px;
}
.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 15px;
  line-height: 99px;
  position: relative;
}
.inner-banner .cat-box li a:hover,
.inner-banner .cat-box li a.active {
  background: #db241c;
}
.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; height:565px;
  padding: 75px 44px 30px;
  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: #db241c;
}
.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: 400px;
  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: 50px;
}
.product-page .pro-list .grid.three > .column .hwaq_img_btn_01 .pro-layer em {
  display: block;
  font-size: 1.2rem;
  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: #db241c;
}
.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 {
	padding:30px 0;
}
.prodet-page .prodet-pics .thumb-gallery{
	width:100%;
	padding:10px 0;
}
.thumb-gallery li{
	width:24%;
	padding:0;
	margin-right:1.33%;
}
.thumb-gallery li:nth-child(4){
	margin-right:0;
}
.prodet-page .prodet-pics .layout-rowMain {
	width:42%;
}
.prodet-page .prodet-pics .layout-rowMain img{
  display: block;
  margin: 0 auto;
}
.prodet-page .prodet-pics .layout-text{
  width:58%; padding-left:3%;
	  font-size:15px;
}
.prodet-page .prodet-pics .layout-text .qili{
	font-size:25px; color:#fff;
	margin-bottom:10px;
}
/* .prodet-page .prodet-pics .layout-text table{
	width:100%; margin:20px 0;
}
.prodet-page .prodet-con table tr td{
	padding:5px;
}
.prodet-page .prodet-con table tr:nth-child(even){
	background:#fff;
}
.prodet-page .prodet-con table tr:nth-child(odd){
	background:#eee;
} */

/* .prodet-page .prodet-con table{
	width:100%; border:none;
}
.prodet-page .prodet-con table tr td{
	padding:5px;border:none; text-align:center;
}
.prodet-page .prodet-con table tr:nth-child(even){
	background:#666; 
}
.prodet-page .prodet-con table tr:nth-child(odd){
	background:#eee;
}
.prodet-page .prodet-con table tr:nth-child(odd) p{
	color:#666;
} */
.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: #ffffff;
  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: #db241c;
}
.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: #db241c;
  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: 2.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 {
  width: 145px;
  padding: 5px;
  background: #e9e9e9;
  margin-top: 30px;
}
.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: #db241c;
    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: #db241c;
    text-decoration: underline;
}
.msgBox .downList div.col {
    color: #db241c;
    font-size: 24px;
}
.msgBox .list:not(.firstRow):hover div.col {
    color: #db241c;
}
.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
    }
}


/*******img-btn*******/
.product-page .grid-box .column{
width: 33.3%;
padding:0 1%;
margin-bottom: 1.3%;
}
.product-page .grid-box .column img{
	display:block;
	margin:0 auto;
}
/* .product-page .grid-box .column:nth-child(3n){
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;
}


.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: 99px!important;
}
.lg-page {
    margin-top: 99px!important;
}
.product-tit.inner-banner .cat-box li{
	
}
.product-tit.inner-banner .cat-box li a {
padding:35px 0 !important; text-transform:capitalize;
	line-height: 21px;
}
.product-tit.inner-banner .cat-box{
	bottom:-99px;
}
.prodet-page .prodet-pics .pdf-link .contact{
	color:#fff;
}
.prodet-page .prodet-pics .pdf-link .contact a{
	font-size:16px;
	padding:10px 0;
	color:#fff;
}
.prodet-page .prodet-pics .pdf-link .contact p{
	line-height:32px;
}
.prodet-page .prodet-pics .pdf-link .contact a .fa{
	margin-right:5px;font-size:15px;
}
.prodet-page .prodet-pics .pdf-link a.pdf {
  display: inline-block; 
	width:258px;
	margin-top:20px;
  line-height: 40px;
  height: 40px;
  padding: 0 25px;
  background:#db241c;
  color: white; font-size:16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;margin-top:70px;
}
.prodet-page .prodet-pics .pdf-link a.pdf i {
  margin-right: 15px;
}
.prodet-page .prodet-pics .pdf-link a.pdf:hover {
  background: #222;
}


.bread-crumbs,.bread-crumbs a,
.bread-crumbs span {
  font-size: 14px;
  color: #fff;
}
.bread-crumbs a:hover {
  color: #f08519;
}


@media screen and (max-width: 1462px) {
  #header .nav {
    padding: 0px;
  }
}
@media screen and (max-width: 1230px) {
  .container {
    width: 970px;
  }
  #header .nav .menu-box .menu > li {
    margin: 0 16px;
  }
  #index-body .i-product h2.h2 {
    background: url(../images/tit-bg.png) no-repeat 80% 39%;
  }
  .inner-banner {
    padding-top: 105px;
    height: 400px;
}
}
@media screen and (max-width: 970px) {
  .container {
    width: 768px;
  }
  #index-body .i-why .pic {
    width: 85%;
    margin: 0 auto;
  }
  #index-body .i-product h2.h2 {
    background: url(../images/tit-bg.png) no-repeat 90% 39%;
  }
  #index-body .i-intro .dy .p3 {
    top: auto;
    bottom: 39px;
  }
  #index-body .i-intro .dy .p4 {
    right: 100px;
  }
  .pd-container .grid-box.two>.column{
  width: 100%;
}
.product-page .grid-box .column {
    width: 50%;
    margin-right: 0;
	padding:0 10px;
    margin-bottom: 1.3%;
}
	.product-page .pro-list .grid.three > .column .hwaq_img_btn_01 {
    padding: 0;
}
	.product-page{
		padding: 30px 0 50px;
	}
}
@media screen and (max-width: 768px) {
  .container {
    width: 100%;
  }
  #banner .text {
    display: none;
  }
  #index-body h2.h2 {
    font-size: 30px;
  }
  #index-body h2.h2 span {
    font-size: 30px;
  }
  #index-body .i-why {
    padding: 30px 0;
  }
  #index-body .i-why p {
    padding: 0;
    font-size: 16px;
  }
  #index-body .i-why .pic .grid-box .column {
    width: 50%;
    display: none;
  }
  #index-body .i-why .pic .grid-box .column.why {
    display: block;
  }
  #index-body .i-product {
    background: #ececec;
    padding: 30px 0;
  }
  #index-body .i-product .pro-list {
    margin-top: 20px;
  }
  #index-body .i-product h2.h2,
  #index-body .i-product h2.h2 span {
    font-size: 30px;
  }
  #index-body .i-product h2.h2 {
    background: none;
  }
  #index-body .i-why .pic .grid-box .column.why h3 a {
    font-size: 20px;
  }
  #index-body .i-intro {
    padding: 30px 0 60px;
  }
  #index-body .i-intro p {
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    padding: 5px 2%;
  }
  #index-body .i-intro .dy .p1 {
    font-size: 18px;
  }
  #index-body .i-intro .dy .p2 {
    left: auto;
    right: 8px;
    top: -5px;
  }
  #index-body .i-intro .dy .p3 {
    top: auto;
    bottom: 10px;
  }
  #index-body .i-intro .dy .p4 {
    right: 20px;
    bottom: -25px;
  }
  #index-body .i-news .others {
    margin-top: 50px;
  }
  #index-body .i-news .others p {
    font-size: 24px;
    font-weight: bold;
    font-family: Calibri;
    text-align: center;
    padding: 0;
    letter-spacing: 0px;
  }
  #index-body .i-news .others a.now {
    width: 180px;
    height: 40px;
    text-align: center;
    display: block;
    font-family: Calibri;
    color: #ffffff;
    text-transform: uppercase;
    background: #b62c32;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    margin: 20px auto;
  }
  #footer .footer-top .column {
    width: 100%;
    margin-bottom: 10px;
  }
  #footer .footer-top .column.contact {
    width: 100%;
  }
  .scroll,
  .mlztx {
    display: none !important;
  }
  #footer .footer-bottom p {
    text-align: center;
  }
  .inner-banner {
    padding-top: 65px;
    height: 300px;
}
  .inner-banner .inner-tit {
    font-size: 1.8rem;
    padding-bottom: 25px;
}
  .inner-banner .cat-box li {
    width: 46% !important;
    margin: 0;
}
.inner-banner .cat-box li a {
    line-height: 99px;
    padding: 0;
}
.about-page .a-advantage .tit {
    font-size: 2rem;
    margin-bottom: 34px;
}
.about-page .a-advantage .the_list .grid.two.column > .column{
  width: 100%;
}
.prodet-page .proTit {
    font-size: 2rem;
    margin-bottom: 30px;
}
.the_con_box .grid .column{
  width: 49%;
}
.f-feedback .grid-box .column{
  width: 100%;
}
.faq-page .faq-tit {
    padding-bottom: 22px;
    text-align: center;
    position: relative;
    font-size: 1.4rem;
    color: #fff;
    text-transform: uppercase;
}
.faq-page .faq-search > form button {
    font-size: 1rem;
    width: 1.6%;
}
.news-page .new-list li .new-pic{
  display: none;
}
.news-page .new-list li .new-con{
  width: 100%;
}
	.prodet-page .prodet-pics .pdf-link a.pdf {
		width: 170px;}
	.prodet-page .prodet-pics .layout-rowMain {
    width: 100%;
}
	.prodet-page .prodet-pics .layout-text {
    width: 100%;
    padding-left: 0;
    font-size: 14px;
}
	.prodet-page .proTit {
    font-size: 1rem;
    margin-bottom: 22px;
}
	.prodet-page .prodet-con {
    padding: 30px 0;
}
	
.prodet-con table {
    display: block;
    width: 100%;
    overflow-x: scroll;
}
	.f-feedback .fb-tit h2 {
    font-size: 20px;
}
	.hwaq_img_btn_01 .buttons .tit {
    font-size: 1rem;
    margin-bottom: 10px;text-align:center;
}
	
#outerImageContainer{
	width: 100% !important;
	height: auto !important;
}

#outerImageContainer img{
	height: auto !important;
}
#imageDataContainer {
    width: 100% !important;
}
#imageData #bottomNav #bottomNavClose{
    z-index: 9999 !important; position:relative;
}
#lightbox{
    top: 35px !important;
}
	.product-page .pro-list .grid.three > .column .hwaq_img_btn_01 .pro-add{
		display:none;
	}
	#index-body .i-news .new-list .swiper-slide h2 a {
    font-size: 20px;
}
	.about-page .a-partner-honour {
    padding: 30px 0;
}
	.about-page .a-partner-honour .the_box{
		height:auto;
	}
	.about-page .a-advantage .tit{
		font-size:1rem;
	}

}
div.wpcf7-response-output{
	color:#fff;
}
