@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.eot');
  src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff'), url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.eot');
  src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.eot');
  src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff'), url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
body {
  font-family: "Poppins";
  max-width: 1920px;
  --color: #0074bd;
  font-weight: normal;
  margin: 0 auto;
}
.container {
  width: 1530px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  padding: 15px 0;
}
#header .nav .ui.menu {
  margin: 0 auto;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
}
#header .nav .ui.menu .menu-box > div {
  height: 100%;
}
#header .nav .ui.menu .menu-box ul.menu {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 17px;
  margin-right: 50px;
  color: white;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: 0px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .yuy {
  z-index: 3;
}
#header .nav .ui.menu .yuy span {
  font-size: 17px;
  color: white;
}
#header .nav .ui.menu .yuy span img {
  margin-right: 10px;
  width: 40px;
}
#header .nav .ui.menu .form form {
  position: relative;
  width: 167px;
}
#header .nav .ui.menu .form form input {
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  height: 40px;
  color: white;
  padding-left: 30px;
  font-size: 17px;
}
#header .nav .ui.menu .form form input[type="submit"] {
  border: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 21px;
  padding: 0;
  background: url(../images/search.png) no-repeat left center;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#header.inner{
  background: white;
}
#header.active {
  background-color: white;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
#header.inner .nav .ui.menu .yuy span,
#header.inner .nav .ui.menu .menu-box ul.menu > li,
#header.active .nav .ui.menu .yuy span,
#header.active .nav .ui.menu .menu-box ul.menu > li {
  color: black;
}
#header.inner .nav .ui.menu .form form input,
#header.active .nav .ui.menu .form form input {
  border-bottom-color: rgba(0, 0, 0, 0.5);
  color: black;
}
#header.inner .nav .ui.menu .form form input[type="submit"],
#header.active .nav .ui.menu .form form input[type="submit"] {
  -webkit-filter: invert(1);
  filter: invert(1);
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: var(--color);
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: var(--color);
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: var(--color);
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  right: 40px;
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: var(--color) !important;
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
.more {
  font-size: 16px;
  background-color: var(--color);
  color: white;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  height: 60px;
  line-height: 60px;
  padding: 0 50px;
  display: inline-block;
  position: relative;
  z-index: 2;
}
.more::before,
.more::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  background-color: #222;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
  width: 0;
}
.more::before {
  left: 0;
}
.more::after {
  right: 0;
}
.more:hover::before,
.more:hover::after {
  width: 51%;
}
#banner li {
  position: relative;
  color: white;
}
#banner li .content {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner li .content .left {
  max-width: 656px;
}
#banner li .content h2 {
  line-height: 1.08;
}
#banner li .content p {
  line-height: 1.68;
}
#banner li .content .more::before,
#banner li .content .more::after {
  background-color: white;
}
#banner li .content .more:hover {
  color: var(--color);
}
.i-title {
  line-height: 1.08;
}
.fw-500 {
  font-weight: 500;
}
#index-body .i-category {
  background-color: #f2f2f2;
}
#index-body .i-category .i-title {
  max-width: 1000px;
  margin: auto;
}
#index-body .i-category .txt {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.81;
}
#index-body .i-category ul li .box {
  background-color: white;
}
#index-body .i-category ul li .box .des {
  line-height: 1.7;
  color: #585858;
}
#index-body .i-about .content {
  line-height: 2;
}
#index-body .i-about .container {
  padding-top: 50px;
  padding-bottom: 50px;
}
#index-body .i-about .container::after {
  content: "";
  position: absolute;
  right: -50px;
  top: 0;
  width: 520px;
  height: 100%;
  background-color: #f2f2f2;
}
#index-body .i-about .top,
#index-body .i-about .img {
  z-index: 4;
  position: relative;
}
#index-body .i-about .play {
  cursor: pointer;
}
#index-body .i-about .play:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 100% !important;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
}
#index-body .i-about .play:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100% !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  animation-delay: .4s;
}
#index-body .i-advantage ul li {
  text-align: center;
}
#index-body .i-advantage ul li .icon {
  width: 243px;
  height: 243px;
  border-radius: 50%;
  background-color: #f2f2f2;
  margin: auto;
}
#index-body .i-advantage ul li .icon .num {
  width: 59px;
  height: 59px;
  border-radius: 50%;
  background-color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  padding-top: 5px;
}
#index-body .i-advantage ul li .des {
  line-height: 1.56;
  margin-top: 4px;
}
#index-body .i-advantage ul li:hover .icon .num {
  background-color: var(--color);
  color: white;
}
#index-body .i-industry .list {
  background-color: #e5e5e5;
  margin-top: -12px;
  z-index: 3;
  position: relative;
}
#index-body .i-industry .list .left {
  width: -webkit-calc(50% + 33px);
  width: -moz-calc(50% + 33px);
  width: calc(50% + 33px);
}
#index-body .i-industry .list .left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .i-industry .list .right {
  width: -webkit-calc(50% - 33px);
  width: -moz-calc(50% - 33px);
  width: calc(50% - 33px);
  padding-left: 6%;
  padding-right: 11%;
  padding-top: 20px;
  padding-bottom: 20px;
}
#index-body .i-industry .list .right .content {
  line-height: 2;
  max-height: 470px;
  overflow: auto;
}
#index-body .i-industry .list .right .content p {
  position: relative;
}
/*#index-body .i-industry .list .right .content p::after {
  content: "";
  position: absolute;
  left: -20px;
  top: 12px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #000;
}*/
#index-body .i-industry .bottom {
  overflow: hidden;
}
#index-body .i-industry .bottom .box {
  background-color: #f2f2f2;
  width: 70%;
  border-radius: 0 0 0 33px;
  margin-left: auto;
  position: relative;
}
#index-body .i-industry .bottom .box .icon {
  margin: auto;
  margin-bottom: 15px;
}
#index-body .i-industry .bottom .box .icon img {
  margin: auto;
  filter: brightness(0);
}
#index-body .i-industry .bottom .box .slick-current .icon img { 
  filter: brightness(1);
}
#index-body .i-industry .bottom .box::after {
  content: "";
  position: absolute;
  left: 99%;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #f2f2f2;
}
#index-body .i-industry .bottom .slickBtn div {
  background-color: transparent;
  color: black;
  font-size: 35px;
}
#index-body .i-industry .bottom .slickBtn div.prev {
  left: 20px;
  right: auto;
}
#index-body .i-industry .bottom .slickBtn div.next {
  right: -60px;
  left: auto;
}
#index-body .i-news {
  background-color: #f2f2f2;
}
#index-body .i-news ul li .box {
  background-color: white;
}
#index-body .i-news ul li .box .des {
  line-height: 1.9;
}
#footer {
  background-color: #3f3f3f;
  color: white;
}
#footer .top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
#footer .top form li {
  margin-bottom: 11px;
}
#footer .top form input {
  width: 100%;
  background-color: white;
  border: none;
  padding: 0 15px;
  height: 52px;
  font-size: 18px;
  color: black;
}
#footer .top form input[type="submit"] {
  background-color: var(--color);
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .top form input[type="submit"]:hover {
  background-color: white;
  color: var(--color);
}
#footer .top #ewm {
  width: 120px;
  height: 120px;
  border: 4px solid white;
}
#footer .wrap .three {
  max-width: 330px;
}
#footer .wrap .four {
  max-width: 290px;
}
#footer .wrap ul li {
  line-height: 2;
}
#footer .wrap ul li a {
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#footer .wrap ul li:hover a {
  color: var(--color);
  text-decoration: underline;
}
#footer .wrap .share a {
  display: inline-block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.2);
  text-align: center;
  line-height: 25px;
  margin-right: 8px;
}
#footer .wrap .share a:hover {
  background-color: rgba(255, 255, 255, 0.5);
  color: white;
}
#footer .wrap svg {
  height: 29px;
  width: auto;
  fill: white;
}
#footer .totop {
  width: 49px;
  height: 49px;
  background-color: var(--color);
  cursor: pointer;
  text-align: center;
  line-height: 49px;
}
#footer .totop i {
  display: block;
  font-size: 30px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media screen and (max-width: 1450px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 20px;
  }
  .font-60 {
    font-size: 35px;
  }
  #index-body .i-advantage ul li .icon {
    zoom: 0.7;
  }
  #index-body .i-industry .list .right .content {
    max-height: 400px;
    overflow: auto;
  }
}
@media screen and (max-width: 1250px) {
  #innerMobileBanner{
    margin-top: 60px;
  }
  #index-body .i-about .container::after {
    width: 345px;
  }
  #index-body .i-advantage ul li .icon {
    zoom: 0.5;
  }
  #index-body .i-industry .list .right {
    padding-left: 3%;
    padding-right: 3%;
  }
  #index-body .i-industry .list .right .content {
    max-height: 240px;
  }
  #footer .wrap .two {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .font-60 {
    font-size: 30px;
  }
  #index-body .i-about .top .left .more {
    display: none;
  }
  #index-body .i-about .top .right .hide {
    display: block;
    margin-top: 20px;
  }
  #index-body .i-advantage ul li {
    width: 50%;
    margin-bottom: 20px;
  }
  #index-body .i-industry .list .right {
    padding: 15px !important;
  }
  #index-body .i-industry .bottom .box {
    width: 100%;
  }
  #index-body .i-industry .bottom .slickBtn div.prev {
    left: 0;
  }
  #index-body .i-industry .bottom .slickBtn div.next {
    right: -25px;
  }
  #index-body .i-industry .bottom .box {
    padding-left: 0;
  }
  #footer .wrap .one {
    display: none;
  }
  #footer .top .left {
    width: 100%;
  }
  #footer .top .right {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .font-60 {
    font-size: 24px;
  }
  #banner li > img {
    min-height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #index-body .i-about .container::after {
    display: none;
  }
  #footer .wrap .three {
    max-width: 100%;
    width: 100%;
  }
  #footer .wrap .four {
    max-width: 100%;
    width: 100%;
  }
  #footer .wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 500px) {
  #banner li .content p {
    display: none;
  }
  #banner li .content h2 {
    margin-bottom: 15px;
  }
  .font-60 {
    font-size: 20px;
  }
  #index-body .i-advantage ul li {
    width: 100%;
  }
  #footer .top form li {
    width: 100%;
  }
}




.t_1 {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}
.flex_cont {
    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
}
.flex_a_center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.flex_j_center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
@keyframes round_translate1 {
    0% {
        right: 75%;
    }
    74.99% {
        opacity: 1;
    }
    75% {
        right: -25%;
        top: 100%;
        opacity: 0;
    }
    75.05% {
        right: 100%;
        opacity: 0;
    }
    75.1% {
        opacity: 1;
    }
    100% {
        right: 75%;
    }
}
@keyframes round_translate2 {
    0% {
        right: 40%;
    }
    64.99% {
        opacity: 1;
    }
    65% {
        right: -30%;
        opacity: 0;
    }
    65.05% {
        right: 100%;
        opacity: 0;
    }
    65.1% {
        opacity: 1;
    }
    100% {
        right: 40%;
    }
}
@keyframes round_translate3 {
    0% {
        right: 0;
    }
    9.99% {
        opacity: 1;
    }
    10% {
        right: -25%;
        opacity: 0;
    }
    10.05% {
        right: 100%;
        opacity: 0;
    }
    10.1% {
        opacity: 1;
    }
    100% {
        right: 0;
    }
}
.inner-banner {
    height: 250px;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 91px;
}
.inner-banner::before {
    content: "";
    display: block;
    aspect-ratio: 1;
    position: absolute;
    bottom: 0;
    right: 100%;
    height: 200%;
    background-color: var(--color);
    border-radius: 9999px;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    -webkit-transform: translate(0, 50%);
    -moz-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%);
    -webkit-animation: round_translate2 12s linear infinite;
    -moz-animation: round_translate2 12s linear infinite;
    animation: round_translate2 12s linear infinite;
    z-index: 10;
}
.inner-banner .inner-content {
    width: 100%;
    height: 100%;
    /*background: url("../images/in-banner.png") no-repeat;*/
     background: #727272;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.inner-banner .inner-content::before {
    content: "";
    display: block;
    aspect-ratio: 1;
    position: absolute;
    top: 0;
    right: 100%;
    height: 200%;
    background-color: var(--color);
    border-radius: 9999px;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-animation: round_translate1 12s linear infinite;
    -moz-animation: round_translate1 12s linear infinite;
    animation: round_translate1 12s linear infinite;
}
.inner-banner .inner-content::after {
    content: "";
    display: block;
    aspect-ratio: 1;
    position: absolute;
    top: 50%;
    right: 100%;
    height: 200%;
    background-color: var(--color);
    border-radius: 9999px;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-animation: round_translate3 12s linear infinite;
    -moz-animation: round_translate3 12s linear infinite;
    animation: round_translate3 12s linear infinite;
}
.inner-banner .mbx {
    color: white;
    text-align: center;
    position: relative;
    z-index: 10;
}
.inner-banner .mbx h2 {
    font-size: 44px;
    line-height: 1;
    font-weight: bold;
    font-style:italic;
    text-transform:uppercase;
    margin-bottom: 10px; 
}
.inner-banner .mbx p {
    font-size: 16px;
    line-height: 32px;
}
@media (max-width: 1250px) {
    .inner-banner {
        margin-top: 60px;
    }
}
@media (max-width: 1000px) {
    .inner-banner {
        width: 100%;
    }
    .inner-banner .mbx h2 {
        font-size: 24px;
        padding: 0 15px;
        line-height: 38px;
    }
    .inner-banner .mbx p {
        padding: 0 15px;
    }
}

.about2-page .about-1 .left .icon {
    position: absolute;
    left: -10%;
    bottom: 11%;
    padding: 3% 7%;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#cdeb9a), to(var(--color)));
    background-image: -webkit-linear-gradient(bottom, #cdeb9a, var(--color));
    background-image: -moz-linear-gradient(bottom, #cdeb9a, var(--color));
    background-image: linear-gradient(to top, #cdeb9a, var(--color));
}
.about2-page .about-1 .play{
  cursor: pointer;
}
.about2-page .about-1 .play:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.5);
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: 100% !important;
    border-radius: inherit;
    -webkit-animation: ks 3s infinite;
    -moz-animation: ks 3s infinite;
    animation: ks 3s infinite;
    display: block;
    z-index: -1;
}
.about2-page .about-1 .play:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100% !important;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.5);
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    -webkit-animation: ks 3s infinite;
    -moz-animation: ks 3s infinite;
    animation: ks 3s infinite;
    display: block;
    z-index: -1;
    -webkit-animation-delay: .4s;
    -moz-animation-delay: .4s;
    animation-delay: .4s;
}
.about2-page .about-1 .text{
  line-height: 2;
  max-height: 507px;
  overflow: auto;
}
.about-page .about-4 {
  padding: 80px 0 100px;
  background: url(../images/about3-2.jpg) no-repeat top center / cover;
}
.about-page .about-4 .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  /*-webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;*/
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-page .about-4 .top .cont {
  max-width: 640px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
}
.about-page .about-4 ul {
  margin-right: -37px;
  margin-top: 50px;
}
.about-page .about-4 ul li {
  padding-right: 37px;
}
.about-page .about-4 ul li .box {
  background: #fff;
  padding: 45px 45px 60px;
}
.about-page .about-4 ul li .box .t1 {
  font-size: 29px;
  line-height: 1.1;
  margin: 36px 0 25px;
  /*height: 2.5em*/
}
.about-page .about-4 ul li .box .text {
  font-size: 18px;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 5.5em;
}
.about-page .about-3 {
  padding: 70px 0 90px;
}
.about-page .about-3 .ui {
  position: relative;
}
.about-page .about-3 .tip {
  text-align: center;
}
.about-page .about-3 .top {
  margin-top: 110px;
}
.about-page .about-3 .top .slick-current .t1 {
  color: var(--color);
  /*background-image: -webkit-linear-gradient(45deg, #567f35, #84b02e);
  background-image: -moz-linear-gradient(45deg, #567f35, #84b02e);
  background-image: linear-gradient(45deg, #567f35, #84b02e);
  -webkit-background-clip: text;
  background-clip: text;*/
  display: inline-block;
}
.about-page .about-3 .top ul {
  margin-right: -120px;
}
.about-page .about-3 .top ul li {
  padding-right: 120px;
}
.about-page .about-3 .top ul li .t1 {
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
}
.about-page .about-3 .top ul li .cont {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 20px;
}
.about-page .about-3 .top .prev,
.about-page .about-3 .top .next {
  width: 70px;
  height: 70px;
  border-radius: 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;
  color: #fff;
  background: #d8d8d8;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-20%);
  -moz-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  transform: translateY(-20%);
}
.about-page .about-3 .top .prev:hover,
.about-page .about-3 .top .next:hover {
  background: #65902e;
}
.about-page .about-3 .top .prev {
  left: -100px;
}
.about-page .about-3 .top .next {
  right: -100px;
}
.about-page .about-3 .line {
  height: 3px;
  width: 100%;
  background-color: #d9d9d9;
  margin-top: 130px;
}
.about-page .about-3 .line .line2 {
  width: 13%;
  height: 3px;
  background-color: var(--color);
  position: relative;
}
.about-page .about-3 .line .line2 .dot {
  width: 20px;
  height: 10px;
  background-color: var(--color);
  position: absolute;
  right: 0;
  top: 0;
  margin-top: -5px;
}
.about-page .about-3 .line .line2 .dot::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 7px solid var(--color);
  position: absolute;
  top: -7px;
}
.about-page .about-3 .line .line2 .dot::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 7px solid var(--color);
  position: absolute;
  bottom: -7px;
}
.about-page .about-3 .bottom {
  margin-top: 20px;
}
.about-page .about-3 .bottom .slick-current li {
  color: var(--color);
}
.about-page .about-3 .bottom li {
  color: #7d7d7d;
  font-size: 30px;
  cursor: pointer;
}
.about2-page .about-33 {
    color: white;
}
/*.about2-page .about-33 span.h2 {
    max-width: 50%;
}*/
.about2-page .about-33 .list {
    margin: 1em 0;
}
.about2-page .about-33 .list ul li {
    background-color: white;
    color: black;
    padding: 36px 26px 7%;
    position: relative;
    z-index: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.about2-page .about-33 .list ul li:after {
    content: '';
    width: 100%;
    height: -webkit-calc(100% + 2em);
    height: -moz-calc(100% + 2em);
    height: calc(100% + 2em);
    position: absolute;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#cdeb9a), to(var(--color)));
    background-image: -webkit-linear-gradient(bottom, #cdeb9a, var(--color));
    background-image: -moz-linear-gradient(bottom, #cdeb9a, var(--color));
    background-image: linear-gradient(to top, #cdeb9a, var(--color));
    top: -1em;
    left: 0;
    z-index: -1;
    border-radius: 1em;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    opacity: 0;
}
.about2-page .about-33 .list ul li:before {
    content: '';
    width: 1px;
    height: 63%;
    position: absolute;
    left: 0;
    top: 15%;
    background-color: #dedede;
}
.about2-page .about-33 .list ul li .text{
  min-height: 168px;
}
.about2-page .about-33 .list ul li i {
    width: 2em;
    height: 2em;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.about2-page .about-33 .list ul li span.h6 {
    line-height: 1.4;
    /*text-transform:uppercase;*/
    min-height: 30px;
}
.about2-page .about-33 .list ul li:hover {
    color: white;
}
.about2-page .about-33 .list ul li:hover i {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.about2-page .about-33 .list ul li:hover .text {
    color: inherit;
}
.about2-page .about-33 .list ul li:hover:after {
    opacity: 1;
}
.about2-page .about-33 .list ul li:first-child:before {
    display: none;
}
.about-page .about-5 {
  padding: 80px 0 115px;
}
.about-page .about-5 ul.slick-dots {
  margin: 0;
  margin-top: 30px;
  text-align: center;
}
.about-page .about-5 ul.slick-dots li{
  background-color: #000;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 5px;
  display: inline-block;
  padding: 0;
}
.about-page .about-5 ul.slick-dots li button{
  display: none;
}
.about-page .about-5 ul.slick-dots li.slick-active{
  background-color: var(--color);
}
.about-page .about-5 .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;
   
}
.about-page .about-5 .top .more {
  border: solid 1px rgba(0, 0, 0, 0.8);
}
.about-page .about-5 ul {
  margin-top: 82px;
  margin-right: -25px;
}
.about-page .about-5 ul li {
  padding-right: 25px;
}
.about-page .about-5 ul li .box {
  position: relative;
}
.about-page .about-5 ul li .box img {
  width: 100%;
}
.about-page .about-5 ul li .box .t1 {
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
  color: #fff;
  font-size: 26px;
  text-shadow: 0px 0px 7px rgba(25, 25, 25, 0.38);
  padding-bottom: 5px
}
@media screen and (max-width: 1450px) {
    .about2-page .about-1 .left .icon {
        zoom: .6;
    }
    .about-page .about-4 ul li .box .t1 {
    font-size: 28px;
  }
   .about-page .about-3 .top ul {
    margin-right: -50px;
  }
  .about-page .about-3 .top ul li {
    padding-right: 50px;
  }
  .about-page .about-3 .line .line2 {
    width: 12%;
  }
}
@media screen and (max-width:1250px){
  .about-page .about-4 .top .cont {
    max-width: 400px;
  }
  .about-page .about-4 ul li .box {
    padding: 20px 15px 40px;
  }
   .about-page .about-3 .top .prev,
  .about-page .about-3 .top .next {
    display: none;
  }
   .about2-page .about-33 .list ul li {
        padding: 3%;
    }
}
@media screen and (max-width: 1000px){
   .about2-page .about-1 .left .icon {
        left: 0;
        max-width: 70%;
    }
   .about-page .about-4 .top .cont {
    max-width: 100%;
    margin-top: 20px;
  }
   .about-page .about-3 .line .line2 {
    width: 50px;
  }
   .about2-page .about-33 .list ul li {
        width: 50%;
    }
    .about2-page .about-33 .list ul li:after {
        height: 100%;
        top: 0;
        border-radius: 0;
    }
}
@media screen and (max-width: 700px){
  .about-page .about-3 .top {
    margin-top: 40px;
  }
  .about-page .about-3 .line {
    margin-top: 50px;
  }
  .about-page .about-3 .top ul li .t1 {
    font-size: 30px;
  }
  .about-page .about-3 .bottom li {
    font-size: 25px;
  }
   .about2-page .about-33 .list ul li {
        width: 100%;
    }
    .about2-page .about-33 span.h2 {
        max-width: none;
    }
    .about2-page .about-33 .list ul li:before {
        width: 100%;
        top: 0;
        left: 0;
        height: 1px;
    }
    .about-page .about-5 .top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-5 .top .tip {
    width: 100%;
  }
  .about-page .about-5 .top .more {
    margin: 20px 0 0 auto;
  }
}
@media screen and (max-width: 500px) {
   .about-page .about-3 .top ul li .t1 {
    font-size: 25px;
  }
  .about-page .about-3 .bottom li {
    font-size: 22px;
  }
  .about-page .about-5 {
    padding-top: 0;
  }
}


.solution-page .init-1 {
    padding-top: 70px;
    position: relative;
    z-index: 2;
}
.solution-page .init-1 .subText {
    font-size: 200px;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-weight: bold;
    z-index: -1;
    color: #f3f3f3;
}
.solution-page .init-1 .container .tipsTitle {
    position: relative;
    text-align: center;
}
.solution-page .init-1 .container .tipsDes {
    position: relative;
    margin: auto;
    max-width: 1000px;
    text-align: center;
}
.solution-page .init-1 .container .imgSub {
    display: block;
    margin: -60px auto 0;
    position: relative;
    z-index: -1;
}
.solution-page .init-1 .container .desC {
    overflow: hidden;
    -o-background-size: cover;
    background-size: cover;
    text-align: left;
    min-height: 500px;
    color: #fff;
    padding: 10px 90px;
}
.solution-page .init-1 .container .desC .title {
    font-weight: bold;
}
.solution-page .init-1 .container .desC .des {
    max-width: 820px;
    margin-top: 24px;
}
.solution-page .init-2 .container .left {
    width: 58%;
}
.solution-page .init-2 .container .left img {
    width: 100%;
}
.solution-page .init-2 .container .right {
    width: 36%;
    margin-left: auto;
}
.solution-page .init-2 .container .right .des {
    color: #666666;
    margin-top: 24px;
    /*text-indent: 36px;*/
}
.solution-page .init-3 {
    -o-background-size: cover;
    background-size: cover;
}
.solution-page .init-3 .container .left {
    width: 36%;
}
.solution-page .init-3 .container .left .des {
    color: #666666;
    margin-top: 20px;
    /*text-indent: 36px;*/
}
.solution-page .init-3 .container .right {
    width: 60%;
    margin-left: auto;
}
.solution-page .init-3 .container .right .rightL {
    width: 49%;
    overflow: hidden;
}
.solution-page .init-3 .container .right .rightL img {
    display: block;
    max-width: unset;
}
.solution-page .init-3 .container .right .rightR {
    width: 45%;
    margin-left: auto;
}
.solution-page .init-3 .container .right .rightR .img1 {
    overflow: hidden;
    height: 290px;
    border-bottom-left-radius: 0;
}
.solution-page .init-3 .container .right .rightR .img1 img {
    height: 100%;
    max-width: unset;
    display: block;
}
.solution-page .init-3 .container .right .rightR .img2 {
    margin-top: 50px;
    height: 290px;
    overflow: hidden;
    border-top-left-radius: 0;
}
.solution-page .init-3 .container .right .rightR .img2 img {
    height: 100%;
    display: block;
    max-width: unset;
}
@media (max-width: 1800px) {
    
    .solution-page .init-1 .subText {
        font-size: 200px;
    }
}
@media screen and (max-width:1250px){
   .solution-page .init-1 .subText {
        font-size: 100px;
    } 
}
@media (max-width: 1000px) {
    .solution-page .init-1 {
        padding-top: 40px;
    }
    .solution-page .init-1 .subText {
        display: none;
    }
    .solution-page .init-1 .container .tipsDes {
        padding-top: 40px;
    }
    .solution-page .init-1 .container .desC {
        padding: 10px 20px;
    }
    .solution-page .init-2 .container .left {
        width: 100%;
    }
    .solution-page .init-2 .container .right {
        width: 100%;
        margin-top: 20px;
    }
    .solution-page .init-3 .container .left {
        width: 100%;
    }
    .solution-page .init-3 .container .right {
        width: 100%;
        margin-top: 20px;
    }
     .solution-page .init-1 .container .desC {
        min-height: auto;
    }
}
@media (max-width: 700px) {
     
}
@media (max-width: 500px) {
    .solution-page .init-1 .container .tipsDes {
        padding-top: 20px;
    }
    .solution-page .init-3 .container .right .rightL {
        width: 100%;
    }
    .solution-page .init-3 .container .right .rightR {
        width: 100%;
        margin-top: 10px;
    }
    .solution-page .init-3 .container .right .rightR .img2 {
        margin-top: 10px;
        height: auto;
    }
    .solution-page .init-3 .container .right .rightL img {
        max-width: 100%;
    }
    .solution-page .init-3 .container .right .rightR .img1 {
        height: auto;
    }
    .solution-page .init-3 .container .right .rightR .img1 img {
        max-width: 100%;
    }
    .solution-page .init-3 .container .right .rightR .img2 img {
        width: 100%;
    }
}

.news-page {
  padding: 100px 0;
}
.news-page ul {
  margin: -15px;
}
.news-page ul li {
  padding: 15px;
}
.news-page ul li .box {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 20px 20px 50px;
  border-radius: 12px;
}
.news-page ul li .box .time {
  font-size: 16px;
  font-weight: 400;
  line-height: 1
}
.news-page ul li .box .h3 {
  font-size: 30px;
  font-weight: bold;
  margin: 20px 0 20px;
  /*height: 4.2em;*/
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.news-page ul li .box .content {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 20px;
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
    height: 8em;
}
 

@media screen and (max-width: 1280px){
    .news-page ul li{
    width: 50% !important;
  }
}
@media screen and (max-width: 700px){
    .news-page ul li{
    width: 100% !important;
  }
  .news-page ul li .box .h3{
    min-height: auto;
  }
}

.gallery-page .init-1 .container .cont{
  border-bottom: 1px solid #d2d2d2;
}
.gallery-page .init-1 .container .cont li {
  margin-right: 40px;
}
.gallery-page .init-1 .container .cont li:last-child{
  margin-right: 0;
}
.gallery-page .init-1 .container .cont li .box a {
  padding: 8px 20px;
  font-size: 20px;
  display: block;
  position: relative;
  font-weight: 600;
}
.gallery-page .init-1 .container .cont li .box a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: var(--color);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.gallery-page .init-1 .container .cont li .box a.active::before,
.gallery-page .init-1 .container .cont li .box a:hover::before {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.gallery-page .init-2 {
  padding-top: 30px;
}
.gallery-page .init-2 .container ul {
  margin: 0 -25px;
}
.gallery-page .init-2 .container ul > p{
  font-size: 16px;
  letter-spacing: 0;
  margin: 20px;
}
.gallery-page .init-2 .container ul li {
  margin-top: 50px;
  padding: 0 25px;
}
.gallery-page .init-2 .container ul li .box video{
  display: block;
  width: 100%;
}
.gallery-page .init-2 .container ul li .box .title{
  font-weight: 600;
  text-align: center;
  margin-top: 16px;
  font-family: 'syne';
}
.gallery-page .init-2 .container ul li .box .img {
  position: relative;
  display: block;
  border: 1px solid #ddd;
}
.gallery-page .init-2 .container ul li .box .img img {
  width: 100%;
}
.gallery-page .init-2 .container ul li .box .img::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.gallery-page .init-2 .container ul li .box:hover .img::before {
  -webkit-animation: circle 0.75s;
  -moz-animation: circle 0.75s;
  -o-animation: circle 0.75s;
  animation: circle 0.75s;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3sease;
  -o-transition: all 0.3sease;
  -moz-transition: all 0.3sease;
  transition: all 0.3sease;
}
@media (max-width: 1000px) {
  .gallery-page .init-1 {
    display: none;
  }
  .gallery-page .init-2 {
    padding-top: 0;
  }
}
@media (max-width: 500px) {
  .gallery-page .init-2 .container ul li {
    margin-top: 20px;
  }
}

.case-page .init-1 ul{
  margin: 10px -15px 0;
}
.case-page .init-1 ul > p{
  font-size: 16px;
  letter-spacing: 0;
  margin: 20px;
}
.case-page .init-1 ul li{
  padding: 0 15px;
  margin-top: 30px;
}
.case-page .init-1 ul li .box{
  position: relative;
}
.case-page .init-1 ul li .box .img{
  display: block;
  overflow: hidden;
}
.case-page .init-1 ul li .box{
  position: relative;
  z-index: 2;
}
.case-page .init-1 ul li .box::before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .1);
  z-index: 2;
}
.case-page .init-1 ul li .box .cont{
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  padding: 14px 40px;
  width: 100%;
  color: #fff;
}
.case-page .init-1 ul li .box .cont .sub{
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  transition: all .5s;
  background: var(--color);
  transform: scaleX(0);
  z-index: -1;
  transform-origin: left;
}
.case-page .init-1 ul li .box .cont .cat{
  font-size: 16px;
  font-weight: 500;
}
.case-page .init-1 ul li .box .cont .title{
  font-weight: bold;
  font-family: 'syne';
  font-size: 16px;
  margin-top: 6px;
  display: block;
  max-width: 400px;
}
.case-page .init-1 ul li .box .cont .moreC{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: #fff;
}
.case-page .init-1 ul li .box .cont .moreC .more{
  position: absolute;
  width: 100%;
  overflow: hidden;
  height: 100%;
  background: transparent;
  padding: 0;
}
.case-page .init-1 ul li .box .cont .moreC .more i{
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  transition: all .5s;
  font-size: 22px;
}
.case-page .init-1 ul li .box .cont .moreC .more i.i1{
  left: -50px;
}
.case-page .init-1 ul li .box:hover .cont .sub{
  transform: scaleX(1);
}
.case-page .init-1 ul li .box:hover .cont .moreC .more i{
  transform: translateX(50px);
  color: var(--color);
}
.casedet-page .init-1 .cat_img img{
  width: 100%;
}
.casedet-page .init-1 .title{
  font-size: 46px;
  font-family: 'syne';
  font-weight: bold;
  margin-top: 60px;
}
.casedet-page .init-1 .content{
  font-size: 18px;
  line-height: 1.8;
  margin-top: 20px;
}

.solution-page .init-5 .container .cont {
    /*border-radius: 20px;*/
    background-color: #f5f5f5;
    padding: 70px 80px;
}
.solution-page .init-5 .container .cont .tips {
    text-align: center;
    font-weight:bold;
}
.solution-page .init-5 .container .cont .content {
    margin-top: 20px;
}
.solution-page .init-5 .container .cont .content form {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.solution-page .init-5 .container .cont .content form .list {
    margin-top: 12px;
    font-size: 16px;
    line-height: 30px;
}
.solution-page .init-5 .container .cont .content form .list input,
.solution-page .init-5 .container .cont .content form .list textarea {
    width: 100%;
    background-color: #fff;
    border: none;
    padding: 16px 24px;
}
.solution-page .init-5 .container .cont .content form .list button {
    border: none;
    min-width: 200px;
}
.solution-page .init-5 .container .cont .content form .w-66 {
    width: 66.66%;
}
.solution-page .init-5 .container .cont .content form .w-100 {
    width: 100%;
}
.solution-page .init-5 .container .cont .content form .btn {
    max-width: 100%;
    margin: 20px auto 0;
    width: 310px;
    background-color: var(--color);
    color: #fff;
    text-align: center;
    padding: 12px 10px;
    cursor: pointer;
}
.solution-page .init-5 .container .cont .content form .btn:hover {
    background-color: #000;
}
@media (max-width: 1500px) {
  .casedet-page .init-1 .title{
    font-size: 38px;
  }
}
@media (max-width: 1000px) {
  .case-page .init-1 ul li .box .cont{
    padding: 40px 10px;
  }
  .case-page .init-1 ul li .box .cont .moreC{
    height: 40px;
    width: 40px;
  }
    .solution-page .init-5 .container .cont {
        padding: 60px 16px;
    }
}
@media (max-width:700px){
   .solution-page .init-5 .container .cont .content form .list {
        width: 100%;
    }
}
@media (max-width: 500px) {
  .case-page .init-1 ul{
    margin-top: 20px;
  }
  .casedet-page .init-1 .title{
    font-size: 24px;
    margin-top: 30px;
    line-height: 1.2;
  }
  .solution-page .init-5 .container .cont {
        padding: 40px 16px;
    }
    .solution-page .init-5 .container .cont .content form .list input,
    .solution-page .init-5 .container .cont .content form .list textarea {
        padding: 8px 10px;
    }
    .solution-page .init-5 .container .cont .content form .btn {
        padding: 4px 10px;
    }
}

.faq-page {
  padding: 120px 0;
}
.faq-page ul li {
  margin-bottom: 20px;
  padding: 15px 30px;
  border: 1px solid #eee;
  background: #f8f8f8;
}
.faq-page ul li h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  
}
.faq-page ul li .content {
  padding-top: 10px;
  border-top: 1px solid #eee;
  font-size: 17px;
  line-height: 1.6;
}
.faq-page ul li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1000px) {
  .faq-page{
    padding: 60px 0;
  }
   .faq-page ul li h4 {
    font-size: 18px;
    line-height: 1.6;
  }
  .faq-page ul li .content {
    font-size: 14px;
  }
}
@media screen and (max-width: 700px) {
  .faq-page{
    padding: 30px 0;
  }
}

.contact-page .contact-1 {
  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;
  padding-top: 80px;
}
.contact-page .contact-1 .left {
  width: 45%;
}
.contact-page .contact-1 .left .smt {
  padding-top: 30px;
  padding-bottom: 8px;
}
.contact-page .contact-1 form {
  margin-top: 62px;
}
.contact-page .contact-1 form button {
  border: solid 1px rgba(0, 0, 0, 0.8);
  width: 300px;
}
.contact-page .contact-1 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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-page .contact-1 form ul li {
  border: solid 1px #7d7d7d;
  height: 59px;
  font-size: 18px;
  margin-bottom: 20px;
}
.contact-page .contact-1 form ul li input {
  width: 100%;
  height: 100%;
  padding: 0 22px;
  border: none;
}
.contact-page .contact-1 form ul li input::-webkit-input-placeholder {
  color: #989898;
}
.contact-page .contact-1 form ul li input:-moz-placeholder {
  color: #989898;
}
.contact-page .contact-1 form ul li input::-moz-placeholder {
  color: #989898;
}
.contact-page .contact-1 form ul li input:-ms-input-placeholder {
  color: #989898;
}
.contact-page .contact-1 form ul li input::placeholder {
  color: #989898;
}
.contact-page .contact-1 form ul li textarea {
  width: 100%;
  height: 100%;
  padding: 22px;
  border: none;
}
.contact-page .contact-1 form ul li textarea::-webkit-input-placeholder {
  color: #989898;
}
.contact-page .contact-1 form ul li textarea:-moz-placeholder {
  color: #989898;
}
.contact-page .contact-1 form ul li textarea::-moz-placeholder {
  color: #989898;
}
.contact-page .contact-1 form ul li textarea:-ms-input-placeholder {
  color: #989898;
}
.contact-page .contact-1 form ul li textarea::placeholder {
  color: #989898;
}
.contact-page .contact-1 form ul .submit {
  width: 100%;
  border: none;
  margin-top: 16px;
}
.contact-page .contact-1 form ul .i1 {
  width: 48%;
}
.contact-page .contact-1 form ul .i2 {
  width: 100%;
}
.contact-page .contact-1 form ul .i3 {
  width: 100%;
  height: 262px;
}
.contact-page .contact-2 {
  background-color: #f2f2f2;
  padding: 83px 80px  97px;
  margin-top: 100px;
  margin-bottom: 80px
}
.contact-page .contact-2 .title {
  line-height: 1.2;
}
.contact-page .contact-2 .top {
  text-align: center;
  max-width: 910px;
  margin: 0 auto;
}
.contact-page .contact-2 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 100px;
}
.contact-page .contact-2 ul li {
  width: 33%;
  text-align: center;
  padding: 0 40px;
  position: relative;
}
.contact-page .contact-2 ul li::after {
  content: '';
  display: block;
  width: 1px;
  height: 140px;
  background: #989898;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.contact-page .contact-2 ul li.last::after {
  display: none;
}
.contact-page .contact-2 ul li .t1 {
  font-weight: bold;
  font-size: 25px;
  margin-top: 30px;
  line-height: 1;
  margin-bottom: 15px;
}
.contact-page .contact-2 ul li p {
  font-size: 18px;
  line-height: 1.4;
  color: #333;
}
@media screen and (max-width: 1440px) {
  .contact-page .contact-1 .right {
    width: 46%;
  }
  .contact-page .contact-1 .right img {
    width: 100%;
  }
  .contact-page .contact-2 {
    padding: 83px 40px  97px;
  }
  .contact-page .contact-2 ul li {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1100px) {
  .contact-page .contact-2 {
    padding: 83px 20px  97px;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page .contact-2 ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .contact-page .contact-2 ul li::after {
    display: none;
  }
  .contact-page .contact-1 .right {
    display: none;
  }
  .contact-page .contact-1 .left {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .contact-page .contact-1 form ul .i1 {
    width: 100%;
  }
  .contact-page .contact-1 {
    padding-top: 40px;
  }
  .contact-page .contact-2 {
    margin-top: 50px;
  }
  .contact-page .contact-2 {
    padding: 43px 20px  57px;
  }
  .contact-page .contact-2 ul {
    margin-top: 50px;
  }
  .contact-page .contact-2{
    margin-bottom: 40px
  }
}

.app-page ul li .des{
  line-height: 2;
  max-height: 278px;
  overflow: auto;
}
.app-page ul li{
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

.application-page .application-1 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.application-page .application-1 .ui {
  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;
}
.application-page .application-1 .ui .left {
  width: 50%;
  padding-right: 80px;
}
.application-page .application-1 .ui .right {
  width: 50%;
  padding-top: 20px;
}
.application-page .application-1 .ui .right .cont {
  font-size: 18px;
  line-height: 1.8;
  margin-top: 10px;
  max-height: 365px;
  overflow: auto;
}
.application-page .application-2 {
  background: #f2f2f2;
  padding-top: 85px;
  padding-bottom: 110px;
}
.application-page .application-2 .top {
  text-align: center;
}
.application-page .application-2 .top .smt {
  padding-bottom: 5px;
}
.application-page .application-2 .bottom {
  position: relative;
}
.application-page .application-2 .bottom ul {
  margin-right: -60px;
  margin-top: 67px;
}
.application-page .application-2 .bottom ul li {
  padding-right: 60px;
}
.application-page .application-2 .bottom ul li .box {
  background: #fff;
}
.application-page .application-2 .bottom ul li .box:hover .text .box2 {
  opacity: 1;
}
.application-page .application-2 .bottom ul li .box .tip {
  padding: 30px 50px;
}
.application-page .application-2 .bottom ul li .box .tip .t1 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.1;
  padding-bottom: 25px;
  border-bottom: 1px solid #72915b;
}
.application-page .application-2 .bottom ul li .box .tip .cont {
  font-size: 20px;
  line-height: 1.5;
  margin-top: 27px;
  height: 3em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;

}
.application-page .application-2 .bottom ul li .box .text {
  position: relative;
}
.application-page .application-2 .bottom ul li .box .text > img {
  width: 100%;
}
.application-page .application-2 .bottom ul li .box .text .box2 {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  color: #fff;
  padding: 35px 40px 50px;
  font-size: 20px;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.application-page .application-2 .bottom ul li .box .text .box2 .info {
  height: 100%;
  overflow-y: auto;
}
.application-page .application-2 .bottom ul li .box .text .box2 .info p {
  margin-bottom: 30px;
}
.application-page .application-2 .bottom .prev,
.application-page .application-2 .bottom .next {
  width: 70px;
  height: 70px;
  border-radius: 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;
  color: #fff;
  background: #d8d8d8;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-20%);
  -moz-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  transform: translateY(-20%);
  cursor: pointer;
}
.application-page .application-2 .bottom .prev:hover,
.application-page .application-2 .bottom .next:hover {
  background: #65902e;
}
.application-page .application-2 .bottom .prev {
  left: -100px;
}
.application-page .application-2 .bottom .next {
  right: -100px;
}
.application-page .application-2 .more {
  width: 422px;
  margin: 60px auto 0;
  border: 1px solid #5d8634;
}
.application-page .advantage .tip{
  color: white;
}
.application-page .advantage ul li .box{
  background: white;
  padding: 30px;
}
.application-page .advantage ul li .box .t1{
  min-height: 72px;
}
.application-page .advantage ul li .box .cont{
  line-height: 1.8;
  max-height: 122px;
  min-height: 122px;
  overflow: auto;
}
.application-page .noimg img{
  display: none;
}
@media screen and (max-width: 1280px) {
  .application-page .application-2 .bottom .prev,
  .application-page .application-2 .bottom .next {
    display: none;
  }
  .application-page .application-1 .ui .left {
    padding-right: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .application-page .application-2 .bottom ul {
    margin-right: -30px;
  }
  .application-page .application-2 .bottom ul li {
    padding-right: 30px;
  }
  .application-page .application-2 .bottom ul li .box .tip .t1 {
    font-size: 28px;
  }
  .application-page .application-1 .ui .left {
    display: none;
  }
  .application-page .application-1 .ui .right {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .application-page .application-1,
  .application-page .application-2 {
    padding: 40px 0 50px;
  }
  .application-page .application-2 .bottom ul li .box .tip .t1 {
    font-size: 25px;
  }
  .application-page .application-2 .bottom ul li .box .tip {
    padding: 20px  15px;
  }
  .application-page .application-2 .bottom ul li .box .tip .cont {
    font-size: 16px;
  }
  .application-page .application-2 .bottom ul li .box .text .box2 {
    padding: 15px;
    font-size: 16px;
  }
  .application-page .application-1 .ui .right .cont{
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .application-page .application-2 .bottom ul li .box .tip .t1 {
    font-size: 20px;
  }
}


.inner-page .sideLeft {
  width: 30%;
  padding-right: 30px;
}
.inner-page .sideLeft .box {
  padding: 30px;
  background: #f7f7f7;
}
.inner-page .sideLeft .box h3 {
  display: block;
  padding: 30px 20px;
  background: var(--color);
  font-size: 28px;
  font-weight: 700;
  color: #fff;
}
.inner-page .sideLeft .box .list ul li {
  margin-top: 6px;
  padding: 15px 20px;
  border-left: 4px solid var(--color);
  font-size: 18px;
  color: black;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
.inner-page .sideLeft .box .list ul li::before {
  content: '';
  width: 10px;
  height: 1px;
  background: #000;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.inner-page .sideLeft .box .list ul li ul li::before {
  display: none;
}
.inner-page .sideLeft .box .list ul li i {
  width: 60px;
  height: 60px;
  font-size: 24px;
  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;
  position: absolute;
  top: -1px;
  right: -10px;
  cursor: pointer;
}
.inner-page .sideLeft .box .list ul li .children {
  display: none;
}
.inner-page .sideLeft .box .list ul li .children li {
  border-left: 0;
}
.inner-page .sideLeft .box .list ul li img {
  max-width: 32px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}
.inner-page .sideLeft .box .list ul li:hover,
.inner-page .sideLeft .box .list ul li.active {
  /*background: var(--color);
color: white;*/
  color: var(--color);
}
/*.inner-page .sideLeft .box .list ul li a.active{
color: var(--color);
}*/
.inner-page .sideLeft .img {
  display: block;
  margin-top: 40px;
  padding: 60px 5%;
  text-align: center;
  color: white;
}
.inner-page .sideLeft .img h4 {
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
.inner-page .sideLeft .img p {
  display: block;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
  margin: 25px 0 45px;
}
.inner-page .sideLeft .img a.more {
  line-height: 36px;
  height: 36px;
  padding: 0 32px;
  border: 1px solid white;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: inline-block;
}
.inner-page .sideLeft .img a.more:hover {
  background: var(--color);
  color: white;
}
/*.inner-page.product-page .sideLeft.column .inner-contact .c-box a:hover:after {
  width: 100%;
}
.inner-page.product-page .sideLeft.column .inner-contact .c-box a:after {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: var(--color);
  left: 0;
  top: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: 1;
}*/
.inner-page.product-page .sideLeft.column .inner-contact .c-box span {
  display: inline-block;
  position: relative;
  z-index: 2;
}
/*.inner-page.product-page .sideLeft.column .inner-contact .c-box a {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  background: #000;
  padding: 12px 30px;
  position: relative;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  margin-left: 5px;
}*/
.inner-page.product-page .sideLeft.column .inner-contact .c-box h6 {
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.inner-page.product-page .sideLeft.column .inner-contact .c-box h6 span {
  color: var(--color);
  display: block;
}
.inner-page.product-page .sideLeft.column .inner-contact .c-box h5 {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 20px;
}
.inner-page.product-page .sideLeft.column .inner-contact {
  background: url(/haixgas/2026/06/12/product-bar-bg-2.jpg) no-repeat center center;
  padding: 215px 40px 125px;
  background-size: 100%;
  margin-top: 40px;
}
.inner-page .sideRight {
  width: 70%;
}
.product-page .productList {
  margin-bottom: 60px;
}
.product-page .productList h1 {
  font-size: 26px;
  font-weight: bold;
  color: var(--color);
}
.product-page .productList .fuyingpro {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 10px;
}

.productList ul {
  margin: -15px;
}
.productList ul li {
  padding: 15px;
}
.productList ul li .box2 {
  -o-box-shadow: 0 0 18px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.05);
  padding: 10px 20px;
  background: #f1f1f1;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}

.productList ul li .box2 .product_add{
  font-size: 20px;
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  background-color: #ccc;
  right: 10px;
  top: 10px;
  opacity: 0;
  transform: scale(0);
  transition: .3s ease;
}

.productList ul li .box2:hover .product_add{
  opacity: 1;
  transform: scale(1);
}

.productList ul li .box2 .product_add:hover,
.productList ul li .box2 .product_add.active{
  color: #FFFFFF;
  background-color: var(--color);
}

.productList ul li .box2 h5 {
    font-size: 18px;
    font-weight: 700;
    padding: 10px 0;
    border-bottom: 2px solid #eee;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    color: var(--color);
    transition: .5s;
}

.productList ul li .box2 h3 {
      padding-bottom: 20px;
    padding-top: 15px;
    min-height: 80px;
    
}
.productList ul li .box2 h5:hover {
  color: var(--color);
}
.productList ul li .box2 a.img {
  display: block;

}
.productList ul li .box2 a.img img {
  width: 100%;
}
.productList ul li .box2 .text {
  margin-bottom: 20px;
  font-size: 14px;
      line-height: 1.8;
  color: #757575;
  max-height: 90px;
  overflow: auto;
  padding-right: 10px;
}
.productList ul li .box2 .text::-webkit-scrollbar-thumb{
  background: var(--color);
}
.productList ul li .box2 .text p {
  padding-left: 30px;
  position: relative;
}
.productList ul li .box2 .text p:before {
  content: '';
  width: 16px;
  height: 16px;
  background: url("../images/icon-2-1.png") center center no-repeat;
  position: absolute;
  left: 0;
  top: 4px;
}
.productList ul li .box2 .text p:last-child {
  margin-bottom: 0;
}
.productList ul li .box2 a.more {
  line-height: 40px;
  height: 40px;
  padding-right: 20px;
  padding-left: 15px;
  font-size: 12px;
  margin-bottom: 25px;
  background: #2b3e4b;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.productList ul li .box2 a.more:hover {
  background: var(--color);
}
.productList ul li .box2:after {
  content: '';
  width: 100%;
  bottom: -5px;
  right: -20px;
  height: 8px;
  display: block;
  position: absolute;
  border-top-left-radius: 4px;
  background: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.productList ul li .box2:hover:after {
  bottom: 0;
}

@media screen and (max-width:1600px){
   .inner-page .sideLeft .box h3 {
    padding: 30px 15px;
    font-size: 28px;
    line-height: 1;
  }
  .inner-page .sideLeft .box .list ul li img {
    margin-right: 10px;
  }
  .inner-page .sideLeft .box .list ul li {
    padding: 5px 10px;
    font-size: 16px;
  }
  .inner-page .sideLeft .box {
    padding: 10px;
  }
  .inner-page .sideLeft .img p {
    margin: 20px 0 30px;
  }
  .inner-page .sideLeft .img {
    padding: 40px 15px;
  }
  .product-page .productList ul li a.more,
  .newsList ul li .box a.more {
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
  }
  .product-page .productList ul li {
    padding: 5px;
  }
  .product-page .productList ul {
    margin: -5px;
  }
}
@media screen and (max-width: 1250px){
   .inner-page .sideLeft {
    display: none;
  }
  .inner-page .sideRight {
    width: 100%;
  }
}


.prodet-page .prodet-1{
  padding-bottom: 80px
}
.prodet-page .prodet-1 .box .left .big-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
.prodet-page .prodet-1 .box .left .big {
  width: 82%;
}
.prodet-page .prodet-1 .box .left .big .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  border: none;
  font-size: 20px;
  color: #fff;
  background-color: var(--primary);
  font-family: FontAwesome;
}
.prodet-page .prodet-1 .box .left .big .slick-arrow.slick-prev {
  left: 20px;
}
.prodet-page .prodet-1 .box .left .big .slick-arrow.slick-next {
  right: 40px;
}
.prodet-page .prodet-1 .box .left .big ul .slick-list {
  padding: 0 15px;
}
.prodet-page .prodet-1 .box .left .big ul li a {
  display: block;
  border: 1px solid #e6e6e6;
  /*border-radius: 30px;*/
  background: white;
  /*box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);*/
  overflow: hidden
}
.prodet-page .prodet-1 .box .left .big ul li img {
  width: 100%;
}
.prodet-page{
  padding-top: 80px
}
.prodet-page .prodet-1 .box .left .small {
  width: 18%;
  /*margin-top: 15px;*/
  margin-top: -1px
}
.prodet-page .prodet-1 .box .left .small .prev,.prodet-page .prodet-1 .box .left .small .next{
  height: 20px;
  width: 100%;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  transition: .5s
}
.prodet-page .prodet-1 .box .left .small .prev:hover,.prodet-page .prodet-1 .box .left .small .next:hover{
  color: var(--color)
}
.prodet-page .prodet-1 .box .left .small .prev{
  margin-bottom: 6px;
}
.prodet-page .prodet-1 .box .left .small ul {
  margin: -5px;
}
.prodet-page .prodet-1 .box .left .small ul li {
  padding: 5px;
}
.prodet-page .prodet-1 .box .left .small ul li img {
  /*border-radius: 10px;*/
	border: solid 1px rgba(199, 203, 197, 0.8);
  background: #fff;
  transition: .5s;
  cursor: pointer
 
}
.prodet-page .prodet-1 .box .left .small ul li img:hover{
  	border: solid 1px #577f35;
}
.prodet-page .prodet-1 .box .right {
  padding-top: 15px;
}
.prodet-page .prodet-1 .box .right .content .cat_name {
  position: relative;
  line-height: 1;
  /*margin-bottom: 8px;*/
  	font-size: 18px;
    font-weight: bold;
    padding-block-end: 8px
}
/*.prodet-page .prodet-1 .box .right .content .cat_name::after {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #f9c406;
}*/
.prodet-page .prodet-1 .box .right .content h1 {
  font-weight: bold;
  font-size: 36px
}
.prodet-page .prodet-1 .box .right .content  .st1{
  	font-size: 26px;
    padding-top: 25px;
    border-top: 1px solid rgba(0,0,0,0.1);
    width: 100%;
    margin-top: 30px;
    font-weight: bold
}
.prodet-page .prodet-1 .box .right .content .text {
  line-height: 1.7;
  max-height: 280px;
  padding-right: 20px;
  margin-top: 15px;
  overflow: auto;

}
.prodet-page .prodet-1 .box .right .content .more{
  border: solid 1px rgba(0, 0, 0, 0.8);
  margin-top: 35px
}
.prodet-page .prodet-1 .box .right .content a.msg {
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  transition: 0.5s ease;
  text-align: center;
  font-size: 12px;
  bottom: 15%;
  background: #f9c406;
}
.prodet-page .prodet-1 .box .right .content .social-links h4,
.prodet-page .prodet-1 .box .right .content .social-links ul {
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .prodet-1 .box2 .cont{
  margin-top: 40px; 
  line-height: 1.7;
}
.prodet-page .prodet-1 .box2 .cont::-webkit-scrollbar-thumb{
  height: 5px
}
@media screen and (max-width: 1440px) {
  /*.prodet-page .prodet-1 .box2 .cont table{
    width: 1440px !important;
  }*/
}
@media screen and (max-width: 1000px) {
    .prodet-page .prodet-1 .box .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .box .right {
    width: 100%;
    padding-left: 0;
  }
}
.prodet-page .prodet-2 {
  background-color: #f2f2f2;
  padding: 100px 0 85px;
}
.prodet-page .prodet-2 .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
/*.prodet-page .prodet-2 .top .more {
  border: solid 1px rgba(0, 0, 0, 0.8);
  background: #f2f2f2
}*/
.prodet-page .prodet-2 ul {
  margin-right: -39px;
  margin-top: 57px;
}
.prodet-page .prodet-2 ul li {
  padding-right: 39px;
  text-align: center;
}
.prodet-page .prodet-2 ul li .box > img {
  width: 100%;
}
.prodet-page .prodet-2 ul li .box .t1 {
  font-size: 20px;
  display: block;
  margin: 20px 0 15px;
  line-height: 1.5;
  font-weight: bold;
}
.prodet-page .prodet-2 ul li .box .t1:hover{
  color: var(--color)
}
.prodet-page .prodet-2 ul li .box .cont {
  color: #747474;
  font-size: 17px;
}
.prodet-page .prodet-3 {
  padding: 70px 0;
}
.prodet-page .prodet-3 .smt {
  padding-bottom: 8px;
}
.prodet-page .prodet-3 form {
  margin-top: 62px;
}
.prodet-page .prodet-3 form button {
  border: solid 1px rgba(0, 0, 0, 0.8);
  width: 280px
}
.prodet-page .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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.prodet-page .prodet-3 form ul li {
  border: solid 1px #7d7d7d;
  height: 59px;
  font-size: 18px;
  margin-bottom: 20px;
}
.prodet-page .prodet-3 form ul li input {
  width: 100%;
  height: 100%;
  padding: 0 22px;
  border: none;
}
.prodet-page .prodet-3 form ul li textarea {
  width: 100%;
  height: 100%;
  padding: 22px;
  border: none;
}
.prodet-page .prodet-3 form ul .submit {
  width: 100%;
  border: none;
  margin-top: 16px;
}
.prodet-page .prodet-3 form ul .i1 {
  width: 48%;
}
.prodet-page .prodet-3 form ul .i2 {
  width: 100%;
}
.prodet-page .prodet-3 form ul .i3 {
  width: 100%;
  height: 262px;
}
.prodet-page .prodet-4 {
  position: relative;
  background-color: #f2f2f2;
}
.prodet-page .prodet-4 .img {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.prodet-page .prodet-4 .img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.prodet-page .prodet-4 .right {
  width: 50%;
  margin: 0 0 0 auto;
  padding: 68px 0 68px 68px;
}
.prodet-page .prodet-4 .right .cont {
  height: 220px;
  overflow-y: auto;
  font-size: 18px;
  line-height: 2;
  margin-bottom: 60px;
  margin-top: 29px;
  padding-right: 5px;
}
.prodet-page .prodet-5 {
  padding: 60px 0 73px;
}
.prodet-page .prodet-5 ul {
  margin-right: -38px;
  margin-top: 40px;
}
.prodet-page .prodet-5 ul li {
  padding: 20px;
  padding-right: 38px;
}
.prodet-page .prodet-5 ul li .box {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.13);
  border-radius: 14px;
  padding: 39px 50px 70px 28px;
  display: block
}
.prodet-page .prodet-5 ul li .box .time {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 28px;
}
.prodet-page .prodet-5 ul li .box .t1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.1;
  height: 2.3em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: .5s
}
.prodet-page .prodet-5 ul li .box:hover .t1{
  color: var(--color);
}
.prodet-page .prodet-5 ul li .box .cont {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  font-size: 18px;
  line-height: 2;
  height: 8em;
  margin-top: 15px;
}
@media screen and (max-width: 1680px) {
  .prodet-page .prodet-5 ul li .box .t1 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1440px) {
  .prodet-page .prodet-5 ul li .box {
    padding-right: 30px;
  }
  .prodet-page .prodet-5 ul {
    margin-right: -25px;
  }
  .prodet-page .prodet-5 ul li {
    padding-right: 25px;
  }
  .prodet-page .prodet-5 ul li .box .t1 {
    font-size: 26px;
  }
}
@media screen and (max-width: 1280px) {
  .prodet-page .prodet-4 .right {
    padding: 30px 0 30px 30px;
  }
  .prodet-page .prodet-5 ul li .box {
    padding: 39px 20px 50px 18px;
  }
  .prodet-page .prodet-5 ul li .box .t1 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1000px) {
  .prodet-page .prodet-2 ul li .box .t1 {
    font-size: 22px;
    padding: 15px 0 10px;
  }
  .prodet-page .prodet-4 .img {
    position: relative;
    width: 100%;
  }
  .prodet-page .prodet-4 .right {
    width: 100%;
    padding: 30px 0;
  }
}
@media screen and (max-width: 700px) {
  .prodet-page .prodet-2 ul li .box .t1 {
    font-size: 20px;
  }
  .prodet-page .prodet-3 form ul .i1 {
    width: 100%;
  }
  .prodet-page .prodet-5 ul {
    margin-right: 0;
  }
  .prodet-page .prodet-5 ul li {
    padding: 15px;
  }
}


.service-page .service-1 {
  padding-top: 110px;
  padding-bottom: 70px
}
.service-page .service-1 .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.service-page .service-1 .top .tip {
  width: 50%;
}
.service-page .service-1 .top .tip .title {
  line-height: 1.2;
}
.service-page .service-1 .top .cont {
  width: 50%;
  padding-left: 30px;
  font-size: 18px;
  line-height: 2;
}
.service-page .service-1 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 60px;
}
.service-page .service-1 ul li {
  background-color: #f7f7f7;
  height: 490px;
  width: 31%;
  padding: 45px 28px 0;
  margin-top: 40px;
}
.service-page .service-1 ul li .img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 33px;
}
.service-page .service-1 ul li .img .num {
  font-size: 72px;
  opacity: .2;
  font-weight: bold;
  line-height: 1;
}
.service-page .service-1 ul li .t1 {
  font-size: 24px;
  line-height: 1.3;
  font-weight: bold;
}
.service-page .service-1 ul li .text {
  margin-top: 25px;
  font-size: 18px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.service-page .service-1 .bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin-top: 84px;
  margin-bottom: 10px;
}
.service-page .service-1 .bottom img {
  margin-right: 24px;
}
.service-page .service-1 .sev1 {
  width: 100%;
}
.service-page .service-1 .sev-img{
  position: relative;
  margin-top: 80px
}
.service-page .service-1 .sev-img .sev-icon{
  position: absolute;
  right: 70px;
  top: 0;
  margin-top:-96px;
  animation: sc 8s infinite linear;
}
@media screen and (max-width: 1440px) {
  .service-page .service-1 ul li {
    width: 47%;
  }
}
@media screen and (max-width: 1000px) {
  .service-page .service-1 .top .tip {
    width: 100%;
  }
  .service-page .service-1 .top .cont {
    width: 100%;
    margin-top: 30px;
    padding: 0;
  }
  .service-page .service-1 ul li .t1 {
    font-size: 22px;
  }
  .service-page .service-1 ul li .img .num {
    font-size: 60px;
  }
  .service-page .service-1 .sev-img{
  zoom: 0.8
}
}
@media screen and (max-width: 700px) {
  .service-page .service-1 ul li {
    width: 100%;
    height: auto;
    padding-bottom: 30px;
  }
  .service-page .service-1{
    padding: 40px 0;
  }
    .service-page .service-1 .sev-img{
  zoom: 0.5
}
}
@media screen and (max-width: 700px) {
  .service-page .service-1 .bottom {
    display: none;
  }
}

.prodet-3.Auxil-related ul li .img-box,
.newdet-page .prodet-3 ul li .img-box{
  background: linear-gradient(to bottom,#a8a8a8,#e7e7e7);
}
.seoPublic .Auxil-about .box .right div.h3{
  font-size: 30px;
  font-weight: bold;
}
.seoPublic .title{
  font-size: 50px;
  margin-bottom: 1em;
}
.prodet-3.Auxil-related ul li .tit{
  min-height: 60px;
}

/*.m-page {
    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;
}*/
.m-page span,
.m-page a {
  display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #dcdcdc;
    text-align: center;
    line-height: 42px;
    font-size: 18px;
    font-weight: bold;
    margin: 5px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.m-page span,
.m-page a:hover {
    background-color: var(--color);
    color: #fff;
    border: 1px solid var(--color);
}
 