@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.eot');
  src: url('../fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.woff') format('woff'), url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.eot');
  src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff'), url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.eot');
  src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.eot');
  src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff'), url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins.eot');
  src: url('../fonts/Poppins.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins.woff2') format('woff2'), url('../fonts/Poppins.woff') format('woff'), url('../fonts/Poppins.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
body {
  --color: #43b244;
  max-width: 1920px;
  margin: 0 auto;
  font-family: 'Poppins';
  font-weight: 400;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.container {
  padding: 0 15px;
  position: relative;
  width: 1530px;
  margin: 0 auto;
}
.more {
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  padding: 20px 33px 18px;
  border-radius: 15px;
  background: var(--color);
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  background: #000;
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more:hover::after,
.more:focus::after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .h-top .search {
  margin: 0 0 0 auto;
}
#header .h-top .search form {
  width: 194px;
  position: relative;
}
#header .h-top .search form input[type="search"] {
  width: 100%;
  height: 29px;
  font-size: 14px;
  padding: 0 40px 0 12px;
  border: 0;
  background: #fff;
  border-radius: 14px;
}
#header .h-top .search form input[type="search"]::-webkit-input-placeholder {
  color: #666;
}
#header .h-top .search form input[type="search"]:-moz-placeholder {
  color: #666;
}
#header .h-top .search form input[type="search"]::-moz-placeholder {
  color: #666;
}
#header .h-top .search form input[type="search"]:-ms-input-placeholder {
  color: #666;
}
#header .h-top .search form input[type="search"]::placeholder {
  color: #666;
}
#header .h-top .search form input[type="submit"] {
  position: absolute;
  top: 5px;
  right: 15px;
  width: 20px;
  height: 20px;
  background: url(../images/search.png) no-repeat center;
  border: 0;
}
#header .h-top .yuy span img {
  width: 32px;
}
#header .h-top .yuy ul {
  left: initial;
  right: 0;
}
#header .nav .ui.menu .logo {
  margin-top: -25px;
}
#header .nav .ui.menu .menu-box {
  margin: 0 0 0 auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin-right: 9px;
  font-size: 17px;
  color: #fff;
  line-height: 1;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: inline-block;
  padding: 0 20px 0 25px;
  border-bottom-left-radius: 18px;
  border-top-right-radius: 18px;
  line-height: 37px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#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: 0;
  width: 180px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  line-height: 24px;
  padding: .5em 1em;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > a,
#header .nav .ui.menu .menu-box ul.menu > li.active > a {
  background: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header.active {
  background: rgba(67, 178, 68, 0.6);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.text-color {
  color: var(--color);
}
@-webkit-keyframes sca_ani {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.9) translateY(10px);
    transform: scale(0.9) translateY(10px);
    opacity: .8;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes sca_ani {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -moz-transform: scale(0.9) translateY(10px);
    transform: scale(0.9) translateY(10px);
    opacity: .8;
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes sca_ani {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.9) translateY(10px);
    -moz-transform: scale(0.9) translateY(10px);
    transform: scale(0.9) translateY(10px);
    opacity: .8;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
#banner {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#banner ul {
  margin: 0 auto;
}
#banner ul li {
  position: relative;
}
#banner ul li > img {
  width: 100%;
}
#banner ul li .text {
  position: absolute;
  z-index: 3;
  top: 40%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
}
#banner ul li .text .box {
  width: 58%;
}
#banner ul li .text .title {
  line-height: 1.3;
  font-weight: 600;
}
#banner ul li .text .more {
  background: transparent;
  border: 1px solid #fff;
}
#banner ul li .text .more:last-child {
  padding: 20px 25px 18px 24px;
}
#banner ul li .text .more:hover {
  border-color: var(--color);
}
#banner ul li .text .more:hover::after {
  background: var(--color);
}
#banner ul li .text .title,
#banner ul li .text .con,
#banner ul li .text .btn {
  -webkit-transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
  -moz-transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
  transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
#banner ul li .img {
  top: 0;
  left: 0;
  -webkit-transform: translateY(60px) scale(1.4);
  -moz-transform: translateY(60px) scale(1.4);
  -ms-transform: translateY(60px) scale(1.4);
  transform: translateY(60px) scale(1.4);
  opacity: 0;
  z-index: 1;
}
#banner ul li::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
#banner ul .swiper-slide-active .text .title,
#banner ul .swiper-slide-active .text .btn {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
/*#banner ul .swiper-slide-active .text .title {
  -webkit-transition-delay: 900ms;
  -moz-transition-delay: 900ms;
  transition-delay: 900ms;
}
#banner ul .swiper-slide-active .text .btn {
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  transition-delay: 1200ms;
}*/
#banner ul .swiper-slide-active .img {
  -webkit-transform: translateY(0) scale(1);
  -moz-transform: translateY(0) scale(1);
  -ms-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
  opacity: 1;
}
#banner .bottom {
  bottom: 7.2%;
  left: 0;
  width: 100%;
  z-index: 1;
}
#banner .bottom .ig {
  width: 56%;
}
#banner .bottom .ig .share i {
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.9);
}
#banner .bottom .ig .share span {
  text-transform: capitalize;
  color: #fff;
}
#banner .bottom .ig .share a:last-child {
  margin-right: 0;
}
#banner .bottom .ig .swiper-pagination {
  position: initial;
}
#banner .bottom .ig .swiper-pagination span {
  width: 24px;
  height: 5px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0;
  opacity: 1;
  margin-right: 13px;
}
#banner .bottom .ig .swiper-pagination span:last-child {
  margin-right: 0;
}
#banner .bottom .ig .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--color);
}
#banner .mouse {
  z-index: 2;
  left: 51.8%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 2%;
  cursor: pointer;
  -webkit-animation: sca_ani 2s linear infinite;
  -moz-animation: sca_ani 2s linear infinite;
  animation: sca_ani 2s linear infinite;
}
.tr_5 {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.font-18 {
  line-height: 1.6;
}
.font-16 {
  line-height: 1.8;
}
.font-14 {
  line-height: 2;
}
.i-title {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.4;
}
#index-body .i-category {
  background: url(../images/category-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 4.74% 0 7.13542%;
}
#index-body .i-category .header .i-title {
  max-width: 560px;
}
#index-body .i-category .content ul {
  margin: -30px -15px;
}
#index-body .i-category .content ul li {
  padding: 30px 15px;
}
#index-body .i-category .content ul li .img-box {
  background: #fff;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(25, 25, 25, 0.16);
  box-shadow: 0px 0px 30px 0px rgba(25, 25, 25, 0.16);
  z-index: 1;
}
#index-body .i-category .content ul li .img-box .text {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 20px;
  color: #fff;
  margin-bottom: 58px;
  -webkit-transform: translateY(15%);
  -moz-transform: translateY(15%);
  -ms-transform: translateY(15%);
  transform: translateY(15%);
  opacity: 0;
}
#index-body .i-category .content ul li .img-box .text .bt {
  font-weight: 600;
}
#index-body .i-category .content ul li .img-box .text .link {
  display: inline-block;
}
#index-body .i-category .content ul li .img-box .text .link img {
  width: auto;
}
#index-body .i-category .content ul li .img-box .tit {
  font-weight: 600;
  left: 0;
  width: 100%;
  bottom: .6em;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  padding: 0 .5em;
  z-index: 1;
}
#index-body .i-category .content ul li .img-box .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
#index-body .i-category .content ul li .img-box::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(185, 15, 7, 0.3);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-category .content ul li .img-box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(67, 178, 68, 0.3);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-category .content ul li .img-box:hover .bg,
#index-body .i-category .content ul li .img-box:hover .text,
#index-body .i-category .content ul li .img-box:hover::before,
#index-body .i-category .content ul li .img-box:hover::after {
  opacity: 1;
}
#index-body .i-category .content ul li .img-box:hover .tit {
  opacity: 0;
}
#index-body .i-category .content ul li .img-box:hover .text {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#index-body .i-category .content .slickBtn {
  font-size: 40px;
}
#index-body .i-category .content .slickBtn div {
  width: 1.95em;
  height: 1.95em;
  background: transparent;
  border: 5px solid #cccccc;
  color: #cccccc;
}
#index-body .i-category .content .slickBtn div.next i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#index-body .i-category .content .slickBtn div:hover {
  border-color: var(--color);
  background: var(--color);
  color: #fff;
}
#index-body .i-about {
  background-color: #f6f6f6;
}
#index-body .i-about .box {
  max-width: 1725px;
  padding-left: 15px;
  margin: 0 0 0 auto;
}
#index-body .i-about .box .left {
  width: 45.26%;
}
#index-body .i-about .box .left .tit {
  font-weight: 500;
}
#index-body .i-about .box .left .con {
  opacity: .78;
}
#index-body .i-about .box .left .con h1 {
  display: inline;
}
#index-body .i-about .box .left .list {
  font-weight: 400;
}
#index-body .i-about .box .left .list ul {
  margin-bottom: -18px;
}
#index-body .i-about .box .left .list ul li {
  margin-bottom: 18px;
}
#index-body .i-about .box .left .list ul li:nth-child(odd) {
  width: 47%;
}
#index-body .i-about .box .left .list ul li:nth-child(even) {
  width: 53%;
}
#index-body .i-about .box .left .link {
  font-weight: 400;
  border-bottom: 1px solid var(--color);
}
#index-body .i-about .box .left .link:hover img {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#index-body .i-about .box .right {
  width: 54.74%;
}
#index-body .i-about .box .right .play {
  width: 5.25em;
  height: 5.25em;
  background: transparent;
}
#index-body .i-about .box .right .play::before,
#index-body .i-about .box .right .play::after {
  border: 2px solid #fff;
}
#index-body .i-data {
  color: #fff;
  padding: 8.23% 0 4.84375%;
}
#index-body .i-data ul {
  margin: -30px;
}
#index-body .i-data ul li {
  padding: 30px;
}
#index-body .i-data ul li .num {
  line-height: 1;
}
#index-body .i-data ul li p {
  line-height: 1.3;
  max-width: 200px;
}
#index-body .i-data ul li:last-child p {
  max-width: 100px;
}
#index-body .i-advantage {
  background: url(../images/adbg.png) no-repeat left top;
  background-repeat: no-repeat;
  padding: 6.042% 0 5.573%;
}
#index-body .i-advantage .i-title {
  max-width: 830px;
}
#index-body .i-advantage .content ul {
  margin: -15.5px;
}
#index-body .i-advantage .content ul li {
  padding: 15.5px;
}
#index-body .i-advantage .content ul li .ig {
  background-color: #2c2c2c;
  height: 100%;
  color: #fff;
}
#index-body .i-advantage .content ul li .ig i {
  display: block;
  line-height: 65px;
}
#index-body .i-advantage .content ul li .ig i img {
  display: inline-block;
  vertical-align: middle;
}
#index-body .i-advantage .content ul li .ig .title {
  font-weight: 600;
  line-height: 1.3;
}
#index-body .i-advantage .content ul li .ig:hover {
  background: var(--color);
}
#index-body .i-why {
  background: url(../images/why-bg.png) no-repeat left bottom;
  z-index: 1;
}
#index-body .i-why .box {
  max-width: 1725px;
  margin: 0 0 0 auto;
  padding: 0 70px 0 15px;
}
#index-body .i-why .i-title {
  font-weight: 600;
}
#index-body .i-why .left {
  width: 48.963%;
}
#index-body .i-why .left .list {
  max-width: 709px;
}
#index-body .i-why .left .list ul li {
  padding: 15px 15px 9px;
  position: relative;
}
#index-body .i-why .left .list ul li span {
  font-weight: 600;
}
#index-body .i-why .left .list ul li .text .title {
  font-weight: 600;
}
#index-body .i-why .left .list ul li .text .con {
  line-height: 1.5;
}
#index-body .i-why .left .list ul li .text .link {
  display: inline-block;
  font-weight: 600;
}
#index-body .i-why .left .list ul li .text .link:hover {
  color: #000;
}
#index-body .i-why .left .list ul li::after {
  content: '';
  border-bottom: 1px dashed #ddd;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-why .left .list ul li::before {
  content: '';
  width: 150%;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: -1;
  background-color: #f1f1f1;
  top: 0;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-why .left .list ul li.active .ig {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#index-body .i-why .left .list ul li.active span {
  color: var(--color);
}
#index-body .i-why .left .list ul li.active::after {
  opacity: 0;
}
#index-body .i-why .left .list ul li.active::before {
  opacity: 1;
}
#index-body .i-why .right {
  width: 51.037%;
  height: 624px;
}
#index-body .i-why .right i {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
#index-body .i-why .right i.active {
  display: block;
}
#index-body .i-why .img {
  top: 0;
  right: 0;
  width: 45.833%;
  z-index: -1;
}
#index-body .i-application {
  background: url(../images/ap-bg.png) no-repeat center;
  background-size: cover;
}
#index-body .i-application .header .i-title {
  width: 50%;
  line-height: 1.25;
}
#index-body .i-application .header .con {
  width: 40%;
}
#index-body .i-application .content {
  width: 100vw;
}
#index-body .i-application .content .slick-list {
  padding-right: 570px !important;
}
#index-body .i-application .content ul li .img-box span {
  padding: 26px 33px 25px;
  background: var(--color);
  color: #fff;
  left: 0;
  width: 100%;
  bottom: 1.125em;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
}
#index-body .i-application .content ul li .img-box:hover span {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#index-body .i-application .slickDots li {
  width: 1.4em;
  height: 1.4em;
  background: #c7c8c9;
  border: 0;
  margin: 0 1.2em;
}
#index-body .i-application .slickDots li.slick-active {
  background: var(--color);
}
#index-body .i-news .header span {
  font-weight: 400;
}
#index-body .i-news .i-title {
  font-size: 55px;
  line-height: 1.24;
}
#index-body .i-news ul {
  margin: -15px;
}
#index-body .i-news ul li {
  padding: 15px;
}
#index-body .i-news ul li .ig {
  background-color: #ffffff;
}
#index-body .i-news ul li .ig .title {
  font-weight: 400;
}
#index-body .i-news ul li .ig .line {
  height: 1px;
  background: #e5e5e5;
}
#index-body .i-news ul li .ig time {
  color: rgba(0, 0, 0, 0.7);
}
#index-body .i-news ul li .ig .con {
  line-height: 1.4;
}
#index-body .i-news ul li .ig .link {
  display: inline-block;
}
#index-body .i-news ul li .ig:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(25, 25, 25, 0.13);
  box-shadow: 0px 0px 10px 0px rgba(25, 25, 25, 0.13);
}
#index-body .i-news ul li .ig:hover .title,
#index-body .i-news ul li .ig:hover .link {
  color: var(--color);
}
#index-body .i-partner {
  background-color: #f8f8f8;
}
#footer {
  color: #fff;
}
#footer .f-box {
  background: url(../images/fbg.jpg) no-repeat center;
  background-size: cover;
}
#footer .f-box .f-header .f-form ul {
  margin: -18.5px;
}
#footer .f-box .f-header .f-form ul li {
  padding: 18.5px;
  width: 24.724%;
}
#footer .f-box .f-header .f-form ul li input {
  width: 100%;
  height: 51px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 16px;
  padding-right: 15px;
  background-repeat: no-repeat;
  font-weight: 400;
}
#footer .f-box .f-header .f-form ul li input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .f-box .f-header .f-form ul li input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .f-box .f-header .f-form ul li input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .f-box .f-header .f-form ul li input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .f-box .f-header .f-form ul li input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .f-box .f-header .f-form ul li input:focus {
  border-color: var(--color);
}
#footer .f-box .f-header .f-form ul li button {
  width: 100%;
  height: 51px;
  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;
  padding: 0;
  border: 0;
  font-size: 16px;
  border-radius: 0;
  font-weight: 400;
}
#footer .f-box .f-header .f-form ul li:first-child input {
  padding-left: 45px;
  background-image: url(../images/user.png);
  background-position: 15px center;
}
#footer .f-box .f-header .f-form ul li:nth-child(2) input {
  padding-left: 60px;
  background-image: url(../images/mail.png);
  background-position: 23px center;
}
#footer .f-box .f-header .f-form ul li:nth-child(3) {
  width: 38.387%;
}
#footer .f-box .f-header .f-form ul li:nth-child(3) input {
  padding-left: 47px;
  background-image: url(../images/message.png);
  background-position: 13px center;
}
#footer .f-box .f-header .f-form ul li:last-child {
  width: 12.165%;
}
#footer .f-content .tit {
  font-weight: 500;
  margin-bottom: 10px;
}
#footer .f-content ul li {
  font-size: 18px;
  line-height: 1.8;
}
#footer .f-content ul li a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  padding-left: 14px;
}
#footer .f-content ul li a::after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 4px;
  height: 7px;
  background: url(../images/f-icon.png) no-repeat center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-filter: grayscale(100%) brightness(300);
  filter: grayscale(100%) brightness(300);
}
#footer .f-content ul li a:hover {
  color: var(--color);
}
#footer .f-content ul li a:hover::after {
  -webkit-filter: none;
  filter: none;
}
#footer .f-content ul li i {
  width: 28px;
}
#footer .f-content ul li span {
  margin-left: 13px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#footer .f-content ul li ul {
  display: none;
}
#footer .f-content ul li:last-child {
  margin-bottom: 0;
}
#footer #ewm {
  width: 142px;
  border: 6px solid #fff;
}
#footer .f-contact {
  width: 26%;
}
#footer .f-contact ul li {
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 5px;
}
#footer .f-contact ul li:last-child {
  margin-bottom: 0;
}
#footer .share {
  font-size: 16px;
}
#footer .share a {
  width: 40px;
  height: 40px;
  background-color: #2f2f41;
  margin-right: 6px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .share a:last-child {
  margin-right: 0;
}
#footer .share a:hover {
  background: var(--color);
}
#footer .share a:nth-child(3) {
  font-size: 18px;
}
#footer .share a:last-child {
  font-size: 20px;
}
#footer .f-copy {
  font-size: 18px;
  position: relative;
  padding: 17px 0 19px;
  background: var(--color);
  font-weight: 400;
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: top;
  width: auto;
  max-height: 26px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  fill: #fff;
  margin-top: 1px;
}
#footer .f-copy svg text {
  fill: #fff;
}
@media (max-width: 1700px) {
  .slickBtn.pos div.prev {
    right: 96.7%;
  }
  .slickBtn.pos div.next {
    left: 97%;
  }
  #index-body .i-about .box,
  #index-body .i-why .box {
    max-width: 1425px;
  }
  #index-body .i-application .content .slick-list {
    padding-right: 320px !important;
  }
  .fixed-toolbar {
    right: 10px;
    bottom: 10%;
    zoom: .8;
  }
}
@media (max-width: 1450px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 15px;
  }
  #banner ul li .text .box {
    width: 62%;
  }
  #index-body .i-category .content .slickBtn {
    font-size: 30px;
  }
  #index-body .i-about .box,
  #index-body .i-why .box {
    max-width: 1225px;
  }
  #index-body .i-data ul {
    margin: -15px;
  }
  #index-body .i-data ul li {
    padding: 15px;
  }
  .font-70 {
    font-size: 50px;
  }
  #index-body .i-why .right {
    height: 420px;
  }
  #index-body .i-why .img {
    top: 26%;
  }
  #index-body .i-application .content .slick-list {
    padding-right: 220px !important;
  }
}
@media (max-width: 1250px) {
  #banner ul li .text .box {
    width: 66%;
  }
  .more {
    font-size: 18px;
  }
  #index-body .i-about .box,
  #index-body .i-why .box {
    max-width: 985px;
  }
  .i-title {
    font-size: 30px;
  }
  #index-body .i-data ul li .num {
    font-size: 30px;
  }
  #index-body .i-data ul li .num sup {
    font-size: 20px;
  }
  #index-body .i-why .right {
    height: 320px;
  }
  #index-body .i-application .content {
    width: 100%;
  }
  #index-body .i-application .content .slick-list {
    padding-right: 0 !important;
  }
  #footer .f-box .f-header .f-form ul {
    margin: -9px;
  }
  #footer .f-box .f-header .f-form ul li {
    padding: 9px;
  }
  #footer .f-content ul li {
    font-size: 16px;
  }
}
@media (max-width: 1000px) {
  .more {
    padding: 16px 20px 14px;
  }
  #banner ul li .text .box {
    width: 70%;
  }
  #banner ul li .text .title {
    font-size: 30px;
  }
  #banner ul li .text .more:last-child {
    padding: 16px 20px 14px;
  }
  #banner .bottom .share {
    display: none;
  }
  #index-body .i-category .content .slickBtn {
    font-size: 24px;
  }
  .slickBtn.pos div.prev {
    right: 93.7%;
  }
  .slickBtn.pos div.next {
    left: 95%;
  }
  #index-body .i-about .box,
  #index-body .i-why .box {
    max-width: 715px;
  }
  #index-body .i-about .box .left {
    width: 100%;
    padding: 30px 0 0;
  }
  #index-body .i-about .box .right {
    width: 100%;
    margin-top: 20px;
  }
  #index-body .i-data ul li {
    width: 50%;
  }
  #index-body .i-data ul li .num {
    font-size: 40px;
  }
  #index-body .i-data ul li .num sup {
    font-size: 22px;
  }
  #index-body .i-advantage ul li {
    width: 50%;
  }
  #index-body .i-why .left {
    width: 100%;
  }
  #index-body .i-why .right {
    display: none;
  }
  #index-body .i-why .img {
    display: none;
  }
  #index-body .i-news .i-title {
    font-size: 36px;
  }
  #footer .f-box .f-header .f-form ul li {
    width: 50%;
  }
  #footer .f-box .f-header .f-form ul li:nth-child(3) {
    width: 100%;
  }
  #footer .f-box .f-header .f-form ul li:last-child {
    width: 20%;
  }
  #footer .f-content .tit {
    font-size: 24px;
  }
  #footer .f-content .f-nav,
  #footer .f-content .f-product,
  #footer .f-content .f-code {
    display: none;
  }
  #footer .f-content .f-contact {
    width: 90%;
  }
  #footer .f-copy {
    font-size: 16px;
  }
  #footer .f-copy .container {
    display: block;
  }
  #footer .f-copy .container p {
    display: inline;
  }
}
@media (max-width: 700px) {
  .more {
    font-size: 16px;
    padding: 12px 20px;
  }
  #banner ul li .text .box {
    width: 100%;
  }
  #banner ul li .text .more:last-child {
    padding: 12px 20px;
  }
  #index-body .i-category .content .slickBtn {
    font-size: 20px;
  }
  #index-body .i-about .box,
  #index-body .i-why .box {
    max-width: 100%;
    padding: 0 15px;
  }
  .i-title {
    font-size: 26px;
  }
  #index-body .i-application .header .i-title,
  #index-body .i-application .header .con {
    width: 100%;
  }
  #index-body .i-application .header .con {
    margin-top: 10px;
  }
  #index-body .i-application .content ul li .img-box span {
    padding: 13px 15px 12px;
  }
  #index-body .i-news .i-title {
    font-size: 30px;
  }
}
@media (max-width: 500px) {
  .more {
    font-size: 14px;
  }
  #banner ul li .text .title {
    font-size: 20px;
  }
  #banner ul li .text .more:last-child {
    padding: 12px 20px;
  }
  #banner ul li .text .btn {
    margin-top: 10px;
  }
  #banner .mouse {
    display: none;
  }
  .slickBtn.pos div.prev {
    right: initial;
    left: -15px;
  }
  .slickBtn.pos div.next {
    left: initial;
    right: -15px;
  }
  #index-body .i-about .box .left .list ul li {
    width: 100% !important;
  }
  #index-body .i-category .content ul li .img-box .text {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  #index-body .i-category .content ul li .img-box .bg,
  #index-body .i-category .content ul li .img-box .text,
  #index-body .i-category .content ul li .img-box::before,
  #index-body .i-category .content ul li .img-box::after {
    opacity: 1;
  }
  #index-body .i-category .content ul li .img-box .tit {
    opacity: 0;
  }
  #index-body .i-data ul li .num {
    font-size: 24px;
  }
  #index-body .i-data ul li .num sup {
    font-size: 14px;
  }
  #index-body .i-advantage .content ul {
    margin: -7px;
  }
  #index-body .i-advantage .content ul li {
    padding: 7px;
    width: 100%;
  }
  #index-body .i-application .content ul li .img-box span {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  #index-body .i-news .i-title {
    font-size: 24px;
  }
  #index-body .i-news ul li .ig {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(25, 25, 25, 0.13);
    box-shadow: 0px 0px 10px 0px rgba(25, 25, 25, 0.13);
  }
  #footer .f-box .f-header .f-form ul li {
    width: 100%;
  }
  #footer .f-box .f-header .f-form ul li:last-child {
    width: 40%;
  }
}
@-webkit-keyframes scroll-icon {
  0% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
  }
  100% {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
  }
}
@-moz-keyframes scroll-icon {
  0% {
    -moz-transform: translateY(-12px);
    transform: translateY(-12px);
  }
  100% {
    -moz-transform: translateY(12px);
    transform: translateY(12px);
  }
}
@keyframes scroll-icon {
  0% {
    -webkit-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    transform: translateY(-12px);
  }
  100% {
    -webkit-transform: translateY(12px);
    -moz-transform: translateY(12px);
    transform: translateY(12px);
  }
}
.grid-box {
    font-size: 0;
    [;
    letter-spacing: -4px;
    font-size: 12px;
    ]
}

.grid-box .column {
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
    [;
    letter-spacing: 0;
    ]
}

.grid-box .column {
    width: 100%;
}

.grid-box.two>.column {
    width: 50%;
}

.grid-box.three>.column {
    width: 33.33333%;
}

.grid-box.four>.column {
    width: 25%;
}

.grid-box.five>.column {
    width: 20%;
}

.grid-box.six>.column {
    width: 16.6666667%;
}

.grid-box.seven>.column {
    width: 14.285714%;
}

.grid-box.eight>.column {
    width: 12.5%;
}

.grid-box.nine>.column {
    width: 11.11111111%;
}

.grid-box.ten>.column {
    width: 10%;
}
@media screen and (max-width: 1000px) {
    .grid-box.two>.column {
        width: 50%;
    }
    .grid-box.three>.column {
        width: 33.33333%;
    }
    .grid-box.four>.column {
        width: 33.33333%;
    }
    .grid-box.five>.column {
        width: 33.33333%;
    }
}

@media screen and (max-width: 700px) {
    .grid-box.two>.column {
        width: 50%;
    }
    .grid-box.three>.column {
        width: 50%;
    }
    .grid-box.four>.column {
        width: 50%;
    }
    .grid-box.five>.column {
        width: 50%;
    }
}

@media screen and (max-width: 500px) {
    .grid-box.two>.column {
        width: 100%;
    }
    .grid-box.three>.column {
        width: 100%;
    }
    .grid-box.four>.column {
        width: 100%;
    }
    .grid-box.five>.column {
        width: 100%;
    }
}
.inner-banner {
  height: 460px;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #fff;
  text-align: center;
  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;
}
.inner-banner .ui.container{
  width: 100%;
}
.inner-banner .bg{
  position: absolute;
  left: 0;
  bottom: -2px; 
}
.inner-banner .mbx {
  font-size: 18px;
  line-height: 22px;
  text-transform: capitalize;
}
.inner-banner .tit {
  font-size: 50px;
  line-height: 1.2;
  font-weight: 600;
  margin-top: 17px;
}
.paralasic .tit {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 600;
  margin-top: 17px;
}
.inner-banner .search{
  position: relative;
  max-width: 740px;
  margin: 50px auto 0;
}
.inner-banner .search form{
  width: 100%;
  position: relative;
}
.inner-banner .search input{
  width: 100%;
  height: 80px;
  border: none;
  padding: 0 65px;
  font-size: 18px;
  border-radius: 40px;
  color: black;
}
.inner-banner .search input[type="submit"]{
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  width: 80px;
  height: 35px;
  background: url(../images/icon-search-black.png) no-repeat center;
  padding: 0;
  border-left: 1px solid rgba(0,0,0,0.3);
  border-radius: 0;
}
.inner-banner .arrow{
  position: absolute;
    left: 0;
    bottom: 12%;
    width: 100%;
    text-align: center;
    cursor: pointer;
    z-index: 3;
    -webkit-animation: scroll-icon 1.2s infinite alternate cubic-bezier(.65,.05,.36,1);
    -moz-animation: scroll-icon 1.2s infinite alternate cubic-bezier(.65, .05, .36, 1);
    animation: scroll-icon 1.2s infinite alternate cubic-bezier(.65,.05,.36,1);
}
.inner-page{
  background: url(../images/bg.png);
}
.inner-page .in-num { 
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.inner-page .in-num::before {
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: var(--color);
  display: inline-block;
  vertical-align: top;
  margin: -2px 15px 0 0;
}
.inner-page .title {
  font-weight: 600;
}
.inner-page .m-page {
  margin-top: 110px;
  text-align: center;
}
.inner-page .m-page a,
.inner-page .m-page span {
  width: 52px;
  height: 52px;
  line-height: 52px;
  box-shadow: 0px 2px 7.84px 0.16px rgba(0,0,0,0.27);
  border-radius: 100%;
  background: #fff;
  font-size: 17px;
  font-weight: 600; 
  margin: 0 10px;
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .m-page a:hover,
.inner-page .m-page span.current {
  background: var(--color);
  color: white;
}
.about-page .title {
  margin-top: 30px;
}
.about-page .title em{
  color: var(--color);
}
.about-page .about-1 .img1 {
  position: absolute;
  left: 0;
  top: 23%;
  width: 163px;
  height: 203px;
  background: url(../images/about-page-2.png) no-repeat;
}
.about-page .about-1 .img2 {
  position: absolute;
  right: 30px;
  top: 0;
  width: 228px;
  height: 234px;
  background: url(../images/about-page-1.png) no-repeat;
}
.about-page .about-1 .img3 {
  position: absolute;
  right: 3px;
  top: 67%;
  width: 191px;
  height: 218px;
  background: url(../images/about-page-3.png) no-repeat;
}
.about-page .about-1 {
  padding-top: 3%;
  position: relative;
  z-index: 1;
}
.about-page .about-1 .ui.container{
  z-index: 3;
}
.about-page .about-1 .img {
  margin-top: 38px;
  border-radius: 60px;
  position: relative;
}
.about-page .about-1 .img .play{
  position: absolute;
  left: 50%;
  top: 50%;
   -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.about-page .about-1 .img .play:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
}
.about-page .about-1 .img .play:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -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;
}
.about-page .about-1 .con {
  line-height: 2;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 57px;
}
.about-page .about-1::after {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  top: -43px;
  right: 0;
  font-size: 457px;
  line-height: 2; 
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 241, 243, 0.5)), to(rgba(240, 241, 243, 0)));
  background-image: -webkit-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: -moz-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: linear-gradient(to bottom, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.about-page .about-1 ul{
  margin-top: 60px;
  margin-bottom: 60px;
}
.about-page .about-1 ul li{
  position: relative;
  padding-left: 150px;
}
.about-page .about-1 ul li .icon{
  position: absolute;
  left: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about-page .about-1 ul li h3{
  font-size: 60px;
  font-weight: 600;
  color: var(--color);
  line-height: 1;
}
.about-page .about-1 ul li h3 span{
  font-size: 22px;
}
.about-page .about-1 ul li p{
  font-size: 20px;
  color: #545252;
}
.about-page .about-1 ul li::after{
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 45px;
  background: #d2d2d2;
}
.about-page .about-1 ul li:last-child::after{
  content: none;
}
.about-page .about-1 ul li:nth-child(1){
  padding-left: 120px;
}
.about-page .about-1 ul li:nth-child(1) .icon{
  left: 0;
}
.about-page .about-22{
  padding-top: 120px;
  position: relative;
}
.about-page .about-22 .ui.container{
  z-index: 3;
}
.about-page .about-22 img{border-radius: 20px; margin-bottom: 20px;}
.about-page .about-22 .img1 {
  position: absolute;
  left: 0;
  top: 77%;
  width: 215px;
  height: 303px;
  background: url(../images/about-page-4.png) no-repeat;
}
.about-page .about-22 ul {
  margin: 50px -15px 0;
}
.about-page .about-22 ul li{
  position: relative;
  padding: 0 15px;
  text-align: center;
}
.about-page .about-22 ul li span{
  font-size: 109px;
  line-height: 1;
  color: var(--color);
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 600;
}
.about-page .about-22 ul li span::after{
  content: "";
  position: absolute;
  right: -4px;
  bottom: -7px;
  width: 73px;
  height: 99px;
  background: url(../images/about-sanjiao-bg.png) no-repeat;
  transform: rotate(4deg);
}
.about-page .about-22 ul li h5{
  color: var(--color);
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
}
.about-page .about-22 ul li .des{
  font-size: 18px;
  line-height: 30px;
  min-height: 200px;
  max-height: 200px;
  overflow: auto;
}
.about-page .about-22 ul .slick-dots{
  text-align: center;
  margin: 0;
}
.about-page .about-22 ul .slick-dots li{
  padding: 0;
  width: 10px !important;
  height: 10px;
  border-radius: 100%;
  background: rgba(0,0,0,0.6);
  transition: 0.5s;
  margin: 0 5px;
  display: inline-block;
}
.about-page .about-22 ul .slick-dots li button{
  display: none;
}
.about-page .about-22 ul .slick-dots li.slick-active{
  background: var(--color);
}
.about-page .about-4 { 
  padding: 2% 0 11.146%; 
  position: relative;
}
.about-page .about-4 .ui.container{
  z-index: 3;
}
.about-page .about-4 .img1{
  position: absolute;
  left: 0;
  top: -5%;
  width: 244px;
  height: 236px;
  background: url(../images/about-page-6.png) no-repeat;
}
.about-page .about-4 .img2{
  position: absolute;
  right: 0;
  top: -11%;
  width: 258px;
  height: 838px;
  background: url(../images/about-page-7.png) no-repeat;
}
.about-page .about-4 .content {
  margin-top: 29px;
}
.about-page .about-4 .content ul {
  margin-right: -25px;
}
.about-page .about-4 .content ul li {
  padding-right: 25px;
}
.about-page .about-4 .content ul li .img-box img {
  width: 100%;
  border-radius: 0 100px 0 0;
}
.about-page .about-4 .content ul li .h5{
  background: white;
  box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.35);
  font-size: 24px;
  text-align: center;
  border-radius: 50px 0 0 0;
  z-index: 2;
  position: relative;
    -webkit-transform: translate(0%, -50px);
  -moz-transform: translate(0%, -50px);
  -ms-transform: translate(0%, -50px);
  transform: translate(0%, -50px);
  padding: 20px 15px;
   -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .content ul li:hover .h5{
  background: var(--color);
  color: white;
}
.about-page .about-4 .content ul.slick-dots {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -89px;
  width: 100%;
  text-align: center;
  margin: 0;
}
.about-page .about-4 .content ul.slick-dots li {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #000000;
  padding: 0;
  margin-right: 31px;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .content ul.slick-dots li button {
  display: none;
}
.about-page .about-4 .content ul.slick-dots li.slick-active {
  background: var(--color);
}
.about-page .about-4 .content ul.slick-dots li:last-child {
  margin-right: 0;
}
.about-page .about-5{
  background-color: var(--color);
	border-radius: 257px 0px 0px 257px;
  padding: 3% 0;
  color: #fff;
  margin-top: 50px;
}
.about-page .about-5 .in-num::before{
  background: #fff;
}
.about-page .about-5 .left{
  width: 48%;
  vertical-align: top;
}
.about-page .about-5 .right{
  vertical-align: bottom;
  width: 52%;
  font-size: 30px;
}
.about-page .about-33 {
  padding: 10% 0 6.407%;
}
.about-page .about-33 .left {
  width: 58.666%;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
.about-page .about-33 .left span {
  font-size: 18px;
  line-height: 1.5;
  padding-left: 21px;
  position: relative;
}
.about-page .about-33 .left span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #000000;
}
.about-page .about-33 .left .title {
  font-size: 82px;
  color: #030303;
  line-height: 1;
  margin-top: 21px;
}
.about-page .about-33 .left .title em {
  display: block;
}
.about-page .about-33 .right {
  width: 41.334%;
  padding-left: 101px;
  position: relative;
}
.about-page .about-33 .right .tag {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.about-page .about-33 .right .tag ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  height: 100%;
}
.about-page .about-33 .right .tag ul li {
  list-style: none;
  height: 25%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.about-page .about-33 .right .tag ul li span {
  position: absolute;
  width: 1px;
  height: 0;
  background: #20282d;
  left: 27px;
  bottom: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.about-page .about-33 .right .tag ul li a {
  width: 54px;
  height: 54px;
  line-height: 54px;
  background: #fff;
  color: #20282d;
  position: relative;
  text-align: center;
  border: 1px solid #e6e6e6;
  z-index: 2;
  font-size: 20px;
  font-family: 'Garamond';
}
.about-page .about-33 .right .tag ul li.current span {
  height: 100%;
  bottom: auto;
  top: 0;
}
.about-page .about-33 .right .tag ul li.current a {
  background-color: #000000;
  color: #fff;
  border-color: #000;
}
.about-page .about-33 .right .content ul li {
  /*background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, rgba(241, 238, 226, 0.8)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(rgba(241, 238, 226, 0.8) 90%, rgba(255, 255, 255, 0));
  background: -moz-linear-gradient(rgba(241, 238, 226, 0.8) 90%, rgba(255, 255, 255, 0));
  background: linear-gradient(rgba(241, 238, 226, 0.8) 90%, rgba(255, 255, 255, 0));*/
  padding: 60px 24px 88px 43px;
  margin-bottom: 60px;
}
.about-page .about-33 .right .content ul li .tit {
  font-size: 82px;
  line-height: 1;
  color: #030303;
}
.about-page .about-33 .right .content ul li .con {
  font-size: 18px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  margin-top: 21px;
}
.about-page .about-33 .right .content ul li:last-child {
  margin-bottom: 0;
}
.about-page .about-33 .right .content ul li.active {
  background: #dadde9;
}
@media (max-width: 1680px) {
  .about-page .about-33 .left .title {
    font-size: 72px;
  }
}
@media (max-width: 1440px) {
  .inner-banner{
    height: 570px;
  }
  .about-page .about-1 ul li .icon{
    width: 60px;
    left: 25px;
  }
  .about-page .about-1 ul li{
    padding-left: 110px;
  }
  .about-page .about-1 ul li h3{
    font-size: 50px;
  }
  .about-page .about-1 ul li p{
    font-size: 17px;
  }
  .about-page .about-22 ul li h5{
    font-size: 24px;
  }
  .about-page .about-22 ul li span{
    font-size: 76px;
  }
  .about-page .about-22 ul li span:after{
    width: 45px;
    right: 1px;
  }
  .about-page .about-33 .left .title {
    font-size: 66px;
  }
}
@media (max-width: 1280px) {
  .inner-banner{
    height: 540px;
  }
  .about-page .about-1::after {
    font-size: 300px;
  }
  .about-4 .ui.container {
    padding: 0 15px 0 30px;
  }
   .inner-page .m-page {
    margin-top: 100px;
  }
   .about-page .about-33 .right .content ul li {
    padding: 60px 20px;
  }
}
@media (max-width: 1200px){
  .about-page .about-1 ul li{
    padding-left: 85px;
  }
  .about-page .about-1 ul li .icon {
   width: 50px;
   left: 18px;
  }
  .about-page .about-1 ul li:nth-child(1) {
    padding-left: 65px;
  }
}
@media (max-width: 1100px){
  .inner-page .m-page {
    margin-top: 60px;
  }
  .about-page .about-33 .left .title {
    font-size: 53px;
  }
  .about-page .about-33 .right .content ul li {
    padding: 40px 20px;
  }
  .about-page .about-33 .right .content ul li .tit {
    font-size: 60px;
  }
  .about-page .about-33 .right .content ul li .con {
    margin-top: 10px;
  }
}
@media (max-width: 1000px) {
  .inner-banner {
    margin-top: 120px;
  }
  .inner-banner .bg{
    display: none;
  }
  .inner-banner .tit {
    font-size: 30px;
  }
  .inner-banner .search input{
    height: 55px;
  }
  .inner-banner .search{
    margin-top: 10px;
  }
  .about-page .about-1{
    padding-top: 80px;
  }
  .about-page .about-1::after {
    display: none;
  }
  .about-page .about-4 {
    border-radius: 100px 0 0 0;
  }
  .about-page .about-4 .content ul.slick-dots {
    bottom: -30px;
  }
  .about-page .about-5{
    margin-top: 60px;
    border-radius: 0;
  }
  .about-page .about-5 .left{
    width: 100%;
  }
  .about-page .about-5 .right{
    width: 100%;
    margin-top: 20px;
    line-height: 1.8;
  }
  .about-page .about-1 ul li{
    width: 50% !important;
  }
  .about-page .about-4 .content ul li .h5{
    border-radius: 25px 0 0 0;
    font-size: 18px;
    padding: 15px 10px;
  }
  .about-page .about-22 ul.grid-box li{
    width: 50%;
    margin: 15px 0;
  }
  .inner-page .in-num::before {
    width: 20px;
    height: 20px;
    margin: 2px 7px 0 0;
  }
  .inner-page .m-page {
    margin-top: 40px;
  }
  .inner-page .m-page a,
  .inner-page .m-page span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 5px;
  }
   .about-page .about-33 .left {
    position: initial;
    width: 100%;
  }
  .about-page .about-33 .right {
    width: 100%;
    margin-top: 30px;
  }
}
@media (max-width: 700px) {
   .inner-banner .tit{
     font-size: 25px;
     margin-top: 5px;
   }
   .inner-banner .bg{
     bottom: -1px;
   }
   .inner-banner .search{
     display: none;
   }
  .inner-banner .search input{
    padding-left: 30px;
  }
  .about-page .about-1 .con {
    margin-top: 20px;
  }
  .about-page .about-4 .content ul.slick-dots li {
    margin-right: 20px;
  }
  .about-page .about-1 .img2{
    background-size: 60%;
    background-position: right top;
  }
  .about-page .about-22 ul li .des {
      font-size: 14px;
      line-height: 1.4;
      min-height: unset;
      max-height: unset;
      overflow: unset;
  }
  .about-page .about-4 .content ul li .img-box img{
    border-radius: 0 20px 0 0;
  }
  .about-page .about-5{
    border-radius: 20px 20px 0 0;
    padding: 40px 10px;
  }
  .about-page .title{
    margin-top: 10px;
    margin-bottom: 20;
  }
   .about-page .about-4 .img1{
    background-size: 48%;
    background-position: left top;
  }
  .about-page .about-4 .img2{
    background-size: 50%;
    background-position: right top;
  }
  .inner-page .in-num:before{
    width: 12px;
    height: 12px;
  }
  .inner-page .m-page {
    margin-top: 20px;
  }
  .about-page .about-33 .left .title {
    font-size: 46px;
  }
}
@media (max-width: 500px) {
  .inner-banner .arrow{
    display: none;
  }
  .inner-banner .mbx{
    font-size: 16px;
  }
  .about-page .about-22 ul.grid-box li{
    width: 100%;
  }
  .about-page .about-1 .img {
    margin-top: 20px;
  }
  .about-page .about-1 .img2{
    background-size: 46%;
    right: -20px;
  }
  .about-page .about-5{
    padding-top: 60px;
  }
  .about-page .about-4 {
    border-radius: 0;
  }
  .about-page .about-4 .ui.container {
    padding: 0 15px;
  }
  .about-page .about-4 .content {
    margin-top: 20px;
  }
  .about-page .about-4 .content ul.slick-dots li {
    margin-right: 10px;
  }
  .about-page .about-1 ul li{
    width: 100% !important;
    padding-left: 65px;
    margin-bottom: 20px;
    text-align: center;
  }
  .about-page .about-1 ul li .icon{
    left: 0;
  }
  .about-page .about-1 ul li h3{
    font-size: 33px;
  }
  .about-page .about-1 ul li p{
    font-size: 14px;
  }
  .about-page .about-1 .con{
    line-height: 1.6;
    font-size: 16px;
  }
  .about-page .about-1 ul li:after{
    display: none;
  }
  .about-page .about-1 .img .play{
    width: 50px;
  }
  .about-page .about-22{
    padding-top: 60px;
  }
  .about-page .about-22 ul li{
    margin-bottom: 25px;
  }
  .about-page .about-4{
    padding: 60px 0;
  }
  .about-page .about-22 .img1,
  .about-page .about-1 .img1{
    background-size: 60%;
    background-position: left top;
  }
  .about-page .about-1 .img3{
    background-size: 70%;
    background-position: right top;
  }
   .about-page .about-33 .left .title {
    font-size: 32px;
  }
  .about-page .about-33 .right {
    padding-left: 0;
  }
  .about-page .about-33 .right .tag {
    display: none;
  }
  .about-page .about-33 .right .content ul li {
    margin-bottom: 20px;
    background: rgba(241, 238, 226, 0.8);
    padding: 30px 15px;
  }
  .about-page .about-33 .right .content ul li .tit {
    font-size: 40px;
  }
  .about-page .about-33 .right .content ul li .con {
    font-size: 16px;
    line-height: 1.8;
  }
}
.gallery-page{
  padding: 100px 0;
}
.gallery-page .content .box {
  text-align: center;
}
.gallery-page .content .box h2 {
  color: #182333;
  font-size: 35px;
  margin-top: 10px;
  font-weight: 600;
  line-height: 1.3;
}
.gallery-page .content .box p {
  text-align: center;
  color: #565969;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 auto;
  margin-top: 20px;
}
.gallery-page .content .box div {
  color: #565969;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 auto;
}
.gallery-page .content .box ul {
  margin: 0 -15px;
  text-align: left;
}
.gallery-page .content .box ul li {
  padding: 15px;
}
.gallery-page .content .box ul li .imgbox {
  overflow: hidden;
  position: relative;
  padding: 5px;
  border-radius: 5px;
}
.gallery-page .content .box ul li .imgbox .text {
  text-align: center;
  margin-top: 5px;
}
.gallery-page .content .box ul li .imgbox .text h5 {
  display: block; 
  font-size: 18px; 
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-radius: 0 15px 0 0; 
  box-shadow: 0px 1px 6px 0px rgba(0,0,0,.35);
  background: white;
  padding: 30px 10px;
  font-weight: 600;
}
.gallery-page .content .box ul li .imgbox .text .con {
  margin-top: 20px;
  min-height: 90px;
  overflow: auto;
  padding-right: 10px;
  font-size: 16px;
  line-height: 1.7;
}
.gallery-page .content .box ul li .imgbox .text .con::-webkit-scrollbar-thumb {
  background: var(--color);
}
.gallery-page .content .box ul li .imgbox .textbox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gallery-page .content .box ul li .imgbox .textbox i {
  margin-bottom: 20px;
  font-size: 45px;
  color: var(--color);
}
.gallery-page .content .box ul li .imgbox .textbox i:hover {
  cursor: pointer;
}
.gallery-page .content .box ul li .imgbox .textbox h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3em;
  color: var(--color);
  padding: 5px 20px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  min-width: 100px;
  text-align: center;
}
.gallery-page .content .box ul li .imgbox .textbox h4:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #000000;
}
.gallery-page .content .box ul li .imgbox:hover .text h5 {
  background: var(--color);
  color: #fff;
}
.gallery-page .content .box ul li:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gallery-page .content .box ul li:hover .imgbox .textbox {
  top: 0;
}
.gallery-page .content .box:nth-child(even) {
  background: #f8f8f8;
  padding: 90px 0;
}
@media (max-width: 1440px) {
  .gallery-page .content .box ul li {
    width: 25%;
  }
}
@media (max-width: 1100px) {
  .gallery-page .content .box ul li {
    width: 33.3333%;
  }
}
@media (max-width: 992px) {
  .gallery-page .content .box ul li {
    width: 50%;
  }
}
@media (max-width: 700px) {
  .gallery-page{
    padding: 65px 0;
  }
  .gallery-page .content .box p {
    font-size: 14px;
  }
  .gallery-page .content .box ul {
    margin: -3px;
  }
  .gallery-page .content .box ul li {
    width: 100%;
    padding: 3px;
  }
  .gallery-page .content .box ul li .imgbox .text h5{
    font-size: 16px;
    padding: 8px 10px;
  }
  .gallery-page{
    padding-top: 30px;
  }
}
.inner-page .sidebox {
  max-width: 1400px;
  margin: auto;
  padding: 5% 0;
}
.inner-page .sidebox .sideleft {
  width: 20%;
  position: sticky;
  top: 120px;
  background: #fff;
}
.inner-page .sidebox .sideleft .widget {
  margin-bottom: 30px;
}
.inner-page .sidebox .sideleft .widget form {
  position: relative;
}
.inner-page .sidebox .sideleft .widget form input {
  width: 100%;
  padding: 10px;
  border: 0;
  border-radius: 10px 0px 0px 10px;
  background: #f8f8f8;
  margin-bottom: 0;
  height: 40px;
  font-size: 16px;
  line-height: 2;
}
.inner-page .sidebox .sideleft .widget form button {
    border-radius: 0 10px 10px 0;
  position: absolute;
  right: 0;
  top: 0;
  background-color: var(--color);
  color: #fff;
  border: 0;
  padding: 8px 16px;
  cursor: pointer;
  height: 40px;
}
.inner-page .sidebox .sideleft .widget h6 {
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 15px;
  font-weight: 600;
  color: #000;
}
.inner-page .sidebox .sideleft .widget ul {
  margin-bottom: 0;
  padding: 0;
}
.inner-page .sidebox .sideleft .widget ul li {
  margin-bottom: 15px;
  color: #555;
  font-size: 16px;
  line-height: 2;
  position: relative;
}
.inner-page .sidebox .sideleft .widget ul li a {
  padding-left: 20px;
  font-size: 18px;
}
.inner-page .sidebox .sideleft .widget ul li:last-child {
  margin-bottom: 0;
}
.inner-page .sidebox .sideleft .widget ul li i {
  font-size: 14px;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 2px;
}
.inner-page .sidebox .sideleft .widget ul li:hover,
.inner-page .sidebox .sideleft .widget ul li.active {
  color: var(--red);
}
.inner-page .sidebox .sideleft .widget ul li ul {
  display: none;
  margin-top: 15px;
}
.inner-page .sidebox .sideleft .widget ul li ul li a {
  padding-left: 20px;
  color: #585858;
  font-size: 16px;
}
.inner-page .sidebox .sideleft .widget ul li ul li a.active{
  color: var(--red);
}
.inner-page .sidebox .sideleft .widget .recent li {
  display: block;
}
.inner-page .sidebox .sideleft .widget .recent li .thum {
  width: 100px;
  overflow: hidden;
  float: left;
}
.inner-page .sidebox .sideleft .widget .recent li a.title {
  display: block;
  margin-left: 115px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-top: 2rem;
}
.inner-page .sidebox .sideleft .widget .form1 {
  text-align: center;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="text"],
.inner-page .sidebox .sideleft .widget .form1 textarea {
  width: 100%;
  padding: 10px;
  border: 0;
  background: #f8f8f8;
  margin-bottom: 15px;
  font-size: 16px;
    line-height: 2;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="submit"] {
  background: var(--color);
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  height: 40px;
  padding: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="submit"]:hover {
  background: #000;
}
.inner-page .sidebox .sideleft .widget .contact{
  background-color: var(--color);
  color: white;
  padding: 40px 20px;
  border-radius: 20px;
}
.inner-page .sidebox .sideleft .widget .contact h2{
  font-weight: 600;
}
.inner-page .sidebox .sideleft .widget .contact .c-phone i,
.inner-page .sidebox .sideleft .widget .contact .c-wechat i{
  font-size: 24px;
}
.inner-page .sidebox .sideleft .widget .contact .c-phone span,
.inner-page .sidebox .sideleft .widget .contact .c-wechat span{
  font-size: 20px;
}
.inner-page .sidebox .sideright {
  width: 80%;
  padding: 0 10px 50px 50px;
}
#index-body .i-product{
  padding-top: 88px;
  padding-bottom: 100px;
  position: relative;
}
#index-body .i-product .ui.container {
  z-index: 3;
}
#index-body .i-product ul {
  margin: -20px;
}
#index-body .i-product ul li {
  padding: 20px 10px;
}
#index-body .i-product ul li .box {
  background: white;
  border-radius:10px;
  overflow: hidden;
  text-align: center;
  border: 1px solid #e7e7e7;
}
#index-body .i-product ul li .box .img-box img {
  width: auto;
  margin: auto;
}
#index-body .i-product ul li .box .content {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  padding: 20px;
}
#index-body .i-product ul li .box .content .title {
  display: block;
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#index-body .i-product ul li .box .content .mores {
  color: var(--color);
  font-size: 14px;
}
#index-body .i-product ul li .box:hover .content {
  background: var(--color);
  color: white;
}
#index-body .i-product ul li .box:hover .content .mores {
  color: white;
}
.product2-page #index-body .i-product.cat_pro .ui.container{
  max-width: 1530px;
}
.product2-page #index-body .i-product h1{
  text-transform: unset;
}
.product2-page #index-body .i-product h1:before{
  margin-top: 14px;
}
.product2-page #index-body .i-product .Auxil-catdes{
  font-size: 20px;
  padding-left: 30px;
}
.product2-page #index-body .i-partner{
  background: transparent;
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 0;
}
.product2-page #index-body .i-product{
  background: transparent;
}
.product2-page #index-body .i-product ul li .box .content{
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.product2-page #index-body .i-product ul li .box .content::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  height: 0;
  background: var(--color);
  z-index: -1;
}
.product2-page #index-body .i-about{
  background: transparent;
}
.Auxil-industry .i-title{
  font-weight: 600;
}
#index-body .i-about .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: -webkit-gradient(linear, right top, left top, color-stop(50%, var(--color)), color-stop(50%, transparent));
  background: -webkit-linear-gradient(right, var(--color) 50%, transparent 50% 100%);
  background: -moz-linear-gradient(right, var(--color) 50%, transparent 50% 100%);
  background: linear-gradient(to left, var(--color) 50%, transparent 50% 100%);
}
#index-body .i-about .wrap .left {
  height: -webkit-fill-available;
}
#index-body .i-about .wrap .left img{
  width: 100%;
  height:100%;
  object-fit: cover; 
}
#index-body .i-about .wrap .right {
  background: var(--color);
  color: white;
  padding: 50px 50px 50px 50px;
}
#index-body .i-about .wrap .right .content {
  font-size: 16px;
  line-height: 36px;
  margin: 13px 0 42px;
  opacity: 0.8;
  max-height: 206px;
  overflow-y: auto;
}
#index-body .i-about .wrap .right .more {
  border: 1px solid white;
}
#index-body .i-about .wrap .right .more::after {
  background: white;
}
#index-body .i-about .wrap .right .more:hover {
  border-color: transparent;
  color: var(--color);
}
.about-page .about-3 {
  padding: 5.573% 0 0;
}
.about-page .about-3 .ui.container { 
  z-index: 2;
}
.about-page .about-3 .con {
  color: rgba(0, 0, 0, 0.6);
  margin-top: 22px;
}
.about-page .about-3 .content {
  margin-top: 65px;
}
.about-page .about-3 .content ul {
  margin: -15px -10px;
}
.about-page .about-3 .content ul li {
  padding: 15px 10px;
}
.about-page .about-3 .content ul li .img-box {
  background: #fff;
  border: solid 4px #fff;
  text-align: center;
}
.about-page .about-3 .content ul li .img-box img {
  display: inline-block;
  vertical-align: middle;
}
.about-page .about-3 .content ul li .img-box:hover img {
  -webkit-filter: none;
  filter: none;
}
.prodet-page .prodet-1 {
    padding: 130px 0 80px;
}
.prodet-page .prodet-1 .left {
    width: 39%;
}
.prodet-page .prodet-1 .left .img{
  position: relative;
}
.prodet-page .prodet-1 .left .img span{
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.prodet-page .prodet-1 .left .img span.prev{
  left:10px;
}
.prodet-page .prodet-1 .left .img span.next{
  right:10px;
}
.prodet-page .prodet-1 .left .img span i{
  font-size: 30px;
  transition: all 0.5s;
  color: white;
}
.prodet-page .prodet-1 .left .img span:hover i{
  color: var(--color);
}
.prodet-page .prodet-1 .left a {
    display: block;
    text-align: center;
}
.prodet-page .prodet-1 .left a img{border-radius: 30px;}
.prodet-page .prodet-1 .right {
    width: 60%;
    padding-left: 48px;
    position: relative;
    font-size: 16px;
}
.prodet-page .prodet-1 .right table{
  width:100%;
  table-layout: fixed;
} 
.prodet-page .prodet-1 .right .content {
    font-size: 18px;
    line-height: 30px;
    opacity: .51;
    margin: 25px 0 60px;
}
.prodet-page .prodet-1 .left .gallery {
    margin-bottom: 40px;
    margin-top: 30px;
}
.prodet-page .prodet-1 .left .gallery ul {
    margin: -10px;
    position: relative;
}
.prodet-page .prodet-1 .left .gallery ul .slick-track {
    margin-left: 0;
}
.prodet-page .prodet-1 .left .gallery ul li {
    padding: 10px;
}
.prodet-page .prodet-1 .left .gallery ul li .img {
    border-radius: 10px;
    display: block;
    overflow: hidden;
  cursor: pointer;
}
.prodet-page .prodet-1 .left .gallery ul li .img img {
    width: auto;
    margin: auto;
}
.prodet-page .prodet-1 .right .more_btn .more:after {
    color: #000;
}
.prodet-page .prodet-2 ul.options {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background: #f6f6f6;
    height: 96px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.prodet-page .prodet-2 ul.options li {
    font-size: 18px;
    padding: 0 60px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0 0 50px;
    position: relative;
}
.prodet-page .prodet-2 ul.options li a {
    position: relative;
}
.prodet-page .prodet-2 ul.options li a:after {
    content: "";
    position: absolute;
    left: -17px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: var(--color);
}
.prodet-page .prodet-2 ul.options li.active {
    background: var(--color);
    color: #fff;
}
.prodet-page .prodet-2 ul.options li.active a:after {
    background: #fff;
}
.prodet-page .prodet-2 .box {
    padding: 70px 0;
}
.prodet-page .prodet-2 .box .content {
    font-size: 18px;
}
.prodet-page .prodet-2 .box .content video{
   width: 100% !important;
}
.prodet-page .prodet-2 .box .content table{
  width: 100%;
  table-layout: fixed;
}
.prodet-page .prodet-2 .list {
    padding: 70px 0;
}
.prodet-page .prodet-2 .list ul {
    margin: -15px;
}
.prodet-page .prodet-2 .list ul li {
    padding: 15px;
    text-align: center
}
.prodet-page .prodet-2 .list ul li .img-box {
    background: #f5f5f5;
    border-radius: 10px;
    /*padding: 50px;*/
}
.prodet-page .prodet-2 .list ul li p {
    font-size: 18px;
    line-height: 2;
    margin-top: 15px;
    opacity: .51;
}
.news-page {
  padding: 65px 0 68px;
  position: relative;
  z-index: 1;
}
.news-page .content ul {
  margin: 0 -25px -65px 0;
}
.news-page .content ul li {
  padding: 0 25px 65px 0;
}
.news-page .content ul li .img {
  position: relative;
}
.news-page .content ul li .img .img-box {
  border-radius: 0 100px 0 0;
}
.news-page .content ul li .img .img-box img {
  width: 100%;
}
.news-page .content ul li .img .img-box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 100px 0 0;
  /*background: rgba(0, 0, 0, 0.2);*/
}
.news-page .content ul li .img time {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 96px;
  height: 96px;
  background-color: var(--color);
  border-radius: 0px 71px 0px 0px;
  color: #fff;
  padding: 27px 33px 0 14px;
}
.news-page .content ul li .img time em {
  line-height: 1;
  display: block;
  padding-bottom: 7px;
}
.news-page .content ul li .img time span {
  display: block;
  /*margin-top: 5px;*/
}
.news-page .content ul li .text {
  padding: 24px 30px 0 16px;
}
.news-page .content ul li .text .tit {
  line-height: 1.8;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .content ul li .text .tit:hover {
  color: var(--color);
}
.news-page .content ul li .text .con {
  color: #737373;
  line-height: 1.7;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-page::after {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  top: -43px;
  right: 0;
  font-size: 457px;
  line-height: 1;
  font-weight: bold;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 241, 243, 0.5)), to(rgba(240, 241, 243, 0)));
  background-image: -webkit-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: -moz-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: linear-gradient(to bottom, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media (max-width: 1630px) {
  #index-body .i-about .wrap .right {
    padding: 35px 70px;
  }
}
@media (max-width: 1450px) {
  #index-body .i-about .wrap .right .content {
    max-height: 200px;
    overflow: auto;
  }
  #index-body .i-about .wrap .right {
    padding: 35px 50px;
  }
  .prodet-page .prodet-1 .left a {
   padding: 0;
  }
  .prodet-page .prodet-1 .right .more_btn {
    position: relative;
    left: 0;
  }
  .prodet-page .prodet-1 .right h1 {
     padding-right: 0;
  }
  .prodet-page .prodet-2 ul.options li {
    padding: 0 40px;
  }
}
@media (max-width: 1250px) {
  .prodet-page .prodet-1{
    padding: 65px 0;
  }
  .prodet-page .prodet-2 .box .content table{
    overflow-x: auto;
    table-layout: unset;
    display: block;
  }
  .prodet-page .prodet-2 .box .content table tr td{
    min-width: 150px !important;
    height: auto !important;
    white-space: nowrap;
  }
  .news-page .content ul li .text {
    padding: 24px 10px 0 10px;
  }
}
@media (max-width: 1200px) {
  #index-body .i-product ul li .box .content {
    padding: 15px 20px 25px;
  }
  #index-body .i-product ul li .box {
    border-radius: 25px;
  }
   #index-body .i-product ul li .box .content .title {
    font-size: 20px;
  }
  #index-body .i-product ul li{
    width: 50%;
  }
  #index-body .i-about .wrap .right .content {
    font-size: 16px;
    line-height: 2;
  }
  .news-page::after {
    font-size: 300px;
    top: -20px;
  }
  .news-page .content ul {
    margin: 0 -20px -40px 0;
  }
  .news-page .content ul li {
    padding: 0 20px 40px 0;
    width: 33.3333% !important;
  }
}
@media (max-width: 1000px) {
  .inner-page .sidebox .sideleft{
    display: none;
  }
  .inner-page .sidebox .sideright{
    width: 100%;
    padding: 0;
  }
  #index-body .i-product ul {
    margin: 0;
  }
  #index-body .i-about .wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: transparent;
  }
  #index-body .i-about .wrap .left {
    width: 100%;
    padding-left: 0;
  }
  #index-body .i-about .wrap .right {
    width: 100%;
  }
  .prodet-page .prodet-1 .left {
    width: 100%
  }
  .prodet-page .prodet-1 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px
  }
  .prodet-page .prodet-2 ul.options li {
    padding: 10px 60px;
  }
  .news-page {
    padding: 60px 0;
  }
  .news-page::after {
    display: none;
  }
  .news-page .content {
    margin-top: 30px;
  }
  .news-page .content ul li {
    width: 50% !important;
  }
}
@media (max-width: 700px) {
  #index-body .i-product {
    padding-top: 45px;
  }
  .product2-page #index-body .i-product .Auxil-catdes{
    padding-left: 0;
  }
   .product2-page #index-body .i-product ul li .box .content .title{
    min-height: 90px;
  }
  #index-body .i-about .wrap .right {
    padding: 35px 15px;
  }
  .about-page .about-3 .content {
    margin-top: 20px;
  }
  .about-page .about-3 .content ul {
    margin: -5px;
  }
  .about-page .about-3 .content ul li{
    padding: 5px;
  }
  .about-page .about-3 .content ul li img{
    width: 100%;
  }
  .prodet-page .prodet-2 ul.options {
    flex-wrap: wrap;
    height: auto
  }
  .prodet-page .prodet-2 .box .seoPublic {
    display: block!important
  }
  .prodet-page .prodet-1 .right table{
    overflow-x: auto;
    table-layout: unset;
    display: block;
    width: 100% !important;
  }
  .prodet-page .prodet-1 .right table tr td{
    min-width: 150px;
  }
  .news-page {
    padding: 30px 0;
  }
  .news-page .content {
    margin-top: 20px;
  }
  .news-page .content ul li {
    width: 100% !important;
  }
}
@media (max-width: 500px) {
  #index-body .i-product{
    background-size: auto 38%;
  }
  #index-body .i-product ul li .box{
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, .2);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, .2);
  }
  #index-body .i-product ul li .box .content .title{
    font-size: 15px;
    min-height: 90px;
    line-height: 30px;
  }
  #index-body .i-product ul {
    margin: -5px;
  }
  #index-body .i-product ul li{
    padding: 5px;
    width: 100%;
  }
   #index-body .i-about .wrap .left img{
    border-radius: 20px 20px 0 0;
  }
  #index-body .i-about .wrap .left{
    padding: 0 15px;
  }
  #index-body .i-about .wrap{ 
    background: -webkit-linear-gradient(top, var(--color) 80%, transparent 80% 100%);
    background: -moz-linear-gradient(top, var(--color) 80%, transparent 80% 100%);
    background: linear-gradient(to top, var(--color) 80%, transparent 80% 100%);
  }
  #index-body .i-about .wrap .right{
    padding: 35px 25px;
  }
   .about-page .about-3{
    padding: 80px 0 0;
  }
  .news-page .content {
    margin-top: 0;
  }
  .news-page .content ul {
    margin: 0 0 -20px 0;
  }
  .news-page .content ul li {
    padding: 0 0 20px 0;
  }
}
.m-link {
  margin-top: 30px;
}
.m-link a {
  margin-top: 22px;
  font-size: 18px;
  line-height: 1.6;
  display: inline-block;
}
.m-link a em {
  color: var(--color);
}
.m-link a:first-child {
  margin-top: 0;
}
.newdet-page .info {
  margin-top: 112px;
}
.newdet-page .info h1{
  font-weight: 600;
}
.newdet-page .info .time_c {
  margin-top: 50px;
  text-align: center;
}
.newdet-page .info .time_c .list {
  display: inline-block;
  margin: 0 15px;
}
.newdet-page .info .time_c .list img {
  vertical-align: middle;
  width: 27px;
}
.newdet-page .info .time_c .list span {
  vertical-align: middle;
  margin-left: 11px;
  position: relative;
  top: 1px;
}
.newdet-page .info .con {
  margin-top: 55px;
}
.newdet-page .info .con img{
  margin-bottom: 30px;
}
.newdet-page .info .m-link {
  margin-top: 87px;
}
@media screen and (max-width: 1000px) {
  .newdet-page .info {
    margin-top: 40px;
  }
  .newdet-page .info .time_c,
  .newdet-page .info .con,
  .newdet-page .info .m-link {
    margin-top: 30px;
  }
}
@media screen and (max-width: 700px) {
  .newdet-page .info {
    margin-top: 20px;
  }
  .m-link a {
    margin-top: 10px;
  }
}
@media screen and (max-width: 500px) {
  .newdet-page .info .time_c .list {
    margin: 0 5px;
  }
  .newdet-page .info .time_c .list span {
    margin-left: 5px;
  }
  .newdet-page .info .time_c,
  .newdet-page .info .con,
  .newdet-page .info .m-link {
    margin-top: 20px;
  }
  .font-18 {
    line-height: 1.8;
  }
}
.faq-page .box {
  padding: 100px 0;
  position: relative;
  z-index: 1;
}
.faq-page .box span.bj {
  color: var(--color);
  font-size: 19px;
  line-height: 1.7;
  font-weight: 300;
  text-transform: uppercase;
}
.faq-page .box .title {
  width: 32%;
  margin-top: 3px;
}
.faq-page .box .content {
  margin-top: 46px;
}
.faq-page .box .content ul {
  margin-bottom: -24px;
}
.faq-page .box .content ul li {
  padding-bottom: 24px;
}
.faq-page .box .content ul li em{
  color: var(--color);
}
.faq-page .box .content ul li .ig {
    background-color: #ffffff;
    border: 1px solid #e2e2e2;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .15);
    border-radius: 50px;
    padding: 24px 41px 28px 50px;
    position: relative;
}
.faq-page .box .content ul li .ig .tit {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
  padding-right: 50px;
}
.faq-page .box .content ul li .ig .tit i {
  width: 41px;
  height: 41px;
  border-radius: 100%;
  background: var(--color);
  cursor: pointer;
  position: absolute;
  display: block;
  right: 41px;
  top: 22px;
}
.faq-page .box .content ul li .ig .tit i::after,
.faq-page .box .content ul li .ig .tit i::before {
  content: '';
  width: 16px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.faq-page .box .content ul li .ig .tit i:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-page .box .content ul li .ig .con {
  font-size: 18px;
  line-height: 1.7;
  margin: 17px 0 32px;
  max-width: 1103px;
  display: none;
}
.faq-page .box .content ul li .ig.active .tit i {
  background: #000;
}
.faq-page .box .content ul li .ig.active .tit i::after {
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -moz-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
}
.faq-page .box::after {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  top: -43px;
  right: 0;
  font-size: 457px;
  line-height: 1;
  font-family: 'Gabo';
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 241, 243, 0.5)), to(rgba(240, 241, 243, 0)));
  background-image: -webkit-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: -moz-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: linear-gradient(to bottom, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.faq-page .i-title{
  font-weight: 600;
}
@media (max-width: 1680px) {
  .faq-page .box .title {
    width: 36%;
  }
}
@media (max-width: 1440px) {
  .faq-page .box .title {
    width: 41%;
  }
}
@media (max-width: 1280px) {
  .faq-page .box .title {
    width: 46%;
  }
  .faq-page .box .content ul li .ig .tit {
    font-size: 25px;
  }
}
@media (max-width: 1100px) {
  .faq-page .box .title {
    width: 51%;
  }
  .faq-page .box .content ul li .ig .tit {
    font-size: 22px;
  }
}
@media (max-width: 1000px) {
  .faq-page .box {
    padding: 65px 0;
  }
  .faq-page .box::after {
    display: none;
  }
  .faq-page .box .title {
    width: 61%;
  }
  .faq-page .box .content ul li .ig {
    padding: 24px 20px 28px 30px;
  }
  .faq-page .box .content ul li .ig .tit i {
    right: 20px;
  }
}
@media (max-width: 700px) {
  .faq-page .box .title {
    width: 70%;
  }
  .faq-page .box .content ul li .ig {
    padding: 20px 10px 20px 20px;
  }
  .faq-page .box .content ul li .ig .tit {
    font-size: 20px;
  }
  .faq-page .box .content ul li .ig .tit i {
    right: 10px;
    top: 20px;
    width: 36px;
    height: 36px; 
  }
}
@media (max-width: 500px) {
  .faq-page .box span.bj {
    font-size: 16px;
  }
  .faq-page .box .title {
    width: 85%;
  }
  .faq-page .box .content {
    margin-top: 20px;
  }
  .faq-page .box .content ul li .ig .tit {
    font-size: 18px;
    padding-right: 40px;
  }
  .faq-page .box .content ul li .ig .tit i {
    width: 30px;
    height: 30px;
  }
  .faq-page .box .content ul li .ig .con {
    font-size: 18px;
    line-height: 2;
    margin: 10px 0;
  }
}
.contact-page {
  padding-top: 80px;
  position: relative;  
}
.contact-page .title em{
  color: var(--color);
}
.contact-page .contact-1 ul {
  margin: -15px;
}
.contact-page .contact-1 ul li {
  padding: 15px;
  text-align: center;
}
.contact-page .contact-1 ul li .tit {
  line-height: 1.3;
  margin: 19px 0 11px;
      font-weight: 600;
}
.contact-page .contact-1 ul li p {
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.53);
}
.contact-page .contact-2 {
  padding-top: 100px;
}
.contact-page .contact-2 .form {
  margin-top: 80px;
}
.contact-page .contact-2 .form ul {
  margin: -15px;
}
.contact-page .contact-2 .form ul li {
  padding: 15px;
}
.contact-page .contact-2 .form ul li input,
.contact-page .contact-2 .form ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 20px;
  border-radius: 32px;
  border: 1px solid #d7d5d5;
      box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .15);
  font-size: 18px;
  font-weight: 300;
  padding-left: 100px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-2 .form ul li input::-webkit-input-placeholder, .contact-page .contact-2 .form ul li textarea::-webkit-input-placeholder {
  color: #000;
}
.contact-page .contact-2 .form ul li input:-moz-placeholder, .contact-page .contact-2 .form ul li textarea:-moz-placeholder {
  color: #000;
}
.contact-page .contact-2 .form ul li input::-moz-placeholder, .contact-page .contact-2 .form ul li textarea::-moz-placeholder {
  color: #000;
}
.contact-page .contact-2 .form ul li input:-ms-input-placeholder, .contact-page .contact-2 .form ul li textarea:-ms-input-placeholder {
  color: #000;
}
.contact-page .contact-2 .form ul li input::placeholder,
.contact-page .contact-2 .form ul li textarea::placeholder {
  color: #000;
}
.contact-page .contact-2 .form ul li input:focus,
.contact-page .contact-2 .form ul li textarea:focus {
  border-color: var(--color);
}
.contact-page .contact-2 .form ul li textarea {
  height: 236px;
  resize: vertical;
}
.contact-page .contact-2 .form ul li .box {
  position: relative;
}
.contact-page .contact-2 .form ul li .box label {
  width: 66px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  position: absolute;
  left: 1px;
  top: 0;
  border-radius: 100%;
  background: var(--color);
  display: block;
}
.contact-page .contact-2 .form ul li .box label img {
  display: inline-block;
  vertical-align: middle;
}
.contact-page .contact-2 .form ul li input[type="submit"] {
  margin-top: 40px;
  padding: 0 66px 0 67px;
  line-height: 55px;
  height: 55px;
  border-radius: 28px;
  background: var(--color);
  color: #fff;
  font-size: 19px;
  width: auto;
  border: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-2 .form ul li input[type="submit"]:hover {
  background: #222;
}
.contact-page .contact-2 .form ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-2 .form ul li:nth-child(5) .box label::after {
  content: '';
  border-left: 18px solid var(--color);
  border-bottom: 18px solid var(--color);
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: 18px solid transparent;
  border-right: 18px solid transparent;
}
.contact-page::after {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  top: -43px;
  right: 0;
  font-size: 457px;
  line-height: 1;
  font-weight: 600;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 241, 243, 0.5)), to(rgba(240, 241, 243, 0)));
  background-image: -webkit-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: -moz-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: linear-gradient(to bottom, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 1440px) {
  .contact-page::after {
    font-size: 300px;
    top: -20px;
  }
  .contact-page .contact-2 {
    padding-top: 85px;
  }
}
@media screen and (max-width: 1100px) {
  .contact-page::after {
    font-size: 260px;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page .contact-1 ul.grid-box li{
    width: 50%;
  }
  .contact-page .contact-1 ul.grid-box li:nth-child(1){
    width: 100%;
  }
  .contact-page::after {
    display: none;
  }
  .contact-page .contact-2 .form {
    margin-top: 30px;
  }
  .contact-page .contact-2 .form ul li .box label {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .contact-page .contact-2 .form ul li input,
  .contact-page .contact-2 .form ul li textarea {
    padding: 12px;
    padding-left: 70px;
  }
  .font-72 {
    font-size: 40px;
  }
}
@media screen and (max-width: 700px) {
  .font-72 {
    font-size: 30px;
  }
  .contact-page .contact-2 .form ul li {
    width: 100%;
  }
  .contact-page .contact-2 .form ul li input,
  .contact-page .contact-2 .form ul li textarea {
    font-size: 14px;
    padding-left: 60px;
  }
  .contact-page .contact-2 .form ul li input[type="submit"] {
    margin-top: 0;
  }
  .contact-page .img2{
    background-size: 50%;
    right: -30px;
    top: -2%;
    background-position: right top;
  }
  .contact-page .img1{
    background-size: 60%;
    background-position: left top;
  }
  .contact-page .img3{
    background-size: 60%; 
    background-position: right top;
  }
}
@media screen and (max-width: 500px) {
  .contact-page .contact-1 ul.grid-box li{
    width: 100%;
  }
}
.map{ 
  margin-top: 70px;
  border-radius: 40px 40px 0 0;
  overflow: hidden;
}
.download-page .text {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.download-page .list ul li a.img-box {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.download-page .list ul li a.img-box:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.download-page .list ul li span.h6 {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.download-page .list ul li span.h6 i {
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.download-page .list ul li:hover a.img-box:before {
  opacity: 1;
}
.download-page .list ul li:hover span.h6 {
  color: #05a139;
  text-decoration: underline;
}
.download-page .list ul li:hover span.h6 i {
  opacity: 1;
}
.video-page .casesNav li {
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 24px 40px;
  background-color: #F2F3F2;
}
.video-page .casesNav li:first-child {
  margin-right: 60px;
}
.video-page .casesNav li.active,
.video-page .casesNav li:hover {
  background-color: var(--color);
  color: #fff;
}
.video-page .videoList{
  display: none;
}
.video-page .videoList:first-child {
  display: block;
}
.video-page .videoList .video-ul li.column{
  padding: 0 30px;
  margin-bottom: 30px;
}
.video-page .videoList .video-ul li.column video{
  width: 100%;
}
.video-page .videoList .video-ul li.column .box {
  text-align: center;
}
.video-page ul li .play {
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
@media screen and (max-width: 1000px) {
  .download-page .list ul li{
    width: 48%
  }
}

@media screen and (max-width: 500px) {
    .download-page .list ul li span.h6 i {
    width: 24px;
    opacity: 1;
  }
    .download-page .list ul li{
    width: 100%
  }
}
.support-page .init-1 .tipsTitleC {
  color: var(--color);
}
.support-page .init-1 .content {
  margin-top: 60px;
}
.support-page .init-1 .content .left {
  width: 50%;
}
.support-page .init-1 .content .left img {
  width: 100%;
}
.support-page .init-1 .content .right {
  width: 50%;
  padding-left: 40px;
}
.support-page .init-1 .content .right .title {
  font-weight: 600;
}
.support-page .init-1 .content .right .des {
  margin-top: 30px;
}
.support-page .init-2 {
  background-color: #f7f7f7;
}
.support-page .init-2 .container .tipsTitleC {
  color: var(--color);
}
.support-page .init-2 .container .content {
  margin-top: 60px;
}
.support-page .init-2 .container .content ul li {
  height: 100%;
}
.support-page .init-2 .container .content ul li .box .img img,.support-page .init-2 .container .content ul li .box{
  width: 100%;
}
.support-page .init-2 .container .content ul li .box .cont {
  padding: 30px;
}
.support-page .init-2 .container .content ul li .box .cont .title {
  font-weight: 600;
}
.support-page .init-2 .container .content ul li .box .cont .des {
  margin-top: 10px;
}
.support-page .init-2 .container .content ul li .box:hover .cont {
  background-color: #fff;
}
.support-page .init-3 .tipsTitleC {
  color: var(--color);
}
.support-page .init-3 .content {
  margin-top: 60px;
}
.support-page .init-3 .content ul {
  margin: 0 -15px;
}
.support-page .init-3 .content ul li {
  padding: 0 15px;
  margin-top: 30px;
  width: 50%;
}
.support-page .init-3 .content ul li .box {
  height: 100%;
  padding: 30px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.support-page .init-3 .content ul li .box .title {
  font-weight: 600;
}
.support-page .init-3 .content ul li .box .des {
  margin-top: 10px;
  color: #666666;
}
.support-page .init-3 .content ul li .box:hover {
  background-color: var(--color);
}
.support-page .init-3 .content ul li .box:hover .title {
  color: #fff;
}
.support-page .init-3 .content ul li .box:hover .des {
  color: #fff;
}
.support-page .tipsTitle{
  font-weight: 600;
}
@media (max-width: 1250px) {
  .support-page .init-1 .content .left {
    width: 100%;
  }
  .support-page .init-1 .content .right {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
}
@media (max-width: 700px) {
  .support-page .init-3 .content ul li {
    width: 100%;
  }
  .support-page .init-3 .content ul {
    margin: 0 auto;
  }
}
@media (max-width: 500px) {
  .support-page .init-1 .content {
    margin-top: 20px;
  }
  .support-page .init-1 .content .right .des {
    margin-top: 10px;
  }
  .support-page .init-2 .container .content {
    margin-top: 20px;
  }
  .support-page .init-2 .container .content ul li .box .cont {
    padding: 10px;
  }
  .support-page .init-3 .content {
    margin-top: 10px;
  }
  .support-page .init-3 .content ul li .box {
    padding: 20px 10px;
  }
}
.why-page .service-1 .left {
  vertical-align: middle;
}
.why-page .service-1 .left .img {
  height: 620px;
  display: block;
  -webkit-mask-image: url("../images/service-1-mask.png");
  mask-image: url("../images/service-1-mask.png");
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.why-page .service-1 .right {
  vertical-align: middle;
  padding-left: 5%;
}
.why-page .service-1 .right span.h2 {
  margin: .5em 0;
}
.why-page .service-1 .right a.more {
  margin-top: 2em;
  font-size: 18px;
}
.why-page .service-2 {
  padding: 120px 0 10px;
  text-align: center;
}
.why-page .service-2 .list {
  margin-top: 0px;
}
.why-page .service-2 .list ul {
  margin: -13px;
}
.why-page .service-2 .list ul li {
  padding: 13px;
  text-align: center;
  overflow: hidden;
}
.why-page .service-2 .list ul li .num_box{
  position: relative;
  display: inline-block;
}
.why-page .service-2 .list ul li span.num {
  font-size: 30px;
  font-weight: 900;
  color: var(--color);
  display: inline-block;
  
  position: relative;
}
.why-page .service-2 .list ul li .num_box::before,
.why-page .service-2 .list ul li .num_box::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 500px;
  background-color: #bfbfbf;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
  margin-left: .5em;
  margin-top: -0.2em;
}
.why-page .service-2 .list ul li .num_box::before{
  right: 100%;
  left: auto;
  margin-right: 1em;
  margin-left: 0;
}
.why-page .service-2 .list ul li:first-child .num_box::before{
  display: none;
}
.why-page .service-2 .list ul li:last-child .num_box::after{
  display: none;
}
.why-page .service-2 .list ul li span.h6 {
  font-weight: 700;
  font-size: 20px;
  color: #999999;
  margin: .5em 0;
  display: block;
  line-height: 1.2;
}
.why-page .service-2 .list ul li .text {
    line-height: 1.6;
    color: #626262;
}
.why-page .service-2 .list ul .slick-slide:last-child li span.num:after,
.why-page .service-2 .list ul li:last-child span.num:after {
  display: none;
}
.why-page .service-2 .list ul li .text{
  font-size: 18px;
}
.why-page .service-3 {
  text-align: center;
  color: white;
  background-image: url("../images/service-3-bg.jpg");
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}
.why-page .service-3 span.h2 {
  line-height: 1.4;
}
.why-page .service-3 a.more {
    color: #ffffff;
    font-size: 18px;
}
.why-page .service-3 a.more:hover {
  color: white;
}
.why-page .service-4 {
  padding: 60px 0;
  background-color: var(--color);
  color: white;
  text-align: center;
}
.why-page .service-4 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.why-page .service-4 ul li {
  padding: 5px;
  border-right: 1px solid white;
}
.why-page .service-4 ul li span.h6 {
  font-weight: 900;
  font-size: 60px;
  display: block;
  line-height: 1.2;
}
.why-page .service-4 ul li span.h6 sub {
  font-size: 50%;
  vertical-align: baseline;
}
.why-page .service-4 ul li .text {
  color: inherit;
  margin-top: .5em;
  font-size: 18px;
}
.why-page .service-4 ul li:last-child {
  border-right: none;
}
.why-page .service-list ul{
  margin: -12px;
}
.why-page .service-list ul li{
  padding: 12px;
}
.why-page .service-list ul li .img-box img{
  border-radius: 20px;
}
.why-page .service-list ul li .title{
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
  background: rgba(0,0,0,0.3);
}

.why-page .service-page2 .service-3 {
  background: transparent;
}

.why-page .service-page2 .service-3 .header {
  text-align: left;
}

.why-page .service-page2 .service-3 .header .title {
  font-size: 60px;
  color: #030303;
  line-height: 1;
  font-weight: bold;
  margin-top: 5px;
}

.why-page .service-page2 .service-3 .content {
  margin-top: 65px;
}

.why-page .service-page2 .service-3 .content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
}

.why-page .service-page2 .service-3 .content ul li {
  padding-right: 20px;
  width: 25%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  color: #000;
  text-align: left;
}

.why-page .service-page2 .service-3 .content ul li .ig {
  border: solid 1px var(--color);
  border-radius: 20px;
  height: 383px;
}

.why-page .service-page2 .service-3 .content ul li .ig i {
  display: block;
  max-width: 80px;
}

.why-page .service-page2 .service-3 .content ul li .ig .tit {
  font-weight: bold;
  line-height: 1.3;
  text-align: left;
}

.why-page .service-page2 .service-3 .content ul li .ig .con {
  line-height: 1.8;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease-out, -webkit-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
  transition: opacity 0.1s ease-out, -webkit-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
  -moz-transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96), -moz-transform 0.4s ease-out;
  transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
  transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96), -webkit-transform 0.4s ease-out, -moz-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
  transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96), -webkit-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  -webkit-transform: translateX(50px);
  -moz-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
  max-height: 100px;
  overflow-y: auto;
}

.why-page .service-page2 .service-3 .content ul li .ig .num {
  position: absolute;
  bottom: 30px;
  right: 35px;
  color: #030303;
  font-weight: bold;
}

.why-page .service-page2 .service-3 .content ul li.active {
  width: 50%;
}

.why-page .service-page2 .service-3 .content ul li.active .con {
  opacity: .65;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  transition-delay: 0.4s;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}
@media screen and (max-width: 1700px) {
  .why-page .service-2 .list ul li span.h6 {
    font-size: 20px;
  } 
  .why-page .service-4 ul li span.h6 {
    font-size: 48px;
  }
  .why-page .service-2 .list ul li span.num {
    font-size: 36px;
  }
  .why-page .service-2 .list {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1450px) {
  
  .why-page .service-1 .left .img {
    height: 600px;
  }
  .why-page .service-2 .list ul li span.num {
    font-size: 32px;
  }
  .why-page .service-2 .list ul li span.h6 {
    font-size: 18px;
  }
  .why-page .service-2 .list {
    margin-top: 30px;
  } 
  .why-page .service-4 ul li span.h6 {
    font-size: 36px;
  } 
  .why-page .service-2 .list ul li span.h6{
    font-size: 16px;
  }
  .why-page .service-page2 .service-3 .content ul li .ig .tit {
    font-size: 32px;
  }
}
@media screen and (max-width: 1250px) {
  .why-page .service-2 .list ul li span.h6 {
    font-size: 14px;
    line-height: 28px;
  }
  .why-page .service-4 ul li span.h6 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1000px) {
  .why-page .service-2 .list ul li:last-child span.num:after {
    display: inline-block;
  }

  .why-page .service-2 .list ul li span.num {
    font-size: 28px;
  }
  .why-page .service-page2 .service-3 .header .title {
    font-size: 70px;
  }

  .why-page .service-page2 .service-3 .content ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -10px;
  }

  .why-page .service-page2 .service-3 .content ul li {
    width: 50%;
    margin-bottom: 10px;
  }
  .why-page .service-page2 .service-3 .content ul li .ig .con {
    opacity: .65;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-transition-delay: .4s;
    -moz-transition-delay: .4s;
    transition-delay: .4s;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
}
@media screen and (max-width: 700px) {
  .why-page .service-4 ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .why-page .service-4 ul li {
    width: 100%;
    border: none;
  }

  .why-page .service-4 ul li span.h6 {
    font-size: 24px;
  }
  .why-page .service-page2 .service-3 .header .title {
    font-size: 53px;
  }

  .why-page .service-page2 .service-3 .content {
    margin-top: 20px;
  }

  .why-page .service-page2 .service-3 .content ul li .ig i {
    zoom: .7;
  }

  .why-page .service-page2 .service-3 .content ul li .ig {
    padding: 10px;
  }

  .why-page .service-page2 .service-3 .content ul li .ig .tit {
    font-size: 24px;
    margin-top: 0;
  }

  .why-page .service-page2 .service-3 .content ul li .ig .num {
    bottom: 0;
  }
}
@media screen and (max-width: 500px) {
  .why-page .service-4 ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .why-page .service-4 ul li {
    width: 100%;
    border: none;
  }

  .why-page .service-4 ul li span.h6 {
    font-size: 24px;
  }
  .why-page .service-page2 .service-3 .header .title {
    font-size: 36px;
  }

  .why-page .service-page2 .service-3 .content ul li,
  .why-page .service-page2 .service-3 .content ul li.active {
    width: 100%;
  }

  .why-page .service-page2 .service-3 .content ul li .ig {
    height: auto;
    padding: 20px 15px;
  }

  .why-page .service-page2 .service-3 .content ul li .ig .tit {
    line-height: 1.5;
  }

  .why-page .service-page2 .service-3 .content ul li .ig .con {
    font-size: 16px;
    line-height: 1.8;
  }
}
.service-page .about-1 {
  padding: 90px 0 0;
  position: relative;
}
.service-page .about-1:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 235px;
  width: 100%;
  height: 615px;
  background-color: #f6f6f6;
  z-index: -1;
}
.service-page .about-1 .container .left {
  max-width: 785px;
}
.service-page .about-1 .container .left h3 {
  line-height: 1.2;
}
.service-page .about-1 .container .left img {
  margin-top: 80px;
}
.service-page .about-1 .container .right {
  max-width: 600px;
}
.service-page .about-1 .container .right p {
  max-width: 540px;
}
.service-page .about-1 .container .right img {
  margin-top: 80px;
}
.service-page .about-1 .text {
  margin-top: 80px;
  padding-bottom: 130px;
}
.service-page .about-1 .text p {
  padding: 0 60px;
}
.service-page .about-1 ul {
  margin-bottom: 180px;
}
.service-page .about-1 ul li {
  width: 34%;
  height: 235px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  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;
}
.service-page .about-1 ul li .left {
  margin-right: 35px;
}
.service-page .about-1 ul li .left h4 {
  font-size: 60px;
  line-height: 1;
  color: var(--color);
}
.service-page .about-1 ul li .left p {
  font-size: 16px;
    line-height:30px;
}
.service-page .about-1 ul li .right {
  font-size: 16px;
    line-height: 30px;
}
.service-page .about-1 ul li:first-child {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 65px;
}
.service-page .about-1 ul li:nth-child(2) {
  width: 32%;
}
.service-page .about-1 ul li:last-child {
  border-right: 1px solid transparent;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 50px;
}
.service-page .about-2 {
  padding: 0 150px;
  margin-top: 200px;
}
.service-page .about-2 .bg {
  position: absolute;
  right: 0;
  top: -90px;
}
.service-page .about-2 .line {
  width: 100%;
  height: 10px;
  background-color: var(--color);
}
.service-page .about-2 .content {
  background-color: #f7f7f7;
  /*height: 675px;*/
  padding: 5.56% 0;
  position: relative;
}
.service-page .about-2 .content .title {
  color: #111;
  text-align: left;
}
.service-page .about-2 .content .title p {
  max-width: 650px;
  color: #777;
  text-indent:38px;
}
.service-page .about-2 .content ul {
  margin: 130px 0px 0;
}
.service-page .about-2 .content ul li {
  width: 20%;
  padding: 0 35px;
  color: #000;
}
.service-page .about-2 .content ul li .icon {
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 25px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.service-page .about-2 .content ul li .icon h4 {
  margin-bottom: -10px;
}
.service-page .about-2 .content ul li p {
  font-size: 18px;
  line-height: 30px;
  color: #777;
}
.service-page .about-3 {
  margin: 130px 0 0;
}
.service-page .about-3 .right {
  width: 67%;
}
.service-page .about-3 .right .text {
  padding: 0 30px;
}
.service-page .about-3 .right .text .text-l .des {
  width: 90%;
  color: #777;
}
.service-page .about-3 .right .text .img_box {
  margin-left: 200px;
  margin-top: -110px;
}
.service-page .about-3 .right .text .btn-go::before{
  background: #000;
}
.service-page .about-3 .right .box {
  margin-top: 40px;
}
.service-page .about-3 .right .box .slickBtn{
  position: absolute;
  bottom: 10px;
  right: 30px;
}
.service-page .about-3 .right .box .box-l {
  width: 50%;
  background-color: #eee;
  position: relative;
  color: #000;
  padding:  0 80px 0px 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.service-page .about-3 .right .box .box-l ul{
  width: 100%;
}
.service-page .about-3 .right .box .box-r {
  width: 50%;
}
.service-page .about-4 {
  padding: 100px 0 50px;
}
.service-page .about-4 h2 {
  line-height: 1.8;
}
.contact-page .marginBox {
  padding-top: 00px;
}
.contact-page .marginBox .form ul {
  margin: -15px -7px;
}
.contact-page .marginBox .form ul li {
  padding: 15px 7px;
}
.contact-page .marginBox .form ul li input,
.contact-page .marginBox .form ul li textarea {
  display: block;
  width: 100%;
  font-size: 18px;
  padding: 0.6em 1em;
  border: 1px solid #bfbfbf;
}
.contact-page .marginBox .form ul li textarea {
  height: 150px;
}
.contact-page .marginBox .form ul li input[type=submit] {
  border: none;
  background: #000;
  color: #fff;
  font-size: 20px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.contact-page .marginBox .form ul li input[type=submit]:hover{
  background: var(--color);
}
.contact-page .marginBox .form ul li.wid-100 {
  width: 100%;
}
.product-page .pro-list {
  padding: 150px 0 100px;
}
.product-page .pro-list .cat_des{
  font-size: 14px;
  color: #555;
  margin: 10px 0 30px 0;
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 4px;
}
.product-page .pro-list ul {
  margin: -10px;
}
.product-page .pro-list ul > p{
  font-size: 16px;
  letter-spacing: 0;
}
.product-page .pro-list ul li {
  padding: 10px;
}
.product-page .pro-list ul li .img-box {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.product-page .pro-list ul li .img-box img {
  display: block;
  width: auto;
  margin: auto;
}
.product-page .pro-list ul li h5 {
  font-size: 18px;
  line-height: 1.6;
  font-weight: bold;
  margin-top: 10px;
}
.product-page .pro-list ul li .des{
  font-size: 14px;
  margin-top: 5px;
  color: #333;
}
@media (max-width: 1700px) {
  .service-page .about-1 .container .left {
    width: 52%;
  }
  .service-page .about-1 .container .right {
    width: 48%;
  }
  .service-page .about-2 .bg {
    max-width: 50%;
  }
  .service-page .about-2 {
    padding: 0;
  }
  .service-page .about-3 .right .text .img_box {
    display: none;
  }
  .service-page .about-3 .right {
    width: 55%;
  }
  .service-page .about-3 .right .box .box-r {
    display: none;
  }
  .service-page .about-3 .right .box .box-l {
    width: 100%;
    padding: 50px 50px 70px 50px;
  }
}
@media (max-width: 1450px) {
  .service-page .about-1 .container .right {
    width: 42%;
  }
  .service-page .about-1 ul li .left {
    margin-right: 35px;
  }
  .service-page .about-1 ul li .left h4 {
    font-size: 48px;
  }
  .service-page .about-1 ul li .left p {
    font-size: 14px;
  }
  .service-page .about-1 ul li .right {
    font-size: 14px;
  }
  .service-page .about-2 .content .title p {
    max-width: 50%;
  }
  .service-page .about-2 .content ul {
    margin: 80px -15px 0;
  }
  .service-page .about-2 .content ul li {
    padding: 0 15px;
  }
  .service-page .about-3 .left {
    width: 45%;
  }
  .service-page .about-3 .right {
    padding-left: 50px;
  }
  .service-page .about-4 {
    padding: 120px 0;
    padding-bottom: 30px;
  }
}
@media (max-width: 1250px) {
  .service-page .about-1 .container .left h3,
  .service-page .about-1 .container .left span,
  .service-page .about-1 .container .left .btn-go {
    margin-left: 0;
  }
  .service-page .about-1 ul li {
    -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;
    padding: 0 !important;
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -moz-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .service-page .about-1 ul li .left {
    margin-right: 0 ;
    margin-bottom: 10px;
  }
  .service-page .about-3 .right .text {
    padding: 0;
  }
  .service-page .about-3 .right .text .text-l h2 {
    font-size: 24px;
    margin-bottom: 35px;
  }
  .service-page .about-3 .right .box {
    margin-top: 40px;
  }
}
@media (max-width: 1000px) {
  .service-page .about-1 .container .left {
    width: 100%;
    margin-bottom: 60px;
  }
  .service-page .about-1 .container .right {
    width: 100%;
    max-width: 100%;
  }
  .service-page .about-1 .container .right p {
    max-width: 100%;
  }
  .service-page .about-2 .bg{
    width: 100%;
    max-width: 100%;
    position: relative;
    top: 0;
    left: 0;
  }
  .service-page .about-2{
    margin-top: 0;
  }
  .service-page .about-2 .content{
    padding-top: 0;
  }
  .service-page .about-2 .content .title{
    margin-top: 20px;
  }
  .service-page .about-2 .content .title p {
    max-width: 100%;
  }
  .service-page .about-2 .content ul li {
    width: 48%;
    margin: 20px 0;
  }
  .service-page .about-2 .content {
    height: auto;
    padding-bottom: 90px;
  }
  .service-page .about-3 .left {
    width: 100%;
    margin-bottom: 60px;
    padding: 0 15px;
  }
  .service-page .about-3 .left img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .service-page .about-3 .right {
    width: 100%;
    padding: 0 15px;
  }
  .service-page .about-3 .right .box .box-r {
    display: block;
    width: 100%;
    margin-top: 60px;
  }
  .service-page .about-3 .right .box .box-r img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media (max-width: 700px) {
  .service-page .about-1 .text p {
    padding: 0 15px;
  }
  .service-page .about-1 .text {
    margin-top: 60px;
    padding-bottom: 55px;
  }
  .service-page .about-1 ul li {
    width: 100% !important;
    border-right: 1px solid transparent;
  }
  .service-page .about-1:before {
    height: 705px;
    bottom: 0;
  }
  .service-page .about-1 ul {
    margin-bottom: 0;
  }
  .contact-page .marginBox .form ul li {
    width: 100%;
  }
  .contact-page .contact-1 .list ul li {
    width: 100%;
  }
  .contact-page .contact-1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 500px) {
  .service-page .about-1 .container .left h3 {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .service-page .about-1 .container .left img {
    margin-top: 50px;
  }
  .service-page .about-1 .text p {
    padding: 0;
  }
  .service-page .about-2 .content ul li {
    width: 100%;
  }
  .service-page .about-2 .content {
    padding-bottom: 50px;
  }
  .service-page .about-2 .content ul {
    margin: 10px -15px 0;
  }
  .service-page .about-3{
    margin-top: 40px;
  }
  .service-page .about-3 .right .box .box-l {
    padding: 30px 15px 60px 15px;
  }
  .service-page .about-3 .left{
    margin-bottom: 30px;
  }
  .service-page .about-3 .right .text .text-l h2{
    font-size: 20px;
  }
  .service-page .about-3 .right .box .box-r{
    margin-top: 20px;
  }
  .service-page .about-4{
    padding: 40px 0;
    padding-bottom: 20px;
  }
  .service-page .about-4 p {
    padding: 0;
  }
  .service-page .about-4 h2 {
    margin-top: 20px;
  }
  .product-page .pro-list{
    padding: 40px 0;
  }
}
.sus-page .sus-0 .cont{
   line-height: 2;
   font-weight: 300;
 }

  .sus-page .sus-1 .ui.container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sus-page .sus-1 .ui.container .left h5 {
    max-width: 750px;
  }
  .sus-page .sus-1 .ui.container .right {
    padding-left: 45px;
  }
  .sus-page .sus-1 .ui.container .right p {
    line-height: 2;
  }

  .sus-page .sus-2 .ui.container {
    text-align: left;
  }
  .sus-page .sus-2 .ui.container .honorbox {
    padding-top: calc(0.575vw + 14px);
    margin-top: calc(0.8345vw + 14px);
    border-top: 1px solid #aaa;
  }
  .sus-page .sus-2 .ui.container .honorbox ul.honorlist {
    margin: 0 -50px;
  }
  .sus-page .sus-2 .ui.container .honorbox ul.honorlist li {
    padding: 15px 50px;
    text-align: center;
    height: 100%;
  }
  .sus-page .sus-2 .ui.container .honorbox ul.honorlist li .item {
    height: 100%;
    width: 100%;
    padding: calc(1.3555vw + 14px) 0;
    text-align: center;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
  }
  .sus-page .sus-2 .ui.container .honorbox ul.honorlist li .item:hover {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  }
  .sus-page .sus-2 .ui.container .honorbox ul.honorlist li .item .img{
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sus-page .sus-2 .ui.container .honorbox ul.honorlist li .item img {
    margin: 0 auto;
  }
  .sus-page .sus-2 .ui.container .honorbox ul.honorlist li .item h5 {
    margin-top: 20px;
    text-align: center;
    position: relative;
  }
  .sus-page .sus-2 .ui.container .honorbox ul.honorlist li .item h5:before {
    content: "";
    width: 65px;
    height: 1px;
    position: absolute;

    bottom: 0;
    left: 50%;
    margin-left: -32.5px;
  }

  .sus-page .sus-3 .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sus-page .sus-3 .top .left {
    text-align: right;
  }
  .sus-page .sus-3 .top .left h5 {
    text-align: left;
  }
  .sus-page .sus-3 .top .right p {
    max-width: 630px;
    margin: 0 auto;
    text-align: left;
  }
  .sus-page .sus-3 .main {
    background: #f8f8f8;
    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;
    flex-wrap: wrap;
    border-radius: 30px;
  }
  .sus-page .sus-3 .main .left {
    padding: 30px 60px 30px 100px;
  }
  .sus-page .sus-3 .main .left .more{
    width: 130px;
  }
  .sus-page .sus-3 .main .left h6 {
    margin: 30px 0;
  }
  .sus-page .sus-3 .main .left p {
    line-height: 2;
    margin-bottom: 65px;
  }
.sus-page .sus-3 .main .right img{
   border-radius: 30px;
}
  .sus-page .sus-4 .ui.container {
    text-align: left;
  }
  .sus-page .sus-4 .ui.container .optionbox {
    margin-top: calc(0.575vw + 14px);
    border-top: 1px solid #999;
  }
  .sus-page .sus-4 .ui.container .optionbox ul.optionlist {
    margin: 0 -15px;
  }
  .sus-page .sus-4 .ui.container .optionbox ul.optionlist li {
    padding: 15px;
    height: 100%;
  }
  .sus-page .sus-4 .ui.container .optionbox ul.optionlist li .item {
    background: #f8f8f8;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
        height: 100%;
        border-radius: 15px;
        overflow: hidden;
  }
  .sus-page .sus-4 .ui.container .optionbox ul.optionlist li .item:hover {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    -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);
  }
  .sus-page .sus-4 .ui.container .optionbox ul.optionlist li .item .text {
    padding: 45px 30px;
    text-align: left;
  }
  .sus-page .sus-4 .ui.container .optionbox ul.optionlist li .item .text h6 {
    /*color: #000;*/
    font-weight: 700;
    height:65px;
  }
  .sus-page .sus-4 .ui.container .optionbox ul.optionlist li .item .text p {
    line-height: 2;
    margin-top: 20px;
  }

  @media screen and (max-width: 1440px){
       .sus-page .sus-3 .main .left {
      padding: 20px
     }
    }
  @media screen and (max-width: 1000px){
      .sus-page .smt{
        font-size: calc(0.1055vw + 14px);
      }
      .sus-page .sus-3 .main {
        border-radius: 15px;
      }
        .sus-page .sus-3 .main .right img{
          border-radius: 15px;
        }
       .sus-page .sus-3 .top .left {
      padding-right: 40px;
    }
    
    .sus-page .sus-4 .ui.container .optionbox ul.optionlist li .item .text {
      padding: 30px 15px;
      text-align: left;
    }
    .sus-page .sus-4 .ui.container .optionbox ul.optionlist {
      margin: 0 -15px;
    }
    .sus-page .sus-4 .ui.container .optionbox ul.optionlist li {
      padding: calc(1.88vw + 14px) 15px;
    }
      .sus-page .sus-2 .ui.container .honorbox ul.honorlist{
    margin-left: 10px;
    margin-right: 10px
  }
  .sus-page .sus-2 .ui.container .honorbox ul.honorlist li{
    padding-left: 5px;
    padding-right: 5px;
  }
    }
     @media screen and (max-width: 1000px){
      .sus-page .sus-3 .main .left{
        width: 100%;
      }
      .sus-page .sus-3 .main .right{
         display: none;
      }
      .sus-page .grid-box.two>.column{
        width: 100%;
      }
      .sus-page .sus-1 .ui.container .right{
        padding-left: 0;
        margin-top: calc(0.8345vw + 14px);
      }
    
      .sus-page .sus-3 .top .left h5{
        text-align: center;
        padding: 0;
        margin-bottom: 30px;
      }

      .sus-page .sus-3 .top .left{
        padding: 0;
      }
    }
   @media screen and (max-width: 700px){
      .sus-page .sus-1 .ui.container .left {
      width: 100%;
    }
    .sus-page .sus-1 .ui.container .right {
      width: 100%;
      padding-left: 0;
      margin-top: 20px;
    }
    .sus-page .sus-3 .top .left {
      width: 100%;
      text-align: center;
    }
    .sus-page .sus-3 .top .right {
      width: 100%;
      text-align: center;
    }
    .sus-page .sus-3 .main {
   
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .sus-page .sus-3 .main .left {
      width: 100%;
      padding-top: 20px;
      padding-bottom: 20px;
      padding-right: 0;
    }
    .sus-page .sus-3 .main .right {
      width: 100%;
    }
    }
#pups_shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_from {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: 600;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from form {
  margin-top: 40px;
}
#pups_from i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from i.close::after,
#pups_from i.close::before {
  content: '';
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: var(--color);
}
#pups_from i.close:hover::before,
#pups_from i.close:hover::after {
  background: white;
}
#pups_from ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from ul li input,
#pups_from ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_from ul li input:focus,
#pups_from ul li textarea:focus {
  border-color: var(--color);
}
#pups_from ul li textarea {
  height: 80px;
}
#pups_from ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: var(--color);
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from ul li:last-child {
  margin-bottom: 0;
}
.casedet-page .service-1 .left .img{
  height: auto;
}
.casedet-page .service-1 .left{
  position: sticky;
  top: 150px;
}