@font-face {
  font-family: 'Anton-Regular';
  src: url(../fonts/Anton-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'poppins-regular';
  src: url(../fonts/poppins-regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins-Medium';
  src: url(../fonts/Poppins-Medium.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins-Light';
  src: url(../fonts/Poppins-Light.ttf) format('truetype');
}
.container {
  width: 1580px;
}
h3.font-36.font-bold.txt-center {
    line-height: 200px;
}
.grid-box.three {
    line-height: 30px;
}
.indus {
    margin-top: 120px;
}
.blog-one__single {
    width: 400px;
}
#header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header.active{
  position: fixed;
}
#header img {
  width: auto;
}
#header .nav.scrollNav {
  transition: 0.3s ease-in;
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -ms-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
#header .h-top {
  background: #fff;
}
#header .h-top .top-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header .h-top .top-box > a {
  display: block;
  padding: 6px 0 10px;
}
#header .h-top .top-box .h-contact {
  display: flex;
  align-items: center;
}
#header .h-top .top-box .h-contact p {
  font-size: 16px;
  line-height: 1;
  color: #161616;
  font-family: 'Poppins-Medium';
  margin: 0 20px;
}
#header .h-top .top-box .h-contact p i {
  font-size: 20px;
  color: #161616;
  display: inline-block;
  margin-right: 10px;
}
#header .h-top .top-box form {
  position: relative;
}
#header .h-top .top-box form input[type="text"] {
  width: 200px;
  height: 30px;
  border: 1px solid #b5b5b5;
  padding: 0 10px;
  font-size: 16px;
  line-height: 1;
  color: #161616;
  font-family: 'Poppins-Medium';
}
#header .h-top .top-box form input[type="submit"] {
  width: 30px;
  height: 30px;
  border: none;
  background: url(../images/search.png) no-repeat center center;
  position: absolute;
  top: 0;
  right: 0;
}
#header .nav {
  position: relative;
  width: 100%;
  background: rgba(27, 27, 27, 0.8);
  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;
}
#header .nav .nav-box .menu-box {
  padding: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  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;
}
#header .nav .nav-box .menu-box .icon {
  padding-left: 10px;
}
#header .nav .nav-box .menu-box .icon > a {
  margin-right: 30px;
}
#header .nav .nav-box .menu-box .icon > a:last-child {
  margin-right: 0;
}
#header .nav .nav-box .menu-box .icon > a i {
  font-size: 16px;
  color: #fff;
}
#header .nav .nav-box .menu-box .menu > li {
  display: inline-block;
  position: relative;
  vertical-align: top;
}
#header .nav .nav-box .menu-box .menu > li > a {
  padding: 15px 29px;
  font-size: 16px;
  color: #ffffff;
  display: block;
  position: relative;
  line-height: 1;
  font-family: 'poppins-regular';
}
#header .nav .nav-box .menu-box .menu > li:hover > a {
  background: #fd7d00;
}
#header .nav .nav-box .menu-box .menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: 0;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #fd7d00;
  display: none \9;
}
#header .nav .nav-box .menu-box .menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .nav-box .menu-box .menu > li ul.sub-menu li a {
  display: block;
  font-family: 'poppins-regular';
}
#header .nav .nav-box .menu-box .menu > li ul.sub-menu li:hover {
  background: #fd7d00;
  color: white;
}
#header .nav .nav-box .menu-box .menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .nav-box .menu-box .right{
  display: flex;
  align-items: center;
}
#header .nav .nav-box .menu-box .right .inquiry{
  color: white;
  font-size: 16px;
  margin-right: 10px;
  padding: 5px 10px;
  background: #fd7d00;
  border-radius: 4px;
  cursor: pointer;
}
#header .nav .nav-box .menu-box .language {
  display: flex;
  align-items: center;
}
#header .nav .nav-box .menu-box .language > a {
  margin-left: 13px;
}
#header .nav .nav-box .menu-box .language > a img {
  width: 33px;
}
#banner {
  padding-top: 75px;
  height: 100%;
  position: relative;
  overflow: hidden;
}
#banner .bannerBox {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 75px;
  left: 0;
}
#banner .bannerBox .swiper-container .swiper-slide img {
  width: 100%;
}
#banner .banner-box {
  height: 100%;
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}
#banner .banner-box h3 {
  font-size: 72px;
  line-height: 1;
  color: #ff7e00;
  font-family: 'Anton-Regular';
  padding-bottom: 12px;
  text-transform: inherit;
}
#banner .banner-box h2 {
  font-size: 100px;
  line-height: 1;
  color: #fff;
  font-family: 'Anton-Regular';
}
#banner .banner-box .content {
  padding-top: 10%;
  text-align: center;
  max-width: 760px;
}
#banner .banner-box .content .bannerBox {
  margin-top: 110px;
}
#banner .banner-box .content .bannerBox .swiper-slide:hover a::after {
  opacity: 0;
}
#banner .banner-box .content .bannerBox .swiper-slide a {
  display: block;
  position: relative;
}
#banner .banner-box .content .bannerBox .swiper-slide a::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: '';
  background: rgba(252, 125, 0, 0.5);
  border: 4px solid #fff;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#banner .banner-box .content .pagination {
  text-align: center;
  margin-top: 110px;
}
#banner .banner-box .content .pagination .swiper-pagination {
  position: relative;
}
#banner .banner-box .content .pagination .swiper-pagination span {
  display: inline-block;
  width: 243px;
  height: 110px;
  margin: 0 5px;
  border-radius: 0;
  position: relative;
  opacity: 1;
}
#banner .banner-box .content .pagination .swiper-pagination span::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: '';
  background: rgba(252, 125, 0, 0.5);
  border: 4px solid #fff;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#banner .banner-box .content .pagination .swiper-pagination .swiper-pagination-bullet-active {
  background: none;
}
#banner .banner-box .content .pagination .swiper-pagination .swiper-pagination-bullet-active::after {
  background: none;
}
#banner .banner-box .content .pagination .swiper-pagination span:nth-child(1) {
  background: url(../images/banner.jpg) no-repeat;
  background-size: 100% 100%;
}
#banner .banner-box .content .pagination .swiper-pagination span:nth-child(2) {
  background: url(../images/banner.jpg) no-repeat;
  background-size: 100% 100%;
}
#banner .banner-box .content .pagination .swiper-pagination span:nth-child(3) {
  background: url(../images/banner.jpg) no-repeat;
  background-size: 100% 100%;
}
#banner .banner-box .content .navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
#banner .banner-box .content .navigation .swiper-button-prev,
#banner .banner-box .content .navigation .swiper-button-next {
  position: relative;
  margin-top: 0;
  width: 26px;
  height: 15px;
  margin: 0 18px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#banner .banner-box .content .navigation .swiper-button-prev {
  left: 0;
  background: url(../images/banner-left.png) no-repeat center center;
}
#banner .banner-box .content .navigation .swiper-button-prev:hover {
  background: url(../images/banner-left-hover.png) no-repeat center center;
}
#banner .banner-box .content .navigation .swiper-button-next {
  right: 0;
  background: url(../images/banner-right.png) no-repeat center center;
}
#banner .banner-box .content .navigation .swiper-button-next:hover {
  background: url(../images/banner-right-hover.png) no-repeat center center;
}
#banner img {
  width: auto;
}
#fullpage h1.h1,
#fullpage h2.h2,
#fullpage h3.h3,
#fullpage h4.h4,
#fullpage h5.h5,
#fullpage h6.h6,
#fullpage h1,
#fullpage h2,
#fullpage h3,
#fullpage h4,
#fullpage h5,
#fullpage h6,
#fullpage p {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#fullpage a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}
#fullpage span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}
#fullpage em {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}
#fullpage img {
  width: auto;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}
#fullpage h2 {
  font-size: 54.5px;
  line-height: 1;
  color: #fff;
  font-family: 'Anton-Regular';
}
#fullpage h3 {
  font-size: 48px;
  line-height: 1;
  color: #fd7d00;
  text-transform: uppercase;
  font-family: 'Anton-Regular';
}
#fullpage h3 span {
  color: #fff;
}
#fullpage p {
  font-size: 18px;
  font-family: 'poppins-regular';
  color: #fff;
}
#fullpage p.p {
  font-size: 16px;
  font-family: 'poppins-regular';
  color: #fff;
}
#fullpage p.pp {
  font-size: 14px;
  font-family: 'poppins-regular';
  color: #fff;
}
#fullpage .section:nth-child(2) {
  background: url(../images/about-bg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
#fullpage .section:nth-child(2) h3 {
  text-align: center;
  margin-bottom: 60px;
}
#fullpage .section:nth-child(2) .i-about {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#fullpage .section:nth-child(2) .i-about .left {
  width: 34%;
}
#fullpage .section:nth-child(2) .i-about .left h4 {
  font-size: 30px;
  line-height: 1;
  text-transform: uppercase;
  color: #f1f1f1;
  font-family: 'poppins-regular';
  font-weight: bold;
}
#fullpage .section:nth-child(2) .i-about .left p.p {
  line-height: 1.8;
  margin: 25px 0 40px;
}
.shouye {
    line-height: 30px;
    margin: 25px 0 40px;
    font-size: 16px;
    font-family: 'poppins-regular';
    color: #fff;
}
h1.jstshou {
    display: inline;
    font-size: 16px;
}
#fullpage .section:nth-child(2) .i-about .left .more {
  display: inline-block;
  padding: 15px 70px;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  font-family: 'poppins-regular';
  background: #fd7d00;
}
#fullpage .section:nth-child(2) .i-about .center {
  width: 21%;
}
#fullpage .section:nth-child(2) .i-about .center ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
}
#fullpage .section:nth-child(2) .i-about .center ul li:last-child {
  margin-bottom: 0;
}
#fullpage .section:nth-child(2) .i-about .center ul li span {
  display: inline-block;
  width: 41px;
  height: 41px;
  margin-right: 20px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#fullpage .section:nth-child(2) .i-about .center ul li p.p {
  font-family: 'Poppins-Medium';
  margin-bottom: 13px;
  line-height: 1;
}
#fullpage .section:nth-child(2) .i-about .center ul li p.pp {
  line-height: 2;
  max-width: 250px;
}
#fullpage .section:nth-child(2) .i-about .center ul li:nth-child(1):hover span {
  background: url(../images/icon1-hover.png) no-repeat center center;
}
#fullpage .section:nth-child(2) .i-about .center ul li:nth-child(1) span {
  background: url(../images/icon1.png) no-repeat center center;
}
#fullpage .section:nth-child(2) .i-about .center ul li:nth-child(2):hover span {
  background: url(../images/icon2-hover.png) no-repeat center center;
}
#fullpage .section:nth-child(2) .i-about .center ul li:nth-child(2) span {
  background: url(../images/icon2.png) no-repeat center center;
}
#fullpage .section:nth-child(2) .i-about .center ul li:nth-child(3):hover span {
  background: url(../images/icon3-hover.png) no-repeat center center;
}
#fullpage .section:nth-child(2) .i-about .center ul li:nth-child(3) span {
  background: url(../images/icon3.png) no-repeat center center;
}
#fullpage .section:nth-child(3) {
  background: #f3f3f3;
}
#fullpage .section:nth-child(3) .i-product {
  padding: 0 65px;
}
#fullpage .section:nth-child(3) .i-product .swiper-container .swiper-slide > a {
  display: block;
  position: relative;
  overflow: hidden;
}
#fullpage .section:nth-child(3) .i-product .swiper-container .swiper-slide > a:hover .product-link {
  opacity: 1;
}
#fullpage .section:nth-child(3) .i-product .swiper-container .swiper-slide > a:hover::after {
  opacity: 1;
}
#fullpage .section:nth-child(3) .i-product .swiper-container .swiper-slide > a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#fullpage .section:nth-child(3) .i-product .swiper-container .swiper-slide > a:hover .product-img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
#fullpage .section:nth-child(3) .i-product .swiper-container .swiper-slide > a .product-link {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  opacity: 0;
}
#fullpage .section:nth-child(3) .i-product .swiper-container .swiper-slide > a .product-img {
  width: 100%;
}
#fullpage .section:nth-child(3) .i-product .swiper-container .swiper-slide h4 a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  background: #000;
}
#fullpage .section:nth-child(3) .i-product .swiper-container .swiper-slide h4 a span {
  width: 100%;
  display: block;
  text-align: center;
  height: 100%;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  font-family: 'poppins-regular';
}
#fullpage .section:nth-child(3) .i-product .top {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 30px;
}
#fullpage .section:nth-child(3) .i-product .top .left {
  width: 32.4%;
}
#fullpage .section:nth-child(3) .i-product .top .right {
  width: 67.6%;
  padding-left: 20px;
}
#fullpage .section:nth-child(3) .i-product .top .right .content {
  height: 100%;
  background: url(../images/product-bg.jpg) no-repeat center center;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 40px;
}
#fullpage .section:nth-child(3) .i-product .top .right .content .c-left {
  width: 50%;
  text-align: center;
}
#fullpage .section:nth-child(3) .i-product .top .right .content .c-left p.pp {
  color: #fd7d00;
  line-height: 1;
  margin-top: 10px;
}
#fullpage .section:nth-child(3) .i-product .top .right .content .c-right {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#fullpage .section:nth-child(3) .i-product .top .right .content .c-right ul li {
  margin-bottom: 18px;
  position: relative;
}
#fullpage .section:nth-child(3) .i-product .top .right .content .c-right ul li::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #fff;
  top: 50%;
  transform: translateY(-50%);
  left: -25px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#fullpage .section:nth-child(3) .i-product .top .right .content .c-right ul li:hover::after {
  background: #fd7d00;
}
#fullpage .section:nth-child(3) .i-product .top .right .content .c-right ul li:hover a::after {
  width: 100%;
}
#fullpage .section:nth-child(3) .i-product .top .right .content .c-right ul li:hover a p {
  color: #fd7d00;
}
#fullpage .section:nth-child(3) .i-product .top .right .content .c-right ul li:last-child {
  margin-bottom: 0;
}
#fullpage .section:nth-child(3) .i-product .top .right .content .c-right ul li a {
  display: block;
}
#fullpage .section:nth-child(3) .i-product .top .right .content .c-right ul li a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: #fd7d00;
  left: 0;
  bottom: -2px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#fullpage .section:nth-child(3) .i-product .top .right .content .c-right ul li a p.pp {
  line-height: 1;
  position: relative;
}
#fullpage .section:nth-child(4) .serviceBox {
  height: 100%;
  position: relative;
}
#fullpage .section:nth-child(4) .serviceBox .swiper-container {
  height: 100%;
}
#fullpage .section:nth-child(4) .serviceBox .swiper-container .swiper-wrapper {
  height: 100%;
}
#fullpage .section:nth-child(4) .serviceBox .swiper-container .swiper-wrapper .swiper-slide {
  height: 100%;
}
#fullpage .section:nth-child(4) .serviceBox .swiper-container .swiper-wrapper .swiper-slide:nth-child(1) {
  background: url(../images/service-bg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
#fullpage .section:nth-child(4) .serviceBox .swiper-container .swiper-wrapper .swiper-slide:nth-child(2) {
  background: url(../images/banner.jpg) no-repeat center center;
  background-size: cover;
}
#fullpage .section:nth-child(4) .serviceBox .content-box {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 10;
}
#fullpage .section:nth-child(4) .serviceBox .content-box .content {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 20px;
}
#fullpage .section:nth-child(4) .serviceBox .content-box .content .left {
  max-width: 960px;
}
#fullpage .section:nth-child(4) .serviceBox .content-box .content .left .title {
  display: flex;
  padding-left: 20px;
  margin-bottom: 70px;
}
#fullpage .section:nth-child(4) .serviceBox .content-box .content .left .title h2 {
  height: 187px;
  line-height: 187px;
  padding: 0 45px;
  margin-right: 40px;
  background: url(../images/yuan.png) no-repeat left center;
}
#fullpage .section:nth-child(4) .serviceBox .content-box .content .left ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
}
#fullpage .section:nth-child(4) .serviceBox .content-box .content .left ul li:hover span {
  background: url(../images/service-icon-hover.png) no-repeat center center;
}
#fullpage .section:nth-child(4) .serviceBox .content-box .content .left ul li:hover p {
  color: #fd7d00;
}
#fullpage .section:nth-child(4) .serviceBox .content-box .content .left ul li:last-child {
  margin-bottom: 0;
}
#fullpage .section:nth-child(4) .serviceBox .content-box .content .left ul li span {
  display: block;
  background: url(../images/service-icon.png) no-repeat center center;
  margin-right: 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;
  width: 35px;
  height: 35px;
}
#fullpage .section:nth-child(4) .serviceBox .content-box .content .left ul li p {
  line-height: 2;
  max-width: 710px;
}
#fullpage .section:nth-child(4) .serviceBox .content-box .content .right {
  display: flex;
}
#fullpage .section:nth-child(4) .serviceBox .content-box .content .right .swiper-button-prev,
#fullpage .section:nth-child(4) .serviceBox .content-box .content .right .swiper-button-next {
  width: 74px;
  height: 70px;
  position: relative;
  margin-top: 0;
  margin: 0 5px;
}
#fullpage .section:nth-child(4) .serviceBox .content-box .content .right .swiper-button-prev {
  background: url(../images/left.jpg) no-repeat center center;
  left: 0;
}
#fullpage .section:nth-child(4) .serviceBox .content-box .content .right .swiper-button-next {
  background: url(../images/right.jpg) no-repeat center center;
  right: 0;
}
#fullpage .section:nth-child(5) {
  background: #f3f3f3;
}
#fullpage .section:nth-child(5) .content {
  max-width: 1170px;
  margin: 0 auto;
}
#fullpage .section:nth-child(5) .content h2 {
  max-width: 570px;
  text-align: center;
  background: #fd7d00;
  line-height: 1.3;
  margin: 0 auto;
  text-transform: capitalize;
  margin-bottom: 105px;
}
#fullpage .section:nth-child(5) .content .partnerBox .swiper-slide a {
  display: block;
  overflow: hidden;
}
#fullpage .section:nth-child(5) .content .partnerBox .swiper-slide a:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
#fullpage .section:nth-child(5) .content .partnerBox .swiper-slide a img {
  width: 100%;
}
#footer {
  position: relative;
  background: #000000;
}
#footer h1.h1,
#footer h2.h2,
#footer h3.h3,
#footer h4.h4,
#footer h5.h5,
#footer h6.h6,
#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6,
#footer p,
#footer 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;
}
#footer a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}
#footer span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}
#footer img {
  width: auto;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}
#footer h2 {
  font-size: 18px;
  line-height: 1;
  color: #fff;
  font-family: 'poppins-regular';
  margin-bottom: 30px;
}
#footer .f-top {
  padding: 35px 0 30px;
  background: #fd7d00;
}
#footer .f-top .content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#footer .f-top .content .left {
  width: 50%;
  padding-right: 30px;
}
#footer .f-top .content .left h4 {
  font-size: 30px;
  line-height: 1;
  color: #fff;
  font-family: 'poppins-regular';
  margin-bottom: 5px;
}
#footer .f-top .content .left p {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  font-family: 'poppins-regular';
}
#footer .f-top .content .right {
  width: 50%;
}
#footer .f-top .content .right form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#footer .f-top .content .right form input[type="text"] {
  border: none;
  border-radius: 5px;
  background: #fff;
  height: 45px;
  padding: 0 10px;
  font-size: 18px;
  color: #000000;
  font-family: 'poppins-regular';
}
#footer .f-top .content .right form input[name="mail"] {
  width: 29%;
}
#footer .f-top .content .right form input[name="content"] {
  width: 39%;
}
#footer .f-top .content .right form input[type="submit"] {
  border: none;
  border-radius: 5px;
  background: #000;
  font-size: 18px;
  color: #fd7d00;
  line-height: 1;
  font-family: 'poppins-regular';
  width: 29%;
}
#footer .top {
  padding: 85px 0 65px;
}
#footer .top .topBox {
  display: flex;
  justify-content: space-between;
}
#footer .top .topBox .content ul li {
  font-size: 14px;
  color: #fff;
  line-height: 1;
  font-family: 'poppins-regular';
  margin-bottom: 20px;
}
#footer .top .topBox .content ul li:hover {
  color: #fd7d00;
}
#footer .top .topBox .one {
  max-width: 320px;
}
#footer .top .topBox .one ul li:hover {
  color: #fff;
}
#footer .top .topBox .one ul .add {
  line-height: 1.8;
}
#footer .top .topBox .five {
  max-width: 265px;
}
#footer .top .topBox .five ul li {
  margin-bottom: 16px;
}
#footer .top .topBox .five ul li a {
  display: flex;
  align-items: center;
}
#footer .top .topBox .five ul li a p {
  margin-right: 15px;
  overflow: hidden;
}
#footer .top .topBox .five ul li a p img{
  width: 100px;
}
#footer .top .topBox .five ul li a p:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
#footer .top .topBox .five ul li a .content {
  max-width: 272px;
}
#footer .top .topBox .five ul li a .content p {
  font-size: 14px;
  color: #fff;
  line-height: 28px;
  font-family: 'Poppins-Light';
}
#footer .top .topBox .five ul li a .content p:hover {
  color: #fd7d00;
}
#footer .top .topBox .five ul li a .content p:first-child {
  margin-bottom: 10px;
}
#footer .top .topBox .five ul .qr {
  display: inline-block;
  width: 64px;
  height: auto;
}
#footer .footer-bottom {
  padding: 15px 0 10px;
  background: #212121;
}
#footer .footer-bottom .bottom-box {
  display: flex;
  justify-content: center;
      line-height: 28px;
}
#footer .footer-bottom .bottom-box p {
  font-size: 14px;
  color: #ffffff;
  display: flex;
  align-items: center;
  font-family: 'poppins-regular';
      line-height: 30px;
}
#footer .footer-bottom .bottom-box p a {
  display: flex;
  align-items: center;
}
#footer .footer-bottom .bottom-box p img {
  width: 220px;
  height: auto;
  margin: 0 5px;
}
#footer .Stick {
  position: absolute;
}
.layer-form .wrap-contact100 {
  width: 357px;
  border-radius: 10px;
}
.layer-form .wrap-contact100 .btn-hide-contact100 {
  color: #000000;
}
.layer-form .wrap-contact100 form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 40px 25px 15px 25px;
}
.layer-form .wrap-contact100 form h2 {
  width: 100%;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.layer-form .wrap-contact100 form p {
  font-size: 12px;
  color: #adadad;
  padding: 10px 0;
}
.layer-form .wrap-contact100 form input {
  height: 36px;
  display: block;
  width: 100%;
  background: transparent;
  font-size: 14px;
  color: #333333;
  line-height: 1.2;
  padding: 0 20px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  margin-bottom: 20px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.layer-form .wrap-contact100 form input:focus {
  border: 1px solid #0071e3;
}
.layer-form .wrap-contact100 form textarea {
  height: 114px;
  padding-top: 22px;
  padding-bottom: 15px;
  font-family: 'microsoft yahei';
  display: block;
  width: 100%;
  background: transparent;
  font-size: 14px;
  color: #333333;
  line-height: 1.2;
  padding: 15px 20px;
  border: none;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.layer-form .wrap-contact100 form textarea:focus {
  border: 1px solid #0071e3;
}
.layer-form .wrap-contact100 form .layer-submit {
  width: 100%;
  position: relative;
  border-radius: 2px;
}
.layer-form .wrap-contact100 form .layer-submit input[type="submit"] {
  border: 1px solid #e6e6e6;
  background: #0071e3;
  height: 42px;
  display: block;
  width: 100%;
  font-size: 15px;
  color: #333333;
  line-height: 1.2;
  padding: 0 20px;
  margin: 0;
  border-radius: 42px;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  position: relative;
  z-index: 10;
  color: #ffffff;
}
.layer-form .wrap-contact100 form .layer-submit input[type="submit"]:hover {
  background: #000;
  color: #ffffff;
}
@media screen and (max-width: 1580px) {
  .container {
    width: 1440px;
  }
  #banner .banner-box h3 {
    font-size: 50px;
  }
  #banner .banner-box h2 {
    font-size: 70px;
  }
  #banner .banner-box .content .pagination {
    margin-top: 40px;
  }
  #banner .banner-box .content .pagination .swiper-pagination span {
    width: 170px;
    height: 85px;
  }
  #banner .banner-box .content {
    max-width: 550px;
  }
  #banner .banner-box .content {
    padding-top: 0;
  }
}
@media screen and (max-width: 1440px) {
  .container {
    width: 1230px;
  }
  #banner .banner-box .content .navigation {
    margin-top: 20px;
  }
  #fullpage .section:nth-child(3) .i-product {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1230px) {
  .container {
    width: 970px;
  }
  .section {
    height: auto !important;
  }
  .fp-tableCell {
    padding: 0;
    height: auto !important;
  }
  #header .h-top .top-box .h-contact p {
    font-size: 13px;
    margin: 0 10px;
  }
  #header .h-top .top-box form input[type="text"] {
    width: 140px;
  }
  #header .nav .nav-box .menu-box .icon > a {
    margin-right: 10px;
  }
  #header .nav .nav-box .menu-box .menu > li > a {
    padding: 15px 20px;
    font-size: 14px;
  }
  #banner .banner-box {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
  }
  #banner .bannerBox {
    position: relative;
    top: 0;
  }
  #banner .banner-box .content {
    padding-top: 10%;
  }
  #fullpage .section:nth-child(2) .i-about .right {
    width: 30%;
  }
  #fullpage p.p {
    font-size: 14px;
  }
  #fullpage p.pp {
    font-size: 14px;
  }
  #fullpage .section:nth-child(2) .i-about .center ul li {
    margin-bottom: 20px;
  }
  #fullpage .section:nth-child(2) .i-about .center {
    width: 28%;
  }
  #fullpage .section:nth-child(2) .i-about .left p.p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    overflow: hidden;
  }
  #fullpage .section:nth-child(2) {
    padding: 50px 0;
  }
  #fullpage .section:nth-child(2) .i-about .left .more {
    font-size: 14px;
  }
  #fullpage .section:nth-child(3) .i-product {
    padding: 50px 0;
  }
  #fullpage .section:nth-child(4) .serviceBox .content-box {
    position: relative;
    top: 0;
    transform: translateY(0%);
  }
  #fullpage .section:nth-child(4) .serviceBox {
    background: url(../images/service-bg.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
  }
  #fullpage h2 {
    font-size: 30px;
  }
  #fullpage .section:nth-child(4) .serviceBox .content-box .content .right {
    display: none;
  }
  #fullpage .section:nth-child(4) .serviceBox .content-box .content {
    padding: 50px 0;
  }
  #fullpage .section:nth-child(4) .serviceBox .content-box .content .left .title h2 {
    height: 100px;
    line-height: 100px;
    background-size: 100px auto;
  }
  #fullpage p {
    font-size: 14px;
  }
  #fullpage .section:nth-child(5) {
    padding: 50px 0;
  }
  #fullpage .section:nth-child(5) .content h2 {
    margin-bottom: 50px;
  }
  #footer .f-top .content .left h4 {
    font-size: 20px;
  }
  #footer .f-top .content .left p {
    font-size: 14px;
  }
  #footer .f-top .content .right form input[type="text"] {
    font-size: 14px;
  }
  #footer .f-top .content .right form input[type="submit"] {
    font-size: 14px;
  }
  #footer .top .topBox .content ul li {
    font-size: 16px;
  }
  #footer .top .topBox .one {
    max-width: 220px;
  }
  #fullpage h2 {
    font-size: 20px;
  }
  #footer .top .topBox .five {
    max-width: 245px;
  }
  #footer .top .topBox .five ul li a .content p {
    font-size: 12px;
  }
  #footer .footer-bottom .bottom-box p {
    font-size: 12px;
  }
  #footer .footer-bottom .bottom-box p img {
    width: 180px;
  }
  #fullpage .section:nth-child(3) .i-product .swiper-container .swiper-slide h4 a span {
    font-size: 14px;
  }
}
@media screen and (max-width: 1100px) {
  #mobile {
    display: block;
  }
  #banner {
    margin-top: 0;
    padding-top: 0;
  }
}
@media screen and (max-width: 1000px) {
  .container {
    width: 700px;
  }
  #banner .banner-box h3 {
    font-size: 24px;
  }
  #banner .banner-box h2 {
    font-size: 35px;
  }
  #banner .banner-box .content .pagination {
    margin-top: 20px;
  }
  #banner .banner-box .content .pagination .swiper-pagination span {
    width: 80px;
    height: 45px;
  }
  #banner .banner-box .content {
    max-width: 270px;
  }
  #fullpage h3 {
    font-size: 34px;
  }
  #fullpage .section:nth-child(2) .i-about .left h4 {
    font-size: 24px;
  }
  #fullpage h3 {
    font-size: 27px;
  }
  #fullpage .section:nth-child(3) .i-product .top .right .content {
    padding: 20px;
  }
}
@media screen and (max-width: 700px) {
  .container {
    width: 100%;
  }
  #banner .banner-box h3 {
    font-size: 14px;
    padding-bottom: 8px;
  }
  #banner .banner-box h2 {
    font-size: 20px;
  }
  #banner .banner-box .content .pagination .swiper-pagination span::after {
    border: 2px solid #fff;
  }
  #banner .banner-box .content .pagination .swiper-pagination span {
    width: 45px;
    height: 24px;
  }
  #banner .banner-box .content .navigation {
    display: none;
  }
  #fullpage .section:nth-child(2) .i-about {
    flex-wrap: wrap;
  }
  #fullpage .section:nth-child(2) .i-about .left {
    width: 100%;
    margin-bottom: 30px;
  }
  #fullpage .section:nth-child(2) .i-about .left p.p {
    margin: 15px 0 20px;
  }
  #fullpage .section:nth-child(2) .i-about .center {
    width: 100%;
    margin-bottom: 30px;
  }
  #fullpage .section:nth-child(2) .i-about .right {
    width: 100%;
  }
  #fullpage .section:nth-child(3) .i-product .top .left {
    width: 100%;
    margin-bottom: 20px;
  }
  #fullpage .section:nth-child(3) .i-product .top .right {
    width: 100%;
    padding-left: 0;
  }
  #fullpage .section:nth-child(3) .i-product .top .right .content .c-left {
    width: 100%;
    margin-bottom: 20px;
  }
  #fullpage .section:nth-child(3) .i-product .top .right .content .c-right {
    width: 100%;
  }
  #fullpage .section:nth-child(4) {
    display: none;
  }
  #fullpage .section:nth-child(5) {
    display: none;
  }
  #footer .f-top .content .left {
    width: 100%;
    margin-bottom: 20px;
  }
  #footer .f-top .content .right {
    width: 100%;
  }
  #footer .f-top .content .left h4 {
    font-size: 14px;
  }
  #footer .top .topBox .one {
    max-width: 100%;
  }
  #footer .top .topBox {
    flex-wrap: wrap;
  }
  #footer .top .topBox .two {
    width: 40%;
  }
  #footer .top .topBox .content {
    margin-bottom: 30px;
  }
  #footer .top .topBox .five {
    max-width: 100%;
  }
  #footer .top {
    padding: 50px 0 30px;
  }
  #footer .footer-bottom .bottom-box {
    display: block;
  }
  #footer .footer-bottom .bottom-box p {
    text-align: center;
    justify-content: center;
  }
  #footer .top .topBox .two {
    width: 25%;
  }
  #fullpage h2 {
    font-size: 17px;
  }
  #footer .top .topBox .two{
    display: none;
  }
  #footer .top .topBox .three, 
  #footer .footer-bottom .bottom-box p a.footejst,
  .product-page .product-box .right .cat-text .text,
  .indus {
    display: none;
  }
  #footer .top .topBox .four{
    display: none;
  }
  #footer .top .topBox .five{
    display: none;
  }
}
@-webkit-keyframes ks {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -moz-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    -o-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 1;
  }
  70% {
    -webkit-transform: translate(-50%, -50%) scale(2);
    -moz-transform: translate(-50%, -50%) scale(2);
    -ms-transform: translate(-50%, -50%) scale(2);
    -o-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -moz-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    -o-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0;
  }
}
@-o-keyframes ks {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -moz-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    -o-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 1;
  }
  70% {
    -webkit-transform: translate(-50%, -50%) scale(2);
    -moz-transform: translate(-50%, -50%) scale(2);
    -ms-transform: translate(-50%, -50%) scale(2);
    -o-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -moz-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    -o-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -moz-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    -o-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 1;
  }
  70% {
    -webkit-transform: translate(-50%, -50%) scale(2);
    -moz-transform: translate(-50%, -50%) scale(2);
    -ms-transform: translate(-50%, -50%) scale(2);
    -o-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -moz-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    -o-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0;
  }
}
@keyframes ks {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -moz-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    -o-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 1;
  }
  70% {
    -webkit-transform: translate(-50%, -50%) scale(2);
    -moz-transform: translate(-50%, -50%) scale(2);
    -ms-transform: translate(-50%, -50%) scale(2);
    -o-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -moz-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    -o-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0;
  }
}
#mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2200000;
}
#mobile .top {
  display: none;
  line-height: 40px;
  height: 40px;
  text-align: center;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
  position: relative;
  z-index: 1;
}
#mobile .top .btn {
  width: 40px;
  height: 40px;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
  float: left;
  position: relative;
  display: block;
}
#mobile .top .btn i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#mobile .top .btn i.ie1 {
  top: 12px;
}
#mobile .top .btn i.ie2 {
  top: 19px;
}
#mobile .top .btn i.ie3 {
  top: 26px;
}
#mobile .top .btn.active i.ie1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  -o-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile .top .btn.active i.ie2 {
  opacity: 0;
}
#mobile .top .btn.active i.ie3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile .top .logos {
  margin: 0 auto;
  display: inline-block;
  width: auto;
}
#mobile .top .logos img {
  max-height: 36px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
#mobile .top .lang {
  float: right;
  position: relative;
}
#mobile .top .lang span {
  padding-top: 5px;
  width: 65px;
  height: 40px;
  background: #006eb3;
  color: white;
  font-size: 13px;
  display: block;
  line-height: normal;
}
#mobile .top .lang span i {
  display: block;
  font-size: 16px;
}
#mobile .top .lang ul {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  background: #fff;
  top: 100%;
  right: 0;
  width: 100px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 2px solid #006eb3;
  display: none \9;
}
#mobile .top .lang ul li {
  display: block;
  float: none;
  padding: 4px 5px;
  line-height: 20px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#mobile .top .lang ul li img {
  max-width: 20px;
  position: relative;
  top: -2px;
  margin-right: 5px;
}
#mobile .top .lang ul li a {
  display: block;
}
#mobile .top .lang ul li:hover {
  background: #222;
  color: white;
}
#mobile .top .lang:hover ul {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#mobile .bottom {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 15px;
  background: white;
  height: 400px;
  height: 100vh;
  padding-top: 60px;
  overflow: auto;
  display: none;
}
#mobile .bottom form {
  display: block;
  position: relative;
}
#mobile .bottom form input {
  width: 100%;
  line-height: 36px;
  height: 36px;
  border: 1px solid #333;
  padding: 0 10px;
  font-size: 14px;
}
#mobile .bottom form button {
  position: absolute;
  background: none;
  border: none;
  right: 10px;
  top: 0;
  font-size: 14px;
  line-height: 36px;
}
#mobile .bottom .m-nav {
  display: block;
  border-bottom: 1px solid #eee;
  margin: 25px 0;
}
#mobile .bottom .m-nav ul li a {
  display: block;
  line-height: 40px;
  height: 40px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 30px;
  position: relative;
  border-top: 1px solid #eee;
  font-size: 16px;
}
#mobile .bottom .m-nav ul li a i {
  position: absolute;
  right: 10px;
  top: 10px;
}
#mobile .bottom .m-nav ul li ul {
  display: none;
}
#mobile .bottom .m-nav ul li li a {
  font-size: 14px;
  padding-left: 10px;
}
#mobile .bottom .m-nav ul li li a:before {
  content: '-';
  font-size: 16px;
  padding-right: 5px;
}
#mobile .bottom .m-info {
  display: block;
}
#mobile .bottom .m-info ul li {
  display: block;
  line-height: 36px;
  height: 36px;
  border: 1px solid #666;
  font-size: 14px;
  padding: 0 15px;
  margin-bottom: 10px;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile .bottom .m-info ul li i {
  margin-right: 5px;
}
#mobile .bottom .m-info ul li:last-child {
  margin-bottom: 0;
}
#mobile .bottom .m-info ul li:hover {
  color: white;
  background: #006eb3;
  border-color: #006eb3;
}
@media screen and (max-width: 1100px) {
  #mobile .top {
    display: block;
  }
  #banner {
    margin-top: 40px;
  }
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}
table tr:nth-child(even) {
  background: #eee;
}



.inner-page .m-page {
    text-align: center;
    float: none;
    margin: 30px -5px 0;
}
.inner-page .m-page a,
.inner-page .m-page span {
    display: inline-block;
    text-align: center;
    width: 45px;
    height: 35px;
    font-size: 15px;
    line-height: 35px;
    border-radius: 5px;
    color: #111;
    font-weight: 500;
    -moz-box-shadow: 0 2px 10px 0 #d8dde6;
    -o-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin: 5px;
}
.inner-page .m-page a:hover {
    background: #e07602 none repeat scroll 0 0;
    color: #fff;
}
.inner.container {
  padding: 0 15px;
  position: relative;
  width: 1230px;
}
.inner-banner {
  height: 330px;
  background: url("../images/inner-banner.jpg") no-repeat center;
  background-size: cover;
  padding-top: 245px;
}
.inner-banner h2 {
  font-size: 33px;
  color: #fff;
}
.news-page .news-sideBar {
  padding: 50px 0;
}
.news-page .news-sideBar ul li {
  display: inline-block;
  font-size: 18px;
}
.news-page .news-sideBar ul li a {
  padding: 10px 45px;
  display: block;
}
.news-page .news-sideBar ul li a:hover,
.news-page .news-sideBar ul li.active a {
  background-color: #ab7942;
  color: #fff;
}
.news-page .new-list {
  padding: 30px 0 60px;
}
.news-page .new-list li {
  margin-bottom: 27px;
}
.news-page .new-list li:last-child {
  margin-bottom: 0;
}
.news-page .new-list li .new-pic {
  width: 35%;
  vertical-align: middle;
}
.news-page .new-list li .new-con {
  width: 65%;
  padding-left: 40px;
  vertical-align: middle;
}
.news-page .new-list li .new-con .tit {
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase;
  font-weight: bold;
}
.news-page .new-list li .new-con .tit a:hover {
  color: #ab7942;
}
.news-page .new-list li .new-con .abst {
  font-size: 16px;
  line-height: 30px;
  margin: 10px 0 55px;
}
.news-page .new-list li .new-con a.more {
  color: #ab7942;
  font-size: 18px;
  line-height: 18px;
  display: inline-block;
  border-bottom: 2px solid #ab7942;
}
.news-page .new-list li .new-con .date {
  margin-top: 20px;
}
.news-page .new-list li .new-con .date span {
  color: #4a4a4a;
  font-size: 14px;
}
.news-page .new-list li .new-pic img {
  width: 100%;
}
.newdet-page .news {
  padding: 70px 0;
}
.newdet-page .news .news_title h1 {
  padding-bottom: 5px;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
      line-height: 30px;
}
.newdet-page .news .news_date {
  text-align: center;
  line-height: 22px;
}
.newdet-page .news .news_contents {
  color: #555;
  line-height: 30px;
  clear: both;
  margin-top: 10px;
  padding: 45px 0 40px;
}
.newdet-page .news .news_contents a {
  color: #555;
  font-size: 16px;
  line-height: 24px;
}
.newdet-page .news .news_contents p,
.newdet-page .news .news_contents div,
.newdet-page .news .news_contents span,
.newdet-page .news .news_contents table {
  font-size: 16px;
  line-height: 30px;
  clear: both;
}
.newdet-page .news .news_next {
  width: 99%;
  margin-top: 0px;
  padding-left: 5px;
  border-top: 0px solid #CCC;
  text-align: left;
  padding-top: 10px;
}
.newdet-page .news .news_next a {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #777;
  font-size: 15px;
  margin-left: 5px;
}
.newdet-page .news .news_next a:hover {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #000;
}
.newdet-page .news .newsnav {
  margin-bottom: 30px;
}
.mbx {
  font-size: 18px;
}
.mbx a,
.mbx span {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
  line-height: 24px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.mbx a {
  margin-left: 0;
}
.mbx-box .box {
  padding: 30px 0;
}
.product-page .product-box .box {
  font-size: 0;
}
.product-page .product-box .left {
  display: inline-block;
  vertical-align: top;
  width: 20%;
}
.product-sideBar {
  padding: 20px 15px;
  border: 1px solid #f1f1f1;
  background-color: #f9f9f9;
}
.product-sideBar h2.pro-cat-title {
  font-size: 16px;
  text-transform: uppercase;
  border-bottom: 1px solid #d0d0d0;
  padding-bottom: 10px;
}
.product-sideBar .cat-list .first-li {
  margin-top: 15px;
}
.product-sideBar .cat-list .second-li {
  margin-top: 10px;
}
.product-sideBar .cat-list .level-two {
  font-size: 16px;
  text-transform: uppercase;
}
.product-sideBar .cat-list .level-three {
  font-size: 16px;
  color: #777777;
  display: inline-block;
  padding-left: 15px;
  position: relative;
}
.product-sideBar .cat-list .level-three::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #cccccc;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.m-page {
  margin-top: 80px;
}
.product-page {
  padding-bottom: 80px;
}
.product-page .product-box .right {
  display: inline-block;
  vertical-align: top;
  width: 80%;
  padding-left: 65px;
}
.product-page .product-box .right .cat-text h1 {
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
    padding-bottom: 10px;
}
.product-page .product-box .right .cat-text .text {
  font-size: 14px;
  margin: 15px 0;
}
.product-page .product-box .right .inner-pro-box .pro-content {
  font-size: 14px;
  padding: 15px 0;
  line-height: 28px;
}
.product-page .product-box .right .inner-pro-box .inner-pro-name {
  color: rgba(0, 0, 0, 0.5);
}
.product-page .product-box .right .inner-pro-box .pro-cat-name {
  font-weight: bold;
}
.product-page .product-box .right .inner-pro-list ul {
  margin: -10px;
}
.product-page .product-box .right .inner-pro-list ul li {
  padding: 10px;
}
.prodet-page .box {
  font-size: 0;
  padding: 50px 0;
}
.prodet-page .left {
  width: 20%;
  display: inline-block;
  vertical-align: top;
}
.prodet-page .right {
  width: 80%;
  display: inline-block;
  vertical-align: top;
  padding-left: 65px;
}
.prodet-page .right .prodet-1 {
  text-align: center;
  padding: 0 150px 90px;
}
.prodet-page .right .prodet-1 .prodet-title {
  font-size: 14px;
  margin-bottom: 30px;
}
.prodet-page .right .prodet-1 .pro-featured .swiper-father {
  padding: 0 145px;
  margin-top: 35px;
  position: relative;
}
.prodet-page .right .prodet-1 .pro-featured .swiper-father .swiper-btn {
  width: 38px;
  height: 38px;
  background-color: #000;
  color: #fff;
  text-align: center;
  line-height: 38px;
  font-size: 18px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.prodet-page .right .prodet-1 .pro-featured .swiper-btn.gallery-next {
  right: 80px;
}
.prodet-page .right .prodet-1 .pro-featured .swiper-btn.gallery-prev {
  left: 80px;
}
.prodet-page .right .prodet-2 .prodet-date {
  margin-top: 25px;
}
.prodet-page .right .prodet-2 .prodet-date .opsition {
  font-size: 20px;
  border-top: 1px solid #eeeeee;
  text-transform: uppercase;
  padding: 5px 0;
}
.prodet-page .right .prodet-3 {
  padding: 40px 0;
}
.prodet-page .right .prodet-3 h2 {
  font-size: 20px;
}
.indus a {
    font-size: inherit;
}
.prodet-page .right .prodet-3 .pro-list {
  margin-top: 10px;
}
.prodet-page .right .prodet-3 .pro-list h3 {
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 5px;
}
.prodet-page .right .prodet-3 .pro-list p {
  font-size: 14px;
  margin-top: 5px;
}
.prodet-page .right .prodet-3 .pro-list span {
  display: inline-block;
}
.about-page .about-ty-title h1,
.about-page .about-ty-title h2 {
  font-size: 36px;
}
.about-page .about-ty-title .text {
  font-size: 18px;
  line-height: 30px;
  color: #8b8b8b;
  margin-top: 15px;
}
.about-page .about-ty-title .text a {
    font-size: 18px;
}
.about-page .about-ty-title .text span {
  color: #000;
}
.about-page .about-video {
  margin-top: 30px;
}
.about-page .about-video .play {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.about-page .about-video .play p {
  font-size: 36px;
  color: #fff;
}
.about-page .about-2 {
  font-size: 0;
  margin-bottom: 220px;
  padding-top: 100px;
}
.about-page .about-2 .left {
  display: inline-block;
  width: 50%;
  vertical-align: bottom;
  padding-right: 15px;
}
.about-page .about-2 .right {
  width: 50%;
  display: inline-block;
  text-align: right;
  vertical-align: bottom;
  position: relative;
  padding-left: 15px;
}
.about-page .about-2 img {
  margin-top: 30px;
}
.about-page .about-3 {
  padding-top: 100px;
}
.about-page .about-3 .about-ty-title {
  max-width: 1100px;
  width: 1100px;
}
.about-page .about-3 .other-box .other-text {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  max-width: 500px;
  width: 500px;
  padding: 0 50px;
}
.about-page .about-3 .other-box .other-text h6 {
  font-size: 18px;
  color: #fff;
}
.about-page .about-3 .other-box .other-text h2 {
  font-size: 36px;
  color: #fff;
}
.about-page .about-3 .other-box .other-text a {
  display: inline-block;
  font-size: 18px;
  background-color: #fff;
  padding: 10px 20px;
  font-weight: bold;
  margin-top: 15px;
}
.about-page .about-3 .about-other {
  margin-top: 75px;
}
.about-page .about-3 .about-other ul {
  margin: -15px;
}
.about-page .about-3 .about-other ul li {
  padding: 15px;
}
.about-page {
  padding: 65px 0 130px;
}
.contact-page {
    padding: 70px 0;
}
.contact-page .button-group .button {
    background: #e07602 !important;
}
.contact-page .amap-copyright,
.contact-page .amap-logo {
    display: none !important;
}
.contact-page .contact-2 {
    padding-top: 70px;
}
.contact-page .contact-2 .left {
    width: 55%;
    padding-right: 15px;
}
.contact-page .contact-2 .left .form {
    -moz-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    -o-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    padding: 30px;
}
.contact-page .contact-2 .right {
    width: 45%;
    padding-left: 15px;
}
.contact-page .contact-2 .right h3.title {
    position: relative;
    padding-bottom: 15px;
}
.contact-page .contact-2 .right h3.title:after {
    position: absolute;
    height: 4px;
    width: 18%;
    background: #e07602 none repeat scroll 0 0;
    content: "";
    left: 0;
    bottom: 0;
}
.contact-page .contact-2 .right h3.title:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 20%;
    height: 4px;
    width: 20px;
    background: #ddd none repeat scroll 0 0;
}
.contact-page .contact-2 .right ul {
    padding-top: 20px;
    margin: -10px;
}
.contact-page .contact-2 .right ul li {
    padding: 10px;
}
.contact-page .contact-2 .right ul li.wid-100 {
    width: 100%;
}
.contact-page .contact-2 .right ul li h6 {
    font-size: 14px;
    margin-bottom: 7px;
    text-transform: capitalize;
    color: #828893;
    font-family: "POPPINS-MEDIUM";
}
.contact-page .contact-2 .right ul li p {
    font-size: 14px;
    color: #111;
    line-height: normal;
    letter-spacing: 1px;
}
.contact-page .contact-2 .right ul li p a{
    word-break:break-all;
    word-wrap: break-word;
word-break: normal;
}
.faq-page .faq-1 {
    padding: 70px 0;
    text-align: center;
    background: #edeff2;
}
.faq-page .faq-1 .search {
    max-width: 550px;
    display: block;
    margin: 20px auto;
    position: relative;
}
.faq-page .faq-1 .search input {
    width: 100%;
    border: medium none;
    color: #111;
    left: 0;
    padding: 0 70px 0 15px;
    border-radius: 30px;
    background: white;
    display: block;
    line-height: 50px;
    height: 50px;
}
.faq-page .faq-1 .search input::-webkit-input-placeholder {
    color: #242424;
}
.faq-page .faq-1 .search input:-moz-placeholder {
    color: #242424;
}
.faq-page .faq-1 .search input::-moz-placeholder {
    color: #242424;
}
.faq-page .faq-1 .search input:-ms-input-placeholder {
    color: #242424;
}
.faq-page .faq-1 .search button {
    width: 50px;
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    border: none;
    line-height: 50px;
    height: 50px;
    color: #e07602;
}
.faq-page .faq-1 p {
    max-width: 770px;
    display: block;
    margin: 0 auto;
}
.faq-page .faq-2 {
    padding: 70px 0;
}
.faq-page .faq-2 .left {
    width: 66%;
    padding-right: 15px;
}
.faq-page .faq-2 .left ul li {
    margin-bottom: 15px;
    border: 1px solid #eee;
}
.faq-page .faq-2 .left ul li:last-child {
    margin-bottom: 0;
}
.faq-page .faq-2 .left ul li h4 {
    display: block;
    text-align: left;
    padding: 15px;
    background: #f7f7f7 none repeat scroll 0 0;
    color: #111;
    border-radius: 0;
    font-family: 'roboto-regular';
    font-weight: 400;
    font-size: 20px;
    cursor: pointer;
}
.faq-page .faq-2 .left ul li h4 span {
    margin-right: 5px;
    color: #e07602;
}
.faq-page .faq-2 .left ul li .content {
    padding: 20px 30px;
    display: none;
}
.faq-page .faq-2 .right {
    width: 34%;
    padding-left: 15px;
}
.faq-page .faq-2 .right .box2 {
    padding: 30px;
    background: #edeff2;
}
.faq-page .faq-2 .right .box2 h3.title {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 30px;
}
.faq-page .faq-2 .right .box2 .form ul li {
    width: 100%;
}
.inner-page .form ul {
    margin: -5px;
}
.inner-page .form ul li {
    padding: 5px;
}
.inner-page .form ul li.wid-100 {
    width: 100%;
}
.inner-page .form ul li input,
.inner-page .form ul li textarea {
    width: 100%;
    padding: 10px 15px;
    background: #f8f9fa none repeat scroll 0 0;
    border: medium none;
    font-size: 14px;
}
.inner-page .form ul li input::-webkit-input-placeholder,
.inner-page .form ul li textarea::-webkit-input-placeholder {
    color: #242424;
}
.inner-page .form ul li input:-moz-placeholder,
.inner-page .form ul li textarea:-moz-placeholder {
    color: #242424;
}
.inner-page .form ul li input::-moz-placeholder,
.inner-page .form ul li textarea::-moz-placeholder {
    color: #242424;
}
.inner-page .form ul li input:-ms-input-placeholder,
.inner-page .form ul li textarea:-ms-input-placeholder {
    color: #242424;
}
.inner-page .form ul li textarea {
    height: 120px;
    resize: vertical;
}
.inner-page .form ul li input[type="submit"] {
    background: #e07602;
    color: white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-family: "POPPINS-MEDIUM";
    font-size: 14px;
    text-transform: uppercase;
}
.inner-page .form ul li input[type="submit"]:hover {
    background: #222;
}
.inner-page h3.title {
    color: #111;
    font-size: 32px;
    line-height: 38px;
    margin: 15px 0;
    position: relative;
    font-family: "POPPINS-SEMIBOLD";
}
.inner-page h3.title.mt0 {
    margin-top: 0;
}
@media screen and (max-width: 1230px) {
  .inner.container {
    width: 970px;
  }
  .news-page .new-list li .new-con .abst {
    font-size: 14px;
    margin: 10px 0 15px;
  }
  .prodet-page .right .prodet-1 {
    padding: 0 0 60px;
  }
  .prodet-page .right .prodet-1 .pro-featured .swiper-father {
    padding: 0px 90px;
  }
  .prodet-page .right .prodet-1 .pro-featured .swiper-btn.gallery-prev {
    left: 10px;
  }
  .prodet-page .right .prodet-1 .pro-featured .swiper-btn.gallery-next {
    right: 10px;
  }
  .about-page .about-3 .about-ty-title {
    max-width: 100%;
    width: 100%;
  }
  .about-page .about-2 .right {
    bottom: 0;
  }
  .about-page .about-2 {
    margin-bottom: 0;
  }
  .inner-page .form ul li input,
    .inner-page .form ul li textarea {
        padding: 8px 15px;
    }
    .faq-page .faq-2 .left ul li h4 {
        font-size: 16px;
        padding: 12px;
    }
    .faq-page .faq-2 .right .box2 {
        padding: 20px 10px;
    }
    .faq-page .faq-2 .right .box2 h3.title {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 1000px) {
  .inner-banner h2 {
    font-size: 28px;
  }
  .inner-banner {
    height: 300px;
    padding-top: 220px;
  }
  .news-page .news-sideBar {
    display: none;
  }
  .news-page .new-list li .new-con .tit {
    font-size: 18px;
    line-height: 32px;
  }
  .prodet-page .left {
    display: none;
  }
  .prodet-page .right {
    width: 100%;
    padding-left: 0;
  }
  .about-page .about-ty-title h1,
  .about-page .about-ty-title h2 {
    font-size: 30px;
  }
  .about-page .about-3 .other-box .other-text {
    max-width: 100%;
    width: 100%;
  }
  .about-page .about-3 .other-box .other-text h2 {
    font-size: 30px;
  }
  .about-page .about-video .play p {
    font-size: 30px;
  }
  .faq-page .faq-1,
    .faq-page .faq-2 {
        padding: 40px 0;
    }.faq-page .faq-2 .left {
        width: 100%;
        padding-right: 0;
    }
    .faq-page .faq-2 .right {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }.faq-page .faq-2 .left ul li h4 {
        font-size: 14px;
    }
}
@media screen and (max-width: 970px) {
  .inner.container {
    width: 768px;
  }
  .news-page .new-list li .new-con {
    padding-left: 25px;
  }
  .news-page .new-list li .new-con .date {
    margin-top: 10px;
  }
  .product-page .product-box .left {
    display: none;
  }
  .product-page .product-box .right {
    width: 100%;
    padding-left: 0;
  }
  .about-page .about-ty-title h1,
  .about-page .about-ty-title h2 {
    font-size: 25px;
  }
  .about-page .about-ty-title .text {
    font-size: 16px;
  }
  .about-page .about-3 .other-box .other-text {
    padding: 0 25px;
  }
  .about-page .about-3 .other-box .other-text a {
    font-size: 16px;
  }
  .about-page .about-3 .other-box .other-text h2 {
    font-size: 25px;
  }
  .about-page .about-video .play p {
    font-size: 25px;
  }
  .contact-page .contact-2 {
        padding-top: 40px;
    }
    .contact-page{
        padding: 40px 0;
    }
    .contact-page .contact-2 .right ul li p {
        font-size: 14px;
        word-break: break-all;
    }
    .contact-page .contact-2 .right ul li h6 {
        margin-bottom: 3px;
    }
    .product-page .product-box .right .inner-pro-list ul li{
      width: 33.3333%;
    }
}
@media screen and (max-width: 768px) {
  .inner.container {
    width: 100%;
    overflow: hidden;
  }
  .news-page .new-list li .new-con .abst {
    line-height: 30px;
  }
  .about-page .about-ty-title .text,
  .about-page .about-ty-title .text a {
    font-size: 14px;
  }
  .about-page .about-3 .other-box .other-text a {
    font-size: 14px;
  }
  .about-page .about-2 {
    padding-top: 60px;
  }
  .about-page .about-3 {
    padding-top: 60px;
  }
  .about-page .about-3 .about-other {
    margin-top: 60px;
  }
}
@media screen and (max-width: 700px) {
  .news-page .new-list li .new-pic,
  .news-page .new-list li .new-con {
    width: 100%;
  }
  .news-page .new-list li .new-con {
    padding-left: 0;
    padding-top: 10px;
  }
  .about-page .about-2 .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page .about-2 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 60px;
    text-align: left;
  }
  .about-page .about-3 .other-li {
    width: 100%;
  }
  .about-page .about-ty-title h1,
  .about-page .about-ty-title h2 {
    font-size: 20px;
  }
  .inner-page .form ul li {
        width: 100% !important;
    }
    .contact-page .contact-2 .left {
        width: 100%;
        padding-right: 0;
    }
    .contact-page .contact-2 .right {
        width: 100%;
        padding-left: 0;
        padding-top: 30px;
    }
    .contact-page .contact-2 .right ul li{
        width: 100%;
    }
     .contact-page .contact-2 .left .form {
        padding: 10px;
    }
    .faq-page .faq-2 .left ul li h4 {
        padding: 8px;
    }
    .product-page .product-box .right .inner-pro-list ul li{
      width: 50%;
    }
}
@media screen and (max-width: 500px) {
  .inner-banner h2 {
    font-size: 20px;
  }
  .inner-banner {
    height: 140px;
    padding-top: 70px;
  }
  .about-page {
    padding: 30px 0 60px;
  }
  .about-page .about-2 {
    padding-top: 30px;
  }
  .about-page .about-2 .right {
    padding-top: 30px;
  }
  .about-page .about-3 {
    padding-top: 30px;
  }
  .product-page .product-box .right .inner-pro-list ul li{
    width: 100%;
  }
}
.inquiry.side{
  position: fixed;
  right: 30px;
  bottom: 50px;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: #fd7d00;
  color: white;
  text-align: center;
  line-height: 60px;
  font-size: 22px;
  cursor: pointer;
  z-index: 20;
}