@font-face {
  font-family: "SpaceGrotesk";
  src: url("../fonts/SpaceGrotesk-Bold.eot") format("eot"), url("../fonts/SpaceGrotesk-Bold.woff2") format("woff2"), url("../fonts/SpaceGrotesk-Bold.woff") format("woff"), url("../fonts/SpaceGrotesk-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SpaceGrotesk";
  src: url("../fonts/SpaceGrotesk-Medium.eot") format("eot"), url("../fonts/SpaceGrotesk-Medium.woff2") format("woff2"), url("../fonts/SpaceGrotesk-Medium.woff") format("woff"), url("../fonts/SpaceGrotesk-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SpaceGrotesk";
  src: url("../fonts/SpaceGrotesk-Regular.eot") format("eot"), url("../fonts/SpaceGrotesk-Regular.woff2") format("woff2"), url("../fonts/SpaceGrotesk-Regular.woff") format("woff"), url("../fonts/SpaceGrotesk-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "SpaceGrotesk";
  max-width: 1920px;
  --color: #68bd00;
  font-weight: normal;
  margin: 0 auto;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.container {
  padding: 0 15px;
  max-width: 1330px;
  margin: auto;
  width: 100%;
}
.container.container2 {
  max-width: 1620px;
}
/*.more {
  height: 46px;
  background-color: var(--color);
  border-radius: 23px;
  line-height: 46px;
  padding: 0 30px;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  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-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}*/

#header {
  z-index: 100;
  position: fixed;
  width: 100%;
  left: 0;
  top: 15px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .nav {
  padding: 15px 0;
  top: 0;
  left: 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;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin-right: 60px;
  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-weight: bold;
}
#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;
}
#header .nav .ui.menu .menu-box ul.menu > li > a:hover,
#header .nav .ui.menu .menu-box ul.menu > li > a.active {
  color: var(--color);
}
#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;
  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;
}
#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: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 > 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 form {
  width: 100px;
  height: 28px;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 14px;
  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: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 10px;
}
#header .nav .ui.menu .h-search form input {
  width: 70%;
  background: none;
  border: none;
}
#header .nav .ui.menu .h-search form input::-webkit-input-placeholder {
  color: #ffffff;
}
#header .nav .ui.menu .h-search form input:-moz-placeholder {
  color: #ffffff;
}
#header .nav .ui.menu .h-search form input::-moz-placeholder {
  color: #ffffff;
}
#header .nav .ui.menu .h-search form input:-ms-input-placeholder {
  color: #ffffff;
}
#header .nav .ui.menu .h-search form input::placeholder {
  color: #ffffff;
}
#header .nav .ui.menu .h-search form button {
  background: none;
  border: none;
  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;
}
#header .nav .ui.menu .h-language {
  position: relative;
  margin: 0 0 0 auto;
}
#header .nav .ui.menu .h-language span {
  color: #fff;
}
#header .nav .ui.menu .h-language span i {
  margin-left: 5px;
}
#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;
}
#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: block;
}
#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 {
  width: 50px;
  height: 50px;
  background-color: var(--color);
  border-radius: 25px;
  cursor: pointer;
}
#header .nav::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #000;
  -webkit-box-shadow: 0 8px 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 10px rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header.active {
  top: 0px;
}
#header.active .nav::after {
  width: 100%;
}
.col {
  color: var(--color);
}
.title span {
  color: var(--color);
}
.lh-1 {
  line-height: 1;
}
.smt {
  color: var(--color);
  font-size: 14px;
  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;
  font-weight: bold;
}
.smt::after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 2px;
  background-color: var(--color);
  margin-left: 10px;
}
#banner {
  position: relative;
  overflow: hidden;
  background: #000000
}
#banner video{
  width: 100%
}
#banner .video{
  position: relative;
  display: block
}
#banner .video::after{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #070f1e;
  opacity: 0.56
}
#banner ul li {
  position: relative;
}
#banner ul li .text {
  position: absolute;
  width: 100%;
  bottom: 160px;
  color: #ffffff;
}
#banner ul li .text .cont span{
  color: var(--color);
}
#banner ul li .text .cont2 span{
  color: var(--color);
}
#banner ul li .text .cont2 {
  max-width: 390px;
  margin: 0 0 0 auto;
  text-align: right;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.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);
  }
}
#index-body {
  background: #000000;
  color: #ffffff;
}
#index-body .about ul li {
  padding-left: 25px;
  position: relative;
  margin-bottom: 25px;
}
#index-body .about ul li::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #68bd00;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#index-body .about .right {
  text-align: right;
}
#index-body .about .right .img{
  width: 130%;
}
#index-body .about .right .img img{
  width: 100%
}
#index-body .product img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .product .item {
  position: relative;
}
#index-body .product .item .img{
  position: relative;
  overflow: hidden;
  height: 100%
}
#index-body .product .item .video{
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: .5s
  

}
#index-body .product .item:hover .video{
  opacity: 1
}
#index-body .product .item .img{
  height: 100%;
}
#index-body .product .item .img img{
  transition: .5s;
  height: 100%;
  object-fit: cover
  
}
#index-body .product .item:hover .img img{
  opacity: 0
}
#index-body .product .item .video::after{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
#index-body .product .item .video video{
  width: 100%;
}
#index-body .product .item .text {
  width: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
}
#index-body .product .item .text .cont {
  display: none;
}
#index-body .product .box2 .item .text {
  width: 70%;
}
#index-body .dates {
  background: #1d1c24;
}
#index-body .dates .st {
  border-bottom: 1px solid #ffffff;
}
#index-body .dates .box .cont {
  color: #cccccc;
}
#index-body .product2 .bottom {
  position: relative;
}
#index-body .product2 .bottom ul .box {
  display: block;
  background-color: #1d1c24;
}
#index-body .product2 .bottom ul .box .img-box {
  padding: 0px 0;
}
#index-body .product2 .bottom ul .box .img-box img {
  width: auto;
  height: 100%;
  margin: 0 auto;
}
#index-body .product2 .bottom ul .box .t1 {
  line-height: 1.5;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  margin-top: 30px;
  height: 50px;
}
#index-body .product2 .bottom ul .box .t1:hover {
  color: var(--color);
}
#index-body .product2 .bottom .slickBtn {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
#index-body .product2 .bottom .slickBtn > div {
  width: 60px;
  height: 60px;
  border: solid 1px #ffffff;
  background: none;
  border-radius: 0;
}
#index-body .product2 .bottom .slickBtn > div .iconfont {
  color: var(--color);
  font-size: 40px;
}
#index-body .product2 .bottom .slickBtn > div:hover {
  background: #ffffff;
}
#index-body .honor {
  overflow: hidden;
  background-color: #1d1c24;
}
#index-body .honor .swiper {
  overflow: hidden;
}
#index-body .honor .swiper .img {
  position: relative;
}
#index-body .honor .swiper .img::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
}
#index-body .honor .swiper-slide-next .img::after,
#index-body .honor .swiper-slide-prev .img::after {
  opacity: 0.2;
}
#index-body .honor .swiper-slide-active .img::after {
  opacity: 0;
}
#index-body .form {
  background: url(../images/form_bg.png) repeat-x left top / cover;
}
#index-body .form .box {
  max-width: 950px;
  margin: 0 auto;
}
#index-body .form .box ul {
  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: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #000
}
#index-body .form .box li {
  width: 100%;
}
#index-body .form .box li input {
  width: 100%;
  height: 45px;
  border: none;
  background: var(--color);
  color: #ffffff
}
#index-body .form .box li textarea {
  width: 100%;
  height: 112px;
  background-color: #ffffff;
  border: none;
  padding: 10px 20px;
  color: #000
}
#index-body .form .box li .submit {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .form .box li .submit:hover {
  background: #ffffff;
  color: var(--color);
}
#index-body .form .box .i2 {
  margin-bottom: 40px;
}
#index-body .form .box .i1 {
  margin-bottom: 30px;
  width: 48%;
}
#index-body .form .box .i1 input {
  background: #ffffff;
  padding: 0 20px;
  color: #000000
}
#index-body .news .box {
  padding: 20px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .news .box .t1 {
  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 .news .box .cont {
  color: #cccccc;
}
#index-body .news .box .bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
#index-body .news .box .bottom img {
  -webkit-filter: invert(100);
  filter: invert(100);
  margin-left: 13px;
}
#index-body .news .box:hover {
  background: #ffffff;
  color: #000;
}
#index-body .news .box:hover .cont {
  color: #000;
}
#index-body .news .box:hover .bottom {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
strong {
  font-weight: bold;
}
#footer {
  background-color: #1d1c24;
  color: #fff;
}
#footer .f-box li {
  margin-top: 0.5em;
  color: #c1c1c1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .f-box li:hover {
  color: #ffffff;
}
#footer .f-box .f-nav .sub-menu{
  display: none
}
#footer .f-box .f-contact {
  width: 190px;
}
#footer .f-box .f-contact .text {
  margin-top: 0.5em;
  margin-bottom: 1em;
  color: #c1c1c1;
}
#footer .f-box .f-code .share {
  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;
}
#footer .f-box .f-code .share a {
  margin-right: 18px;
}
#footer .f-box .f-code .share a:hover .iconfont {
  font-size: 20px;
  color: #ffffff;
}
#footer .f-box .f-code .share .iconfont {
  font-size: 20px;
  color: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .f-box .f-code #ewm {
  width: 84px;
  height: 84px;
  border: 4px solid #ffffff;
}
#footer .f-copy {
  font-size: 14px;
  background-color: #000000;
  border-radius: 10px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.6);
  text-align: left;
  padding: 18px 0 17px;
  position: relative;
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: top;
  width: auto;
  max-height: 26px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  fill: rgba(255, 255, 255, 0.6);
  margin-top: 1px;
}
#footer .f-copy svg text {
  fill: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 1680px){
  #index-body .about .right .img{
  width: 110%
}
}
@media screen and (max-width: 1450px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 45px;
  }
}
@media screen and (max-width: 1250px) {
  .container {
    max-width: 1080px;
  }
  #banner ul li .text .cont2 {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    padding-bottom: 40px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 1100px) {
  .container {
    max-width: 970px;
  }
}
@media screen and (max-width: 1000px) {
    #index-body .about .right .img{
  width: 100%
}
  .body-overflow-box {
    margin-bottom: 0;
  }
  #index-body .about .right {
    margin-top: 30px;
  }
  #index-body .about .right img {
    width: 100%;
  }
  #index-body .product .item {
    padding: 0;
    margin: 20px 0;
  }
  #index-body .form {
    width: 700px;
    margin: 0 auto;
  }
  #footer .f-box .f-contact {
    width: 100%;
  }
  #footer .f-box .f-product,
  #footer .f-box .f-nav,
  #footer .f-box .f-code {
    display: none;
  }
  #index-body br {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .font-24{
    font-size: 18px
  }
  .font-20{
    font-size: 16px
  }
  #index-body .form {
    width: 100%;
    padding: 0 20px;
  }
  #index-body .form .box .i1 {
    width: 100%;
  }
  #index-body .product2 .bottom .slickBtn {
    display: none;
  }
  #banner ul li .text{
    bottom: 40px
  }
}
@media screen and (max-width: 500px) {
  .fixed-toolbar {
    right: 10px;
    bottom: 13%;
  }
  #banner ul li .text .cont2 {
    display: none;
  }
  #banner ul li .text .box {
    padding-bottom: 20px;
  }
    #banner ul li .text{
    bottom: 20px
  }
}

/*inner*/
.img_bg {
  -o-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.tipsTitleC {
  position: relative;
}
.tipsTitleC .tipsTitleImg {
  width: 166px;
  height: 64px;
  position: absolute;
  left: -60px;
  display: none
}
.tipsTitleC .tipsTitle {
  position: relative;
  z-index: 2;
  font-weight: 600;
}
.tipsTitleC.white {
  color: #fff;
}
.tipsTitleC.white .tipsTitleImg {
  -webkit-filter: grayscale(1) brightness(5);
  filter: grayscale(1) brightness(5);
}

.t_1 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.flex_cont {
  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;
}
.flex_a_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex_j_center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.moreCont {
  background-color: var(--color);
  border: 1px solid var(--color);
  color: #fff;
  position: relative;
  display: inline-block;
  padding: 10px 24px;
  line-height: 1.4;
  overflow: hidden;
  min-width: 160px;
  text-align: center;
}
.moreCont .moreSub {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 1;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.moreCont .moreText {
  position: relative;
  z-index: 2;
}
.moreCont:hover {
  color: var(--color);
}
.moreCont:hover .moreSub {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.inner-banner {
  background-color: #000;
  height: 500px;
  position: relative;
}
.inner-banner .container {
  color: #fff;
  position: relative;
  z-index: 2;
}
.inner-banner .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-background-size: cover;
  background-size: cover;
}
.inner-banner .cont {
  padding-top: 50px;
}
.inner-banner .mbx {
  font-size: 18px;
  margin-top: 10px;
}
.inner-banner .mbx a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.inner-banner .mbx a:hover {
  color: var(--color);
}
.product-yd-page .container .list {
  margin-top: 110px;
  padding-top: 50px;
  padding-bottom: 60px;
  padding-left: 40px;
  position: relative;
  z-index: 2;
}
.product-yd-page .container .list .shadow {
  position: absolute;
  width: 75%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #f1f8f7;
  z-index: -1;
}
.product-yd-page .container .list .imgC {
  overflow: unset;
  z-index: 2;
  position: absolute;
  width: 530px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.product-yd-page .container .list .imgC img {
  display: block;
  width: auto;
  margin: auto;
}
.product-yd-page .container .list .textC {
  width: 700px;
}
.product-yd-page .container .list .textC .title {
  font-weight: 600;
}
.product-yd-page .container .list .textC .title:hover {
  color: var(--color);
}
.product-yd-page .container .list .textC .des {
  margin-top: 20px;
  color: #666666;
  max-height: 170px;
  padding-right: 4px;
  overflow-y: auto;
}
.product-yd-page .container .list .textC .more {
  margin-top: 30px;
}
.product-yd-page .container .list:nth-child(2n) {
  padding-left: 0;
  padding-right: 40px;
}
.product-yd-page .container .list:nth-child(2n) .shadow {
  left: unset;
  right: 0;
}
.product-yd-page .container .list:nth-child(2n) .imgC {
  right: unset;
  left: 0;
}
.product-yd-page .container .list:nth-child(2n) .textC {
  margin-left: auto;
}
.m-page {
  text-align: center;
}
.m-page span,
.m-page a {
  width: 30px;
  height: 30px;
  background-color: #b1b1b1;
  color: #fff;
  display: inline-block;
  line-height: 30px;
  text-align: center;
  margin: 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-page span.current,
.m-page a.current {
  background-color: var(--color);
  color: #fff;
}
.m-page a:hover {
  background-color: var(--color);
  color: #fff;
}
.proSideCont {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}
.proSideCont .proSideLeft {
  z-index: 2;
  position: -webkit-sticky;
  position: sticky;
  width: 360px;
  top: 110px;
}
.proSideCont .proSideLeft .catList {
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
.proSideCont .proSideLeft .catList .tips {
  color: #fff;
  background-color: var(--color);
  padding: 24px 20px;
  font-weight: 600;
}
.proSideCont .proSideLeft .catList .cat .item {
  font-size: 20px;
  position: relative;
}
.proSideCont .proSideLeft .catList .cat .item a {
  display: block;
  padding: 20px;
  padding-right: 50px;
}
.proSideCont .proSideLeft .catList .cat .item i {
  position: absolute;
  top: 20px;
  cursor: pointer;
  right: 20px;
  font-weight: 600;
  z-index: 2;
}
.proSideCont .proSideLeft .catList .cat .item i.active {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.proSideCont .proSideLeft .catList .cat .item ul {
  display: none;
}
.proSideCont .proSideLeft .catList .cat .item ul li a {
  padding: 10px;
  padding-left: 50px;
  position: relative;
  font-size: 18px;
}
.proSideCont .proSideLeft .catList .cat .item ul li a::before {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  content: '';
  position: absolute;
  width: 10px;
  height: 2px;
  background-color: #000;
  top: 24px;
  left: 30px;
}
.proSideCont .proSideLeft .catList .cat .item ul li a:hover,
.proSideCont .proSideLeft .catList .cat .item ul li a.active {
  color: var(--color);
}
.proSideCont .proSideLeft .catList .cat .item ul li a:hover::before,
.proSideCont .proSideLeft .catList .cat .item ul li a.active::before {
  background-color: var(--color);
}
.proSideCont .proSideLeft .catList .cat .item:hover > a,
.proSideCont .proSideLeft .catList .cat .item.active > a {
  background-color: #e8f4f2;
  color: var(--color);
}
.proSideCont .proSideLeft .catList .cat .item:hover i,
.proSideCont .proSideLeft .catList .cat .item.active i {
  color: var(--color);
}
/*.proSideCont .proSideLeft .catList .cat .item.active ul {
  display: block;
}*/
.proSideCont .proSideLeft .catList form {
  background-color: #fff;
  padding: 30px;
}
.proSideCont .proSideLeft .catList form input {
  background-color: #f2f2f2;
  border: none;
  width: 100%;
  padding: 10px 18px;
  font-size: 18px;
  margin-top: 20px;
}
.proSideCont .proSideLeft .catList form input.name {
  margin-top: 0;
}
.proSideCont .proSideLeft .catList form .submit {
  margin-top: 30px;
  width: 100%;
  cursor: pointer;
}
.proSideCont .proSideRight {
  width: -webkit-calc(-260%);
  width: -moz-calc(-260%);
  width: calc(100% - 360px);
  padding-left: 30px;
  position: relative;
  z-index: 1;
}
.product-page .init-1 .title {
  font-weight: 600;
}
.product-page .init-1 .cat_des {
  margin-top: 20px;
  padding-right: 10px;
  overflow-y: auto;
  max-height: 116px;
}
.product-page .init-1 .content {
  padding-top: 40px;
}
.product-page .init-1 .content ul {
  margin: 0 -15px;
  margin-top: -60px;
}
.product-page .init-1 .content ul > p {
  font-size: 16px;
  letter-spacing: 0;
  margin: 20px;
}
.product-page .init-1 .content ul li {
  margin-top: 60px;
  padding: 0 15px;
}
.product-page .init-1 .content ul li .box .img {
  display: block;
  background-color: #f5f5f5;
  padding: 0px;
}
.product-page .init-1 .content ul li .box .img img {
  width: auto;
  display: block;
  margin: 0 auto;
}
.product-page .init-1 .content ul li .box .text {
  text-align: center;
  display: block;
  margin-top: 20px;
}
.product-page .init-1 .content ul li .box .text:hover {
  color: var(--color);
}
.proPublic .tipsTitleC {
  /*margin-left: 58px;*/
  color: var(--color);
}
.proPublic .init-about .des {
  margin-top: 30px;
  max-height: 400px;
  padding-right: 10px;
  overflow-y: auto;
}
.proPublic .init-about .img {
  margin-top: 40px;
}
.proPublic .init-news .content {
  margin-top: 10px;
}
.swiper{
  overflow: hidden;
}
.proPublic .init-news .content .swiper {
  padding: 30px;
  margin: 0 -30px;
}
.proPublic .init-news .content ul li {
  height: auto;
}
.proPublic .init-news .content ul li .box {
  height: 100%;
  opacity: 0;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  padding: 40px 30px;
  background-color: #fff;
}
.proPublic .init-news .content ul li .box .title {
  font-weight: 600;
}
.proPublic .init-news .content ul li .box .title:hover {
  color: var(--color);
}
.proPublic .init-news .content ul li .box .des {
  color: #666666;
  margin-top: 20px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.proPublic .init-news .content ul li .box .time {
  margin-top: 20px;
}
.proPublic .init-news .content ul li.my-slide-visible .box {
  opacity: 1;
}
.proPublic .init-honor .content {
  margin-top: 50px;
}
.proPublic .init-honor .content ul li .box .img {
  display: block;
}
.proPublic .init-honor .content ul li .box .img img {
  width: 100%;
}
.proPublic .init-know .text {
  margin-top: 50px;
  max-height: 146px;
  overflow-y: auto;
  padding-right: 4px;
}
.proPublic .init-releted .content {
  margin-top: 60px;
  position: relative;
}
.proPublic .init-releted .content .btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #c1bbbb;
  z-index: 2;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: -90px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.proPublic .init-releted .content .btn .btnImg {
  width: 26px;
  height: 26px;
  -webkit-filter: grayscale(1) brightness(5);
  filter: grayscale(1) brightness(5);
}
.proPublic .init-releted .content .btn:hover {
  background-color: var(--color);
}
.proPublic .init-releted .content .prev {
  left: -90px;
}
.proPublic .init-releted .content ul li .box .img {
  display: block;
  padding: 30px;
  background-color: #f5f5f5;
}
.proPublic .init-releted .content ul li .box .text {
  margin-top: 10px;
  display: block;
  text-align: center;
}
.proPublic .init-releted .content ul li .box .text:hover {
  color: var(--color);
}
.prodet-page .init-1 .left {
  width: 50%;
  padding-right: 50px;
}
.prodet-page .init-1 .left .box a {
  background-color: #f5f5f5;
  display: block;
  padding: 60px;
}
.prodet-page .init-1 .left .big a{
  background-color: #f5f5f5;
  display: block;
  padding: 0px;
}
.prodet-page .init-1 .left .big a img{
  display: block;
  margin: 0 auto;
}
.prodet-page .init-1 .left .small .img{
  padding: 0px;
  background-color: #f5f5f5;
}
.prodet-page .init-1 .left .small li{
  padding:  10px
}
.prodet-page .init-1 .left .small{
 margin: 0 -10px
}
.prodet-page .init-1 .right {
  width: 50%;
}
.prodet-page .init-1 .right .title {
  font-weight: 600;
}
.prodet-page .init-1 .right .des {
  color: #666666;
  margin-top: 20px;
  padding-right: 4px;
  overflow-y: auto;
  max-height: 300px;
}
.prodet-page .init-1 .right .moreC {
  padding-top: 10px;
}
.prodet-page .init-1 .right .moreC .more {
  margin-right: 20px;
  margin-top: 20px;
}
.prodet-page .init-1 .right .share {
  margin-top: 30px;
}
.prodet-page .init-1 .right .share ul {
  padding-left: 10px;
}
.prodet-page .init-1 .right .share ul li {
  width: auto;
  margin-left: 16px;
}
.prodet-page .init-1 .right .share ul li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: var(--color);
  color: #fff;
  border-radius: 50%;
  font-size: 20px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prodet-page .init-1 .right .share ul li a:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
.prodet-page .init-1 .right .m-link {
  margin-top: 50px;
}
.prodet-page .init-1 .right .m-link a {
  margin-top: 10px;
  display: block;
  background-color: #f5f5f5;
  padding: 10px 20px;
}
.prodet-page .init-1 .right .m-link a:hover {
  color: #fff;
  background-color: var(--color);
}
.prodet-page .init-2 .tipsTitle {
  font-weight: 600;
  margin-top: 40px;
  padding-bottom: 4px;
  border-bottom: 1px solid #e5e5e5;
}
.prodet-page .init-2 b,
.prodet-page .init-2 strong {
  font-weight: 700 !important;
  font-size: 16px !important;
}
.prodet-page .init-2 .des {
  margin-top: 30px;
  font-size: 18px;
}
.prodet-page .init-2 .des table{
  width: 100% !important;
}
@media (max-width: 1500px) {
  .product-yd-page .container .list .textC {
    width: 560px;
  }
}
@media (max-width: 1250px) {
  .product-yd-page .container .list {
    padding-right: 40px;
  }
  .product-yd-page .container .list:nth-child(2n) {
    padding-left: 40px;
  }
  .product-yd-page .container .list .imgC {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
  }
  .product-yd-page .container .list .shadow {
    width: 100%;
  }
  .product-yd-page .container .list .textC {
    width: 100%;
    margin-top: 20px;
  }
  .proSideCont .proSideLeft {
    display: none;
  }
  .proSideCont .proSideRight {
    width: 100%;
    padding-left: 0;
  }
  .proPublic .init-releted .content .btn {
    display: none;
  }
}
@media (max-width: 1000px) {
  .inner-banner {
    margin-top: 40px;
    height: auto;
  }
  .inner-banner .cont {
    padding: 40px 0;
  }
  .m-page {
    text-align: left;
  }
  .m-page span,
  .m-page a {
    margin: 5px;
  }
  .proPublic .tipsTitleC {
    margin-left: 0;
  }
  .prodet-page .init-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .prodet-page .init-1 .right {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 500px) {
  .product-yd-page .container .list {
    margin-top: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .product-yd-page .container .list .textC .more {
    margin-top: 10px;
  }
  .product-yd-page .container .list:nth-child(2n) {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .product-page .init-1 .content ul li {
    margin-top: 30px;
  }
  .product-page .init-1 .content ul li:first-child {
    margin-top: 0;
  }
  .product-page .init-1 .content ul {
    margin-top: 0;
  }
  .proPublic .init-about .des {
    margin-top: 10px;
  }
  .proPublic .init-honor .content {
    margin-top: 20px;
  }
  .prodet-page .init-1 .right .share ul li a {
    width: 32px;
    height: 32px;
    line-height: 30px;
    font-size: 16px;
  }
  .prodet-page .init-1 .left .box a {
    padding: 10px;
  }
  .proPublic .init-releted .content {
    margin-top: 20px;
  }
}
.support-page .init-1 .tipsTitleC {
  color: var(--color);
}
.support-page .init-1 .content {
  margin-top: 60px;
}
.support-page .init-1 .content .left {
  width: 50%;
}
.support-page .init-1 .content .left img {
  width: 100%;
}
.support-page .init-1 .content .right {
  width: 50%;
  padding-left: 40px;
}
.support-page .init-1 .content .right .title {
  font-weight: 600;
}
.support-page .init-1 .content .right .des {
  margin-top: 30px;
}
.support-page .init-2 {
  background-color: #f7f7f7;
}
.support-page .init-2 .container .tipsTitleC {
  color: var(--color);
}
.support-page .init-2 .container .content {
  margin-top: 60px;
}
.support-page .init-2 .container .content ul li .box .img img {
  width: 100%;
}
.support-page .init-2 .container .content ul li .box .cont {
  padding: 30px;
}
.support-page .init-2 .container .content ul li .box .cont .title {
  font-weight: 600;
}
.support-page .init-2 .container .content ul li .box .cont .des {
  margin-top: 10px;
}
.support-page .init-2 .container .content ul li .box:hover .cont {
  background-color: #fff;
}
.support-page .init-3 .tipsTitleC {
  color: var(--color);
}
.support-page .init-3 .content {
  margin-top: 60px;
}
.support-page .init-3 .content ul {
  margin: 0 -15px;
}
.support-page .init-3 .content ul li {
  padding: 0 15px;
  margin-top: 30px;
  width: 50%;
}
.support-page .init-3 .content ul li .box {
  height: 100%;
  padding: 30px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.support-page .init-3 .content ul li .box .title {
  font-weight: 600;
}
.support-page .init-3 .content ul li .box .des {
  margin-top: 10px;
  color: #666666;
}
.support-page .init-3 .content ul li .box:hover {
  background-color: var(--color);
}
.support-page .init-3 .content ul li .box:hover .title {
  color: #fff;
}
.support-page .init-3 .content ul li .box:hover .des {
  color: #fff;
}
@media (max-width: 1250px) {
  .support-page .init-1 .content .left {
    width: 100%;
  }
  .support-page .init-1 .content .right {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
}
@media (max-width: 700px) {
  .support-page .init-3 .content ul li {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .support-page .init-1 .content {
    margin-top: 20px;
  }
  .support-page .init-1 .content .right .des {
    margin-top: 10px;
  }
  .support-page .init-2 .container .content {
    margin-top: 20px;
  }
  .support-page .init-2 .container .content ul li .box .cont {
    padding: 10px;
  }
  .support-page .init-3 .content {
    margin-top: 10px;
  }
  .support-page .init-3 .content ul li .box {
    padding: 20px 10px;
  }
}
.about-page .init-1 {
  position: relative;
  z-index: 2;
}
.about-page .init-1 .container .left {
  padding-right: 120px;
  width: 50%;
}
.about-page .init-1 .container .left .tipsTitleC {
  color: var(--color);
}
.about-page .init-1 .container .left .imgC {
  margin-top: 50px;
  height: 680px;
  -o-background-size: cover;
  background-size: cover;
  border-radius: 10px;
}
.about-page .init-1 .container .left .imgC .play {
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: relative;
}
.about-page .init-1 .container .left .imgC .play .cont {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  border-radius: 50%;
  font-size: 24px;
  color: var(--color);
}
.about-page .init-1 .container .left .imgC .play .cont i {
  margin-left: 2px;
}
.about-page .init-1 .container .left .imgC .play .ling {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  border-radius: 50%;
  -webkit-animation: ks 3s infinite linear;
  -moz-animation: ks 3s infinite linear;
  -o-animation: ks 3s infinite linear;
  animation: ks 3s infinite linear;
}
.about-page .init-1 .container .left .imgC .play .ling:last-child {
  -webkit-animation-delay: -1.5s;
  -moz-animation-delay: -1.5s;
  -o-animation-delay: -1.5s;
  animation-delay: -1.5s;
}
.about-page .init-1 .container .left .imgC .play:hover .cont {
  background-color: var(--color);
  color: #fff;
}
.about-page .init-1 .container .right {
  padding-bottom: 260px;
  width: 50%;
}
.about-page .init-1 .container .right .title {
  font-weight: 600;
}
.about-page .init-1 .container .right .des {
  margin-top: 30px;
  max-height: 430px;
  padding-right: 4px;
  overflow-y: auto;
}
.about-page .init-2 {
  margin-top: -210px;
  padding-top: 210px;
  padding-bottom: 90px;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
.about-page .init-2 .container ul {
  padding-top: 20px;
  max-width: 1250px;
  margin: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about-page .init-2 .container ul li {
  margin-top: 40px;
}
.about-page .init-2 .container ul li .box {
  color: #fff;
  text-align: center;
}
.about-page .init-2 .container ul li .box .top {
  font-weight: 600;
  font-size: 60px;
  line-height: 1;
}
.about-page .init-2 .container ul li .box .bottom {
  margin-top: 10px;
}
.about-page .init-3 .container .tipsTitleC {
  color: var(--color);
}
.about-page .init-3 .container .content .left {
  width: 48%;
  padding-right: 80px;
}
.about-page .init-3 .container .content .left .img {
  margin-top: 50px;
  border-radius: 10px;
  width: 100%;
}
.about-page .init-3 .container .content .right {
  width: 52%;
}
.about-page .init-3 .container .content .right ul {
  padding-top: 30px;
}
.about-page .init-3 .container .content .right ul li {
  margin-top: 40px;
}
.about-page .init-3 .container .content .right ul li .box {
  padding: 20px 30px;
  border-radius: 10px;
  cursor: pointer;
}
.about-page .init-3 .container .content .right ul li .box .title {
  font-weight: 600;
}
.about-page .init-3 .container .content .right ul li .box .des {
  color: #666666;
  margin-top: 20px;
}
.about-page .init-3 .container .content .right ul li .box:hover {
  -webkit-box-shadow: 0 0 90px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 90px rgba(0, 0, 0, 0.2);
}
.about-page .init-4 {
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
.about-page .init-4 .content {
  padding-top: 80px;
}
.about-page .init-4 .content .swiper {
  padding-left: 1px;
}
.about-page .init-4 .content ul li {
  height: auto;
}
.about-page .init-4 .content ul li .box {
  height: 100%;
  margin-left: -1px;
  color: #fff;
  padding: 0 30px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  position: relative;
}
.about-page .init-4 .content ul li .box .img{
  position: absolute;
  top: 0;
  left: 20px;
  width: calc(100% - 40px);
  z-index: 2;
  opacity: 0;
}
.about-page .init-4 .content ul li .box:hover .img{
  opacity: 1;
}
.about-page .init-4 .content ul li .box .year {
  padding-top: 140px;
  font-size: 60px;
  font-weight: 600;
  line-height: 1;
}
.about-page .init-4 .content ul li .box .des {
  margin-top: 20px;
  height: 204px;
  overflow-y: auto;
  padding-right: 4px;
}
.about-page .init-4 .content ul .swiper-slide-active .box .year {
  padding-top: 140px;
}
.about-page .init-4 .content ul .swiper-slide-next .box .year {
  padding-top: 100px;
}
.about-page .init-4 .content ul .swiper-slide-next + .swiper-slide .box .year {
  padding-top: 50px;
}
.about-page .init-4 .content ul .swiper-slide-next + .swiper-slide + .swiper-slide .box .year {
  padding-top: 0;
}
.about-page .init-4 .content .sPage {
  padding-bottom: 40px;
  margin-top: 100px;
}
.about-page .init-4 .content .sPage .btn {
  cursor: pointer;
  width: 54px;
  height: 40px;
}
.about-page .init-4 .content .sPage .prev:hover {
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  transform: translateX(-10px);
}
.about-page .init-4 .content .sPage .next {
  margin-left: 80px;
}
.about-page .init-4 .content .sPage .next:hover {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}
.about-page .init-5 .container .tipsTitleC {
  color: var(--color);
}
.about-page .init-5 .container .content {
  margin-top: 80px;
}
.about-page .init-5 .container .content .left {
  width: 40%;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 20px 20px;
  text-align: center;
}
.about-page .init-5 .container .content .left .title {
  max-width: 350px;
  font-weight: 600;
  margin: auto;
}
.about-page .init-5 .container .content .left .des {
  color: #666666;
  margin-top: 20px;
}
.about-page .init-5 .container .content .left .more {
  margin-top: 30px;
}
.about-page .init-5 .container .content .right {
  width: 60%;
  padding-left: 30px;
}
.about-page .init-5 .container .content .right img {
  width: 100%;
}
.about-page .init-5 .container .content2 {
  position: relative;
  margin-top: 10px;
}
.about-page .init-5 .container .content2 .btn {
  position: absolute;
  width: 60px;
  height: -webkit-calc(60%);
  height: -moz-calc(60%);
  height: calc(100% - 40px);
  top: 20px;
  right: -80px;
  background-color: #cbcbcb;
  cursor: pointer;
  z-index: 2;
  font-size: 50px;
  font-weight: 700;
  color: #fff;
}
.about-page .init-5 .container .content2 .btn:hover {
  background-color: var(--color);
}
.about-page .init-5 .container .content2 .prev {
  right: unset;
  left: -80px;
}
.about-page .init-5 .container .content2 .swiper {
  margin: 0 -20px;
}
.about-page .init-5 .container .content2 ul li {
  height: auto;
  padding: 20px;
}
.about-page .init-5 .container .content2 ul li .box {
  height: 100%;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.about-page .init-5 .container .content2 ul li .box .img {
  display: block;
}
.about-page .init-5 .container .content2 ul li .box .img img {
  width: 100%;
}
.about-page .init-5 .container .content2 ul li .box .text {
  text-align: center;
  font-weight: 600;
  padding: 16px;
}
@media (max-width: 1250px) {
  .about-page .init-1 .container .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page .init-1 .container .right {
    width: 100%;
    margin-top: 20px;
    padding-bottom: 0;
  }
  .about-page .init-2 {
    padding-top: 40px;
    margin-top: 40px;
  }
  .about-page .init-5 .container .content .left {
    width: 100%;
  }
  .about-page .init-5 .container .content .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .about-page .init-5 .container .content2 .btn {
    display: none;
  }
}
@media (max-width: 1000px) {
  .about-page .init-3 .container .content .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page .init-3 .container .content .right {
    width: 100%;
    margin-top: 20px;
  }
  .about-page .init-3 .container .content .right ul li .box {
    -webkit-box-shadow: 0 0 90px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 90px rgba(0, 0, 0, 0.2);
  }
  .about-page .init-4 .content ul li .box {
    padding-bottom: 20px;
  }
  .about-page .init-4 .content ul li .box .year {
    font-size: 40px;
    padding-top: 20px;
  }
  .about-page .init-4 .content ul .swiper-slide-active .box .year {
    padding-top: 20px;
  }
  .about-page .init-4 .content ul .swiper-slide-next .box .year {
    padding-top: 20px;
  }
  .about-page .init-4 .content ul .swiper-slide-next + .swiper-slide .box .year {
    padding-top: 20px;
  }
}
@media (max-width: 700px) {
  .about-page .init-1 .container .left .imgC {
    height: 90vw;
  }
}
@media (max-width: 500px) {
  .about-page .init-1 .container .left .imgC {
    margin-top: 20px;
  }
  .about-page .init-1 .container .right .des {
    margin-top: 16px;
  }
  .about-page .init-2 {
    padding-bottom: 40px;
    padding-top: 0;
  }
  .about-page .init-2 .container ul {
    padding-top: 0;
  }
  .about-page .init-2 .container ul li {
    width: 100%;
  }
  .about-page .init-2 .container ul li .box .top {
    font-size: 40px;
  }
  .about-page .init-3 .container .content .left .img {
    margin-top: 20px;
  }
  .about-page .init-3 .container .content .right ul {
    padding-top: 0;
  }
  .about-page .init-3 .container .content .right ul li {
    margin-top: 20px;
  }
  .about-page .init-3 .container .content .right ul li .box {
    padding: 20px 16px;
  }
  .about-page .init-4 .content {
    padding-top: 20px;
  }
  .about-page .init-4 .content .sPage {
    margin-top: 20px;
  }
  .about-page .init-4 .content .sPage .btn {
    width: 30px;
    height: 16px;
  }
  .about-page .init-4 .content .sPage .next {
    margin-left: 20px;
  }
  .about-page .init-5 .container .content {
    margin-top: 20px;
  }
  .about-page .init-5 .container .content .left {
    padding: 20px 10px;
  }
  .about-page .init-5 .container .content .left .des {
    margin-top: 10px;
  }
  .about-page .init-5 .container .content .left .more {
    margin-top: 10px;
  }
}
.contact-page .init-1 {
  border-bottom: 1px solid #f2f2f2;
}
.contact-page .init-1 .container .left {
  width: 50%;
  padding-right: 30px;
}
.contact-page .init-1 .container .left .list {
  margin-top: 90px;
}
.contact-page .init-1 .container .left .list .imgC {
  width: 100px;
  height: 100px;
  background-color: var(--color);
  border-radius: 50%;
}
.contact-page .init-1 .container .left .list .imgC img {
  max-width: 50px;
}
.contact-page .init-1 .container .left .list .textC {
  width: -webkit-calc(0%);
  width: -moz-calc(0%);
  width: calc(100% - 100px);
  padding-left: 40px;
}
.contact-page .init-1 .container .left .list .textC .tips {
  margin-bottom: 10px;
  font-weight: 600;
}
.contact-page .init-1 .container .left .list .textC .listC {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #666666;
}
.contact-page .init-1 .container .left .list .textC .listC .item {
  margin-top: 5px;
  font-size: 22px;
}
.contact-page .init-1 .container .left .list:first-child {
  margin-top: 0;
}
.contact-page .init-1 .container .right {
  width: 50%;
  padding: 10px 40px 40px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.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 input,
.contact-page .init-1 .container .right form textarea {
  width: -webkit-calc(35%);
  width: -moz-calc(35%);
  width: calc(50% - 15px);
  margin-top: 30px;
  border: 1px solid #cdcdcd;
  padding: 14px 20px;
}
.contact-page .init-1 .container .right form textarea {
  width: 100%;
}
.contact-page .init-1 .container .right form .more {
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 40px;
}
.contact-page .init-2 .container {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contact-page .init-2 .container .list {
  /*width: -webkit-calc(35%);
  width: -moz-calc(35%);
  width: calc(50% - 15px);*/
  width: 50%;
  margin-top: 40px;
}
.contact-page .init-2 .container .list .cont {
  padding: 20px 20px;
}
.contact-page .init-2 .container .list .cont .title {
  font-weight: 600;
}
.contact-page .init-2 .container .list .cont .des {
  margin-top: 20px;
}
@media (max-width: 1250px) {
  .contact-page .init-1 .container .left {
    width: 100%;
    padding: 0;
  }
  .contact-page .init-1 .container .right {
    width: 100%;
    margin-top: 40px;
  }
  .contact-page .init-2 .container .list {
    width: 100%;
  }
  .contact-page .init-2 .container .list .cont {
    padding: 20px 0;
  }
}
@media (max-width: 700px) {
  .contact-page .init-1 .container .left .list .textC .listC .item {
    width: 100%;
  }
  .contact-page .init-1 .container .right form input {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .contact-page .init-1 .container .left .list {
    margin-top: 30px;
    border: 1px solid #ccc;
    padding: 20px 16px;
  }
  .contact-page .init-1 .container .left .list .imgC {
    width: 80px;
    height: 80px;
  }
  .contact-page .init-1 .container .left .list .textC {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
  .contact-page .init-1 .container .right {
    padding: 10px 20px 20px;
  }
  .contact-page .init-1 .container .right form input,
  .contact-page .init-1 .container .right form textarea {
    margin-top: 16px;
  }
  .contact-page .init-1 .container .right form .more {
    margin-top: 20px;
  }
  .contact-page .init-1 .container .left .list .textC .listC .item {
    font-size: 18px;
  }
  .contact-page .init-2 .container .list {
    margin-top: 20px;
  }
  .contact-page .init-2 .container .list:first-child {
    margin-top: 0;
  }
  .contact-page .init-2 .container .list .cont .des {
    margin-top: 10px;
  }
}
.news-page .init-1 {
  background-color: #f9f9f9;
  padding-top: 30px;
}
.news-page .init-1 .container .content {
  background-color: #e2e2e2;
}
.video-page .init-1 {
  background: none
}
.video-page .video-1 .cont{
opacity: 0.8
}
.video-page .video-1 .imgbox video{
  width: 100%
}
.video-page .init-1 .container .content{
  background: none;
}
.video-page .init-1 .container .content .list{
    background-color: #e2e2e2;
}
.news-page .init-1 .container .content .list {
  width: 33.33%;
  text-align: center;
  padding: 25px;
}
.news-page .init-1 .container .content .list:hover,
.news-page .init-1 .container .content .list.active {
  color: #fff;
  background-color: var(--color);
}
.news-page .init-2 {
  background-color: #f9f9f9;
}
.news-page .init-2 .container ul {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}
.news-page .init-2 .container ul > p {
  font-size: 16px;
  letter-spacing: 0;
  margin: 20px;
}
.news-page .init-2 .container ul li {
  margin-top: 30px;
  padding: 0 15px;
  height: auto;
}
.news-page .init-2 .container ul li .box {
  background-color: #fff;
  padding: 30px;
  height: 100%;
}
.news-page .init-2 .container ul li .box .left {
  width: 80px;
  text-align: center;
}
.news-page .init-2 .container ul li .box .left .date {
  font-weight: 600;
  line-height: 1;
}
.news-page .init-2 .container ul li .box .left .year {
  color: #666666;
  margin-top: 10px;
}
.news-page .init-2 .container ul li .box .right {
  width: -webkit-calc(20%);
  width: -moz-calc(20%);
  width: calc(100% - 80px);
  padding-left: 50px;
}
.news-page .init-2 .container ul li .box .right .title {
  font-weight: 600;
}
.news-page .init-2 .container ul li .box .right .des {
  color: #666666;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 20px;
}
.news-page .init-2 .container ul li .box:hover {
  background-color: var(--color);
  color: #fff;
}
.news-page .init-2 .container ul li .box:hover .left .year {
  color: #fff;
}
.news-page .init-2 .container ul li .box:hover .right .des {
  color: #fff;
}
.newdet-page .init-1 .container .title {
  font-weight: 600;
}
.newdet-page .init-1 .container .time {
  color: #666666;
  margin-top: 40px;
}
.newdet-page .init-1 .container .content {
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  margin-top: 20px;
  padding: 50px 0;
  line-height: 1.8;
  color: #666666;
}
.newdet-page .init-1 .container .m-link {
  margin-top: 20px;
}
.newdet-page .init-1 .container .m-link a {
  display: block;
  margin-top: 6px;
  color: #666666;
}
.newdet-page .init-1 .container .m-link a:hover {
  color: var(--color);
}
@media (max-width: 1250px) {
  .news-page .init-1 {
    display: none;
  }
  .news-page .init-2 .container ul li {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .news-page .init-2 .container ul li .box .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .news-page .init-2 .container ul li .box {
    padding: 20px 16px;
  }
  .newdet-page .init-1 .container .time {
    margin-top: 20px;
  }
  .newdet-page .init-1 .container .content {
    padding: 20px 0;
    font-size: 16px;
  }
}
.appdet-page .init-1 {
  padding: 30px 0;
}
.appdet-page .init-1 .container ul li .box {
  min-height: 190px;
  padding: 10px;
}
.appdet-page .init-1 .container ul li .box .img {
  display: block;
  height: 46px;
  margin: auto;
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.appdet-page .init-1 .container ul li .box .text {
  margin-top: 10px;
}
.appdet-page .init-1 .container ul li .box .text a {
  display: block;
  text-align: center;
}
.appdet-page .init-1 .container ul li .box:hover,
.appdet-page .init-1 .container ul li .box.active {
  background-color: var(--color);
  color: #fff;
}
.appdet-page .init-1 .container ul li .box:hover .imgC img,
.appdet-page .init-1 .container ul li .box.active .imgC img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
.appdet-page .init-2 {
  z-index: 1;
  position: relative;
}
.appdet-page .init-2 .shadow {
  min-height: 160px;
  position: absolute;
  width: 100%;
  height: 60%;
  top: 0;
  left: 0;
  background-color: var(--color);
  z-index: -1;
}
.appdet-page .init-2 .container .des {
  color: #fff;
  margin: auto;
  max-width: 870px;
  text-align: center;
  padding-bottom: 30px;
}
.appdet-page .init-2 .container .img {
  margin-top: 40px;
  display: block;
  width: 100%;
}
@media (max-width: 1250px) {
  .appdet-page .init-1{
    padding-bottom: 0;
  }
}
@media (max-width: 1000px) {
  .appdet-page .init-2 .shadow {
    display: none;
  }
  .appdet-page .init-2 .container .des {
    color: #000;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .appdet-page .init-2 .container .img {
    margin-top: 20px;
  }
}
.honor-page .init-1 .container .listC {
  margin-top: 90px;
}
.honor-page .init-1 .container .listC .tips {
  min-width: 270px;
  text-align: center;
  display: inline-block;
  padding: 16px 18px;
  background-color: var(--color);
  color: #fff;
}
.honor-page .init-1 .container .listC .content {
  margin-top: 50px;
}
.honor-page .init-1 .container .listC .content .swiper {
  margin: 0 -15px;
}
.honor-page .init-1 .container .listC .content ul li {
  padding: 0 15px;
}
.honor-page .init-1 .container .listC .content ul li .img {
  display: block;
}
.honor-page .init-1 .container .listC .content ul li .img img {
  width: 100%;
}
.honor-page .init-1 .container .listC .content ul li .text {
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 500px) {
  .honor-page .init-1 .container .listC {
    margin-top: 40px;
  }
  .honor-page .init-1 .container .listC .content {
    margin-top: 20px;
  }
}
.manufacture-page .init-1 {
  background-color: #f9f9f9;
}
.manufacture-page .init-1 .container .tipsTitleC {
  color: var(--color);
}
.manufacture-page .init-1 .container .des {
  max-width: 1130px;
  margin: 30px auto 0;
  text-align: center;
}
.manufacture-page .init-1 .container .listCont {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
}
.manufacture-page .init-1 .container .listCont .list {
  margin-top: 30px;
  width: -webkit-calc(35%);
  width: -moz-calc(35%);
  width: calc(50% - 15px);
  position: relative;
}
.manufacture-page .init-1 .container .listCont .list img {
  width: 100%;
}
.manufacture-page .init-1 .container .listCont .list .text {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  color: #fff;
  text-align: center;
  padding: 10px;
  background-color: rgba(30, 150, 130, 0.8);
}
.manufacture-page .init-2 .container {
  width: 100%;
}
.manufacture-page .init-2 .container .listC {
  margin-top: 160px;
  width: 100%;
}
.manufacture-page .init-2 .container .listC .textC {
  position: relative;
  z-index: 2;
  width: 42%;
  -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  padding: 50px 130px 50px 50px;
  background-color: #fff;
  margin-left: auto;
  left: 80px;
}
.manufacture-page .init-2 .container .listC .textC .title {
  font-weight: 600;
  color: var(--color);
}
.manufacture-page .init-2 .container .listC .textC .des {
  margin-top: 30px;
}
.manufacture-page .init-2 .container .listC .textC .listCont ul {
  padding-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.manufacture-page .init-2 .container .listC .textC .listCont ul li {
  margin-top: 30px;
}
.manufacture-page .init-2 .container .listC .textC .listCont ul li .box .top {
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
}
.manufacture-page .init-2 .container .listC .textC .listCont ul li .box .bottom {
  margin-top: 16px;
}
.manufacture-page .init-2 .container .listC .textC .more {
  margin-top: 30px;
}
.manufacture-page .init-2 .container .listC .imgC {
  width: 50%;
}
.manufacture-page .init-2 .container .listC .imgC img {
  width: 100%;
}
.manufacture-page .init-2 .container .listC:nth-child(2) .imgC {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -moz-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.manufacture-page .init-2 .container .listC:nth-child(2) .textC {
  left: -80px;
  margin-left: 0;
  margin-right: auto;
}
.manufacture-page .init-3 .container .tipsTitleC {
  color: var(--color);
}
.manufacture-page .init-3 .container .content2 {
  position: relative;
  margin-top: 60px;
}
.manufacture-page .init-3 .container .content2 .btn {
  position: absolute;
  width: 60px;
  height: -webkit-calc(60%);
  height: -moz-calc(60%);
  height: calc(100% - 40px);
  top: 20px;
  right: -80px;
  background-color: #cbcbcb;
  cursor: pointer;
  z-index: 2;
  font-size: 50px;
  font-weight: 700;
  color: #fff;
}
.manufacture-page .init-3 .container .content2 .btn:hover {
  background-color: var(--color);
}
.manufacture-page .init-3 .container .content2 .prev {
  right: unset;
  left: -80px;
}
.manufacture-page .init-3 .container .content2 .swiper {
  margin: 0 -20px;
}
.manufacture-page .init-3 .container .content2 ul li {
  height: auto;
  padding: 20px;
}
.manufacture-page .init-3 .container .content2 ul li .box {
  height: 100%;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.manufacture-page .init-3 .container .content2 ul li .box .img {
  display: block;
}
.manufacture-page .init-3 .container .content2 ul li .box .img img {
  width: 100%;
}
.manufacture-page .init-3 .container .content2 ul li .box .text {
  text-align: center;
  font-weight: 600;
  padding: 16px;
}
@media (max-width: 1500px) {
  .manufacture-page .init-2 .container .listC .textC {
    padding: 50px 50px 50px 50px;
  }
}
@media (max-width: 1250px) {
  .manufacture-page .init-2 .container {
    width: 970px;
  }
  .manufacture-page .init-2 .container .listC .textC {
    width: 100%;
    left: 0;
  }
  .manufacture-page .init-2 .container .listC .imgC {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
  }
  .manufacture-page .init-2 .container .listC:nth-child(2) .textC {
    left: 0;
  }
  .manufacture-page .init-2 .container .listC .textC .listCont ul {
    max-width: 600px;
  }
  .manufacture-page .init-2 .container .listC {
    margin-top: 80px;
  }
  .manufacture-page .init-3 .container .content2 .btn {
    display: none;
  }
}
@media (max-width: 1000px) {
  .manufacture-page .init-1 .container .listCont {
    margin-top: 0;
  }
  .manufacture-page .init-1 .container .listCont .list {
    width: 100%;
  }
  .manufacture-page .init-2 .container {
    width: 700px;
  }
}
@media (max-width: 700px) {
  .manufacture-page .init-2 .container {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .manufacture-page .init-1 .container .des {
    margin: 10px auto 0;
  }
  .manufacture-page .init-2 .container .listC {
    margin-top: 40px;
  }
  .manufacture-page .init-2 .container .listC .textC {
    padding: 40px 16px;
  }
  .manufacture-page .init-2 .container .listC .textC .des {
    margin-top: 16px;
  }
  .manufacture-page .init-2 .container .listC .textC .listCont ul li {
    width: 100%;
    margin-top: 20px;
  }
  .manufacture-page .init-2 .container .listC .textC .listCont ul li .box .bottom {
    margin-top: 10px;
  }
  .manufacture-page .init-2 .container .listC .textC .listCont ul li .box .top {
    font-size: 30px;
  }
  .manufacture-page .init-2 .container .listC .textC .more {
    margin-top: 16px;
  }
  .manufacture-page .init-3 .container .content2 {
    margin-top: 10px;
  }
}


@media screen and (max-width: 1000px) {
    #cp-Nav {
        display: block;
    }

    #cp-Nav .nav {
        padding: 0 15px;
    }

    #cp-Nav .nav div.title {
        font-size: 18px;
        font-weight: bold;
        padding: 8px 10px;
        background: var(--color);
        border-radius: 5px;
        color: white;
        position: relative;
    }

    #cp-Nav .nav div.title i{
        position: absolute;
        top: 12px;
        right: 10px;
    }

    #cp-Nav .nav i.mask {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 230;
        background: rgba(0, 0, 0, 0.2);
    }

    #cp-Nav .nav>ul {
        display: none;
    }

    #cp-Nav .nav ul {
        position: fixed;
        top: 10%;
        max-height: 80%;
        left: 5%;
        width: 90%;
        padding: 20px;
        border-radius: 5px;
        background: white;
        z-index: 300;
        font-size: 16px;
        overflow: auto;
    }

    #cp-Nav .nav ul ul {
        padding: 0 10px;
        font-size: 14px;
        position: static;
        max-height: none;
        width: 100%;
        margin: 10px 0;
    }

    #cp-Nav .nav ul li a {
        display: block;
        padding: 5px 0;
        line-height: 28px;
    }
}



/*SEO START*/
.proPublic .init-releted .content.sinewseo ul li .box .text {
    text-overflow: ellipsis;
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    width: 340px;
    font-weight: 600;
    padding: 15px 0;
}
.proPublic .init-releted .content.sinewseo ul li .box .des.font-16 {
    font-size: 15px;
    line-height: 2;
}
.proPublic .init-releted .content.sinewseo ul li .box .time.font-18 {
    font-size: 16px;
    margin-top: 15px;
}
.proPublic.pb-80 {
    padding-bottom: 200px;
}
.inner-banner .mbx {
    font-size: 16px;
    margin-top: 15px;
}
.inner-banner .cont.sinnew .title.font-40 {
    font-size: 32px;
    text-transform: uppercase;
    line-height: 1.7;
}
.newdet-page .init-1 .container .content {
    line-height: 2;
}
.proSideCont .proSideRight .init-2 {
    line-height: 2;
}
.proPublic .init-about .des {
    line-height: 2;
    font-size: 16px;
}

.proPublic .init-news .content ul li .box .title {
    line-height: 1.8;
}
.proSideCont .proSideLeft .catList .cat .item ul li a {
    font-size: 17px;
    line-height: 2;
}
.product-page .init-1 .content ul li .box .text {
    font-weight: 600;
    line-height: 1.8;
}
.news-page .init-2 .container ul li .box .right .title {
    font-size: 20px;
    line-height: 1.7;
}
.news-page .init-2 .container ul li .box .right .des {
    font-size: 15px;
}
.newdet-page .init-1 .container .content ul>li:before {
    content: '•';
    margin-right: 0.5em;
    color: #8a8a8a;
    font-size: 1.2em;
}


#index-body .init-2 .container .left .des h1 {
    display: inline;
    line-height: 2;
}



@media (max-width: 500px) {

  .inner-banner .mbx {
    font-size: 13px;
    line-height: 1.6;
    margin-top: 15px;
}
.font-40 {
    font-size: 20px;
}
.prodet-page .init-1 .right .des {
    color: #666;
    margin-top: 20px;
    padding-right: 4px;
    overflow-y: auto;
    max-height: auto;
}
.proPublic .init-about .des {
    max-height: 999px !important;
}
a.foota {
    display: none !important;
}
#mobile .menu-content .menu-list ul li a {
    line-height: 2;
}
#mobile .menu-content .menu-list ul li li a {
    font-size: 14px;
    line-height: 20px;
}
#banner .swiper .swiper-wrapper .swiper-slide .contC .cont .text_cont .title {
    line-height: 1.7;
}
#index-body .init-2 .container .left .more {
    margin-top: 25px;
}
#index-body .init-3 .container .contentC .listC ul li .box .img img {
    height: 450px;
}
.inner-banner .cont.sinnew .title.font-40 {
    font-size: 18px;
}
.newdet-page .init-1 .container .title {
    font-size: 20px;
    line-height: 1.8;
}
.newdet-page .init-1 .container .m-link {
    font-size: 15px;
    line-height: 2;
}
.proPublic.pb-80 {
    padding-bottom: 80px;
}
h1.proh1so {
    margin-top: 35px;
    font-size: 18px;
    font-weight: 700;
    width: 100%;
    padding: 0 15px;
    text-align: center;
}

}
h1.proh1so {
    font-size: 40px;
    font-weight: 600;
    width: 1450px;
    max-width: 1920px;
    position: relative;
    margin: 0 auto;
    text-align: center;
    margin-top: 100px;
}
.proPublic.pb-80.catcataboso .tipsTitleC {
    margin-top: 150px;
}
.proPublic.pb-80.catcataboso .init-about .img {
    margin-top: 40px;
    width: 1450px;
}
.proPublic.pb-80.catcataboso {
    padding-bottom: 100px;
}
.product-page .init-1 .title {
    font-size: 35px;
}


/*SEO END*/

.faq-page .faq-2 {
    padding: 70px 0;
}
.faq-page .faq-2 .left {
    width:100%;
    padding-right: 0px;
}
.faq-page .faq-2 .left ul li {
    margin-bottom: 15px;
    border: 1px solid #eee;
}
.faq-page .faq-2 .left ul li:last-child {
    margin-bottom: 0;
}
.faq-page .faq-2 .left ul li h4 {
    display: block;
    text-align: left;
    padding: 15px;
    background: #f7f7f7 none repeat scroll 0 0;
    color: #111;
    border-radius: 0;
    font-weight: 400;
    font-size: 20px;
    cursor: pointer;
    cursor: hand;
}
.faq-page .faq-2 .left ul li h4 span {
    margin-right: 5px;
    color: var(--color);
}
.faq-page .faq-2 .left ul li .content {
    padding: 20px 30px;
    display: none;
}
.faq-page .faq-2 .right {
    width: 34%;
    padding-left: 15px;
}
.faq-page .faq-2 .right .box2 {
    padding: 30px;
    background: #edeff2;
}
.faq-page .faq-2 .right .box2 h3.title {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 30px;
}
.faq-page .faq-2 .right .box2 .form ul li {
    width: 100%;
    margin-bottom: 20px;
}
.faq-page .faq-2 .right .box2 .form ul li textarea,
.faq-page .faq-2 .right .box2 .form ul li input{
  width: 100%;
  height: 60px;
  border: none;
  padding-left: 10px;
  font-size: 18px;
}
.faq-page .faq-2 .right .box2 .form ul li textarea{
  height: 200px;
  padding: 10px;
}
.faq-page .faq-2 .right .box2 .form ul li input[type="submit"]{
  padding-left: 0;
  background: var(--color);
  color: white;
  transition: 0.3s;
}
.faq-page .faq-2 .right .box2 .form ul li input[type="submit"]:hover{
  background: black;
}
@media screen and (max-width: 1450px){
  h1.proh1so{
    width: 100%
  }
}
@media screen and (max-width: 1250px){
   .faq-page .faq-2 .left ul li h4 {
        font-size: 16px;
        padding: 12px;
    }
    .faq-page .faq-2 .right .box2 {
        padding: 20px 10px;
    }
    .faq-page .faq-2 .right .box2 h3.title {
        margin-bottom: 20px;
    }
    h1.proh1so{
      font-size: 30px
    }
}
@media screen and (max-width: 1000px){
  h1.proh1so{
      font-size: 28px;
      margin-top: 50px;
    }
  .prodet-page .init-1 .left .box a img{
    width: auto;
    display: block;
    margin: 0 auto
  }
  .tipsTitleC .tipsTitleImg{
    display: none
  }
  .faq-page .faq-2 {
        padding: 40px 0;
    }
    .faq-page .faq-2 .left {
        width: 100%;
        padding-right: 0;
    }
    .faq-page .faq-2 .right {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }
    .faq-page .faq-2 .left ul li h4 {
        font-size: 14px;
        line-height: 2;
    }
    .product-yd-page .container .list .imgC{
      width: 100%
    }
    .proPublic .init-releted .content ul li .box .img img{
      width:auto;
      display: block;
      margin: 0 auto
    }
    .proPublic.pb-80.catcataboso .tipsTitleC{
      margin-top: 50px
    }
    .proPublic.pb-80.catcataboso{
      padding-bottom: 50px
    }
    .product-page .init-1 .title{
      font-size: 28px
    }
}
@media screen and (max-width: 500px){
  .proPublic.pb-80.catcataboso .tipsTitleC{
      margin-top: 20px
    }
    h1.proh1so{
      font-size: 25px
    }
    .product-page .init-1 .title{
      font-size: 22px
    }
   .faq-page .faq-2 .left ul li h4 {
        padding: 8px;
    }
    .contact-page .init-1 .container .left .list .imgC{
      zoom: 0.6
    }
    .honor-page .init-1 .container .listC .tips{
      width: 100%
    }
}

#innerMobileBanner{
  padding-top: 20px
}