.oxy-nav-menu .mb2-search input[type="submit"] {
  background-image: url(../images/icon-search-white.png);
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Light.eot");
  src: url("../fonts/Poppins-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Light.woff2") format("woff2"), url("../fonts/Poppins-Light.woff") format("woff"), url("../fonts/Poppins-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.eot");
  src: url("../fonts/Poppins-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff"), url("../fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium.eot");
  src: url("../fonts/Poppins-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Medium.woff2") format("woff2"), url("../fonts/Poppins-Medium.woff") format("woff"), url("../fonts/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-SemiBold.eot");
  src: url("../fonts/Poppins-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-SemiBold.woff2") format("woff2"), url("../fonts/Poppins-SemiBold.woff") format("woff"), url("../fonts/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Bold.eot");
  src: url("../fonts/Poppins-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Bold.woff2") format("woff2"), url("../fonts/Poppins-Bold.woff") format("woff"), url("../fonts/Poppins-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 18px;
  --color: #144481;
  margin: 0 auto;
}

.container {
  width: 1435px;
}
.container1 {
  width: 1830px;
  padding:0 15px;
  margin: 0 auto;
  position: relative;
}

.bigtt-zt {
  font-weight: 600;
}

#header {
  z-index: 200;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  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: 76%;
}

#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 32px;
  font-size: 20px;
  font-weight: 500;
  height: 100%;
  color: #000;
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  transition: 0.5s;
  display: flex;
  align-items: center;
  border-bottom: 2px solid transparent;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li:hover {
  color: var(--color);
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li.active {
  color: var(--color);
}

#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 .h-language {
  position: relative;
  cursor: pointer;
}

#header .nav .ui.menu .right .h-language span img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  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 img {
  filter: none;
}

#header .nav .ui.menu .right .h-search {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 20px;
  cursor: pointer;
}

#header .nav .ui.menu .right .h-search img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  transition: all 0.5s;
}

#header .nav .ui.menu .right .h-search:hover img {
  filter: none;
}

#banner {
  margin-top: 100px;
}

#banner .banner-content {
  height: calc(100vh - 100px);
  position: relative;
}

#banner .banner-content .swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#banner .banner-content .swiper-slide .txt-content {
  height: 100%;
  position: relative;
  z-index: 0;
}

#banner .banner-content .swiper-slide .txt-content video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#banner .banner-content .swiper-slide .txt-content .bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

#banner .banner-content .swiper-slide .txt-content .ban-go {
  width: 140px;
  height: 140px;
  border: solid 2px #ffffff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  text-align: center;
}

.btn-go {
  width: auto;
  padding: 8px 22px;
  height: auto;
  border-radius: 3em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  border: 1px solid transparent;
  background-color: var(--color);
  color: #fff;
}

.btn-go:hover {
  border-color: var(--color);
  background-color: #fff;
  color: var(--color);
}


#index-body .init-1 .about-page .about-1::after {
  display: none;
}

#index-body .init-1 .about-page .about-1 .container{
  width: 1800px;
}



#index-body .init-2 .thumbs {
  background-color: #f5f5f5;
}

#index-body .init-2 .thumbs ul li .box {
  border: solid 1px #d5d5d5;
  padding: 30px;
  transition: all 0.5s;
  cursor: pointer;
  height: 175px;
}

#index-body .init-2 .thumbs ul li .box img {
  transition: all 0.5s;
}

#index-body .init-2 .thumbs ul li .box:hover {
  border-color: var(--color);
  background-color: var(--color);
  color: #fff;
}

#index-body .init-2 .thumbs ul li .box:hover img {
  filter: brightness(0) invert(1);
}

#index-body .init-2 .thumbs ul li.swiper-slide-thumb-active .box {
  border-color: var(--color);
  background-color: var(--color);
  color: #fff;
}

#index-body .init-2 .thumbs ul li.swiper-slide-thumb-active .box img {
  filter: brightness(0) invert(1);
}

#index-body .init-2 .big ul li .box {
  position: relative;
}

#index-body .init-2 .big ul li .box .txtbox {
  position: absolute;
  bottom: 45px;
  left: 0;
  width: 100%;
}

#index-body .init-2 .big ul li .box .txtbox .txt {
  max-width: 380px;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 15px 28px;
}

#index-body .init-2 .big ul li .box .txtbox .des {
  color: #f5f5f5;
}

#index-body .init-3 {
  background-color: #f5f5f5;
}

#index-body .init-3 .con .thumbs {
  position: relative;
}

#index-body .init-3 .con .thumbs ul li .box {
  cursor: pointer;
}

#index-body .init-3 .con .thumbs ul li .box .y {
  width: 15px;
  height: 15px;
  background-color: #cdcdcd;
  border-radius: 50%;
  transition: all 0.5s;
}

#index-body .init-3 .con .thumbs ul li .box:hover .y {
  background-color: var(--color);
}

#index-body .init-3 .con .thumbs ul li.swiper-slide-thumb-active .box .y {
  background-color: var(--color);
}

#index-body .init-3 .con .thumbs::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #cdcdcd;
  position: absolute;
  bottom: 8px;
  left: 0;
}

#index-body .init-3 .con .big ul li .box {
  background-color: #ffffff;
  border-radius: 29px;
  overflow: hidden;
}

#index-body .init-3 .con .big ul li .box .imgbox {
  width: 50%;
}
#index-body .init-3 .con .big ul li .box .imgbox video{
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: middle;
}

#index-body .init-3 .con .big ul li .box .txtbox {
  width: 50%;
  padding: 50px 70px;
}

#index-body .init-3 .con .big ul li .box .txtbox .des {
  color: #606060;
  line-height: 2;
  height: 15em;
  overflow-y: auto;
}
#index-body .init-3 .con .big ul li .box .txtbox .des ul{
  padding-left: 0!important;
}
#index-body .init-3 .con .big ul li .box .txtbox .des ul li{
  list-style-type: unset!important;
  border:1px dashed #939191;
  padding: 3px 10px;
  margin: 8px 0;
}
#index-body .init-4 {
  background-color: #f5f5f5;
}
#index-body .init-4 .left {
  width: 31%;
  background-color: #ffffff;
  box-shadow: 0px 3px 19px 6px rgba(0, 0, 0, 0.05);
  border-radius: 14px;
  padding: 40px;
}

#index-body .init-4 .left .cat li .box .ttbox i {
  display: flex;
  align-items: center;
  justify-content: center;
}

#index-body .init-4 .left .cat li .box .ttbox .jt {
  width: 18px;
}

#index-body .init-4 .left .cat li .box .ttbox .jt img {
  filter: brightness(0);
  transition: all 0.5s;
}

#index-body .init-4 .left .cat li .box .ttbox .zksq {
  width: 11px;
  position: relative;
}

#index-body .init-4 .left .cat li .box .ttbox .zksq img {
  filter: grayscale(1) brightness(2);
  transition: all 0.5s;
}

#index-body .init-4 .left .cat li .box .ttbox .zksq img.jian {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

#index-body .init-4 .left .cat li .box .ttbox h2 {
  width: calc(100% - 60px);
}

#index-body .init-4 .left .cat li .box .des {
  color: #606060;
  line-height: 2;
  padding-left: 33px;
  display: none;
}
#index-body .init-4 .left .cat li.active .box .ttbox h2{
  color:var(--color);
}
#index-body .init-4 .left .cat li.active .box .ttbox .jt img {
  filter: none;
  transform: rotate(90deg);
}

#index-body .init-4 .left .cat li.active .box .ttbox .zksq img {
  filter: none;
}

#index-body .init-4 .left .cat li.active .box .ttbox .zksq img.jia {
  opacity: 0;
}

#index-body .init-4 .left .cat li.active .box .ttbox .zksq img.jian {
  opacity: 1;
}

#index-body .init-4 .right {
  width: 69%;
  padding-left: 5%;
}

#index-body .init-4 .right ul {
  overflow-y: auto;
  max-height: 548px;
  padding-right: 10px;
}

#index-body .init-4 .right ul li {
  margin-top: 16px;
}

#index-body .init-4 .right ul li:nth-child(1) {
  margin-top: 0;
}

#index-body .init-4 .right ul li .box .ttbox {
  background-color: #fff;
  padding: 22px 30px;
}

#index-body .init-4 .right ul li .box .content {
  padding: 18px 30px 5px;
  color: #8b8b8b;
  display: none;
}

#index-body .init-4 .right ul li.active .box .tt {
  color: var(--color);
}

#index-body .init-5 .list ul li .box {
  background-color: #f5f5f5;
  border-radius: 19px;
  overflow: hidden;
}

#index-body .init-5 .list ul li .box .txtbox {
  padding: 34px 30px;
  transition: all 0.5s;
}

#index-body .init-5 .list ul li .box .txtbox .des {
  color: #606060;
}

#index-body .init-5 .list ul li .box .txtbox .time {
  color: rgba(0, 0, 0, 0.6);
}

#index-body .init-5 .list ul li .box .txtbox .btn-go {
  opacity: 0;
}

#index-body .init-5 .list ul li .box:hover .txtbox .btn-go {
  opacity: 1;
}

#index-body .init-6 .mk-desc {
  max-width: 585px;
}

.swiper-pagination {
  position: static;
}

.swiper-pagination span {
  width: 14px;
  height: 14px;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color);
}

#footer .footer-center .footer-t {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  flex-direction: row-reverse;
}

#footer .footer-center .footer-t .t-gird {
  width: 62%;
}

#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;
  max-width: 230px;
}

#footer .footer-center .footer-t .footer-t-gird .t-list p {
  font-size: 24px;
  font-weight: 500;
  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: 20px;
  margin-bottom: 6px;
  color: #454545;
  width: fit-content;
  transition: all 0.5s;
}

#footer .footer-center .footer-t .footer-t-gird .code {
  max-width: 260px;
}

#footer .footer-center .footer-t .footer-t-gird .code span img {
  border: 1px solid #616161;
}

#footer .footer-center .footer-t .footer-t-gird .link span:hover {
  color: var(--color);
}

#footer .footer-center .footer-t .footer-t-gird.gird-message {
  width: 27%;
}

#footer .footer-center .footer-t .footer-t-gird.gird-message .message {
  max-width: 100%;
}

#footer .footer-center .footer-t .footer-t-gird.gird-message .message .form {
  width: 100%;
}

#footer .footer-center .footer-t .footer-t-gird.gird-message .message .form form ul {
  margin: 0 -4px;
}

#footer .footer-center .footer-t .footer-t-gird.gird-message .message .form form li {
  padding: 0 4px;
}

#footer .footer-center .footer-t .footer-t-gird.gird-message .message .form form input {
  width: 100%;
  height: 58px;
  background-color: #f6f6f6;
  border: 0;
  padding: 12px 16px;
}

#footer .footer-center .footer-t .footer-t-gird.gird-message .message .form form input::placeholder {
  font-size: 16px;
  color: #000000;
}

#footer .footer-center .footer-t .footer-t-gird.gird-message .message .form form textarea {
  width: 100%;
  height: 110px;
  background-color: #f6f6f6;
  border: 0;
  padding: 12px 16px;
  margin-top: 16px;
}

#footer .footer-center .footer-t .footer-t-gird.gird-message .message .form form textarea::placeholder {
  font-size: 16px;
  color: #000000;
}

#footer .footer-center .footer-t .footer-t-gird.gird-message .message .form form .send {
  margin-top: 16px;
  height: 52px;
  border-radius: 26px;
  font-size: 16px;
}

#footer .footer-center .footer-b p {
  color: #000000;
}

#footer .footer-center .footer-b p span {
  /*margin: 0 10px;*/
  font-size: 18px;
}

#footer .footer-center .footer-b p img {
  width: 220px;
  height: auto;
  opacity: 0.4;
}

#footer .footer-center .footer-b p svg {
  display: inline-block;
  vertical-align: top;
  width: auto;
  max-height: 30px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  fill: #000000;
}
@media screen and (max-width: 1800px) {
  .container1 {
    width: 1600px;
  }
}
@media screen and (max-width: 1700px){
  .container1 {
    width: 1400px;
  }
}
@media screen and (max-width: 1450px) {
  .container1 {
    width: 1200px;
  }
  .btn-go {
    zoom: 0.9;
  }

  #header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li {
    margin: 0 20px;
    font-size: 18px;
  }

  #footer .footer-center .footer-t .footer-t-gird .code span img {
    width: 90px;
  }

  #footer .footer-center .footer-t .footer-t-gird .code {
    max-width: 210px;
  }

  #footer .footer-center .footer-t .footer-t-gird .t-list {
    max-width: 200px;
  }

  #footer .footer-center .footer-t .footer-t-gird .t-list p {
    font-size: 22px;
  }

  #footer .footer-center .footer-t .footer-t-gird .t-list span {
    font-size: 18px;
  }

  #index-body .init-2 .thumbs ul li .box {
    padding: 20px;
  }

  #index-body .init-2 .thumbs ul li .box img {
    zoom: 0.8;
  }

  #index-body .init-2 .big ul li .box .imgbox img {
    min-height: 358px;
    object-fit: cover;
  }

  #index-body .init-2 .big ul li .box .txtbox .txt {
    margin: 8px 0;
  }
}

@media screen and (max-width: 1250px) {
  .container1 {
    width: 970px;
  }
  body {
    font-size: 16px;
  }

  #banner {
    margin-top: 60px;
  }

  #banner .banner-content {
    height: 40vw;
  }

  #banner .banner-content .swiper-slide .txt-content .ban-go {
    zoom: 0.9;
  }

  #footer .footer-center .footer-t .footer-t-gird .t-list p {
    font-size: 20px;
  }

  #footer .footer-center .footer-t .footer-t-gird .t-list span {
    font-size: 16px;
  }

  #footer .footer-center .footer-b p span {
    margin: 0 5px;
    font-size: 16px;
  }

  #footer .footer-center .footer-t .footer-t-gird.gird-message .message .form form input {
    height: 50px;
  }

  #footer .footer-center .footer-t .footer-t-gird.gird-message .message .form form textarea {
    height: 100px;
  }

  #index-body .init-3 .con .big ul li .box .txtbox {
    width: 50%;
    padding: 30px 20px;
  }

  #index-body .init-4 .left {
    padding: 20px;
  }

  #index-body .init-4 .right ul li .box .content {
    padding: 10px 15px 5px;
  }

  #index-body .init-4 .right ul li .box .ttbox {
    background-color: #f5f5f5;
    padding: 10px 15px;
  }
}

@media screen and (max-width: 1000px) {
  .container1 {
    width: 700px;
  }

  #banner .banner-content {
    height: 400px;
  }

  #footer .footer-center .footer-t {
    flex-direction: row;
  }

  #footer .footer-center .footer-t .footer-t-gird .t-list.link {
    display: none;
  }

  #footer .footer-center .footer-t .t-gird {
    width: 48%;
  }

  #footer .footer-center .footer-t .footer-t-gird.gird-message {
    width: 48%;
  }

  #index-body .init-3 .con .big ul li .box .imgbox {
    width: 100%;
  }

  #index-body .init-3 .con .big ul li .box .txtbox {
    width: 100%;
    padding: 20px 0;
  }
  #index-body .init-3 .con .big ul li .box .txtbox .txt{
    width: 100%;
  }

  #index-body .init-4 .left {
    width: 100%;
  }

  #index-body .init-4 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 5%;
  }
}

@media screen and (max-width: 700px) {
  .container1 {
    width: 100%;
  }

  .phone_hide {
    display: none;
  }

  #footer .footer-center .footer-t .footer-t-gird .t-list span {
    font-size: 14px;
  }

  #footer .footer-center .footer-b p span {
    font-size: 14px;
  }

  #footer .footer-center .footer-t .t-gird {
    width: 100%;
    margin-top: 20px;
  }

  #footer .footer-center .footer-t .footer-t-gird.gird-message {
    width: 100%;
  }

  #footer .footer-center .footer-b p {
    text-align: center;
    justify-content: center;
  }

  #footer .footer-center .footer-t .footer-t-gird.gird-message .message .form form input::placeholder {
    font-size: 14px;
  }

  #footer .footer-center .footer-t .footer-t-gird.gird-message .message .form form textarea::placeholder {
    font-size: 14px;
  }

  #index-body .init-5 .list ul li .box .txtbox {
    padding: 15px;
  }
}

@media screen and (max-width: 500px) {
  #footer .footer-center .footer-t .footer-t-gird.gird-message .message .form form li {
    width: 100%;
  }

  #footer .footer-center .footer-t .footer-t-gird.gird-message .message .form form input {
    margin-top: 10px;
  }

  #footer .footer-center .footer-t .footer-t-gird.gird-message .message .form form textarea {
    margin-top: 10px;
  }

  #footer .footer-center .footer-t .footer-t-gird .t-list p {
    margin-bottom: 10px;
  }
}

/*----- 首页新增 -----*/

#index-body .init-4-1 .left {
  width: 30%;
  background-color: #ffffff;
  box-shadow: -3px 2px 19px 6px rgba(0, 0, 0, 0.05);
  border-radius: 29px;
  padding: 59px 36px;
}
#index-body .init-4-1 .left ul li {
  padding: 30px 0;
  gap: 20px;
  transition: all 0.5s;
}
#index-body .init-4-1 .left ul li img {
  margin-top: 8px;
  filter: brightness(0);
  transition: all 0.5s;
  opacity: 0;
}
#index-body .init-4-1 .left ul li.active {
  color: var(--color);
}
#index-body .init-4-1 .left ul li.active img {
  filter: none;
  opacity: 1;
}
#index-body .init-4-1 .right {
  width: 70%;
  padding-left: 1%;
}
#index-body .init-4-1 .right .swi-con {
  position: relative;
}
#index-body .init-4-1 .right .swi-con > div:not(.swi-1) {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#index-body .init-4-1 .right .bigimg {
  width: 81%;
  padding-right: 1.5%;
}
#index-body .init-4-1 .right .bigimg ul li .imgbox img {
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
}
#index-body .init-4-1 .right .smallimg {
  width: 19%;
}
#index-body .init-4-1 .right .smallimg .swiper {
  height: 657px;
}
#index-body .init-4-1 .right .smallimg ul li .imgbox {
  border-radius: 14px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.5s;
}
#index-body .init-4-1 .right .smallimg ul li.swiper-slide-thumb-active .imgbox {
  border: 2px solid var(--color);
}
@media screen and (max-width: 1800px) {
  #index-body .init-4-1 .right .smallimg .swiper{
    height: 573px;
  }
  #index-body .init-4-1 .left ul li {
    padding: 23px 0;
  }
}
@media screen and (max-width: 1700px) {
  #index-body .init-4-1 .right .smallimg .swiper {
    height: 502px;
  }
  #index-body .init-4-1 .left ul li {
    padding: 18px 0;
  }

}
@media screen and (max-width: 1450px) {
  #index-body .init-4-1 .left{
    padding: 44px 36px;
  }
  #index-body .init-4-1 .left ul li {
    padding: 13px 0px;
  }
  #index-body .init-4-1 .right .smallimg .swiper {
    height: 432px;
  }
}
@media screen and (max-width: 1250px) {
  #index-body .init-4-1 .left {
    padding:32px 20px;
  }
  #index-body .init-4-1 .right .smallimg .swiper {
    height: 348px;
  }
  #index-body .init-4-1 .left ul li {
    padding: 8px 0px;
  }
}
@media screen and (max-width: 1000px) {
  #index-body .init-4-1 .left {
    width: 100%;
  }
  #index-body .init-4-1 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 5%;
  }
  #index-body .init-4-1 .right .bigimg {
    width: 100%;
    padding-right: 0;
  }
  #index-body .init-4-1 .right .smallimg {
    width: 100%;
    margin-top: 15px;
  }
  #index-body .init-4-1 .right .smallimg .swiper {
    height: auto;
  }
}

/*----- inner page -----*/
.inner-banner {
  color: #fff;
  position: relative;
  z-index: 0;
  margin-top: 100px;
}

.inner-banner .bg {
  min-height: 200px;
  object-fit: cover;
}

.inner-banner .con {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.inner-banner .mbx {
  padding: 40px 0;
  width: 100%;
}

.inner-banner .mbx span {
  /*color: var(--color);*/
  padding: 0 10px;
}

.inner-banner .mbx a {
  transition: all 0.5s;
}

.inner-banner .mbx a:hover {
  color: var(--color);
}

.m-page span,
.m-page a {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-right: 10px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  font-size: 15px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.m-page a:hover,
.m-page span {
  background: var(--color);
  color: white;
  border-color: transparent;
}

/*------ about-page -----*/
.about-page .about-1 {
  position: relative;
  z-index: 0;
}

.about-page .about-1::after {
  content: "";
  display: block;
  height: 50%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #f5f5f5;
  z-index: -1;
}

.about-page .about-1 .left {
  width: 31%;
  background-color: #ffffff;
  box-shadow: 0px 3px 19px 6px rgba(0, 0, 0, 0.05);
  border-radius: 14px;
  padding: 50px 40px 40px;
  position: relative;
  z-index: 1;
}

.about-page .about-1 .left .infobox .des {
  color: #606060;
}

.about-page .about-1 .left .infobox .datashow ul li {
  margin-bottom: 24px;
}

.about-page .about-1 .left .infobox .datashow ul li:nth-last-child(1) {
  margin-bottom: 0;
}

.about-page .about-1 .left .infobox .datashow ul li .content {
  background-color: #f5f5f5;
  border-radius: 12px;
  padding: 18px 30px;
}

.about-page .about-1 .left .infobox .datashow ul li .content em {
  color: #232626;
}

.about-page .about-1 .left .infobox .datashow ul li .content .em {
  color: #232626;
}

.about-page .about-1 .left .infobox .datashow ul li .content p {
  color: #000000;
  opacity: 0.7;
  line-height: 1;
}

.about-page .about-1 .right {
  width: 69%;
  background-color: #ffffff;
  border-radius: 14px;
}

.about-page .about-1 .right .descbox {
  padding: 50px 40px 0;
}

.about-page .about-1 .right .descbox .desc {
  color: #606060;
  line-height: 2.1;
  max-height: 296px;
  overflow-y: auto;
}

.about-page .about-1 .right .imgbox>img {
  border-radius: 0 0 12px 12px;  width: 100%;
}

.about-page .about-1 .right .imgbox .play{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.about-page .about-2 {
  overflow: hidden;
  background-color: #f5f5f5;
}

.about-page .about-2 .list {
  margin-left: calc((1405px - 100vw) / 2);
  margin-right: calc((1405px - 100vw) / 2);
  position: relative;
}

.about-page .about-2 .list .swiper {
  padding: 0 calc((100vw - 1405px) / 2);
}

.about-page .about-2 .list ul li .box {
  background-color: #fff;
  padding: 15px;
}

.about-page .about-2 .list ul li .box .tt {
  color: #000000;
  opacity: 0.7;
}

.about-page .about-2 .list::before {
  content: "";
  display: block;
  width: 230px;
  height: 100%;
  background: linear-gradient(to right, #f5f5f5, rgba(245, 245, 245, 0.9) 50%, rgba(245, 245, 245, 0.3) 90%, rgba(245, 245, 245, 0.01) 95%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
}

.about-page .about-2 .list::after {
  content: "";
  display: block;
  width: 230px;
  height: 100%;
  background: linear-gradient(to left, #f5f5f5, rgba(245, 245, 245, 0.9) 50%, rgba(245, 245, 245, 0.1) 90%, rgba(245, 245, 245, 0.01) 95%);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}

.about-page .about-3 .list ul li .box {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}

.about-page .about-3 .list ul li .box .tt {
  color: #000000;
  opacity: 0.7;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  padding: 18px;
  z-index: 1;
}

.about-page .about-3 .list ul li .box::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(355deg, rgba(20, 67, 129, 0.95), rgba(20, 67, 129, 0.8) 5%, rgba(20, 67, 129, 0) 30%);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.about-page .about-2 .zdyqh .swiper-button{
  top: 57%;
}
.about-page .about-2 .zdyqh .swiper-button.swiper-button-prev{
  transform: translate(-50%,-50%);
}
.about-page .about-2 .zdyqh .swiper-button.swiper-button-next {
    transform: translate(50%,-50%);
}

.zdyqh .swiper-button {
  width: 79px;
  height: 79px;
  background-color: rgba(145, 144, 144, 0.5);
  border-radius: 50%;
  overflow: hidden;
  margin-top: 0;
  transform: translate(0,-50%);
}

.zdyqh .swiper-button::after {
  font-size: 18px;
  color: #fff;
}

.zdyqh .swiper-button::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: -1;
  background-color: var(--color);
  opacity: 0;
  transition: all 0.5s;
}

.zdyqh .swiper-button:hover::before {
  opacity: 1;
  top: 0;
  border-radius: 0;
}

.zdy-fy {
  position: static;
}

.zdy-fy .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  margin: 0 18px;
}

.zdy-fy .swiper-pagination-bullet-active {
  background-color: var(--color);
}

@media screen and (max-width: 1700px) {
  .about-page .about-2 .list {
    margin-left: calc((1370px - 100vw) / 2);
    margin-right: calc((1370px - 100vw) / 2);
  }

  .about-page .about-2 .list .swiper {
    padding: 0 calc((100vw - 1370px) / 2);
  }
}

@media screen and (max-width: 1450px) {
  .about-page .about-2 .list {
    margin-left: calc((1170px - 100vw) / 2);
    margin-right: calc((1170px - 100vw) / 2);
  }

  .about-page .about-2 .list .swiper {
    padding: 0 calc((100vw - 1170px) / 2);
  }
  .about-page .about-2 .zdyqh .swiper-button{
    top:58%;
  }
  .zdyqh {
    zoom: 0.9;
  }
  .about-page .about-1 .left .infobox .datashow ul li {
    margin-bottom: 16px;
  }
  .about-page .about-1 .left{
    padding:40px;
  }
  .about-page .about-1 .left .infobox .datashow ul li .content .font-50{
    font-size: 32px;
  }
}

@media screen and (max-width: 1250px) {
  .about-page .about-1 .right {
    justify-content: flex-start;
  }

  .about-page .about-1 .left {
    padding: 25px 20px;
  }

  .about-page .about-1 .right .descbox {
    padding: 35px 20px 0;
  }

  .about-page .about-2 .list {
    margin-left: calc((967px - 100vw) / 2);
    margin-right: calc((967px - 100vw) / 2);
  }

  .about-page .about-2 .list .swiper {
    padding: 0 calc((100vw - 967px) / 2);
  }
.about-page .about-1 .left .infobox .datashow ul li .content .font-50 {
    font-size: 20px;
}
.about-page .about-1 .left .infobox .datashow ul li .content{
  padding: 13px 30px;
}
}

@media screen and (max-width: 1000px) {
  .about-page .about-1 .left {
    width: 100%;
  }

  .about-page .about-1 .right {
    width: 100%;
    margin-top: 5%;
  }

  .about-page .about-1 .left .infobox .datashow ul li {
    margin-bottom: 10px;
  }

  .about-page .about-1 .left {
    padding: 20px 15px;
  }

  .about-page .about-1 .right .descbox {
    padding: 20px 15px 0;
  }

  .about-page .about-2 .list {
    margin-left: 0;
    margin-right: 0;
  }

  .about-page .about-2 .list .swiper {
    padding: 0;
  }

  .about-page .about-2 .list::before {
    display: none;
  }

  .about-page .about-2 .list::after {
    display: none;
  }
  .about-page .about-2 .zdyqh .swiper-button.swiper-button-prev {
      transform: translate(0,-50%);
  }
  .about-page .about-2 .zdyqh .swiper-button.swiper-button-next {
    transform: translate(0,-50%);
  }
  .zdyqh {
    zoom: 0.8;
  }
}

@media screen and (max-width: 700px) {
  .zdyqh .swiper-button.swiper-button-prev {
    transform: translateX(0);
  }

  .zdyqh .swiper-button.swiper-button-next {
    transform: translateX(0);
  }

  .about-page .about-2 .list ul li .box {
    padding: 10px;
  }
}

@media screen and (max-width: 500px) {
  .zdyqh {
    zoom: 0.7;
  }

  .about-page .about-1 .right .descbox {
    padding: 5px 0 0;
  }
}

/*------ contact-page -----*/
.contact-page {
  background-color: #f5f5f5;
}

.contact-page .contact-1 {
  background-color: #fff;
}

.contact-page .contact-1 .txtbg {
  font-size: 13.5vw;
  color: #5b5b5b;
  opacity: 0.05;
  font-weight: 600;
  line-height: 1;
}

.contact-page .contact-1 .list {
  margin-top: -8%;
  position: relative;
  z-index: 1;
}

.contact-page .contact-1 .list ul {
  justify-content: space-around;
}

.contact-page .contact-1 .list ul li {
  width: 28%;
}
.contact-page .contact-1 .list ul li .box{
  transition: all 0.5s;
}
.contact-page .contact-1 .list ul li .box i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: var(--color);
}

.contact-page .contact-1 .list ul li .box p {
  color: #000000;
  opacity: 0.7;
}
.contact-page .contact-1 .list ul li .box:hover{
  cursor: pointer;
  transform: translateY(-20px);
}

.contact-page .contact-2 .mk-desc {
  color: #000000;
  opacity: 0.7;
}

.contact-page .contact-2 .con {
  padding: 70px 50px;
  background-color: #ffffff;
  border-radius: 29px;
}

.contact-page .contact-2 .con .form form ul {
  margin: 0 -15px;
}

.contact-page .contact-2 .con .form form ul li {
  padding: 12px 15px;
}

.contact-page .contact-2 .con .form form ul li input {
  width: 100%;
  height: 64px;
  background-color: #f6f6f6;
  border: 0;
  border-radius: 5px;
  padding: 12px 20px;
}

.contact-page .contact-2 .con .form form ul li input::placeholder {
  font-size: 18px;
  color: #000000;
}

.contact-page .contact-2 .con .form form ul li textarea {
  width: 100%;
  height: 130px;
  background-color: #f6f6f6;
  border: 0;
  padding: 12px 20px;
}

.contact-page .contact-2 .con .form form ul li textarea::placeholder {
  font-size: 18px;
  color: #000000;
}

@media screen and (max-width: 1250px) {
  .contact-page .contact-1 .list ul li {
    width: 33.3%;
  }

  .contact-page .contact-1 .list ul li .box i {
    zoom: 0.8;
  }

  .contact-page .contact-2 .con {
    padding: 50px 30px;
  }

  .contact-page .contact-2 .con .form form ul li input::placeholder {
    font-size: 16px;
  }

  .contact-page .contact-2 .con .form form ul li textarea::placeholder {
    font-size: 16px;
  }
}

@media screen and (max-width: 1000px) {
  .contact-page .contact-1 .list ul li {
    width: 50%;
    padding: 10px;
  }

  .contact-page .contact-2 .con {
    padding: 30px 15px;
  }

  .contact-page .contact-2 .con .form form ul {
    margin: 0 -10px;
  }

  .contact-page .contact-2 .con .form form ul li {
    padding: 8px 10px;
  }
}

@media screen and (max-width: 500px) {
  .contact-page .contact-1 .list ul li {
    width: 100%;
  }

  .contact-page .contact-2 .con .form form ul li input::placeholder {
    font-size: 14px;
  }

  .contact-page .contact-2 .con .form form ul li textarea::placeholder {
    font-size: 14px;
  }

  .contact-page .contact-2 .con .form form ul li {
    padding: 8px 10px;
    width: 100%;
  }

  .contact-page .contact-2 .con .form form ul li input {
    height: 54px;
  }

  .contact-page .contact-2 .con .form form ul li textarea {
    height: 100px;
  }
}

/*------ news-page -----*/
.news-page .news-1 ul {
  margin: 0 -23px;
}

.news-page .news-1 ul li {
  width: 33.3%;
  padding: 23px;
}

.news-page .news-1 ul li .box {
  background-color: #f5f5f5;
  border-radius: 19px;
  padding: 34px 30px;
  transition: all 0.5s;
}

.news-page .news-1 ul li .box .tt {
  height: 1.8em;
}

.news-page .news-1 ul li .box .des {
  color: #606060;
  height: 4.5em;
}

.news-page .news-1 ul li .box .time {
  color: rgba(0, 0, 0, 0.6);
}

.news-page .news-1 ul li .box .btn-go {
  opacity: 0;
}

.news-page .news-1 ul li:hover .box {
  box-shadow: 0px 3px 19px 6px rgba(0, 0, 0, 0.05);
  background-color: #fff;
}

.news-page .news-1 ul li:hover .box .btn-go {
  opacity: 1;
}

@media screen and (max-width: 1450px) {
  .news-page .news-1 ul {
    margin: 0 -15px;
  }

  .news-page .news-1 ul li {
    padding: 15px;
  }

  .news-page .news-1 ul li .box {
    padding: 20px;
  }
}

@media screen and (max-width: 1250px) {
  .news-page .news-1 ul {
    margin: 0 -10px;
  }

  .news-page .news-1 ul li {
    padding: 10px;
    width: 50%;
  }

  .news-page .news-1 ul li .box {
    padding: 15px;
  }

  .news-page .news-1 ul li .box .des {
    height: 6em;
  }
}

@media screen and (max-width: 700px) {
  .news-page .news-1 ul li {
    width: 100%;
  }

  .news-page .news-1 ul li .box .des {
    height: auto;
  }

  .news-page .news-1 ul li .box .tt {
    height: auto;
  }
}

/*------ product-yd-page -----*/
.product-yd-page {
  background-color: #f6f6f6;
}

.product-yd-page .list ul li {
  margin-bottom: 25px;
}

.product-yd-page .list ul li:nth-last-child(1) {
  margin-bottom: 0;
}

.product-yd-page .list ul li .itembox{
    padding: 0 75px;  
    background-color: #ffffff;  
    border-radius: 23px;
}

.product-yd-page .list ul li .box {
  flex-direction: row-reverse;
}

.product-yd-page .list ul li .box .con {
  max-width: 58%;
  padding: 40px 0;
}

.product-yd-page .list ul li .box .con .des {
  color: #606060;
  display: none;
}

.product-yd-page .list ul li .box .right {
  max-width: 40%;
  padding: 30px 0 5px;
}

.product-yd-page .list ul li .box .right .expand {
  width: 64px;
  height: 64px;
  background-color: #bababa;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}

.product-yd-page .list ul li .box .right .expand img {
  transition: all 0.5s;
}

.product-yd-page .list ul li .box .right .expand:hover {
  background-color: var(--color);
}

.product-yd-page .list ul li .box .right .expand:hover img {
  transform: rotateX(180deg);
}

.product-yd-page .list ul li.active .box .right .expand {
  background-color: var(--color);
}

.product-yd-page .list ul li.active .box .right .expand img {
  transform: rotateX(180deg);
}

.product-yd-page .list ul li .itembox .proli{
  display: none;
}
.product-yd-page .list ul li .itembox .proli.hide{
    display: none!important;
}
.product-yd-page .list ul li .itembox .proli >div{
  margin: -15px;
}
.product-yd-page .list ul li .itembox .proli .proitem{
  width: 25%;
  padding: 15px;
}
.product-yd-page .list ul li .itembox .proli .proitem .img-box{
  border: solid 1px #d5d5d5;
  border-radius: 30px;
}



@media screen and (max-width: 1250px) {
  
  .product-yd-page .list ul li .itembox {
    padding: 0px 40px;
  }
  .product-yd-page .list ul li .itembox .proli >div {
    margin: -15px -8px;
  }
  .product-yd-page .list ul li .itembox .proli .proitem{
    padding: 15px 8px;
  }
}

@media screen and (max-width: 1000px) {
  .product-yd-page .list ul li .itembox{
      padding: 0px 25px;
  }
  .product-yd-page .list ul li .box {
    flex-direction: row;
  }

  .product-yd-page .list ul li .box .con {
    max-width: 100%;
    width: 100%;
    padding: 10px 0;
  }

  .product-yd-page .list ul li .box .right {
    max-width: 100%;
    width: 100%;
    justify-content: space-between;
  }

  .product-yd-page .list ul li .box .right .expand {
    zoom: 0.8;
  }
  .product-yd-page .list ul li .itembox .proli .proitem {
    width: 33.3%;
  }
}

@media screen and (max-width: 500px) {
  .product-yd-page .list ul li .itembox{
      padding: 0px 15px;
  }
  .product-yd-page .list ul li .itembox .proli .proitem {
    width: 50%;
  }
}

/*------ product-page -----*/
.product-page {
  background-color: #f6f6f6;
}
.product-page .product-1 .list ul li{
  width: auto;
}
.product-page .product-1 .list ul li .box {
  background-color: #fff;
  padding: 12px 44px;
  border-radius: 50px;
  transition: all 0.5s;
  text-align: center;
}
.product-page .product-1 .list ul li .box a{
  display: block;
  height: 1.5em;
  overflow-y: auto;
}

.product-page .product-1 .list ul li .box:hover {
  background-color: var(--color);
  color: #fff;
}

.product-page .product-1 .list ul li.active .box {
  background-color: var(--color);
  color: #fff;
}

.product-page .product-2 .list ul {
  margin: 0 -48px;
}

.product-page .product-2 .list ul li {
  width: 25%;
  padding: 0 48px;
  margin-bottom: 70px;
}

.product-page .product-2 .list ul li .box .img-box {
  border-radius: 30px;
  border: solid 1px #d5d5d5;
  transition: all 0.5s;
  padding: 46px;
}

.product-page .product-2 .list ul li .box:hover .img-box {
  background-color: #fff;
  border-color: #fff;
}

@media screen and (max-width: 1450px) {
  .product-page .product-2 .list ul {
    margin: 0 -30px;
  }

  .product-page .product-2 .list ul li {
    padding: 0 30px;
    margin-bottom: 50px;
  }
  .product-page .product-1 .list ul li .box{
    padding: 12px 36px;
  }
}

@media screen and (max-width: 1250px) {
  .product-page .product-2 .list ul {
    margin: 0 -20px;
  }

  .product-page .product-2 .list ul li {
    padding: 0 20px;
    margin-bottom: 40px;
  }
  .product-page .product-1 .list ul li .box{
    padding: 12px 26px;
  }
}

@media screen and (max-width: 1000px) {
  .product-page .product-2 .list ul {
    margin: 0 -10px;
  }

  .product-page .product-2 .list ul li {
    width: 33.3%;
    padding: 0 10px;
    margin-bottom: 30px;
  }

  .product-page .product-1 {
    display: none;
  }
}

@media screen and (max-width: 700px) {
  .product-page .product-2 .list ul {
    margin: 0 -8px;
  }

  .product-page .product-2 .list ul li {
    width: 50%;
    padding: 0 8px;
    margin-bottom: 25px;
  }
}

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

.seoPublic .Auxil-about .box .right {
  padding-top: 0;
  padding-bottom: 0;
}

.seoPublic .Auxil-about .box .right .text {
  max-height: 190px;
  overflow-y: auto;
}

.seoPublic .Auxil-news .list ul li a.img-box {
  height: auto;
}

.seoPublic .Auxil-news .list ul li .content div.h6 {
  height: 2.8em;
}

.seoPublic .Auxil-news .list ul li .content p {
  height: 4.3em;
}

.seoPublic .Auxil-related .list ul {
  margin: -20px -18px;
}

.seoPublic .Auxil-related .list ul li {
  padding: 20px 18px;
}

.seoPublic .Auxil-related .list ul li .box .content div.h3 {
  height: 2.8em;
}

@media screen and (max-width: 700px) {
  .seoPublic .Auxil-related .list ul {
    margin: -12px -8px;
  }

  .seoPublic .Auxil-related .list ul li {
    padding: 12px 8px;
  }
}


.newdet2-page {
  padding: 50px 0;
}

.newdet2-page h1 {
  line-height: 2;
  color: black;
  text-transform: capitalize;
}

.newdet2-page time {
  display: block;
  margin: 15px 0;
  font-size: 14px;
  line-height: 2;
  color: black;
  opacity: .6;
}

.newdet2-page .content {
  display: block;
  padding: 15px 0;
  border-top: 1px #ccc dashed;
  border-bottom: 1px #ccc dashed;
  font-size: 16px;
  color: #666;
  line-height: 2;
}

.newdet2-page .share {
  padding-top: 10px;
  margin-bottom: 60px;
}

.newdet2-page .share h4 {
  font-size: 14px;
  line-height: 2;
  color: black;
  display: inline-block;
  vertical-align: middle;
}

.newdet2-page .share ul {
  display: inline-block;
  vertical-align: middle;
}

.newdet2-page .share ul li {
  width: auto;
  margin-left: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.newdet2-page .share ul li:hover {
  color: #25375d;
}

.newdet2-page .newdet2-2 .product-box .prodet-3 h3.title {
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: 700;
}

.newdet2-page .newdet2-2 .product-box .prodet-3 ul {
  margin: -10px;
}


.newdet2-page .newdet2-2 .product-box .prodet-3 ul li {
  padding: 10px;
}

.newdet2-page .newdet2-2 .product-box .prodet-3 ul li .box {
  display: block;
  background: white;
  -moz-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
  -o-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
  box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
}

.newdet2-page .newdet2-2 .product-box .prodet-3 ul li .box a.img-box {
  display: block;
}

.newdet2-page .newdet2-2 .product-box .prodet-3 ul li .box .content {
  display: block;
  padding: 20px 10px;
  text-align: center;
}

.newdet2-page .newdet2-2 .product-box .prodet-3 ul li .box .content h3 {
  font-size: 16px;
  line-height: 1.6;
  color: #111;

  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.newdet2-page .newdet2-2 .product-box .prodet-3 ul li .box .content h3:hover {
  color: #25375d;
}

.newdet2-page .newdet2-2 .product-box .prodet-3 ul li .box .content h5 {
  display: block;
  font-size: 14px;
  color: #25375d;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-transform: uppercase;

  font-weight: bold;
}

.newdet2-page .newdet2-2 .product-box .prodet-3 ul li .box .content p {
  display: block;
  font-size: 12px;
  color: #888;
  line-height: 1.6;
  margin: 5px 0 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.newdet2-page .newdet2-2 .product-box .prodet-3 ul li .box .content a.more {
  display: inline-block;
  vertical-align: middle;
  line-height: 28px;
  height: 28px;
  padding: 0 10px;
  border: 1px solid #25375d;
  font-size: 12px;

  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  color: #25375d;
}

.newdet2-page .newdet2-2 .product-box .prodet-3 ul li .box .content a.more i {
  margin-left: 5px;
}

.newdet2-page .newdet2-2 .product-box .prodet-3 ul li .box .content a.more:hover {
  color: white;
  background: #25375d;
}
.tushangxia {
    display: block;
    padding: 15px 0;
    border-top: 1px #ccc dashed;
    border-bottom: 1px #ccc dashed;
    font-size: 16px;
    color: #666;
    line-height: 2
}


.tab {
    border-bottom: 1px solid #e1e1e1;
    font-size: 0
}

.tab-list {
    width: 33.33%;
    display: inline-block;
    text-align: center;
    padding: 24px 0;
    border-left: 1px solid #e1e1e1;
    position: relative
}

.tab-list:last-child {
    border-right: 1px solid #e1e1e1
}

.tab-list:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #25375d;
    transition: width cubic-bezier(.47,-.01,.09,1.08) .6s
}

.tab-list:hover p,.tab-list.active p {
    transform: translateY(-60px)
}

.tab-list:hover i,.tab-list.active i {
    transform: translateY(-60px)
}

.tab-list:hover:after,.tab-list.active:after {
    width: 100%
}

.tab-list.this p {
    transform: translateY(-60px)
}

.tab-list.this i {
    transform: translateY(-60px)
}

.tab-list.this:after {
    width: 100%;
    right: auto;
    left: 0
}

.tab-list .effect {
    overflow: hidden
}

.tab-list i {
    width: 40px;
    height: 40px;
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    transition: transform ease .5s;
    -ms-transition: transform ease .5s;
    -o-transition: transform ease .5s;
    -webkit-transition: transform ease .5s;
    -moz-transition: transform ease .5s
}

.tab-list:nth-child(1) i:after {
    background: url(/template/en/images/tab-icon3-11.png) no-repeat center
}

.tab-list:nth-child(2) i:after {
    background: url(/template/en/images/tab-icon3-21.png) no-repeat center
}

.tab-list:nth-child(3) i:after {
    background: url(/template/en/images/tab-icon3-31.png) no-repeat center
}

.tab-list i:after {
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    transition: transform ease .4s;
    -ms-transition: transform ease .4s;
    -o-transition: transform ease .4s;
    -webkit-transition: transform ease .4s;
    -moz-transition: transform ease .4s;
    transform: translateY(60px)
}

.tab-list p {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #666;
    transition: transform ease .4s;
    -ms-transition: transform ease .4s;
    -o-transition: transform ease .4s;
    -webkit-transition: transform ease .4s;
    -moz-transition: transform ease .4s;
    position: relative
}

.tab-list p:after {
    content: attr(data-hover);
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    color: #25375d;
    transform: translateY(60px)
}
@media screen and (max-width: 700px) {
  .tab {
    display: none;
  }
}


.gallery-page .wrap {
  margin: -18px;
}
.gallery-page .wrap li {
  padding: 18px;
}

.gallery-page .wrap li .img-box{
    border-radius: 10px;overflow: hidden;
}

.gallery-page.partner .wrap li{
    width: 20%;
}
@media screen and (max-width: 1450px) {
    .gallery-page.partner .wrap li{
        width: 25%;
    }
}
@media screen and (max-width: 1000px) {
    .gallery-page.partner .wrap li{
        width: 33.3%;
    }
}
@media screen and (max-width: 700px) {
    .gallery-page.partner .wrap li{
        width: 50%;
    }
}
@media screen and (max-width: 500px) {
    .gallery-page.partner .wrap li{
        width: 100%;
    }
}


.faq-page .container ul li {
  margin: 20px 0 0;
  word-break: break-word;
  font-weight: 300;
}
.faq-page .container ul li .title {
  background: #f8f8f8;
  border: 1px solid #ebebeb;
  line-height: 2;
  margin: 0;
  padding: 5px 30px 5px 25px;
  cursor: pointer;
  cursor: hand;
  position: relative;

}
.faq-page .container ul li .title i {
  color: #bababa;
  float: right;
  position: absolute;
  top: 17px;
  right: 30px;
}
.faq-page .container ul li .cont {
  border: 1px solid #ebebeb;
  border-top: none;
  padding: 20px 25px;
  font-size: 18px;
  line-height: 2;
  display: none;
}

.prodet-page .prodet-1 {
  background-color: #f5f5f5;
}
.prodet-page .prodet-1 .list {
  padding: 0 120px;
  position: relative;
}
.prodet-page .prodet-1 .list ul li {
  padding: 60px 0;
}
.prodet-page .prodet-1 .list ul li .box {
  transition: all 0.5s;
}
.prodet-page .prodet-1 .list ul li.swiper-slide-active .box {
  transform: scale(1.7);
}
.prodet-page .prodet-1 .swiper-pagination {
  position: absolute;
  bottom: -60px;
}
.prodet-page .prodet-1 .zdyqh .swiper-button {
  margin-top: 0;
}
.prodet-page .prodet-1 .zdyqh .swiper-button.swiper-button-prev {
  transform: translate(-50%, -50%);
}
.prodet-page .prodet-1 .zdyqh .swiper-button.swiper-button-next {
  transform: translate(50%, -50%);
}

.prodet-page .prodet-2 .datashow ul {
  margin: -5px;
}
.prodet-page .prodet-2 .datashow ul li {
  padding: 5px;
}
.prodet-page .prodet-2 .datashow ul li .content {
  background-color: #f5f5f5;
  border-radius: 12px;
  padding: 18px 30px;
}
.prodet-page .prodet-2 .datashow ul li .content em {
  color: #232626;
}
.prodet-page .prodet-2 .datashow ul li .content .em {
  color: #232626;
}
.prodet-page .prodet-2 .datashow ul li .content p {
  color: #000000;
  opacity: 0.7;
  line-height: 1;
}
.prodet-page .prodet-2 .datashow ul li:nth-of-type(1) {
  min-width: 305px;
}
.prodet-page .prodet-2 .datashow ul li:nth-of-type(2) {
  min-width: 305px;
}
.prodet-page .prodet-2 .datashow ul li:nth-of-type(3) {
  min-width: 350px;
}
.prodet-page .prodet-2 .datashow ul li:nth-of-type(4) {
  min-width: 350px;
}
.prodet-page .prodet-3 {
  /*background-color: #f5f5f5;*/
}
.prodet-page .prodet-3 .left {
  width: 50%;
  padding-right: 3%;
}
.prodet-page .prodet-3 .right {
  width: 50%;
  padding-left: 2%;
}
.prodet-page .prodet-3 .right .bigimg ul li {
  padding: 40px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prodet-page .prodet-3 .right .smallimg ul li {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  transition: all 0.5s;
}
.prodet-page .prodet-3 .right .smallimg ul li.swiper-slide-thumb-active {
  border-color: var(--color);
}
.prodet-page .prodet-3 .con{
  height: 10em;
  overflow-y: auto;
  color: #606060;
  line-height: 2;
}

.prodet-page.contact-page {
  background-color: transparent;
}
.prodet-page.contact-page .contact-2 .con {
  padding: 0;
}
.prodet-page .prodet-4 {
  background-color: #efefef;
}
.prodet-page .prodet-4 .list ul li .box {
  background-color: #fff;
  border-radius: 30px;
  padding: 10px;
}
.prodet-page .prodet-4 .list ul li .box .img-box {
  background-color: #f5f5f5;
  border-radius: 30px;
  padding: 60px;
}
.prodet-page .prodet-4 .list ul li .box .txtbox {
  padding: 10px;
}
.prodet-page .prodet-4 .list ul li .box .txtbox .tt p{
    word-break: break-all;
}
.prodet-page .prodet-4 .list ul li .box .txtbox .btn-go {
  padding: 5px 22px;
}
.prodet-page .prodet-5 .list ul li {
  padding: 30px 0;
  max-width: 200px;
}
.prodet-page .prodet-5 .list ul li .img-box {
  border-radius: 50%;
  display: inline-block;
}
.prodet-page .prodet-5 .list ul li .img-box img{
  width:200px;
  height: auto;
}
.prodet-page .prodet-5 .list ul .jt {
  margin-top: 130px;
}
.prodet-page .prodet-5 .list ul .xjt {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  margin-top: 0;
}
.prodet-page .prodet-5 .list ul .xjt img {
  transform: rotate(90deg);
  margin-right: 85px;
}
.prodet-page .prodet-5 .list ul .zjt img {
  transform: rotate(180deg);
}
.prodet-page.about-page .about-1 {
  background-color: #f5f5f5;
}
.prodet-page.about-page .about-1::after {
  display: none;
}
.prodet-page.about-page .about-2 {
  background-color: transparent;
}
.prodet-page.about-page .about-2 .list::before {
  background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.3) 90%, rgba(255, 255, 255, 0.01) 95%);
}
.prodet-page.about-page .about-2 .list::after {
  background: linear-gradient(to left, #ffffff, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.1) 90%, rgba(255, 255, 255, 0.01) 95%);
}
.prodet-page#index-body .init-5 {
  background-color: #f5f5f5;
}
.prodet-page#index-body .init-5 .list ul li .box {
  background-color: #fff;
}

.prodet-page .prodet-6{
  background-color: #f5f5f5;
}
.prodet-page .prodet-6 .list ul{
  margin: 0 -10px;
}
.prodet-page .prodet-6 .list ul li{
  padding: 12px 10px;
  width: 20%;
}
.prodet-page .prodet-6 .list ul li .box{
  background-color: #fff;
  border-radius: 30px;
  padding: 28px 22px;
}
.prodet-page .prodet-6 .list ul li .num{
    color: rgba(55, 54, 54, 0.5)
}
.prodet-page .prodet-6 .list ul li .box .tt{
  color: #373636;
  height: 3em;
  overflow-y: auto;
}
.prodet-page .prodet-6 .list ul li .box .desc{
  color: #606060;
  height: 4em;
  overflow-y: auto;
}


.prodet-page .prodet-7 {
  background-color: #efefef;
}
.prodet-page .prodet-7 .list ul li .box {
  background-color: #fff;
  border-radius: 30px;
  padding: 10px;
}
.prodet-page .prodet-7 .list ul li .box .img-box {
  border-radius: 30px;
  border: solid 1px #d7d7d7;
}
.prodet-page .prodet-7 .list ul li .box .txtbox {
  padding: 10px;
  text-align: center;
}
.prodet-page .prodet-7 .list ul li .box .txtbox .tt{
  transition: all 0.5s;
  color: #373636;
}

.prodet-page .prodet-7 .swiper-pagination span{
  margin:0 9px;
}
.prodet-page .prodet-8 .list ul li .box .img-box{
    border-radius: 15px;
    overflow: hidden;
}
.prodet-page .prodet-8 .swiper-pagination span{
  margin:0 9px;
}

.prodet-page .prodet-9 {
  background-color: #efefef;
}
.prodet-page .prodet-9 .con ul li .box{
  background-color: #fff;
  border-radius: 30px;
}
.prodet-page .prodet-9 .con ul li .box .imgbox{
  border-radius: 30px;
  overflow: hidden;
}
.prodet-page .prodet-9 .con ul li .box .txtbox .tt{
  color: #373636;
}

@media screen and (max-width: 1450px) {
  .prodet-page .prodet-2 .datashow ul li {
    min-width: 50% !important;
  }
  .prodet-page .prodet-5 .list {
    zoom: 0.8;
  }
}
@media screen and (max-width: 1250px) {
  .prodet-page .prodet-1 .list {
    padding: 0 80px;
  }
  .prodet-page .prodet-5 .list {
    zoom: 0.7;
  }
  .prodet-page .prodet-6 .list ul li{
    width: 33.3%;
  }
}
@media screen and (max-width: 1000px) {
  .prodet-page .prodet-1 .list {
    padding: 0;
  }
  .prodet-page .prodet-1 .zdyqh .swiper-button.swiper-button-prev {
    transform: translate(-100%, -50%);
  }
  .prodet-page .prodet-1 .zdyqh .swiper-button.swiper-button-next {
    transform: translate(100%, -50%);
  }
  .prodet-page .prodet-1 .swiper-pagination {
    bottom: -40px;
  }
  .prodet-page .prodet-3 .left {
    width: 100%;
    padding-right: 0;
  }
  .prodet-page .prodet-3 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 5%;
  }
  .prodet-page .prodet-3 .right .bigimg ul li {
    padding: 0;
  }
  .prodet-page .prodet-3 .right .smallimg ul li {
    padding: 0;
  }
  .prodet-page .prodet-5 .list {
    zoom: 0.5;
  }
  .prodet-page .prodet-6 .list ul li{
    width: 50%;
  }
}
@media screen and (max-width: 700px) {
  .prodet-page .prodet-1 .zdyqh {
    display: none;
  }
  .prodet-page .prodet-1 .list ul li.swiper-slide-active .box {
    transform: scale(1);
  }
  .prodet-page .prodet-1 .list ul li {
    padding: 0;
  }
  .prodet-page .prodet-2 .datashow ul li {
    min-width: 100% !important;
  }
  .prodet-page .prodet-5 .list ul .jt {
    display: none;
  }
  .prodet-page .prodet-5 .list ul {
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
  }
  .prodet-page .prodet-5 .list ul.ul02 {
      flex-direction: column-reverse;
  }
  .prodet-page .prodet-5 .list{
    zoom:1;
  }
  .prodet-page .prodet-5 .list ul li {
    width: 50%;
    max-width: unset;
    padding: 10px;
  }
  .prodet-page .prodet-5 .list ul li .img-box{
    display: block;
  }
  .prodet-page .prodet-5 .list ul li .img-box img{
    width: 100%;
  }

}
@media screen and (max-width: 500px) {
  .prodet-page .prodet-5 .list ul li {
    width: 100%;
  }
  .prodet-page.about-page .about-1 .right .descbox{
    padding: 20px 15px 0;
  }
  .prodet-page .prodet-6 .list ul li{
    width: 100%;
  }
  .prodet-page .prodet-6 .list ul li .box .tt{
    height: auto;
  }
  .prodet-page .prodet-6 .list ul li .box .desc{
    height: auto;
  }
}


#mobile2{
  background-color: #585858;
}
@media screen and (max-width: 1250px) {
  #innerMobileBanner{
    margin-top: 60px;
  }
}
@media screen and (max-width: 700px){
  #innerMobileBanner .banner2 .text{
    font-size: 26px;
  }
}
@media screen and (max-width: 500px){
  #innerMobileBanner .banner2 .text{
    font-size: 22px;
  }
}


.service-page #index-body .init-3 .con .big ul li{
  margin-bottom: 50px;

}
.service-page #index-body .init-3 .con .big ul li:nth-child(even) .box{
  flex-direction: row-reverse;
}
.service-page #index-body .init-3 .con .big ul li:nth-child(even) .box .imgbox{
  border-radius: 0 30px 30px 0;
  overflow: hidden;
}


.scrollPage.hide{
  display: none;
}
.scrollPage .page{
    font-size: 24px;
    color: rgba(35, 38, 38, .5);
}
.scrollPage .page em{
    display: block;
    cursor: pointer;
    line-height: 1.2;
}
.scrollPage .page .active{
    color: #000;
    font-size: 36px;
    line-height: 1;
}
.scrollPage .line{
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #292e2e;
}
.scrollPage .anbox a{
    width: 82px;
    height: 82px;
    border-radius: 50%;
    background-color: #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    transition: all 0.5s;
}
.scrollPage .anbox a.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}
.scrollPage .anbox a:hover{
  background-color: var(--color);
  color: #fff;
}   

/*-----design_guide-----*/
.design_guide-page .nav table{
  overflow: hidden;
}
.design_guide-page .nav table tbody tr:nth-child(even){
  background-color: transparent;
}
.design_guide-page .nav table tbody tr{
  display: flex;
  flex-wrap: wrap;
  margin:0 -10px;
}
.design_guide-page .nav table tbody td{
  width: 33.3%!important;
  padding: 10px;
  border: 0;
  display: block;
}
.design_guide-page .nav table tbody td a{
  display: block;
  background-color:#f7f7f7;
  padding:8px 20px;
  transition: all 0.5s;
  font-size: 16px;
}
.design_guide-page .nav table tbody td a:hover{
  background-color: var(--color);
  color: #fff;
}




.design_guide-page .det-box .text{
  color: #666;
}
.design_guide-page .det-box .text ul{
  list-style-type: disc;padding-left: 20px;
}
.design_guide-page .det-box .text ul li{
  list-style-type: disc;
}



.design_guide-page .nav ul{
  margin: -10px;
}
.design_guide-page .nav ul li{
  width: 33.3%;
  padding: 10px;
}
.design_guide-page .nav ul li a{
  display: block;
  background-color:#f7f7f7;
  padding: 10px;
  transition: all 0.5s;
}
.design_guide-page .nav ul li a:hover{
  background-color: var(--color);
  color: #fff;
}

@media screen and (max-width: 1000px){
  .design_guide-page .nav table tbody td{
    width: 100%!important;
  }
}