@font-face {
  font-family: 'Montserrat-Regular';
  src: url(../font/Montserrat-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat-ExtraBold';
  src: url(../font/Montserrat-ExtraBold.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url(../font/Montserrat-SemiBold.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat-Light';
  src: url(../font/Montserrat-Light.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat-Medium';
  src: url(../font/Montserrat-Medium.ttf) format('truetype');
}
@font-face {
	font-family: "iconfont";
	src: url('../font/iconfont.eot');
	src: url('../font/iconfont.eot') format('embedded-opentype'), url('../font/iconfont.woff') format('woff'), url('../font/iconfont.ttf') format('truetype'), url('../font/iconfont.svg') format('svg');
	font-display: swap
}.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	pointer-events: unset !important;
}
.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: .2px;
	-moz-osx-font-smoothing: grayscale
}


.product-page .product-list ul li .product-block .product-content p.time {
    margin-top: 15px;
}
.indusknow {
    font-size: 17px;
    line-height: 2;
    width: 1400px;
    padding: 50px 0 100px;
    margin: 0 258.5px;
}
.indusknow h2 {
    display: block;
    text-align: left;
    font-size: 30px;
    line-height: 1;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 3rem;
    text-transform: uppercase;
    font-weight: bold;
}
.indusknow h3 {
    margin: 30px 0 5px;
    font-weight: 600;
}
.indusknow a {
    color: #bc1315;
}

.product-page .newprodet32 .product-list ul li .product-block .product-content p {
    text-align: left;
    height: auto;
}
.product-page .newprodet32 .product-list ul li .product-block .product-content h4 {
    text-align: left;
    height: 98px;
    overflow: auto;
}
.product-page .sinnewprodet32 .product-list ul li .product-block {
    height: 550px;
}
#index-body .init-1 .container .des h1 {
    display: inline;
}
.inner-page .sidebar-box .sidebar-right h1 {
    font-size: 20px;
    font-weight: 800; 
    line-height: 2;
    margin-bottom: 30px;
}
.inner-page .sidebar-box .sidebar-right .MsoNormal {
    line-height: 2;
    margin: 20px 0;
}
.inner-page .sidebar-box .sidebar-right .top {
    line-height: 2;
}







#ewm canvas,
#ewm img {
  width: 100%;
  display: block;
}
#pups_shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_from {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from form {
  margin-top: 40px;
}
#pups_from i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#pups_from i.close::after,
#pups_from i.close::before {
  content: '';
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: #bc1315;
}
#pups_from i.close:hover::before,
#pups_from i.close:hover::after {
  background: white;
}
#pups_from ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from ul li input,
#pups_from ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_from ul li input:focus,
#pups_from ul li textarea:focus {
  border-color: #bc1315;
}
#pups_from ul li textarea {
  height: 80px;
}
#pups_from ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: #bc1315;
  color: white;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#pups_from ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from ul li:last-child {
  margin-bottom: 0;
}
#Pop_UpsBtn {
  z-index: 20;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  border-radius: 100%;
  background: #bc1315;
  color: white;
  right: 2%;
  bottom: 40%;
  font-size: 24px;
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#Pop_UpsBtn:hover {
  background: #c9383a;
}
*::-webkit-scrollbar-thumb {
  background-color: #44533c;
}
b,
strong {
  font-weight: bold;
}
body {
  overflow-x: hidden;
  position: relative;
  font-family: 'Montserrat-Regular';
  margin: 0 auto;
  color: #000;
  background-size: 100%;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
img {
  max-width: 100%;
}
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 tbody td,
table tbody th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tbody tr {
  width: auto !important;
  height: auto !important;
}
table tbody tr:nth-child(even) {
  background: #eee;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-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: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  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: 2;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #bc1315;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 14px;
  line-height: 2;
}
#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%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#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.webp") 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: 0.5s;
  transition: 0.5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #bc1315;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-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);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#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;
}
.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.webp) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
.search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
.search-box form input {
  background: none;
  outline: none;
  border: none;
}
.search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
.search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 18;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#header.active {
  background-color: #000;
}
#header a {
  display: block;
}
#header img {
  display: block;
  width: 100%;
}
#header > .nav {
  width: 100%;
  max-width: 100%;
  margin: auto;
}
#header > .nav > .menu {
  width: 100%;
  padding: 15px 20px;
}
#header > .nav > .menu .menu-box {
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header > .nav > .menu .menu-box .logo {
  width: 146px;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu {
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item {
  position: relative;
  margin-left: 30px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item:first-child {
  margin-left: 0;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item:hover > a::before,
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item.active > a::before {
  transform: scaleX(1);
  -ms-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -o-transform: scaleX(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item:hover > .sub-menu,
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item.active > .sub-menu {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item > a {
  color: #fff;
  font-size: 16px;
  line-height: 1;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding: 16px 0;
  text-align: center;
  text-transform: uppercase;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  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;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-bottom: 3px solid #bc1315;
  border-radius: 2px;
  background-color: #f7fbff;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item.menu-item-108129 .sub-menu{
  width: 236px;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item .sub-menu .menu-item {
  color: #000;
  background-color: #f7fbff;
  position: relative;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item .sub-menu .menu-item a {
  font-size: 14px;
  padding: 10px 20px;
  text-align: left;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;white-space: nowrap;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover > a {
  background-color: #000;
  color: #fff;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item .sub-menu .menu-item .sub-menu {
  left: 100%;
  top: 0;
  -webkit-box-shadow: 2px 2px 4px 0 #000;
  box-shadow: 2px 2px 4px 0 #000;
}
#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover .sub-menu {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
#header > .nav > .menu .menu-box .right {
  margin-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header > .nav > .menu .menu-box .right .search {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: block;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#header > .nav > .menu .menu-box .right .search img {
  width: 40%;
  height: auto;
}
#header > .nav > .menu .menu-box .right .search::before {
  border-radius: 50%;
}
#header > .nav > .menu .menu-box .right .call {
  border: 1px solid #bc1315;
  margin-left: 46px;
  padding: 10px;
  background-color: #bc1315;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 5px;
  cursor: pointer;
}
#header > .nav > .menu .menu-box .right .call img {
  width: 18px;
}
#header > .nav > .menu .menu-box .right .call span {
  font-size: 14px;
  font-family: 'Montserrat-Regular';
  margin-left: 6px;
  color: #fff;
  font-weight: bold;
}
#header > .nav > .menu .menu-box .right .call::before {
  background-color: #fff;
}
#header > .nav > .menu .menu-box .right .call:hover {
  border-radius: 0;
}
#header > .nav > .menu .menu-box .right .call:hover img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
#header > .nav > .menu .menu-box .right .call:hover span {
  color: #000;
}
#header > .nav > .menu .lang_cont {
  margin-left: 26px;
  position: relative;
  cursor: pointer;
  z-index: 2;
}
#header > .nav > .menu .lang_cont .c_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  color: #fff;
}
#header > .nav > .menu .lang_cont .c_cont img {
  width: 34px;
}
#header > .nav > .menu .lang_cont .c_cont .text {
  color: #1e1e1e;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #1e1e1e;
  text-align: center;
  text-transform: capitalize;
  line-height: 26px;
}
#header > .nav > .menu .lang_cont .c_cont i {
  margin-left: 10px;
  font-size: 20px;
}
#header > .nav > .menu .lang_cont:hover .lang {
  opacity: 1;
  transform: rotate3d(0, 0, 0, -90deg) translateX(-50%);
  -webkit-transform: rotate3d(0, 0, 0, -90deg) translateX(-50%);
  -moz-transform: rotate3d(0, 0, 0, -90deg) translateX(-50%);
  -ms-transform: rotate3d(0, 0, 0, -90deg) translateX(-50%);
  -o-transform: rotate3d(0, 0, 0, -90deg) translateX(-50%);
}
#header > .nav > .menu .lang_cont .lang {
  width: 150px;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotate3d(1, 0, 0, -90deg) translateX(-50%);
  -webkit-transform: rotate3d(1, 0, 0, -90deg) translateX(-50%);
  -moz-transform: rotate3d(1, 0, 0, -90deg) translateX(-50%);
  -ms-transform: rotate3d(1, 0, 0, -90deg) translateX(-50%);
  -o-transform: rotate3d(1, 0, 0, -90deg) translateX(-50%);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-bottom: 3px solid #bc1315;
}
#header > .nav > .menu .lang_cont .lang li a {
  background: #f7fbff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 5px 10px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#header > .nav > .menu .lang_cont .lang li a:hover {
  background-color: #000;
}
#header > .nav > .menu .lang_cont .lang li a:hover span {
  color: #fff;
}
#header > .nav > .menu .lang_cont .lang li a img {
  width: 20%;
}
#header > .nav > .menu .lang_cont .lang li a em {
  font-size: 16px;
  margin-left: 10px;
  color: #000;
}
.more_cont_1 {
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.more_cont_1 img,
.more_cont_1 span {
  position: relative;
  z-index: 2;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.more_cont_1::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #bc1315;
  transform: scaleY(0);
  -ms-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -o-transform: scaleY(0);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  opacity: 0;
  -webkit-transform-origin: top;
  transform-origin: top;
}
.more_cont_1:hover::before {
  opacity: 1;
  transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
}
.banner_ani {
  -webkit-animation: banner_ani 6.5s linear;
  animation: banner_ani 6.5s linear;
}
@-webkit-keyframes banner_ani {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes banner_ani {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.banner_ani_2 {
  -webkit-animation: banner_ani_2 6.5s linear;
  animation: banner_ani_2 6.5s linear;
}
@-webkit-keyframes banner_ani_2 {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes banner_ani_2 {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.sub_ani {
  -webkit-animation: sub_ani 2s linear infinite;
  animation: sub_ani 2s linear infinite;
}
@-webkit-keyframes sub_ani {
  from {
    opacity: 1;
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(2);
    -ms-transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
  }
}
@keyframes sub_ani {
  from {
    opacity: 1;
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(2);
    -ms-transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
  }
}
#banner .container {
  width: 100%;
  position: relative;
  padding: 0;
}
#banner .container .swiper .swiper-wrapper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#banner .container .swiper .swiper-wrapper .swiper-slide > img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}
#banner .container .swiper .swiper-wrapper .swiper-slide .cont {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 23;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  width: 100%;
  height: 100%;
  padding: 0 100px;
}
#banner .container .swiper .swiper-wrapper .swiper-slide .cont a {
  display: block;
  max-width: 58%;
}
#banner .container .swiper .swiper-wrapper .swiper-slide .cont a img {
  max-width: 100%;
}
#banner .container .swiper .swiper-wrapper .swiper-slide .cont .subline {
  width: 400px;
  position: absolute;
  height: 100%;
  top: 0;
  left: 28%;
}
#banner .container .swiper .swiper-wrapper .swiper-slide .cont .left {
  z-index: 2;
  width: 42vw;
  position: absolute;
  bottom: 80px;
  left: 70px;
  color: #fff;
}
#banner .container .swiper .swiper-wrapper .swiper-slide .cont .left a {
  width: 100%;
  max-width: 100%;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#banner .container .swiper .swiper-wrapper .swiper-slide .cont .left a:hover {
  color: #bc1315;
}
#banner .container .swiper .swiper-wrapper .swiper-slide .cont .left .title {
  font-family: 'Montserrat-ExtraBold';
  font-size: 74px;
  text-transform: uppercase;
}
#banner .container .swiper .swiper-wrapper .swiper-slide .cont .left .title_2 {
  font-size: 20px;
  font-family: 'Montserrat-Regular';
}
#banner .container .swiper .swiper-wrapper .swiper-slide .cont .left .des {
  font-size: 70px;
  margin-top: 120px;
  font-family: 'Montserrat-Regular';
  font-weight: bold;
}
#banner .container .swiper .swiper-wrapper .swiper-slide-active .cont div,
#banner .container .swiper .swiper-wrapper .swiper-slide-active .cont a {
  -webkit-animation: fadeInUpSmall 1s linear;
  animation: fadeInUpSmall 1s linear;
}
#banner .container .s_page {
  font-size: 20px;
  color: #fff;
  text-transform: capitalize;
  position: absolute;
  bottom: 80px;
  right: 200px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#banner .container .s_page .subline_c {
  position: relative;
  width: 110px;
  height: 2px;
  background-color: #fff;
  margin: 0 26px;
}
#banner .container .s_page .subline_c div {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #bc1315;
}
#banner .container .s_page .prev,
#banner .container .s_page .next {
  cursor: pointer;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#banner .container .s_page .prev:hover,
#banner .container .s_page .next:hover {
  color: #bc1315;
}
#index-body {
  position: relative;
  padding-bottom: 80px;
}
#index-body .title_cont {
  text-align: center;
  font-family: 'Montserrat-Regular';
  max-width: 830px;
  margin: auto;
}
#index-body .title_cont .tip_1 {
  font-size: 18px;
  color: #909090;
}
#index-body .title_cont .tip_2 {
  font-size: 50px;
  font-family: 'Montserrat-SemiBold';
  line-height: 1.2;
  margin-top: 10px;
}
#index-body .title_cont .tip_line {
  width: 70px;
  height: 5px;
  background-color: #bc1315;
  margin: auto;
  margin-top: 15px;
}
#index-body .init-1 {
  padding-top: 5%;
  padding-bottom: 5%;
}
#index-body .init-1 .container {
  text-align: center;
  position: relative;
}
#index-body .init-1 .container .sub_text {
  font-size: 226px;
  color: #f8f8f8;
  font-family: 'Montserrat-Medium';
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: -1;
  line-height: 1;
}
#index-body .init-1 .container .des {
  font-size: 18px;
  color: #707070;
  font-family: 'Montserrat-Light';
  margin: auto;
  margin-top: 20px;
  line-height: 2;
  text-align: center;
}
#index-body .init-1 .container .more {
  padding: 15px 25px ;
  border-radius: 5px;
  background-color: #bc1315;
  border: #bc1315 solid 1px;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 60px;
  display: inline-block;
  color: #fff;
  position: relative;
  z-index: 2;
}
#index-body .init-1 .container .more span {
  transition: all 0s;
  -moz-transition: all 0s;
  -webkit-transition: all 0s;
  -o-transition: all 0s;
}
#index-body .init-1 .container .more::before {
  background-color: #fff;
}
#index-body .init-1 .container .more:hover {
  color: #bc1315;
  border-radius: 0;
}
#index-body .init-2 {
  position: relative;
  overflow: hidden;
}
#index-body .init-2 .contain {
  position: relative;
}
#index-body .init-2 .contain .sub_img {
  position: absolute;
  width: 910px;
  top: -250px;
  right: -340px;
}
#index-body .init-2 .contain .img_1 {
  left: -340px;
}
#index-body .init-2 .contain .container {
  width: 100%;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#index-body .init-2 .contain .container .list {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000;
}
#index-body .init-2 .contain .container .list .num_cont {
  font-size: 58px;
  font-family: 'Montserrat-Regular';
  font-weight: bold;
}
#index-body .init-2 .contain .container .list .num_cont em {
  width: 175px;
  display: inline-block;
}
#index-body .init-2 .contain .container .list .num_cont .m {
  margin-left: -18px;
}
#index-body .init-2 .contain .container .list .right_cont {
  margin-left: 20px;
  font-size: 24px;
  line-height: 2;
  font-family: 'Montserrat-SemiBold';
  position: relative;
}
#index-body .init-2 .contain .container .list .right_cont p {
  position: relative;
  z-index: 2;
}
#index-body .init-2 .contain .container .list .right_cont .sub_num {
  text-align: center;
  position: absolute;
  top: -52px;
  left: 0;
  font-size: 108px;
  line-height: 1;
  color: rgba(0, 0, 0, .1);
  -webkit-text-stroke: rgba(255, 255, 255, 0.26) 1px;
}
#index-body .init-2 .contain .container .list:nth-child(2) .num_cont em {
  width: 190px;
}
#index-body .init-2 .contain .container .list:nth-child(3) .num_cont em {
  width: 96px;
}
#index-body .init-2 .contain .container .list:nth-child(4) .num_cont em {
  width: 152px;
}
#index-body .init-3 {
  position: relative;
}
#index-body .init-3 .sub_div {
  position: absolute;
  width: 100%;
  height: 230px;
  bottom: 0;
  left: 0;
  background-color: #f5f5f5;
}
#index-body .init-3 .container {
  width: 100%;
  position: relative;
}
#index-body .init-3 .container .next,
#index-body .init-3 .container .prev {
  z-index: 2;
  position: absolute;
  width: 60px;
  height: 60px;
  bottom: 100px;
  right: 28%;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  cursor: pointer;
}
#index-body .init-3 .container .next img,
#index-body .init-3 .container .prev img {
  width: 20px;
}
#index-body .init-3 .container .next:hover img,
#index-body .init-3 .container .prev:hover img {
  -webkit-filter: brightness(5);
  filter: brightness(5);
}
#index-body .init-3 .container .prev {
  left: 28%;
}
#index-body .init-3 .container .swiper {
  margin-top: 35px;
}
#index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide .img {
  overflow: hidden;
  display: block;
}
#index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide .cont {
  background-color: #fff;
  position: absolute;
  width: 100%;
  bottom: -1px;
  left: 25%;
  width: 50%;
  padding: 40px;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateX(-90deg);
  transform: perspective(400px) rotateX(-90deg);
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
#index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide .cont a {
  display: block;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  overflow: hidden;
}
#index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide .cont a:hover {
  color: #bc1315;
}
#index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide .cont .cat {
  font-size: 18px;
  color: #bc1315;
  font-family: 'Montserrat-Regular';
  text-transform: uppercase;
  font-weight: bold;
}
#index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide .cont .title {
  font-family: 'Montserrat-Regular';
  font-weight: bold;
  font-size: 40px;
  margin-top: 16px;
  line-height: 1.2;
  max-height: 98px;
  overflow-y: auto;
}
#index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide .cont .des {
  max-height: 116px;
  padding-right: 6px;
  overflow-y: auto;
  color: #909090;
  font-size: 14px;
  line-height: 2;
  margin-top: 20px;
  font-family: 'Montserrat-Light';
}
#index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .cont {
  -webkit-transform: perspective(400px) rotateX(0deg);
  transform: perspective(400px) rotateX(0deg);
  opacity: 1;
}
#index-body .init-4 {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  padding: 60px 0;
}
#index-body .init-4 .container .swiper{
  margin-top: 40px;
}
#index-body .init-4 .container .swiper .swiper-wrapper .swiper-slide {
  display: block;
  overflow: hidden;
}
#index-body .init-4 .container .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .init-4 .container .swiper .swiper-wrapper .swiper-slide:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
#index-body .init-5 {
  padding-top: 5%;
  padding-bottom: 5%;
}
#index-body .init-5 .container .s_cont{
  position: relative;
}
#index-body .init-5 .container .s_cont .prev,#index-body .init-5 .container .s_cont .next{
  z-index: 2;
  position: absolute;
  border: 1px solid #ccc;
  width: 60px;
  height: 60px;
  bottom: 234px;
  right: -100px;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  cursor: pointer;
}
#index-body .init-5 .container .s_cont .prev{
  left: -100px;
}
#index-body .init-5 .container .s_cont .prev:hover img,#index-body .init-5 .container .s_cont .next:hover img{
    -webkit-filter: brightness(5);
    filter: brightness(5);
}
#index-body .init-5 .container .swiper {
  margin-top: 40px;
}
#index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide {
  background-color: #f5f5f5;
  padding: 30px 35px;
}
#index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide a {
  display: block;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  overflow: hidden;
  text-align: center;
}
#index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide a:hover {
  color: #bc1315;
}
#index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide .title {
  font-size: 22px;
  font-family: 'Montserrat-Regular';
  height: 67px;
  overflow-y: auto;
}
#index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide .des {
  color: #909090;
  font-size: 15px;
  font-family: 'Montserrat-Light';
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 6px;
  line-height: 2;
}
#index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide .more {
  position: relative;
  z-index: 2;
  width: 44px;
  height: 44px;
  border-radius: 5px;
  background-color: #bc1315;
  border: 1px solid #bc1315;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: auto;
  margin-top: 24px;
}
#index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide .more img {
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}
#index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide .more:hover img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
#index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide .more::before {
  background-color: #fff;
}
#index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide .img {
  margin-top: -20px;
  height: 300px;
  /*background-color: #fff;*/
  /*padding: 20px;*/
}
#index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .init-5 .container .s_more{
  text-align: center;
  margin-top: 34px;
}
#index-body .init-5 .container .s_more a{
    display: inline-block;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
#index-body .init-5 .container .s_more .more span {
    font-size: 16px;
    font-family: 'Montserrat-Regular';
    font-weight: bold;
}
#index-body .init-5 .container .s_more .more img {
    margin-left: 18px;
    margin-top: 6px;
    width: 22px;
    -webkit-filter: brightness(0);
    filter: brightness(0);
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
#index-body .init-5 .container .s_more .more:hover {
    color: #bc1315;
}
#index-body .init-5 .container .s_more .more:hover img {
    -webkit-filter: brightness(1);
    filter: brightness(1);
}
#index-body .init-6 {
  background-color: #f5f5f5;
  padding: 80px 0;
}
#index-body .init-6 .container > img {
  display: block;
  width: 100%;
}
#index-body .init-6 .container .cont {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#index-body .init-6 .container .cont .left {
  font-size: 50px;
  font-family: 'Montserrat-SemiBold';
  width: 540px;
  min-width: 540px;
  line-height: 1.2;
}
#index-body .init-6 .container .cont .right {
  color: #7c7c7c;
  font-family: 'Montserrat-Regular';
  font-size: 18px;
  margin-top: 10px;
  margin-left: 136px;
  line-height: 2;
}
#index-body .init-6 .container .more {
  margin-top: 34px;
  display: inline-block;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .init-6 .container .more span {
  font-size: 16px;
  font-family: 'Montserrat-Regular';
  font-weight: bold;
}
#index-body .init-6 .container .more img {
  margin-left: 18px;
  margin-top: 6px;
  width: 22px;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .init-6 .container .more:hover {
  color: #bc1315;
}
#index-body .init-6 .container .more:hover img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
#index-body .init-7 {
  position: relative;
}
#index-body .init-7 > img {
  width: 100%;
  display: block;
}
#index-body .init-7 .subdiv {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 38%;
  right: 13%;
  z-index: 2;
}
#index-body .init-7 .subdiv .sub_btn {
  width: 100%;
  height: 100%;
  border: 8px solid #fff;
  border-radius: 50%;
  cursor: pointer;
}
#index-body .init-7 .subdiv .sub_btn .ling {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid #fff;
  border-radius: 50%;
}
#index-body .init-7 .subdiv .cont_c {
  opacity: 0;
  transform: scale(0);
  -ms-transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}
#index-body .init-7 .subdiv .sub_line {
  position: absolute;
}
#index-body .init-7 .subdiv .sub_line .line {
  position: absolute;
  top: -82px;
  left: -116px;
  height: 1px;
  width: 80px;
  background-color: #fff;
}
#index-body .init-7 .subdiv .sub_line .line_2 {
  transform: rotate(55deg);
  -ms-transform: rotate(55deg);
  -moz-transform: rotate(55deg);
  -webkit-transform: rotate(55deg);
  -o-transform: rotate(55deg);
  -webkit-transform-origin: left;
  transform-origin: left;
  left: -36px;
}
#index-body .init-7 .subdiv .sub_cont {
  width: 360px;
  height: 360px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  position: absolute;
  top: -180px;
  right: 120px;
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
}
#index-body .init-7 .subdiv .sub_cont div .title {
  font-size: 18px;
  font-family: 'Montserrat-Medium';
}
#index-body .init-7 .subdiv .sub_cont div .des {
  font-size: 14px;
  color: #333333;
  font-family: 'Montserrat-Light';
  margin-top: 10px;
  max-height: 130px;
  overflow-y: auto;
  padding-right: 5px;
}
#index-body .init-7 .subdiv:hover .cont_c {
  overflow: inherit;
  opacity: 1;
  transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
}
#index-body .init-7 .subdiv:nth-child(2) {
  top: 56%;
  right: 11.7%;
}
#index-body .init-7 .subdiv:nth-child(3) {
  top: 41%;
  left: 16%;
}
#index-body .init-7 .subdiv:nth-child(3) .sub_line .line {
  left: 45px;
}
#index-body .init-7 .subdiv:nth-child(3) .sub_line .line_2 {
  -webkit-transform-origin: right;
  transform-origin: right;
  left: -35px;
  transform: rotate(299deg);
  -ms-transform: rotate(299deg);
  -moz-transform: rotate(299deg);
  -webkit-transform: rotate(299deg);
  -o-transform: rotate(299deg);
}
#index-body .init-7 .subdiv:nth-child(3) .sub_cont {
  right: -440px;
}
#index-body .init-7 .container {
  position: relative;
}
#index-body .init-7 .container .cont {
  position: absolute;
  width: 100%;
  bottom: 50px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #fff;
}
#index-body .init-7 .container .cont .left {
  max-width: 600px;
}
#index-body .init-7 .container .cont .left .tip {
  font-size: 50px;
  font-family: 'Montserrat-SemiBold';
}
#index-body .init-7 .container .cont .left .subline {
  width: 70px;
  height: 5px;
  background-color: #bc1315;
}
#index-body .init-7 .container .cont .left .des {
  font-size: 16px;
  margin-top: 14px;
  line-height: 2;
  font-family: 'Montserrat-Regular';
}
#index-body .init-7 .container .cont .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#index-body .init-7 .container .cont .right .list {
  width: 186px;
  padding: 0 40px;
  text-align: center;
}
#index-body .init-7 .container .cont .right .list img {
  height: 50px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .init-7 .container .cont .right .list .text {
  margin-top: 20px;
  font-size: 20px;
  font-family: 'Montserrat-Medium';
  line-height: 2;
}
#index-body .init-7 .container .cont .right .list:nth-child(2) {
  border-left: #5e5f60 solid 1px;
  border-right: #5e5f60 solid 1px;
}
#index-body .init-7 .container .cont .right .list:hover img {
  transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}
#index-body .init-8 {
  padding-top: 150px;
  position: relative;
}
#index-body .init-8 .subdiv {
  position: absolute;
  width: 100%;
  height: 90%;
  top: 0;
  left: 0;
  background-color: #f5f5f5;
}
#index-body .init-8 .container {
  background-image: url(../images/index_16.webp);
  background-position: center center;
  background-size: cover;
  padding: 50px;
}
#index-body .init-8 .container .cont {
  background-color: #fff;
  padding: 40px 25px;
  width: 680px;
  border-radius: 10px;
}
#index-body .init-8 .container .cont .title {
  font-size: 50px;
  font-family: 'Montserrat-Medium';
  line-height: 1.2;
}
#index-body .init-8 .container .cont .des {
  font-size: 14px;
  color: #909090;
  font-family: 'Montserrat-Light';
  font-weight: bold;
  margin-top: 20px;
}
#index-body .init-8 .container .cont form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#index-body .init-8 .container .cont form div {
  width: calc(50% - 14px);
}
#index-body .init-8 .container .cont form div input,
#index-body .init-8 .container .cont form div textarea {
  background-color: #f5f5f5;
  border: none;
  border-radius: 5px;
  width: 100%;
  padding: 15px;
  margin-top: 20px;
  font-size: 14px;
  font-family: 'Montserrat-Light';
}
#index-body .init-8 .container .cont form div textarea {
  margin-top: 0;
  height: 100%;
}
#index-body .init-8 .container .cont form .right {
  padding-top: 20px;
}
#index-body .init-8 .container .cont form .submit_btn {
  margin-top: 50px;
  padding: 14px;
  width: 100%;
  font-size: 16px;
  text-align: center;
  background-color: #bc1315;
  border-radius: 5px;
  border: 1px solid #bc1315;
  color: #fff;
  cursor: pointer;
}
#index-body .init-8 .container .cont form .submit_btn::before {
  background-color: #fff;
}
#index-body .init-8 .container .cont form .submit_btn:hover span {
  color: #bc1315;
}
#index-body .init-9 {
  margin-top: 90px;
}
#index-body .init-9 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#index-body .init-9 .container .title_cont {
  margin: 0;
  width: 280px;
  text-align: left;
  border-right: 1px solid #c9c9c9;
}
#index-body .init-9 .container .title_cont .tip_line {
  margin-left: 0;
}
#index-body .init-9 .container .swiper {
  margin: 0;
  margin-top: 5px;
  width: calc(100% - 380px);
}
#index-body .init-9 .container .swiper .swiper-wrapper .swiper-slide a {
  display: block;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .init-9 .container .swiper .swiper-wrapper .swiper-slide a:hover {
  color: #bc1315;
}
#index-body .init-9 .container .swiper .swiper-wrapper .swiper-slide .title {
  font-size: 17px;
  font-family: 'Montserrat-Medium';
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#index-body .init-9 .container .swiper .swiper-wrapper .swiper-slide .des {
  margin-top: 50px;
  font-size: 14px;
  color: #707070;
  font-family: 'Montserrat-Light';
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 2;
}
#index-body .init-9 .container .swiper .swiper-wrapper .swiper-slide .time {
  font-size: 14px;
  font-family: 'Montserrat-Light';
  color: #707070;
  margin-top: 20px;
}
#footer {
  background-color: #000;
  position: relative;width: 100%;
float: left;
}
#footer .f-top {
  padding-top: 20px;
  padding-bottom: 40px;
  background-image: url(../images/index_17.webp);
  background-size: cover;
  background-position: center center;
}
#footer .f-top .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 2;
}
#footer .f-top .container .list_cont {
  margin-top: 30px;
}
#footer .f-top .container .list_cont .first {
  font-size: 18px;
  font-family: 'Montserrat-Medium';
  color: #fff;
  text-transform: capitalize;
}
#footer .f-top .container .list_cont .subline {
  margin-top: 6px;
  width: 30px;
  height: 2px;
  margin-bottom: 24px;
  background-color: #bc1315;
}
#footer .f-top .container .list_cont:first-child {
  max-width: 320px;
}
#footer .f-top .container .list_cont .ab_des {
  margin-top: 25px;
  font-size: 16px;
  color: #acacac;
  font-family: 'Montserrat-Light';
}
#footer .f-top .container .list_cont .list {
  font-size: 16px;
  color: #acacac;
  font-family: 'Montserrat-Regular';
  margin-top: 10px;
  line-height: 2;
}
#footer .f-top .container .list_cont .list .r {
  color: #bc1315;
}
#footer .f-top .container .list_cont .list_2 {
  display: block;
  line-height: 2;
  color: #acacac;
  font-family: 'Montserrat-Light';
  font-size: 16px;
  margin-top: 16px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#footer .f-top .container .list_cont .list_2:hover {
  color: #bc1315;
}
#footer .f-top .container .list_cont .share {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer .f-top .container .list_cont .share a {
  margin-top: 6px;
  margin-right: 6px;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  background-color: #385da9;
  border-radius: 5px;
  font-size: 18px;
}
#footer .f-top .container .list_cont .share a i {

  z-index: 2;
}
#footer .f-top .container .list_cont .share a:nth-child(2) {
  background-color: #1da1f2;
}
#footer .f-top .container .list_cont .share a:nth-child(3) {
  background-color: #0e76a8;
}
#footer .f-top .container .list_cont .share a:nth-child(4) {
  background-color: #de588b;
}
#footer .f-top .container .list_cont #ewm {
  margin-top: 30px;
  width: 100px;
  background-color: #fff;
  padding: 5px;
}
#footer .copyright {
  width: 100%;
  line-height: 2;
  text-align: center;
  font-size: 16px;
  color: #767676;
  background-color: #1a1919;
  padding: 20px 0;
}
#footer .copyright .container {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
}
#footer .copyright .container a {
  margin-left: 10px; font-size:14px;
}
#footer .copyright .container a:nth-child(2) {
  margin-left: 10px;
}
#footer .copyright .container a img {
  margin-top: 10px;
  height: 16px;
  -webkit-filter: brightness(0.6);
  filter: brightness(0.6);
}
@media (max-width: 1700px) {
  #index-body .init-2 .contain .sub_img {
    width: 48%;
  }
  #index-body .init-2 .contain .sub_img {
    right: -19vw;
    top: -13vw;
  }
  #index-body .init-2 .contain .img_1 {
    left: -19vw;
  }
}
@media (max-width: 1600px) {
	#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item {
  position: relative;
  margin-left:20px;

}
	
	}

@media (max-width: 1500px) {
  #header > .nav > .menu {width: 100%;
  }
  #banner .container .swiper .swiper-wrapper .swiper-slide .cont {
    padding: 0 20px;
  }
  #banner .container .swiper .swiper-wrapper .swiper-slide .cont .left .title {
    font-size: 5vw;
  }
  #banner .container .swiper .swiper-wrapper .swiper-slide .cont .left .des {
    margin-top: 2vw;
    font-size: 4vw;
  }
  #banner .container .swiper .swiper-wrapper .swiper-slide .cont .subline {
    left: 23%;
  }
  #index-body .init-1 .container .sub_text {
    font-size: 15vw;
  }
  #index-body .init-2 .contain .container .list {
    width: 50%;
  }
  #index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide .cont {
    width: 66%;
    left: 17%;
    padding: 20px;
  }
  #index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide .cont .title {
    font-size: 30px;
    max-height: 74px;
  }
  #index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide .cont .des {
    max-height: 88px;
  }
  #index-body .init-7 {
    background-color: #181818;
    padding-bottom: 50px;
  }
  #index-body .init-7 .container .cont {
    bottom: -36px;
  }
  #index-body .init-7 .subdiv {
    top: 34%;
  }
  #index-body .init-7 .subdiv:nth-child(2) {
    top: 52%;
  }
  #index-body .init-7 .subdiv:nth-child(3) {
    top: 37%;
  }#header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item {
  position: relative;
  margin-left: 10px;

}
}



@media (max-width: 1250px) {
  #header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item > a {
    font-size: 14px;
  }
  #header > .nav > .menu .menu-box .logo {
    width: 120px;
  }
  #header > .nav > .menu .menu-box .right {
    margin-left: 20px;
  }
  #header > .nav > .menu .menu-box .right .search {
    width: 28px;
    height: 28px;
  }
  #header > .nav > .menu .lang_cont {
    margin-left: 20px;
  }
  #header > .nav > .menu .lang_cont .c_cont img {
    width: 28px;
  }
  #header > .nav > .menu .menu-box .menu-menu-container > .menu > .menu-item {
    margin-left: 20px;
  }
  #header > .nav > .menu .menu-box .right .call {
    margin-left: 20px;
  }
  #banner .container .swiper .swiper-wrapper .swiper-slide .cont .subline {
    width: 25vw;
    left: 26%;
  }
  #banner .container .s_page {
    bottom: 20px;
    right: 20px;
  }
  #banner .container .swiper .swiper-wrapper .swiper-slide .cont .left {
    bottom: 20px;
  }
  #index-body .init-7 .container .cont .left {
    width: 410px;
  }
  #index-body .init-7 .container .cont .left .tip {
    font-size: 40px;
  }
  #index-body .init-7 .container .cont .right .list {
    width: 150px;
    padding: 20px;
  }
}
@media (max-width: 1000px) {
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner {
    margin-top: 40px;
  }
  #banner .container .s_page {
    display: none;
  }
  #banner .container .swiper .swiper-wrapper .swiper-slide .cont .subline {
    display: none;
  }
  #banner .container .swiper .swiper-wrapper .swiper-slide .cont .left {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
  }
  #banner .container .swiper .swiper-wrapper .swiper-slide .cont a {
    width: 40%;
  }
  #index-body .init-2 .contain .container .list {
    width: 100%;
  }
  #index-body .init-3 .container .next {
    right: 30px;
  }
  #index-body .init-3 .container .prev {
    left: 30px;
  }
  #index-body .init-6 .container {
    text-align: center;
  }
  #index-body .init-6 .container .cont {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .init-6 .container .cont .left {
    width: 100%;
    text-align: center;
  }
  #index-body .init-6 .container .cont .right {
    width: 100%;
    text-align: center;
    padding-left: 0;
    margin-left: 0;
  }
  #index-body .init-7 {
    padding-bottom: 300px;
  }
  #index-body .init-7 .container .cont {
    text-align: center;
  }
  #index-body .init-7 .container .cont .left {
    max-width: 100%;
    width: 100%;
  }
  #index-body .init-7 .container .cont .left .subline {
    margin: auto;
    margin-top: 10px;
  }
  #index-body .init-7 .container .cont .right {
    width: 100%;
    margin-top: 20px;
  }
  #index-body .init-7 .container .cont .right .list {
    width: 30%;
  }
  #index-body .init-7 .container .cont {
    bottom: -290px;
  }
  #index-body .init-7 .subdiv {
    top: 18%;
  }
  #index-body .init-7 .subdiv:nth-child(2) {
    top: 28%;
  }
  #index-body .init-7 .subdiv:nth-child(3) {
    top: 20%;
  }
  #index-body .init-8 .container .cont {
    width: 100%;
    text-align: center;
  }
  #index-body .init-9 .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .init-9 .container .title_cont {
    text-align: center;
    width: 100%;
    border: none;
  }
  #index-body .init-9 .container .title_cont .tip_line {
    margin: auto;
    margin-top: 6px;
  }
  #index-body .init-9 .container .swiper {
    width: 100%;
    margin-top: 30px;
    text-align: center;
  }
}
@media (max-width: 700px) {
  .indusknow {
    display: none;
  }
  .inner-page .sidebar-box .sidebar-right .MsoNormal {
    height: 200px;
    overflow-y: auto;
  }
  a.foota {
    display: none;
  }
  #index-body .init-1 .container .sub_text {
    display: none;
  }
  #index-body .init-2 .contain .sub_img {
    display: none;
  }
  #index-body .init-2 .contain {
    padding-top: 0;
  }
  #index-body .init-2 .contain .container {
    padding: 0 15px;
  }
  #index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide .cont {
    width: 90%;
    left: 5%;
  }
  #index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide {
    text-align: center;
  }
  #index-body .init-5 .container .s_cont .prev, #index-body .init-5 .container .s_cont .next{
    width: 30px;
    height: 30px;
    right: 0;
  }
  #index-body .init-5 .container .s_cont .prev{
    left: 0;
  }

  #index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide {
    padding: 15px;
  }
  #index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide .img {
    height: 46vw;
  }
  #index-body .init-7 {
    display: none;
  }
  #footer .f-top .container {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  #footer .f-top .container .phone_hide {
    display: none;
  }
  #footer .f-top .container {
    text-align: center;
  }
  #footer .f-top .container .list_cont .subline {
    margin: auto;
    margin-top: 6px;
  }
}
@media (max-width: 500px) {
  #banner .container .swiper .swiper-wrapper .swiper-slide {
    height: 280px;
  }
  #banner .container .swiper .swiper-wrapper .swiper-slide .cont .pro_img {
    display: none;
  }
  #banner .container .swiper .swiper-wrapper .swiper-slide .cont .left {
    width: 100%;
    text-align: center;
  }
  #banner .container .swiper .swiper-wrapper .swiper-slide .cont .left .title {
    font-size: 20px;
  }
  #banner .container .swiper .swiper-wrapper .swiper-slide .cont .left .title_2 {
    font-size: 14px;
    margin-top: 15px;
  }
  #banner .container .swiper .swiper-wrapper .swiper-slide .cont .left .des {
    margin-top: 10px;
    font-size: 16px;
  }
  #index-body {
    padding-bottom: 40px;
  }
  #index-body .init-1 {
    padding: 40px 0;
  }
  #index-body .title_cont .tip_2 {
    line-height: 2;
    font-size: 20px;
    line-height: 1.8;
  }
  #index-body .init-1 .container .des {
    font-size: 16px;
  }
  #index-body .init-1 .container .more {
    margin-top: 20px;
  }
  #index-body .init-2 .contain .container .list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  #index-body .init-2 .contain .container .list .num_cont {
    width: 100%;
    font-size: 40px;
    text-align: center;
  }
  #index-body .init-2 .contain .container .list .right_cont {
    text-align: center;
    margin-top: 10px;
    margin-left: 0;
    line-height: 1.4;
  }
  #index-body .init-2 .contain .container .list .right_cont .sub_num {
    top: -76px;
    left: -12px;
    font-size: 100px;
  }
  #index-body .init-2 .contain .container .list .num_cont em {
    width: 136px;
  }
  #index-body .init-2 .contain .container .list:nth-child(3) .num_cont em {
    width: 84px;
  }
  #index-body .init-3 {
    padding: 40px 0;
  }
  #index-body .init-3 .container .next,
  #index-body .init-3 .container .prev {
    width: 40px;
    height: 40px;
    right: 5px;
    -webkit-box-shadow: 0 0 5px 0 #ccc;
    box-shadow: 0 0 5px 0 #ccc;
    bottom: 190px;
  }
  #index-body .init-3 .container .prev {
    left: 5px;
  }
  #index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide .cont .title {
    font-size: 20px;
  }
  #index-body .init-3 .container .swiper .swiper-wrapper .swiper-slide .cont {
    width: 100%;
    left: 0;
    top: 0;
    position: relative;
  }
  #index-body .init-4 {
    padding: 20px 0;
  }
  #index-body .init-5 {
    padding: 40px 0;
  }
  #index-body .init-5 .container .swiper {
    margin-top: 20px;
  }
  #index-body .init-5 .container .swiper .swiper-wrapper .swiper-slide .img {
    height: 85vw;
  }
  #index-body .init-6 {
    padding: 40px 0;
  }
  #index-body .init-6 .container .cont {
    margin-top: 20px;
  }
  #index-body .init-6 .container .cont .left {
    font-size: 20px;
    min-width: 100%;
    width: 100%;
  }
  #index-body .init-6 .container .cont .right {
    font-size: 16px;
  }
  #index-body .init-6 .container .more {
    margin-top: 20px;
  }
  #index-body .init-8 {
    padding-top: 0;
  }
  #index-body .init-8 .container {
    padding: 20px 15px;
  }
  #index-body .init-8 .container .cont {
    padding: 20px;
  }
  #index-body .init-8 .container .cont .title {
    font-size: 20px;
  }
  #index-body .init-8 .container .cont .des {
    margin-top: 10px;
  }
  #index-body .init-8 .container .cont form div {
    width: 100%;
  }
  #index-body .init-8 .container .cont form div textarea {
    height: 100px;
  }
  #index-body .init-8 .container .cont form .submit_btn {
    margin-top: 20px;
    padding: 10px;
  }
  #index-body .init-9 {
    margin-top: 40px;
  }
  #footer .f-top {
    padding-top: 0;
    padding-bottom: 20px;
  }
  #footer .f-top .container .list_cont:first-child {
    width: 100%;
    max-width: 100%;
  }
}













.product-page {
  padding: 11rem 0 1rem;
}

.product-page .sidebar-box .sidebar-left .inner {}

.product-page .product-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-page .product-list ul li {
  width: 33.3333%;
}

.product-page .product-list ul li .product-block {
  position: relative;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  border: 1px solid;
  border-color: #e7e7e7;
  margin-left: -1px;
  margin-top: -1px;
  margin-bottom: 0;
  overflow: hidden;
}

.product-page .product-list ul li .product-block:hover .product-transition .product-inner {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s, -moz-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s, -moz-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

.product-page .product-list ul li .product-block:hover .product-transition .fa-box .fa {
  opacity: 1;
}

.product-page .product-list ul li .product-block:hover .see-more {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.product-page .product-list ul li .product-block .product-transition {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 18px;
  padding: 1rem 3.5rem;
}

.product-page .product-list ul li .product-block .product-transition .product-inner {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.product-page .product-list ul li .product-block .product-transition .product-inner .product-image {
  position: relative;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -moz-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  bottom: 100%;
}

.product-page .product-list ul li .product-block .product-transition .product-inner .product-image:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.product-page .product-list ul li .product-block .product-transition .product-inner .product-image img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.product-page .product-list ul li .product-block .product-transition .product-inner .product-image.second-image {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.product-page .product-list ul li .product-block:hover .product-transition .product-inner .product-image.second-image{
  opacity: 1;
}

.product-page .product-list ul li .product-block:hover .product-transition .product-inner .product-image.first-image{
  opacity: 0;
}

.product-page .product-list ul li .product-block .product-transition .fa-box {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product-page .product-list ul li .product-block .product-transition .fa-box .fa {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #e7e7e7;
  color: #aaa;
  background: #fff;
  font-size: 18px;
  font-weight: 100;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin: 0 2px;
  opacity: 1;
}

.product-page .product-list ul li .product-block .product-transition .fa-box .fa:hover {
  background: #bc1315;
  color: #fff;
}

.product-page .product-list ul li .product-block .product-content {
  padding: 1rem 3rem 0;
  text-align: center;
  margin-bottom: 2rem;
}

.product-page .product-list ul li .product-block .product-content h4 {
  font-size: 18px;
  line-height: 1.7;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 25px;
  height: 52px;
  padding-right: 4px;
  font-weight: bold;
  overflow-y: auto;
}

.product-page .product-list ul li .product-block .product-content h4 a {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.product-page .product-list ul li .product-block .product-content h4 a:hover {
  text-decoration: underline;
}

.product-page .product-list ul li .product-block .product-content p {
  font-size: 14px;
  line-height: 2;
  color: #aaa;
  overflow:hidden;
  text-overflow:ellipsis; 
  display:-webkit-box;
  -webkit-line-clamp:4;
  -webkit-box-orient:vertical;
  height: 84px;
}

.product-page .product-list ul li .product-block .see-more {
  display: block;
  margin-top: 6px;
  font-size: 16px;
  text-align: center;
  padding: 5px 35px;
  font-weight: 700;
  white-space: nowrap;
  text-transform: uppercase;
  background: #0c0c0c;
  color: #fff;
  height: 48px;
  line-height: 38px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(48px);
  -moz-transform: translateY(48px);
  -ms-transform: translateY(48px);
  transform: translateY(48px);
}

.product-page .product-list ul li .product-block .see-more:hover {
  background: #bc1315;
}

.prodet-page.product-page .prodet-3 .product-list ul li {
  width: 25%;
}

.prodet-page.product-page .prodet-3 .product-list ul {
  border-right: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7
}

.inner-page .sidebar-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}


.inner-page .sidebar-box .sidebar-left {
  width: 30%;
}

.inner-page .sidebar-box .sidebar-left .inner {
  max-width: 375px;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-title {
  font-size: 20px;
  line-height: 1;
  color: #000;
  text-transform: uppercase;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #e7e7e7;
  font-weight: bold;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-search {
  margin-bottom: 4rem;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-search form {
  width: 100%;
  position: relative;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type="text"] {
  width: 100%;
  height: 43px;
  border: 1px solid #eee;
  padding: 10px 20px;
  padding-right: 5rem;
  font-size: 14px;
  color: #555555;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type="submit"] {
  position: absolute;
  width: 43px;
  height: 43px;
  border: none;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat {
  margin-bottom: 4rem;
  line-height: 2;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li {
  padding: 8px 0;
  font-size: 16px;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active>a {
  color: #bc1315;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li:first-child {
  padding-top: 0;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li:last-child {
  padding-bottom: 0;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a {
  color: #000000;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a:hover {
  color: #bc1315;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a span {
  color: #aaa;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li .item_cont{
  margin-top: 10px;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li .item_cont .nav_item a{
  position: relative;
  display: block;
  padding-left: 25px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li .item_cont .nav_item.active a{
  color: #bc1315;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li .item_cont .nav_item a:before{
  content: '';
  width: 15px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 11px;
  left: 0;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-recent {
  margin-bottom: 4rem;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li {
  padding: 1.5rem 0;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:first-child {
  padding-top: 0;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:last-child {
  padding-bottom: 0;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img {
  margin-right: 2rem;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img img {
  height: 80px;
  max-width: 100px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p {
  color: #000;
  font-size: 16px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: .8rem;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p:hover {
  color: #bc1315;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text span {
  color: #aaa;
  display: block;
  font-size: 14px;
  line-height: 1;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-contact {
  padding: 100px 20px 50px;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-contact h5 {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 2rem;
  font-weight: bold;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-contact h6 {
    font-size: 18px;
    line-height: 1.2;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 2rem;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-contact h6 span {
  color: #90b6df;
  display: block;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-contact a {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  background: #000;
  padding: 12px 3rem;
  position: relative;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  margin-left: 5px;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-contact a:hover::after {
  width: 100%;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-contact a span {
  display: inline-block;
  position: relative;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
  z-index: 2;
  font-weight: bold;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-contact a::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: #bc1315;
  left: 0;
  top: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: 1;
}

.inner-page .sidebar-box .sidebar-right {
  width: 70%;
}


.inner-page .m-page {
  text-align: right;
  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: #bc1315 none repeat scroll 0 0;
  color: #fff;
}

.inner-page .m-page span {
  background: #bc1315;
  color: #fff;
}




.prodet-page .prodet-1 {
  padding: 8rem 0 6rem;
}

.prodet-page .prodet-1 .left {
  padding-right: 5%;
  vertical-align: middle;
}

.prodet-page .prodet-1 .left .img {
  display: block;
  position: relative;
  z-index: 1;
  border: 1px solid #e7e7e7;
}

.prodet-page .prodet-1 .left .img .pv-video-player {
  display: none;
}

.prodet-page .prodet-1 .left .img.active .pv-video-player {
  display: block;
}

.prodet-page .prodet-1 .left .img.active>img {
  display: none;
}

.prodet-page .prodet-1 .left .img.active .zoom {
  display: none;
}

.prodet-page .prodet-1 .left .img img {
  width: 100%;
}

.prodet-page .prodet-1 .left .img .zoom {
  line-height: 32px;
  height: 32px;
  padding: 0 18px;
  color: #595959;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: #ebebeb;
}

.prodet-page .prodet-1 .left .img .zoom img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: auto;
}

.prodet-page .prodet-1 .left .img .zoom:before {
  content: '';
  position: absolute;
  right: 100%;
  top: 0;
  border-bottom: 32px solid #ebebeb;
  border-left: 32px solid transparent;
}

.prodet-page .prodet-1 .right {
  vertical-align: middle;
}

.prodet-page .prodet-1 .right h1 {
  font-size: 35px;
  line-height: 2;
  font-weight: bold;
  word-break: break-word;
}

.prodet-page .prodet-1 .right h6 {
  font-size: 18px;
  color: #000000;
  line-height: 1;
  padding: 10px 0 20px;
  border-bottom: 1px solid #e7e7e7;
}

.prodet-page .prodet-1 .right h6 small {
  font-size: 150%;
  margin-left: 10px;
}

.prodet-page .prodet-1 .right .content {
    padding: 20px 0 25px;
    font-size: 16px;
    color: #555555;
    line-height: 2;
}

.prodet-page .prodet-1 .right .slick {

  margin-bottom: 30px;
}

.prodet-page .prodet-1 .right .slick .slick-track {
  margin-left: 0;
}

.prodet-page .prodet-1 .right .slick ul {
  margin: -10px;
}

.prodet-page .prodet-1 .right .slick ul li {
  padding: 10px;
}

.prodet-page .prodet-1 .right .slick ul li img {
  display: block;
  border: 1px solid #e7e7e7;
}

.prodet-page .prodet-1 .right .slick .slick-arrow {
  position: absolute;
  top: 50%;
  font-size: 0;
  color: transparent;
  border: none;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.prodet-page .prodet-1 .right .slick .slick-arrow:after {
  font-family: "FontAwesome";
  color: #fff;
  font-size: 16px;
}

.prodet-page .prodet-1 .right .slick .slick-arrow.slick-prev {
  left: -20px;
      padding: 9% 10px;
    background: rgba(0,0,0,0.2);
}

.prodet-page .prodet-1 .right .slick .slick-arrow.slick-prev:after {
  content: "\f0d9";
}

.prodet-page .prodet-1 .right .slick .slick-arrow.slick-next {
  right: -20px;
        padding: 9% 10px;
    background: rgba(0,0,0,0.2);
}

.prodet-page .prodet-1 .right .slick .slick-arrow.slick-next:after {
  content: "\f0da";
}

.prodet-page .prodet-1 .right a.more {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  background: #000;
  padding: 15px 3.5rem;
  position: relative;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  margin-left: 5px;
  font-weight: bold;
}

.prodet-page .prodet-1 .right a.more:hover::after {
  width: 100%;
}

.prodet-page .prodet-1 .right a.more span {
  display: inline-block;
  position: relative;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
  z-index: 2;
}

.prodet-page .prodet-1 .right a.more::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: #bc1315;
  left: 0;
  top: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: 1;
}

.prodet-page .prodet-1 .right .inquiry-box {
  padding-bottom: 3rem;
  border-bottom: 1px solid #e7e7e7;
}

.prodet-page .prodet-1 .right .share {
display: block;
    padding: 2rem 0 2em;
    border-bottom: 1px solid #e7e7e7;
}

.prodet-page .prodet-1 .right .share ul li {
  width: auto;
  font-size: 16px;
  color: #555555;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin-right: 10px;
  text-transform: uppercase;

}

.prodet-page .prodet-1 .right .share ul li:hover {
  color: #bc1315;
}

.prodet-page .prodet-2 {
  padding-top: 50px;
}

.prodet-page h2.title {
  display: block;
  text-align: left;
  font-size: 30px;
  line-height: 1;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 3rem;
  text-transform: uppercase;
  font-weight: bold;
}

.prodet-page .product-list{
  width: 100%;
}
.prodet-page .product-list ul{
  width: 100%;
}
.prodet-page .product-list ul .slick-list {
  width: 100%;
}

.prodet-page .prodet-2 .content {
  margin-top: 10px;
  font-size: 18px;
  line-height: 2;
  text-align: left;
}

.prodet-page .prodet-2 .content .slick {
  margin-top: 30px;
}

.prodet-page .prodet-2 .content .slick ul {
  margin: -10px;
}

.prodet-page .prodet-2 .content .slick ul li {
  padding: 10px;
}

.prodet-page .prodet-2 .content .slick ul li a {
  display: block;
  position: relative;
}

.prodet-page .prodet-2 .content .slick ul li a:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url('../images/icon-search-white.webp') center center no-repeat rgba(0, 0, 0, 0.05);
  opacity: 0;
  transition: .5s;
}

.prodet-page .prodet-2 .content .slick ul li a:hover:after {
  opacity: 1;
}

.prodet-page .prodet-2 .content table,
.prodet-page .prodet-2 .content table td {
  border: none;
}

.prodet-page .prodet-2 .content table td {
  padding: 5px 10px;
}

.prodet-page .prodet-2 .content table td:first-child {
  padding-left: 0;
}

.prodet-page .prodet-2 .content table td blockquote {
  max-width: 180px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0;
  padding: 0;
  cursor: pointer;
  cursor: hand;
}

.prodet-page .prodet-2 .content table td blockquote:title {
  padding: 10px;
  font-size: 16px;
}

.prodet-page .prodet-2 .content table tr {
  border-bottom: 1px solid #dedede;
  background: none !important;
}

.prodet-page .prodet-2 .content table tr:last-child {
  border-bottom: none;
}

.prodet-page .prodet-3 {
  padding: 100px 0 100px;
}

.prodet-page.product-page .prodet-3 .product-list ul li {
  width: 25%;
}

.prodet-page.product-page .prodet-3 .product-list ul {
  border-right: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7
}


.prodet-page .custom-page .custom-3 {
  padding: 80px 0 100px;
  text-align: center;
  background: #f5f5f5;
}

.prodet-page .custom-page .custom-3 .text {
  display: block;
  font-size: 16px;
  color: #7a7a7a;
  margin: 20px 0 30px;
  line-height: 30px;
}

.prodet-page .custom-page .custom-3 .list>ul {
  border-bottom: 1px solid #e7e7e7;
  text-align: left;
}

.prodet-page .custom-page .custom-3 .list>ul>li {
  padding: 2.5rem 0 2.5rem 6.5rem;
  border-top: 1px solid #e7e7e7;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}

.prodet-page .custom-page .custom-3 .list ul li i {
  position: absolute;
  top: 18px;
  left: 0;
  width: 60px;
}

.prodet-page .custom-page .custom-3 .list ul li i img {
  display: block;
  max-width: 100%;
}

.prodet-page .custom-page .custom-3 .list ul li h5 {
  padding-right: 60px;
  position: relative;
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
}

.prodet-page .custom-page .custom-3 .list ul li h5 span {
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  right: 15px;
  top: 10px;
  cursor: pointer;
}

.prodet-page .custom-page .custom-3 .list ul li h5 span:after,
.prodet-page .custom-page .custom-3 .list ul li h5 span:before {
  content: '';
  width: 100%;
  height: 1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 0;
}

.prodet-page .custom-page .custom-3 .list ul li h5 span:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.prodet-page .custom-page .custom-3 .list ul li .content {
  margin-top: 30px;
  font-size: 18px;
  color: #7a7a7a;
  line-height: 2;
}
.custom-page .custom-3 .list ul li .content table tbody td {
  text-align: center;
}

.prodet-page .custom-page .custom-3 .list ul li .content table {
  border: 1px solid #eee;
  margin-top: 10px;
}

.prodet-page .custom-page .custom-3 .list ul li .content table tbody td {
  border: none;
  min-width: 160px;
}

.prodet-page .custom-page .custom-3 .list ul li.active h5 span:after {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}


.prodet-page .custom-page .custom-3 {
  background: none;
  padding: 0 0 5rem;
}

.prodet-page .custom-page .custom-3 .list>ul>li {
  padding-left: 0;
}

.prodet-page .custom-page .custom-3 .list>ul>li i {
  display: none;
}
.prodet-page .custom-page .custom-3 .list>ul .m-link {
  border-top: 1px solid #e7e7e7;
  padding-top: 15px;
  padding-bottom: 20px;
}
.prodet-page .custom-page .custom-3 .list>ul .m-link a{
  transition: all .5s;
  display: block;
  margin-top: 10px;
  font-size: 16px;
}
.prodet-page .custom-page .custom-3 .list>ul .m-link a:hover{
  color: #bc1315;
}


.join-us-page .join-us-2 {
  padding: 30px 0 80px;
}

.join-us-page .join-us-2 h3 {
  display: block;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
}

.join-us-page .join-us-2 .text {
  display: block;
  font-size: 16px;
  color: #838383;
  font-weight: 300;
  line-height: 2;
  margin-top: 20px;
}

.join-us-page .join-us-2 .from {
  margin-top: 35px;
}

.join-us-page .join-us-2 .from ul {
  margin: -10px -45px;
}

.join-us-page .join-us-2 .from ul li {
  padding: 10px 45px;
}

.join-us-page .join-us-2 .from ul li label {
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}

.join-us-page .join-us-2 .from ul li input,
.join-us-page .join-us-2 .from ul li textarea {
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 13px 15px;
  font-size: 16px;
  border: 1px solid #dedede;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.join-us-page .join-us-2 .from ul li input:focus,
.join-us-page .join-us-2 .from ul li textarea:focus {
  border-color: #bc1315;
}

.join-us-page .join-us-2 .from ul li textarea {
  height: 180px;
}

.join-us-page .join-us-2 .from ul li input[type="submit"] {
  margin-top: 30px;
  background: #bc1315;
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 5px;
  padding: 23px;
}

.join-us-page .join-us-2 .from ul li input[type="submit"]:hover {
  background: black;
}

.join-us-page .join-us-2 .from ul li.wid-100 {
  width: 100%;
}

.m-link{
  margin-top: 40px;
}

.m-link a{
  margin-top: 4px;
  font-size: 16px;
  line-height: 1.8;
  display: block;
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
}
.m-link a:hover{
  color: red;
}




@media screen and (max-width: 1400px) {
  .inner-page .sidebar-box .sidebar-left {
    padding-right: 3rem;
  }
}

@media screen and (max-width: 1250px) {
  .inner-page .sidebar-box .sidebar-left {
    display: none;
  }

  .inner-page .sidebar-box .sidebar-right {
    width: 100%;
  }

  .custom-page .custom-3 .list ul li .content {
    font-size: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .product-page .product-list ul li {
    width: 50%;
  }
  .inner-page .sidebar-box .sidebar-right {
    width: 100%;
  }

  .custom-page .custom-3 .list ul li .content table tbody{
    table-layout:inherit;
  }

  .custom-page .custom-3 .list ul li .content table tbody td{
    min-width: 100px;
  }
}


@media screen and (max-width: 700px) {
  .prodet-page .prodet-3{
    width: 100%;
  }

  .news-page .prodet-page .prodet-3 .container{
    max-width: 96%;
    width: 100%;
  }

  .prodet-page .prodet-1 .left {
    width: 100%;
    padding-right: 0;
  }

  .prodet-page .prodet-1 .right {
    width: 100%;
    margin-top: 24px;
  }
}


@media screen and (max-width: 500px) {
  .product-page .product-list ul li {
    width: 100%;
  }
  .prodet-page .custom-page .custom-3 .list ul li .content{
    font-size: 16px;
  }
}












.inner-banner {
  padding: 200px 0;
  background-color: #000000;
  color: #FFFFFF;
  position: relative;
  background-size: cover;
  background-position: center center;
}
.inner-banner .content {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.inner-banner h2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  text-transform: capitalize;
}

@media screen and (max-width: 700px) {
  .inner-banner h2 {
    font-size: 20px;
  }
}


.section_title {
  font-size: 40px;
  font-weight: bold;
  line-height: 2;
}
.section_title span {
  color: #bc1315;
}
.section_title i {
  display: inline-block;
  vertical-align: middle;
  width: 110px;
  height: 1px;
  background: #000000;
  position: relative;
  margin-left: 30px;
}
.section_title i::before {
  content: "";
  position: absolute;
  left: 0;
  top: -4px;
  width: 9px;
  height: 9px;
  border-radius: 5px;
  background: #bc1315;
}
.about-page .about-1 {
  overflow: hidden;
  padding-top: 100px;
}
.about-page .about-1 .box {
  margin: -30px;
}
.about-page .about-1 .left,
.about-page .about-1 .right {
  width: 50%;
  vertical-align: middle;
  padding: 30px;
  line-height: 2;
}


@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
.inner-page .play {
  width: 90px;
  height: 90px;
  line-height: 90px;
  border-radius: 100%;
  text-align: center;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: white;
  cursor: pointer;
  cursor: hand;
}
.inner-page .play img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  left: 5px;
}
.inner-page .play:after,
.inner-page .play:before {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.35);
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.inner-page .play:after {
  -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  animation-delay: .5s;
}
.about-page .about-2 {
  padding-top: 100px;
}
.about-page .about-2 ul {
  border-top: 1px solid #575757;
  padding-top: 50px;
}
.about-page .about-2 ul li {
  position: relative;
  padding: 0 15px;
  text-align: center;
}
.about-page .about-2 ul li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #575757;
}
.about-page .about-2 ul li:first-child {
  padding-left: 0;
}
.about-page .about-2 ul li:last-child {
  padding-right: 0;
}
.about-page .about-2 ul li:last-child:after {
  display: none;
}
.about-page .about-2 .mml-text {
  padding-left: 80px;
  display: inline-block;
  max-width: 100%;
  position: relative;
  text-align: left;
}
.about-page .about-2 .mml-text i {
  position: absolute;
  left: 0;
  top: 10px;
}
.about-page .about-2 .mml-text h4 {
  display: block;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
}
.about-page .about-3 {
  padding-top: 100px;
  overflow: hidden;
}
.about-page .about-3 ul {
  position: relative;
  margin: -25px;
}
.about-page .about-3 ul li {
  padding: 25px;
}
.about-page .about-3 ul .prev,.about-page .about-3 ul .next{
  z-index: 2;
  position: absolute;
  width: 60px;
  height: 60px;
  bottom: 8vw;
  right: 12vw;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  cursor: pointer;
  border: none;
}
.about-page .about-3 ul .prev{
  left: 12vw;
}
.about-page .about-3 ul .prev img,.about-page .about-3 ul .next img {
    width: 20px;
}
.about-page .about-3 ul .next:hover img, .about-page .about-3 ul .prev:hover img {
    -webkit-filter: brightness(5);
    filter: brightness(5);
}

.about-page .init-4{
  margin-top: 100px;
  text-align: center;
}
.about-page .about-4 {
  overflow: hidden;
}
.about-page .about-4 ul.list {
  margin: 0 -30px;
}
.about-page .about-4 ul.list li.grid-box {
  padding: 0 30px;
}
.about-page .about-4 .title,
.about-page .about-4 .mml-text {
  width: 50%;
  vertical-align: middle;
}
.about-page .about-4 .text {
  line-height: 1.8;
  color: #8e8e8e;
}
.about-page .about-4 .slick-dots {
  margin-top: 50px;
  text-align: center;
}
.about-page .about-4 .slick-dots li {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 5px;
  background: #d9d2cb;
  margin: 0 5px;
}
.about-page .about-4 .slick-dots li button {
  display: none;
}
.about-page .about-4 .slick-dots li.slick-active {
  background: #bc1315;
}
.about-page .about-5 {
  padding: 100px 0;
}
.about-page .about-5 ul {
  margin: -25px;
}
.about-page .about-5 ul li {
  padding: 25px;
}
@media screen and (max-width: 1400px) {
  .about-page .about-2 .mml-text h4 {
    font-size: 30px;
  }
  .about-page .about-2 .mml-text i {
    top: 0;
  }
}
@media screen and (max-width: 1000px) {
  .inner-page{
    padding-top: 40px;
  }
  
  .inner-banner{
    margin-top: 40px;
    padding: 60px 0;
  }
  .inner-banner .content{
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .about-page .about-1 .left,
  .about-page .about-1 .right {
    width: 100%;
  }
  .about-page .about-1 {
    padding-top: 0;
  }
  .about-page .about-2 {
    padding-top: 60px;
  }
  .about-page .about-3 {
    padding-top: 60px;
  }
  .about-page .about-5 {
    padding: 60px 0;
  }
  .about-page .about-2 ul {
    margin: -15px;
  }
  .about-page .about-2 ul li {
    width: 50%!important;
    text-align: left;
    padding: 15px;
  }
  .about-page .about-2 ul li::after {
    display: none;
  }
  .about-page .about-2 ul li:first-child {
    padding-left: 15px;
  }
  .about-page .about-2 ul li:last-child {
    padding-right: 15px;
  }
  .about-page .about-3 ul {
    margin: -15px;
  }
  .about-page .about-3 ul li {
    padding: 15px;
  }
  .about-page .about-4 .title,
  .about-page .about-4 .mml-text {
    width: 100%;
    text-align: center;
  }
  .about-page .about-4 .title {
    margin-bottom: 30px;
  }
  .about-page .about-5 ul {
    margin: -15px;
  }
  .about-page .about-5 ul li {
    padding: 15px;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-4 {
    padding-top: 60px;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-2 ul li {
    width: 100%!important;
  }
  .about-page .about-3 ul .prev, .about-page .about-3 ul .next{
    width: 30px;
    height: 30px;
  }
}

.map{
  position: relative;
  z-index: 1;
}

.map .main-map .button-group .button{
  background: #bc1315;
}

.contact-page .contact-1 {
  padding: 100px 0;
}
.contact-page .contact-1 .img {
  height: 250px;
}
.contact-page .contact-1 .img>img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.contact-page .contact-1 .box {
  margin: -15px;
}
.contact-page .contact-1 .left,
.contact-page .contact-1 .right {
  width: 50%;
  padding: 15px;
  text-align: left;
}
.contact-page .contact-1 .left ul {
  margin: -15px;
}
.contact-page .contact-1 .left ul li {
  padding: 15px;
}

.contact-page .contact-1 .mml-text {
  padding-left: 30px;
  position: relative;
}
.contact-page .contact-1 .mml-text i {
  position: absolute;
  left: 0;
  top: 3px;
}
.contact_form input,
.contact_form textarea {
  width: 100%;
  font-size: 18px;
  padding: 15px 20px;
  background: #f7f7f7;
  border: none;
  margin-bottom: 20px;
}
.contact_form textarea {
  height: 160px;
}
.contact_form button {
  font-size: 18px;
  text-transform: uppercase;
  width: 170px;
  height: 50px;
  color: #FFFFFF;
  background: #bc1315;
  border: none;
}
@media screen and (max-width: 1000px) {
  .contact-page .contact-1 .left,
  .contact-page .contact-1 .right {
    width: 100%;
  }
  .contact-page .contact-1 {
    padding-top: 0;
    padding-bottom: 60px;
  }
  .contact_form input,
  .contact_form textarea {
    font-size: 14px;
  }
}
.news-page {
  padding: 100px 0;
}
.news-page ul {
  margin: -10px;
  display: flex;
  flex-wrap: wrap;
}
.news-page ul li {
  padding: 10px;
}
.news-page ul li:hover .mml-text {
  border-color: transparent;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
.news-page ul li>a{
  height: 100%;
  border: 1px solid #dadada;
  display: inline-block;
}
.news-page h4 {
  font-size: 24px;
  min-height: 72px;
  font-weight: bold;
}
.news-page .mml-text {
  padding: 30px;

  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.news-page .mml-text i {
  border-bottom: 1px solid #dadada;
}
.news-page .text {
  color: #929292;
}
@media screen and (max-width: 1000px) {
  .news-page {
    padding: 60px 0;
  }
  .news-page .grid-box .column {
    width: 50%;
  }
  .news-page h4 {
    font-size: 20px;
  }
  .news-page .mml-text {
    padding: 20px;
  }
}
@media screen and (max-width: 500px) {
  .news-page .grid-box .column {
    width: 100%;
  }
}


.faq2-page .faq-1 {
  padding: 70px 0;
  text-align: center;
  background: #edeff2;
}
.faq2-page .faq-1 .search {
  max-width: 550px;
  display: block;
  margin: 20px auto;
  position: relative;
}
.faq2-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;
}
.faq2-page .faq-1 .search input::-webkit-input-placeholder {
  color: #242424;
}
.faq2-page .faq-1 .search input:-moz-placeholder {
  color: #242424;
}
.faq2-page .faq-1 .search input::-moz-placeholder {
  color: #242424;
}
.faq2-page .faq-1 .search input:-ms-input-placeholder {
  color: #242424;
}
.faq2-page .faq-1 .search button {
  width: 50px;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  border: none;
  line-height: 50px;
  height: 50px;
  color: #bc1315;
}
.faq2-page .faq-1 p {
  max-width: 770px;
  display: block;
  margin: 0 auto;
  font-size: 16px;
  line-height: 2;
}
.faq2-page .faq-2 {
  padding: 70px 0;
}
.faq2-page .faq-2 .left {
  width: 66%;
  padding-right: 15px;
}
.faq2-page .faq-2 .left ul li {
  margin-bottom: 15px;
  border: 1px solid #eee;
}
.faq2-page .faq-2 .left ul li:last-child {
  margin-bottom: 0;
}
.faq2-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-size: 20px;
  cursor: pointer;
  padding-right: 50px;
  position: relative;
  font-weight: bold;
}
.faq2-page .faq-2 .left ul li h4 span {
  margin-right: 5px;
  color: #bc1315;
}
.faq2-page .faq-2 .left ul li .content {
  padding: 20px 30px;
  display: none;
  font-size: 14px;
  line-height: 2;
}
.faq2-page .faq-2 .left ul li h4:after {
    content: '+';
    position: absolute;
    right: 10px;
    top: 7px;
    font-size: 150%;
    width: 18px;
    text-align: center;
}
.faq2-page .faq-2 .left ul li h4.active:after {
    content: '-';
}
.faq2-page .faq-2 .right {
  width: 34%;
  padding-left: 15px;
}
.faq2-page .faq-2 .right .box2 {
  padding: 30px;
  background: #edeff2;
}
.faq2-page .faq-2 .right .box2 h3.title {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 30px;
}
.faq2-page .faq-2 .right .box2 .form ul li {
  width: 100%;
}
.faq2-page h3.title {
  color: #111;
  text-transform: none;
  font-size: 32px;
  line-height: 38px;
  margin: 15px 0;
  position: relative;
  font-weight: bold;
}


.lg-page ul{
  margin: -15px;
}
.lg-page ul li{
  padding: 15px;
}


.newdet-page {
  padding: 70px 0;
}
.newdet-page .news-content h3.title,.newdet-page .news-content h1.title {
  font-size: 24px;
  line-height: 40px;
  font-weight: bold;
}
.newdet-page .news-content a.img-box {
  display: block;
}
.newdet-page .news-content a.img-box img {
  width: 100%;
}
.newdet-page .news-content time {
  width: 65px;
  height: 65px;
  margin-top: -35px;
  background: #bc1315 none repeat scroll 0 0;
  color: #fff;
  line-height: 23px;
  text-align: center;
  border-radius: 5px;
  display: block;
  font-weight: 500;
  font-size: 20px;
  padding: 8px 0;
  left: 15px;
  position: relative;
  z-index: 1;
}
.newdet-page .news-content .tag {
  font-size: 14px;
  color: #828893;
}
.newdet-page .news-content .tag em {
  color: black;
}
.newdet-page .news-content .tag h6,
.newdet-page .news-content .tag div {
  display: inline-block;
  vertical-align: middle;
}
.newdet-page .news-content .tag div {
  margin-left: 15px;
}
.newdet-page .news-content .tag div i {
  color: #bc1315;
  margin-right: 5px;
}
.newdet-page .news-content .content {
  padding: 15px 0;
  margin: 10px 0;
  border-top: 1px #eee dashed;
  border-bottom: 1px #eee dashed;
  text-align: left;
  font-size: 16px;
  line-height: 3;
}
.newdet-page .news-content .content p {
  padding: 5px 0;
}
.newdet-page .news-content .share {
  text-align: left;
}
.newdet-page .news-content .share h4 {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  font-size: 14px;
}
.newdet-page .news-content .share ul {
  display: inline-block;
}
.newdet-page .news-content .share ul li {
  width: auto;
  padding: 5px;
}
.newdet-page .news-content .share ul li a {
  display: block;
  padding: 0 15px;
  line-height: 32px;
  height: 32px;
  border-radius: 5px;
  background: #edeff2;
  font-size: 12px;
  color: #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.newdet-page .news-content .share ul li a:hover {
  color: white;
  background: #bc1315;
}
.newdet-page .news-content .m-link {
  padding-top: 15px;
  text-align: left;
  margin-top: 15px;
  border-top: 1px #eee dashed;
}
.newdet-page .news-content .m-link a {
  font-size: 14px;
  color: #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.newdet-page .news-content .m-link a:hover {
  color: #bc1315;
  text-decoration: underline;
}

.newdet-page .product-page{
  padding: 0;
  margin-top: 100px;
}
.newdet-page .prodet-page .prodet-3{
  padding: 0;
}



.research-page .research-1 {
  padding-top: 100px;
}
.research-page .research-1 h6 {
  color: #bc1315;
  font-family: 'Anton-Regular';
}
.research-page .research-1 h2 {
  line-height: 1.3;
}
.research-page .research-1 h4 {
  font-family: 'Anton-Regular';
}
.research-page .research-1 ul {
  margin: -15px;
}
.research-page .research-1 ul li {
  padding: 15px;
}
.research-page .research-2 {
  padding-top: 100px;
}
.research-page .research-2 ul {
  margin: -15px;
}
.research-page .research-2 ul li {
  padding: 15px;
}
.research-page .research-2 h4 {
  padding-left: 25px;
  position: relative;
}
.research-page .research-2 h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 5px;
  background: #000000;
}

.research-page .research-2 p{
  height: 200px;
  overflow-y: auto;
  line-height: 2;
}

.research-page .research-2 .left {
  width: 55%;
  vertical-align: middle;
}
.research-page .research-2 .right {
  width: 45%;
  vertical-align: middle;
  padding-left: 60px;
}
.research-page .research-2 .arrows img {
  display: inline-block;
}
.research-page .research-3 {
  padding-top: 100px;
  padding-bottom: 30px;
}
.research-page .research-3 .title ul {
  background: #f9fcf6;
}
.research-page .research-3 .title li {
  position: relative;
}
.research-page .research-3 .title li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 20px;
  bottom: 20px;
  width: 1px;
  background: #cccccc;
}
.research-page .research-3 .title span {
  display: block;
  color: #999999;
  padding: 20px 0;
  font-family: 'Anton-Regular';
}
.research-page .research-3 .title span:hover {
  color: #bc1315;
}
.research-page .research-3 .content ul {
  margin: -15px;
}
.research-page .research-3 .content ul li {
  padding: 15px;
}
.research-page .research-4 {
  padding: 100px 0;
}
.research-page .research-4.researchreset{
 padding: 0;
}
.research-page .research-4 p.tit::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background: #bc1315;
  margin-top: 10px;
}
.research-page .research-4 .left {
  width: 45%;
  vertical-align: middle;
  padding-right: 60px;
  line-height: 2;
}
.research-page .research-4 .right {
  width: 55%;
  vertical-align: middle;
  margin-top: 100px;
}
h2.research {
  font-size: 36px;
  font-family: 'Anton-Regular';
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}


@media screen and (max-width: 1000px) {
	#index-body .title_cont .tip_2{ font-size:26px;}
  .section_title {
    font-size: 30px;
  }
    .research-page .research-2 .left {
    width: 100%;
  }
  .research-page .research-2 .right {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
  h2.research {
    font-size: 30px;
  }
  .research-page .research-4 .left {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
  .research-page .research-4 .right {
    width: 100%;
  }
  .research-page .research-1 {
    padding: 0;
  }
  .research-page .research-2 {
    padding-top: 60px;
  }
  .research-page .research-3 {
    padding-top: 60px;
  }
  .research-page .research-4 {
    padding: 60px 0;
  }
  .research-page .research-3 .title li::after {
    top: auto;
    bottom: 0;
    left: 30%;
    right: 30%;
    width: auto;
    height: 1px;
  }
}

@media screen and (max-width: 500px) {
  .newdet-page .product-page{
    margin-top: 40px;
  }
  .prodet-page h2.title{
    font-size: 26px;
    line-height: 1.4;
    padding: 20px;
  }
  .product-page .product-list ul li .product-block .product-content{
    padding: 15px;
    margin-bottom: 15px;
  }
  .product-page .product-list ul li .product-block .see-more{
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .research-page .research-3 .title li::after {
    left: 0;
    right: 0;
  }
  
}

.foot-cover {
	height: 44px;
	display: none;
}
#onlineService {
	position: fixed;
	right: 0;
	bottom: 0;
	width: 100%;
	float: left;
	display: none;
	z-index: 100998
}
#onlineService .offside {
	width: 100%;
	display: flex;
}
.offside li {
	width: 50px;
	height: 50px;
	position: relative;
	background: #b1b1b1;
	border-bottom: 1px solid #fff;
	text-align: center;
	transition: all .7s;
	-webkit-transition: all .7s;
}
.offside a, .offside div {
	color: #fff;
	position: absolute;
	z-index: 11;
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	line-height: 50px;
	font-size: 24px;
}
.offside a, .offside div {
	line-height: 44px;
}
#onlineService .offside li a {
	width: 100%;
	top: 4px;
}
#onlineService .offside li {
	flex: 1;
	height: 50px;
	background: #bc1315;
	border-radius: 0;
	border: 1px solid rgba(255,255,255,0.2)
}
#onlineService .offside li p {
	display: none;
}
#onlineService .offside li a {
	width: 100%;
	top: 4px
}
#onlineService .offside li a i {
	color: #fff;
	font-size: 20px;
	line-height: 40px
}#mobile .menu-item-has-children .fa-mobile-down {right: 0;position: absolute;top: 10px;cursor: pointer; width: 15px; height: 15px;border: solid 1px #333;text-align: center;line-height: 12px;}
#mobile .menu-item-has-children .fa-mobile-down::before {content: "\f105"; color: #333;}
#mobile .mon .fa-mobile-down::before { content: "\f107"; color: #333;}
#mobile .menu-item-has-children{ position:relative;}
#mobile .sub-menu{display:none;}
#mobile .mon .sub-menu {display: block;}
#mobile .mob-yuy h3::before {content: "\f067"; position: absolute; right: 0; font: normal normal normal 16px/1 FontAwesome;top: 8px; cursor: pointer;}  
#mobile .mob-yuy .lang { display: none;}  
#mobile .mob-yuy h3 {position: relative;}
#mobile .mob-yuy h3.lon::before {display:none;}
#mobile .mob-yuy h3.lon::after {content: "\f068"; position: absolute;right: 0;font: normal normal normal 16px/1 FontAwesome;top: 8px; cursor: pointer; }
#mobile .mob-yuy .langoff {display: block;}

@media(max-width:1600px){#index-body .init-5 .container .s_cont .prev{
  left: -50px;
}

#index-body .init-5 .container .s_cont .next{
  right: -50px;
}
}
@media(max-width:1410px){#index-body .init-5 .container .s_cont .prev{
  left: 0px;
}

#index-body .init-5 .container .s_cont .next{
  right: 0px;
}
#index-body .init-7 .container .cont .left{margin-left:20px;}
#index-body .init-7 .container .cont .right{margin-left:20px;}
}



 @media screen and (max-width: 700px) {
#onlineService {
	display: block;
}
.foot-cover {
	display: block;
}

}


