@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-bold.eot');
  src: url('../fonts/Poppins-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-bold.woff2') format('woff2'), url('../fonts/Poppins-bold.woff') format('woff'), url('../fonts/Poppins-bold.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.eot');
  src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff'), url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.eot');
  src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.eot');
  src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff'), url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.eot');
  src: url('../fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.woff') format('woff'), url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
}
@media screen and (max-width: 1000px){
  .hangyehide {                                      
    display: none !important;
  }
}
body {
  font-family: "Poppins";
  font-weight: 400;
  max-width: 1920px;
  margin: 0 auto;
  --color: #b50b09;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  max-width: 1480px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background: white;
}
#header .h-top {
  padding: 7px 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .h-top .ui.container {
  max-width: 1680px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
}
#header .h-top .ui.container .right {
  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;
}
#header .h-top .ui.container .right .h-search {
  padding-right: 15px;
  border-right: 1px solid #a8c2dd;
}
#header .h-top .ui.container .right .language {
  position: relative;
  padding-left: 15px;
}
#header .h-top .ui.container .right .language ul {
  z-index: 10;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  right: 0px;
  width: 120px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-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;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .h-top .ui.container .right .language ul li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  color: black;
  font-size: 14px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .h-top .ui.container .right .language ul li a {
  display: block;
}
#header .h-top .ui.container .right .language ul li a img {
  width: 23px;
  vertical-align: middle;
  margin-right: 5px;
}
#header .h-top .ui.container .right .language ul li:hover {
  background: #222;
  color: white;
}
#header .h-top .ui.container .right .language:hover ul {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav {
  display: inline-block;
  width: 100%;
  padding: 15px 0;
}
#header .nav .ui.menu {
  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;
  margin: 0 auto;
  max-width: 1680px;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 33px;
  font-size: 20px;
  font-weight: 500;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  -webkit-transition: .5s .5s border;
  -moz-transition: .5s .5s border;
  transition: .5s .5s border;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 0px 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: 0px;
  min-width: 180px;
  white-space: nowrap;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-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;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul{
  left: 100%;
  top: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 14px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover ul,
#header .nav .ui.menu .menu-box ul.menu > li:hover > ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .inquiry {
  font-size: 16px;
  background-color: var(--color);
  color: white;
  cursor: pointer;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  padding: 0 20px;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#header.inner .h-top,
#header.inner .nav .ui.menu .menu-box ul.menu>li{
  color: white;
}
#header.inner .h-top .ui.container .right .h-search img,
#header.inner .h-top .ui.container .right .language > img{
  filter: invert(1);
}
#header.active {
  background-color: white;
  position: fixed;
  box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
}
#header.active .h-top {
  padding: 7px 0;
}
#header.inner.active .h-top,
#header.inner.active .nav .ui.menu .menu-box ul.menu>li{
  color: black;
}
#header.inner.active .h-top .ui.container .right .h-search img,
#header.inner.active .h-top .ui.container .right .language > img{
  filter: invert(0);
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#header .navFixed{
  position: absolute;
  left: 0;
  top: 100%;
  background: white;
  border-top: 5px solid var(--color);
  width: 100%;
  padding: 30px 0 20px;
  display: none;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
#header .navFixed h5{
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
#header .navFixed ul li{
  font-size: 18px;
}
#header .navFixed ul li a{
  display: block;
  padding: 5px 15px 15px 0;
}
#header .navFixed ul li li a{
  padding: 5px 15px;
}
#header .navFixed ul li.active > a,
#header .navFixed ul li:hover > a{
  color: var(--color);
}
#header .navFixed .left{
  width: 25%;
}
#header .navFixed .center{
  width: 41%;
}
#header .navFixed .center
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: #eb623a;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  margin-bottom: 20px;
  /*word-break: break-word;*/
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
  vertical-align: middle;
  font-size: 16px;
}
table th div,
table td div,
table th p,
table td p{
  text-align: left;
}
table tr {
  width: auto !important;
  height: auto !important;
}
table tr:nth-child(even) {
  background: transparent;
}
.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 {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: #eb623a;
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  right: 40px;
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: #eb623a !important;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .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: .5s;
  -moz-transition: .5s;
  transition: .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%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-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: #eb623a;
  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%);
  -moz-transform: translateY(-50%);
  -ms-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: 6px;
  left: 13px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #eb623a;
}
#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);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  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;
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
#banner{
  position: relative;
}
#banner .bg{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
#banner ul li {
  position: relative;
}
#banner ul li .content-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#banner ul li .content-box .content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  color: white;
}
#banner ul li .content-box .content .left{
  width: 52%;
}
#banner ul li .content-box .content h5 {
  font-size: 30px;
  
}
#banner ul li .content-box .content .title {
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
  margin: 1px 0 16px;
  text-transform: uppercase;
}
#banner ul li .content-box .content p {
  font-size: 18px;
  line-height: 29px;
  max-width: 585px;
  margin-bottom: 34px;
}
#banner ul li .content-box .content .more {
  font-size: 18px;
  height: 58px;
  line-height: 58px;
  border-radius: 5px;
  background-color: var(--color);
  color: white;
  padding: 0 40px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  display: inline-block;
}
#banner ul li .content-box .content .more::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #222;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
  border-radius: inherit;
}
#banner ul li .content-box .content .more:hover::after {
  width: 100%;
}
#banner ul li .img {
  position: absolute;
  right: 175px;
  bottom: 30px;
  z-index: 3;
}
#banner ul .slick-slide:nth-child(2) li .content-box .content p,
#banner ul .slick-slide:nth-child(2) li .content-box .content .title,
#banner ul .slick-slide:nth-child(2) li .content-box .content h5{
  color: white;
}
#banner ul .slick-dots {
  position: absolute;
  left: 12.5%;
  bottom: 26%;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
#banner ul .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #fff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  margin-right: 25px;
  position: relative;
}
#banner ul .slick-dots li button {
  display: none;
}
#banner ul .slick-dots li::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 1px solid var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
#banner ul .slick-dots li.slick-active {
  background-color: var(--color);
}
#banner ul .slick-dots li.slick-active::after {
  opacity: 1;
}
#index-body .i-init1 {
  background-color: #f5f5f5;
  padding-bottom: 70px;
  /*background: url(../images/banner-bottom-bg.jpg) no-repeat;*/
  background-size: cover;
}
#index-body .i-init1 .left {
  width: 25%;
  position: relative;
  vertical-align: text-bottom;
  background-color: var(--color);
  color: white;
  padding: 20px 15px 30px;
}
#index-body .i-init1 .left h4 {
  font-size: 45px;
  font-weight: 600;
  line-height:2;
}
#index-body .i-init1 .left p {
  font-size: 36px;
  line-height: 1.3;
  font-weight: 300;
}
#index-body .i-init1 .left::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: 75px;
  background-color: #a80605;
}
#index-body .i-init1 .left::before {
  content: "+";
  position: absolute;
  left: 23px;
  top: -68px;
  font-size: 42px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.4);
  z-index: 1;
}
#index-body .i-init1 .right {
  width: 75%;
  padding-left: 50px;
  vertical-align: text-bottom;
  padding-top: 0;
  background: transparent;
  padding-bottom: 0 !important;
}
#index-body .i-init1 .right p {
  font-size: 18px;
  /*margin-top: 35px;*/
}
#index-body .i-init1 .right ul li{
  width: 25%;
}
#index-body .i-init1 .right ul li h2 em{
  line-height: 1 !important;
}
#index-body .i-init1 .right .bottom{
  margin-top: 0 !important;
}
#index-body .i-title {
  font-size: 48px;
  line-height: 1.2;
  font-weight: bold;
}
.inner-page .more,
#index-body .more {
  background-color: var(--color);
  color: white;
  font-size: 16px;
  height: 55px;
  line-height: 55px;
  border-radius: 5px;
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  z-index: 1;
  padding: 0 40px;
  overflow: hidden;
}
.inner-page .more::after,
#index-body .more::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background-color: #222;
  z-index: -1;
  border-radius: inherit;
}
.inner-page .more:hover::after,
#index-body .more:hover::after {
  width: 100%;
}
#index-body .i-about {
  padding-top: 60px;
  padding-bottom: 85px;
  /*background: url(../images/about-bg.png) no-repeat bottom;*/
}
#index-body .i-about .ui.container.wraper {
  max-width: 1850px;
}
#index-body .i-about .top .left {
  padding-right: 10px;
  padding-left: 170px;
  vertical-align: middle;
  width: 50%;
}
#index-body .i-about .top .left p {
  color: var(--color);
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 2;
}
#index-body .i-about .top .left .content {
  font-size: 18px;
  line-height: 2;
  margin: 20px 0 40px;
}
#index-body .i-about .top .left .content h2 {
  display: inline-block;
  font-weight: bold;
}
#index-body .i-about .top .left .content h1 {
  display: inline;
}
#index-body .i-about .right {
  position: relative;
  width: 50%;
  vertical-align: middle;
}
#index-body .i-about .right > img {
  width: 100%;
}
#index-body .i-about .right .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#index-body .i-about .bottom {
  margin-top: 110px;
}
#index-body .i-about .bottom ul li h6 {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}
#index-body .i-about .bottom ul li h6::after {
  content: "";
  position: absolute;
  left: 0;
  top: -10px;
  width: 95px;
  height: 5px;
  background-color: #e5e5e5;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-about .bottom ul li h6::before {
  content: "";
  position: absolute;
  left: 0;
  top: -10px;
  width: 0px;
  height: 5px;
  background: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
}
#index-body .i-about .bottom ul li h2 {
  font-size: 26px;
  font-weight: 500;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  margin: 25px 0 10px;
}
#index-body .i-about .bottom ul li h2 em {
  font-size: 48px;
  line-height: 1.8;
  font-weight: bold;
}
#index-body .i-about .bottom ul li p {
  font-size: 18px;
  font-weight: 300;
  line-height: 2;
}
#index-body .i-about .bottom ul li:hover h6::before {
  width: 95px;
}
#index-body .i-about .bottom ul li:hover h2 {
  color: var(--color);
}
#index-body .i-init2{
  background: url(../images/about-bg.png) no-repeat bottom;
}
#index-body .i-init2 .des{
  line-height: 29px;
  max-width: 1000px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
#index-body .i-init2 ul li{
  width: 25%;
}
#index-body .i-init2 ul li .box{
  background: #f4f4f4;
  padding: 45px 30px;
    -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-init2 ul li .box .icon{
  position: relative;
  padding-left: 30px;
  z-index: 3;
}
#index-body .i-init2 ul li .box .icon::after{
  content: "";
  position: absolute;
  left: 0;
  top: -13px;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  background: rgba(220, 10, 12,0.1);
  z-index: -1;
    -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-init2 ul li .box .content{
  line-height: 29px;
  min-height: 87px;
}
#index-body .i-init2 ul li:hover .box{
  background: var(--color);
  color: white;
}
#index-body .i-init2 ul li:hover .box .icon img{
  filter: brightness(0) invert(1);
}
#index-body .i-init2 ul li:hover .box .icon::after{
  background: rgba(220, 10, 12,1);
}
#index-body .i-init3 {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  background: #2d2d36;
}
#index-body .i-init3 #wonder{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#index-body .i-init3 .waves{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
#index-body .i-init3 .ui.container {
  max-width: 1680px;
  z-index: 2;
}
#index-body .i-init3 .wrap .left {
  width: 40%;
  color: white;
  padding-left: 110px;
}
#index-body .i-init3 .wrap .left span {
  font-size: 120px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.02);
}
#index-body .i-init3 .wrap .left .content {
  font-size: 16px;
  line-height: 2;
  font-weight: 300;
  margin: 20px 0 35px;
}
#index-body .i-init3 .wrap .right {
  width: 60%;
  padding-right: 70px;
}
#index-body .i-init3 .wrap .right .slick-list {
  padding-right: 44%;
  padding-top: 40px;
}
#index-body .i-init3 .wrap .right ul li {
  text-align: center;
}
#index-body .i-init3 .wrap .right ul li .img {
  position: relative;
  width: 460px;
  height: 460px;
  margin: auto;
  border-radius: 100%;
  background: white;
}
#index-body .i-init3 .wrap .right ul li .img_box {
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  margin: auto;
  height: 100%;
}
#index-body .i-init3 .wrap .right ul li .img_box img {
  width: auto;
  /*border-radius: 100%;*/
  margin: auto;
}
@-webkit-keyframes rotateX {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotateX {
  0% {
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotateX {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#index-body .i-init3 .wrap .right ul li .img::after {
  content: "";
  position: absolute;
  left: -25px;
  top: -25px;
  right: -25px;
  bottom: -25px;
  background: url(../images/product-circle.png) no-repeat;
  background-size: cover;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  -webkit-animation: rotateX 40s 0.3s linear infinite;
  -moz-animation: rotateX 40s 0.3s linear infinite;
  animation: rotateX 40s 0.3s linear infinite;
}
#index-body .i-init3 .wrap .right ul li h5 {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  color: white;
  margin: 55px 0 15px;
}
#index-body .i-init3 .wrap .right ul li .btn {
  text-align: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  font-size: 18px;
  font-weight: 300;
  color: white;
}
#index-body .i-init3 .wrap .right ul li .btn i {
  width: 36px;
  height: 36px;
  background: white;
  text-align: center;
  line-height: 36px;
  display: inline-block;
  border-radius: 100%;
}
#index-body .i-init3 .wrap .right ul li .btn i img {
  vertical-align: middle;
  display: inline-block;
  margin: auto;
}
#index-body .i-init3 .wrap .right ul .slick-slide {
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-init3 .wrap .right ul .slick-current {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#index-body .i-init3 .wrap .right ul .slick-current .img::after {
  opacity: 1;
}
#index-body .i-init3 .wrap .right ul .slick-current .btn {
  opacity: 1;
}
#index-body .i-init3 .wrap .right .slick-prev {
  display: none !important;
}
#index-body .i-init3 .wrap .right a.next {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.2);
  color: white;
  text-align: center;
  line-height: 60px;
  font-size: 30px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  position: absolute;
  right: 23.7%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#index-body .i-init3 .wrap .right a.next:hover {
  background: white;
  color: var(--color);
}
#index-body .i-init3::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 28.6%;
  height: 100%;
  background: #bb2023;
  z-index: 0;
  opacity: 0.8;
}
#index-body .i-product {
  background-color: #f5f5f5;
  padding: 60px 0 40px;
}
#index-body .i-product p {
  text-align: center;
  font-size: 18px;
  margin: 10px 0 40px;
}
#index-body .i-product ul {
  margin: -8px;
}
#index-body .i-product ul li {
  padding: 8px;
}
#index-body .i-product ul li .box {
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
#index-body .i-product ul li .box .img-box {
  background-color: white;

}
#index-body .i-product ul li .box .img-box img{
  width: auto;
  margin: auto;
}
#index-body .i-product ul li .box h5 {
  text-align: center;
  font-size: 18px;
  background-color: #eeeeee;
  padding: 18px 15px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  min-height: 90px;
  line-height: 2;
}
#index-body .i-product ul li .box:hover h5 {
  background-color: var(--color);
  color: white;
}
#index-body .i-product .btn {
  text-align: center;
  margin-top: 20px;
}
#index-body .i-product .btn a {
  display: inline-block;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  line-height: 48px;
  text-align: center;
  margin: 0 13px;
  font-size: 20px;
}
#index-body .i-product .btn a:hover {
  background-color: var(--color);
  color: white;
}
#index-body .i-project {
  padding-top: 75px;
  padding-bottom: 75px;
}
#index-body .i-project .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .i-project .top .i-title {
  position: relative;
  padding-bottom: 10px;
}
#index-body .i-project .top .i-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 115px;
  height: 3px;
  background-color: var(--color);
}
#index-body .i-project .top .btn a {
  width: 55px;
  height: 55px;
  border-radius: 100%;
  background-color: #cccccc;
  color: white;
  display: inline-block;
  font-size: 20px;
  line-height: 55px;
  text-align: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  margin-left: 20px;
}
#index-body .i-project .top .btn a:hover {
  background-color: var(--color);
}
#index-body .i-project .wrap .left {
  width: 30%;
  padding-top: 85px;
}
#index-body .i-project .wrap .left h4 {
  font-size: 30px;
  font-weight: bold;
  line-height: 52px;
}
#index-body .i-project .wrap .left .content {
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
  margin: 28px 0 32px;
}
#index-body .i-project .wrap .right {
  width: 70%;
  padding-left: 40px;
}
#index-body .i-project .wrap .right .img img {
  width: 100%;
}
#index-body .i-project .wrap .right ul.list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
}
#index-body .i-project .wrap .right ul.list li {
  font-size: 18px;
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  line-height: 2;
}
#index-body .i-project .wrap .right ul.list li a {
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-project .wrap .right ul.list li a::after {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  width: 100%;
  height: 3px;
  background-color: #d4d4d4;
}
#index-body .i-project .wrap .right ul.list li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  width: 0;
  height: 3px;
  background-color: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
}
#index-body .i-project .wrap .right ul.list li.active a,
#index-body .i-project .wrap .right ul.list li:hover a {
  color: var(--color);
}
#index-body .i-project .wrap .right ul.list li.active a::before,
#index-body .i-project .wrap .right ul.list li:hover a::before {
  width: 100%;
}
#index-body .i-news {
  padding: 100px 0 130px;
}
#index-body .i-news .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 30px;
  margin-bottom: 35px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
#index-body .i-news .list {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 45px;
}
#index-body .i-news ul {
  margin: -20px;
}
#index-body .i-news ul li {
  padding: 20px;
}
#index-body .i-news ul li .img-box {
  border-radius: 5px;
}
#index-body .i-news ul li .img-box img {
  border-radius: inherit;
}
#index-body .i-news ul li .content {
  padding: 10px 20px;
}
#index-body .i-news ul li .content .time {
  color: var(--color);
  font-style: italic;
}
#index-body .i-news ul li .content .time img {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 8px;
}
#index-body .i-news ul li .content h5 {
  font-size: 18px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 8px 0 15px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  line-height: 2;
}
#index-body .i-news ul li .content .text {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
#index-body .i-news ul li .content .arrow img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-news ul li .content .arrow:hover img {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}
#index-body .i-news ul li:hover h5 {
  color: var(--color);
}
#index-body .i-news ul.slick-dots {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 50%;
  bottom: -50px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#index-body .i-news ul.slick-dots li {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: #e5e5e5;
  margin: 0 15px;
  padding: 0;
}
#index-body .i-news ul.slick-dots li button {
  display: none;
}
#index-body .i-news ul.slick-dots li.slick-active {
  background-color: var(--color);
}
#index-body .idnexService .box {
  overflow: hidden;
  height: 560px;
  margin-top: 50px;
}
#index-body .flexBetween {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#index-body .idnexService .box .item {
  width: 15%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
}
#index-body .idnexService .box .item .boxLeft {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 1rem 3.4375rem;
  background: #f1f1f1;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#index-body .idnexService .box .item:nth-child(2n) .boxLeft {
  background: #eaeaea;
}
#index-body .idnexService .box .item .boxLeft .box1 {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  padding-right: 10px;
  padding-top: 60px;
}
#index-body .idnexService .box .item .boxLeft .box1 .top1 {
  padding-top: 4.375rem;
}
#index-body .idnexService .box .item .boxLeft .box1 .top2 {
  font-size: 1.5rem;
  color: #000;
  margin-top: 2rem;
}
#index-body .idnexService .box .item .boxLeft .box1 .top3 {
  font-size: 18px;
  margin-top: 0.625rem;
}
#index-body .idnexService .box .item .boxLeft .box1 .top5 {
  
  display: none;
  margin-top: 2.1875rem;
}
#index-body .ellipsis5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  /*text-align: justify;*/
  text-justify: distribute-all-lines;
}
#index-body .idnexService .box .active .boxLeft .box1 .top5 {
  display: block;
  font-size: 16px;
  line-height: 2;
  color: white;
}
#index-body .idnexService .box .item .boxLeft .box1 .top4 {
  margin-top: 100px;
}
#index-body .idnexService .box .active .boxLeft .box1 .top4 {
  margin-top: 2.8125rem;
}
#index-body .idnexService .box .item .boxLeft .box1 .top4 a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.5);
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .idnexService .box .active .boxLeft .box1 .top4 a {
  background: #fff;
  border: 1px solid #fff;
}
#index-body .idnexService .box .item .boxLeft .box1 .top4 a img {
  width: 14px;
  margin: auto;
}
#index-body .idnexService .box .item .boxRight {
  opacity: 0;
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
}
#index-body .idnexService .box .item .boxRight img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .idnexService .box .active .boxRight {
  width: 64%;
  opacity: 1;
}
#index-body .idnexService .box .active {
  width: 40%;
}
#index-body .idnexService .box .item.active .boxLeft {
  background: var(--color);
}
#index-body .idnexService .box .item.active .top1 {
  display: none;
}
#index-body .idnexService .box .item.active .boxLeft .box1 .top3 {
  font-size: 22px;
  font-weight: 700;
  color: white;
  line-height: 2;
}
#index-body .idnexService .box .item.active .boxLeft .box1 {
  padding-top: 50px;
  width: 36%;
}
#footer {
  background: url(../images/footer-bg.png) no-repeat right #2b2b2f;
  /*background-size: cover;*/
}
#footer .top {
  padding: 60px 0 40px;
}
#footer .top .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
#footer .top .ui.container .language {
  position: relative;
  color: white;
  font-size: 20px;
  height: 56px;
  line-height: 56px;
  border: 1px solid white;
  border-radius: 5px;
  padding: 0 30px;
  margin-left: auto;
}
#footer .top .ui.container .language > img {
  -webkit-filter: invert(1);
  filter: invert(1);
  margin-right: 10px;
  vertical-align: middle;
}
#footer .top .ui.container .language ul {
  z-index: 10;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  right: 0px;
  width: 160px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-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;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#footer .top .ui.container .language ul li {
  display: block;
  float: none;
  padding: 0 16px;
  line-height: 38px;
  color: black;
  font-size: 14px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#footer .top .ui.container .language ul li a {
  display: block;
}
#footer .top .ui.container .language ul li a img {
  width: 23px;
  vertical-align: middle;
  margin-right: 5px;
}
#footer .top .ui.container .language ul li:hover {
  background: #222;
  color: white;
}
#footer .top .ui.container .language:hover ul {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#footer .center {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  overflow: hidden;
  padding-top: 73px;
  padding-bottom: 20px;
}
#footer .center .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#footer .center .wrap h4 {
  color: white;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 33px;
}
#footer .center .wrap .column ul li {
  font-size: 18px;
  line-height: 2;
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  padding-left: 20px;
  position: relative;
}
#footer .center .wrap .column ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: url(../images/f-arrow.png) no-repeat left center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .center .wrap .column ul li:hover {
  color: white;
}
#footer .center .wrap .column ul li:hover::after {
  -webkit-transform: translateX(5px) translateY(-50%);
  -moz-transform: translateX(5px) translateY(-50%);
  -ms-transform: translateX(5px) translateY(-50%);
  transform: translateX(5px) translateY(-50%);
}
#footer .center .wrap .four {
  max-width: 400px;
  padding-left: 40px;
  position: relative;
}
#footer .center .wrap .four ul li {
  font-size: 18px;
  line-height: 2;
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  padding-left: 35px;
  position: relative;
  margin-bottom: 16px;
}
#footer .center .wrap .four ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 100%;
}
#footer .center .wrap .four ul li:nth-child(1)::after {
  background: url(../images/f-phone.png) no-repeat left top;
}
#footer .center .wrap .four ul li:nth-child(2)::after {
  background: url(../images/f-email.png) no-repeat left top;
}
#footer .center .wrap .four ul li:nth-child(3)::after {
  background: url(../images/f-add.png) no-repeat left top;
}
#footer .center .wrap .four ul li:nth-child(4)::after {
  background: url(../images/f-add.png) no-repeat left top;
}
#footer .center .wrap .four::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 300%;
  background: rgba(255, 255, 255, 0.2);
}
#footer .center .wrap .five #ewm {
  width: 130px;
  height: 130px;
  border: 5px solid white;
  overflow: hidden;
}
#footer .center .wrap .five ul.share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}
#footer .center .wrap .five ul.share li {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: rgba(255,255,255,00.3);
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  margin: 0 6px;
}
#footer .center .wrap .five ul.share li svg {
  display: inline;
  vertical-align: middle;
}
#footer .center .wrap .five ul.share li:hover {
  background: var(--color);
}
#footer .bottom {
  font-size: 16px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
  padding: 30px 15px;
}
#footer .bottom a.name {
  color: white;
  font-weight: bold;
}
#footer .bottom img {
  height: 16px;
  vertical-align: middle;
  margin: 0 5px;
}
#side {
  position: fixed;
  right: 20px;
  bottom: 50px;
}
#side .toTop {
  cursor: pointer;
  color: white;
  font-size: 16px;
  text-align: center;
}
#side .toTop img {
  display: block;
}
.i-partner{
  background: #eee;
  padding: 60px 0;
}
.i-partner ul{
  margin: -10px;
}
.i-partner ul li{
  padding: 10px;
}
.i-partner ul li img{
  width: 100%;
}
.i-partner ul .slick-dots{
  text-align: center;
  margin: 0;
  margin-top: 20px;
}
.i-partner ul .slick-dots li{
  padding: 0;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  display: inline-block;
  text-align: center;
  border: 1px solid black;
  margin: 0 3px;
}
.i-partner ul .slick-dots li button{
  display: none;
}
.i-partner ul .slick-dots li.slick-active{
  background: var(--color);
}
@media screen and (max-width: 1750px) {
  #header .nav .ui.menu .menu-box ul.menu > li{
    margin: 0 25px;
  }
  #index-body .i-about .top .left{
    padding-left: 0;
  }
  #banner ul .slick-dots{
    left: 5.5%;
    bottom: 18%;
  }
}
@media screen and (max-width: 1600px) {
  .ui.container {
    max-width: 1350px;
  }
  #header .nav .ui.menu {
    max-width: 1380px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 18px;
    margin: 0 18px;
  }
  #header .nav .ui.menu .inquiry {
    height: 40px;
    line-height: 40px;
  }
  #banner ul .slick-dots {
    left: 3.5%;
    bottom: 18%;
  }
  #banner ul li .content-box .content .title {
    font-size: 42px;
  }
  #index-body .i-init1 .left h4 {
    font-size: 40px;
  }
  #index-body .i-init1 .left p {
    font-size: 26px;
    line-height: 2;
  }
  #index-body .i-title {
    font-size: 34px; 
  }
  #index-body .i-about .bottom ul li h2 em {
    font-size: 38px;
  }
  #index-body .i-init3 .wrap .left {
    padding-right: 50px;
  }
  #index-body .i-init3 .wrap .right ul li .img {
    width: 370px;
    height: 370px;
  }
  #index-body .i-init3 .wrap .left span{
    line-height: 1;
  }
}
@media screen and (max-width: 1400px) {
  
  #header .h-top {
    padding: 10px 0;
  }
  .ui.container {
    max-width: 1150px;
  }
  #banner ul li .content-box .content .title{
    font-size: 34px;
  }
  #banner ul li .content-box .content p {
    font-size: 16px;
    line-height: 26px;
  }
  #index-body .i-init1 .left h4 {
    font-size: 28px;
  }
  #index-body .i-init1 .left p {
    font-size: 20px;
    line-height: 2;
  }
  #index-body .i-about .top .left {
    padding-left: 30px;
  }
  #index-body .i-about .bottom ul li h2 em {
    font-size: 32px;
  }
  #index-body .i-about .bottom ul li h2 {
    margin: 10px 0;
    font-size: 18px;
  }
  #index-body .i-title {
    font-size: 30px;
  }
  #index-body .i-init3 .wrap .left {
    padding-left: 25px;
  }
  #index-body .i-init3 .wrap .right ul li .img {
    width: 290px;
    height: 290px;
  }
  #index-body .i-init3 .wrap .left span {
    font-size: 84px;
  }
  #index-body .idnexService .box .active .boxLeft .box1 .top5{
    max-height: 200px;
    overflow: auto;
  }
  #index-body .idnexService .box .item.active .boxLeft .box1 .top3{
    line-height: 1.2;
  }
  #index-body .i-init3::after {
    width: 26%;
  }
  #index-body .i-init3 .wrap .right {
    padding-right: 35px;
  }
  #index-body .i-project .wrap .left h4 {
    font-size: 20px;
    line-height: 34px;
  }
  #footer .center .wrap h4 {
    font-size: 20px;
  }
  #footer .center .wrap .column ul li {
    font-size: 16px;
  }
  #footer {
    background-position: right top;
  }
}
@media screen and (max-width: 1200px) {
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner ul .slick-dots{
    display: none !important;
  }
  #banner ul li .img {
    width: 50%;
  }
  #index-body .i-about .bottom {
    margin-top: 60px;
  }
  #index-body .i-init2 ul li .box{
    padding: 35px 15px;
  }
  #index-body .i-init3 {
    padding: 50px 0;
  }
  #index-body .i-init3 .wrap .right ul li h5 {
    font-size: 20px;
  }
  #index-body .i-init3 .wrap .right ul li .img {
    width: 260px;
    height: 260px;
  }
  #index-body .i-init3 .wrap .right .slick-list {
    padding-right: 24%;
  }
  #index-body .i-init3 .wrap .right a.next {
    right: 12%;
    top: 46%;
  }
  #index-body .i-init3::after {
    width: 15%;
  }
  #index-body .i-init3 .wrap .left span {
    font-size: 70px;
    line-height: 1;
  }
  #index-body .i-about .bottom ul li h6 {
    font-size: 15px;
  }
  #index-body .i-title {
    font-size: 26px;
  }
  #index-body .i-init3 .wrap .left {
    padding-right: 0;
  }
  #index-body .i-product ul li .box h5 {
    font-size: 16px;
  }
  #index-body .idnexService .box .item.active .boxLeft .box1 .top3 {
    font-size: 18px;
  }
  #footer .center .wrap .three {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  #banner ul li .content-box .content .title {
    font-size: 32px;
  }
  #banner ul li .content-box .content h5 {
    font-size: 20px;
  }
  #index-body .i-init1 {
    padding-top: 20px;
  }
  #index-body .i-init1 .right p {
    font-size: 15px;
    margin-top: 15px;
    line-height: 2;
  }
  #banner ul li .content-box .content .left {
    width: 85%;
  }
  #index-body .i-init1 .left h4 {
    font-size: 20px;
  }
  #index-body .i-init1 .left p {
    font-size: 16px;
    line-height: 2;
  }
  #index-body .i-init1 .left::after {
    height: 40px;
  }
  #index-body .i-init1 .left::before {
    left: 10px;
    top: -40px;
    font-size: 32px;
  }
  #index-body .i-init1 .right {
    padding-left: 24px;
  }
  #index-body .i-about .top .left {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
  #index-body .i-about .right {
    width: 100%;
  }
  #index-body .i-about .bottom ul li {
    margin-bottom: 30px;
  }
  #index-body .i-init3 .wrap .right .slick-list {
    padding-right: 0;
  }
  #index-body .i-init3 .wrap .right ul .slick-slide {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  #index-body .i-init3 .wrap .right a.next {
    right: 1%;
    top: 35%;
  }
  #index-body .i-title {
    font-size: 20px;
  }
  #index-body .i-project .wrap .left {
    width: 100%;
  }
  #index-body .i-project .wrap .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  #index-body .idnexService .box .item {
    width: 33.333%;
  }
  #index-body .idnexService .box .item .boxRight {
    opacity: 1;
    display: none;
  }
  #index-body .idnexService .box {
    height: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  #index-body .idnexService .box .active .boxLeft .box1 .top4 {
    margin-top: 100px;
  }
  #index-body .idnexService .box .item.active .boxLeft .box1 {
    width: 100%;
  }
  #footer .center .wrap .two,
  #footer .center .wrap .one {
    display: none;
  }
  #index-body .i-init1 .right ul li{
    width: 50%;
  }
  #index-body .i-init1 .ui.container{
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
  #index-body .i-init1{
    padding-bottom: 10px;
  }
  #index-body .i-init2 ul li{
    width: 50%;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 700px) {
  #banner ul .slick-dots,
  #banner ul li .content-box .content p {
    display: none !important;
  }
  #banner ul li .content-box .content .more {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    font-size: 16px;
  }
  #banner ul li .content-box .content .title{
    font-size: 20px;
  }
  #index-body .i-init1 .left {
    width: 100%;
    display: none;
  }
  #index-body .i-init1 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  #index-body .i-init3 .wrap .left {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
  #index-body .i-init3 .wrap .right {
    width: 100%;
    padding-right: 0;
  }
  #index-body .idnexService .box .item {
    width: 50%;
  }
  #index-body .idnexService .box .item .boxLeft .box1 .top5{
    height: 150px;
    overflow: hidden;
  }
  #index-body .i-init3 .wrap .right a.next {
    display: none !important;
  }
  #footer .center .wrap .five {
    display: none;
  }
  #footer .center {
    padding-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  #banner ul li .content-box .content .title {
    font-size: 20px;
  }
  #banner ul li .content-box .content h5 {
    font-size: 16px;
  }
  #banner ul li .img {
    right: 20px;
    bottom: 16px;
    width: 33%;
  }
  #index-body .i-about .bottom ul li{
    width: 50%;
  }
  #index-body .i-about .bottom ul li h2{
    margin: 0;
  }
  #index-body .i-about .bottom ul li h2 em {
    font-size: 26px;
  }
  #index-body .i-about .bottom ul li h6 {
    font-size: 14px;
  }
  #index-body .i-about .bottom ul li p{
    font-size: 16px;
  }
  #index-body .i-about .top .left .content {
    font-size: 16px;
    line-height: 2;
  }
  #index-body .i-init3 .wrap .right ul li .img {
    width: 215px;
    height: 215px;
  }
  #index-body .i-project .top .btn {
    display: none !important;
  }
  #index-body .i-project .wrap .left {
    padding-top: 30px;
  }
  #index-body .i-project .wrap .right ul.list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .i-project .wrap .right ul.list li {
    margin-bottom: 10px;
  }
  #index-body .idnexService .box .item.active .top1{
    display: block;
  }
  #index-body .idnexService .box .item .boxLeft .box1 .top5{
    display: block;
    font-size: 16px;
    line-height: 2;
  }
  #index-body .idnexService .box .item .boxLeft .box1{
    padding-top: 20px;
  }
  #index-body .idnexService .box .item .boxLeft .box1 .top4{
    margin-top: 40px;
  }
  #index-body .idnexService .box .item {
    width: 100%;
  }
  #index-body .idnexService .box .item .boxLeft .box1 .top5{
    height: auto;
  }
  #index-body .i-news .top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .top .ui.container .language {
    display: none;
  }
  #footer .center .wrap .four ul li {
    font-size: 15px;
  }
  #footer .center .wrap .four {
    max-width: 100%;
    padding-left: 0;
  }
  #footer .center .wrap .four::after {
    content: none;
  }
  #index-body .i-init2 ul li{
    width: 100%;
  }
}



.inner-banner {
  background-size: cover;
  background-attachment: fixed;
  height: 400px;
  position: relative;
  background: #fafafa;
}
.inner-banner .ui.container {
  max-width: 1318px;
  position: relative;
}
.inner-banner .mbx {
  padding-top: 18%; 
}
.inner-banner.product .mbx{
  padding-top: 27%;
}
.inner-banner .mbx h2 {
  font-size: 40px;
  line-height: 2;
  font-weight: 900; 
  position: relative;
  font-style: italic;
}
.inner-banner .mbx h2::after {
  content: none;
  position: absolute;
  left: -170px;
  top: -195px;
  width: 350px;
  height: 325px;
  background: url(../images/circle-left.png) no-repeat center;
  display: none;
}
.inner-banner .mbx ul {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 19px;
  margin-top: 57px;
}
.inner-banner .mbx ul li {
  font-size: 18px;
  font-weight: 600;
  margin-right: 70px;
  line-height: 2;
}
.inner-banner .mbx ul li a {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  padding-bottom: 23px;
}
.inner-banner .mbx ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 0%;
  height: 3px;
  background: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.inner-banner .mbx ul li a:hover::after {
  width: 100%;
}
.inner-banner .mbx ul li:last-child {
  margin-right: 0;
}
.inner-banner .mbx ul li.active a::after {
  width: 100%;
}
.inner-banner .mbx .search-box {
  margin-top: 80px;
}
.inner-banner .mbx .search-box form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  border-radius: 35px;
}
.inner-banner .mbx .search-box form input {
  background-color: white;
  border: none;
  font-size: 16px;
  height: 70px;
  border-right: 1px solid #b9b9b9;
  color: black;
  padding-left: 30px;
}
.inner-banner .mbx .search-box form input.inp1 {
  border-radius: 35px 0 0 35px;
}
.inner-banner .mbx .search-box form button {
  border-radius: 0 35px 35px 0;
  background-color: white;
  color: black;
  border: none;
  width: 135px;
  font-size: 16px;
}
 
 
 
 
.gallery-page {
  padding: 138px 0 110px;
}
.gallery-page ul {
  margin: -30px -15px;
}
.gallery-page ul li {
  padding: 30px 15px;
  text-transform: capitalize;
}
.gallery-page ul li .img-box {
  position: relative;
}
.gallery-page ul li .img-box h5 {
  position: absolute;
  left: 50%;
  bottom: 23px;
  width: 90%;
  margin: auto;
  -webkit-transform: translate(-50%, 100px);
  -moz-transform: translate(-50%, 100px);
  -ms-transform: translate(-50%, 100px);
  transform: translate(-50%, 100px);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 20px;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 10px;
}
.gallery-page ul li:hover h5 {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.m-page {
  text-align: right;
  margin-top: 100px;
}
.m-page a,
.m-page span {
  font-size: 20px;
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  margin-right: 5px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.m-page a:hover,
.m-page span {
  background: var(--color);
  color: white;
}

 
 
 
.newdet-page {
  padding: 138px 0 80px;
}
.newdet-page .newdet-1 h1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 2;
}
.newdet-page .newdet-1 .time {
  font-size: 14px;
  margin: 35px 0 20px;
}
.newdet-page .newdet-1 .time span {
  margin-right: 20px;
  display: inline-block;
}
.newdet-page .newdet-1 .content {
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  padding: 50px 0 60px;
  font-size: 18px;
  line-height: 2;
}
.newdet-page .newdet-2 {
  overflow: hidden;
  padding-top: 150px;
}
.newdet-page .newdet-2 h2 {
  font-size: 50px;
  font-weight: 900;
  font-style: italic;
  margin-bottom: 60px;
}
.newdet-page .newdet-2 ul {
  margin: -28px;
}
.newdet-page .newdet-2 ul li {
  padding: 28px;
}
.newdet-page .newdet-2 ul li .img-box {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.newdet-page .newdet-2 ul li .img-box img {
  display: block;
  margin: auto;
}
.newdet-page .newdet-2 ul li h4 {
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
  line-height: 2;
}
.newdet-page .newdet-2 ul li:hover .img-box {
  -webkit-box-shadow: 0px 4px 10px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 10px 3px rgba(0, 0, 0, 0.15);
}
.newdet-page .newdet-2 ul .slick-arrow{
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: none;
  background: white;
  z-index: 2;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}
.newdet-page .newdet-2 ul .slick-prev{
  left: 0;
  transform: translate(-50%,-50%);
}
.newdet-page .newdet-2 ul .slick-prev::after{
  content: "\f104";
  font-family: "FontAwesome";
  font-size: 24px;
}
.newdet-page .newdet-2 ul .slick-next{
  right: 0;
  transform: translate(50%,-50%);
}
.newdet-page .newdet-2 ul .slick-next::after{
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 24px;
}
.m-link {
  margin-top: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 16px;
  /*-webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;*/
  line-height: 2;
}
.m-link .next {
  text-align: right;
}
.m-link a:hover {
  text-decoration: underline;
}
.advantages-page {
  padding-top: 138px;
   background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(15%, white), color-stop(15%, #faf7f7), color-stop(35%, #faf7f7), color-stop(35%, white), color-stop(77%, white), color-stop(77%, #faf7f7), to(white));
  background: -webkit-linear-gradient(white 0%, white 15%, #faf7f7 15%, #faf7f7 35%, white 35%, white 77%, #faf7f7 77%, white 100%);
  background: -moz-linear-gradient(white 0%, white 15%, #faf7f7 15%, #faf7f7 35%, white 35%, white 77%, #faf7f7 77%, white 100%);
  background: linear-gradient(white 0%, white 15%, #faf7f7 15%, #faf7f7 35%, white 35%, white 77%, #faf7f7 77%, white 100%);
}
.advantages-page ul li {
  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;
  margin-bottom: 200px;
}
.advantages-page ul li .text {
  width: 54% !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-right: 48px;
}
.advantages-page ul li .text h3 {
  font-size: 40px;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 40px;
}
.advantages-page ul li .text .content {
  font-size: 25px;
  line-height: 50px;
}
.advantages-page ul li .img {
  width: 46% !important;
}
.advantages-page ul li:nth-child(2n) .text {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding-left: 96px;
  padding-right: 0;
}
.advantages-page ul li:nth-child(2n) .img {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.solution-page {
  padding-top: 138px;
}
.solution-page .solution-1 h1 {
  font-size: 40px;
  font-weight: 900;
  font-style: italic;
  text-align: center;
  line-height: 2;
}
.solution-page .solution-1 ul {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 50px 0 70px;
}
.solution-page .solution-1 ul li {
  margin: 0 20px;
}
.solution-page .solution-1 .content {
  font-size: 18px;
  line-height: 56px;
  margin: auto;
  text-align: center;
  max-width: 1000px;
}
.solution-page .box-list {
  margin-top: 100px;
}
.solution-page .box-list ul li {
  position: relative;
}
.solution-page .box-list ul li .content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*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;*/
  color: white;
}
.solution-page .box-list ul li .content .ui.container {
  /*margin: 0;*/
  height: 100%;
}
.solution-page .box-list ul li .content .box {
  max-width: 720px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.solution-page .box-list ul li:nth-child(1) .content .box{
  max-width: 765px;
}
.solution-page .box-list ul li:nth-child(3) .content .box{
  max-width: 640px;
}
.solution-page .box-list ul li .content h2 {
  font-size: 60px;
  font-weight: 900;
  font-style: italic;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  line-height: 2;
}
.solution-page .box-list ul li .content h2:hover {
  color: var(--color);
}
.solution-page .box-list ul li .content .text {
  font-size: 16px;
  line-height: 2;
}
.solution-page .box-list ul li:nth-child(2n) .content {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}
.solution-page .box-list ul li:nth-child(2n) .content .box{
  margin-left: auto;
}
.solution-page .box-list ul li:last-child .content .box{
  max-width: 800px;
}
.soldet-page {
  padding: 138px 0 100px;
}
.soldet-page .soldet-1 h1 {
  font-size: 40px;
  font-weight: 900;
  font-style: italic;
  margin: 85px 0 50px;
}
.soldet-page .soldet-1 .content {
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
}
.soldet-page .soldet-2 {
  padding-top: 85px;
}
.soldet-page .soldet-2 h2 {
  font-size: 40px;
  font-weight: 900;
  font-style: italic;
  margin-bottom: 70px;
}
.soldet-page .soldet-2 ul {
  margin: -18px;
}
.soldet-page .soldet-2 ul li {
  padding: 18px;
}
.soldet-page .soldet-2 ul li .img-box {
  border: 1px solid #dbdbdb;
  height: 293px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.soldet-page .soldet-2 ul li .img-box img {
  display: block;
  margin: auto;
  /*height: 100%;*/
  object-fit: cover;
  -o-object-fit: cover;
}
.soldet-page .soldet-2 ul li h4 {
  font-size: 14px;
  text-align: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  margin-top: 20px;
}
.soldet-page .soldet-2 ul li:hover h4 {
  color: var(--color);
}
.soldet-page .soldet-2 ul .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #d4d4d4;
  color: white;
  text-align: center;
  line-height: 30px;
  border: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: 2;
}
.soldet-page .soldet-2 ul .slick-arrow:hover {
  background-color: var(--color);
}
.soldet-page .soldet-2 ul .slick-prev::after {
  content: "\f104";
  font-family: FontAwesome;
  font-size: 20px;
}
.soldet-page .soldet-2 ul .slick-next {
  right: 0;
}
.soldet-page .soldet-2 ul .slick-next::after {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 20px;
}
.soldet-page .soldet-2 ul .slick-track{
  margin-left: 0;
}
.sale-page {
  padding-top: 138px;
}
.sale-page .title {
  font-size: 40px;
  font-weight: 900;
  font-style: italic;
}
.sale-page .sale-1 {
  padding-bottom: 150px;
}
.sale-page .sale-1 .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
.sale-page .sale-1 .top .left {
  width: 46%;
}
.sale-page .sale-1 .top .right {
  width: 54%;
  padding-left: 45px;
}
.sale-page .sale-1 .top .right .content {
  font-size: 17px;
  line-height: 2;
  color: #666666;
  margin-top: 30px;
}
.sale-page .sale-1 .top .right .content p:not(:last-child) {
  padding-bottom: 25px;
}
.sale-page .sale-1 .center .right {
  width: 46%;
  padding-left: 0;
  padding-right: 60px;
}
.sale-page .sale-1 .center .right .content {
  padding-left: 0;
}
.sale-page .sale-1 .center .left {
  width: 54%;
  padding-left: 45px;
}
.sale-page .sale-1 .bottom {
  margin-top: 100px;
}
.sale-page .sale-1 .bottom ul {
  margin: -15px;
}
.sale-page .sale-1 .bottom ul li {
  padding: 15px;
}
.sale-page .sale-1 .bottom ul li a {
  display: block;
  -webkit-box-shadow: 0px 4px 12px rgba(133, 133, 133, 0.13);
  box-shadow: 0px 4px 12px rgba(133, 133, 133, 0.13);
  height: 81px;
}
.sale-page .sale-1 .bottom ul li a img {
  display: block;
  margin: auto;
  max-height: 81px;
  width: auto;
}
.sale-page .sale-2 {
  position: relative;
}
.sale-page .sale-2 .ui.container {
  margin-top: 10%;
}
.sale-page .sale-2 .content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: white;
}
.sale-page .sale-2 .content .text {
  font-size: 18px;
  line-height: 2;
  font-weight: 300;
  margin: 40px 0 90px;
  max-width: 680px;
}
.sale-page .sale-2 .content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.sale-page .sale-2 .content ul li {
  margin-right: 100px;
}
.sale-page .sale-2 .content ul li h3 {
  font-size: 30px;
  font-weight: 900;
  font-style: italic;
}
.sale-page .sale-2 .content ul li p {
  font-size: 30px;
  font-weight: 900;
  font-style: italic;
}
.sale-page .sale-2 .content ul li:last-child {
  margin-right: 0;
}
.sale-page .sale-3 {
  padding: 150px 0;
}
.sale-page .sale-3 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.sale-page .sale-3 .box .left {
  width: 60%;
  padding-right: 45px;
}
.sale-page .sale-3 .box .left ul {
  margin-top: 90px;
}
.sale-page .sale-3 .box .left ul li {
  position: relative;
  font-size: 18px;
  line-height: 2;
  font-weight: 300;
  margin-bottom: 55px;
}
.sale-page .sale-3 .box .left ul li:last-child {
  margin-bottom: 0;
}
.sale-page .sale-3 .box .left ul li::after {
  content: "01";
  position: absolute;
  left: 0;
  top: 0px;
  font-size: 70px;
  font-weight: 900;
  font-style: italic;
  opacity: 0.27;
  z-index: -1;
}
.sale-page .sale-3 .box .left ul li:nth-child(2)::after {
  content: "02";
  left: 70px;
}
.sale-page .sale-3 .box .left ul li:nth-child(3)::after {
  content: "03";
  left: 140px;
}
.sale-page .sale-3 .box .left ul li:nth-child(4)::after {
  content: "04";
  left: 210px;
}
.sale-page .sale-3 .box .left ul li:nth-child(5)::after {
  content: "05";
  left: 280px;
}
.sale-page .sale-3 .box .left ul li:nth-child(6)::after {
  content: "06";
  left: 350px;
}
.sale-page .sale-3 .box .right {
  width: 40%;
  position: relative;
}
.sale-page .sale-3 .box .right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sale-page .sale-3 .box .right .content {
  position: absolute;
  left: 0;
  bottom: 45px;
  width: 100%;
  padding: 0 45px;
  color: white;
}
.sale-page .sale-3 .box .right .content p {
  font-size: 25px;
}
.sale-page .sale-3 .box .right .content a.contact {
  display: inline-block;
  font-size: 18px;
  border-radius: 25px;
  color: black;
  background-color: white;
  width: 148px;
  height: 54px;
  text-align: center;
  line-height: 54px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  margin-top: 30px;
}
.sale-page .sale-3 .box .right .content a.contact:hover {
  background-color: black;
  color: white;
}


.search-page .slideRight ul li{
  font-size: 16px;
  display: inline-block;
  padding: 0 15px;
  margin-bottom: 20px;
}
.search-page .slideRight .item .right a:hover,
.search-page .slideRight ul li a:hover{
  text-decoration: underline;
}
.search-page .slideRight .item .right a{
  font-size: 16px;
  display: inline-block;
  /*width: 40%;*/
}
.search-page .slideRight .item .right ul li .box{
  display: inline-block;
  width: 48%;
}
.inner-page .sideLeft {
  width: 30%;
  padding-right: 30px;
}
.inner-page .sideLeft .box {
  padding: 30px;
  background: #f7f7f7;
}
.inner-page .sideLeft .box h3 {
  display: block;
  padding: 40px 25px;
  background: var(--color);
  font-size: 28px;
  font-weight: bold;
  color: white;
}
.inner-page .sideLeft .box .list ul li {
  margin-top: 6px;
  padding: 10px 20px;
  border-left: 4px solid var(--color);
  font-size: 18px;
  line-height: 32px;
  color: black;
  background: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
.inner-page .sideLeft .box .list ul li i{
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-content: center;
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 10px;
  cursor: point;
}
.inner-page .sideLeft .box .list ul li img {
    max-width: 80px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
}
.inner-page .sideLeft .box .list ul li:hover {
  background: var(--color);
  color: white;
}
.inner-page .sideLeft .img {
    display: block;
    margin-top: 40px;
    padding: 60px 5%;
    text-align: center;
    color: #fff;
    background-size: 100%;
    background-repeat: no-repeat;
}
.inner-page .sideLeft .img h4 {
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
.inner-page .sideLeft .img p {
  display: block;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
  margin: 25px 0 45px;
}
.inner-page .sideLeft .img a.more {
  line-height: 36px;
  height: 36px;
  padding: 0 32px;
  border: 1px solid white;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: inline-block;
  color: #fff;
}
.inner-page .sideLeft .img a.more:hover {
  background: var(--color);
  color: white;
}
.inner-page .sideRight {
  width: 100%;
}
.inner-page .sideRight .fenlei {
  color: var(--color);
  line-height: 2;
}
.inner-page .sideRight .content {
  line-height: 2;
}
 
 

.inner-page .sidebar-box .sidebar-right {
  width: 72%;
}
.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;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content {
    padding-right: 85px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .category {
    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;
    margin-bottom: 15px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .category a {
    padding: 0 5px;
    margin-left: 4px;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    color: var(--color);
    border: 1px solid var(--color);
    -webkit-transform: skewX(-10deg) skewY(0);
    -moz-transform: skewX(-10deg) skewY(0);
    -ms-transform: skewX(-10deg) skewY(0);
    transform: skewX(-10deg) skewY(0);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .category a span {
    display: inline-block;
    -webkit-transform: skewX(10deg) skewY(0);
    -moz-transform: skewX(10deg) skewY(0);
    -ms-transform: skewX(10deg) skewY(0);
    transform: skewX(10deg) skewY(0);
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .category .time {
    font-size: 14px;
    margin-left: 12px;
    color: #aaa;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content h1.n-title {
    font-size: 35px;
    line-height: 2;
    color: #000;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-weight: 700;
    border-bottom: 1px solid #e7e7e7;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .content {
    font-size: 16px;
    line-height: 2;
    color: #555;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content .icon {
    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: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 14px;
    color: #555;
    margin-top: 50px;
    padding-bottom: 45px;
    border-bottom: 1px solid #e7e7e7;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content .icon a {
    font-size: 14px;
    color: #000;
    margin-left: 18px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.newdet-page .sidebar-box .sidebar-right .relate-product {
    margin-top: 40px;
}
.newdet-page .sidebar-box .sidebar-right .relate-product h3 {
    font-size: 30px;
    line-height: 1;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link {
    border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
    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;
    margin-top: 40px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a {
    width: 50%;
    padding: 35px 0;
    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;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a.left {
    padding-right: 30px;
    border-right: 1px solid #e7e7e7;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a.right {
    padding-left: 30px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a .r-text p {
    color: #000;
    font-size: 16px;
    line-height: 2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 8px;
    max-width: 255px;
}
.history-page{
  padding: 100px 0;
}
.history-page ul li{
  border-bottom: 1px solid #eee;
  padding: 50px 0;
}
.history-page ul li .title{
    width: 20% !important;
    color: var(--color);
}
.history-page ul li .content{
  width: 80% !important;
  font-size: 18px;
  line-height: 32px;
}
.newdet-page .application-img {
  margin: 50px 0;
}
.newdet-page .application-img ul{
  margin: -10px;
}
.newdet-page .application-img ul li{
  padding: 10px;
}
.newdet-page .application-intro b,
.newdet-page .application-intro strong{
  font-weight: bold;
}
.newdet-page .app-related-pro{
  padding: 50px 0;
}
.newdet-page .app-related-pro ul{
  margin: -10px;
}
.newdet-page .app-related-pro ul li{
  padding: 10px;
}
.newdet-page .app-related-pro ul li p{
  text-align: center;
  padding: 6px 10px;
  font-size: 18px;
}
.newdet-page.appdet-page .sidebar-box .sidebar-right .newdet-content .right{
  padding-left: 20px;
}
.newdet-page.appdet-page .sidebar-box .sidebar-right .newdet-content h1.n-title{
  font-size: 28px;
}
.faq-page .faq-2 {
    padding: 70px 0;
}
.faq-page .faq-2 .left {
    width:100%;
    padding-right: 0px;
}
.faq-page .faq-2 .left ul li {
    margin-bottom: 15px;
    border: 1px solid #eee;
}
.faq-page .faq-2 .left ul li:last-child {
    margin-bottom: 0;
}
.faq-page .faq-2 .left ul li h4 {
    display: block;
    text-align: left;
    padding: 15px;
    background: #f7f7f7 none repeat scroll 0 0;
    color: #111;
    border-radius: 0;
    font-weight: 400;
    font-size: 20px;
    cursor: pointer;
    cursor: hand;
}
.faq-page .faq-2 .left ul li h4 span {
    margin-right: 5px;
    color: #0b2ea6;
}
.faq-page .faq-2 .left ul li .content {
    padding: 20px 30px;
    display: none;
}
.faq-page .faq-2 .right {
    width: 34%;
    padding-left: 15px;
}
.faq-page .faq-2 .right .box2 {
    padding: 30px;
    background: #edeff2;
}
.faq-page .faq-2 .right .box2 h3.title {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 30px;
}
.faq-page .faq-2 .right .box2 .form ul li {
    width: 100%;
    margin-bottom: 20px;
}
.faq-page .faq-2 .right .box2 .form ul li textarea,
.faq-page .faq-2 .right .box2 .form ul li input{
  width: 100%;
  height: 60px;
  border: none;
  padding-left: 10px;
  font-size: 18px;
}
.faq-page .faq-2 .right .box2 .form ul li textarea{
  height: 200px;
  padding: 10px;
}
.faq-page .faq-2 .right .box2 .form ul li input[type="submit"]{
  padding-left: 0;
  background: var(--color);
  color: white;
  transition: 0.3s;
}
.faq-page .faq-2 .right .box2 .form ul li input[type="submit"]:hover{
  background: black;
}
@media screen and (max-width: 1250px){
   .faq-page .faq-2 .left ul li h4 {
        font-size: 16px;
        padding: 12px;
    }
    .faq-page .faq-2 .right .box2 {
        padding: 20px 10px;
    }
    .faq-page .faq-2 .right .box2 h3.title {
        margin-bottom: 20px;
    }
    #innerMobileBanner{
      margin-top: 60px;
    }
}
@media screen and (max-width: 1000px){
  .faq-page .faq-2 {
        padding: 40px 0;
    }
    .faq-page .faq-2 .left {
        width: 100%;
        padding-right: 0;
    }
    .faq-page .faq-2 .right {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }
    .faq-page .faq-2 .left ul li h4 {
        font-size: 14px;
        line-height: 2;
    }
}
@media screen and (max-width: 500px){
   .faq-page .faq-2 .left ul li h4 {
        padding: 8px;
    }
}

@media screen and (max-width: 1600px) {
  .inner-banner .mbx .search-box{
    margin-top: 30px;
  }
  .inner-banner .ui.container {
    max-width: 1170px;
  }
 
  .inner-banner.product .mbx,
  .inner-banner .mbx{
    padding-top: 20%;
  }
  .inner-banner .mbx h2{
    font-size: 46px;
  }
  .inner-banner .mbx ul{
    flex-wrap: wrap;
  }
  .inner-banner.product .mbx ul{
    margin-top: 10px;
  }
  .inner-banner .mbx ul li{
    margin-bottom: 15px;

  }
  .inner-banner .mbx ul li a{
    padding-bottom: 0;
  }
  
  .solution-page .box-list ul li .content h2{
    font-size: 44px;
  }
}
@media screen and (max-width: 1550px){
  #fullpage .i-about{
    padding-bottom: 80px;
  }
  #fullpage .i-product{
    padding-top: 150px;
  }
}
@media screen and (max-width: 1400px) {
  .inner-banner .ui.container {
    max-width: 1000px;
  }
  .inner-banner .mbx h2 {
    font-size: 54px;
  }
  .inner-banner .mbx ul {
    margin-top: 30px;
  }
 
  
 
  .inner-page .ui.container {
    max-width: 1218px;
  }
  
  .advantages-page ul li {
    margin-bottom: 90px;
  }
  .sale-page .sale-2 .ui.container {
    margin-top: 12%;
  }
  .inner-banner .mbx h2:after {
    left: -120px;
    top: -140px;
    width: 250px;
    height: 270px;
    background-size: contain;
  }
  .inner-banner.product .mbx {
    padding-top: 16%;
  }
  .inner-banner .mbx ul li{
    margin-bottom: 3px;
  }
  .inner-banner .mbx .search-box form input {
    width: 20%;
  }
}
@media screen and (max-width: 1200px) {
  /*.inner-banner .mbx h2::after {
    content: none;
  }*/
  .inner-banner .mbx h2{
    padding-left: 0px;
  }
  .inner-banner .mbx .font-16.mt-48{
    margin-top: 25px;
    line-height: 2;
  }
  .inner-banner .mbx h2:after { 
    left: -36px;
    top: -95px;
    width: 196px;
    height: 195px; 
    background-size: contain;
    display: none;
  }
 
  .inner-banner .mbx {
    padding-top: 20%;
  }
  .inner-banner .mbx ul li {
    font-size: 17px;
    margin-right: 36px;
  }
  .inner-banner .mbx h2 {
    font-size: 36px;
    line-height: 1.3;
  }
  .history-page ul li .title h5{
    font-size: 30px;
  }
  
  .advantages-page ul li .text h3 {
    font-size: 32px;
    margin-bottom: 10px;
  }
  .advantages-page ul li .text .content {
    font-size: 22px;
    line-height: 36px;
  }
  .sale-page .title {
    font-size: 32px;
  }
  .sale-page .sale-2 .content .text {
    margin: 40px 0 50px;
  }
  .solution-page .solution-1 h1 {
    font-size: 30px;
  }
  .solution-page .box-list ul li .content h2 {
    font-size: 46px;
  }
  
  .inner-banner.product .mbx {
    padding-top: 14%;
  }
   
}

@media screen and (max-width: 1000px) {
  .inner-page .sideLeft{
    display: none;
  }
  .inner-page .sidebar-box .sidebar-right,
  .inner-page .sideRight{
    width: 100%;
  }
  .inner-banner {
    height: 350px;
  }
  .history-page ul li .content,
  .history-page ul li .title{
    width: 100% !important;
  }
  
  
  .advantages-page ul li:nth-child(2n) .text {
    padding-left: 30px;
  }
  .advantages-page ul li .text {
    padding-right: 30px;
  }
  .sale-page .sale-1 .top .left {
    display: none;
  }
  .sale-page .sale-1 .top .right {
    width: 100%;
    padding-left: 0;
  }
  .sale-page .sale-2 .content .text {
    margin: 15px 0 24px;
    max-width: 100%;
  }
  .sale-page .sale-2 .content ul li {
    margin-right: 60px;
  }
  .sale-page .sale-2 .content ul li h3,
  .sale-page .sale-2 .content ul li p {
    font-size: 26px;
  }
  .sale-page .sale-3 {
    padding: 95px 0;
  }
  .sale-page .sale-3 .box{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sale-page .sale-3 .box .left {
    width: 100%;
  }
  .sale-page .sale-3 .box .right {
    /*display: none;*/
    width: 100%;
    height: 400px;
    margin-top: 40px;
  }
  .sale-page .sale-3 .box .right > img{
    object-fit: cover;
  }
  .sale-page .sale-3 .box .right .content{
    padding: 0 15px;
  }
  .solution-page .box-list ul li .content h2 {
    font-size: 35px;
  }
  
  .inner-banner .mbx ul{
    display: none;
  }
  .inner-banner .mbx .search-box {
    /*display: none;*/
  }
  
   
   
  
}
@media screen and (max-width: 768px) {
  .inner-banner .mbx ul {
    display: none;
  }
   .newdet-page .sidebar-box .sidebar-right .newdet-content h1.n-title{
     font-size: 20px;
   }
   .newdet-page .sidebar-box .sidebar-right .newdet-content{
     padding-right: 0;
   }
  
  .inner-banner {
    height: auto;
    background-attachment: unset;
  }
  .inner-banner.product{
    height: 400px;
  }
  .inner-banner .mbx h2 {
    font-size: 28px;
  }
  .inner-banner .mbx {
    padding-top: 13%;
    padding-bottom: 60px;
  } 
  .inner-banner .mbx .search-box form input{
    padding-left: 10px;
  }
  
  
  .advantages-page ul li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .advantages-page ul li .text {
    width: 100% !important;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 0 !important;
  }
  .advantages-page ul li .img {
    width: 100% !important;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 20px;
  }
  .advantages-page ul li .text .content {
    font-size: 18px;
    line-height: 30px;
  }
  .solution-page,
  .sale-page,
  .advantages-page {
    padding-top: 51px;
  }
  .sale-page {
    margin-top: 40px;
  }
  .sale-page .sale-1 {
    padding-bottom: 56px;
  }
  .sale-page .sale-2 {
    display: none;
  }
  .solution-page .solution-1 h1 {
    font-size: 26px;
  }
  .solution-page .box-list ul li .content h2 {
    font-size: 26px;
  }
  .solution-page .solution-1 .content {
    line-height: 34px;
  }
  .soldet-page .soldet-2 h2,
  .soldet-page .soldet-1 h1 {
    font-size: 34px;
  }
 
    
  .newdet-page .newdet-2 h2 {
    font-size: 34px;
  }
  .newdet-page {
    padding: 56px 0 80px;
  }
   

   
  .m-link{
    font-size: 18px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .m-link .next{
    text-align: left;
    margin-top: 10px;
    width: 100%;
  }
  .sale-page .sale-1 .top .right{
    padding-right: 0;
  }
}

@media screen and (max-width: 630px){
  .inner-banner.product{
    height: 490px;
  }
  .inner-banner .mbx .search-box form{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .inner-banner .mbx .search-box form button,
  .inner-banner .mbx .search-box form input{
    width: 100%;
    height: 30px;
    margin-bottom: 10px;
    border-radius: 35px;
  }
  .inner-banner .mbx .search-box form input.inp1{
    border-radius: 35px;
  }
  .inner-banner .mbx .search-box{
    margin-top: 20px;
    z-index: 2;
    position: relative;
  }
}
@media screen and (max-width: 500px) {
  .font-36 {
    font-size: 24px;
    line-height: 2;
  }
  .gallery-page ul{
    margin: 0;
  }
  
  .inner-banner .mbx h2 {
    font-size: 18px;
    line-height: 2;
  }
  .newdet-page .newdet-1 h1{
    font-size: 20px;
  }
  .sale-page .title{
    text-align: center;
  }
  
  .sale-page .sale-1 .bottom{
    margin-top: 45px;
  }
  
 
  .sale-page .sale-3 .box .left ul {
    margin-top: 30px;
  }
  .sale-page .sale-3 .box .left ul li{
    margin-bottom: 30px;
  }
 
  .advantages-page ul li .text h3 {
    font-size: 24px;
  }
   
  .sale-page .sale-3 .box .left {
    padding-right: 0;
  }
  .sale-page .sale-3 .box .left ul li:nth-child(4)::after {
    left: 70px;
  }
  .sale-page .sale-3 .box .left ul li:nth-child(5)::after {
    left: 0px;
  }
  .sale-page .sale-3 .box .left ul li:nth-child(6)::after {
    left: 70px;
  }
  .sale-page .sale-3 {
    padding: 44px 0;
  }
 
  .sale-page .title {
    font-size: 24px;
  }
  .solution-page .box-list ul li > img {
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .solution-page .box-list ul li .content h2 {
    font-size: 22px;
  }
  .soldet-page .soldet-2 h2,
  .soldet-page .soldet-1 h1 {
    font-size: 24px;
  }
  
  .sale-page .sale-3 .box .right .content p,
  .newdet-page .newdet-1 .content,
  .sale-page .sale-3 .box .left ul li,
  .sale-page .sale-1 .top .right .content{
    font-size: 16px;
    line-height: 2;
  }
  .sale-page .sale-3 .box .right .content a.contact{
    height: 42px;
    line-height: 42px;
  }
   
  .newdet-page .newdet-2 h2 {
    font-size: 26px;
  }
   
  
  #footer .wrap .left .bottom .f-footer ul{
    display: none;
  }
  
  .soldet-page{
    padding-top: 60px;
  }
 
  .inner-banner .mbx {
    padding-top: 27% !important;
  }
  .inner-banner .mbx h2:after{
    top: -105px;
    left: -20px;
    width: 180px;
    height: 186px;
  }
 
  .solution-page .solution-1 ul{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .solution-page .solution-1 ul li{
    width: 33%;
    text-align: center;
    margin: 0;
    margin-bottom: 15px;
  }
  .sale-page .sale-3 .box .right h2{
    text-align: left;
  }
  
  
}

.xinwnebt{
    font-size: 18px;
    line-height: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 300px;
    display: inline-block;
  }
  .xinwennr{
    font-size: 16px;
    line-height: 2;
  }
  .shouyehl h1{
   display: inline;
  }
  .dhkintlhide{
    font-size: 30px;
    font-weight: 900;
    font-style: italic;
    line-height: 2;
    margin-bottom:150px;
    margin-top: -120px;
  }
  .tgbhyjukm{
    font-size: 16px;
    line-height: 2;
  }
  .tgbhyjukm span{
   font-weight: bold;
  }

.pro3-page ul.list-box li.cat-one.active{
  display: block;
}
.pro3-page .dhkintlhide {
  margin-bottom: 75px;
  margin-top: -80px;
}
.dhkintslhide{
  font-size: 14px;
  line-height: 2;
}

.project-page{
  padding: 100px 0;
}
.project-page ul{
  margin: -15px;
}
.project-page ul li{
  padding: 15px;
}
.project-page ul li p{
  font-size: 18px;
  text-align: center;
  padding: 5px 10px;
  line-height: 2;
}


.seoPublic .title {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 1em;
}

.seoPublic > div {
    padding: 60px 0;
}

.seoPublic > div:nth-child(odd) {
    background: #fafafa;
}

.seoPublic .Auxil-about .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.seoPublic .Auxil-about .box .left {
    width: 40%;
}

.seoPublic .Auxil-about .box .left .img {
    height: 100%;
    background-size: cover;
    background-position: center center;
    display: block;
}

.seoPublic .Auxil-about .box .right {
    width: 60%;
    padding-left: 5%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.seoPublic .Auxil-about .box .right div.h3 {
    font-size: 24px;
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 1em;
}

.seoPublic .Auxil-about .box .right .text {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    max-height: 400px;
    overflow: auto;
}

.seoPublic .Auxil-honor .list ul {
    margin: -10px;
}

.seoPublic .Auxil-honor .list ul li {
    padding: 10px;
}

.seoPublic .Auxil-honor .list ul li a {
    display: block;
}

.seoPublic .Auxil-honor .list ul li a img {
    width: 100%;
}

.seoPublic .Auxil-news .list ul {
    margin: -13px;
}

.seoPublic .Auxil-news .list ul li {
    padding: 13px;
}

.seoPublic .Auxil-news .list ul li a.img-box {
    display: block;
    height: 240px;
    background-size: cover;
    background-position: center center;
}

.seoPublic .Auxil-news .list ul li .content {
    margin-top: 30px;
}

.seoPublic .Auxil-news .list ul li .content div.h6 {
    font-size: 22px;
    line-height: 1.4;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.seoPublic .Auxil-news .list ul li .content div.h6:hover {
    color: var(--color);
}

.seoPublic .Auxil-news .list ul li .content time {
    font-size: 14px;
    margin-top: .5em;
    display: block;
}

.seoPublic .Auxil-news .list ul li .content p {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.4;
    margin: 1em 0;
}

.seoPublic .Auxil-news .list ul li .content a.link {
    font-weight: 300;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    border-bottom: 1px solid transparent;
    display: inline-block;
}

.seoPublic .Auxil-news .list ul li .content a.link:hover {
    border-color: var(--color);
    color: var(--color);
}

.seoPublic .Auxil-form .form ul {
    margin: -10px;
}

.seoPublic .Auxil-form .form ul li {
    padding: 10px;
}

.seoPublic .Auxil-form .form ul li input,
.seoPublic .Auxil-form .form ul li textarea {
    display: block;
    width: 100%;
    border: 1px solid #eee;
    font-size: 16px;
    padding: 8px 15px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.seoPublic .Auxil-form .form ul li textarea {
    height: 100px;
}

.seoPublic .Auxil-form .form ul li input:focus,
.seoPublic .Auxil-form .form ul li textarea:focus {
    border-color: var(--color);
}

.seoPublic .Auxil-form .form ul li.wid-100 {
    width: 100%;
}

.seoPublic .Auxil-form .form ul li input[type="submit"] {
    width: auto;
    display: inline-block;
    padding-left: 25px;
    padding-right: 25px;
    background: var(--color);
    color: whitesmoke;
    border: none;
}

.seoPublic .Auxil-form .form ul li input[type="submit"]:hover {
    background: #222;
}

.seoPublic .seoIndustry .text {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
}

.seoPublic .text a {
    color: var(--color);
}

.seoPublic .text a:hover {
    text-decoration: underline;
}

.seoPublic .Auxil-through {
    padding: 15px 0;
    background: none !important;
}

.seoPublic .Auxil-through a {
    display: inline-block;
    line-height: 40px;
    height: 40px;
    padding: 0 25px;
    font-size: 14px;
    color: black;
    border: 1px solid #eee;
    background: #f8f8f8;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.seoPublic .Auxil-through a:hover {
    background: var(--color);
    color: white;
}

.seoPublic .Auxil-related .list ul {
    margin: -20px -25px;
}

.seoPublic .Auxil-related .list ul li {
    padding: 20px 25px;
}

.seoPublic .Auxil-related .list ul li .box {
    display: block;
    background: white;
    -o-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
    -webkit-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
    box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
}

.seoPublic .Auxil-related .list ul li .box a.img-box {
    display: block;
}

.seoPublic .Auxil-related .list ul li .box .content {
    display: block;
    padding: 20px;
    text-align: center;
}

.seoPublic .Auxil-related .list ul li .box .content div.h3 {
    font-size: 22px;
    color: #111;
    font-weight: 500;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.seoPublic .Auxil-related .list ul li .box .content div.h3:hover {
    color: var(--color);
}

.seoPublic .Auxil-related .list ul li .box .content p {
    display: block;
    font-size: 16px;
    color: #888;
    line-height: 1.6;
    font-weight: 400;
    margin: .5em 0;
    height: 4.8em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.seoPublic .Auxil-related .list ul li .box .content a.more {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
    border: 1px solid var(--color);
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    color: var(--color);
}

.seoPublic .Auxil-related .list ul li .box .content a.more i {
    margin-left: 5px;
}

.seoPublic .Auxil-related .list ul li .box .content a.more:hover {
    color: white;
    background: var(--color);
}

@media screen and (max-width: 1400px) {
    .seoPublic .title {
        font-size: 28px;
        margin-bottom: 1.5em;
    }

    .seoPublic .Auxil-about .box .right div.title,
    .seoPublic .Auxil-related .list ul li .box .content div.h3 {
        font-size: 20px;
    }

    .seoPublic .Auxil-form .form ul li input,
    .seoPublic .Auxil-form .form ul li textarea,
    .seoPublic .Auxil-about .box .right .text,
    .seoPublic .Auxil-news .list ul li .content p,
    .seoPublic .seoIndustry .text,
    .seoPublic .Auxil-related .list ul li .box .content p {
        font-size: 14px;
    }

    .seoPublic .Auxil-news .list ul li .content div.h6 {
        font-size: 18px;
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more {
        font-size: 14px;
        line-height: 34px;
        height: 34px;
        padding: 0 15px;
    }

    .seoPublic .Auxil-related .list ul li {
        padding: 15px;
    }

    .seoPublic .Auxil-related .list ul {
        margin: -15px;
    }
}

@media screen and (max-width: 1000px) {
    .seoPublic .title {
        font-size: 24px;
        margin-bottom: 1em;
    }

    #cp-Nav {
        display: block;
    }

    #cp-Nav .nav {
        padding: 0 15px;
    }

    #cp-Nav .nav div.title {
        font-size: 18px;
        font-weight: bold;
        padding: 8px 10px;
        background: var(--color);
        border-radius: 5px;
        color: white;
    }

    #cp-Nav .nav i.mask {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 230;
        background: rgba(0, 0, 0, 0.2);
    }

    #cp-Nav .nav > ul {
        display: none;
    }

    #cp-Nav .nav ul {
        position: fixed;
        top: 10%;
        max-height: 80%;
        left: 5%;
        width: 90%;
        padding: 20px;
        border-radius: 5px;
        background: white;
        z-index: 300;
        font-size: 16px;
        overflow: auto;
    }

    #cp-Nav .nav ul ul {
        padding: 0 10px;
        font-size: 14px;
        position: static;
        max-height: none;
        width: 100%;
        margin: 10px 0;
    }

    #cp-Nav .nav ul li a {
        display: block;
        padding: 5px 0;
        line-height: 28px;
    }

    .seoPublic .Auxil-about .box {
        display: block;
    }

    .seoPublic .Auxil-about .box .right {
        width: 100%;
        padding: 0;
        margin-top: 20px;
    }

    .seoPublic .Auxil-about .box .left {
        width: 100%;
        padding: 0;
    }

  

    .seoPublic .Auxil-about .box .right div.h3 {
        font-size: 18px;
    }

    .seoPublic > div {
        padding: 30px 0;
    }
    .seoPublic .Auxil-about .box .right .text {
        max-height: none;
    }
}

 


@media screen and (max-width: 1000px){
  .gallery-page ul.seven li{
    width: 20% !important;
  }
}
@media screen and (max-width: 700px){
  .gallery-page ul.seven li{
    width: 25% !important;
  }
}
@media screen and (max-width: 500px){
  .gallery-page ul.seven li{
    width: 33% !important;
  }
  .gallery-page {
    padding: 50px 0 65px;
  }
}


.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.product2-page .sidebar-left {
    padding-right: 45px;
}


.inner-page .sidebar-box .sidebar-left .inner .inner-title {
  font-size: 22px;
  line-height: 2;
  color: #000;
  font-weight: 600;
  text-transform: capitalize;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #e7e7e7; 
}
.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: 55px;
  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;
  margin-right: 10px;
  border: none;
  background: url(../images/search.png) no-repeat center center;
  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;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active > a{
  color: var(--color);
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a {
  padding: 8px 0;
  font-size: 18px;
  font-weight: 600;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  line-height: 2;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li>ol>li a {
    FONT-WEIGHT: 300;
    font-size: 16px;
    line-height: 30px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a:hover {
  color: var(--color);
}
.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>ol>li{
  list-style-type: disc;
  margin-left: 20px;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li{
  /*list-style-type: circle;
  margin-left: 20px;*/
}

/*.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li>ol>li>ol{
  display: none;
}*/

.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: 18px;
    line-height: 26px;
    font-weight: 600;
    display: -webkit-box;
    margin-bottom: 0.8rem;

}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p:hover {
  color: var(--color);
}
.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 {
  background: url(/sealantsfactory/2025/08/14/images_ny-bg.jpg) no-repeat center center;
  padding: 210px 40px 55px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h5 {
  
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  line-height: 2;
  margin-bottom: 20px;
  font-weight: bold;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h6 {
    font-size: 18px;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 20px;

}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h6 span {

  display: block;
}
 
.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;
}
 
.inner-page .sidebar-box .sidebar-right {
  width: 72%;

}
.inner-page .sidebar-box .sidebar-right h1{
  color: var(--color);
}
.inner-page .sidebar-box .sidebar-right .Auxil-catdes p,
.inner-page .sidebar-box .sidebar-right .Auxil-catdes{
  color: #7f7f7f;
  font-weight: normal;
}
.inner-page .sidebar-box .sidebar-right .Auxil-catdes{
  margin-bottom: 20px;
}
 

.inner-page .sidebar-content .sidebar-left {
    width: 28%;
}

@media screen and (max-width:1100px) {
  .inner-page .sidebar-box{
    display: block;
  }
  .inner-page .sidebar-content .sidebar-left{
    display: none;
  }
  .inner-page .sidebar-box .sidebar-right{
    width: 100%!important;
    padding: 0!important;
  }

  
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li.diyi {
 margin-bottom: 10px;
 text-transform: capitalize;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li.diyi>a {
       font-size: 18px;
    /*color: var(--color);*/
    line-height: 32px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li.diyi ol {
    padding: 3px 0;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li>ol>li ol {
    padding-bottom: 5px !important;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li>ol>li ol li {
    margin-left: 15px;
    line-height: 2;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li>ol>li ol li a {
    font-size: 15px;
    color: #555;
}


.inner-page .sidebar-box .sidebar-left .inner .inner-cat ol.third{
  display: none;
}

.product2-page {
    padding: 120px 0 100px;
}

.product2-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;
  margin: 0 -1rem;
}
.product2-page.prodet-page .product-list ul{
  display: block;
}
.product2-page .product-list ul li {
  padding: 0 1rem;
  margin-bottom: 3.7rem;

}

.product2-page .product-list ul li .img img{
/*height: 400px;*/
    object-fit: cover;
    /*width: 100%;*/
    margin: auto;
}
.product2-page .product-list ul li .text .btm .slick-slide img {
    padding: 5px;
}
.product2-page .product-list ul li.wid-100{
  width: 100%;
}

.product2-page .product-list ul li .pro-box {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
display: flex;
  background: #fff;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}
.product2-page .product-list ul li .pro-box .imgbox{
position: relative;
    width: 50%;
  
}
.product2-page .product-list ul li .pro-box .imgbox .img-box:nth-child(1){
  opacity: 1;
   -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.product2-page .product-list ul li .pro-box .imgbox .img-box:nth-child(2){
  opacity: 0;
   -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  position: absolute;
  top: 50%;
  left: 50%;
    -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.product2-page .product-list ul li .pro-box:hover::after {
  bottom: 0;
  background: #46696b;
}
.product2-page .product-list ul li .pro-box::after {
  content: none;
  width: 100%;
  bottom: -5px;
  right: -20px;
  height: 8px;
  display: block;
  position: absolute;
  border-top-left-radius: 4px;
  background: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product2-page .product-list ul li .pro-box h5 {
    font-size: 18px;
    line-height: 1.5;
    color: #000000;
    font-weight: bold;
    padding: 2rem 0rem 0rem;
}

.product2-page .product-list ul li .pro-box .btm span.block {
    padding: 5px 0;
}
.product2-page .product-list ul li .pro-box .text .neirong {
    padding: 10px 0 0;
    max-height: 120px;
    overflow-y: overlay;
}
 

.product2-page .product-list ul li .pro-box:hover{
  background: #f6f6f6;
   -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.product2-page .product-list ul li .pro-box:hover .imgbox .img-box:nth-child(1){

   -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.product2-page .product-list ul li .pro-box:hover .imgbox .img-box:nth-child(2){
  opacity: 1;
   -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.product2-page .product-list ul li .pro-box h5:hover {
  color: var(--color);
}
.product2-page .product-list ul li .pro-box h5 a {
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.product2-page .product-list ul li .pro-box .pro-img {
  display: block;
  margin-bottom: 2.5rem;
}
.product2-page .product-list ul li .pro-box .text {
    padding:0 20px;
    font-size: 15px;
    color: #757575;
    width: 50%;
}
.product2-page .product-list ul li .pro-box .text p {
    position: relative; 
    font-size: 15px;
    font-weight: 400;
}
.product2-page .product-list ul li .pro-box .btm {
    padding: 0px 0px 20px 0px;
}
.product2-page .product-list ul li .pro-box .text p::before {
  content: '';
  width: 16px;
  height: 16px;
 background: url("/template/en/images/icon-y.png") center center no-repeat;
  position: absolute;
  left: 0;
  top: 4px;
}

.product2-page .product-list ul li .pro-box .btm .tupianji{
  margin: -5px;
}
.product2-page .product-list ul li .pro-box .btm .tupianji .item{
  padding: 5px;
}

.product2-page .product-list ul li .pro-box .more {
  display: inline-block;
  padding: 12px 22px 12px 15px;
  border-radius: 5px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  margin-bottom: 25px;
  background: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;

}
.product2-page .product-list ul li .pro-box .more:hover {
  background: #46696b;
}
.product2-page .product-list ul li .pro-box .more i {
  margin-left: 1.2rem;
  font-size: 12px;
}


.inner-page.product2-page p {
    color: #7f7f7f;
}

.product2-page .product-list ul li .pro-box .btm ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -10px;
}

.product2-page .product-list ul li .pro-box .btm ul li {
     display: inline-block;
    width: auto !important;
    margin-bottom: 0;
   padding: 0 6px;
}

.product2-page .product-list ul li .pro-box .btm ul li .coloritem {
width: 25px;
    height: 25px;
    display: block;
}

.product2-page .product-list ul li .pro-box .btm ul li:nth-child(1) .coloritem {
    background: #ebd5d3;
}

.product2-page .product-list ul li .pro-box .btm ul li:nth-child(2) .coloritem {
    background: #7d96a2;
}
.product2-page .product-list ul li .pro-box .btm ul li:nth-child(3) .coloritem {
    background: #7f9c90;
}
.product2-page .product-list ul li .pro-box .btm ul li:nth-child(4) .coloritem {
    background: #8a2a2b;
}
.product2-page .product-list ul li .pro-box .btm ul li:nth-child(5) .coloritem {
    background: #19315b;
}
.product2-page .product-list ul li .pro-box .btm ul li:nth-child(6) .coloritem {
    background: #000;
}
.product2-page .product-list ul li .pro-box .btm ul li:nth-child(7) .coloritem {
    background: #d7d2cb;
}
.product2-page .product-list .ny-banner {

}
.product2-page .product-list ul li .pro-box h5 a{
     text-transform: uppercase;

}

.product2-page .product-list ul li .pro-box .btm ul.tupianji li {
    width: 25% !important;
}

.product2-page .product-list ul li .pro-box .btm ul.tupianji {
    display: flex;
}
.m-page{
  text-align: center;
}
.m-page a,
.m-page span.current{
  border-radius: 50%;
  margin: 5px;
  color: #fff;
  font-size: 15px;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.m-page a {
    background: #e2ecd1;
    
}
.m-page span.current {
    background: var(--color);
}
.product2-page .product-list ul li .img img {
    transition: all 1.2s ease;
}
.product2-page .product-list ul li .img {
    overflow: hidden;
    transition: all 1.2s ease;
        padding: 10px;
    background: #f7f7f7;
    position: relative;
}
.product2-page .product-list ul li .img:hover img {

    transition: all 1.2s ease;
}

@media screen and (max-width:1000px) {
  .product2-page .product-list ul li{
    width: 50%!important;
  }
 
}
@media screen and (max-width:500px) {
  .product2-page .product-list ul li{
    width: 100%!important;
  }
}
.product2-page .product-list ul li .pro-box .imgbox img {
    object-fit: cover;
    height: 100%;
}


.product2-page .product-list ul li .pro-box .btm .tupianji .slick-list.draggable .slick-slide:last-child {
    display: none;
}

.product2-page .product-list ul li .pro-box .btm .tupianji img {
    max-height: 145px;
    width: 100%;
    object-fit: cover;
}
.product2-page .product-list ul li .text {
    background: #f7f7f7;
    margin-top: 0;
    padding: 10px;

}
.product2-page .product-list ul li .text .neirong p {
    font-size: 14px;
    color: #aaa;
    text-transform: lowercase;
    font-weight: 300;
}

.product2-page .product-list ul li .text h2 {
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    text-align: center;
    min-height: 72px;
}
.product2-page .product-list ul li:hover .text h2{
  color: var(--color);
}

.product2-page .product-list ul li .img img.yin {
    position: absolute;
    left: 0;
    opacity: 0;
}

.product2-page .product-list ul li:hover .img img.yin {
    opacity: 1;
}


@media screen and (max-width:1550px) {
 
.product2-page .product-list ul li .img img{
      height: 300px;
    object-fit: cover;
    width: 100%;
}

}


.pb-80{
  padding-bottom: 80px;
}
.prodet-page .prodet-1{
  padding: 0;
}
.prodet-page .prodet-1 .left .big_img ul .slick-track{
  margin-left: 0;
}
.prodet-page .prodet-1 .left .big_img ul li{
  padding: 3px;
}
.prodet-page .prodet-1 .left .big_img ul li a{
  border: 1px solid rgba(0,0,0,0.1);
  display: block;
}
.prodet-page .prodet-1 .left .big_img ul li img{
  margin: auto;
  /*width: 100%;*/
  /*border-radius: 30px;*/
  
}
.prodet-page .prodet-1 .left .big_img{
  width: 50%;
}
.prodet-page .prodet-1 .left .content{
  padding-left: 30px;
  color: #000;
  line-height: 1.8;
  width: 50%;
}
.prodet-page .prodet-1 .left .content .cat_name{
  font-size: 18px;
  color: #000;
  font-weight: 600;
}
.prodet-page .prodet-1 .left .content h1{
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  color: black;
}
.prodet-page .prodet-1 .left .content .des{
  font-size: 18px;
  margin: 20px 0;
  max-height: 390px;
  overflow-y: auto;
}
.prodet-page .prodet-1 .left .content .m-link{
  margin-top: 20px;
  font-size: 16px;
  color: black;
}
.prodet-page .prodet-2 ul.tab li{
  display: inline-block;
  background: var(--color);
  /*margin-right: 20px;*/
  font-size: 18px;
   -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  border-radius: 0 40px 0 0;
  padding: 0px 50px;
  height: 50px;
  line-height: 52px;
}
.prodet-page .prodet-2 ul.tab li a{
  display: block;
  color: #fff;
}
.prodet-page .prodet-2 ul.tab li.active{
  background: rgb(236 207 207); 
}
.prodet-page .prodet-2 ul.tab li.active a{
  color: #000;
}
.prodet-page .prodet-2 .content{
  /*background: rgb(236 207 207);*/
  padding: 30px 0 0 0;
  font-size: 16px;
  width: 100% !important;
  padding-left: 0 !important;
}
.prodet-page .prodet-2 .content table tr:nth-child(2n-1){
  background: #f7f6f6;
}
.prodet-page .prodet-3{
  padding: 80px 0;
}
.prodet-page .prodet-3 .h3{
  font-size: 36px;
  font-weight: bold;
}
.prodet-page .prodet-3 form{
  margin-top: 30px;
}
.prodet-page .prodet-3 form textarea,
.prodet-page .prodet-3 form input{
  width: 100%;
  border-radius: 50px;
  padding: 0 30px;
  height: 50px;
  font-size: 18px;
  margin-bottom: 20px;
  border: 1px solid rgba(0,0,0,0.2);
}
.prodet-page .prodet-3 form textarea{
  padding: 20px 30px;
  height: 250px;
  border-radius: 20px;
}
.prodet-page .prodet-3 form input[type="submit"]{
  width: auto;
  border: none;
  border-radius: 0 25px 25px 25px;
  padding: 0 35px;
}
@media screen and (max-width:1000px){
  .prodet-page .prodet-1 .left .big_img{
      width: 100%;
    }
    .prodet-page .prodet-1 .left .content{
      width: 100%;
      padding-left: 0;
      margin-top: 30px;
    }
}
@media screen and (max-width:700px){
  .prodet-page .prodet-1 .left .content h1{
      font-size: 25px;
    }
}


.news-page .title {
  text-align: center;
}
.news-page .title h3 {
  font-size: 45px;
  color: #000000;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 1rem;
}
.news-page .title p {
  margin: 0 auto;
  max-width: 730px;
  font-size: 16px;
  line-height: 2;
  color: #000000; 
  font-weight: bold;
}
.news-page .news-1 {
  padding: 120px 0 0;
}
.news-page .news-1 .hot-item {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.news-page .news-1 .hot-item .left {
  width: 53.5%;
}
.news-page .news-1 .hot-item .left a {
  display: block;
  overflow: hidden;
}
.news-page .news-1 .hot-item .left a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.news-page .news-1 .hot-item .left a img {
  width: 100%;
  transition: all .5s ease;
}
.news-page .news-1 .hot-item .left a:hover img{
  transition: all .5s ease;
}
.news-page .news-1 .hot-item .right {
  width: 46.5%;
  padding-left: 4rem;
  padding-right: 2rem;
}
.news-page .news-1 .hot-item .right .content {
  max-width: 630px;
  margin: 0 0 0 auto;
}
.news-page .news-1 .hot-item .right .content h2 {
   
  line-height: 1.2;
  color: #92b955;
  text-transform: capitalize;
}
.news-page .news-1 .hot-item .right .content h4 {
font-size: 24px;
    font-weight: 600;
    line-height: 2;
    color: #062b00;
    display: -webkit-box;
    margin: 2rem 0;
}
.news-page .news-1 .hot-item .right .content h4 a {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.news-page .news-1 .hot-item .right .content h4 a:hover {
  color: var(--color);
}
.news-page .news-1 .hot-item .right .content span {
  font-size: 16px;
  line-height: 1;
  color: #cececd; 
  display: block;
  margin-bottom: 2rem;
}
.news-page .news-1 .hot-item .right .content p {
  font-size: 16px;
  color: #7f7f7f;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.news-page .news-1 .hot-item .right .content .more {
   
  margin-top: 40px;
   
} 
.news-page .news-2 {
  padding: 80px 0;
}
.news-page .news-2 .news-list {
  margin-top: 2rem;
}
.news-page .news-2 .news-list ul {
  margin: 0 -1.8rem;
  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;
}
.news-page .news-2 .news-list ul li {
  width: 33.3333%;
  padding: 0 1.8rem; 
}
.news-page .news-2 .news-list ul li .news-box .n-img {
  display: block;
  overflow: hidden;
  position: relative;
}
.news-page .news-2 .news-list ul li .news-box .n-img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.news-page .news-2 .news-list ul li .news-box .n-img img {
  width: 100%;
      transition: all .5s ease;
}
.news-page .news-2 .news-list ul li .news-box .n-img span {
  position: absolute;
  font-size: 16px;
  line-height: 1;
  color: #ffffff;
  left: 1rem;
  bottom: 1rem;
}
.news-page .news-2 .news-list ul li .news-box .content {
  padding: 1rem;
}
.news-page .news-2 .news-list ul li .news-box .content h4 {
  font-size: 24px;
      font-weight: bold;
  line-height: 33px;
  color: #000000;
  display: -webkit-box;
  -webkit-line-clamp: 2; 
  margin-bottom: 15px;
}
.news-page .news-2 .news-list ul li .news-box .content h4 a {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.news-page .news-2 .news-list ul li .news-box .content h4 a:hover {
  color: var(--color);
}
.news-page .news-2 .news-list ul li .news-box .content p {
    font-size: 16px;
    color: #7f7f7f;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden; 
}
.news-page .news-3 {
  height: 643px;
  background: url(../images/news-bg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.news-page .news-3 .play {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 6;
}
.news-page .news-3 .play::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 100% !important;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
}
.news-page .news-3 .play::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 100% !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  animation-delay: .4s;
}
.news-page .news-4 {
  padding: 10rem 0 8rem;
  overflow: hidden;
}
.news-page .news-4 .title p {
  max-width: 545px;
}
.news-page .news-4 .newsBox {
  margin-top: 6.5rem;
}
.news-page .news-4 .newsBox .swiper-container {
  overflow: inherit;
}
.news-page .news-4 .newsBox .swiper-slide {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  position: relative;
  z-index: 1;
}
.news-page .news-4 .newsBox .swiper-slide a {
  display: block;
  overflow: hidden;
  position: relative;
}
.news-page .news-4 .newsBox .swiper-slide a img{
  width: 100%;
}
.news-page .news-4 .newsBox .swiper-slide a .content {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 3.7rem 3rem;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  opacity: 0;
}
.news-page .news-4 .newsBox .swiper-slide a .content span {
  font-size: 16px;
  line-height: 1;
  color: #fff; 
}
.news-page .news-4 .newsBox .swiper-slide a .content h4 {
  margin-top: 1.6rem;
  font-size: 21.5px;
  line-height: 1;
  color: #fff; 

}
.news-page .news-4 .newsBox .swiper-slide a .content h4:hover {
  color: var(--color);
}
.news-page .news-4 .newsBox .swiper-slide-active {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  z-index: 3;
}
.news-page .news-4 .newsBox .swiper-slide-active a .content {
  opacity: 1;
}
.news-page .news-4 .newsBox .swiper-slide-prev,
.news-page .news-4 .newsBox .swiper-slide-next {
  z-index: 2;
}
.news-page .news-4 .newsBox .swiper-pagination {
  position: relative;
  margin-top: 3rem;
}
.news-page .news-4 .newsBox .swiper-pagination span {
  width: 16px;
  height: 16px;
  background: url(../images/navigation.png) no-repeat center center;
  margin: 0 .6rem;
  opacity: 1;
}
.news-page .news-4 .newsBox .swiper-pagination .swiper-pagination-bullet-active {
  background: url(../images/navigation-h.png) no-repeat center center;
}

@media screen and (max-width:1000px) {
  .news-page .news-1 .hot-item .left{
    width: 100%;
  }
  .news-page .news-1 .hot-item .right{
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
  .news-page .news-1 .hot-item .right .content{
    max-width: 100%;
  }

  .news-page .news-2 .news-list ul li{
    width: 50%!important;
  }

  .news-page .news-3{
    height: 400px;
  }
}


@media screen and (max-width:500px) {
  .news-page .news-2 .news-list ul li{
    width: 100%!important;
  }
}
.news-page .sidebar-box .sidebar-left .inner {
  max-width: 375px;
}
.news-page .sidebar-box .sidebar-left {
  border-right: 1px solid #e7e7e7;
      width: 28%;
}
.news-page .sidebar-box .sidebar-right .news-list {
  padding-right: 8.5rem;
}
.news-page .sidebar-box .sidebar-right .news-list ul li {
  margin-bottom: 7.5rem;
}
.news-page .sidebar-box .sidebar-right .news-list ul li:last-child {
  margin-bottom: 0;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .n-img {
  display: block;
  overflow: hidden;
  margin-bottom: 2.5rem;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .n-img img {
  width: 100%;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .category {
  padding: 0 5px;
  margin-left: 4px;
  margin-bottom: 15px;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--color);
  border: 1px solid var(--color);
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .category:hover {
  background: var(--color);
  color: #fff;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .category span {
  display: inline-block;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content h4 {
  font-size: 3.5rem;
  line-height: 1.2;
  color: #000;
  margin-bottom: 1.5rem; 
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content h4:hover {
  color: var(--color);
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .time {
  font-size: 14px;
  color: #aaa; 
  text-transform: uppercase;
  padding-top: 12px;
  margin-bottom: 2rem;
  position: relative;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .time::after {
  position: absolute;
  content: "";
  width: 5rem;
  height: 1px;
  border-top: 1px solid #aaa;
  left: 0;
  top: 0;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .time span {
  color: #000;
  margin-left: 1rem;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content p {
  font-size: 16px;
  line-height: 1.6;
  color: #555555; 
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .link {
  margin-top: 3rem;
  position: relative;
  z-index: 2;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .link::after {
  position: absolute;
  z-index: -1;
  content: "";
  width: 80%;
  height: 1px;
  border-top: 1px solid #e7e7e7;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .link .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;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .link .more:hover::after {
  width: 100%;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .link .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;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .link .more::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: var(--color);
  left: 0;
  top: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: 1;
}
.inner-page.news-page.newdet-page .sidebar-box .sidebar-right{
  width: 72%;
    padding-left: 55px;
}

.contact-page{
  padding: 120px 0;
}
.contact-page h2{
      font-size: 45px;
    font-weight: bold;
    text-transform: capitalize;
     color: var(--color);
}
.contact-page h2::after{
      content: "";
    width: 57px;
    height: 4px;
    display: block;
    margin-top: 15px;
}
.contact-page h3 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  text-transform: capitalize;
  line-height: 1;
}
.contact-page .left {
  padding-left: 0%;
  width: 50%;
}
.contact-page .left .info {
  margin: 10px 0 80px;
  /*max-width: 500px;*/
}
.contact-page .left .info ul li {
  margin-bottom: 15px;
  font-size: 18px;
  color: rgb(0 0 0);
  line-height: 1.6;
  padding-left: 35px;
  position: relative;
}
.contact-page .left .info ul li:last-child {
  margin-bottom: 0;
}
.contact-page .left .info ul li i {
  position: absolute;
  left: 0;
  top: 0;
}
.contact-page .left .info ul li i img {
  display: inline-block;
  vertical-align: middle;
}
.contact-page .left .share {
  margin-top: 20px;
}
.contact-page .left .share ul li {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 100%;
  background: #cbcbcb;
  color: white;
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin-right: 10px;
}
.contact-page .left .share ul li a {
  display: block;
}
.contact-page .left .share ul li:hover {
  background: var(--color);
}
.contact-page .left .share ul li:last-child {
  margin-right: 0;
}
.contact-page .right {
  padding-right: 5%;
  width: 50%;
}
.contact-page .right .form {
  margin-top: 10px;
}
@media screen and (max-width:1200px) {
  .contact-page h2{
    font-size: 30px;
  }
}

@media screen and (max-width:1000px) {
  .contact-page{
    padding: 0;
  }
  .contact-page .left{
    width: 100%!important;
    padding: 0;
  }

  .contact-page .right{
    width: 100%!important;
    padding: 0;
  }

  .contact-page .left .info{
    margin: 40px 0;
    max-width: 100%;
  }

  .contact-page .right{
    margin-top: 40px;
  }
}
@media screen and (max-width:500px){
  .contact-page .left .item{
    width: 100%;
    margin: 20px 0;
  }
}
.inner-page .form ul {
  margin: -8px;
}
.inner-page .form ul li {
  padding: 8px;
}
.inner-page .form ul li input,
.inner-page .form ul li textarea {
  width: 100%;
  border: none;
  line-height: 26px;
  padding: 15px;
  border-radius: 5px;
  background: #f5f5f5;
  font-size: 14px;
  color: #7f7f7f;
}
.inner-page .form ul li input::-webkit-input-placeholder,
.inner-page .form ul li textarea::-webkit-input-placeholder {
  color: #686868;
  text-transform: capitalize;
}
.inner-page .form ul li input:-moz-placeholder,
.inner-page .form ul li textarea:-moz-placeholder {
  color: #686868;
  text-transform: capitalize;
}
.inner-page .form ul li input::-moz-placeholder,
.inner-page .form ul li textarea::-moz-placeholder {
  color: #686868;
  text-transform: capitalize;
}
.inner-page .form ul li input:-ms-input-placeholder,
.inner-page .form ul li textarea:-ms-input-placeholder {
  color: #686868;
  text-transform: capitalize;
}
.inner-page .form ul li.wid-100 {
  width: 100%;
}
.inner-page .form ul li textarea {
  height: 160px;
}
.inner-page .form ul li input[type="submit"] {
  /*display: inline-block;
  width: auto;
  padding: 7px 50px;
  border-radius: 20px;
  font-size: 18px;
  color: white;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  background: var(--color);
  margin-top: 10px;*/
  background: transparent;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 20px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/*.inner-page .form ul li input[type="submit"]:hover {
  background: #000;
}*/


.about-page {
    background-color: #faf9f9;
    /*overflow: hidden;*/
    }

.about-page .about-1 {
    background: url(../images/ab-wz.png) no-repeat center top;
    background-size: 100% auto;
    padding-top: 8.542%;
        background-color: #faf9f9;
}
.about-page .about-1 .top .left {
    width: 55%;
    padding-right: 13%;
}
.about-page .about-1 .top .left span {
    font-size: 18px;
    line-height: 1.8;
    padding-left: 21px;
    position: relative;
}
.about-page .about-1 .top .left span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #000000;
}
.about-page .about-1 .top .left .title {
    font-size: 90px;
    font-weight: bold;
    line-height: 1;
    color: #030303;
}
.about-page .about-1 .top .left .title em {
    display: block;
    text-align: right;
}
.about-page .about-1 .top .right {
    width: 45%;
    font-size: 18px;
    line-height: 1.8;
    color: rgba(0, 0, 0, 0.65);
    padding-top: 78px;
}
.about-page .about-1 .img {
    padding-top: 65px;
}
.about-page .about-1 .img .box {
    height: 619px;
    position: relative;
    overflow: hidden;
}
.about-page .about-1 .img .box .play{
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 25px;
}
.about-page .about-1 .img .box .play span{
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    color: #000;
    text-align: center;
    line-height: 60px;
    padding-left: 5px;
    position: relative;
    z-index: 1;
}
.about-page .about-1 .img .box .play span::before,
.about-page .about-1 .img .box .play span::after{
    content: '';
    position: absolute;
    z-index: -1;
    top: -15px;
    left: -15px;
    bottom: -15px;
    right: -15px;
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
    -webkit-animation: ks 5s linear infinite;
    -moz-animation: ks 5s linear infinite;
    animation: ks 5s linear infinite;
}
.about-page .about-1 .img .box .play span::before{
    -webkit-animation-delay: 1.7s;
    -moz-animation-delay: 1.7s;
    animation-delay: 1.7s;
}
.about-page .about-1 .img .box .mask {
    position: absolute;
    left: 50%;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(/sealantsfactory/2025/08/11/about-2.0.jpg);
    background-position: center;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.about-page .about-1 .bottom {
    padding: 72px 61px 0 42px;
    font-size: 18px;
    line-height: 1.8;
    color: #000000;
    opacity: 0.65;
}
.about-page .about-1 .data {
    padding: 83px 7px 0px 20px;
}
.about-page .about-1 .data ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.about-page .about-1 .data ul li {
    position: relative;
    padding: 0 54px 0 51px;
}
.about-page .about-1 .data ul li:nth-child(2) p{
    margin-left: 10px;
}
.about-page .about-1 .data ul li .num {
    font-size: 110px;
    font-weight: bold;
    font-weight: bold;
    color: var(--color);
    opacity: 0.17;
    line-height: 1;
}
.about-page .about-1 .data ul li p {
    position: absolute;
    top: 43%;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 1.8;
}
.about-page .about-1 .data ul li::after {
    content: '';
    position: absolute;
    top: 34%;
    right: 0;
    width: 1px;
    height: 58px;
    background-color: #000000;
    opacity: 0.1;
}
.about-page .about-1 .data ul li:first-child {
    padding-left: 0;
}
/*.about-page .about-1 .data ul li:last-child {
  padding-right: 0;
}*/
.about-page .about-1 .data ul li:last-child p{
    padding-left: 15px;
}
.about-page .about-1 .data ul li:last-child::after {
    display: none;
}
.about-page .about-2 {
    background: url(/sealantsfactory/2025/08/11/bj-3.jpg) no-repeat center 178px;
    margin-top: 129px;
    padding-bottom: 100px;
}
.about-page .about-2 ul li {
    color: #fff;
    padding-bottom: 51px;
    position: relative;
    margin-bottom: 110px;
}
.about-page .about-2 ul li .ig {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.about-page .about-2 ul li .img {
    width: 59.267%;
}
.about-page .about-2 ul li .text {
    width: 40.733%;
    padding: 0 0 100px 0px;
}
.about-page .about-2 ul li .text .tit {
    font-size: 60px;
    line-height: 1.2;
    font-weight: bold;
    color: white;
}
.about-page .about-2 ul li .text .con {
    font-size: 18px;
    line-height: 1.8;
    color: white;
    /*opacity: 0.65;*/
        margin-top: 20px;
    margin-bottom: 10px;
}
.about-page .about-2 ul li .nr {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    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;
    padding-right: 32px;
}
.about-page .about-2 ul li .nr .left {
    width: 70.466%;
    text-align: right;
    padding-right: 60px;
}
.about-page .about-2 ul li .nr .left span {
    font-size: 18px;
    line-height: 1.8;
    padding: 0 75px 0 21px;
    position: relative;
}
.about-page .about-2 ul li .nr .left span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
}
.about-page .about-2 ul li .nr .left .title {
    font-size: 117px;
    line-height: 1;
    font-weight: bold;
}
.about-page .about-2 ul li .nr .right {
    width: 29.534%;
    height: 1px;
    background-color: #ffffff;
    opacity: 0.26;
}
.about-page .about-2 ul li:nth-child(odd) .ig {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.about-page .about-2 ul li:nth-child(even) .ig {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.about-page .about-2 ul li:nth-child(even) .ig .text {
    padding: 41px 44px 0 0;
}
.about-page .about-2 ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
.about-page .about-3 {
    padding: 10% 0 6.407%;
}
.about-page .about-3 .left {
    width: 58.666%;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
}
.about-page .about-3 .left span {
    font-size: 18px;
    line-height: 1.8;
    padding-left: 21px;
    position: relative;
}
.about-page .about-3 .left span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #000000;
}
.about-page .about-3 .left .title {
    font-size: 80px;
    /*color: #007aff;*/
    line-height: 1;
    font-weight: bold;
    margin-top: 21px;
}
.about-page .about-3 .left .title em {
    display: block;
}
.about-page .about-3 .right {
    width: 41.334%;
    padding-left: 101px;
    position: relative;
}
.about-page .about-3 .right .tag {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}
.about-page .about-3 .right .tag ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    height: 100%;
}
.about-page .about-3 .right .tag ul li {
    list-style: none;
    height: 25%;
    position: relative;
    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-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}
.about-page .about-3 .right .tag ul li span {
    position: absolute;
    width: 1px;
    height: 0;
    background: #20282d;
    left: 27px;
    bottom: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.about-page .about-3 .right .tag ul li a {
    width: 54px;
    height: 54px;
    line-height: 54px;
    background: #fff;
    color: #20282d;
    position: relative;
    text-align: center;
    border: 1px solid #e6e6e6;
    z-index: 2;
    font-size: 20px;
    font-weight: bold;
}
.about-page .about-3 .right .tag ul li.current span {
    height: 100%;
    bottom: auto;
    top: 0;
}
.about-page .about-3 .right .tag ul li.current a {
    background-color: #000000;
    color: #fff;
    border-color: #000;
}
.about-page .about-3 .right .content ul li {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, rgb(218 221 233)), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(rgb(218 221 233) 90%, rgba(255, 255, 255, 0))
    background: -moz-linear-gradient(rgba(241, 238, 226, 0.8) 90%, rgba(255, 255, 255, 0));
        background: linear-gradient(rgb(218 221 233) 90%, rgba(255, 255, 255, 0));
    padding: 60px 24px 88px 43px;
    margin-bottom: 60px;
}
.about-page .about-3 .right .content ul li .tit {
    font-size: 80px;
    line-height: 1;
    color: #030303;
    font-weight: bold;
}
.about-page .about-3 .right .content ul li .con {
    font-size: 18px;
    line-height: 1.8;
    color: rgba(0, 0, 0, 0.65);
    margin-top: 21px;
}
.about-page .about-3 .right .content ul li:last-child {
    margin-bottom: 0;
}
.about-page .about-3 .right .content ul li.active {
       background: #f3f3f3;
       border-radius: 20px;
}
@media screen and (max-width: 1680px) {
    .about-page .about-1 .data ul li {
        padding: 0 50px 0 0;
    }
    .about-page .about-2 {
        background-position-y: 100px;
        background-size: 100% 96%;
    }
    .about-page .about-2 ul li {
        margin-bottom: 60px;
    }
    .about-page .about-3 .left .title {
        font-size: 50px;
    }
}
@media screen and (max-width: 1440px) {
    .about-page .about-1 .top .left {
        padding-right: 8.5%;
    }
    .about-page .about-1 .data ul li .num {
        font-size: 90px;
    }
    .about-page .about-2 ul li .text .tit {
        font-size: 46px;
    }
    .about-page .about-2 ul li .nr .left .title {
        font-size: 90px;
    }
    .about-page .about-2 ul li .text .con {
        font-size: 16px;
    }
    .about-page .about-3 .left .title {
        font-size: 40px;
    }
}
@media screen and (max-width: 1280px) {
    .about-page .about-1 .top .left {
        padding-right: 6%;
    }
    .about-page .about-1 .data ul li {
        padding: 0 26px 0 0;
    }
    .about-page .about-1 .data ul li .num {
        font-size: 60px;
    }
    .about-page .about-1 .data ul li p{
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: auto;
      white-space: nowrap;
    }
    .about-page .about-1 .data ul li:after{
      content: none;
    }
    .about-page .about-2 {
        background-position-y: 0px;
        background-size: 100% 100%;
    }
    .about-page .about-2 ul li {
        margin-bottom: 30px;
    }
    .about-page .about-2 ul li .text {
        padding: 0 0 40px 40px;
    }
    .about-page .about-2 ul li .text .tit {
        font-size: 40px;
    }
    .about-page .about-2 ul li:nth-child(even) .ig {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .about-page .about-2 ul li:nth-child(even) .text {
        padding: 0 40px 0 0;
    }
    .about-page .about-3 .right .content ul li {
        padding: 60px 20px;
    }
    .elementor-9049 .elementor-element.elementor-element-093b5d5 .pxl-heading .pxl-item--title{
      font-size: 45px !important;
    }
}
@media screen and (max-width: 1100px) {
    .about-page .about-1 .top .left .title {
        font-size: 77px;
    }
    .about-page .about-2 ul li .nr .left .title {
        font-size: 83px;
    }
    .about-page .about-3 .left .title {
        font-size: 35px;
    }
    .about-page .about-3 .right .content ul li {
        padding: 40px 20px;
    }
    .about-page .about-3 .right .content ul li .tit {
        font-size: 60px;
    }
    .about-page .about-3 .right .content ul li .con {
        margin-top: 10px;
    }
}
@media screen and (max-width: 1000px) {
    .about-page .about-1 .top .left {
        width: 100%;
        padding-right: 0;
    }
    .about-page .about-1 .top .right {
        width: 100%;
    }
    .about-page .about-1 .img {
        padding-top: 40px;
    }
    .about-page .about-1 .bottom {
        padding: 30px 0 0 0;
    }
    
    .about-page .about-1 .data ul{
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .about-page .about-1 .data ul li{
      width: 50%;
      text-align: center;
    }
    .about-page .about-2 {
        margin-top: 40px;
    }
    .about-page .about-2 ul li {
        padding-bottom: 0;
    }
    .about-page .about-2 ul li .ig {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .about-page .about-2 ul li .img {
        width: 100%;
    }
    .about-page .about-2 ul li .text {
        width: 100%;
        padding: 20px 0 0 0;
    }
    .about-page .about-2 ul li .nr {
        position: initial;
        margin-top: 20px;
    }
    .about-page .about-2 ul li .nr .left {
        text-align: left;
    }
    .about-page .about-2 ul li .nr .left .title {
        font-size: 54px;
    }
    .about-page .about-2 ul li:nth-child(even) .ig .text {
        padding: 20px 0;
    }
    .about-page .about-3 .left {
        position: initial;
        width: 100%;
    }
    .about-page .about-3 .right {
        width: 100%;
        margin-top: 30px;
    }
}
@media screen and (max-width: 700px) {
    .about-page .about-1 {
        background: transparent;
        padding-top: 0;
    }
    .about-page .about-2 ul li .nr .left {
        width: 100%;
        padding-right: 0;
    }
    .about-page .about-2 ul li .nr .right {
        display: none;
    }
    .about-page .about-3 .left .title {
        font-size: 30px;
    }
        .elementor-9049 .elementor-element.elementor-element-093b5d5 .pxl-heading .pxl-item--title {
        font-size: 30px !important;
    }
    .about-page .about-1 .data ul li .num{
      font-size: 48px;
    }
}
@media screen and (max-width: 500px) {
    .about-page .about-1 .top .left .title {
        font-size: 50px;
        line-height: 1.2;
    }
    .about-page .about-1 .top .right {
        /*margin-top: 20px;*/
        font-size: 16px;
        line-height: 1.8;
        padding-top: 20px;
    }
    .about-page .about-1 .img {
        padding-top: 20px;
    }
    .about-page .about-1 .img .box {
        height: 300px;
    }
    .about-page .about-1 .bottom {
        font-size: 16px;
        line-height: 1.8;
    }
    .about-page .about-2 ul li .text .tit {
        font-size: 32px;
    }
    .about-page .about-2 ul li .nr .left .title {
        font-size: 40px;
        line-height: 1.4;
    }
    .about-page .about-3 .left .title {
        font-size: 20px;
        line-height: 1.6;
    }
     
    .about-page .about-3 .right {
        padding-left: 0;
    }
    .about-page .about-3 .right .tag {
        display: none;
    }
    .about-page .about-3 .right .content ul li {
        margin-bottom: 20px;
        background: rgba(241, 238, 226, 0.8);
        padding: 30px 15px;
    }
    .about-page .about-3 .right .content ul li .tit {
        font-size: 40px;
    }
    .about-page .about-3 .right .content ul li .con {
        font-size: 16px;
        line-height: 1.8;
    }
    .about-page .about-1 .data ul li{
      width: 100%;
      margin: 10px 0;
    }
}
.pxl-service-grid-layout2 .item--title{
  line-height: unset !important;
}

.application-page .application-1{
    padding: 70px 0 40px;
}
.application-page .application-1 .list ul {
    display: flex;
    justify-content: space-between;
}
.application-page .application-1 .list ul li {
    width: 100%;
    max-width: 16.666%;
}
.application-page .application-1 .list ul li a {
    display: block;
    height: 100%;
    font-size: 15px;
    padding: 2em 1em 1em;
    text-align: center;
    transition: .5s;
    border-right: 1px solid #ececeb;
}
.application-page .application-1 .list ul li a i {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 75px;
    margin-bottom: .5em;
    transition: .5s;
}
.application-page .application-1 .list ul li a.active {
    background-color: var(--color);
    color: white;
}
.application-page .application-1 .list ul li a.active i {
    filter: brightness(0) invert(1);
}
.application-page .application-1 .list ul li:last-child a {
    border-right: none;
}
.application-page .application-2 {
    background-color: var(--color);
    color: white;
    position: relative;
    z-index: 1;
}
.application-page .application-2 .box {
    padding: 70px 0;
    max-width: 1140px;
    display: block;
    margin: 0 auto;
}
.application-page .application-2 .box span.h2 {
    color: inherit;
    font-size: 48px;
    margin-bottom: .8em;
    text-align: center;
    display: block;
}
.application-page .application-2 .box .text {
    line-height: 2;
}
.application-page .application-2 .box .text p {
    margin-top: .5em;
    display: block;
}
.application-page .application-2:after {
    content: '';
    width: 100%;
    height: 37%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fcfcfc;
    z-index: -1;
}

@media screen and (max-width:1000px){
   .application-page .application-2:after {
        display: none;
    }
    .application-page .application-1 .list ul{
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
       -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -moz-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
    }
    .application-page .application-1 .list ul li{
      width: 33%;
      margin-bottom: 20px;
      max-width: 100%;
    }
    .application-page .application-2 .box span.h2{
      font-size: 32px;
    }
    .industry-page .service-1 #index-body .about .top .text{
      width: 100%;
    }
    .industry-page .service-1 #index-body .about .top .img{
      width: 100%;
      padding: 0;
      margin-top: 20px;
    }
    .product2-page{
      padding: 45px 0 50px;
    }
}
@media screen and (max-width:500px){
  .application-page .application-1 .list ul li{
    width: 50%;
  }
  .application-page .application-1 .list ul li a{
    padding: 0 1em 0;
  }
  .application-page .application-2 .box span.h2{
    font-size: 22px;
  }
}

.service-page .service-1 {
  padding-top: 110px;
  padding-bottom: 70px
}
.service-page .service-1 .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.service-page .service-1 .top .tip {
  width: 50%;
}
.service-page .service-1 .top .tip .title {
  line-height: 1.2;
}
.service-page .service-1 .top .cont {
  width: 50%;
  padding-left: 30px;
  font-size: 18px;
  line-height: 2;
}
.service-page .service-1 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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 60px;
}
.service-page .service-1 ul li {
  
 
  
  margin-top: 40px;
}
.service-page .service-1 ul li .box{
  background-color: #f7f7f7;
  height: 435px;
  padding: 45px 28px 20px;
}
.service-page .service-1 ul li .img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 33px;
}
.service-page .service-1 ul li .img .num {
  font-size: 72px;
  opacity: .2;
  font-weight: bold;
  line-height: 1;
}
.service-page .service-1 ul li .t1 {
  font-size: 24px;
  line-height: 1.3;
  font-weight: bold;
}
.service-page .service-1 ul li .text {
  margin-top: 25px;
  font-size: 18px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.service-page .service-1 .bottom {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin-top: 84px;
  margin-bottom: 10px;
}
.service-page .service-1 .bottom img {
  margin-right: 24px;
}
.service-page .service-1 .sev1 {
  width: 100%;
}
.service-page .service-1 .sev-img{
  position: relative;
  margin-top: 80px
}
.service-page .service-1 .sev-img .sev-icon{
  position: absolute;
  right: 70px;
  top: 0;
  margin-top:-96px;
  animation: sc 8s infinite linear;
}
.service-page .service-2 {
  background: url(/sealantsfactory/2025/08/18/service-4.jpg) no-repeat bottom -5px center / 100%;
  padding: 105px 0 175px;
  text-align: center;
  background-size: cover;
  color: white;
}
.service-page .service-2 .title {
  line-height: 1.2;
}
.service-page .service-2 .cont {
  max-width: 1150px;
  font-size: 17px;
  line-height: 2;
  margin: 15px auto 45px;
}
.service-page .service-2 .more {
  margin: 0 auto;
  /*border: solid 1px rgba(0, 0, 0, 0.8);*/
}
#index-body .advantage {
  background: url(../images/adv_bg.jpg) no-repeat top center / cover;
  padding-top: 100px;
  padding-bottom: 160px;
}
.application-page #index-body .advantage {
 background-image: url(../images/adv_bg.jpg);
}
.service-page #index-body .advantage {
 background-image: url(/sealantsfactory/2025/08/18/images_banner-1-1.jpg);
}
#index-body .advantage .ui.container {
  max-width: 1700px;
}
#index-body .advantage .tip {
  color: #fff;
  text-align: center;
}
#index-body .advantage .tip .smt {
  padding-bottom: 10px;
  max-width: 1000px;
  margin: auto;
}
#index-body .advantage ul {
  margin-right: -24px;
  margin-top: 65px;
}
#index-body .advantage ul li {
  padding-right: 24px;
}
#index-body .advantage ul li .box {
  background: #fff;
  padding-top: 56px;
  padding: 56px 39px 80px;
}
#index-body .advantage ul li .box .t1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 10px;
  height: 2.5em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
#index-body .advantage ul li .box .icon{
  height: 102px
}
#index-body .advantage ul li .box .cont {
  font-size: 20px;
  line-height: 1.8;
  margin-top: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  height: 9em;
}
@media screen and (max-width:1700px){
   #index-body .advantage .ui.container {
    max-width: 1400px;
  }
   #index-body .advantage ul li .box .t1 {
    font-size: 30px;
  }
  #index-body .advantage ul li .box {
    padding: 56px 24px 80px;
  }
}
@media screen and (max-width: 1440px) {
  /*.service-page .service-1 ul li {
    width: 47%;
  }*/
    #index-body .advantage .ui.container {
    max-width: 1240px;
  }
  #index-body .advantage ul li .box .t1,
  .service-page .service-1 ul li .t1{
    font-size: 20px !important;
  }
  #index-body .advantage ul li .box .cont{
    font-size: 16px;
  }
  #index-body .advantage ul li .box .icon img{
    max-width: 70px;
  }
  .industry-page .service-2 .content ul li .ig .text p{
    font-size: 16px !important;
  }
  .industry-page .service-2 .content ul li .ig .text h3{
    font-size: 20px !important;
  }
  .service-page .service-1 ul li .text{
    -webkit-line-clamp: 20;
  }
}
@media screen and (max-width: 1000px) {
  .service-page .service-1 .bottom{
    display: none;
  }
  .service-page .service-1 .top .tip {
    width: 100%;
  }
  .service-page .service-1 ul li .box{
    height: auto;
    padding-bottom: 55px;
  }
  #index-body .advantage ul li .box .cont{
    height: auto;
  }
  .industry-page .service-2 .content ul li{
    width: 50%;
  }
  .service-page .service-1 .top .cont {
    width: 100%;
    margin-top: 30px;
    padding: 0;
  }
  .service-page .service-1 ul li .t1 {
    font-size: 22px;
  }
  .service-page .service-1 ul li .img .num {
    font-size: 60px;
  }
  .service-page .service-1 .sev-img{
    zoom: 0.8
  }
 #index-body .advantage .ui.container {
    max-width: 1080px;
  }
   #index-body .advantage .ui.container {
    max-width: 100%;
  }
  #index-body .advantage ul li .box .t1 {
    font-size: 26px;
  }
}
@media screen and (max-width: 700px) {
  .service-page .service-1 ul li {
    width: 100%;
    height: auto;
    /*padding-bottom: 30px;*/
  }
  .service-page .service-1 ul li .box{
    height: auto;
  }
  .service-page .service-1{
    padding: 40px 0;
  }
    .service-page .service-1 .sev-img{
    zoom: 0.5
  }
  .industry-page .service-2 .content ul li{
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .service-page .service-1 .bottom {
    display: none;
  }
}


/*single industry*/
.industry-page {
  padding: 120px 0 0px;
}
.industry-page .service-1 {
  padding-bottom: 0px;
  background: url(../images/service-bg.jpg) no-repeat center;
}
.industry-page .service-1 #index-body .about {
  padding: 0;
}
.industry-page .service-1 #index-body .about .top .text h2.title {
  font-size: 42px;
  line-height: 1.2; 
  font-weight: 600;
}
.industry-page .service-1 #index-body .about .top .text h3 {
  font-size: 22px;
  line-height: 40px;
  color: #181818;
  font-weight: 400;
  margin-top: 32px;
}
.industry-page .service-1 #index-body .about .top .text p {
  font-size: 18px;
  line-height: 32px;
  color: #83827F;
      padding-top: 50px;
}
.industry-page .service-1 #index-body .about .top .text .btn {
  margin-top: 30px;
}
.industry-page .service-1 #index-body .about .top .text .btn button{
  border: none;
  background: transparent;
}
.industry-page .service-1 #index-body .about .top .img {
  text-align: right;
  padding: 0 0 50px 0;
  position: relative;
}
.industry-page .service-1 #index-body .about .top .img .i2 {
  position: absolute;
  left: 0;
  bottom: 0;
  top: auto;
  z-index: 1;
}
.industry-page .service-2 {
  background: #fff !important;
  padding: 90px 0;
  color: black !important;
}
.industry-page .service-2 .header {
  width: 70%;
  margin: 0 auto;
}
.industry-page .service-2 .content {
  margin-top: 45px;
}
.industry-page .service-2 .content ul {
  margin-right: -30px;
}
.industry-page .service-2 .content ul li {
  padding-right: 30px;
}
.industry-page .service-2 .content ul li .ig {
  text-align: center;
}
.industry-page .service-2 .content ul li .ig .img-box {
  display: block;
  width: 60%;
  margin: 0 auto;
  border-radius: 50%;
}
.industry-page .service-2 .content ul li .ig .text {
  padding-top: 28px;
}
.industry-page .service-2 .content ul li .ig .text span {
  font-size: 18px;
  color: #83827F;
  line-height: 1.6;
  text-transform: uppercase;
}
.industry-page .service-2 .content ul li .ig .text h3 {
  font-size: 24px;
  line-height: 44px;
  margin-top: 10px; 
}
.industry-page .service-2 .content ul li .ig .text p {
  font-size: 18px;
  line-height: 1.8;
  color: #83827F;
  margin-top: 10px;
}
.industry-page .service-2 .content ul li .ig .text .mores {
  width: 47px;
  height: 47px;
  line-height: 45px;
  text-align: center;
  background: #fff;
  border: 1px solid #d1d0c8;
  border-radius: 50%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-top: 25px;
  display: inline-block;
}
.industry-page .service-2 .content ul li .ig .text .mores img {
  display: inline-block;
  vertical-align: middle;
}
.industry-page .service-2 .content ul li .ig .text .mores:hover {
  background: var(--color);
  border-color: var(--color);
}
.industry-page #index-body .init1 h3 {
  width: 46%;
}
.industry-page #index-body .rate {
  padding: 0 0 25px 0;
}
.industry-page .service-3 {
  padding: 120px 0 0;
}
.industry-page .service-3 .top .img {
  vertical-align: middle;
}
.industry-page .service-3 .top .img .info {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 70px;
  width: 100%;
}
.industry-page .service-3 .top .img img {
  width: 48.2%;
  margin-right: 20px;
}
.industry-page .service-3 .top .img img:last-child {
  margin: 0 0 0 20px;
}
.industry-page .service-3 .top .text {
  padding-left: 48px;
  vertical-align: middle;
}
.industry-page .service-3 .top .text .box {
  width: 80%;
}
.industry-page .service-3 .top .text .box h2.title {
  line-height: 1.2;
  width: 90%;
}
.industry-page .service-3 .top .text .box p {
  font-size: 18px;
  line-height: 1.8;
  color: #83827F;
  margin-top: 20px;
}
.industry-page .service-3 .top .text .box .more {
  padding: 21px 29px 20px 28px;
  margin-top: 45px;
}
.industry-page .service-3 .bottom {
  padding-top: 120px;
}
.industry-page .service-3 .bottom ul {
  margin-right: -60px;
}
.industry-page .service-3 .bottom ul li {
  text-align: center;
  padding-right: 60px;
}
.industry-page .service-3 .bottom ul li i {
  display: inline-block;
  height: 69px;
}
.industry-page .service-3 .bottom ul li i img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.industry-page .service-3 .bottom ul li i:hover img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.industry-page .service-3 .bottom ul li .text {
  padding-top: 21px;
}
.industry-page .service-3 .bottom ul li .text h3 {
  font-size: 26px;
  line-height: 1.1;
}
.industry-page .service-3 .bottom ul li .text p {
  font-size: 18px;
  line-height: 1.6;
  color: #83827F;
  margin-top: 20px;
}
.industry-page .service-3 .bottom ul li .text .mores {
  display: inline-block;
  margin-top: 20px;
  font-size: 16px;
  overflow: hidden;
}
.industry-page .service-3 .bottom ul li .text .mores span {
  margin-top: 5px;
  position: relative;
  margin-right: 0;
  display: inline-block;
  vertical-align: middle;
  text-indent: -110px;
  visibility: hidden;
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
  -moz-transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
  transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
  will-change: visibility, margin-right, text-indent, opacity;
}
.industry-page .service-3 .bottom ul li .text .mores em {
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  height: 21px;
  line-height: 21px;
}
.industry-page .service-3 .bottom ul li .text .mores em img {
  display: inline-block;
  vertical-align: middle;
}
.industry-page .service-3 .bottom ul li .text .mores:hover span {
  opacity: 1;
  text-indent: 0;
  margin-right: 6px;
  visibility: visible;
  -webkit-transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
  -moz-transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
  transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
}
@media screen and (max-width: 1680px) {
  .industry-page .service-3 .top .text .box h2.title {
    width: 100%;
  }
}
@media screen and (max-width: 1440px) {
  .industry-page {
    padding: 100px 0;
  }
  
  .industry-page .service-1 #index-body .about .top .text h2.title {
    font-size: 36px;
  }
  .industry-page .service-2 {
    padding: 100px 0;
  }
  .industry-page .service-3 .top .img {
    width: 55%;
  }
  .industry-page .service-3 .top .img .info {
    padding: 0 40px;
  }
  .industry-page .service-3 .top .text {
    width: 45%;
  }
  .industry-page .service-3 .top .text .box {
    width: 100%;
  }
  .industry-page .service-3 {
    padding: 100px 0 0;
  }
  .industry-page .service-3 .bottom {
    padding-top: 100px;
  }
}
@media screen and (max-width: 1280px) {
  .industry-page .service-1 #index-body .about .top .text h2.title {
    font-size: 30px;
  }
  
}
@media screen and (max-width: 1100px) {
  .industry-page .service-1 #index-body .about .top .img {
    padding: 0 0 50px 30px;
  }
}
@media screen and (max-width: 1000px) {
  .industry-page {
    padding: 60px 0;
  }
  .industry-page .service-1 #index-body .about .top .text {
    padding-right: 0;
  }
   
  .industry-page .service-2 {
    padding: 60px 0;
  }
  .industry-page .service-2 .content ul li .ig .text h3 {
    min-height: 60px;
  }
  .industry-page .service-3 {
    padding: 60px 0 0;
  }
  .industry-page .service-3 .top .img {
    width: 100%;
  }
  .industry-page .service-3 .top .img .info {
    padding: 0 40px 0 20px;
  }
  .industry-page .service-3 .top .text {
    width: 100%;
    padding: 20px 20px 0;
  }
  .industry-page .service-3 .bottom {
    padding-top: 60px;
  }
  .industry-page .service-3 .bottom ul {
    margin-right: -20px;
  }
  .industry-page .service-3 .bottom ul li {
    padding-right: 20px;
  }
}
@media screen and (max-width: 700px) {
  .industry-page {
    padding: 30px 0;
  }
  .industry-page .service-1 #index-body .about .top .text h2.title {
    font-size: 30px;
    padding-top: 0;
  }
  .industry-page .service-1 #index-body .about .top .text h3 {
    margin-top: 12px;
  }
   
  .industry-page .service-2 {
    padding: 30px 0;
  }
  .industry-page .service-2 .header {
    width: 100%;
  }
  .industry-page .service-2 .content {
    margin-top: 20px;
  }
  .industry-page .service-2 .content ul {
    margin-right: -15px;
  }
  .industry-page .service-2 .content ul li {
    padding-right: 15px;
  }
  .industry-page .service-2 .content ul li .ig .text {
    padding-top: 14px;
  }
  .industry-page .service-2 .content ul li .ig .text span {
    font-size: 15px;
  }
  .industry-page .service-2 .content ul li .ig .text h3 {
    font-size: 20px;
    line-height: 36px;
  }
  .industry-page .service-2 .content ul li .ig .text p {
    font-size: 16px;
    line-height: 30px;
  }
  .industry-page .service-3 .top .text .box .more {
    margin-top: 20px;
  }
  .industry-page .service-3 .bottom {
    padding-top: 30px;
  }
  .industry-page .service-3 .bottom ul li .text h3 {
    font-size: 20px;
    line-height: 36px;
  }
  .industry-page .service-3 .bottom ul li .text p {
    font-size: 16px;
    line-height: 30px;
  }
  .industry-page .service-3 .bottom ul {
    margin-bottom: -20px;
  }
  .industry-page .service-3 .bottom ul li {
    padding-bottom: 20px;
  }
  .industry-page .service-3 {
    padding: 30px 0;
  }
}
@media screen and (max-width: 500px) {
  .industry-page .service-1 #index-body .about .top .text h2.title {
    font-size: 26px;
    line-height: 1.4;
  }
  .industry-page .service-1 #index-body .about .top .text p {
    font-size: 16px;
    line-height: 30px;
  }
  .industry-page #index-body .about .top .text .btn a.link {
    display: block;
    margin: 10px 0 0 0;
  }
  .industry-page .service-3 .top .text .box p {
    font-size: 16px;
    line-height: 30px;
  }
  .industry-page .service-3 .top .text .box .more {
    padding: 12px 18px;
  }
   
  .industry-page .service-3 .top .img img {
    margin-right: 10px;
    width: 49.5%;
  }
  .industry-page .service-3 .top .img img:last-child {
    margin: 0 0 0 10px;
  }
  .industry-page .service-3 .top .img .info {
    padding: 0 30px 0 20px;
  }
}


.body-overflow-box{
  margin-bottom: 0;
}