@font-face {
  font-family: "Unbounded";
  src: url("../fonts/Unbounded-Medium.woff2") format("woff2"), url("../fonts/Unbounded-Medium.ttf") format("truetype"), url("../fonts/Unbounded-Medium.eot") format("embedded-opentype"), url("../fonts/Unbounded-Medium.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Unbounded";
  src: url("../fonts/Unbounded-Regular.woff2") format("woff2"), url("../fonts/Unbounded-Regular.ttf") format("truetype"), url("../fonts/Unbounded-Regular.eot") format("embedded-opentype"), url("../fonts/Unbounded-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Unbounded";
  max-width: 1920px;
  --color: #129463;
  font-weight: normal;
  margin: 0 auto;
  font-size: 14px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.play-btn i {
  border: none;
}
.pr{
  position: relative;
}
.pa{
  position: absolute;
}
.t_1 {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.title {
  font-weight: bold;
}
.container {
  padding: 0 15px;
  max-width: 1750px;
  margin: auto;
  width: 100%;
}
.more {
  height: 50px;
  background-color: var(--color);
  border-radius: 25px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  padding: 0 37px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
}
.more::after {
  content: "";
  display: block;
  width: 34px;
  height: 11px;
  background: url(../images/jt2.png) no-repeat center center;
  margin-left: 20px;
}
.more:hover {
  background: #000000;
}
.more2 {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  color: var(--color);
  position: relative;
}
.more2::after {
  content: "";
  display: block;
  width: 34px;
  height: 11px;
  background: url(../images/jt1.png) no-repeat center center;
  margin-left: 15px;
}
.more2::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: var(--color);
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.more2:hover::before {
  width: 0;
}
#header {
  z-index: 100;
  position: fixed;
  width: 100%;
  left: 0;
  top: 20px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .nav {
  padding: 20px 0;
  width: 100%;
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .logo {
  position: relative;
}
#header .nav .ui.menu .logo img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  margin: 0 0 0 auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin-right: 50px;
  color: #ffffff;
  line-height: 1;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  text-transform: capitalize;
  font-size: 18px;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  padding: 8px 0;
}
#header .nav .ui.menu .menu-box ul.menu > li > a:hover,
#header .nav .ui.menu .menu-box ul.menu > li > a.active {
  color: rgba(0, 0, 0, 0.6);
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: 0;
  min-width: 220px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 10px;
  line-height: 40px;
  color: black;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  transition: 0.1s;
  text-transform: capitalize;
  position: relative;
  white-space: nowrap;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
  height: auto;
  padding: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li > ul.sub-menu {
  left: 100%;
  top: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .h-search {
  cursor: pointer;
}
#header .nav .ui.menu .h-search img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .h-language {
  position: relative;
}
#header .nav .ui.menu .h-language span {
  color: #ffffff;
  font-size: 16px;
  line-height: 1;
}
#header .nav .ui.menu .h-language span i {
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}
#header .nav .ui.menu .h-language span img {
  width: 40px;
  margin-right: 6px;
}
#header .nav .ui.menu .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: 130%;
  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 var(--color);
  display: none \9;
  max-height: 450px;
  overflow-y: auto;
}
#header .nav .ui.menu .h-language ul.sub-menu li {
  display: block;
  line-height: 40px;
  text-transform: capitalize;
  text-align: center;
  color: #000;
}
#header .nav .ui.menu .h-language ul.sub-menu li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
}
#header .nav .ui.menu .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 15px;
  margin-right: 6px;
}
#header .nav .ui.menu .h-language ul.sub-menu li:hover {
  background: #000;
  color: #fff;
}
#header .nav .ui.menu .h-language:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .chat {
  margin-left: 50px;
}
#header .nav::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header.active,#header.inner {
  background: var(--color);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  top: 0;
}
.font-18 {
  line-height: 1.6;
}
.font-16 {
  line-height: 1.6;
}
.lh-1 {
  line-height: 1;
}
.lh-11 {
  line-height: 1.1;
}
.lh-2 {
  line-height: 1.2;
}
.col {
  color: var(--color);
}
#banner {
  position: relative;
  overflow: hidden;
}
#banner li {
  position: relative;
}
#banner li .text {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-47%);
  -moz-transform: translateY(-47%);
  -ms-transform: translateY(-47%);
  transform: translateY(-47%);
  width: 100%;
  color: #ffffff;
}
#banner li .text .line {
  width: 55px;
  height: 4px;
  background-color: #129463;
}
.pd {
  padding: 0 150px;
}
.flex_wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex_cont {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@-webkit-keyframes wordsloop {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
@-moz-keyframes wordsloop {
  0% {
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -moz-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
@keyframes wordsloop {
  0% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-1250px);
    -moz-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
.smt {
  color: var(--color);
  line-height: 1;
}
#index-body .advantage .top .cont {
  color: #484848;
  margin: 0 0 0 auto;
}
#index-body .advantage .bottom {
  background-color: #161515;
  color: #ffffff;
  position: relative;
}
#index-body .advantage .bottom > div {
  width: 33.3%;
  padding: 0 60px;
  min-height: 400px;
}
#index-body .advantage .bottom .ig1 {
  background: url(../images/adv1.jpg) no-repeat center center / cover;
}
#index-body .advantage .bottom .ig3 {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 208%;
  background: url(../images/adv2.jpg) no-repeat center right / cover;
}
#index-body .type .list li {
  padding-bottom: 150px;
}
#index-body .type .list .ig {
  border: 1px solid #dfdfdf;
  border-left: none;
  position: relative;
  padding-bottom: 115px;
  z-index: 2;
}
#index-body .type .list .ig .mask {
  background: no-repeat center center / cover;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .type .list .ig .img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .type .list .ig .txt {
  position: absolute;
  min-height: 90px;
  width: 100%;
  bottom: 20px;
  left: 0;
  padding: 0 30px;
  text-align: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .type .list .ig .txt .btn {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  line-height: 62px;
  background: var(--color);
  color: #ffffff;
  display: inline-block;
  margin-top: 20px;
  position: absolute;
  opacity: 0;
}
#index-body .type .list .ig:hover {
  color: #ffffff;
}
#index-body .type .list .ig:hover .mask {
  opacity: 1;
}
#index-body .type .list .ig:hover .txt {
  bottom: 45%;
}
#index-body .type .list .ig:hover .txt .btn {
  position: static;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
#index-body .type .list .ig:hover .img {
  -webkit-transform: translateY(65%);
  -moz-transform: translateY(65%);
  -ms-transform: translateY(65%);
  transform: translateY(65%);
}
#index-body .products {
  background-color: #fafafa;
}
#index-body .products .list {
  position: relative;
}
#index-body .products .tit{
  transition: .5s;
}
#index-body .products .tit:hover{
  color: var(--color);
}
#index-body .products .list .img-box {
  background: #ffffff;
}
#index-body .products .list .text .tp {
  color: #c1c1c1;
}
#index-body .products .list .prev {
  position: absolute;
  left: 0;
  top: 40%;
  cursor: pointer;
  -webkit-transform: translate(-300%);
  -moz-transform: translate(-300%);
  -ms-transform: translate(-300%);
  transform: translate(-300%);
}
#index-body .products .list .next {
  position: absolute;
  right: 0;
  top: 40%;
  -webkit-transform: translate(300%) rotate(180deg);
  -moz-transform: translate(300%) rotate(180deg);
  -ms-transform: translate(300%) rotate(180deg);
  transform: translate(300%) rotate(180deg);
  cursor: pointer;
}
#index-body .about .top .right .cont {
  color: #484848;
}
#index-body .about .bottom .cont {
  color: #484848;
}

#index-body .about .bottom .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .about .bottom .btn > div {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .about .bottom .btn > div img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .about .bottom .btn > div:hover {
  background: var(--color);
  border: 1px solid var(--color);
}
#index-body .about .bottom .btn > div:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#index-body .about .bottom .btn .next {
  margin-left: 20px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#index-body .about .bottom .left ul{
  margin: 0 -10px;
}
#index-body .about .bottom .left ul li{
  padding: 0 10px;
}
#index-body .datas {
  text-align: center;
  background-color: #f3f3f3;
}
#index-body .datas .txt {
  color: #484848;
  line-height: 1.8;
  margin-top: 20px;
}
#index-body .datas .num {
  line-height: 1;
}
#index-body .video {
  position: relative;
}
#index-body .video .play {
  width: 90px;
  height: 90px;
  border: solid 1px #ffffff;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -45px;
  margin-top: -45px;
  color: #f3f3f3;
  cursor: pointer;
}
#index-body .map .more {
  background: #000000;
}
#index-body .map .more:hover {
  background: var(--color);
}
#index-body .map .left {
  position: relative;
}
#index-body .map .left .mask {
  position: absolute;
  left: 52%;
  top: 52%;
}
#index-body .map .left .ig {
  position: absolute;
  z-index: 3;
}
#index-body .map .left .ig .tit {
  color: #ffffff;
  padding: 18px 17px;
  background: var(--color);
  line-height: 1;
  font-weight: bold;
}
#index-body .map .left .ig .t1 {
  position: relative;
  z-index: 2;
  cursor: pointer;
}
#index-body .map .left .ig .text {
  width: 400px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  opacity: 0;
}
#index-body .map .left .ig .text .tip {
  background: var(--color);
  padding: 12px 15px;
}
#index-body .map .left .ig .text .tip .tit {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0;
}
#index-body .map .left .ig .text .tip .btn {
  width: 36px;
  height: 36px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .map .left .ig .text .con {
  background: #ffffff;
  color: #484848;
  padding: 16px 16px 25px;
}
#index-body .map .left .ig::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: var(--color);
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%) rotate(45deg);
  -moz-transform: translate(-50%, 50%) rotate(45deg);
  -ms-transform: translate(-50%, 50%) rotate(45deg);
  transform: translate(-50%, 50%) rotate(45deg);
}
#index-body .map .left .ig.active {
  z-index: 4;
}
#index-body .map .left .ig.active .t1 {
  z-index: 0;
}
#index-body .map .left .ig.active .text {
  opacity: 1;
}
#index-body .map .left .ig.active::after {
  background: #ffffff;
}
#index-body .map .left .ig1 {
  left: 17%;
  top: 36%;
}
#index-body .map .left .ig2 {
  left: 58%;
  top: 42%;
}
#index-body .map .left .ig3 {
  left: 13%;
  top: 55%;
  z-index: 2;
}
#index-body .map .left .ig4 {
  left: 44%;
  top: 69%;
  z-index: 2;
}
#index-body .news {
  background-color: #fafafa;
}
#index-body .news .list ul {
  margin: -25px;
}
#index-body .news .list ul li {
  padding: 25px;
  height: 100%;
}
#index-body .news .list .ig {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.07);
  padding: 50px 30px 58px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: self-start;
  -webkit-align-items: self-start;
  -moz-box-align: self-start;
  -ms-flex-align: self-start;
  align-items: self-start;
}
#index-body .news .list .ig .tit {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .news .list .ig .tit:hover {
  color: var(--color);
}
strong {
  font-weight: bold;
}
#footer {
  background-color: #1f1f1f;
  color: #fff;
}
#footer .f-box .tit {
  line-height: 1;
  font-weight: bold;
}
#footer .f-box li ul {
  display: none;
}
#footer .f-box li a {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .f-box li a:hover {
  color: var(--color);
}
#footer .f-box .f-contact {
  max-width: 450px;
}
#footer .f-box .f-contact .txt2 {
  border-bottom: 1px solid var(--color);
  display: inline-block;
  line-height: 1;
}
#footer .f-box .f-code #ewm {
  width: 154px;
  height: 154px;
  border: 6px solid #ffffff;
  border-radius: 8px;
  overflow: hidden;
}
#footer .f-box .f-code #ewm canvas {
  width: 100%;
  height: 100%;
}
#footer .f-box .f-code .ewm {
  width: 154px;
  border: 6px solid #ffffff;
  border-radius: 8px;
  overflow: hidden;
  margin-top: 20px;
}
#footer .f-bot .back {
  width: 76px;
  height: 76px;
  background-color: var(--color);
  text-align: center;
  line-height: 76px;
  font-size: 50px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
#footer .f-bot .back:hover {
  background: #ffffff;
  color: var(--color);
}
#footer .f-copy {
  font-size: 16px;
  border-radius: 10px;
  line-height: 1.8;
  color: #ffffff;
  position: relative;
}
#footer .f-copy .flex {
  border-top: 1px solid #fafafa;
  padding: 30px 0;
}
#footer .f-copy .bq {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .f-copy .bq:hover {
  color: var(--color);
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: top;
  width: auto;
  max-height: 26px;
  fill: #ffffff;
  margin-top: 1px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .f-copy svg text {
  fill: #ffffff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .f-copy svg:hover {
  fill: var(--color);
}
#footer .f-copy svg:hover text {
  fill: var(--color);
}
@media screen and (max-width: 1700px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 35px;
  }
  .pd {
    padding: 0 120px;
  }
  #index-body .map .left .ig .text {
    width: 310px;
  }
  #index-body .map .left .ig1 .text {
    width: 350px;
  }
  #index-body .map .left .ig .text .tip .btn {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1450px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 25px;
    font-size: 16px;
  }
  .pd {
    padding: 0 70px;
  }
  #index-body .news .list ul {
    margin: -15px;
  }
  #index-body .news .list ul li {
    padding: 15px;
  }
  #index-body .news .tip {
    width: 60%;
  }
  #footer .f-box .f-contact {
    max-width: 300px;
  }
  #index-body .type .list .ig:hover .txt {
    bottom: 55%;
  }
  #index-body .map .left {
    width: 70%;
  }
  #index-body .map .right {
    width: 30%;
  }
}
@media screen and (max-width: 1250px) {
  #banner,
  .inner-banner {
    margin-top: 60px;
  }
  .pd {
    padding: 0 65px;
  }
  #index-body .map .pd {
    padding: 0;
  }
  #index-body .products .list .prev {
    -webkit-transform: translate(-150%);
    -moz-transform: translate(-150%);
    -ms-transform: translate(-150%);
    transform: translate(-150%);
  }
  #index-body .products .list .next {
    -webkit-transform: translate(150%) rotate(180deg);
    -moz-transform: translate(150%) rotate(180deg);
    -ms-transform: translate(150%) rotate(180deg);
    transform: translate(150%) rotate(180deg);
  }
  #footer .f-box .f-nav {
    display: none;
  }
  #index-body .news .list .ig{
    padding: 40px 25px;
  }
}
@media screen and (max-width: 1000px) {
  #index-body {
    overflow: hidden;
  }
  #index-body .advantage .bottom .ig3 {
    height: 100%;
    position: static;
  }
  .pd {
    padding: 0;
  }
  #banner li .text .box {
    width: 100%;
  }
  #banner li {
    overflow: hidden;
  }
  #banner li > img {
    width: 175%;
    max-width: 175%;
  }
  #index-body .advantage .top {
    width: 100%;
  }
  #index-body .advantage .top .title {
    width: 100%;
  }
  #index-body .advantage .top .cont {
    width: 100%;
  }
  #index-body .advantage .bottom > div {
    width: 50%;
    padding: 0 30px;
  }
  #index-body .type .list .ig {
    color: #ffffff;
  }
  #index-body .type .list .ig .mask {
    opacity: 1;
  }
  #index-body .type .list .ig .txt {
    bottom: 55%;
  }
  #index-body .type .list .ig .txt .btn {
    position: static;
    opacity: 1;
  }
  #index-body .type .list .ig .img {
    -webkit-transform: translateY(75%);
    -moz-transform: translateY(75%);
    -ms-transform: translateY(75%);
    transform: translateY(75%);
  }
  #index-body .about .bottom .btn {
    display: none;
  }
  #index-body .about .bottom .left .text {
    width: 100%;
  }
  #index-body .about .top .right {
    margin-top: 30px;
  }
  #index-body .about .bottom .right {
    margin-top: 30px;
  }
  #footer .f-box .f-contact {
    max-width: 100%;
  }
  #footer .f-box .f-product,
  #footer .f-box .f-code {
    display: none;
  }
  #footer .f-bot .back {
    display: none;
  }
  #footer .f-bot .left {
    width: 100%;
  }
  .font-30 {
    font-size: 18px;
  }
  .font-36{
    font-size: 19px;
  }
  .font-22{
    font-size: 17px;
  }
  .font-20 {
    font-size: 16px;
  }
  #index-body .news .tip {
    width: 100%;
  }
  #index-body .products .top {
    padding: 0;
  }
  .font-40{
    font-size: 24px;
  }
}
@media screen and (max-width: 700px) {
  .fixed-toolbar {
    right: 10px;
    bottom: 26%;
    zoom: 0.75;
  }
  #index-body .products .list .prev,
  #index-body .products .list .next {
    display: none;
  }
  #index-body .advantage .bottom > div {
    width: 100%;
  }
  #index-body .map .left {
    display: none;
  }
  .font-65 {
    font-size: 26px;
  }
  .font-45 {
    font-size: 24px;
  }
  
  .more,
  .more2 {
    zoom: 0.8;
  }
  #index-body .video > img {
    height: 250px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #index-body .video .play {
    zoom: 0.8;
  }
}


/*inner.css*/

.inner-banner {
  margin-top: 84px;
}
.inner-banner .sub {
  height: 30px;
  background-color: #000;
}
.inner-banner .mbx {
  padding: 18px 0;
  font-weight: 700;
  font-size: 14px;
}

@media (max-width: 1000px) {
  .inner-banner {
    margin-top: 60px;
  }
 
}
.product-page .sidebar-box .sidebar-left {
  width: 380px !important;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}

.product-page .sidebar-box .sidebar-left .menus > li {
  border-radius: 5px;
  border-top: none;
  margin-bottom: 10px;
}
.product-page .sidebar-box .sidebar-left .menus > li:last-child {
  margin-bottom: 0;
}
.product-page .sidebar-box .sidebar-left .menus > li.active .menu-a span,
.product-page .sidebar-box .sidebar-left .menus > li:hover .menu-a span {
  right: 0;
}
.product-page .sidebar-box .sidebar-left .menus > li.active .menu-a a,
.product-page .sidebar-box .sidebar-left .menus > li:hover .menu-a a,
.product-page .sidebar-box .sidebar-left .menus > li.active .menu-a i,
.product-page .sidebar-box .sidebar-left .menus > li:hover .menu-a i {
  color: white;
}

.product-page .sidebar-box .sidebar-left .menus > li.active .menu-a i {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}
.product-page .sidebar-box .sidebar-left .menus > li .menu-a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  padding: 0 70px 0 27px;
  font-family: var(--font);
  font-size: 16px;
  /*text-transform: uppercase;*/
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
  cursor: pointer;
  z-index: 5;
}
.product-page .sidebar-box .sidebar-left .menus > li .menu-a span {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  right: -webkit-calc(100% - 8px);
  right: -moz-calc(100% - 8px);
  right: calc(100% - 8px);
  top: 0;
  background-color: var(--color);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  z-index: -1;
}
.product-page .sidebar-box .sidebar-left .menus > li .menu-a>a{
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.product-page .sidebar-box .sidebar-left .menus > li .menu-a i {
  position: absolute;
  right: 27px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 24px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.product-page .sidebar-box .sidebar-left .menus > li .sub-menu {
  padding: 20px 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: none;
  margin-top: -3px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  display: none;
      /*box-shadow: 0px -0.4px 6px 1px rgb(0 0 0 / 8%);*/
}
.product-page .sidebar-box .sidebar-left .menus > li .sub-menu li {
  padding: 5px 30px;
}
.product-page .sidebar-box .sidebar-left .menus > li .sub-menu li a {
  font-size: 18px;
  color: #666;
  transition: all 0.5s;
}
.product-page .sidebar-box .sidebar-left .menus > li .sub-menu li a:hover{
  color: var(--color);
}
.product-page .sidebar-box .sidebar-left .menus > li .sub-menu li.active a{
  color:var(--color);
}
.product-page .sidebar-box .sidebar-right {
  width: -webkit-calc(100% - 310px) !important;
  width: -moz-calc(100% - 310px) !important;
  width: calc(100% - 310px) !important;
  padding-left: 35px;
}
.product-page .sidebar-box .sidebar-right .pro-box {
  margin: 70px 0 95px;
}
.product-page .sidebar-box .sidebar-right .pro-box ul {
  margin: -20px -10px;
}
.product-page .sidebar-box .sidebar-right .pro-box ul li {
  padding: 20px 10px;
}
.product-page .sidebar-box .sidebar-right .pro-box ul li:hover .img .btn {
  opacity: 1;
}
.product-page .sidebar-box .sidebar-right .pro-box ul li .img {
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 205px;
  position: relative;
}
.product-page .sidebar-box .sidebar-right .pro-box ul li .img .btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.product-page .sidebar-box .sidebar-right .pro-box ul li h4 {
  padding: 0 15px;
}
.product-page .sidebar-box .sidebar-right .pro-list ul {
  margin: -25px -20px;
}
.product-page .sidebar-box .sidebar-right .pro-list ul>p{
  padding: 30px
}
.product-page .sidebar-box .sidebar-right .pro-list ul li {
  padding: 15px 10px;
}
.product-page .sidebar-box .sidebar-right .pro-list ul li .img-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 325px;
  border: 1px solid #d5d2d2;
}
.product-page .sidebar-box .sidebar-right .pro-list ul li .con {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
@media (max-width: 1400px) {
    .product-page .sidebar-box .sidebar-right .pro-list ul li .img-box {
    height: auto;
  }
}
@media (max-width: 1000px){
  
  .product-page .sidebar-box .sidebar-right .pro-list ul li {
    width: 50%;
  }
  .product-page .sidebar-box .sidebar-left {
    display: none;
  }
  .product-page .sidebar-box .sidebar-right {
    padding-left: 0;
    width: 100% !important;
  }
  .product-page .sidebar-box {
    padding: 0 15px;
  }
  
}
@media (max-width: 500px){
    .product-page .sidebar-box .sidebar-right .pro-list ul li {
    width: 100%;
    padding: 15px 0;
  }
  .product-page .sidebar-box .sidebar-right .pro-list ul{
    padding: 30px 0
  }
}

.prodet-page .init-1 {
  position: relative;
}
.prodet-page .init-1 .titleC {
  height: 490px;
  -o-background-size: cover;
  background-size: cover;
}
.prodet-page .init-1 .titleC .name {
  text-align: center;
  font-size: 40px;
  color: rgba(0, 0, 0, 0.1);
  font-weight: 700;
  line-height: 1.2;
}
.prodet-page .init-1 .bigImg {
  position: absolute;
  width: 100%;
  top: 50px;
  z-index: 2;
}
.prodet-page .init-1 .bigImg a {
  display: block;
}
.prodet-page .init-1 .bigImg a img {
  height: 380px;
  -o-object-fit: contain;
  object-fit: contain;
}
.prodet-page .init-1 .container .sPageC {
  font-weight: 700;
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #000;
  color: #fff;
  font-size: 16px;
  padding: 10px 26px 3px;
  border-radius: 20px;
}
.prodet-page .init-1 .container .sPageC .btn {
  width: 12px;
  text-align: center;
  cursor: pointer;
  display: block
}

.prodet-page .init-1 .container .sPageC .num {
  width: 40px;
  margin: 0 40px;
  text-align: center;
}
.prodet-page .init-1 .container .galleryImg {
  width: 480px;
  margin: -40px 0 0 auto;
}
.prodet-page .init-1 .container .galleryImg li {
  border: none;
  padding: 0 9px;
}
.prodet-page .init-1 .container .galleryImg li img {
  width: 100%;
}
.prodet-page .init-2 .container {
  border-top: 1px solid #dbdbdb;
}
.prodet-page .init-2 .container .left {
  width: 50%;
  border-right: 1px solid #dbdbdb;
  padding: 50px 80px 30px 0;
  font-weight: 700;
}
.prodet-page .init-2 .container .left .type {
  color: #9a9a9a;
}
.prodet-page .init-2 .container .left .title {
  margin-top: 20px;
  font-weight: 600;
}
.prodet-page .init-2 .container .right {
  width: 50%;
  padding: 90px 60px 80px 50px;
}
.prodet-page .init-2 .container .right .tips {
  font-weight: 600;
}
.prodet-page .init-2 .container .right .des {
  color: #686868;
  margin-top: 16px;
  max-height: 400px;
  overflow-y: auto;
  padding-right: 4px;
}
.prodet-page .init-2 .container .right .more {
  margin-top: 30px;
  /*border: 1px solid #000;*/
  cursor: pointer;
}
.prodet-page .init-3 {
  background-color: #fbfbfb;
}
.prodet-page .init-3 .container .left .tips {
  font-weight: 600;
}
.prodet-page .init-3 .container .left ul {
  /*margin-top: 120px;*/
}
.prodet-page .init-3 .container .left ul li {
  color: #cfcfcf;
  border-left: 1px solid #d1d1d1;
  padding: 10px 5px 10px 18px;
  cursor: pointer;
  text-transform: capitalize;
}
.prodet-page .init-3 .container .left ul li.active {
  color: #000;
  border-left: 1px solid #000;
}
.prodet-page .init-3 .container .right {
  width: 70%;
  margin-left: auto;
  margin-top: 20px;
}
.prodet-page .init-3 .container .right li{
  display: none;
}
.prodet-page .init-3 .container .right ul li .formInfo .tipsDes {
  color: #393939;
  margin-top: 70px;
  max-width: 820px;
}
.prodet-page .init-3 .container .right ul li .formInfo form {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.prodet-page .init-3 .container .right ul li .formInfo form .listC {
  margin-top: 26px;
  width: -webkit-calc(37%);
  width: -moz-calc(37%);
  width: calc(50% - 13px);
}
.prodet-page .init-3 .container .right ul li .formInfo form .listC input,
.prodet-page .init-3 .container .right ul li .formInfo form .listC textarea {
  width: 100%;
  border: none;
  background-color: #fff;
  margin-top: 6px;
  padding: 11px 16px;
  font-size: 16px;
}
.prodet-page .init-3 .container .right ul li .formInfo form .listC.wid-100 {
  width: 100%;
}
.prodet-page .init-3 .container .right ul li .formInfo form .listC .moreC .more {
  padding: 10px 30px;
  cursor: pointer;
}
.prodet-page .init-3 .container .right ul li .formInfo form .listC .more{
  border: none;
}
.prodet-page .init-3 .container .right ul li .formInfo form input[type="submit"]{
  font-size: 18px;
  height: 50px;
  border-radius: 25px;
  background-color: #111011;
  width: 230px;
  padding: 0 20px;
  text-align: center;
  color: white;
  display: inline-block;
  line-height: 56px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.prodet-page .init-3 .container .right ul li .formInfo form input[type="submit"]:hover{
      background: -webkit-gradient(linear, left top, right top, from(var(--color2)), to(var(--color)));
    background: -webkit-linear-gradient(left, var(--color2), var(--color));
    background: -moz-linear-gradient(left, var(--color2), var(--color));
    background: linear-gradient(to right, var(--color2), var(--color));
}
@media (max-width: 1500px){
   .prodet-page .init-1 .titleC .name {
    font-size: 50px;
  }
}
@media (max-width: 1250px){
   .prodet-page .init-1 .container .galleryImg {
    width: 360px;
  }
  .prodet-page .init-2 .container .right {
    padding-right: 10px;
  }
}
@media (max-width: 1000px){
   .prodet-page .init-1 .titleC {
    height: auto;
  }
  .prodet-page .init-1 .titleC .name {
    font-size: 40px;
    padding: 40px 16px;
  }
  .prodet-page .init-1 .bigImg {
    position: relative;
    top: 0;
    width: -webkit-calc(70%);
    width: -moz-calc(70%);
    width: calc(100% - 30px);
    margin: 20px auto 0;
  }
  .prodet-page .init-1 .bigImg a img {
    max-height: 400px;
    height: auto;
  }
  .prodet-page .init-1 .container .galleryImg {
    margin-top: 20px;
    width: 100%;
  }
  .prodet-page .init-1 .container .sPageC {
    position: relative;
    top: 0;
    margin: 20px auto 0;
    left: 0;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
  }
  .prodet-page .init-2 .container .left {
    width: 100%;
    border: none;
    padding-right: 0;
  }
  .prodet-page .init-2 .container .right {
    width: 100%;
    padding: 0;
  }
  .prodet-page .init-3 .container .left {
    width: 100%;
  }
  .prodet-page .init-3 .container .left ul {
    margin-top: 20px;
  }
  .prodet-page .init-3 .container .right {
    width: 100%;
    margin-top: 20px;
  }
  .prodet-page .init-3 .container .right ul li .formInfo .tipsDes {
    margin-top: 30px;
  }
  .gallery-page .top{
    padding-top: 30px;
  }
  .gallery-page .top > div{
    width: 100%;
  }
  .gallery-page .honor-box ul li{
    width: 33.3%;
  }
}
@media (max-width: 700px){
   .prodet-page .init-1 .titleC .name {
    font-size: 30px;
  }
  .prodet-page .init-3 .container .right ul li .formInfo form .listC {
    width: 100%;
  }
   .gallery-page .honor-box ul li{
    width: 50%;
  }
}
@media (max-width: 500px){
   .prodet-page .init-1 .titleC .name {
    font-size: 24px;
    padding: 20px 16px;
  }
   .prodet-page .init-3 .container .right ul li .formInfo .tipsDes {
    margin-top: 20px;
  }
  .prodet-page .init-3 .container .right ul li .formInfo form .listC {
    margin-top: 20px;
  }
   .gallery-page .honor-box ul li{
    width: 100%;
  }
}

.flex-dcr {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-box-orient: vertical;
  -moz-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.about-page .about-1 .h2 {
  line-height: 1.25;
}
.about-page .about-1 .content {
  line-height: 30px;
  color: #666666;
}
.about-page .about-1 ul li {
  position: relative;
}
.about-page .about-1 ul li em {
  color: var(--color);
}
.about-page .about-1 ul li p {
  color: #999999;
  line-height: 1.8;
}
.about-page .about-1 ul li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 60px;
  background-color: #d6d6d6;
}
.about-page .about-1 ul li:last-child::after {
  content: none;
}
.about-page .about-2 .box {
  padding: 0 240px;
  background: url(../images/yinhao-1.png) no-repeat left center, url(../images/yinhao-2.png) no-repeat right center;
}
.about-page .about-2 .content {
  line-height: 30px;
  position: relative;
  z-index: 2
}
.about-page .about-2 .content::after{
  content: '';
  display: block;
   background-color: #cecece;
    height: 100%;
    width: 1px;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
}
.about-page .about-2 .content li{
  margin-bottom: 20px;
  width: 50%;
  position: relative;
}
.about-page .about-2 .content li::after{
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  background: var(--color);
  position: absolute;
  left: 100%;
  top: 16px;
  transform: translateX(-50%)
}
.about-page .about-2 .content li:nth-child(odd){
  text-align: right;
  padding-right: 40px;
}
.about-page .about-2 .content li:nth-child(even){
  margin: 0 0 0 auto;
  padding-left: 40px;
}
.about-page .about-2 .content li:nth-child(even)::after{
  left: 0;
}
.about-page .about-2 .content .tit{
  font-size: 20px;
  font-weight: bold;
}
.about-page .about-2 .content .tp{
  padding:5px 15px;
  background: var(--color);
  color: #ffffff;
  display: inline-block;
}
.about-page .about-3 {
  background: url(../images/sus-bg-1.jpg) no-repeat;
  background-size: cover;
  color: white;
}
.about-page .about-3 .box {
  max-width: 760px;
}
.about-page .about-3 .h2 {
  color: white;
}
.about-page .about-3 .content {
  line-height: 30px;
}
.about-page .about-4 .img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 65%;
}
.about-page .about-4 .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about-page .about-4 .box {
  background-color: #fbfbfb;
  width: 55%;
  margin-left: auto;
  z-index: 2;
  position: relative;
}
.about-page .about-4 .box .des {
  line-height: 30px;
}
@media screen and (max-width: 1250px){
  .about-page .about-2 .box{
    padding: 0 160px;
  }
}
@media screen and (max-width: 1000px){
  .about-page .about-2 .content .tit{
    font-size: 18px;
  }
  .about-page .about-2 .box {
    padding: 0 85px;
    background-size: 60px;
  }
   .about-page .about-4 .box {
    width: 77%;
  }
  .about-page .about-1 ul li{
    width: 50%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 30px;
    margin-bottom: 10px;
  }
  .about-page .about-1 ul li:nth-child(2)::after{
    content: none;
  }
}
@media screen and (max-width: 700px){
  .about-page .about-1 ul li p{
    line-height: 2;
  }
  .about-page .about-1 .h2{
    line-height: 30px;
  }
   .about-page .about-1 .top {
    padding: 0;
  }
  .about-page .about-1 ul li {
    width: 50%;
    margin-bottom: 10px;
  }
   .about-page .about-4 .img {
    position: relative;
    width: 100%;
  }
  .about-page .about-4 .box {
    width: 100%;
    padding-left: 0;
  }
  .about-page .about-2 .box{
    background: none;
    padding: 0;
  }
    .about-page .about-2 .content li{
      width: 100%;
    }
  .about-page .about-2 .content li:nth-child(odd){
    padding-right: 0;
    padding-left: 30px;
    text-align: left;
  }
  .about-page .about-2 .content li:nth-child(even){
    padding-left: 30px;
  
  }
  .about-page .about-2 .content::after{
    left: 6px;
  }
  .about-page .about-2 .content li::after{
    left: 0;
    transform: translateX(0);

  }
}
@media screen and (max-width: 500px){
  .about-page .about-2 .content .tit{
    font-size: 16px;
  }
   .about-page .about-2 .box {
    padding: 0;
    background: white;
  }
  .about-page .about-1 ul li{
    padding: 0 10px 0 0;
  }
  .about-page .about-1 ul li::after{
    content: none;
  }
}



.aft03 {
  padding-top: 100px;
  position: relative;
  overflow: hidden;
  background-color: #faf9f9;
}
.aft03 p{
  color: #666;
  font-weight: 300;
}
.aft03 .icenter2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 100px;
}

.aft03 .icenter2 .le {
  overflow: hidden;
  position: relative;
  width: 45%;
  /*border-radius: 5%;*/
}

.aft03 .icenter2 .le::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .5);
  content: '';
  -webkit-transition: -webkit-transform .6s;
  transition: transform .6s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);
  z-index: 1;
}

.aft03 .icenter2 .le:hover::before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 115%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 115%, 0);
}

.aft03 .icenter2 .le:hover img {
  transform: scale(1.1);
}

.aft03 .icenter2 .ri {
  width: 50%;
}

.aft03 .icenter2 .ri>ul {
  margin: 20px 0 0px;
}

.aft03 .icenter2 .ri>ul li {
  position: relative;
  padding-left: 15px;
  font-size: 18px;
  color: #666666;
  line-height: 30px;
}

.aft03 .icenter2 .ri>ul li::before {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #666666;
  position: absolute;
  left: 0px;
  top: 13px;
  content: "";
}

.aft03 dl dd {
  padding-top: 60px;
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #d5d5d5;
}

.aft03 dl dd .icon {
  width: 86px;
  margin-right: 58px;
}

.aft03 dl dd .text h4 {
  position: relative;
  padding-bottom: 0px;
  font-size: 18px;
  color: #333333;
  width: fit-content;
  margin-bottom: 10px;
}

.aft03 dl dd .text h4 strong {
  font-size: 70px;
  font-weight: 600;
}

.aft03 dl dd .text h4::after {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 5px;
  background-color: var(--color);
}

.aft03 dl dd .text p {
  font-size: 18px;
  color: #666666;
}
@media screen and (max-width:1600px){
   .aft03 .icenter2 .ri>ul li {
    padding-left: 15px;
    font-size: 14px;
    line-height: 24px;
  }

  .aft03 .icenter2 .ri>ul {
    margin: 16px 0 0px;
  }

  .aft03 dl dd {
    padding-top: 34px;
    padding-bottom: 12px;
  }

  .aft03 dl dd .icon {
    width: 74px;
    margin-right: 50px;
  }

  .aft03 dl dd .text h4 {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .aft03 dl dd .text h4 strong {
    font-size: 58px;
  }

  .aft03 dl dd .text h4::after {
    height: 4px;
  }

  .aft03 dl dd .text p {
    font-size: 15px;
  }

}
@media only screen and (max-width:768px){
   .aft03 .icenter2 {
    flex-flow: wrap;
  }

  .aft03 .icenter2 .le {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }

  .aft03 .icenter2 .ri {
    width: 100%;
  }

  .aft03 dl dd .icon {
    width: 60px;
    margin-right: 31px;
  }

  .aft03 {
    padding-top: 50px;
  }
}

.service-add ul li{
  margin-bottom: 100px;
}
.service-add ul li .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-add ul li .text{
  /*background: #faf9f9;*/
  padding: 20px 6%;
}
.service-add ul li:nth-child(even){
  -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.service-add ul li:last-child{
  margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
  .service-add ul li .text{
    padding: 20px 15px;
  }
  .service-add ul li .text .title{
    font-size: 24px;
  }
  .service-add ul li .text .con{
    font-size: 16px;
  }
}
@media screen and (max-width: 700px) {
   .service-add ul li .img,
   .service-add ul li .text{
     width: 100%;
   }
   .service-add ul li .text .title{
     font-size: 20px;
   }
   .service-add ul li .text .con{
     font-size: 14px;
   }
}

.au-page .au-1{
  padding-top: 73px;
}
.au-page .au-1 .header{
  max-width: 1200px;
  margin: 0 auto;
}
.au-page .au-1 .header .con{
  color: #333; 
}
.au-page .au-2{
  padding: 4.8% 0 5.1042%;
}
.au-page .au-2 .text{
  color: #333333;
  line-height: 1.6;
}
.au-page .au-3{
  background: var(--color);
  background-size: cover;
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 6.83% 0 7.4%;
}
.au-page .au-3 .text{
  width: 46%;
}
.au-page .au-3 .img{
  width: 54%;
}
.au-page .au-3 .img img{
  width: 100%;
}
.au-page .au-3::after{
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
}
.au-page .au-4{
  padding: 5.21% 0;
}
.au-page .au-4 .con{
  max-width: 1000px;
  margin: 0 auto;
}
.au-page .au-4 .text{
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  color: #666;
}
.au-page .au-4 .list li{
  background-color: #f7f7f7;
  padding: 2.5% 1.5%;
}

  .au-page .au-5 .content ul {
    margin: -13px;
  }
  .au-page .au-5 .content ul li {
    padding: 13px;
  }
  .au-page .au-5 .content ul li .box {
    height: 100%;
    position: relative;
    z-index: 2;
    padding: 40px 20px;
    background: rgba(246, 246, 246, 0.8);

  }
  .au-page .au-5 .content ul li .box .img {
    overflow: auto;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
  .au-page .au-5 .content ul li .box .title {
  margin-top: 20px;
    text-transform: capitalize;
   

  }
  .au-page .au-5 .content ul li .box .line {
    height: 1px;
    background-color: #5a5a5a;
    margin: 16px 0;
  }
  .au-page .au-5 .content ul li .box .des {
    color: #888;
 
  }
  .au-page .au-5 .content ul li .box .more {
    margin-top: 14px;
    color: #d1d1d1;
    line-height: 1;
  }
  .au-page .au-5 .content ul li .box .more .text {
    border-bottom: 1px solid #d1d1d1;
  }
  .au-page .au-5 .content ul li .box .more .sub {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-left: 10px;
    border: 1px solid #fff;
  }
  .au-page .au-5 .content ul li .box .more:hover .text {
    color: #8e211c;
    border-bottom: 1px solid #8e211c;
  }
  .au-page .au-5 .content ul li .box .more:hover .sub {
    border: 1px solid #8e211c;
  }
  .au-page .au-5 .content ul .li2 {
    margin-top: 40px;
  }
  .au-page .au-5 .content ul .li3 {
    margin-top: 80px;
  }
  .au-page .au-5 .content ul .li4 {
    margin-top: 120px;
  }


  .au-page .au-5 .content ul .li4,
  .au-page .au-5 .content ul .li3,
  .au-page .au-5 .content ul .li2 {
    margin-top: 20px;
  }

  .au-page .au-5 .content ul li:hover .box{
     background: #000;
    transition: all .5s ease;
    color: #fff;
}
.au-page .au-5 .content ul li .box{
          padding: 20px;
    border-radius: 15px;
    transition: all .5s ease;
}
.au-page .au-5 .content ul li:hover .box .des {
    color: #fff;
}
.au-page .au-5 .content ul li .box .shuzi {
    position: absolute;
    top: 0;
    right: 15px;
}

.au-page .au-5 .content ul li .box .shuzi span {
    font-size: 120px;
    font-weight: bold;
    line-height: 1;
    opacity: .1;
}
.au-page .au-5 .content ul li:hover .box {
      background: var(--color);
}
.au-page .au-5 .content ul li:hover .box {
    color: #fff;
}
.au-page .au-5 .content ul li:hover .box .line {
    background-color: #fff;
}
.au-page .au-5 .content ul li:hover .box .des {
    color: #fff;
}

.au-page .au-5 .content ul li:hover .box {
    transform: translateY(-20px);
}
@media screen and (max-width: 1000px){
   .au-page .au-2 .text,
  .au-page .au-3 .text{
    width: 100%;
  }
  .au-page .au-2 .rg{
    width: 100%;
    margin-top: 30px;
  }
  .au-page .au-2 .img,
  .au-page .au-3 .img{
    width: 100%;
    padding: 30px 0 0 0;
  }
  .au-page .au-4 .list li span.h6{
    font-size: 19px;
  }
   .au-page .au-4 .list ul{
     -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .au-page .au-4 .list li{
    width: 32%;
  }
  .au-page .au-4 .list li span.h6{
    font-size: 18px;
  }
}
@media screen and (max-width: 700px){
   .au-page .au-1{
    padding-top: 30px;
  }
 
  .au-page .au-4 .list li{
    width: 49.6%;
  }
    .au-page .au-5 .content ul li .box{
    padding: 20px 10px;
  }
  .au-page .au-5 .content ul li .box .title{
    font-size: 20px;
  }
}
@media screen and (max-width: 500px){
   .au-page .au-4 .list li{
    width: 100%;
  }
}
.sa-nav .container .sa-c {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 16.66%;
  border-radius: 25px;
}

.sa-nav .container .sa-c:hover,
.sa-nav .container .sa-c.active {
  background: rgb(48 52 146);
  color: #fff;
}

.sa-nav .container .sa-c:hover img,
.sa-nav .container .sa-c.active img {
  filter: brightness(0) invert(1);
}

.sa-nav .container .sa-c img {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: block;

  margin: 0 auto;
  filter: invert(1);
}

.sa-nav .container .sa-c {
  text-align: center;
  color: rgba(102, 102, 102, 1);
}

.sa-nav {
  padding: 80px 0;
  background: #f2f6f7;
}
.cus-page .tit {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 600;
  max-width: 790px;
}
 
.cus-page .cus-5 {
  padding-bottom: 7%;
}

.cus-page .cus-5 .header {
  margin-top: 93px;
}

.cus-page .cus-5 .header .tit {
  max-width: 500px;
}

.cus-page .header .con {
  line-height: 1.6;
  font-weight: 300;
  color: #666;
  text-align: center;
  margin-top: 100px;
}

.cus-page .cus-5 .content {
  margin-top: 74px;
  position: relative;
}

.cus-page .cus-5 .content .img-box {
  border-radius: 10px;
}

.cus-page .cus-5 .content .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  z-index: 1;
  color: #fff;
  padding: 20px 56px var(--px100);
}

.cus-page .cus-5 .content .text .con {
  font-size: 16px;
  line-height: 30px;
  margin: 25px 0 30px;
  max-width: 790px;
}
 
@media screen and (max-width: 1440px) {
   
  .cus-page .cus-5 .header .con {
    max-width: 660px;
  } 
}
@media screen and (max-width: 1230px) {
  .cus-page .tit {
    font-size: 30px;
  } 

  .cus-page .cus-5 .header .con {
    max-width: 469px;
  } 
}
@media screen and (max-width: 1000px) {
  .sa-nav .container .sa-c {
    width: 33.333%
  } 

  .cus-page .cus-5 .header {
    margin-top: 30px;
  }

  .cus-page .cus-5 .header .con {
    max-width: 100%;
    margin-top: 20px;
  }

  .cus-page .cus-5 .content {
    margin-top: 30px;
  }

  .cus-page .cus-5 .content .text {
    padding: 20px;
  }

  .cus-page .cus-5 .content .text .con {
    margin-bottom: 0;
  } 
}
@media screen and (max-width: 700px) {
  
  .cus-page .tit {
    font-size: 30px;
  }

  .cus-page .cus-5 .content .img-box img {
    min-height: 360px;
  } 
}
@media screen and (max-width: 500px) {
  .sa-nav .container .sa-c {
    width: 50%
  }
  .cus-page .tit {
    font-size: 24px;
    line-height: 44px;
  } 

  .cus-page .cus-5 .content .img-box img {
    min-height: 460px;
    object-fit: cover;
  } 

  .cus-page .cus-5 .content .text .con {
    font-size: 14px;
    line-height: 2;
    margin: 12px 0 0px;
  }
}


.contact-page+#footer{
  border-top: 0
}
.contact-page .init-1 {
  padding-bottom: 120px;
}
.contact-page .init-1 .container .left {
  width: 30%;
}
.contact-page .init-1 .container .left .tips {
  font-weight: 700;
}
.contact-page .init-1 .container .left ul {
  padding-top: 50px;
}
.contact-page .init-1 .container .left ul li {
  margin-top: 30px;
}
.contact-page .init-1 .container .left ul li .titleC {
  -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.contact-page .init-1 .container .left ul li .titleC i{
  font-size: 20px;
}
.contact-page .init-1 .container .left ul li .titleC .img {
  width: 20px;
}
.contact-page .init-1 .container .left ul li .titleC .mailImg {
  margin-top: 6px;
}
.contact-page .init-1 .container .left ul li .titleC .text {
  width: -webkit-calc(80%);
  width: -moz-calc(80%);
  width: calc(100% - 20px);
  padding-left: 16px;
  font-weight: 700;
}
.contact-page .init-1 .container .left ul li .des {
  color: #6d6d6d;
  margin-top: 4px;
}
.contact-page .init-1 .container .right {
  width: 60%;
  margin-left: auto;
}
.contact-page .init-1 .container .right .des {
  margin-top: 60px;
  color: #393939;
}
.contact-page .init-1 .container .right form {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contact-page .init-1 .container .right form .listC {
  margin-top: 30px;
  width: -webkit-calc(35%);
  width: -moz-calc(35%);
  width: calc(50% - 15px);
}
.contact-page .init-1 .container .right form .listC.wid-100 {
  width: 100%;
}
.contact-page .init-1 .container .right form .listC input,
.contact-page .init-1 .container .right form .listC textarea {
  background-color: #f2f2f2;
  width: 100%;
  border: none;
  padding: 13px;
  margin-top: 6px;
}
.contact-page .init-1 .container .right form .listC .more {
  border: none;
  cursor: pointer;
}
.contact-page .init-1 .container .right form .listC input[type="submit"]{
  font-size: 18px;
    height: 50px;
    border-radius: 25px;
    background-color: #111011;
    width: 230px;
    padding: 0 20px;
    text-align: center;
    color: white;
    display: inline-block;
    line-height: 56px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
.contact-page .init-1 .container .right form .listC input[type="submit"]:hover{
  background: -webkit-gradient(linear, left top, right top, from(var(--color2)), to(var(--color)));
    background: -webkit-linear-gradient(left, var(--color2), var(--color));
    background: -moz-linear-gradient(left, var(--color2), var(--color));
    background: linear-gradient(to right, var(--color2), var(--color));
}
.contact-page .map{
  margin-bottom: -20px
}
.contact-page .init-2 {
  text-align: center;
  background-color: #f2f2f2;
}
.contact-page .init-2 .container .tipsTitle {
  font-weight: 700;
}
.contact-page .init-2 .container .content {
  max-width: 1230px;
  margin: 60px auto 0;
}
.contact-page .init-2 .container .content .swiper .img {
  display: block;
}
.contact-page .init-2 .container .content .swiper .img img {
  width: 100%;
}
.contact-page .init-2 .container .content .swiper .title {
  margin-top: 20px;
  font-weight: 700;
  display: block;
}
.contact-page .init-2 .container .content .swiper .more {
  margin: 20px auto 0;
  width: 46px;
  height: 46px;
  border: 1px solid #000;
  border-radius: 50%;
  font-size: 30px;
  line-height: 1;
  background: none;
  color: #000;
}
.contact-page .init-2 .container .content .swiper .more::after{
  display: none
}
.contact-page .init-2 .container .content .swiper .more i {
  position: relative;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.contact-page .init-2 .container .content .swiper .more:hover {
  background-color: var(--color);
  color: #fff;
   border: 1px solid var(--color);
}
.contact-page .init-2 .container .content .swiper .more:hover i {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  color: #fff;
}
.contact-page .init-2 .container .tipsDes {
  max-width: 720px;
  margin: 50px auto 0;
}
@media (max-width: 1250px) {
  .contact-page .init-1 {
    padding-bottom: 100px;
  } 
}
@media (max-width: 1000px) {
  .contact-page .init-1 .container .left {
    width: 100%;
  }
  .contact-page .init-1 .container .right {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 700px) {
  .contact-page .init-1 .container .right form .listC {
    width: 100%;
  }
   .contact-page .init-1 .container .left ul {
    padding-top: 0;
  }
  .contact-page .map{
    margin-bottom: -8px;
  }
}
@media (max-width: 500px) {
  .contact-page .init-1 {
    padding-bottom: 40px;
  }
 
  .contact-page .init-1 .container .right .des {
    margin-top: 20px;
  }
  .contact-page .init-2 .container .content {
    margin-top: 20px;
  }
  .contact-page .init-2 .container .tipsDes {
    margin-top: 20px;
  }
}

.news-page .news-tab ul {
  margin: -6px;
}
.news-page .news-tab ul li {
  padding: 6px;
}
.news-page .news-tab ul li a {
  display: inline-block;
  background: #fff;
  font-size: 20px;
  line-height: 1;
  padding: 15px 23px;
  border-radius: 35px;
      font-weight: bold;
      transition: .5s;
}
.news-page .news-tab ul li a:hover,
.news-page .news-tab ul li a.active {
  background: var(--color);
  color: #fff;
}
.news-page .news-1 .box{
  position: relative;
  padding-bottom: 40px;
  height: 100%;
      border-radius: 20px 20px 0 0;
    background-color: white;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
 }
 .news-page .news-1 .box::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  background: -webkit-gradient(linear, left top, right top, from(#129463), to(#4dedb1));
  background: -webkit-linear-gradient(left, #129463, #4dedb1);
  background: -moz-linear-gradient(left, #129463, #4dedb1);
  background: linear-gradient(to right, #129463, #4dedb1);
}
.news-page .news-1 .text{
  padding: 0 20px;
}
@media screen and (max-width: 1000px){
 
}
@media screen and (max-width: 700px){
   .news-page .news-tab {
    display: none;
  }
 
}
.newdet-page {
  padding: 6% 0;
}
.newdet-page .sideBox .sideLeft {
  width: 27%;
  position: -webkit-sticky;
  position: sticky;
  top: 145px;
  left: 0;
}
.newdet-page .sideBox .sideLeft .back .pageBackbtn {
  display: inline-block;
  background-color: var(--color);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  overflow: hidden;
  vertical-align: top;
  position: relative;
}
.newdet-page .sideBox .sideLeft .back .pageBackbtn span {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/fh.png) center center no-repeat;
  background-size: 100%;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
.newdet-page .sideBox .sideLeft .back .pageBackbtn::after {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 100%;
  opacity: 0;
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
  -moz-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -moz-transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -webkit-transform 0s 0.45s, -moz-transform 0s 0.45s;
}
.newdet-page .sideBox .sideLeft .back .pageBackwz {
  display: inline-block;
  font-size: 20px;
  color: #000000;
  line-height: 46px;
  vertical-align: top;
  margin-left: 14px;
}
.newdet-page .sideBox .sideLeft .back:hover .pageBackbtn::after {
  opacity: 1;
  border-radius: 0;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.newdet-page .sideBox .sideRight {
  width: 63%;
}
.newdet-page .sideBox .sideRight .category {
  background: var(--color);
  text-align: center;
  display: inline-block;
  font-size: 18px;
  color: #fff;
  line-height: 46px;
  border-radius: 45px;
  padding: 0 23px;
  margin-bottom: 64px;
}
.newdet-page .sideBox .sideRight h1 {
  font-size: 40px;
  line-height: 1.8;
  font-weight: 700;
}
.newdet-page .sideBox .sideRight time {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #4B4B4B;
  margin: 59px 0 60px;
}
.newdet-page .sideBox .sideRight .content {
  font-size: 16px;
  color: #333;
  line-height: 1.8;
}
@media screen and (max-width: 1000px){
  .newdet-page .sideBox .sideLeft{
    display: none;
  }
  .newdet-page .sideBox .sideRight{
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .newdet-page .sideBox .sideRight .category{
    margin-bottom: 20px;
  }
  .newdet-page .sideBox .sideRight h1{
    font-size: 30px;
  }
  .newdet-page .sideBox .sideRight time{
    margin: 20px 0;
  }
}
@media screen and (max-width: 500px){
   .newdet-page .sideBox .sideRight .category {
    margin-bottom: 30px;
  }
  .newdet-page .sideBox .sideRight h1 {
    font-size: 24px;
    line-height: 44px;
  }
  .newdet-page .sideBox .sideRight time {
    margin: 30px 0;
  }
  .newdet-page .sideBox .sideRight .content {
    font-size: 16px;
    line-height: 30px;
  }
}
.seoPublic .Auxil-related .list ul li .box .content a.more{
  color: white;
}
.seoPublic .Auxil-form .form ul li input[type=submit]{
  border-radius: 25px;
    height: 50px;
    line-height: 43px;
    width: 230px;
}
.seoPublic .Auxil-about .box .right div.h3{
  font-weight: 600;
}
.seoPublic .Auxil-related .list ul li .box .content div.h3{
  min-height: 66px;
}
.m-page{
  margin-top: 40px;
}
.m-page a,.m-page span{
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 40px;
  text-align: center;
  font-size: 17px;
  margin: 0 5px;
  background: #222;
  color: white;
  border-radius: 5px;
  -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.m-page a:hover,.m-page span{
  background: var(--color);
}

.faq-page .list ul li {
  border: 1px solid #dcdcdc;
  padding: 1.33333333em 1em;
}
.faq-page .list ul li .h6{
  cursor: pointer;
}
.faq-page .list ul li i {
  cursor: pointer;
  cursor: hand;
  font-size: 1.2em;
  line-height: 1;
  transition: .5s;
}
.faq-page .list ul li .text {
  line-height: 2;
}
.faq-page .list ul li.active i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.faq-page .faq-form .box span.h2 em {
  color: var(--color1);
}
.faq-page .faq-form .box .text {
  line-height: 2;
  max-width: 90%;
}
.faq-page .faq-form .box .text p {
  margin-top: 2em;
}
.faq-page .faq-form .box .text p:first-child {
  margin-top: 0;
}
.faq-page .faq-form .box .list {
  max-width: 94%;
}
.faq-page .faq-form .box .right {
  position: relative;
  z-index: -1;
}
.faq-page .faq-form .box .right img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.faq-page .faq-form .form form {
  height: 4.375em;
  background-color: #f9f9fe;
  border-radius: 2.1875em;
}
.faq-page .faq-form .form form .logo2 {
  height: 100%;
}
.faq-page .faq-form .form form .logo2 a {
  height: 100%;
}
.faq-page .faq-form .form form .logo2 a img {
  height: inherit;
}
.faq-page .faq-form .form form .logo2,
.faq-page .faq-form .form form button {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.faq-page .faq-form .form form button {
  width: 4.375em;
  height: 4.375em;
  border: none;
  color: var(--color);
  background-color: transparent;
}
.faq-page .faq-form .form form button i {
  font-size: 2em;
}
.faq-page .faq-form .form form ul {
  width: 100%;
  padding: 0 .5%;
}
.faq-page .faq-form .form form ul li {
  width: 100%;
}
.faq-page .faq-form .form form ul li input {
  width: 100%;
  border: none;
  background-color: transparent;
  padding: .4em 1.2em;
  border-left: 1px solid #d2d2d2;
}
.faq-page .faq-form .form form ul li:first-child input {
  border-left: none;
}
.faq-page .faq-form .text a {
  color: var(--color1);
  text-decoration: underline;
}
@media screen and (max-width: 1000px) {
    .faq-page .faq-form .box .right img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@media screen and (max-width: 700px) {
   .faq-page .faq-form .form form .logo2 {
    display: none;
  }
  .faq-page .faq-form .form form ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .faq-page .faq-form .form form ul li {
    margin-bottom: 1em;
    border-bottom: 1px solid #eee;
  }
  .faq-page .faq-form .form form ul li input {
    border-left: none;
    padding: 1em;
  }
  .faq-page .faq-form .form form {
    height: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1em 0;
    border-radius: 1em;
  }
  .faq-page .faq-form .form form button {
    margin-left: auto;
  }
}

.seoPublic .Auxil-form .form ul li button{
  border: none;
}

.seoPublic .text a{
  color: #000000;
  transition: .5s;
}
.seoPublic .text a:hover {
    text-decoration: none;
    color: var(--color);
}


.download-page .ui.container {
    max-width: 1240px;
}
.download-page .text {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.download-page .con{
  color: #b7b7b7;
}
.download-page .list ul li a.img-box {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.download-page .list ul li a.img-box:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.download-page .list ul li span.h6 {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.download-page .list ul li span.h6 i {
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.download-page .list ul li:hover a.img-box:before {
  opacity: 1;
}
.download-page .list ul li:hover span.h6 {
  color: var(--color);
  text-decoration: underline;
}
.download-page .list ul li:hover span.h6 i {
  opacity: 1;
}
@media screen and (max-width: 500px) {
   .download-page .list ul li span.h6 i {
    width: 24px;
    opacity: 1;
  }
}

.seoPublic .Auxil-about .box .right .text{
  max-height: 390px;
}


.about-page .about-5 .list .tips {
    text-align: center;
    font-weight: 500;
}
.about-page .about-5 .list img {
    width: 100%;
}
.about-page .about-5 .list .img-box {
    display: block;
}
.about-page .about-5 .list .big_img {
    margin-top: 50px;
    position: relative;
}
.about-page .about-5 .list .big_img .btn {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 80px;
    height: 80px;
    position: absolute;
    cursor: pointer;
    border-radius: 50%;
    top: 50%;
    right: 22%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 2;
}
.about-page .about-5 .list .big_img .btn img {
    display: block;
    width: 30px;
    margin: 30px auto 0;
    position: relative;
    z-index: 2;
}
.about-page .about-5 .list .big_img .btn::before {
    background-color: var(--color);
}
.about-page .about-5 .list .big_img .btn:after,
.about-page .about-5 .list .big_img .btn:before {
    display: none;
}
.about-page .about-5 .list .big_img .prev {
    left: 22%;
}
.about-page .about-5 .list .big_img .slick2 li {
    padding: 0 8px;
}
.about-page .about-5 .list .small_img {
    margin: 20px auto 0;
    max-width: 740px;
}
.about-page .about-5 .list .small_img ul li {
    padding: 0 2px;
}
.about-page .about-5 .list .small_img ul li .box {
    opacity: 0.5;
    cursor: pointer;
    border: 2px solid #fff;
}
.about-page .about-5 .list .small_img ul .slick-current li .box {
    opacity: 1;
    border: 2px solid var(--color);
}
.about-page .about-5 .list .des {
    color: #3f3f3f;
    width: 750px;
    margin: 40px auto 0;
}

@media (max-width: 1500px) {
    .about-page .about-5 .list .big_img .btn {
        right: 10%;
    }
    .about-page .about-5 .list .big_img .prev {
        left: 10%;
    }
}
@media (max-width: 1250px) {
    .about-page .about-5 .list .big_img .btn {
        width: 40px;
        height: 40px;
    }
    .about-page .about-5 .list .big_img .btn img {
        width: 16px;
        margin-top: 16px;
    }
}

@media (max-width: 1000px) {
    .about-page .about-5 .list .small_img {
        display: none;
    }
    .about-page .about-5 .list .des {
        width: 100%;
        text-align: center;
        padding: 0 10px;
    }
}

@media (max-width: 700px) {
    .about-page .about-5 .list {
        padding: 40px 10px;
    }
}
@media (max-width: 500px) {
    .about-page .about-5 .list .big_img {
        margin-top: 20px;
    }
    .about-page .about-5 .list .big_img .slick2 li {
        padding: 0;
    }
    .about-page .about-5 .list .des {
        max-height: 400px;
        padding-right: 2px;
        overflow-y: auto;
        margin-top: 20px;
    }
}




.honor-page .init-1 .container .left {
  width: 230px;
}
.honor-page .init-1 .container .left .listC .list {
  cursor: pointer;
  margin-top: 80px;
  color: #777777;
}
.honor-page .init-1 .container .left .listC .list .num {
  line-height: 1;
}
.honor-page .init-1 .container .left .listC .list .text {
  margin-top: 10px;
}
.honor-page .init-1 .container .left .listC .list .line {
  height: 5px;
  width: 100%;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
  background-color: var(--color);
  margin-top: 10px;
}
.honor-page .init-1 .container .left .listC .list:hover,
.honor-page .init-1 .container .left .listC .list.active {
  color: var(--color);
}
.honor-page .init-1 .container .left .listC .list:hover .line,
.honor-page .init-1 .container .left .listC .list.active .line {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.honor-page .init-1 .container .left .listC .list:first-child {
  margin-top: 0;
}
.honor-page .init-1 .container .right {
  width: -webkit-calc(-130%);
  width: -moz-calc(-130%);
  width: calc(100% - 230px);
  padding-left: 120px;
}
.honor-page .init-1 .container .right .list {
  display: none;
  width: 100%;
}
.honor-page .init-1 .container .right .list .listC {
  width: 100%;
  position: relative;
}
.honor-page .init-1 .container .right .list .imgC {
  padding-right: 70px;
  width: -webkit-calc(-150%);
  width: -moz-calc(-150%);
  width: calc(100% - 280px);
  position: relative;
}
.honor-page .init-1 .container .right .list .imgC ul .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0;
}
.honor-page .init-1 .container .right .list .imgC ul .slick-slide {
  height: auto;
}
.honor-page .init-1 .container .right .list .imgC ul .slick-slide > div {
  height: 100%;
}
.honor-page .init-1 .container .right .list .imgC ul .slick-list {
  height: 100%;
}
.honor-page .init-1 .container .right .list .imgC ul li {
  height: 100%;
  padding: 90px 0;
  width: 30%;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.honor-page .init-1 .container .right .list .imgC ul li .box {
  height: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0.4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.honor-page .init-1 .container .right .list .imgC ul li .box .img img {
  width: 100%;
}
.honor-page .init-1 .container .right .list .imgC ul .slick-current li {
  z-index: 2;
}
.honor-page .init-1 .container .right .list .imgC ul .slick-current li .box {
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
  z-index: 2;
  opacity: 1;
}
.honor-page .init-1 .container .right .list .galleryC {
  width: 280px;
  text-align: center;
  padding: 40px 0;
  position: relative;
}
.honor-page .init-1 .container .right .list .galleryC i {
  font-size: 30px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  cursor: pointer;
}
.honor-page .init-1 .container .right .list .galleryC i:hover {
  color: var(--color);
}
.honor-page .init-1 .container .right .list .galleryC .prev {
  top: 0;
  bottom: unset;
}
.honor-page .init-1 .container .right .list .galleryC ul li {
  padding: 10px 0;
}
.honor-page .init-1 .container .right .list .galleryC ul li .box {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px;
  height: 100px;
  cursor: pointer;
  font-size: 15px;
  padding: 4px 10px;
}
.honor-page .init-1 .container .right .list .galleryC ul li .box p {
  overflow-y: auto;
  padding-right: 4px;
  max-height: 100px;
  padding: 8px;
}
.honor-page .init-1 .container .right .list .galleryC ul .slick-current li .box {
  background-color: var(--color);
  color: #fff;
}
.honor-page .init-1 .container .right .list.active {
  display: block;
}
.honor-page .init-1 .container .right .list.active .listC .imgC {
  -webkit-animation: fadeInLeftSmall 0.5s linear;
  -moz-animation: fadeInLeftSmall 0.5s linear;
  -o-animation: fadeInLeftSmall 0.5s linear;
  animation: fadeInLeftSmall 0.5s linear;
}
.honor-page .init-1 .container .right .list.active .listC .galleryC {
  -webkit-animation: fadeInRightSmall 0.5s linear;
  -moz-animation: fadeInRightSmall 0.5s linear;
  -o-animation: fadeInRightSmall 0.5s linear;
  animation: fadeInRightSmall 0.5s linear;
}
@media (max-width: 1250px) {
  .honor-page .init-1 .container .left {
    width: 150px;
  }
  .honor-page .init-1 .container .right {
    width: -webkit-calc(-50%);
    width: -moz-calc(-50%);
    width: calc(100% - 150px);
    padding-left: 20px;
  }
  .honor-page .init-1 .container .right .list .imgC {
    padding-right: 20px;
  }
}
@media (max-width: 1000px) {
  .honor-page .init-1 .container .left {
    width: 100%;
  }
  .honor-page .init-1 .container .left .listC {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .honor-page .init-1 .container .left .listC .list {
    margin: 20px 15px 0;
    text-align: center;
  }
  .honor-page .init-1 .container .left .listC .list:first-child {
    margin-top: 20px;
  }
  .honor-page .init-1 .container .right {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .honor-page .init-1 .container .right .list .imgC {
    width: 100%;
  }
  .honor-page .init-1 .container .right .list .galleryC {
    width: 100%;
  }
  .honor-page .init-1 .container .right .list .galleryC ul li .box {
    height: auto;
    padding: 16px;
  }
  .honor-page .init-1 .container .right .list .imgC {
    padding-right: 0;
  }
}
@media (max-width: 500px) {
  .honor-page .init-1 .container .right .list .imgC ul .slick-current li .box {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .honor-page .init-1 .container .right .list .imgC ul li {
    padding: 40px 5px;
    padding-top: 20px;
  }
}