.oxy-nav-menu .mb2-search input[type="submit"] {
  background-image: url(../images/icon-search-white.png);
}
#mobile3 .m-search form input[type="submit"] {
  background-image: url(../images/icon-search-white.png);
}
::-webkit-scrollbar-thumb {
  background-color: #000;
}
@media (max-width: 1000px) {
  .phone-hide {
    display: none;
  }
}
body {
  font-weight: 400;
  font-size: 18px;
  --color: #e04f2c;
  margin: 0 auto;
}
.container {
  width: 1630px;
}
.color-66 {
  color: #666666;
}
.color-33 {
  color: #333;
}


.mobile-menu-wrap01 .menu-item{
      border-bottom: 1px solid rgba(0, 0, 0, .04);
}

#header {
  z-index: 200;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: var(--color);
  box-shadow: 15px -5px 28px 4px rgba(201, 201, 201, 0.3);
}
#header .nav {
  position: relative;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header .nav .ui.menu {
  border-radius: 10px;
  width: 79%;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
#header .nav .ui.menu .menu-box .menu-menu-container {
  height: 100%;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu::after {
  content: "\20";
  display: block;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li {
  margin: 0 40px;
  font-size: 18px;
  height: 100%;
  color: #fff;
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  transition: 0.5s;
  display: flex;
  align-items: center;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li:hover {
  color: #000;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li.active {
  color: #000;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li > a {
  display: block;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  min-width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li ul.sub-menu li {
  position: relative;
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 15px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li ul.sub-menu li a {
  display: block;
  white-space: nowrap;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li ul.sub-menu li:hover {
  background: var(--color);
  color: white;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li ul.sub-menu > li ul.sub-menu {
  top: 0;
  left: 100%;
  transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  display: none \9;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li ul.sub-menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .right {
  display: flex;
  align-items: center;
}
#header .nav .ui.menu .right .line {
  display: block;
  width: 1px;
  height: 23px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 20px;
}
#header .nav .ui.menu .right .h-language {
  position: relative;
  cursor: pointer;
}
#header .nav .ui.menu .right .h-language span img {
  transition: all 0.5s;
}
#header .nav .ui.menu .right .h-language 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;
  font-weight: 400;
  background: #fff;
  top: 110%;
  right: 0;
  width: 130px;
  -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 #60b242;
  display: none \9;
}
#header .nav .ui.menu .right .h-language ul.sub-menu li {
  display: block;
  line-height: 40px;
  text-transform: capitalize;
  text-align: center;
}
#header .nav .ui.menu .right .h-language ul.sub-menu li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
#header .nav .ui.menu .right .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 15px;
  margin-right: 6px;
}
#header .nav .ui.menu .right .h-language ul.sub-menu li:hover {
  background: #000;
  color: #fff;
}
#header .nav .ui.menu .right .h-language:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .right .h-language:hover span img {
  filter: brightness(0);
}
#header .nav .ui.menu .right .h-search {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#header .nav .ui.menu .right .h-search img {
  transition: all 0.5s;
}
#header .nav .ui.menu .right .h-search:hover img {
  filter: brightness(0);
}
#header .nav .ui.menu .right .h-inquire {
  width: auto;
  min-width: 188px;
  height: 50px;
  padding: 0 18px;
  margin-left: 50px;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid transparent;
  color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: 0.5s;
}
#header .nav .ui.menu .right .h-inquire i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #fff;
  transition: 0.5s;
}
#header .nav .ui.menu .right .h-inquire:hover {
  background: var(--color);
  color: #fff;
  border-color: #fff;
}
#header .nav .ui.menu .right .h-inquire:hover i {
  background-color: #fff;
  color: var(--color);
}

#header .ban-1 {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 2;
  top: 57px;
  display: none;
}
#header .ban-1 .ban-con{
  width: 100%;
  background-color: #fafafa;
  -webkit-box-shadow: 0 10px 15px -15px #000;
  box-shadow: 0 10px 15px -15px #000;
  margin-top: 42px;
}
#header .ban-1 ul li .box .imgbox {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
}
#header .ban-1 ul li .box .imgbox img {
  object-fit: cover;
}
#header .ban-1 ul li .box .imgbox .opca {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}
#header .ban-1 ul li .box .imgbox .cur {
  transition: all 0.5s;
}
#header .ban-1 ul li .box .tt {
  font-size: 14px;
  color: #333333;
  text-align: center;
  margin-top: 8px;
  transition: all 0.5s;
}
#header .ban-1 ul li:hover .imgbox .opca {
  opacity: 1;
}
#header .ban-1 ul li:hover .imgbox .cur {
  opacity: 0;
}
#header .ban-1 ul li:hover .tt {
  color: var(--color);
}
#header .ban-1 ul li.active .imgbox .opca {
  opacity: 1;
}
#header .ban-1 ul li.active .imgbox .cur {
  opacity: 0;
}
#header .ban-1 ul li.active .tt {
  color: var(--color);
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li:nth-child(3) .sub-menu {
    display: none !important;
}


#banner .banner-content {
  height: 100vh;
  position: relative;
}
#banner .banner-content .swiper-slide video {
  width: 100%;
  height: 102%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
#banner .banner-content .swiper-slide .txt-content {
  height: 100%;
  margin-top: -20px;
  pointer-events: none;
}
#banner .banner-content .swiper-slide .txt-content h3 {
  max-width: 680px;
  line-height: 1.3;
}
#banner .banner-content .swiper-slide .togo {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  cursor: pointer;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  
}
#banner .banner-content .swiper-slide .togo .togocon{
  animation: sxfd 2s linear infinite;
}
#banner .banner-content .swiper-slide .togo span {
  font-size: 12px;
  padding-top: 6px;
  color: #fff;
}

#banner .banner-content .swiper-slide .play{
  position: absolute;
  top: 74%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 73px;
  height: 73px;
  background-color: var(--color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  zoom: 0.6;
}

@keyframes sxfd {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
  100% {
    transform: translateY(0);
  }
}
#index-body .init-1{
  background-color: var(--color);
  color: #fff;
}
#index-body .init-1 h1 {
  max-width: 910px;
  margin-left: auto;
  margin-right: auto;
}
#index-body .init-1 .imgbox {
  position: relative;
}
#index-body .init-1 .imgbox .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 73px;
  height: 73px;
  background-color: var(--color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
#index-body .init-1 .imgbox .play img {
  transform: translate(3px, -2px);
}
#index-body .init-1 .imgbox .play::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: inherit;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  -o-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  background-color: transparent;
  border: 1px solid rgba(224, 80, 44, 0.26);
  z-index: -1;
}
#index-body .init-1 .imgbox .play::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: inherit;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  -o-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  background-color: transparent;
  border: 1px solid rgba(224, 80, 44, 0.658);
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
  z-index: -1;
}
#index-body .init-1-honour{
  display: none;
}
#index-body .init-2 {
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  background-color: #fafafa;
}
#index-body .init-2 .swiper ul li .box .txtbox .desc {
  max-width: 1105px;
  margin-left: auto;
  margin-right: auto;
}
#index-body .init-2 .swiper ul li .box .imgbox {
  text-align: center;
}
#index-body .init-3 .left {
  width: 50%;
  padding-right: 3%;
  position: relative;
  z-index: 2;
}
#index-body .init-3 .left .swiper {
  height: 830px;
  overflow: visible;
}
#index-body .init-3 .left ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  position: relative;
  cursor: pointer;
}
#index-body .init-3 .left ul li .box {
  width: 114%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: all 0.5s;
}
#index-body .init-3 .left ul li .box > i {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
#index-body .init-3 .left ul li .box > i img {
  transition: all 0.5s;
}
#index-body .init-3 .left ul li .box .content {
  transition: all 0.5s;
  width: 61%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#index-body .init-3 .left ul li .box .content .tt br{
  display: none;
}
#index-body .init-3 .left ul li .box .content .desc {
  display: none;
  color: #666;
  transition: all 0.5s;
  opacity: 0;
  max-height: calc(100% - 65px);
  overflow-y: auto;
}
#index-body .init-3 .left ul li .box .btn-box {
  width: 19%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
#index-body .init-3 .left ul li .box .btn-box .btn-more:hover {
  transform: translateX(-4px);
}
#index-body .init-3 .left ul li.swiper-slide-thumb-active .box {
  background-color: #e04f2c;
  border-radius: 10px;
}

#index-body .init-3 .left ul li.swiper-slide-thumb-active .box > i img {
  filter: brightness(0) invert(1);
}
#index-body .init-3 .left ul li.swiper-slide-thumb-active .box .content {
  color: #fff;
}
#index-body .init-3 .left ul li.swiper-slide-thumb-active .box .content .desc {
  color: rgba(255, 255, 255, 0.6);
  display: block;
  opacity: 1;
}
#index-body .init-3 .left ul li.swiper-slide-thumb-active .box .btn-box {
  opacity: 1;
}
#index-body .init-3 .left ul li.swiper-slide-thumb-active .box .btn-box .btn-more {
  background-color: #fff;
  color: var(--color);
  border-color: var(--color);
}
#index-body .init-3 .right {
  width: 50%;
}
#index-body .init-3 .right ul li .box img {
  height: 830px;
  border-radius: 10px;
  object-fit: cover;
}
#index-body .init-4 {
  position: relative;
}
#index-body .init-4 .bigimg ul li .box {
  position: relative;
}
#index-body .init-4 .bigimg ul li .box .txtbox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#index-body .init-4 .bigimg ul li .box .txtbox .mk-tt .tips {
  position: relative;
  padding-bottom: 10px;
}
#index-body .init-4 .bigimg ul li .box .txtbox .mk-tt .tips::after {
  content: "";
  display: block;
  width: 422px;
  height: 1px;
  background-color: #ffffff;
  opacity: 0.47;
  position: absolute;
  bottom: 0;
  left: 0;
}
#index-body .init-4 .bigimg ul li .box .txtbox .con {
  height: 100%;
}
#index-body .init-4 .bigimg ul li .box .txtbox .con .num {
  font-style: italic;
  font-size: 170px;
  color: rgba(255, 255, 255, 0.2);
  line-height: 1;
}
#index-body .init-4 .bigimg ul li .box .txtbox .desc {
  max-width: 568px;
  line-height: 1.8;
  margin-top: -65px;
}
#index-body .init-4 .bigimg .h-inquire {
  width: auto;
  min-width: 188px;
  height: 50px;
  padding: 0 18px;
  margin-left: 50px;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid transparent;
  color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: 0.5s;
  position: absolute;
  right: 8.5%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
#index-body .init-4 .bigimg .h-inquire i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #fff;
  transition: 0.5s;
}
#index-body .init-4 .bigimg .h-inquire:hover {
  background: var(--color);
  color: #fff;
  border-color: #fff;
}
#index-body .init-4 .bigimg .h-inquire:hover i {
  background-color: #fff;
  color: var(--color);
}
#index-body .init-4 .smallnav {
  position: absolute;
  left: 0;
  bottom: 70px;
  width: 100%;
  z-index: 2;
}
#index-body .init-4 .smallnav ul li {
  height: 104px;
}
#index-body .init-4 .smallnav ul li .box {
  height: 100%;
  padding: 0 40px;
  background-color: rgba(247, 247, 247, 0.2);
  position: relative;
}
#index-body .init-4 .smallnav ul li .box i {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.5s;
}
#index-body .init-4 .smallnav ul li.active .box {
  background-image: linear-gradient(119deg, rgba(255, 155, 126, 0.9) 0%, rgba(255, 110, 67, 0.95) 48%, #ff3a00 100%), linear-gradient(#000000, #000000);
  background-blend-mode: normal, normal;
}
#index-body .init-4 .smallnav ul li.active .box i {
  opacity: 1;
}
#index-body .init-5 .news-con .left {
  width: 51%;
}
#index-body .init-5 .news-con .left img {
  border-radius: 20px;
}
#index-body .init-5 .news-con .right {
  width: 49%;
  padding-left: 2%;
}
#index-body .init-5 .news-con .right .swiper {
  height: 512px;
}
#index-body .init-5 .news-con .right .swiper ul li {
  padding-bottom: 42px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  padding-top: 40px;
  transition: all 0.5s;
}
#index-body .init-5 .news-con .right .swiper ul li .box .ttbox {
  width: 100%;
}
#index-body .init-5 .news-con .right .swiper ul li .box .ttbox .tt {
  transition: all 0.5s;
}
#index-body .init-5 .news-con .right .swiper ul li .box .ttbox .btn-more02 {
  flex-shrink: 0;
  margin-left: 6px;
  transition: all 0.5s;
}
#index-body .init-5 .news-con .right .swiper ul li .box .content {
  display: none;
}
#index-body .init-5 .news-con .right .swiper ul li .box .content .desc {
  margin-right: 78px;
}
#index-body .init-5 .news-con .right .swiper ul li .box .content .time {
  color: #999999;
}
#index-body .init-5 .news-con .right .swiper ul li:hover .box .ttbox .tt {
  color: var(--color);
}
#index-body .init-5 .news-con .right .swiper ul li:hover .box .ttbox .btn-more02 {
  background-color: var(--color);
  color: #fff;
  border-color: var(--color);
}
#index-body .init-5 .news-con .right .swiper ul li.swiper-slide-active {
  height: 220px !important;
  padding-top: 20px;
}
#index-body .init-5 .news-con .right .swiper ul li.swiper-slide-active .box .ttbox .tt {
  color: var(--color);
}
#index-body .init-5 .news-con .right .swiper ul li.swiper-slide-active .box .ttbox .btn-more02 {
  background-color: var(--color);
  color: #fff;
  border-color: var(--color);
}
#index-body .init-5 .news-con .right .swiper ul li.swiper-slide-active .box .content {
  display: block;
}
#index-body .init-5 .news-con .right .swiper ul li.swiper-slide-active + li {
  height: 142px !important;
}
#index-body .init-5 .news-con .right .swiper ul li.swiper-slide-active + li + li {
  height: 142px !important;
}
.btn-more {
  width: 45px;
  height: 45px;
  background-color: var(--color);
  border-radius: 50%;
  border: 1px solid transparent;
  color: #fff;
  font-size: 18px;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-more:hover {
  background-color: #fff;
  color: var(--color);
  border-color: var(--color);
}
.btn-more02 {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid #666666;
  color: #666666;
  font-size: 18px;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-more02:hover {
  background-color: var(--color);
  color: #fff;
  border-color: var(--color);
}
#footer {
  background-color: #e8e8e8;
}
#footer .footer-userinfo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
#footer .footer-userinfo .right form {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#footer .footer-userinfo .right form input[type="text"] {
  width: 260px;
  height: 50px;
  background: #fff;
  border: none;
  color: #000;
  border-radius: 10px;
  font-size: 14px;
  padding: 0 30px;
  margin-right: 40px;
}
#footer .footer-userinfo .right form input[type="submit"] {
  min-width: 122px;
  width: auto;
  padding: 0 20px;
  height: 50px;
  background-color: var(--color);
  border-radius: 10px;
  border: 1px solid transparent;
  color: #fff;
  font-size: 18px;
  transition: all 0.5s;
}
#footer .footer-userinfo .right form input[type="submit"]:hover {
  background: #fff;
  border-color: var(--color);
  color: var(--color);
}
#footer .footer-center .footer-t .footer-t-gird {
  width: 100%;
}
#footer .footer-center .footer-t .footer-t-gird .t-list {
  display: flex;
  flex-direction: column;
}
#footer .footer-center .footer-t .footer-t-gird .t-list p {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
#footer .footer-center .footer-t .footer-t-gird .t-list span:last-child {
  margin-bottom: 0;
}
#footer .footer-center .footer-t .footer-t-gird .t-list span {
  font-size: 18px;
  margin-bottom: 8px;
  color: #666666;
  width: fit-content;
  transition: all 0.5s;
}
#footer .footer-center .footer-t .footer-t-gird .news .ewmbox .ewm1 {
  margin-right: 16px;
}
#footer .footer-center .footer-t .footer-t-gird .news .ewmbox .tips {
  font-size: 12px;
  padding-top: 3px;
}
#footer .footer-center .footer-t .footer-t-gird .news #ewm {
  width: 60px;
  height: 60px;
  border: 4px solid #fff;
}
#footer .footer-center .footer-t .footer-t-gird .news a {
  transition: all 0.5s;
}
#footer .footer-center .footer-t .footer-t-gird .news a:hover {
  color: var(--color);
}
#footer .footer-center .footer-t .footer-t-gird .contact span {
  position: relative;
  padding-left: 35px;
  margin-bottom: 10px;
}
#footer .footer-center .footer-t .footer-t-gird .contact span i {
  position: absolute;
  top: 6px;
  left: 0;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer .footer-center .footer-t .footer-t-gird .link span:hover {
  color: var(--color);
}
#footer .footer-center .footer-b {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 22px 0;
}
#footer .footer-center .footer-b p {
  color: #666666;
}
#footer .footer-center .footer-b p span {
  margin: 0 10px;
  font-size: 18px;
}
#footer .footer-center .footer-b p img {
  width: 220px;
  height: auto;
  padding-top: 5px;
  opacity: 0.4;
}
#footer .footer-center .footer-b p svg {
  display: inline-block;
  vertical-align: top;
  width: auto;
  max-height: 26px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  fill: #666666;
  margin-top: 1px;
}
#footer .footer-center .footer-b .share {
  margin: 2px 0;
}
#footer .footer-center .footer-b .share li {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: solid 1px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.5s;
}
#footer .footer-center .footer-b .share li:hover {
  border-color: var(--color);
  background-color: var(--color);
  color: #fff;
}

@media screen and (max-width: 1700px) {
  #header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li {
    margin: 0 34px;
  }
  #index-body .init-4 .bigimg ul li .box .txtbox .con .num {
    font-size: 150px;
  }
  #index-body .init-5 .news-con .right .swiper {
    height: 443px;
  }
  #index-body .init-5 .news-con .right .swiper ul li {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    display: flex;
    align-items: center;
    width: 100%;
  }
  #index-body .init-5 .news-con .right .swiper ul li .box {
    width: 100%;
  }
  #index-body .init-5 .news-con .right .swiper ul li.swiper-slide-active {
    height: 190px !important;
  }
  #index-body .init-5 .news-con .right .swiper ul li.swiper-slide-active + li {
    height: 122px !important;
  }
  #index-body .init-5 .news-con .right .swiper ul li.swiper-slide-active + li + li {
    height: 122px !important;
  }
  #index-body .init-5 .news-con .right .swiper ul li .box .content {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1450px) {
  #header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li {
    margin: 0 15px;
  }
  #header .nav .ui.menu {
    width: 74%;
  }
  #footer .footer-userinfo .right form input[type="text"] {
    margin-right: 12px;
    width: 216px;
  }
  #footer .footer-center .footer-b {
    justify-content: center;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list p {
    font-size: 20px;
  }
  #index-body .init-3 .right ul li .box img {
    height: 730px;
  }
  #index-body .init-3 .left .swiper {
    height: 730px;
  }
  #index-body .init-4 .bigimg ul li .box .txtbox .con .num {
    font-size: 114px;
  }
  #index-body .init-4 .smallnav {
    bottom: 40px;
  }
  #index-body .init-4 .smallnav ul li {
    height: 85px;
  }
}
@media screen and (max-width: 1250px) {
  body {
    font-size: 16px;
  }
  #banner .banner-content {
    height: 40vw;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list.contact {
    width: 300px;
  }
  #footer .footer-userinfo .right form input[type="text"] {
    width: 154px;
    padding: 0 15px;
  }
  #index-body .init-3 .right ul li .box img {
    height: 600px;
  }
  #index-body .init-3 .left .swiper {
    height: 600px;
  }
  .btn-more {
    zoom: 0.85;
  }
  #index-body .init-3 .left ul li .box i img {
    zoom: 0.85;
  }
  #index-body .init-4 .smallnav ul li .box {
    padding: 0px 15px;
  }
  #index-body .init-4 .bigimg ul li .box .txtbox .desc {
    margin-top: -40px;
  }
  #index-body .init-4 .smallnav {
    bottom: 20px;
  }
  #index-body .init-4 .smallnav ul li {
    height: 69px;
  }
  #index-body .init-4 .bigimg ul li .box .txtbox .con .num {
    font-size: 70px;
  }
  #index-body .init-5 .news-con .right .swiper ul li .box .content {
    margin-top: 0px;
  }
  #index-body .init-5 .news-con .right .swiper ul li.swiper-slide-active {
    height: 144px !important;
  }
  #index-body .init-5 .news-con .right .swiper ul li.swiper-slide-active + li + li {
    height: 80px !important;
  }
  #index-body .init-5 .news-con .right .swiper ul li.swiper-slide-active + li {
    height: 80px !important;
  }
  #index-body .init-5 .news-con .right .swiper {
    height: 308px;
  }
}
@media screen and (max-width: 1000px) {
  #banner .banner-content {
    height: 400px;
  }
  #footer .footer-userinfo .right {
    width: 100%;
    margin-top: 5%;
  }
  #footer .footer-userinfo .right form input[type="text"] {
    width: 170px;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list.link {
    display: none;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list.contact {
    width: 418px;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list span {
    font-size: 16px;
  }
  #footer .footer-center .footer-b p span {
    font-size: 16px;
  }
  #index-body .init-1 h1 {
    max-width: 90%;
  }
  #index-body .init-1 .imgbox > img {
    min-height: 250px;
    object-fit: cover;
  }
  #index-body .init-3 .left {
    width: 100%;
    padding-right: 0;
  }
  #index-body .init-3 .right {
    width: 100%;
    margin-top: 5%;
  }
  #index-body .init-3 .right ul li .box img {
    height: auto;
  }
  #index-body .init-3 .left ul li .box {
    width: 100%;
  }
  #index-body .init-3 .left .swiper {
    height: 675px;
  }
  #index-body .init-3 .left ul li .box .content .desc {
    font-size: 14px;
  }
  #index-body .init-4 .bigimg .h-inquire {
    zoom: 0.85;
    top: 28%;
  }
  #index-body .init-4 .bigimg ul li .box > img {
    height: 455px;
    object-fit: cover;
  }
  #index-body .init-5 .news-con .left {
    width: 100%;
  }
  #index-body .init-5 .news-con .right {
    width: 100%;
    padding-left: 0;
    margin-top: 5%;
  }
}
@media screen and (max-width: 700px) {
  body {
    font-size: 14px;
  }
  .slickGap-30 li{
    padding: 0 14px;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list p {
    font-size: 18px;
  }
  #footer .footer-userinfo .right form {
    flex-wrap: wrap;
  }
  #footer .footer-userinfo .right form input[type="text"] {
    width: 100%;
    margin-right: 0;
    margin: 5px 0;
  }
  #footer .footer-userinfo .right form input[type="submit"] {
    margin: 5px 0;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list.contact {
    max-width: 61%;width: auto;
  }
  #footer .footer-userinfo > img {
    height: 25px;
  }
  #index-body .init-5 .news-con .right .swiper ul li .box .content .desc {
    margin-right: 15px;
  }
  #index-body .init-1-honour{
    display: block;
    padding: 6% 0;
    background: #f3f3f3;
    margin-top: 0;
  }
}
@media screen and (max-width: 500px) {
  #banner .banner-content {
    height: 220px;
  }
  #banner .banner-content .swiper-slide .txt-content>img{
    height: 28px;
  }
  #index-body .init-3 .left ul li .box {
    justify-content: center;
    position: static;
    padding: 20px 0;
  }
  #index-body .init-3 .left ul li .box > i {
    width: 100%;
    zoom: 0.7;
  }
  #index-body .init-3 .left ul li .box .content {
    width: 94%;
    height: auto;
    text-align: center;
    margin-top: 10px;
  }
  #index-body .init-3 .left ul li .box .btn-box {
    width: 100%;
    margin-top: 10px;
    opacity: 1;
  }
  #index-body .init-3 .left .swiper {
    height: 990px;
  }
  #index-body .init-3 .left ul li .box .content .desc {
    display: block;
    opacity: 1;
  }
  #index-body .init-4 .bigimg ul li .box > img {
    height: 240px;
  }
  #index-body .init-4 .bigimg .h-inquire {
    zoom: 0.7;
  }
  #index-body .init-4 .smallnav ul li {
    height: 60px;
  }
  #index-body .init-1 h1,#index-body .init-2 .swiper ul li .box .txtbox .desc{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  #index-body .init-1{
    background-color: var(--color);
    color: #fff;
    padding-top: 5%;
    margin-top: 0;
  }
  #index-body .init-1 h1{
    color: #fff;
  }
  #index-body .init-1 .mktt-box, #index-body .init-1 .mk-tag, #index-body .init-1 .mk-tt em{
    color: #fff;
  }
  #index-body .init-3 .right{
    display: none;
  }
  #index-body .init-3 .left .swiper{
    height: auto;
  }
  #index-body .init-3 .left ul{
    flex-wrap: wrap;
    margin: 0 -5px;
  }
  #index-body .init-3 .left ul li{
    width: 50%;
    padding: 10px;
    border-bottom:0;
  }
  #index-body .init-3 .left ul li:nth-last-child(1){
    display: none;
  }
  #index-body .init-3 .left ul li:nth-last-child(2){
    display: none;
  }
  #index-body .init-3 .left ul li .box .btn-box{
    display: none;
  }
  #index-body .init-3 .left ul li .box{
    height:184px;
    overflow-y: auto;
  }
  #index-body .init-3 .left ul li .box .content .tt{
    height: 56px;
  }
  #index-body .init-3 .left ul li .box .content .tt br{
    display: block;
  }

  #index-body .init-3 .mt-80{
    margin-top: 10px;
  }
  #index-body .init-4 .smallnav{
    display: none;
  }
  #index-body .init-4 .bigimg .h-inquire{
    top: 25%;
  }
  #footer .footer-center .footer-t .footer-t-gird{
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list.news {
    flex-shrink:0; 
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list.contact {
    max-width: unset;
    margin-left: 15px;
  }
  #index-body .init-3 .left ul li .in{
    background-color: #ebebeb!important;
    border-radius:10px;
    padding: 12px 0;
  }
  #index-body .init-3 .left ul li:nth-child(1) .in ,#index-body .init-3 .left ul li:nth-child(4) .in{
    background-color: var(--color)!important;
  }



  #index-body .init-3 .left ul li .box .content{
    color: #000!important;
  }
  #index-body .init-3 .left ul li .box .content .desc{
    color: #000!important;
  }
  #index-body .init-3 .left ul li:nth-child(1) .content,#index-body .init-3 .left ul li:nth-child(4) .content{
    color: #fff!important;
  }
  #index-body .init-3 .left ul li:nth-child(1) .box .content .desc,#index-body .init-3 .left ul li:nth-child(4) .box .content .desc{
    color: #fff!important;
  }
  #index-body .init-3 .left ul li:nth-child(1) .box > i img ,#index-body .init-3 .left ul li:nth-child(4) .box > i img {
      filter: brightness(0) invert(1);
  }
  #index-body .init-3 .left ul li:nth-child(1) .in ::-webkit-scrollbar-thumb,
  #index-body .init-3 .left ul li:nth-child(4) .in ::-webkit-scrollbar-thumb {
    background-color: #eee;
  }
  #index-body .init-3 .left ul li:nth-child(1) .in ::-webkit-scrollbar-track,
  #index-body .init-3 .left ul li:nth-child(4) .in ::-webkit-scrollbar-track {
    background-color: var(--color);
  }
  ::-webkit-scrollbar-thumb {
    background-color: var(--color);
  }

  #banner .banner-content .swiper-slide .togo{
    display: none;
  }
  #banner .banner-content .swiper-slide .play{
    /*display: inline-flex;*/
  }
  
}
/*----- inner page -----*/
.inner-banner {
  margin-top: 100px;
  position: relative;
}
.inner-banner .banbg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
  z-index: -1;
}
.inner-banner .bancon {
  color: #fff;
  padding-top: 90px;
  padding-bottom: 90px;
  min-height: 400px;
}
.inner-banner .bancon .container {
  height: 100%;
}
.inner-banner .bancon .container .con {
  height: 100%;
}
.inner-banner .bancon .container .con .tt {
  letter-spacing: 4px;
}
.inner-banner .bancon .container .con .mbx {
  letter-spacing: 2px;
}
.inner-banner .bancon .container .con .mbx .linkhome {
  margin-top: 3px;
  margin-right: 8px;
}
@media screen and (max-width: 1700px) {
  .inner-banner .bancon {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 1450px) {
  .inner-banner .bancon {
    padding-top: 90px;
    padding-bottom: 90px;
    min-height: 330px;
  }
}
@media screen and (max-width: 1250px) {
  .inner-banner {
    margin-top: 60px;
  }
  .inner-banner .bancon {
    padding-top: 70px;
    padding-bottom: 70px;
    min-height: 280px;
  }
}
@media screen and (max-width: 1000px) {
    .inner-banner .bancon {
      min-height: unset;padding-top: 60px;
    padding-bottom: 60px;
    }
}
@media screen and (max-width: 700px) {

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

}

.btn-go {
  width: auto;
  min-width: 188px;
  height: 50px;
  padding: 0 18px;
  background-color: var(--color);
  border-radius: 10px;
  border: 1px solid transparent;
  color: #fff;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: all 0.5s;
}
.btn-go i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: var(--color);
  transition: all 0.5s;
}
.btn-go:hover {
  background: #fff;
  color: var(--color);
  border-color: var(--color);
}
.btn-go:hover i {
  background-color: var(--color);
  color: #fff;
}
@media screen and (max-width: 1250px) {
  .btn-go {
    zoom: 0.85;
  }
}
@media screen and (max-width: 700px) {
  .btn-go {
    min-width: 160px;
  }
}
.zdyjt .swiper-button {
  width: 48px;
  height: 48px;
  border: solid 2px #666666;
  border-radius: 50%;
  transition: all 0.5s;
  top: 28%;
}
.zdyjt .swiper-button::after {
  display: none;
}
.zdyjt .swiper-button i {
  font-size: 24px;
  color: #666666;
  transition: all 0.5s;
}
.zdyjt .swiper-button:hover {
  background-color: var(--color);
  border-color: var(--color);
}
.zdyjt .swiper-button:hover i {
  color: #fff;
}
.zdyjt .swiper-button-prev {
  left: 0;
  transform: translateX(-100%);
}
.zdyjt .swiper-button-next {
  right: 0;
  transform: translateX(100%);
}
@media screen and (max-width: 700px) {
  .zdyjt .swiper-button-prev {
    transform: translateX(0);
  }
  .zdyjt .swiper-button-next {
    transform: translateX(0);
  }
}


/*----- about-page -----*/
.about-page .about-1 h1 {
  max-width: 1450px;
  margin-left: auto;
  margin-right: auto;
  line-height: 2;
  padding: 0 15px;
}
.about-page .about-1 .imgbox {
  position: relative;
}
.about-page .about-1 .imgbox .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 73px;
  height: 73px;
  background-color: var(--color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-page .about-1 .imgbox .play img {
  transform: translate(3px, -2px);
}
.about-page .about-1 .imgbox .play::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: inherit;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  -o-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  background-color: transparent;
  border: 1px solid rgba(224, 80, 44, 0.26);
  z-index: -1;
}
.about-page .about-1 .imgbox .play::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: inherit;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  -o-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  background-color: transparent;
  border: 1px solid rgba(224, 80, 44, 0.658);
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
  z-index: -1;
}
.about-page .about-1 .datashow ul li .box .img {
  margin-right: 22px;
}
.about-page .about-2 {
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}
.about-page .about-2 .top {
  position: relative;
}
.about-page .about-2 .top ul li .box {
  position: relative;
}
.about-page .about-2 .top ul li .box .tt {
  font-size: 300px;
  color: #ebebeb;
  font-weight: bold;
  line-height: 1;
}
.about-page .about-2 .top ul li .box .desc {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #333;
  width: 80%;
}
.about-page .about-2 .bottom {
  position: relative;
}
.about-page .about-2 .bottom::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 38px;
  left: 0;
}
.about-page .about-2 .bottom ul li .box .tt {
  color: #666;
  margin-bottom: 8px;
  font-weight: bold;
  transition: all 0.5s;
}
.about-page .about-2 .bottom ul li .box .yuan {
  display: block;
  width: 7px;
  height: 7px;
  background-color: #999999;
  border-radius: 50%;
  transition: all 0.5s;
}
.about-page .about-2 .bottom ul li .box img {
  margin-top: 8px;
  border: 4px solid transparent;
  transition: all 0.5s;
}
.about-page .about-2 .bottom ul li.swiper-slide-thumb-active .box .tt {
  color: var(--color);
}
.about-page .about-2 .bottom ul li.swiper-slide-thumb-active .box .yuan {
  background-color: var(--color);
}
.about-page .about-2 .bottom ul li.swiper-slide-thumb-active .box img {
  border-color: var(--color);
}
.about-page .about-3 .left {
  width: 50%;
  padding-right: 2%;
}
.about-page .about-3 .right {
  width: 50%;
  padding-left: 1.5%;
}
.about-page .about-3 .right ul li {
  margin-bottom: 20px;
}
.about-page .about-3 .right ul li .box {
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
}
.about-page .about-3 .right ul li .box .content .tt {
  transition: all 0.5s;
}
.about-page .about-3 .right ul li .box .content span {
  position: relative;
  display: block;
  margin-top: 3px;
  cursor: pointer;
}
.about-page .about-3 .right ul li .box .content span .iconfont-jianhao {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.5s;
}
.about-page .about-3 .right ul li .box .content i {
  margin-left: 10px;
  font-size: 22px;
  color: #333;
  transition: all 0.5s;
}
.about-page .about-3 .right ul li .box .desc {
  line-height: 1.8;
  color: #666666;
  position: relative;
  z-index: 0;
}
.about-page .about-3 .right ul li .box .desc .text02 {
  display: none;
}
.about-page .about-3 .right ul li.active .box {
  border-color: var(--color);
}
.about-page .about-3 .right ul li.active .box .content .tt {
  color: var(--color);
}
.about-page .about-3 .right ul li.active .box .content span .iconfont-jianhao {
  opacity: 1;
  color: var(--color);
}
.about-page .about-3 .right ul li.active .box .content span .iconfont-jiahao {
  opacity: 0;
}
.about-page .about-4 {
  background-color: #fbfbfb;
}
.about-page .about-4 .con {
  background-repeat: no-repeat;
  background-position: left bottom;
  padding: 0 0 40px 40px;
}
.about-page .about-4 .con .bg {
  background-color: #fff;
  padding: 80px;
}
.about-page .about-4 .con .bg .left {
  width: 30%;
}
.about-page .about-4 .con .bg .right {
  width: 70%;
  padding-left: 5%;
  position: relative;
}
.about-page .about-4 .con .bg .right .desc {
  color: #333333;
}
.about-page .about-4 .con .bg .right .desc p {
  padding: 18px 0 18px 10px;
  position: relative;
}
.about-page .about-4 .con .bg .right .desc p em {
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #333;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 30px;
}
.about-page .about-4 .con .bg .right .syh {
  position: absolute;
  right: 0;
  bottom: 0;
}
.about-page .about-5 .mk-desc {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  color: #666666;
}
.about-page .about-5 .mk-desc ul li {
  margin: 0 50px;
  position: relative;
  padding-left: 30px;
  margin-bottom: 30px;
}
.about-page .about-5 .mk-desc ul li em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid var(--color);
  position: absolute;
  left: 0;
  top: 6px;
}
.about-page .about-5 .mk-desc ul li em::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: var(--color);
  border-radius: 50%;
}
.about-page .about-5 .swiper ul li {
  padding: 65px 0;
}
.about-page .about-5 .swiper ul li .box {
  transition: all 0.5s;
}
.about-page .about-5 .swiper ul li.swiper-slide-active .box {
  transform: scale(1.5);
  transform-origin: center center;
}
.about-page .about-5 .zdyjt .swiper-button {
  top: 50%;
}
.about-page .about-5 .zdyjt .swiper-button-prev {
  transform: translateX(-50%);
}
.about-page .about-5 .zdyjt .swiper-button-next {
  right: 0;
  transform: translateX(50%);
}
.hidden {
  display: none;
}
@media screen and (max-width: 1700px) {
  .about-page .about-3 .right ul li .box .content span {
    margin-top: 0;
  }
}
@media screen and (max-width: 1450px) {
  .about-page .about-2 .top ul li .box .tt {
    font-size: 250px;
  }
  .about-page .about-3 .right ul li .box .desc .text01 {
    -webkit-line-clamp: 1;
  }
  .about-page .about-4 .con .bg {
    padding: 35px;
  }
  .about-page .about-5 .mk-desc ul li {
    margin: 0 28px;
    margin-bottom: 15px;
  }
  .about-page .about-5 .mk-desc {
    max-width: 80%;
  }
  .about-page .about-5 .swiper ul li {
    padding: 47px 0;
  }
}
@media screen and (max-width: 1250px) {
  .about-page .about-2 .top ul li .box .tt {
    font-size: 160px;
  }
  .zdyjt .swiper-button {
    top: 50%;
  }
  .zdyjt .swiper-button {
    zoom: 0.85;
  }
  .about-page .about-3 .right ul li .box {
    padding-bottom: 10px;
  }
  .about-page .about-3 .right ul li {
    margin-bottom: 10px;
  }
  .about-page .about-4 .con {
    padding: 0px 0px 20px 20px;
  }
  .about-page .about-4 .con .bg .right .desc p {
    padding: 10px 0px 10px 10px;
  }
  .about-page .about-4 .con .bg .right .desc p em {
    top: 21px;
  }
  .about-page .about-5 .mk-desc ul li {
    margin: 0 10px;
    margin-bottom: 8px;
  }
  .about-page .about-5 .mk-desc {
    max-width: 90%;
  }
  .about-page .about-5 .swiper ul li {
    padding: 37px 0;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-1 .datashow ul li {
    width: 25%;
    padding: 10px;
  }
  .about-page .about-1 .datashow ul li .box {
    justify-content: center;
  }
  .about-page .about-1 .datashow ul li .box {
    flex-direction: column;
  }
  .about-page .about-1 .datashow ul li .box .img {
    margin-right: 0;
  }
  .about-page .about-1 .datashow ul li .box .content {
    margin-top: 5px;
    align-items: center;
  }
  .about-page .about-2 .top ul li .box .tt {
    font-size: 120px;
  }
  .about-page .about-3 .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page .about-3 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 5%;
  }
  .about-page .about-4 .con .bg .left {
    width: 100%;
    text-align: center;
  }
  .about-page .about-4 .con .bg .right {
    width: 100%;
    padding-left: 0;
    margin-top: 5%;
  }
  .about-page .about-5 .mk-desc ul {
    flex-direction: column;
  }
  .about-page .about-5 .swiper ul li.swiper-slide-active .box {
    transform: scale(1);
  }
  .about-page .about-5 .swiper ul li {
    padding: 0;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-1 .imgbox > img {
    min-height: 250px;
    object-fit: cover;
  }

  .zdyjt .swiper-button {
    zoom: 0.6;
  }
  .about-page .about-4 .con {
    padding: 0;
  }
  .about-page .about-4 .con .bg {
    padding: 30px 15px;
  }
  .about-page .about-5 .mk-desc {
    max-width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-1 .datashow ul li{
    zoom: 0.8;
    padding: 10px 0;
  }
  .about-page .about-1 h1{
    max-height: 146px;
    overflow-y: auto;
    text-indent: 2em;
  }



}
/*----- news-page -----*/
.news-page .news-1 ul li .box .img-box {
  width: 29%;
  position: relative;
}
.news-page .news-1 ul li .box .img-box .tag {
  position: absolute;
  bottom: 0;
  left: 0;
  width: auto;
  min-width: 170px;
  padding: 0 20px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: var(--color);
}
.news-page .news-1 ul li .box .txtbox {
  width: 71%;
  padding-left: 6%;
}
.news-page .news-1 ul li .box .txtbox .time {
  color: #666666;
}
.news-page .news-1 ul li .box .txtbox .desc {
  color: #666666;
  line-height: 2;
}
.news-page .news-1 .swiper-pagination {
  width: auto;
  left: auto;
  right: 0;
}
.news-page .news-1 .swiper-pagination .swiper-pagination-bullet {
  width: 17px;
  height: 17px;
  border: solid 1px #e5e5e5;
  background-color: transparent;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  margin: 0 6px;
}
.news-page .news-1 .swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #e5e5e5;
}
.news-page .news-1 .swiper-pagination .swiper-pagination-bullet-active {
  border-color: var(--color);
}
.news-page .news-1 .swiper-pagination .swiper-pagination-bullet-active::after {
  background-color: var(--color);
}
.news-page .news-list ul li {
  margin-top: 60px;
  width: 100%;
}
.news-page .news-list ul li .box {
  background-color: #f4f4f5;
  padding: 65px 40px;
  position: relative;
  transition: all 0.5s;
}
.news-page .news-list ul li .box .img-box {
  width: 30%;
}
.news-page .news-list ul li .box .txtbox {
  width: 70%;
  padding-left: 5%;
}
.news-page .news-list ul li .box .txtbox .tt {
  color: #333333;
}
.news-page .news-list ul li .box .txtbox .desc {
  color: #666666;
}
.news-page .news-list ul li .box .txtbox .btn-go {
  transform: scaleY(0);
  margin-top: 0;
  border: solid 1px #cccccc;
  transition: all 0.5s;
  height: 0;
}
.news-page .news-list ul li .box .bg {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.5s;
}
.news-page .news-list ul li .box:hover {
  background-color: var(--color);
}
.news-page .news-list ul li .box:hover .txtbox .tt {
  color: #fff;
}
.news-page .news-list ul li .box:hover .txtbox .desc {
  color: #fff;
}
.news-page .news-list ul li .box:hover .txtbox .btn-go {
  transform: scaleY(1);
  margin-top: 40px;
  height: 50px;
}
.news-page .news-list ul li .box:hover .bg {
  opacity: 1;
}
.news-page .news-list ul li:nth-of-type(1) {
  margin-top: 0;
}
.m-page .wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
}
.m-page .wp-pagenavi span,
.m-page .wp-pagenavi a {
  width: 40px;
  height: 40px;
  border: 1px solid #dcdcdc;
  text-align: center;
  line-height: 36px;
  font-size: 18px;
  font-weight: bold;
  margin: 5px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-page .wp-pagenavi a:hover {
  background-color: var(--color);
  color: #fff;
  border: 1px solid var(--color);
}
.m-page .wp-pagenavi .current {
  background-color: var(--color);
  border: 1px solid var(--color);
  color: #fff;
}
@media screen and (max-width: 1450px) {
  .news-page .news-list ul li .box {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 1250px) {
  .news-page .news-list ul li {
    margin-top: 40px;
  }
  .news-page .news-list ul li .box {
    padding: 20px;
  }
  .news-page .news-list ul li .box:hover .txtbox .btn-go {
    margin-top: 20px;
  }
  .news-page .news-list ul li .box .bg {
    zoom: 0.85;
  }
}
@media screen and (max-width: 1000px) {
  .news-page .news-1 ul li .box .img-box {
    width: 60%;
    margin: 0 auto;
  }
  .news-page .news-1 ul li .box .txtbox {
    width: 100%;
    margin-top: 5%;
    padding-left: 0;
  }
  .news-page .news-list ul li .box .img-box {
    width: 100%;
  }
  .news-page .news-list ul li .box .txtbox {
    width: 100%;
    padding-left: 0;
    margin-top: 5%;
  }
  .news-page .news-list ul li .box .txtbox .btn-go {
    transform: scaleY(1);
    margin-top: 20px;
    height: 50px;
  }
}
@media screen and (max-width: 500px) {
  .news-page .news-1 {
    display: none;
  }
}

/*----- newsdet-page -----*/
.newdet-page .newdet-1 .title {
  text-align: center;
}

.newdet-page .newdet-1 .time {
  color: #666666;
  margin-top: 26px;
  text-align: center;
}

.newdet-page .newdet-1 .des {
  margin-top: 40px;
  color: #666666;
  line-height: 1.8;
}

.newdet-page .newdet-1 .m-link {
  margin-top: 50px;
  border-top: 1px solid #666666;
  padding-top: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.newdet-page .newdet-1 .m-link .list {
  margin: 5px 0;
  color: #bfbfbf;
}

.newdet-page .newdet-1 .m-link .list:hover {
  color: var(--color);
}


/*----- product-page -----*/
.product-banner .banbg {
  object-position: bottom;
}

.product-banner .ban-2 .probancon {
  color: #fff;
  min-height: 190px;
}
.product-banner .ban-2 .probancon .container {
  height: 100%;
}
.product-banner .ban-2 .probancon .container .con {
  height: 100%;
}
.product-banner .ban-2 .probancon .container .con .tt {
  letter-spacing: 4px;
}
.product-banner .ban-2 .probancon .container .con .mbx {
  letter-spacing: 2px;
}
.product-banner .ban-2 .probancon .container .con .mbx .linkhome {
  margin-top: 3px;
  margin-right: 8px;
}
.product-page .pro-1 {
  position: relative;
  background-repeat: no-repeat;
  background-position: bottom 60% center;
  background-color: #fafafa;
}
.product-page .pro-1 .recom-list {
  position: relative;
}
.product-page .pro-1 .recom-list ul li .box {
  position: relative;
  width: 300px;
  transition: all 0.5s;
  left: 50%;
  transform: translateX(-50%);
}
.product-page .pro-1 .recom-list ul li .box .img-box img {
  height: 308px;
  object-fit: contain;
}
.product-page .pro-1 .recom-list ul li .box .txtbox {
  opacity: 0;
  transform: scaleX(0);
  transition: all 0.5s;
  margin-top: -40px;
  padding: 0 42px;
}
.product-page .pro-1 .recom-list ul li .box .txtbox .tt {
  color: var(--color);
}
.product-page .pro-1 .recom-list ul li .box .txtbox .desc {
  color: #333333;
  line-height: 1.8;
}
.product-page .pro-1 .recom-list ul li.swiper-slide-active .box {
  width: 780px;
}
.product-page .pro-1 .recom-list ul li.swiper-slide-active .box .txtbox {
  opacity: 1;
  transform: scaleX(1);
}
.product-page .pro-1 .recom-list ul li.swiper-slide-prev .box {
  left: 30%;
}
.product-page .pro-1 .recom-list ul li.swiper-slide-next .box {
  left: 71%;
}
.product-page .zdyjt .swiper-button{
  top: 50%;
}
.sidebar-box .sidebar-left {
  width: 30%;
}
.sidebar-box .sidebar-left .inner .inner-search form {
  width: 100%;
  position: relative;
}
.sidebar-box .sidebar-left .inner .inner-search form input[type="text"] {
  width: 100%;
  height: 70px;
  border: 1px solid transparent;
  padding: 10px 20px;
  padding-right: 5rem;
  font-size: 14px;
  color: #555;
  background-color: rgba(190, 190, 190, 0.1);
}
.sidebar-box .sidebar-left .inner .inner-search form input[type="text"]::placeholder {
  color: #666666;
}
.sidebar-box .sidebar-left .inner .inner-search form input[type="submit"] {
  position: absolute;
  width: 43px;
  height: 43px;
  margin-right: 10px;
  border: none;
  background: url(../images/in-leftss.png) no-repeat center center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.sidebar-box .sidebar-left .inner .inner-cat ul .diyi {
  padding: 20px 0;
  border-bottom: 1px solid #dddddd;
}
.sidebar-box .sidebar-left .inner .inner-cat ul .diyi > .benji a {
  color: #333333;
  font-size: 20px;
}
.sidebar-box .sidebar-left .inner .inner-cat ul .diyi a {
  transition: all 0.5s;
}
.sidebar-box .sidebar-left .inner .inner-cat ul .diyi i {
  color: #666666;
  margin-right: 20px;
  transition: all 0.5s;
  margin-top: 3px;
}
.sidebar-box .sidebar-left .inner .inner-cat ul .diyi i.rotate {
  transform: rotate(90deg);
}
.sidebar-box .sidebar-left .inner .inner-cat ul .diyi ol {
  display: none;
}
.sidebar-box .sidebar-left .inner .inner-cat ul .diyi .second {
  padding-left: 36px;
  margin-top: 10px;
}
.sidebar-box .sidebar-left .inner .inner-cat ul .diyi .second > li {
  padding: 4px 0;
}
.sidebar-box .sidebar-left .inner .inner-cat ul .diyi .second > li > .benji a {
  color: #666;
  font-size: 18px;
}
.sidebar-box .sidebar-left .inner .inner-cat ul .diyi .second > li > .benji i {
  color: #666;
}
.sidebar-box .sidebar-left .inner .inner-cat ul .diyi .second > li.active > .benji a {
  color: var(--color);
}
.sidebar-box .sidebar-left .inner .inner-cat ul .diyi .second > li.active > .benji i {
  color: var(--color);
}
.sidebar-box .sidebar-left .inner .inner-cat ul .diyi .second ol {
  display: block;
}
.sidebar-box .sidebar-left .inner .inner-cat ul .diyi .third {
  display: none;
  padding-left: 38px;
  margin-top: 10px;
}
.sidebar-box .sidebar-left .inner .inner-cat ul .diyi .third li > .benji a {
  color: #999;
  font-size: 16px;
}
.sidebar-box .sidebar-left .inner .inner-cat ul .diyi .third li.active > .benji a {
  color: var(--color);
}
.sidebar-box .sidebar-left .inner .inner-cat ul .diyi.active > .benji a {
  color: var(--color);
}
.sidebar-box .sidebar-left .inner .inner-cat ul .diyi.active > .benji i {
  color: var(--color);
}
.sidebar-box .sidebar-left .inner .inner-cat ul .diyi.active .second {
  display: block;
}
.sidebar-box .sidebar-right {
  width: 70%;
  padding-left: 5.5%;
}
.sidebar-box .sidebar-right .fenlei {
  line-height: 1.8;
  max-height: 300px;
  overflow-y: auto;
}
.sidebar-box .sidebar-right .product-list ul {
  margin: 0 -21px;
}
.sidebar-box .sidebar-right .product-list ul li {
  padding: 0 21px;
  width: 33.3%;
  margin-bottom: 45px;
}
.sidebar-box .sidebar-right .product-list ul li .box {
  background-color: #eeeeee;
  padding: 20px 5px;
  position: relative;
  z-index: 0;
}
.sidebar-box .sidebar-right .product-list ul li .box::after {
  content: "";
  display: block;
  width: 100%;
  height: 84%;
  background-color: var(--color);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  transition: all 0.5s;
}
.sidebar-box .sidebar-right .product-list ul li .box .imgbox {
  transition: all 0.5s;
}
.sidebar-box .sidebar-right .product-list ul li .box .txtbox {
  width: 100%;
  transition: all 0.5s;
}
.sidebar-box .sidebar-right .product-list ul li .box .txtbox .tt {
  max-width: 100%;
}
.sidebar-box .sidebar-right .product-list ul li .box .txtbox .btn-go {
  min-width: 110px;
  height: 30px;
  font-size: 14px;
  padding: 0 8px;
  zoom: 1;
  opacity: 0;
}
.sidebar-box .sidebar-right .product-list ul li .box .txtbox .btn-go i {
  width: 20px;
  height: 20px;
}
.sidebar-box .sidebar-right .product-list ul li .box:hover {
  background-color: transparent;
}
.sidebar-box .sidebar-right .product-list ul li .box:hover::after {
  opacity: 1;
}
.sidebar-box .sidebar-right .product-list ul li .box:hover .imgbox {
  transform: scale(1.1) translateY(82%);
}
.sidebar-box .sidebar-right .product-list ul li .box:hover .txtbox {
  transform: translateY(-172%);
}
.sidebar-box .sidebar-right .product-list ul li .box:hover .txtbox .tt {
  color: #fff;
}
.sidebar-box .sidebar-right .product-list ul li .box:hover .txtbox .btn-go {
  background-color: #fff;
  color: var(--color);
  opacity: 1;
}
.sidebar-box .sidebar-right .product-list ul li .box:hover .txtbox .btn-go i {
  background-color: var(--color);
  color: #fff;
}

@media screen and (max-width: 1700px) {
  .product-page .pro-1 .recom-list ul li.swiper-slide-active .box {
    width: 660px;
  }
  .product-page .pro-1 .recom-list ul li .box {
    width: 258px;
  }
}
@media screen and (max-width: 1450px) {
  .product-page .pro-1 .recom-list ul li.swiper-slide-active .box {
    width: 530px;
  }
  .product-page .pro-1 .recom-list ul li .box {
    width: 215px;
  }
  .product-page .pro-1 .recom-list ul li .box .img-box img {
    height: 250px;
  }
  .sidebar-box .sidebar-right {
    padding-left: 2.5%;
  }
}
@media screen and (max-width: 1250px) {
  .product-banner .ban-2 .probancon {
    min-height: 150px;
  }
  .product-page .pro-1 .recom-list ul li.swiper-slide-active .box {
    width: 454px;
  }
  .product-page .pro-1 .recom-list ul li .box {
    width: 165px;
  }
  .product-page .pro-1 .recom-list ul li .box .txtbox {
    padding: 0;
  }
  .product-page .pro-1 .recom-list ul li .box .txtbox .desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .sidebar-box .sidebar-right .product-list ul {
    margin: 0 -5px;
  }
  .sidebar-box .sidebar-right .product-list ul li {
    padding: 0 5px;
    margin-bottom: 20px;
  }
  .sidebar-box .sidebar-left .inner .inner-cat ul .diyi i {
    margin-top: 4px;
  }
}
@media screen and (max-width: 1000px) {
  .product-page .pro-1 .recom-list ul li .box {
    width: auto;
  }
  .product-page .pro-1 .recom-list ul li.swiper-slide-active .box {
    width: auto;
  }
  .product-page .pro-1 .recom-list ul li .box .txtbox {
    opacity: 1;
    transform: scale(1);
    display: block;
    margin-top: -20px;
  }
  .product-page .pro-1 .recom-list ul li .box .img-box img {
    height: auto;
  }
  .sidebar-box .sidebar-left {
    display: none;
  }
  .sidebar-box .sidebar-right {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 700px) {

  .sidebar-box .sidebar-right .product-list ul li {
    width: 50%;
  }
  .sidebar-box .sidebar-right .product-list ul li .box:hover .imgbox {
    transform: scale(1) translateY(75%);
  }
}
@media screen and (max-width: 500px) {
  .sidebar-box .sidebar-right .product-list ul li {
    width: 100%;
  }
  .sidebar-box .sidebar-right .product-list ul li .box:hover .txtbox {
    transform: translateY(0);
  }
  .sidebar-box .sidebar-right .product-list ul li .box:hover .imgbox {
    transform: scale(1) translateY(0);
  }
  .sidebar-box .sidebar-right .product-list ul li .box::after{
    height: 100%;
  }
}
/*----- contact-page -----*/
.contact-page .contact-1 ul li {
  width: 33.3%;
  transition: all 0.5s;
}
.contact-page .contact-1 ul li .box {
  max-width: 70%;
  margin: 0 auto;
}
.contact-page .contact-1 ul li .box i {
  width: 133px;
  height: 133px;
  border-radius: 50%;
  border: solid 1px var(--color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.contact-page .contact-1 ul li .box .tt {
  color: #333;
}
.contact-page .contact-1 ul li .box .desc {
  color: #666666;
  line-height: 1.7;
  text-align: center;
}
.contact-page .contact-1 ul li:hover {
  transform: translateY(-10px);
}
.contact-page .contact-2 {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.contact-page .contact-2 .form {
  padding: 0 38px;
}
.contact-page .contact-2 .form form ul {
  margin: 0 -32px;
}
.contact-page .contact-2 .form form ul li {
  padding: 0 32px;
}
.contact-page .contact-2 .form form ul li.wid-50 {
  width: 50%;
}
.contact-page .contact-2 .form form ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-2 .form form ul li.send {
  display: flex;
  justify-content: center;
}
.contact-page .contact-2 .form form ul li input[type="text"] {
  width: 100%;
  height: 72px;
  background-color: rgba(255, 255, 255, 0.6);
  border: solid 1px rgba(102, 102, 102, 0.6);
  padding: 20px 10px 20px 30px;
  margin-bottom: 38px;
}
.contact-page .contact-2 .form form ul li input[type="text"]::placeholder {
  font-size: 16px;
  color: #666666;
}
.contact-page .contact-2 .form form ul li textarea {
  width: 100%;
  height: 230px;
  background-color: rgba(255, 255, 255, 0.6);
  border: solid 1px rgba(102, 102, 102, 0.6);
  padding: 20px 10px 20px 30px;
}
.contact-page .contact-2 .form form ul li textarea::placeholder {
  font-size: 16px;
  color: #666666;
}
@media screen and (max-width: 1250px) {
  .contact-page .contact-1 ul li .box {
    max-width: 90%;
  }
  .contact-page .contact-1 ul li .box i {
    zoom: 0.8;
  }
  .contact-page .contact-2 .form {
    padding: 0 20px;
  }
  .contact-page .contact-2 .form form ul li {
    padding: 0 10px;
  }
  .contact-page .contact-2 .form form ul {
    margin: 0 -10px;
  }
  .contact-page .contact-2 .form form ul li input[type="text"] {
    margin-bottom: 20px;
    padding: 2px 10px 2px 20px;
    height: 56px;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page .contact-1 ul li .box i {
    zoom: 0.6;
  }
}
@media screen and (max-width: 700px) {
  .contact-page .contact-1 ul li {
    width: 50%;
    margin: 10px 0;
  }
  .contact-page .contact-1 ul li:nth-last-child(1){
    width: 100%;
  }
  .contact-page .contact-1 ul li .box {
    max-width: 100%;
  }
  .contact-page .contact-2 .form form ul li.wid-50 {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .contact-page .contact-2 .form form ul li textarea::placeholder {
    font-size: 14px;
  }
  .contact-page .contact-2 .form form ul li input[type="text"]::placeholder {
    font-size: 14px;
  }
  .contact-page .contact-2 .form form ul li input[type="text"] {
    margin-bottom: 10px;
  }
  .contact-page .contact-2 .form form ul li input[type="text"]{
    height: 44px;
  }
  .contact-page .contact-2 .form form ul li textarea{
    height: 120px;
  }
}
/*----- prodet-page -----*/
.prodet-page .prodet-1 .left {
  width: 50%;
  padding-right: 6.5%;
}
.prodet-page .prodet-1 .left .swiper {
  background-color: #fff;
}
.prodet-page .prodet-1 .left .swiper ul li .box {
  min-height: 642px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.prodet-page .prodet-1 .left .swiper ul li .box .fd{
  position: absolute;
  top:50px;
  right: 50px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--color);
  display: flex;
  align-items: center;
  justify-content: center;
}
.prodet-page .prodet-1 .right {
  width: 50%;
  padding-left: 1%;
}
.prodet-page .prodet-1 .right h1 {
  position: relative;
  padding-left: 13px;
}
.prodet-page .prodet-1 .right h1::before {
  content: "";
  display: block;
  width: 4px;
  height: 38px;
  position: absolute;
  top: 17px;
  left: 0;
  background-color: var(--color);
}
.prodet-page .prodet-1 .right .desc {
  color: #333;
  max-height: 160px;
  overflow-y: auto;
}
.prodet-page .prodet-1 .right .m-link a {
  color: #333333;
  transition: all 0.5s;
  padding: 4px 0;
}
.prodet-page .prodet-1 .right .m-link a:hover {
  color: var(--color);
}
.prodet-page .prodet-1 .right .btnbox .btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  border: solid 1px #333333;
  height: 50px;
  width: auto;
  min-width: 184px;
  padding: 0 20px;
  color: #333;
  transition: all 0.5s;
}
.prodet-page .prodet-1 .right .btnbox .btn img {
  transition: all 0.5s;
}
.prodet-page .prodet-1 .right .btnbox .btn:hover {
  background-color: var(--color);
  color: #fff;
  border-color: var(--color);
}
.prodet-page .prodet-1 .right .btnbox .btn:hover img {
  filter: brightness(0) invert(1);
}
.prodet-page .prodet-1 .right > * {
  width: 100%;
}
.prodet-page .prodet-1 .right .swiper ul li .box {
  background-color: #fff;
  border: solid 1px #a5a8ae;
}
.prodet-page .prodet-1 .right .swiper ul li .box .imgbox {
  padding: 20px 3px;
}
.prodet-page .prodet-2 .imgbox {
  position: relative;
}
.prodet-page .prodet-2 .imgbox .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 73px;
  height: 73px;
  background-color: var(--color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prodet-page .prodet-2 .imgbox .play img {
  transform: translate(3px, -2px);
}
.prodet-page .prodet-2 .imgbox .play::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: inherit;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  -o-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  background-color: transparent;
  border: 1px solid rgba(224, 80, 44, 0.26);
  z-index: -1;
}
.prodet-page .prodet-2 .imgbox .play::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: inherit;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  -o-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  background-color: transparent;
  border: 1px solid rgba(224, 80, 44, 0.658);
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
  z-index: -1;
}
.prodet-page .prodet-3 .tab {
  background-color: #fff;
}
.prodet-page .prodet-3 .tab li {
  height: 65px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 203px;
  padding: 0 20px;
  transition: all 0.5s;
}
.prodet-page .prodet-3 .tab li::after {
  content: "";
  display: block;
  width: 27px;
  height: 14px;
  background-image: url(../images/in-xzzt.png);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  opacity: 0;
}
.prodet-page .prodet-3 .tab li:hover {
  background-color: var(--color);
  color: #fff;
}
.prodet-page .prodet-3 .tab li:hover::after {
  opacity: 1;
}
.prodet-page .prodet-3 .tab li.active {
  background-color: var(--color);
  color: #fff;
}
.prodet-page .prodet-3 .tab li.active::after {
  opacity: 1;
}
.prodet-page .prodet-3 .content .det {
  display: none;
}
.prodet-page .prodet-3 .content .det.active {
  display: block;
}
.prodet-page .prodet-3 .content .det .title {
  display: none;
}
.prodet-page .prodet-3 .content .det-advan {
  background-color: #fff;
}
.prodet-page .prodet-3 .content .det-advan ul li {
  margin-bottom: 68px;
}
.prodet-page .prodet-3 .content .det-advan ul li .box {
  position: relative;
  z-index: 0;
}
.prodet-page .prodet-3 .content .det-advan ul li .box::after {
  content: "";
  display: block;
  position: absolute;
  width: 82%;
  height: 100%;
  background-color: rgba(224, 80, 44, 0.04);
  z-index: -1;
}
.prodet-page .prodet-3 .content .det-advan ul li .box .txtbox {
  position: relative;
  padding-left: 122px;
  max-width: 52%;
}
.prodet-page .prodet-3 .content .det-advan ul li .box .txtbox .num {
  font-style: italic;
  font-size: 46px;
  color: var(--color);
  font-weight: bold;
  position: absolute;
  left: 28px;
  top: 22px;
}
.prodet-page .prodet-3 .content .det-advan ul li .box .txtbox .desc {
  line-height: 1.8;
}
.prodet-page .prodet-3 .content .det-advan ul li .box .imgbox {
  max-width: 43%;
}
.prodet-page .prodet-3 .content .det-advan ul li:nth-last-of-type(1) {
  margin-bottom: 0;
}
.prodet-page .prodet-3 .content .det-advan ul li:nth-of-type(even) .box {
  flex-direction: row-reverse;
}
.prodet-page .prodet-3 .content .det-advan ul li:nth-of-type(even) .box .txtbox {
  padding-left: 0;
  padding-right: 65px;
}
.prodet-page .prodet-3 .content .det-advan ul li:nth-of-type(even) .box .txtbox .num {
  left: auto;
  right: 65px;
}
.prodet-page .prodet-3 .content .det-advan ul li:nth-of-type(even) .box .txtbox .tt {
  padding-right: 65px;
}
.prodet-page .prodet-3 .content .det-appli ul {
  margin: 0 -33px;
}
.prodet-page .prodet-3 .content .det-appli ul li {
  width: 25%;
  padding: 0 33px;
  margin-bottom: 110px;
}
.prodet-page .prodet-3 .content .det-appli ul li .box .txtbox .tt {
  color: #333333;
}

.prodet-page .prodet-3 .content .det .con .det2 table{
  border: 0;
}
.prodet-page .prodet-3 .content .det .con .det2 table.even{
  background-color: #FEF8F7;
}
.prodet-page .prodet-3 .content .det .con .det2 table tbody td{
  border-color:transparent;width: 50% !important;padding: 15px;
}
.prodet-page .prodet-3 .content .det .con .det2 table tbody{
  min-width: unset;white-space:normal;
}

@media screen and (max-width: 1700px) {
  .prodet-page .prodet-1 .right h1::before {
    top: 13px;
  }
  .prodet-page .prodet-3 .content .det-advan ul li .box .txtbox .num {
    top: 17px;
    font-size: 40px;
  }
  .prodet-page .prodet-3 .content .det-advan ul li .box .txtbox {
    padding-left: 106px;
  }
  .prodet-page .prodet-3 .content .det-appli ul li {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1450px) {
  .prodet-page .prodet-1 .right h1::before {
    top: 10px;
  }
  .prodet-page .prodet-1 .left .swiper ul li .box {
    min-height: 490px;
  }
  .prodet-page .prodet-3 .content .det-advan ul li .box .txtbox .num {
    left: 20px;
    font-size: 34px;
  }
  .prodet-page .prodet-3 .content .det-advan ul li .box .txtbox {
    padding-left: 98px;
  }
  .prodet-page .prodet-3 .content .det-advan ul li {
    margin-bottom: 50px;
  }
  .prodet-page .prodet-3 .content .det-appli ul {
    margin: 0 -15px;
  }
  .prodet-page .prodet-3 .content .det-appli ul li {
    margin-bottom: 60px;
    padding: 0 15px;
  }
}
@media screen and (max-width: 1250px) {
  .prodet-page .prodet-1 .right h1::before {
    height: 27px;
  }
  .prodet-page .prodet-1 .left {
    padding-right: 2.5%;
  }
  .prodet-page .prodet-1 .right .btnbox .btn {
    zoom: 0.85;
  }
  .prodet-page .prodet-3 .content .det-advan ul li .box .txtbox .num {
    font-size: 28px;
  }
  .prodet-page .prodet-3 .content .det-advan ul li .box .txtbox {
    padding-left: 78px;
  }
  .prodet-page .prodet-3 .content .det-advan ul li:nth-of-type(even) .box .txtbox {
    padding-right: 30px;
  }
  .prodet-page .prodet-3 .content .det-advan ul li:nth-of-type(even) .box .txtbox .num {
    right: 30px;
  }
  .prodet-page .prodet-3 .content .det-advan ul li {
    margin-bottom: 40px;
  }
  .prodet-page .prodet-3 .content .det-appli ul li {
    margin-bottom: 50px;
    width: 33.3%;
  }
}
@media screen and (max-width: 1000px) {
  .prodet-page .prodet-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .prodet-page .prodet-1 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 5%;
  }
  .prodet-page .prodet-1 .right h1::before {
    top: 8px;
  }
  .prodet-page .prodet-1 .left .swiper ul li .box {
    min-height: 470px;
  }
  .prodet-page .prodet-2 .imgbox>img {
    /*min-height: 300px;*/
    /*object-fit: cover;*/
  }
  .prodet-page .prodet-3 .content .det-advan ul li .box .txtbox .num {
    font-size: 24px;
  }
  .prodet-page .prodet-3 .content .det-advan ul li .box .txtbox {
    max-width: 100%;
  }
  .prodet-page .prodet-3 .content .det-advan ul li .box .imgbox {
    max-width: 100%;
    margin-top: 5%;
  }
  .prodet-page .prodet-3 .content .det-advan ul li .box .txtbox {
    padding-left: 68px;
    padding-right: 30px;
  }
  .prodet-page .prodet-3 .content .det-advan ul li .box::after {
    width: 100%;
  }
  .prodet-page .prodet-3 .content .det-advan ul li {
    margin-bottom: 30px;
  }
  .prodet-page .prodet-3 .content .det-advan ul li:nth-of-type(even) .box .txtbox .num {
    right: auto;
    left: 20px;
  }
  .prodet-page .prodet-3 .content .det-advan ul li:nth-of-type(even) .box .txtbox {
    padding-left: 68px;
    padding-right: 30px;
  }
  .prodet-page .prodet-3 .content .det-appli ul li {
    margin-bottom: 40px;
  }
  .prodet-page .prodet-3 .tab {
    display: none;
  }
  .prodet-page .prodet-3 .content .det .title {
    display: block;
  }
  .prodet-page .prodet-3 .content .det {
    display: block;
  }

  .prodet-page .prodet-3 .content .det .con .det2 table tbody td{
    display: block;width: 100% !important;
  }

}
@media screen and (max-width: 700px) {
  .prodet-page .prodet-3 .content .det-advan ul li .box .txtbox .num {
    font-size: 22px;
  }
  .prodet-page .prodet-3 .content .det-appli ul li {
    margin-bottom: 30px;
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .prodet-page .prodet-3 .content .det-advan ul li .box .txtbox .num {
    font-size: 20px;
  }
  .prodet-page .prodet-3 .content .det-appli ul li {
    width: 100%;
  }
}


/*----- video-page -----*/
.video-page {
  position: relative;
  z-index: 0;
}
.video-page:after {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  background-color: var(--color);
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.video-page .video-nav {
  width: 40%;
}
.video-page .video-nav ul li {
  margin-bottom: 70px;
}
.video-page .video-nav ul li .box {
  cursor: pointer;
  position: relative;
  padding-left: 0;
  transition: all 0.5s;
}
.video-page .video-nav ul li .box p {
  color: #a6a6a6;
  margin-right: 10px;
}
.video-page .video-nav ul li .box span {
  color: #a6a6a6;
}
.video-page .video-nav ul li .box::after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: var(--color);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.5s;
}
.video-page .video-nav ul li:nth-last-child(1) {
  margin-bottom: 0;
}
.video-page .video-nav ul>li.active >.box {
  padding-left: 30px;
}

.video-page .video-nav ul>li.active>.box::after {
  opacity: 1;
}
.video-page .video-nav ul>li.active>.box p {
  color: var(--color);
}
.video-page .video-nav ul>li.active >.box span {
  color: var(--color);
}
.video-page .video-nav ul li ol{
  padding-left: 30px;
  margin-top: 10px;
}
.video-page .video-nav ul li ol li{
  margin-bottom: 20px;
}

.video-page .video-nav ol li.active >.box {
  padding-left: 30px;
}

.video-page .video-nav ol li.active>.box::after {
  opacity: 1;
}
.video-page .video-nav ol li.active>.box p {
  color: var(--color);
}
.video-page .video-nav ol li.active >.box span {
  color: var(--color);
}

.video-page .video-list {
  width: 60%;
}
.video-page .video-list > div {
  position: relative;
  display: none;
}
.video-page .video-list > div.active {
  display: block;
}
.video-page .video-list .swiper-button {
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 50%;
  color: var(--color);
  font-size: 22px;
  transition: all 0.5s;
  border: 1px solid transparent;
}
.video-page .video-list .swiper-button:after {
  display: none;
}
.video-page .video-list .swiper-button.swiper-button-next {
  top: 45%;
  right: 0;
  transform: translateX(50%);
}
.video-page .video-list .swiper-button:hover {
  background-color: var(--color);
  color: #fff;
  border-color: #fff;
}

.video-page .video-list .imgbox{
  position: relative;
}
.video-page .video-list .imgbox .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 73px;
  height: 73px;
  background-color: var(--color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-page .video-list .imgbox .play img {
  transform: translate(3px, -2px);
}
.video-page .video-list .imgbox .play::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: inherit;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  -o-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  background-color: transparent;
  border: 1px solid rgba(224, 80, 44, 0.26);
  z-index: -1;
}
.video-page .video-list .imgbox .play::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: inherit;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  -o-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  background-color: transparent;
  border: 1px solid rgba(224, 80, 44, 0.658);
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
  z-index: -1;
}

@media screen and (max-width: 1250px) {
  .video-page .video-nav ul li {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 1000px){
  .video-page .video-nav {
    width: 100%;
  }
  .video-page .video-list {
    width: 100%;
    margin-top: 5%;
  }
  .video-page:after{
    display: none;
  }
  .video-page .video-list ul li .txtbox p{
    color: #333;
  }
}
@media screen and (max-width: 700px){
  .video-page .video-nav ul li {
    margin-bottom: 15px;
  }
  .video-page .video-list .swiper-button.swiper-button-next{
    transform: translateX(0%);
  }
}

.page-header01{
  background: var(--color);
}
.page-header01 .menu-btn{
  background: #fff;color: var(--color);
}
.page-header01 .logo img {
    max-height: 22px;vertical-align: middle;
}
.body-overflow-box{
  margin-bottom: 0;
}
#wap-bottom{
  display: none;
}
.mobile-menu-wrap01 .mobile-menu{
  background: #fff;
}
.mobile-menu-wrap01{
  color: #000;
}
.mobileForm input{
  border:1px solid var(--color);
}
.mobile-menu-wrap01 .share-btn{
  border: 1px solid rgba(0, 0, 0, .04);
}


.job-page .recruits-list3 .list .slick-list {
  margin: 0 -10px;
}

.job-page .recruits-list3 .list3-item {
  position: relative;
  color: #fff;
  text-align: center;
  padding: 10px;
}

.job-page .recruits-list3 .list3-item .img-wrap img {
  border-radius: 20px;
  width: 100%;
}

.job-page .recruits-list3 .list3-item:hover .txts-mains {
  opacity: 1;
  transition: all 0.5s;
}

.job-page .recruits-list3 .list3-txts {
  top: 0;
  left: 0;
  padding: 28px;
  height: 100%;
  width: 100%;
  max-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}

.job-page .recruits-list3 .list3-h5 {
  font-size: 20px;
  font-weight: 700;
  transition: all 0.5s;
}

.job-page .recruits-list3 .list3-h5::after {
  content: "";
  display: block;
  width: 32px;
  height: 1px;
  background: #fff;
  margin: 20px auto;
}

.job-page .recruits-list3 .txts-mains {
  font-size: 14px;
  transition-duration: 0.3s;
  overflow: hidden;
  transition: all 0.5s;
  opacity: 0;
}

.job-page .job-2 .career1-content {
  background: #f9f9f9;
}

.job-page .job-2 .rf-ldf {
  font-size: 0;
  padding: 30px 60px;
  box-sizing: border-box;
  white-space: nowrap;
}

.job-page .job-2 .rf-ldf div {
  font-weight: 700;
  display: inline-block;
  line-height: 1;
  padding-right: 10px;
  box-sizing: border-box;
  font-size: 18px;
}

.job-page .job-2 .career1-lists {
  box-sizing: border-box;
  border-top: 2px solid #e9e9e9;
  position: relative;
  white-space: nowrap;
}

.job-page .job-2 .career1-lists .career1-list {
  font-size: 0;
  padding: 30px 0;
  cursor: pointer;
}

.job-page .job-2 .career1-lists .career1-list div {
  vertical-align: middle;
  padding: 0 10px 0 0;
  box-sizing: border-box;
  line-height: 1;
  display: inline-block;
  font-size: 16px;
}

.job-page .job-2 .career1-lists .cm {
  color: #3d3d3d;
  padding: 30px 60px;
  transition: all 0.5s;
}

.job-page .job-2 .career1-lists .cm:hover {
  background: var(--color);
  color: #fff;
}

.job-page .job-2 .career1-lists .cm:hover .salary-name:before {
  background-image: url(../images/xx.png);
}

.job-page .job-2 .career1-lists .cm.active {
  background: var(--color);
  color: #fff;
}

.job-page .job-2 .career1-lists .cm.active .salary-name:before {
  background-image: url(../images/xx.png);
}

.job-page .job-2 .career1-lists .career1-contents {
  padding: 53px 60px;
  display: none;
}

.job-page .job-2 .career1-lists .career1-contents .con {
  white-space: normal;
}

.job-page .job-2 .career1-lists .career1-contents a {
  width: 100px;
  height: 35px;
  line-height: 35px;
  background: var(--color);
  border-radius: 30px;
  color: #fff;
  text-align: center;
  margin-top: 25px;
  font-size: 14px;
  display: block;
}

.job-page .job-2 .position-title,
.job-page .job-2 .position-name {
  width: 25%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.job-page .job-2 .num-title,
.job-page .job-2 .num-name {
  width: 20%;
}

.job-page .job-2 .xl-title,
.job-page .job-2 .profession-title,
.job-page .job-2 .xl-name,
.job-page .job-2 .profession-name {
  width: 20%;
}

.job-page .job-2 .salary-title {
  width: 9%;
}

.job-page .job-2 .salary-name {
  width: 9.8%;
  position: relative;
}

.job-page .job-2 .salary-name::before {
  width: 43px;
  height: 43px;
  position: absolute;
  right: 2.8%;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background-image: url(../images/right1.png);
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.5s;
}

@media screen and (max-width: 1000px) {
  .job-page .job-2 .rf-ldf {
    padding: 30px;
  }

  .job-page .job-2 .career1-lists .cm {
    padding: 30px;
  }

  .job-page .job-2 .career1-lists .career1-contents {
    padding: 30px;
  }
}

@media screen and (max-width: 700px) {
  .job-page .job-2 {
    max-width: 100%;
    overflow-x: auto;
  }

  .job-page .job-2 .career1-content {
    min-width: 670px;
  }

}

.honour-page .pro-1 .recom-list ul li .box .img-box img {
    height: 665px;
}
.honour-page .zdyjt .swiper-button{
  top: 46%;
}
.honour-page .pro-1 .recom-list{
  max-width: 80%;
  margin-left: auto;
  margin-right:auto;
}
.honour-page .pro-1 .recom-list ul li.swiper-slide-active .box {
    width: 490px;
}
.honour-page .pro-1 .recom-list ul li.swiper-slide-prev .box {
    left: 38%;
}
.honour-page .pro-1 .recom-list ul li.swiper-slide-next .box {
    left: 62%;
}
.honour-page .pro-1 .recom-list ul li .box {
    width: 322px;
}
@media screen and (max-width: 1700px) {
  .honour-page .pro-1 .recom-list {
      max-width: 100%;
  }
}
@media screen and (max-width: 1450px){
  .honour-page .pro-1 .recom-list ul li .box {
    width: 260px;
  }
  .honour-page .pro-1 .recom-list ul li.swiper-slide-active .box {
    width: 410px;
  }
  .honour-page .pro-1 .recom-list ul li .box .img-box img {
    height: 480px;
  }
  .honour-page .pro-1 .recom-list ul li.swiper-slide-active .box {
    width: 350px;
  }
}
@media screen and (max-width: 1250px) {
  .honour-page .pro-1 .recom-list ul li .box {
      width: 230px;
  }
}
@media screen and (max-width: 1000px) {
  .honour-page .pro-1 .recom-list ul li.swiper-slide-active .box {
      width: auto;
  }
  .honour-page .pro-1 .recom-list ul li .box {
    width: auto;
  }
}
@media screen and (max-width: 400px) {
  .honour-page .pro-1 .recom-list ul li .box .img-box img {
      height: auto;
  }
}