@font-face {
  font-family: 'Krona One';
  src: url('../fonts/KronaOne-Regular.eot');
  src: url('../fonts/KronaOne-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/KronaOne-Regular.woff2') format('woff2'), url('../fonts/KronaOne-Regular.woff') format('woff'), url('../fonts/KronaOne-Regular.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: 'Krona One';
  src: url('../fonts/AktivGroteskEx-Regular.eot');
  src: url('../fonts/AktivGroteskEx-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/AktivGroteskEx-Regular.woff2') format('woff2'), url('../fonts/AktivGroteskEx-Regular.woff') format('woff'), url('../fonts/AktivGroteskEx-Regular.ttf') format('truetype');
  font-weight: normal;
  font-display: swap;
}
body {
  font-family: "Krona One";
  max-width: 1920px;
  --color: #104491;
  font-weight: normal;
  margin: 0 auto;
}
#pups_from{
  z-index: 220001 !important;
}
#mobile3 .m-search form input[type="submit"]{
  background: url("../images/icon-search-white.png") center center no-repeat;
}
.container {
  width: 1750px;
}
.container.pl-100.pr-100 {
  padding-left: 100px;
  padding-right: 100px;
}
.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;
  background-color: white;
  padding: 7px 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: 16px;
  font-weight: bold;
  margin-right: 60px;
  -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: uppercase;
}
#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: 14px;
  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 span {
  font-size: 16px;
}
#header .nav .ui.menu .yuy span img {
  width: 23px;
  vertical-align: middle;
  margin-right: 5px;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#header.active {
  -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 .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 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;
  display: inline-block;
  color: white;
  height: 60px;
  text-align: center;
  padding: 0 20px;
  min-width: 250px;
  background: -webkit-linear-gradient(45deg, #35578d, #47befc);
  background: -moz-linear-gradient(45deg, #35578d, #47befc);
  background: linear-gradient(45deg, #35578d, #47befc);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
  position: relative;
  line-height: 65px;
}
.more::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background: -webkit-gradient(linear, left top, right top, from(#47befc), to(#104491));
  background: -webkit-linear-gradient(left, #47befc, #104491);
  background: -moz-linear-gradient(left, #47befc, #104491);
  background: linear-gradient(to right, #47befc, #104491);
  z-index: -1;
}
.more:hover::after {
  width: 100%;
}
#banner {
  margin-top: 99px;
  position: relative;
  z-index: 4;
}
#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: 560px;
}
#banner li .content h2 {
  line-height: 1.42;
}
#banner li .content p {
  position: relative;
  padding-left: 36px;
  background: url(../images/sel.png) no-repeat left top;
}
#banner .slickBtn {
  position: absolute;
  right: 100px;
  bottom: 40px;
  display: block;
}
#banner .slickBtn div {
  background: black;
  color: white;
  margin: 13px 0 0 0;
}
#banner .slickBtn div.prev {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#banner .slickBtn div:hover {
  background-color: var(--color);
}
#index-body .i-init1 {
  position: relative;
}
#index-body .i-init1 .ui.container {
  z-index: 3;
}
#index-body .i-init1 ul li {
  width: 400px;
  background-color: #435a7f;
  color: white;
}
#index-body .i-init1 ul li .des {
  line-height: 1.75;
}
#index-body .i-init1 ul li:nth-child(2) {
  background-color: #7093ca;
}
#index-body .i-init1 ul li:nth-child(3) {
  background-color: #64b5e0;
}
#index-body .i-init1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  background-color: #435a7f;
  height: -webkit-calc(100% + 150px);
  height: -moz-calc(100% + 150px);
  height: calc(100% + 150px);
}
#index-body .i-product .top .left {
  width: 33.33%;
}
#index-body .i-product .top .left .des {
  line-height: 1.75;
  color: #4c4c4c;
}
#index-body .i-product .top .right {
  width: 66.66%;
}
#index-body .i-product ul li .img-box {
  background-color: #e7e7e7;
  padding: 20px;
}
#index-body .i-product ul li .img-box img {
  width: auto;
  margin: auto;
  max-width: 350px;
}
#index-body .i-product ul li .h4 {
  position: relative;
  padding-left: 35px;
  margin-top: 25px;
}
#index-body .i-product ul li .h4::after {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--color);
}
#index-body .i-product ul li:hover .h4 {
  color: var(--color);
}
#index-body .i-product ul li:hover .h4 a {
  text-decoration: underline;
}
#index-body .i-about .top {
  position: relative;
}
#index-body .i-about .top .text {
  position: absolute;
  left: 0;
  top: 0px;
  right: 0;
  height: 100%;
}
#index-body .i-about .top .ui.container {
  height: 100%;
}
#index-body .i-about .top .i-title {
  max-width: 760px;
}
#index-body .i-about .top .play {
  top: 37%;
  left: 60%;
  cursor: pointer;
}
#index-body .i-about .top .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(53, 87, 141, 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 .top .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(53, 87, 141, 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-about .bottom {
  background-color: #f6f6f6;
}
#index-body .i-about .bottom .left {
  line-height: 1.75;
  color: #4c4c4c;
}
#index-body .i-about .bottom .right ul li p {
  border-bottom: 1px solid #b6b6b6;
  font-weight: bold;
  color: #4c4c4c;
}
#index-body .i-about .bottom .right ul li .num {
  color: var(--color);
  line-height: 1;
}
#index-body .i-init4 .slickBtn div {
  background: black;
}
#index-body .i-init4 .slickBtn div:hover {
  background-color: var(--color);
}
#index-body .i-init4 .slickBtn div.prev {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#index-body .i-init4 .slickBtn div.prev i {
  position: relative;
  left: 2px;
  top: -1px;
}
#index-body .i-init4 .slickBtn div.next i {
  position: relative;
  left: 1px;
}
#index-body .i-init4 ul .slick-slide > div {
  height: unset;
}
#index-body .i-init4 ul .slick-list {
  padding-bottom: 50px;
  padding-right: 10px;
}
#index-body .i-init4 ul li {
  margin-bottom: 25px;
}
#index-body .i-init4 ul li .box {
  padding: 35px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-init4 ul li .box .icon {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
#index-body .i-init4 ul li .box .text {
  padding-left: 25px;
}
#index-body .i-init4 ul li .box .text .des {
  line-height: 1.75;
  color: #4c4c4c;
}
#index-body .i-init4 ul .slick-slide.slick-active li .box {
  -webkit-box-shadow: 18.385px 18.385px 27px 0px rgba(25, 25, 25, 0.11);
  box-shadow: 18.385px 18.385px 27px 0px rgba(25, 25, 25, 0.11);
}
#index-body .i-solution {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(91%, #35578d), color-stop(91%, white));
  background: -webkit-linear-gradient(top, #35578d 91%, white 91% 100%);
  background: -moz-linear-gradient(top, #35578d 91%, white 91% 100%);
  background: linear-gradient(to bottom, #35578d 91%, white 91% 100%);
}
#index-body .i-solution .big {
  width: 79%;
}
#index-body .i-solution .big ul li {
  position: relative;
}
#index-body .i-solution .big ul li .text {
  position: absolute;
  left: 13%;
  bottom: 100px;
  right: 0;
  color: white;
  max-width: 840px;
}
#index-body .i-solution .big ul li .text .des {
  line-height: 1.55;
}
#index-body .i-solution .right {
  position: absolute;
  right: 50px;
  top: 80px;
}
#index-body .i-solution .right ul li {
  background-color: #5586d3;
  margin-bottom: 11px;
  color: white;
  width: 396px;
  cursor: pointer;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
#index-body .i-solution .right ul li span {
  padding: 0 30px;
}
#index-body .i-solution .right ul li:hover,
#index-body .i-solution .right ul li.active {
  background: #44afec;
}
#index-body .i-news ul .slick-list {
  padding: 50px 0;
}
#index-body .i-news ul li .box {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-news ul li .box .time img {
  margin-top: -7px;
  margin-right: 10px;
}
#index-body .i-news ul li .box .h5 {
  display: block;
  line-height: 1.5;
}
#index-body .i-news ul li .box .des {
  line-height: 1.625;
  color: #565656;
}
#index-body .i-news ul li:hover .box {
  -webkit-box-shadow: 18.385px 18.385px 27px 0px rgba(25, 25, 25, 0.1);
  box-shadow: 18.385px 18.385px 27px 0px rgba(25, 25, 25, 0.1);
}
.i-form .container {
  width: 100%;
  padding-right: 0;
  padding-left: 100px;
}
.i-form .box {
  height: 100px;
}
.i-form .left {
  background: -webkit-linear-gradient(315deg, #0b3e8d 0%, #47befd 100%);
  background: -moz-linear-gradient(315deg, #0b3e8d 0%, #47befd 100%);
  background: linear-gradient(135deg, #0b3e8d 0%, #47befd 100%);
  color: white;
  width: -webkit-calc(50% - 100px);
  width: -moz-calc(50% - 100px);
  width: calc(50% - 100px);
}
.i-form .left::after {
  content: "";
  position: absolute;
  right: 0;
  top: 100%;
  border-top: 20px solid #47bdfc;
  border-right: 17px solid #47bdfc;
  border-left: 17px solid transparent;
  border-bottom: 20px solid transparent;
}
.i-form .right {
  width: -webkit-calc(50% + 100px);
  width: -moz-calc(50% + 100px);
  width: calc(50% + 100px);
  background-color: #282828;
  color: white;
  padding: 0 15px;
}
.i-form .right form {
  position: relative;
  width: 100%;
}
.i-form .right form input {
  width: 30%;
  height: 44px;
  background: transparent;
  border: none;
  border-left: 1px solid white;
  padding: 0 15px;
  font-size: 14px;
  font-weight: bold;
}
.i-form .right form input[name="content"] {
  width: 40%;
}
.i-form .right form input[type="submit"] {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  background: url(../images/send.png) no-repeat center;
  border: none;
  padding: 0;
}
#footer {
  background: url(../images/footer-bg.png) no-repeat right bottom #35578d;
  color: white;
}
#footer .one .share a {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #434343;
  margin-right: 30px;
  text-align: center;
  line-height: 35px;
  color: white;
  font-size: 18px;
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .one .share a #ewm {
  width: 110px;
  height: 110px;
  border: 5px solid white;
  position: absolute;
  left: 0;
  bottom: 100%;
  display: none;
}
#footer .one .share a:last-child {
  margin-right: 0;
}
#footer .one .share a:hover {
  background-color: #0b3e8d;
}
#footer .one .share a:hover #ewm {
  display: block;
}
#footer ul li {
  line-height: 2;
}
#footer ul li:hover a {
  text-decoration: underline;
}
#footer .four {
  max-width: 335px;
}
#footer .four p {
  line-height: 1.75;
}
#footer .four p:hover {
  text-decoration: underline;
}
#footer .f-copy {
  padding: 15px 0;
  border-top: 1px solid white;
}
#footer .f-copy svg {
  width: auto;
  height: 27px;
  fill: white;
  vertical-align: middle;
}
.totop {
  width: 71px;
  height: 71px;
  border-radius: 50%;
  text-align: center;
  line-height: 71px;
  font-size: 30px;
  color: white;
  background: -webkit-linear-gradient(315deg, #0b3e8d 0%, #47befd 100%);
  background: -moz-linear-gradient(315deg, #0b3e8d 0%, #47befd 100%);
  background: linear-gradient(135deg, #0b3e8d 0%, #47befd 100%);
  position: fixed;
  right: 15px;
  bottom: 150px;
  cursor: pointer;
}
.totop i {
  display: block;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (max-width: 1700px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 50px;
  }
  .i-form .container {
    padding-left: 32px;
  }
}
@media screen and (max-width: 1450px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 14px;
    margin-right: 35px;
  }
  #index-body .i-init1 ul li {
    width: 330px;
  }
  #index-body .i-solution .big ul li .text {
    left: 5%;
    max-width: 630px;
  }
}
@media screen and (max-width: 1250px) {
  #banner {
    margin-top: 60px;
  }
  #index-body .i-init1 ul li {
    width: 33.3%;
  }
  #index-body .i-product ul li .h4::after {
    width: 12px;
    height: 12px;
  }
  .font-100 {
    font-size: 50px;
  }
  .container.pl-100.pr-100 {
    padding-left: 20px;
    padding-right: 20px;
  }
  #index-body .i-solution .big ul li .text {
    max-width: 570px;
    bottom: 20px;
  }
  #index-body .i-solution .right ul li {
    width: 280px;
    height: 50px;
  }
  #index-body .i-solution .right ul li .img {
    height: 100%;
  }
  #index-body .i-solution .right ul li .img img {
    height: 100%;
  }
  #index-body .i-solution .right ul li span {
    padding: 0 13px;
  }
  #index-body .i-solution .right {
    top: 30px;
  }
  .i-form .container {
    padding-left: 0;
  }
  #footer .one {
    max-width: 130px;
  }
  #footer .one .share a {
    margin-right: 15px;
  }
  #footer .four {
    max-width: 270px;
  }
}
@media screen and (max-width: 1000px) {
  #banner {
    padding: 0;
  }
  .more {
    min-width: unset;
    font-size: 14px;
    height: 40px;
    line-height: 47px;
  }
  #index-body .i-product .top .left {
    width: 100%;
  }
  #index-body .i-product .top .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  #index-body .i-about .top .play {
    width: 50px;
  }
  #index-body .i-about .top > img {
    min-height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #index-body .i-about .bottom .right ul {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  #index-body .i-solution .right {
    display: none;
  }
  #index-body .i-solution .big {
    width: 100%;
  }
  .i-form {
    padding: 0;
  }
  .i-form .box .left {
    width: 100%;
  }
  .i-form .box .left::after {
    content: none;
  }
  .i-form .box .right {
    width: 100%;
  }
  #footer .two,
  #footer .three {
    display: none;
  }
  #footer .four {
    max-width: 410px;
  }
}
@media screen and (max-width: 700px) {
  #banner .slickBtn {
    right: 15px;
    bottom: 8px;
  }
  #index-body .i-init1 ul li {
    width: 100%;
  }
  #index-body .i-init1::after {
    content: none;
  }
  #index-body .i-solution .big ul li > img {
    min-height: 350px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .i-form .right form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .i-form .right form input {
    width: 100%;
    margin-bottom: 12px;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .i-form .right form input[name="content"] {
    width: 100%;
  }
  .i-form .box {
    height: auto;
  }
  .i-form .right form input[type="submit"] {
    top: auto;
    bottom: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  #footer .one {
    display: none;
  }
  #footer .four {
    max-width: 100%;
  }
}
@media screen and (max-width: 500px) {
  #banner li > img {
    min-height: 260px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #banner li .content {
    padding-left: 0;
  }
  .font-100 {
    font-size: 30px;
  }
  #index-body .i-init4 .top .i-title {
    width: 100%;
  }
  #index-body .i-init4 ul li .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 35px 15px;
  }
  #index-body .i-init4 ul li .box .icon {
    width: 100%;
  }
  #index-body .i-init4 ul li .box .text {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .totop {
    zoom: 0.7;
  }
}




@-webkit-keyframes transAni2 {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes transAni2 {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes transAni2 {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes transAni2 {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.textAni .imgC {
  height: 100%;
  -webkit-animation: transAni2 80s linear infinite;
  -moz-animation: transAni2 80s linear infinite;
  -o-animation: transAni2 80s linear infinite;
  animation: transAni2 80s linear infinite;
}
.textAni .imgC .img {
  height: 100%;
}

.inner-banner {
  margin-top: 100px;
  z-index: 2;
  overflow: hidden;
}

.inner-banner .textAniC{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: -1;
}
.inner-banner .textAniC .text .c{
  font-size: 426px;
  font-weight: bold;
  text-transform: uppercase;
  color: #e5e5e5;
  line-height: 0.9;
  white-space: nowrap;
  width: 5000px;
  animation: transAni2 60s linear infinite;
  margin-top: 60px;
}

.inner-banner .containerC {
  min-height: 350px;
  padding: 0 1em;
}
.inner-banner .containerC .catTitle {
  font-weight: bold;
}
.inner-banner .containerC .mbx .sub {
  width: 20px;
  height: 20px;
  background-color: var(--color);
}
.inner-banner .containerC .mbx .mbxC {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 16px;
  line-height: 30px;
}
.inner-banner .containerC .mbx a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.inner-banner .containerC .mbx a:hover {
  color: var(--color);
}
.inner-banner .containerC .bannerLine {
  position: absolute;
  height: 1px;
  bottom: 0;
  left: 50px;
  width: -webkit-calc(0%);
  width: -moz-calc(0%);
  width: calc(100% - 100px);
  background-color: #cfcfcf;
}

.about-page .init-1 .left {
  width: 32%;
}
.about-page .init-1 .left .title {
  font-weight: bold;
}
.about-page .init-1 .left .des {
  max-width: 340px;
  line-height: 2;
}
.about-page .init-1 .left .des em {
  border-bottom: 1px solid #343639;
}
.about-page .init-1 .left .des2 {
  max-width: 340px;
  margin-left: auto;
}
.about-page .init-1 .left .des2 .title {
  line-height: 1.6;
  font-weight: bold;
}
.about-page .init-1 .middle {
  width: 32%;
}
.about-page .init-1 .middle img {
  width: 100%;
}
.about-page .init-1 .right {
  width: 32%;
  padding: 30px 24px 50px 24px;
  background-color: var(--color);
  color: #FFFFFF;
}
.about-page .init-1 .right .title {
  font-weight: bold;
}
.about-page .init-1 .right .img {
  width: 100%;
}
.about-page .init-1 .right ul li .box .sub {
  width: 20px;
  height: 20px;
  background-color: #FFFFFF;
  margin-top: 2px;
}
.about-page .init-1 .right ul li .box .desC {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.about-page .init-1 .right ul li .box .desC .title2 {
  font-weight: bold;
}
.about-page .init-2 .containerC {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.about-page .init-2 .containerC ul li .box {
  position: relative;
  width: 590px;
  padding: 60px;
}
.about-page .init-2 .containerC ul li .box .left .num {
  font-weight: bold;
  color: var(--color);
  font-size: 60px;
  line-height: 1;
}
.about-page .init-2 .containerC ul li .box .left .bottom {
  font-weight: bold;
}
.about-page .init-2 .containerC ul li .box .right {
  width: 100%;
  padding-left: 30px;
}
.about-page .init-2 .containerC ul li .box .sub {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--color);
  position: absolute;
  top: -6px;
  left: -6px;
}
.about-page .init-2 .containerC ul li .box .sub2 {
  left: unset;
  right: -5px;
}
.about-page .init-2 .containerC ul li .box .sub3 {
  left: unset;
  right: -5px;
  bottom: -5px;
  top: unset;
}
.about-page .init-2 .containerC ul li .box .sub4 {
  top: unset;
  bottom: -6px;
}
.about-page .init-2 .containerC ul li.li1 .box {
  width: 500px;
}
.about-page .init-2 .containerC ul li.li2 {
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
}
.about-page .init-2 .containerC ul li.li3 .box {
  width: 500px;
}
.about-page .init-3 .subShadow {
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background: #e7e7e7;
}
.about-page .init-3 .contentC {
  border-top: 10px solid #000;
  background-color: var(--color);
  color: #FFFFFF;
}
.about-page .init-3 .contentC .content {
  max-width: 1450px;
  margin: auto;
  padding: 0 20px;
}
.about-page .init-3 .contentC .content .topC .left {
  width: 50%;
  padding-right: 70px;
}
.about-page .init-3 .contentC .content .topC .left .title {
  font-weight: bold;
}
.about-page .init-3 .contentC .content .topC .left .des {
  line-height: 2;
}
.about-page .init-3 .contentC .content .topC .right {
  width: 50%;
}
.about-page .init-3 .contentC .content .topC .right .img {
  width: 100%;
  position: relative;
  margin-top: -160px;
}
.about-page .init-3 .contentC .content .bottomC ul li {
  width: 340px;
}
.about-page .init-3 .contentC .content .bottomC ul li .box {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.about-page .init-3 .contentC .content .bottomC ul li .box:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
.about-page .init-3 .contentC .content .bottomC ul li .box .titleC .img {
  width: 55px;
  height: 55px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.about-page .init-3 .contentC .content .bottomC ul li .box .titleC .title2 {
  width: -webkit-calc(44%);
  width: -moz-calc(44%);
  width: calc(100% - 56px);
  padding-left: 20px;
  font-weight: bold;
  position: relative;
  top: 10px;
}
.about-page .init-3 .contentC .content .bottomC ul li .box:hover .titleC .img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.about-page .init-4 {
  background-color: #e7e7e7;
}
.about-page .init-4 .contentC {
  max-width: 1520px;
  margin: auto;
  padding: 0 16px;
}
.about-page .init-4 .contentC .titleC {
  font-weight: bold;
}
.about-page .init-4 .contentC .content {
  padding: 50px 200px 50px 0;
}
.about-page .init-4 .contentC .content .lineC {
  background-color: #cecece;
  height: 100%;
  width: 1px;
  top: 0;
  left: 5px;
}
.about-page .init-4 .contentC .content .sPage {
  width: 60px;
  height: 600px;
  background-color: #FFFFFF;
  border-radius: 30px;
  top: 40px;
  right: 0;
}
.about-page .init-4 .contentC .content .sPage .swiper-pagination-progressbar {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  height: -webkit-calc(40%);
  height: -moz-calc(40%);
  height: calc(100% - 60px);
  top: 30px;
  background-color: #e7e7e7;
}
.about-page .init-4 .contentC .content .sPage .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: var(--color);
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
}

.about-page .init-4 .contentC .content .swiper ul {
  -webkit-transition-timing-function: linear !important;
  -moz-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.about-page .init-4 .contentC .content .swiper ul li {
  height: auto;
}
.about-page .init-4 .contentC .content .swiper ul li .box {
  padding-left: 40px;
}
.about-page .init-4 .contentC .content .swiper ul li .box .year {
  background-color: var(--color);
  color: #FFFFFF;
  width: 100px;
  padding: 6px;
  text-align: center;
}
.about-page .init-4 .contentC .content .swiper ul li .box .year .sub {
  width: 10px;
  height: 10px;
  background-color: var(--color);
  left: -40px;
  top: 10px;
}
.about-page .init-4 .contentC .content .swiper ul li .box .title {
  font-weight: bold;
}
.about-page .init-4 .contentC .content .swiper ul li .box .des {
  color: #343639;
}
.about-page .init-5 .containerC .left {
  width: 30%;
}
.about-page .init-5 .containerC .left img {
  width: 100%;
}
.about-page .init-5 .containerC .right {
  width: 67%;
  z-index: 2;
}
.about-page .init-5 .containerC .right .subImg {
  z-index: -1;
  width: 140px;
  height: 110px;
  right: 20%;
  top: 0;
}
.about-page .init-5 .containerC .right .desC {
  margin-left: 50px;
}
.about-page .init-5 .containerC .right .desC .des {
  font-weight: bold;
  max-width: 630px;
}

.about-page .init-5 .containerC .right .content {
  color: #FFFFFF;
  background-color: var(--color);
}
.about-page .init-5 .containerC .right .content .des {
  width: 50%;
  min-height: 370px;
  padding: 40px;
}
.about-page .init-5 .containerC .right .content .imgC {
  width: 50%;
}
.about-page .init-5 .containerC .right .content .imgC img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about-page .init-6 .content {
  max-width: 1320px;
  margin: auto;
  padding: 0 16px;
}
.about-page .init-6 .content2 {
  font-weight: bold;
  text-align: center;
  max-width: 1020px;
  margin: 90px auto 0;
  padding: 0 16px;
}
.about-page .init-6 .content2 em {
  color: var(--color);
  text-decoration: underline;
}
@media (max-width: 1700px) {
  .about-page .init-2 .containerC ul li.li1 .box {
    width: 450px;
  }
  .about-page .init-2 .containerC ul li.li2 .box {
    width: 450px;
  }
}
@media (max-width: 1450px) {
  .inner-banner .textAniC{
    top: 34px;
  }
  .inner-banner .textAniC .text .c{
    font-size: 360px;
  }
  .about-page .init-2 .containerC ul li.li2 {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
  }
  .about-page .init-2 .containerC ul li.li2 {
    border-left: none;
    border-right: none;
  }
  .about-page .init-2 .containerC ul li .box {
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
  }
  .about-page .init-2 .containerC ul li.li1 .box {
    width: 500px;
  }
  .about-page .init-2 .containerC ul li.li2 .box {
    width: 500px;
  }
}
@media (max-width: 1250px) {
  .inner-banner .textAniC{
    top: 40px;
  }
  .inner-banner .textAniC .text .c{
    font-size: 260px;
  }
  .about-page .init-3 .contentC .content .bottomC ul li {
    width: 48%;
  }
  .about-page .init-3 .contentC .content .topC .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page .init-3 .contentC .content .topC .right {
    margin-top: 20px;
    width: 100%;
    max-width: 600px;
  }
  .about-page .init-3 .contentC .content .topC .right .img {
    margin-top: 0;
  }
}
@media (max-width: 1000px) {
  .inner-banner {
    padding: 40px 0 20px 0;
  }
  .inner-banner .textAniC{
    top: 20px;
  }
  .inner-banner .textAniC .text .c{
    font-size: 160px;
    margin-top: 24px;
  }
  .inner-banner .containerC {
    min-height: auto;
  }
  .about-page .init-1 .left {
    width: 66%;
  }
  .about-page .init-1 .right {
    width: 100%;
    margin-top: 20px;
  }
  .inner-banner .containerC .bannerLine {
    width: -webkit-calc(70%);
    width: -moz-calc(70%);
    width: calc(100% - 30px);
    left: 15px;
  }
  .about-page .init-5 .containerC {
    padding: 0 16px;
  }
  .about-page .init-5 .containerC .left {
    width: 100%;
    max-width: 500px;
  }
  .about-page .init-5 .containerC .right {
    width: 100%;
  }
  .about-page .init-5 .containerC .right .desC {
    margin-left: 0;
    width: 100%;
  }
}
@media (max-width: 700px) {
  .inner-banner .textAniC .text .c{
    font-size: 100px;
  }
  .about-page .init-1 .left {
    width: 100%;
  }
  .font-60,
  .font-40,
  .font-30
  {
  font-size: 22px;
  line-height: 40px!important;
  }
  .font-45,
  .font-28
  {
  font-size: 18px;
  line-height: 32px!important;
  }
  .fljian {
  padding-top: 5px;
  }
  .fenlei {
  display: none;
  }
  .about-page .init-1 .middle {
    width: 100%;
    margin-top: 20px;
  }
  .about-page .init-1 .left .des {
    width: 100%;
    max-width: 100%;
  }
  .about-page .init-1 .left .des2 {
    width: 100%;
    max-width: 100%;
  }
  .inner-banner .containerC .mbx .sub {
    width: 10px;
    height: 10px;
    margin-top: 4px;
  }
  .about-page .init-3 .contentC .content .bottomC ul li {
    width: 100%;
  }
  .about-page .init-4 .contentC .content {
    padding: 50px 90px 50px 0;
  }
}
@media (max-width: 500px) {
  .inner-banner .textAniC{
    top: 30px;
  }
  .inner-banner .textAniC .text .c{
    font-size: 80px;
  }
  .about-page .init-1 .right ul li .box .sub {
    width: 10px;
    height: 10px;
  }
  .about-page .init-1 .right {
    padding: 20px 16px;
  }
  .about-page .init-1 .right .img {
    margin-top: 20px;
  }
  .about-page .init-2 .containerC ul li.li1 .box,
  .about-page .init-2 .containerC ul li.li2 .box,
  .about-page .init-2 .containerC ul li.li3 .box {
    width: 100%;
  }
  .about-page .init-2 .containerC ul li .box .sub1 {
    left: 10px;
  }
  .about-page .init-2 .containerC ul li .box .sub2 {
    right: 10px;
  }
  .about-page .init-2 .containerC ul li .box .sub3 {
    right: 10px;
  }
  .about-page .init-2 .containerC ul li .box .sub4 {
    left: 10px;
  }
  .about-page .init-2 .containerC ul li .box {
    padding: 30px 16px;
  }
  .about-page .init-2 .containerC ul li .box > div {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .init-2 .containerC ul li .box .right {
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }
  .about-page .init-2 .containerC ul li .box .left .num {
    font-size: 40px;
  }
  .about-page .init-4 .contentC .content {
    padding: 50px 40px 50px 0;
  }
  .about-page .init-4 .contentC .content .sPage {
    width: 30px;
    height: 400px;
  }
  .about-page .init-4 .contentC .content .swiper {
    height: 500px;
  }
  .about-page .init-4 .contentC .content .swiper ul li .box {
    padding-left: 20px;
  }
  .about-page .init-4 .contentC .content .swiper ul li .box .year .sub {
    left: -20px;
  }
  .about-page .init-5 .containerC .right .content .des {
    width: 100%;
    padding: 20px;
    min-height: auto;
  }
  .about-page .init-5 .containerC .right .content .imgC {
    width: 100%;
  }
  .about-page .init-6 .content2 {
    margin-top: 30px;
  }
}
.m-page {
  text-align: center;
  font-size: 16px;
}
.m-page .wp-pagenavi {
  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-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;
}
.m-page a,
.m-page span {
  color: #a8a8a8;
  margin: 4px 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-page a:hover,
.m-page span:hover,
.m-page a.current,
.m-page span.current {
  color: var(--black);
}
.m-page a.prev,
.m-page span.prev,
.m-page a.next,
.m-page span.next {
  width: 30px;
  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;
  margin: 4px 16px;
  background-color: #eaeaea;
  height: 30px;
}
.m-page a.prev:hover,
.m-page span.prev:hover,
.m-page a.next:hover,
.m-page span.next:hover {
  background-color: #000;
  color: #fff;
}

@media (max-width: 500px) {

  .m-page a.prev,
  .m-page span.prev,
  .m-page a.next,
  .m-page span.next {
    width: 30px;
  }

}



/*inner-page*/
.inner-page .container{
  padding: 0 1em;
}
.i-title p {
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
  color: var(--color);
  margin-bottom: 10px;
  text-transform: uppercase;
}
.i-title h3 {
  font-size: 46px;
  font-weight: bold;
  line-height: 1.2;
}
.tit-font {
  font-weight: bold;
  line-height: 36px;
}
.related-honor {
  padding: 110px 0 0;
}
.related-honor .top .i-title .img{
  max-width: 520px;
}
.related-honor .partner {
  margin: 80px 0 50px;
}
.related-honor .partner ul {
  margin: 0 -30px;
}
.related-honor .partner ul li {
  padding: 0 30px;
}
.related-honor .partner ul li .img {
  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;
}
.related-honor .top .con {
  max-width: 56%;
  line-height: 2;
}
.related-honor .honor ul {
  margin: 0 -30px;
}
.related-honor .honor ul li {
  padding: 0 30px;
}

@keyframes img_rotate2{
  0%{
    transform: rotate(0deg);
  }
  50%{
    transform: rotate(-360deg);
  }
  100%{
    transform: rotate(0deg);
  }
}

.sustanibility-page .sustanibility-1 .left {
  width: 53%;
}
.sustanibility-page .sustanibility-1 .left img{
  width: 100%;
}
.sustanibility-page .sustanibility-1 .right {
  padding-left: 40px;
  width: 47%;
  
}
.sustanibility-page .sustanibility-1 .right h4 {
  font-weight: bold;
  font-size: 18px;
  color: var(--color);
}
.sustanibility-page .sustanibility-1 .right .con {
  line-height: 2;
}
.sustanibility-page .sustanibility-2 {
  margin: 120px 0;
}
.sustanibility-page .sustanibility-2 .top .con {
  max-width: 1020px;
      line-height: 2;
}
.sustanibility-page .sustanibility-2 .content {
  background: url('../images/sustanibility-2.jpg') no-repeat;
  background-size: cover;
  margin-top: 100px;
}
.sustanibility-page .sustanibility-2 .content .container {
  color: white;
}
.sustanibility-page .sustanibility-2 .content .container ul .slick-current li,
.sustanibility-page .sustanibility-2 .content .container ul .slick-current + .slick-slide li,
.sustanibility-page .sustanibility-2 .content .container ul .slick-current + .slick-slide + .slick-slide li,
.sustanibility-page .sustanibility-2 .content .container ul .slick-current + .slick-slide + .slick-slide + .slick-slide li {
  border-right: 1px solid white;
}
.sustanibility-page .sustanibility-2 .content .container .slick-list .slick-track{
  margin: auto;
}
.sustanibility-page .sustanibility-2 .content .container ul li {
  height: 690px;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -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;
  background-color: transparent;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.sustanibility-page .sustanibility-2 .content .container ul li::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
  left: 0;
  top: 0;
  -webkit-filter: blur(1px);
  filter: blur(1px);
  opacity: 0;
}
.sustanibility-page .sustanibility-2 .content .container ul li:hover::before {
  opacity: 1;
}
.sustanibility-page .sustanibility-2 .content .container ul li:hover .box {
  top: 20%;
}
.sustanibility-page .sustanibility-2 .content .container ul li .box {
  width: -webkit-calc(100% - 60px);
  width: -moz-calc(100% - 60px);
  width: calc(100% - 60px);
  position: absolute;
  top: 73%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.sustanibility-page .sustanibility-2 .content .container ul li .box .img {
  text-align: center;
}
.sustanibility-page .sustanibility-2 .content .container ul li .box .img img {
  margin: 0 auto;
}
.sustanibility-page .sustanibility-2 .content .container ul li .box .img .line {
  width: 100%;
  height: 2px;
  background-color: white;
  margin: 25px 0 15px;
}
.sustanibility-page .sustanibility-2 .content .container ul li .box .img h4 {
  font-size: 28px;
  font-weight: bold;
}
.sustanibility-page .sustanibility-2 .content .container ul li .box .text {
  font-size: 14px;
  line-height: 1.4;
  max-height: 300px;
  overflow-y: auto;
  margin-top: 50px;
}
.sustanibility-page .sustanibility-3 .i-title {
  margin-bottom: 70px;
  padding: 60px 0 16px; 
}
.sustanibility-page .sustanibility-3 .container {
  position: unset;
}
.sustanibility-page .sustanibility-3 .container .left {
  width: 45%;
  padding-right: 70px;
  position: sticky;
  top: 120px;
}
.sustanibility-page .sustanibility-3 .container .left h4 {
  font-weight: bold;
}
.sustanibility-page .sustanibility-3 .container .right {
  width: 55%;
}
.sustanibility-page .sustanibility-3 .container .right ul li {
  margin-bottom: 20px;
  padding: 30px 30px 0 30px;
  background-color: var(--color);
  position: relative;
  height: 230px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sustanibility-page .sustanibility-3 .container .right ul li:last-child {
  margin-bottom: 0;
}
.sustanibility-page .sustanibility-3 .container .right ul li:hover {
  background-color: var(--color);
}
.sustanibility-page .sustanibility-3 .container .right ul li:hover .img {
  opacity: 1;
}
.sustanibility-page .sustanibility-3 .container .right ul li:hover .text {
  color: white;
}
.sustanibility-page .sustanibility-3 .container .right ul li .text {
  color: white;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sustanibility-page .sustanibility-3 .container .right ul li .text .con{
  line-height: 2;
}
.sustanibility-page .sustanibility-3 .container .right ul li .text h4 {
  font-weight: bold;
  margin-bottom: 10px;
}
.sustanibility-page .sustanibility-3 .container .right ul li .img {
  position: absolute;
  right: 10px;
  top: -120px;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sustanibility-4 .top .con {
  max-width: 55%;
}

.sustanibility-4 .center ul {
  margin: 0 -10px;
}
.sustanibility-4 .center ul li {
  padding: 0 10px;
}
.sustanibility-4 .center ul li .box {
  position: relative;
}
.sustanibility-4 .center ul li .box .imgC{
  position: relative;
}
.sustanibility-4 .center ul li .box .imgC::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(89, 157, 52, 0.6)), to(rgba(89, 157, 52, 0)));
  background: -webkit-linear-gradient(bottom, rgba(89, 157, 52, 0.6), rgba(89, 157, 52, 0) 100%);
  background: -moz-linear-gradient(bottom, rgba(89, 157, 52, 0.6), rgba(89, 157, 52, 0) 100%);
  background: linear-gradient(to top, rgba(195 33 26 / 0.6), rgba(89, 157, 52, 0) 100%);
  top: 0;
  left: 0;
  z-index: 2;
}
.sustanibility-4 .center ul li .box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sustanibility-4 .center ul li .box h4 {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 20px;
  left: 0;
  color: white;
  z-index: 5;
}
.sustanibility-4 .center ul li .box .con{
  padding: 0 10px;
  margin-top: 10px;
}
.sustanibility-4 .bottom .left {
  width: 28%;
}
.sustanibility-4 .bottom .right {
  width: 72%;
}
.sustanibility-4 .bottom .right ul {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sustanibility-4 .bottom .right ul li {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sustanibility-4 .bottom .right ul li:first-child {
  margin-right: 100px;
}
.sustanibility-4 .bottom .right ul li .con {
  margin-left: 15px;
}
.sustanibility-page .sustanibility-5 {
  padding: 60px 0;
  background-color: #f5f5f5;
}
.sustanibility-page .sustanibility-5 .content {
  max-width: 58%;
  margin: 30px auto 0;
}
.sustanibility-page .sustanibility-6 .content {
  margin-top: 55px;
}
.sustanibility-page .sustanibility-6 img{
  width: 100%;
}
.sustanibility-page .sustanibility-6 .content .con {
  max-width: 60%;
}
.trusted-page {
  padding-bottom: 0 !important;
}
.trusted-page #index-body .application {
  background-color: #f4f4f4;
  padding: 75px 0 90px;
  margin-top: 65px;
}
.trusted-page #index-body .application .box .d1 {
  position: absolute;
  top: -30px;
  left: 0;
}
.trusted-page #index-body .application .box .d2 {
  position: absolute;
  top: -30px;
  right: 0;
}
.contact-page {
  padding-bottom: 0;
}
.contact-page .contact-1 {
  margin-bottom: 100px;
}
.contact-page .contact-1 .top .left {
  padding-right: 10%;
}
.contact-page .contact-1 .top .left .con{
  line-height: 2;
}
.contact-page .contact-1 .top .right ul li {
  margin: 15px 0;
}
.contact-page .contact-1 .top .right ul li.wid-100{
  width: 100%;
}

.contact-page .contact-1 .top .right ul li h5 {
  font-size: 20px;
  line-height: 36px;
  font-weight: bold;
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.contact-page .contact-1 .top .right ul li span {
  font-size: 16px;
  line-height: 30px;
}
.contact-page .contact-form {
  width: 985px;
  background-color: #333333;
  margin: 0 auto;
  -webkit-transform: translateY(-175px);
  -moz-transform: translateY(-175px);
  -ms-transform: translateY(-175px);
  transform: translateY(-175px);
  color: white;
  padding: 60px 75px;
}
.contact-page .contact-form h3 {
  font-size: 34px;
  font-weight: bold;
}
.contact-page .contact-form h3 span {
  color: var(--color);
}
.contact-page .contact-form form {
  margin-top: 90px;
}
.contact-page .contact-form form 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;
}
.contact-page .contact-form form ul li {
  width: 48%;
  margin-bottom: 35px;
}
.contact-page .contact-form form ul li:nth-child(n + 5) {
  width: 100%;
}
.contact-page .contact-form form ul li:nth-child(1) input {
  background-image: url('../images/c-name.png');
  background-position: right 5px;
  background-repeat: no-repeat;
}
.contact-page .contact-form form ul li:nth-child(2) input {
  background-image: url('../images/c-email.png');
  background-position: right 5px;
  background-repeat: no-repeat;
}
.contact-page .contact-form form ul li:nth-child(3) input {
  background-image: url('../images/c-phone.png');
  background-position: right 5px;
  background-repeat: no-repeat;
}
.contact-page .contact-form form ul li:nth-child(4) input {
  background-image: url('../images/c-subject.png');
  background-position: right 5px;
  background-repeat: no-repeat;
}
.contact-page .contact-form form ul li:nth-child(5) textarea {
  background-image: url('../images/c-message.png');
  background-position: right 5px;
  background-repeat: no-repeat;
}
.contact-page .contact-form form ul li:last-child {
  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;
  align-items: flex-start;
}
.contact-page .contact-form form ul li:last-child p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
  max-width: 50%;
}
.contact-page .contact-form form ul li label {
  font-size: 14px;
  line-height: 2;
  color: white;
  margin-bottom: 20px;
  display: inline-block;
  text-transform: uppercase;
}
.contact-page .contact-form form ul li .more{
  cursor: pointer;
  border: none;
}
.contact-page .contact-form form ul li input[type='text'] {
  width: 100%;
  padding-bottom: 20px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  background-color: transparent;
  color: white;
  font-size: 14px;
  line-height: 2;
}
.contact-page .contact-form form ul li input[type='submit'] {
  width: 160px;
  height: 50px;
  line-height: 50px;
  background-color: var(--color);
  border: none;
  text-align: center;
  font-size: 16px;
  color: white;
  font-weight: bold;
  border-radius: 5px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  text-transform: uppercase;
}
.contact-page .contact-form form ul li input[type='submit']:hover {
  background-color: black;
}
.contact-page .contact-form form ul li textarea {
  width: 100%;
  padding-bottom: 20px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  background: transparent;
  color: white;
  font-size: 14px;
  height: 100px;
}
.contact-page .contact-form form ul li input::-webkit-input-placeholder,
.contact-page .contact-form form ul li textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 1700px) {
  .inner-page .container {
      padding: 0 41px;
  }
}

@media (max-width: 1450px) {
  .inner-page .container {
      padding: 0 37px;
  }
}

@media (max-width: 1250px) {
  .inner-page .container {
      padding: 0 30px;
  }
}

@media (max-width: 1000px) {
  .inner-page .container {
      padding: 0 26px;
  }
}

@media (max-width: 700px) {
  .inner-page .container {
      padding: 0 22px;
  }
}

@media (max-width: 500px) {
  .inner-page .container {
      padding: 0 16px;
  }
  .sustanibility-page .sustanibility-2 .content .container ul li .box{
    width: 90%;
  }
  .sustanibility-page .sustanibility-2 .content .container ul li .box .text{
    margin-top: 20px;
  }
}
@media (max-width: 1300px) {
  .related-honor .top .i-title{
    width: 100%;
  }
  .related-honor .top .con{
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 1200px) {
  .sustanibility-page .sustanibility-2 .top .con {
    max-width: 100%;
    margin-top: 60px;
  }
  .contact-page .contact-1 .top .right ul li:nth-child(2n){
    margin-right: 0;
  }
  .contact-page .contact-1 .top .right ul li:nth-child(3n){
    margin-right: 30px;
  }
  .sustanibility-page .sustanibility-3 .container .right ul li .text h4 {
    margin-bottom: 5px;
    font-size: 18px;
  }
  .sustanibility-page .sustanibility-3 .container .right ul li .text .con {
    line-height: 1.7;
  }
}
@media (max-width: 1000px) {
  .contact-page .contact-1 .top .right ul li{
    margin-right: 0;
  }
  .related-honor .top .con {
    max-width: 100%;
    margin-top: 30px;
  }
  .seoPublic .title
   {
   line-height: 44px;
  }
  .i-title p {
    font-size: 18px;
    line-height: 32px;
  }
  .i-title h3 {
    font-size: 44px;
    line-height: 1.2;
  }
  .sustanibility-page .sustanibility-1 .right {
    padding-left: 0;
    width: 100%;
    padding-top: 0;
    margin-top: 60px;
  }
  .sustanibility-page .sustanibility-1 .left {
    width: 100%;
  }
  .sustanibility-page .sustanibility-2 {
    margin: 80px 0;
  }
  .sustanibility-page .sustanibility-3 .container .left {
    position: static;
    width: 100%;
    padding-right: 0;
    margin-bottom: 60px;
  }
  .sustanibility-page .sustanibility-3 .container .right {
    width: 100%;
  }
  .sustanibility-4 .bottom .left {
    width: 100%;
  }
  .sustanibility-4 .bottom .right {
    width: 100%;
    margin-top: 60px;
  }
  .sustanibility-4 .bottom .right ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sustanibility-4 .bottom .right ul li:first-child {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .sustanibility-4 .bottom .right ul li {
    width: 100%;
  }
  .sustanibility-page .sustanibility-5 .content {
    max-width: 100%;
    padding: 0 15px;
  }
  .sustanibility-page .sustanibility-6 .content .con {
    max-width: 100%;
    margin-top: 60px;
  }
  .sustanibility-page .sustanibility-3 .i-title {
    margin-bottom: 60px;
  }
  .sustanibility-page .sustanibility-3 .container .right ul li {
    padding: 45px 30px;
    height: auto;
  }
  .trusted-page #index-body .application .box {
    padding: 0 15px;
  }
  .trusted-page #index-body .application .box > img,
  .swiper-button-prev,
  .swiper-button-next,
  #index-body .application .box .pagination {
    display: none !important;
  }
  #index-body .application .box ul li p {
    font-size: 16px;
  }
  .contact-page .contact-1 .top .right ul li {
    max-width: 100% !important;
    width: 100%;
    margin-top: 30px !important;
  }
  .contact-page .contact-1 .top .right ul li:first-child {
    margin-top: 0 !important;
  }
  .contact-page .contact-1 .top .right ul li span {
    display: block;
  }
  .contact-page .contact-form {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    height: auto;
    margin: 40px auto;
  }
  .sustanibility-page .sustanibility-3 .container .right ul li .img{
    display: none;
  }
}
@media (max-width: 700px) {

  .trusted-page #index-body .application {
    display: block;
  }
  .contact-page .contact-1 .top .left {
    padding-right: 0;
    width: 100%;
  }
  .contact-page .contact-1 .top .right {
    width: 100%;
    margin-top: 60px;
  }
  .contact-page .contact-form form ul li {
    width: 100%;
  }
  .contact-page .contact-form {
    padding: 60px 30px;
  }
  .contact-page .contact-form form ul li:last-child p {
    display: none;
  }
  .contact-page .contact-form h3 {
    font-size: 24px;
  }
  .sustanibility-4 .top .con{
    max-width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 500px) {
  .contact-page .contact-form form{
    margin-top: 40px;
  }
  .sustanibility-page .sustanibility-2{
    margin: 40px 0;
  }
  .sustanibility-page .sustanibility-2 .top .con{
    margin-top: 20px;
  }
  .sustanibility-page .sustanibility-3 .container .right ul li{
    padding: 20px 16px;
  }
  .sustanibility-page .sustanibility-2 .content{
    margin-top: 40px;
  }
  .sustanibility-page .sustanibility-3 .i-title{
    margin-bottom: 20px;
  }
}
.i-title2 p {
  font-size: 24px;
  font-weight: bold;
  color: var(--color);
  margin-bottom: 10px;
  text-transform: uppercase;
}
.i-title2 h3 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
}

.news-page .news-1 ul {
  margin: -20px -17px;
}
.news-page .news-1 ul li {
  padding: 20px 17px;
}
.news-page .news-1 ul li .box {
  position: relative;
  background-color: #FFFFFF;
  height: 100%;
  transition: background-color .5s ease;
}
.news-page .news-1 ul li .box:hover::before {
  opacity: 1;
}
.news-page .news-1 ul li .box:hover {
  background-color: var(--color);
  color: #FFFFFF;
}
.news-page .news-1 ul li .box:hover .text .date {
  background-color: #FFFFFF;
  color: var(--color);
}
.news-page .news-1 ul li .box .text {
  padding: 50px 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  position: relative;
  z-index: 5;
}
.news-page .news-1 ul li .box .text h4 {
  font-weight: bold;
  transition: .5s ease;
  min-height: 5.5em;
}
.xinwen {
font-size: 16px;
line-height: 30px;
margin-top: 20px;
}
.news-page .news-1 ul li .box .text .date {
  font-weight: bold;
  width: 130px;
  line-height: 30px;
  height: 30px;
  background-color: var(--color);
  border-radius: 0;
  color: #FFFFFF;
  text-align: center;
  border: 1px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.news-page .news-1 ul li .box .img-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.news-page .news-1 ul li .box .img-box .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.news-page .news-1 ul li .box::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(var(--color)), to(rgba(204, 11, 11, 0)));
  background: -webkit-linear-gradient(bottom, var(--color) 0%, rgba(204, 11, 11, 0) 100%);
  background: -moz-linear-gradient(bottom, var(--color) 0%, rgba(204, 11, 11, 0) 100%);
  background: linear-gradient(to top, var(--color) 0%, rgba(204, 11, 11, 0) 100%);
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.newsdet-page .newsdet-1 h4 {
  font-size: 16px;
  line-height: 30px;
  color: var(--color);
  /*text-transform: uppercase;*/
  margin-bottom: 5px;
}
.newsdet-page .newsdet-1 h4 span {
  border-bottom: 1px solid var(--color);
}
.newsdet-page .newsdet-1 h1 {
  font-size: 40px;
  font-weight: bold;
}
.newsdet-page .newsdet-1 .content {
  margin: 70px 0 95px;
  line-height: 30px;
}
.newsdet-page .newsdet-1 .share a {
  width: 30px;
  height: 30px;
  margin-right: 15px;
  border-radius: 8px;
  border: 1px solid #313131;
  text-align: center;
  line-height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.newsdet-page .newsdet-1 .share a i {
  color: #313131;
  font-size: 16px;
}
.newsdet-page .newsdet-1 .share a:last-child {
  margin-right: 0;
}
.newsdet-page .newsdet-1 .Auxil-through {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 35px;
  margin-top: 50px;
}
.m-link a {
  color: #333;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.m-link a:hover {
  color: var(--color);
}

@media (max-width: 1200px) {
  .i-title2 p {
    font-size: 20px;
  }
  .i-title2 h3 {
    font-size: 36px;
  }
  .newsdet-page .newsdet-1 h1 {
    font-size: 30px;
  }
  .newsdet-page .newsdet-1 h4 {
    font-size: 20px;
    line-height: 36px;
  }
}
@media (max-width: 1000px) {
  .i-title2 p {
    font-size: 18px;
  }
  .i-title2 h3 {
    font-size: 30px;
    line-height: 1.4;
  }
}
@media (max-width: 700px) {
  .font-34 {
    font-size: 24px;
  }
  .news-page .news-1 ul li .box .text{
    padding: 20px 16px;
  }
}

.agent-page .agent-1 ul {
  margin: 80px -20px 0;
}
.agent-page .agent-1 ul li {
  padding: 40px 20px;
}
.agent-page .agent-1 ul li .box {
  text-align: center;
}
.agent-page .agent-1 ul li .box .img {
  width: 200px;
  height: 200px;
  /*border-radius: 50%;*/
  background-color: var(--color);
  position: relative;
  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;
  margin: 0 auto;
}
.agent-page .agent-1 ul li .box .img::after {
  content: "";
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 100%;
  height: 100%;
  /*border-radius: 50%;*/
  border: 1px dashed var(--color);
}
.agent-page .agent-1 ul li .box h4 {
  color: var(--color);
}
.agent-page .trusted-page .trusted-1 {
  padding: 80px 0 40px;
}
.agent-page .trusted-page .trusted-1 .img {
  margin: 20px auto 0;
  text-align: center;
}
.agent-page .trusted-page .bottom {
  height: 265px;
  background-color: var(--color);
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.agent-page .trusted-page .bottom .more2 {
  background-color: #000;
}
.agent-page .agent-2 {
  padding-top: 80px;
}
.agent-page .agent-2 ul {
  margin-top: 60px;
}
.agent-page .agent-2 ul li {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.agent-page .agent-2 ul li .img {
  width: 50%;
}
.agent-page .agent-2 ul li .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.agent-page .agent-2 ul li .text {
  width: 50%;
  padding-left: 35px;
}
.agent-page .agent-2 ul li .text h4 {
  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;
  color: var(--color);
  margin-top: 35px;
}
.agent-page .agent-2 ul li .text h4::before {
  content: "";
  width: 25px;
  height: 2px;
  background-color: var(--color);
  display: block;
  margin-right: 10px;
}
.agent-page .agent-2 ul .slick-dots {
  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;
}
.agent-page .agent-2 ul .slick-dots li {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #e1e1e1;
  margin: 0 8px;
}
.agent-page .agent-2 ul .slick-dots li.slick-active {
  background-color: var(--color);
}
.agent-page .agent-2 ul .slick-dots li button {
  display: none;
}
.faq-page .ui.container ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.faq-page .ui.container ul li .text {
  width: -webkit-calc(100% - 85px);
  width: -moz-calc(100% - 85px);
  width: calc(100% - 85px);
  background-color: #FFFFFF;
  padding: 30px 35px;
}
.care-cleaning-page .care-cleaning-1 {
  position: relative;
}
.care-cleaning-page .care-cleaning-1:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 420px;
  /*background-color: #f4f4f4;*/
}
.care-cleaning-page .care-cleaning-1 .bottom {
  margin-top: 70px;
  padding: 65px 30px 265px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  /*border-radius: 10px;*/
  position: relative;
  background-color: white;
  color: #202020;
  z-index: 2;
}
.care-cleaning-page .care-cleaning-1 .bottom .con{
  line-height: 2;
}
.care-cleaning-page .care-cleaning-1 .bottom .img {
  position: absolute;
  right: 50px;
  bottom: -130px;
  z-index: -1;
}
.care-cleaning-page .care-cleaning-2 {
  /*background-color: #f4f4f4;*/
}
.care-cleaning-page .care-cleaning-2 .ui.container {
  padding-top: 140px;
}
.care-cleaning-page .care-cleaning-2 .ui.container .img {
  display: block;
  width: 100%;
}
.care-cleaning-page .care-cleaning-2 .ui.container .img img{
  width: 100%;
}
.care-cleaning-page .care-cleaning-2 .text{
  
}
.care-cleaning-page .care-cleaning-3 {
  padding: 120px 0 0;
}
.care-cleaning-page .care-cleaning-3 p{
  line-height: 2;
}
.care-cleaning-page .care-cleaning-3 b,
.care-cleaning-page .care-cleaning-3 strong{
  display: block;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px;
}
.honor-page .honor-box ul{
  margin: 0 -15px;
}
.honor-page .honor-box ul li{
  padding: 30px 15px;
}

@media (max-width: 1200px) {
  .i-title2 p {
    font-size: 20px;
  }
  .i-title2 h3 {
    font-size: 36px;
  }
  .newsdet-page .newsdet-1 h1 {
    font-size: 30px;
  }
  .newsdet-page .newsdet-1 h4 {
    font-size: 20px;
  }
  .care-cleaning-page .care-cleaning-1 .bottom .img {
    width: 45%;
  }
}
@media (max-width: 1000px) {
  .i-title2 p {
    font-size: 18px;
  }
  .i-title2 h3 {
    font-size: 30px;
  }
  .agent-page .trusted-page .bottom h3 {
    font-size: 24px;
  }
  .agent-page .agent-2 ul li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .agent-page .agent-2 ul li .img {
    width: 100%;
  }
  .agent-page .agent-2 ul li .text {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .care-cleaning-page .care-cleaning-1 .bottom {
    margin-top: 40px;
    padding: 65px 30px 20%;
  }
  .care-cleaning-page .care-cleaning-1 .bottom .img {
    right: 20px;
  }
  .care-cleaning-page .care-cleaning-2 .ui.container {
      padding-top: 60px;
  }
  .care-cleaning-page .care-cleaning-1 .top .con {
    margin-top: 30px;
  }
}
@media (max-width: 700px) {
  .agent-page .trusted-page .bottom .container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .agent-page .trusted-page .bottom .container h3 {
    margin-bottom: 30px;
  }
  .care-cleaning-page .care-cleaning-1 .bottom .img {
    display: none;
  }
  .care-cleaning-page .care-cleaning-1 .bottom .con {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .care-cleaning-page .care-cleaning-2 .ui.container{
    padding-top: 40px;
  }
  .care-cleaning-page .care-cleaning-3 {
    padding: 40px 0 0;
  }
  .care-cleaning-page .care-cleaning-3 b,
  .care-cleaning-page .care-cleaning-3 strong{
    font-size: 20px;
  }
}


.production-strength-page{
  padding: 0;
}
.production-strength-page .init-1 {
  padding: 100px 0;
  text-align: center;
}
.production-strength-page .init-1 .container .tips {
  max-width: 980px;
  font-weight: 500;
  margin: auto;
}
.production-strength-page .init-1 .container .more {
  display: inline-block;
  padding: 15px 56px;
  background-color: #202020;
  margin-top: 30px;
}
.production-strength-page .init-2 .container {
  max-width: 100%;
  padding: 0;
}
.production-strength-page .init-2 .container .list {
  padding: 40px 0 80px 0;
}
.production-strength-page .init-2 .container .list .tips {
  text-align: center;
}
.production-strength-page .init-2 .container .list img {
  width: 100%;
}
.production-strength-page .init-2 .container .list .img-box {
  display: block;
}
.production-strength-page .init-2 .container .list .big_img {
  margin-top: 50px;
  position: relative;
}
.production-strength-page .init-2 .container .list .big_img .btn {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
  position: absolute;
  cursor: pointer;
  border-radius: 50%;
  top: 50%;
  right: 22%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
  transition: all 0.5s;
}
.production-strength-page .init-2 .container .list .big_img .btn:hover{
  background-color: var(--color);
}
.production-strength-page .init-2 .container .list .big_img .btn img {
  display: block;
  width: 30px;
  margin: 30px auto 0;
  position: relative;
  z-index: 2;
}
.production-strength-page .init-2 .container .list .big_img .btn::before {
  background-color: #1c9f3c;
}
.production-strength-page .init-2 .container .list .big_img .prev {
  left: 22%;
}
.production-strength-page .init-2 .container .list .big_img ul li {
  padding: 0 8px;
}
.production-strength-page .init-2 .container .list .small_img {
  margin: 20px auto 0;
  max-width: 740px;
}
.production-strength-page .init-2 .container .list .small_img ul li {
  padding: 0 2px;
}
.production-strength-page .init-2 .container .list .small_img ul li .box {
  opacity: 0.5;
  cursor: pointer;
  border: 2px solid #fff;
}
.production-strength-page .init-2 .container .list .small_img ul .slick-current li .box {
  opacity: 1;
  border: 2px solid var(--color);
}
.production-strength-page .init-2 .container .list .des {
  color: #3f3f3f;
  width: 750px;
  margin: 40px auto 0;
}
.production-strength-page .init-2 .container .list:nth-child(2n-1) {
  background-color: #FFFFFF;
}
@media (max-width: 1500px) {
  .production-strength-page .init-2 .container .list .big_img .btn {
    right: 10%;
  }
  .production-strength-page .init-2 .container .list .big_img .prev {
    left: 10%;
  }
}
@media (max-width: 1250px) {
  .production-strength-page .init-2 .container .list .big_img .btn {
    width: 40px;
    height: 40px;
  }
  .production-strength-page .init-2 .container .list .big_img .btn img {
    width: 16px;
    margin-top: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .production-strength-page .init-2 .container .list .small_img {
    display: none;
  }
  .production-strength-page .init-2 .container .list .des {
    width: 100%;
    text-align: center;
    padding: 0 10px;
  }
}
@media screen and (max-width: 700px) {
  .production-strength-page .init-2 .container .list {
    padding: 40px 10px;
  }
}
@media screen and (max-width: 500px) {
  .production-strength-page .init-2 .container .list .big_img {
    margin-top: 20px;
  }
  .production-strength-page .init-2 .container .list .big_img ul li {
    padding: 0;
  }
  .production-strength-page .init-2 .container .list .des {
    max-height: 400px;
    padding-right: 2px;
    overflow-y: auto;
    margin-top: 20px;
  }
}


.support-page .init-1 .container .left {
  width: 50%;
}
.support-page .init-1 .container .left img {
  width: 100%;
}
.support-page .init-1 .container .right {
  width: 50%;
  padding: 10px 50px;
}
.support-page .init-1 .container .right .title {
  font-weight: bold;
  font-size: 48px;
  line-height: 1.2;
}
.support-page .init-1 .container .right .des {
  margin-top: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, .5);
  line-height: 2;
}
.support-page .init-2 .container .cont {
  color: #fff;
  background-color: var(--color);
  padding: 60px 50px;
}
.support-page .init-2 .container .cont .left {
  width: 50%;
  padding-right: 60px;
}

.support-page .init-2 .container .cont .left .des {
  margin-top: 20px;
  line-height: 1.8;
}
.support-page .init-2 .container .cont .right {
  width: 50%;
}
.support-page .init-2 .container .cont .right ul {
  margin: 0 -20px;
}
.support-page .init-2 .container .cont .right ul li {
  padding: 0 20px;
}
.support-page .init-2 .container .cont .right ul li .box img {
  display: block;
  width: 100%;
}
.support-page .init-2 .container .cont .right ul li .box .text {
  position: relative;
  z-index: 2;
  padding-left: 20px;
  margin-top: 40px;
}
.support-page .init-2 .container .cont .right ul li .box .text .sub {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 10px;
  left: 0;
}
.support-page .init-3 .container form {
  position: relative;
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.support-page .init-3 .container form textarea,
.support-page .init-3 .container form input {
  margin-top: 14px;
  font-size: 14px;
  line-height: 2;
  padding: 13px 16px;
  width: -webkit-calc(40%);
  width: -moz-calc(40%);
  width: calc(50% - 10px);
  background-color: #f6f6f6;
  border: none;
  border-bottom: 1px solid #2a2a2d;
}
.support-page .init-3 .container form .file_input {
  margin-top: 14px;
  line-height: 2;
  width: -webkit-calc(40%);
  width: -moz-calc(40%);
  width: calc(50% - 10px);
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #2a2a2d;
  padding: 13px 16px;
  background-color: #f0f0f0;
  font-size: 14px;
}
.support-page .init-3 .container form .file_input img {
  cursor: pointer;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 10px;
  right: 20px;
}
.support-page .init-3 .container form .file_input span {
  width: 100%;
  display: block;
  padding-right: 50px;
}
.support-page .init-3 .container form .file_input input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  margin-top: 0;
  cursor: pointer;
}
.support-page .init-3 .container form .content {
  width: 100%;
}
.support-page .init-3 .container form .tips {
  color: #bebebe;
  position: absolute;
  bottom: 13px;
  left: 0;
}
.support-page .init-3 .container form button {
  margin: 14px 0 0 auto;
}
.support-page .init-3 .container form .more .img{
    width: 14px;
    height: 14px;
    margin-left: 12px;
}
.support-page .init-3 .container form .more:hover{
  background: #000;
}
.support-page .init-3 .container form .more:hover .img{
  transform: rotate(45deg);
}
.support-page .init-4 {
  position: relative;
  z-index: 2;
}
.support-page .init-4 .tipsTitleCont{
  text-align: center;
}
.support-page .init-4 .tipsTitleCont .tipsTitle1 span{
  width: auto;
}
.support-page .init-4 .container .tipsTitle {
  text-align: center;
  font-weight: bold;
}
.support-page .init-4 .container .tipsDes {
  margin-top: 40px;
  text-align: center;
  color: rgba(0, 0, 0, .5);
}
.support-page .init-4 .container .content {
  margin-top: 60px;
}
.support-page .init-4 .container .content ul {
  margin: -20px;
}
.support-page .init-4 .container .content ul li {
  padding: 20px;
  height: 100%;
}
.support-page .init-4 .container .content ul li .mml-text {
  height: 100%;
  padding: 60px 30px;
  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;
  position: relative;
  z-index: 1;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  overflow: hidden;
  text-align: center;
}
.support-page .init-4 .container .content ul li .mml-text i {
  text-align: center;
  margin: 0 auto;
  font-size: 50px;
  display: block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  color: var(--color);
  background-color: #f6f6f6;
  -webkit-transition: 0.5 sease;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.support-page .init-4 .container .content ul li .mml-text::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-radius: 50%;
  right: -30px;
  top: -50px;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.support-page .init-4 .container .content ul li .mml-text::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--color);
  background-image: linear-gradient(var(--color), var(--color));
  opacity: 0;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.support-page .init-4 .container .content ul li .mml-text:hover::before {
  width: 200px;
  height: 200px;
}

.support-page .init-4 .container .content ul li .mml-text .des{
  font-weight: 500;
  color: rgba(0, 0, 0, .5);
  line-height: 2;
}
.support-page .init-4 .container .content ul li .mml-text:hover i {
  background-color: #fff;
}
.support-page .init-4 .container .content ul li .mml-text:hover h4 {
  color: #fff;
}
.support-page .init-4 .container .content ul li .mml-text:hover P {
  color: #fff;
}
.support-page .init-4 .container .content ul li .mml-text:hover:after {
  opacity: 1;
}
.support-page .init-5 {
  margin-top: -200px;
}
.support-page .init-5 img {
  max-height: 320px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.support-page .init-6 .container .left {
  width: 50%;
  padding-right: 25px;
}
.support-page .init-6 .container .left img {
  width: 100%;
}
.support-page .init-6 .container .right {
  width: 50%;
  padding-left: 25px;
  margin-top: 40px;
}
.support-page .init-6 .container .right .title {
  font-weight: bold;
  margin-top: 40px;
  font-size: 48px;
  line-height: 1.2;
}
.support-page .init-6 .container .right .des {
  margin-top: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, .5);
  line-height: 30px;
}
@media (max-width: 1500px) {
  .support-page .init-1 .container .right {
    padding: 10px 0 10px 20px;
  }
}
@media (max-width: 1250px) {
  .support-page .init-1 .container .left {
    width: 100%;
    padding: 0;
  }
  .support-page .init-1 .container .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .support-page .init-2 .container .cont .left {
    width: 100%;
    padding-right: 0;
  }
  .support-page .init-2 .container .cont .right {
    width: 100%;
    margin-top: 20px;
  }
  .support-page .init-4 .container .content ul li {
    width: 100%;
    margin-top: 20px;
  }
  .support-page .init-6 .container .left {
    width: 100%;
    padding-right: 0;
  }
  .support-page .init-6 .container .right {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 1000px) {
  .support-page .init-2 .container .cont .right ul li {
    width: 50%;
    margin-top: 30px;
  }
  .support-page .init-2 .container .cont .right ul li .box img {
    max-width: 200px;
  }
  .support-page .init-2 .container .cont .right ul li .box .text {
    margin-top: 10px;
  }
}
@media (max-width: 700px) {

  .support-page .init-2 .container .cont .right ul li {
    width: 100%;
    text-align: center;
  }
  .support-page .init-2 .container .cont .right ul li .box img {
    margin: auto;
  }
  .support-page .init-2 .container .cont .right ul li .box .text .sub {
    display: none;
  }
  .support-page .init-5 {
    display: none;
  }
}
@media (max-width: 500px) {
  .support-page .init-2 .container .cont {
    padding: 40px 16px;
  }
  .support-page .init-2 .container .cont .left .des {
    margin-top: 10px;
  }
  .support-page .init-3 .container form {
    margin-top: 10px;
  }
  .support-page .init-3 .container form input,
  .support-page .init-3 .container form textarea {
    width: 100%;
  }
  .support-page .init-3 .container form .tips {
    position: relative;
    top: 0;
    bottom: 0;
  }
  .support-page .init-3 .container form .file_input {
    width: 100%;
  }
  .support-page .init-4 .container .tipsDes {
    margin-top: 20px;
  }
  .support-page .init-4 .container .content {
    margin-top: 20px;
  }
  .support-page .init-4 .container .content ul li .mml-text {
    padding: 30px 16px;
  }
  .support-page .init-6 .container .right .title {
    margin-top: 10px;
  }
}
.text h1 {
    display: inline;
}
.product-page .init-2 .container .fl-list {
  display: inline-block;
  position: relative;
  width: 370px;
  border: solid 1px #474747;
  text-align: left;
  padding: 20px 40px 20px 28px;
  cursor: pointer;
  color: #474747;
  font-weight: 600;
}
.product-page .init-2 .container .fl-list span {
  display: block;
  position: relative;
}
.product-page .init-2 .container .fl-list span em {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.product-page .init-2 .container .fl-list span i {
  position: absolute;
  line-height: 1;
  font-size: 30px;
  top: -4px;
  right: -20px;
}
.product-page .init-2 .container .fl-list ul {
  background-color: #fff;
  max-height: 300px;
  overflow-y: auto;
  padding-right: 4px;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  z-index: 2;
  -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 #bf0000;
  opacity: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
}
.product-page .init-2 .container .fl-list ul li {
  font-size: 14px;
  padding: 10px;
  line-height: 2;
}
.product-page .init-2 .container .fl-list ul li a {
  display: block;
}
.product-page .init-2 .container .fl-list ul li a:hover {
  color: #bf0000;
}
.product-page .init-2 .container .fl-list:hover ul {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
.product-page .init-2 .container .product-search {
  margin-left: 50px;
  border: solid 1px #474747;
}
.product-page .init-2 .container .product-search form {
  height: 64px;
  width: 365px;
  position: relative;
  font-weight: bold;
}
.product-page .init-2 .container .product-search form .text {
  width: -webkit-calc(25%);
  width: -moz-calc(25%);
  width: calc(100% - 75px);
  border: none;
  padding: 10px 24px;
}
.product-page .init-2 .container .product-search form .btn {
  width: 75px;
  /*background-color: #bf0000;*/
  border: none;
  border-radius: 0;
  /*-o-background-size: 30px;
  background-size: 30px;*/
  background-repeat: no-repeat;
  background-position: center;
}
.product-page .init-2 .container .product-search form .btn:hover {
  background-color: #bf0000;
}
.product-page .product-box .cate-list ul{
  margin: -15px -25px;
}
.product-page .product-box .cate-list ul li{
  padding: 15px 25px;
}

.product-page .product-box .cate-list ul li > div{
  background-color: white;
  display: flex;
  flex-wrap: wrap;
}

.product-page .product-box .cate-list ul li .img{
  width: 40%;
}

.product-page .product-box .cate-list ul li .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-page .product-box .cate-list ul li .content{
  width: 60%;
  padding: 30px;
  margin: auto 0;
}

.product-page .product-box .cate-list ul li .content a.moreBtn{
  color: var(--color);
  border-bottom: 1px solid currentColor;
}

@media screen and (max-width: 1000px) {
  .product-page .product-box .cate-list ul li{
    width: 100%!important;
  }
   .product-page .init-2 {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .product-page .product-box .cate-list ul li .img{
    width: 100%;
  }
  .product-page .product-box .cate-list ul li .content{
    width: 100%;
  }
}

.product-page .product-box .product-list ul li a {
  padding: 35px 24px;
  background: #fff;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .product-box .product-list ul li a:hover {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
}

.product-page .product-box .product-list ul li a .p-img {
  overflow: hidden;
  position: relative;
  margin-bottom: 40px;
}

.product-page .product-box .product-list ul li > div i {
  position: absolute;
  z-index: 1;
  background: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: 0;
  height: 0;
}
.product-page .product-box .product-list ul li > div i.ie1 {
  width: 2px;
  top: 0;
  left: 0;
}
.product-page .product-box .product-list ul li > div i.ie2 {
  width: 2px;
  bottom: 0;
  right: 0;
}
.product-page .product-box .product-list ul li > div i.ie3 {
  height: 2px;
  top: 0;
  right: 0;
}
.product-page .product-box .product-list ul li > div i.ie4 {
  height: 2px;
  bottom: 0;
  left: 0;
}
.product-page .product-box .product-list ul li > div:hover i.ie1 {
  height: 100%;
  bottom: 0;
  top: auto;
}
.product-page .product-box .product-list ul li > div:hover i.ie2 {
  height: 100%;
  top: 0;
}
.product-page .product-box .product-list ul li > div:hover i.ie3 {
  width: 100%;
  left: 0;
}
.product-page .product-box .product-list ul li > div:hover i.ie4 {
  width: 100%;
  right: 0;
  left: auto;
}

.seo.seoIndustry.Auxil-industry {
  margin: 1em;
  padding: 0.5em 1em!important;
  background-color: #ffffff!important;
}

.product-page .seoIndustry.Auxil-industry {
  padding: 6em;
  background-color: #ffffff;
}
.product-page .seoIndustry.Auxil-industry img{
  padding: 2em;
  max-width: 40%;
  border-radius: 10%;
}
.prodet-page .prodet-1 {
  display: flex;
  flex-wrap: wrap;
}
.prodet-page .prodet-1 .slick-track {
  display: block;
}
.prodet-page .prodet-1 .img{
  display: flex;
}
.prodet-page .prodet-1 .img .big-img {
  position: relative;
  overflow: hidden;
  width: calc(83% - 15px);
  background-color: #ffffff;
  border: 1px solid var(--color);
}
.prodet-page .prodet-1 .img .big-img img {
  width: 100%;
  position: relative;
}
.prodet-page .prodet-1 .img .big-img .i2{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.prodet-page .prodet-1 .img .big-img:hover .i2{
  opacity: 1;
}
.prodet-page .prodet-1 .img .big-img .fd {
  position: absolute;
  z-index: 1;
  top: 20px;
  right: 20px;
}
.prodet-page .prodet-1 .img .big-img .fd a {
  display: block;
  width: 47px;
  height: 47px;
  line-height: 47px;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06);
  text-align: center;
  font-size: 18px;
}
.prodet-page .prodet-1 .right {
  padding-left: 50px;
}
.prodet-page .prodet-1 .right h1 {
  font-size: 34px;
  line-height: 1.4;
  margin-bottom: 30px;
}
.prodet-page .prodet-1 .right .con {
  font-size: 18px;
  line-height: 1.8;
  color: #83827F;
}
.prodet-page .prodet-1 .right .more {
  margin-top: 35px;
}
.prodet-page .prodet-1 .right .m-link{
  margin-top: 35px;
}
.prodet-page .prodet-1 .right .m-link a{
  display: block;
  font-size: 18px;
  line-height: 1.8;
  color: #181818;
}
.prodet-page .prodet-1 .right .m-link a em{
  text-transform: uppercase;
}
.prodet-page .prodet-1 .right .list {
  margin-top: 35px;
}
.prodet-page .prodet-1 .right .list p {
  font-size: 18px;
  line-height: 1.6;
  color: #181818;
}
.prodet-page .prodet-1 .right .list p a {
  display: inline-block;
  color: #83827F;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .right .list p a:hover {
  color: var(--color);
}
.prodet-page .prodet-1 .right .list p span {
  color: #83827F;
}
.prodet-page .prodet-1 .img .gallery-img{
  width: 17%;
  margin-right: 15px;
}
.prodet-page .prodet-1 .img .gallery-img ul{
  margin: -5px 0;
}
.prodet-page .prodet-1 .img .gallery-img ul li{
  padding: 5px 0;
  cursor: pointer;
}
.prodet-page .prodet-1 .img .gallery-img ul li a{
  display: block;
  background: #fff;
  border: 1px solid var(--color);
}
.prodet-page .prodet-1 .img .gallery-img ul li a img{
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .prodet-2 {
  padding: 65px 0;
}
.prodet-page .prodet-2 .options {
  margin-bottom: 35px;
}
.prodet-page .prodet-2 .options ul li {
  display: inline-block;
  padding: 3px 6px;
  margin: 0 -6px;
  position: relative;
  border-radius: 4px 4px 0 0;
}
.prodet-page .prodet-2 .options ul li a {
  padding: 21px;
  min-width: 278px;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 1.5px;
  border-top: 2px solid  #181818;
  font-weight: bold;
  background: #fff;
  color: #181818;
  display: block;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .options ul li:hover a,
.prodet-page .prodet-2 .options ul li.active a {
  background: #efefef;
}


.prodet-page .prodet-2 .ret .slide .con h4 {
  font-size: 44px;
  line-height: 1.2;
  margin-bottom: 25px;
  /*font-weight: bold;*/
}
.prodet-page .prodet-2 .ret .slide .con .left {
  padding: 0 15px;
  display: none;
}
.prodet-page .prodet-2 .ret .slide .con .left ul {
  margin-bottom: -20px;
}
.prodet-page .prodet-2 .ret .slide .con .left ul li {
  padding-bottom: 20px;
}
.prodet-page .prodet-2 .ret .slide .con .left ul li .desc {
  font-size: 16px;
  line-height: 1.8;
  color: #83827F;
  margin-top: 10px;
}
.prodet-page .prodet-2 .ret .slide .con .left ul li span {
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
  display: inline-block;
  margin-top: 20px;
}
.prodet-page .prodet-2 .ret .slide .con .right {
  padding: 0 15px;
  width: 100%;
}
.prodet-page .prodet-2 .ret .slide .con .right p {
  font-size: 18px;
  line-height: 32px;
  color: #83827F;
}
.prodet-page .prodet-2 .ret .slide .con .right form {
  margin-top: 24px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul {
  margin-bottom: -24px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li {
  margin-bottom: 24px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li label {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #181818;
  font-weight: 500;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li input[type="text"],
.prodet-page .prodet-2 .ret .slide .con .right form ul li textarea {
  padding: 10px 0;
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #d1d0c8;
  font-size: 16px;
  line-height: 30px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li input[type="submit"]{
  width: 100%;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li .rate {
  margin-top: 7px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li .rate i {
  font-size: 18px;
  color: var(--color);
  position: relative;
  width: 18px;
  display: inline-block;
  cursor: pointer;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li .rate i::after {
  content: "\f006";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
  font-family: 'fontAwesome';
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li .rate i:hover::after,
.prodet-page .prodet-2 .ret .slide .con .right form ul li .rate i.active::after {
  content: "\f005";
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li textarea {
  height: 96px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li input[type="checkbox"] {
  display: inline-block;
  padding: 0;
  width: auto;
  vertical-align: middle;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li span {
  font-size: 14px;
  color: #a7a7a7;
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li .more {
  padding: 21px 38px 20px;
}
.prodet-page .prodet-3 h3 {
  font-size: 45px;
  margin-bottom: 55px;
}
.prodet-page .prodet-3 .content ul {
  margin-right: -30px;
}
.prodet-page .prodet-3 .content ul li {
  padding-right: 30px;
}
.prodet-page .prodet-3 .content ul li .img {
  position: relative;
  background-color: #FFFFFF;
}
.prodet-page .prodet-3 .content ul li .img .img-box {
  display: block;
}
.prodet-page .prodet-3 .content ul li .img .img-box img {
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-3 .content ul li .img .icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  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-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-3 .content ul li .img .icon a {
  display: inline-block;
  width: 47px;
  height: 47px;
  line-height: 47px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06);
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}
.prodet-page .prodet-3 .content ul li .img .icon a img {
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .prodet-3 .content ul li .img:hover .img-box img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.prodet-page .prodet-3 .content ul li .img:hover .icon {
  opacity: 1;
}
.prodet-page .prodet-3 .content ul li .text {
  padding-top: 25px;
}


.prodet-4 {
  color: #FFFFFF;
  margin: 0 -1em;
}

.prodet-4 .tab {
  background-color: #FFFFFF;
  color: #000000;
  padding: 25px;
}
.prodet-4 .tab>div{
  max-height: 600px;
  overflow: auto;
  padding: 0;
}

.prodet-5 sub {
  display: block;
  background-color: var(--color);
  color: #ffffff;
  font-size: 1.5em;
  padding: .25em 1em;
  font-weight: bold;
  box-shadow: 0 0 15px rgba(0,0,0,.2);
}

@media screen and (max-width: 1700px) {
  .prodet-4 {
    margin: 0 -41px;
  }
}

@media screen and (max-width: 1450px) {
  .prodet-4 {
    margin: 0 -37px;
  }
}

@media screen and (max-width: 1200px) {
  .prodet-4 {
    margin: 0 -30px;
  }
}

@media screen and (max-width: 1000px) {
  .prodet-4 {
    margin: 0 -26px;
  }

  .prodet-page {
    padding: 60px 0;
  }
  .prodet-page .prodet-1 .right {
    padding-left: 20px;
  }
  .prodet-page .prodet-1 .right h1 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .prodet-page .prodet-1 .right .con {
    font-size: 16px;
    line-height: 30px;
  }
  .prodet-page .prodet-1 .right .more {
    margin-top: 15px; 
  }
  .prodet-page .prodet-1 .right .list {
    margin-top: 15px;
  }
  .prodet-page .prodet-2 .ret .slide .con .left {
    width: 100%;
    padding: 15px 0;
  }
  .prodet-page .prodet-2 .ret .slide .con .right {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 700px) {
  .prodet-4 {
    margin: 0 -22px;
  }

  .prodet-page {
    padding: 30px 0;
  }
  .prodet-page .prodet-1 .img {
    width: 100%;
  }
  .prodet-page .prodet-1 .right {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .prodet-page .prodet-2 {
    padding-top: 30px;
  }
  .prodet-page .prodet-2 .options {
    margin-bottom: 20px;
  }
  .prodet-page .prodet-2 .options ul li a {
    min-width: 230px;
    padding: 10px 0;
  }

  .prodet-page .prodet-3 {
    padding-top: 30px;
  }
  .prodet-page .prodet-3 h3 {
    font-size: 36px;
    margin-bottom: 15px;
  }
  .prodet-page .prodet-3 .content ul {
    margin-right: -15px;
  }
  .prodet-page .prodet-3 .content ul li {
    padding-right: 15px;
  }
  .prodet-page .prodet-3 .content ul li .text {
    padding-top: 15px;
  }

  .prodet-page .prodet-1 .img .big-img{
    height: auto;
  }
}
@media screen and (max-width: 500px) {
  .prodet-4 {
    margin: 0 -16px;
  }

  .prodet-page .prodet-1 .right h1 {
    font-size: 26px;
    line-height: 1.6;
  }
  .prodet-page .prodet-1 .right .list p {
    font-size: 16px;
  }
  .prodet-page .prodet-2 .options ul li {
    display: block;
    width: 100%;
  }
  .prodet-page .prodet-2 .options ul li a {
    min-width: auto;
    width: 100%;
  }
  .prodet-page .prodet-3 h3 {
    font-size: 30px;
  }
  .prodet-page .prodet-2 .ret .slide .con .left {
    display: none;
  }
}

.play-btn i {
  border-left: 0;
}

table {
  border: 0;
}

table td,
table th {
  word-break: normal;
  text-align: center;
}

table[border='0'] td,
table[border='0'] th  {
  border: 0;
}

table[border='1'] td,
table[border='1'] th  {
  border-color: #989898;
}

.appdet-page .des{
    line-height: 1.75 !important;
    color: #4c4c4c !important;
}
 
 