@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.eot');
  src: url('../fonts/Inter-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Inter-SemiBold.woff2') format('woff2'), url('../fonts/Inter-SemiBold.woff') format('woff'), url('../fonts/Inter-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.eot');
  src: url('../fonts/Inter-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Inter-Regular.woff2') format('woff2'), url('../fonts/Inter-Regular.woff') format('woff'), url('../fonts/Inter-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.eot');
  src: url('../fonts/Inter-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Inter-Medium.woff2') format('woff2'), url('../fonts/Inter-Medium.woff') format('woff'), url('../fonts/Inter-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-LightBETA.eot');
  src: url('../fonts/Inter-LightBETA.eot?#iefix') format('embedded-opentype'), url('../fonts/Inter-LightBETA.woff2') format('woff2'), url('../fonts/Inter-LightBETA.woff') format('woff'), url('../fonts/Inter-LightBETA.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-ExtraLightBETA.eot');
  src: url('../fonts/Inter-ExtraLightBETA.eot?#iefix') format('embedded-opentype'), url('../fonts/Inter-ExtraLightBETA.woff2') format('woff2'), url('../fonts/Inter-ExtraLightBETA.woff') format('woff'), url('../fonts/Inter-ExtraLightBETA.ttf') format('truetype');
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.eot');
  src: url('../fonts/Inter-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Inter-Bold.woff2') format('woff2'), url('../fonts/Inter-Bold.woff') format('woff'), url('../fonts/Inter-Bold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
body {
  --color: #3388FF;
  font-family: 'Inter';
  font-weight: 400;
  max-width: 1920px;
  margin: 0 auto;
  color: #222;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.container {
  padding: 0 15px;
  position: relative;
  width: 1550px;
  margin: 0 auto;
}
.more {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  background: var(--color);
  color: #fff;
  border-radius: 8px;
  padding: 22px 46px 21px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more:hover,
.more:focus {
  background: #000;
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  background-color: white;
  top: 0;
}
#header .h-top .ui.menu {
  height: 80px;
}
#header .h-top .logo {
  padding: 0 3.5%;
}
#header .h-top .info {
  margin-right: auto;
  width: 33.8545%;
}
#header .h-top .info ul li {
  font-size: 14px;
  font-weight: 300;
}
#header .h-top .info ul li a {
  color: #222;
}
#header .h-top .info ul li a i {
  margin-right: 1em;
  margin-left: 2em;
}
#header .h-top .search {
  width: 19.167%;
  font-size: 14px;
  color: #222;
}
#header .h-top .search form {
  width: 100%;
  height: 3.572em;
}
#header .h-top .search form input {
  width: 100%;
  font-weight: 200;
  border: 1px solid rgba(34, 34, 34, 0.5);
  border-radius: 8px;
  padding: 0 1em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .h-top .search form input[type="text"] {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right: none;
  margin-right: -0.5em;
  font-weight: 300;
}
#header .h-top .search form input[type="text"]:focus {
  border-color: var(--color);
}
#header .h-top .search form input[type="text"]::-webkit-input-placeholder {
  color: #222;
}
#header .h-top .search form input[type="text"]:-moz-placeholder {
  color: #222;
}
#header .h-top .search form input[type="text"]::-moz-placeholder {
  color: #222;
}
#header .h-top .search form input[type="text"]:-ms-input-placeholder {
  color: #222;
}
#header .h-top .search form input[type="text"]::placeholder {
  color: #222;
}
#header .h-top .search form input[type="submit"] {
  width: 3.572em;
  background-color: var(--color);
  background-image: url("../images/search.png");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: none;
}
#header .h-top .carPay {
  margin: 0 32px;
  cursor: pointer;
}
#header .h-top .carPay a {
  position: relative;
}
#header .h-top .carPay a em {
  display: inline-block;
  font-size: 14px;
  padding: .4em .45em .1em;
  border-radius: 100%;
  background-color: var(--color);
  color: white;
  line-height: 1;
  position: absolute;
  top: -0.3em;
  right: -0.7em;
}
#header .h-top .msg {
  font-size: 14px;
  letter-spacing: 1px;
  padding: 0 3.37em;
  height: 100%;
  background-color: var(--color);
  color: white;
  cursor: pointer;
}
#header .nav {
  background-color: #e9e9e9;
  color: white;
}
#header .nav .ui.menu > .flex {
  height: 70px;
  position: relative;
}
#header .nav .ui.menu .menuBox {
  width: 25%;
  background-color: var(--color);
}
#header .nav .ui.menu .menuBox span {
  font-size: 16px;
  font-weight: 200;
  padding: 0 1em;
  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: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .nav .ui.menu .menuBox span i.icon {
  margin: 0 1em;
}
#header .nav .ui.menu .menuBox span i.icon img {
  display: block;
}
#header .nav .ui.menu .menuBox span i.iconfont {
  margin-left: auto;
  font-size: 18px;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
}
#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;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 4.3em;
  font-size: 16px;
  font-weight: 200;
  color: #222;
  -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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#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: #fff;
  top: 100%;
  left: -10px;
  width: 180px;
  -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.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-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 {
  display: block;
  float: none;
  padding: .5em 1em;
  color: black;
  -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:hover 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;
}
#header .nav .ui.menu .menu-box ul.menu > li:first-child,
#header .nav .ui.menu .menu-box ul.menu > li:nth-child(3) {
  display: none;
}
#header .nav .ui.menu .yuy span{
  color: #000;
}
#header .nav .ui.menu .yuy span img{
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.carBtn {
  font-size: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.carBtn a {
  width: 2em;
  height: 2em;
  border-radius: 3px;
  background-color: 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;
  color: white;
  margin: 0 .5em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
.carBtn a[data-text]:before {
  content: attr(data-text);
  padding: .2em .5em 0;
  border-radius: 100%;
  background-color: red;
  color: white;
  position: absolute;
  right: .5em;
  top: .7em;
  font-size: .5em;
  z-index: 1;
}
.carBtn a img {
  max-height: .7em;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  width: auto;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.carBtn a:hover {
  background-color: black;
}
#header .nav .ui.menu .menuDown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #f5f4f3;
  color: #222;
  font-weight: 300;
  display: none;
}
#header .nav .ui.menu .menuDown .slide {
  padding: 25px;
  font-size: 16px;
  position: relative;
  z-index: 1;
}
#header .nav .ui.menu .menuDown .slide:before {
  content: '';
  width: 35px;
  max-width: 20%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: -webkit-gradient(linear, right top, left top, from(transparent), to(rgba(0, 0, 0, 0.05)));
  background-image: -webkit-linear-gradient(right, transparent, rgba(0, 0, 0, 0.05));
  background-image: -moz-linear-gradient(right, transparent, rgba(0, 0, 0, 0.05));
  background-image: linear-gradient(to left, transparent, rgba(0, 0, 0, 0.05));
  z-index: -1;
}
#header .nav .ui.menu .menuDown .slide .childNav ul li {
  margin-bottom: 2.5em;
}
#header .nav .ui.menu .menuDown .slide .childNav ul li a {
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menuDown .slide .childNav ul li a:hover {
  font-weight: 600;
  color: var(--color);
}
#header .nav .ui.menu .menuDown .slide .childNav ul li .img {
  height: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow-x: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menuDown .slide .childNav ul li.active {
  font-weight: 600;
  color: var(--color);
}
#header .nav .ui.menu .menuDown .slide .childNav ul li.active .img {
  height: 170px;
  margin-top: .5em;
}
#header .nav .ui.menu .menuDown .slide .product_list {
  padding: 0 10%;
  max-height: 65vh;
  overflow: auto;
}
#header .nav .ui.menu .menuDown .slide .product_list ul li {
  margin-bottom: 2em;
  padding: .6em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menuDown .slide .product_list ul li .box2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#header .nav .ui.menu .menuDown .slide .product_list ul li .box2 a.img-box {
  width: 35%;
  background-size: cover;
  background-position: center;
}
#header .nav .ui.menu .menuDown .slide .product_list ul li .box2 .content {
  padding-left: 1.6em;
  width: 65%;
}
#header .nav .ui.menu .menuDown .slide .product_list ul li .box2 .content span.h6 {
  margin-bottom: 1.2em;
  display: block;
}
#header .nav .ui.menu .menuDown .slide .product_list ul li .box2 .content .carBtn {
  font-size: 1.25em;
}
#header .nav .ui.menu .menuDown .slide .product_list ul li .box2 .content .carBtn a {
  background-color: #222;
}
#header .nav .ui.menu .menuDown .slide .product_list ul li .box2 .content .carBtn a:first-child{
  margin-left: 0;
}
#header .nav .ui.menu .menuDown .slide .product_list ul li .box2 .content .carBtn a img {
  max-height: .8em;
}
#header .nav .ui.menu .menuDown .slide .product_list ul li .box2 .content .carBtn a:hover {
  background-color: var(--color);
}
#header .nav .ui.menu .menuDown .slide .product_list ul li:hover {
  -webkit-box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.14);
  box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.14);
  font-weight: 600;
  color: var(--color);
}
#header .nav .ui.menu .menuDown .slide:nth-child(1) {
  width: 26%;
}
#header .nav .ui.menu .menuDown .slide:nth-child(1):before {
  display: none;
}
#header .nav .ui.menu .menuDown .slide:nth-child(2) {
  width: 31%;
}
#header .nav .ui.menu .menuDown .slide:nth-child(2) .childNav {
  padding: 0 10%;
}
#header .nav .ui.menu .menuDown .slide:nth-child(3) {
  width: 43%;
}
.i-title {
  font-size: 48px;
  line-height: 1.3;
  font-weight: 500;
}
.i-title::after {
  content: '';
  display: block;
  width: 40px;
  height: 2px;
  background-color: #222222;
  margin-top: 13px;
}
.i-title.txt-center::after {
  margin-left: auto;
  margin-right: auto;
}
.title {
  font-weight: bold;
}
.text-color {
  color: var(--color);
}
#banner {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#banner ul {
  margin: 0 auto;
}
#banner ul li {
  position: relative;
}
#banner ul li > img {
  width: 100%;
}
#banner ul li .text {
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  color: #fff;
}
#banner ul li .text .top {
  max-width: 952px;
  margin-left: 3px;
}
#banner ul li .text .top .title {
  line-height: 1.33;
  font-weight: 500;
}
#banner ul li .text .top .title .circleDots {
  font-size: 10px;
  width: 2.3em;
  height: 2.3em;
  border-radius: 100%;
  background-color: var(--color);
  position: relative;
  z-index: 1;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 1em 4.5em 0 -6.9em;
}
#banner ul li .text .top .title .circleDots::before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: inherit;
  position: absolute;
  top: 0;
  left: -1.8em;
  background-color: white;
  z-index: -1;
}
#banner ul li .text .top .con {
  line-height: 1.3;
}
#banner ul li .text .top .more{
  background: #fff;
  color: var(--color);
}
#banner ul li .text .top .more:hover{
  background: var(--color);
  color: #fff;
}
.tr_5 {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.font-18 {
  line-height: 1.6;
}
.font-16 {
  line-height: 1.8;
}
.font-14 {
  line-height: 2;
}
#index-body .i-category {
  padding: 60px 0 7.13542%;
}
#index-body .i-category .content ul {
  margin: -12.5px;
}
#index-body .i-category .content ul li {
  padding: 12.5px;
}
#index-body .i-category .content ul li .ig {
  background-color: #e8e8e8;
  /*-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.13);*/
  border: solid 1px #717171;
  border-radius: 8px;
  overflow: hidden;
}
#index-body .i-category .content ul li .ig .text {
  color: #222222;
}
#index-body .i-category .content ul li .ig .text .tit {
  font-weight: 600;
  line-height: 1.2;
}
#index-body .i-category .content ul li .ig .text p{
  line-height: 1.6;
  font-weight: 300;
}
#index-body .i-category .content ul li .ig:hover {
  background: var(--color);
  border-color: var(--color);
}
#index-body .i-category .content ul li .ig:hover .text {
  color: #fff;
}
#index-body .i-category .content ul li .ig:hover .text .tit {
  color: #fff;
}
#index-body .i-about .img{
  z-index: 2;
}
#index-body .i-about .img .play {
  width: 4.35em;
  height: 4.35em;
  background: transparent;
}
#index-body .i-about .img .play::before,
#index-body .i-about .img .play::after {
  background: #a5a4a8;
}
#index-body .i-about .img .tb {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
#index-body .i-about .img .icon {
  display: inline-block;
  padding: 18px 35px 9px;
  background-color: #fffffd;
  position: relative;
  width: 19.763%;
  z-index: 1;
}
#index-body .i-about .img .icon::after {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 35px;
  border-left: 11px solid transparent;
  border-top: 12px solid #fff;
  border-right: 11px solid transparent;
}
#index-body .i-about .text {
  background: #e9e9e9;
  z-index: 1;
}
#index-body .i-about .text .left {
  width: 19.763%;
  background: var(--color);
  color: #fff;
}
#index-body .i-about .text .left .con {
  line-height: 1.6;
}
#index-body .i-about .text .left .tit {
  line-height: 1.6;
  max-width: 146px;
}
#index-body .i-about .text .left .tit::before {
  content: '';
  display: block;
  width: 36px;
  height: 2px;
  background-color: #99d1e8;
  margin-bottom: 8px;
}
#index-body .i-about .text .right {
  width: 80.237%;
  color: #181818;
}
#index-body .i-about .text .right .con {
  line-height: 1.6;
}
#index-body .i-about .text .right .con h1 {
  display: inline;
}
#index-body .i-about .text .right .list {
  line-height: 1.6;
}
#index-body .i-about .text .right .list i {
  margin: 9px 22px 0 0;
}
#index-body .i-about .text .right .list span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#index-body .i-about .text .right .list ul li:nth-child(odd) {
  width: 60%;
}
#index-body .i-about .text .right .bottom ul {
  margin: 0 -47px;
}
#index-body .i-about .text .right .bottom ul li {
  padding: 0 47px;
  position: relative;
}
#index-body .i-about .text .right .bottom ul li .num {
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
}
#index-body .i-about .text .right .bottom ul li .num sup {
  display: inline-block;
  vertical-align: top;
}
#index-body .i-about .text .right .bottom ul li p {
  font-size: 14px;
  line-height: 1.7;
}
#index-body .i-about .text .right .bottom ul li::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 2px;
  height: 42px;
  background-color: #fffffd;
  opacity: 0.2;
}
#index-body .i-about .text .right .bottom ul li:nth-child(1) {
  padding-right: 63px;
}
#index-body .i-about .text .right .bottom ul li:last-child::before {
  display: none;
}
#index-body .i-about .text .right .bottom .more:hover {
  background: #fff;
  color: var(--color);
}
#index-body .i-about .text .icon {
  z-index: -1;
  right: 21px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18.75%;
}
#index-body .i-init {
  padding-top: 71px;
}
#index-body .i-init ul {
  margin: -51px;
}
#index-body .i-init ul li {
  padding: 51px;
}
#index-body .i-init ul li .ig {
  padding: 9.734%;
  height: 410px;
  border-radius: 8px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
#index-body .i-init ul li .ig .title {
  color: #f8f8f8;
}
#index-body .i-init ul li .ig .con {
  line-height: 1.4;
  color: #f5f5f5;
  width: 100%;
}
#index-body .i-init ul li .ig .con p {
  max-width: 25em;
}
#index-body .i-init ul li .ig .link {
  width: 37px;
  height: 38px;
  background-color: var(--color);
  border-radius: 4px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-init ul li .ig .link:hover {
  background: #fff;
}
#index-body .i-init ul li .ig .link:hover img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
#index-body .i-news {
  padding: 5.26042% 0 6.5625%;
}
#index-body .i-news .content ul {
  margin: -10px;
}
#index-body .i-news .content ul li {
  padding: 10px;
}
#index-body .i-news .content ul li .ig {
  background-color: #ffffff;
  color: #222;
  border-radius: 8px;
}
#index-body .i-news .content ul li .ig .tit {
  line-height: 1.5;
}
#index-body .i-news .content ul li .ig time{
  font-weight: 300;
}
#index-body .i-news .content ul li .ig .line {
  display: block;
  height: 2px;
  background: rgba(2, 9, 22, 0.1);
}
#index-body .i-news .content ul li .ig .con {
  font-weight: 300;
  opacity: 0.6;
  line-height: 1.6;
}
#index-body .i-news .content ul li .ig .link {
  display: inline-block;
  color: var(--color);
}
#index-body .i-news .content ul li .ig .link:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#index-body .i-news .content ul li .ig:hover {
  -webkit-box-shadow: 0px 0px 29px 1px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 29px 1px rgba(0, 0, 0, 0.07);
}
#index-body .i-init1 {
  padding-bottom: 9.63542%;
}
#index-body .i-init1 .left {
  color: #222;
}
#index-body .i-init1 .left .ig {
  height: 100%;
  border-radius: 8px;
  border: 1px solid rgba(34, 34, 34, 0.2);
}
#index-body .i-init1 .left .ig .tit {
  font-weight: 600;
}
#index-body .i-init1 .left .ig .btn .search {
  width: 61.13%;
  font-size: 14px;
  color: #222;
  font-weight: 300;
}
#index-body .i-init1 .left .ig .btn .search form {
  width: 100%;
  height: 3.643em;
}
#index-body .i-init1 .left .ig .btn .search form input {
  width: 100%;
  border: 1px solid rgba(34, 34, 34, 0.5);
  border-radius: 8px;
  padding: 0 1em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-init1 .left .ig .btn .search form input[type="text"] {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right: none;
  margin-right: -0.5em;
  font-weight: 300;
}
#index-body .i-init1 .left .ig .btn .search form input[type="text"]:focus {
  border-color: var(--color);
}
#index-body .i-init1 .left .ig .btn .search form input[type="text"]::-webkit-input-placeholder {
  color: #222;
}
#index-body .i-init1 .left .ig .btn .search form input[type="text"]:-moz-placeholder {
  color: #222;
}
#index-body .i-init1 .left .ig .btn .search form input[type="text"]::-moz-placeholder {
  color: #222;
}
#index-body .i-init1 .left .ig .btn .search form input[type="text"]:-ms-input-placeholder {
  color: #222;
}
#index-body .i-init1 .left .ig .btn .search form input[type="text"]::placeholder {
  color: #222;
}
#index-body .i-init1 .left .ig .btn .search form input[type="submit"] {
  width: 3.643em;
  background-color: var(--color);
  background-image: url("../images/search.png");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: none;
}
#index-body .i-init1 .left .ig .btn .more {
  font-size: 14px;
  padding: 19px 38px 18px 39px;
}
#index-body .i-init1 .left .ig .list .bt {
  font-weight: 500;
}
#index-body .i-init1 .left .ig .list .nav {
  font-size: 14px;
  color: var(--color);
  font-weight: 600;
  line-height: 1.7;
}
#index-body .i-init1 .left .ig .bottom .tits {
  font-weight: 600;
  line-height: 1.3;
}
#index-body .i-init1 .left .ig .bottom .con {
  line-height: 1.6;
  opacity: 0.8;
}
#index-body .i-init1 .right ul li .img-box span {
  width: 37px;
  height: 38px;
  border-radius: 4px;
  background: var(--color);
  position: absolute;
  left: 43px;
  bottom: 33px;
}
#index-body .i-init1 .right ul li .img-box span img {
  width: auto;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-init1 .right ul li .img-box:hover span img {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#index-body .i-init1 .right ul li .text {
  color: #222222;
}
#index-body .i-init1 .right ul li .text span {
  line-height: 1.4;
  font-weight: 500;
}
#index-body .i-init1 .right ul li .text .tit {
  font-weight: 600;
}
#index-body .i-init1 .right ul li .text .con {
  line-height: 1.4;
  opacity: 0.8;
}
#index-body .i-init1 .icon {
  z-index: -1;
  right: 0;
  bottom: 155px;
  width: 11.146%;
}
#footer {
  background-color: #e9e9e9;
}
#footer .f-content .title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 43px;
}
#footer .f-content ul li {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 10px;
  color: #2e2e2e;
}
#footer .f-content ul li a {
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
#footer .f-content ul li a::after {
  content: '';
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  background: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-content ul li a:hover {
  color: var(--color);
}
#footer .f-content ul li a:hover::after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
#footer .f-content ul li i {
  width: 19px;
  margin-top: 6px;
}
#footer .f-content ul li span {
  margin-left: 12px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#footer .f-content ul li:last-child {
  margin-bottom: 0;
}
#footer .f-content ul li ul {
  display: none;
}
#footer .f-content .left {
  width: 28%;
}
#footer .f-content .left ul {
  max-width: 322px;
  height: 100%;
  padding-bottom: 23%;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
#footer .f-content .left ul li {
  line-height: 1.4;
  margin-bottom: 0;
  font-weight: 300;
}
#footer .f-content .right {
  width: 72%;
}
#footer .f-content .right .f-form {
  max-width: 360px;
}
#footer .f-content .right .f-form .form ul {
  margin: -8px -4px;
}
#footer .f-content .right .f-form .form ul li {
  padding: 8px 4px;
}
#footer .f-content .right .f-form .form ul li input,
#footer .f-content .right .f-form .form ul li textarea {
  font-size: 17px;
  background-color: transparent;
  height: 58px;
  width: 100%;
  padding: 0 22px;
  border: 1px solid #ccc
}
#footer .f-content .right .f-form .form ul li textarea {
  height: 92px;
  padding-top: 7px;
}
#footer .f-content .right .f-form .form ul li .send {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: right;
  -webkit-justify-content: right;
  -moz-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  border: 0;
  background: transparent;
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-content .right .f-form .form ul li .send i {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #000;
  margin: -3px 0 0 25px;
}
#footer .f-content .right .f-form .share {
  font-size: 19px;
  margin-top: 1.5em;
}
#footer .f-content .right .f-form .share a,
#footer .f-content .right .f-form .share div {
  width: 2em;
  height: 2em;
  color: var(--color);
  margin-left: 1.3em;
  background-color: white;
  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;
}
#footer .f-content .right .f-form .share a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-content .right .f-form .share a:hover {
  background: var(--color);
  color: #fff;
}
#footer .f-content .right .f-form .share #ewm {
  position: relative;
  cursor: pointer;
  z-index: 1;
}
#footer .f-content .right .f-form .share #ewm img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
  border: 1px solid white;
}
#footer .f-content .right .f-form .share #ewm:hover img {
  -webkit-transform: scale(3);
  -moz-transform: scale(3);
  -ms-transform: scale(3);
  transform: scale(3);
}
#footer .f-copy {
  font-size: 16px;
  line-height: 1.6;
  background: var(--color);
  color: rgba(254,254,254, 0.5);
  padding: 16px 0 17px;
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-height: 28px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-top: -1px;
  opacity: 1;
  text-transform: capitalize;
  fill: rgba(254,254,254, 0.5);
}
#footer .f-copy svg text {
  fill: rgba(254,254,254, 0.5);
}
@media screen and (max-width: 1700px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 3.78em;
  }
  #banner ul li .text .top .title .circleDots {
    margin: 1em 4.5em 0 1.1em;
  }
  #banner ul li .text .top .con {
    margin-left: 2.6em;
  }
  .font-18 {
    font-size: 18px;
  }
  .font-16 {
    font-size: 16px;
  }
}
@media screen and (max-width: 1450px) {
  .more {
    padding: 20px 40px;
  }
  #header .h-top .info {
    width: 43%;
  }
  #header .h-top .msg {
    padding: 0 2em;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 2.8em;
  }
  #header .h-top .info {
    padding-right: 90px;
  }
  #index-body .i-about .text .right .bottom ul li .num {
    font-size: 56px;
  }
  .font-20 {
    font-size: 20px;
  }
  .font-30 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1250px) {
  #banner {
    margin-top: 60px;
  }
  #banner ul li .text {
    top: 50%;
  }
  #banner ul li .text .top .con {
    margin-left: 3.1em;
  }
  #index-body .i-about .text .right {
    padding-right: 30px;
  }
  #index-body .i-about .text .right .list ul li {
    width: 50% !important;
  }
  #index-body .i-about .text .right .bottom ul li .num {
    font-size: 40px;
  }
  #index-body .i-init ul {
    margin: -26px;
  }
  #index-body .i-init ul li {
    padding: 26px;
  }
  #index-body .i-init1 .left .ig .btn {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .i-init1 .left .ig .btn .search {
    width: 100%;
  }
  #index-body .i-init1 .left .ig .btn .more {
    margin-top: 20px;
  }
  #footer .f-content {
    zoom: .8;
  }
}
@media screen and (max-width: 1000px) {
  #banner ul li .text .top .title .circleDots {
    margin: 1em 3em 0 1.1em;
  }
  .i-title {
    font-size: 36px;
  }
  #index-body .i-category {
    padding: 60px 0;
  }
  #index-body .i-about .img .icon {
    display: none;
  }
  #index-body .i-about .text {
    padding: 30px 0;
  }
  #index-body .i-about .text .left {
    display: none;
  }
  #index-body .i-about .text .right {
    width: 100%;
    padding: 0;
  }
  #index-body .i-about .text .right .bottom .more {
    margin-top: 30px;
  }
  #index-body .i-init {
    padding-top: 60px;
  }
  #index-body .i-init ul {
    margin: -13px;
  }
  #index-body .i-init ul li {
    padding: 13px;
  }
  #index-body .i-init1 .left {
    width: 100%;
  }
  #index-body .i-init1 .right {
    width: 100%;
    padding: 30px 0 0 0;
  }
  .font-36,
  .font-38 {
    font-size: 30px;
  }
  #footer .f-content {
    zoom: 1;
  }
  #footer .f-content .left {
    width: 40%;
  }
  #footer .f-content .right {
    width: 60%;
  }
  #footer .f-content .right .f-form {
    margin: 0 0 0 auto;
  }
  #footer .f-content .f-nav,
  #footer .f-content .f-product {
    display: none;
  }
  .fixed-toolbar {
    zoom: .7;
  }
}
@media screen and (max-width: 700px) {
  .more {
    padding: 16px 30px;
  }
  #banner ul li .text .top .con {
    font-size: 18px;
  }
  #banner ul li .text .bottom {
    margin-top: 10px;
  }
  .i-title {
    font-size: 30px;
  }
  .font-18 {
    font-size: 16px;
    line-height: 1.8 !important;
  }
  #index-body .i-category {
    padding: 30px 0;
  }
  #index-body .i-about .text .right .list ul li {
    width: 100% !important;
  }
  #index-body .i-init ul li .ig {
    height: 300px;
    padding: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #index-body .i-init ul li .ig .con {
    margin-top: 0;
  }
  #index-body .i-init ul li .ig .link {
    margin-top: 10px;
  }
  #footer .f-content .title {
    margin-bottom: 20px;
  }
  #footer .f-content .left {
    width: 100%;
  }
  #footer .f-content .left ul {
    max-width: 100%;
    padding-bottom: 0;
  }
  #footer .f-content .left ul li {
    width: 100%;
  }
  #footer .f-content .right {
    width: 100%;
    margin-top: 30px;
  }
  #footer .f-content .right .f-form {
    max-width: 100%;
    margin-top: 30px;
  }
  .fixed-toolbar {
    bottom: 6%;
  }
}
@media screen and (max-width: 500px) {
  .more {
    font-size: 14px;
    padding: 12px 24px;
  }
  .font-16 {
    font-size: 14px;
    line-height: 2 !important;
  }
  #banner ul li .text .top .title .circleDots {
    margin-right: 2em;
  }
  #banner ul li .text .top .con {
    display: none;
  }
  #index-body .i-about .text .right .bottom ul {
    margin: 0 -20px;
  }
  #index-body .i-about .text .right .bottom ul li {
    padding: 0 20px;
  }
  #index-body .i-about .text .right .bottom ul li .num {
    font-size: 30px;
  }
  #index-body .i-about .text .right .bottom ul li:first-child {
    padding-right: 20px;
  }
  #index-body .i-init {
    padding-top: 30px;
  }
  #index-body .i-init ul li {
    width: 100%;
  }
  #index-body .i-init1 .left .ig {
    padding: 30px 15px;
  }
  #index-body .i-init1 .left .ig .tit {
    font-size: 22px;
  }
  #index-body .i-init1 .left .ig .bottom .tits {
    font-size: 22px;
  }
  #index-body .i-init1 .right ul li .text .tit {
    font-size: 21px;
  }
  #footer .f-content ul li {
    font-size: 16px;
  }
  #footer .f-content .left ul li {
    line-height: 1.8;
  }
  #footer .f-content .right .f-form .form ul li {
    width: 100%;
  }
  #footer .f-content .right .f-form .form ul li input,
  #footer .f-content .right .f-form .form ul li textarea {
    font-size: 16px;
  }
  #footer .f-content .right .f-form .form ul li input {
    height: 43px;
  }
  #footer .f-copy {
    font-size: 14px;
  }
}
@keyframes round_translate3 {
    0% {
        right: 0;
    }
    9.99% {
        opacity: 1;
    }
    10% {
        right: -25%;
        opacity: 0;
    }
    10.05% {
        right: 100%;
        opacity: 0;
    }
    10.1% {
        opacity: 1;
    }
    100% {
        right: 0;
    }
}
.inner-banner {
    height: 250px;
    width: 100%;
    margin: 150px auto 0;
    overflow: hidden;
    position: relative;
}
.inner-banner::before {
    content: "";
    display: block;
    aspect-ratio: 1;
    position: absolute;
    bottom: 0;
    right: 100%;
    height: 200%;
    background-color: rgba(11, 105, 170, 0.9);
    border-radius: 9999px;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    -webkit-transform: translate(0, 50%);
    -moz-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%);
    -webkit-animation: round_translate2 12s linear infinite;
    -moz-animation: round_translate2 12s linear infinite;
    animation: round_translate2 12s linear infinite;
    z-index: 10;
}
.inner-banner .inner-content {
    width: 100%;
    height: 100%;
    background: url("../images/in-banner.png") no-repeat;
    background-size: cover;
    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: relative;
}
.inner-banner .inner-content::before {
    content: "";
    display: block;
    aspect-ratio: 1;
    position: absolute;
    top: 0;
    right: 100%;
    height: 200%;
    background-color: rgba(45, 50, 121, 0.9);
    border-radius: 9999px;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-animation: round_translate1 12s linear infinite;
    -moz-animation: round_translate1 12s linear infinite;
    animation: round_translate1 12s linear infinite;
}
.inner-banner .inner-content::after {
    content: "";
    display: block;
    aspect-ratio: 1;
    position: absolute;
    top: 50%;
    right: 100%;
    height: 200%;
    background-color: rgba(39, 68, 151, 0.9);
    border-radius: 9999px;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-animation: round_translate3 12s linear infinite;
    -moz-animation: round_translate3 12s linear infinite;
    animation: round_translate3 12s linear infinite;
}
.inner-banner .mbx {
    color: white;
    text-align: center;
    position: relative;
    z-index: 10;
}
.inner-banner .mbx h2 {
    font-size: 44px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 10px;
}
.inner-banner .mbx p {
    font-size: 16px;
    line-height: 1.8;
}
.fw-500{
  font-weight: 500;
}
@media (max-width: 1250px) {
    .inner-banner {
        margin-top: 60px;
    }
}
@media (max-width: 1000px) {
    .inner-banner {
        width: 100%;
    }
    .inner-banner .mbx h2 {
        font-size: 24px;
        padding: 0 15px;
        line-height: 38px;
    }
    .inner-banner .mbx p {
        padding: 0 15px;
    }
}
@media (max-width: 500px){
    .inner-banner{
        height: auto;
    }
    .inner-banner .mbx{
        padding: 20px 0;
    }
}
.grid-box {
    font-size: 0;
    [;
    letter-spacing: -4px;
    font-size: 12px;
    ]
}
.grid-box .column {
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
    [;
    letter-spacing: 0;
    ]
}
.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%;
}
@media screen and (max-width: 1000px) {
    .grid-box.two>.column {
        width: 50%;
    }
    .grid-box.three>.column {
        width: 33.33333%;
    }
    .grid-box.four>.column {
        width: 33.33333%;
    }
    .grid-box.five>.column {
        width: 33.33333%;
    }
}
@media screen and (max-width: 700px) {
    .grid-box.two>.column {
        width: 50%;
    }
    .grid-box.three>.column {
        width: 50%;
    }
    .grid-box.four>.column {
        width: 50%;
    }
    .grid-box.five>.column {
        width: 50%;
    }
}
@media screen and (max-width: 500px) {
    .grid-box.two>.column {
        width: 100%;
    }
    .grid-box.three>.column {
        width: 100%;
    }
    .grid-box.four>.column {
        width: 100%;
    }
    .grid-box.five>.column {
        width: 100%;
    }
}
.about-page .about-2 {
    margin-top: 137px;
}
.about-page .about-2 .box {
    padding: 12px 0 122px 0;
    position: relative;
    z-index: 1;
}
.about-page .about-2 .box .img {
    width: 50%;
    vertical-align: middle;
    border-radius: 10px;
}
.about-page .about-2 .box .img img {
    border-radius: 10px;
}
.about-page .about-2 .box .text {
    width: 50%;
    padding-left: 64px;
    vertical-align: middle;
    color: #111;
}
.about-page .about-2 .box .text .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-right: 24px;
}
.about-page .about-2 .box .text .header .left {
    width: 100%;
}
.about-page .about-2 .box .text .header .title {
    line-height: 1.2;
    text-transform: uppercase;
    margin-top: 41px;
}
.about-page .about-2 .box .text .header .more {
    color: #000;
    margin-bottom: 10px;
    background: #fff;
}
.about-page .about-2 .box .text .header .more span {
    text-decoration: none;
}
.about-page .about-2 .box .text .con {
    font-size: 18px;
    line-height: 1.8;
    color: #666;
}
.about-page .about-2 .box .text .list {
    margin-top: 29px;
}
.about-page .about-2 .box .text .list ul {
    margin-bottom: -25px;
}
.about-page .about-2 .box .text .list ul li {
    position: relative;
    padding-left: 47px;
    font-size: 20px;
    line-height: 1.5;
    padding-bottom: 25px;
}
.about-page .about-2 .box .text .list ul li::before {
    content: "";
    position: absolute;
    top: 13px;
    left: 0;
    width: 30px;
    height: 2px;
    background: white;
}
.about-page .about-2 .box::after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 0;
    width: 84.5%;
    height: 100%;
    background: #fff;
    border-radius: 15px;
}
.design-page .design-2 {
    padding: 20px 0 110px;
}
.design-page .design-2 .i-title {
    line-height: 1.2;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.design-page .design-2 .left .img {
    border-radius: 10px;
}
.design-page .design-2 .left .txt {
    font-size: 18px;
    line-height: 1.4;
    color: #7b7b7b;
    margin-bottom: 20px;
}
.design-page .design-2 .left .img img {
    border-radius: 10px;
}
.design-page .design-2 .right {
    padding-left: 90px;
}
.design-page .design-2 .right img {
    border-radius: 10px;
}
.design-page .design-2 .right .txt {
    font-size: 20px;
    line-height: 32px;
    color: #7b7b7b;
    margin-top: 10px;
}
@media screen and (max-width: 1440px) {
    .about-page .about-2 {
        margin-top: 100px;
    }
}
@media screen and (max-width: 1280px) {
  .about-page .about-2 {
        margin-top: 80px;
    }
    .about-page .about-2 .box .text {
        padding: 0 15px 0 30px;
    }
}
@media screen and (max-width: 1200px) {
   .design-page .design-2 .right {
        padding-left: 50px;
    }
    .design-page .design-2 .right .txt {
        margin-top: 50px;
    }   
}
@media screen and (max-width: 1000px) {
  .about-page .about-2 {
        margin-top: 47px;
    }
    .about-page .about-2 .box {
        padding: 0 0 60px;
    }
    .about-page .about-2 .box .img {
        width: 100%;
    }
    .about-page .about-2 .box .text {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }
    .about-page .about-2 .box::after {
        width: 100%;
    }
     .design-page .design-2 {
        padding: 60px 0 65px;
    }
     .design-page .design-2 .right .txt {
        margin-top: 40px;
    } 
}
@media screen and (max-width: 700px) {
  .about-page .about-2 .box .text .con {
        margin-top: 20px;
    }
    .about-page .about-2 {
        margin-top: 30px;
    }
     .design-page .design-2 .right {
        width: 100%;
        padding-left: 0;
        margin-top: 25px;
    }
    .design-page .design-2 .left {
        width: 100%;
    }
    .design-page .design-2 .i-title {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 500px) {
  .about-page .about-2 .box {
        padding-bottom: 30px;
    }
    .about-page .about-2 .box .text .header {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .about-page .about-2 .box .text .header .left {
        width: 100%;
    }
    .about-page .about-2 .box .text .header .left .title {
        margin-top: 10px;
    }
    .about-page .about-2 .box .text .header .right {
        padding: 20px 0 0;
    }
    .about-page .about-2 .box .text .con {
        font-size: 16px;
        margin-top: 10px;
        line-height: 30px;
    }
    .about-page .about-2 .box .text .list ul li {
        font-size: 16px;
        line-height: 1.8;
    }
    .design-page .design-2{
        padding: 30px 0 35px;
    }
     .design-page .design-2 .right .txt {
        margin-top: 30px;
    }
}
.news-page .sidebar-box .sidebar-left {
    width: 28%;
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
    padding-right: 45px;
}
.news-page .sidebar-box .sidebar-left .inner {
    max-width: 375px;
}
.news-page .sidebar-box .sidebar-left .inner .inner-title {
    font-size: 20px;
    line-height: 1.4;
    color: #000;
    text-transform: capitalize;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e7e7e7;
    font-weight: 600;
}
.news-page .sidebar-box .sidebar-left .inner .inner-search {
    margin-bottom: 40px;
}
.news-page .sidebar-box .sidebar-left .inner .inner-search form {
    width: 100%;
    position: relative;
}
.news-page .sidebar-box .sidebar-left .inner .inner-search form input[type="text"] {
    width: 100%;
    height: 43px;
    border: 1px solid #eee;
    padding: 10px 20px;
    padding-right: 50px;
    font-size: 14px;
    color: #555555;
}
.news-page .sidebar-box .sidebar-left .inner .inner-search form input[type="submit"] {
    position: absolute;
    width: 43px;
    height: 43px;
    border: none;
    background: url(../images/search.png) no-repeat center center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    -webkit-filter: brightness(0);
    filter: brightness(0);
}
.news-page .sidebar-box .sidebar-left .inner .inner-cat {
    margin-bottom: 40px;
    padding-right: 5px;
}
.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li {
    position: relative;
}
.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a {
    display: block;
    padding: 8px 0;
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    line-height: 2;
    word-break: break-all;
    position: relative;
}
.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a i {
    position: absolute;
    font-size: 18px;
    right: 0;
    top: 14px;
    width: 18px;
    height: 18px;
    text-align: center;
}
.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a i.active {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a span {
    color: #aaa;
}
.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a:hover {
    color: var(--color);
}
.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a.active {
    color: var(--color);
}
.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active>a {
    color: var(--color);
}
.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active>ol {
    display: block;
}
.news-page .sidebar-box .sidebar-left .inner .inner-cat ul>li>ol>li {
    margin-left: 10px;
    color: #7b7b7b;
}
.news-page .sidebar-box .sidebar-left .inner .inner-cat ul>li>ol>li a {
    font-size: 16px;
    line-height: 40px;
}
.news-page .sidebar-box .sidebar-left .inner .inner-recent {
    margin-bottom: 40px;
}
.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li {
    padding: 15px 0;
}
.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img {
    margin-right: 20px;
}
.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img img {
    height: 80px;
    max-width: 100px;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}
.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text span {
    color: #aaa;
    display: block;
    font-size: 14px;
    line-height: 2;
}
.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p {
    color: #000;
    font-weight: 600;
    font-size: 14px;
    line-height: 2;
    display: -webkit-box;
    margin-bottom: 8px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p:hover {
    color: var(--color);
}
.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li:first-child {
    padding-top: 0;
}
.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li:last-child {
    padding-bottom: 0;
}
.news-page .sidebar-box .sidebar-left .inner .inner-contact {
    background: url(../images/ny-bg.jpg) no-repeat center center;
    padding: 215px 30px 30px;
}
.news-page .sidebar-box .sidebar-left .inner .inner-contact h5 {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    line-height: 2;
    margin-bottom: 20px;
    font-weight: bold;
}
.news-page .sidebar-box .sidebar-left .inner .inner-contact h6 {
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    color: #fff;
    margin-bottom: 20px;
}
.news-page .sidebar-box .sidebar-left .inner .inner-contact .more2 {
    font-weight: 700;
    cursor: pointer;
    color: #fff;
    line-height: 1.3;
    padding: 12px 24px;
    background-color: var(--color);
}
.news-page .sidebar-box .sidebar-left .inner .inner-contact .more2 .img {
    width: 14px;
    height: 14px;
    margin-left: 12px;
}
.news-page .sidebar-box .sidebar-left .inner .inner-contact .more2:hover {
    background: #000;
}
.news-page .sidebar-box .sidebar-left .inner .inner-contact .more2:hover .img {
    transform: rotate(45deg);
}
.news-page .sidebar-box .sidebar-left .inner .inner-contact h6 span {
    display: block;
}
.news-page .sidebar-box .sidebar-left .inner .inner-contact .more {
    color: #fff;
}
.news-page .sidebar-box .sidebar-left .inner .inner-contact .more:hover {
    color: var(--color);
}
.news-page .sidebar-box .sidebar-right {
    width: 72%;
}
.news-page .news-list ul {
    margin: -30px -15px 0;
}
.news-page .news-list ul>p {
    font-size: 20px;
    margin: 20px;
    letter-spacing: 0;
}
.news-page .news-list ul li {
    padding: 0 25px;
    margin-bottom: 30px;
}
.news-page .news-list ul li .box .img img {
    width: 100%;
}
.news-page .news-list ul li .box .content .cat_name {
    background-color: #b3b3b3;
    text-transform: uppercase;
    display: inline-block;
    color: #fff;
    padding: 5px 15px;
    margin-top: 20px;
    line-height: 2;
}
.news-page .news-list ul li .box .content .title {
    font-weight: 600;
    margin-top: 20px;
    font-size: 24px;
    min-height: 4em;
}
.news-page .news-list ul li .box .content .title:hover {
    color: var(--color);
}
.news-page .news-list ul li .box .content .time {
    font-size: 14px;
    color: var(--color);
    display: inline-block;
}
.news-page .news-list ul li .box .content .des {
    font-size: 16px;
    color: #666;
    margin-top: 6px;
    line-height: 1.8;
 overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 3;
 -webkit-box-orient: vertical;
}
.newdet-page {
    padding: 0 0 150px;
}
.newdet-page .header {
    max-width: 1520px;
    width: 100%;
    padding: 55px;
    background: #fff;
    margin: 0 auto;
    text-align: center;
}
.newdet-page .header .categoty {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    background-image: linear-gradient(90deg, var(--color) 0%, #5dbdff 100%), linear-gradient(#3e3e3c, #3e3e3c);
    padding: 5px 15px;
    text-transform: uppercase;
}
.newdet-page .header h1 {
    font-size: 48px;
    line-height: 1.4;
    margin: 20px 71px 0;

}
.newdet-page .header .post_meta {
    margin-top: 26px;
    font-weight: 500;
}
.newdet-page .header .post_meta span {
    display: inline-block;
    vertical-align: middle;
}
.newdet-page .header .post_meta .post_author_avatar {
    margin-right: 11px;
}
.newdet-page .header .post_meta .photo {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.newdet-page .header .post_meta .post_author_name {
    font-size: 16px;
    line-height: 1;
}
.newdet-page .header .post_meta .post_author {
    display: inline-block;
    vertical-align: middle;
}
.newdet-page .header .post_meta .post_author::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    background: #7b7b7b;
    border-radius: 50%;
    margin: 0 10px 0;
}
.newdet-page .header .post_meta .post_date {
    font-size: 16px;
    color: #7b7b7b;
}
.newdet-page .header .post_meta .post_date::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin: -6px 10px 0;
}
.newdet-page .header .post_meta .post_meta_number {
    font-size: 14px;
    color: #83827f;
}
.newdet-page .content {
    margin-top: 40px;
    font-size: 16px;
    line-height: 1.8;
    color: #666;
}
 .newdet-page .content p {
    font-size: 16px!important;
    color: #666!important;
    text-align: left!important;
    line-height: 2!important;
    height: auto!important;
}
 .newdet-page .content ul li {
    padding: 5px 10px!important;
    line-height: 2;
    font-size: 16px;
    color: #666!important;
}
 .newdet-page .content h3 {
  font-size: 18px;
  line-height: 1.8;
  padding: 10px 5px;
}
 .newdet-page .content h2 {
  font-size: 20px;
  line-height: 1.6;
  padding: 10px 5px;
  font-weight: 600;
  color: var(--color) ;
}
 .newdet-page .content ol li, .newdet-page .content ul li {
    list-style: disc;
    list-style-position: inside;
}
.newdet-page .share {
    max-width: 1520px;
    width: 100%;
    margin: 40px auto 0;
    padding: 28px 0;
    border-top: 1px solid #d1d0c8;
    border-bottom: 1px solid #d1d0c8;
    text-align: right;
}
.newdet-page .share a {
    display: inline-block;
    vertical-align: middle;
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 50%;
    line-height: 48px;
    font-size: 20px;
    background: #fff;
    margin: 3px 0 3px 7px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-image: linear-gradient(90deg, var(--color) 0%, #5dbdff 100%), linear-gradient(#3e3e3c, #3e3e3c);
}
.newdet-page .share a:first-child {
    margin-left: 0;
}
.newdet-page .share a:nth-child(1) {
    color: #fff;
}
.newdet-page .share a:nth-child(2) {
    color: #fff;
}
.newdet-page .share a:nth-child(3) {
    color: #fff;
}
.newdet-page .share a:nth-child(4) {
    background-image: linear-gradient(90deg, var(--color) 0%, #5dbdff 100%), linear-gradient(#3e3e3c, #3e3e3c);
    color: #fff;
}
.newdet-page .share a:nth-child(5) {
    background-image: linear-gradient(90deg, var(--color) 0%, #5dbdff 100%), linear-gradient(#3e3e3c, #3e3e3c);
    color: #fff;
}
.newdet-page .share a:hover {
    margin-top: -3px;
}
.newdet-page .m-link {
    margin: 40px auto 0;
}
.newdet-page .m-link a {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.newdet-page .m-link a em {
    display: block;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: #7b7b7b;
}
.newdet-page .m-link a:first-child i {
    margin-right: 10px;
}
.newdet-page .m-link a:last-child {
    text-align: right;
}
.newdet-page .m-link a:last-child i {
    margin-left: 10px;
}
.newdet-page .m-link a span {
    font-size: 18px;
    line-height: 32px;
    font-weight: 600;
}
.newdet-page .m-link a:hover {
    color: #000;
}
.newdet-page .prodet-page {
    padding: 0;
}
.newdet-page .prodet-2 {
    max-width: 1520px;
    width: 100%;
    margin: 0 auto;
}
.newdet-page .prodet-2 .ret .slide .con .right {
    padding: 0;
}
.newdet-page .prodet-3 {
    margin: 0 auto;
}
@media (max-width: 1250px) {
    .releted-product .content ul li .img a {
        height: auto;
    }
}
@media (max-width: 1250px) {
    .newdet-page .header h1 {
        font-size: 50px;
        margin: 20px 40px 0;
    }
}
@media (max-width: 1000px) {
    .newdet-page {
        padding: 60px 0;
    }
    .newdet-page .header h1 {
        font-size: 40px;
        margin: 20px 27px 0;
    }
}
@media (max-width: 700px) {
    .newdet-page {
        padding: 30px 0;
    }
    .newdet-page .header {
        padding: 30px 20px;
    }
    .newdet-page .header h1 {
        font-size: 34px;
        margin: 20px 20px 0;
    }
    .newdet-page .content {
        margin-top: 20px;
    }
    .newdet-page .share {
        margin: 20px auto 0;
    }
    .newdet-page .m-lin {
        font-size: 16px;
    }
}
@media (max-width: 500px) {
    .newdet-page .header h1 {
        font-size: 24px;
        margin: 20px 0px 0;
    }
    .newdet-page .content {
        font-size: 16px;
        line-height: 30px;
    }
    .newdet-page .m-link a {
        display: block;
        width: 100%;
    }
    .newdet-page .m-link a:last-child {
        text-align: left;
        margin-top: 20px;
    }
    .news-page .news-list ul li .box .content .title {
        min-height: unset;
    }
}
.recommended-product {
    padding: 90px 0;
    background-color: #f9f9f9;
}
.recommended-product ul {
    margin: 60px -24px 0;
}
.recommended-product ul li {
    padding: 0 24px;
}
.recommended-product ul li .img_box {
    width: 100%;
    display: block;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid transparent;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
}
.recommended-product ul li .img_box:hover .icon {
    opacity: 1;
}
.recommended-product ul li .img_box .icon {
    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%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
}
.recommended-product ul li .img_box .icon a {
    margin: 0 4px;
    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;
    width: 45px;
    height: 45px;
    border-radius: 5px;
    background-color: white;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;position: relative;
}
.recommended-product ul li .img_box .icon a img {
    -webkit-filter: invert(0);
    filter: invert(0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    transform: scale(1);
}
.recommended-product ul li .img_box .icon a img.hover{
    opacity: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
}
.recommended-product ul li .img_box .icon a:hover .cur{
    opacity: 0;
}
.recommended-product ul li .img_box .icon a:hover .hover{
   opacity: 1;
}
.recommended-product ul li .img_box .img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.recommended-product ul li h4 {
    font-size: 20px;
    text-align: center;
    padding: 0 25px;
    margin-top: 15px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
@media screen and (max-width: 1250px) {
    .recommended-product {
        padding: 60px 0;
    }
}
@media screen and (max-width: 700px) {
    .recommended-product {
        padding: 30px 0;
    }
}
.contact-page {
    padding-top: 120px;
}
.contact-page .contact-1 .left form ul {
    margin: 0 -30px -37px 0;
}
.contact-page .contact-1 .left form ul li {
    padding: 0 30px 37px 0;
}
.contact-page .contact-1 .left form ul li .box {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #d1d0c8;
}
.contact-page .contact-1 .left form ul li .box input,
.contact-page .contact-1 .left form ul li .box textarea {
    width: 100%;
    background: transparent;
    border: none;
    padding: 10px 0 13px 36px;
    font-size: 16px;
    line-height: 30px;
    color: #7b7b7b;
}
.contact-page .contact-1 .left form ul li .box input::-webkit-input-placeholder,
.contact-page .contact-1 .left form ul li .box textarea::-webkit-input-placeholder {
    color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input:-moz-placeholder,
.contact-page .contact-1 .left form ul li .box textarea:-moz-placeholder {
    color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input::-moz-placeholder,
.contact-page .contact-1 .left form ul li .box textarea::-moz-placeholder {
    color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input:-ms-input-placeholder,
.contact-page .contact-1 .left form ul li .box textarea:-ms-input-placeholder {
    color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input::placeholder,
.contact-page .contact-1 .left form ul li .box textarea::placeholder {
    color: #83827f;
}
.contact-page .contact-1 .left form ul li .box i {
    position: absolute;
    left: 0;
    top: 10px;
    font-size: 20px;
}
.contact-page .contact-1 .left form ul li .box::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #000;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
.contact-page .contact-1 .left form ul li .more {
    border: 0;
}
.contact-page .contact-1 .left form ul li p {
    display: inline-block;
    vertical-align: middle;
    padding-left: 26px;
    font-size: 14px;
    line-height: 28px;
    color: #83827f;
}
.contact-page .contact-1 .left form ul li p span {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
}
.contact-page .contact-1 .left form ul li:hover .box::before,
.contact-page .contact-1 .left form ul li.active .box::before {
    width: 100%;
}
.contact-page .contact-1 .left form ul li.wid-100 {
    width: 100% !important;
}
.contact-page .contact-1 .right {
    padding-left: 7.65%;
}
.contact-page .contact-1 .right .title {
    line-height: 1.2;
}
.contact-page .contact-1 .right p {
    font-size: 16px;
    line-height: 30px;
    color: #83827f;
    margin-top: 7px;
}
.contact-page .contact-1 .right .list {
    margin-top: 22px;
}
.contact-page .contact-1 .right .list ul li {
    color: #111;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
}
.contact-page .contact-1 .right .list ul li i {
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    width: 20px;
    text-align: center;
    margin-top: 5px;
}
.contact-page .contact-1 .right .list ul li span {
    display: inline-block;
    vertical-align: top;
    width: 90%;
    padding-left: 20px;
}
.contact-page .contact-1 .right .list ul li:last-child {
    margin-bottom: 0;
}
.contact-page .contact-2 {
    padding-top: 120px;
}
.contact-page .contact-2 #mapContainer {
    height: 520px;
}
@media screen and (max-width: 1280px) {
    .contact-page .contact-1 .right {
        padding-left: 5.65%;
    }
}
@media screen and (max-width: 1000px) {
    .contact-page {
        padding-top: 60px;
    }
    .contact-page .contact-1 .left {
        width: 100%;
    }
    .contact-page .contact-1 .right {
        width: 100%;
        padding: 30px 0 0 0;
    }
    .contact-page .contact-2 {
        padding-top: 60px;
    }
    .contact-page .contact-2 #mapContainer {
        height: 360px;
    }
}
@media screen and (max-width: 700px) {
    .contact-page {
        padding-top: 30px;
    }
    .contact-page .contact-1 .left form ul li .more {
        padding: 18px 20px;
    }
    .contact-page .contact-2 {
        padding-top: 30px;
    }
}
@media screen and (max-width: 500px) {
    .contact-page .contact-1 .left form ul li .more {
        padding: 2px 12px;
    }
    .contact-page .contact-1 .left form ul li p {
        display: block;
        padding: 10px 0 0 0;
    }
    .contact-page .contact-1 .left form ul {
        margin-bottom: -20px;
    }
    .contact-page .contact-1 .left form ul li {
        padding-bottom: 20px;
    }
    .contact-page .contact-1 .left form ul li .box input,
    .contact-page .contact-1 .left form ul li .box textarea {
        padding: 10px 0 10px 36px;
    }
    .contact-page .contact-1 .right p {
        font-size: 16px;
        line-height: 30px;
    }
    .contact-page .contact-1 .right .list ul li {
        font-size: 16px;
    }
    .contact-page .contact-2 #mapContainer {
        height: 260px;
    }
}
.prodet-page {
  padding-top: 6%;
   background: #ffffff;
}
.prodet-page .prodet-1 .left {
  width: 45%;
}
.prodet-page .prodet-1 .left .box .small {
  width: 20%;
  padding-right: 4%;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}
.prodet-page .prodet-1 .left .box .small .swiper {
  height: 720px;
  overflow: hidden;
}
.prodet-page .prodet-1 .left .box .small .swiper .swiper-slide {
  display: flex;
  align-items: center;
}
.prodet-page .prodet-1 .left .box .small .swiper .img-box {
  border-radius: 10px;
}
.prodet-page .prodet-1 .left .box .small .scrollbutton {
  overflow: hidden;
  position: absolute;
  left: 0px;
  right: 24%;
  cursor: pointer;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px;
  height: 30px;
  outline: none;
}
.prodet-page .prodet-1 .left .box .small .scrollbutton.smallImgUp {
  top: 0;
  background-image: url(../images/icon-top.png);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.prodet-page .prodet-1 .left .box .small .scrollbutton.smallImgDown {
  bottom: 0px;
  background-image: url(../images/icon-bottom.png);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.prodet-page .prodet-1 .left .box .big a.img-box {
  border-radius: 10px;
}
.prodet-page .prodet-1 .left .box .big {
  width: 100%;
}
.prodet-page .prodet-1 .right {
  width: 50%;
  padding-left: 20px;
  height: auto;
}
.prodet-page .prodet-1 .right .ig {
  background: #fff;
  padding: 30px 30px 10px 30px;
  border-radius: 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.prodet-page .prodet-1 .right .ig h1 {
  padding: 0px 0 10px;
  border-bottom: 1px solid #e1e5e5;
  line-height: 1.4;
  font-weight: 600;
}
.prodet-page .prodet-1 .right .ig .con {
  padding: 10px 0;
  line-height: 2;
  color: #4B4B4B;
  border-bottom: 1px solid #e1e5e5;
  margin-bottom: auto;
  max-height: 380px;
  overflow-y: auto;
}
.prodet-page .prodet-1 .right .ig .btn {
  padding: 10px 0;
}
.prodet-page .prodet-1 .right .ig .btn .more {
  margin-right: 15px;
}
.prodet-page .prodet-1 .right .ig .btn .more:last-child {
  margin-right: 0;
}
.prodet-page .prodet-1 .right .ig .share span {
  display: inline-block;
  vertical-align: top;
  color: #000000;
  background: url(../images/share.png) no-repeat left top;
  background-size: 16px;
  padding-left: 26px;
  font-size: 20px;
  line-height: 1.1;
}
.prodet-page .prodet-1 .right .ig .share a {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}
.prodet-page .prodet-1 .right .ig .share a:nth-child(4).iconfont {
  font-size: 20px;
}
.prodet-page .prodet-2 {
    padding: 6% 6%;
    background: #fff;
    margin: 3% 0;
    border-radius: 30px;
}
.prodet-page .prodet-2 .i-title{
  font-size: 24px;
  line-height: 1.8;
  background: var(--color);
  color: #fff;
  border-radius: 50px;
  padding: 10px 30px;
  display: inline-block;
}
.prodet-page .prodet-2 .i-title::after{
  display: none;
}
.prodet-page .prodet-2 .content {
  margin-top: 53px;
  background: #fff;
  font-size: 16px;
  line-height: 1.8;
  color: #4B4B4B;
}
.prodet-page .prodet-3 {
  padding-top: 6%;
}
.prodet-page .prodet-3 .content {
  margin-top: 66px;
}
.prodet-page .prodet-3 .content ul {
  margin: 0 -22px;
}
.prodet-page .prodet-3 .content ul li {
  padding: 0 22px;
}
.prodet-page .prodet-3 .content ul li .img-box {
  border-radius: 10px;
}
.prodet-page .prodet-4 .header .arrow div {
  width: 46px;
  height: 46px;
  background: url(../images/arrow-left2.png) no-repeat center center;
  background-size: 100%;
  outline: none;
  display: inline-block;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
.prodet-page .prodet-4 .header .arrow div.next {
  background: url(../images/arrow-right2.png) no-repeat center center;
  background-size: 100%;
  margin-left: 20px;
}
.prodet-page .prodet-4 .header .arrow div:hover {
  -webkit-filter: none;
  filter: none;
}
.prodet-page .prodet-4 .content {
  margin-top: 64px;
}
.prodet-page .prodet-4 .content ul {
  margin: 0 -10px;
}
.prodet-page .prodet-4 .content ul li {
  padding: 0 10px;
}
.prodet-page .prodet-4 .content ul li .img-box {
  border-radius: 10px;
}
.prodet-page .prodet-4 .content ul li .img-box img {
  width: 100%;
}
.prodet-page .prodet-4 .content ul li .text {
  margin-top: 19px;
}
.prodet-page .prodet-4 .content ul li .text .tit {
  line-height: 1.8;
  font-weight: 600;
}
.prodet-page .prodet-4 .content ul li .text .tit:hover {
  color: var(--color);
}
.prodet-page .prodet-4 .content ul li .text span {
  line-height: 2;
  color: #4B4B4B;
}
@media screen and (max-width: 1700px) {
  .prodet-page .prodet-1 .left .box .small .swiper {
    height: 595px;
  }
}
@media screen and (max-width: 1450px){
  .prodet-page .prodet-1 .left .box .small .swiper {
    height: 500px;
  }
  .prodet-page .prodet-1 .right .ig .con {
    max-height: 140px;
  }
}
@media screen and (max-width: 1440px) {
  .partner-page .partner-1 .content .text .txtBoxNr {
    padding-left: 30%;
    padding-right: 60px;
  }
  .prodet-page .prodet-1 .right .ig .btn .more {
    width: 200px;
  }
  .prodet-page .prodet-2 .content {
    padding: 30px 0;
  }
}
@media screen and (max-width: 1250px){
  .prodet-page .prodet-1 .left .box .small .swiper {
    height: 450px;
  }
}
@media screen and (max-width: 1230px){
  .prodet-page .prodet-1 .left .box .small .swiper {
    height: 390px;
  }
  .prodet-page .prodet-1 .right .ig h1 {
    padding: 20px 0;
  }
  .prodet-page .prodet-1 .right .ig .btn {
    padding: 20px 0;
  }
  .prodet-page .prodet-1 .right .ig .btn .more {
    font-size: 14px;
    width: 163px;
    margin-right: 6px;
  }
}
@media screen and (max-width: 1000px){
  .prodet-page .prodet-1 .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .left .box .small .swiper {
    height: 710px;
  }
  .prodet-page .prodet-1 .right {
    width: 100%;
    padding: 30px 0 0 0;
  }
  .prodet-page .prodet-2 .content,
  .prodet-page .prodet-3 .content,
  .prodet-page .prodet-4 .content {
    margin-top: 20px;
  }
  .Auxil-industry{
    display: none;
  }
}
@media screen and (max-width: 700px){
  .prodet-page .prodet-1 .right .ig {
    padding: 20px 15px;
  }
  .wid-50 {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .prodet-page .prodet-1 .left .box .small {
    width: 20%;
  }
  .prodet-page .prodet-1 .left .box .small .swiper {
    height: 340px;
  }
  .prodet-page .prodet-1 .left .box .big {
    width: 75%;
  }
  .prodet-page .prodet-1 .right .ig h1 {
    padding: 0 0 20px 0;
  }
  .prodet-page .prodet-1 .right .ig .con {
    padding: 20px 0;
  }
  .prodet-page .prodet-2 .content {
    padding: 20px 15px;
  }
  .prodet-page .prodet-3 .content ul {
    margin: 0 -10px;
  }
  .prodet-page .prodet-3 .content ul li {
    padding: 0 10px;
  }
  .prodet-page .prodet-4 .header .arrow {
    display: block;
    margin-top: 20px;
  }
}
.about-page1 .about-tab{
  border-bottom: 1px solid #c6c6c6;
}
.about-page1 .about-tab li a{
  color: #757575;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page1 .about-tab li a:hover,
.about-page1 .about-tab li a.active{
  color: var(--color);
}
.about-page1 .about-2 .con{
  line-height: 1.56;
  color: #757575;
}
.about-page1 .about-3 {
  margin-top: -15%;
}
.about-page1 .about-3 .box {
  padding: 3%;
  background-color: white;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.about-page1 .about-3 .box .text {
  line-height: 2;
}
.about-page1 .about-3 .box .text p {
  margin-top: 1em;
}
.about-page1 .about-3 .box .text p:first-child {
  margin-top: 0;
}
.about-page1 .about-4 li {
  max-width: 420px;
  margin: 0 auto;
}
.inner-page .optionsNav a:before {
  content: '';
  width: .5em;
  height: .5em;
  border-radius: 100%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: .5em;
  background-color: black;
  display: inline-block;
  margin-bottom: .1em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .optionsNav a.active {
  color: var(--color);
}
.inner-page .optionsNav a:hover:before,
.inner-page .optionsNav a.active:before {
  background-color: var(--color);
}
.m-page {
  text-align: center;
  margin-top: 2em;
}
.m-page a,
.m-page span {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  color: #000000;
  margin: 0;
  width: 34px;
  height: 34px;
  line-height: 34px;
  border: 1px solid var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.m-page span {
  background: var(--color);
  color: #fff;
}
.faq-page .i-title2{
  font-weight: 500;
}
.faq-page .ui.container 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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.faq-page .ui.container ul li .text {
  width: -webkit-calc(100% - 85px);
  width: -moz-calc(100% - 85px);
  width: calc(100% - 85px);
  background-color: #f9f9f9;
  padding: 30px 35px;
}
.faq-page .ui.container ul li .text h4{
  font-weight: 600;
}
@media (max-width: 1250px){
  .about-page1 .about-2 {
    background-image: none !important
  }
}
@media screen and (max-width: 700px){
    .optionsNav {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
span.h2 {
    font-weight: 500;
    line-height: 1.2;
    font-size: 36px;
    display: block;
}
span.tag {
    font-size: 18px;
    display: block;
    color: var(--color);
    line-height: 1.6;
    margin-bottom: .5em;
}
.about-page2 .text{
  font-size: 18px;
  color: #757575;
  line-height: 1.6;
}
.about-page2 .about-1 {
  padding-top: 100px;
}
.about-page2 .about-1 .box .left {
  padding-right: 2%;
  position: sticky;
  top: 100px;
  vertical-align: middle;
}
.about-page2 .about-1 .box .left video{
  display: block;
  width: 100%;
  margin-top: 40px;
}
.about-page2 .about-1 .box .left span.h2 em{
  font-weight: 500;
}
.about-page2 .about-1 .box .left a.more {
  margin-top: 1.5em;
}
.about-page2 .about-1 .box .right {
  padding-left: 2%;
  vertical-align: middle;
}
.about-page2 .about-1 .box .right .tit{
  font-weight: 500;
  letter-spacing: -1px;
	color: #181818;
}
.about-page2 .about-1 .box .right .text p {
  margin-top: 1.5em;
}
.about-page2 .about-1 .img {
  height: 590px;
  background-attachment: fixed;
  background-position: center;
  position: relative;
  margin-top: 60px;
}
.about-page2 .about-1 .img .play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.about-page2 .about-1 .img .play:after,
.about-page2 .about-1 .img .play:before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page2 .about-1 .img .play:hover:after,
.about-page2 .about-1 .img .play:hover:before {
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
.about-page2 .about-1 .img .play:hover:after {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
.about-page2 .about-2 .box .left {
  padding-right: 20%;
  position: sticky;
  top: 150px;
}
.about-page2 .about-2 .box .left hr {
  background-color: #120c0b;
  height: 1px;
  border: none;
  margin: 40px 0;
}
.about-page2 .about-2 .box .left a.more {
  margin-top: 2.5em;
}
.about-page2 .about-2 .box .right .list ul {
  margin: -25px -35px;
}
.about-page2 .about-2 .box .right .list ul li {
  padding: 25px 35px;
  font-size: 22px;
}
.about-page2 .about-2 .box .right .list ul li i {
  display: block;
  position: relative;
}
.about-page2 .about-2 .box .right .list ul li i:before {
  content: '';
  width: 3.40909091em;
  height: 4.04545455em;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(-20%, -30%);
  -moz-transform: translate(-20%, -30%);
  -ms-transform: translate(-20%, -30%);
  transform: translate(-20%, -30%);
  z-index: -1;
}
.about-page2 .about-2 .box .right .list ul li span.h6 {
  font-weight: 600;
  margin: .7em 0;
  display: block;
  line-height: 1.8;
}
.about-page2 .about-2 .box .right .list ul li .text {
  line-height: 1.8;
}
.about-page2 .about-2 .numList {
  margin-top: 110px;
}
.about-page2 .about-2 .numList ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-page2 .about-2 .numList ul li {
  border-left: 1px solid #120c0b;
}
.about-page2 .about-2 .numList ul li:first-child {
  border-left: none;
}
.about-page2 .about-2 .numList ul li span.h6 {
  font-size: 60px;
  color: #120c0b;
  font-weight: 600;
  line-height: 1.2;
  display: block;
}
.about-page2 .about-2 .numList ul li p {
  font-size: 18px;
  color: var(--color);
  margin-top: .5em;
}
.history-page {
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  text-align: left;
}
.history-page:before {
  content: '';
  width: 7.03125vw;
  height: 36.61458333vw;
  z-index: -1;
  position: absolute;
  background: url("/chinductor/2026/01/19/logo-1.png") center no-repeat;
  background-size: cover;
  left: 0;
  top: 5%;
}
.history-page:after {
  content: '';
  width: 7.03125vw;
  height: 36.61458333vw;
  z-index: -1;
  position: absolute;
  background: url("/chinductor/2026/01/19/logo-2.png") center no-repeat;
  background-size: cover;
  right: 0;
  bottom: 8%;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.history-page .ui.container {
  width: auto;
  max-width: 1700px;
}
.history-page .left {
  width: 38%;
  padding-right: 4%;
  margin-top: 6%;
}
.history-page .right {
  width: 62%; 
}
.history-page .right .swiper {
  margin-right: -14%;
  overflow: hidden;
}
.history-page .right span.h6 {
  color: #00a9f8;
  display: block;
  line-height: 1.4;
  font-weight: 500;
  font-size: 30px;
}
.history-page .right .text {
  margin: .5em 0 1.3em;
  font-size: 18px;
}
.history-page .right .img {
  height: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-radius: 15px;
  background-size: cover;
  max-width: 420px;
  margin-bottom: 180px;
}
.history-page .right .swiper-wrapper {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.history-page .right .swiper-slide-active ~ div .img {
  height: 0;
}
.history-page .bg {
  width: 100vw;
  height: 100vw;
  position: absolute;
  top: 75%;
  left: 0;
  z-index: 1;
}
.history-page .bg i {
  font-size: 10vw;
  position: absolute;
  top: 0;
  left: 8%;
  -webkit-transform: translate(0%, -47%);
  -moz-transform: translate(0%, -47%);
  -ms-transform: translate(0%, -47%);
  transform: translate(0%, -47%);
  color: #00a9f8;
  z-index: 1;
  cursor: pointer;
  line-height: 1;
}
.history-page .bg span {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-position: center;
  background-size: cover;
  position: absolute;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page2 .service-3 {
    padding-top: 7.2%;
    padding-bottom: 100px;
}
.about-page2 .service-3 .header {
    text-align:center;
}
.about-page2 .service-3 .header .title {
    font-size: 60px;
    color: #030303;
    line-height: 1;
    font-weight: bold;
    margin-top: 5px;
}
.about-page2 .service-3 .content {
    margin-top: 65px;
}
.about-page2 .service-3 .content ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -20px;
}
.about-page2 .service-3 .content ul li {
    padding-right: 20px;
    width: 25%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    cursor: pointer;
}
.about-page2 .service-3 .content ul li .ig {
    border: solid 1px var(--color);
    border-radius: 20px;
    padding: 30px 20px 30px 20px;
    height: 383px;
}
.about-page2 .service-3 .content ul li .ig i{
    display: block;
}
.about-page2 .service-3 .content ul li .ig .tit {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.6;
    padding-bottom: 20px;
}
.about-page2 .service-3 .content ul li .ig .con {
    font-size: 18px;
    line-height: 1.8;
    opacity: 0;
    -webkit-transition: opacity 0.1s ease-out, -webkit-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
    transition: opacity 0.1s ease-out, -webkit-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
    -moz-transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96), -moz-transform 0.4s ease-out;
    transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
    transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96), -webkit-transform 0.4s ease-out, -moz-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
    transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96), -webkit-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
    max-height: 200px;
    overflow: auto;
}
.about-page2 .service-3 .content ul li .ig .num {
    position: absolute;
    bottom: 30px;
    right: 35px;
    font-size: 16px;
    color: #030303;
    font-weight: 500;
}
.about-page2 .service-3 .content ul li.active {
    width: 50%;
}
.about-page2 .service-3 .content ul li.active .con {
    opacity: .65;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}
.chainList {
  padding: 80px 0 80px;
}
.chainList .top .left {
  vertical-align: bottom;
}
.chainList .top .left span.tag {
  margin-bottom: 1em;
}
.chainList .top .right {
  vertical-align: bottom;
  text-align: right;
}
.chainList .top .right a.more {
  background-color: #f3f3f3;
}
.chainList .bottom {
  margin-top: 70px;
}
.chainList .bottom .list ul {
  margin: -10px;
}
.chainList .bottom .list ul li {
  padding: 10px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  border-radius: 10px;
  overflow: hidden;
}
.chainList .bottom .list ul li img{
  border-radius: 10px;
}
.chainList .bottom .list ul li a.img-box {
  display: block;
}
.chainList .bottom .list ul li span.h6 {
  display: block;
  margin-top: .6em;
  margin-bottom: 5px;
}
.chainList .bottom .list ul li time {
  display: block;
  color: var(--color);
}
@media screen and (max-width: 1600px) {
  .about-page2 .about-1{
    padding-top: 80px;
  }
   .about-page2 .about-1 .img {
    height: 400px;
    margin-top: 40px;
  }
  .about-page2 .about-1 .img .play {
    width: 80px;
  }
  .about-page2 .about-2 .numList ul li p{
    font-size: 16px;
    line-height: 1.8;
  }
  .about-page2 .about-2 .box .left hr {
    margin: 30px 0;
  }
  .about-page2 .about-2 .box .right .list ul li{
    font-size: 20px;
    line-height: 1.5;
  }
  .about-page2 .about-2 .numList ul li span.h6{
    font-size: 48px;
  }
  .about-page2 .about-2 .numList {
    margin-top: 80px;
  }
}
@media screen and (max-width: 1450px){
   .about-page2 .about-1{
    padding-top: 60px;
  }
   .history-page .right .img {
    height: 200px;
    margin-bottom: 150px;
  }
  .about-page2 .about-2 .box .right .list ul li{
    font-size: 18px;
    line-height: 1.6;
  }
  .about-page2 .about-2 .numList ul li span.h6{
    font-size: 36px;
  }
   .about-page2 .about-2 .box .right .list ul li{
     font-size: 16px;
   }
   .about-page2 .about-2 .numList {
     margin-top: 40px;
  }
  .about-page2 .service-3 .content ul li .ig{
    padding: 40px 30px 30px;
  }
  .about-page2 .service-3 .content ul li .ig .tit{
    font-size: 32px;
  }
}
@media screen and (max-width: 1280px){
   .about-page2 .service-3 .content ul li .ig {
        padding: 40px 20px 30px;
    }
    .about-page2 .service-3 .content ul li .ig .tit {
        font-size: 29px;
    }
}
@media screen and (max0width: 1250px) {
   .about-page2 .about-1 .img {
    height: 320px;
  }
  .about-page2 .about-2 .box .left {
    padding-right: 10%;
  }
  .about-page2 .about-2 .box .right .list ul li {
    padding: 10px;
  }
  .about-page2 .about-2 .box .right .list ul {
    margin: -10px;
  }
  .about-page2 .about-2 .box .right .list ul li{
    font-size: 14px;
    line-height: 2;
  }
   .about-page2 .about-2 .numList ul li span.h6{
     font-size: 28px;
   }
}
@media screen and (max-width: 1100px){
   .about-page2 .service-3 .content ul li .ig .tit {
        font-size: 26px;
    }
}
@media screen and (max-width: 1000px) {
  .about-page2 .about-1 .box .left {
    width: 100%;
    padding-right: 0;
    position: relative;
    top: 0;
  }
  .about-page2 .about-1 .box .right {
    width: 100%;
    padding-left: 0;
  }
  .about-page2 .about-1 .img {
    height: 260px;
  }
   .history-page .right {
    width: 100% !important;
    padding-left: 0;
    margin-top: 30px;
  } 
  .history-page .left {
    width: 100% !important;
    padding-right: 0;
  } 
  .history-page .flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .history-page .bg {
    display: none;
  }
  .history-page .right .img {
    height: 200px !important;
    margin-bottom: 0 !important;
  }
  .history-page .left {
    margin-top: 0;
  }
  .about-page2 .about-2 .numList ul li p{
    font-size: 14px;
    line-height: 2;
  }
   .about-page2 .about-2 .numList ul li {
    width: 50%;
    border: none;
    text-align: left;
  }
  .about-page2 .about-2 .box .left {
    padding-right: 0;
    width: 100%;
    position: relative;
    top: 0;
  }
  .about-page2 .about-2 .box .right {
    width: 100%;
    margin-top: 20px;
  }
  .about-page2 .about-2 .box .left hr {
    margin: 10px 0;
  }
  .about-page2 .service-3 .header .title{
        font-size: 70px;
    }
    .about-page2 .service-3 .content ul{
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: -10px;
    }
    .about-page2 .service-3 .content ul li{
        width: 50%;
        margin-bottom: 10px;
    }
    .about-page2 .service-3 .content ul li.active{
        width: 50%;
    }
    .about-page2 .service-3 .content ul li .ig .con{
        opacity: .65;
        -webkit-clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
        clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
        -webkit-transition-delay: .4s;
        -moz-transition-delay: .4s;
        transition-delay: .4s;
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
    }
    .about-page2 .service-3 .content ul li .ig {
        padding: 30px 20px 20px;
    }
    .about-page2 .service-3 .content ul li .ig .con{
        font-size: 17px;
    }
}
@media screen and (max-width: 700px) {
  .about-page2 .about-2 .numList ul li span.h6{
    font-size: 24px;
  }
   span.h2 {
    font-weight: 600;
    font-size: 28px;
    line-height: 1.4;
    display: block;
  }
  .about-page2 .service-3 .header .title {
        font-size: 53px;
    }
    .about-page2 .service-3 .content{
        margin-top: 20px;
    }
    .about-page2 .service-3 .content ul li .ig i{
        zoom: .7;
    }
    .about-page2 .service-3 .content ul li .ig{
        padding: 10px;
    }
    .about-page2 .service-3 .content ul li .ig .tit{
        font-size: 24px;
        margin-top: 0;
    }
    .about-page2 .service-3 .content ul li .ig .num{
        bottom: 0;
    }
}
@media screen and (max-width: 500px){
   .history-page .right .swiper {
    margin-right: 0;
  }
  .about-page2 .about-1{
     padding-top: 40px;
  }
  .about-page2 .service-3 .header .title {
        font-size: 36px;
    }
    .about-page2 .service-3 .content ul li,
    .about-page2 .service-3 .content ul li.active{
        width: 100%;
    }
    .about-page2 .service-3 .content ul li .ig{
        height: auto;
        padding: 20px 15px;
    }
    .about-page2 .service-3 .content ul li .ig .tit{
        line-height: 1.5;
    }
    .about-page2 .service-3 .content ul li .ig .con{
        font-size: 16px;
        line-height: 1.8;
    }
}
#pups_shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_from {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: 600;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from form {
  margin-top: 40px;
}
#pups_from i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from i.close::after,
#pups_from i.close::before {
  content: '';
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: var(--color);
}
#pups_from i.close:hover::before,
#pups_from i.close:hover::after {
  background: white;
}
#pups_from ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from ul li input,
#pups_from ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_from ul li input:focus,
#pups_from ul li textarea:focus {
  border-color: var(--color);
}
#pups_from ul li textarea {
  height: 80px;
}
#pups_from ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: var(--color);
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from ul li:last-child {
  margin-bottom: 0;
}
.seoPublic .title{
  margin-bottom: 1em;
}
.seoPublic .Auxil-news .list ul li .content{
  margin-top: 0;
}
.seoPublic .Auxil-news .list ul{
  margin: 0 -13px;
}
.seoPublic .Auxil-news .list ul li{
  padding: 0 13px;
}
/*2026-7-9*/
.solution-1 .list .img-box {
  aspect-ratio: 5 / 3;
}
.solution-1 .list .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.solution-1 .list .btns a {
  width: 2.2em;
  height: 2.2em;
  background-color: var(--color);
  color: #FFFFFF;
  border-radius: 50%;
}
.solution-2 .text {
  line-height: 1.75;
}
/*2026-8-3*/
.about-page2 .about-service .i-title::after{
  display: none;
}
.about-page2 .about-service .content ul{
  margin: -28px -29px;
}
.about-page2 .about-service .content ul li{
  padding: 28px 29px;
  height: auto;
}
.about-page2 .about-service .content ul li .ig{
  background-color: #ffffff;
	border-radius: 12px;
	border: solid 1px #018dc8;
  height: 100%;
}
.about-page2 .about-service .content ul li .ig .top i{
  width: 47px;
	height: 47px;
  border-radius: 50%;
  background: var(--color);
}
.about-page2 .about-service .content ul li .ig .top i img{
  filter: grayscale(100%) brightness(300);
}
.about-page2 .about-service .content ul li .ig .top .title{
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 1450px) {
  .about-page2 .about-service .content{
    padding: 0;
  }
  .about-page2 .about-service .content ul{
    margin: -14px -15px;
  }
  .about-page2 .about-service .content ul li{
    padding: 14px 15px;
  }
  .about-page2 .about-service .content ul li .ig .top .title{
    font-size: 26px;
  }
  .about-page2 .about-service .content ul li .ig .bottom{
    width: 83%;
  }
}
@media (max-width: 1250px) {
  .about-page2 .about-service .content ul li .ig .bottom{
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .about-page2 .about-service .content ul li .ig .top .title{
    font-size: 19px;
  }
  .about-page2 .about-service .content ul li .ig .bottom{
    font-size: 16px;
  }
}
@media (max-width: 700px) {
  .about-page2 .about-service .content ul{
    margin: -7px -8px;
  }
  .about-page2 .about-service .content ul li{
    padding: 7px 8px;
  }
  .about-page2 .about-service .content ul li .ig{
    padding: 30px 15px;
  }
  .about-page2 .about-service .content ul li .ig .top{
    display: block;
  }
  .about-page2 .about-service .content ul li .ig .top .title{
    padding: 20px 0 0 0;
  }
}
@media (max-width: 500px) {
  .flex-2 > *{
    width: 100%;
  }
  .about-page2 .about-service .content ul li .ig .bottom{
    line-height: 1.6;
  }
}
/*2026-8-13*/
.product-page2 {
  padding-bottom: 10px
}
.product-page2 .sideLeft {
  width: 30% !important;
  position: -webkit-sticky;
  position: sticky;
  top: 140px
}
.product-page2 .sideLeft .top {
  background: #292929;
  padding: 35px 0 50px;
  margin-bottom: 20px;
}
.product-page2 .sideLeft .top .form {
  padding: 0 15px;
}
.product-page2 .sideLeft .top .form form {
  position: relative;
  height: 70px;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 5px;
}
.product-page2 .sideLeft .top .form input {
  width: 100%;
  height: 100%;
  background: transparent;
  color: white;
  font-size: 18px;
  border: none;
  padding: 0 20px;
}
.product-page2 .sideLeft .top .form input[type="submit"] {
  position: absolute;
  right: 5px;
  border-radius: 100%;
  width: 58px;
  height: 58px;
  background: url(../images/search.png) no-repeat center var(--color);
  padding: 0;
}
.product-page2 .sideLeft .top .nav .font-30 {
  color: white;
  line-height: 1.1;
  padding: 0 15px;
  margin: 30px 0;
}
.product-page2 .sideLeft .top .nav ul li>a {
  position: relative;
  padding: 15px 15px;
  color: white;
  font-size: 24px;
  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;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.product-page2 .sideLeft .top .nav ul li>a img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page2 .sideLeft .top .nav ul li>a img.active {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.product-page2 .sideLeft .top .nav ul li>a::before {
  content: "";
  position: absolute;
  right: 100%;
  bottom: 100%;
  border-left: 0px solid transparent;
  border-bottom: 0px solid #a48b00;
  border-right: 9px solid #a48b00;
  border-top: 9px solid transparent;
  opacity: 0;
}
.product-page2 .sideLeft .top .nav ul li>a::after {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  width: 9px;
  height: 100%;
  background: var(--color);
  opacity: 0;
}
.product-page2 .sideLeft .top .nav ul li:hover>a,
.product-page2 .sideLeft .top .nav ul li.active>a {
  background: -webkit-gradient(linear, left top, right top, from(var(--color)), to(transparent));
  background: -webkit-linear-gradient(left, var(--color), transparent);
  background: -moz-linear-gradient(left, var(--color), transparent);
  background: linear-gradient(to right, var(--color), transparent);
}
.product-page2 .sideLeft .top .nav ul li:hover>a::before,
.product-page2 .sideLeft .top .nav ul li.active>a::before,
.product-page2 .sideLeft .top .nav ul li:hover>a::after,
.product-page2 .sideLeft .top .nav ul li.active>a::after {
  opacity: 1;
}
.product-page2 .sideLeft .top .nav ul li ul li a {
  font-size: 18px;
  padding-left: 30px;
  line-height: 1.8;
}
.product-page2 .sideLeft .top .nav ul li ul li:nth-child(1) a::before {
  content: none;
}
.product-page2 .sideLeft .top .nav ul li.active>ul {
  display: block;
}
.product-page2 .sideLeft .bottom {
  background: url(../images/product-side-bg.jpg) no-repeat;
  background-size: cover;
  padding: 365px 15px 20px;
}
.product-page2 .sideLeft .bottom p {
  font-size: 19px;
  line-height: 1.8;
  color: white;
  font-weight: bold;
  text-align: center;
}
.product-page2 .sideRight .Auxil-catdes {
  line-height: 30px;
  opacity: 0.51;
  margin: 20px 0 45px;
}
.product-page2 .sideRight h1.text {
  max-height: 200px;
}
.product-page2 .sideRight .det {
  max-height: 190px;
  overflow-y: auto;
  padding-right: 20px;
  margin-bottom: 40px;
}
.product-page2 .sideRight {
  width: 76% !important;
  padding-left: 75px;
}
.product-page2 .sideRight .Auxil-catdes {
  line-height: 30px;
  opacity: 0.51;
  margin: 20px 0 45px;
}
.product-page2 .sideRight ul li .img-box {
  background: #f5f5f5;
  border: 1px solid #f1f1f1
}
.product-page2 .sideRight ul li p {
  font-size: 18px;
  line-height: 1;
  color: #747474;
  margin: 15px 0 0;
}
.product-page2 .sideRight ul li .t1 {
  font-size: 18px;
  line-height: 32px;
  margin: 25px 0 0;
}
.product-page2 .sideRight ul li .t1:hover {
  color: var(--color)
}
.inner-page .sidebox .sideleft {
  width: 24%;
  position: sticky;
  top: 180px;
}
.inner-page .sidebox .sideleft .widget {
  background: #fff;
  margin-bottom: 30px;
}
.inner-page .sidebox .sideleft .widget form {
  position: relative;
  border: solid 1px rgb(46 37 33);
  border-radius: 10px;
  overflow: hidden
}
.inner-page .sidebox .sideleft .widget form input {
  width: 100%;
  padding: 16px;
  border: 0;
  background: #f2f1ed;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 2;
  padding-right: 50px
}
.inner-page .sidebox .sideleft .widget form button {
  position: absolute;
  right: 0;
  top: 50%;
  background: none;
  color: #000;
  border: 0;
  padding: 8px 20px;
  cursor: pointer;
  height: 40px;
  margin-top: -25px;
  font-size: 25px
}
.inner-page .sidebox .sideleft .widget form input[type=submit] {
  background-color: var(--color);
  color: #fff;
  transition: .5s
}
.inner-page .sidebox .sideleft .widget form input[type=submit]:hover {
  background-color: #f8f8f8;
  color: #000
}
.inner-page .sidebox .sideleft .widget h6 {
  padding-bottom: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    font-size: 30px;
    line-height: 1.8;
    margin-bottom: 15px;
    font-weight: bold;
    color: #000;
}
.inner-page .sidebox .sideleft .widget .productImg {
  padding-bottom: 20px;
}
.inner-page .sidebox .sideleft .widget .productImg img {
  display: none;
}
.inner-page .sidebox .sideleft .widget .productImg img.active {
  display: block;
}
.inner-page .sidebox .sideleft .widget ul {
  margin-bottom: 0;
  padding: 0;
}
.inner-page .sidebox .sideleft .widget ul li {
  margin-bottom: 15px;
  color: #555;
  font-size: 18px;
  line-height: 1.5;
  padding-left: 7px;
  position: relative;
  overflow: hidden;
}
.inner-page .sidebox .sideleft .widget ul li a {
  padding-left: 10px;
font-size: 18px;
line-height: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap
}
.inner-page .sidebox .sideleft .widget ul li a sup {
  margin-top: -9px;
}
.inner-page .sidebox .sideleft .widget ul li a span {
  display: block;
  width: 50px;
  height: 40px;
  border-radius: 5px;
  text-align: center;
  line-height: 40px;
  background: #eaeaea;
  margin: 0 0 0 auto
}
.inner-page .sidebox .sideleft .widget ul li:last-child {
  margin-bottom: 0;
}
.inner-page .sidebox .sideleft .widget ul li i {
  font-size: 16px;
  margin-right: 20px;
  position: absolute;
  left: 0;
  top: 10px;
}
.inner-page .sidebox .sideleft .widget ul li:hover,
.inner-page .sidebox .sideleft .widget ul li.active {
  color: var(--color);
}
.inner-page .sidebox .sideleft .widget ul li ul {
  display: none;
  margin-top: 15px;
}
.inner-page .sidebox .sideleft .widget ul li ul li a {
  padding-left: 0;
  color: #999;
}
.inner-page .sidebox .sideleft .widget ul li ul li a.active {
  color: var(--color);
}
.inner-page .sidebox .sideleft .widget .recent li {
  display: block;
}
.inner-page .sidebox .sideleft .widget .recent li .thum {
  width: 100px;
  overflow: hidden;
  float: left;
}
.inner-page .sidebox .sideleft .widget .recent li a.title {
  display: block;
  margin-left: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-top: 32px;
}
.inner-page .sidebox .sideleft .widget .form1 {
  text-align: center;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="text"],
.inner-page .sidebox .sideleft .widget .form1 textarea {
  width: 100%;
  padding: 10px;
  border: 0;
  background: #f8f8f8;
  margin-bottom: 0;
  margin-bottom: 15px;
  height: 40px;
  font-size: 16px;
}
.inner-page .sidebox .sideleft .widget .form1 textarea {
  height: 70px;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="submit"] {
  background: var(--color);
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  height: 40px;
  padding: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="submit"]:hover {
  background: #000;
}
.inner-page .sidebox .sideright {
  width: 78%;
  padding: 0 10px 0px 50px;
}
@media screen and (max-width: 1450px) {
  .inner-page .sidebox .sideleft .widget ul li {
    font-size: 16px
  }
  .product-page2 .sideRight ul li .t1 {
    font-size: 22px
  }
  .inner-page .sidebox .sideleft {
    width: 23%;
  }
  .inner-page .sidebox .sideright {
    width: 77%;
  }
  .product-page2 .sideRight {
    width: 67%;
    padding-left: 35px;
  }
  .inner-page .sidebox .sideleft .widget .recent li a.title {
    margin-left: 98px;
  }
  table tbody{
    min-width: 1000px;
  }
}
@media screen and (max-width: 1250px) {
  .inner-page .sidebox .sideleft{
    display: none;
  }
  .inner-page .sidebox .sideright{
    width: 100% !important;
    padding-left: 0;
  }
  .product-page2 .sideRight{
    width: 100% !important;
    padding-left: 0;
  }
  .inner-page .sidebox .sideleft .widget ul li a span {
    display: none
  }
  .inner-page .sidebox .sideleft .widget ul li {
    font-size: 14px
  }
  .product-page2 .sideRight ul li .t1 {
    font-size: 20px
  }
}
@media screen and (max-width: 1000px) {
  .product-page2 .sideLeft {
    display: none;
  }
  .product-page2 .sideRight {
    width: 100% !important;
    padding-left: 0;
  }
  .inner-page .sidebox .sideleft {
    display: none;
  }
  .inner-page .sidebox .sideright {
    width: 100%;
    padding-left: 0;
  }
  .inner-page .sidebox .sideright {
    padding: 0 0 50px 0;
  }
}
@media screen and (max-width: 500px) {
  .product-page2 .sideRight ul li .t1{
    margin-top: 10px;
  }
}