@font-face {
  font-family: 'Poppins-Light';
  src: url(../fonts/Poppins-Light.ttf) format('truetype'), url(../fonts/Poppins-Light.eot) format('eot'), url(../fonts/Poppins-Light.woff) format('woff'), url(../fonts/Poppins-Light.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins-Regular';
  src: url(../fonts/Poppins-Regular.ttf) format('truetype'), url(../fonts/Poppins-Regular.eot) format('eot'), url(../fonts/Poppins-Regular.woff) format('woff'), url(../fonts/Poppins-Regular.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins-SemiBold';
  src: url(../fonts/Poppins-SemiBold.ttf) format('truetype'), url(../fonts/Poppins-SemiBold.eot) format('eot'), url(../fonts/Poppins-SemiBold.woff) format('woff'), url(../fonts/Poppins-SemiBold.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins-Bold';
  src: url(../fonts/Poppins-Bold.ttf) format('truetype'), url(../fonts/Poppins-Bold.eot) format('eot'), url(../fonts/Poppins-Bold.woff) format('woff'), url(../fonts/Poppins-Bold.woff2) format('woff2');
}
@font-face {
  font-family: 'Anton-Regular';
  src: url(../fonts/Anton-Regular.ttf) format('truetype'), url(../fonts/Anton-Regular.eot) format('eot'), url(../fonts/Anton-Regular.woff) format('woff'), url(../fonts/Anton-Regular.woff2) format('woff2');
}
@font-face {
  font-family: 'Trebuchet-MS';
  src: url(../fonts/Trebuchet-MS.ttf) format('truetype'), url(../fonts/Trebuchet-MS.eot) format('eot'), url(../fonts/Trebuchet-MS.woff) format('woff'), url(../fonts/Trebuchet-MS.woff2) format('woff2');
}
input::-webkit-input-placeholder {
  color: #8e8e8e;
}
textarea::-webkit-input-placeholder {
  color: #8e8e8e;
}
input::-moz-placeholder {
  color: #8e8e8e;
}
input:-moz-placeholder {
  color: #8e8e8e;
}
input:-ms-input-placeholder {
  color: #8e8e8e;
}
body {
  margin: 0;
  padding: 0;
  --color: #ff0000;
  --yellow: #fccf1b;
  font-family: 'Poppins-Regular';
  --font: 'Poppins-Bold';
  background-color: #fff;
}
*::-webkit-scrollbar-thumb {
  background-color: var(--color);
}
.ui.container {
  padding: 0 15px;
  width: 1630px;
  margin: 0 auto;
  position: relative;
}
.sidebar-btn{
  position: fixed;
  bottom: 160px;
  right: 20px;
  z-index: 100;
}
.sidebar-btn div{
  width: 50px;
  height: 50px;
  border-radius:50%;
  display: flex;
  justify-content: center;
  align-items: center; 
  margin: 10px 0;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.6);
  transition: all 0.5s;
  cursor: pointer;
  background-color: #001298;
}
.sidebar-btn div:hover{
  background-color: var(--color);
  border-color: var(--color);
}
.sidebar-btn div i{
  font-size: 24px;
  color: white;
  transform: rotate(180deg);
}
.sidebar-btn div img{
  filter: brightness(0) invert(1);
  transition: all 0.5s;
}
#header {
  z-index: 200;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #001298;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
}
#header .nav {
  position: relative;
  height: 120px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#header .nav .nav-t {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 20px;
}
#header .nav .nav-t .download{
  color:white;
  margin-right: 25px;
  transition: all 0.5s;
}
#header .nav .nav-t .download:hover{
  color: var(--color);
}
#header .nav .nav-t .download i{
  font-size: 24px;
  margin-right: 8px;
}
#header .nav .nav-t > ul {
  margin-right: 45px;
}
#header .nav .nav-t > ul > li {
  font-size: 14px;
  color: #d6d6d6;
  margin-right: 30px;
  font-family: 'Poppins-Light';
}
#header .nav .nav-t > ul > li:last-child {
  margin-right: 0;
}
#header .nav .nav-t .h-search {
  margin-left: 20px;
  padding-left: 22px;
  border-left: 1px solid white;
  cursor: pointer;
}
#header .nav .ui.menu {
  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: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin-right: 40px;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 1;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  position: relative;
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li ul.sub-menu {
  top: 0;
  left: 100%;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 30px;
}
#header .nav .ui.menu .right .h-inquiry {
  width: 150px;
  height: 40px;
  background-color: var(--color);
  color: white;
  border-radius: 35px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .right .h-inquiry:hover {
  background-color: #000;
}
.language-box .zhuyu span {
  font-size: 18px;
  color: white;
}
.language-box .zhuyu i {
  font-size: 14px;
  color: white;
  margin-left: 10px;
}
.language-box .hover-language {
  width: auto;
  position: relative;
  vertical-align: middle;
}
.language-box ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 40px;
  right: -30px;
  z-index: 100;
  white-space: nowrap;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  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.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
.language-box ul.sub-menu li a {
  width: 110px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 14px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.language-box ul.sub-menu li a img {
  margin-right: 10px;
  width: 25px;
  height: auto;
}
.language-box ul.sub-menu li:hover a {
  background: var(--color);
  color: white;
}
.language-box:hover .hover-language ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#banner {
  position: relative;
  margin-top: 120px;
}
#banner .banner-content ul {
  position: relative;
}
#banner .banner-content ul li {
  position: relative;
}
#banner .banner-content ul li .content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 5;
  color: white;
}
#banner .banner-content ul li .content .box {
  max-width: 45%;
}
#banner .banner-content ul li .content .img {
  max-width: 55%;
}
#banner .banner-content ul li .bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#banner .banner-content ul .slick-dots {
  width: 1600px;
  position: absolute;
  left: 50%;
  bottom: 35px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  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;
}
#banner .banner-content ul .slick-dots li.slick-active {
  background-color: var(--color);
}
#banner .banner-content ul .slick-dots li {
  margin-right: 15px;
  position: relative;
  width: 50px;
  height: 6px;
  border-radius: 15px;
  background-color: white;
  padding: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#banner .banner-content ul .slick-dots li:last-child {
  margin-right: 0;
}
#banner .banner-content ul .slick-dots li button {
  display: none;
}
.more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 30px;
  background-color: var(--color);
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.more:hover {
  border-color: #000;
}
.more span {
  position: relative;
  z-index: 2;
  font-size: 20px;
  color: white;
  text-transform: uppercase;
  margin-right: 8px;
}
.more i {
  font-size: 20px;
  color: white;
  position: relative;
  z-index: 2;
}
.more::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  right: 100%;
  top: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.more:hover::before {
  right: 0;
}
.more.white {
  background-color: transparent;
  border-color: white;
}
.more.white:hover {
  border-color: var(--color);
}
.more.white::before {
  background-color: var(--color);
}
.h-title h3 {
  font-size: 54px;
  font-family: 'Trebuchet-MS';
  color: #333;
  position: relative;
}
.h-title h3::after {
  content: "product";
  font-size: 120px;
  color: #8e8e8e;
  font-family: 'Anton-Regular';
  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%);
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.2);
  color: transparent;
  text-transform: uppercase;
}
.h-title p {
  font-size: 18px;
  font-family: 'Trebuchet-MS';
}
#index-body .category {
  padding: 105px 0 130px;
  position: relative;
  background-color: #f8f8fb;
}
#index-body .category .category-content ul {
  margin: 60px -15px 0;
}
#index-body .category .category-content ul li {
  padding: 0 15px;
}
#index-body .category .category-content ul li .box {
  background-color: #eeeeee;
  padding-bottom: 25px;
}
#index-body .category .category-content ul li .box .btn {
  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;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#index-body .category .category-content ul li .box .btn:hover {
  border-color: var(--color);
}
#index-body .category .category-content ul li .box .btn:hover i,
#index-body .category .category-content ul li .box .btn:hover span {
  color: var(--color);
}
#index-body .category .category-content ul li .box .btn span {
  font-size: 16px;
  text-transform: uppercase;
  margin-right: 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .category .category-content ul li .box .btn i {
  font-size: 14px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .category .category-content ul li .img_box {
  position: relative;
  overflow: hidden;
}
#index-body .category .category-content ul li .img_box:hover .text {
  right: 0;
}
#index-body .category .category-content ul li .img_box .text {
  position: absolute;
  right: 120%;
  top: 0;
  padding: 40px 30px 0;
  width: 100%;
  height: 100%;
  background-color: rgba(241, 241, 241, 0.8);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .category .category-content ul li .img_box .text p {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
}
#index-body .category .category-content ul li .img_box .btn {
  margin-left: 0;
  margin-top: 15px;
}
#index-body .application {
  padding-top: 100px;
  background-color: #001298;
}
#index-body .application .h-title {
  width: 80%;
}
#index-body .application .h-title h3 {
  color: white;
}
#index-body .application .h-title h3::after {
  content: "Application";
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.3);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
}
#index-body .application .h-title p {
  color: white;
  margin-top: 20px;
}
#index-body .application .application-content {
  margin-top: 50px;
}
#index-body .application .application-content ul li {
  width: 33.33333333%;
  position: relative;
}

#index-body .application .application-content ul li:hover .title {
  bottom: 25px;
}
#index-body .application .application-content ul li .img{
  position: relative;
}
#index-body .application .application-content ul li .img::before{
  content:"";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left:0;
  top:0;
  background: linear-gradient(to top,rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0;
  transition: all 0.5s;
}
#index-body .application .application-content ul li:hover .img::before{
  opacity: 1;
}
#index-body .application .application-content ul li .title {
  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 40px;
  position: absolute;
  bottom: -120%;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 5;
}
#index-body .application .application-content ul li .title h4 {
  font-size: 30px;
  font-family: 'Trebuchet-MS';
  color: white;
  width: -webkit-calc(100% - 60px);
  width: -moz-calc(100% - 60px);
  width: calc(100% - 60px);
}
#index-body .application .application-content ul li .title .btn {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  border: 1px solid white;
  background-color: transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .application .application-content ul li .title .btn i {
  color: white;
  font-size: 20px;
}
#index-body .application .application-content ul li .title .btn:hover {
  background-color: var(--color);
  border-color: var(--color);
}
#index-body .about {
  padding: 140px 0 0;
  position: relative;
}
#index-body .about .about-t {
  position: relative;
  margin-bottom: 80px;
}
#index-body .about .about-t .left {
  width: 42.5%;
  position: relative;
}
#index-body .about .about-t .left .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .about .about-t .left .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 165px;
  height: 165px;
  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-keyframes img_scale {
  0% {
    transform: translate(-50%,-50%) scale(0.7);
  }
  100% {
    transform: translate(-50%,-50%) scale(1);
  }
}
@-moz-keyframes img_scale {
  0% {
    transform: translate(-50%,-50%) scale(0.7);
  }
  100% {
    transform: translate(-50%,-50%) scale(1);
  }
}
@keyframes img_scale {
  0% {
    transform: translate(-50%,-50%) scale(0.7);
  }
  100% {
    transform: translate(-50%,-50%) scale(1);
  }
}
#index-body .about .about-t .left .play:before {
  content: "";
  display: block;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  width: 100%;
  height: 100%;
  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%);
  -webkit-animation: img_scale 1s infinite;
  -moz-animation: img_scale 1s infinite;
  animation: img_scale 1s infinite;
}
#index-body .about .about-t .left .play:after {
  content: "";
  display: block;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4);
  width: 135px;
  height: 135px;
  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%);
  -webkit-animation: img_scale 1s infinite;
  -moz-animation: img_scale 1s infinite;
  animation: img_scale 1s infinite;
}
#index-body .about .about-t .left .play img {
  position: relative;
  z-index: 10;
}
#index-body .about .about-t .right {
  width: 57.5%;
  padding-left: 90px;
}
#index-body .about .about-t .right .h-title h3::after {
  content: "About Us";
  left: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#index-body .about .about-t .right p {
  font-family: 'Trebuchet MS';
}
#index-body .about .about-b {
  position: relative;
}
#index-body .about .about-b ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#index-body .about .about-b ul li {
  margin: 15px 0;
}
#index-body .about .about-b ul li:hover h4 {
  color: var(--color);
}
#index-body .about .about-b ul li h4 {
  font-size: 80px;
  font-family: var(--font);
  line-height: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .about .about-b ul li h4 span {
  font-size: 48px;
  margin-left: 0;
}
#index-body .about .about-b ul li p {
  opacity: 0.6;
}
#index-body .advantage {
  padding: 90px 0 80px;
  margin: 110px 0 0;
  background-color: #001298;
}
#index-body .advantage .h-title h3 {
  color: white;
}
#index-body .advantage .h-title h3::after {
  content: "Advantage";
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.3);
}
#index-body .advantage .advantage-content ul {
  margin: 20px -85px 0;
}
#index-body .advantage .advantage-content ul li {
  padding: 0 85px;
  margin: 42px 0;
  color: white;
  opacity: 0.6;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .advantage .advantage-content ul li:hover {
  opacity: 1;
}
#index-body .news {
  padding: 140px 0 145px;
  background-color: #fbfbff;
  position: relative;
  z-index: 5;
}
#index-body .news .news-content {
  margin-top: 75px;
}
#index-body .news .news-content ul {
  margin: 0 -36px;
}
#index-body .news .news-content ul li {
  padding: 0 36px;
  position: relative;
}
#index-body .news .news-content ul li:hover .news_category {
  border-color: var(--color);
}
#index-body .news .news-content ul li .news_category {
  font-size: 16px;
  border-top: 3px solid #000000;
  padding-top: 20px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .news .news-content ul li .date {
  font-size: 16px;
  opacity: 0.6;
  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;
}
#index-body .news .news-content ul li h4 {
  font-size: 20px;
  line-height: 1.2;
  color: #000;
  font-family: var(--font);
  -webkit-transition: color .5s;
  -moz-transition: color .5s;
  transition: color .5s;
  margin: 15px 0 10px;
}
#index-body .news .news-content ul li h4:hover {
  color: var(--color);
}
#index-body .news .news-content ul li p {
  font-size: 18px;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  opacity: 0.6;
}
#index-body .news .news-content ul li .btn {
  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;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#index-body .news .news-content ul li .btn:hover {
  border-color: var(--color);
}
#index-body .news .news-content ul li .btn:hover i,
#index-body .news .news-content ul li .btn:hover span {
  color: var(--color);
}
#index-body .news .news-content ul li .btn span {
  font-size: 20px;
  text-transform: uppercase;
  margin-right: 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .news .news-content ul li .btn i {
  font-size: 20px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer {
  position: relative;
  background-color: #001298;
}
#footer .f-logo {
  display: block;
  text-align: center;
  padding: 40px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
#footer .footer-t {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#footer .footer-t .footer-t-gird {
  width: 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;
  flex-wrap: wrap;
  padding: 75px 0 10px;
}
#footer .footer-t .footer-t-gird .t-list.contact {
  max-width: 421px;
}
#footer .footer-t .footer-t-gird .t-list.contact ul li {
  margin-bottom: 35px;
}
#footer .footer-t .footer-t-gird .t-list.contact ul li:last-child {
  margin-bottom: 0;
}

#footer .footer-t .footer-t-gird .t-list.contact ul li .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#footer .footer-t .footer-t-gird .t-list.contact ul li .list:first-child {
  margin-bottom: 12px;
}
#footer .footer-t .footer-t-gird .t-list.contact ul li .list span:first-child {
  white-space: nowrap;
}
#footer .footer-t .footer-t-gird .t-list.link1{
  flex-direction: row;
  flex-wrap: wrap;
  width: 40%;
}
#footer .footer-t .footer-t-gird .t-list.link2{
  flex-direction: row;
  width: 100%;
  margin-top: 100px;
}
#footer .footer-t .footer-t-gird .t-list.link1 p{
  width: 100%;
}
#footer .footer-t .footer-t-gird .t-list.link2 p{
  margin-bottom: 0;
  margin-right: 50px;
  line-height: 1.2;
}
#footer .footer-t .footer-t-gird .t-list.link1 span {
  margin-bottom: 25px;
  width: 50%;
}
#footer .footer-t .footer-t-gird .t-list.link2 span {
  margin-bottom: 0;
  margin-right: 50px;
}
#footer .footer-t .footer-t-gird .t-list.link span a{
  border-bottom: 1px solid transparent;
  transition: all 0.5s;
}
#footer .footer-t .footer-t-gird .t-list.link span:hover a{
  border-color: white;
  opacity: 1;
}
#footer .footer-t .footer-t-gird .t-list {
  color: #fff;
  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;
}
#footer .footer-t .footer-t-gird .t-list.contact ul li .list{
flex-wrap: wrap;
}
#footer .footer-t .footer-t-gird .t-list.contact ul li #lis{
flex-wrap: wrap;
}
#footer .footer-t .footer-t-gird .t-list.contact ul li #lis span{
  width: 100%;
}
#footer .footer-t .footer-t-gird .t-list.contact ul li:last-child span:first-child{
  color: #fff;
  opacity: 1;
font-size: 24px;
font-family: var(--font);
margin-bottom: 25px;
}
#footer .footer-t .footer-t-gird .t-list .logo {
  margin-bottom: 40px;
}
#footer .footer-t .footer-t-gird .t-list .share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#footer .footer-t .footer-t-gird .t-list .share a {
  background-color: transparent;
  margin-right: 20px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .footer-t .footer-t-gird .t-list .share a i {
  color: #fff;
  font-size: 20px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .footer-t .footer-t-gird .t-list .share a:hover i {
  color: var(--color);
}
#footer .footer-t .footer-t-gird .t-list .share a:last-child {
  margin-right: 0;
}
#footer .footer-t .footer-t-gird .t-list .qc-img img,
#footer .footer-t .footer-t-gird .t-list .qc-img canvas {
  width: 100px;
  height: auto;
  border: 5px solid #fff;
}
#footer .footer-t .footer-t-gird .t-list .line::before {
  content: '';
  display: block;
  width: 30px;
  background-color: #fff;
  height: 4px;
}
#footer .footer-t .footer-t-gird .t-list p {
  font-size: 24px;
  font-family: var(--font);
  margin-bottom: 25px;
}
#footer .footer-t .footer-t-gird .t-list span {
  font-size: 18px;
  color: white;
  line-height: 1.4;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0.6;
}
#footer .footer-t .footer-t-gird .qcode form {
  z-index: 5;
  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;
  width: 450px;
  position: relative;
  margin-bottom: 65px;
}
#footer .footer-t .footer-t-gird .qcode form input[type='text'] {
  width: -webkit-calc((100% - 50px)/2);
  width: -moz-calc((100% - 50px)/2);
  width: calc((100% - 50px)/2);
  padding-bottom: 10px;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  padding-right: 15px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  margin-bottom: 40px;
}
#footer .footer-t .footer-t-gird .qcode form input[name='content'] {
  width: 100%;
  margin-bottom: 0;
}
#footer .footer-t .footer-t-gird .qcode form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
#footer .footer-t .footer-t-gird .qcode form input[type='submit'] {
  width: 19px;
  height: 12px;
  background: url('../images/submit.png') no-repeat;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  right: 0;
  bottom: 10px;
}
#footer .footer-b {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
#footer .footer-b .footer-b-box {
  height: 85px;
  color: white;
}
#footer .footer-b .footer-b-box span {
  display: block;
  font-size: 14px;
}
#footer .footer-b .footer-b-box img {
  width: 220px;
  height: auto;
  padding-top: 5px;
  margin-left: 5px;
}
@media screen and (max-width: 1700px) {
  #footer .footer-t .footer-t-gird .qcode form{
     width:380px;
  }
  .sidebar-btn {
    right: 20px;
  }
 
}
@media (max-width: 1630px) {
  .ui.container {
    width: 1400px;
  }
  #banner .banner-content ul .slick-dots {
    width: 1370px;
  }
  #banner .banner-content ul li .content .box h3 {
    font-size: 36px;
  }
  #banner .banner-content ul li .content .box .banner-btn {
    margin-top: 60px;
  }
    #header .nav .nav-t > ul li {
    margin-right: 10px;
  }
  #header .nav .nav-t > ul {
    margin-right: 20px;
  }
  #header .nav .nav-t .download {
    margin-right: 15px;
  }
  #header .nav .nav-t .h-search {
    margin-left: 10px;
    padding-left: 15px;
  }
  #header .nav .nav-t .download span{
     font-size: 14px;
}
}
@media (max-width: 1400px) {
  .ui.container {
    width: 1200px;
  }

    #header .nav .nav-t > ul li {
    margin-right: 10px;
  }
  #header .nav .nav-t > ul {
    margin-right: 20px;
  }
  #header .nav .nav-t .download {
    margin-right: 15px;
  }
  #header .nav .nav-t .h-search {
    margin-left: 10px;
    padding-left: 15px;
  }
  #banner .banner-content ul .slick-dots {
    width: 1170px;
  }
  #header .nav .logo {
    width: 160px;
  }
  #header .nav .nav-t > ul > li {
    font-size: 14px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 30px;
    font-size: 16px;
  }
  #banner .banner-content ul li .content .box .banner-btn {
    margin-top: 20px;
  }
  #banner .banner-content ul li .content .box h3 {
    font-size: 30px;
    margin-top: 15px;
  }
  #banner .banner-content ul li .content .img {
    max-width: 40%;
  }
  .more {
    padding: 10px 15px;
  }
  .more span {
    font-size: 16px;
  }
  #footer .footer-t .footer-t-gird .qcode form {
    width: 320px;
  }
   #footer .footer-t .footer-t-gird .qcode form input[type='text']{
    width: 100%;
  }
  #footer .footer-t .footer-t-gird .qcode form {
    width: 260px;
  }
}
@media (max-width: 1200px) {
  .ui.container {
    width: 1000px;
  }
    #header .nav .nav-t > ul{
    display: none;
  }
  #banner .banner-content ul .slick-dots {
    width: 970px;
  }
  #header .nav .nav-t > ul {
    margin-right: 20px;
  }
  #header .nav .nav-t > ul > li {
    margin-right: 15px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 15px;
  }
  #header .nav .ui.menu .right {
    margin-left: 15px;
  }
  #header .nav .nav-t .h-search {
    margin-left: 15px;
    padding-left: 15px;
  }
  #header .nav .logo {
    width: 140px;
  }
  #footer .footer-t .footer-t-gird .t-list.contact {
    max-width: 260px;
  }
  #footer .footer-t .footer-t-gird .t-list span {
    font-size: 16px;
  }
  #banner .banner-content ul li .content .box {
    max-width: 60%;
  }
  #banner .banner-content ul li .content .box p {
    font-size: 18px;
  }
  #index-body .about .about-b ul li h4 {
    font-size: 60px;
  }
}
@media (max-width: 1000px) {
  #header {
    display: none;
  }
  #banner {
    margin-top: 120px;
  }
  #mobile{
    display: block !important;
  }
  .ui.container {
    width: 700px;
  }
  #banner .banner-content ul li .content .img {
    display: none;
  }
  #banner .banner-content ul li .content .box {
    max-width: 100%;
  }
  .h-title h3 {
    font-size: 42px;
  }
  #index-body .application .h-title p {
    margin: 20px 0 30px;
  }
  #index-body .about .about-t .right {
    width: 100%;
    padding-left: 0;
  }
  #index-body .about .about-t .left {
    width: 100%;
    margin-bottom: 60px;
  }
  #index-body .about .about-b ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #index-body .about .about-b ul li {
    width: 33.333%;
    text-align: center;
  }
  #footer .footer-t .footer-t-gird .t-list.link {
    display: none;
  }
  #footer .footer-t .footer-t-gird .t-list.contact {
    max-width: 45%;
  }
  #footer .footer-b .footer-b-box {
    padding: 10px 0;
  }
}
@media (max-width: 700px) {
  .ui.container {
    width: 500px;
  }
  #banner .banner-content ul li .content .box .banner-btn {
    display: none;
  }
  #footer .footer-b .footer-b-box span {
    text-align: center;
  }
  #footer .footer-t .footer-t-gird .qcode form,
  #footer .footer-t .footer-t-gird .qcode {
    width: 100%;
  }
  #footer .footer-t .footer-t-gird .t-list.contact {
    max-width: 100%;
    width: 100%;
    margin-bottom: 60px;
  }
  #footer .footer-t .footer-t-gird {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .footer-t .footer-t-gird .t-list.contact ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #footer .footer-t .footer-t-gird .t-list.contact ul li {
    width: 48%;
  }
  #index-body .about .about-b ul li h4 {
    font-size: 40px;
  }
  #index-body .about .about-b ul li p {
    font-size: 16px;
  }
  .h-title h3 {
    font-size: 30px;
  }
  .h-title h3::after {
    font-size: 66px;
  }
  #index-body .application,
  #index-body .advantage,
  #banner .banner-content ul li .content .box p,
  #banner .banner-content ul li .content .box span {
    display: none;
  }
  #index-body .news {
    padding: 80px 0;
  }
  #index-body .about {
    padding: 80px 0;
    position: relative;
  }
  #banner .banner-content ul li .content .box h3 {
    font-size: 24px;
    margin: 0;
  }
  #index-body .category .category-content ul li .img_box img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #footer .footer-t .footer-t-gird .qcode form{
    width: 100%;
  }
}
@media (max-width: 500px) {
  .ui.container {
    width: 100%;
  }
  #footer .footer-t .footer-t-gird .t-list.contact ul li {
    width: 100%;
  }
  #index-body .about .about-b {
    display: none;
  }
  #index-body .about .about-t {
    margin-bottom: 0;
  }
}
























/*-------------------inner-page-----------------------------*/

.inner-page .m-page {
  text-align: right;
  float: none;
  margin: 30px -5px 0;
}
.inner-page .m-page a,
.inner-page .m-page span {
  display: inline-block;
  text-align: center;
  width: 33px;
  height: 33px;
  border: solid 1px #d2d2d2;
  font-size: 16px;
  color: #2a2a2a;
  line-height: 36px;
  border-radius: 5px;
   font-family: var(--font);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin: 5px;
}
.inner-page .m-page a:hover {
  border-color: var(--color);
  background: var(--color) none repeat scroll 0 0;
  color: white;
}
.inner-page .m-page span {
  border-color: var(--color);
  background: var(--color) none repeat scroll 0 0;
  color: white;
}
.i-title h3 {
  font-size: 40px;
  font-family: 'Trebuchet-MS';
  color: #333;
  position: relative;
}
.i-title h3 span {
  content: "";
  font-size: 100px;
  color: #8e8e8e;
  font-family: 'Anton-Regular';
  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%);
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.2);
  color: transparent;
  text-transform: uppercase;
  white-space: nowrap;
}
.i-title p {
  font-size: 18px;
  font-family: 'Trebuchet-MS';
}
.i-title.text-l h3 span {
  left: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.inner-banner {
  margin-top: 120px;
}
.inner-banner .mbx {
  margin-top: 35px;
}
.inner-banner .mbx p span{
  color: var(--color);
}
.app-page {
  padding: 100px 0;
}
.app-page .app-nav {
  margin: 75px 0 65px;
}
.app-page .app-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.app-page .app-nav ul li {
  font-size: 20px;
  cursor: pointer;
}
.app-page .app-nav ul li.active {
  color: var(--color);
}
.app-page .imgs {
  margin: 60px 0 120px;
}
.app-page .imgs ul {
  margin: 0 -25px;
}
.app-page .imgs ul li {
  padding: 0 25px;
}
.related-product .i-title h3 span {
  content: "Related Product";
}
.related-product ul {
  margin: 55px -50px 0;
}
.related-product ul li {
  padding: 0 50px;
}
.related-product ul li h4 {
  text-align: center;
  padding: 0 15px;
  margin-top: 20px;
  font-family: var(--font);
}
.related-factory .i-title h3 span {
  content: "Factory";
}
.related-factory ul {
  margin: 55px -25px 0;
}
.related-factory ul li {
  padding: 0 25px;
}
.related-application {
  padding-bottom: 120px !important;
}
.related-application ul {
  margin: 55px -25px 0;
}
.related-application ul li {
  padding: 0 25px;
}
.related-application ul li .img_box {
  position: relative;
}
.related-application ul li .img_box .title {
  position: absolute;
  left: 0;
  bottom: 25px;
  width: 100%;
  display: block;
}
.related-application ul li .img_box .title h4 {
  width: 100%;
  text-align: center;
  color: white;
  padding: 0 20px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.related-application ul li .img_box .title h4:hover {
  color: var(--color);
}
.manufacture-page {
  padding: 100px 0 120px;
}
.manufacture-page .manufacture-1 .right .i-title h3 span {
  content: "Production";
}
.manufacture-page .manufacture-2 {
  padding: 100px 0 130px;
  margin: 120px 0;
  background-color: #001298;
}
.manufacture-page .manufacture-2 .i-title{
  margin-bottom: 55px;
}
.manufacture-page .manufacture-2 .i-title h3{
  color: white;
}
.manufacture-page .manufacture-2 .i-title h3 span{
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.08);
}
.manufacture-page .manufacture-2 .right ul li {
  display: none;
}
.manufacture-page .manufacture-2 .left {
  max-width: 645px;
}
.manufacture-page .manufacture-2 .left ul li {
  height: 68px;
  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;
  font-size: 24px;
  color: white;
  padding: 0 35px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
.manufacture-page .manufacture-2 .left ul li:last-child {
  margin-bottom: 0;
}
.manufacture-page .manufacture-2 .left ul li.prev-active {
  border-color: transparent;
}
.manufacture-page .manufacture-2 .left ul li.active {
  background-color: var(--color);
  margin-bottom: 20px;
  height: 72px;
  border-radius: 35px;
  font-weight: 600;
  border-color: transparent;
}
.quality-page {
  padding: 120px 0;
}
.quality-page .quality-list {
  margin-bottom: 120px;
}
.quality-page .quality-list:last-child {
  margin-bottom: 0;
}
.quality-page .quality-list .left {
  width: 50%;
}
.quality-page .quality-list .right {
  width: 50%;
}
.quality-page .quality-list .right .img {
  max-width: -webkit-calc((100% - 20px)/2);
  max-width: -moz-calc((100% - 20px)/2);
  max-width: calc((100% - 20px)/2);
}
.quality-page .quality-list:nth-child(odd) .ui.container .left {
  padding-right: 65px;
}
.quality-page .quality-list:nth-child(even) .ui.container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.quality-page .quality-list:nth-child(even) .ui.container .left {
  padding-right: 0;
  padding-left: 65px;
}
.service-page {
  padding: 120px 0;
}
.service-page .service-1 .container ul {
  margin: 85px -25px 0;
}
.service-page .service-1 .container ul li {
  padding: 0 25px;
}
.service-page .service-1 .container ul li:hover .box > h4 {
  opacity: 0;
}
.service-page .service-1 .container ul li:hover .box .text {
  top: 0;
}
.service-page .service-1 .container ul li .box {
  position: relative;
  overflow: hidden;
}
.service-page .service-1 .container ul li .box > h4 {
  width: 100%;
  position: absolute;
  padding: 0 20px;
  bottom: 25px;
  left: 0;
  text-align: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.service-page .service-1 .container ul li .box .text {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 35px;
  top: 100%;
  z-index: 5;
  background-color: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.service-page .service-2 {
  padding: 120px 0;
}
.service-page .service-2 ul {
  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: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 85px;
}
.service-page .service-2 ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.service-page .service-2 ul li:hover .icon {
  border-color: var(--color);
}
.service-page .service-2 ul li:hover .icon img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
.service-page .service-2 ul li:hover .text h4,
.service-page .service-2 ul li:hover .text p {
  color: var(--color);
}
.service-page .service-2 ul li .icon {
  width: 125px;
  height: 125px;
  border: 1px dashed black;
  margin-right: 20px;
  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;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.service-page .service-2 ul li .icon img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.service-page .service-2 ul li .text {
  width: -webkit-calc(100% - 145px);
  width: -moz-calc(100% - 145px);
  width: calc(100% - 145px);
}
.service-page .service-2 ul li .text h4 {
  font-size: 24px;
  font-family: var(--font);
  margin-bottom: 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.service-page .service-2 ul li .text p {
  font-size: 18px;
  opacity: 0.8;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.service-page .service-3 form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 40px 0 0;
}
.service-page .service-3 form input[type='text'] {
  width: -webkit-calc((100% - 40px)/2);
  width: -moz-calc((100% - 40px)/2);
  width: calc((100% - 40px)/2);
  height: 60px;
  margin-bottom: 30px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: transparent;
  color: #000;
  padding: 0 30px;
  font-size: 18px;
}
.service-page .service-3 form textarea {
  width: 100%;
  height: 200px;
  margin-bottom: 45px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: transparent;
  color: #000;
  font-size: 18px;
  padding: 15px 30px;
}
.service-page .service-3 form .submit {
  width: 160px;
  height: 50px;
  font-size: 18px;
  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-color: var(--color);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  text-transform: uppercase;
}
.service-page .service-3 form .submit input {
  background-color: transparent;
  border: none;
  color: white;
}
.service-page .service-3 form .submit:hover {
  background-color: #000;
}
.service-page .service-3 form .submit img {
  margin-left: 10px;
}
.product-page {
  padding: 120px 0;
}
.product-page .product-1 .product-nav {
  margin: 90px 0;
}
.product-page .product-1 .product-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-page .product-1 .product-nav ul li {
  font-size: 20px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin: 15px 50px 15px 0;
}
.product-page .product-1 .product-nav ul li:last-child {
  margin-right: 0;
}
.product-page .product-1 .product-nav ul li.active,
.product-page .product-1 .product-nav ul li:hover {
  color: var(--color);
}
.product-page .product-1 .content ul li {
  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;
  align-items: center;
  margin-bottom: 60px;
}
.product-page .product-1 .content ul li .text {
  width: 58%;
}
.product-page .product-1 .content ul li .text .con{
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-page .product-1 .content ul li .img {
  width: 38%;
}
.prodet-page {
  padding: 120px 0;
}
.prodet-page .prodet-box .ui.container {
  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;
}
.prodet-page .prodet-box .ui.container .left {
  max-width: 40%;
}
.prodet-page .prodet-box .ui.container .left .big_img ul li {
  height: 640px;
}
.prodet-page .prodet-box .ui.container .left .big_img ul li .img_box {
  height: 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;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.prodet-page .prodet-box .ui.container .left .small_img ul {
  margin: 20px -10px 0;
}
.prodet-page .prodet-box .ui.container .left .small_img ul li {
  height: 200px;
  padding: 0 10px;
}
.prodet-page .prodet-box .ui.container .left .small_img ul li .img_box {
  height: 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;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.prodet-page .prodet-box .ui.container .right {
  width: 60%;
  padding-left: 105px;
  padding-top: 20px;
}
.prodet-page .prodet-box .ui.container .right .con {
  max-height: 400px;
  overflow-y: auto;
}
.prodet-page .prodet-box .ui.container .right .Auxil-through {
  padding-top: 55px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin: 60px 0 15px;
}
.prodet-page .prodet-box .ui.container .right .Auxil-through a{
  display: block;
}
.prodet-page .prodet-box .ui.container .right .more {
  margin: 60px 0 45px;
}
.prodet-page .prodet-box .ui.container .right .share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.prodet-page .prodet-box .ui.container .right .share span {
  font-size: 18px;
  font-family: var(--font);
  margin-right: 20px;
}
.prodet-page .prodet-box .ui.container .right .share a {
  margin-right: 20px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  width: 30px;
  height: 30px;
  background-color: #f1f1f1;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
}
.prodet-page .prodet-box .ui.container .right .share a i {
  color: var(--color);
  font-size: 16px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prodet-page .prodet-box .ui.container .right .share a:hover {
  background-color: var(--color);
}
.prodet-page .prodet-box .ui.container .right .share a:hover i {
  color: white;
}
.prodet-page .prodet-box .ui.container .right .share a:last-child {
  margin-right: 0;
}
.prodet-page .prodet-box .parameter-con {
  padding: 120px 15px;
}
.prodet-page .prodet-box .ui.container .det table{
  table-layout: fixed;
}
.about-page .about-1 .left .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 165px;
  height: 165px;
  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;
}
.about-page .about-1 .left .play:before {
  content: "";
  display: block;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  width: 100%;
  height: 100%;
  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%);
  -webkit-animation: img_scale 1s infinite;
  -moz-animation: img_scale 1s infinite;
  animation: img_scale 1s infinite;
}
.about-page .about-1 .left .play:after {
  content: "";
  display: block;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4);
  width: 135px;
  height: 135px;
  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%);
  -webkit-animation: img_scale 1s infinite;
  -moz-animation: img_scale 1s infinite;
  animation: img_scale 1s infinite;
}
.about-page .about-1 .left .play img {
  position: relative;
  z-index: 10;
}
.design-page {
  padding: 100px 0;
}
.design-page .design-1 .left {
  padding-right: 65px;
}
.design-page .design-1 .left .list ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  margin-bottom: 10px;
  color: rgba(0, 0, 0, 0.8);
}
.design-page .design-1 .left .list ul li:last-child {
  margin-bottom: 0;
}
.design-page .design-1 .left .list ul li::before {
  content: "\f058";
  font-family: 'FontAwesome';
  font-size: 24px;
  color: var(--color);
  margin-right: 15px;
}
.design-page .design-1 .right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.design-page .design-2 {
  padding: 120px 0 140px;
}
.design-page .design-2 .left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.design-page .design-2 .right {
  padding-left: 60px;
}
.design-3 ul {
  margin: 65px -25px 0;
}
.design-3 ul li {
  padding: 0 25px;
}

.about-page {
  padding: 120px 0;
}
.about-page .about-1 {
  position: relative;
  margin-bottom: 120px;
}
.about-page .about-1 .left {
  width: 42.8%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  height: 100%;
}
.about-page .about-1 .left > img{
  width: 100%;
  height:100%;
  object-fit: cover;
}
.about-page .about-1 .right {
  padding: 50px 15px 60px;
}
.about-page .about-1 .right .content {
  max-width: 53.5%;
  margin-left: auto;
}
.about-page .about-1 .right .content .con {
  margin: 55px 0 45px;
}
.about-page .about-1 .right .content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about-page .about-1 .right .content ul li {
  margin: 15px 0;
}
.about-page .about-1 .right .content ul li:hover h4 {
  color: var(--color);
}
.about-page .about-1 .right .content ul li h4 {
  font-size: 36px;
  font-family: var(--font);
  line-height: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 8px;
}
.about-page .about-1 .right .content ul li h4 span {
  font-size: 24px;
  margin-left: 0;
}
.about-page .about-1 .right .content ul li p {
  opacity: 0.6;
}
.about-page .about-2 {
  background-color: #001298;
  position: relative;
  padding: 90px 0 150px;
  margin-bottom: 120px;
}
.about-page .about-2 .img {
  position: absolute;
  left: 0;
  bottom: 120px;
  width: 100%;
}
.about-page .about-2 .img img{
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center;
}
.about-page .about-2 .i-title h3 {
  color: white;
}
.about-page .about-2 .i-title h3 span {
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
}
.about-page .about-2 .container ul {
  margin: 75px 0 0;
}
.about-page .about-2 .container ul .slick-current li {
  padding-top: 115px;
}
.about-page .about-2 .container ul .slick-current + .slick-slide li {
  padding-top: 72px;
}
.about-page .about-2 .container ul .slick-current + .slick-slide + .slick-slide li {
  padding-top: 127px;
}
.about-page .about-2 .container ul .slick-current + .slick-slide + .slick-slide + .slick-slide li {
  padding-top: 0;
}
.about-page .about-2 .container ul .slick-current + .slick-slide + .slick-slide + .slick-slide + .slick-slide li {
  padding-top: 160px;
}
.about-page .about-2 .container ul li {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.about-page .about-2 .container ul li .box {
  text-align: center;
  color: white;
  padding: 0 40px;
}
.about-page .about-2 .container ul li .box p {
  margin: 10px 0 25px;
  line-height: 1.6;
  max-height:100px;
  overflow-y: auto;
  padding-right: 15px;
}
.about-page .about-2 .container ul li .box .dot-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-page .about-2 .container ul li .box .dot-line .line {
  width: 1px;
  height: 135px;
  background-color: white;
}
.about-page .about-2 .container ul li .box .dot-line .dot {
  width: 10px;
  height: 10px;
  background-color: white;
  border-radius: 50%;
}
.related-culture ul {
  margin: 55px -25px 0;
}
.related-culture ul li {
  padding: 0 25px;
}
@media (max-width: 1880px) {
  .about-page .about-1 .right .content .con{
    font-size: 16px;
  }
  .about-page .about-1 .right .content .con {
    margin: 35px 0;
  }
  .about-page .about-2 .container ul .slick-current li {
    padding-top: 90px;
  }
  .about-page .about-2 .container ul .slick-current + .slick-slide li {
    padding-top: 120px;
  }
  .about-page .about-2 .container ul .slick-current + .slick-slide + .slick-slide li {
    padding-top: 30px;
  }
  .about-page .about-2 .container ul .slick-current + .slick-slide + .slick-slide + .slick-slide li {
    padding-top: 70px;
  }
}
@media (max-width: 1630px) {
  .app-page .app-nav ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .app-page .app-nav ul li {
    text-align: center;
    width: 25%;
    margin: 15px 0;
  }
  .related-product ul {
    margin: 55px -15px 0;
  }
  .related-product ul li {
    padding: 0 15px;
  }
  .manufacture-page .manufacture-2 .left {
    max-width: 45%;
  }
  .manufacture-page .manufacture-2 .left ul li {
    font-size: 20px;
  }
  .manufacture-page .manufacture-2 .right {
    max-width: 50%;
  }
  .manufacture-page .manufacture-2 .right ul {
    height: 100%;
  }
  .manufacture-page .manufacture-2 .right ul li {
    height: 100%;
  }
  .manufacture-page .manufacture-2 .right ul li img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .service-page .service-1 .container ul li .box .text .con {
    font-size: 16px;
  }
}
@media (max-width: 1400px) {
  .quality-page .quality-list .left p {
    font-size: 16px;
  }
  .service-page .service-1 .container ul {
    margin: 50px -8px 0;
  }
  .service-page .service-1 .container ul li {
    padding: 0 8px;
  }
  .service-page .service-1 .container ul li .box h4 {
    font-size: 20px;
  }
  .service-page .service-2 ul li .text {
    width: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    width: calc(100% - 100px);
  }
  .service-page .service-2 ul li .icon {
    width: 80px;
    height: 80px;
  }
  .service-page .service-2 ul li .icon img {
    max-width: 50px;
  }
}
@media (max-width: 1200px) {
  .app-page .app-nav ul li {
    width: 33.33333%;
  }
  .manufacture-page .manufacture-2 .left ul li {
    font-size: 18px;
  }
  .manufacture-page .manufacture-2 .left {
    max-width: 50%;
  }
  .manufacture-page .manufacture-2 .right {
    max-width: 45%;
  }
  .manufacture-page .manufacture-1 .left {
    width: 100%;
    margin-bottom: 100px;
  }
  .manufacture-page .manufacture-1 .left img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .manufacture-page .manufacture-1 .right {
    width: 100%;
    padding-left: 0;
  }
  .quality-page .quality-list .right {
    height: 500px;
  }
  .quality-page .quality-list .right .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: covers;
    object-fit: covers;
  }
  .service-page .service-2 ul li .text p {
    font-size: 16px;
  }
  .service-page .service-2 ul li .text h4 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .service-page .service-2 ul li .text {
    width: -webkit-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: calc(100% - 80px);
  }
  .service-page .service-2 ul li .icon {
    width: 60px;
    height: 60px;
  }
  .service-page .service-2 ul li .icon img {
    max-width: 35px;
  }
  .prodet-page .prodet-box .ui.container .right {
    padding-left: 40px;
  }
  .prodet-page .prodet-box .ui.container .right .con {
    max-height: 260px;
  }
  .prodet-page .prodet-box .ui.container .right h2{
    font-size: 24px;
  }
  .prodet-page .prodet-box .ui.container .right .con {
    max-height: 260px;
  }
  .prodet-page .prodet-box .ui.container .left .big_img ul li {
    height: 480px;
  }
  .prodet-page .prodet-box .ui.container .right .Auxil-through {
    padding-top: 35px;
    margin: 30px 0 15px;
  }
  .prodet-page .prodet-box .ui.container .right .more {
    margin: 20px 0 40px;
  }
}
@media (max-width: 1000px) {
  .about-page .about-1 .left {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 60px;
    transform: unset;
  }
  .about-page .about-1 .right {
     width: 100%;
    max-width: 100%;
  }
  .about-page .about-1 {
    margin-bottom: 0;
  }
  .about-page .about-2 {
    padding: 90px 0;
  }
  .app-page .app-nav ul li {
    width: 50%;
  }
  .about-page .about-2 .container ul .slick-current li {
    padding-top: 0 !important; 
  }
  .manufacture-page .manufacture-2 .left {
    width: 100%;
    max-width: 100%;
    margin-bottom: 60px;
  }
  .about-page .about-1 .right .content {
    max-width: 100%;
    margin-left: 0;
  }
  .manufacture-page .manufacture-2 .right {
    width: 100%;
    max-width: 100%;
  }
  .quality-page .quality-list .left {
    width: 100%;
    margin-bottom: 60px;
    padding: 0 !important;
  }
  .quality-page .quality-list .right {
    width: 100%;
    height: auto;
  }
  .quality-page {
    padding: 80px 0;
  }
  .service-page .service-1 .container ul li .box h4 {
    font-size: 18px;
  }
  .service-page .service-1 .container ul li .box .text h4 {
    margin-bottom: 5px;
  }
  .service-page .service-1 .container ul li .box .text .con {
    font-size: 14px;
  }
  .service-page .service-1 .container ul li .box .img_box {
    height: 350px;
  }
  .service-page .service-1 .container ul li .box .img_box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .service-page .service-2 ul {
    -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;
  }
  .service-page .service-2 ul li {
    width: 60%;
    margin-bottom: 30px;
  }
  .service-page .service-2 ul li:last-child {
    margin-bottom: 0;
  }
  .product-page .product-1 .content ul li .img {
    width: 100%;
    margin-bottom: 60px;
  }
  .product-page .product-1 .content ul li .text {
    width: 100%;
    padding-left: 0;
  }
  .product-page .product-1 .product-nav{
    display: none;
  }
  .prodet-page .prodet-box .ui.container .left {
    width: 100%;
    max-width: 100%;
    margin-bottom: 60px;
  }
  .prodet-page .prodet-box .ui.container .right {
    width: 100%;
    padding-left: 0;
    padding-top: 0;
  }
  .prodet-page .prodet-box .ui.container .left .big_img ul li {
    height: auto;
  }
  .prodet-page .prodet-box .ui.container .left .small_img ul li {
    height: auto;
  }
  .prodet-page {
    padding: 70px 0;
  }
  .prodet-page .prodet-box .ui.container .right .con {
    max-height: unset;
  }
  .prodet-page .prodet-box .ui.container .det{
    overflow-x: auto;
  }
  .prodet-page .prodet-box .ui.container .det table {
    table-layout: unset;
  }
  .prodet-page .prodet-box .ui.container .det table tr td{
    min-width: 100px;
  }
  .design-page .design-1 .left {
    width: 100%;
    margin-bottom: 60px;
    padding-right: 0;
  }
  .design-page .design-1 .right {
    width: 100%;
  }
  .design-page .design-2 .left {
    width: 100%;
    margin-bottom: 60px;
  }
  .design-page .design-2 .right {
    width: 100%;
    padding-left: 0;
  }
}
@media (max-width: 700px) {
  .i-title h3 span {
    font-size: 50px;
  }
  .i-title h3 {
    line-height: 1;
  }
  .related-product ul li .img-box {
    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;
  }
  .service-page .service-3 form input[type='text'] {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .about-page {
    padding: 80px 0;
  }
  .about-page .about-2 .i-title h3 {
    padding: 0 15px;
  }
  .manufacture-page {
    padding: 40px 0 80px;
  }
  .i-title h3 {
    font-size: 30px;
  }
  .manufacture-page .manufacture-1 .left {
    margin-bottom: 60px;
  }
  .manufacture-page .manufacture-2 {
    padding: 80px 0;
    margin: 70px 0;
  }
  .service-page .service-2 ul li {
    width: 100%;
  }
  .service-page .service-2 {
    padding: 80px 0;
  }
  .design-page .design-2 {
    padding: 80px 0;
  }
  .design-page {
    padding: 80px 0;
  }
}




















.inner-page .slideBar-left {
    width: 20% !important;
    margin-bottom: 75px
}

.inner-page .slideBar-left .slideNav>li {
    margin-bottom: 14px
}

.inner-page .slideBar-left .slideNav>li>a {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    position: relative;
    display: block;
    font-size: 18px;
    background: #f5f5f5;
    padding: 15px
}

.inner-page.product-page .slideBar-left .slideNav>li>a {
    background: #fff
}

.inner-page .slideBar-left .slideNav>li>a .fa {
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.inner-page .slideBar-left .slideNav>li ul li {
    margin: 5px;
    margin-right: 0
}

.inner-page .slideBar-left .slideNav>li ul li a {
    padding: 10px;
    font-size: 17px;
    display: block
}

.inner-page .slideBar-left .slideNav>li ul li.active a,.inner-page .slideBar-left .slideNav>li ul li:hover a {
    background: var(--color);
    color: #fff
}

.inner-page .slideBar-left .slideNav>li:hover>a,.inner-page .slideBar-left .slideNav>li.active>a {
    background: var(--color);
    color: #fff
}

.inner-page .slideBar-left .share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 44px
}

.inner-page .slideBar-left .share li {
    width: 30px;
    height: 30px;
    background: var(--color);
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 33px;
    margin-right: 15px
}

.inner-page .slideRight {
    width: 80% !important;
    padding-left: 60px
}

.inner-page.prodet-page .slideRight {
    width: 100% !important;
    padding-left: 0
}
.news-page{
  padding-top: 110px;
  padding-bottom: 100px
}
.news-page .slideRight .i-news {
  overflow: unset !important;
      padding: 0 !important;
}
.news-page .slideRight .i-news .wrap .column {
  margin-bottom: 35px;
}
.news-page .i-news .wrap{
      margin: -23px;
}
.news-page .i-news .wrap .column {
    padding: 23px;
}
.news-page .slideRight .i-news .wrap .column {
    margin-bottom: 35px;
}
.news-page .i-news .wrap .column .item {
    display: block;
    position: relative;
    -webkit-box-shadow: 5px 5px 30px 0px rgba(0,0,0,.1);
    box-shadow: 5px 5px 30px 0px rgba(0,0,0,.1);
    padding: 50px 25px 85px;
}
.news-page .i-news .wrap .column .item .content {
    line-height: 30px;
    text-align: center;
}
.news-page .i-news .wrap .column .item h4 {
    text-align: center;
    font-size: 20px;
    line-height: 1.8;
    font-weight: bold;
    position: relative;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    margin: 30px 0 20px;
}
.news-page .i-news .wrap .column .item .time {
    font-size: 16px;
    line-height: 30px;
    display: block;
    text-align: center;
}
.news-page .i-news .wrap .column .item .douhao {
    width: 74px;
    height: 74px;
    border-radius: 100%;
    text-align: center;
    line-height: 74px;
    -webkit-box-shadow: 4px 4px 27px 0px rgba(0,0,0,.11);
    box-shadow: 4px 4px 27px 0px rgba(0,0,0,.11);
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%,50%);
    -moz-transform: translate(-50%,50%);
    -ms-transform: translate(-50%,50%);
    transform: translate(-50%,50%);
}
.contact-page {
  padding: 100px 0;
  position: relative;
}
.contact-page .box .left {
  padding-right: 5%;
}
.contact-page .box .left .text {
  margin: 1em 0 1.5em;
  font-size: 20px;
  line-height: 1.7;
  color: #666;
}
.contact-page .box .left .form ul {
  margin: -13px -10px;
}
.contact-page .box .left .form ul li {
  padding: 13px 10px;
}
.contact-page .box .left .form ul li input {
  display: block;
  border: none;
  border-bottom: 1px solid #a1a1a1;
  font-size: 16px;
  font-weight: normal;
  color: #120c0b;
  padding: .5em 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .box .left .form ul li input[type="submit"]{
  background-color: var(--color);
  border: none;
  color:white;
}
.contact-page .box .left .form ul li input[type="submit"]:hover{
  background-color: black;
}
.contact-page .box .left .form ul li input::-webkit-input-placeholder {
  color: #878787;
}
.contact-page .box .left .form ul li input:-moz-placeholder {
  color: #878787;
}
.contact-page .box .left .form ul li input::-moz-placeholder {
  color: #878787;
}
.contact-page .box .left .form ul li input:-ms-input-placeholder {
  color: #878787;
}
.contact-page .box .left .form ul li input::placeholder {
  color: #878787;
}
.contact-page .box .left .form ul li input:focus {
  border-color: var(--color);
}
.contact-page .box .left .form ul li.mt {
  margin-top: 2em;
}
.contact-page .box .left .form ul li .more {
  margin-top: 1em;
}
.contact-page .box .left .form ul li.wid-100 {
  width: 100%;
}
.contact-page .box .left .form ul li button {
  border: none;
}
.contact-page .box .right {
  padding-left: 10%;
}
.contact-page .box .right span.h3 {
  font-weight: 900;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 1.2;
  color: #333;
}
.contact-page .box .right span.h3 em {
  color: var(--color);
}
.contact-page .box .right .text {
  margin-top: 1em;
  font-size: 20px;
  line-height: 1.7;
  color: #666;
}
.contact-page .box .right .info {
  font-size: 18px;
  color: #120c0b;
  margin: 2em 0 3em;
}
.contact-page .box .right .info li {
  margin-bottom: .8em;
}
.contact-page .box .right .info li:last-child {
  margin-bottom: 0;
}
.contact-page .box .right .info li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.6;
}
.contact-page .box .right .info li a i {
  width: 1.5em;
  text-align: center;
  height: 1.6em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: .5em;
  color: var(--color);
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.contact-page .box .right .info li a i img {
  display: block;
  margin: 0 auto;
}
.contact-page .box .right .share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.contact-page .box .right .share a {
  font-size: 20px;
  width: 2em;
  height: 2em;
  border-radius: 100%;
  border: 1px solid var(--color);
  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;
  margin-right: 1em;
  color: #120c0b;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .box .right .share a:hover {
  color: white;
  background-color: var(--color);
}
.contact-page .map {
  height: 500px;
  margin-top: 100px;
  background-color: #eee;
}
.contact-page .map iframe {
  height: 100%;
  width: 100%;
  display: block;
  border: 0;
}
.factory-page {
  padding: 120px 0;
}
.factory-page .bottom .list ul {
  margin: 0px -10px;
}
.factory-page .bottom .list ul li {
  padding: 35px 10px;
}
.factory-page .bottom .list ul li a.img-box {
  display: block;
}
.factory-page .bottom .list ul li a.img-box img {
  width: 100%;
}
.factory-page .bottom .list ul li a.img-box:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/icon-zoom.png") center center no-repeat rgba(237,27,38, 0.7);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.factory-page .bottom .list ul li a.img-box:hover:after {
  opacity: 1;
}
.factory-page .bottom .list ul li span.h6 {
  font-size: 22px;
  font-weight: 500;
  color: #120c0b;
  display: block;
  margin-top: .5em;
}
.faq-page{
  padding: 120px 0;
}
.faq-page .faq-1 .content {
  margin-top: 45px;
}
.faq-page .faq-1 .content ul {
  margin-bottom: -24px;
}
.faq-page .faq-1 .content ul li {
  padding-bottom: 24px;
}
.faq-page .faq-1 .content ul li .ig {
  background-color: #e7e7e8;
  border-radius: 50px;
  padding: 24px 41px 28px 50px;
  position: relative;
}
.faq-page .faq-1 .content ul li .ig .tit {
  font-size: 20px;
  line-height: 1.5;
  padding-right: 50px;
  cursor: pointer;
}
.faq-page .faq-1 .content ul li .ig .tit i {
  width: 41px;
  height: 41px;
  border-radius: 100%;
  background: #000;
  cursor: pointer;
  position: absolute;
  display: block;
  right: 41px;
  top: 22px;
}
.faq-page .faq-1 .content ul li .ig .tit i::after,
.faq-page .faq-1 .content ul li .ig .tit i::before {
  content: '';
  width: 16px;
  height: 2px;
  background: #fff;
  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%);
}
.faq-page .faq-1 .content ul li .ig .tit i::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-page .faq-1 .content ul li .ig .con {
  font-size: 16px;
  line-height: 1.7;
  margin: 17px 0 32px;
  max-width: 1103px;
  display: none;
}
.faq-page .faq-1 .content ul li .ig.active .tit i {
  background: #ed1b26;
}
.faq-page .faq-1 .content ul li .ig.active .tit i::after {
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -moz-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
}

@media screen and (max-width: 1600px) {
  .contact-page .box .right .info {
    font-size: 16px;
  }
  .contact-page,
  .factory-page{
    padding: 80px 0;
  }
  .contact-page .map {
    margin-top: 60px;
  }
  .contact-page .box .right span.h3 {
    font-size: 28px;
  }
  .factory-page .bottom .list ul li span.h6{
    font-size: 20px;
  }
  .factory-page .bottom .list {
    margin: 50px 0;
  }
  .factory-page .bottom .list ul li {
    padding: 10px;
  }
  .factory-page .bottom .list ul {
    margin: -10px;
  }
}
@media screen and (max-width: 1450px) {
  .contact-page,
  .factory-page{
    padding: 60px 0;
  }
  .contact-page .box .right span.h3 {
    font-size: 24px;
  }
  .contact-page .map {
    height: 400px;
  }
  .contact-page .box .right .info li {
    margin-bottom: .5em;
  }
  .contact-page .box .left .form ul li input {
    font-size: 14px;
  }
  .contact-page .box .left .form ul li.mt {
    margin-top: 1em;
  }
  .contact-page .box .right .info {
    margin: 1.5em 0 2em;
  }

}
@media screen and (max-width: 1200px) {
  .inner-page .slideBar-left {
    display: none;
  }
  .inner-page .slideRight {
    width: 100% !important;
    padding-left: 0;
  }
  .inner-page .sideLeft{
    display: none;
  }
  .inner-page .sideRight{
    width: 100%;
  }
  .inner-page .slideBar-left {
    display: none;
  }
  .inner-page .slideRight {
    width: 100% !important;
    padding-left: 0;
  }
  .contact-page .box .right {
    padding-left: 5%;
  }
  .contact-page .box .right span.h3 {
    font-size: 20px;
    line-height: 36px;
  }
  .contact-page .map {
    height: 300px;
  }
   .factory-page .bottom .list ul li span.h6{
     font-size: 14px;
     line-height: 2;
   }
}
@media screen and (max-width: 1000px) {
  .news-page .slideRight .i-news .wrap .column {
    width: 50%;
  }
    .contact-page .box .left {
    width: 100%;
    padding-right: 0;
  }
  .contact-page .box .right {
    width: 100%;
    padding-left: 0;
  }
  .contact-page .map {
    margin-top: 30px;
    height: 240px;
  }
  .contact-page .box .right .share a {
    font-size: 16px;
  }
  .contact-page .box .right .info {
    font-size: 14px;
    line-height: 2;
  }
  .faq-page .faq-1 {
    padding: 60px 0;
  }
  .faq-page .faq-1 .content {
    margin-top: 20px;
  }
  .faq-page .faq-1 .content ul li .ig {
    padding: 20px 30px 20px 15px;
  }
  .faq-page .faq-1 .content ul li .ig .tit {
    font-size: 18px;
  }
  .faq-page .faq-1 .content ul li .ig .tit i {
    right: 15px;
  }
  .faq-page .faq-1 .content ul li .ig .con {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
    .news-page .slideRight .i-news .wrap .column {
    width: 100%;
  }
  .faq-page .faq-1 {
    padding: 30px 0;
  }
  
}
@media screen and (max-width: 500px) {
  .contact-page,
  .factory-page,{
    padding: 40px 0;
  }
  .faq-page .faq-1 .content ul li .ig .tit {
    font-size: 16px;
  }
}
.newdet2-page {
    padding: 120px 0;
}
.newdet2-page .newdet2-1{
  margin-bottom: 120px;
}
.newdet2-page h1 {
    font-size: 30px;
    line-height: 1.6;
    color: #0b2239;
    font-weight: bold;
    text-transform: capitalize;
}
.newdet2-page time {
    display: block;
    margin: 15px 0;
    font-size: 14px;
    line-height: 2;
    color: black;
    opacity: .6;
}
.newdet2-page .content {
    display: block;
    padding: 15px 0;
    border-top: 1px #ccc dashed;
    border-bottom: 1px #ccc dashed;
    font-size: 16px;
    color: #868686;
    line-height: 2;
}
.newdet2-page .share {
    padding-top: 10px;
    margin-bottom: 60px;
}
.newdet2-page .share h4 {
    font-size: 14px;
    line-height: 2;
    color: black;
    display: inline-block;
    vertical-align: middle;
}
.newdet2-page .share ul {
    display: inline-block;
    vertical-align: middle;
}
.newdet2-page .share ul li {
    width: auto;
    margin-left: 20px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.newdet2-page .share ul li:hover {
    color: var(--color);
}
@media screen and (max-width: 500px){
   .newdet2-page{
        padding: 50px 0 10px;
    }
}


.seoPublic .Auxil-form .form ul li input[type="submit"]{
  background-color: var(--color);
  color: white;
}






/*************************************************************************SEO START*************************************************************************/
/*2025.10.15 修改*/
.i-title h1 {
    font-size: 40px;
    font-family: 'Trebuchet-MS';
    color: #333;
    position: relative;
}
#index-body .application .h-title .homeh1 {
    color: white;
    margin-top: 20px;
}
.h-title .homeh1 {
    font-size: 18px;
    font-family: 'Trebuchet-MS';
}
#index-body .application .h-title .homeh1 h1 {
    display: inline;
}
h3.font-48.text-family.text-uppercase.lh-2.mt-36.mb-15 {
    line-height: 1.5;
}
#index-body .category .category-content ul li .img_box .text p {
    line-height: 1.7;
}
h4.font-20.text-h.transi.mt-30.mb-15.pl-30.pr-30 {
    line-height: 1.7;
    font-weight: 700;
}
#index-body .application .h-title .homeh1 {
    line-height: 1.8;
}
#index-body .about .about-t .right p {
    line-height: 1.8;
}
#index-body .advantage .advantage-content ul p.font-18 {
    line-height: 1.7;
}
#index-body .news .news-content ul li h4 {
    font-size: 20px;
    line-height: 1.8;
}
#index-body .news .news-content ul li p {
    font-size: 16px;
    line-height: 2;
}
#index-body .news .news-content ul li .btn span {
    font-size: 18px;
}
#footer .footer-t .footer-t-gird .t-list.contact ul li #lis span {
    line-height: 1.6;
}
a.foota {
    text-overflow: ellipsis;
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    width: 300px;
    padding-left: 10px;
}
#footer .footer-b .footer-b-box span {
    padding-top: 1px;
}
.product-page .product-1 .content ul li .text .con {
    line-height: 2;
}
.seoPublic .text a {
    color: #666;
}
.seoPublic .seoIndustry .text {
    line-height: 2.5;
}
.seoPublic .seoIndustry .text h2 {
    font-weight: 600;
}
.seoPublic .seoIndustry .text h3 {
    font-weight: 600;
}
.seoPublic .seoIndustry .text strong {
    font-weight: 600;
}
.prodet-page .prodet-box .ui.container .right .con {
    line-height: 2;
}
.prodet-page .prodet-box .ui.container .det.mt-48 {
    font-size: 15px;
    line-height: 2;
}
.related-product ul li h4 {
    margin-top: 40px;
}
.newdet2-page .content {
    line-height: 2.5;
}
.newdet2-page .content h2 {
    font-weight: 600;
}
.newdet2-page .content h3 {
    font-weight: 600;
}
.newdet2-page .content strong {
    font-weight: 600;
}
.related-product ul li h4 {
    text-align: initial;
    font-size: 17px;
    line-height: 1.7;
    padding: 0;
}
.related-product ul li p.sinnews {
    font-size: 15px;
    line-height: 2;
    padding-bottom: 10px;
}
@media (max-width: 500px) {
  a.foota {
    display: none;
  }
  #footer .footer-t .footer-t-gird .t-list.contact ul li #lis span {
      line-height: 2;
      font-size: 16px;
  }
  #mobile .m-nav ul li li a {
      line-height: 2;
      font-size: 15px;
  }
  .i-title h1 {
      font-size: 25px;
      margin-bottom: 10px;
  }
  .product-page {
      padding: 35px 0;
  }
  h4.font-30.text-family.transi.text-h {
      font-size: 23px;
  }
  .product-page .product-1 .content ul li .text .con {
      line-height: 2;
      font-size: 16px;
  }
  .seoPublic .Auxil-about .box .right .text {
      font-size: 16px;
      max-height: initial;
      line-height: 2;
  }
  .seoPublic .Auxil-news .list ul li .content div.h6 {
      font-size: 18px;
      line-height: 2;
  }
  .seoPublic > div:nth-child(odd) {
      display: none;
  }
  .inner-banner .mbx p.font-18 {
      font-size: 15px;
      line-height: 2;
  }
  .newdet2-page h1 {
      font-size: 22px;
      line-height: 2;
  }
  .m-link.Auxil-through.font-16.mt-32 {
      line-height: 2;
      color: #888;
      font-size: 14px;
  }
}
/*2025/11/3*/


.newdet2-page .content ol, .newdet2-page .content ul, .newdet2-page .content li {
    list-style-type: revert;
}
.newdet2-page .content hr {
    display: none;
}
/*************************************************************************SEO END*************************************************************************/