body {
  --color: #1b3157;
  --color1: #f2443a;
  max-width: 1920px;
  margin: 0 auto;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.container {
  padding: 0 15px;
  position: relative;
  width: 1230px;
  margin: 0 auto;
}
.more {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  line-height: 1;
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: #f2443a;
  padding-bottom: 17px;
}
.more span {
  position: relative;
}
.more span::after {
  content: attr(data-text);
  position: absolute;
  width: 0%;
  inset: 0;
  color: #1b3157;
  overflow: hidden;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.more i {
  font-size: 12px;
  margin-left: 53px;
  margin-top: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more::after {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--color1);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #1b3157;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more:hover i {
  color: #1b3157;
  -webkit-transform: translateX(-6px);
  -moz-transform: translateX(-6px);
  -ms-transform: translateX(-6px);
  transform: translateX(-6px);
}
.more:hover span::after {
  width: 100%;
}
.more:hover::before {
  width: 100%;
}
#header {
  z-index: 20;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .yuy ul {
  z-index: 10;
  left: initial;
  right: 0;
}
#header .h-top .item {
  width: 100%;
  background: #fff;
}
#header .h-top .search {
  margin: 0 0 0 auto;
  width: 145px;
}
#header .h-top .search form {
  position: relative;
  width: 100%;
}
#header .h-top .search form input[type="search"] {
  width: 100%;
  height: 34px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(27, 49, 87, 0.13);
  font-size: 20px;
  color: var(--color);
  padding-left: 30px;
}
#header .h-top .search form input[type="search"]::-webkit-input-placeholder {
  color: var(--color);
}
#header .h-top .search form input[type="search"]:-moz-placeholder {
  color: var(--color);
}
#header .h-top .search form input[type="search"]::-moz-placeholder {
  color: var(--color);
}
#header .h-top .search form input[type="search"]:-ms-input-placeholder {
  color: var(--color);
}
#header .h-top .search form input[type="search"]::placeholder {
  color: var(--color);
}
#header .h-top .search form input[type="submit"] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 18px;
  height: 18px;
  background: url(../images/search.png) no-repeat center;
  background-size: cover;
  border: 0;
}
#header .nav .menu-box {
  background: var(--color);
  color: #fff;
  width: 100%;
  border-radius: 5px;
  padding: .8em 3.7em .7em 3.15em;
}
#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 {
  -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: capitalize;
}
#header .nav .menu-box ul.menu > li > a {
  line-height: 1;
  position: relative;
}
#header .nav .menu-box ul.menu > li > a i {
  position: absolute;
  right: -5px;
  top: 50%;
  -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::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .menu-box ul.menu > li:hover::after,
#header .nav .menu-box ul.menu > li.active::after {
  width: 100%;
}
#header .nav .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header.active {
  top: -100px;
}
.text-color {
  color: var(--color);
}
#banner {
  position: relative;
}
#banner ul li {
  position: relative;
  overflow: hidden;
}
#banner ul li .text {
  z-index: 2;
  top: 60%;
  -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: 490px;
  margin: 0 0 0 auto;
}
#banner ul li .text .box .title,
#banner ul li .text .box .con {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul li::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(0, 0, 0, 0)), to(var(--color)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 50%, var(--color) 100%);
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 50%, var(--color) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, var(--color) 100%);
}
#banner ul .swiper-slide-active .text .box .title,
#banner ul .swiper-slide-active .text .box .con {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
#banner ul .swiper-slide-active .text .box .title {
  -webkit-transition-delay: 600ms;
  -moz-transition-delay: 600ms;
  transition-delay: 600ms;
}
#banner ul .swiper-slide-active .text .box .con {
  -webkit-transition-delay: 900ms;
  -moz-transition-delay: 900ms;
  transition-delay: 900ms;
}
.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;
}
.i-title {
  font-size: 40px;
  font-weight: bold;
  color: var(--color);
}
#index-body .i-about .top .left .con {
  line-height: 2;
}
#index-body .i-about .top .right ul li {
  border-bottom: 1px solid rgba(27, 49, 87, 0.15);
}
#index-body .i-about .top .right ul li .icon {
  background: var(--color);
  width: 80px;
  height: 80px;
  border-radius: 5px;
}
#index-body .i-about .top .right ul li .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#index-body .i-about .top .right ul li i {
  position: absolute;
  right: 0;
  bottom: 12px;
  color: var(--color);
}
#index-body .i-about .bottom ul li video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .i-category ul li .img .title {
  width: 15em;
  height: 3.625em;
  background: rgba(27, 49, 87, 0.3);
  color: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-category ul li .img .title:hover {
  background: var(--color);
}
#index-body .i-category ul li:last-child {
  margin-bottom: 0;
}
#index-body .i-video {
  background-attachment: fixed;
  background-repeat: no-repeat;
  padding: 5.834% 0;
  background-size: 100% 100%;
}
#index-body .i-video .play {
  position: relative;
  width: 93px;
  height: 93px;
  border-radius: 50%;
  border: 4px solid rgba(255, 255, 255, 0.33);
  overflow: visible;
}
#index-body .i-video .play svg {
  position: absolute;
  top: -3px;
  left: -3px;
  width: -webkit-calc(100% + 6px);
  width: -moz-calc(100% + 6px);
  width: calc(100% + 6px);
  height: -webkit-calc(100% + 6px);
  height: -moz-calc(100% + 6px);
  height: calc(100% + 6px);
  overflow: visible;
}
#index-body .i-video .play svg path {
  fill: none;
  stroke: var(--color1);
  stroke-width: 8;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  stroke-dasharray: 157,800;
  stroke-linecap: round;
}
#index-body .i-video .play:hover svg path {
  stroke-dasharray: 800,800;
}
#index-body .i-support ul {
  margin: -15px;
}
#index-body .i-support ul li {
  padding: 15px;
}
#index-body .i-support ul li .item .top {
  border: 1px solid transparent;
  height: 143px;
}
#index-body .i-support ul li .item .top .img {
  position: relative;
  width: 100%;
  height: 100%;
}
#index-body .i-support ul li .item .top .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .i-support ul li .item .top .img .desc {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  line-height: 1.8;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-support ul li .item .top .img .desc p {
  width: 90%;
}
#index-body .i-support ul li .item .top .img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-support ul li .item:hover .top {
  border-color: var(--color);
  padding: 20px;
}
#index-body .i-support ul li .item:hover .top .img .desc {
  opacity: 1;
}
#index-body .i-support ul li .item:hover .top .img::after {
  opacity: .7;
}
#index-body .i-news .box {
  border-radius: 5px;
  border: 1px solid rgba(27, 49, 87, 0.44);
}
#index-body .i-news .more i {
  margin-left: 27px;
}
#index-body .i-news .content {
  max-width: 680px;
  height: 225px;
  overflow: hidden;
}
#index-body .i-news .content ul {
  margin-bottom: -15px;
}
#index-body .i-news .content ul li {
  padding-bottom: 15px;
}
#index-body .i-news .content ul li .ig span {
  border: 1px solid var(--color1);
  color: var(--color1);
  border-radius: 5px;
  padding: 4px 13px 3px 14px;
}
#index-body .i-news .content ul li .ig .title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#footer .top {
  background: #fff;
  color: var(--color);
}
#footer .top .tit {
  line-height: 1.6;
}
#footer .top .link {
  display: inline-block;
  font-size: 16px;
  background: #1b3157;
  color: #fff;
  border-radius: 5px;
  padding: 17px 61px 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#footer .top .link::after {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #f2443a;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .top .link:hover::after {
  height: 100%;
}
#footer .bottom {
  background-color: #e9e9e9;
}
#footer .bottom .menu {
  max-width: 682px;
  margin: 0 auto;
  background: var(--color);
  color: #fff;
  border-radius: 5px;
}
#footer .bottom .menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#footer .bottom .menu ul li {
  font-size: 16px;
}
#footer .bottom .menu ul li ul {
  display: none;
}
#footer .bottom .menu ul li:first-child {
  display: none;
}
#footer .bottom .info {
  line-height: 2;
}
#footer .f-copy {
  font-size: 14px;
  line-height: 1.8;
  position: relative;
  color: var(--color);
}
#footer svg {
  max-height: 24px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  fill: var(--color);
  margin-top: -2px;
}
@media (max-width: 1700px) {
  div.container {
    width: 1230px;
  }
}
@media (max-width: 1450px) {
  div.container {
    width: 1200px;
  }
}
@media (max-width: 1250px) {
  div.container {
    width: 970px;
  }
  #banner ul li .text .box {
    max-width: 400px;
  }
}
@media (max-width: 1000px) {
  div.container {
    width: 700px;
  }
  .font-34 {
    font-size: 26px;
  }
  .font-20 {
    font-size: 20px;
  }
  .font-18 {
    font-size: 18px;
  }
  .font-16 {
    font-size: 16px;
  }
  .more {
    font-size: 18px;
    padding-bottom: 10px;
  }
  .i-title {
    font-size: 32px;
  }
  #index-body .i-about .top .right {
    margin-top: 30px;
  }
}
@media (max-width: 700px) {
  div.container {
    width: 100%;
  }
  #banner ul li::after {
    background: rgba(27, 49, 87, 0.5);
  }
  #index-body .i-category .header .more {
    margin-top: 16px;
  }
  #index-body .i-support ul {
    margin: -7.5px;
  }
  #index-body .i-support ul li {
    padding: 7.5px;
  }
  #index-body .i-support ul li .item .top .img .desc p {
    width: 100%;
  }
  #index-body .i-support ul li .item:hover .top {
    padding: 10px;
  }
  #index-body .i-news .box {
    padding: 30px 15px;
  }
  #index-body .i-news .box .more {
    margin-top: 20px;
  }
  #index-body .i-news .content {
    margin-top: 30px;
  }
  .font-37 {
    font-size: 24px;
  }
  #footer .bottom .menu {
    display: none;
  }
}
@media (max-width: 500px) {
  #banner ul li .text {
    top: 50%;
  }
  #banner ul li .text .box {
    padding: 0 15px;
  }
  #banner ul li .text .box .title {
    font-size: 20px;
  }
  #banner ul li .text .box .con {
    display: none;
  }
  .more {
    font-size: 16px;
  }
  .flex-2 > * {
    width: 100%;
  }
  .i-title {
    font-size: 26px;
  }
  #index-body .i-category .header .more {
    margin-top: 7px;
  }
  #index-body .i-news .content ul li .ig .title {
    -webkit-box-flex: initial;
    -webkit-flex: initial;
    -moz-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    width: 100%;
    padding: 6px 0 0 0;
    font-size: 16px;
  }
  .font-20 {
    font-size: 17px;
  }
  .font-37 {
    font-size: 20px;
  }
}
.about-page .about-1 .img {
  border-radius: 10px;
  overflow: hidden;
}
.about-page .about-1 .img .i-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  color: white;
}
.about-page .about-1 .txt {
  font-weight: bold;
}
.about-page .about-1 .txt em {
  font-weight: 800;
  color: black;
}
.about-page .about-2 {
  background-color: #ebf4f0;
}
.about-page .about-2 ul li{
  height: 100%;
}
.about-page .about-2 ul li .box {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-radius: 10px;
  background-color: white;
  padding: 40px;
  height: 100%;
}
.about-page .about-2 ul li .box .icon {
  width: 60px;
  height: 60px;
  background-color: #ebf4f0;
  border-radius: 50%;
}
.about-page .about-2 ul li .box .des {
  line-height: 25px;
  min-height: 125px;
}
.about-page .about-2 ul li:hover .box {
  background-color: var(--color);
  color: white;
}
.about-page .about-3 .txt{
  font-size: 18px;
}
.about-page .about-3 .list {
  height: 622px;
}
.about-page .about-3 .list ul {
  padding-left: 35px;
  z-index: 3;
}
.about-page .about-3 .list ul .slick-list {
  padding-left: 10px;
  padding-top: 210px;
  padding-bottom: 32px;
}
.about-page .about-3 .list ul li {
  padding-left: 22px;
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-page .about-3 .list ul li .line {
  position: absolute;
  left: 0;
  top: 20px;
  bottom: 0;
  border-left: 1px dashed var(--color);
  height: 100%;
  width: 1px;
}
.about-page .about-3 .list ul li .line i {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #cccccc;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0%;
}
.about-page .about-3 .list ul li .line i::after {
  content: "";
  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%);
  background-color: white;
  width: 9px;
  height: 9px;
  border-radius: 50%;
}
.about-page .about-3 .list ul li .line::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-left: 10px solid var(--color);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.about-page .about-3 .list ul li .year {
  font-weight: 800;
  color: var(--color);
}
.about-page .about-3 .list ul li .des {
  line-height: 1.4;
  max-height: 100px;
  overflow: auto;
}
.about-page .about-3 .list ul .slick-current li:nth-child(1) {
  min-height: 190px;
  margin-top: 82px;
}
.about-page .about-3 .list ul .slick-current li:nth-child(2) {
  min-height: 300px;
  margin-top: 80px;
}
.about-page .about-3 .list ul .slick-current li:nth-child(3) {
  min-height: 230px;
  margin-top: -100px;
}
.about-page .about-3 .list ul .slick-current li:nth-child(4) {
  min-height: 400px;
  margin-top: -115px;
}
.about-page .about-3 .list ul .slick-current li:nth-child(5) {
  min-height: 200px;
  margin-top: -431px;
}
.about-page .about-3 .slickBtn {
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}
.about-page .about-3 .slickBtn div {
  border-radius: 0;
}
.about-page .about-3 .slickBtn .prev i {
  position: relative;
  left: 3px;
  font-size: 18px;
}
.about-page .about-3 .slickBtn .next i {
  position: relative;
  left: 5px;
  font-size: 16px;
}
.about-page .about-3 .bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
#index-body .i-category1 ul.top {
  background-color: white;
  border-radius: 21px;
  padding: 5px;
}
#index-body .i-category1 ul.top li {
  height: 32px;
  border-radius: 16px;
  line-height: 32px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  padding: 0 30px;
  text-align: center;
  min-width: 180px;
  cursor: pointer;
}
#index-body .i-category1 ul.top li:hover,
#index-body .i-category1 ul.top li.active {
  background-color: var(--color);
  color: white;
}
#index-body .i-category1 .center .left {
  max-width: 480px;
}
#index-body .i-category1 .center .txt {
  max-width: 470px;
}
#index-body .i-category1 .list ul .slick-slide > div {
  height: unset;
}
#index-body .i-category1 .list ul li .box {
  overflow: hidden;
  border-radius: 10px;
  background: white;
}
#index-body .i-category1 .list ul li .box .content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: white;
  z-index: 3;
  padding: 14px 18px;
}
#index-body .i-category1 .list ul li .box .content .h5{
  color: black;
}
.about-page #index-body .i-category1 .list ul li .box .content .h5{
  color: white;
}
#index-body .i-category1 .list ul li .box .content .des {
  line-height: 17px;
  display: none;
}
#index-body .i-category1 .list ul li .box::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 50%;
  background: -webkit-gradient(linear, left bottom, left top, from(var(--color)), to(transparent));
  background: -webkit-linear-gradient(bottom, var(--color), transparent);
  background: -moz-linear-gradient(bottom, var(--color), transparent);
  background: linear-gradient(to top, var(--color), transparent);
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-category1 .list ul li:hover .box .content .h5{
  color: white;
}
#index-body .i-category1 .list ul li:hover .box::after {
  opacity: 1;
}
.about-page #index-body .i-category1 {
  background-color: #ebf4f0;
}
.about-page #index-body .i-category1 .list ul li .box .content .h5{
  color: white;
}
.gallery-page .init-1 .box {
  background: url(../images/honor-1.jpg) no-repeat;
  background-size: cover;
  border-radius: 10px;
}
.gallery-page .init-1 ul.top {
  background-color: white;
  border-radius: 21px;
  padding: 5px;
  margin: auto;
}
.gallery-page .init-1 ul.top li {
  cursor: pointer;
}
.gallery-page .init-1 ul.top li a {
  display: block;
  height: 32px;
  border-radius: 16px;
  line-height: 32px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  padding: 0 30px;
  text-align: center;
  min-width: 180px;
}
.gallery-page .init-1 ul.top li:hover a,
.gallery-page .init-1 ul.top li.active a {
  background-color: var(--color);
  color: white;
}
.gallery-page .init-2 li .img-box {
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.17);
  border-radius: 10px;
  overflow: hidden;
}
.m-page {
  text-align: center;
}
.m-page a,
.m-page span {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  margin: 0 5px;
}
.m-page a:hover,
.m-page span {
  background-color: var(--color);
  color: white;
}
.sus-page .mbx {
  position: absolute;
  left: 0;
  top: 0;
}
.sus-page .sus-1 .ui.container {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 100%;
}
.sus-page .sus-1 .box {
  position: absolute;
  left: 50%;
  top: 54%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 70%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
  background: url(../images/sus-1-bg.png) no-repeat center;
  background-size: cover;
  border-radius: 10px;
  height: 70%;
}
.sus-page .sus-1 .box p {
  max-width: 470px;
  margin-left: auto;
  margin-right: auto;
}
.sus-page .sus-1 .box::after {
  content: "";
  position: absolute;
  left: 15px;
  top: 15px;
  right: 15px;
  bottom: 15px;
  background: url(../images/sus-1-bg2.png) no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}
.sus-page .sus-2 .top .left {
  width: 40%;
  border-radius: 10px;
  overflow: hidden;
}
.sus-page .sus-2 .top .left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sus-page .sus-2 .top .right {
  width: 59%;
  background-color: #ebf4f0;
  border-radius: 10px;
}
.sus-page .sus-2 .top .right .slickBtn div:hover {
  background-color: white;
  color: black;
}
.sus-page .sus-2 .bottom {
  margin-top: 18px;
}
.sus-page .sus-2 .bottom .left {
  width: 50%;
  border-radius: 10px;
  overflow: hidden;
}
.sus-page .sus-2 .bottom .left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sus-page .sus-2 .bottom .right {
  width: 49%;
  background-color: #ebf4f0;
  border-radius: 10px;
}
.sus-page .sus-2 .bottom .right ul li .icon {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.sus-page .sus-2 .bottom .right ul li p {
  color: #434343;
  line-height: 1.2;
}
.sus-page .sus-2 .bottom .right ul li:last-child {
  margin-bottom: 0;
}
.sus-page .sus-3 ul {
  border-radius: 10px;
  overflow: hidden;
}
.sus-page .sus-3 ul li .img {
  height: 226px;
}
.sus-page .sus-3 ul li .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sus-page .sus-3 ul li .content {
  background-color: white;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.17);
  position: relative;
  height: 226px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 40px;
}
.sus-page .sus-3 ul li .content .h5 {
  font-weight: 800;
}
.sus-page .sus-3 ul li .content .des {
  line-height: 18px;
}
.sus-page .sus-3 ul li .content::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 100%;
  border-bottom: 25px solid white;
  border-left: 22px solid transparent;
  border-right: 22px solid transparent;
}
.sus-page .sus-3 ul li:nth-child(2n) {
  -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;
}
.sus-page .sus-3 ul li:nth-child(2n) .content::after {
  top: 100%;
  bottom: auto;
  -webkit-transform: translateX(-50%) rotate(180deg);
  -moz-transform: translateX(-50%) rotate(180deg);
  -ms-transform: translateX(-50%) rotate(180deg);
  transform: translateX(-50%) rotate(180deg);
}
.i-form .box {
  background: url(../images/form-bg.jpg) no-repeat;
  background-size: cover;
}
.i-form .box form {
  max-width: 955px;
  margin: auto;
}
.i-form .box form ul {
  background-color: white;
  border-radius: 20px;
  padding: 4px;
}
.i-form .box form ul li {
  width: 18%;
}
.i-form .box form ul li input {
  width: 100%;
  font-size: 14px;
  border: none;
  background-color: #f4f6f6;
  height: 33px;
  border-radius: 15px;
  padding: 0 15px;
}
.i-form .box form ul li input[type="submit"] {
  background-color: var(--color);
  color: white;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.i-form .box form ul li input[type="submit"]:hover {
  background-color: #222;
}
.i-form .box form ul li:nth-child(3) {
  width: 46%;
}
.manufacture-page .manu-1 .txt {
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
}
.manufacture-page .manu-1 .txt em {
  color: var(--color);
}
.manufacture-page .manu-1 .slick-list {
  padding: 0 24%;
}
.manufacture-page .manu-1 li a {
  display: block;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.manufacture-page .manu-1 li img {
  width: 100%;
}
.manufacture-page .manu-1 li p {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  padding: 20px;
  z-index: 2;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
}
.manufacture-page .manu-1 li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 30%;
  opacity: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(var(--color)), to(transparent));
  background: -webkit-linear-gradient(bottom, var(--color), transparent);
  background: -moz-linear-gradient(bottom, var(--color), transparent);
  background: linear-gradient(to top, var(--color), transparent);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.manufacture-page .manu-1 li:hover p {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}
.manufacture-page .manu-1 li:hover a::after {
  opacity: 1;
}
.manufacture-page .manu-1 .slickBtn .prev {
  left: 10%;
  right: auto;
}
.manufacture-page .manu-1 .slickBtn .next {
  right: 10%;
  left: auto;
}
.manufacture-page .manu-1 .slickBtn div {
  background-color: rgba(0, 112, 60, 0.8);
}
.manufacture-page .manu-1 .slickBtn div:hover {
  background-color: rgba(255, 255, 255, 0.8);
  color: black;
}
.manufacture-page .manu-2 {
  max-width: 1090px;
  margin-left: auto;
  margin-right: auto;
}
.manufacture-page .manu-2 ul {
  max-width: 840px;
  margin: auto;
}
.manufacture-page .manu-2 ul li {
  width: 24%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.manufacture-page .manu-2 ul li .box {
  background-color: white;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.17);
  padding: 30px;
  border-radius: 10px;
  height: 220px;
  overflow: hidden;
}
.manufacture-page .manu-2 ul li .box .left {
  width: 130px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-radius: 10px;
  border: 1px solid transparent;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none;
  padding: 15px;
}
.manufacture-page .manu-2 ul li .box .right {
  opacity: 0;
  width: 0;
}
.manufacture-page .manu-2 ul li:hover,
.manufacture-page .manu-2 ul li.active {
  width: 52%;
}
.manufacture-page .manu-2 ul li:hover .box .left,
.manufacture-page .manu-2 ul li.active .box .left {
  border-color: #e7e7e7;
}
.manufacture-page .manu-2 ul li:hover .box .right,
.manufacture-page .manu-2 ul li.active .box .right {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  transition-delay: 0.5s;
  width: auto;
}
.manufacture-page .manu-3 {
  background-color: #ebf4f1;
}
.manufacture-page .manu-3 li a {
  display: block;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.manufacture-page .manu-3 li img {
  width: 100%;
}
.manufacture-page .manu-3 li p {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  padding: 20px;
  z-index: 2;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
}
.manufacture-page .manu-3 li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40%;
  opacity: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(var(--color)), to(transparent));
  background: -webkit-linear-gradient(bottom, var(--color), transparent);
  background: -moz-linear-gradient(bottom, var(--color), transparent);
  background: linear-gradient(to top, var(--color), transparent);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.manufacture-page .manu-3 li:hover p {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}
.manufacture-page .manu-3 li:hover a::after {
  opacity: 1;
}
.manufacture-page .manu-4 li a{
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.manufacture-page .manu-4 li img {
  width: 100%;
}
@media (max-width: 1250px) {
  #index-body .i-category1 .center .left {
    max-width: 440px;
  }
  #index-body .i-category1 .center .txt {
    max-width: 400px;
  }
  .about-page .about-3 .list ul .slick-current li:nth-child(4) {
    min-height: 305px;
    margin-top: -167px;
  }
  .sus-page .sus-3 ul li .content {
    padding: 20px;
  }
  .i-form .box {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1000px) {
  #index-body .i-category1 .center .left {
    max-width: 100%;
    margin-right: 0;
  }
  #index-body .i-category1 .center .txt {
    max-width: 100%;
  }
  .about-page .about-3 .list {
    height: 475px;
  }
  .about-page .about-3 .list ul .slick-list {
    padding-top: 106px;
  }
  .about-page .about-3 .list ul .slick-current li:nth-child(2) {
    min-height: 200px;
    margin-top: 21px;
  }
  .gallery-page .init-2 li {
    width: 33.3%;
  }
  .gallery-page .init-1 ul.top {
    display: none;
  }
  .i-form .box form ul li {
    width: 50%;
    margin-bottom: 12px;
  }
  .i-form .box form ul li:nth-child(3) {
    width: 50%;
  }
  .manufacture-page .manu-2 ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .manufacture-page .manu-2 ul li {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .manufacture-page .manu-2 ul li .box {
    padding: 17px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .manufacture-page .manu-2 ul li:last-child {
    width: 100% !important;
  }
  .manufacture-page .manu-2 ul li .box .left,
  .manufacture-page .manu-2 ul li .box .left {
    border-color: #e7e7e7;
  }
  .manufacture-page .manu-2 ul li .box .right,
  .manufacture-page .manu-2 ul li .box .right {
    width: auto;
    opacity: 1;
  }
  .manufacture-page .manu-3 .txt {
    width: 100%;
    margin-top: 10px;
  }
}
@media (max-width: 700px) {
  #index-body .i-category1 ul.top{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-3 .list {
    height: 335px;
  }
  .about-page .about-3 .list ul .slick-list {
    padding-top: 30px;
  }
  .gallery-page .init-2 li {
    width: 50%;
  }
  .sus-page .sus-1 > img {
    min-height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .sus-page .sus-2 .top .left {
    width: 100%;
  }
  .sus-page .sus-2 .top .right {
    width: 100%;
    margin-top: 20px;
  }
  .sus-page .sus-2 .bottom .left {
    width: 100%;
  }
  .sus-page .sus-2 .bottom .right {
    width: 100%;
  }
  .sus-page .sus-3 ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sus-page .sus-3 ul li {
    width: 50%;
  }
  .sus-page .sus-3 ul li:last-child {
    width: 100%;
  }
}
@media (max-width: 500px) {
  #index-body .i-category1 ul.top li {
    padding: 0 7px;
    min-width: 135px;
  }
  .about-page .about-1 .img > img {
    min-height: 220px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .gallery-page .init-2 li {
    width: 100%;
  }
  .sus-page .sus-3 ul li {
    width: 100%;
  }
  .sus-page .sus-3 ul li:nth-child(2n) {
    -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;
  }
  .sus-page .sus-3 ul li:nth-child(2n) .content::after {
    bottom: 100%;
    top: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .i-form .box form ul li {
    width: 100%;
  }
  .i-form .box form ul li:nth-child(3) {
    width: 100%;
  }
  .manufacture-page .manu-1 .btn a {
    padding: 0 18px;
    font-size: 15px;
  }
  .manufacture-page .manu-2 ul li .box .left {
    width: 90px;
    padding: 5px;
  }
  .manufacture-page .manu-2 ul li .box .right .des {
    max-height: 168px;
    overflow: auto;
  }
}
#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;
}