@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.eot');
  src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff'), url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.eot');
  src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff'), url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.eot');
  src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
body {
  font-family: 'Poppins';
  font-weight: 500;
  --color: #c6a15a;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1530px;
  margin: 0 auto;
}
.more {
  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;
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: var(--color);
}
.more em {
  margin-top: 3px;
}
.more i {
  width: 44px;
	height: 44px;
  color: var(--color);
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  border: 2px solid var(--color);
  margin-right: 14px;
}
.more i img{
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more:hover i img{
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/*.more::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 10px;
  right: 8px;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more:hover::after {
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: initial;
  background: var(--color);
}*/
/*.more.white {
  background: #fff;
  color: #000;
}*/
.more.white{
  color: #fff;
}
.more.white i {
  border-color: #fff;
}
.more.white i img{
  -webkit-filter: brightness(100);
  filter: brightness(100);
}
.mores {
  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;
  font-size: 17px;
  font-weight: 600;
  line-height: 1;
  height: 59px;
  padding: 0 20px 0 24px;
  background: #a1a1a1;
  color: #fff;
  border-radius: 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.mores em {
  margin-top: 3px;
}
.mores i {
  margin-left: 23px;
  color: #000;
}
.mores::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 10px;
  right: 8px;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.mores:hover i {
  color: #fff;
}
.mores i img{
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.mores:hover::after {
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: initial;
  background: var(--color);
}
.mores:hover i img{
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/*.more.white::after {
  background: var(--color);
}*/
/*.more.white:hover {
  color: #fff;
}*/
#header {
  z-index: 20;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
}
#header .nav {
  display: inline-block;
  width: 100%;
  padding: 8px 0;
}
#header .nav .ui.menu .logo {
  display: inline-block;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 18px;
  margin-right: 76px;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  line-height: 1;
}
#header .nav .ui.menu .menu-box ul.menu > li > a::before {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li > a.active::before,
#header .nav .ui.menu .menu-box ul.menu > li > a:hover::before {
  width: 100%;
}
#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;
  z-index: 1;
  font-size: 15px;
  font-weight: 400;
  background: #fff;
  top: 160%;
  left: 0;
  width: auto;
  -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 #000;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
  white-space: nowrap;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover a {
  color: #fff;
}
#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.active > a::before {
  opacity: 1;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .h-search {
  cursor: pointer;
  position: relative;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  background: var(--color);
  text-align: center;
  line-height: 41px;
  margin-left: 16px;
}
#header .nav .ui.menu .h-search img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .h-inquiry {
  margin-left: 24px;
}
#header .nav .ui.menu .h-inquiry .more {
  padding: 17px 38px 16px;
}
#header .nav .ui.menu .yuy {
  position: relative;
}
#header .nav .ui.menu .yuy span {
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  text-transform: uppercase;
}
#header .nav .ui.menu .yuy span img {
  margin-right: 9px;
}
#header .nav .ui.menu .yuy span i {
  display: inline-block;
  margin: 0 0 7px 11px;
}
#header .nav .ui.menu .info {
  margin-left: 13px;
  background: var(--color);
  color: #fff;
  font-size: 17px;
  line-height: 1.5;
  padding: 9px 13px 4px 12px;
  border-radius: 19px;
}
#header.active {
  position: fixed;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
}
.font-24 {
  line-height: 1.5;
}
.font-18 {
  line-height: 1.6;
}
.font-16 {
  line-height: 1.8;
}
#banner {
  position: relative;
}
#banner ul li {
  position: relative;
  overflow: hidden;
  text-align: center;
}
#banner ul li > img {
  display: inline-block;
}
#banner ul li .text {
  position: absolute;
  z-index: 10;
  top: 32.5%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
}
#banner ul li .text .box {
  max-width: 1160px;
  margin: 0 auto;
}
#banner ul li .text .box .title {
  font-size: 62px;
  line-height: 1.3;
}
#banner ul li .text .box .more {
  margin-top: 13px;
  z-index: 10;
}
#banner ul .slick-dots{
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 4.3%;
}
#banner ul .slick-dots li{
  display: block;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: rgba(255,255,255,0.5);
  cursor: pointer;
  margin-bottom: 32px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul .slick-dots li button{
  display: none;
}
#banner ul .slick-dots li:last-child{
  margin-bottom: 0;
}
#banner ul .slick-dots li.slick-active{
  background: var(--color);
}
.title,
.i-title {
  font-weight: 600;
}
.i-title {
  line-height: 1.2;
}
.tr_5 {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .desc {
  font-weight: 400;
  margin-top: 7px;
}
#index-body .i-product {
  padding: 113px 0 146px;
}
#index-body .i-product ul li {
  max-width: 1725px;
  position: relative;
  z-index: 1;
  margin-bottom: 42px;
}
#index-body .i-product ul li .text {
  width: 42.5%;
  padding-right: 40px;
}
#index-body .i-product ul li .text span {
  color: var(--color);
  line-height: 1.4;
}
#index-body .i-product ul li .text .title {
  line-height: 1;
}
#index-body .i-product ul li .text .con {
  line-height: 1.8;
}
#index-body .i-product ul li .img {
  width: 57.5%;
}
#index-body .i-product ul li .img .img-box {
  overflow: unset;
}
#index-body .i-product ul li .img .img-box img {
  width: auto;
}
#index-body .i-product ul li::after {
  content: '';
  position: absolute;
  z-index: -1;
}
#index-body .i-product ul li:nth-child(1) {
  padding: 26px 0 83px;
}
#index-body .i-product ul li:nth-child(1)::after {
  top: 0;
  right: 0;
  width: 400px;
  height: 100%;
  background-color: #e9e9e9;
}
#index-body .i-product ul li:nth-child(2) {
  padding: 74px 0 58px;
  margin-bottom: 0;
}
#index-body .i-product ul li:nth-child(2)::after {
  top: 0;
  left: 0;
  height: 100%;
  width: 197px;
  background-color: #e9e9e9;
}
#index-body .i-product ul li:last-child {
  padding: 161px 92px 57px 15px;
  margin-top: -12%;
}
#index-body .i-product ul li:last-child::after {
  top: 0;
  right: 0;
  width: 623px;
  height: 733px;
  background: url(../images/ip3-circle.png) no-repeat center;
  background-size: 100% 100%;
}
#index-body .i-product ul li:nth-child(odd) {
  padding-left: 15px;
  margin: 0 0 0 auto;
}
#index-body .i-product ul li:nth-child(even) {
  padding-right: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
#index-body .i-product ul li:nth-child(even) .img {
  padding-left: 90px;
}
#index-body .i-product ul li:nth-child(even) .text {
  padding-left: 44px;
  padding-right: 0;
}
#index-body .i-product ul li:last-child {
  margin-bottom: 0;
}
#index-body .i-product1 {
  background-color: #ededed;
  padding: 5.9375% 29px 4.21875%;
}
#index-body .i-product1 .box ul {
  margin: 0 -18px -26px;
}
#index-body .i-product1 .box ul li {
  padding: 0 18px 26px;
}
#index-body .i-product1 .box ul li .ig {
  background: #fff;
  padding: 0 17px 61px;
}
#index-body .i-product1 .box ul li .ig .text {
  padding: 0 30px;
}
#index-body .i-product1 .box ul li .ig .text .tit{
  height: 112px;
  overflow-y: auto;
  display: block;
}
#index-body .i-product1 .box ul li .ig .text .con {
  line-height: 1.8;
  margin-top: 1px;
}
#index-body .i-product1 .box ul li .ig .mores {
  right: 31px;
  bottom: -26px;
  position: absolute;
  background: transparent;
  padding-left: 34px;
}
#index-body .i-product1 .box ul li .ig .mores em {
  width: 0;
  opacity: 0;
  white-space: nowrap;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-product1 .box ul li .ig .mores::after {
  border: solid 2px #c6a15a;
  background: #fff;
  width: 48px;
  height: 48px;
  top: 5px;
  right: 4px;
}
#index-body .i-product1 .box ul li .ig:hover {
  -webkit-box-shadow: 0px 0px 68px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 0px 68px 0px rgba(0, 0, 0, 0.14);
}
#index-body .i-product1 .box ul li .ig:hover .mores {
  background-color: #c6a15a;
}
#index-body .i-product1 .box ul li .ig:hover .mores em {
  width: 91px;
  opacity: 1;
}
#index-body .i-product1 .box ul li .ig:hover .mores i {
  color: #000;
}
#index-body .i-product1 .box ul li .ig:hover .mores::after {
  border-radius: 50%;
}
#index-body .i-tech {
  background: url(../images/tech.jpg) no-repeat center;
  background-size: 100% 100%;
  padding: 9.4271% 0 7.96875%;
  color: #fff;
  text-align: center;
}
#index-body .i-tech .box {
  max-width: 931px;
  margin: 0 auto;
}
#index-body .i-tech .box .i-title {
  line-height: 1.24;
}
#index-body .i-tech .box .desc {
  margin-top: 19px;
}
#index-body .i-tech .box .more {
  margin-top: 42px;
}
#index-body .i-about {
  background: url(../images/abg.png) no-repeat center center;
  padding: 110px 0 128px;
  background-size: 100% 100%;
}
#index-body .i-about .left {
  width: 52%;
}
#index-body .i-about .left .con {
  opacity: .8;
  line-height: 1.8;
  margin-top: 24px;
}
#index-body .i-about .left .data {
  margin-top: 34px;
}
#index-body .i-about .left .data ul li .num {
  color: var(--color);
  line-height: 1;
}
#index-body .i-about .left .data ul li p {
  margin-top: 3px;
}
#index-body .i-about .right {
  width: 48%;
  text-align: center;
  padding-left: 19%;
}
#index-body .i-about .right .play-btn {
  display: inline-block;
  position: initial;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  width: auto;
  height: auto;
  background: #000;
}
#index-body .i-advantage .box {
  max-width: 1799px;
  margin: 0 0 0 auto;
  padding-left: 15px;
}
#index-body .i-advantage .box .left {
  width: 50.897%;
  border-top-left-radius: 90px;
}
#index-body .i-advantage .box .left img {
  border-top-left-radius: 90px;
}
#index-body .i-advantage .box .right {
  width: 49.103%;
  background: #e9e9e9;
  border-bottom-left-radius: 90px;
  margin-top: 31px;
  padding: 5% 9.249% 3.4916% 6.3812%;
  position: relative;
}
#index-body .i-advantage .box .right .swiper {
  overflow: hidden;
}
#index-body .i-advantage .box .right .title{
  line-height: 1.2;
}
#index-body .i-advantage .box .right .con {
  font-weight: 400;
  margin-bottom: 52px;
}
#index-body .i-advantage .box .right .bottom {
  margin-top: 52px;
}
#index-body .i-advantage .box .right .swiper-scrollbar {
  position: initial;
  height: 1px;
  background: #bebebe;
  margin-bottom: 24px;
  width: 89.11%;
}
#index-body .i-advantage .box .right .swiper-scrollbar-drag {
  height: 6px;
  background-color: var(--color);
  top: -3px;
}
#index-body .i-advantage .box .right .swiper-pagination {
  bottom: initial;
  top: 54px;
  left: initial;
  right: 12%;
  width: auto;
}
#index-body .i-advantage .box .right .swiper-pagination span {
  font-size: 24px;
}
#index-body .i-advantage .box .right .swiper-pagination span.swiper-pagination-current {
  font-size: 48px;
}
#index-body .i-news {
  padding-bottom: 5.21%;
}
#index-body .i-news .header .page a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #919191;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  color: #838383;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-news .header .page a:hover {
  background: var(--color);
  border-color: var(--color);
  color: #fff;
}
#index-body .i-news .header .page .dots {
  margin: 0 25px;
}
#index-body .i-news .header .page .dots li {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #b9b9b9;
  margin-right: 18px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
#index-body .i-news .header .page .dots li button {
  display: none;
}
#index-body .i-news .header .page .dots li:last-child {
  margin-right: 0;
}
#index-body .i-news .header .page .dots li.slick-active {
  background: var(--color);
}
#index-body .i-news .content {
  margin-top: 78px;
}
#index-body .i-news .content ul {
  margin-right: -37px;
}
#index-body .i-news .content ul li {
  padding-right: 37px;
}
#index-body .i-news .content ul li .ig {
  background-color: #f3f3f3;
  padding: 75px 32px 61px 52px;
}
#index-body .i-news .content ul li .ig p {
  color: #4a4848;
  line-height: 1.8;
  margin-top: 22px;
}
#index-body .i-news .content ul li .ig .more {
  margin-top: 26px;
}
#index-body .i-news .content ul li .ig .more::after {
  background-color: #a1a1a1;
}
#index-body .i-news .content ul li .ig .more:hover::after {
  background: var(--color);
}
#index-body .i-honor {
  padding: 74px 29px 123px;
  background-color: #ededed;
}
#index-body .i-honor .content {
  margin-top: 66px;
}
#index-body .i-honor .content ul {
  margin: -1px -14px;
}
#index-body .i-honor .content ul li {
  padding: 1px 14px;
}
#index-body .i-honor .content ul li .img-box:hover {
  -webkit-box-shadow: 0px 0px 68px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 0px 68px 0px rgba(0, 0, 0, 0.14);
}
#index-body .i-honor .content ul .slick-dots {
  margin: 0;
  position: absolute;
  z-index: 1;
  left: 0;
  width: 100%;
  text-align: center;
  bottom: -69px;
}
#index-body .i-honor .content ul .slick-dots li {
  display: inline-block;
  width: 8px;
  height: 8px;
  padding: 0;
  border-radius: 50%;
  background: #acacac;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  margin-right: 20px;
}
#index-body .i-honor .content ul .slick-dots li button {
  display: none;
}
#index-body .i-honor .content ul .slick-dots li:last-child {
  margin-right: 0;
}
#index-body .i-honor .content ul .slick-dots li.slick-active {
  background: var(--color);
}
#footer {
  position: relative;
  background-color: #3c3c3c;
  background-size: 100% 100%;
  color: #fff;
  padding: 76px 0 52px;
}
#footer .f-header .form {
  margin-left: 158px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}
#footer .f-header .form .left {
  width: 88.785%;
  background: rgba(123, 123, 123, 0.15);
  border-radius: 35px;
  padding-left: 19px;
}
#footer .f-header .form .left ul li {
  width: 28.91%;
  position: relative;
}
#footer .f-header .form .left ul li input {
  width: 100%;
  height: 70px;
  background: transparent;
  border: 0;
  font-size: 16px;
  font-weight: 600;
  padding: 0 19px;
}
#footer .f-header .form .left ul li input::-webkit-input-placeholder {
  color: #fff;
}
#footer .f-header .form .left ul li input:-moz-placeholder {
  color: #fff;
}
#footer .f-header .form .left ul li input::-moz-placeholder {
  color: #fff;
}
#footer .f-header .form .left ul li input:-ms-input-placeholder {
  color: #fff;
}
#footer .f-header .form .left ul li input::placeholder {
  color: #fff;
}
#footer .f-header .form .left ul li::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 27px;
  background: rgba(255, 255, 255, 0.3);
}
#footer .f-header .form .left ul li:last-child {
  width: 42.18%;
}
#footer .f-header .form .left ul li:last-child::after {
  display: none;
}
#footer .f-header .form .right {
  width: 11.215%;
  padding-left: 12px;
}
#footer .f-header .form .right button {
  border: 0;
  width: 100%;
  background: #fff;
  text-align: center;
  height: 70px;
  border-radius: 35px;
  line-height: 70px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  padding: 0;
}
#footer .f-header .form .right button img {
  display: inline-block;
  vertical-align: middle;
}
#footer .f-header .form .right button:hover{
  background: var(--color);
}
#footer .f-header .form .right button:hover img{
  -webkit-filter: brightness(100);
  filter: brightness(100);
}
#footer .f-content {
  padding: 77px 0 53px;
}
#footer .f-content .tit {
  font-size: 25px;
  line-height: 1.1;
  margin-bottom: 24px;
  color: #9f9f9f;
}
#footer .f-content ul li {
  font-size: 18px;
  line-height: 1.8;
}
#footer .f-content ul li a {
  position: relative;
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-content ul li a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 6px;
  width: 0;
  height: 1px;
  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 {
  width: 100%;
}
#footer .f-content ul li:last-child {
  margin-bottom: 0;
}
#footer .f-content .f-contact {
  max-width: 340px;
}
#footer .f-content .f-contact ul li {
  font-size: 16px;
  line-height: 1.7;
}
#footer .f-content .f-contact ul li i {
  width: 20px;
  background-repeat: no-repeat;
}
#footer .f-content .f-contact ul li span {
  margin-left: 6px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#footer .f-content .f-contact ul li:nth-child(1) i {
  height: 19px;
  background-position: left top;
}
#footer .f-content .f-contact ul li:nth-child(2) i {
  height: 16px;
  background-position: left 36%;
}
#footer .f-content .f-contact ul li:nth-child(3) i {
  height: 19px;
  background-position: left 66%;
}
#footer .f-content .f-contact ul li:nth-child(4) i {
  height: 19px;
  background-position: left bottom;
}
#footer .f-content .f-nav {
  padding-left: 5%;
}
#footer .f-content .f-product {
  padding-left: 8%;
}
#footer .f-content #ewm {
  width: 161px;
  border: 10px solid #fff;
}
#footer .f-copy {
  font-size: 16px;
  line-height: 1.8;
  color: #9f9f9f;
}
#footer .f-copy p {
  width: 90%;
  text-align: center;
}
#footer .f-copy .share a {
  display: inline-block;
  width: 34px;
  height: 35px;
  border: 1px solid #9f9f9f;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  color: #fff;
  margin-right: 9px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-copy .share a:last-child {
  margin-right: 0;
}
#footer .f-copy .share a:hover{
  background: var(--color);
  border-color: var(--color);
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-height: 27px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-top: -3px;
  fill: #9f9f9f;
  text-transform: capitalize;
}
#footer .f-copy svg text {
  fill: #9f9f9f;
}
@media screen and (max-width: 1680px) {
  .ui.container {
    width: 1430px;
  }
  #index-body .i-product ul li:nth-child(odd) .text {
    padding-left: 20px;
  }
}
@media screen and (max-width: 1440px) {
  .ui.container {
    width: 1280px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 52px;
  }
  #index-body .i-product ul li .text {
    padding-right: 20px;
  }
  #index-body .i-product1 .box ul li .ig .text {
    padding: 0;
  }
  #index-body .i-product ul li:last-child::after {
    right: -5%;
    background-size: 80% 80%;
  }
  #index-body .i-advantage .box .right .swiper-pagination {
    top: 58px;
  }
  #index-body .i-advantage .box .right {
    padding: 7.063% 9.249% 8% 5.3812%;
  }
  #index-body .i-news .content ul li .ig {
    padding: 60px 32px 50px;
  }
  #footer .f-content .f-product,
  #footer .f-content .f-nav {
    padding-left: 0;
  }
  #footer .f-copy p {
    width: 87%;
  }
  .fixed-toolbar {
    bottom: 14%;
  }
}
@media screen and (max-width: 1280px) {
  .ui.container {
    width: 1080px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 16px;
    margin-right: 30px;
  }
  #header .nav .ui.menu .logo {
    width: 15%;
  }
  #header .nav .ui.menu .yuy span,
  #header .nav .ui.menu .info {
    font-size: 16px;
  }
  #banner {
    margin-top: 0;
  }
  #banner ul li .text .box .title {
    font-size: 56px;
  }
  #index-body .i-advantage .box .right {
    padding: 7.063% 8% 8% 5%;
  }
  #footer .f-content ul li {
    font-size: 16px;
  }
  #footer .f-content .f-contact {
    max-width: 310px;
  }
  #footer .f-content .f-product {
    max-width: 312px;
  }
  #footer .f-header .form {
    margin-left: 80px;
  }
}
@media screen and (max-width: 1100px) {
  .ui.container {
    width: 970px;
  }
  #header .nav .ui.menu .logo {
    width: 10%;
  }
  #header .nav .ui.menu .menu-box ul.menu > li,
  #header .nav .ui.menu .yuy span,
  #header .nav .ui.menu .info {
    font-size: 14px;
  }
  #banner ul li .text .box .title {
    font-size: 50px;
  }
  #index-body .i-product ul li:nth-child(1)::after {
    width: 320px;
  }
  #footer .f-content .tit {
    font-size: 22px;
  }
  #footer .f-content #ewm {
    width: 141px;
  }
  #footer .f-header .form {
    margin-left: 12px;
  }
  #footer .f-copy {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #footer .f-copy .share {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .ui.container {
    width: 96%;
  }
  #banner {
    margin-top: 60px;
  }
  #banner ul li .text {
    top: 40%;
  }
  #banner ul li .text .box .title {
    font-size: 36px;
  }
  .more {
    font-size: 16px;
    height: 50px;
  }
  .more::after {
    top: 5px;
  }
  #index-body .i-product {
    padding: 60px 0;
  }
  #index-body .i-product ul li .text {
    padding: 0;
  }
  #index-body .i-product ul li:nth-child(odd) .text {
    padding-left: 0;
  }
  #index-body .i-product ul li:nth-child(even) .img {
    padding-left: 15px;
  }
  #index-body .i-product ul li:nth-child(even) .text {
    padding-left: 20px;
  }
  #index-body .i-product ul li:last-child::after {
    right: -18%;
    background-size: 60% 60%;
  }
  #index-body .i-product1 .box ul {
    margin-bottom: 0;
  }
  #index-body .i-product1 .box ul li .ig .mores {
    right: 12px;
    bottom: -20px;
    padding-left: 24px;
  }
  #index-body .i-product1 .box ul li .ig .mores::after {
    width: 40px;
    height: 40px;
    right: 8px;
  }
  #index-body .i-about {
    padding: 60px 0;
  }
  #index-body .i-about .left {
    width: 71%;
  }
  #index-body .i-about .right {
    width: 29%;
    padding-left: 0;
  }
  .i-advantage{
    padding-top: 60px;
  }
  #index-body .i-advantage .box .left {
    width: 100%;
  }
  #index-body .i-advantage .box .right {
    width: 100%;
    margin-top: 0;
  }
  #index-body .i-advantage .box .right .swiper-pagination {
    top: 14px;
    right: 10%;
  }
  #index-body .i-news {
    padding-top: 30px;
  }
  #index-body .i-news .content {
    margin-top: 30px;
  }
  #index-body .i-news .content ul li .ig {
    padding: 30px 16px 25px;
  }
  #index-body .i-honor .content {
    margin-top: 30px;
  }
  #footer .f-header .title {
    width: 100%;
  }
  #footer .f-header .form {
    margin: 20px 0 0 0;
    width: 100%;
  }
  #footer .f-header .form .left {
    width: 100%;
  }
  #footer .f-header .form .right {
    width: 20%;
    margin-top: 20px;
  }
  #footer .f-content .f-nav,
  #footer .f-content .f-product {
    display: none;
  }
  #footer .f-copy p {
    width: 100%;
  }
  #footer .f-copy .share {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .ui.container {
    width: 98%;
  }
  #banner ul li .text .box .title {
    font-size: 30px;
    line-height: 1.3;
  }
  #index-body .i-product {
    padding: 0;
  }
  #index-body .i-product ul li {
    padding: 30px 15px !important;
    margin-bottom: 0;
  }
  #index-body .i-product ul li .img,
  #index-body .i-product ul li .text {
    width: 100%;
  }
  #index-body .i-product ul li .img {
    margin-top: 20px;
  }
  #index-body .i-product ul li::after {
    display: none;
  }
  #index-body .i-about {
    padding: 30px 0;
    background: transparent;
  }
  #index-body .i-about .left {
    width: 100%;
  }
  #index-body .i-about .right {
    display: none;
  }
  .i-advantage{
    padding-top: 30px;
  }
  #index-body .i-honor {
    padding: 30px 0 60px;
  }
  #index-body .i-honor .content ul .slick-dots {
    bottom: -30px;
  }
  .font-32 {
    font-size: 20px;
  }
  #footer {
    padding: 30px 0;
  }
  #footer .f-header .form .left ul li {
    width: 50%;
  }
  #footer .f-header .form .left ul li:nth-child(2)::after {
    display: none;
  }
  #footer .f-header .form .left ul li:last-child {
    width: 100%;
  }
  #footer .f-content {
    padding: 30px 0;
  }
  #footer .f-content .f-contact {
    max-width: 100%;
  }
  #footer .f-content .f-code {
    display: none;
  }
  .fixed-toolbar {
    bottom: 20%;
    zoom: .8;
  }
}
@media screen and (max-width: 500px) {
  .ui.container {
    width: 100%;
  }
  #banner ul li .text {
    top: 50%;
  }
  #banner ul li .text .box .title {
    font-size: 20px;
  }
  .more {
    font-size: 14px;
  }
  .font-28 {
    font-size: 20px;
    line-height: 1.4;
  }
  #index-body .i-product {
    display: none;
  }
  #index-body .i-about .data {
    display: none;
  }
  #index-body .i-news {
    padding-top: 30px;
  }
  #index-body .i-product1 .box ul li .ig .text .con {
    line-height: 2;
  }
  .mt-74,
  #index-body .i-tech .box .more {
    margin-top: 20px;
  }
  .font-40 {
    font-size: 24px;
  }
  #footer .f-header .form .left ul li {
    width: 100%;
  }
  #footer .f-header .form .left ul li::after {
    display: none;
  }
  #footer .f-header .form .right {
    width: 40%;
  }
  #footer .f-content .f-contact ul li {
    font-size: 14px;
    line-height: 2;
  }
  .fixed-toolbar {
    bottom: 22%;
  }
  #footer .f-copy {
    font-size: 14px;
    line-height: 2;
  }
}
#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;
  cursor: hand;
  -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;
}
.inner-banner {
    /*padding: 8.34% 0 0 0;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    height: 450px;*/
    color: #fff;
    position: relative;
}
.inner-banner .box{
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.inner-banner .box .ig {
    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;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*border-bottom: 1px solid rgba(255, 255, 255, 0.85);*/
}
.inner-banner .box .ig .left {
    position: relative;
    z-index: 1;
    width: 64%;
}
.inner-banner .box .ig .left .mbx {
    font-size: 18px;
    line-height: 1.8;
    text-transform: uppercase;
    position: relative;
}
.inner-banner .box .ig .left .tit {
    font-size: 66px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    margin-top: 5px;
    position: relative;
}
.inner-banner .box .ig .left::after {
    content: '';
    width: 299px;
    height: 299px;
    position: absolute;
    bottom: 40px;
    left: -126px;
    z-index: -1;
    /*background: url(../images/in-icon.png) no-repeat;*/
}
.inner-banner .box .ig .right {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.65);
    line-height: 1.8;
    width: 36%;
    margin-bottom: 10px;
    display: none;
}
@media screen and (max-width: 1680px) {
  .inner-banner .box .ig .left::after {
        left: -80px;
    }
    .inner-banner .box .ig .left .tit {
        font-size: 70px;
    }
}
@media screen and (max-width: 1440px) {
    .inner-banner .box .ig .left::after {
        left: -70px;
    }
    .inner-banner .box .ig .left .tit {
        font-size: 40px;
    }
}
@media screen and (max-width: 1280px) {
  .inner-banner{
    margin-top: 0;
  }
    .inner-banner .box .ig .left::after {
        left: -50px;
    }
    .inner-banner .box .ig .left .mbx{
      font-size: 16px;
    }
    .inner-banner .box .ig .left .tit {
        font-size: 38px;
    }
}
@media screen and (max-width: 1000px) {
   .inner-banner{
     margin-top: 60px;
   }
    .inner-banner .box .ig .left .mbx{
      font-size: 16px;
    }
    .inner-banner .box .ig .left .tit {
        display: none;
    }
    .inner-banner .box .ig {
        display: block;
    }
    .inner-banner .box .ig .left {
        width: 100%;
    }
    .inner-banner .box .ig .left::after {
        display: none;
    }
    .inner-banner .box .ig .right {
        display: none;
    }
    .xian {
        display: none;
    }
}
@media screen and (max-width: 700px) {
    .inner-banner .box .ig .left .mbx {
        font-size: 14px;
    }
    .inner-banner .box .ig .left .tit {
        font-size: 30px;
        line-height: 1.2;
    }
    .team-page .about-2{
      padding: 30px 0 !important;
    }
}
@media screen and (max-width: 500px) {
    .inner-banner > img{
      min-height: 160px;
    }
    .team-banner > img{
      min-height: auto;
    }
    .inner-banner .box .ig .left .mbx {
        font-size: 14px;
        line-height: 2;
    }
    .inner-banner .box .ig .left .tit {
        display: none;
    }
}
.about-page {
    background-color: #faf9f9;
}
.about-page .about-1 {
    background: url(../images/about-adv-bg.jpg) no-repeat center top;
    background-size: 100% auto;
    padding-top: 5%;
}
.about-page .about-1 .top .left {
    width: 55%;
    padding-right: 13%;
}
.about-page .about-1 .top .left span {
    font-size: 18px;
    line-height: 1.8;
    padding-left: 21px;
    position: relative;
}
.about-page .about-1 .top .left span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #000000;
}
.about-page .about-1 .top .left .title {
    font-size: 90px;
    font-weight: 600;
    line-height: 1;
    color: #030303;
}
.about-page .about-1 .top .left .title em {
    display: block;
    text-align: right;
}
.about-page .about-1 .top .right {
    width: 45%;
    font-size: 18px;
    line-height: 1.8;
    color: rgba(0, 0, 0, 0.65);
    padding-top: 28px;
}
.about-page .about-1 .img {
    padding-top: 65px;
}
.about-page .about-1 .img .box {
    height: 619px;
    position: relative;
    overflow: hidden;
}
.about-page .about-1 .img .box .play{
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 25px;
}
.about-page .about-1 .list ul li{
  flex: 1;
}
.about-page .about-1 .top .left .bt{
  white-space: nowrap;
}
.about-page .about-1 .list ul li .right{
  width: 100%;
}
.about-page .about-1 .top .right span.wz,
.about-page .about-1 .list ul li .right span{
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  text-transform: capitalize;
}
.about-page .about-1 .img .box .play span{
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    color: #000;
    text-align: center;
    line-height: 60px;
    padding-left: 5px;
    position: relative;
    z-index: 1;
}
.about-page .about-1 .img .box .play span::before,
.about-page .about-1 .img .box .play span::after{
    content: '';
    position: absolute;
    z-index: -1;
    top: -15px;
    left: -15px;
    bottom: -15px;
    right: -15px;
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
    -webkit-animation: ks 5s linear infinite;
    -moz-animation: ks 5s linear infinite;
    animation: ks 5s linear infinite;
}
.about-page .about-1 .img .box .play span::before{
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    animation-delay: .5s;
}
.about-page .about-1 .img .box .mask {
    position: absolute;
    left: 50%;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/about-1.jpg);
    background-position: center;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.about-page .about-1 .bottom {
    padding: 72px 61px 0 42px;
    font-size: 18px;
    line-height: 1.8;
    color: #000000;
    opacity: 0.65;
}
.about-page .about-1 .data {
    padding: 44px 7px 0px 20px;
}
.about-page .about-1 .data ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.about-page .about-1 .data ul li {
    position: relative;
    padding: 0 54px 0 51px;
}
.about-page .about-1 .data ul li:nth-child(2) p{
    margin-left: 10px;
}
.about-page .about-1 .data ul li .num {
    font-size: 110px;
    font-weight: 600;
    color: var(--color);
    opacity: 0.17;
    line-height: 1;
}
.about-page .about-1 .data ul li p {
    position: absolute;
    top: 28%;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 1.8;
}
.about-page .about-1 .data ul li::after {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
    right: -16%;
    width: 1px;
    height: 58px;
    background-color: #000000;
    opacity: 0.1;
}
.about-page .about-1 .data ul li:nth-child(2)::after{
  right: -11%;
}
.about-page .about-1 .data ul li:first-child {
    padding-left: 0;
}
/*.about-page .about-1 .data ul li:last-child {
  padding-right: 0;
}*/
.about-page .about-1 .data ul li:last-child p{
    padding-left: 15px;
}
.about-page .about-1 .data ul li:last-child::after {
    display: none;
}
.about-page .about-2 {
    background: url(../images/about-cu-bg2.jpg) no-repeat center;
    background-size: 100% 100%;
    margin-top: 69px;
    padding-bottom: 100px;
}
.about-page .about-2 ul li {
    color: #fff;
    padding-bottom: 51px;
    position: relative;
    margin-bottom: 110px;
}
.about-page .about-2 ul li .ig {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.about-page .about-2 ul li .img {
    width: 50.4%;
}
.about-page .about-2 ul li .img img{
  max-width: 85%;
}
.about-page .about-2 ul li .text {
    width: 49.6%;
    padding: 0 0 106px 53px;
}
.about-page .about-2 ul li .text .tit {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 600;
    color: #fff;
}
.about-page .about-2 ul li .text .con {
    font-size: 18px;
    line-height: 1.8;
    color: #fff;
    opacity: 0.9;
    margin-top: 26px;
}
.about-page .about-2 ul li .nr {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 32px;
}
.about-page .about-2 ul li .nr .left {
    width: 59.466%;
    text-align: right;
    padding-right: 60px;
}
.about-page .about-2 ul li .nr .left span {
    font-size: 18px;
    line-height: 1.8;
    padding: 0 188px 0 21px;
    position: relative;
}
.about-page .about-2 ul li .nr .left span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
}
.about-page .about-2 ul li .nr .left .title {
    font-size: 95px;
    line-height: 1;
    font-weight: 600;
        text-shadow: 1px 1px 1px #00000054;
}
.about-page .about-2 ul li .nr .right {
    width: 29.534%;
    height: 1px;
    background-color: #ffffff;
    opacity: 0.26;
}
.about-page .about-2 ul li:nth-child(odd) .ig {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.about-page .about-2 ul li:nth-child(even) .ig {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.about-page .about-2 ul li:nth-child(even) .ig .text {
    padding: 41px 44px 0 0;
}
.about-page .about-2 ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
.about-page .about-3 {
    padding: 5% 0 6.407%;
    background: #fff;
}
.about-page .about-3 .left {
    width: 58.666%;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
}
.about-page .about-3 .left span {
    font-size: 18px;
    line-height: 1.8;
    padding-left: 21px;
    position: relative;
}
.about-page .about-3 .left span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #000000;
}
.about-page .about-3 .left .title {
    font-size: 66px;
    color: #030303;
    line-height: 1.2;
    font-weight: 600;
    margin-top: 21px;
}
.about-page .about-3 .left .title em {
    display: block;
}
.about-page .about-3 .right {
    width: 41.334%;
    padding-left: 101px;
    position: relative;
}
.about-page .about-3 .right .tag {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}
.about-page .about-3 .right .tag ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    height: 100%;
}
.about-page .about-3 .right .tag ul li {
    list-style: none;
    height: 25%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}
.about-page .about-3 .right .tag ul li span {
    position: absolute;
    width: 1px;
    height: 0;
    background: #20282d;
    left: 27px;
    bottom: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.about-page .about-3 .right .tag ul li a {
    width: 54px;
    height: 54px;
    line-height: 54px;
    background: #fff;
    color: #20282d;
    position: relative;
    text-align: center;
    border: 1px solid #e6e6e6;
    z-index: 2;
    font-size: 20px;
    font-weight: 600;
}
.about-page .about-3 .right .tag ul li.current span {
    height: 100%;
    bottom: auto;
    top: 0;
}
.about-page .about-3 .right .tag ul li.current a {
    background-color: #000000;
    color: #fff;
    border-color: #000;
}
.about-page .about-3 .right .content ul li {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, rgb(218 221 233)), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(rgb(218 221 233) 90%, rgba(255, 255, 255, 0));
    background: -moz-linear-gradient(rgba(241, 238, 226, 0.8) 90%, rgba(255, 255, 255, 0));
        background: linear-gradient(rgb(218 221 233) 90%, rgba(255, 255, 255, 0));
    padding: 42px 24px 40px 43px;
    margin-bottom: 60px;
}
.about-page .about-3 .right .content ul li .tit {
    font-size: 60px;
    line-height: 1;
    color: #030303;
    font-weight: 600;
}
.about-page .about-3 .right .content ul li .con {
    font-size: 17px;
    line-height: 1.8;
    color: rgba(0, 0, 0, 0.65);
    margin-top: 21px;
    max-height: 110px;
    overflow-y: auto;
}
.about-page .about-3 .right .content ul li .con p{
  margin-bottom: 0;
}
.about-page .about-3 .right .content ul li:last-child {
    margin-bottom: 0;
}
.about-page .about-3 .right .content ul li.active {
       background: #f3f3f3;
}
@media screen and (max-width: 1680px) {
    .about-page .about-1 .data ul li {
        padding: 0 50px 0 0;
    }
    .about-page .about-2 ul li {
        margin-bottom: 60px;
    }
    .about-page .about-3 .left .title {
        font-size: 72px;
    }
}
@media screen and (max-width: 1440px) {
    .about-page .about-1 .top .left {
        padding-right: 8.5%;
    }
    .about-page .about-1 .data ul li .num {
        font-size: 100px;
    }
    .about-page .about-2 ul li .text .tit {
        font-size: 46px;
    }
    .about-page .about-2 ul li .nr .left .title {
        font-size: 90px;
    }
    .about-page .about-2 ul li .text .con {
        font-size: 16px;
    }
    .about-page .about-3 .left .title {
        font-size: 66px;
    }
    .about-page .about-2 ul li .text{
      padding: 0 0 0 20px;
    }
}
@media screen and (max-width: 1280px) {
    .about-page .about-1 .top .left {
        padding-right: 6%;
    }
    .about-page .about-1 .data ul li {
        padding: 0 26px 0 0;
    }
    .about-page .about-1 .data ul li:last-child p{
      padding-left: 0;
    }
    /*.about-page .about-1 .data ul li .num {
        font-size: 110px;
    }*/
    .about-page .about-1 .data ul li::after{
      right: -6%;
    }
    .about-page .about-1 .data ul li:nth-child(2)::after {
      right: -3%;
    }
    .about-page .about-2 {
        background-position-y: 0px;
        background-size: 100% 100%;
    }
    .about-page .about-2 ul li {
        margin-bottom: 30px;
    }
    .about-page .about-2 ul li .text {
        padding: 0;
    }
    .about-page .about-2 ul li .text .tit {
        font-size: 40px;
    }
    .about-page .about-2 ul li:nth-child(even) .ig {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .about-page .about-2 ul li:nth-child(even) .text {
        padding: 0 40px 0 0;
    }
    .about-page .about-3 .right .content ul li {
        padding: 60px 20px;
    }
}
@media screen and (max-width: 1100px) {
    .about-page .about-1 .top .left .title {
        font-size: 77px;
    }
    .about-page .about-2 ul li .nr .left .title {
        font-size: 83px;
    }
    .about-page .about-3 .left .title {
        font-size: 53px;
    }
    .about-page .about-3 .right .content ul li {
        padding: 40px 20px;
    }
    .about-page .about-3 .right .content ul li .tit {
        font-size: 60px;
    }
    .about-page .about-3 .right .content ul li .con {
        margin-top: 10px;
    }
}
@media screen and (max-width: 1000px) {
    .about-page .about-1 .top .left {
        width: 100%;
        padding-right: 0;
    }
    .about-page .about-1 .top .right {
        width: 100%;
    }
    .about-page .about-1 .img {
        padding-top: 40px;
    }
    .about-page .about-1 .bottom {
        padding: 30px 0 0 0;
    }
    .about-page .about-1 .data {
        display: none;
    }
    .about-page .about-2 {
        margin-top: 40px;
    }
    .about-page .about-2 ul li {
        padding-bottom: 0;
    }
    .about-page .about-2 ul li .ig {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .about-page .about-2 ul li .img {
        width: 100%;
    }
    .about-page .about-2 ul li .text {
        width: 100%;
        padding: 20px 0 0 0;
    }
    .about-page .about-2 ul li .nr {
        position: initial;
        margin-top: 20px;
    }
    .about-page .about-2 ul li .nr .left {
        text-align: left;
    }
    .about-page .about-2 ul li .nr .left .title {
        font-size: 54px;
    }
    .about-page .about-2 ul li:nth-child(even) .ig .text {
        padding: 20px 0;
    }
    .about-page .about-3 .left {
        position: initial;
        width: 100%;
    }
    .about-page .about-3 .right {
        width: 100%;
        margin-top: 30px;
    }
}
@media screen and (max-width: 700px) {
    .about-page .about-1 {
        background: transparent;
        padding-top: 0;
    }
    .about-page .about-2 ul li .nr .left {
        width: 100%;
        padding-right: 0;
    }
    .about-page .about-2 ul li .nr .right {
        display: none;
    }
    .about-page .about-3 .left .title {
        font-size: 46px;
    }
}
@media screen and (max-width: 500px) {
    .about-page .about-1 .top .left .title {
        font-size: 50px;
        line-height: 1.2;
    }
    .about-page .about-1 .top .right {
        /*margin-top: 20px;*/
        font-size: 16px;
        line-height: 1.8;
        padding-top: 20px;
    }
    .about-page .about-1 .img {
        padding-top: 20px;
    }
    .about-page .about-1 .img .box {
        height: 300px;
    }
    .about-page .about-1 .bottom {
        font-size: 16px;
        line-height: 1.8;
    }
    .about-page .about-2 ul li .text .tit {
        font-size: 32px;
    }
    .about-page .about-2 ul li .nr .left .title {
        font-size: 40px;
        line-height: 1.4;
    }
    .about-page .about-3 .left .title {
        font-size: 32px;
        line-height: 1.6;
    }
    .pxl-service-grid-layout2 .item--title{
        line-height: 4rem;
    }
    .about-page .about-3 .right {
        padding-left: 0;
    }
    .about-page .about-3 .right .tag {
        display: none;
    }
    .about-page .about-3 .right .content ul li {
        margin-bottom: 20px;
        background: rgba(241, 238, 226, 0.8);
        padding: 30px 15px;
    }
    .about-page .about-3 .right .content ul li .tit {
        font-size: 40px;
    }
    .about-page .about-3 .right .content ul li .con {
        font-size: 16px;
        line-height: 1.8;
    }
}
.news-page .news-1 {
    padding: 60px 0 100px 0;
    background-color: #faf9f9;
}
.news-page .news-1 .list ul {
    margin: -15px;
}
.news-page .news-1 .list ul li {
    padding: 15px;
}
.news-page .news-1 .list ul li a.img-box {
    display: block;
}
.news-page .news-1 .list ul li .content {
    -o-box-shadow: 0px 5px 43px 0px rgba(27, 26, 26, 0.06);
    -webkit-box-shadow: 0px 5px 43px 0px rgba(27, 26, 26, 0.06);
    box-shadow: 0px 5px 43px 0px rgba(27, 26, 26, 0.06);
    padding: 10%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    position: relative;
    z-index: 1;
    background-color: white;
}
.news-page .news-1 .list ul li .content time {
    font-size: 14px;
    line-height: 28px;
    display: block;
    margin-bottom: 1em;
}
.news-page .news-1 .list ul li .content span.h6 {
    font-size: 25px;
    font-weight: 600;
    display: block;
    line-height: 36px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*-webkit-line-clamp: 3;
    overflow: hidden;*/
    height: 5em;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.news-page .news-1 .list ul li .content .text {
    font-size: 16px;
    line-height: 28px;
}
.news-page .news-1 .list ul li .content .con {
    position: relative;
    z-index: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.news-page .news-1 .list ul li .content .con .text {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    /*height: 9em;*/
}
.news-page .news-1 .list ul li .content a.more{
  margin-top: 2em;
}
.news-page .news-1 .list ul li .content a.link {
    margin-top: 2em;
}
/*.news-page .news-1 .list ul li:hover .content {
    margin-top: -30px;
}*/
/*.news-page .news-1 .list ul li:hover .content span.h6 {
    opacity: 0;
}
.news-page .news-1 .list ul li:hover .content .text {
    opacity: 1;
}*/
/*.news-page .news-1 .list ul li:hover .content .con {
    padding-bottom: 30px;
}*/
.inner-page .side-title h4 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    color: #000000;
}
.inner-page a.link {
  font-size: 14px;
  line-height: 28px;
  display: inline-block;
  padding-bottom: .3em;
  font-weight: 500;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page a.link:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: black;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page a.link img {
  margin-left: 1em;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  max-width: .7em;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page a.link:hover {
  color: var(--color);
}
.inner-page a.link:hover:before {
  width: 0;
}
.inner-page a.link:hover img {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.inner-page h3.title {
  font-size: 40px;
  line-height: 1.2;
}
.inner-page h3.title em {
  color: var(--color);
}
.inner-page .sidebox {
  padding: 20px 0;
}
.inner-page .sidebox .sideleft {
  width: 22%;
  top: -400px;
  position: sticky;
}
.inner-page .sidebox .sideleft .widget {
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
}
.inner-page .sidebox .sideleft .widget form {
  position: relative;
}
.inner-page .sidebox .sideleft .widget form input {
  width: 100%;
  padding: 10px;
  border: 0;
  background: #f8f8f8;
  margin-bottom: 0;
  height: 40px;
  font-size: 16px;
  line-height: 2;
}
.inner-page .sidebox .sideleft .widget form button {
  position: absolute;
  right: 0;
  top: 0;
  background-color: var(--color);
  color: #fff;
  border: 0;
  padding: 8px 16px;
  cursor: pointer;
  height: 40px;
}
.inner-page .sidebox .sideleft .widget h6 {
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 15px;
  font-weight: bold;
  color: #000;
}
.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: 16px;
  line-height: 2;
  position: relative;
}
.inner-page .sidebox .sideleft .widget ul li a {
  padding-left: 20px;
}
.inner-page .sidebox .sideleft .widget ul li:last-child {
  margin-bottom: 0;
}
.inner-page .sidebox .sideleft .widget ul li i {
  font-size: 14px;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 9px;
}
.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: 115px;*/
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-top: 40px;
  padding-left: 0;
  width: 100%;
}
.inner-page .sidebox .sideleft .widget .form1 {
  text-align: center;
}
.inner-page .sidebox .sideleft .widget .form1 li {
  margin-bottom: 10px;
}
.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: 15px;
  height: 40px;
  font-size: 16px;
  line-height: 2;
}
.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;
  transition: .5s;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="submit"]:hover {
  background: #000;
}
.inner-page .sidebox .sideright {
  width: 78%;
  padding: 0 50px 50px 50px;
}
@media screen and (max-width: 1700px) {
  .news-page .news-1{
    padding: 70px 0;
  }
  .news-page .news-1 .list ul li .content{
    padding: 7%;
  }
  .news-page .news-1 .list ul li .content span.h6{
    font-size: 18px;
  }
}
@media screen and (max-width: 1450px) {
   .news-page .news-1 .list ul li .content{
        padding: 5%;
    }
    .news-page .news-1 .list ul li .content span.h6{
        font-size: 16px;
        line-height: 30px;
    }
    .news-page .news-1 .list ul li:hover .content .pre {
        padding-bottom: 50px;
    }
    .news-page .news-1 .list ul li:hover .content {
        margin-top: -50px;
    }
    .inner-page a.link {
        font-size: 14px;
    }
}
@media screen and (max-width: 1366px) {
  .inner-page .sidebox .sideleft {
    width: 28%;
  }
  .inner-page .sidebox .sideright {
    width: 72%;
  }
  /*.inner-page .sidebox .sideleft .widget .recent li a.title {
    margin-left: 98px;
  }*/
}
@media screen and (max-width: 1000px) {
  .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: 700px) {
  .inner-page .sidebox{
    padding: 30px 0;
  }
    .news-page .news-1{
        padding: 30px 0;
    }
    .news-page .news-1 .list ul li .content .con .text {
        position: static;
        opacity: 1;
        margin-top: 1em;
    }
    .news-page .news-1 .list ul li:hover .content span.h6 {
        opacity: 1;
    }
    .news-page .news-1 .list ul li:hover .content {
        margin-top: 0;
    }
    .news-page .news-1 .list ul li:hover .content .pre {
        padding-bottom: 0;
    }
    .news-page .news-1 .list ul li .content a.link {
        margin-top: 1em;
    }
}
@media screen and (max-width: 500px) {
    .news-page .news-1 .list ul li .content span.h6,
    .news-page .news-1 .list ul li .content .con .text {
        height: auto;
    }
}
.product-page {
  padding-bottom: 120px;
  background: #faf9f9;
}
.product-page .product-nav {
  font-size: 18px;
  position: relative;
  z-index: 2;
}
.product-page .product-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-right: -10px;
}
.product-page .product-nav ul li {
  position: relative;
  padding-right: 10px;
}
.product-page .product-nav ul li a {
  display: block;
  padding: 1em 30px;
  font-weight: 600;
  color: #9e9e9e;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  background: #eee;
  min-height: 150px;
  overflow-y: auto;
  position: relative;
  z-index: 1;
}
.product-page .product-nav ul li a .bg{
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .product-nav ul li a:hover,
.product-page .product-nav ul li a.active{
   color: transparent;
   font-size: 0;
}
.product-page .product-nav ul li a:hover .bg,
.product-page .product-nav ul li a.active .bg{
  left: 0;
  width: 100%;
}
.product-page .product-nav ul li ul {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  background-color: white;
  padding: .1em .7em;
  z-index: 1;
  display: none;
  border-top: 1px solid var(--color);
  box-shadow:  0 5px 5px rgba(0, 0, 0, 0.1);
}
.product-page .product-nav ul li ul li {
  border-top: 1px #a9a9a9 dashed;
}
.product-page .product-nav ul li ul li a {
  font-weight: normal;
  font-size: 0.88888889em;
}
.product-page .product-nav ul li ul li a:hover {
  color: var(--color);
}
.product-page .product-nav ul li ul li:first-child {
  border-top: none;
}
.product-page .product-nav ul li:hover ul {
  display: block;
}
.product-page .product-List {
  margin-top: 100px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.product-page .product-List ul {
  margin: -40px -60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-page .product-List ul li {
  padding: 40px 60px;
}
.product-page .product-List ul li .box {
  display: block;
  background-color: white;
  padding: 0 15px;
  height: 100%;
}
.product-page .product-List ul li .box .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.product-page .product-List ul li .box .top .title {
  padding-top: 30px;
    padding-left: 10px;
  color: #444;
  font-style: italic;
  padding-right: 10px;
  max-width: 65%;
}
.product-page .product-List ul li .box .top .title span.h5 {
  font-size: 16px;
  font-weight: 300;
  width: 100%;
  display: block;
}
.product-page .product-List ul li .box .top .title span.ai {
  font-size: 22px;
  font-weight: 600;
  display: block;
  width: 100%;
}
.product-page .product-List ul li .box .top .tag {
  font-size: 18px;
  background-color: #f5f5f5;
  border-bottom-left-radius: .5em;
  border-bottom-right-radius: .5em;
  overflow: hidden;
  margin-right: 1.5em;
}
.product-page .product-List ul li .box .top .tag a {
  width: 3.77777778em;
  height: 2.77777778em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px #d9d9d9 dashed;
  color: #6f6f6f;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .product-List ul li .box .top .tag a:first-child {
  border-top: none;
}
.product-page .product-List ul li .box .top .tag a:hover {
  background-color: var(--color);
  color: white;
}
.product-page .product-List ul li .box a.img-box {
  display: block;
  -webkit-transform: translateY(-10%);
  -moz-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  transform: translateY(-10%);
}
.product-page .product-List ul li .box span.h6 {
  font-size: 20px;
  font-weight: 600;
  color: #444;
  line-height: 1.5;
  padding: 1em 0;
  border-top: 1px solid #f0f0f0;
  display: block;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .product-List ul li .box span.h6:hover {
  color: var(--color);
}
.service-page span.h2 {
  font-size: 60px;
  line-height: 1.2;
  margin-bottom: 1em;
}
.service-page .service-1 {
  padding-bottom: 75px;
  background: #eee;
      padding-top: 30px;
}
.service-page .service-1 .box {
  margin-bottom: 55px;
      padding-top: 50px;
}
.service-page .service-1 .box .left {
  vertical-align: middle;
  width: 34.4%;
  padding-right: 4%;
}
.service-page .service-1 .box .right {
  vertical-align: middle;
  width: 65.6%;
  /*padding-left: 2.15%;*/
}
.service-page .service-1 .list ul {
  margin: 0 -25px;
}
.service-page .service-1 .list ul li {
  padding: 0 25px;
}
.service-page .service-1 .list ul li a.img {
  display: block;
  height: 315px;
  background-size: cover;
  background-position: center;
}
.service-page .service-2 {
  padding-bottom: 100px;
  position: relative;
}
.service-page .service-2:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  /*background-image: url('../images/service-2-bg.jpg');
  background-repeat: no-repeat;
  background-size: 27.3%;
  background-position: right bottom;*/
  background-color: #f7f7f7;
}
.service-page .service-2 .box .left {
  padding-right: 8%;
  vertical-align: bottom;
}
.service-page .service-2 .box .left .img {
  position: relative;
  display: block;
  padding-bottom: 40px;
}
.service-page .service-2 .box .left .img > img {
  display: block;
  margin-left: auto;
  margin-right: -6%;
  mix-blend-mode: darken;
}
.service-page .service-2 .box .left .img .tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  color: white;
}
.service-page .service-2 .box .left .img .tag div {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  height: 150px;
  background-color: rgba(150, 150, 150, 0.74);
  padding: 0 5%;
}
.service-page .service-2 .box .left .img .tag div span.h6 {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
}
.service-page .service-2 .box .left .img .tag div.first {
  background-color: rgba(0, 0, 0, 0.7);
}
.service-page .service-2 .box .left .img .tag div.first i {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.service-page .service-2 .box .left .img .tag div.first span.h6 {
  margin-left: .5em;
  color: var(--color);
}
.service-page .service-2 .box .left .img .tag div.last {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.service-page .service-2 .box .left .img .tag div.last p {
  font-size: 20px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-bottom: 1px solid white;
  line-height: 1;
  margin: .5em 0;
}
.service-page .service-2 .box .left .img .tag div.last em {
  font-size: 26px;
  width: 100%;
  display: block;
  line-height: .7;
  text-align: center;
}
.service-page .service-2 .box .right {
  vertical-align: bottom;
  padding-right: 2%;
}
.service-page .service-2 .box .right span.h2 {
  margin-bottom: 1em;
}
.service-page .service-2 .box .right .list {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 2em;
}
.service-page .service-2 .box .right .list li {
  margin-bottom: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.service-page .service-2 .box .right .list li:before {
  content: '';
  width: 12px;
  height: 12px;
  -webkit-transform: skewX(-30deg);
  -moz-transform: skewX(-30deg);
  -ms-transform: skewX(-30deg);
  transform: skewX(-30deg);
  -webkit-transform-origin: left bottom;
  -moz-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  background-color: var(--color);
  margin-right: .8em;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: .4em;
}
.service-page .service-2 .box .right .list li:last-child {
  margin-bottom: 0;
}
.service-page .service-3 {
  padding: 120px 0 150px;
}
.service-page .service-3 .top {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  /*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;*/
}
.service-page .service-3 .top span.h2 {
  margin-bottom: 0;
}
.service-page .service-3 .top .text {
  max-width: 55%;
}
.service-page .service-3 .list {
  margin-top: 70px;
}
.service-page .service-3 .list ul {
  margin: -20px;
  /*display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;*/
}
.service-page .service-3 .list ul li {
  padding: 20px;
}
.service-page .service-3 .list ul li .box {
  padding: 40px;
  background-color: #f3f3f3;
  height: 100%;
}
.service-page .service-3 .list ul li .box i {
  display: block;
  height: 89px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.service-page .service-3 .list ul li .box i img {
  max-height: 100%;
}
.service-page .service-3 .list ul li .box span.h6 {
  font-size: 26px;
  font-weight: 600;
  margin: .8em 0;
  display: block;
  line-height: 1.2;
}
.prodet-1 {
  padding: 80px 0 0;
}
.prodet-1 .ui.container #gallery {
  width: 100%;
  overflow: hidden;
}
.prodet-1 .ui.container #gallery ul .slick-current li {
  opacity: 1;
}
.prodet-1 .ui.container #gallery ul .slick-current li img {
  width: 550px;
}
.prodet-1 .ui.container #gallery ul li {
  opacity: .5;
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  transition: .3s all;
  min-height: 360px;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -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;
  padding: 0 20px;
}
.prodet-1 .ui.container #gallery ul li img {
  width: 194px;
}
.prodet-2 {
  padding: 20px 0 80px;
}
.prodet-2 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.prodet-2 .ui.container .left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.prodet-2 .ui.container .left .navbox {
  width: 165px;
  max-height: 541px;
  overflow-y: scroll;
  padding-right: 20px;
}
.prodet-2 .ui.container .left .navbox li {
  width: 100%;
  margin-bottom: 10px;
  cursor: pointer;
  text-align: center;
  opacity: .6;
  transition: .5s;
}
.prodet-2 .ui.container .left .navbox li span {
  display: block;
  margin-top: .5em;
}
.prodet-2 .ui.container .left .navbox li img {
  max-width: 126px;
}
.prodet-2 .ui.container .left .navbox li.active {
  opacity: 1;
}
.prodet-2 .ui.container .left .imgbox {
  width: -webkit-calc(100% - 200px);
  width: -moz-calc(100% - 200px);
  width: calc(100% - 200px);
}
.prodet-2 .ui.container .right h1 {
  color: #000;
  line-height: 1.5;
  margin-bottom: 20px;
}
.prodet-2 .ui.container .right ul.conlist {
  border-top: 1px solid #000;
  margin-bottom: 60px;
}
.prodet-2 .ui.container .right ul.conlist li {
  padding: 15px 0;
  border-bottom: 1px solid #000;
}
.prodet-2 .ui.container .right ul.conlist li .title {
  color: #000;
  position: relative;
  width: 100%;
  cursor: pointer;
  cursor: hand;
}
.prodet-2 .ui.container .right ul.conlist li .title i {
  position: absolute;
  right: 0;
  top: 10px;
  font-size: 16px;
}
.prodet-2 .ui.container .right ul.conlist li .content {
  padding: 15px 0;
  display: none;
  color: #999;
}
.pro .m-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 0;
  color: #767676;
  font-size: 18px;
}
.pro .m-link a:hover {
  color: #000;
}
.prodet-3 .title {
  color: #000;
  margin-bottom: 85px;
}
.prodet-3 form {
  width: 100%;
}
.prodet-3 form ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -30px;
}
.prodet-3 form ul li {
  width: 100%;
  padding: 0 30px;
}
.prodet-3 form ul li:nth-child(5) {
  width: 100%;
  text-align: center;
  margin-top: 80px;
}
.prodet-3 form ul li.wid30 {
  width: 33.33%;
  margin-bottom: 60px;
}
.prodet-3 form ul li input[type=text] {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  background: 0 0;
  color: #000;
  border: none;
  border-bottom: 1px solid #000;
}
.prodet-3 form ul li textarea {
  width: 100%;
  height: 140px;
  line-height: 2;
  font-size: 18px;
  color: #000;
  border: none;
  border-bottom: 1px solid #000;
}
.prodet-3 form ul li input[type=submit] {
  width: 100%;
  max-width: none;
  line-height: 60px;
  height: 60px;
  color: #fff;
  background: #000;
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  transition: .3s all;
  font-weight: 600;
  font-size: 22px;
  border: none;
}
.prodet-3 form ul li input[type=submit]:hover {
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  transition: .3s all;
  background: var(--color);
}
.prodet-5 .title {
  color: #000;
}
.prodet-5 ul.newslist {
  margin: 0 -50px;
  margin-top: 60px;
}
.prodet-5 ul.newslist li {
  padding: 0 50px;
  text-align: left;
}
.prodet-5 ul.newslist li span.time {
  color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.prodet-5 ul.newslist li .title {
  margin-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
  font-size: 28px;
  line-height: l.5;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-5 ul.newslist li .title:hover {
  color: var(--color);
}
.prodet-page .product-2 ul {
  margin: 0 -80px;
}
.prodet-page .product-2 ul li {
  padding: 0 80px;
  text-align: center;
  margin-bottom: 75px;
}
.prodet-page .product-2 ul li .item:hover .img-box .hoverbox {
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  transition: .3s all;
  top: 0;
}
.prodet-page .product-2 ul li .item .img-box {
  position: relative;
}
.prodet-page .product-2 ul li .item .img-box .hoverbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  top: -100%;
  left: 0;
}
.prodet-page .product-2 ul li .item .img-box .hoverbox .more img{
  width: auto;
}
.prodet-page .product-2 ul li .item .pname {
  margin-top: 20px;
  line-height: 1.4;
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  transition: .3s all;
}
.prodet-page .product-2 ul li .item .pname:hover {
  color: #000;
}
.pd70{
  padding: 70px 0;
}
.m-link {
  font-size: 14px;
  color: #a0a0a0;
  display: block;
  text-align: left;
  line-height: 32px;
}
.m-link a {
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.m-link a:hover {
  color: #111;
}
.i-tag {
    font-size: 20px;
    font-weight: 600;
    color: var(--color)
}

.i-tag i {
    display: inline-block;
    vertical-align: middle;
    background-color: var(--color);
    width: 40px;
    height: 1px;
    margin-right: 20px
}
.faq-page {
  padding: 100px 0;
}
.faq-page .left {
  width: 25% !important;
}
.faq-page .right {
  width: 75% !important;
}
.faq-page .right .i-title {
  margin-bottom: 60px;
}
.faq-page .right ul li {
  border: 1px solid #d5d8dc;
  padding: 20px;
  margin-bottom: 20px;
}
.faq-page .right ul li .h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
}
.faq-page .right ul li .h4 .fa {
  position: absolute;
  right: 0;
}
.faq-page .right ul li .content {
  font-size: 18px;
  line-height: 26px;
  margin-top: 20px;
  display: none;
}
@media screen and (max-width: 1800px) {
  .m-link,
  .product-page .product-nav {
    font-size: 16px;
  }
  .product-page .product-List ul li .box span.h6 {
    font-size: 18px;
  }
  .service-page span.h2 {
    font-size: 48px;
  }
  .service-page .service-3 {
    padding: 90px 0;
  }
  .service-page .service-3 .list ul li .box i {
    height: 70px;
  }
  .service-page .service-3 .list ul li .box span.h6 {
    font-size: 20px;
  }
  .service-page .service-1,
  .service-page .service-2 {
    padding-bottom: 60px;
  }
  .prodet-2 .ui.container .right ul.conlist li {
    padding: 10px 0;
  }
  .prodet-2 .ui.container .right a.more3 {
    font-size: 18px;
  }
  .prodet-3 form ul li.wid30 {
    margin-bottom: 30px;
  }
  .prodet-3 form ul li:nth-child(5) {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1450px) {
   .service-page span.h2 {
    font-size: 36px;
  }
  .service-page .service-1 .list ul li a.img {
    height: 280px;
  }
  .service-page .service-2 .box .right .list {
    font-size: 16px;
  }
  .service-page .service-2 .box .left .img .tag div span.h6,
  .service-page .service-2 .box .left .img .tag div.last em {
    font-size: 20px;
  }
  .service-page .service-2 .box .left .img .tag div.last p {
    font-size: 16px;
  }
  .service-page .service-2 .box .left .img .tag div.first i {
    width: 60px;
  }
  .m-link,
  .product-page .product-nav {
    font-size: 14px;
  }
  .product-page .product-List {
    margin-top: 50px;
  }
  .product-page .product-List ul li .box .top .tag {
    font-size: 16px;
  }
  .product-page .product-List ul li {
    padding: 30px;
  }
  .product-page .product-List ul {
    margin: -30px;
  }
  .product-page {
    padding-bottom: 80px;
  }
  .product-page .product-List ul li .box .top .title span.ai {
    font-size: 24px;
  }
  .product-page .product-List ul li .box .top .tag a {
    width: 3em;
  }
  .prodet-5 ul.newslist li .title {
    font-size: 18px;
  }
  .prodet-1 {
    padding-top: 40px;
  }
  .prodet-1 .ui.container #gallery ul .slick-current li img {
    width: 400px;
  }
  .prodet-1 .ui.container #gallery ul li img {
    width: 150px;
  }
  .prodet-2 .ui.container .left .navbox {
    padding-top: 30px;
  }
  .prodet-2 .ui.container .left .navbox li {
    margin-bottom: 50px;
  }
  .prodet-3 .title {
    margin-bottom: 40px;
  }
  .pd70 {
    padding: 40px 0;
  }
  .prodet-3 form ul li input[type=text],
  .prodet-3 form ul li textarea {
    font-size: 16px;
  }
  .prodet-3 form ul li input[type=submit] {
    font-size: 18px;
  }
}
@media screen and (max-width: 1250px) {
  .product-page .product-List ul li .box span.h6 {
    font-size: 16px;
  }
   .product-page .product-nav {
    display: none;
  }
  .product-page .product-List ul li {
    padding: 10px;
  }
  .product-page .product-List ul {
    margin: -10px;
  }
  .product-page .product-List ul li .box .top .tag a {
    height: 2em;
  }
  .product-page .product-List ul li .box .top .tag {
    font-size: 14px;
    margin-right: 0;
  }
  .product-page .product-List ul li .box .top .title span.h5 {
    font-size: 14px;
  }
  .service-page span.h2 {
    font-size: 28px;
  }
  .service-page .service-1 .list ul li a.img {
    height: 240px;
  }
  .service-page .service-2 .box .right .list,
  .service-page .service-2 .box .left .img .tag div.last p {
    font-size: 14px;
  }
  .service-page .service-2 .box .left .img .tag div span.h6,
  .service-page .service-2 .box .left .img .tag div.last em {
    font-size: 18px;
  }
  .service-page .service-2 .box .left .img .tag div.last p {
    text-align: center;
  }
  .service-page .service-2 .box .left {
    padding-right: 4%;
  }
  .service-page .service-3 .list {
    margin-top: 40px;
  }
  .service-page .service-3 .list ul li .box {
    padding: 25px;
  }
  .service-page .service-3 .list ul li .box i {
    height: 50px;
  }
  .service-page .service-3 .list ul li .box span.h6 {
    font-size: 18px;
  }
  .service-page .service-3 {
    padding: 60px 0;
  }
   .prodet-5 ul.newslist li .title {
    line-height: unset;
  }
  .prodet-5 ul.newslist {
    margin-top: 30px;
  }
  .prodet-1 .ui.container #gallery ul .slick-current li img {
    width: 320px;
  }
  .prodet-1 .ui.container #gallery ul li img {
    width: 120px;
  }
  .prodet-1 .ui.container #gallery ul li {
    min-height: 280px;
  }
   .prodet-2 .ui.container .left .navbox {
    max-height: 460px;
  }
  .prodet-2 .ui.container .left .imgbox img {
    padding-left: 0 !important;
  }
   .prodet-2 .ui.container .right ul.conlist li .title i {
    top: 3px;
    font-size: 14px;
  }
  .prodet-2 .ui.container .right ul.conlist {
    margin-bottom: 30px;
  }
  .prodet-2 .ui.container .right a.more3 {
    font-size: 16px;
    height: 48px;
    line-height: 48px;
  }
  .prodet-page .product-2 ul li {
    padding: 0 40px;
  }
  .prodet-page .product-2 ul {
    margin: 0 -40px;
  }
}
@media screen and (max-width: 1000px) {
  .service-page .service-1 .box .right {
    width: 100%;
  }
  .service-page .service-1 .box .left {
    width: 100%;
    padding-right: 0;
  }
  .service-page span.h2 {
    font-size: 24px;
  }
  .service-page .service-1 .list ul li {
    padding: 0 10px;
  }
  .service-page .service-1 .list ul {
    margin: 0 -10px;
  }
  .service-page .service-1 .list ul li a.img {
    height: 200px;
  }
  .service-page .service-2 .box .left {
    width: 100%;
    padding-right: 0;
  }
  .service-page .service-2 .box .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .service-page .service-3 .top {
    display: block;
  }
  .service-page .service-3 .top .text {
    max-width: none;
    margin-top: 1em;
  }
  .service-page .service-3 .list ul li {
    padding: 10px;
    width: 100%;
  }
  .service-page .service-3 .list ul {
    margin: -10px;
  }
  .product-page .product-List ul li {
    width: 50% !important;
  }
  .m-link {
    max-width: none;
  }
  .product-page .product-List ul li .box span.h6 {
    font-size: 14px;
  }
  #cp-Nav {
    margin-bottom: 30px;
  }
   .prodet-2 .ui.container .left {
    width: 100%;
  }
  .prodet-2 .ui.container .right {
    width: 100%;
    margin-top: 20px;
    padding-left: 0 !important;
  }
  .font-18{
    font-size: 16px;
    line-height: 1.8;
  }
  .faq-page{
    padding: 60px 0;
  }
  .font-45{
    font-size: 36px;
  }
  .faq-page .left{
    display: none;
  }
  .faq-page .right{
    width: 100% !important;
  }
  .faq-page .right .i-title{
    margin-bottom: 32px;
  }
  .faq-page .right ul li .h4{
    font-size: 22px;
  }
}
@media screen and (max-width: 700px) {
  .font-45{
    font-size: 30px;
  }
  .faq-page{
    padding: 30px 0;
  }
  .faq-page .right .i-title {
    margin-bottom: 26px;
  }
  .faq-page .right ul li .h4{
    font-size: 20px;
  }
  .faq-page .right ul li .content{
    font-size: 16px;
    line-height: 1.8;
  }
  .service-page .service-1 .list ul li {
    padding: 10px;
  }
  .service-page .service-1 .list ul {
    margin: -10px;
  }
  .prodet-5 ul.newslist li {
    padding: 0 15px;
  }
  .prodet-5 ul.newslist {
    margin: 0 -15px;
  }
   .prodet-1 .ui.container #gallery ul li {
    min-height: auto;
  }
  .prodet-2 .ui.container .left .navbox li {
    margin-bottom: 30px;
  }
  .prodet-2 {
    padding: 20px 0 50px;
  }
  .prodet-3 {
    overflow: hidden;
  }
  .prodet-3 form ul li.wid30 {
    width: 100%;
  }
  .prodet-page .product-2 ul li {
    padding: 0 15px;
  }
  .prodet-page .product-2 ul {
    margin: 0 -15px;
  }
  .prodet-5 ul.newslist li {
    padding: 0 15px;
  }
  .prodet-5 ul.newslist {
    margin: 0 -15px;
  }
}
@media screen and (max-width: 500px) {
  .faq-page .right ul li .h4{
    font-size: 18px;
  }
  .faq-page .right ul li .content{
    font-size: 14px;
    line-height: 2;
  }
  .service-page span.h2 {
    font-size: 20px;
  }
  .service-page .service-2 .box .left .img .tag {
    display: block;
  }
  .service-page .service-2 .box .left .img .tag div {
    width: 100%;
    height: 100px;
  }
  .service-page .service-2 .box .left .img .tag div.last {
    text-align: center;
  }
  .service-page .service-2 .box .left .img .tag div span.h6 {
    width: 100%;
  }
  .service-page .service-1,
  .service-page .service-2 {
    padding-bottom: 20px;
  }
  .product-page .product-List ul li {
    width: 100% !important;
  }
  .product-page {
    padding-bottom: 50px;
  }
   .prodet-3 form ul li input[type=text],
  .prodet-3 form ul li textarea {
    font-size: 14px;
  }
  .prodet-3 form ul li.wid30 {
    margin-bottom: 15px;
  }
  .prodet-3 form ul li:nth-child(5) {
    margin-top: 30px;
  }
  .font-18{
    font-size: 14px;
    line-height: 2;
  }
}
.newdet-page{
  background: #faf9f9;
}
.newdet-page .section-title2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3;
  color: #000;
  position: relative;
  margin-bottom: 20px;
  /*margin-top: 30px;*/
}
.newdet-page p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #555;
  margin-bottom: 15px;
}
.newdet-page blockquote {
  border-left: 7px solid var(--color);
  padding: 45px;
  display: block;
  position: relative;
  background-color: #fff;
  overflow: hidden;
  margin: 35px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #555;
}
.newdet-page blockquote p {
  font-family: inherit;
  margin-bottom: 0 !important;
  color: inherit;
  max-width: 650px;
  width: 100%;
  position: relative;
  z-index: 3;
  margin-bottom: 0;
}
.newdet-page blockquote::before {
  content: '\f10e';
  font-family: 'FontAwesome';
  position: absolute;
  right: 40px;
  bottom: 40px;
  font-size: 110px;
  opacity: 0.07;
  line-height: 1;
  color: #000;
}
.newdet-page blockquote a {
  color: inherit;
}
.newdet-page blockquote cite {
  display: inline-block;
  font-size: 16px;
  position: relative;
  padding-left: 60px;
  border-color: inherit;
  line-height: 1;
  margin-top: 22px;
  font-style: normal;
  color: var(--color);
  font-weight: 600;
}
.newdet-page blockquote cite::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 7px;
  width: 45px;
  height: 1px;
  border-top: 1px solid;
  border-color: inherit;
  color: var(--color);
}
.newdet-page .n-content {
  font-size: 16px;
  line-height: 2;
  color: #555;
}
/*.newdet-page .grid-box {
  margin-right: -12px;
}*/
/*.newdet-page .column {
  padding: 20px 12px 0;
}
.newdet-page .column:nth-child(1) {
  padding: 20px 12px 0 0;
}*/
.newdet-page .news-post-comment-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}
.newdet-page .news-post-comment-wrap .news-post-user-comment {
  margin-right: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.newdet-page .news-post-comment-wrap .news-post-user-comment img {
  border-radius: 100%;
  width: 100px;
}
.newdet-page .news-post-comment-wrap .news-post-user-content {
  margin-right: 26px;
}
.newdet-page .news-post-comment-wrap .news-post-user-content h3 {
  font-size: 18px;
  color: #000;
  font-weight: 600;
}
.newdet-page .news-post-comment-wrap .news-post-user-content h3 span {
  font-size: 12px;
  color: #555;
  font-weight: 400;
  margin-left: 15px;
}
.newdet-page .news-post-comment-wrap .news-post-user-content .news-post-repay {
  font-size: 14px;
  color: #555;
  margin: 0;
  font-weight: 400;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transition: .5s;
}
.newdet-page .news-post-comment-wrap .news-post-user-content .news-post-repay:hover {
  color: var(--color);
}
.newdet-page .s_link {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.newdet-page .s_link .list {
  width: 50%;
  padding: 50px 0;
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  -webkit-justify-content: left;
  -moz-box-pack: left;
  justify-content: left;
}
.newdet-page .s_link .list .img img {
  -o-object-fit: cover;
  object-fit: cover;
}
.newdet-page .s_link .list .cont {
  margin-left: 20px;
}
.newdet-page .s_link .list .cont a {
  display: block;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.newdet-page .s_link .list .cont a:hover {
  color: #35b7a9;
}
.newdet-page .s_link .list .cont .tip {
  font-size: 16px;
  line-height: 2;
  color: #444;
}
.newdet-page .s_link .list .cont .des {
  color: #000;
  font-size: 16px;
  line-height: 2;
  margin-top: 10px;
}
.newdet-page .s_link .list .img{
  font-size: 30px;
}
.newdet-page .s_link .list.next {
  padding-right: 0;
  padding-left: 15px;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  -webkit-justify-content: right;
  -moz-box-pack: right;
  justify-content: right;
  border-left: 1px solid #d9d9d9;
}
.newdet-page .s_link .list.next .img {
  margin-left: 20px;
}
.newdet-page .s_link .list.next .cont {
  margin-left: 0;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  -webkit-order: -1;
  -moz-box-ordinal-group: 0;
  order: -1;
  text-align: right;
}
.newdet-page .news-comment-section {
  padding-top: 60px;
}
.newdet-page .news-comment-section h3 {
  font-size: 18px;
  color: #000;
  font-weight: 600;
}
.newdet-page .news-comment-section form {
  margin-top: 15px;
}
.newdet-page .news-comment-section form .column {
  padding: 0;
}
.newdet-page .news-comment-section form li input[type="text"],
.newdet-page .news-comment-section form li textarea {
  max-width: 100%;
  margin-bottom: 10px;
  padding: 15px 0;
  height: auto;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-width: 0 0 1px;
  border-style: solid;
  display: block;
  width: 100%;
  line-height: 2;
  font-size: 16px;
  font-weight: 400;
  color: #555;
  background-image: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  border-color: ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.newdet-page .news-comment-section form li input[type="text"]:focus,
.newdet-page .news-comment-section form li textarea:focus {
  border-bottom-width: 1px;
  border-color: var(--color);
}
.newdet-page .news-comment-section form li button {
  font-weight: 600;
  display: inline-block;
  height: auto;
  padding: 14px 30px;
  border: 1px solid transparent;
  border-radius: 80px;
  background-color: var(--color);
  -webkit-transition: border-color 400ms ease, background-color 400ms ease;
  -moz-transition: border-color 400ms ease, background-color 400ms ease;
  transition: border-color 400ms ease, background-color 400ms ease;
  color: #fff;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
}
.newdet-page .news-comment-section form li button:hover {
  background: #000;
}
.newdet-page .news-comment-section form li.wid-100 {
  width: 100%;
}
@media screen and (max-width: 700px) {
  .newdet-page blockquote {
    padding: 20px 10px;
  }
  .newdet-page .grid-box {
    margin-right: 0;
  }
  .newdet-page .column {
    padding: 10px 0;
    width: 100%;
  }
  .newdet-page .column:nth-child(1) {
    padding: 10px 0;
  }
  .newdet-page .news-post-comment-wrap {
    display: block;
  }
  .newdet-page .news-post-comment-wrap .news-post-user-comment {
    text-align: center;
  }
  .newdet-page .news-post-comment-wrap .news-post-user-content {
    margin: 40px 0 0 0;
  }
  .newdet-page .news-comment-section form .column {
    width: 100%;
  }
  .newdet-page .s_link .list {
    width: 100%;
  }
  .newdet-page .s_link .list.next {
    border: none;
    border-top: 1px solid #d9d9d9;
  }
}
@media screen and (max-width: 500px) {
  .newdet-page .s_link {
    margin-top: 20px;
  }
  .newdet-page .s_link .list {
    padding: 20px 0;
  }
}
.contact-page .contact-1 {
  padding: 120px 0;
}
.contact-page .contact-1 .left {
  padding-right: 8%;
}
.contact-page .contact-1 .left h5 {
  color: #000;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 15px;
}
.contact-page .contact-1 .left p {
  font-size: 16px;
  line-height: 2;
  color: #555;
  margin-bottom: 30px;
}
.contact-page .contact-1 .left ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  color: #555;
  text-decoration: none;
  margin-bottom: 12px;
}
.contact-page .contact-1 .left ul li:last-child{
  margin-bottom: 0;
}
.contact-page .contact-1 .left ul li .contact-link-icon {
  margin-top: 3px;
  margin-right: 20px;
  margin-bottom: 20px;
  width: 60px;
  max-height: 60px;
  min-height: 60px;
  min-width: 60px;
  background-color: var(--color);
  color: #fff;
  font-size: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
}
.contact-page .contact-1 .left ul li .contact-link-icon span {
  background: var(--color);
  color: #fff;
  width: 100%;
  text-align: center;
}
.contact-page .contact-1 .left ul li .contact-link-title {
  margin-bottom: 0px;
  color: #000;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
}
.contact-page .contact-1 .left ul li .contact-link-text {
  color: #555;
  font-size: 16px;
  line-height: 2;
}
.contact-page .contact-1 .right {
  text-align: right;
  padding-left: 15%;
}
.contact-page .contact-1 .right .form-wrap {
  position: relative;
}
.contact-page .contact-1 .right .form-wrap .form-box {
  padding: 40px;
  background: #fff;
  z-index: 3;
  margin-bottom: 30px;
  margin-right: 30px;
  text-align: left;
}
.contact-page .contact-1 .right .form-wrap .form-box::before {
  content: '';
  position: absolute;
  top: 90px;
  right: 10px;
  left: 120px;
  bottom: -20px;
  background: var(--color);
  z-index: -1;
}
.contact-page .contact-1 .right .form-wrap .form-box::after {
  content: '';
  width: 50%;
  position: absolute;
  top: -5%;
  bottom: 55%;
  left: -5%;
  background-image: url(../images/dots.png);
  background-repeat: repeat;
  z-index: -1;
}
.contact-page .contact-1 .right .form-wrap .form-box h5 {
  color: #000;
  font-size: 40px;
  line-height: 1.6;
  font-weight: 600;
  margin-bottom: 15px;
}
.contact-page .contact-1 .right .form-wrap .form-box li.wid-100 {
  width: 100%;
}
.contact-page .contact-1 .right .form-wrap .form-box #addForm .more{
  bottom: 25px;
}
.contact-page .contact-1 .right .form-wrap .form-box li input,
.contact-page .contact-1 .right .form-wrap .form-box li textarea {
  max-width: 100%;
  margin-bottom: 10px;
  padding: 15px 0;
  height: auto;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-width: 0 0 1px;
  border-style: solid;
  display: block;
  width: 100%;
  line-height: 2;
  font-size: 16px;
  font-weight: 400;
  color: #555;
  background-image: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-color: ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.contact-page .contact-1 .right .form-wrap .form-box li input:focus,
.contact-page .contact-1 .right .form-wrap .form-box li textarea:focus {
  border-bottom-width: 1px;
  border-color: var(--color);
}
.contact-page .contact-1 .right .form-wrap .form-box li textarea {
  height: 127px;
}
.contact-page .contact-1 .right .form-wrap .form-box li .more{
  background: transparent;
  border: 0;
}
.contact-page .contact-1 .right .form-wrap .form-box li .more:hover::after{
   background: #000;
}
.contact-page .contact-1 .right .form-wrap .form-box li .more:hover:i{
  color: #fff;
}
/*.contact-page .contact-1 .right .form-wrap .form-box li .button-secondary {
  font-weight: 600;
  display: inline-block;
  height: auto;
  padding: 14px 30px;
  border: 1px solid transparent;
  font-size: 16px;
  border-radius: 80px;
  background-color: var(--color);
  -webkit-transition: border-color 400ms ease, background-color 400ms ease;
  -moz-transition: border-color 400ms ease, background-color 400ms ease;
  transition: border-color 400ms ease, background-color 400ms ease;
  color: #fff;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
}
.contact-page .contact-1 .right .form-wrap .form-box li .button-secondary:hover {
  background: #000;
}*/
.contact-page .contact-1 .map {
  margin-top: 90px;
}
.contact-page .contact-2 {
  background: #f5f5f5;
  padding: 120px 0;
}
.contact-page .contact-2 .header p {
  font-size: 16px;
  line-height: 2;
  color: #555;
  margin-bottom: 15px;
}
.contact-page .contact-2 .header .section-title {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.6;
  color: #000;
  position: relative;
  margin-bottom: 20px;
}
.contact-page .contact-2 .header .section-title span {
  color: var(--color);
}
.contact-page .contact-2 .content ul {
  margin-right: -40px;
}
.contact-page .contact-2 .content ul li {
  padding-right: 40px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 2;
}
.contact-page .contact-2 .content ul li .title {
  padding: 30px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  margin-bottom: 0px;
  min-height: 120px;
}
.contact-page .contact-2 .content ul li .title i{
   font-size: 16px; 
   background: var(--color);
   padding: 12px 14px;
   color: #fff;
   line-height: 1;
}
/*.contact-page .contact-2 .content ul li .title::after {
  content: "\f27b";
  font-family: fontAwesome;
  font-weight: normal;
  font-size: 16px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 20px;
  background: var(--color);
  padding: 12px 14px;
  color: #fff;
  line-height: 1;
}*/
.contact-page .contact-2 .content ul li .title::before{
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.contact-page .contact-2 .content ul li .title h6 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 0;
  color: #000;
  margin-left: 16px;
  flex: 1;
}
.contact-page .contact-2 .content ul li .accordion-info {
  display: none;
  padding: 20px;
  margin-top: 0px;
  margin-left: 0px;
  background: #fff;
  font-size: 16px;
  line-height: 1.7;
  color: #555;
}
.contact-page .contact-2 .content ul li.active .title {
  color: #fff;
  background: var(--color);
  border: 1px solid var(--color);
  -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
}
.contact-page .contact-2 .content ul li.active .title h6 {
  color: #fff;
}
.contact-page .contact-2 .content ul li.active .title::before{
  background: var(--color);
}
.contact-page .contact-2 .content ul li.active .title i {
  background: #fff;
  color: var(--color);
}
@media screen and (max-width: 1680px) {
  .contact-page .contact-2 .content ul li .title{
    padding: 20px;
  }
}
@media screen and (max-width: 1440px) {
  .contact-page .contact-2 .content ul li .title h6{
    font-size: 18px;
  }
}
@media screen and (max-width: 1366px) {
  .contact-page .contact-1 .right {
    padding-left: 10%;
  }
}
@media screen and (max-width: 1200px) {
  .contact-page .contact-1 .right {
    padding-left: 4%;
  }
  .contact-page .contact-2 .content ul li {
    width: 50%;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page .contact-2 .content ul li{
    width: 100%;
  }
  .contact-page .contact-2 .content ul li .title{
    min-height: auto;
  }
  .contact-page .contact-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .contact-page .contact-1 .right {
    width: 100%;
    padding: 40px 0 0 0;
  }
  .contact-page .contact-2,
  .contact-page .contact-1{
    padding: 60px 0;
  }
  .contact-page .contact-1 .map{
    margin-top: 50px;
  }
  .body-overflow-box{
    overflow: hidden !important;
  }
}
@media screen and (max-width: 700px) {
  .contact-page .contact-2 .content ul li {
    width: 100%;
  }
  .contact-page .contact-2,
  .contact-page .contact-1{
    padding: 30px 0;
  }
  .contact-page .contact-1 .map{
    margin-top: 30px;
  }
}
.gallery-page .tab {
  border-bottom: 1px solid #e1e1e1;
  font-size: 0;
  margin-bottom: 90px;
}
.gallery-page .tab li {
  text-align: center;
  padding: 24px 0;
  border-left: 1px solid #e1e1e1;
  position: relative;
}
.gallery-page .tab li a {
  overflow: hidden;
  display: block;
}
.gallery-page .tab li span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #666;
  -webkit-transition: -webkit-transform ease .4s;
  transition: -webkit-transform ease .4s;
  -moz-transition: transform ease .4s, -moz-transform ease .4s;
  transition: transform ease .4s;
  transition: transform ease .4s, -webkit-transform ease .4s, -moz-transform ease .4s;
  -ms-transition: transform ease .4s;
  -o-transition: transform ease .4s;
  -webkit-transition: transform ease .4s;
  -moz-transition: transform ease .4s;
  position: relative;
}
.gallery-page .tab li::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--color);
  -webkit-transition: width cubic-bezier(0.47, -0.01, 0.09, 1.08) 0.6s;
  -moz-transition: width cubic-bezier(0.47, -0.01, 0.09, 1.08) 0.6s;
  transition: width cubic-bezier(0.47, -0.01, 0.09, 1.08) 0.6s;
}
.gallery-page .content .box {
  text-align: center;
  padding-bottom: 90px;
}
.gallery-page .content .box p {
  /*max-width: 690px;*/
  text-align: center;
  color: #565969;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 auto;
  margin-top: 20px;
  /*margin-bottom: 50px;*/
}
.gallery-page .content .box div {
  /*color: #565969;*/
  font-size: 16px;
  line-height: 1.6;
  margin: 0 auto;
  margin-top: 20px;
}
.gallery-page .content .box ul {
  margin: 0 -15px;
  text-align: left;
}
.gallery-page .content .box ul li {
  padding: 15px;
}
.gallery-page .content .box ul li .imgbox {
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0 0 10px rgba(205, 205, 205, 0.3);
  box-shadow: 0 0 10px rgba(205, 205, 205, 0.3);
  padding: 10px;
  border-radius: 5px;
}
.gallery-page .content .box ul li .imgbox .text {
  text-align: center;
  margin-top: 20px;
}
.gallery-page .content .box ul li .imgbox .text h5 {
  /*text-transform: uppercase;*/
  display: block;
  color: #111;
  font-size: 18px;
  padding: 5px;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.gallery-page .content .box ul li .imgbox .text .con {
  margin-top: 20px;
  min-height: 90px;
  overflow: auto;
  padding-right: 10px;
  font-size: 16px;
  line-height: 1.7;
}
.gallery-page .content .box ul li .imgbox .text .con::-webkit-scrollbar-thumb {
  background: var(--color);
}
.gallery-page .content .box ul li .imgbox .textbox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gallery-page .content .box ul li .imgbox .textbox i {
  margin-bottom: 20px;
  font-size: 45px;
  color: var(--color);
}
.gallery-page .content .box ul li .imgbox .textbox i:hover {
  cursor: pointer;
}
.gallery-page .content .box ul li .imgbox .textbox h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3em;
  color: var(--color);
  padding: 5px 20px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  min-width: 100px;
  text-align: center;
}
.gallery-page .content .box ul li .imgbox .textbox h4:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #000000;
}
.gallery-page .content .box ul li .imgbox:hover .text h5 {
  background: var(--color);
  color: #fff;
}
.gallery-page .content .box ul li:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gallery-page .content .box ul li:hover .imgbox .textbox {
  top: 0;
}
.gallery-page .content .box:nth-child(even) {
  background: #f8f8f8;
  padding: 90px 0;
}
.m-page {
  text-align: center;
  padding-top: 20px;
}
.m-page a,
.m-page span {
  display: inline-block;
  margin: 2px 4px;
  min-width: 30px;
  line-height: 36px;
  height: 30px;
  color: #555;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
}
.m-page a:hover {
  color: var(--color);
}
.m-page span {
  background-color: var(--color);
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .gallery-page .content .box ul li {
    width: 25%;
  }
}
@media screen and (max-width: 1100px) {
  .gallery-page .content .box ul li {
    width: 33.3333%;
  }
}
@media screen and (max-width: 992px) {
  .gallery-page .content .box ul li {
    width: 50%;
  }
}
@media screen and (max-width: 700px) {
  .gallery-page .content .box p {
    font-size: 14px;
  }
  .gallery-page .content .box ul li {
    width: 100%;
  }
}
.newdet-page .prodet-page .product-2{
  padding-right: 30px;
}
.newdet-page .prodet-page .product-2 ul{
  margin: 0 -30px;
}
.newdet-page .prodet-page .product-2 ul li{
  padding: 0 30px;
  margin-bottom: 0;
}
.elementor-9049 .elementor-element.elementor-element-3c115efd{
  background: #fff !important;
}
.pxl-portfolio-carousel1.style2 .item--content{
  display: none !important;
}
.pxl-service-grid-layout2 .item--title{
  line-height: inherit !important;
}
.pxl-service-grid-layout2 .item--excerpt{
  min-height: auto !important;
}
.seoPublic .about-page .about-1{
  background: #fff;
  padding-top: 0;
}
.seoPublic .about-page .about-1 .bottom{
  color: #666;
}
.seoPublic .about-page .about-1 .top .left .title{
  margin-bottom: 0;
}
.seoPublic>div:nth-child(odd) {
    background: #fff;
}
.seoPublic>div:nth-child(even) {
    background: #fafafa;
}
.seoPublic .title{
  font-size: 35px;
  margin-bottom: .7em;
}
.seoPublic .Auxil-form .form ul li button{
  border: none;
  background: transparent;
  /*background: var(--color);*/
}
/*.seoPublic .Auxil-form .form ul li button:hover::after{
  background: #000;
}*/
.pxl-service-grid-layout2 .item--title{
  color: #000;
}
.pxl-service-grid-layout2 .item--title a:hover{
  color: var(--color) !important;
}
.pxl-service-grid-layout2.style3 .pxl-item--inner:hover .item--title{
  color: var(--color);
}
.newdet-page .sidebox .sideright{
  padding-left: 0;
}
.slickBtn.pos div{
  background: transparent;
}
.inner-page #index-body .i-product1{
  padding-top: 72px;
}
.team-page .about-2{
  margin-top: 0;
  /*background: #faf9f9;*/
}
.inner-page #index-body .i-advantage .box .right .desc{
  max-height: 310px;
  overflow-y: auto;
}
.i-advantage {
    padding-top: 80px;
}
@keyframes tz{
  0%{
    transform: scale(0);
    opacity: 0;
  }
  50%{
    transform: scale(1.3);
    opacity: 1;
  }
  100%{
    transform: scale(1);
    opacity: 1;
  }
}
/*2025-7-14*/
.sb-add{
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 2s;
  -moz-transition: 2s;
  transition: 2s;
}
.sb-add .logo{
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.sb-add::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  background-color: #f7f7f7; 
  z-index: -1;
  -webkit-transition: 3s;
  -moz-transition: 3s;
  transition: 3s;
}
.sb-add::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  background-color: #f7f7f7; 
  z-index: -1;
  -webkit-transition: 3s;
  -moz-transition: 3s;
  transition: 3s;
}
.sb-add.active{
  visibility: hidden;
}
.sb-add.active::before,
.sb-add.active::after{
  width: 0;
  opacity: .6;
}
.sb-add.active .logo{
  opacity: 0;
  visibility: hidden;
}
/*.sb-add.active{
  -webkit-clip-path: inset(0 100% 0 100%);
  clip-path: inset(0 1% 0 1%);
}*/
.elementor-9049 .elementor-element.elementor-element-dd86efc > .elementor-element-populated{
  background: url(../images/about-cu-bg.jpg) no-repeat center;
  background-size: 100% 100%;
}
.about-page .about-6 {
    padding: 80px 0;
    background: #eee;
    /*background: url(../images/about-adv-bg.jpg) no-repeat center;*/
    background-size: 100% 100%;
}
.about-page .about-6 .box {
    position: relative;
}
.about-page .about-6 .list {
    margin-top: 70px;
}
.about-page .about-6 .list ul {
    margin: 0 -80px;
}
.about-page .about-6 .list ul li {
    padding: 60px 80px 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.about-page .about-6 .list ul li .ig{
  width: 63%;
  margin: 0 auto;
}
.about-page .about-6 .list ul li .ig .icon{
  background: var(--color);
  width: 20%;
}
.about-page .about-6 .list ul li .ig .icon img{
  display: inline-block;
}
.about-page .about-6 .list ul li .ig .info{
  background: #fff;
  width: 80%;
}
.about-page .about-6 .list ul li .ig .info span{
  font-size: 42px;
  line-height: 1;
  color: var(--color);
  font-weight: 600;
}
.about-page .about-6 .list ul li .ig .info .desc{
  font-size: 16px;
  line-height: 1.7;
  color: rgba(0,0,0,0.8);
  margin-top: 3px;
  height: 192px;
  overflow-y: auto;
}
.about-page .about-6 .list ul li h6 {
    font-size: 40px;
    font-weight: bold;
}
.about-page .about-6 .list ul li .text {
    max-height: 9em;
    overflow: auto;
    padding-right: .5em;
    font-size: 16px;
    line-height: 1.8;
    opacity: .75;
}
.about-page .about-6 .list ul .slick-current li {
    padding-top: 0;
}
.about-page .about-6 .tagList {
    margin-top: 80px;
    color: #bfbfbf;
}
.about-page .about-6 .tagList ul .slick-list {
    padding-right: 3em;
    font-size: 24px;
}
.about-page .about-6 .tagList ul li {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    padding-top: 10px;
}
.about-page .about-6 .tagList ul li i {
    display: block;
    width: 100%;
    height: 1px;
    background: #d0d0d0;
    margin-bottom: .7em;
    position: relative;
}
.about-page .about-6 .tagList ul li i:before {
    content: '';
    width: 14px;
    height: 14px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: var(--color);
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.about-page .about-6 .tagList ul li i:after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    left: 2%;
    top: 0;
    background: var(--color);
    -webkit-transition: 5s 1.5s;
    -moz-transition: 5s 1.5s;
    transition: 5s 1.5s;
}
.about-page .about-6 .tagList ul .slick-current li {
    color: var(--color);
}
.about-page .about-6 .tagList ul .slick-current li i:before {
    opacity: 1;
}
.about-page .about-6 .tagList ul .slick-current li i:after {
    width: 100%;
}
.product-page .product-List ul > p{
  padding: 60px;
  line-height: 1.6;
}
@media screen and (max-width: 1800px) {
    .about-page .about-6 .list {
        margin-top: 50px;
    }
    .about-page .about-6 .tagList {
        margin-top: 50px;
    }
    .about-page .about-6 {
        padding-bottom: 60px;
    }
}
@media screen and (max-width: 1500px) {
    .about-page .about-6 .list ul li h6 {
        font-size: 28px;
    }
}
@media screen and (max-width: 1250px) {
    .about-page .about-6 .box {
        margin-left: 0;
    }
    .about-page .about-6 .list ul li h6 {
        font-size: 24px;
    }
    .about-page .about-6 .tagList {
        margin-top: 30px;
    }
}
@media screen and (max-width: 1100px) {
    .about-page .about-6 .list ul li {
        padding: 0;
    }
     .about-page .about-6 .list ul {
        margin: 0;
    }
    .about-page .about-6 .list {
        margin-top: 30px;
    }
    .about-page .about-6 .tagList ul li {
        font-size: 20px;
    }
}
@media screen and (max-width: 1000px) {
  .about-page .about-6 .list ul li .ig{
    width: 92%;
  }
  .about-page .about-6 .list ul li .ig .icon{
    width: 27%;
  }
  .about-page .about-6 .list ul li .ig .info{
    width: 73%;
  }
}
@media screen and (max-width: 500px) {
   .about-page .about-6 .list ul li .ig{
    width: 100%;
  }
  .about-page .about-6 .list ul li .ig .icon{
    width: 32%;
  }
  .about-page .about-6 .list ul li .ig .info{
    width: 68%;
  }
  .about-page .about-6 .list ul li .ig .info span{
    font-size: 32px;
  }
  .about-page .about-6 .list ul li .ig .info .desc{
    font-size: 14px;
    line-height: 2;
  }
  .i-advantage{
    padding-top: 30px;
  }
}
.team-page .about-1,
.team-page .about-2{
  background: #faf9f9;
}
.team-page .about-2 ul li .text .tit,
.team-page .about-2 ul li .text .con{
  color: #000;
}
.team-page .about-2 ul li .text{
  padding-bottom: 0;
}
.team-page .about-1 .img{
  padding-top: 0;
}
.team-page .about-4 {
  background: url(../images/about02-bg14.jpg) no-repeat center;
  color: white;
  padding: 180px 0 80px;
  background-size: 100% 100%;
}
.team-page .about-4 .tab {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-bottom: 1px solid white;
  color: white;
  font-size: 16px;
  margin-top: 60px;
  margin-bottom: 50px;
  font-weight: 300;
}
.team-page .about-4 .tab li {
  margin-right: 40px;
}
.team-page .about-4 .tab li a {
  position: relative;
  font-size: 20px;
  font-weight: 500;
}
.team-page .about-4 .tab li a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0%;
  height: 3px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background: #c6a15a;
}
.team-page .about-4 .tab li:last-child {
  margin-right: 0;
}
.team-page .about-4 .tab li.active a::after,
.team-page .about-4 .tab li:hover a::after {
  width: 100%;
}
.team-page .about-4 .content .box {
  font-size: 16px;
  line-height: 2;
  font-weight: 300;
  max-width: 900px;
  min-height: 210px;
}
.team-page .about-4 .content .box p {
  margin-bottom: 30px;
}
.team-page .about-4 .content .more {
  width: 125px;
  height: 60px;
  font-size: 18px;
  background: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-radius: 30px;
  color: black;
  padding: 0;
  display: block;
  text-align: center;
  line-height: 60px;
  margin-top: 60px;
}
.team-page .about-4 .content .more::before,
.team-page .about-4 .content .more::after {
  content: none;
}
.team-page .about-4 .content .more:hover {
  background: var(--color);
  color: white;
}
@media screen and (max-width: 1000px) {
  .team-page .about-4 .content .box {
    max-width: 100%;
  }
  .team-page .about-4{
    padding: 60px 0;
  }
  .sb-add{
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-2 ul li .text .tit{
    font-size: 34px;
    line-height: 1.3;
  }
  .team-page .about-4{
    padding: 30px 0;
  }
  .team-page .about-4 .tab{
    margin: 20px 0;
    display: block;
  }
  .team-page .about-4 .tab li{
    width: 100%;
    margin-bottom: 6px;
  }
  .team-page .about-4 .tab li:last-child{
    margin-bottom: 0;
  }
      .font-36 {
        font-size: 24px;
    }
}
@media screen and (max-width: 500px) {
  .team-page .about-4 .content .box{
    line-height: 1.5;
  }
  .team-page .about-4 .tab{
    margin-top: 10px;
  }
    .team-page .about-4 {
    padding: 70px 0 40px;
  }
  #index-body .i-product1 .i-title{
    display: block !important;
  }
  .about-page .about-2 ul li .text .tit{
    font-size: 24px;
    line-height: 1.5;
  }
  .about-page .about-2 ul li .text .con{
    margin-top: 13px;
  }
  .team-page .about-4{
    padding: 30px 0;
  }
  .team-page .about-4 .tab li a{
    font-size: 16px;
  }
  .team-page .about-4 .content .box{
    font-size: 14px;
    line-height: 2;
  }
  .team-page .about-4 .content .box p{
    margin-bottom: 0;
  }
  .service-page .service-1 .box{
    margin-bottom: 20px;
    padding-top: 20px;
  }
}
.culture-page{
  background: #f9f9f9;
}
.culture-page .title{
  line-height: 1;
  font-weight: 600;
}
.culture-page .font-18{
  line-height: 1.6;
}
.culture-page .culture-1{
  padding: 3.23% 0 7.13542%;
}
.culture-page .culture-1 .content{
  background: #ededed;
}
.culture-page .culture-1 .content .img{
  border-top-left-radius: 50px;
}
.culture-page .culture-1 .content .img > img{
  border-top-left-radius: 50px;
}
.culture-page .culture-1 .content .img .play{
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.culture-page .culture-1 .content .img .play::before,
.culture-page .culture-1 .content .img .play::after{
   content: '';
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   border: 1px solid rgba(255,255,255,0.6);
   border-radius: 50%;
   z-index: -1;
   -webkit-animation: ks 2s linear infinite;
   -moz-animation: ks 2s linear infinite;
   animation: ks 2s linear infinite;
}
.culture-page .culture-1 .content .img .play::before{
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
.culture-page .culture-2{
  background: url(../images/culture2-bg.jpg) no-repeat center top;
  background-size: 100% auto;
  padding-top: 7.65625%;
}
.culture-page .culture-2 .header{
  color: #fff;
}
.culture-page .culture-2 .content ul{
  margin: -12px;
}
.culture-page .culture-2 .content ul li{
  padding: 12px; 
}
.culture-page .culture-2 .content ul li .ig{
  background: #fff;
  box-shadow: -4px 0px 32px 0px rgba(0, 0, 0, 0.11);
  border-top-left-radius: 50px;
}
.culture-page .culture-2 .content ul li .ig .img,
.culture-page .culture-2 .content ul li .ig .img img{
  border-top-left-radius: 50px;
}
.culture-page .culture-2 .content ul li .ig .img img{
  width: 100%;
}
.culture-page .culture-2 .content ul li .ig .text .tit{
  font-weight: 600;
}
.culture-page .culture-3{
  padding-top: 4.84375%;
}
.culture-page .culture-3 .content ul{
  margin-right: -24px;
}
.culture-page .culture-3 .content ul li{
  padding-right: 24px;
}
.culture-page .culture-3 .content ul li .ig{
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
  z-index: 1;
}
.culture-page .culture-3 .content ul li .ig .img{
  width: 43.39%;
}
.culture-page .culture-3 .content ul li .ig .text{
  width: 56.61%;
}
.culture-page .culture-3 .content ul li .ig::after{
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 79.34%;
  background: url(../images/culture3-bg.png) no-repeat center;
  height: 100%;
  background-size: 100% 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.culture-page .culture-3 .content ul li .ig:hover{
  color: #fff;
}
.culture-page .culture-3 .content ul li .ig:hover::after{
  background: var(--color);
}
.culture-page .culture-4{
  padding: 84px 0 106px;
}
.culture-page .culture-4 .header .tab ul{
  margin: -13px;
}
.culture-page .culture-4 .header .tab ul li{
  padding: 13px;
  height: auto;
}
.culture-page .culture-4 .header .tab ul li a{
  height: 100%;
	border-radius: 3px;
	border: solid 1px #888888;
  padding: 12px 25px 11px 24px;
  color: #7c7c7c;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.culture-page .culture-4 .header .tab ul li:hover a,
.culture-page .culture-4 .header .tab ul li.active a{
  background-color: #efe7d9;
	border: solid 1px var(--color);
  color: var(--color);
}
.culture-page .culture-4 .content item ul{
  margin: -11px;
}
.culture-page .culture-4 .content .item ul li{
  padding: 11px;
}
.culture-page .culture-4 .content .item ul.slick-dots{
  position: absolute;
  bottom: -44px;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  z-index: 1;
}
.culture-page .culture-4 .content .item ul.slick-dots li{
  display: inline-block;
  padding: 0;
  margin-right: 18px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #b9b9b9;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.culture-page .culture-4 .content .item ul.slick-dots li button{
  display: none;
}
.culture-page .culture-4 .content .item ul.slick-dots li:last-child{
  margin-right: 0;
}
.culture-page .culture-4 .content .item ul.slick-dots li.slick-active{
  background: var(--color);
}
@media screen and (max-width: 1000px) {
  .culture-page .culture-1 .content .text{
    padding: 0 20px;
  }
  .culture-page .culture-4 .header .tab ul li a{
    padding: 10px 16px;
  }
}
@media screen and (max-width: 700px) {
  .culture-page .culture-1 .content .img{
    width: 100%;
  }
  .culture-page .culture-1 .content .text{
    width: 100%;
    padding: 20px 15px;
  }
  .font-40 {
    font-size: 26px;
  }
  .culture-page .culture-4 .header .tab ul{
    margin: -8px;
  }
  .culture-page .culture-4 .header .tab ul li{
    padding: 8px;
  }
}
@media screen and (max-width: 500px) {
  .culture-page .font-18{
    line-height: 2;
  }
  .culture-page .culture-4{
    padding: 30px 0 60px;
  }
  .culture-page .culture-4 .content .item ul.slick-dots{
    bottom: -22px;
  }
}


/********************************************************************SEO START********************************************************************/
/*2025.9.9 修改*/
#banner ul li .text .box .more {
    margin-top: 35px;
}
#banner ul li .text .box .title {
    line-height: 1.6;
}
#index-body .i-product ul li .text span {
    line-height: 1.7;
}
#index-body .i-product ul li .text .title {
    line-height: 1.3;
}
#index-body .i-product1 .box ul li .ig .text .con {
    font-size: 16px;
}
#index-body .i-about .left .con {
    line-height: 2;
}
#index-body .desc {
    line-height: 2;
}
#index-body .i-news .content ul li .ig p {
    line-height: 2;
    font-size: 16px;
}
#footer .f-content ul li {
    line-height: 2.3;
}
#footer .f-content .f-contact ul li {
    line-height: 2.5;
}
.seoPublic .about-page .about-1 .bottom {
    color: #666;
    line-height: 2;
}
.catDet.mt-30 h1 {
    margin-top: 50px;
    font-size: 35px;
}
.inner-banner .box .ig .left .tit {
    font-size: 35px;
    line-height: 1.6;
    margin-top: 30px;
}
.prodet-2 .ui.container .right ul.conlist li {
    padding: 20px 0;
}
#index-body .i-product1 .box ul li .ig .text .tit {
    font-size: 20px;
    height: 80px;
}
#index-body .i-product1 .box ul li .ig .text .con {
    font-size: 16px;
    line-height: 2;
}
.newdet-page .section-title2 {
    margin-top: 50px;
}
a.foota {
    text-overflow: ellipsis;
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    width: 300px;
}
.seoPublic .seoIndustry .text {
    line-height: 2;
}
.seoPublic .seoIndustry .text table {
    margin-top: 10px;
}
.news-page .news-1 .list ul li .content span.h6 {
    font-size: 22px;
    height: auto;
}
.news-page .news-1 .list ul li .content .con .text {
    font-size: 15px;
    margin-top: 10px;
}
.newdet-page p {
    line-height: 2;
}
.prodet-page .product-2 ul li .item .pname {
    line-height: 1.5;
    font-size: 20px;
}
.newdet-page .n-content ul li {
    margin-left: 20px;
}
.newdet-page .n-content h3 {
    font-weight: 700;
}
.newdet-page .n-content h2 {
    font-size: 18px;
    font-weight: 600;
}
.seoPublic .seoIndustry .text h2 {
    font-weight: 600;
    font-size: 18px;
}
.seoPublic .seoIndustry .text h3 {
    font-weight: 600;
    margin-top: 10px;
}
.seoPublic .seoIndustry .text ul li {
    margin-left: 20px;
}
#index-body .i-about .left .con h1 {
    display: inline;
}
#index-body .i-advantage .box .right .title {
    line-height: 1.5;
    font-size: 45px;
}
#index-body .i-about .left .i-title.font-60.wow.fadeInLeft {
    font-size: 55px;
    line-height: 1.4;
}
#footer .f-content ul li {
    line-height: 2.5;
}
.prodet-5 ul.newslist li .title {
    font-size: 20px;
}
.prodet-5 ul.newslist li p.font-18 {
    font-size: 16px;
}

@media screen and (max-width: 500px) {
  a.foota {
    display: none;
}
.seoIndustry.Auxil-industry {
    display: none;
}
.product-page .product-List ul li .box span.h6 {
    font-size: 18px;
    line-height: 1.8;
}
.catDet.mt-30 h1 {
    margin-top: 0px;
    font-size: 22px;
    line-height: 1.6;
}
.prodet-2 .ui.container .right h1 {
    font-size: 20px;
    margin-top: 20px;
}
.newdet-page .section-title2 {
    font-size: 23px;
    line-height: 1.6;
}
}



.inner-page.prodet-page p {
    font-size: 16px!important;
    color: #666!important;
    text-align: left!important;
    line-height: 2!important;
    height: auto!important;
}
.inner-page.prodet-page ul li {
    padding: 5px 10px!important;
    line-height: 2;
    font-size: 16px;
    color: #666!important;
}
.inner-page.prodet-page h3 {
  font-size: 18px;
  line-height: 1.8;
  padding: 10px 5px;
}
.inner-page.prodet-page h2 {
  font-size: 20px;
  line-height: 1.6;
  padding: 10px 5px;
  font-weight: 600;
  color: #c6a15a;
}
.inner-page.prodet-page ol li,.inner-page.prodet-page ul li {
    list-style: disc;
    list-style-position: inside;
}
/********************************************************************SEO END********************************************************************/


