@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.eot');
  src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.woff') format('woff'), url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.eot');
  src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.eot');
  src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
body {
  --color: #2d257a;
  --color1: #2fa70f;
  max-width: 1920px;
  margin: 0 auto;
  font-family: 'Montserrat';
  font-weight: 500;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.container {
  padding: 0 15px;
  position: relative;
  width: 1710px;
  margin: 0 auto;
}
.more {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 12.85em;
  height: 3em;
  font-size: 20px;
  border-radius: 30px;
  background: #2d257a;
  color: #fff;
  line-height: 1;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.more::before {
  content: "";
  width: 104%;
  height: 103%;
  position: absolute;
  z-index: -1;
  top: -2%;
  right: 100%;
  visibility: hidden;
  -webkit-clip-path: polygon(0% 0%, 75% 0%, 90% 51%, 75% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 75% 0%, 90% 51%, 75% 100%, 0% 100%);
  border-radius: 50px;
  overflow: hidden;
  background-color: #2fa70f;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.more:hover::before {
  right: 0;
  visibility: visible;
}
#header {
  z-index: 20;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
}
#header .nav {
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .menu-box {
  margin: 0 0 0 auto;
}
#header .nav .menu-box ul.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .nav .menu-box ul.menu > li {
  margin-right: 3.6875em;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  text-transform: uppercase;
}
#header .nav .menu-box ul.menu > li > a {
  line-height: 1;
}
#header .nav .menu-box ul.menu > li > a i {
  position: absolute;
  right: 0;
  top: 30%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
}
#header .nav .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: 0;
  width: auto;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
  white-space: nowrap;
}
#header .nav .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
}
#header .nav .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .menu-box ul.menu > li ul.sub-menu li:hover a {
  color: #fff;
}
#header .nav .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 .menu-box ul.menu > li:hover,
#header .nav .menu-box ul.menu > li.active {
  color: var(--color);
}
#header .nav .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .h-search {
  cursor: pointer;
}
#header .nav .yuy span img {
  width: 41px;
  height: 25px;
  border-radius: 5px;
}
#header .nav .yuy ul {
  top: 100%;
  left: initial;
  right: 0;
  z-index: 100;
}
#header .nav .share a {
  position: relative;
  display: inline-block;
  margin-right: 8px;
}
#header .nav .share a .code {
  position: absolute;
  top: 100%;
  right: 0;
  width: 100px;
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .share a:last-child {
  margin-right: 0;
}
#header .nav .share a:hover .code {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
#header.active {
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
}
.text-color {
  color: var(--color);
}
#banner {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#banner ul li {
  position: relative;
}
#banner ul li > img {
  width: 100%;
}
#banner ul li .text {
  position: absolute;
  z-index: 3;
  top: 47%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  color: #fff;
}
#banner ul li .text .box {
  max-width: 990px;
}
#banner ul li .text .title {
  line-height: 1.1;
}
#banner ul li .text .title small {
  display: block;
}
#banner ul li .text .title,
#banner ul li .text .btn {
  opacity: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul li::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
#banner ul .swiper-slide-active .text .title,
#banner ul .swiper-slide-active .text .btn {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#banner ul .swiper-slide-active .text .title {
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  transition-delay: .3s;
}
#banner ul .swiper-slide-active .text .btn {
  -webkit-transition-delay: .6s;
  -moz-transition-delay: .6s;
  transition-delay: .6s;
}
#banner .video {
  right: 31px;
  bottom: 29px;
  width: 15.417%;
  z-index: 2;
}
#banner .video video {
  width: 100%;
  height: 9.63542vw;
  -o-object-fit: cover;
  object-fit: cover;
}
#banner .video .play {
  width: 1.85em;
  height: 1.85em;
  background: var(--color1);
  padding-left: 4px;
}
#banner .video .play i {
  border-left: .65em solid white;
  border-top: .45em solid transparent;
  border-bottom: .45em solid transparent;
}
#banner .video .play::before,
#banner .video .play::after {
  background: rgba(45, 37, 122, 0.47);
}
.title,
.i-title {
  font-weight: bold;
}
.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;
}
.font-30 {
  line-height: 1.2;
}
.i-tag {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
}
.i-tag em {
  margin-right: 15px;
}
.i-tag em i {
  font-size: 14px;
  color: var(--color1);
}
.i-tag em i:last-child {
  margin-left: -6px;
}
.i-title {
  font-size: 45px;
  line-height: 1.22;
  margin-top: 15px;
}
.reveal-img-wrap,
.reveal-img-inner {
  overflow: hidden;
}
#index-body .i-advantage {
  padding: 5.73% 0 6.6146%;
}
#index-body .i-advantage .box {
  background-color: #f3f3f3;
  -webkit-clip-path: polygon(4% 0, 96% 0, 100% 20%, 100% 80%, 96% 100%, 4% 100%, 0% 80%, 0% 20%);
  clip-path: polygon(4% 0, 96% 0, 100% 20%, 100% 80%, 96% 100%, 4% 100%, 0% 80%, 0% 20%);
}
#index-body .i-advantage .box ul li {
  max-width: 428px;
}
#index-body .i-advantage .box ul li .icon {
  width: 72px;
  overflow: hidden;
  z-index: 1;
}
#index-body .i-advantage .box ul li .icon img:first-child {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateX(-150%);
  -moz-transform: translateX(-150%);
  -ms-transform: translateX(-150%);
  transform: translateX(-150%);
}
#index-body .i-advantage .box ul li .icon img:last-child {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#index-body .i-advantage .box ul li .icon::after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 34px;
  height: 34px;
  right: 0;
  border-radius: 50%;
  background: var(--color1);
}
#index-body .i-advantage .box ul li .title {
  width: 69%;
  line-height: 1.2;
  margin-top: -14px;
}
#index-body .i-advantage .box ul li .bottom {
  width: 75%;
  margin: -5px 0 0 auto;
  line-height: 1.6;
}
#index-body .i-advantage .box ul li:hover .icon img:first-child {
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}
#index-body .i-advantage .box ul li:hover .icon img:last-child {
  -webkit-transform: translateX(170%) rotateX(50deg);
  -moz-transform: translateX(170%) rotateX(50deg);
  transform: translateX(170%) rotateX(50deg);
}
#index-body .i-advantage .box ul li:first-child .icon::after {
  top: 2px;
  right: 9px;
}
#index-body .i-advantage .box ul li:nth-child(2) .icon::after {
  top: 22px;
}
#index-body .i-advantage .box ul li:last-child .icon::after {
  top: 17px;
}
#index-body .i-about .box {
  width: 91.875%;
  padding-right: 15px;
}
#index-body .i-about .box .left {
  width: 50.372%;
}
#index-body .i-about .box .right {
  width: 49.628%;
}
#index-body .i-about .box .right h1 {
  display: inline;
}
#index-body .i-about .box .right .con {
  line-height: 1.56;
}
#index-body .i-about .box .right ul {
  margin: -14.5px 0;
}
#index-body .i-about .box .right ul li {
  padding: 14.5px 0;
}
#index-body .i-about{
  z-index: 1;
}
#index-body .i-about .bottom {
  right: 0;
  bottom: 0;
  width: 438px;
  z-index: -1;
}
#index-body .i-about .bottom .data {
  width: 270px;
  height: 517px;
  margin: 0 0 0 auto;
  color: #fff;
  background-size: 100% 100%;
}
#index-body .i-about .bottom .data .num {
  line-height: 1;
  font-weight: bold;
}
#index-body .i-about .bottom .data .num em {
  font-size: 2.8em;
}
#index-body .i-about .bottom::after {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 438px;
  height: 362px;
  background-color: var(--color1);
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
#index-body .i-category {
  padding: 5.21% 0 6.146%;
  background-color: #f6f6f6;
}
#index-body .i-category .header {
  max-width: 830px;
  margin: 0 auto;
}
#index-body .i-category .header .i-title small {
  display: block;
}
#index-body .i-category ul {
  margin: -6px -6.5px;
  height: 1302px;
}
#index-body .i-category ul li {
  padding: 6px 6.5px;
}
#index-body .i-category ul li .text {
  z-index: 2;
  left: 25px;
  right: 26px;
  bottom: 24px;
  background: #fff;
  border-top: 5px solid var(--color1);
  -webkit-transform: scaleX(0.7) rotateX(20deg);
  -moz-transform: scaleX(0.7) rotateX(20deg);
  transform: scaleX(0.7) rotateX(20deg);
  opacity: 0;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
#index-body .i-category ul li .text .con {
  line-height: 1.6;
}
#index-body .i-category ul li .text .icon {
  display: inline-block;
}
#index-body .i-category ul li .text .icon img {
  width: auto;
}
#index-body .i-category ul li:nth-child(5),
#index-body .i-category ul li:nth-child(6),
#index-body .i-category ul li:nth-child(7),
#index-body .i-category ul li:nth-child(8),
#index-body .i-category ul li:nth-child(9) {
  position: absolute;
}
#index-body .i-category ul li:nth-child(5),
#index-body .i-category ul li:nth-child(6),
#index-body .i-category ul li:nth-child(7) {
  top: 33.6%;
}
#index-body .i-category ul li:nth-child(5) {
  left: 0;
}
#index-body .i-category ul li:nth-child(6) {
  left: 50%;
}
#index-body .i-category ul li:nth-child(7) {
  right: 0;
}
#index-body .i-category ul li:nth-child(8) {
  left: 50%;
  bottom: -12px;
}
#index-body .i-category ul li:nth-child(9) {
  width: 50%;
  bottom: -12px;
  left: 0;
}
#index-body .i-category ul li .img-box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
#index-body .i-category ul li .ig {
  background: var(--color);
  color: #fff;
}
#index-body .i-category ul li .ig .con {
  line-height: 1.56;
  max-width: 477px;
}
#index-body .i-category ul li .ig .more {
  background: var(--color1);
}
#index-body .i-category ul li .ig .more::before {
  background: #fff;
}
#index-body .i-category ul li .ig .more:hover {
  color: var(--color1);
}
#index-body .i-category ul li:hover .img-box::after {
  opacity: 1;
}
#index-body .i-category ul li:hover .text {
  -webkit-transform: scaleX(1) rotateX(0deg);
  -moz-transform: scaleX(1) rotateX(0deg);
  transform: scaleX(1) rotateX(0deg);
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  transition: all 0.4s linear;
  opacity: 1;
}
#index-body .i-rate {
  padding: 5.73% 0 5.46875%;
}
#index-body .i-rate .swiper ul li .title {
  line-height: 1.3;
  max-width: 1023px;
  margin: 2.467em auto 0;
}
#index-body .i-rate .bottom ul li {
  cursor: pointer;
}
#index-body .i-rate .bottom ul li .text {
  display: none;
}
#index-body .i-rate .bottom ul li .title {
  line-height: 1.5;
}
#index-body .i-rate .bottom ul li p {
  line-height: 1;
}
#index-body .i-rate .bottom ul li.active .text {
  display: initial;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#index-body .i-rate .arrow {
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
#index-body .i-rate .arrow a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 24px;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background: #f3f3f3;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-rate .arrow a:hover {
  background: var(--color);
  color: #fff;
}
#index-body .i-strength {
  padding-bottom: 5.834%;
}
#index-body .i-strength .header {
  border-top: 1px solid #ececec;
  padding-top: 6.25%;
}
#index-body .i-strength .header .left {
  width: 43%;
}
#index-body .i-strength .header .right {
  width: 46%;
  line-height: 1.56;
}
#index-body .i-strength ul li .img-box {
  -webkit-clip-path: polygon(15% 0, 90% 0, 100% 0, 100% 100%, 70% 100%, 0 100%, 0% 85%, 0 15%);
  clip-path: polygon(15% 0, 90% 0, 100% 0, 100% 100%, 70% 100%, 0 100%, 0% 85%, 0 15%);
}
#index-body .i-strength ul li .img-box .text {
  position: absolute;
  right: 6px;
  bottom: 7px;
  width: 246px;
  height: 59px;
  -webkit-clip-path: polygon(100% 0px, 100% 50%, 100% 100%, 0px 100%, 11% 50%, 0% 0%);
  clip-path: polygon(100% 0px, 100% 50%, 100% 100%, 0px 100%, 11% 50%, 0% 0%);
  background: #fff;
  opacity: 0;
}
#index-body .i-strength ul li .img-box .text i {
  font-size: 14px;
  color: var(--color1);
}
#index-body .i-strength ul li .img-box:hover .text{
  opacity: 1;
}
#index-body .i-contact {
  padding: 5.9375% 0 4.583%;
}
#index-body .i-contact .img {
  height: 694px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#index-body .i-contact .box {
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}
#index-body .i-contact .box .form {
  width: 50%;
  margin: 0 0 0 auto;
  background: var(--color);
  color: #fff;
}
#index-body .i-contact .box .form input[type="text"],
#index-body .i-contact .box .form textarea {
  width: 100%;
  height: 90px;
  background: #fff;
  border: 0;
  padding: 0 29px;
  font-size: 16px;
  color: #818181;
  margin-bottom: 23px;
}
#index-body .i-contact .box .form input[type="text"]::-webkit-input-placeholder, #index-body .i-contact .box .form textarea::-webkit-input-placeholder {
  color: #818181;
}
#index-body .i-contact .box .form input[type="text"]:-moz-placeholder, #index-body .i-contact .box .form textarea:-moz-placeholder {
  color: #818181;
}
#index-body .i-contact .box .form input[type="text"]::-moz-placeholder, #index-body .i-contact .box .form textarea::-moz-placeholder {
  color: #818181;
}
#index-body .i-contact .box .form input[type="text"]:-ms-input-placeholder, #index-body .i-contact .box .form textarea:-ms-input-placeholder {
  color: #818181;
}
#index-body .i-contact .box .form input[type="text"]::placeholder,
#index-body .i-contact .box .form textarea::placeholder {
  color: #818181;
}
#index-body .i-contact .box .form textarea {
  height: 180px;
  padding-top: 28px;
}
#index-body .i-contact .box .form input[type="checkbox"] {
  width: 34px;
  height: 20px;
  background: #fff;
  border: 0;
}
#index-body .i-contact .box .form span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.7;
  opacity: .5;
}
#index-body .i-contact .box .form .more {
  border: 0;
  background-color: var(--color1);
}
#index-body .i-contact .box .form .more::before {
  background: #fff;
}
#index-body .i-contact .box .form .more:hover {
  color: var(--color1);
}
#index-body .i-how .header .left {
  width: 45%;
}
#index-body .i-how .header .right {
  line-height: 1.56;
  width: 46%;
}
#index-body .i-how .content {
  width: 94vw;
}
#index-body .i-how .content .left {
  width: 55.464%;
}
#index-body .i-how .content .left ul li {
  position: relative;
}
#index-body .i-how .content .left ul li::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #efefef;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-how .content .left ul li.active .desc {
  width: 55.7%;
}
#index-body .i-how .content .left ul li.active .desc .con {
  display: block;
}
#index-body .i-how .content .left ul li.active::after {
  width: 50.451%;
}
#index-body .i-how .content .left ul li:last-child {
  margin-bottom: 0;
}
#index-body .i-how .content .left .title {
  width: 44.3%;
}
#index-body .i-how .content .left .desc i {
  font-size: 14px;
  color: var(--color1);
}
#index-body .i-how .content .left .desc .con {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.6;
  display: none;
}
#index-body .i-news {
  background-color: #f6f6f6;
  padding: 4.84375% 0 6.6146%;
}
#index-body .i-news ul li .img time {
  bottom: 16px;
  left: 24px;
  background: var(--color);
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 11px 12px 10px 11px;
}
#index-body .i-news ul li .img-box {
  -webkit-clip-path: polygon(15% 0, 90% 0, 100% 0, 100% 100%, 70% 100%, 0 100%, 0% 85%, 0 15%);
  clip-path: polygon(15% 0, 90% 0, 100% 0, 100% 100%, 70% 100%, 0 100%, 0% 85%, 0 15%);
}
#index-body .i-news ul li .img-box img {
  position: relative;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
  background-size: cover;
}
#index-body .i-news ul li .img-box img:first-child {
  -webkit-transform: translateX(-50%) scaleX(2);
  -moz-transform: translateX(-50%) scaleX(2);
  -ms-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(0);
  filter: blur(0);
  position: absolute;
  top: 0;
  left: 0;
}
#index-body .i-news ul li .img-box img:last-child {
  -webkit-transform: translateX(0) scaleX(1);
  -moz-transform: translateX(0) scaleX(1);
  -ms-transform: translateX(0) scaleX(1);
  transform: translateX(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
#index-body .i-news ul li .img-box:hover img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  -moz-transform: translateX(0) scaleX(1);
  -ms-transform: translateX(0) scaleX(1);
  transform: translateX(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
#index-body .i-news ul li .img-box:hover img:last-child {
  -webkit-transform: translateX(50%) scaleX(2);
  -moz-transform: translateX(50%) scaleX(2);
  -ms-transform: translateX(50%) scaleX(2);
  transform: translateX(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(20px);
  filter: blur(20px);
  -webkit-clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
  clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .i-news ul li .text .title {
  line-height: 1.4;
}
#index-body .i-news ul li .text .con {
  line-height: 1.6;
}
#footer {
  background: url(../images/fbg.png) no-repeat center bottom rgba(9, 9, 9, 0.96);
  position: relative;
  z-index: 1;
  color: #fff;
}
#footer .f-content .title {
  font-size: 25px;
  line-height: 1;
  margin-bottom: 27px;
}
#footer .f-content ul li {
  font-size: 18px;
  line-height: 1.5;
  color: #7c7c7c;
  font-weight: 400;
}
#footer .f-content ul li a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-content ul li a:hover {
  color: #fff;
}
#footer .f-content .f-contact {
  max-width: 355px;
}
#footer .f-content .f-contact .mail span {
  font-weight: 400;
}
#footer .f-content .f-code .title {
  margin-bottom: 42px;
}
#footer .f-content #ewm {
  width: 166px;
  margin: 0 auto;
  border: 6px solid #fff;
}
#footer .f-content .share a {
  display: inline-block;
  position: relative;
  margin-right: 8px;
}
#footer .f-content .share a .code {
  position: absolute;
  right: 0;
  top: 110%;
  width: 100px;
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-content .share a:last-child {
  margin-right: 0;
}
#footer .f-content .share a:hover .code {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
#footer .f-copy {
  font-size: 14px;
  line-height: 1.7;
  color: #9c9b9b;
  position: relative;
  border-top: 1px solid #434343;
}
#footer svg {
  max-height: 26px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  fill: #9c9b9b;
  font-weight: 500;
}
#footer svg text {
  fill: #9c9b9b;
  font-weight: 500;
}
@media (max-width: 1700px) {
  #index-body .i-advantage .box ul li {
    max-width: 400px;
  }
  #index-body .i-about .box .right .list {
    padding-right: 20px;
  }
  #index-body .i-about .bottom {
    zoom: .6;
    padding-bottom: 30px;
  }
  #index-body .i-category ul {
    height: 1060px;
  }
  .i-title {
    font-size: 40px;
  }
  #index-body .i-how .content {
    width: 97vw;
  }
  #index-body .i-how .content .right {
    width: 44%;
  }
}
@media (max-width: 1450px) {
  #header .nav .menu-box ul.menu > li {
    margin-right: 2.2em;
  }
  .yuy {
    margin-left: 30px;
  }
  #index-body .i-advantage .box ul li {
    max-width: 340px;
  }
  #index-body .i-advantage .box ul li .bottom {
    width: 72%;
  }
  #index-body .i-about .box .right .list {
    padding-right: 37px;
  }
  #index-body .i-category ul {
    height: 908px;
  }
  #index-body .i-category ul li .text {
    left: 13px;
    right: 13px;
    bottom: 12px;
  }
  #index-body .i-category ul li .ig {
    padding: 30px;
  }
  #index-body .i-category ul li .ig .i-title {
    margin-top: 0;
  }
  #index-body .i-category ul li:nth-child(8),
  #index-body .i-category ul li:nth-child(9) {
    bottom: -5px;
  }
  #index-body .i-contact .img {
    height: 560px;
  }
  #index-body .i-contact .box .form {
    padding: 30px;
  }
  #index-body .i-contact .box .form input[type="text"] {
    height: 60px;
  }
  .fixed-toolbar {
    right: 10px;
  }
}
@media (max-width: 1250px) {
  #index-body .i-advantage .box ul li {
    max-width: 280px;
  }
  #index-body .i-advantage .box ul li .bottom {
    width: 68%;
  }
  .i-title {
    font-size: 36px;
  }
  #index-body .i-category ul {
    height: 726px;
  }
  #index-body .i-category ul li .ig {
    padding: 20px 15px;
  }
  #index-body .i-category ul li .ig .i-title {
    font-size: 30px;
  }
  .more {
    font-size: 18px;
  }
  #index-body .i-rate .swiper ul li .title {
    max-width: 820px;
  }
  #index-body .i-contact .box .form textarea {
    height: 150px;
    padding-top: 17px;
  }
}
@media (max-width: 1000px) {
  #index-body .i-advantage .box ul {
    margin: -10px 0;
  }
  #index-body .i-advantage .box ul li {
    padding: 10px 0;
  }
  .font-30 {
    font-size: 24px;
  }
  .font-25 {
    font-size: 20px;
  }
  .font-18 {
    font-size: 16px;
  }
  #index-body .i-about .box {
    width: 100%;
    padding-left: 15px;
  }
  #index-body .i-about .box .right {
    width: 100%;
    margin-top: 20px;
  }
  #index-body .i-category ul {
    height: auto;
  }
  #index-body .i-category ul li {
    position: initial !important;
    width: 50%;
  }
  #index-body .i-category ul li:nth-child(odd) {
    margin-top: -51.5%;
  }
  #index-body .i-category ul li:nth-child(1) {
    margin-top: 0;
  }
  #index-body .i-category ul li:nth-child(9) {
    margin-top: 0;
    width: 100%;
  }
  #index-body .i-category ul li:nth-child(9) .ig {
    padding: 40px 20px;
  }
  #index-body .i-strength .header .right {
    margin-top: 20px;
  }
  #index-body .i-strength ul li .img-box .text {
    padding-left: 30px;
  }
  #index-body .i-contact .img {
    height: 300px;
    background-size: cover;
  }
  #index-body .i-contact .box {
    position: initial;
  }
  #index-body .i-contact .box .container {
    padding: 0;
  }
  #index-body .i-contact .box .form {
    width: 100%;
  }
  #index-body .i-how .header .right {
    margin-top: 20px;
  }
  #index-body .i-how .content {
    width: 100%;
  }
  #index-body .i-how .content .left {
    width: 100%;
  }
  #index-body .i-how .content .right {
    display: none;
  }
  #index-body .i-rate .swiper ul li .title {
    max-width: 600px;
  }
  #footer .f-content .f-contact {
    max-width: 100%;
  }
  #footer .f-content .f-nav,
  #footer .f-content .f-product,
  #footer .f-content .f-code {
    display: none;
  }
}
@media (max-width: 700px) {
  #banner .video {
    display: none;
  }
  .more {
    font-size: 16px;
  }
  .i-title {
    font-size: 29px;
  }
  #index-body .i-advantage .box ul li {
    max-width: 100%;
  }
  #index-body .i-advantage .box ul li .bottom {
    width: 79%;
  }
  #index-body .i-about .box .right .list {
    padding-right: 0;
  }
  #index-body .i-about .bottom {
    display: none;
  }
  #index-body .i-category ul li:nth-child(9) .ig {
    height: 100% !important;
  }
  #index-body .i-rate .content .swiper li .title {
    max-width: 400px;
    margin-top: 1em;
  }
}
@media (max-width: 500px) {
  .more {
    font-size: 14px;
    width: 10em;
    height: 2.6em;
  }
  #banner ul li .text .title {
    font-size: 20px;
  }
  #banner ul li .text .btn {
    margin-top: 10px;
  }
  .font-30 {
    font-size: 20px;
  }
  .font-25 {
    font-size: 18px;
  }
  .flex-2 > * {
    width: 100%;
  }
  .i-tag {
    font-size: 14px;
  }
  .i-title {
    font-size: 24px;
  }
  #index-body .i-advantage .box {
    padding: 20px 15px;
  }
  #index-body .i-advantage .box ul li .icon {
    width: 50px;
  }
  #index-body .i-advantage .box ul li .icon::after {
    width: 20px;
    height: 20px;
  }
  #index-body .i-category ul li {
    width: 100%;
  }
  #index-body .i-category ul li .img-box::after {
    opacity: 1;
  }
  #index-body .i-category ul li .text {
    -webkit-transform: scaleX(1) rotateX(0deg);
    -moz-transform: scaleX(1) rotateX(0deg);
    transform: scaleX(1) rotateX(0deg);
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    transition: all 0.4s linear;
    opacity: 1;
  }
  #index-body .i-category ul li:nth-child(odd) {
    margin-top: 0;
  }
  #index-body .i-category ul li:nth-child(9) .ig {
    padding: 20px 15px;
  }
  #index-body .i-category ul li:nth-child(9) .ig .i-title {
    font-size: 22px;
  }
  #index-body .i-rate .content .swiper li .title {
    max-width: 280px;
  }
  #index-body .i-rate .bottom ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px 0;
  }
  #index-body .i-rate .bottom ul li {
    width: 100%;
    padding: 10px 0;
  }
  #index-body .i-rate .bottom ul li .text {
    display: initial ;
  }
  #index-body .i-contact .box .form {
    padding: 30px 15px;
  }
  #index-body .i-contact .box .form .i-title {
    margin-top: 0;
  }
  #index-body .i-how .content .left .title {
    width: 100%;
  }
  #index-body .i-how .content .left .desc {
    width: 100%;
  }
  #index-body .i-how .content .left .desc .con {
    display: block;
  }
  #footer .f-content ul li {
    font-size: 16px;
    line-height: 1.8;
  }
}
.inner-banner .sub {
  height: 30px;
  background-color: #000;
}
.inner-banner .mbx {
  padding: 18px 0;
  font-weight: 700;
  font-size: 14px;
}
.about-page .about-1 .h2 {
  line-height: 1.25;
}
.about-page .about-1 .content {
  line-height: 30px;
  /*color: #666666;*/
}
.about-page .about-1 ul li {
  position: relative;
}
.about-page .about-1 ul li em {
  color: var(--color);
}
.about-page .about-1 ul li p {
  color: #999999;
  line-height: 1.8;
}
.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: 60px;
  background-color: #d6d6d6;
}
.about-page .about-1 ul li:last-child::after {
  content: none;
}
.about-page .about-2 .box {
  padding: 0 240px;
  background: url(../images/yinhao-1.png) no-repeat left center, url(../images/yinhao-2.png) no-repeat right center;
}
.about-page .about-2 .content {
  line-height: 30px;
}
.about-page .about-3 {
  background: url(../images/sus-bg.jpg) no-repeat;
  background-size: cover;
  color: white;
}
.about-page .about-3 .box {
  max-width: 770px;
}
.about-page .about-3 .h2 {
  color: white;
}
.about-page .about-3 .content {
  line-height: 30px;
}
.about-page .about-4 .img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  /*width: 65%;*/
}
.about-page .about-4 .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about-page .about-4 .box {
  background-color: white;
  width: 55%;
  margin-left: auto;
  z-index: 2;
  position: relative;
}
.about-page .about-4 .box .des {
  line-height: 30px;
}
@media screen and (max-width: 1000px){
  .about-page .about-2 .box {
    padding: 0 85px;
    background-size: 60px;
  }
   .about-page .about-4 .box {
    width: 77%;
  }
  .about-page .about-1 ul li{
    width: 50%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 30px;
    margin-bottom: 10px;
  }
  .about-page .about-1 ul li:nth-child(2)::after{
    content: none;
  }
  .gallery-page .top{
    padding-top: 30px;
  }
  .gallery-page .top > div{
    width: 100%;
  }
  .gallery-page .honor-box ul li{
    width: 33.3%;
  }
}
@media screen and (max-width: 700px){
  .about-page .about-1 ul li p{
    line-height: 2;
  }
  .about-page .about-1 .h2{
    line-height: 30px;
  }
   .about-page .about-1 .top {
    padding: 0;
  }
  .about-page .about-1 ul li {
    width: 50%;
    margin-bottom: 10px;
  }
   .about-page .about-4 .img {
    position: relative;
    width: 100%;
  }
  .about-page .about-4 .box {
    width: 100%;
    padding-left: 0;
  }
   .gallery-page .honor-box ul li{
    width: 50%;
  }
}
@media screen and (max-width: 500px){
   .about-page .about-2 .box {
    padding: 0;
    background: white;
  }
  .about-page .about-1 ul li{
    padding: 0 10px 0 0;
  }
  .about-page .about-1 ul li::after{
    content: none;
  }
  .gallery-page .honor-box ul li{
    width: 100%;
  }
}
.faq-page .img2 {
  width: 100%;
}
.faq-page .init-1 .container .tips {
  font-weight: 700;
}
.faq-page .init-1 .container ul {
  margin-top: 40px;
}
.faq-page .init-1 .container ul li {
  padding: 40px 40px;
  border-top: 2px solid #dbdbdb;
}
.faq-page .init-1 .container ul li:last-child {
  border-bottom: 2px solid #dbdbdb;
}
.faq-page .init-1 .container ul li .titleC {
  cursor: pointer;
  font-weight: 700;
  position: relative;
}
.faq-page .init-1 .container ul li .titleC .q {
  text-transform: uppercase;
  width: 50px;
}
.faq-page .init-1 .container ul li .titleC .text {
  padding-right: 20px;
  width: -webkit-calc(50%);
  width: -moz-calc(50%);
  width: calc(100% - 50px);
}
.faq-page .init-1 .container ul li .titleC i {
  position: absolute;
  font-size: 30px;
  top: 0;
  right: -10px;
  color: #3d3d3d;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
.faq-page .init-1 .container ul li .titleC.active i {
  -webkit-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
.faq-page .init-1 .container ul li .content {
  margin-top: 20px;
  padding: 20px;
  background-color: #f3f3f3;
  border-radius: 5px;
  display: none;
}
.faq-page .init-2 .container .content {
  border: 2px solid #e9e9e9;
}
.faq-page .init-2 .container .content .img {
  width: 38%;
}
.faq-page .init-2 .container .content .right {
  width: 62%;
  padding: 10px 140px 10px 80px;
}
.faq-page .init-2 .container .content .right .title {
  font-weight: 700;
}
.faq-page .init-2 .container .content .right .des {
  margin-top: 20px;
}
.faq-page .init-2 .container .content .right .more {
  margin-top: 40px;
  width: 350px
}
.faq-page .init-2 .container .content .right .more span:first-child {
  width: -webkit-calc(100% - 28px);
  width: -moz-calc(100% - 28px);
  width: calc(100% - 28px);
}
@media (max-width: 1500px) {
  .faq-page .init-2 .container .content .right {
    padding-right: 60px;
  }
}
@media (max-width: 1250px) {
  .faq-page .init-2 .container .content .img {
    width: 100%;
  }
  .faq-page .init-2 .container .content .right {
    width: 100%;
    padding: 20px;
  }
}
@media (max-width: 1000px) {
  .faq-page .init-1 .container ul li {
    padding: 20px 10px;
  }
}
@media (max-width: 500px) {
  .faq-page .init-1 .container ul li .titleC .q {
    width: 40px;
  }
  .faq-page .init-2 .container .content .right .more {
    margin-top: 20px;
  }
  .faq-page .init-1 .container ul li .titleC .text {
    font-size: 18px;
  }
}
.news-page .news-tab ul {
  margin: -6px;
}
.news-page .news-tab ul li {
  padding: 6px;
}
.news-page .news-tab ul li a {
  display: inline-block;
  background: #fff;
  font-size: 20px;
  line-height: 1;
  padding: 13px 23px 11px;
  border-radius: 25px;
      font-weight: 700;
}
.news-page .news-tab ul li a:hover,
.news-page .news-tab ul li a.active {
  background: var(--color);
  color: #fff;
}
.news-page #index-body .i-news ul{
  margin: -19px;
}
.news-page #index-body .i-news ul li{
  padding: 19px;
}
@media screen and (max-width: 1000px){
  .news-page #index-body .i-news .list ul li{
    width: 50%;
    margin-bottom: 20px;
  }
  #index-body .i-news .list ul li .box .titles, 
  #index-body .i-news .list ul li .box .title{
    min-height: 124px;
  }
}
@media screen and (max-width: 700px){
   .news-page .news-tab {
    display: none;
  }
  .news-page #index-body .i-news ul li{
    width: 50%;
  }
}
@media screen and (max-width: 500px){
  .news-page #index-body .i-news ul li{
    width: 100%;
  }
}
.newdet-page {
  padding: 6% 0;
}
.newdet-page .sideBox .sideLeft {
  width: 27%;
  position: -webkit-sticky;
  position: sticky;
  top: 145px;
  left: 0;
}
.newdet-page .sideBox .sideLeft .back .pageBackbtn {
  display: inline-block;
  background-color: var(--color);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  overflow: hidden;
  vertical-align: top;
  position: relative;
}
.newdet-page .sideBox .sideLeft .back .pageBackbtn span {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/fh.png) center center no-repeat;
  background-size: 100%;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
.newdet-page .sideBox .sideLeft .back .pageBackbtn::after {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 100%;
  opacity: 0;
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
  -moz-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -moz-transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -webkit-transform 0s 0.45s, -moz-transform 0s 0.45s;
}
.newdet-page .sideBox .sideLeft .back .pageBackwz {
  display: inline-block;
  font-size: 20px;
  color: #000000;
  line-height: 46px;
  vertical-align: top;
  margin-left: 14px;
}
.newdet-page .sideBox .sideLeft .back:hover .pageBackbtn::after {
  opacity: 1;
  border-radius: 0;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.newdet-page .sideBox .sideRight {
  width: 63%;
}
.newdet-page .sideBox .sideRight .category {
  background: var(--color);
  text-align: center;
  display: inline-block;
  font-size: 18px;
  color: #fff;
  line-height: 46px;
  border-radius: 45px;
  padding: 0 23px;
  margin-bottom: 64px;
}
.newdet-page .sideBox .sideRight h1 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
}
.newdet-page .sideBox .sideRight time {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #4B4B4B;
  margin: 59px 0 60px;
}
.newdet-page .sideBox .sideRight .content {
  font-size: 18px;
  color: #333;
  line-height: 1.8;
}
.m-page{
  margin-top: 40px;
}
.m-page a,.m-page span{
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 40px;
  text-align: center;
  font-size: 17px;
  margin: 0 5px;
  background: #222;
  color: white;
  border-radius: 5px;
  -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.m-page a:hover,.m-page span{
  background: var(--color);
}
#mobile3 .m-search form input[type="submit"]{
  background: url(../images/icon-search-white.png) center center no-repeat;
}
@media screen and (max-width: 1000px){
  .newdet-page .sideBox .sideLeft{
    display: none;
  }
  .newdet-page .sideBox .sideRight{
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .newdet-page .sideBox .sideRight .category{
    margin-bottom: 20px;
  }
  .newdet-page .sideBox .sideRight h1{
    font-size: 30px;
  }
  .newdet-page .sideBox .sideRight time{
    margin: 20px 0;
  }
}
@media screen and (max-width: 500px){
   .newdet-page .sideBox .sideRight .category {
    margin-bottom: 30px;
  }
  .newdet-page .sideBox .sideRight h1 {
    font-size: 24px;
    line-height: 44px;
  }
  .newdet-page .sideBox .sideRight time {
    margin: 30px 0;
  }
  .newdet-page .sideBox .sideRight .content {
    font-size: 16px;
    line-height: 30px;
  }
}
.sa-nav .container .sa-c {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 16.66%;
  border-radius: 25px;
}
.sa-nav .container .sa-c:hover,
.sa-nav .container .sa-c.active {
  background: var(--color);
  color: #fff;
}
.sa-nav .container .sa-c:hover img,
.sa-nav .container .sa-c.active img {
  filter: brightness(0) invert(1);
}
.sa-nav .container .sa-c img {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: block;
  margin: 0 auto;
  filter: invert(1);
}
.sa-nav .container .sa-c {
  text-align: center;
  color: rgba(102, 102, 102, 1);
}
.sa-nav {
  padding: 80px 0;
  background: #f2f6f7;
}
.cus-page .tit {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 600;
  max-width: 790px;
}
.cus-page .cus-5 {
  padding-bottom: 7%;
}
.cus-page .cus-5 .header {
  margin-top: 93px;
}
.cus-page .cus-5 .header .tit {
  max-width: 500px;
}
.cus-page .header .con {
  line-height: 1.6;
  font-weight: 300;
  color: #666;
  text-align: center;
  margin-top: 100px;
}
.cus-page .cus-5 .content {
  margin-top: 74px;
  position: relative;
}
.cus-page .cus-5 .content .img-box {
  border-radius: 10px;
}
.cus-page .cus-5 .content .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  z-index: 1;
  color: #fff;
  padding: 20px 56px var(--px100);
}
.cus-page .cus-5 .content .text .con {
  font-size: 16px;
  line-height: 30px;
  margin: 25px 0 30px;
  max-width: 790px;
}
@media screen and (max-width: 1440px) {
  .cus-page .cus-5 .header .con {
    max-width: 660px;
  } 
}
@media screen and (max-width: 1230px) {
  .cus-page .tit {
    font-size: 30px;
  } 
  .cus-page .cus-5 .header .con {
    max-width: 469px;
  } 
}
@media screen and (max-width: 1000px) {
  .sa-nav .container .sa-c {
    width: 33.333%
  } 
  .cus-page .cus-5 .header {
    margin-top: 30px;
  }
  .cus-page .cus-5 .header .con {
    max-width: 100%;
    margin-top: 20px;
  }
  .cus-page .cus-5 .content {
    margin-top: 30px;
  }
  .cus-page .cus-5 .content .text {
    padding: 20px;
  }
  .cus-page .cus-5 .content .text .con {
    margin-bottom: 0;
  } 
}
@media screen and (max-width: 700px) {
  .cus-page .tit {
    font-size: 30px;
  }
  .cus-page .cus-5 .content .img-box img {
    min-height: 360px;
  } 
}
@media screen and (max-width: 500px) {
  .sa-nav .container .sa-c {
    width: 50%
  }
  .cus-page .tit {
    font-size: 24px;
    line-height: 44px;
  } 
  .cus-page .cus-5 .content .img-box img {
    min-height: 460px;
    object-fit: cover;
  } 
  .cus-page .cus-5 .content .text .con {
    font-size: 14px;
    line-height: 2;
    margin: 12px 0 0px;
  }
}
.aft03 {
  padding-top: 100px;
  position: relative;
  overflow: hidden;
  background-color: #faf9f9;
}
.aft03 p{
  color: #666;
  font-weight: 300;
}
.aft03 .icenter2 {
  padding-bottom: 100px;
}
.aft03 .icenter2 .le {
  overflow: hidden;
  position: relative;
  width: 45%;
}
.aft03 .icenter2 .le::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .5);
  content: '';
  -webkit-transition: -webkit-transform .6s;
  transition: transform .6s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);
  z-index: 1;
}
.aft03 .icenter2 .le:hover::before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 115%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 115%, 0);
}
.aft03 .icenter2 .le:hover img {
  transform: scale(1.1);
}
.aft03 .icenter2 .ri {
  width: 50%;
}
.aft03 .icenter2 .ri>ul {
  margin: 20px 0 0px;
}
.aft03 .icenter2 .ri>ul li {
  position: relative;
  padding-left: 15px;
  font-size: 18px;
   /*color: #666666;*/
  line-height: 30px;
}
.aft03 .icenter2 .ri>ul li::before {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #666666;
  position: absolute;
  left: 0px;
  top: 13px;
  content: "";
}
@media screen and (max-width:1600px){
   .aft03 .icenter2 .ri>ul li {
    padding-left: 15px;
    font-size: 14px;
    line-height: 24px;
  }
  .aft03 .icenter2 .ri>ul {
    margin: 16px 0 0px;
  }
  .aft03 .icenter2 .le {
    height: 529px;
  }
}
@media only screen and (max-width:768px){
   .aft03 .icenter2 {
    flex-flow: wrap;
  }
  .aft03 .icenter2 .le {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .aft03 .icenter2 .ri {
    width: 100%;
  }
  .aft03 {
    padding-top: 50px;
  }
}
.download-page .download-2 .img {
    border-radius: 10px;
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 20px;
    height: 300px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: right;
    -webkit-justify-content: right;
    -moz-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right
}
.download-page .download-2 .img .play {
    cursor: pointer;
}
.download-page .download-2 span.h6 {
    margin-top: .5em;
    display: block;
    width: 350px;
    line-height: 44px;
}
.download-page .download-2 .slickBtn div {
    top: 40%;
}
.download-page .download-3 .left {
    position: sticky;
    top: 100px;
}
.download-page .download-3 .left .text {
    margin: 1em 0;
    line-height: 30px;
}
.download-page .download-3 .right .list ul li {
    padding: 25px 0 20px;
    border-bottom: 1px solid #e5e5e5;
}
.download-page .download-3 .right .list ul li span.h6 {
    cursor: pointer;
    line-height: 36px;
}
.download-page .download-3 .right .list ul li span.h6 i {
    width: 1em;
    height: 1em;
    position: relative;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: auto;
    margin-top: .3em;
}
.download-page .download-3 .right .list ul li span.h6 i:after,.download-page .download-3 .right .list ul li span.h6 i:before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    background-color: #000;
}
.download-page .download-3 .right .list ul li span.h6 i:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.download-page .download-3 .right .list ul li.active span.h6 i:before {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
.download-page .download-3 .right .list ul li .text {
    margin-top: .7em;
    display: none;
    line-height: 30px;
}
@media (max-width: 1450px) {
  .download-page .download-2 .img {
      height: 220px;
  }
}
@media (max-width: 700px) {
    .download-page .download-3 .flex {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .download-page .download-3 .flex .left {
        width: 100%;
        position: static;
    }
    .download-page .download-3 .flex .right {
        width: 100%;
        margin-top: 30px;
    }
}
.mold-page .mold-1 .text {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}
.mold-page .mold-2 {
  background-color: var(--color);
}
.mold-page .mold-4 {
  background-color: #f9f9f9;
}
.mold-page .mold-4 .big .slickBtn div {
  background-color: transparent;
  color: #333;
}
.mold-page .mold-4 .big .slickBtn div:hover {
  color: var(--color);
}
.mold-page .mold-4 .small {
  padding: 0 25%;
}
.mold-page .mold-4 .small a:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 1;
}
.mold-page .mold-4 .small .slick-current a:before {
  opacity: 0;
}
@media (max-width: 1000px) {
  .mold-page .mold-4 .small {
    display: none;
  }
}
#index-body .init-0 .top {
    max-width: 1000px;
    margin: 0 auto;
}
#index-body .init-0 .top .text {
    line-height: 2;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}
#index-body .init-0 .navlink a {
    padding-bottom: .3em;
    border-bottom: 2px solid transparent;
}
#index-body .init-0 .navlink a.active {
    border-color: var(--color);
}
#index-body .init-0 .det {
    position: relative;
}
#index-body .init-0 .det a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    opacity: 0;
    -webkit-transform: translateY(10%);
    -moz-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%);
}
#index-body .init-0 .det a.active {
    z-index: 1;
    opacity: 1;
    position: static;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
@media screen and (max-width: 700px) {
    #index-body .init-0 .navlink,
    #index-body .init-0 .det {
        display: none;
    }
}
.inner-page .sidebar-left {
    width: 25%;
}
.inner-page .sidebar-left .box {
    margin-bottom: 30px;
}
.inner-page .sidebar-left .box.contact ul li{
    font-size: 18px;
    font-weight: 300;
}
.inner-page .sidebar-left .box.contact ul li img{
  width: 47%;
}
.inner-page .sidebar-left .box.contact ul li a{
    color: #666;word-break: break-all;
}
.inner-page .sidebar-left .box:last-child {
    margin-bottom: 0;
}
.inner-page .sidebar-left .box h3 {
    font-size: 26px;
    color: var(--color);
    margin-bottom: 10px;
}
.inner-page .sidebar-left .box ul li {
    font-size: 18px;
    line-height: 2;
    color: #666;
    border-bottom: solid 1px #e5e5e5;
    padding: 3px;
    margin-bottom: 5px;
    width: 80%;
    position: relative;
    /*font-weight: bold;*/
}
.inner-page .sidebar-left .box ul li>a {
    padding-right: 20px;
}
.inner-page .sidebar-left .box ul li i {
    position: absolute;
    top: 12px;
    right: 0;
}
.inner-page .sidebar-left .box ul li li {
    width: 100%;
    font-size: 18px;font-weight: 300;
}
.inner-page .sidebar-left .box ul li li li{
    font-size: 16px;font-weight: 300;
}
.inner-page .sidebar-left .box ul li ul li:last-child {
    border-bottom: none;
}
.inner-page .sidebar-left .box ul li a.child:after {
    content: "\f105";
    position: absolute;
    font-family: "FontAwesome";
    top: 0;
    right: 0;
    font-size: 16px;
}
.inner-page .sidebar-left .box ul li:hover>a,
.inner-page .sidebar-left .box ul li.active>a {
    color: var(--color);
}
.inner-page .sidebar-left .box ul li ul {
    padding-left: 10px;
    display: none;
}
.inner-page .sidebar-left .box ul li.active a.child {
    color: var(--color);
}
.inner-page .sidebar-left .box ul li.active a.child:after {
    content: "\f107";
}
.inner-page .sidebar-left .box .share ul li a {
    display: block;
    padding: 5px 0;
    position: relative;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.inner-page .sidebar-right {
    width: 75%;
}
.inner-page.product-link-page .pro-1 {
    background-color: #ffffff;
}
.inner-page.product-link-page .pro-1 .mk-desc {
	line-height: 30px;
	max-height: 12em;
	overflow-y: auto;
}
.inner-page.product-link-page .pro-1 .box ul li .ig {
    display: block;
    background-color: #f5f5f5;
    padding: 20px;
}
.inner-page.product-link-page .pro-1 .box ul li .ig img {
	background-color: #ffffff;
    margin: auto;
}
.inner-page.product-link-page .pro-1 .box ul li h4 {
    /*color: #383737;*/
    padding-top: 10px;
    line-height: 1.8;
}
@media screen and (max-width: 1250px) {
    .inner-page .sidebar-left {
        display: none;
    }
    .inner-page .sidebar-right {
        width: 100%;
    }
}
@media screen and (max-width: 1000px) {
  .seoPublic .seoIndustry{
      display: none!important;
    }
}
.inner-page.prodet-page .pro-1 .grid1 {
    font-size: 0;
}

.inner-page.prodet-page .pro-1 .grid1 .left {
    display: inline-block;
    vertical-align: top;
    width: 25%;
}

.inner-page.prodet-page .pro-1 .grid1 .left .prev,
.inner-page.prodet-page .pro-1 .grid1 .left .next {
    font-size: 20px;
    width: 100%;
    text-align: center;
    color: #525252;
    background-color: #262626;
    cursor: pointer;
    padding: 10px 0;
}

.inner-page.prodet-page .pro-1 .grid1 .left ul li {
    padding: 5px 0;
}

.inner-page.prodet-page .pro-1 .grid1 .left ul li a {
    display: inline-block;
    background-color: #ebeaea;
    padding: 20px;
}

.inner-page.prodet-page .pro-1 .grid1 .right {
    display: inline-block;
    vertical-align: top;
	width: 100%;
}

.inner-page.prodet-page .pro-1 .grid1 .right .con-1 {
    color: #282828;
    background-color: #fafafa;
    padding: 40px 30px;
    margin-bottom: 15px;
}

.inner-page.prodet-page .pro-1 .grid1 .right .con-1 .left {
    width: 50%;
}

.inner-page.prodet-page .pro-1 .grid1 .right .con-1 .left span {
    font-size: 20px;
}

.inner-page.prodet-page .pro-1 .grid1 .right .con-1 .left .contact {
    font-size: 16px;
    line-height: 2;
    /*padding: 60px 0;*/
    color: #666;
        /*max-height: 290px;
    padding-right: 20px;
    margin-bottom: 30px;
    overflow: auto;*/
}
.inner-page.prodet-page .pro-1 .grid1 .right .con-1 .right {
    width: 50%;
}

.inner-page.prodet-page .pro-1 .grid1 .right .con-2 {
    font-size: 16px;
    background-color: #fff;
    color: #666;
    padding-top: 50px;
}
.inner-page.prodet-page .pro-1 .grid1 .right .con-2 .options{
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
}
.inner-page.prodet-page .pro-1 .grid1 .right .con-2 .options span{
    padding-right: 20px;
}
.inner-page.prodet-page .pro-1 .grid1 .right .con-2 .options span.active{
    color: var(--color);
}
.inner-page.prodet-page .pro-1 .grid1 .right .con-2 .ret{
    margin-top: 15px;
}
.inner-page.prodet-page .pro-1 .grid1 .right .con-2 .ret .slide>span{
    display: none;
    border-bottom: 1px solid #ccc;padding-bottom: 8px;
}

.inner-page.prodet-page .pro-1 .grid1 .right .con-2 .ret table td,
.inner-page.prodet-page .pro-1 .grid1 .right .con-2 .ret able th {
	word-break: normal;
}

.inner-page.prodet-page .pro-1 .grid1 .right .con-3 {
    font-size: 16px;
    background-color: #fff;
    color: #666;
}

.inner-page.prodet-page .pro-1 .grid1 .right .con-4 {
    background-color: #1c1c1c;
}

.inner-page.prodet-page .pro-1 .grid1 .right .con-4 .title {
    color: #fff;
    padding: 26px 40px;
}

.inner-page.prodet-page .pro-1 .grid1 .right .con-4 .title h4 {
    font-size: 38px;
    font-family: var(--font);
}

.inner-page.prodet-page .pro-1 .grid1 .right .con-4 .title span {
    font-size: 20px;
}

.inner-page.prodet-page .pro-1 .grid1 .right .con-4 .form {
    background-color: #2d2d2d;
    padding: 54px 80px 30px;
}

.inner-page.prodet-page .pro-1 .grid1 .right .con-4 .form ul li {
    font-size: 14px;
    padding-bottom: 20px;
}

.inner-page.prodet-page .pro-1 .grid1 .right .con-4 .form ul li h6 {
    text-transform: uppercase;
    color: #bcbcbc;
}

.inner-page.prodet-page .pro-1 .grid1 .right .con-4 .form ul li p {
    font-size: 16px;
    color: #bcbcbc;
}

.inner-page.prodet-page .pro-1 .grid1 .right .con-4 .form ul li p span {
    color: var(--color);
}

.inner-page.prodet-page .pro-1 .grid1 .right .con-4 .form ul li input {
    width: 100%;
    border: 1px solid #fff;
    background-color: transparent;
    padding: 10px;
}

.inner-page.prodet-page .pro-1 .grid1 .right .con-4 .form ul li input[type="submit"] {
    display: inherit;
    width: auto;
    font-size: 15px;
    font-family: var(--font);
    border: none;
    text-transform: uppercase;
    color: #fff;
    background-color: var(--color);
    padding: 20px 36px;
    margin: auto;
}

.inner-page.prodet-page .pro-1 .grid1 .right .con-4 .form ul li textarea {
    width: 100%;
    border: 1px solid #fff;
    background-color: transparent;
    padding: 10px;
}
@media screen and (max-width: 1000px) {
  .inner-page.prodet-page .pro-1 .grid1 .right .con-1 .left {
        width: 100%;
    }
    .inner-page.prodet-page .pro-1 .grid1 .right .con-1 .right {
        width: 100%;
        margin-bottom: 5%;
    }
    .inner-page.prodet-page .pro-1 .grid1 .right .con-1 .left .contact {
        padding: 30px 0;
    }
    .inner-page.prodet-page .pro-1 .grid1 .right .con-1{
      padding: 30px 15px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
      -moz-box-orient: vertical;
      -moz-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
    }
}

@media screen and (max-width: 700px) {

    .inner-page.prodet-page .pro-1 .grid1>.left {
        display: none;
    }

    .inner-page.prodet-page .pro-1 .grid1>.right {
        width: 100%;
    }

    .inner-page.prodet-page .pro-1 .grid1 .right .con-2 .options{
        display: none;
    }
    .inner-page.prodet-page .pro-1 .grid1 .right .con-2 .ret .slide>span {
        display: block;
    }
    .inner-page.prodet-page .pro-1 .grid1 .right .con-2 .ret .slide{
        display: block!important;
        margin: 10px 0;
    }
    .inner-page.prodet-page .pro-1 .grid1 .right .con-2 .ret .slide>div{
        margin-top: 10px;
    }
    .inner-page.prodet-page .pro-1 .grid1 .right .con-2 .ret {
        margin-top: 0;
    }

}

@media screen and (max-width: 500px) {
    .inner-page.prodet-page .pro-1 .grid1 .right .con-1 .left {
        width: 100%;
    }

    .inner-page.prodet-page .pro-1 .grid1 .right .con-1 .right {
        width: 100%;
    }

    .inner-page .sol-form .form,
    .inner-page.prodet-page .pro-1 .grid1 .right .con-4 .form {
        padding: 30px 20px 10px;
    }
}
.contact-1 .Tit {
  line-height: 1.06666667;
}
.contact-1 .Tit img {
  width: 1.3em;
}
.contact-2 .list a {
  background-color: #f5f5f5;
  padding: 1em 2.3em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-2 .list a:hover {
  background-color: var(--color);
  color: #FFFFFF;
}
.contact-3 .form {
  background-color: #f5f5f5;
}
.contact-3 .form ul {
  margin: -0.5em -1em;
}
.contact-3 .form li {
  padding: .5em 1em;
}
.contact-3 .form input,
.contact-3 .form textarea {
  padding: 12px 0;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #dfdfdf;
  background-color: transparent;
}
.contact-3 .form textarea {
  height: 6em;
}
.contact-3 .form input[type="submit"] {
  padding: 1em;
  width: auto;
  border: 0;
  background: var(--color);
  color: #FFFFFF;
}
.contact-3 .form input[type="submit"]:hover {
  background-color: var(--color1);
}
.page-header02{
  background: #fff;
}
.page-header02 .menu-btn{
  background: var(--color);
  color: #fff;
}
@media (max-width: 1700px) {
  .about-page .about-3 .content{
    width: 92%;
    margin-bottom: 0;
  }
}
@media (max-width: 1450px) {
  .about-page .about-3 .content{
    width: 70%;
  }
}
@media (max-width: 1000px) {
  .about-page .about-1 .top{
    padding: 0; 
  }
  .about-page .about-2 .box{
    padding: 0;
  }
  .about-page .about-3 .h2{
    margin-top: 0;
  }
  .font-40 {
    font-size: 28px;
  }
}
@media (max-width: 700px) {
  .about-page .about-1 .h2{
    font-size: 26px;
    line-height: 1.4;
  }
}
@media (max-width: 500px) {
  .contact-3 .form li {
    width: 100%;
  }
  .about-page .about-1 .h2{
    font-size: 24px;
    line-height: 1.5;
  }
}
#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;
}


/*shejijiade*/
.mold-page .mold-4-1 {
  background-color: #fff;
}