@font-face {
  font-family: 'Poppins-Bold';
  src: url(../fonts/Poppins-Bold.ttf) format('truetype'), url(../fonts/Poppins-Bold.eot) format('eot'), url(../fonts/Poppins-Bold.woff) format('woff'), url(../fonts/Poppins-Bold.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins-Light';
  src: url(../fonts/Poppins-Light.ttf) format('truetype'), url(../fonts/Poppins-Light.eot) format('eot'), url(../fonts/Poppins-Light.woff) format('woff'), url(../fonts/Poppins-Light.woff2) format('woff2');
}
@font-face {
  font-family: 'bebas-neue';
  src: url(../fonts/bebas-neue.ttf) format('truetype'), url(../fonts/bebas-neue.eot) format('eot'), url(../fonts/bebas-neue.woff) format('woff'), url(../fonts/bebas-neue.woff2) format('woff2');
}
@font-face {
  font-family: 'Oswald-Bold';
  src: url(../fonts/Oswald-Bold.otf) format('truetype'), url(../fonts/Oswald-Bold.eot) format('eot'), url(../fonts/Oswald-Bold.woff) format('woff'), url(../fonts/Oswald-Bold.woff2) format('woff2');
}
@font-face {
  font-family: 'poppins-regular';
  src: url(../fonts/poppins-regular.ttf) format('truetype'), url(../fonts/poppins-regular.eot) format('eot'), url(../fonts/poppins-regular.woff) format('woff'), url(../fonts/poppins-regular.woff2) format('woff2');
}
@media screen and (max-width: 1000px){
  .huhu,.shinik,.shinik1 {
    display: none !important;
  }

}
em{
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}
body {
  max-width: 1920px;
  position: relative;
  margin: 0 auto;
  font-family: Arial;
}
.container {
  width: 1384px;
  padding: 0 15px;
  position: relative;
  margin: 0 auto;
}
img {
  width: auto;
}
#header {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 99;
}
#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 .nav {
  position: relative;
  width: 100%;
  padding: 0 7%;
  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 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .nav .nav-box .h-logo {
  padding: 40px 0 0;
}
#header .nav .nav-box .menu-box {
  cursor: pointer;
}
#banner .swiper-slide {
  position: relative;
}
#banner .swiper-slide .banner-img {
  width: 100%;
}
#banner .swiper-slide .content-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
}
#banner .swiper-slide .content-box .content .text {
  max-width: 1920px;
  margin: 0 0 0 auto;
  text-align: center;
  margin-top: -350px;
}
#banner .swiper-slide .content-box .content .text h4 {
  font-size: 36px;
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'Poppins-Light';
}
#banner .swiper-slide .content-box .content .text h2 {
  font-size: 72px;
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'Poppins-Bold';
  font-weight: 900;
  margin: 25px 0 30px;
}
#banner .swiper-slide .content-box .content .text h2 span {
  color: #e72e0e;
}
#banner .swiper-slide .content-box .content .text p {
  font-size: 18px;
  line-height: 1.8;
  color: #ffffff;
  font-family: 'poppins-regular';
}
#banner .swiper-slide .content-box .content .text .more {
  display: inline-block;
  padding: 20px 36px;
  font-size: 16px;
  line-height: 1;
  color: #ffffff;
  font-family: 'Poppins-Light';
  background: #a9250f;
  margin-top: 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;
}
#banner .swiper-slide .content-box .content .text .more:hover {
  background: #000000;
}
#banner .swiper-slide-active .content-box .content {
  display: block;
  animation: 1s .3s fadeInUp both;
}
#banner .swiper-pagination {
  bottom: 65px;
}
#banner .swiper-pagination span {
  width: 28px;
  height: 28px;
  background: url(../images/pagination.png) no-repeat center center;
  margin: 0 20px;
  opacity: 1;
}
#banner .swiper-pagination .swiper-pagination-bullet-active {
  background: url(../images/pagination-hover.png) no-repeat center center;
}
#banner .swiper-button-prev,
#banner .swiper-button-next {
  width: 45px;
  height: 70px;
}
#banner .swiper-button-prev {
  left: 20px;
  background: url(../images/banner-left.png) no-repeat center center;
}
#banner .swiper-button-next {
  right: 20px;
  background: url(../images/banner-right.png) no-repeat center center;
}
#banner img {
  width: auto;
}
a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}
span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
}
#index-body h1.h1,
#index-body h2.h2,
#index-body h3.h3,
#index-body h4.h4,
#index-body h5.h5,
#index-body h6.h6,
#index-body h1,
#index-body h2,
#index-body h3,
#index-body h4,
#index-body h5,
#index-body h6,
#index-body 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;
}
#index-body 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;
}
#index-body h2 {
  font-size: 50px;
  line-height: 1;
  color: #000000;
  font-family: 'Poppins-Bold';
  font-weight: 900;
}
#index-body p {
  font-size: 16px;
  font-family: 'poppins-regular';
  color: #000000;
}
#index-body p.p {
  font-size: 14px;
  font-family: 'poppins-regular';
  color: #000000;
  line-height:2;
}
#index-body .read {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  color: #000000;
  font-family: 'Poppins-Bold';
  position: relative;
}
#index-body .read:hover::after {
  width: 100%;
}
#index-body .read::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background: #000;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#index-body .more {
  display: inline-block;
  padding: 18px 40px;
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  font-family: 'poppins-regular';
  background: #e72e0e;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
#index-body .more:hover {
  background: #000000;
}
#index-body .init-1 {
  padding: 70px 0 80px;
}
#index-body .init-1 .top {
  text-align: center;
}
#index-body .init-1 .top h2 {
  margin-bottom: 20px;
}
#index-body .init-1 .advantagesBox {
  margin-top: 33px;
}
#index-body .init-1 .advantagesBox .swiper-slide {
  text-align: center;
}
#index-body .init-1 .advantagesBox .swiper-slide span {
  display: inline-block;
  width: 100%;
  height: 146px;
  border-radius: 100%;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  position: relative;
}
#index-body .init-1 .advantagesBox .swiper-slide span::after {
  position: absolute;
  content: "";
  width: 146px;
  height: 146px;
  border-radius: 100%;
  background: #e72e0e;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
#index-body .init-1 .advantagesBox .swiper-slide h4 {
  font-size: 22px;
  line-height: 1;
  color: #000000;
  font-family: 'Poppins-Bold';
  font-weight: 900;
  margin: 25px 0 15px;
}
#index-body .init-1 .advantagesBox .swiper-slide p {
  line-height: 1.8;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
#index-body .init-1 .advantagesBox .swiper-slide .read {
  color: #20623f;
}
#index-body .init-1 .advantagesBox .swiper-slide .read::after {
  background: #20623f;
}
#index-body .init-1 .advantagesBox .swiper-slide:nth-child(1):hover span {
  background: url(../images/advantage1-h.png) no-repeat center center;
}
#index-body .init-1 .advantagesBox .swiper-slide:nth-child(1) span {
  background: url(../images/advantage1.png) no-repeat center;
}
#index-body .init-1 .advantagesBox .swiper-slide:nth-child(2):hover span {
  background: url(../images/advantage2-h.png) no-repeat center center;
}
#index-body .init-1 .advantagesBox .swiper-slide:nth-child(2) span {
  background: url(../images/advantage2.png) no-repeat center;
}
#index-body .init-1 .advantagesBox .swiper-slide:nth-child(3):hover span {
  background: url(../images/advantage3-h.png) no-repeat center center;
}
#index-body .init-1 .advantagesBox .swiper-slide:nth-child(3) span {
  background: url(../images/advantage3.png) no-repeat center;
}
#index-body .init-2 {
  padding-bottom: 85px;
  background: url(../images/about-bg.png) no-repeat left top;
  overflow: hidden;
}
#index-body .init-2 .container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
#index-body .init-2 .container .left {
  width: 46.5%;
  padding-top: 25px;
  padding-right: 20px;
}
#index-body .init-2 .container .left h4 {
  font-size: 36px;
  line-height: 1;
  color: #000000;
  font-family: 'Poppins-Light';
  margin-bottom: 32px;
}
#index-body .init-2 .container .left h2 {
  font-size: 55px;
  font-family: 'bebas-neue';
  text-transform: uppercase;
  padding-bottom: 25px;
  position: relative;
  margin-bottom: 35px;
}
#index-body .init-2 .container .left h2::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 5px;
  background: #296445;
  left: 0;
  bottom: 0;
}
#index-body .init-2 .container .left .shinh,
#index-body .init-2 .container .left p {
  line-height: 1.8;
  margin-bottom: 35px;
  max-width: 600px;
  font-family: 'poppins-regular';
}
#index-body .init-2 .container .left .shinh h1{
display:inline;
font-size:16px;
line-height:30px;
font-family: 'poppins-regular';}
#index-body .init-2 .container .left .more {
  margin-top: 20px;
}
#index-body .init-2 .container .right {
  width: 53.5%;
  position: relative;
}
#index-body .init-2 .container .right .play-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
#index-body .init-2 .container .right .play-box h4 {
  font-size: 24px;
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'Oswald-Bold';
  margin-top: 20px;
}
#index-body .init-2 .container .right .play-box .play {
  display: inline-block;
  position: relative;
  z-index: 6;
}
#index-body .init-2 .container .right .play-box .play::before {
  content: '';
  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.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 100% !important;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -o-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
}
#index-body .init-2 .container .right .play-box .play::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 100% !important;
  -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.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -o-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  -o-animation-delay: .4s;
  animation-delay: .4s;
}
#index-body .init-2 .container .right::after {
  position: absolute;
  content: "";
  width: 290px;
  height: 80%;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/after-bg.jpg) no-repeat;
  background-size: cover;
  z-index: -1;
}
#index-body .init-3 .categoryBox {
  position: relative;
}
#index-body .init-3 .categoryBox .navigation {
  position: absolute;
  left: 32%;
  bottom: 19%;
  display: flex;
}
#index-body .init-3 .categoryBox .navigation .swiper-button-prev,
#index-body .init-3 .categoryBox .navigation .swiper-button-next {
  position: relative;
  margin-top: 0;
  width: 41px;
  height: 41px;
  margin: 0 10px;
}
#index-body .init-3 .categoryBox .navigation .swiper-button-prev {
  left: 0;
  background: url(../images/left.png) no-repeat;
}
#index-body .init-3 .categoryBox .navigation .swiper-button-next {
  right: 0;
  background: url(../images/right.png) no-repeat;
}
#index-body .init-3 .categoryBox .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
#index-body .init-3 .categoryBox .swiper-slide .left {
  width: 42.5%;
  padding: 70px 0;
}
#index-body .init-3 .categoryBox .swiper-slide .right {
  width: 57.5%;
  background: #f3f3f3;
  position: relative;
  padding: 85px 17px 70px 35px;
}
#index-body .init-3 .categoryBox .swiper-slide .right::after {
  position: absolute;
  content: "";
  z-index: -1;
  right: 100%;
  top: 0;
  width: 132px;
  background: #f3f3f3;
  height: 100%;
}
#index-body .init-3 .categoryBox .swiper-slide .right .top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
#index-body .init-3 .categoryBox .swiper-slide .right .top .title {
  width: 80%;
}
#index-body .init-3 .categoryBox .swiper-slide .right .top .title h5 {
  font-size: 36px;
  line-height: 1;
  color: #000000;
  font-family: 'poppins-regular';
}
#index-body .init-3 .categoryBox .swiper-slide .right .top .title h2 {
  text-transform: uppercase;
  margin: 15px 0;
}
#index-body .init-3 .categoryBox .swiper-slide .right .top .title p {
  line-height: 30px;
}
#index-body .init-3 .categoryBox .swiper-slide .right .productBox {
  margin-top: 50px;
}
#index-body .init-3 .categoryBox .swiper-slide .right .productBox .swiper-slide {
  text-align: center;
  display: block;
}
#index-body .init-3 .categoryBox .swiper-slide .right .productBox .swiper-slide .product-img {
  display: block;
  overflow: hidden;
}
#index-body .init-3 .categoryBox .swiper-slide .right .productBox .swiper-slide .product-img: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);
}
#index-body .init-3 .categoryBox .swiper-slide .right .productBox .swiper-slide .product-img img {
  width: 100%;
}
#index-body .init-3 .categoryBox .swiper-slide .right .productBox .swiper-slide h4 {
  font-size: 22px;
  line-height: 1.2;
  color: #010101;
  font-family: 'poppins-regular';
  display: -webkit-box;
  -webkit-box-orient: vertical;


  margin: 25px 0 5px;
  width: 100%;
}
#index-body .init-3 .categoryBox .swiper-slide .right .productBox .swiper-slide p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-bottom: 15px;
  line-height: 1.5;
}
#index-body .init-4 {
  padding-top: 120px;
  position: relative;
  z-index: 1;
}
#index-body .init-4 .container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
#index-body .init-4 .container .left {
  width: 42%;
}
#index-body .init-4 .container .left h2 {
  margin-bottom: 40px;
}
#index-body .init-4 .container .left p {
  margin-bottom: 32px;
  line-height: 1.8;
}
#index-body .init-4 .container .right {
  width: 58%;
  padding-top: 20px;
}
#index-body .init-5 {
  position: relative;
  z-index: 2;
  margin-top: -40px;
}
#index-body .init-5 h2 {
  margin-bottom: 20px;
}
#index-body .init-5 .partnterBox {
  padding: 60px 0 80px;
  background: url(../images/map-bg.jpg) no-repeat;
  margin-top: 48px;
}
#index-body .init-5 .partnterBox .swiper-slide img {
  width: 100%;
}
#index-body .init-6 {
  padding: 75px 0 95px;
}
#index-body .init-6 .top {
  text-align: center;
}
#index-body .init-6 .top h2 {
  margin-bottom: 25px;
}
#index-body .init-6 .newsBox {
  margin-top: 30px;
}
#index-body .init-6 .newsBox .swiper-slide .news-img {
  display: block;
  overflow: hidden;
}
#index-body .init-6 .newsBox .swiper-slide .news-img: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);
}
#index-body .init-6 .newsBox .swiper-slide .news-img img {
  width: 100%;
}
#index-body .init-6 .newsBox .swiper-slide .content {
  padding: 25px 15px 40px;
}
#index-body .init-6 .newsBox .swiper-slide .content h3 {
  font-size: 18px;
  line-height: 1.5;
  color: #000000;
  font-family: 'Poppins-Bold';
  font-weight: 900;
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-bottom: 15px;
}
#index-body .init-6 .newsBox .swiper-slide .content .time {
  font-size: 14px;
  line-height: 1;
  color: #000000;
  display: flex;
  align-items: center;
  font-style: italic;
  font-family: 'Poppins-Light';
  margin-bottom: 8px;
}
#index-body .init-6 .newsBox .swiper-slide .content .time img {
  margin-right: 10px;
}
#index-body .init-6 .newsBox .swiper-slide .content p.p {
  font-family: 'Poppins-Light';
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#index-body .init-6 .newsBox .swiper-slide .content .read {
  font-size: 14px;
  margin-top: 15px;
}
#index-body .init-7 {
  padding-bottom: 100px;
}
#index-body .init-7 .container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#index-body .init-7 .container .left {
  width: 50%;
}
#index-body .init-7 .container .left h2 {
  margin-bottom: 30px;
}
#index-body .init-7 .container .left p {
  line-height: 1.8;
}
#index-body .init-7 .container .left .read {
  margin-top: 30px;
  font-size: 16px;
}
#index-body .init-7 .container .right {
  width: 50%;
  text-align: right;
}
#footer {
  position: relative;
  background: url(../images/footer-bg.jpg) no-repeat;
  background-size: cover;
}
#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 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: 24px;
  line-height: 1;
  color: #ffffff;
  font-family: 'Poppins-Bold';
  font-weight: 900;
  padding: 55px 0 30px;
}
#footer p {
  font-size: 16px;
  font-family: 'Poppins-Light';
  color: rgba(255, 255, 255, 0.7);
}
#footer .top {
  padding: 70px 0 110px;
}
#footer .top .topBox {
  display: flex;
  justify-content: space-between;
}
#footer .top .topBox .content ul li {
  font-size: 16px;
  line-height: 15px;
  font-family: 'poppins-regular';
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 20px;
}
#footer .top .topBox .content ul li:hover {
  color: #ffffff;
}
#footer .top .topBox .content ul li a {
  display: flex;
  align-items: center;
}
#footer .top .topBox .content ul li a img {
  margin-right: 10px;
}
#footer .top .topBox .one {
  max-width: 292px;
}
#footer .top .topBox .one p {
  line-height: 1.8;
  margin-top: 30px;
}
#footer .top .topBox .four {
  max-width: 360px;
}
#footer .top .topBox .four ul li {
  display: flex;
  align-items: flex-start;
}
#footer .top .topBox .four ul li img {
  margin-right: 10px;
}
#footer .top .topBox .four ul .mail img {
  display: inline-block;
  margin-top: 5px;
}
#footer .top .topBox .four ul .mail p {
  line-height: 2;
}
#footer .top .topBox .four ul .add img {
  display: inline-block;
  margin-top: 5px;
}
#footer .top .topBox .four ul .add p {
  line-height: 2;
}
#footer .top .topBox .qr {
  display: flex;
  align-items: center;
}
#footer .top .topBox .qr #ewm {
  max-width: 150px;
  border: 5px solid white;
}
#footer .footer-bottom {
  padding: 30px 0;
  line-height:28px;
}
#footer .footer-bottom .bottom-box {
  display: flex;
  justify-content: space-between;
}
#footer .footer-bottom .bottom-box p {
  display: flex;
  align-items: center;
}
#footer .footer-bottom .bottom-box p a {
  display: flex;
  align-items: center;
}
#footer .footer-bottom .bottom-box p img {
  display: inline-block;
  max-height: 13px;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  margin: 0 5px;
  opacity: .7;
}
#footer .footer-bottom .bottom-box .icon .fa {
  font-size: 24px;
  color: #ffffff;
  margin-left: 20px;
}
#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: 1600px) {
  .container {
    width: 1384px;
  }
  #index-body .init-3 .right .top .title h5 {
    font-size: 24px;
  }
  #index-body .init-3 .right .top .title h2 {
    font-size: 35px;
  }
  #index-body .init-3 .right .top .title p {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  #index-body .init-3 .right .top .more {
    padding: 12px 25px;
  }
  #index-body .init-3 .right .top .title {
    width: 75%;
  }
}
@media screen and (max-width: 1384px) {
  .container {
    width: 1230px;
  }
  #index-body .init-2 .container .left h2 {
    font-size: 50px;
  }
  #index-body .init-2 .container .left h4 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  #index-body .init-2 .container .left h2 {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  #index-body .init-3 {
    align-items: center;
  }
  #index-body .init-3 .right {
    padding: 30px 15px 30px 25px;
  }
  #index-body h2 {
    font-size: 40px;
  }
  #footer .top .topBox .qr #ewm {
    max-width: 120px;
  }
  #index-body .init-3 .categoryBox .swiper-slide .right {
    padding: 50px 17px 50px 35px;
  }
  #index-body .init-3 .right .top .more {
    font-size: 16px;
  }
}
@media screen and (max-width: 1230px) {
  .container {
    width: 970px;
  }
  #banner .swiper-slide .content-box .content .text h4 {
    font-size: 24px;
  }
  #banner .swiper-slide .content-box .content .text h2 {
    font-size: 49px;
    margin: 10px 0;
  }
  #banner .swiper-slide .content-box .content .text p {
    font-size: 14px;
  }
  #banner .swiper-slide .content-box .content .text {
    max-width: 610px;
  }
  #banner .swiper-slide .content-box .content .text .more {
    padding: 10px 20px;
    font-size: 14px;
    margin-top: 20px;
  }
  #index-body p {
    font-size: 14px;
	line-height:28px;
  }
  #index-body .init-2 .container .left h2 {
    font-size: 40px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  #index-body .init-2 .container .left .shinh,
  #index-body .init-2 .container .left p {
    margin-bottom: 15px;
  }
  #index-body .more {
    padding: 10px 20px;
    font-size: 14px;
  }
  #index-body .init-3 .right .top .title h2 {
    font-size: 24px;
    margin: 5px 0;
  }
  #index-body .init-3 .right {
    padding: 30px 15px;
  }
  #index-body .init-3 .right .productBox {
    margin-top: 20px;
  }
  #index-body .init-3 .left .navigation {
    left: 60%;
    bottom: 30px;
  }
  #index-body .init-3 .right .productBox .swiper-slide h4 {
    font-size: 16px;
    margin: 10px 0 5px;
  }
  #index-body h2 {
    font-size: 35px;
  }
  #footer p {
    font-size: 14px;
  }
  #footer .top .topBox .one {
    max-width: 190px;
  }
  #footer .top .topBox .content ul li {
    font-size: 14px;
  }
  #footer .top .topBox .four {
    max-width: 225px;
  }
  #footer .footer-bottom .bottom-box p img {
    max-height: 14px;
  }
  #footer .footer-bottom .bottom-box .icon .fa {
    font-size: 14px;
  }
  #footer .top {
    padding: 50px 0;
  }
  #index-body .init-3 .categoryBox .swiper-slide .right .productBox {
    margin-top: 20px;
  }
  #index-body .init-3 .categoryBox .swiper-slide {
    align-items: center;
  }
  #index-body .init-3 .categoryBox .swiper-slide .right {
    padding: 50px 15px 50px 20px;
  }
  #index-body .init-3 .right .top .more {
    font-size: 14px;
  }
  #index-body .init-3 .categoryBox .navigation {
    left: 30%;
    bottom: 20%;
  }
  #index-body .init-3 .categoryBox .swiper-slide .right .top .title {
    width: 75%;
  }
}
@media screen and (max-width: 1100px) {
  #mobile {
    display: block;
  }
  #banner {
    margin-top: 0;
  }
}
@media screen and (max-width: 1000px) {
  .container {
    width: 700px;
  }
  #banner .swiper-button-prev,
  #banner .swiper-button-next {
    display: none;
  }
  #index-body .init-2 .container .left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
  #index-body .init-2 .container .left .shinh,
  #index-body .init-2 .container .left p {
    max-width: 100%;
  }
  #index-body .init-2 .container .right {
    width: 100%;
  }
  #index-body .init-3 .left {
    width: 100%;
    padding: 0;
  }
  #index-body .init-3 .right {
    width: 100%;
  }
  #index-body .init-4 .container .left h2 {
    margin-bottom: 15px;
  }
  #index-body .init-5 {
    margin-top: 20px;
  }
  #index-body .init-7 .container .left {
    width: 100%;
  }
  #index-body .init-7 .container .right {
    width: 100%;
  }
  #index-body .init-7 .container .right img {
    width: 100%;
    margin-top: 30px;
  }
  #index-body .init-3 .left {
    text-align: center;
  }
  #footer .top .topBox {
    flex-wrap: wrap;
  }
  #footer .top .topBox .four {
    max-width: 360px;
  }
  #footer .footer-bottom .bottom-box {
    display: block;
  }
  #footer .footer-bottom .bottom-box p {
    text-align: center;
    justify-content: center;
  }
  #footer .footer-bottom .bottom-box p {
    flex-wrap: wrap;
  }
  #footer .footer-bottom .bottom-box .icon {
    margin-top: 10px;
  }
  #index-body .init-3 .categoryBox .swiper-slide .left {
    width: 100%;
    text-align: center;
  }
  #index-body .init-3 .categoryBox .swiper-slide .right {
    width: 100%;
  }
  #index-body .init-3 .categoryBox .navigation {
    left: 80%;
    bottom: auto;
    top: 42%;
  }
  #index-body .init-3 .categoryBox .swiper-slide .right::after {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .container {
    width: 100%;
  }
  #banner .swiper-slide .content-box .content .text h4 {
    font-size: 16px;
  }
  #banner .swiper-slide .content-box .content .text h2 {
    font-size: 24px;
    margin: 5px 0;
  }
  #banner .swiper-slide .content-box .content .text p {
    font-size: 12px;
  }
  #banner .swiper-pagination {
    display: none;
  }
  #index-body .init-1 {
    display: none;
  }
  #index-body .init-4 {
    display: none;
  }
  #index-body .init-5 {
    display: none;
  }
  #index-body .init-7 {
    display: none;
  }
  #index-body .init-6 {
    padding: 50px 0;
  }
  #ewm {
    display: none;
  }
  #index-body .init-3 .categoryBox .navigation {
    left: 75%;
    bottom: auto;
    top: 40%;
  }
}
@media screen and (max-width: 500px) {
  #banner .swiper-slide .content-box .content .text p {
    display: none;
  }
  #banner .swiper-slide .content-box .content .text .more {
    padding: 5px 10px;
    font-size: 12px;
    margin-top: 5px;
  }
  #banner .swiper-slide .content-box .content .text h2 {
    font-size: 18px;
  }
  #banner .swiper-slide .content-box .content .text h4 {
    font-size: 14px;
  }
  #index-body .init-2 .container .left h2 {
    font-size: 28px;
  }
  #index-body .init-2 .container .left h4 {
    font-size: 20px;
    margin-bottom: 5px;
	line-height:36px;
  }
  #index-body .init-2 .container .left .shinh h1,
  #index-body .init-2 .container .left .shinh{
  font-size:14px;
  line-height:28px;}
  #index-body .init-3 .right .top .title {
    width: 100%;
  }
  #index-body .init-3 .right .top .more {
    margin-top: 20px;
  }
  #footer .top .topBox .one {
    max-width: 100%;
  }
  #footer .top .topBox .four {
    max-width: 100%;
  }
  #index-body .init-3 .categoryBox .swiper-slide .left {
    padding: 0;
  }
  #index-body .init-3 .categoryBox .swiper-slide .right .top .title {
    width: 100%;
  }
  #index-body .init-3 .categoryBox .navigation {
    left: 60%;
    bottom: auto;
    top: 25%;
  }
}
@-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;
  right: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: 200000;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  right: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  display: none;
}
#mobile.active #menu-on {
  display: block;
}
#mobile #menu-on 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 #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100vh;
  display: block;
  background: #222;
  padding: 20px 10%;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #fd2318;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #fd2318;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  right: 0;
}
#mobile.active .yy {
  left: 0;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#mobile.active #menu-on i.line1 {
  -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.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -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;
}
@media screen and (max-width: 1100px) {
  #mobile .top {
    display: block;
  }
  #mobile #menu-on {
    display: block;
  }
  #banner {
    margin-top: 0;
  }
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  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-banner {
  height: 450px;
  padding-top: 240px;
  text-align: center;
  color: white;
  background-position: center center;
}
.inner-banner h2 {
  font-size: 32px;
  font-family: "roboto-bold";
  text-transform: uppercase;
  line-height: 50px;
}
.inner-page .bread-crumbs .container {
  border-bottom: 1px solid #dbdbdd;
  padding: 30px 0;
}
.inner-page .bread-crumbs a,
.inner-page .bread-crumbs span {
  font-family: Metropolis-Light;
  font-size: 20px;
}
.inner-banner .mbx {
  display: block;
  font-size: 14px;
  margin-top: 5px;
  line-height:28px;
}
.inner-banner .mbx a:hover {
  text-decoration: underline;
}
.inner-banner .play {
  display: inline-block;
  margin: 35px auto 0;
  cursor: pointer;
  cursor: hand;
}
.inner-banner.about {
  height: 450px;
  padding-top: 300px;
}
.inner-page .m-page {
  text-align: center;
}
.inner-page .m-page a,
.inner-page .m-page span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  cursor: hand;
  font-size: 18px;
  display: inline-block;
  margin: 2px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  border-radius: 3px;
}
.inner-page .m-page a:hover {
  background: #e72e0e;
  color: white;
}
.inner-page .form ul {
  margin: -8px;
}
.inner-page .form ul li {
  padding: 8px;
}
.inner-page .form ul li input,
.inner-page .form ul li textarea {
  width: 100%;
  border: none;
  line-height: 26px;
  padding: 10px 15px;
  border-radius: 6px;
  background: #eef0f3;
  font-size: 14px;
  color: black;
}
.inner-page .form ul li input::-webkit-input-placeholder,
.inner-page .form ul li textarea::-webkit-input-placeholder {
  color: #686868;
  text-transform: capitalize;
}
.inner-page .form ul li input:-moz-placeholder,
.inner-page .form ul li textarea:-moz-placeholder {
  color: #686868;
  text-transform: capitalize;
}
.inner-page .form ul li input::-moz-placeholder,
.inner-page .form ul li textarea::-moz-placeholder {
  color: #686868;
  text-transform: capitalize;
}
.inner-page .form ul li input:-ms-input-placeholder,
.inner-page .form ul li textarea:-ms-input-placeholder {
  color: #686868;
  text-transform: capitalize;
}
.inner-page .form ul li.wid-100 {
  width: 100%;
}
.inner-page .form ul li textarea {
  height: 160px;
}
.inner-page .form ul li input[type="submit"] {
  display: inline-block;
  width: auto;
  padding: 7px 50px;
  border-radius: 20px;
  font-size: 18px;
  color: white;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  background: #e72e0e;
  margin-top: 10px;
}
.inner-page .form ul li input[type="submit"]:hover {
  background: #46a6ff;
}
.inner-page h2.h2 {
  font-weight: 700;
  font-size: 40px;
}
.about-page .init-1 {
  padding: 40px 0;
}
.about-page .init-1 .container{
  text-align: center;
}
.about-page .init-1 p {
  line-height: 30px;
  padding: 10px 0;
  font-size: 16px;
}
.about-page .init-2 {
  padding: 60px 0;
  background: #e6e6e6 url(/shinjuess/2021/06/11/init-about.jpg) no-repeat top center
}
.about-page .init-2 .grid-box .column:nth-child(2) {
  padding-left: 30px;
  padding-top: 7%;
}
.about-page .init-2 .grid-box .column:nth-child(2) h3 {
  color: #403e3e;
  font-size: 21px;
}
.about-page .init-2 .grid-box .column:nth-child(2) p {
  color: #403e3e;
  font-size: 1.8rem;
}
.about-page .init-3 {
  background: #f3f4f6 url(../images/init-about.jpg) no-repeat top center;
  padding-top: 123px;
}
.about-page .init-3 .grid-box .column:nth-child(1) {
  padding-right: 5%;
}
.about-page .init-3 .grid-box .column:nth-child(2) {
  padding-left: 5%;
}
.about-page .init-3 .grid-box .column p {
  font-weight: 300;
  line-height: 30px;
  color: #010101;
  font-size: 16px;
}
.about-page .init-4 {
  padding: 100px 0;
}
.about-page .init-4 .factory-list {
  padding: 60px 0;
}
.about-page .init-4 a.more {
  width: 270px;
  height: 38px;
  display: block;
  color: #ffffff;
  background: #d6000f;
  font-size: 16px;
  text-align: center;
  line-height: 38px;
  margin: 0 auto;
}
.about-page .init-history {
  background: url(img/init-history.jpg) no-repeat center;
  background-size: cover;
  padding: 125px 0;
}
.about-page .init-history p.p {
  font-size: 16px;
  margin: 10px 0 0;
  font-weight: 300;
}
.history-list{
  position:relative;
  margin-top: 50px;
  padding-bottom: 0;
}
.history-list:after{ 
    content: '';
    position: absolute;
    width:100%;
    height:1px;
    background:#fff;
    left:0;
    bottom:5px;
    }    
.about-page .init-history h2.h2{
color:#fff;
}
.about-page .init-history p.p{
    color:#fff;
}
.init-history .history-list .swiper-slide {
  position: relative;
  cursor: pointer;
}
.init-history .history-list .swiper-slide:after {
  content: '';
  position: absolute;
  width: 11px;
  height: 11px;
  background: #fff;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  bottom: 0;
  left: 50%;
  margin-left: -5px;
}
.init-history .history-list .swiper-slide .intro {
  min-height: 150px;
  padding: 15px 20px;
  background: #fff;
  margin-bottom: 40px;
}
.init-history .history-list .swiper-slide .intro h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 4px;
}
.init-history .history-list .swiper-slide .intro p {
  line-height: 22px;
}
.about-page .init-6 {
  padding: 115px 0;
}
.about-page .init-6 .grid-box .column:nth-child(1) {
  width: 40%;
}
.about-page .init-6 .grid-box .column:nth-child(2) {
  width: 60%;
  padding-left: 5%;
}
.about-page .init-6 .grid-box .column:nth-child(2) p {
  font-size: 16px;
  color: #969696;
  line-height: 30px;
}
.contact-page {
  padding: 80px 0 130px;
}
.contact-page h3 {
  font-size: 30px;
  color: #303036;
  text-transform: capitalize;
  font-family: "roboto-bold";
  line-height: 1;
}
.contact-page .left {
  padding-right: 5%;
}
.contact-page .left .info {
  margin: 40px 0 80px;
  max-width: 470px;
}
.contact-page .left .info ul li {
  margin-bottom: 35px;
  font-size: 18px;
  color: rgba(48, 48, 54, 0.9);
  line-height: 30px;
  padding-left: 35px;
  position: relative;
}
.contact-page .left .info ul li:last-child {
  margin-bottom: 0;
}
.contact-page .left .info ul li i {
  position: absolute;
  left: 0;
  top: 0;
}
.contact-page .left .info ul li i img {
  display: inline-block;
  vertical-align: middle;
}
.contact-page .left .share {
  margin-top: 20px;
}
.contact-page .left .share ul li {
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 100%;
  background: #707070;
  color: white;
  font-size: 24px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin-right: 15px;
}
.contact-page .left .share ul li a {
  display: block;
}
.contact-page .left .share ul li:hover {
  background: #e72e0e;
}
.contact-page .left .share ul li:last-child {
  margin-right: 0;
}
.contact-page .right {
  padding-left: 5%;
}
.contact-page .right .form {
  margin-top: 40px;
}
.qualityControl-page h2.title {
  font-size: 48px;
  font-family: "roboto-bold";
  color: #1c1c1c;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
}
.qualityControl-page h2.title small {
  display: block;
  font-size: 18px;
  color: #797979;
  line-height: normal;
  margin-top: 10px;
  font-family: "roboto-regular";
  text-transform: none;
}
.qualityControl-page .qualityControl-1 {
  padding-bottom: 20px;
  background: #fbfcff;
}
.qualityControl-page .qualityControl-1 .box {
  background: white;
  -moz-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  top: -110px;
  padding: 70px 5% 50px;
  position: relative;
}
.qualityControl-page .qualityControl-1 .box:after {
  content: '';
  left: 0;
  height: 110px;
  width: 40px;
  border-radius: 20px;
  background: #1e3595;
  position: absolute;
  bottom: -185px;
}
.qualityControl-page .qualityControl-1 .box .list {
  margin-top: 50px;
}
.qualityControl-page .qualityControl-1 .box .img {
  padding-right: 7%;
  vertical-align: middle;
}
.qualityControl-page .qualityControl-1 .box .text {
  vertical-align: middle;
}
.qualityControl-page .qualityControl-1 .box .text h5 {
  font-family: "roboto-bold";
  font-size: 24px;
}
.qualityControl-page .qualityControl-1 .box .text p {
  display: block;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.65);
  margin: 20px 0;
  max-width: 440px;
}
.qualityControl-page .qualityControl-1 .box .text .dots i {
  display: inline-block;
  width: 30px;
  height: 10px;
  border-radius: 4px;
  background: #dfe9f2;
  cursor: pointer;
  cursor: hand;
  vertical-align: middle;
  margin-right: 8px;
}
.qualityControl-page .qualityControl-1 .box .text .dots i.active {
  background: #e72e0e;
}
.qualityControl-page .qualityControl-1 .box .text .dots i:last-child {
  margin-right: 0;
}
.qualityControl-page .qualityControl-1 .box ul .slick-dots {
  padding: 10px 0 0;
  margin: 0;
  text-align: center;
}
.qualityControl-page .qualityControl-1 .box ul .slick-dots li {
  padding: 0;
  margin: 0 4px;
  display: inline-block;
  vertical-align: middle;
  height: 10px;
  width: 30px;
  border-radius: 4px;
  background: #d8e4f2;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.qualityControl-page .qualityControl-1 .box ul .slick-dots li button {
  display: none;
}
.qualityControl-page .qualityControl-1 .box ul .slick-dots li.slick-active {
  background: #e72e0e;
}

.qualityControl-page .qualityControl-2 {
  padding: 90px 0;
}
.qualityControl-page .qualityControl-2 .box {
  padding-top: 90px;
  overflow: hidden;
}
.qualityControl-page .qualityControl-2 .box ul {
  margin: 0 -90px;
}
.qualityControl-page .qualityControl-2 .box ul li {
  padding: 0 90px;
  text-align: center;
}
.qualityControl-page .qualityControl-2 .box ul li i {
  display: inline-block;
  border-radius: 100%;
  overflow: hidden;
}
.qualityControl-page .qualityControl-2 .box ul li p {
  display: block;
  margin-top: 45px;
  text-align: center;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 32px;
}
.qualityControl-page .qualityControl-3 {
  padding: 60px 0 40px;
  background: #f5f9fe url("../images/about-3-bg.jpg") right top no-repeat;
}
.qualityControl-page .qualityControl-3 h2 {
  display: block;
  text-align: center;
  font-size: 36px;
  color: #1c1c1c;
  font-family: "roboto-bold";
}
.qualityControl-page .qualityControl-3 .box {
  padding-top: 50px;
}
.qualityControl-page .qualityControl-3 .box ul {
  margin: -15px;
}
.qualityControl-page .qualityControl-3 .box ul li {
  padding: 15px;
}
.qualityControl-page .qualityControl-3 .box ul li a {
  display: block;
}
.qualityControl-page .qualityControl-3 .box ul li a img {
  width: 100%;
}
.qualityControl-page .qualityControl-3 .box ul .slick-arrow {
  width: 42px;
  height: 42px;
  background: url("../images/icon-arrow.png") center center no-repeat transparent;
  border: none;
  cursor: pointer;
  cursor: hand;
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-size: 100% 100%;
}
.qualityControl-page .qualityControl-3 .box ul .slick-arrow.slick-prev {
  right: 100%;
}
.qualityControl-page .qualityControl-3 .box ul .slick-arrow.slick-next {
  left: 100%;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.qualityControl-page .qualityControl-3 .box ul .slick-dots {
  padding-top: 40px;
  padding-bottom: 15px;
  margin: 0;
  text-align: center;
}
.qualityControl-page .qualityControl-3 .box ul .slick-dots li {
  padding: 0;
  margin: 0 4px;
  display: inline-block;
  vertical-align: middle;
  height: 10px;
  width: 30px;
  border-radius: 4px;
  background: #d8e4f2;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.qualityControl-page .qualityControl-3 .box ul .slick-dots li button {
  display: none;
}
.qualityControl-page .qualityControl-3 .box ul .slick-dots li.slick-active {
  background: #e72e0e;
}.factory-page {
  padding-bottom: 0;
}
.factory-page .init-1 {
  padding: 40px 0;
}
.factory-page .init-1 .grid-box .column {
  padding-right: 5%;
}
.factory-page .init-1 p {
  line-height: 30px;
  font-size: 16px;
  font-weight: 300;
}
.factory-page .init-2 {
  background: #fff;
  padding-bottom: 40px;
  background: linear-gradient(#f3f4f6 0%, #f3f4f6 20%, #fff 21%, #fff 100%);
}
.factory-page .init-2 .factory-list2 {
  position: relative;
}
.factory-page .init-2 .factory-list2 .icon {
  position: absolute;
  left: 5%;
  width: 40px;
  height: 40px;
  bottom: 3%;
  cursor: pointer;
  z-index: 8;
  background: url(../images/nextArrow1.png) no-repeat;
}
.factory-page .init-2 .factory-list2 .right {
  background: url(../images/nextArrow.png) no-repeat;
  left: 10%;
}
.factory-page .init-2 .grid-box {
  padding: 50px 0;
}
.factory-page .init-2 .grid-box .column h2 {
  font-weight: 500;
  font-size: 50px;
}
.factory-page .init-2 .grid-box .column p {
  font-size: 20px;
  font-weight: 300;
}
.factory-page .init-3 {
  padding: 80px 0;
  background: #f3f4f6;
}
.factory-page .init-3 h2.h2 {
  font-size: 50px;
}
.factory-page .init-3 .step-list {
  margin-top: 60px;
}
.factory-page .init-3 .step-list .img-box .text {
  padding-top: 20px;
  background: #f3f4f6;
  position: relative;
  z-index: 3;
}
.factory-page .init-3 .step-list .img-box .text h3 {
  font-weight: 500;
  font-size: 22px;
}
.factory-page .init-3 .step-list .img-box .text p {
  font-weight: 300;
  color: #a5a5a6;
  line-height: 30px;
}
.factory-page .init-video {
  position: relative;
}
.factory-page .init-video .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;
}
.factory-page .init-video .play p {
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.factory-page .init-video .play img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  left: 5px;
}
.factory-page .init-video .play:after,
.factory-page .init-video .play:before {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  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;
}
.factory-page .init-video .play:after {
  -webkit-animation-delay: .5s;
  -o-animation-delay: .5s;
  -ms-animation-delay: .5s;
  -moz-animation-delay: .5s;
  animation-delay: .5s;
}
.factory-page .init-4 {
  padding: 100px 0;
  background: #f3f4f6;
}
.factory-page .init-4 .grid-box {
  margin: 40px auto 0;
  max-width: 1035px;
}
.factory-page .init-4 .grid-box .column {
  width: 49.5%;
  margin-right: 1%;
  margin-bottom: 55px;
}
.factory-page .init-4 .grid-box .column .img-box{
  text-align: center;
}
.factory-page .init-4 .grid-box .column .img-box p {
  position: relative;
  padding: 10px;
  z-index: 3;
  background: #f3f4f6;
  font-weight: 300;
  color: #a5a5a6;
  line-height: 30px;
  text-align: center;
}
.factory-page .init-4 .grid-box .column:nth-child(2n) {
  margin-right: 0;
}
.factory-page .init-bot {
  background: #e4e4e6;
  padding: 40px 0;
}
.factory-page .init-bot .grid-box .column {
  width: 60%;
}
.factory-page .init-bot .grid-box .column h2 {
  font-size: 30px;
  font-weight: 700;
  text-transform: capitalize;
  padding: 10px 0;
}
.factory-page .init-bot .grid-box .column p {
  font-size: 16px;
  line-height: 30px;
}
.factory-page .init-bot .grid-box .column:nth-child(2) {
  width: 40%;
}
.factory-page .init-bot .grid-box .column:nth-child(2) a.more {
  width: 288px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background: #d6000f;
  display: block;
  float: right;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  margin-top: 30px;
}
.news-page {
  padding: 55px 0 80px;
}
.news-page .nav {
  text-align: center;
  letter-spacing: -5px;
}
.news-page .nav ul li {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #e4e4e4;
  line-height: 40px;
  height: 40px;
  padding: 0 40px;
  font-size: 16px;
  color: #2f2f2f;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
  letter-spacing: 0;
}
.news-page .nav ul li:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.news-page .nav ul li:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.news-page .nav ul li:hover {
  background: #e72e0e;
  color: white;
}
.news-page .box {
  padding: 60px 0 70px;
  overflow: hidden;
}
.news-page .box ul {
  margin: -35px -15px;
}
.news-page .box ul li {
  padding: 35px 15px;
}
.news-page .box ul li a.img-box {
  display: block;
  border-radius: 5px;
  overflow: hidden;
}
.news-page .box ul li a.img-box img {
  display: block;
  width: 100%;
}
.news-page .box ul li time {
  display: block;
  text-align: right;
  font-size: 14px;
  color: rgba(28, 28, 28, 0.66);
  line-height: 1;
  margin: 15px 0;
}
.news-page .box ul li h4 {
  display: block;
  font-size: 18px;
  color: #1c1c1c;
  line-height: 32px;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news-page .box ul li h4:hover {
  color: #e72e0e;
}
.news-page .box ul li p {
  display: block;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 28px;
  margin-top: 10px;
}
.product-page {
  background: #f5f8ff;
  padding: 40px 0 70px;
}
.product-page .top {
  display: block;
  padding: 20px 30px;
  background: white;
}
.product-page .top h6 {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  color: black;
  text-transform: capitalize;
  margin-right: 15px;
}
.product-page .top .cat {
  display: inline-block;
  vertical-align: middle;
}
.product-page .top .cat .cat-list {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.product-page .top .cat .cat-list span {
  line-height: 42px;
  height: 42px;
  padding: 0 10px;
  border-radius: 4px;
  width: 520px;
  font-size: 18px;
  color: #7c7c7c;
  display: block;
  border: 1px solid #e5e5e5;
  cursor: pointer;
  cursor: hand;
}
.product-page .top .cat .cat-list span i {
  float: right;
  font-size: 20px;
  margin-top: 10px;
}
.product-page .top .cat .cat-list ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: white;
  padding: 15px;
  z-index: 1;
  display: none;
}
.product-page .top .cat .cat-list ul li {
  font-size: 14px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-page .top .cat .cat-list ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.product-page .top .cat .cat-list ul li:hover {
  color: #e72e0e;
}
.product-page .top .cat .cat-list:hover ul {
  display: block;
}
.product-page .top .search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
}
.product-page .top .search form {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.product-page .top .search form input {
  line-height: 42px;
  height: 42px;
  padding: 0 10px;
  border-radius: 4px;
  width: 300px;
  font-size: 18px;
  color: black;
  display: block;
  border: 1px solid #e5e5e5;
  padding-right: 50px;
  background: transparent;
}
.product-page .top .search form input::-webkit-input-placeholder {
  color: #7c7c7c;
}
.product-page .top .search form input:-moz-placeholder {
  color: #7c7c7c;
}
.product-page .top .search form input::-moz-placeholder {
  color: #7c7c7c;
}
.product-page .top .search form input:-ms-input-placeholder {
  color: #7c7c7c;
}
.product-page .top .search form input[type="submit"] {
  width: 40px;
  background: url("../images/icon-search2.png") center center no-repeat;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
}
.product-page .bottom {
  padding: 40px 0 55px;
}
.product-page .bottom ul {
  margin: -15px -8px;
}
.product-page .bottom ul li {
  padding: 15px 8px;
}
.product-page .bottom ul li a.img-box {
  display: block;
}
.product-page .bottom ul li a.img-box img {
  display: block;
  width: 100%;
}
.product-page .bottom ul li .content {
  display: block;
  background: white;
  padding: 20px 10px 15px;
}
.product-page .bottom ul li .content h5 {
  font-size: 18px;
  color: black;
  line-height: 32px;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.shinik{
font-size:32px;
color:#20623f;
}
shinik1{
font-size:16px;
line-height:30px;
font-family:'Poppins-Light';
}
.product-page .bottom ul li .content h5:hover {
  color: #e72e0e;
}
.product-page .bottom ul li .content p {
  display: block;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.65);
  margin-top: 10px;
}
.newdet-page {
  background: #f5f8ff;
  padding: 20px 0;
}
.newdet-page .box {
  background: white;
  padding: 25px;
}
.newdet-page .box h4 {
  font-size: 24px;
  color: #333;
  font-family: "roboto-bold";
  text-align: center;
}
.newdet-page .box time {
  font-size: 14px;
  color: #666;
  text-align: center;
  display: block;
  margin: 15px 0;
}
.newdet-page .box .content {
  display: block;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 1.8;
}
.newdet-page .box .link {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px #eee dashed;
}
.newdet-page .box .link a {
  display: block;
  font-size: 14px;
}
.newdet-page .box .link a:hover {
  text-decoration: underline;
}
.faq-page {
  padding: 70px 0;
}
.faq-page ul li {
  border: 1px solid #eee;
  padding: 15px;
  margin-bottom: 15px;
}
.faq-page ul li:last-child {
  margin-bottom: 0;
}
.faq-page ul li h4 {
  font-size: 18px;
  color: #444;
  font-family: "roboto-bold";
}
.faq-page ul li .content {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px #eee dashed;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
}
.prodet-page .prodet-1 {
  padding: 70px 0;
}
.prodet-page .prodet-1 .left {
  width: 40%;
}
.prodet-page .prodet-1 .left img {
  width: 100%;
}
.prodet-page .prodet-1 .left a > img {
  border: 5px solid white;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.prodet-page .prodet-1 .left .slick {
  margin-top: 30px;
}
.prodet-page .prodet-1 .left .slick ul {
  margin: -10px;
}
.prodet-page .prodet-1 .left .slick ul li {
  padding: 10px;
}
.prodet-page .prodet-1 .right {
  width: 60%;
  padding-left: 5%;
}
.prodet-page .prodet-1 .right h1{
font-size:28px;}
.prodet-page .prodet-1 .right h3 {
  font-size: 28px;
  color: #333;
  font-family: "roboto-bold";
}
.prodet-page .prodet-1 .right .content {
  display: block;
  margin: 30px 0;
  font-size: 15px;
  link: 1.8;
  color: rgba(0, 0, 0, 0.65);
  line-height:2;
}
.prodet-page .prodet-1 .right .share h6 {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  color: #333;
  font-family: "roboto-bold";
}
.prodet-page .prodet-1 .right .share ul {
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .prodet-1 .right .share ul li {
  width: 36px;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  text-align: center;
  background: #eee;
  border-radius: 3px;
  margin-left: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .right .share ul li:hover {
  background: #e72e0e;
  color: white;
}
.prodet-page .prodet-2 .top {
  background: #eee;
}
.prodet-page .prodet-2 .top ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 35px;
  font-size: 18px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
.prodet-page .prodet-2 .top ul li:hover,
.prodet-page .prodet-2 .top ul li.active {
  background: #e72e0e;
  color: white;
}
.prodet-page .prodet-2 .bottom {
  padding: 30px;
  font-size: 14px;
  line-height: 1.8;
  background: #f8f8f8;
}
.prodet-page .prodet-2 .bottom .content{
      width: 100%;
    display: block;
    overflow-x: scroll;
}
.prodet-page .prodet-3 {
  padding: 40px 0;
}
.prodet-page .prodet-3 h3 {
  font-size: 26px;
  color: #333;
  font-family: "roboto-bold";
  margin-bottom: 20px;
}
.prodet-page .prodet-4 {
  padding-top: 60px;
}
.prodet-page .prodet-4 i {
  font-size: 14px;
  color: #999;
}
.prodet-page .prodet-4 h3 {
  font-size: 30px;
  color: black;
  margin: 10px 0 30px;
  font-weight: 500;
  line-height: .9;
  text-transform: uppercase;
}
.prodet-page .prodet-4 ul {
  margin: -4px;
}
.prodet-page .prodet-4 ul li {
  padding: 4px;
}
.prodet-page .prodet-4 ul li a {
  display: block;
  background: #f0f0f0;
}
.prodet-page .prodet-4 ul li a h5 {
  font-size: 16px;
  color: #999;
  padding: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: #f0f0f0;
  text-align: center;
}
@media screen and (max-width: 1600px) {
  .inner-banner {
    height: 400px;
    padding-top: 180px;
  }
  .inner-banner h2 {
    font-size: 40px;
  }
  .product-page .top {
    padding: 15px;
  }
  .product-page .bottom ul li .content h5 {
    font-size: 17px;
  }
  .news-page .box ul li {
    padding: 15px;
  }
  .news-page .box ul {
    margin: -15px;
  }
  .contact-page h3,
  .qualityControl-page .qualityControl-3 h2 {
    font-size: 30px;
  }
  .qualityControl-page .qualityControl-1 .box {
    top: -80px;
  }
  .qualityControl-page h2.title {
    font-size: 40px;
  }
  .qualityControl-page .qualityControl-1 .box:after {
    bottom: -155px;
    width: 30px;
    border-radius: 15px;
  }
  .qualityControl-page .qualityControl-2 .box {
    padding-top: 70px;
  }
  .qualityControl-page .qualityControl-2 .box ul li p {
    font-size: 16px;
    margin-top: 30px;
  }
  .qualityControl-page .qualityControl-3 .box ul .slick-arrow{
    z-index: 1;
  }
  .qualityControl-page .qualityControl-3 .box ul .slick-arrow.slick-next{
    left: auto;
    right: 0;
  }
  .qualityControl-page .qualityControl-3 .box ul .slick-arrow.slick-prev{
    left: 0;
    right: auto;
  }
  .inner-banner.about {
    height: 600px;
    padding-top: 220px;
  }
  .contact-page .left .share ul li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }
  .contact-page .left .info {
    margin: 40px 0 60px;
  }
  .contact-page {
    padding: 80px 0;
  }
}
@media screen and (max-width: 1400px) {
  .qualityControl-page h2.title {
    font-size: 32px;
  }
  .qualityControl-page h2.title small {
    font-size: 15px;
  }
  .qualityControl-page .qualityControl-1 .box {
    padding: 40px 30px;
  }
  .qualityControl-page .qualityControl-1 .box .list {
    margin-top: 40px;
  }
  .qualityControl-page .qualityControl-2 .box ul li {
    padding: 0 40px;
  }
  .qualityControl-page .qualityControl-2 .box ul {
    margin: 0 -40px;
  }
  .qualityControl-page .qualityControl-3 .box ul li {
    padding: 5px;
  }
  .qualityControl-page .qualityControl-3 .box ul {
    margin: -5px;
  }
  .qualityControl-page .qualityControl-3 .box ul .slick-dots {
    padding: 20px 0;
  }
  .qualityControl-page .qualityControl-3 .box {
    padding-top: 30px;
  }
  .news-page .box {
    padding: 30px 0;
  }
  .news-page .box ul li p {
    display: none;
  }
  .news-page {
    padding: 50px 0;
  }
  .news-page .box ul li h4 {
    font-size: 16px;
  }
  .news-page .nav ul li {
    font-size: 14px;
  }
  .product-page .top h6 {
    font-size: 16px;
  }
  .product-page .top .search form input,
  .product-page .top .cat .cat-list span {
    font-size: 16px;
  }
  .product-page .top .cat .cat-list span {
    width: 350px;
  }
  .product-page .bottom ul li .content h5 {
    font-size: 15px;
    line-height: 20px;
  }
  .product-page .bottom ul li .content p {
    font-size: 14px;
    margin-top: 5px;
  }
  .product-page {
    padding: 40px 0;
  }
  .product-page .bottom {
    padding: 30px 0;
  }
}
@media screen and (max-width: 1200px) {
  .product-page .top {
    display: none;
  }
  .product-page .bottom {
    padding-top: 0;
  }
  .product-page .bottom ul li .content {
    padding: 10px;
  }
  .product-page .bottom ul li .content p {
    font-size: 12px;
  }
  .inner-banner {
    height: 320px;
    padding-top: 140px;
  }
  .inner-page h2.h2 {
    font-size: 30px;
  }
  .inner-banner h2 {
    font-size: 32px;
  }
  .news-page .box ul li h4 {
    font-size: 14px;
    line-height: 20px;
  }
  .news-page .box ul li {
    padding: 5px;
  }
  .news-page .box ul {
    margin: -5px;
  }
  .inner-page .m-page a,
  .inner-page .m-page span {
    width: 34px;
    height: 34px;
    line-height: 34px;
  }
  .contact-page h3,
  .qualityControl-page .qualityControl-3 h2 {
    font-size: 26px;
  }
  .qualityControl-page .qualityControl-1 .box {
    padding: 30px 15px;
    top: -50px;
  }
  .qualityControl-page .qualityControl-1 .box:after {
    bottom: -110px;
    height: 80px;
  }
  .qualityControl-page .qualityControl-2 .box ul li {
    padding: 0 15px;
  }
  .qualityControl-page .qualityControl-2 .box ul {
    margin: 0 -15px;
  }
  .qualityControl-page .qualityControl-2 .box ul li p {
    font-size: 15px;
    line-height: 1.8;
  }
  .qualityControl-page .qualityControl-2 .box ul li i {
    max-width: 200px;
  }
  .qualityControl-page .qualityControl-2 .box {
    padding-top: 40px;
  }
  .qualityControl-page .qualityControl-2 {
    padding: 50px 0;
  }
  .qualityControl-page .qualityControl-3 .box ul .slick-arrow{
    display: none !important;
  }
  #footer .footer-top ul li dl dd {
    font-size: 13px;
  }
  .inner-banner.about {
    height: 440px;
    padding-top: 180px;
  }
  .inner-banner .play {
    max-width: 40px;
    margin-top: 20px;
  }
  .contact-page .left .info ul li {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .contact-page .left .share ul li {
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
  }
  .contact-page {
    padding: 60px 0;
  }
}
@media screen and (max-width: 1000px) {
  .qualityControl-page .qualityControl-3 .box ul .slick-dots {
    display: none !important;
  }
  .qualityControl-page h2.title {
    font-size: 28px;
  }
  .qualityControl-page h2.title small {
    margin-top: 5px;
  }
  .qualityControl-page .qualityControl-1 .box .img {
    padding-right: 3%;
  }
  .qualityControl-page .qualityControl-1 .box .text h5 {
    font-size: 20px;
  }
  .qualityControl-page .qualityControl-1 .box .text p {
    font-size: 14px;
    margin-bottom: 0;
  }
  .qualityControl-page .qualityControl-1 .box .text .dots {
    display: none !important;
  }
  .qualityControl-page .qualityControl-2 .box ul li p {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 15px;
  }
  .inner-banner {
    height: 280px;
    padding-top: 100px;
  }
  .inner-banner.about {
    height: 300px;
    padding-top: 100px;
  }
  .contact-page .left .info {
    margin: 20px 0;
  }
  .contact-page .left .info ul li {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.7;
  }
  .inner-page .form ul li {
    width: 100%;
  }
  .inner-page .form ul li input,
  .inner-page .form ul li textarea {
    padding: 5px 10px;
  }
  .inner-page .form ul li textarea {
    height: 120px;
  }
  .inner-page .form ul li input[type="submit"] {
    padding: 4px 30px;
    font-size: 16px;
    margin-top: 0;
  }
  .inner-page .form {
    margin-top: 20px;
  }
  .contact-page {
    padding: 40px 0;
  }
  .contact-page .left {
    width: 100% !important;
    padding-right: 0;
  }
  .contact-page .right {
    width: 100% !important;
    padding-left: 0;
    padding-top: 40px;
  }
  .contact-page .left .share {
    margin-top: 10px;
  }
  .prodet-page .prodet-1 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  .prodet-page .prodet-1 .left {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .about-page .init-1 p {
    line-height: 30px;
    padding: 10px 0;
    font-size: 14px;
  }
  .about-page .init-2 {
    padding: 20px 0;
  }
  .inner-page h2.h2 {
    font-size: 20px;
  }
  .factory-page .init-2 .grid-box .column h2 {
    font-size: 24px;
  }
  .factory-page .init-3 h2.h2 {
    font-size: 20px;
  }
  .factory-page .init-video {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner {
 
  }
  .inner-banner h2{
  font-size:20px;
  line-height:36px;}
  .inner-page {
    margin-top: 40px !important;
  }
  .contact-page h3,
  .qualityControl-page .qualityControl-3 h2 {
    font-size: 22px;
  }
  .qualityControl-page .qualityControl-1 .box {
    top: 0;
  }
  .qualityControl-page .qualityControl-1 {
    padding: 30px 0;
  }
  .qualityControl-page .qualityControl-1 .box:after {
    display: none;
  }
  .prodet-page .prodet-1 {
    padding: 40px 0;
  }
  .prodet-page .prodet-1 .right h3 {
    font-size: 24px;
  }
  .prodet-page .prodet-2 .top ul li {
    font-size: 16px;
  }
  .prodet-page .prodet-3 h3 {
    font-size: 22px;
  }
    .about-page .init-2 .grid-box .column:nth-child(2) h3 {
    font-size: 18px;
  }
  .about-page .init-3 {
    padding-top: 30px;
  }
  .about-page .init-3 .grid-box .column:nth-child(1) {
    padding-right: 0;
    width: 100%;
  }
  .about-page .init-3 .grid-box .column:nth-child(2) {
    padding-left: 0;
    width: 100%;
  }
  .about-page .init-4 {
    padding: 30px 0;
  }
  .about-page .init-3 .grid-box .column p {
    font-weight: 300;
    line-height: 25px;
    font-size: 14px;
  }
  .about-page .init-4 .factory-list,
  .about-page .init-history,
  .about-page .init-6 {
    padding: 20px 0;
  }
  .about-page .init-6 .grid-box .column:nth-child(1),
  .about-page .init-6 .grid-box .column:nth-child(2) {
    width: 100%;
    padding: 0;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 500px) {
  #footer .top .topBox .two,
  #footer .top .topBox .three{
    display: none;
  }
  .main-map .info{
    width:auto!important;
  }
  .news-page .nav {
    display: none;
  }
  .prodet-page .prodet-4 h3{
    font-size: 24px;
  }
  .news-page .box ul li h4 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .news-page .box {
    padding-top: 0;
  }
  .qualityControl-page h2.title {
    font-size: 24px;
  }
  .qualityControl-page .qualityControl-1 .box .list {
    margin-top: 20px;
  }
  .qualityControl-page .qualityControl-1 .box .text {
    margin-top: 20px;
  }
  .qualityControl-page .qualityControl-1 .box .text p {
    margin-top: 10px;
  }
  .inner-page .m-page a,
  .inner-page .m-page span {
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
  }
  .prodet-page .prodet-1 .left .slick {
    margin-top: 15px;
  }
  .prodet-page .prodet-1 .right .content {
    margin-top: 15px;
  }
  .prodet-page .prodet-1 .right .share ul li {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    margin-left: 5px;
  }
  .prodet-page .prodet-1 .right .share h6 {
    font-size: 16px;
  }
  .prodet-page .prodet-2 .top ul li {
    padding: 5px 20px;
  }
  .prodet-page .prodet-2 .bottom {
    padding: 20px 15px;
  }
  .factory-page .init-1 .grid-box .column {
    padding-right: 0;
    width: 100%;
    padding-bottom: 20px;
  }
  .factory-page .init-1 {
    padding: 20px 0;
  }
  .factory-page .init-2 .factory-list2 .right {
    left: 22%;
  }
  .factory-page .init-2 .grid-box.four > .column {
    width: 50%;
  }
  .factory-page .init-2 .grid-box {
    padding: 20px 0;
  }
  .factory-page .init-3,
  .factory-page .init-4 {
    padding: 30px 0;
  }
  .factory-page .init-bot .grid-box .column,
  .factory-page .init-bot .grid-box .column:nth-child(2) {
    width: 100%;
  }
  .factory-page .init-bot .grid-box .column h2 {
    font-size: 20px;
  }
  .factory-page .init-bot .grid-box .column:nth-child(2) a.more {
    float: left;
  }
}
.button-group .button{
      background-color: #e72e0e !important;
}