@font-face {
  font-family: 'gabo';
  src: url(../fonts/gabo-drive.ttf) format('truetype'), url(../fonts/gabo-drive.eot) format('eot'), url(../fonts/gabo-drive.woff) format('woff'), url(../fonts/gabo-drive.woff2) format('woff2');
}
.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 {
  width: 100%;
  z-index: 99;
  position: relative;
}
#header .h-top {
  background: #000000;
}
#header .h-top p {
  text-align: right;
}
#header .h-top p a {
  display: inline-block;
  padding: 5px 10px;
  color: #b7b7b7;
  font-size: 12px;
}
#header .h-top p a.active {
  background: #1d1d1d;
}
#header .nav {
  position: relative;
  padding: 0 19% 0 15%;
  background: #1d1d1d;
}
#header .nav .h-search {
  cursor: pointer;
  position: absolute;
  right: 0%;
  top: 0;
  z-index: 99;
}
#header .nav .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 .logo {
  padding-top: 16px;
}
#header .nav .menu-box {
  padding: 0;
  line-height: 109px;
  height: 109px;
  position: relative;
  padding-right: 20px;
  display: inline-flex;

}
#header .nav .menu-box .menu > li {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  margin: 0 18px;
  vertical-align: top;
}
#header .nav .menu-box .menu > li > a {
  font-size: 18px;
  color: #ffffff;
  display: block;
  position: relative;
}
#header .nav .menu-box .menu > li > a:after {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: #e60012;
}
#header .nav .menu-box .menu > li:hover > a {
  color: #e60012;
}
#header .nav .menu-box .menu > li:hover > a:after {
  width: 80%;
  left: 10%;
}
#header .nav .menu-box .menu > li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 180px;
  background: #e60012;
  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;
  text-transform: capitalize;
}
#header .nav .menu-box .menu > li .sub-menu li:hover {
  background: #222;
}
#banner {
  position: relative;
}
#banner #slick-slide01 .text,#banner #slick-slide00 .text{
  display: none !important;
}
#banner .banner-list .slick-arrow {
  position: absolute;
  cursor: pointer;
  width: 38px;
  height: 64px;
  background: url(../images/b-left.png) no-repeat center;
  left: 20px;
  top: 45%;
  z-index: 8;
  color: rgba(255, 255, 255, 0);
  border: none;
}
#banner .banner-list .slick-next {
  background: url(../images/b-right.png) no-repeat center;
  left: auto;
  right: 20px;
}
#banner .banner-list ul li {
  position: relative;
}
#banner .banner-list ul li .text {
  width: 31%;
  position: absolute;
  left: 19%;
  top: 22%;
  z-index: 6;
}
#banner .banner-list ul li .text h2 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 48px;
  line-height: 62px;
  padding: 10px 0;
  font-family: 'gabo';
  color: #fff;
}
#banner .banner-list ul li .text p {
  font-weight: 300;
  font-size: 16px;
  color: #fff;
  margin-bottom: 30px;
}
#banner .banner-list ul li .text a.more {
  display: block;
  font-size: 18px;
  width: 132px;
  height: 50px;
  line-height: 50px;
  margin-right: 30px;
  text-align: center;
  color: #fff;
  font-weight: 300;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background: #e60012;
  float: left;
}
#banner .banner-list ul li .text a.more2 {
  background: #3a3a3a;
}
#banner .banner-list .slick-dots {
  position: absolute;
  bottom: 40px;
  padding: 30px 0;
  width: 100%;
  text-align: center;
}
#banner .banner-list .slick-dots li {
  cursor: pointer;
  width: 23px;
  height: 23px;
  background: url(../images/pointer.png) no-repeat;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  margin: 0 10px;
  display: inline-block;
}
#banner .banner-list .slick-dots li button {
  display: none;
}
#banner .banner-list .slick-dots li.slick-active {
  background: url(../images/pointer-a.png) no-repeat;
}
#header.h-header {
  position: fixed;
  left: 0;
  top: 0;
}
#header.h-header .nav .menu-box {
  line-height: 60px;
  height: 60px;
}
#header.h-header .nav .menu-box .menu > li > a {
  font-size: 15px;
}
#header.h-header .nav .logo {
  padding-top: 6px;
}
#header.h-header .nav .logo img {
  height: 40px;
}
#index-body h2.h2 {
  font-size: 48px;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 12px;
}
#index-body p.p {
  color: #d30415;
  font-size: 16px;
  text-align: center;
}
#index-body h3.h3 {
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: underline;
  margin-bottom: 10px;
  color: #e60012;
}
#index-body .i-why {
  padding: 60px 0 100px;
  background: #252525;
  border-bottom: 18px solid #e60012;
}
#index-body .i-why h2.h2 {
  text-align: center;
  color: #fff;
}
#index-body .i-why .grid-box {
  margin-top: 70px;
}
#index-body .i-why .grid-box .column {
  width: 24%;
  margin-right: 1.3%;
  background: #ffffff url(../images/fa1.png) no-repeat 88% 20%;
  padding: 25px;
  cursor: pointer;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
#index-body .i-why .grid-box .column:nth-child(2) {
  background: #ffffff url(../images/fa2.png) no-repeat 88% 20%;
}
#index-body .i-why .grid-box .column:nth-child(3) {
  background: #ffffff url(../images/fa3.png) no-repeat 88% 20%;
}
#index-body .i-why .grid-box .column:nth-child(4) {
  background: #ffffff url(../images/fa4.png) no-repeat 88% 20%;
}
#index-body .i-why .grid-box .column p {
  font-size: 18px;
  color: #bdbdbd;
  text-transform: uppercase;
  padding-bottom: 25px;
}
#index-body .i-why .grid-box .column h3 {
  font-weight: 700;
  font-size: 40px;
  font-family: 'gabo';
}
#index-body .i-why .grid-box .column:nth-child(4) {
  margin-right: 0;
}
#index-body .i-why .grid-box .column:hover {
  transform: translate(0, -10px) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(0);
}
@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-o-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
#index-body .i-about {
  padding: 120px 0;
  background: #000;
}
#index-body .i-about h2.h2{
  color: #fff;
}
#index-body .i-about .grid-box .column:nth-child(1) {
  padding-right: 3%;
}
#index-body .i-about .grid-box .column:nth-child(2) {
  position: relative;
}
#index-body .i-about .grid-box .column:nth-child(2) .play {
  width: 90px;
  height: 90px;
  line-height: 90px;
  border-radius: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.54);
  cursor: pointer;
  cursor: hand;
}
#index-body .i-about .grid-box .column:nth-child(2) .play img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
#index-body .i-about .grid-box .column:nth-child(2) .play:after,
#index-body .i-about .grid-box .column:nth-child(2) .play:before {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.35);
  -webkit-animation: ks 2s linear infinite;
  -o-animation: ks 2s linear infinite;
  -ms-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
#index-body .i-about .grid-box .column:nth-child(2) .play:after {
  -webkit-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
#index-body .i-about p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 10px;
  color: #fff;
}
.wow0fadeInUpSmall {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 10px;
  color: #fff;
}
h1{
Display: inline;
}
#index-body a.more {
  display: block;
  font-size: 16px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  width: 152px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-weight: 300;
  background: #e60012;
  text-transform: uppercase;
  margin-top: 50px;
}
#index-body .point,
#index-body .point::before,
#index-body .point::after {
  position: absolute;
  z-index: 9;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  content: '';
}
#index-body .point::before {
  animation: scale 2s infinite;
}
#index-body .point::after {
  animation: scale2 2s infinite;
}
@keyframes scale {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }
  100% {
    transform: scale(3);
    opacity: 0;
  }
}
@keyframes scale2 {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }
  100% {
    transform: scale(6);
    opacity: 0;
  }
}
#index-body .point,
#index-body .point::before,
#index-body .point::after {
  background-color: rgba(241, 34, 30, 0.9);
}
#index-body .i-product {
  padding: 100px 0;
  background: #fff;
}
#index-body .i-product h2.h2 {
  color: #000;
}
#index-body .i-product .cat-text .column {
  width: 60%;
}
#index-body .i-product .cat-text .column:nth-child(1) {
  width: 40%;
  padding-right: 5%;
}
#index-body .i-product .cat-text .column:nth-child(1) .intro {
  margin-top: 30px;
}
#index-body .i-product .cat-text .column:nth-child(1) .intro h2 {
  font-size: 20px;
  margin-bottom: 30px;
  color: #000;
}
#index-body .i-product .cat-text .column:nth-child(1) .intro p {
  line-height: 30px;
  color: #000;
}
#index-body .i-product .menu-cat {
  margin-top: 60px;
}
#index-body .i-product .menu-cat ul li .cat-list .img {
  padding: 0 5%;
}
#index-body .i-product .menu-cat ul li .cat-list .img .img-box{
  border:1px solid #ccc;
}
#index-body .i-product .menu-cat ul li .cat-list .line {
  width: 100%;
  height: 1px;
  background: #a8a8a8;
  margin-top: 35px;
  position: relative;
}
#index-body .i-product .menu-cat ul li .cat-list .line .point {
  left: 50%;
  top: -3px;
}
#index-body .i-product .menu-cat ul li .cat-list p {
  color: #000;
  text-align: center;
  padding: 35px 0;
}
#index-body .i-netowrk {
  padding: 70px 0;
  background: #f5f5f5;
}
#index-body .i-netowrk h2.h2,
#index-body .i-netowrk h3.h3 {
  text-align: center;
}
#index-body .i-netowrk img {
  display: block;
  margin: 50px auto 0;
}
#index-body .i-news {
  padding: 90px 0;
  background: #252525;
}
#index-body .i-news h3.h3,
#index-body .i-news h2.h2 {
  text-align: center;
}
#index-body .i-news h2.h2 {
  color: #fff;
}
#index-body .i-news a.more {
  margin: 60px auto 0;
}
#index-body .i-news .news-list {
  padding: 60px 0;
  position: relative;
}
#index-body .i-news .news-list ul li .grid-box {
  background: #fff;
}
#index-body .i-news .news-list ul li .grid-box .column {
  width: 35%;
}
#index-body .i-news .news-list ul li .grid-box .column:nth-child(2) {
  padding: 2% 3%;
  padding-right: 12%;
  width: 65%;
}
#index-body .i-news .news-list ul li .grid-box .column:nth-child(2) time {
  color: #686868;
  font-size: 14px;
}
#index-body .i-news .news-list ul li .grid-box .column:nth-child(2) time .fa {
  font-size: 16px;
}
#index-body .i-news .news-list ul li .grid-box .column:nth-child(2) h2 {
  font-size: 30px;
  padding: 10px 0;
}
#index-body .i-news .news-list ul li .grid-box .column:nth-child(2) p {
  color: #686868;
  font-size: 16px;
  line-height: 28px;
}
#index-body .i-news .news-list .slick-dots {
  position: absolute;
  bottom: -70px;
  width: 100%;
  text-align: center;
}
#index-body .i-news .news-list .slick-dots li {
  cursor: pointer;
  width: 75px;
  height: 5px;
  background: #fff;
  margin: 0 10px;
  display: inline-block;
}
#index-body .i-news .news-list .slick-dots li button {
  display: none;
}
#index-body .i-news .news-list .slick-dots li.slick-active {
  background: #e60012;
}
#index-body .i-partner {
  padding: 80px 0 120px;
  background: #ffffff;
}
#index-body .i-partner h2.h2,
#index-body .i-partner h3.h3 {
  text-align: center;
}
#index-body .i-partner .partner {
  margin-top: 80px;
}
#index-body .i-partner .partner ul li {
  float: left;
  width: 20%;
  padding: 20px 10px;
}
#index-body .i-partner .partner a.more {
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  display: inline-block;
  color: #252525;
  font-size: 16px;
  cursor: pointer;
  padding-top: 30px;
  background: url(../images/down.png) no-repeat center top;
  margin: 0 auto;
  text-align: center;
  display: block;
  margin-top: 45px;
  font-weight: 300;
}
#index-body .i-partner .partner a.more:hover {
  background-position-y: 6px;
}
#footer a:hover {
  color: #e60012 !important;
}
#footer .footer-top {
  background: #252525;
  padding: 50px 0;
}
#footer .footer-top .i-company {
  padding: 3% 0;
  width: 70%;
}
#footer .footer-top .i-company h2 {
  font-weight: 300;
  color: #fff;
  font-size: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
#footer .footer-top .i-company p {
  color: #b4b4b4;
  margin: 20px 0;
  line-height:28px;
}
#footer .footer-top .i-company p{
text-align:center;}
#footer .footer-top .i-company ul li {
  width: 33.3%;
  float: left;
}
#footer .footer-top .i-company ul li p {
  font-size: 16px;
  margin: 0;
  line-height: 30px;
  font-weight: 300;
}
#footer .footer-top .i-table {
  width: 30%;
  padding-top: 30px;
}
#footer .footer-top .i-table form ul {
  border-top: 1px solid #454545;
  border-left: 1px solid #454545;
}
#footer .footer-top .i-table form ul li {
  width: 50%;
  float: left;
}
#footer .footer-top .i-table form ul li input,
#footer .footer-top .i-table form ul li textarea {
  font-size: 16px;
  border: none;
  border-right: 1px solid #454545;
  border-bottom: 1px solid #454545;
  padding: 10px;
  background: none;
  width: 100%;
  color: #fff;
  font-weight: 300;
}
#footer .footer-top .i-table form ul li:last-child {
  width: 100%;
}
#footer .footer-top .i-table form input[type="submit"] {
  display: block;
  font-size: 16px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  width: 122px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-weight: 300;
  background: #e60012;
  text-transform: uppercase;
  margin-top: 20px;
  border: none;
}
#footer .footer-top .icon {
  margin-top: 15px;
}
#footer .footer-top .icon .fa {
  color: #252525;
  font-size: 18px;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #005bac;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
#footer .footer-top .icon .fa:hover {
  color: #e60012;
}
#footer .footer-bottom {
  background: #fff;
  padding: 20px 0;
}
#footer .footer-bottom p {
  color: #000;
  font-size: 16px;
  line-height: 30px;
}

#footer .footer-bottom p img {
  height: 16px;
  margin: 8px 10px;
}
#footer .footer-bottom p .huifoot{
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
width: 250px;
display: inline-block;
vertical-align:middle;}
#footer .footer-bottom p a {
  color: #000;
}
#footer .footer-bottom p a:hover {
  color: #000 !important;
}
svg {
  max-height: 30px;
  width: auto;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
svg:hover {
  fill: #e60012;
}
svg g.en {
  display: block;
}
svg g.cn {
  display: none;
}
@media screen and (max-width: 1750px) {
  #header .nav .menu-box .menu > li {
    margin: 0 10px;
  }
  #header .nav {
    padding: 0 10%;
  }
}
@media screen and (max-width: 1400px) {
  .container {
    width: 1200px;
  }
  #banner .banner-list ul li .text h2 {
    font-size: 32px;
    line-height: 40px;
  }
  #index-body h2.h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .container {
    width: 970px;
  }
  .huipack {
    display: none !important;
  }
  #header .nav {
    padding: 0 2%;
  }
  #banner .banner-list ul li .text {
    top: 14%;
  }
  #index-body .i-news .news-list ul li .grid-box .column:nth-child(2) h2 {
    font-size: 20px;
    padding: 5px 0;
  }
}
@media screen and (max-width: 1000px) {
  .container {
    width: 700px;
  }
  #banner .banner-list ul li .text h2 {
    font-size: 20px;
    line-height: 30px;
  }
  #banner .banner-list ul li .text a.more {
    font-size: 14px;
    width: 115px;
    height: 44px;
    line-height: 44px;
    margin-right: 5px;
  }
  #banner .banner-list .slick-dots {
    bottom: 20px;
  }
  #index-body .i-why .grid-box .column p {
    font-size: 15px;
  }
  #index-body .i-why .grid-box .column h3 {
    font-size: 25px;
  }
  #index-body .i-about p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 5px;
  }
  #index-body .i-netowrk img {
    margin: 10px auto 0;
  }
  #index-body .i-news .news-list ul li .grid-box .column {
    width: 100% !important;
  }
  #index-body .i-news .news-list ul li .grid-box .column img {
    display: block;
    margin: 0 auto;
    padding-bottom: 20px;
  }
  #index-body .i-partner .partner {
    margin-top: 20px;
  }
  #footer .footer-top .i-company,
  #footer .footer-top .i-table {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .service-page .news-2 span{
    color: #222!important;
  }
  .huifoot , p.youp , .you1{
    display: none !important;
  }
  .main-form ul li input, .main-form ul li textarea{
    margin-top: 15px;
  }
  .about-page .about-1 .box,
  .about-page .about-1, .about-page .about-2, .about-page .about-3, .product-page .product-2, .contact-page .contact-1{
    padding-top: 0!important;
  }
  .about-page .about-third-bar .team-box {
    margin-bottom: 0;
  }
  .about-4.aboutxxxx h2.underline{
    font-size: 20px;
  }
  .about-page .a-factory1{
    margin-top:-50px;
  }
  .container {
    width: 100%;
  }
  #banner .banner-list .slick-dots {
    bottom: 5px;
    padding: 5px 0;
  }
  #banner .banner-list .slick-arrow,
  .about-4.about-factory {
    display: none !important;
  }
  #banner .banner-list ul li .text {
    width: 50%;
    left: 15%;
  }
  #banner .banner-list ul li .text p,
  #banner .banner-list ul li .text a.more {
    display: none;
  }
  #banner .banner-list ul li .text h2 {
    font-size: 16px;
  }
  #index-body .i-why,
  #index-body .i-netowrk,

{
    display: none;
  }
  #index-body .i-news .news-list ul li .grid-box .column:nth-child(2) h2{
  font-size:16px;}
  #index-body .i-news .news-list ul li .grid-box .column:nth-child(2) p{
  font-size:14px;}
  #index-body .i-about {
    padding: 30px 0;
  }
  #index-body .i-partner .partner ul li{
  width:30%;
  }
  #footer .footer-top .i-company ul li{
  width:100%;
  text-align:center;}
  #footer .footer-top .i-company h2{
  text-align:center;
  }
  .grid-box.two > .column,
  .product-page .product-2 ul li {
    width: 100%!important;
    padding: 0!important;
  }
  .product-page .product-2 ul li{
    margin-top:30px;
  }
  .product-page .product-2 ul li a span img{
    max-height: none!important;
  }
  .product-page .product-2 ul li a h4{
    font-size: 16px!important;
    padding: 0 20px!important;
  }
  .contact-page .contact-1 .right{
    margin-top:40px!important;
  }
  #index-body .i-about .grid-box .column:nth-child(1) {
    margin-bottom: 10px;
  }
  #index-body .i-about .grid-box .column:nth-child(2) {
    display: none;
  }
  #index-body h2.h2 {
    font-size: 20px;
  }
  #index-body a.more {
    margin-top: 10px;
  }
  #index-body .i-product .cat-text .column {
    width: 100% !important;
    padding-bottom: 30px;
  }
  #index-body .i-product {
    padding: 30px 0;
  }
  #index-body .i-product .cat-text .column:nth-child(1) .intro h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  #index-body .i-product .cat-text .column:nth-child(1) .intro {
    margin-top: 10px;
  }
  #index-body .i-product .menu-cat {
    margin-top: 20px;
  }
  #footer .footer-bottom p {
    font-size: 14px;
  }
  #footer .footer-bottom p.fl {
    width: 100%;
    text-align: center;
  }
  h2.underline,.inner-page h5 {
    font-size: 20px;
}
#footer .footer-bottom p{
  text-align: center;
  width: 100%;
}
}


/*add*/
.newslist ul {
  margin: -25px;
}
.newslist ul li {
  padding: 25px;
}
.newslist ul li .box {
  display: block;
  background: white;
  text-align: left;
}
.newslist ul li .box a.img-box {
  display: block;
}
.newslist ul li .box a.img-box img {
  width: 100%;
}
.newslist ul li .box .content {
  display: block;
  padding: 40px 30px;
}
.newslist ul li .box .content h3 {
  display: block;
  font-size: 18px;
  color: black;
  font-family: "roboto";
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.newslist ul li .box .content h3:hover {
  color: #004694;
}
.newslist ul li .box .content p {
  font-size: 16px;
  color: #777777;
  line-height: 30px;
  font-family: "Arial";
  margin-bottom: 10px;
}
.newslist ul li .box .content a.more {
  display: block;
  font-size: 16px;
  color: #004694;
  text-transform: uppercase;
}
.newslist ul li .box .content a.more:hover {
  text-decoration: underline;
}
.inner-banner {
  display: block;
  height: 250px;
  padding-top: 100px;
  background-attachment: fixed;
}
.inner-banner .box {
  text-align: center;
}
h2.underline{
    position:relative;
    font-size: 62px;
    text-transform: uppercase;
    display: inline-block;
    line-height: 62px;
    margin-top: 10px;
}
.underline:after {
    content: '';
    width: 116%;
    height: 40%;
    display: block;
    background: #004694;
    position: absolute;
    left: -5px;
    bottom: 0;
    z-index: -1;
}
.inner-banner .box .content {
  max-width: 1240px;
  margin: 0 auto;
  text-align: left;
}
.inner-banner .box .content h2 {
  font-size: 40px;
  text-transform: capitalize; 
  color:#fff;
  line-height: 88px;
}
.hepack {
  text-transform: capitalize;
  color: #fff;
  font-size: 18px;
  line-height: 32px;
}



.you1 {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px;
}
















.inner-banner .box .content h2.hhp {
  text-transform: capitalize;
  color: #fff;
  font-size: 18px;
  line-height: 32px;
}
.inner-banner .box .content .mbx {
  display: block;
  font-size: 18px; color:#fff;
  margin-top: 20px;
} 
.inner-banner .box .content .mbx a,
.inner-banner .box .content .mbx span {
  display: inline-block;
  font-size: 16px;
  text-transform: capitalize; 
  color:#fff;
  line-height:30px;
}
.inner-banner .box .content .mbx a:hover {
  text-decoration: underline;
}
.inner-page {
  font-size: 18px;
  line-height: 38px; 
  color:#000;
  background: #fff;
}
.inner-page .column {
  font-size: 18px;
}
.inner-page .m-page {
  margin-top: 80px;
  text-align: center;
}
.inner-page .m-page a,
.inner-page .m-page span {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
  font-size: 16px;
  text-transform: uppercase;
}
.inner-page .m-page span.current,
.inner-page .m-page a:hover {
  background: #004694;
  color:#fff;
}
.inner-page .m-page a.previouspostslink,
.inner-page .m-page a.nextpostslink,
.inner-page .m-page a.first,
.inner-page .m-page a.last {
  width: auto;
}
.inner-page .m-page a.previouspostslink:hover,
.inner-page .m-page a.nextpostslink:hover,
.inner-page .m-page a.first:hover,
.inner-page .m-page a.last:hover {
  background: none;
  text-decoration: underline;
}
.inner-page .inner-nav .box {
  padding: 10px 0;
  text-align: left;
  border-bottom: 1px solid #ececec;
}
.inner-page .inner-nav .box ul li {
  width: auto;
  padding: 10px;
}
.inner-page .inner-nav .box ul li a,
.inner-page .inner-nav .box ul li a.active{
  display: block;
  width: 100%;
  border: 1px solid #ececec;
  padding: 10px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.inner-page .inner-nav .box ul li a:hover{
  background:#e60012;
  color: #fff;
}
.inner-page .inner-nav .box ul li i {
  height: 60px;
  display: block;
}
.inner-page .inner-nav .box ul li h4 {
  font-size: 16px;
    text-transform: capitalize;
    padding: 0 25px;
    line-height: 28px;
}
.inner-page .inner-nav .box ul li h4:after {
  width: 100%;
  left: 0;
  height: 12px;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  bottom: -12px;
}
.inner-page .inner-nav .box ul li:hover h4:after,
.inner-page .inner-nav .box ul li.active h4:after {
  opacity: 1;
  bottom: 0;
}
.about-page .about-1 {
  padding: 0px 0 120px;
  background: #fff;
}
.about-page .about-1:before {
  top: 10%;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  color: #1b1b1b;
}
.about-page .about-1 .box {
  padding: 40px 0 80px;
}
.about-page .about-1 .box .left {
  padding-right: 5%;
  vertical-align: middle;
  width: 45%;
}
.about-page .about-1 .box .right {
  vertical-align: middle;
  width: 55%;
}
.about-page .about-1 .box .right h3 {
  font-size: 32px;
  line-height: 40px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.about-page .about-1 .box .right .content {
  font-size: 16px;
  color: #222;
  line-height: 29px;
}
.about-page .about-1 .box2 {
  display: block;
  text-align: center;
}
.about-page .about-1 .box2 ul {
  margin: 0 -15px;
}
.about-page .about-1 .box2 ul li {
  padding: 0 15px;
	-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
.about-page .about-1 .box2 ul li:hover {
	-webkit-transform: translateY(-15px);
-moz-transform: translateY(-15px);
-ms-transform: translateY(-15px);
-o-transform: translateY(-15px);
transform: translateY(-15px);
}
.about-page .about-1 .box2 ul li i {
  height: 50px;
  display: block;
}
.about-page .about-1 .box2 ul li h3 {
  font-size: 62px;
  line-height: 50px;
  margin-top: 20px;
}
.about-page .about-1 .box2 ul li p {
  font-size: 18px;
  color: #6c6c6c;
  font-family: "roboto";
  margin-top: 21px;
  text-transform: capitalize;
}
.about-page .about-2 {
  display: block;
  padding: 150px 0 100px;
  background: #f5f5f5;
  text-align: center;
}
.about-page .about-2 .box {
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
}
.about-page .about-2 .box ul {
  margin: 0 -20px;
}
.about-page .about-2 .box ul li {
  padding: 0 20px;
}
.about-page .about-2 .box .btn .prev,
.about-page .about-2 .box .btn .next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 16px;
  color: white;
  text-transform: uppercase;
  cursor: pointer;
  cursor: hand;
  width: auto;
  height: auto;
  background: none;
}
.about-page .about-2 .box .btn .prev img,
.about-page .about-2 .box .btn .next img {
  display: block;
  margin-top: 5px;
  width: 130px;
  max-width: 130px;
}
.about-page .about-2 .box .btn .prev {
  right: 100%;
  margin-right: 60px;
  text-align: right;
}
.about-page .about-2 .box .btn .next {
  left: 100%;
  margin-left: 60px;
  text-align: left;
}
.about-page .about-3 {
  padding: 130px 0 80px;
  background: #003673;
}
.about-page .about-3:before {
  color: #013a7b;
}
.about-page .about-3 .box {
  padding-top: 80px;
  text-align: center;
}
.about-page .about-3 .box ul {
  max-width: 1240px;
  margin: 0 auto;
  text-align: left;
}
.about-page .about-3 .box ul li {
  display: block;
  position: relative;
}
.about-page .about-3 .box ul li:before {
  content: '';
  border: 3px solid white;
  border-radius: 100%;
  position: absolute;
  top: 15px;
  left: 15%;
  display: block;
  margin-left: -2px;
}
.about-page .about-3 .box ul li:after {
  content: '';
  display: block;
  width: 1px;
  height: 80%;
  position: absolute;
  left: 15%;
  top: 30px;
  background: rgba(255, 255, 255, 0.3);
}
.about-page .about-3 .box ul li .left {
  width: 20%;
  padding-right: 5%;
}
.about-page .about-3 .box ul li .right {
  width: 80%;
  padding-bottom: 50px;
}
.about-page .about-3 .box ul li h4{
  font-size: 38px;
  font-family: "roboto";
  font-weight: 600;
  text-transform: uppercase;
}
.about-page .about-3 .box ul li h4 p {
	color:inherit;
	font:inherit;
	line-height:inherit;
	margin:inherit;
}
.about-page .about-3 .box ul li p {
  font-size: 20px;
  color: #c5c5c5;
  line-height: 24px;
  margin-top: 20px;
}
.about-page .about-4 {
  padding-top: 120px;
  background: #f9f9f9;
}
.about-page .about-4 .bottom {
  padding-top: 100px;
  padding-bottom: 80px;
}
.about-page .about-4.about-factory .bottom ul{
  width:72.5%;
  float: left;
}
.about-page .about-4 .bottom ul li a {
  display: block;
}
.about-page .about-4 .bottom ul li a:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: none;
}
.about-page .about-4 .bottom ul li a:hover:after {
  opacity: 0;
}
.about-page .a-factory1{
  padding: 30px 0 50px;
}
.about-page .a-factory1 ul li{
padding: 40px 5px;
}
.why-page {
  background: #181818;
}
.why-page .box ul li {
  display: block;
}
.why-page .box ul li .left {
  vertical-align: middle;
  text-align: center;
  padding: 0 15px;
}
.why-page .box ul li .left .box2 {
  display: inline-block;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  text-align: left;
}
.why-page .box ul li .left h2 {
  font-size: 72px;
}
.why-page .box ul li .left h2:after {
  width: 110%;
}
.why-page .box ul li .left h3 {
  font-size: 36px;
  margin: 35px 0 15px;
}
.why-page .box ul li .left .content {
  display: block;
  font-size: 18px;
  color: #d1d1d1;
  line-height: 28px;
}
.why-page .box ul li .right {
  vertical-align: middle;
}
.why-page .box ul li:nth-child(even) .left {
  position: relative;
  left: 50%;
}
.why-page .box ul li:nth-child(even) .right {
  position: relative;
  left: -50%;
}
.product-page {
  background: #fff;
}
.product-page .product-2 {
  padding: 90px 0;
  text-align: center;
}
.product-page .product-2 ul {
  margin: -40px -100px;
}
.product-page .product-2 ul li {
  padding: 40px 20px;
}
.product-page .product-2 ul li a span {
  display: block;
  padding: 10px 10px;
  background: #f7f7f7;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-page .product-2 ul li a h4 {
  font-size: 16px;
  text-transform: capitalize;
  margin-top: 30px;
  padding: 0 10px;
}
.product-page .product-2 ul li a:hover span {
  background: #e50011;;
}
.prodet-page {
  background: #f4f4f4;
}
.prodet-page h3 {
  display: inline-block;
  font-size: 36px;
  text-transform: capitalize;
  line-height: 1.4;
}
.underline0 {
  display: inline-block;
  font-size: 30px;
  text-transform: capitalize;
  line-height: 1.4;
}
.prodet-page .prodet-1 {
  padding-top: 100px;
}
.prodet-page .prodet-1 .left {
  padding-right: 25px;
  vertical-align: middle;
  text-align: center;
}
.prodet-page .prodet-1 .left span {
  display: block;
  background: #151515;
  padding: 2% 0;
}
.prodet-page .prodet-1 .left .gallery {
  display: block;
  padding-top: 4px;
}
.prodet-page .prodet-1 .left .gallery ul {
  margin: -2px;
}
.prodet-page .prodet-1 .left .gallery li {
  padding: 2px;
  width: 20%;
  float: left;
}
.prodet-page .prodet-1 .left .gallery li a {
  display: block;
  background: #151515;
  padding: 10% 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .left .gallery li a img {
  max-height: 70px;
  margin: 0 auto;
  width: auto;
}
.prodet-page .prodet-1 .left .gallery li a i,
.prodet-page .prodet-1 .left .gallery li a span {
  display: none;
}
.prodet-page .prodet-1 .left .gallery li a:hover {
  background: #004694;
}
.prodet-page .prodet-1 .right {
  padding-left: 25px;
  vertical-align: middle;
}
.prodet-page .prodet-1 .right .content {
  padding: 40px 0 130px;
}
.prodet-page .prodet-1 .right .content div li{
  font-family: Arial; 
  line-height: 28px;
  font-size: 16px;
}
.prodet-page .prodet-1 .right .content h4 {
  display: block;
  font-size: 20px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.prodet-page .prodet-1 .right .content p {
  font-size: 18px;
}
.prodet-page .prodet-1 .right a.more {
  display: inline-block;
  line-height: 44px;
  height: 44px;
  border-radius: 5px;
  background: #e50011;
  padding: 0 20px;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 {
  padding-top: 90px;
}
.prodet-page .prodet-2 .content {
  padding-top: 60px;
  font-size: 16px;
}
.m-link {
    margin-top: 25px;
    font-size: 15px;
   
}
.abo1 {
  margin-top: 20px;
}
.prodet-page .prodet-2 .content table {
  background: #fff; 
  width: 100%;
  margin-top: 10px;
}
.prodet-page .prodet-2 .content table td,
.prodet-page .prodet-2 .content table th {
  padding: 10px 50px;
  border: none;
}
.prodet-page .prodet-2 .content table tr {
  background: #ccc;
}
.prodet-page .prodet-2 .content table tr:nth-of-type(2n) {
  background: #fff;
}
.prodet-page .prodet-2 .content table tr {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .content table tr:hover {
  background: #004694;
}
.prodet-page .prodet-3 {
  padding: 90px 0;
}
.prodet-page .prodet-3 .box {
  text-align: center;
  padding-top: 70px;
}
.prodet-page .prodet-3 .box ul {
  margin: 0 -8px;
}
.prodet-page .prodet-3 .box ul li {
  padding: 0 8px;
}
.prodet-page .prodet-3 .box ul li a {
  display: block;
  padding: 10% 0;
}
.prodet-page .prodet-3 .box ul li a img {
  margin: 0 auto;
}
.prodet-page .prodet-3 .box ul li a h4 {
  width: 100%;
  font-size: 16px;
  padding: 0 15px;
  margin-top: 20px;
}
/*.prodet-page .prodet-3 .box ul li a:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: 1;
  opacity: 0;
}
.prodet-page .prodet-3 .box ul li a:hover h4 {
  opacity: 1;
  color: #fff;
}
.prodet-page .prodet-3 .box ul li a:hover:before {
  opacity: 1;
}*/
.news-page {
  background: #fff;
}
.news-page .inner-nav li {
  padding: 0 5%;
}
.news-page .news-2 {
  padding: 80px 0 60px;
}
.contact-page .contact-1 {
  padding: 90px 0 100px;
}
.contact-page .contact-1 h3 {
  font-size: 40px;
  text-transform: uppercase;
  display: inline-block;
}
.contact-page .contact-1 h3:after {
  width: 230px;
}
.contact-page .contact-1 ul {
  padding-top: 40px;
}
.contact-page .contact-1 .left ul li {
  display: block;
  font-size: 18px;
  line-height: 40px;
}
.contact-page .contact-1 .left ul li.tel {
  padding-left: 44px;
  text-indent: -44px;
}
.contact-page .contact-1 .right ul {
  margin: -7px;
}
.main-form li {
  padding: 7px;
}
.main-form ul li input,
.main-form ul li textarea {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: black;
  padding: 0 20px;
}
.main-form ul li.wid-100 {
  width: 100%!important;
}
.main-form ul li textarea {
  height: 140px;
  line-height: 30px;
  padding: 10px 20px;
}
.main-form ul li.yzm {
  position: relative;
}
.main-form ul li.yzm input {
  padding-right: 80px;
}
.main-form ul li.yzm img {
  position: absolute;
  left:62%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100px;
}
.main-form ul li.sub input {
  width: auto;
  padding: 0 50px;
  color: white;
  text-transform: uppercase;
  background: #004694;
  border: none;
}
.contact-page .contact-2 {
  position: relative;
  height: 100%;
}
.contact-page .contact-2 .button-group .button {
  background: #004694 !important;
}
.contact-page .contact-2 #mapContainer {
  max-height: 80%;
}
.lg-page {
  padding: 80px 0 40px;
}
.lg-page .newslist {
  padding-top: 0;
}
.faq-page {
  padding: 60px 0;
}
.faq-page .faq-list h3 {
  font-size: 40px;
  text-transform: uppercase;
  display: inline-block;
}
.faq-page .faq-list ul {
  padding-top: 40px;
}
.faq-page .faq-list ul li {
  display: block;
  padding-bottom: 15px;
}
.faq-page .faq-list ul li h4 {
  font-size: 20px;
  color: black;
  padding: 15px 40px 15px 20px;
  background: white;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  position: relative;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.faq-page .faq-list ul li h4:after {
  content: "\f067";
  font-family: "FontAwesome";
  position: absolute;
  top: 15px;
  right: 15px;
}
.faq-page .faq-list ul li p {
  padding: 20px 40px;
  background: #222;
  display: none;
}
.faq-page .faq-list ul li.active h4 {
  background: #004694;
  color: white;
}
.faq-page .faq-list ul li.active h4:after {
  content: "\f068";
}
@media screen and (max-width: 1650px) {
  .inner-page {
    overflow: hidden;
  }
  .inner-banner {
    height: 600px;
    padding-top: 250px;
  }
  .inner-banner .box .content h2 {
    font-size: 20px;
    line-height: 60px;
  }
  .faq-page .faq-list ul li h4 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
  }
  .faq-page .faq-list ul li h4:after {
    top: 12px;
  }
  .inner-page,
  .inner-page .column,
  .about-page .about-1 .box2 ul li p {
    font-size: 16px;
    line-height: 32px;
  }
  .contact-page .contact-1 .left ul li {
    font-size: 20px;
  }
  .contact-page .contact-1 .left ul li.tel {
    text-indent: -36px;
    padding-left: 36px;
  }
  .main-form ul li input,
  .main-form ul li textarea,
  .inner-page .inner-nav .box ul li h4 {
    font-size: 18px;
  }
  #mapContainer {
    height: 400px !important;
  }
  .prodet-page .prodet-3 .box ul li a img {
    max-height: 260px;
  }
  .about-page .about-1 .box2 ul li h3 {
    font-size: 50px;
    line-height: 44px;
  }
  .about-page .about-2 .box .btn {
    display: none;
  }
  .about-page .about-3 .box ul li h4 {
    font-size: 34px;
  }
  .about-page .about-3 .box ul li:before {
    top: 12px;
  }
}
@media screen and (max-width: 1420px) {
  .about-page .about-1,
  .about-page .about-2,
  .about-page .about-3,
  .product-page .product-2,
  .contact-page .contact-1 {
    padding: 60px 0;
  }
  .about-page .about-1 .box .right h3 {
    font-size: 30px;
    line-height: 30px;
  }
  .about-page .about-1 .box {
    padding: 60px 0;
  }
  .about-page .about-2 .box ul li {
    padding: 0 15px;
  }
  .about-page .about-2 .box ul {
    margin: 0 -15px;
  }
  .about-page .about-3 .box ul li h4 {
    font-size: 30px;
  }
  .about-page .about-4 {
    padding-top: 80px;
  }
  .about-page .about-4 .bottom {
    padding-top: 60px;
  }
  .news-page .news-2 {
    padding: 40px 0;
  }
  .news-page .news-2 .newslist {
    padding-top: 0;
  }
  .inner-page .m-page {
    margin-top: 50px;
  }
  .inner-page .inner-nav .box ul li h4 {
    font-size: 16px;
  }
  .product-page .product-2 ul li a span img {
    max-height: 300px;
  }
  .product-page .product-2 ul li {
    padding: 30px 15px;
  }
  .product-page .product-2 ul {
    margin: -30px -15px;
  }
  .prodet-page .prodet-1 .right .content {
    padding: 40px 0;
  }
  .prodet-page h3,
  .faq-page .faq-list h3,
  .contact-page .contact-1 h3 {
    font-size: 40px;
  }
  .prodet-page .prodet-3,
  .prodet-page .prodet-1,
  .prodet-page .prodet-2 {
    padding-top: 50px;
  }
  .prodet-page .prodet-3 {
    padding-bottom: 20px;
  }
  .inner-banner .box .content h2 {
    font-size: 20px;
    line-height: 44px;
  }
  .inner-banner {
    height: 500px;
    padding-top: 240px;
  }
}
@media screen and (max-width: 1200px) {
  .newslist ul li .box .content {
    padding: 20px 10px;
  }
  .prodet-page h3,
  .faq-page .faq-list h3,
  .contact-page .contact-1 h3 {
    font-size: 30px;
  }
  .underline0 {
    font-size: 24px;
	margin-top:20px;
	line-height:40px;
}
  .main-form .right ul li input,
  .main-form .right ul li textarea {
    font-size: 16px;
  }
  .main-form .right ul li input {
    padding: 0 15px;
  }
  .main-form .right ul li textarea {
    padding: 10px 15px;
  }
  .prodet-page .prodet-2 .content table td,
  .prodet-page .prodet-2 .content table th {
    padding: 10px 15px;
  }
  .prodet-page .prodet-3 .box ul li a img {
    max-height: 180px;
  }
  .prodet-page .prodet-3 .box {
    padding-top: 40px;
  }
  .inner-page .inner-nav .box ul li h4 {
    padding: 0 10px;
    font-size: 14px;
  }
  .inner-page .inner-nav .box ul li i {
    height: 40px;
  }
  .inner-page .inner-nav .box ul li i img {
    max-height: 100%;
  }
  .inner-page .inner-nav .box {
    padding: 20px 0;
  }
  .product-page .product-2 ul li a span img {
    max-height: 200px;
  }
  .product-page .product-2 ul li a h4 {
    font-size: 18px;
    margin-top: 15px;
  }
  .product-page .product-2 ul li {
    padding: 15px;
  }
  .product-page .product-2 ul {
    margin: -15px;
  }
  .inner-page .m-page {
    margin-top: 30px;
  }
  .about-page .about-1 .box .right h3 {
    font-size: 24px;
    line-height: 44px;
	margin-top:20px;
  }
  .about-page .about-1 .box .left {
    padding-right: 15px;
  }
  .about-page .about-1 .box2 ul li h3 {
    font-size: 40px;
    line-height: 34px;
  }
  h2,
  #index-body .init-1 .box .content ul li h3 {
    font-size: 34px;
    line-height: 34px;
  }
  .about-page .about-3 .box ul li p {
    font-size: 18px;
    margin-top: 10px;
  }
  .about-page .about-3 .box ul li h4 {
    font-size: 24px;
  }
  .about-page .about-4,
  .about-page .about-3 .box,
  .about-page .about-4 .bottom {
    padding-top: 40px;
  }
  .prodet-page .prodet-1 .right {
    padding-left: 15px;
  }
  .prodet-page .prodet-1 .left {
    padding-right: 15px;
  }
  .prodet-page .prodet-2 .content {
    padding-top: 30px;
    font-size: 16px;
  }
  .contact-page .contact-1 .left ul li {
    font-size: 18px;
    line-height: 40px;
  }
  .contact-page .contact-1 .left ul li.tel {
    text-indent: -32px;
    padding-left: 32px;
  }
  .main-form .right ul li input,
  .main-form .right ul li textarea {
    line-height: 40px;
    height: 40px;
  }
  .main-form .right ul li textarea {
    height: 120px;
    padding: 5px 15px;
    line-height: 30px;
  }
  .newslist ul li .box .content {
    padding: 15px 10px;
  }
  .newslist ul li .box .content h3 {
    font-size: 16px;
  }
  .main-form {
    width: 100%;
    padding-top: 30px;
  }
  .contact-page .contact-1 .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .prodet-page .prodet-1 .right {
    padding-left: 0;
    width: 100%;
    padding-top: 30px;
  }
  .inner-nav {
    display: none;
  }
  .about-page .about-1 .box2 ul li {
    width: 25%;
  }
  .about-page .about-1 .box2 ul li i {
    height: 40px;
  }
  .about-page .about-1 .box2 ul li i img {
    max-height: 100%;
  }
  .about-page .about-1 .box .left {
    width: 100%;
  }
  .about-page .about-1 .box .right {
    width: 100%;
    padding-top: 30px;
  }
  .inner-banner {
    height: 300px;
    background-size: auto 400px;
    padding-top: 100px;
    background-position: center top;
  }
	.why-page .box ul li:nth-child(even) .left {
		left:0;
	}
	.why-page .box ul li:nth-child(even) .right {
		left:0;
		right:0;
	}
	.why-page .box ul li .left {
		width:100%;
		padding:30px 0;
	}
	.why-page .box ul li .right {
		width:100%;
	}
	.why-page .box ul li .left .box2 {
		max-width:none;
		padding:0 15px;
	}
	.why-page .box ul li .left h2 {
		font-size:50px;
	}
	.why-page .box ul li .left h3 {
		font-size:28px;
	}
}
@media screen and (max-width: 700px) {
  .about-page .about-1 .box2 ul li p {
    font-size: 14px;
  }
  .about-page .about-1 .box2 ul li h3 {
    font-size: 30px;
  }
  .about-page .about-2 .box ul li img {
    width: 100%;
  }
  h2,
  #index-body .init-1 .box .content ul li h3,
  .prodet-page h3,
  .faq-page .faq-list h3,
  .contact-page .contact-1 h3 {
    font-size: 22px;
    line-height: 28px;
  }
  
  .inner-banner {
    height: 200px;
    padding-top: 30px;
    background-size: auto 300px;
  }
  .inner-banner .box .content h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .product-page .product-2{
    padding: 30px 0;
  }
  .prodet-page .prodet-2 .content table {
    width: 100%;
    display: inline-block;
    overflow: auto;
    word-break: keep-all;
  }
  .inner-page{
    margin-top: 50px;
  }
  .grid-box.three>.column {
    width: 50%;
}
.news-page .grid-box.three>.column{
width: 100%;
}
  .packfooter{
    display: none !important;
  }
}
@media screen and (max-width: 500px) {
  .inner-banner .box .content .mbx{
    font-size: 12px;
	line-height:24px;
	margin-top:10px;
  }

  .about-page .about-1 .box2 ul li {
    width: 50%;
  }
  .about-page .about-3 .box ul li h4 {
    font-size: 20px;
  }
  .contact-page .contact-2 #mapContainer {
    height: 280px !important;
  }
}


.layui-layer-content.layui-layer-padding{
  color: #000;
}
div.info-middle {
    color: #000;
}



.about-page .about-third-bar {
    background: #f5f5f5;
}
.about-page .about-third-bar .team-arr {
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    border: 1px solid #cdcdcd;
    cursor: pointer;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    position: absolute;
    width: 42px;
    height: 42px;
    right: 0;
    top: 90px;
    background-position: center;
    background-repeat: no-repeat;
}
.about-page .about-third-bar .team-arr.team-arr-l {
    background-image: url(../images/produce-arr-l.png);
    right: 52px;
}
.about-page .about-third-bar .team-arr.team-arr-r {
    background-image: url(../images/produce-arr-r.png);
}
.about-page .about-third-bar .team-arr:hover {
    background-color: #fff;
}
.about-page .about-third-bar .team-box {
    margin-bottom: 87px;
}
.about-page .about-third-bar .team-box ul li {
  padding: 0 20px;
    text-align: center;
}
.about-page .about-third-bar .team-box ul li img {
    width: 130px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    margin:0 auto;
    -o-border-radius: 100%;
}
.about-page .about-third-bar .team-box ul li h5 {
    font-size: 24px;
    color: #252525;
    margin: 27px 0 11px;
}
.about-page .about-third-bar .team-box ul li p {
    font-style: italic;
    font-size: 16px;
    color: #636363;
}

.about-page .pc-tit {
    color: #252525;
    font-size: 48px;
    line-height: 195px;
}


.tab-content{

	position: relative;

}

.tab-content .arr-box{

	position: absolute;

	bottom: 0px;

	left: 37%;

	width: 92px;

	margin-left: -46px;

}

.tab-content .arr-box .fa{

	width: 40px;

	height: 40px;

	border-radius: 100%;

	border: 1px solid #000;

	color: #000;

	text-align: center;

	line-height: 40px;

	font-weight: normal;

	font-size: 12px;

	cursor: pointer;

}

.tab-content .arr-box .fa.fa-arrow-left{

	margin-right: 10px;

}

.ajax-mod.fr{

	width: 24%;

	padding: 74px 30px 0;

	background: #fff;

	box-shadow: 0 0 5px 0 rgba(0,0,0,.4);

	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.4);

	-moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.4);

	-ms-box-shadow: 0 0 5px 0 rgba(0,0,0,.4);

	-o-box-shadow: 0 0 5px 0 rgba(0,0,0,.4);

	height: 536px;

}

.ajax-mod.fr h3{

	font-size: 24px;

	color: #252525;

	margin-bottom: 44px;

}

.ajax-mod.fr p{

	font-size: 14px;

	color: #313131;

	line-height: 2em;

}

.inner-page.about-page .top .tab-box li{
  transition: 0.3s ease;
-webkit-transition: 0.3s ease;
-moz-transition: 0.3s ease;
-ms-transition: 0.3s ease;
-o-transition: 0.3s ease;
margin-left: 40px;
border-bottom: 3px solid transparent;
    border-bottom-color: transparent;
float: left;
color: #636363;
font-size: 18px;
padding-bottom: 2px;
cursor: pointer;
}
.inner-page.about-page .top .tab-box li:first-child {
    margin-left: 0;
}
.inner-page.about-page .top .tab-box li:hover, 
.inner-page.about-page .top .tab-box li.active {
    color: #ef402a;
    border-color: #ef402a;
}
@media screen and (max-width: 1000px) {
  h2.underline{
    font-size: 36px;
  }
  .ajax-mod.fr{
    padding: 16px 20px 0;
  }
  .ajax-mod.fr h3 {
    font-size: 18px;
  }
  .about-page .about-4.about-factory .bottom ul {
      width: 100%;
  }
  .ajax-mod.fr{
    width: 100%;
    height: auto;
    padding-bottom: 30px;
  }
}

.side {
	position: fixed;
	width: 54px;
	height: 160px;
	right: 0;
	/* top: 234px;*/
	bottom: 20px;
	z-index: 100;
}
.side ul li {
	width:54px;
	height:54px;
	float:left;
	position:relative;
	border-bottom:1px solid #444;
}
.side ul li .sidebox {
	position:absolute;
	width:54px;
	height:54px;
	top:0;
	right:0;
	transition:all 0.3s;
	background:#000;
	opacity:0.8;
	filter:Alpha(opacity=80);
	color:#fff;
	overflow:hidden;
}
.side ul li .sidetop {
	width:54px;
	height:54px;
	line-height:54px;
	display:inline-block;
	background:#000;
	opacity:0.8;
	filter:Alpha(opacity=80);
	transition:all 0.3s;
}
.side ul li .sidetop:hover {
	background:#014099;
	opacity:1;
	filter:Alpha(opacity=100);
}
.side ul li img {
	float:left;
	width: auto;
}


.Floating-sidebar {
    position: fixed;
    left: 0;
    top: 50%;
-webkit-transform: translate(0,-50%);
-moz-transform: translate(0,-50%);
-ms-transform: translate(0,-50%);
-o-transform: translate(0,-50%);
transform: translate(0,-50%);
z-index: 20;
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
.Floating-sidebar.active {
-webkit-transform: translate(-100%,-50%);
-moz-transform: translate(-100%,-50%);
-ms-transform: translate(-100%,-50%);
-o-transform: translate(-100%,-50%);
transform: translate(-100%,-50%);
}
.Floating-sidebar span {
    position: absolute;
    top: 50%;
    left: 100%;
-webkit-transform: translate(-100%,-50%);
-moz-transform: translate(-100%,-50%);
-ms-transform: translate(-100%,-50%);
-o-transform: translate(-100%,-50%);
transform: translate(-100%,-50%);
width: 20px;
height: 60px;
line-height: 60px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
background: rgba(0, 0, 0, 0.7);
color: white;
text-align: center;
font-size: 16px;
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
z-index: -1;
cursor: pointer;
cursor: hand;
}
.Floating-sidebar.active span {
-webkit-transform: translate(0,-50%);
-moz-transform: translate(0,-50%);
-ms-transform: translate(0,-50%);
-o-transform: translate(0,-50%);
transform: translate(0,-50%);
}
.Floating-sidebar ul li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #e60012;
    color: white;
    font-size: 18px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    position: relative;
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
cursor: pointer;
cursor: hand;
}
.Floating-sidebar ul li:first-child {
    border-top-right-radius: 5px;
}
.Floating-sidebar ul li:last-child {
    border-bottom-right-radius: 5px;
    border-bottom: none;
}
.Floating-sidebar ul li.wechat img {
    width: 120px;
    position: absolute;
    left: 100%;
    top: 0;
    opacity: 0;
-webkit-transform: translateX(-100%);
-moz-transform: translateX(-100%);
-ms-transform: translateX(-100%);
-o-transform: translateX(-100%);
transform: translateX(-100%);
z-index: -1;
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
max-width: none;
}
.Floating-sidebar ul li:hover,
.Floating-sidebar ul li.active {
    background: #ad0815;
}
.Floating-sidebar ul li.wechat:hover img {
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
opacity: 1;
}
.Floating-sidebar ul li.close a:after,
.Floating-sidebar ul li.close a:before {
    content: '';
    width: 50%;
    height: 2px;
    position: absolute;
    top: 50%;
-webkit-transform: translate(-50%,-50%) rotate(45deg);
-moz-transform: translate(-50%,-50%) rotate(45deg);
-ms-transform: translate(-50%,-50%) rotate(45deg);
-o-transform: translate(-50%,-50%) rotate(45deg);
transform: translate(-50%,-50%) rotate(45deg);
background: white;
}
.Floating-sidebar ul li.close a:before {
-webkit-transform: translate(-50%,-50%) rotate(-45deg);
-moz-transform: translate(-50%,-50%) rotate(-45deg);
-ms-transform: translate(-50%,-50%) rotate(-45deg);
-o-transform: translate(-50%,-50%) rotate(-45deg);
transform: translate(-50%,-50%) rotate(-45deg);
}
.Floating-sidebar dl {
    position: absolute;
    top: 0;
    left: 100%;
    width: 240px;
    background: white;
    padding: 15px;
-moz-box-shadow: 0 0 10px rgba(0,0,0,.2);
-o-box-shadow: 0 0 10px rgba(0,0,0,.2);
box-shadow: 0 0 10px rgba(0,0,0,.2);
-webkit-transform: translateX(-120%);
-moz-transform: translateX(-120%);
-ms-transform: translateX(-120%);
-o-transform: translateX(-120%);
transform: translateX(-120%);
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
z-index: -1;
opacity: 0;
}
.Floating-sidebar.form2 dl {
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
opacity: 1;
}
.Floating-sidebar.active.form2 dl {
-webkit-transform: translateX(-120%);
-moz-transform: translateX(-120%);
-ms-transform: translateX(-120%);
-o-transform: translateX(-120%);
transform: translateX(-120%);
}
.Floating-sidebar dl dt {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.Floating-sidebar dl dd {
    margin-bottom: 5px;
}
.Floating-sidebar dl dd label {
    font-size: 14px;
    display: block;
}
.Floating-sidebar dl dd input,
.Floating-sidebar dl dd textarea {
    width: 100%;
    line-height: 24px;
    padding: 5px 10px;
    background: white;
    font-size: 12px;
    color: black;
    border: 1px solid #eee;
}
.Floating-sidebar dl dd textarea {
    height: 100px;
    resize: vertical;
}
.Floating-sidebar dl dd:last-child {
    margin-bottom: 0;
}
.Floating-sidebar dl dd input[type="submit"] {
    background: #e60012;
    color: white;
    border-color: #e60012;
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
font-size: 16px;
text-transform: uppercase;
}
.Floating-sidebar dl dd input[type="submit"]:hover {
    background: #ad0815;
}
@media screen and (max-width:700px){
  #index-body .i-why .grid-box .column{
    width:100%!important;
    margin: 0 0 15px 0!important;
  }
}