@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.eot');
  src: url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-SemiBold.woff2') format('woff2'), url('../fonts/Montserrat-SemiBold.woff') format('woff'), url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.eot');
  src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.eot');
  src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.woff') format('woff'), url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}

.dx{
  text-transform: uppercase;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.eot');
  src: url('../fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Light.woff2') format('woff2'), url('../fonts/Montserrat-Light.woff') format('woff'), url('../fonts/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
}
body {
  font-family: "Montserrat";
  font-weight: 400;
  max-width: 1920px;
  --color: #00a4cd;
  margin: 0 auto;
}
.container {
  width: 1680px;
}
.col{
  color: var(--color);
}
.col2{
  color: #5f5f5f;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.t_1,.transition_1 {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header::after{
      content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    z-index: -1;
    opacity: 0;
}
#header .nav .ui.menu {
  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: 0 auto;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: 0;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
}
#header .nav .ui.menu .menu-box > div {
  height: 100%;
}
#header .nav .ui.menu .menu-box ul.menu {
  height: 100%;
  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;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 18px;
  margin: 0 25px;
  color: white;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 37px 0;
  transition: .5s
}
#header .nav .ui.menu .menu-box ul.menu > li > a:hover,#header .nav .ui.menu .menu-box ul.menu > li > a.active{
  color: var(--color);
}
#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: 14px;
  /*background: rgba(255,255,255,0.5);
  -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);*/
  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;
    background: rgba(255,255,255,0.8);
}
/*#header .nav .ui.menu .menu-box ul.menu > li ul:after{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255,255,255,0.8);
 backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
  z-index: -1
}*/
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
  z-index: 2;
    

}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
   position: relative;
  z-index: 2;

}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  /*width: 100%;*/
  /*display: none;*/
}
#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 {
  display: block;
}*/
#header .nav .ui.menu .menu-box ul.menu > li:hover>ul.sub-menu,#header .nav .ui.menu .menu-box ul.menu > li> ul.sub-menu>li:hover > ul,#header .nav .ui.menu .menu-box ul.menu > li> ul.sub-menu>li> ul.sub-menu li:hover > ul,#header .nav .ui.menu .menu-box ul.menu > li> ul.sub-menu>li> ul.sub-menu li> ul.sub-menu li: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 .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#header .nav .ui.menu .language {
  position: relative;
  font-size: 18px;
  color: white;
  margin: 0 30px;
}
#header .nav .ui.menu .language span {
  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;
  text-transform: capitalize;
}
#header .nav .ui.menu .language span img {
  width: 26px;
  vertical-align: middle;
  margin-right: 5px;
}
#header .nav .ui.menu .language ul {
  -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: 14px;
  background: #fff;
  top: 100%;
  right: 0px;
  width: 140px;
  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 .language ul li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .language 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;
}
#header .nav .ui.menu .language ul li a img {
  width: 24px;
  margin-right: 6px;
}
#header .nav .ui.menu .language ul li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .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 .ui.menu .inquiry {
  cursor: pointer;
}
#header.active,#header.inner {
  /*background: rgba(255,255,255,0.5);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);*/
  border-bottom-color: transparent;
}
#header.active::after,#header.inner::after{
  opacity: 1
} 
#header.active .nav .ui.menu .inquiry,
#header.active .nav .ui.menu .h-search img,
#header.active .nav .ui.menu .logo img,#header.inner .nav .ui.menu .inquiry,
#header.inner .nav .ui.menu .h-search img,
#header.inner .nav .ui.menu .logo img  {
  -webkit-filter: invert(1);
  filter: invert(1);
}
#header.active .nav .ui.menu .language,
#header.active .nav .ui.menu .menu-box ul.menu > li,#header.inner .nav .ui.menu .language,
#header.inner .nav .ui.menu .menu-box ul.menu > li {
  color: black;
}
#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;
}
#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: var(--color);
}
#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 ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: var(--color);
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
.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: var(--color);
}
#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: var(--color) !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;
  line-height: 36px;
  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: 16px;
  color: inherit;
  text-transform: uppercase;
  line-height: 30px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: var(--color);
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 14px;
  line-height: 28px;
}
#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: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.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;
  line-height: 28px;
}
#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: var(--color);
}
#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;
}
.grid-box {
  font-size: 0;
}
.grid-box .column {
  display: inline-block;
}
.grid-box .column {
  width: 100%;
}
.grid-box.two > .column {
  width: 50%;
}
.grid-box.three > .column {
  width: 33.33333%;
}
.grid-box.four > .column {
  width: 25%;
}
.grid-box.five > .column {
  width: 20%;
}
.grid-box.six > .column {
  width: 16.6666667%;
}
.grid-box.seven > .column {
  width: 14.285714%;
}
.grid-box.eight > .column {
  width: 12.55%;
}
.grid-box.nine > .column {
  width: 11.11111111%;
}
.grid-box.ten > .column {
  width: 10%;
}
.more {
  display: inline-block;
  font-size: 18px;
}
.more i {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 1px solid black;
  text-align: center;
  line-height: 65px;
  -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;
}
.more i img {
  vertical-align: middle;
}
#banner {
 
  position: relative;
  z-index: 1;
}
#banner ul li {
  position: relative;
}
#banner ul li .content {
  position: absolute;
  left: 0;
  bottom: 55px;
  width: 100%;
}
#banner ul li .content .bottom {
  width: 90%;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
}
#banner ul li .content .bottom h2 {
  line-height: 1.1;
}
#banner ul li .content .bottom .more {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}
#banner ul li .content .bottom .more i {
  border-color: white;
  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;
  -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
#banner ul li .content .bottom .more i img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#banner ul li .content .bottom .more span {
  margin-left: 10px;
}
#banner ul li .content .bottom .more:hover i{
  background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
}
#banner ul li .content .bottom .more:hover i img{
  filter: none;
}
#banner ul li .content .bottom p {
  font-size: 18px;
  line-height: 32px;
  max-width: 310px;
  margin-left: auto;
  margin-bottom: 19px;
}
#banner ul li .content .bottom .con{
 font-size: 18px;
  line-height: 32px;
  margin-bottom: 19px;
}
#banner ul li .content .bottom .right {
  text-align: right;
  padding-top: 10px;


}
#banner ul li .content .bottom span.pre::after {
  content: "";
  position: absolute;
  left: -webkit-calc(100% + 50px);
  left: -moz-calc(100% + 50px);
  left: calc(100% + 50px);
  top: 50%;
  height: 1px;
  width: 220px;
  background: white;
}
@-webkit-keyframes img {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes img {
  0% {
    clip-path: inset(0 100% 0 0);
    -moz-transform: scale(1.3);
    transform: scale(1.3);
  }
  100% {
    clip-path: inset(0 0 0 0);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes img {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    transform: scale(1.3);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
.bt_bb_floating_image_image {
  transition: transform 1.2s ease-out, -webkit-transform 1.2s ease-out, -moz-transform 1.2s ease-out;
}
.font-130 {
  font-size: 130px;
}
#index-body .i-category {
  overflow: hidden;
  padding-top: 115px;
  padding-bottom: 160px;
  background: url(../images/category-bg.png) no-repeat center bottom ;
}
#index-body .i-category .i-title {
  color: #505050;
  margin-bottom: 88px;
}
#index-body .i-category ul li {
  text-align: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
#index-body .i-category ul li .img-box {
  border-radius: 15px;
  display: inline-block;
}
#index-body .i-category ul li img {
  width: auto;
  margin: auto;
  border-radius: inherit;
}
#index-body .i-category ul li.swiper-slide-prev,
#index-body .i-category ul li.swiper-slide-active,
#index-body .i-category ul li.swiper-slide-next {
  opacity: 1;
}
#index-body .i-category ul li,
#index-body .i-category ul li.prev,
#index-body .i-category ul li.swiper-slide-prev {
  -webkit-transform: translate(-380px, -80px) rotate(10deg) scale(0.68);
  -moz-transform: translate(-380px, -80px) rotate(10deg) scale(0.68);
  -ms-transform: translate(-380px, -80px) rotate(10deg) scale(0.68);
  transform: translate(-380px, -80px) rotate(10deg) scale(0.68);
}
#index-body .i-category ul li.swiper-slide-active {
  -webkit-transform: translate(-120px) rotate(0deg) scale(1);
  -moz-transform: translate(-120px) rotate(0deg) scale(1);
  -ms-transform: translate(-120px) rotate(0deg) scale(1);
  transform: translate(-120px) rotate(0deg) scale(1);
}
#index-body .i-category ul li.swiper-slide-next ~ li,
#index-body .i-category ul li.swiper-slide-next {
  -webkit-transform: translate(380px, -80px) rotate(-10deg) scale(0.68);
  -moz-transform: translate(380px, -80px) rotate(-10deg) scale(0.68);
  -ms-transform: translate(380px, -80px) rotate(-10deg) scale(0.68);
  transform: translate(380px, -80px) rotate(-10deg) scale(0.68);
}
#index-body .i-category .content {
  position: relative;
  padding-right: 200px;
  margin-top: -260px;
}
#index-body .i-category .content .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 11%;
  top: 0;
  z-index: 3;
}
#index-body .i-category .content .btn span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  border: 1px solid black;
  text-align: center;
  line-height: 75px;
  cursor: pointer;
  -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: 0 10px;
}
#index-body .i-category .content .btn span img {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
#index-body .i-category .content .btn span.next img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#index-body .i-category .content .btn span:hover img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
#index-body .i-category .content .box {
  max-width: 410px;
  margin-left: auto;
  z-index: 3;
}
#index-body .i-category .content .box .item {
  display: none;
}
#index-body .i-category .content .box .item .h4 {
  color: #505050;
  font-weight: 500;
}
#index-body .i-category .content .box .item .text {
  font-size: 18px;
  line-height: 32px;
  color: #999999;
}
#index-body .i-category .content .box .item.active {
  display: block;
}
#index-body .i-init2 .left {
  width: 50%;
  overflow: hidden;
  position: relative;
}
#index-body .i-init2 .left ul li {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  transition: 0.8s;
}
#index-body .i-init2 .left ul li img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#index-body .i-init2 .left ul li i {
  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%);
  font-size: 100px;
  color: white;
}
#index-body .i-init2 .left ul li.zIndex {
  z-index: 1;
}
#index-body .i-init2 .left ul li.active {
  z-index: 2;
  opacity: 1;
  -webkit-animation: img 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  -moz-animation: img 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  animation: img 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
}
#index-body .i-init2 .right {
  width: 50%;
  padding-right: 120px;
  padding-left: 70px;
  background-color: #f6f6f6;
  padding-bottom: 40px;
  padding-top: 20px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#index-body .i-init2 .right .top {
  padding-left: 60px;
}
#index-body .i-init2 .right .top ul {
  margin: -15px;
}
#index-body .i-init2 .right .top ul li {
  padding: 15px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.3;
  cursor: pointer;
}
#index-body .i-init2 .right .top ul .slick-current li {
  opacity: 1;
}
#index-body .i-init2 .right .center {
  padding: 0 70px;
  margin: 30px 0 20px;
}
#index-body .i-init2 .right .center ul li {
  text-align: center;
}
#index-body .i-init2 .right .center ul li img {
  margin: auto;
  width: auto;
  max-width: 380px;
}
#index-body .i-init2 .right .center ul li .img-box {
  position: relative;
  min-height: 360px;
  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;
  z-index: 3;
}
#index-body .i-init2 .right .center ul li .img-box::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 230px;
  height: 355px;
  border: 2px solid var(--color);
  border-radius: 500px 500px 0 0;
}
#index-body .i-init2 .right .center ul li p {
  font-size: 24px;
  line-height: 44px;
  margin-top: 30px;
}
#index-body .i-init2 .right .center ul .slick-current li .img-box,
#index-body .i-init2 .right .center ul .slick-current li p {
  -webkit-animation: 1s 0.3s fadeInUp both;
  -moz-animation: 1s 0.3s fadeInUp both;
  animation: 1s 0.3s fadeInUp both;
}
#index-body .i-init2 .right .bottom {
  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: 18px;
}
#index-body .i-init2 .right .bottom .line {
  height: 1px;
  background-color: #333333;
  display: block;
  width: -webkit-calc(50% - 100px);
  width: -moz-calc(50% - 100px);
  width: calc(50% - 100px);
}
#index-body .i-init2 .right .bottom span {
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .i-init2 .right .bottom span.prev:hover,
#index-body .i-init2 .right .bottom span.next:hover {
  color: var(--color);
}
#index-body .i-product {
  padding-top: 115px;
  padding-bottom: 50px;
}
#index-body .i-product .i-title {
  color: #505050;
}
#index-body .i-product .all_more {
  position: absolute;
  right: 15px;
  top: 25px;
  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-right: -37px;*/
}
#index-body .i-product .all_more i{
  margin-right: 10px;
}
#index-body .i-product .all_more img{
  -webkit-transform:  rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: brightness(0);
}
#index-body .i-product .all_more:hover img{ 
  filter: brightness(1);
}
#index-body .i-product ul {
  margin: -12px;
}
#index-body .i-product ul .slick-list {
  padding: 0 15%;
  padding-top: 150px;
}
#index-body .i-product ul li {
  padding: 12px;
  text-align: center;
}
#index-body .i-product ul li .box {
  position: relative;
  background: #f6f6f6;
  border-radius: 10px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-product ul li .box a {
  font-size: 20px;
  line-height: 36px;
  color: #333333;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .i-product ul li .box .text{
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-product ul li .box img {
  margin: auto;
}
#index-body .i-product ul li .box .more img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#index-body .i-product ul li .box .box1 {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  padding: 60px 20px;
  opacity: 1;
}
#index-body .i-product ul li .box .box1 .img {
  margin-top: -45px;
  display: block;
}
#index-body .i-product ul li .box .box1 .title{
  min-height: 60px;
}
#index-body .i-product ul li .box .box1 .more{
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
#index-body .i-product ul li .box .box2 {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  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: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 20px;
}
#index-body .i-product ul li .box .box2 .title {
  display: block;
}
#index-body .i-product ul li .box .box2 .bottom {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
#index-body .i-product ul li .box:hover {
  background: #ededed;
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
}
#index-body .i-product ul li .box:hover .box1 .text{
  -webkit-transform: translateY(220%);
  -moz-transform: translateY(220%);
  -ms-transform: translateY(220%);
  transform: translateY(220%);
}
#index-body .i-product ul li .box:hover .more{
  opacity: 1;
}
/*#index-body .i-product ul li .box:hover .box1 .title {
  -webkit-transform: translateY(200%);
  -moz-transform: translateY(200%);
  -ms-transform: translateY(200%);
  transform: translateY(200%);
  opacity: 0;
}*/
#index-body .i-product ul li .box:hover .box1 .img {
  -webkit-transform: translateY(-70%);
  -moz-transform: translateY(-70%);
  -ms-transform: translateY(-70%);
  transform: translateY(-70%);
  /*opacity: 0;*/
}
/*#index-body .i-product ul li .box:hover .box2 {
  opacity: 1;
}
#index-body .i-product ul li .box:hover .box2 .img {
  -webkit-transform: translateY(-80px);
  -moz-transform: translateY(-80px);
  -ms-transform: translateY(-80px);
  transform: translateY(-80px);
}
#index-body .i-product ul li .box:hover .box2 .bottom {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}*/
#index-body .i-about {
  z-index: 2;
  position: relative;
  padding-top: 150px;
}
#index-body .i-about .i-title {
  text-align: center;
  font-weight: 300;
  color: #999999;
  line-height: 1.18;
}
#index-body .i-about .center {
  padding: 0 170px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 170px;
  margin-top: 230px;
}
#index-body .i-about .center .line {
  height: 1px;
  background-color: #000000;
  width: -webkit-calc(100% - 150px - 190px);
  width: -moz-calc(100% - 150px - 190px);
  width: calc(100% - 150px - 190px);
}
#index-body .i-about .people {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 210px;
}
#index-body .i-about .bottom {
  z-index: 3;
  position: relative;
}
#index-body .i-about .bottom .content {
  background-color: white;
  border-radius: 0 0 15px 15px;
  padding: 50px 70px;
}
#index-body .i-about .bottom .content .i-title {
  color: var(--color);
  line-height: 1.1;
  width: 35%;
  text-align: left;
}
.shouye{
  width: 65%;
  font-size: 18px;
  line-height: 32px;
  color: #333;
}
.shouye h1{
  display: inline!important;
  font: inherit;
}
/*#index-body .i-about .bottom .content .text {
  width: 65%;
  font-size: 18px;
  line-height: 30px;
  color: #333;
}*/
#index-body .i-why {
  margin-top: -200px;
  position: relative;
}
#index-body .i-why .ui.container {
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding-bottom: 100px;
}
#index-body .i-why .left .i-title {
  position: relative;
  text-shadow: 0px 4px 4.8px rgba(0, 0, 0, 0.31);
  color: white;
  line-height: 1;
}
#index-body .i-why .left .i-title span {
  font-size: 18px;
  position: absolute;
  right: 0;
  top: 12px;
  width: 215px;
  text-align: right;
  text-transform: uppercase;
  line-height: 1.5;
  text-shadow: 0px 4px 4.8px rgba(0, 0, 0, 0.31);
}
#index-body .i-why .right ul li {
  height: 220px;
  border-radius: 10px;
  margin-bottom: 18px;
  background: rgba(255, 255, 255, 0.8);
  width: 420px;
  padding: 30px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  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: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#index-body .i-why .right ul li span {
  display: inline-block;
  position: absolute;
  top: 30px;
  left: 30px;
  width: 50px;
  height: 60px;
  border: 1px solid black;
  border-radius: 100px 100px 0 0;
  text-align: center;
  font-size: 24px;
  line-height: 3;
}
#index-body .i-why .right ul li h4 {
  font-size: 30px;
  line-height: 1.6;
}
#index-body .i-why .right ul li p {
  font-size: 18px;
  line-height: 32px;
  color: #999999;
  display: none;
}
#index-body .i-why .right ul li.active {
  height: 300px;
}
#index-body .i-news {
  padding-top: 165px;
  padding-bottom: 110px;
}
#index-body .i-news .i-title {
  color: rgba(0, 0, 0, 0.2);
  line-height: 1;
}
#index-body .i-news .i-title span {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}
#index-body .i-news .i-title span:nth-child(1) {
  -webkit-transform: translateY(-127px);
  -moz-transform: translateY(-127px);
  -ms-transform: translateY(-127px);
  transform: translateY(-127px);
}
#index-body .i-news .left {
  width: 20%;
  padding-right: 50px;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}
#index-body .i-news .right {
  width: 80%;
}
#index-body .i-news .right ul li {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px 100px;
  border-top: 1px solid #999999;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#index-body .i-news .right ul li .time {
  font-size: 24px;
  line-height: 44px;
  color: #999999;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-news .right ul li .title {
  font-size: 24px;
  line-height: 44px;
  color: #999999;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 50%;
}
#index-body .i-news .right ul li .more {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-news .right ul li .more i {
  border-color: #999999;
}
#index-body .i-news .right ul li .more i img{
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: brightness(0);
}
#index-body .i-news .right ul li:hover .more i img{ 
  filter: brightness(1);
}

#index-body .i-news .right ul li:hover .more i{
  border-color: var(--color);
}
#index-body .i-news .right ul li:last-child {
  border-bottom: 1px solid #999999;
}
#index-body .i-news .right ul li:hover .time {
  color: black;
  -webkit-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}
#index-body .i-news .right ul li:hover .title {
  color: var(--color);
  -webkit-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}
#index-body .i-news .right ul li:hover .more {
  -webkit-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}
#index-body .i-news .right ul li:hover .more i {
  border-color: black;
}

#index-body .init-8 {
  overflow: hidden;
}
#index-body .init-8 .i-title{
max-width: 1340px;
margin: 0 auto;
color: #5f5f5f;
line-height: 1.2;
}
#index-body .init-8 .btn{
  width: 270px;
  height: 50px;
  display: -webkit-inline-flex;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: .5s;
  border: 1px solid #000000;
  border-radius: 15px;
}
#index-body .init-8 .btn i{
  margin-left: 10px;
}
#index-body .init-8 .btn:hover{
  background: var(--color);
  color: #ffffff;
    border: 1px solid var(--color);
}
#index-body .init-8 .container {
  position: relative;
  z-index: 2;
}
#index-body .init-8 .container .tips_title {
  max-width: 850px;
  text-align: center;
  margin: auto;
  font-weight: bold;
}
#index-body .init-8 .container .tips_des {
  text-align: center;
  color: #666666;
  margin-top: 30px;
}
#index-body .init-8 .container .tips_des p {
  display: inline-block;
  border-bottom: 1px solid #666666;
  line-height: 1;
}
#index-body .init-8 .container .content {
  padding-top: 180px;
  padding-bottom: 220px;
}
#index-body .init-8 .container .content .cont {
  padding-top: 1px;
  width: 710px;
  height: 710px;
  margin: auto;
  position: relative;
}
#index-body .init-8 .container .content .cont .border {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#index-body .init-8 .container .content .cont .bg {
  z-index: -1;
  position: relative;
  width: 770px;
  height: 650px;
  margin-left: -28px;
  margin-top: -150px;
}
#index-body .init-8 .container .content .cont .list_cont {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#index-body .init-8 .container .content .cont .list_cont .list {
  position: absolute;
  justify-content: space-between;
  width: 440px;
}
#index-body .init-8 .container .content .cont .list_cont .list .img_c {
  background-color: #fff;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: 2px solid #929292;
}
#index-body .init-8 .container .content .cont .list_cont .list .img_c .img {
  width: 49px;
  height: 49px;
}
#index-body .init-8 .container .content .cont .list_cont .list .text_c {
  width: calc(100% - 150px);
}
#index-body .init-8 .container .content .cont .list_cont .list .text_c .title {
  font-weight: bold;
}
#index-body .init-8 .container .content .cont .list_cont .list .text_c .des {
  color: #848484;
  margin-top: 14px;
}
#index-body .init-8 .container .content .cont .list_cont .list1 {
  text-align: right;
  top: 216px;
  left: -372px;
}
#index-body .init-8 .container .content .cont .list_cont .list1 .text_c {
  order: -1;
}
#index-body .init-8 .container .content .cont .list_cont .list2 {
  width: 500px;
  text-align: right;
  top: 550px;
  left: -350px;
}
#index-body .init-8 .container .content .cont .list_cont .list2 .text_c {
  order: -1;
}
#index-body .init-8 .container .content .cont .list_cont .list3 {
  width: 300px;
  top: 660px;
  left: 206px;
}
#index-body .init-8 .container .content .cont .list_cont .list3 .img_c {
  margin: auto;
}
#index-body .init-8 .container .content .cont .list_cont .list3 .text_c {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}
#index-body .init-8 .container .content .cont .list_cont .list4 {
  width: 510px;
  top: 550px;
  left: 540px;
}
#index-body .init-8 .container .content .cont .list_cont .list5 {
  width: 500px;
  top: 216px;
  left: 650px;
}


#index-body .init-4 .container .title_c {
  align-items: flex-end;
}
#index-body .init-4 .container .title_c .i-title{
  	color: #5f5f5f;
}
#index-body .init-4 .container .title_c .left .tips {
  color: #9e9e9e;
}
#index-body .init-4 .container .title_c .left .tips_title {
  margin-top: 20px;
  font-weight: 500;
}
#index-body .init-4 .container .title_c .right {
  margin-left: auto;
  position: relative;
  top: -10px;
}
#index-body .init-4 .container .title_c .right a {
  display: inline-block;
  background-color: #e2e2e2;
  padding: 10px;
  width: 200px;
  border-radius: 20px;
  text-align: center;
}
#index-body .init-4 .container .title_c .right a:hover {
  background-color: #1597dc;
  color: #fff;
}
#index-body .init-4 .container .line {
  height: 1px;
  background-color: #e1e1e1;
  margin-top: 20px;
}
#index-body .init-4 .container .content {
  margin-top: 40px;
}
#index-body .init-4 .container .content .left {
  width: 650px;
}
#index-body .init-4 .container .content .left .tips_des {
  color: #333333;
}
#index-body .init-4 .container .content .left .tips_des_2 {
  color: #999999;
  margin-top: 120px;
}
#index-body .init-4 .container .content .left ul {
  margin-top: 20px;
  justify-content: space-between;
}
#index-body .init-4 .container .content .left ul li {
  width: calc(50% - 5px);
  padding: 50px 20px;
  margin-top: 10px;
  border-radius: 30px;
  background-color: #f2f0f0;
}
#index-body .init-4 .container .content .left ul li .top {
  line-height: 1;
}
#index-body .init-4 .container .content .left ul li .top  em{
  font-weight: 500;
}
#index-body .init-4 .container .content .left ul li .bottom {
  margin-top: 40px;
  color: #666666;
}
#index-body .init-4 .container .content .left ul li .bottom .icon{
  margin-right: 15px;
}
#index-body .init-4 .container .content .left ul li .bottom p{
  -ms-flex: 1;
  flex: 1;
}
#index-body .init-4 .container .content .left ul li:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
#index-body .init-4 .container .content .right {
  margin-top: 30px;
  width: 630px;
  margin-left: auto;
}
#index-body .init-4 .container .content .right .cir_cont {
  width: 100%;
  position: relative;
}
#index-body .init-4 .container .content .right .cir_cont .cir {
  position: absolute;
  width: 100%;
  border-radius: 50%;
  background-color: #f4f4f4;
  height: 630px;
  right: 0;
  top: 0;
  z-index: 1;
}
#index-body .init-4 .container .content .right .cir_cont .cir .play_cont {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  overflow: hidden;
}
#index-body .init-4 .container .content .right .cir_cont .cir .play_cont video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#index-body .init-4 .container .content .right .cir_cont .cir .sub .cont {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #1b76ff;
  border-radius: 50%;
}
#index-body .init-4 .container .content .right .cir_cont .cir2 {
  width: 530px;
  height: 530px;
  background: url(../images/comy_bg.jpg) no-repeat center center / cover;
  z-index: 2;
  top: 14px;
  right: 18px;

}
#index-body .init-4 .container .content .right .cir_cont .cir2 .sub {
  width: 12px;
  height: 12px;
  position: absolute;
  left: 61px;
  top: 437px;
}
#index-body .init-4 .container .content .right .cir_cont .cir3 {
  width: 430px;
  height: 430px;
  background-color: #000;
  z-index: 3;
  top: 28px;
  right: 36px;
  cursor: pointer;
}
#index-body .init-4 .container .content .right .cir_cont .cir3 .sub_2 {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 356px;
  left: 50px;
  z-index: 2;
}
#index-body .init-4 .container .content .right .cir_cont .cir3 .sub_2 .cont {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #1b76ff;
  border-radius: 50%;
}
#index-body .init-4 .container .content .right .cir_cont .cir_4 {
  width: 270px;
  height: 270px;
  z-index: 4;
  top: 50px;
  right: 57px;
  background-color: rgba(0, 0, 0, 0);
}
#index-body .init-4 .container .content .right .cir_cont .cir_4 .cont_c {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  border-radius: 50%;
}
#index-body .init-4 .container .content .right .cir_cont .cir_4 .sub {
  position: absolute;
  width: 12px;
  height: 12px;
  top: 40px;
  right: 30px;
  z-index: 5;
}
#index-body .init-4 .container .content .right .cir_cont .cir_4 .sub .cont {
  position: absolute;
  z-index: 2;
}
#index-body .init-4 .container .content .right .cir_cont .cir_4 .sub .ling {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.4);
  animation: 3s ks linear infinite;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
}
#index-body .init-4 .container .content .right .cir_cont .cir_4 .sub .ling:first-child {
  animation-delay: -1.5s;
}
#index-body .init-4 .container .content .right .cir_cont .sub_div {
  position: absolute;
  width: 12px;
  height: 12px;
  top: 90px;
  right: 84px;
  z-index: 5;
}
#index-body .init-4 .container .content .right .cir_cont .sub_div .cont,
#index-body .init-4 .container .content .right .cir_cont .sub_div .ling {
  width: 100%;
  height: 100%;
  background-color: #1597dc;
  border-radius: 50%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 2;
}
#index-body .init-4 .container .content .right .cir_cont .sub_div .ling {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.4);
  animation: 3s ks linear infinite;
}
#index-body .init-4 .container .content .right .cir_cont .sub_div .ling:first-child {
  animation-delay: -1.5s;
}
#index-body .init-4 .container .content .right .cir_cont:hover .cir_4 .cont_c {
  opacity: 0.2;
}
#footer {
 background-color: #2f2f2f;
  background-size: cover;
  padding-top: 100px;
}
#footer .one ul {
  margin-top: 38px;
}
#footer .one ul li {
  font-size: 18px;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.4);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 15px;
}
#footer .one ul li:hover {
  color: white;
}
#footer .one ul li:hover a {
  text-decoration: underline;
}
#footer h3 {
  color: white;
  line-height: 1;
  margin-bottom: 18px;
}
#footer .one li ul{
  display: none;
}
#footer .two {
  max-width: 290px;
}
#footer .two ul li {
  font-size: 18px;
  line-height: 32px;
  color: white;
  margin-bottom: 17px;
  font-weight: 300;
}
#footer .two ul li span {
  color: rgba(255, 255, 255, 0.5);
}
#footer .three ul li {
  font-size: 18px;
  line-height: 32px;
  color: white;
  font-weight: 300;
  margin-bottom: 5px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .three ul li:hover a {
  text-decoration: underline;
}
#footer .four {
  max-width: 370px;
  position: relative;
}
#footer .four h3 {
  line-height: 1;
  padding-right: 80px;
}
#footer .four #ewm {
  width: 65px;
  height: 65px;
  border: 2px solid white;
  position: absolute;
  right: 0;
  top: 6px;
}
#footer .four form {
  margin-top: 46px;
}
#footer .four form input {
  width: 100%;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.8);
  height: 53px;
  border-radius: 5px;
  margin-bottom: 13px;
  padding: 0 20px;
  font-size: 18px;
  color: white;
}
#footer .four form input[type="submit"] {
  background: var(--color);
   -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  border: none;
  /*-webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);*/
}
#footer .four form input[type="submit"]:hover{
  background: white;
  color: var(--color);
}
#footer .f-copy {
  font-size: 18px;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.5);
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  margin-top: 100px;
}
#footer .f-copy svg {
  width: auto;
  height: 27px;
  fill: rgba(255, 255, 255, 0.5);
  vertical-align: middle;
}
#footer .f-copy .share a {
  margin-left: 20px;
}


  .fixed-toolbar {
    right: 20px;
    position: fixed;
    bottom: 20%;
    z-index: 100;
  }
  .fixed-toolbar ul li {
    display: block;
    margin-top: 12px;
    width: 50px;
    height: 50px;
    background-color: var(--color);
    border-radius:5px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 25px;
    cursor: pointer;
    position: relative;
  }
  .fixed-toolbar ul li.back{
    display: none;
  }
  .fixed-toolbar ul li.code{
    line-height: 55px;
  }
  .fixed-toolbar ul li img {
    display: inline-block;
    vertical-align: middle;
  }
  .fixed-toolbar ul li:first-child {
    margin-top: 0;
  }
  .fixed-toolbar ul li:hover {
    background: #000;
  }
  .fixed-toolbar ul li:hover #ewm {
    left: -116px;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
  .fixed-toolbar ul li #ewm {
    width: 100px;
    border: 3px solid #fff;
    position: absolute;
    left: 100%;
    top: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
  }
@media screen and (max-width: 1700px) {
  #banner ul li .content .bottom span.pre::after {
    width: 165px;
  }
  #index-body .i-category .content .box {
    max-width: 335px;
    position: relative;
  }
  #index-body .i-init2 .right .center {
    padding: 0;
  }
  #index-body .i-init2 .right {
    padding-right: 70px;
  }
  .font-130 {
    font-size: 110px;
  }
  #index-body .i-about {
    padding-top: 90px;
  }
  #index-body .i-why .ui.container {
    padding-bottom: 45px;
  }
  #index-body .i-why .right ul li {
    height: 190px;
  }
  #index-body .i-why .right ul li.active {
    height: 250px;
  }
    #index-body .init-8 .container .content .cont .list_cont .list5 {
    width: 410px;
  }

}
@media screen and (max-width: 1450px) {
  #banner ul li .content .bottom {
    width: 76%;
  }
  #index-body .i-category .content {
    padding-right: 0;
  }
  #index-body .i-category .content .btn{
    left: 6%;
    zoom: 0.8;
  }
  #index-body .i-category ul li .img-box{
    width: 450px;
  }
  #index-body .i-category .content .box{
    width: 370px;
  }
  #index-body .i-init2 .right .center {
    margin: 30px 0 30px;
  }
  #index-body .i-init2 .right .center ul li p {
    font-size: 24px;
  }
  .font-130 {
    font-size: 90px;
  }
  #index-body .i-about .center {
    margin-top: 110px;
    padding: 0 90px;
  }
  #index-body .i-about .people {
    top: 95px;
  }
  #index-body .i-why .right ul li h4 {
    font-size: 24px;
  }
  #index-body .i-why {
    margin-top: -40px;
  }
  #index-body .i-news .right ul li {
    padding: 50px;
  }
  #index-body .i-news .right ul li .title {
    width: 60%;
  }
  #index-body .init-8 .container .content .cont {
    height: 450px;
    width: 450px;
  }
  #index-body .init-8 .container .content .cont .border {
    background-position: center bottom;
  }
  #index-body .init-8 .container .content .cont .bg {
    width: 500px;
    height: 430px;
  }
  #index-body .init-8 .container .content .cont .list_cont .list .des {
    max-height: 84px;
    overflow-y: auto;
  }
  #index-body .init-8 .container .content .cont .list_cont .list1 {
    top: 116px;
    left: -372px;
  }
  #index-body .init-8 .container .content .cont .list_cont .list2 {
    top: 290px;
    left: -370px;
  }
  #index-body .init-8 .container .content .cont .list_cont .list3 {
    top: 396px;
    left: 69px;
  }
  #index-body .init-8 .container .content .cont .list_cont .list4 {
    top: 296px;
    left: 340px;
  }
  #index-body .init-8 .container .content .cont .list_cont .list5 {
    top: 116px;
    left: 395px;
  }
    #index-body .init-4 .container .content .left {
    width: 510px;
  }
}
@media screen and (max-width: 1250px) {
  #innerMobileBanner ~ .inner-banner{
    display: block !important;
  }
  #banner ul li .content .bottom {
    width: 100%;
  }
  #index-body .i-category ul li,
  #index-body .i-category ul li.prev,
  #index-body .i-category ul li.swiper-slide-prev {
    -webkit-transform: translate(-250px, -80px) rotate(10deg) scale(0.68);
    -moz-transform: translate(-250px, -80px) rotate(10deg) scale(0.68);
    -ms-transform: translate(-250px, -80px) rotate(10deg) scale(0.68);
    transform: translate(-250px, -80px) rotate(10deg) scale(0.68);
  }
  #index-body .i-category ul li.swiper-slide-next ~ li,
  #index-body .i-category ul li.swiper-slide-next {
    -webkit-transform: translate(250px, -80px) rotate(-10deg) scale(0.68);
    -moz-transform: translate(250px, -80px) rotate(-10deg) scale(0.68);
    -ms-transform: translate(250px, -80px) rotate(-10deg) scale(0.68);
    transform: translate(250px, -80px) rotate(-10deg) scale(0.68);
  }
  #index-body .i-category ul li .img-box{
    width: 320px
  }
  #index-body .i-category .content{
    padding-right: 60px;
  }
  #index-body .i-category .content .btn{
    zoom: 0.7;
  }
  #index-body .i-init2 .right .top {
    padding-left: 0;
  }
  #index-body .i-product ul .slick-list {
    padding: 100px 15px 0;
  }
  #index-body .i-about .center {
    padding: 0;
  }
  #index-body .i-why .left .i-title span {
    top: -9px;
  }
  #index-body .i-why .right ul li {
    width: 300px;
    height: 160px;
    padding: 15px;
  }
  #index-body .i-why .right ul li.active {
    height: 230px;
  }
  #index-body .i-why .right ul li span {
    left: 15px;
    top: 15px;
  }
  #index-body .i-why ul.bg li img {
    min-height: 730px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #index-body .i-about .bottom .content .i-title {
    width: 25%;
  }
  #index-body .i-about .bottom .content .text {
    width: 75%;
  }
  #index-body .i-news .i-title span:nth-child(1) {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  #index-body .i-news .right ul li .title {
    font-size: 20px;
  }
  #index-body .i-news .right ul li .time {
    font-size: 20px;
  }
  #footer .four {
    max-width: 290px;
  }
  #footer .two ul li,
  #footer .three ul li {
    font-size: 16px;
  }
    #index-body .init-8 {
    display: none;
  }
   #index-body .init-4 .container .title_c .left {
    width: 100%;
  }
  #index-body .init-4 .container .title_c .right {
    top: 0;
    margin-top: 10px;
    margin-left: 0;
  }
  #index-body .init-4 .container .content .right {
    display: none;
  }
  #index-body .init-4 .container .content .left {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  #banner ul li .content .bottom span.pre::after {
    content: none;
  }
  #index-body .init-4 .container .content .left ul li .bottom{
    margin-top: 20px;
  }
  #index-body .i-category ul li .img-box{
    width: 100%;
  }
  #index-body .i-category .content {
    margin-top: 50px;
  }
  #index-body .i-category .content{
    padding-right: 0;
  }
  #index-body .i-category ul li.swiper-slide-active{
      -webkit-transform: translate(0) rotate(0deg) scale(1);
  -moz-transform: translate(0) rotate(0deg) scale(1);
  -ms-transform: translate(0) rotate(0deg) scale(1);
  transform: translate(0) rotate(0deg) scale(1);
  }
  #index-body .i-category .content .btn {
    left: 0;
  }
  #index-body .i-category .content .box {
    max-width: 440px;
            width: 100%;
  }
  #index-body .i-init2 {
    display: none;
  }
  #index-body .i-product {
    padding-top: 0;
  }
  #index-body .i-category {
    padding-bottom: 75px;
  }
  #index-body .i-product .all_more {
    z-index: 5;
    top: 0;
  }
  .font-130 {
    font-size: 50px;
  }
  #index-body .i-about .people img {
    width: 60%;
  }
  #index-body .i-about .bottom .content {
    padding: 50px 20px;
  }
  #index-body .i-why .ui.container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .i-why .ui.container .left {
    width: 100%;
  }
  #index-body .i-why .ui.container .right {
    width: 100%;
  }
  #index-body .i-why .ui.container .right ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  #index-body .i-why .ui.container .right ul li {
    width: 33%;
    margin: 0 10px;
  }
  #index-body .i-why .ui.container .right ul li h4 {
    font-size: 18px;
  }
  #index-body .i-news {
    padding: 80px 0;
  }
  #index-body .i-news .right ul li {
    padding: 30px 20px;
  }
  #index-body .i-news .right ul li .title {
    font-size: 16px;
    width: 55%;
  }
  #footer .one,
  #footer .three {
    display: none;
  }
  #footer .four {
    max-width: 350px;
  }
  #footer .f-copy {
    margin-top: 40px;
  }
      #index-body .init-4 .container .content .left .tips_des_2 {
    margin-top: 80px;
  }
}
@media screen and (max-width: 700px) {
  .fixed-toolbar{
    zoom: 0.7;
    bottom: 25%;
  }
  .more i{
    zoom: 0.7;
  }
  .more{
    font-size: 16px;
  }
  #banner ul li .content .bottom p {
    display: none;
  }
  #banner ul li .content .bottom .con{
 display: none;
}
  #index-body .i-category {
    padding-top: 45px;
  }

  #index-body .i-category .content .btn span {
    width: 50px;
    height: 50px;
  }
  #index-body .i-category .i-title {
    margin-bottom: 25px;
  }
  #index-body .i-about {
    padding-top: 45px;
  }
  #index-body .i-about .center {
    margin: 40px 0 95px;
  }
  .font-130 {
    font-size: 42px;
  }
  #index-body .i-about .people {
    top: 56px;
  }
  #index-body .i-about .bottom .content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .i-about .bottom .content .i-title {
    width: 100%;
  }
  #index-body .i-about .bottom .content .i-title br {
    display: none;
  }
  #index-body .i-about .bottom .content .text {
    width: 100%;
    margin-top: 20px;
  }
  #index-body .i-why .ui.container .right ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .i-why .ui.container .right ul li {
    width: 100%;
  }
  #index-body .i-why {
    display: none;
  }
  #index-body .i-about .bottom {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  }
  #index-body .i-news .flex.flex-as {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .i-news .flex.flex-as .left {
    width: 100%;
    position: relative;
    top: -30px;
  }
  #index-body .i-news .flex.flex-as .left .i-title span {
    -webkit-writing-mode: unset;
    -ms-writing-mode: unset;
    writing-mode: unset;
  }
  #index-body .i-news .flex.flex-as .left .i-title span:nth-child(2) {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  #index-body .i-news .flex.flex-as .right {
    width: 100%;
  }
  #footer {
    padding-top: 20px;
  }
  #footer .wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .wrap .two,
  #footer .wrap .four {
    width: 100%;
    max-width: 100%;
    margin: 20px 0;
  }
  #footer .two ul li {
    margin-bottom: 5px;
  }
  #footer .four #ewm {
    display: none;
  }
  #footer h3 {
    font-size: 24px;
  }
  .font-38{
    font-size: 20px;
    line-height: 36px;
  } 
    #index-body .i-category .content .btn {
    position: static;
  }
  #index-body .i-category .content .box{
    max-width: 100%;
  }
}
@media screen and (max-width: 500px) {
  #banner ul li .content .bottom .right {
    display: none;
  }
  #banner ul li .content .bottom h2 {
    font-size: 20px;
  }
  #banner ul li .content {
    bottom: 15px;
  }
  #index-body .i-category .content {
    margin-top: 75px;
  }

  #index-body .i-product .all_more {
    position: relative;
  }
  #index-body .i-news .right ul li .more{
    zoom: 0.8;
  }
  .font-130 {
    font-size: 30px;
  }
  #index-body .i-about .center {
    font-size: 16px;
  }
  #index-body .i-news .right ul li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .i-news .right ul li .time,
  #index-body .i-news .right ul li .title,
  #index-body .i-news .right ul li .more {
    width: 100%;
    margin: 5px 0;
  }
    #index-body .init-4 .container .content .left .tips_des_2 {
    margin-top: 40px;
  }
  #index-body .init-4 .container .content .left ul li {
    padding: 20px 10px;
  }
}



.inner-page .h3{
      /*text-transform: uppercase;*/
   
    color: #5f5f5f;
        font-size: 40px; 
        line-height: 1.6;
}
.prodet-page .init-4 .h3{
  font-weight: normal;
}
.inner-page .h4{
 font-weight: 300;
  color: #000; 
  line-height: 1.6;
}



.title_subline_c span{
  border-bottom: 1px solid var(--color);
}
.title_subline_c_w span{
  border-bottom: 1px solid #fff;
}
.transition_1 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.img_bg {
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.img_sca {
  overflow: hidden;
  display: block;
}
.img_sca:hover .img_bg {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.more_cont {
  overflow: hidden;
  position: relative;
  background-color: var(--color);
  color: #fff;
  cursor: pointer;
}
.more_cont span,
.more_cont i {
  position: relative;
  z-index: 2;
}
.more_cont::before {
  background-color: var(--color);
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
  z-index: 1;
}
.more_cont:hover::before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
/*.max-1200 {
  max-width: 1200px;
}*/
#ewm canvas,
#ewm img {
  width: 100%;
  display: block;
}
/*.inner-page .container{
  width: 80%;
}*/

.inner-banner .cat_cont {
  height: 400px;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}
.inner-banner .cat_cont .container {
  height: 100%;
}
.inner-banner .cat_cont .container .cat_name {
  position: absolute;
  top: 70%;
  left: 10px;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  line-height: 1.4;
  display: none;
  text-transform: uppercase;
  font-weight: 600;
}
.inner-banner .bottom_c {
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 0;
  background: #000000;
  color: #ffffff;
}
.inner-banner .bottom_c .left{
  display: none;
}
.inner-banner .bottom_c .left a {
  height: 70px;
  line-height: 70px;
  
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 20px;
  position: relative;
  display: none;
}
.inner-banner .bottom_c .left{
  height: 70px;
}
.inner-banner .bottom_c .left a::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 15px;
  display: block;
  background: #ccc;
  top: 50%;
  margin-top: -7px;
  right: 0px;
}
.inner-banner .bottom_c .left a::before {
  position: absolute;
  content: '';
  left: 50%;
  bottom: 0px;
  width: 0%;
  height: 2px;
  background-color: rgba(14,67,137, 0);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.inner-banner .bottom_c .left a:hover,
.inner-banner .bottom_c .left a.active {
  color: var(--color);
}
.inner-banner .bottom_c .left a:hover::before,
.inner-banner .bottom_c .left a.active::before {
  width: 100%;
  background-color: var(--color);
  left: 0;
}
.inner-banner .bottom_c .right {
  font-size: 24px;
  line-height: 28px;
 padding: 20px 0;
/*color: #5f5f5f;*/
color: #ffffff;
}
.inner-banner .bottom_c .right .img {
  width: 15px;
  margin-right: 8px;
  margin: 5px 12px 0 0;
}
.inner-banner .bottom_c .right a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.inner-banner .bottom_c .right a:hover {
  color: var(--color);
}
.suatainable-page .init-1 .container {
  height:auto;
  position: relative;
  text-align: center;
}
.suatainable-page .init-1 .container .img {
  position:relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.suatainable-page .init-1 .container .cont {
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  width: 780px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-weight: 600;
  
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  padding: 30px;
}
.suatainable-page .init-2 .container .title_c .left {
  font-weight: 600;
  text-transform: uppercase;
  
}
.suatainable-page .init-2 .container .title_c .left .tips {
  color: var(--color);
}
.suatainable-page .init-2 .container .title_c .left .line {
  width: 250px;
  height: 1px;
  background-color: var(--color);
  margin-bottom: 10px;
}
.suatainable-page .init-2 .container .title_c .right {
  font-size: 16px;
}
.suatainable-page .init-2 .container .content {
  margin: 30px -30px 0;
}
.suatainable-page .init-2 .container .content .list {
  margin-top: 30px;
  padding: 0 30px;
}
.suatainable-page .init-2 .container .content .list .box {
  position: relative;
}
.suatainable-page .init-2 .container .content .list .box .img {
  display: block;
  width: 100%;
  border: 1px solid #dbdbdb;
}
.suatainable-page .init-2 .container .content .list .box .text {
  font-weight: 600;
  
  padding: 16px 30px;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  /*background-color: rgba(255, 255, 255, 0.1);*/
  /*-webkit-backdrop-filter: blur(8px);*/
  /*backdrop-filter: blur(8px);*/
  text-transform: uppercase;
  color: #fff;
  
}
.suatainable-page .init-2 .container .content .list .box:hover .text {
  background-color: #000;
}
.suatainable-page .init-3 .container .tips {
  text-align: center;
  
  font-weight: 600;
  text-transform: uppercase;
  color: #181818;
}
.suatainable-page .init-3 .container .content .slick {
  margin: 40px -13px 0;
}
.suatainable-page .init-3 .container .content .slick .slick-track {
  margin-left: auto;
}
.suatainable-page .init-3 .container .content .slick li {
  padding: 0 13px;
}
.suatainable-page .init-3 .container .content .slick li .box {
  display: block;
  overflow: hidden;
}
.suatainable-page .init-3 .container .content .slick li .box img {
  width: 100%;
}
.about-page .init-1 .container {
  position: relative;
}
.about-page .init-1 .container .sub_img {
  position: absolute;
  width: 460px;
  bottom: 0;
  right: -200px;
  z-index: -1;
}
.about-page .init-1 .container .tips {
  font-weight: bold;
  
  text-transform: uppercase;
  color: var(--color);
  text-align: center;
}
.about-page .init-1 .container .des {
  margin-top: 26px;
  line-height: 1.8;
}
.about-page .init-1 .container .list_cont {
  margin-top: 30px;
  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;
}
.about-page .init-1 .container .list_cont .list {
  width: auto;
  vertical-align: middle;
  display: inline-block;
  margin: 20px 0 0 0;
}
.about-page .init-1 .container .list_cont .list .num {
  font-size: 100px;
  color: var(--color);
  font-weight: 500;
  
  display: inline-block;
  line-height: 0.8;
}
.about-page .init-1 .container .list_cont .list .text {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 12px;
  line-height: 1.8;
}
.about-page .init-1 .container .list_cont .list2 {
  margin: 20px 20px 0;
}
.about-page .init-2 .container {
  position: relative;
}
.about-page .init-2 .container .img {
  /*height: 600px;*/
  /*-o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;*/
}
.about-page .init-2 .container .play {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 270px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.about-page .init-2 .container .play div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 22px;
  color: #fff;
  text-align: center;
  line-height: 60px;
}
.about-page .init-2 .container .play div i {
  margin-left: 2px;
}
.about-page .init-2 .container .play .ling {
  background-color: #fff;
}
.about-page .init-2 .container .play .ling:nth-child(2) {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
.about-page .init-2 .container .play .cont {
  position: relative;
  z-index: 2;
}
.about-page .init-3 {
  padding-top: 40px;
}
.about-page .init-3 .container .list {
  margin-top: 60px;
}
.about-page .init-3 .container .list .column {
  vertical-align: middle;
  position: relative;
}
.about-page .init-3 .container .list .left img {
  width: 100%;
}
.about-page .init-3 .container .list .right {
  padding-left: 60px;
}
.about-page .init-3 .container .list .right .tips,
.about-page .init-3 .container .list .right .title {
  font-weight: 600;
  color: var(--color);
  
  text-transform: uppercase;
}
.about-page .init-3 .container .list .right .line {
  width: 250px;
  height: 1px;
  background-color: var(--color);
}
.about-page .init-3 .container .list .right .title {
  color: #181818;
  margin-top: 8px;
}
.about-page .init-3 .container .list .right .des {
  color: #262626;
  margin-top: 10px;
  line-height: 30px;
}
.about-page .init-3 .container .list:nth-child(2n) .left {
  left: 50%;
}
.about-page .init-3 .container .list:nth-child(2n) .right {
  left: -50%;
  padding-left: 0;
  padding-right: 60px;
}
.about-page .init-4 .container {
  text-align: center;
}
.about-page .init-4 .container .tips,
.about-page .init-4 .container .title {
  font-weight: 600;
  
  color: var(--color);
  text-transform: uppercase;
}
.about-page .init-4 .container .line {
  width: 250px;
  height: 1px;
  background-color: var(--color);
  margin: auto;
}
.about-page .init-4 .container .title {
  color: #181818;
  margin-top: 10px;
}
.about-page .init-4 .container .content {
  margin: 40px -30px 0;
}
.about-page .init-4 .container .content .slick .slick-track {
  margin-left: 0;
}
.about-page .init-4 .container .content .slick li {
  padding: 0 30px;
}
.about-page .init-4 .container .content .slick li a {
  display: block;
  overflow: hidden;
}
.about-page .init-4 .container .content .slick li a img {
  width: 100%;
}
.about-page .init-4 .container .s_page {
  margin-top: 30px;
}
.about-page .init-4 .container .s_page li {
  display: inline-block;
  width: 13px;
  height: 13px;
  border: 1px solid var(--color);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 50%;
  margin: 0 10px;
  cursor: pointer;
}
.about-page .init-4 .container .s_page li button {
  display: none;
}
.about-page .init-4 .container .s_page li.slick-active {
  background-color: var(--color);
}
.about-page .init-5 .container iframe{
  display: block;
  height: 700px;
  width: 100%;
}
.about-page .init-6 .container .column {
  vertical-align: middle;
}
.about-page .init-6 .container .left img {
  width: 100%;
}
.about-page .init-6 .container .right {
  padding-left: 60px;
}
.about-page .init-6 .container .right .tips {
  font-weight: 600;
  
  text-transform: uppercase;
}
.about-page .init-6 .container .right .tips span {
  color: var(--color);
}
.about-page .init-6 .container .right .des {
  margin-top: 10px;
}

.about-page .services {
  background: #f1f1f0;
}
.about-page .services .top .right {
  text-align: right;
}
.about-page .services .bottom {
  margin-top: 30px;
}
.about-page .services .bottom li {
  padding-top: 20px;
}
.about-page .services .bottom .box {
  height: 450px;
  background: #ffffff no-repeat right bottom;
  border-radius: 20px;
  padding: 40px 30px 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  transition: 0.5s;
  z-index: 2;
  overflow: hidden
}
.about-page .services .bottom .box .mask{
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  background: #00a4cd url(../images/lg.png) no-repeat right bottom;
  transition: .5s;
}
.about-page .services .bottom .box .tip {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.about-page .services .bottom .box .tip .num .ty {
  color: #999999;
  opacity: 0.6;
  line-height: 1;
  margin-top: 5px;
  transition: 0.5s;
}
.about-page .services .bottom .box .tip .icon {
  width: 60px;
  height: 60px;
  background-color: #f5f5f5;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
.about-page .services .bottom .box .tip .icon img {
  filter: brightness(100);
  max-width: 30px;
}

.about-page .services .bottom .box .text .t1 {
  transition: 0s;
}
.about-page .services .bottom .box .text{
  transition: .5s;
}
.about-page .services .bottom .box .text2{
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 30px 50px;
  color: #ffffff;
  transform: translateY(100%);
  transition: .5s;
}
.about-page .services .bottom .box .text2 .more {
  zoom: 0.8;
  font-size: 20px;
  transition: 0s;
}
.about-page .services .bottom .box .text2 .cont {
  line-height: 1.5;
  transition: 0.5s;
  opacity: 0.6;
  color: #ffffff;
}
.about-page .services .bottom .box:hover {
  color: #ffffff;
  transform: translateY(-20px);
}
.about-page .services .bottom .box:hover .mask{
  height: 100%;
}
.about-page .services .bottom .box:hover .tip .num .ty {
  color: #ffffff;
}
.about-page .services .bottom .box:hover .tip .icon {
  background: #ffffff;
}
.about-page .services .bottom .box:hover .tip .icon img {
  filter: none;
}
.about-page .services .bottom .box:hover .text  {
 opacity: 0
}
.about-page .services .bottom .box:hover .text2  {
 opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 700px) {
    .about-page .services .bottom .box {
    height: 400px;
  }
}
@media screen and (max-width: 500px) {
   .about-page .services .bottom .box {
    height: 360px;
  }
}
.honor-page {
  padding-bottom: 20px;
}
.honor-page .container .list {
  border-bottom: 1px dashed #999999;
  text-align: center;
  padding: 70px 160px;
}
.honor-page .container .list .title {
  font-weight: 500;
  
  text-transform: uppercase;
}
.honor-page .container .list .des {
  margin-top: 20px;
}
.honor-page .container .list .content {
  margin: 50px -30px 0;
}
.honor-page .container .list .content .slick {
  position: relative;
}
.honor-page .container .list .content .slick .slick-arrow {
  position: absolute;
  font-size: 46px;
  cursor: pointer;
  width: 16px;
  height: 40px;
  line-height: 40px;
  color: #333333;
  right: -100px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.honor-page .container .list .content .slick .slick-arrow:hover {
  color: var(--color);
}
.honor-page .container .list .content .slick .slick-prev {
  left: -100px;
}
.honor-page .container .list .content .slick li {
  padding: 0 30px;
}
.honor-page .container .list .content .slick li .box {
  overflow: hidden;
  display: block;
}
.honor-page .container .list .content .slick li .box img {
  width: 100%;
}
.honor-page .container .list:last-child {
  border-bottom: none;
}
.sidebar-box .sidebar-left {
  padding-right: 40px;
  width: 320px;
  text-transform: uppercase;
  font-weight: 500;
  
  position: sticky;
  top: 130px;
}
.sidebar-box .sidebar-left .tips {
  color: var(--color);
}
.sidebar-box .sidebar-left ul li {
  margin-top: 10px;
}
.sidebar-box .sidebar-left ul li a {
  display: block;
  /*border-bottom: 1px solid #b9b6b1;*/
  padding: 4px 0;
  position: relative;
  text-transform: capitalize;
}
.sidebar-box .sidebar-left ul li a::before{
  content: '';
  width: 100%;
  height: 1px;
  background: #b9b6b1;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all .5s;
  transform-origin: left;
}
.sidebar-box .sidebar-left ul li a:hover::before{
  transform: scaleX(0);
}
.sidebar-box .sidebar-left ul li a:hover,
.sidebar-box .sidebar-left ul li a.active {
  color: var(--color);
}
.sidebar-box .sidebar-left .contact_info {
  margin-top: 50px;
  position: relative;
}
.sidebar-box .sidebar-left .contact_info .img {
  width: 100%;
}
.sidebar-box .sidebar-left .contact_info .more {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 10px;
  font-weight: 600;
}
.sidebar-box .sidebar-right {
  width: -webkit-calc(-220%);
  width: -moz-calc(-220%);
  width: calc(100% - 320px);
}
.product-page .cat_title {
  color: var(--color);
  font-weight: 600;
  
  text-transform: uppercase;
  margin-bottom: 4px;
}
.product-page .cat_des{
  /*max-height: 280px;*/
  overflow-y: auto;
  padding-right: 4px;
  line-height: 30px;
  margin-top: 20px;
}
.product-page .product-list {
  margin: 0 -10px;
}
.product-page .product-list li {
  margin-top: 40px;
  padding: 0 10px;
}
.product-page .product-list li .box{
  border: 1px solid transparent;
  padding: 10px;
  background: #f6f6f6;
  border-radius: 10px;
}
.product-page .product-list li .box .img_c {
  overflow: hidden;
  position: relative;
}
.product-page .product-list li .box .img {
  display: block;
  
}
.product-page .product-list li .box .img img {
  width: 100%;
}
.product-page .product-list li .box:hover{
  border-color: var(--color);
}
.product-page .product-list li .box .title {
 
  min-height: 4.5em;
  margin-top: 16px;
  display: block;
  line-height: 30px;
  color: #5f5f5f;
}
.product-page .product-list li .box .des {
  position: absolute;
  bottom: -100%;
  opacity: 1;
  width: 100%;
  left: 0;
  background-color: rgba(14,67,137, 0.8);
  padding: 15px;
  color: #fff;
  display: none;
}
.product-page .product-list li .box .des .title_1 {
  border-bottom: 1px solid #fff;
  padding-bottom: 4px;
}
.product-page .product-list li .box .des .text {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 14px;
  line-height: 1.6;
}
.product-page .product-list li .box .des .more {
  display: inline-block;
  margin-top: 20px;
  
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 4px;
  background-color: #fff;
  color: var(--color);
  padding: 2px 20px;
}
.product-page .product-list li .box .des .more:hover {
  color: #fff;
}
.product-page .product-list li .box:hover .img_c .des {
  bottom: 0;
}
.m-page {
  margin-top: 50px;
  text-align: center;
}
.m-page a,
.m-page span {
  color: #212121;
  display: inline-block;
  margin: 2px 6px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
}
.m-page a.current,
.m-page span.current {
  color: #fff;
  background-color: var(--color);
}
.m-page a.current::before,
.m-page span.current::before {
  opacity: 0;
}
.m-page a {
  position: relative;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-page a::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 1px;
  background-color: #212121;
  bottom: 0;
  left: 11px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-page a:hover,
.m-page a.current {
  color: #fff;
  background-color: var(--color);
}
.m-page a:hover::before,
.m-page a.current::before {
  opacity: 0;
}
.m-page .first::before,
.m-page .last::before,
.m-page .end::before,
.m-page .next::before {
  display: none;
}
.prodet-page .init-1 .container .left {
  padding-right: 100px;
  vertical-align: top;
      position: sticky;
    top: 150px;
}
.prodet-page .init-1 .container .left .big_img {
  position: relative;
}
.prodet-page .init-1 .container .left .big_img .btn {
  width: 46px;
  height: 46px;
  border: 1px solid #cecece;
  color: #333333;
  border-radius: 50%;
  text-align: center;
  line-height: 44px;
  font-size: 34px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: -70px;
}
.prodet-page .init-1 .container .left .big_img .btn i {
  margin-left: 4px;
}
.prodet-page .init-1 .container .left .big_img .btn:hover {
  border-color: var(--color);
}
.prodet-page .init-1 .container .left .big_img .prev {
  left: -70px;
}
.prodet-page .init-1 .container .left .big_img .prev i {
  margin-left: -4px;
}
.prodet-page .init-1 .container .left .big_img i.iconfont{
  font-size: 20px;
  position: relative;
  top: -3px;
}
.prodet-page .init-1 .container .left .big_img ul {
  border: 1px solid #cbcbcb;
}
.prodet-page .init-1 .container .left .big_img ul li a {
  display: block;
}
.prodet-page .init-1 .container .left .big_img ul li a img {
  width: 100%;
}
.prodet-page .init-1 .container .left .small_img {
  margin-top: 20px;
}
.prodet-page .init-1 .container .left .small_img ul {
  margin: 0 -12px;
}
.prodet-page .init-1 .container .left .small_img ul li {
  padding: 0 12px;
}
.prodet-page .init-1 .container .left .small_img ul li .box {
  cursor: pointer;
  border: 1px solid #cbcbcb;
  display: block;
}
.prodet-page .init-1 .container .left .small_img ul li .box img {
  width: 100%;
}
.prodet-page .init-1 .container .left .small_img ul li .box:hover,
.prodet-page .init-1 .container .left .small_img ul li .box.active {
  border: var(--color) 1px solid;
}
.prodet-page .init-1 .container .right{
  vertical-align: top;

}
.prodet-page .init-1 .container .right .title {
  font-weight: 600;
  
  color: #393939;
  line-height: 1.3;
  text-transform: uppercase;
}
.prodet-page .init-1 .container .right .des {
  margin-top: 20px;
  color: #393939;
  line-height: 2;
  /*max-height: 400px;
  padding-right: 4px;
  overflow-y: auto;*/
}
.prodet-page .init-1 .container .right .des img.wscnph{
    max-width: 50px;
    margin: 10px;
    display: inline-block;
}
.prodet-page .init-1 .container .right .img {
  margin-top: 20px;
}
.prodet-page .init-1 .container .right .more {
  display: inline-block;
  border-radius: 16px;
  
  padding: 12px 20px;
  margin-top: 30px;
}
.prodet-page .init-1 .container .right .more span{
  vertical-align: middle;
}
.prodet-page .init-1 .container .right .more img {
  width: 16px;
  vertical-align: middle;
  margin-left: 30px;
  position: relative;
  z-index: 2;
}
.prodet-page .init-2 {
  margin-top: 50px;
}
.prodet-page .init-2 .container .tips {
  font-weight: 600;
  
  text-transform: uppercase;
  border-bottom: 1px solid #cbcbcb;
}
.prodet-page .init-2 .container .content {
  margin-top: 20px;
}
.prodet-page .init-3 {
  margin-top: 50px;
}
.prodet-page .init-3 .container .tips {
  font-weight: 600;
  
  text-transform: uppercase;
}
.prodet-page .init-3 .container .title_list {
  background-color: #f5f5f5;
  margin-top: 20px;
}
.prodet-page .init-3 .container .title_list .list {
  width: auto;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 600;
  
  text-transform: uppercase;
  cursor: pointer;
}
.prodet-page .init-3 .container .title_list .list:hover,
.prodet-page .init-3 .container .title_list .list.active {
  background-color: var(--color);
  color: #fff;
}
.prodet-page .init-3 .container .content_list .list {
  padding-top: 40px;
  display: none;
}
.prodet-page .init-3 .container .content_list .list table tr td{
  min-width: 120px;
}
.prodet-page .init-4 {
  background-color: #f5f5f5;
}
.prodet-page .init-4 .container {
  text-transform: uppercase;
}
.prodet-page .init-4 .container .content {
  margin: 30px -15px 0;
}
.prodet-page .init-4 .container .content .slick .slick-track {
  margin-left: 0;
}
.prodet-page .init-4 .container .content .slick li {
  padding: 0 15px;
}
.prodet-page .init-4 .container .content .slick li .box .img {
  display: block;
  overflow: hidden;
  background-color: white;
  border: 1px solid transparent;
  -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.prodet-page .init-4 .container .content .slick li .box .img img {
  width: 100%;
}
.prodet-page .init-4 .container .content .slick li:hover .box .img{
  border-color: var(--color);
}
.prodet-page .init-4 .container .content .slick li .box .text {
  display: block;
  margin-top: 16px;
  line-height: 30px;
}
.prodet-page .init-4 .container .content .slick li .box .text:hover {
  color: var(--color);
}
.prodet-page .init-5 .container .tips {
  
  font-weight: 600;
  text-transform: uppercase; 
}
.prodet-page .init-5 .container form input,
.prodet-page .init-5 .container form textarea {
  margin-top: 30px;
  width: 100%;
  background: #fff;
  border: 1px solid #d9d9d9;
  padding: 12px 60px;
  background-repeat: no-repeat;
  font-size: 16px;
  -o-background-size: 26px auto;
  background-size: 26px auto;
  background-position: 20px 12px;
}
.prodet-page .init-5 .container form .name,
.prodet-page .init-5 .container form .mail {
  width: -webkit-calc(25%);
  width: -moz-calc(25%);
  width: calc(50% - 25px);
}
.prodet-page .init-5 .container form .mail {
  margin-left: 50px;
}
.prodet-page .init-5 .container form .submit {
  width: auto;
  padding: 10px 60px;
  margin-top: 30px;
  font-size: 20px;
  
  font-weight: 600;
  text-transform: uppercase;
}
.product-new-page .init-1 {
  padding: 50px 0 60px 0;
}
.product-new-page .init-1 .container .column {
  vertical-align: middle;
}
.product-new-page .init-1 .container .left .tips {
  
  font-weight: 600;
  text-transform: uppercase;
}
.product-new-page .init-1 .container .left .tips .r {
  color: var(--color);
}
.product-new-page .init-1 .container .left .des {
  margin-top: 10px;
}
.product-new-page .init-1 .container .right {
  padding: 0 60px;
}
.product-new-page .init-1 .container .right img {
  width: 100%;
}
.product-new-page .init-2 {
  background-color: #f4f4f4;
}
.product-new-page .init-2 .container .tips {
  
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}
.product-new-page .init-2 .container .content {
  margin-top: 50px;
  position: relative;
}
.product-new-page .init-2 .container .content .btn{
  background: #fff;
  width: 50px;
  height: 50px;
  border: 1px solid var(--color);
  position: absolute;
  top: 50%;
  right: -100px;
  transform: translateY(-50%);
}
.product-new-page .init-2 .container .content .prev{
  left: -100px;
}
.product-new-page .init-2 .container .content .btn img{
  position: relative;
  z-index: 2;
  display: block;
  margin: 16px auto 0;
}
.product-new-page .init-2 .container .content .btn:hover img{
  filter: brightness(2);
}
.product-new-page .init-2 .container .content .slick {
  margin: 0 -15px;
}
/*.product-new-page .init-2 .container .content .slick .slick-track{
  display: flex;
}
.product-new-page .init-2 .container .content .slick .slick-slide{
  height: auto;
}
.product-new-page .init-2 .container .content .slick .slick-slide > div{
  height: 100%;
}
.product-new-page .init-2 .container .content .slick .slick-slide > div li,
.product-new-page .init-2 .container .content .slick .slick-slide > div li .box{
  height: 100%;
}*/
.product-new-page .init-2 .container .content .slick li {
  padding: 0 15px;
}
.product-new-page .init-2 .container .content .slick li .box {
  position: relative;
  background-color: #fff;
  padding: 20px 15px;
  
  font-weight: 500;
}
.product-new-page .init-2 .container .content .slick li .box .sub_c {
  position: absolute;
  top: 0;
  left: -8px;
  z-index: 2;
}
.product-new-page .init-2 .container .content .slick li .box .sub_c span {
  display: inline-block;
  width: 56px;
  height: 30px;
  background-color: var(--color);
  color: #fff;
  text-align: center;
  line-height: 30px;
  font-weight: 500;
  
  text-transform: uppercase;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}
.product-new-page .init-2 .container .content .slick li .box .sub_c .sub {
  width: 0;
  height: 0;
  border-top: 8px solid var(--color);
  border-left: 8px solid transparent;
  position: relative;
  z-index: 2;
}
.product-new-page .init-2 .container .content .slick li .box .img {
  display: block;
  overflow: hidden;
}
.product-new-page .init-2 .container .content .slick li .box .img img {
  width: 100%;
}
.product-new-page .init-2 .container .content .slick li .box .line {
  height: 1px;
  background-color: #e7e7e7;
  margin-top: 20px;
}
.product-new-page .init-2 .container .content .slick li .box .text:hover {
  color: var(--color);
  display: block;
}
.product-new-page .init-2 .container .content .slick li .box .more {
  margin-top: 18px;
  display: inline-block;
  background-color: #fff;
  color: #181818;
  border-bottom: 1px solid var(--color);
}
.product-new-page .init-2 .container .content .slick li .box .more img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 40px;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  position: relative;
  z-index: 2;
}
.product-new-page .init-2 .container .content .slick li .box .more:hover {
  padding: 0 10px;
  color: #fff;
}
.product-new-page .init-2 .container .content .slick li .box .more:hover img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
.product-new-page .init-3 .top {
  -o-background-size: cover;
  background-size: cover;
}
.product-new-page .init-3 .top .cont {
  padding: 150px 0;
  max-width: 540px;
  margin-left: auto;
  color: #fff;
}
.product-new-page .init-3 .top .cont .tips {
  
  font-weight: 600;
  text-transform: uppercase;
}
.product-new-page .init-3 .top .cont .tips .r {
  color: var(--color);
}
.product-new-page .init-3 .top .cont .des {
  margin-top: 10px;
}
.product-new-page .init-3 .bottom {
  padding: 18px 0;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  background-color: var(--color);
  
  color: #fff;
}
.technology-page .init-1 {
  text-align: center;
}
.technology-page .init-1 .container .tips {
  
  font-weight: bold;
  text-transform: uppercase;
}
.technology-page .init-1 .container .content {
  margin-top: 100px;
  text-align: center;
  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;
  position: relative;
}
.technology-page .init-1 .container .content .list {
  position: relative;
  width: 360px;
}
.technology-page .init-1 .container .content .list .title_c {
  position: relative;
  width: 46px;
  height: 46px;
  margin: auto;
}
.technology-page .init-1 .container .content .list .title_c .ling {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--color);
  border-radius: 50%;
}
.technology-page .init-1 .container .content .list .title_c .ling:nth-child(2) {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
.technology-page .init-1 .container .content .list .title_c .cont {
  position: relative;
  z-index: 2;
  background-color: var(--color);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 46px;
  
  font-weight: 600;
  color: #fff;
}
.technology-page .init-1 .container .content .list .des {
  margin-top: 40px;
}
.technology-page .init-1 .container .content .list2 {
  margin: 0 40px;
}
.technology-page .init-1 .container .content .list2 .title_c::before,
.technology-page .init-1 .container .content .list2 .title_c::after {
  content: '';
  position: absolute;
  width: 280px;
  height: 1px;
  top: 22px;
  left: 90px;
  border-top: 1px dashed #999999;
}
.technology-page .init-1 .container .content .list2 .title_c::before {
  left: -330px;
}
.technology-page .init-2 .container .list .column {
  position: relative;
  z-index: 1;
  vertical-align: middle;
}
.technology-page .init-2 .container .list .left img {
  width: 100%;
}
.technology-page .init-2 .container .list .right {
  padding-left: 60px;
}
.technology-page .init-2 .container .list .right .tips {
  font-weight: 600;
  
  text-transform: uppercase;
}
.technology-page .init-2 .container .list .right .des {
  margin-top: 10px;
}
.technology-page .init-2 .container .list:nth-child(2n) .left {
  left: 50%;
}
.technology-page .init-2 .container .list:nth-child(2n) .right {
  left: -50%;
  padding-left: 0;
  padding-right: 60px;
}
.application-page .container .tips {
  text-align: center;
  
  font-weight: 600;
  text-transform: uppercase;
}
.application-page .container .tips .r {
  color: var(--color);
}
.application-page .container .des {
  text-align: center;
  margin-top: 10px;
}
.application-page .container .content ul {
  margin: 0 -20px;
}
.application-page .container .content ul li {
  margin-top: 50px;
  padding: 0 20px;
}
.application-page .container .content ul li .box {
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
}
.application-page .container .content ul li .box .title {
  font-weight: 500;
  text-align: center;
  
  text-transform: uppercase;
  padding: 10px 0;
}
.application-page .container .content ul li .box .img {
  display: block;
  overflow: hidden;
}
.application-page .container .content ul li .box .img img {
  width: 100%;
}
.patent-page {
  background-color: #f4f4f4;
}
.patent-page .patent-list {
  margin-top: -30px;
}
.patent-page .patent-list li {
  padding: 40px 30px;
  background-color: #fff;
  margin-top: 40px;
}
.patent-page .patent-list li .left {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  width: 300px;
  border-right: 1px solid #cccccc;
  padding-right: 40px;
}
.patent-page .patent-list li .left img {
  width: 100%;
}
.patent-page .patent-list li .right {
  vertical-align: middle;
  width: -webkit-calc(-200%);
  width: -moz-calc(-200%);
  width: calc(100% - 300px);
  padding-left: 46px;
}
.patent-page .patent-list li .right .title a {
  font-weight: 500;
  
  color: var(--color);
  border-bottom: 1px solid var(--color);
  text-transform: uppercase;
}
.patent-page .patent-list li .right .title_2 {
  font-weight: 500;
  
  text-transform: uppercase;
  color: var(--color);
  margin-top: 10px;
}
.patent-page .patent-list li .right .des {
  margin-top: 16px;
}
.agent-page .init-1 .container .left {
  vertical-align: middle;
  padding-right: 80px;
}
.agent-page .init-1 .container .left .tips {
  font-weight: 600;
  
  text-transform: uppercase;
}
.agent-page .init-1 .container .left .tips .r {
  color: var(--color);
}
.agent-page .init-1 .container .left .des {
  margin-top: 10px;
}
.agent-page .init-1 .container .left .tips_2 {
  margin-top: 30px;
}
.agent-page .init-1 .container .left .mail_c {
  margin-top: 10px;
  background-color: #f4f4f4;
  display: inline-block;
  padding: 6px 30px 6px 10px;
  border-radius: 60px;
}
.agent-page .init-1 .container .left .mail_c div {
  display: inline-block;
  vertical-align: middle;
}
.agent-page .init-1 .container .left .mail_c .img {
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  padding-top: 20px;
}
.agent-page .init-1 .container .left .mail_c .img img {
  width: 36px;
}
.agent-page .init-1 .container .left .mail_c .text {
  margin-left: 20px;
  color: #3c3c3c;
}
.agent-page .init-1 .container .right {
  vertical-align: middle;
}
.agent-page .init-1 .container .right img {
  width: 100%;
}
.agent-page .init-2 img {
  width: 100%;
}
.agent-page .init-3 {
  padding-top: 40px;
}
.agent-page .init-3 .container .tips {
  font-weight: 600;
  
  text-transform: uppercase;
}
.agent-page .init-3 .container .title_c {
  font-weight: 600;
  
  text-transform: uppercase;
}
.agent-page .init-3 .container .title_c .list {
  display: inline-block;
  margin-right: 60px;
  margin-top: 10px;
}
.agent-page .init-3 .container .title_c .list .r {
  color: var(--color);
}
.agent-page .init-3 .container .des {
  margin-top: 20px;
}
.agent-page .init-4 .container .tips {
  
  font-weight: 600;
  text-transform: uppercase;
}
.agent-page .init-4 .container form input,
.agent-page .init-4 .container form textarea {
  margin-top: 30px;
  width: 100%;
  background: #fff;
  border: 1px solid #d9d9d9;
  padding: 12px 60px;
  background-repeat: no-repeat;
  font-size: 16px;
  -o-background-size: 26px auto;
  background-size: 26px auto;
  background-position: 20px 12px;
}
.agent-page .init-4 .container form .name,
.agent-page .init-4 .container form .mail {
  width: -webkit-calc(25%);
  width: -moz-calc(25%);
  width: calc(50% - 25px);
}
.agent-page .init-4 .container form .mail {
  margin-left: 50px;
}
.agent-page .init-4 .container form .submit {
  width: auto;
  padding: 10px 60px;
  margin-top: 30px;
  font-size: 20px;
  
  font-weight: 600;
  text-transform: uppercase;
}
.service-page .init-1 .container .left .tips {
  
  font-weight: 600;
  text-transform: uppercase;
}
.service-page .init-1 .container .left .tips .r {
  color: var(--color);
}
.service-page .init-1 .container .left img {
  display: block;
  margin-top: 40px;
  width: 100%;
}
.service-page .init-1 .container .right {
  padding-left: 80px;
}
.service-page .init-1 .container .right .tips_des {
  color: rgba(0, 0, 0, 0.7);
}
.service-page .init-1 .container .right .content_list {
  padding-top: 30px;
}
.service-page .init-1 .container .right .content_list .list {
  margin-top: 14px;
}
.service-page .init-1 .container .right .content_list .list .title {
  color: var(--color);
  text-transform: uppercase;
  
  font-weight: 600;
}
.service-page .init-1 .container .right .content_list .list .title span {
  border-bottom: 2px solid var(--color);
}
.service-page .init-1 .container .right .content_list .list .des {
  margin-top: 20px;
  color: #212121;
  line-height: 1.8;
}
.service-page .init-1 .container .right .bottom_c {
  margin-top: 40px;
  position: relative;
}
.service-page .init-1 .container .right .bottom_c .cont {
  color: #fff;
  position: relative;
  right: 44%;
  background-color: var(--color);
  width: 750px;
  padding: 40px 20px;
  text-align: center;
}
.service-page .init-1 .container .right .bottom_c .cont .list {
  width: 234px;
}
.service-page .init-1 .container .right .bottom_c .cont .list .top {
  font-size: 72px;
  font-weight: 600;
  line-height: 1;
  
}
.service-page .init-1 .container .right .bottom_c .cont .list .top .sub {
  margin-left: -10px;
}
.service-page .init-1 .container .right .bottom_c .cont .list .bottom {
  margin-top: 10px;
}
.service-page .init-2 .container .left {
  vertical-align: middle;
  padding-right: 70px;
}
.service-page .init-2 .container .left .tips {
  font-weight: 600;
  
  text-transform: uppercase;
}
.service-page .init-2 .container .left .des {
  margin-top: 20px;
}
.service-page .init-2 .container .left .more {
  margin-top: 40px;
  display: inline-block;
  padding: 10px 20px;
  font-weight: 600;
  
  text-transform: uppercase;
}
.service-page .init-2 .container .left .more img {
  vertical-align: middle;
  display: inline-block;
  width: 16px;
  margin-left: 26px;
  position: relative;
  z-index: 2;
  margin-top: -4px;
}
.service-page .init-2 .container .right {
  vertical-align: middle;
}
.service-page .init-2 .container .right img {
  width: 100%;
}
.service-page .init-3 .container {
  color: #fff;
  text-align: center;
}
.service-page .init-3 .container .tips {
  font-weight: 600;
  
  text-transform: uppercase;
}
.service-page .init-3 .container .des {
  margin-top: 10px;
  font-weight: 300;
}
.service-page .init-3 .container .more {
  margin-top: 24px;
  display: inline-block;
  padding: 10px 20px;
  font-weight: 600;
  
  text-transform: uppercase;
  line-height: 1.4;
}
.service-page .init-3 .container .more span {
  vertical-align: middle;
}
.service-page .init-3 .container .more img {
  vertical-align: middle;
  display: inline-block;
  margin-left: 20px;
  position: relative;
  z-index: 2;
}
.service-page .init-4 .container .tips {
  
  font-weight: 600;
  text-transform: uppercase;
}
.service-page .init-4 .container form input,
.service-page .init-4 .container form textarea {
  margin-top: 30px;
  width: 100%;
  background: #fff;
  border: 1px solid #d9d9d9;
  padding: 12px 60px;
  background-repeat: no-repeat;
  font-size: 16px;
  -o-background-size: 26px auto;
  background-size: 26px auto;
  background-position: 20px 12px;
}
.service-page .init-4 .container form .name,
.service-page .init-4 .container form .mail {
  width: -webkit-calc(25%);
  width: -moz-calc(25%);
  width: calc(50% - 25px);
}
.service-page .init-4 .container form .mail {
  margin-left: 50px;
}
.service-page .init-4 .container form .submit {
  width: auto;
  padding: 10px 60px;
  margin-top: 30px;
  font-size: 20px;
  
  font-weight: 600;
  text-transform: uppercase;
}
.download-page .container .tips {
  
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}
.download-page .container .tips .r {
  color: var(--color);
}
.download-page .container .content {
  margin-top: 20px;
}
.download-page .container .content ul {
  margin: 0 -25px;
}
.download-page .container .content ul li {
  margin-top: 30px;
  padding: 0 25px;
}
.download-page .container .content ul li .box .img {
  display: block;
  overflow: hidden;
}
.download-page .container .content ul li .box .img img {
  width: 100%;
}
.download-page .container .content ul li .box .text {
  display: block;
  margin-top: 20px;
  
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}
.download-page .pwd_cont{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 18;
  display: none;
}
.download-page .pwd_cont .set_pwd{
  display: none;
}
.download-page .pwd_cont .shadow{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.download-page .pwd_cont .cont{
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  transform: translate(-50% , -50%);
  background: #fff;
}
.download-page .pwd_cont .cont .close{
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 34px;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  background: #eee;
  cursor: pointer;
  transition: all .5s;
}
.download-page .pwd_cont .cont .close:hover{
  color: #fff;
  background: var(--color);
}
.download-page .pwd_cont .cont .f_cont{
  padding: 30px 26px;
}
.download-page .pwd_cont .cont .f_cont input{
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 16px;
}
.download-page .pwd_cont .cont .f_cont .send_btn{
  width: auto;
  padding:  10px 40px;
  display: inline-block;
  background: var(--color);
  color: #fff;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  font-size: 18px;
  text-align: center;
  margin-top: 20px;
}
.download-page .pwd_cont .cont .title{
    font-size: 18px;
    color: #222;
    text-transform: capitalize;
    line-height: 1;
    font-weight: 700;
    padding: 15px 20px;
    background: #f5f5f5;
    -o-box-shadow: 0 0 5px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.1);
    box-shadow: 0 0 5px rgba(0,0,0,.1);
    padding-right: 50px;
}
.device-page .init-1 .container .left {
  vertical-align: middle;
}
.device-page .init-1 .container .left img {
  width: 100%;
}
.device-page .init-1 .container .right {
  vertical-align: middle;
  padding-left: 50px;
}
.device-page .init-1 .container .right .tips {
  text-transform: uppercase;
  
  font-weight: 600;
}
.device-page .init-1 .container .right .des {
  margin-top: 10px;
}
.device-page .init-2 .container .tips {
  font-weight: 600;
  
  text-transform: uppercase;
  text-align: center;
}
.device-page .init-2 .container .tips .r {
  color: var(--color);
}
.device-page .init-2 .container .content ul {
  margin: 0 -15px;
}
.device-page .init-2 .container .content ul li {
  margin-top: 60px;
  padding: 0 15px;
}
.device-page .init-2 .container .content ul li .box .img {
  overflow: hidden;
  border: 1px solid #eee;
}
.device-page .init-2 .container .content ul li .box .img img {
  width: 100%;
}
.device-page .init-2 .container .content ul li .box .cont {
  width: -webkit-calc(52%);
  width: -moz-calc(52%);
  width: calc(100% - 48px);
  background-color: #fff;
  padding: 20px 24px;
  position: relative;
  margin: -56px auto 0;
}
.device-page .init-2 .container .content ul li .box .cont .sub {
  position: absolute;
  width: 4px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--color);
}
.device-page .init-2 .container .content ul li .box .cont .text {
  position: relative;
  z-index: 2;
}
.device-page .init-2 .container .content ul li .box:hover .cont .sub {
  width: 100%;
}
.device-page .init-2 .container .content ul li .box:hover .cont .text {
  color: #fff;
}
.device-page .init-3 .container .left {
  vertical-align: middle;
}
.device-page .init-3 .container .left img {
  width: 100%;
}
.device-page .init-3 .container .right {
  vertical-align: middle;
  padding-left: 50px;
}
.device-page .init-3 .container .right.text{
  padding-left: 0;
  padding-right: 50px;
}
.device-page .init-3 .container .right .tips {
  text-transform: uppercase;
  font-weight: 600;
  
  color: var(--color);
}
.device-page .init-3 .container .right .line {
  width: 250px;
  height: 1px;
  background-color: var(--color);
}
.device-page .init-3 .container .right .tips_title {
  text-transform: uppercase;
  font-weight: 600;
  
  margin-top: 20px;
}
.device-page .init-3 .container .right .des {
  margin-top: 20px;
}
.faq-page .container ul li {
  margin: 10px 0 0;
  word-break: break-word;
  font-weight: 300;
}
.faq-page .container ul li .title {
  background: #f8f8f8;
  border: 1px solid #ebebeb;
  line-height: 2;
  margin: 0;
  padding: 15px 30px 15px 25px;
  cursor: pointer;
  cursor: hand;
  position: relative;
  font-weight: 500;
  
}
.faq-page .container ul li .title i {
  color: #bababa;
  float: right;
  position: absolute;
  top: 26px;
  right: 10px;
}
.faq-page .container ul li .cont {
  border: 1px solid #ebebeb;
  border-top: none;
  padding: 20px 25px;
  font-size: 18px;
  line-height: 2;
  display: none;
}
.faq-page .container ul li.active .title{
  background: var(--color);
  color: white;
}
.news-page {
  background: #f8f8f8;
}
.news-page .container 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 -15px;
}
.news-page .container ul li {
  margin-top: 30px;
  padding: 0 15px;
}
.news-page .container ul li .box {
  height: 100%;
  background-color: #fff;
  padding: 30px;
}
.news-page .container ul li .box .title {

  line-height: 36px;
  font-size: 20px;
  text-transform: uppercase;
  display: block;
  min-height: 5.5em;
}

.ra{
  border-radius: 20px;
}
.news-page .container ul li .box .title:hover {
  color: var(--color);
}
.news-page .container ul li .box .des {
  line-height: 1.8;
  margin-top: 14px;
}
.news-page .container ul li .box .time {
  margin-top: 10px;
  line-height: 30px;
  /*margin-left: 20px;*/
}
.newdet-page .container .title {
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  
}
.newdet-page .container .time_c {
  margin-top: 14px;
  text-align: center;
  line-height: 1.8;
}
.newdet-page .container .time_c .list {
  display: inline-block;
  margin: 0 8px;
}
.newdet-page .container .time_c .list img {
  vertical-align: middle;
  width: 16px;
}
.newdet-page .container .time_c .list span {
  vertical-align: middle;
  margin-left: 2px;
  position: relative;
  top: 1px;
  color: #999;
}
.newdet-page .container .content a
{
 color: var(--color);
 font-weight: bold;
}
.newdet-page .container .content h3
{
 font-size: 24px;
 line-height: 44px;
 color: var(--color);
 font-weight: bold;
 margin: 5px 0;

}
.newdet-page .container .content {
  margin-top: 50px;
  line-height: 30px;
}
.m-link {
  margin-top: 50px;
}
.m-link a {
  margin-top: 6px;
  font-size: 16px;
  line-height: 30px;
  display: inline-block;
}
.m-link a:hover {
  color: var(--color);
  text-decoration: underline;
}
.contact-page .h2{
  font-weight: 500;
  color: var(--color);
  line-height: 1.6;
}
.contact-page .init-1 .container {
  /*border-bottom: 1px solid #eee;*/
}
.contact-page .init-1 .container .left .tips {
  font-weight: 600;
  margin-bottom: 32px;
  
  text-transform: uppercase;
}
.contact-page .init-1 .container .left .des {
  margin-top: 10px;
  line-height: 30px;
}
.contact-page .init-1 .container .left form .list {
  margin-top: 20px;
  width: 100%;
}
.contact-page .init-1 .container .left form .list .name {
  font-size: 16px;
  line-height: 2;
  color: #5e5e5e;
  display: block;
  margin-bottom: 5px;
}
.contact-page .init-1 .container .left form .list input,
.contact-page .init-1 .container .left form .list textarea {
  width: 100%;
  line-height: 2;
  border: 1px solid #c6cbc8;
  padding: 13px 15px;
  font-size: 16px;
  color: #333;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: #fff;
}
.contact-page .init-1 .container .left form .list input:focus,
.contact-page .init-1 .container .left form .list textarea:focus {
  border: 1px solid var(--color);
}
.contact-page .init-1 .container .left form .submit_c .submit_btn {
  margin-top: 20px;
  cursor: pointer;
  display: inline-block;
  padding: 8px 40px;
  background-color: var(--color);
 
  color: #fff;
  border-radius: 16px;
  
  text-transform: uppercase;
}
.contact-page .init-1 .container .left{
  vertical-align: top;
}
.contact-page .init-1 .container .right {
  padding-left: 80px;
  vertical-align: top;
}
.contact-page .init-1 .container .right .tips {
  font-weight: 600;
  
  text-transform: uppercase;
}
.contact-page .init-1 .container .right .list ul li {
  padding-bottom: 10px;
  margin-top: 30px;
  border-bottom: 1px solid #eee;
}
.contact-page .init-1 .container .right .list ul li .tips_2 {
  font-weight: 600;
  
  text-transform: uppercase;
}
.contact-page .init-1 .container .right .list ul li .tips_2 i {
  width: 40px;
}
.contact-page .init-1 .container .right .list ul li .cont {
  word-wrap: break-word;
  margin: 10px 0 20px 0;
  line-height: 32px;
}
.contact-page .init-1 .container .right .list ul li:last-child {
  border: none;
}
.contact-page .init-1 .container .right .list ul li:last-child .cont {
  margin-bottom: 0;
}
.contact-page .init-2 {
  position: relative;
  z-index: 1;
  padding-top: 20px;
}
.contact-page .init-2 .container {
  width: 100%;
  padding: 0;
}
.contact-page .init-2 .container .map #mapContainer {
  height: 400px;
}
.video-page .container ul {
  margin: -15px;
}
.video-page .container ul li {
  padding: 15px;
}
.video-page .container ul li video {
  display: block;
  width: 100%;
  max-height: 300px;
  background: #333;
}

.history-page .top_c .left .tips{
  text-transform: uppercase;
}
.history-page .top_c .left .title{
  font-weight: bold;
  margin-top: 10px;
  text-transform: uppercase;
  
  margin: 10px 0;
}
.history-page .top_c .left .des{
  margin-top: 20px;
}
.history-page .top_c .left .line{
  width: 150px;
  height: 4px;
  background: var(--color);
}
.history-page .top_c .right{
  padding-left: 50px;
}
.history-page .top_c .right img{
  width: 100%;
}

.history-page .bottom_c .list{
  padding-top: 60px;
  border-top: 1px solid #ddd;
  margin-top: 60px;
}
.history-page .bottom_c .time{
  width: 160px;
  
  color: var(--color);
  line-height: 1;
}
.history-page .bottom_c .content{
  width: calc(100% - 160px);
  color: rgba(0, 0, 0, 0.8);
}
.history-page .bottom_c .content .img{
  margin-top: 20px;
  max-width: 1000px;
}


@media (max-width: 1500px) {


  .about-page .init-1 .container .list_cont .list .num {
    font-size: 80px;
  }
}
@media (max-width: 1250px) {
  .inner-banner .bottom_c .left {
    display: none;
  }
  .inner-banner .bottom_c .right {
    width: 100%;
    text-align: left;
    margin: 16px 0;
  }
  .sidebar-box .sidebar-left {
    display: none;
  }
  .sidebar-box .sidebar-right {
    width: 100%;
  }
  .technology-page .init-1 .container .content .list {
    width: 310px;
  }
  .technology-page .init-1 .container .content .list2 {
    margin: 0 20px;
  }
  .technology-page .init-1 .container .content .list2 .title_c::before {
    display: none;
  }
  .technology-page .init-1 .container .content .list2 .title_c::after {
    display: none;
  }
  .service-page .init-1 .container .right .bottom_c .cont {
    right: 86%;
  }
  .product-new-page .init-2 .container .content .btn{
    display: none !important;
  }
  .news-page .container ul li .box .title{
    font-size: 16px;
  }
}
@media (max-width: 1000px) {
  a.foota{
        display: none !important;
  }
  .inner-banner .cat_cont {
    height: auto;
    padding: 100px 0;
  }
  .inner-banner .cat_cont .container .cat_name {
    line-height: 2;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    text-align: center;
  }
  .suatainable-page .init-1 .container .cont {
    width: 90%;
  }
  .suatainable-page .init-2 .container .title_c .left {
    width: 100%;
    text-align: center;
  }
  .suatainable-page .init-2 .container .title_c .left .line {
    margin: 10px auto;
  }
  .suatainable-page .init-2 .container .title_c .right {
    text-align: center;
    width: 100%;
    margin-top: 20px;
  }
  .suatainable-page .init-2 .container .content {
    margin: 20px -10px;
  }
  .suatainable-page .init-2 .container .content .list {
    padding: 0 10px;
  }
  .suatainable-page .init-2 .container .content .list .box .text {
    text-align: center;
    font-size: 24px;
  }
  .about-page .init-1 .container .des {
    text-align: center;
    line-height: 2;
  }
  /*.about-page .init-2 .container .img {
    height: 300px;
  }*/
  .about-page .init-3 .container .list .column {
    width: 100%;
  }
  .about-page .init-3 .container .list .right {
    padding: 0;
    text-align: center;
    margin-top: 20px;
  }
  .about-page .init-3 .container .list .right .line {
    margin: 6px auto 0;
  }
  .about-page .init-3 .container .list:nth-child(2n) .left {
    left: 0;
  }
  .about-page .init-3 .container .list:nth-child(2n) .right {
    left: 0;
    padding: 0;
  }
  .about-page .init-4 .container .content {
    margin: 40px -10px 0;
  }
  .about-page .init-4 .container .content .slick li {
    padding: 0 10px;
  }
  .about-page .init-5 .container .img {
    height: 400px;
  }
  .about-page .init-6 .container .column {
    width: 100%;
  }
  .about-page .init-6 .container .right {
    padding-left: 0;
    margin-top: 20px;
    text-align: center;
  }
  .honor-page .container .list {
    padding: 70px 20px;
  }
  .honor-page .container .list .content {
    margin: 30px -10px 0;
  }
  .honor-page .container .list .content .slick li {
    padding: 0 10px;
  }
  .honor-page .container .list .content .slick .slick-next {
    right: -14px;
  }
  .honor-page .container .list .content .slick .slick-prev {
    left: -14px;
  }
  .product-page .product-list li {
    text-align: center;
    width: 33.33% !important;
  }
  .prodet-page .init-1 .container .left {
    width: 100%;
    padding: 0 60px;
    position: static;
    
  }
  .prodet-page .init-1 .container .right {
    width: 100%;
    margin-top: 40px;
  }
  .prodet-page .init-1 .container .right .title {
    text-align: center;
  }
  .prodet-page .init-2 .container .tips {
    text-align: center;
  }
  .prodet-page .init-3 .container .tips {
    text-align: center;
  }
  .prodet-page .init-4 .container .tips {
    text-align: center;
  }
  .prodet-page .init-4 .container .content .slick li .box .text {
    text-align: center;
  }
  .prodet-page .init-5 {
    text-align: center;
  }
  .product-new-page .init-1 .container .column {
    width: 100%;
    text-align: center;
  }
  .product-new-page .init-1 .container .right {
    margin-top: 20px;
  }
  .product-new-page .init-2 .container .content .slick li .box {
    text-align: center;
  }
  .product-new-page .init-3 .top .cont {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
  .technology-page .init-1 .container .content .list {
    margin: 20px 10px 0;
  }
  .technology-page .init-2 .container .list .left {
    width: 100%;
    padding: 0;
  }
  .technology-page .init-2 .container .list .right {
    width: 100%;
    padding: 0;
    text-align: center;
    margin-top: 20px;
  }
  .technology-page .init-2 .container .list:nth-child(2n) .left {
    left: 0;
  }
  .technology-page .init-2 .container .list:nth-child(2n) .right {
    left: 0;
    padding: 0;
  }
  .agent-page .init-1 .container .left {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .agent-page .init-1 .container .right {
    margin-top: 40px;
    width: 100%;
  }
  .agent-page .init-3 .container .tips {
    text-align: center;
  }
  .agent-page .init-3 .container .title_c {
    text-align: center;
  }
  .agent-page .init-3 .container .title_c .list {
    margin: 10px 0 0 0;
  }
  .agent-page .init-4 .container {
    text-align: center;
  }
  .service-page .init-1 .container .left {
    width: 100%;
    text-align: center;
  }
  .service-page .init-1 .container .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
    text-align: center;
  }
  .service-page .init-1 .container .right .bottom_c .cont {
    width: 100%;
    left: 0;
  }
  .service-page .init-1 .container .right .bottom_c .cont .list {
    width: 210px;
  }
  .service-page .init-2 .container .left {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .service-page .init-2 .container .right {
    width: 100%;
    margin-top: 20px;
  }
  .service-page .init-4 .container {
    text-align: center;
  }
  .device-page .init-1 .container .left {
    width: 100%;
  }
  .device-page .init-1 .container .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
    text-align: center;
  }
  .device-page .init-3 .container .left {
    width: 100%;
  }
  .device-page .init-3 .container .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
    text-align: center;
  }
  .device-page .init-3 .container .right .line {
    margin: auto;
  }
  .news-page .container ul {
    margin: 0 -5px;
  }
  .news-page .container ul li {
    padding: 0 5px;
    margin-top: 10px;
    text-align: center;
    width: 50% !important;
  }
  .news-page .container ul li .box {
    padding: 15px;
  }
  .news-page .container ul li .box .time {
    margin-left: 0;
  }
  .contact-page .init-1 .container .left {
    width: 100%;
    text-align: center;
  }
  .contact-page .init-1 .container .left form .list .name {
    text-align: left;
  }
  .contact-page .init-1 .container .left form .submit_c .submit_btn {
    width: 100%;
  }
  .contact-page .init-1 .container .right {
    width: 100%;
    margin-top: 40px;
    padding-left: 0;
  }
  .contact-page .init-1 .container .right .tips {
    text-align: center;
  }
  .history-page .top_c .left{
    width: 100%;
    text-align: center;
  }
  .history-page .top_c .left .line{
    display: none;
  }
  .history-page .top_c .right{
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
  .history-page .bottom_c .time{
    text-align: center;
    width: 100%;
  }
  .history-page .bottom_c .content{
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  .history-page .bottom_c .content .img img{
    text-align: center;
    display: block;
    margin: auto;
  }
}
@media (max-width: 700px) {
  .phone_hide {
    display: none;
  }

  .font-20{
    font-size: 16px;
    line-height: 30px;
  }
  .font-16{
    font-size: 14px;
    line-height: 28px!important;
  }
 
  .suatainable-page .init-1 .container {
    width: 96%;
  }
  .about-page .init-1 .container .list_cont .list {
    margin: 20px 0 0;
    text-align: center;
    width: 100%;
  }
  .about-page .init-1 .container .list_cont .list .text {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
  .about-page .init-2 {
    margin-top: 40px;
  }

  .honor-page .container .list .title {
    margin: 0 -20px;
  }
  .honor-page .container .list .des {
    margin: 20px -20px 0;
  }
  .honor-page .container .list .content .slick .slick-arrow {
    font-size: 30px;
  }
  .technology-page .init-1 .container .content {
    margin-top: 10px;
  }
  .technology-page .init-1 .container .content .list {
    width: 100%;
    margin: 40px 0 0;
  }
  .patent-page .patent-list li .left {
    width: 100%;
    padding: 0;
    border: none;
  }
  .patent-page .patent-list li .right {
    padding: 0;
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  .service-page .init-1 .container .right .bottom_c .cont {
    padding-top: 20px;
  }
  .service-page .init-1 .container .right .bottom_c .cont .list {
    width: 100%;
    margin-top: 20px;
  }
  .download-page .container .content ul {
    margin: 0 -10px;
  }
  .download-page .container .content ul li {
    padding: 0 10px;
  }
  .news-page .container ul li{
    width: 100% !important;
  }
  .product-page .product-list li{
    width: 50% !important;
  }
.font-60 {
    font-size: 30px;
  }

  .co {
    color: #5f5f5f;
  }
  .font-48 {
    font-size: 24px;
    line-height: 1.8;
  }
  .font-46{
    font-size: 23px
  }
  .font-40 {
    font-size: 22px;
    line-height: 1.8;
  }
  .font-36 {
    font-size: 24px;
    line-height: 1.8;
  }
  .font-30 {
    line-height: 1.8;
    font-size: 24px;
  }
  .font-24 {
    font-size: 18px;
    line-height: 1.8;
  }
}
@media (max-width: 500px) {
  .pt-90 {
    padding-top: 40px;
  }
  .pb-90 {
    padding-bottom: 40px;
  }
  .pt-80 {
    padding-top: 40px;
  }
  .pb-70 {
    padding-bottom: 40px;
  }
  .pt-70 {
    padding-top: 40px;
  }
  .inner-page .h3 {
    font-size: 18px;
    line-height: 32px;
}
  


  .right_nav_list{
    right: 5px;
  }
  .right_nav_list ul li{
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .right_nav_list ul li .more_cont{
    font-size: 20px;
  }
  .inner-banner .bottom_c .right {
    font-size: 14px;
    line-height: 2;
  }
  .inner-banner .bottom_c .right .img {
    margin-top: 2px;
  }
  .suatainable-page .init-2 .container .title_c .left .line {
    margin: 5px auto;
  }
  .suatainable-page .init-2 .container .title_c .right {
    margin-top: 4px;
  }
  .suatainable-page .init-2 .container .content {
    margin: 0 -10px;
  }
  .suatainable-page .init-2 .container .content .list .box .text {
    font-size: 20px;
    padding: 10px 16px;
  }
  .suatainable-page .init-1 .container .cont {
    padding: 16px;
  }
  .suatainable-page .init-3 .container .content .slick {
    margin-top: 20px;
  }
  .about-page .init-1 .container .list_cont {
    margin-top: 10px;
  }
  .about-page .init-1 .container .list_cont .list .num {
    font-size: 50px;
  }
  .about-page .init-1 .container .list_cont .list .text {
    margin-top: 10px;
  }
  .about-page .init-3 {
    padding-top: 10px;
  }
  .about-page .init-3 .container .list {
    margin-top: 40px;
  }
  .about-page .init-4 .container .line {
    margin: 6px auto 0;
  }
  .about-page .init-4 .container .content {
    margin-top: 20px;
  }
  .about-page .init-4 .container .s_page {
    margin-top: 10px;
  }
  .about-page .init-4 .container .s_page li {
    width: 8px;
    height: 8px;
    margin: 0 5px;
  }
  .about-page .init-5 {
    height: auto;
  }
  .honor-page .container .list {
    padding: 40px 20px;
  }
  .product-page .product-list {
    margin: 0;
  }
  .product-page .product-list li {
    padding: 0;
    width: 100% !important;
  }
  .m-page {
    margin-top: 30px;
  }
  .m-page a {
    width: 26px;
    height: 26px;
    line-height: 26px;
    margin: 5px;
  }
  .m-page a::before {
    left: 8px;
  }
  .m-page span {
    line-height: 28px;
    width: 26px;
    height: 26px;
    margin: 2px;
  }
  .prodet-page .init-1 .container .left {
    padding: 0;
  }
  .prodet-page .init-1 .container .left .big_img .btn {
    zoom: 0.6;
  }
  .prodet-page .init-1 .container .left .big_img .prev {
    left: -8px;
  }
  .prodet-page .init-1 .container .left .big_img .prev i {
    margin-left: -2px;
  }
  .prodet-page .init-1 .container .left .big_img .next {
    right: -8px;
  }
  .prodet-page .init-1 .container .left .big_img .next i {
    margin-left: 2px;
  }
  .prodet-page .init-1 .container .left .small_img ul {
    margin: 0 -5px;
  }
  .prodet-page .init-1 .container .left .small_img ul li {
    padding: 0 5px;
  }
  .prodet-page .init-1 .container .right .title {
    line-height: 1.8;
  }
  .prodet-page .init-3 .container .title_list .list {
    width: 50%;
    text-align: center;
    font-size: 16px;
  }
  .prodet-page .init-3 .container .content_list .list {
    padding-top: 20px;
  }
  .prodet-page .init-5 .container form .name {
    width: 100%;
  }
  .prodet-page .init-5 .container form .mail {
    width: 100%;
    margin-left: 0;
  }
  .prodet-page .init-5 .container form input {
    padding: 12px 12px 12px 60px;
    margin-top: 16px;
  }
  .prodet-page .init-5 .container form textarea {
    padding: 12px 12px 12px 60px;
    margin-top: 16px;
  }
  .product-new-page .init-2 .container .content {
    margin-top: 20px;
  }
  .product-new-page .init-2 .container .content .slick li .box .sub_c .sub {
    margin-top: -3px;
  }
  .product-new-page .init-2 .container .content .slick li .box .more img {
    margin-left: 20px;
  }
  .product-new-page .init-3 .top .cont {
    padding: 100px 0;
  }
  .technology-page .init-1 .container .content .list .des {
    margin-top: 20px;
  }
  .application-page .container .content ul {
    margin: 0;
  }
  .application-page .container .content ul li {
    margin-top: 30px;
    padding: 0;
  }
  .patent-page .patent-list li {
    padding: 20px 15px;
  }
  .patent-page .patent-list li .right .des {
    margin-top: 10px;
  }
  .agent-page .init-4 .container form .name {
    width: 100%;
  }
  .agent-page .init-4 .container form .mail {
    width: 100%;
    margin-left: 0;
  }
  .agent-page .init-4 .container form input {
    margin-top: 20px;
    padding: 12px 20px 12px 60px;
  }
  .agent-page .init-4 .container form textarea {
    margin-top: 20px;
    padding: 12px 20px 12px 60px;
  }
  .service-page .init-1 .container .left img {
    margin-top: 20px;
  }
  .service-page .init-1 .container .right .content_list {
    padding-top: 10px;
  }
  .service-page .init-1 .container .right .content_list .list .des {
    margin-top: 10px;
  }
  .service-page .init-1 .container .right .bottom_c .cont .list .top {
    font-size: 50px;
  }
  .service-page .init-4 .container form input {
    margin-top: 20px;
    padding: 12px 20px 12px 60px;
    width: 100%;
  }
  .service-page .init-4 .container form textarea {
    padding: 12px 20px 12px 60px;
    width: 100%;
    margin-top: 20px;
  }
  .service-page .init-4 .container form .name {
    width: 100%;
  }
  .service-page .init-4 .container form .mail {
    width: 100%;
    margin-left: 0;
  }
  .download-page .container .content {
    margin-top: 0;
  }
  .download-page .container .content ul li .box .text {
    margin-top: 10px;
  }
  .device-page .init-2 .container .content ul li {
    margin-top: 30px;
  }
  .device-page .init-2 .container .content ul li .box .cont {
    width: 100%;
    margin: 0;
    text-align: center;
    padding: 16px 10px;
  }
  .device-page .init-2 .container .content ul li .box .cont .sub {
    width: 100%;
  }
  .device-page .init-2 .container .content ul li .box .cont .text {
    color: #fff;
  }
  .news-page .container ul {
    margin: 0;
  }
  .news-page .container ul li {
    padding: 0;
    margin-top: 20px;
  }
  .newdet-page .container .content {
    margin-top: 20px;
  }
  .m-link {
    margin-top: 20px;
  }
  .contact-page .init-1 .container .left form {
    margin-top: 20px;
  }
  .contact-page .init-1 .container .left form .list {
    margin-top: 10px;
  }
  .contact-page .init-1 .container .left form .list input {
    padding: 6px;
  }
  .contact-page .init-1 .container .left form .list textarea {
    padding: 6px;
  }
  .contact-page .init-1 .container .left form .submit_c .submit_btn {
    padding: 4px 20px;
  }
  .contact-page .init-1 .container .right .list ul li {
    margin-top: 16px;
  }
  .contact-page .init-1 .container .right .list ul li .tips_2 i {
    width: 30px;
  }
  .contact-page .init-1 .container .right .list ul li .cont {
    margin: 8px 0;
  }
  .video-page .container ul {
    margin: 0;
  }
  .video-page .container ul li {
    padding: 0;
    margin-top: 20px;
  }
  .video-page .container ul li:first-child {
    margin-top: 0;
  }
  .history-page .bottom_c .list{
    padding-top: 20px;
    margin-top: 40px;
  }
}






.inner-page form{
  display: flex;
  flex-wrap: wrap;
}
.about-page .about-2 {
  padding: 40px;
}
.about-page .about-2 .ui.container {
  text-align: left;
  max-width: 1200px;
}
.about-page .about-2 .ui.container h4{
  text-align: center;
  color: var(--color);
}
.about-page .about-2 .ui.container .culturebox {
  background: url(../images/sustainable.jpg) center center no-repeat;
  background-size: cover;
  margin-top: 25px;
}
.about-page .about-2 .ui.container .culturebox ul li .item {
  height: 600px;
  color: #fff;
  position: relative;
  padding: 0 50px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 200px;
  z-index: 3;
  overflow: hidden
}
 .about-page .about-2 .ui.container .culturebox ul li .item:before{
    content:"";
    background: var(--color);
    opacity: .5;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: -100%;
  transition: .3s all;
z-index: -1;
  }
   .about-page .about-2 .ui.container .culturebox ul li .item:hover:before{
     transition: 0.3s all;
     top: 0;
     
   }
.about-page .about-2 .ui.container .culturebox ul li .item h5 {
  font-weight: 700;
  margin-bottom: 20px; 
}
.about-page .about-2 .ui.container .culturebox ul li .item p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5;
}
@media screen and (max-width: 1400px) {
    .about-page .about-2 .ui.container .culturebox ul li .item {
    padding: 0 15px;
    padding-top: 50px;
    position: relative;

  }
}
@media screen and (max-width: 1000px) {
    .about-page .about-2 .ui.container .culturebox ul li .item {
    height: 400px;
  }
}
@media screen and (max-width: 700px) {
    .about-page .about-2 {
    padding: 20px 0;
  }
}


.products-submenu {
  margin-top:-80px;
  position:relative;
  width: 100%;
  top: 0px;
  left: 0;
  z-index: 90;
  
  background-size: cover;
  padding: 0px 00px ;
  display: block;
  padding-top: 0px;
}

.products-submenu .ui.container .main {
  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: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items:center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
.products-submenu .ui.container .main .cateitem {
  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: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.products-submenu .ui.container .main .cateitem .navbox {
  padding:40px 5%;
}
.products-submenu .ui.container .main .cateitem .navbox .grade1 {
  font-weight: 700;
  padding-right: 5%;
}
.products-submenu .ui.container .main .cateitem .navbox ul {
  margin-top: 20px;
  width: 100%;
}
.products-submenu .ui.container .main .cateitem .navbox ul li {
  line-height: 2;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #999;
  text-transform: uppercase;
  padding: 5px 0;
}
.products-submenu .ui.container .main .cateitem .navbox ul li:hover a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: rgba(255, 255, 255, 0.5);
}
.products-submenu .ui.container .main .cateitem .navbox ul li:hover a img {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
.products-submenu .ui.container .main .cateitem .navbox ul li a {
  height: 60px;
  line-height: 60px;
  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: 0 10px;
}
.products-submenu .ui.container .main .cateitem .navbox ul li a img {
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotateZ(-45deg);
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
}
.products-submenu .ui.container .main  .imgbox{
  padding: 40px 5%;
}
.products-submenu .ui.container .main .imgbox ul.imglist li{
  padding: 10px;
}
/*inner jieshu*/






.font-42 {
  font-size: 42px;
}
.uptext {
  text-transform: uppercase;
}

.strength-page .ui.container {
  max-width: 1200px;
}
.strength-page .h3.title {
  font-weight: 500;
  color: #333333;
}
.strength-1 {
  padding: 100px 0;
}
.strength-1 .ui.container {
  text-align: letf;
  max-width: 1200px;
  padding: 0;
}
.strength-1 .ui.container::-webkit-scrollbar{
  display: none;
}
.strength-1 .ui.container ul.processlist {
  background: url(../images/add-zj-1.png) top center no-repeat;
  text-align: left;
  margin-top: 60px;
  width: 1200px;
}
.strength-1 .ui.container ul.processlist:before {
  content: "";
  width: 100%;
  height: 15px;
  border-radius: 7.5px;
  background: #edeeef;
  position: absolute;
  bottom: 76px;
}
.strength-1 .ui.container ul.processlist li {
  padding-top: 0px;
  position: relative;
  height: 390px;
  text-align: center;
}
.strength-1 .ui.container ul.processlist li.active .textbox:before {
  width: 100%;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.strength-1 .ui.container ul.processlist li.active .textbox span {
  color: var(--color);
}
.strength-1 .ui.container ul.processlist li.active .textbox img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
.strength-1 .ui.container ul.processlist li:before {
  width: 10px;
  height: 120px;
  content: "";
  position: absolute;
  left: 50%;
  z-index: -3;
  background: var(--color);
  bottom: 90px;
  margin-left: -5px;
}
.strength-1 .ui.container ul.processlist li .textbox {
  width: 100%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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: relative;
  width: auto;
  margin: 0 auto;
  margin-top: 15px;
}
.strength-1 .ui.container ul.processlist li .textbox span {
  font-weight: 700;
  text-transform: capitalize;
}
.strength-1 .ui.container ul.processlist li .textbox:before {
  content: "";
  width: 0%;
  height: 2px;
  background: var(--color);
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.strength-1 .ui.container ul.processlist li .textbox img {
  margin-left: 5px;
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.strength-1 .ui.container ul.processlist li:nth-child(2) .imgbox img {
  left: 10px;
}
.strength-1 .ui.container ul.processlist li:nth-child(3) .imgbox img {
  left: 3px;
}
.strength-1 .ui.container ul.processlist li:nth-child(4) .imgbox img {
  left: -3px;
}
.strength-1 .ui.container ul.processlist li:nth-child(5) .imgbox img {
  left: -11px;
}
.strength-1 .ui.container ul.processlist li:nth-child(6) .imgbox img {
  left: -18px;
}
.strength-1 .ui.container ul.processlist li .imgbox {
  text-align: center;
  margin: 0 -15px;
}
.strength-1 .ui.container ul.processlist li .imgbox img {
  margin: 0 auto;
  position: relative;
  top: 7px;
  left: 17px;
}
.strength-1 .ui.container ul.processlist li span.point {
  position: relative;
  width: 40px;
  height: 40px;
  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;
  background: rgba(78, 202, 194, 0.3);
  margin: 0 auto;
  margin-top: 70px;
  border-radius: 100%;
}
.strength-1 .ui.container ul.processlist li span.point i {
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 100%;
  background: var(--color);
}
.strength-2 .ui.container .stritem {
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 90px;
}
.strength-2 .ui.container .stritem .imgbox {
  width: 48%;
}
.strength-2 .ui.container .stritem .text {
  width: 48%;
}
.strength-2 .ui.container .stritem .text p {
  margin: 20px 0;
}
.processbox {
  position: fixed;
  width: 100%;
  height: -webkit-calc(100% - 110px);
  height: -moz-calc(100% - 110px);
  height: calc(100% - 110px);
  left: 0;
  top: 110px;
  background: rgba(0, 0, 0, 0.2);
  z-index: 9999;
  text-align: right;
  overflow-y: auto;
  display: none;
}
.processbox .ui.container {
  padding: 0 0;
  margin-left: auto;
  margin-right: 0;
  text-align: left;
  position: relative;
  padding: 80px;
  background: #fff;
  padding-left: 185px;
  max-width: 1580px;
  width: 100%;
}
.processbox .ui.container span.closebtn {
  width: 63px;
  height: 63px;
  border-radius: 100%;
  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;
  background: #d4d4d4;
  cursor: pointer;
  position: absolute;
  left: 25px;
  top: 78px;
}
.processbox .ui.container span.closebtn i {
  font-size: 24px;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
}
.processbox .ui.container span.closebtn:hover i {
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
  -webkit-transform: rotateZ(360deg);
  -moz-transform: rotateZ(360deg);
  -ms-transform: rotate(360deg);
  transform: rotateZ(360deg);
}
.processbox .ui.container .mainbox .h4 {
  height: 63px;
  width: 100%;
  line-height: 63px;
  padding-left: 30px;
  background: #e7e7e7;
  font-weight: 400;
  color: #000;
  margin-bottom: 35px;
}
.processbox .ui.container .mainbox ul.infolist {
  margin-bottom: -60px;
}
.processbox .ui.container .mainbox ul.infolist li.infoitem {
  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: start;
  -webkit-align-items: center;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.processbox .ui.container .mainbox ul.infolist li.infoitem .left {
  width: 48%;
}
/*.processbox .ui.container .mainbox ul.infolist li.infoitem .left .tables{
  height: 328px;
  overflow: auto;
  background: #eee;

}*/
.processbox .ui.container .mainbox ul.infolist li.infoitem .right {
  width: 48%;
}
.processbox .ui.container .mainbox ul.infolist li.infoitem .right img{
 
}
.processbox .ui.container .mainbox ul.infolist li.infoitem .tables td,
.processbox .ui.container .mainbox ul.infolist li.infoitem .tables tr{
  text-align: center;
  background: #eee;
  /*height: 120px!important;
  overflow: auto;*/
}
.factory-page .factory-1 {
  padding-top: 120px;
}
.factory-page .factory-1 .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: 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;
}
.factory-page .factory-1 .ui.container .imgbox {
  width: 50%;
}
.factory-page .factory-1 .ui.container .text {
  width: 45%;
}
.factory-page .factory-1 .ui.container .text .h4 {
  color: var(--color);
}
.factory-page .factory-2 {
  padding-top: 120px;
  padding-bottom: 200px;
}
.factory-page .factory-2 .ui.container .h3 {
  font-weight: 400;
  color: var(--color);
  margin-bottom: 50px;
}
.factory-page .factory-2 .ui.container ul.delist {
  border-bottom: 1px solid #999;
}
.factory-page .factory-2 .ui.container ul.delist li {
  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: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 45px 0;
  border-top: 1px solid #999;
}
.factory-page .factory-2 .ui.container ul.delist li .left .title {
  width: 90%;
}
.factory-page .factory-2 .ui.container ul.delist li .left{
  padding-right: 30px;
}
.factory-page .factory-2 .ui.container ul.delist li .right {
  position: relative;
  margin-left: -20px;
  padding-right: 120px;
}
.factory-page .factory-2 .ui.container ul.delist li .right p{
  text-overflow: -o-ellipsis-lastline;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: inherit;
-webkit-box-orient: vertical;
}
.factory-page .factory-2 .ui.container ul.delist li .right p.active{
  -webkit-line-clamp: inherit;
}
.factory-page .factory-2 .ui.container ul.delist li .right i {
  position: absolute;
  font-size: 20px;
  top: 0;
  right: 80px;
}
.factory-page .factory-2 .ui.container ul.delist li .right .imgbox {
  margin-top: 40px;
  display: none;
}
.service-4 {
  padding-top: 110px;
  padding-bottom: 140px;
}
.service-4 .ui.container {
  max-width: 1400px;
  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: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.service-4 .ui.container .left {
  width: 55%;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
.service-4 .ui.container .left .imgbox {
  margin-top: 35px;
}
.service-4 .ui.container .right {
  width: 40%;
  padding-top: 114px;
  position: relative;
}
.service-4 .ui.container .right:before {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  background: #eee;
  left: 0;
  top: 55px;
}
.service-4 .ui.container .right ul.applist li {
  margin-bottom: 40px;
  position: relative;
  padding-left: 35px;
}
.service-4 .ui.container .right ul.applist li i {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 1px solid #eee;
  background: #fff;
  position: absolute;
  left: -9px;
  top: 9px;
}
.service-4 .ui.container .right ul.applist li .h5 {
  margin-bottom: 20px;
  font-weight: 400!important;
}
@media screen and (max-width: 1600px) {
  .processbox .ui.container{
    padding-left: 80px;
  }
}
@media screen and (max-width: 1400px) {
  .strength-1 .ui.container {
    overflow-x: auto;
  }

  .products-submenu .ui.container .main .cateitem .navbox ul li{
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px) {
  .font-32 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .factory-page .factory-2 .ui.container ul.delist li .left {
    width: 100%;
  }
  .factory-page .factory-2 .ui.container ul.delist li .right {
    width: 100%;
    margin-top: 40px;
    margin-left: 0;
    padding-right: 40px;
  }
  .factory-page .factory-2 .ui.container ul.delist li .right i {
    right: 0;
  }
  .processbox .ui.container {
    padding-top: 100px;
    
  }
  .processbox .ui.container .mainbox ul.infolist li.infoitem:nth-child(2) {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .processbox .ui.container .mainbox ul.infolist li.infoitem .left {
    width: 100%;
    margin: 20px 0;
  }
  .processbox .ui.container .mainbox ul.infolist li.infoitem .right {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .strength-2 .ui.container .stritem:nth-child(2n) {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .strength-2 .ui.container .stritem .text {
    width: 100%;
  }
  .strength-2 .ui.container .stritem .imgbox {
    width: 100%;
  }
  .factory-page .factory-1 .ui.container .imgbox {
    width: 100%;
  }
  .factory-page .factory-1 .ui.container .text {
    width: 100%;
    margin-top: 20px;
  }
  .processbox .ui.container {
    padding: 20px;
    padding-top: 100px;
  }
  .processbox .ui.container span.closebtn {
    left: 20px;
    top: 20px;
  }
   .service-4 .ui.container .left {
    width: 100%;
    position: relative;
    top: 0;
  }
  .service-4 .ui.container .right {
    width: 100%;
  }
}



.lg-page ul{
  margin: -15px;
}

.lg-page ul li{
  padding: 15px;
}

.product-page .top {
  text-align: center;
  margin-top: 5%;
}
.product-page .top .fl-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 365px;
  height: 68px;
}
.product-page .top .fl-list span {
  width: 100%;
  height: 100%;
  display: block;
  border: solid 1px #5f5f5f;
  text-align: left;
  padding: 21px 34px 0 28px;
  cursor: pointer;
  font-size: 20px;
  color: #5f5f5f;

  line-height: 1.8;
}
.product-page .top .fl-list span em {
  display: inline-block;
  /*margin-right: 22px;*/
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 86%;
}
.product-page .top .fl-list span i {
  float: right;
  margin-top: 8px;
}
.product-page .top .fl-list ul {
  text-align: left;
   -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: 14px;
 
  top: 100%;
  left: 0px;
 width: 100%;
  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;
    background: rgba(255,255,255,0.8);
    z-index: 8;
}
.product-page .top .fl-list ul li {
  font-size: 20px;
  color: #5f5f5f;
  padding: 10px;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  transition: .2s;
  position: relative;
  
}
.product-page .top .fl-list ul li:hover {
  color: var(--color);
}
.product-page .top .fl-list ul li ul{
  left: 100%;
  top: 0;
  width: auto;
  white-space: nowrap;
}
.product-page .top .fl-list:hover>ul,.product-page .top .fl-list>ul>li:hover>ul,.product-page .top .fl-list>ul>li>ul>li: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;
}
.product-page .top .product-search {
  vertical-align: top;
  display: inline-block;
  margin-left: 54px;
}
.product-page .top .product-search form {
  width: 365px;
  position: relative;
}
.product-page .top .product-search form input[type="text"] {
  width: 100%;
  height: 68px;
  border: solid 1px #5f5f5f;
  font-size: 24px;
  color: #5f5f5f;

  padding: 0 100px 0 30px;
}
.product-page .top .product-search form input[type="submit"] {
  width: 91px;
  height: 68px;
  border: 1px solid #5f5f5f;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/product-search.png) #5f5f5f no-repeat center center;
}
@media screen and (max-width: 1000px){
   .product-page .top .fl-list {
    width: 320px; 
    margin-bottom: 20px;
    display: none;
  }
  .product-page .top .product-search {
    margin-left: 0px; 
       width: 100%;
  }
  .product-page .top .product-search form {
    width: 100%;
  }
  .yejiao{
    display: none!important;
  }
  .haha{
    display: none!important;
  }
  .product-page .top .product-search form input[type="text"]{
    font-size: 20px;
     
  }
}
@media screen and (max-width: 700px){
  .product-page .top .product-search form input[type="text"]{
    font-size: 16px;
       padding: 0 70px 0 20px;
  }
  .product-page .top .product-search form input[type="submit"]{
    width: 65px;
  }
  
}

.seoPublic .Auxil-about .box .left .img{
  height: auto;
}
.seoPublic .Auxil-about .box .left .img img{
  width: 100%;
}
@media screen and (max-width: 700px){
  .seoPublic .Auxil-form .form ul li{
    width: 100%;
  }
}
.haha{
  margin-top: 40px;
  margin-bottom: 80px;
}
.zhishi{
  font-size: 32px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 20px;
}
.bankuai{
  font-size: 16px;
  line-height: 30px;
}
.bankuai h3{
    font-size: 22px;
    line-height: 40px;
    color: var(--color);
    font-weight: 600;
}
.gallery_tip {
  border-bottom: 1px solid #e5e5e5;
}
.gallery_tip ul{
   border-left: 1px solid #e5e5e5;
   margin: 0 !important;
}
.gallery_tip ul li{
   border-right: 1px solid #e5e5e5;
   padding: 0 !important;
    margin: 0 !important;
}
.gallery_tip li a{
  display: block;
  height: 88px;
  font-size: 16px;
  overflow: hidden;

}

.gallery_tip li a>div{
  display: flex;
  align-items: center;
  justify-content: center;
    height: 88px;
}
.gallery_tip li a>div .icon{
  margin-right: 10px;
}
.gallery_tip li a .txt1{
  color: #666666;
  transition: .5s;
}
.gallery_tip li a .txt2{
  color: #ffffff;
   transition: .5s;
}
.gallery_tip li a .txt2 .icon{
  filter: brightness(0) invert(1);
}
.gallery_tip li a:hover,.gallery_tip li a.active  {
  background: var(--color);
}
.gallery_tip li a:hover .txt1,.gallery_tip li a.active .txt1{
  transform: translateY(-100%);
}
.gallery_tip li a:hover .txt2,.gallery_tip li a.active .txt2{
  transform: translateY(-100%);
}


