@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.eot');
  src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff'), url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins.eot');
  src: url('../fonts/Poppins.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins.woff2') format('woff2'), url('../fonts/Poppins.woff') format('woff'), url('../fonts/Poppins.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.eot');
  src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.eot');
  src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff'), url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
}
body {
  --color: #ea5724;
  font-family: 'Poppins';
  font-weight: 400;
  max-width: 1920px;
  margin: 0 auto;
  background: #fdf9f9;
  color: #332c2b;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.container {
  padding: 0 15px;
  position: relative;
  width: 1670px;
  margin: 0 auto;
}
.more {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  line-height: 1;
  background: var(--color);
  color: #fff;
  border-radius: 34px;
  padding: 25px 24px 24px 42px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more img {
  margin-left: 60px;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  -moz-transition: transform .5s, -moz-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s, -moz-transform .5s;
}
.more:hover,
.more:focus {
  background: #000;
}
.more:hover img,
.more:focus img {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .h-top {
  border-bottom: 1px solid rgba(118, 118, 118, 0.3);
}
#header .h-top .info {
  margin: 0 0 0 auto;
}
#header .h-top .info ul li {
  height: 39px;
  border-left: 1px solid rgba(118, 118, 118, 0.3);
}
#header .h-top .info ul li span {
  line-height: 1;
}
#header .h-top .share a {
  display: inline-block;
  color: var(--color);
  font-size: 14px;
  padding: 0 21px 0 23px;
  height: 39px;
  line-height: 39px;
  border-left: 1px solid rgba(118, 118, 118, 0.3);
}
#header .h-top .share a:last-child {
  border-right: 1px solid rgba(118, 118, 118, 0.3);
}
#header .h-top .share a:nth-child(3) {
  font-size: 18px;
}
#header .h-top .share a:last-child {
  font-size: 16px;
}
#header .nav .ui.menu .menu-box {
  margin: 0 auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 2em;
  font-size: 22px;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: inline-block;
}
#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;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 180px;
  -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: .5em 1em;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#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:first-child {
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .h-search {
  cursor: pointer;
  border-right: 2px solid #333;
}
#header .nav .ui.menu .yuy ul{
  left: initial;
  right: 0;
}
#header .nav .ui.menu .msg {
  background: var(--color);
  color: #fff;
  line-height: 1;
  padding: 20px 26px;
  border-radius: 29px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#header .nav .ui.menu .msg:hover {
  background: #000;
}
#header.active {
  background: #fff;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
}
.i-title {
  font-size: 40px;
  line-height: 1.2;
}
.i-title,
.title {
  font-weight: 600;
}
.text-color {
  color: var(--color);
}
#banner {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#banner ul {
  margin: 0 auto;
}
#banner ul li {
  position: relative;
}
#banner ul li video{
  width: 100%;
}
#banner ul li > img {
  width: 100%;
}
#banner ul li .text {
  position: absolute;
  z-index: 2;
  top: 56%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  color: #fff;
}
#banner ul li .text .box {
  max-width: 860px;
}
#banner ul li .text .box .title {
  font-weight: bold;
  line-height: 1.2;
}
#banner ul li .text .box .more:hover {
  background: #fff;
  color: #000;
}
#banner ul li .text .box .more:hover img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
#banner ul li .text .title,
#banner ul li .text .btn {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul li::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
#banner ul .swiper-slide-active .text .title,
#banner ul .swiper-slide-active .text .btn {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#banner ul .swiper-slide-active .text .title {
  -webkit-transition-delay: .6s;
  -moz-transition-delay: .6s;
  transition-delay: .6s;
}
#banner ul .swiper-slide-active .text .btn {
  -webkit-transition-delay: .9s;
  -moz-transition-delay: .9s;
  transition-delay: .9s;
}
.tr_5 {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.font-18 {
  line-height: 1.6;
}
.font-16 {
  line-height: 1.8;
}
.font-14 {
  line-height: 2;
}
@-webkit-keyframes down {
  50% {
    -webkit-transform: translateY(16px);
    transform: translateY(16px);
  }
}
@-moz-keyframes down {
  50% {
    -moz-transform: translateY(16px);
    transform: translateY(16px);
  }
}
@keyframes down {
  50% {
    -webkit-transform: translateY(16px);
    -moz-transform: translateY(16px);
    transform: translateY(16px);
  }
}
#index-body .i-category {
  padding-top: 6.51042%;
}
#index-body .i-category .header ul li .ig {
  cursor: pointer;
}
#index-body .i-category .header ul li .ig .bottom {
  border-radius: 34px;
  border: solid 1px #332c2b;
  width: 89.19%;
}
#index-body .i-category .header ul li .ig .bottom i {
  width: 76px;
  height: 81px;
  line-height: 81px;
  margin-top: -17px;
}
#index-body .i-category .header ul li .ig .bottom i img{
  display: inline-block;
  vertical-align: middle;
}
#index-body .i-category .header ul li .ig .bottom em img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
#index-body .i-category .header ul liactive .ig .title {
  color: var(--color);
}
#index-body .i-category .header ul li.active .ig .bottom {
  border-color: var(--color);
  background: var(--color);
  color: #fff;
}
#index-body .i-category .header ul li.active .ig .bottom em img {
  -webkit-filter: none;
  filter: none;
}
#index-body .i-category .header ul .slick-current li .ig .title {
  color: var(--color);
}
#index-body .i-category .header ul .slick-current li .ig .bottom {
  border-color: var(--color);
  background: var(--color);
  color: #fff;
}
#index-body .i-category .header ul .slick-current li .ig .bottom em img {
  -webkit-filter: none;
  filter: none;
}
#index-body .i-category .content ul li .ig .text {
  z-index: 1;
  color: #fff;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 4.406% 8.23%;
}
#index-body .i-category .content ul li .ig .text .con {
  width: 70%;
  line-height: 1.5;
}
#index-body .i-category .content ul li .ig::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.26);
}
#index-body .i-product .box {
  border-radius: 20px;
  border: solid 1px #dedede;
}
#index-body .i-product .box .header {
  border-bottom: 1px solid #dedede;
}
#index-body .i-product .box .header .arrow a {
  width: 51px;
  height: 50px;
  border-radius: 50%;
  border: solid 1px #332c2b;
  font-size: 24px;
  font-weight: 600;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-product .box .header .arrow a:hover {
  background: var(--color);
  border-color: var(--color);
  color: #fff;
}
#index-body .i-product .box .content ul {
  border-right: 2px solid #dedede;
}
#index-body .i-product .box .content ul li {
  height: 494px;
  text-align: center;
  border: 1px solid #dedede;
}
#index-body .i-product .box .content ul li .img-box img {
  width: auto;
}
#index-body .i-product .box .content ul li .img-box .i2{
  position: absolute;
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-product .box .content ul li .img-box:hover .i2{
  opacity: 1;
}
#index-body .i-product .box .content ul li .tit {
  color: #515151;
  min-height: 90px;
}
#index-body .i-product .box .content ul li .tit:hover {
  color: var(--color);
}
#index-body .i-product .box .content ul li .more {
  background: transparent;
  border: 1px solid #332c2b;
  font-size: 16px;
  color: #332c2b;
  padding: 11px 11px 9px;
}
#index-body .i-product .box .content ul li .more img {
  -webkit-filter: invert(1);
  filter: invert(1);
  margin-left: 18px;
}
#index-body .i-product .box .content ul li .more:hover {
  background: var(--color);
  border-color: var(--color);
  color: #fff;
}
#index-body .i-product .box .content ul li .more:hover img {
  -webkit-filter: none;
  filter: none;
}
#index-body .i-about {
  background: url(../images/abg.jpg) no-repeat center;
  background-size: cover;
  padding: 4.8% 0 6.5625%;
}
#index-body .i-about .header {
  margin: 0 auto;
  width: 86%;
}
#index-body .i-about .header .desc {
  line-height: 1.25;
}
#index-body .i-about .header .desc img {
  margin: 0 39px 0 13px;
  display: inline-block;
  -webkit-animation: down 3s linear infinite;
  -moz-animation: down 3s linear infinite;
  animation: down 3s linear infinite;
}
#index-body .i-about .content ul {
  margin-right: -112px;
}
#index-body .i-about .content ul li {
  padding-right: 112px;
}
#index-body .i-about .content ul li .num {
  font-weight: 600;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 2px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-about .content ul li .text {
  margin-top: 21px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-about .content ul li .text .con {
  color: #5f5f5f;
  line-height: 1.5;
  margin-top: 7px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-about .content ul li:hover {
  color: var(--color);
}
#index-body .i-about .content ul li:hover .num {
  border-color: var(--color);
}
#index-body .i-about .content ul li:hover .text .con {
  color: var(--color);
}
#index-body .i-advantage {
  padding: 4.8% 0 8.8542% 0;
  background: url(../images/adbg.png) no-repeat center;
  background-size: cover;
}
#index-body .i-advantage .content .left {
  width: 54.09%;
}
#index-body .i-advantage .content .left ul {
  border-top: 1px solid rgba(51, 44, 43, 0.8);
}
#index-body .i-advantage .content .left ul li {
  border-bottom: 1px solid rgba(51, 44, 43, 0.8);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-advantage .content .left ul li span {
  font-weight: 600;
}
#index-body .i-advantage .content .left ul li .title {
  margin: 0 56px 0 47px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-advantage .content .left ul li i {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-advantage .content .left ul li i img {
  -webkit-filter: invert(1);
  filter: invert(1);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  -moz-transition: transform .5s, -moz-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s, -moz-transform .5s;
}
#index-body .i-advantage .content .left ul li.active {
  color: var(--color);
  border-color: var(--color);
  font-size: 36px;
}
#index-body .i-advantage .content .left ul li.active .title {
  margin-left: 26px;
}
#index-body .i-advantage .content .left ul li.active i {
  background: var(--color);
}
#index-body .i-advantage .content .left ul li.active i img {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
#index-body .i-advantage .content .left ul li:last-child {
  margin-bottom: 0;
}
#index-body .i-advantage .content .right {
  width: 45.91%;
  position: relative;
}
#index-body .i-advantage .content .right ul li {
  width: 88.19%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-clip-path: inset(50% 0 50% 0);
  clip-path: inset(50% 0 50% 0);
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  z-index: 1;
}
#index-body .i-advantage .content .right ul li .img {
  height: 100%;
  border-radius: 20px;
}
#index-body .i-advantage .content .right ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .i-advantage .content .right ul li .text {
  left: 26px;
  right: 27px;
  bottom: 28px;
  background-color: #fdf8f7;
  border-radius: 20px;
}
#index-body .i-advantage .content .right ul li.acitive {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  z-index: 2;
}
#index-body .i-news {
  padding: 6.93% 0 4.95%;
}
#index-body .i-news ul .slick-track {
  display: block;
}
#index-body .i-news ul li {
  padding: 42px 0 46px;
  border-bottom: 1px solid rgba(98, 92, 91, 0.16);
  position: relative;
  z-index: 1;
}
#index-body .i-news ul li .ig {
  width: 73.171%;
}
#index-body .i-news ul li .ig .header .title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 2.17em;
}
#index-body .i-news ul li .ig .header .link {
  width: 2em;
  height: 2em;
  border-radius: 50%;
}
#index-body .i-news ul li .ig .header .link img {
  -webkit-filter: invert(1);
  filter: invert(1);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  -moz-transition: transform .5s, -moz-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s, -moz-transform .5s;
}
#index-body .i-news ul li .ig .con {
  line-height: 1.5;
  width: 77%;
  display: none;
}
#index-body .i-news ul li .img {
  z-index: -1;
  right: 6.53%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  -webkit-transition: width .5s;
  -moz-transition: width .5s;
  transition: width .5s;
}
#index-body .i-news ul li.active .ig .header .title {
  color: var(--color);
}
#index-body .i-news ul li.active .ig .header .link {
  background: var(--color);
}
#index-body .i-news ul li.active .ig .header .link img {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
#index-body .i-news ul li.active .img {
  width: 16.71%;
}
#index-body .i-news .more {
  background: transparent;
  border: 1px solid #332c2b;
  color: #332c2b;
}
#index-body .i-news .more img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
#index-body .i-news .more:hover {
  background: var(--color);
  border-color: var(--color);
  color: #fff;
}
#index-body .i-news .more:hover img {
  -webkit-filter: none;
  filter: none;
}
#index-body .i-show .content {
  margin-top: -83px;
}
#index-body .i-show .slick-track {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
#footer {
  background-color: #272727;
  color: #fff;
}
#footer ul li {
  font-size: 18px;
  line-height: 1.6;
}
#footer ul li a {
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
#footer ul li a:hover {
  color: var(--color);
}
#footer ul li i {
  width: 19px;
  margin-top: 6px;
}
#footer ul li span {
  margin-left: 12px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#footer ul li:last-child {
  margin-bottom: 0;
}
#footer ul li ul {
  display: none;
}
#footer .f-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
#footer .f-header .tit {
  font-size: 8.3em;
  line-height: 1;
  font-weight: 500;
  white-space: nowrap;
}
#footer .f-header .link {
  width: 5em;
  height: 5em;
  border-radius: 50%;
  background: var(--color);
  top: -0.875em;
  right: 3.1em;
}
#footer .f-header .link img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-header .link:hover img {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#footer .f-info {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
#footer .f-info .left {
  width: 48.42%;
  line-height: 1.5;
}
#footer .f-info .left .con {
  width: 60%;
}
#footer .f-info .left .tz {
  text-decoration: underline;
}
#footer .f-info .left .tz:hover img {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#footer .f-info .right {
  line-height: 1.5;
}
#footer .f-content .left {
  width: 72.561%;
}
#footer .f-content .left .title {
  width: 19.67%;
}
#footer .f-content .left .form {
  width: 80.33%;
}
#footer .f-content .left .form ul {
  border-radius: 25px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.2);
}
#footer .f-content .left .form ul li {
  height: 50px;
  width: 28.49%;
  position: relative;
}
#footer .f-content .left .form ul li input {
  width: 100%;
  height: 100%;
  border: 0;
  font-size: 14px;
  background: transparent;
  color: rgba(255, 255, 255, 0.6);
  padding: 0 18px;
}
#footer .f-content .left .form ul li input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
#footer .f-content .left .form ul li input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
#footer .f-content .left .form ul li input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
#footer .f-content .left .form ul li input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
#footer .f-content .left .form ul li input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
#footer .f-content .left .form ul li button {
  width: 100%;
  height: 100%;
  background: var(--color);
  border-radius: 25px;
  text-align: center;
  border: 0;
}
#footer .f-content .left .form ul li button img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-content .left .form ul li button:hover img {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#footer .f-content .left .form ul li::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2px;
  height: 26px;
  background: rgba(255, 255, 255, 0.6);
}
#footer .f-content .left .form ul li:nth-child(1) input {
  padding-left: 36px;
}
#footer .f-content .left .form ul li:nth-child(3)::after,
#footer .f-content .left .form ul li:last-child::after {
  display: none;
}
#footer .f-content .left .form ul li:last-child {
  width: 14.53%;
}
#footer .f-content .left .item ul {
  width: 80.33%;
}
#footer .f-content .left .item ul li {
  margin-right: 5.278em;
}
#footer .f-content .left .item ul li a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-content .left .item ul li a:hover {
  color: var(--color);
}
#footer .f-content .left .item ul li:last-child {
  margin-right: 0;
}
#footer .f-content .img {
  width: 20.49%;
}
#footer .f-copy {
  font-size: 14px;
  line-height: 2;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-height: 26px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-top: -1px;
  opacity: 1;
  text-transform: capitalize;
  fill: #fff;
}
#footer .f-copy svg text {
  fill: #fff;
}
#footer .f-copy .share a {
  color: var(--color);
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  margin-right: 3.1em;
}
#footer .f-copy .share a:last-child {
  margin-right: 0;
}
#footer .f-copy .share a:nth-child(3) {
  font-size: 24px;
  margin-right: 2.58em;
}
@media screen and (max-width: 1700px) {
  #index-body .i-category .header ul li .ig .title {
    font-size: 30px;
  }
  #index-body .i-category .header ul li .ig .bottom {
    padding-left: 20px;
  }
  #index-body .i-category .header ul li .ig .bottom em {
    margin-left: 30px;
  }
  #index-body .i-about .content ul li .num {
    font-size: 46px;
  }
  #index-body .i-advantage .content .left ul li.active {
    font-size: 30px;
  }
}
@media screen and (max-width: 1450px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 18px;
  }
  #index-body .i-category .header ul li .ig .title {
    font-size: 24px;
  }
  #index-body .i-category .header ul li .ig .bottom {
    width: 100%;
  }
  #index-body .i-product .box .content ul li {
    height: 400px;
  }
  #index-body .i-about .content ul {
    margin-right: -56px;
  }
  #index-body .i-about .content ul li {
    padding-right: 56px;
  }
  #footer .f-header .tit {
    font-size: 7.4em;
  }
  #footer .f-content .left .item ul li {
    margin-right: 3em;
  }
}
@media screen and (max-width: 1250px) {
  #banner {
    margin-top: 60px;
  }
  #index-body .i-about .content ul {
    margin-right: -28px;
  }
  #index-body .i-about .content ul li {
    padding-right: 28px;
  }
  #index-body .i-about .content ul li .num {
    font-size: 40px;
  }
  #index-body .i-advantage .content .left ul li.active {
    font-size: 24px;
  }
  #index-body .i-advantage .content .left ul li .title {
    margin: 0 20px;
  }
  #footer .f-header .tit {
    font-size: 6.8em;
  }
  #footer ul li {
    font-size: 16px;
  }
  #footer .f-content .left .item ul li {
    margin-right: 1.6em;
  }
  #footer .f-copy {
    zoom: .9;
  }
  #footer .f-copy .share a {
    margin-right: 2em;
  }
  #footer .f-copy .share a:nth-child(3) {
    margin-right: 1.8em;
  }
}
@media screen and (max-width: 1000px) {
  .font-80 {
    font-size: 40px;
  }
  .font-24 {
    font-size: 20px;
  }
  .font-18 {
    font-size: 18px;
  }
  #index-body .i-product .box .header .right {
    margin-top: 30px;
  }
  #index-body .i-product .box .content ul li {
    height: auto;
    padding-bottom: 30px;
  }
  #index-body .i-about .content ul {
    margin-right: -14px;
  }
  #index-body .i-about .content ul li {
    padding-right: 14px;
  }
  #index-body .i-about .content ul li .num {
    font-size: 28px;
  }
  #index-body .i-advantage .content .left ul li {
    margin-bottom: 12px;
  }
  #index-body .i-advantage .content .left ul li.active {
    font-size: 16px;
  }
  #index-body .i-advantage .content .right ul li .text {
    font-size: 14px;
  }
  #footer .f-header .tit {
    font-size: 6em;
  }
  #footer .f-header .link {
    zoom: .7;
  }
  #footer .f-info .left {
    width: 100%;
  }
  #footer .f-info .right {
    margin-top: 20px;
  }
  #footer .f-content .left {
    width: 100%;
  }
  #footer .f-content .img {
    display: none;
  }
  #footer .f-copy {
    zoom: 1;
  }
  #footer .f-copy .zdy {
    margin-left: 0;
  }
  #footer .f-copy .share {
    display: none;
  }
  .fixed-toolbar {
    zoom: .7;
    bottom: 18%;
  }
}
@media screen and (max-width: 700px) {
  .more {
    padding: 10px 23px;
  }
  .more img {
    margin-left: 16px;
  }
  .i-title {
    font-size: 36px;
  }
  .font-80 {
    font-size: 40px;
  }
  .font-20 {
    font-size: 18px;
  }
  .font-16 {
    line-height: 2 !important;
  }
  #index-body .i-category .header {
    display: none;
  }
  #index-body .i-category .content ul li .ig .text {
    padding: 15px;
  }
  #index-body .i-category .content ul li .ig .text .con {
    width: 100%;
  }
  #index-body .i-about .header {
    width: 100%;
  }
  #index-body .i-about .content ul {
    margin: -14px;
  }
  #index-body .i-about .content ul li {
    width: 50%;
    padding: 14px;
  }
  #index-body .i-advantage .content .left {
    width: 100%;
  }
  #index-body .i-advantage .content .right {
    display: none;
  }
  #index-body .i-news ul li {
    padding: 20px 0;
  }
  #index-body .i-news ul li .ig {
    width: 100%;
  }
  #index-body .i-news ul li .ig .con {
    display: block;
  }
  #index-body .i-news ul li .img {
    display: none;
  }
  #footer .f-header .link img {
    width: 50%;
  }
  #footer .f-info .left {
    font-size: 16px;
    line-height: 1.8;
  }
  #footer .f-content .left .f-nav,
  #footer .f-content .left .f-product {
    display: none;
  }
  #footer .f-content .left .title {
    width: auto;
    font-size: 22px;
  }
  #footer .f-content .left .form {
    width: 100%;
    margin-top: 20px;
  }
  #footer .f-content .left .form ul li {
    width: 50%;
  }
  #footer .f-content .left .form ul li:nth-child(3) {
    width: 100%;
  }
  #footer .f-content .left .form ul li:last-child {
    width: 20%;
  }
  #footer .f-content .left .form ul li:first-child input {
    padding-left: 18px;
  }
  #footer .f-content .left .form ul li:nth-child(2)::after {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .more {
    font-size: 14px;
  }
  #banner ul li .box .title {
    font-size: 20px;
    line-height: 1.4;
  }
  #banner ul li .box .btn {
    margin-top: 20px;
  }
  #banner .swiper-pagination {
    bottom: 6px;
  }
  .i-title {
    font-size: 30px;
  }
  .font-80 {
    font-size: 30px;
    line-height: 1.3;
  }
  #index-body .i-category .content ul li .ig::after {
    display: none;
  }
  #index-body .i-category .content ul li .ig .text {
    position: initial;
    background: var(--color);
    color: #fff;
  }
  #index-body .i-category .content ul li .ig .text .con {
    line-height: 2;
  }
  #index-body .i-product .box .header .right {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px;
  }
  #index-body .i-product .box .header .right .arrow {
    width: 100%;
    margin: 10px 0 0 0;
  }
  #index-body .i-about .content ul li {
    width: 100%;
  }
  #index-body .i-news {
    padding: 30px 0 60px;
  }
  #index-body .i-news ul li .ig {
    position: relative;
    padding-bottom: 60px;
  }
  #index-body .i-news ul li .ig .header .title {
    margin-right: 0;
  }
  #index-body .i-news ul li .ig .header .link {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #index-body .i-news ul li .ig .con {
    width: 100%;
  }
  #footer .f-header .tit {
    font-size: 4em;
  }
  #footer .f-header .link {
    zoom: .5;
  }
  #footer .f-info .left .con {
    width: 100%;
  }
  #footer .f-info .left .tz {
    margin-top: 6px;
  }
  #footer .f-info .right {
    margin-top: 0;
  }
  #footer .f-info .right ul li {
    margin: 20px 0 0 0;
  }
  #footer .f-content .left .form ul li {
    width: 100%;
  }
  #footer .f-content .left .form ul li::after {
    display: none;
  }
  #footer .f-content .left .form ul li:last-child {
    width: 30%;
  }
}
.grid-box {
    font-size: 0;
    [;
    letter-spacing: -4px;
    font-size: 12px;
    ]
}
.grid-box .column {
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
    [;
    letter-spacing: 0;
    ]
}
.grid-box .column {
    width: 100%;
}
.grid-box.two>.column {
    width: 50%;
}
.grid-box.three>.column {
    width: 33.33333%;
}
.grid-box.four>.column {
    width: 25%;
}
.grid-box.five>.column {
    width: 20%;
}
.grid-box.six>.column {
    width: 16.6666667%;
}
.grid-box.seven>.column {
    width: 14.285714%;
}
.grid-box.eight>.column {
    width: 12.5%;
}
.grid-box.nine>.column {
    width: 11.11111111%;
}
.grid-box.ten>.column {
    width: 10%;
}
@media screen and (max-width: 1000px) {
    .grid-box.two>.column {
        width: 50%;
    }
    .grid-box.three>.column {
        width: 33.33333%;
    }
    .grid-box.four>.column {
        width: 33.33333%;
    }
    .grid-box.five>.column {
        width: 33.33333%;
    }
}
@media screen and (max-width: 700px) {
    .grid-box.two>.column {
        width: 50%;
    }
    .grid-box.three>.column {
        width: 50%;
    }
    .grid-box.four>.column {
        width: 50%;
    }
    .grid-box.five>.column {
        width: 50%;
    }
}
@media screen and (max-width: 500px) {
    .grid-box.two>.column {
        width: 100%;
    }
    .grid-box.three>.column {
        width: 100%;
    }
    .grid-box.four>.column {
        width: 100%;
    }
    .grid-box.five>.column {
        width: 100%;
    }
}
.inner-banner .cat_cont {
  height: 400px;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}
.inner-banner .cat_cont .container {
  height: 100%;
}
.inner-banner .cat_cont .container .cat_name {
  position: absolute;
  top: 70%;
  left: 10px;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  line-height: 1.4;
  text-transform: uppercase;
  font-weight: 600;
}
.inner-banner .bottom_c {
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 0;
}
.inner-banner .bottom_c .left{
  display: none;
}
.inner-banner .bottom_c .left a {
  height: 70px;
  line-height: 70px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 20px;
  position: relative;
  display: none;
}
.inner-banner .bottom_c .left{
  height: 70px;
}
.inner-banner .bottom_c .left a::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 15px;
  display: block;
  background: #ccc;
  top: 50%;
  margin-top: -7px;
  right: 0px;
}
.inner-banner .bottom_c .left a::before {
  position: absolute;
  content: '';
  left: 50%;
  bottom: 0px;
  width: 0%;
  height: 2px;
  background-color: rgba(14,67,137, 0);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.inner-banner .bottom_c .left a:hover,
.inner-banner .bottom_c .left a.active {
  color: var(--color);
}
.inner-banner .bottom_c .left a:hover::before,
.inner-banner .bottom_c .left a.active::before {
  width: 100%;
  background-color: var(--color);
  left: 0;
}
.inner-banner .bottom_c .right {
  font-size: 14px;
  line-height: 28px;
  font-weight: 500;
  text-transform: uppercase;
}
.inner-banner .bottom_c .right .img {
  width: 15px;
  margin-right: 8px;
  margin: 0px 12px 0 0;
}
.inner-banner .bottom_c .right a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.inner-banner .bottom_c .right a:hover {
  color: var(--color);
}
.inner-page .h3{
  font-weight: 600;
  color: var(--color);
  font-size: 34px; 
  line-height: 1.6;
}
.about-page .init-1 .container .sub_img {
  position: absolute;
  width: 460px;
  bottom: 0;
  right: -200px;
  z-index: -1;
}
.about-page .init-1 .container .tips {
  font-weight: 600;
  text-transform: uppercase;
  color: var(--color);
  text-align: center;
}
.about-page .init-1 .container .des {
  margin-top: 26px;
  line-height: 1.8;
}
.about-page .init-1 .container .list_cont {
  margin-top: 30px;
  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;
}
.about-page .init-1 .container .list_cont .list {
  width: auto;
  vertical-align: middle;
  display: inline-block;
  margin: 20px 0 0 0;
}
.about-page .init-1 .container .list_cont .list .num {
  font-size: 100px;
  color: var(--color);
  font-weight: 500;
  display: inline-block;
  line-height: 0.8;
}
.about-page .init-1 .container .list_cont .list .text {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 12px;
  line-height: 1.8;
}
.about-page .init-1 .container .list_cont .list2 {
  margin: 20px 20px 0;
}
.about-page .init-2 .container {
  position: relative;
}
.about-page .init-2 .container .img {
  height: 600px;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
.about-page .init-2 .container .play {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 270px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.about-page .init-2 .container .play div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 22px;
  color: #fff;
  text-align: center;
  line-height: 60px;
}
.about-page .init-2 .container .play div i {
  margin-left: 2px;
}
.about-page .init-2 .container .play .ling {
  background-color: #fff;
}
.about-page .init-2 .container .play .ling:nth-child(2) {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
.about-page .init-2 .container .play .cont {
  position: relative;
  z-index: 2;
}
.about-page .init-3 {
  padding-top: 40px;
}
.about-page .init-3 .container .list {
  margin-top: 60px;
}
.about-page .init-3 .container .list .column {
  vertical-align: middle;
  position: relative;
}
.about-page .init-3 .container .list .left img {
  width: 100%;
}
.about-page .init-3 .container .list .right {
  padding-left: 60px;
}
.about-page .init-3 .container .list .right .tips,
.about-page .init-3 .container .list .right .title {
  text-transform: uppercase;
}
.about-page .init-3 .container .list .right .line {
  width: 250px;
  height: 1px;
  background-color: var(--color);
}
.about-page .init-3 .container .list .right .title {
  margin-top: 8px;
}
.about-page .init-3 .container .list .right .des {
  color: #262626;
  margin-top: 10px;
  line-height: 30px;
}
.about-page .init-3 .container .list:nth-child(2n) .left {
  left: 50%;
}
.about-page .init-3 .container .list:nth-child(2n) .right {
  left: -50%;
  padding-left: 0;
  padding-right: 60px;
}
.about-page .init-4 .container {
  text-align: center;
}
.about-page .init-4 .container .tips,
.about-page .init-4 .container .title {
  font-weight: 600;
  color: var(--color);
  text-transform: uppercase;
}
.about-page .init-4 .container .line {
  width: 250px;
  height: 1px;
  background-color: var(--color);
  margin: auto;
}
.about-page .init-4 .container .title {
  margin-top: 10px;
}
.about-page .init-4 .container .content {
  margin: 40px -30px 0;
}
.about-page .init-4 .container .content .slick .slick-track {
  margin-left: 0;
}
.about-page .init-4 .container .content .slick li {
  padding: 0 30px;
}
.about-page .init-4 .container .content .slick li a {
  display: block;
  overflow: hidden;
}
.about-page .init-4 .container .content .slick li a img {
  width: 100%;
}
.about-page .init-4 .container .s_page {
  margin-top: 30px;
}
.about-page .init-4 .container .s_page li {
  display: inline-block;
  width: 13px;
  height: 13px;
  border: 1px solid var(--color);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 50%;
  margin: 0 10px;
  cursor: pointer;
}
.about-page .init-4 .container .s_page li button {
  display: none;
}
.about-page .init-4 .container .s_page li.slick-active {
  background-color: var(--color);
}
.about-page .init-5 .container iframe{
  display: block;
  height: 700px;
  width: 100%;
}
.about-page .init-6 .container .column {
  vertical-align: middle;
}
.about-page .init-6 .container .left img {
  width: 100%;
}
.about-page .init-6 .container .right {
  padding-left: 60px;
}
.about-page .init-6 .container .right .tips {
  font-weight: 600;
  text-transform: uppercase;
}
.about-page .init-6 .container .right .tips span {
  color: var(--color);
}
.about-page .init-6 .container .right .des {
  margin-top: 10px;
}
.lg-page ul{
  margin: -15px;
}
.lg-page ul li{
  padding: 15px;
}
.m-page {
  margin-top: 50px;
  text-align: center;
}
.m-page a,
.m-page span {
  color: #212121;
  display: inline-block;
  margin: 2px 6px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
}
.m-page a.current,
.m-page span.current {
  color: #fff;
  background-color: var(--color);
}
.m-page a.current::before,
.m-page span.current::before {
  opacity: 0;
}
.m-page a {
  position: relative;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-page a::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 1px;
  background-color: #212121;
  bottom: 0;
  left: 11px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-page a:hover,
.m-page a.current {
  color: #fff;
  background-color: var(--color);
}
.m-page a:hover::before,
.m-page a.current::before {
  opacity: 0;
}
.m-page .first::before,
.m-page .last::before,
.m-page .end::before,
.m-page .next::before {
  display: none;
}
.faq-page .container ul li {
  margin: 10px 0 0;
  word-break: break-word;
  font-weight: 300;
}
.faq-page .container ul li .title {
  background: #fff;
  line-height: 2;
  margin: 0;
  padding: 15px 30px 15px 25px;
  cursor: pointer;
  position: relative;
}
.faq-page .container ul li .title i {
  color: #bababa;
  float: right;
  position: absolute;
  top: 26px;
  right: 10px;
}
.faq-page .container ul li .cont {
  border: 1px solid #ebebeb;
  border-top: none;
  padding: 20px 25px;
  font-size: 18px;
  line-height: 2;
  display: none;
}
.faq-page .container ul li.active .title{
  background: var(--color);
  color: white;
}
.news-page .container 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;
  margin: 0 -15px;
}
.news-page .container ul li {
  margin-top: 30px;
  padding: 0 15px;
}
.news-page .container ul li .box {
  height: 100%;
  background-color: #fff;
  padding: 30px;
}
.news-page .container ul li .box .title {
  font-weight: 600;
  line-height: 36px;
  font-size: 20px;
  text-transform: uppercase;
  display: block;
}
.news-page .container ul li .box .title:hover {
  color: var(--color);
}
.news-page .container ul li .box .des {
  margin-top: 14px;
}
.news-page .container ul li .box .time {
  margin-top: 10px;
}
.newdet-page .container .title {
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
}
.newdet-page .container .time_c {
  margin-top: 14px;
  text-align: center;
  line-height: 1.8;
}
.newdet-page .container .time_c .list {
  display: inline-block;
  margin: 0 8px;
}
.newdet-page .container .time_c .list img {
  vertical-align: middle;
  width: 16px;
}
.newdet-page .container .time_c .list span {
  vertical-align: middle;
  margin-left: 2px;
  position: relative;
  top: 1px;
  color: #999;
}
.newdet-page .container .content {
  margin-top: 50px;
  line-height: 30px;
}
.m-link {
  margin-top: 50px;
}
.m-link a {
  margin-top: 6px;
  font-size: 18px;
  line-height: 30px;
  display: inline-block;
}
.m-link a:hover {
  color: var(--color);
  text-decoration: underline;
}
.contact-page .init-1 .container .left .tips {
  font-weight: 600;
  margin-bottom: 32px;
  text-transform: uppercase;
}
.contact-page .init-1 .container .left .des {
  margin-top: 10px;
  line-height: 30px;
}
.contact-page .init-1 .container .left form .list {
  margin-top: 20px;
  width: 100%;
}
.contact-page .init-1 .container .left form .list .name {
  font-size: 18px;
  line-height: 2;
  color: #5e5e5e;
  display: block;
  margin-bottom: 5px;
}
.contact-page .init-1 .container .left form .list input,
.contact-page .init-1 .container .left form .list textarea {
  width: 100%;
  line-height: 2;
  border: 1px solid #c6cbc8;
  padding: 13px 15px;
  font-size: 16px;
  color: #333;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: #fff;
}
.contact-page .init-1 .container .left form .list input:focus,
.contact-page .init-1 .container .left form .list textarea:focus {
  border: 1px solid var(--color);
}
.contact-page .init-1 .container .left form .submit_c .submit_btn {
  margin-top: 20px;
  cursor: pointer;
  display: inline-block;
  padding: 8px 40px;
  background-color: var(--color);
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}
.contact-page .init-1 .container .left{
  vertical-align: top;
}
.contact-page .init-1 .container .right {
  padding-left: 80px;
  vertical-align: top;
}
.contact-page .init-1 .container .right .tips {
  font-weight: 600;
  text-transform: uppercase;
}
.contact-page .init-1 .container .right .list ul li {
  padding-bottom: 10px;
  margin-top: 30px;
  border-bottom: 1px solid #eee;
}
.contact-page .init-1 .container .right .list ul li .tips_2 {
  font-weight: 600;
  text-transform: uppercase;
}
.contact-page .init-1 .container .right .list ul li .tips_2 i {
  width: 40px;
}
.contact-page .init-1 .container .right .list ul li .cont {
  word-wrap: break-word;
  margin: 10px 0 20px 0;
  line-height: 32px;
}
.contact-page .init-1 .container .right .list ul li:last-child {
  border: none;
}
.contact-page .init-1 .container .right .list ul li:last-child .cont {
  margin-bottom: 0;
}
.contact-page .init-2 {
  position: relative;
  z-index: 1;
  padding-top: 20px;
}
.contact-page .init-2 .container {
  width: 100%;
  padding: 0;
}
.contact-page .init-2 .container .map #mapContainer {
  height: 400px;
}
.product-page .cat_title {
  color: var(--color);
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.product-page .cat_des{
  overflow-y: auto;
  padding-right: 4px;
  line-height: 30px;
  margin-top: 20px;
}
.product-page .product-list {
  margin: 0 -10px;
}
.product-page .product-list li {
  margin-top: 40px;
  padding: 0 10px;
}
.product-page .product-list li .box{
  border: 1px solid transparent;
  padding: 10px;
  background: #fff;
  border-radius: 10px;
}
.product-page .product-list li .box .img_c {
  overflow: hidden;
  position: relative;
}
.product-page .product-list li .box .img {
  display: block;
}
.product-page .product-list li .box .img img {
  width: 100%;
}
.product-page .product-list li .box .img .i2{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-page .product-list li .box .img:hover .i2{
  opacity: 1;
}
.product-page .product-list li .box:hover{
  border-color: var(--color);
}
.product-page .product-list li .box .title {
  font-weight: 500;
  min-height: 7.6em;
  margin-top: 16px;
  display: block;
  line-height: 30px;
}
.product-page .product-list li .box .des {
  position: absolute;
  bottom: -100%;
  opacity: 1;
  width: 100%;
  left: 0;
  background-color: rgba(14,67,137, 0.8);
  padding: 15px;
  color: #fff;
  display: none;
}
.product-page .product-list li .box .des .title_1 {
  border-bottom: 1px solid #fff;
  padding-bottom: 4px;
}
.product-page .product-list li .box .des .text {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 14px;
  line-height: 1.6;
}
.product-page .product-list li .box .des .more {
  display: inline-block;
  margin-top: 20px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 4px;
  background-color: #fff;
  color: var(--color);
  padding: 2px 20px;
}
.product-page .product-list li .box .des .more:hover {
  color: #fff;
}
.product-page .product-list li .box:hover .img_c .des {
  bottom: 0;
}
.prodet-page .init-1 .container .left {
  padding-right: 100px;
  vertical-align: top;
  position: sticky;
  top: 100px;
}
.prodet-page .init-1 .container .left .big_img {
  position: relative;
}
.prodet-page .init-1 .container .left .big_img .btn {
  width: 46px;
  height: 46px;
  border: 1px solid #cecece;
  border-radius: 50%;
  text-align: center;
  line-height: 44px;
  font-size: 34px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: -70px;
}
.prodet-page .init-1 .container .left .big_img .btn i {
  margin-left: 4px;
}
.prodet-page .init-1 .container .left .big_img .btn:hover {
  border-color: var(--color);
}
.prodet-page .init-1 .container .left .big_img .prev {
  left: -70px;
}
.prodet-page .init-1 .container .left .big_img .prev i {
  margin-left: -4px;
}
.prodet-page .init-1 .container .left .big_img i.iconfont{
  font-size: 20px;
  position: relative;
  top: -3px;
}
.prodet-page .init-1 .container .left .big_img ul {
  border: 1px solid #cbcbcb;
}
.prodet-page .init-1 .container .left .big_img ul li a {
  display: block;
}
.prodet-page .init-1 .container .left .big_img ul li a img {
  width: 100%;
}
.prodet-page .init-1 .container .left .big_img ul li a.play{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.prodet-page .init-1 .container .left .small_img {
  margin-top: 20px;
}
.prodet-page .init-1 .container .left .small_img ul {
  margin: 0 -12px;
}
.prodet-page .init-1 .container .left .small_img ul li {
  padding: 0 12px;
}
.prodet-page .init-1 .container .left .small_img ul li .box {
  cursor: pointer;
  border: 1px solid #cbcbcb;
  display: block;
}
.prodet-page .init-1 .container .left .small_img ul li .box img {
  width: 100%;
}
.prodet-page .init-1 .container .left .small_img ul li .box:hover,
.prodet-page .init-1 .container .left .small_img ul li .box.active {
  border: var(--color) 1px solid;
}
.prodet-page .init-1 .container .right{
  vertical-align: top;
}
.prodet-page .init-1 .container .right .h3{
  color: #332c2b;
}
.prodet-page .init-1 .container .right .title {
  font-weight: 600;
  
  color: #393939;
  line-height: 1.3;
  text-transform: uppercase;
}
.prodet-page .init-1 .container .right .des {
  margin-top: 20px;
  color: #393939;
  line-height: 2;
  max-height: 400px;
  padding-right: 4px;
  overflow-y: auto;
}
.prodet-page .init-1 .container .right .des img.wscnph{
    max-width: 50px;
    margin: 10px;
    display: inline-block;
}
.prodet-page .init-1 .container .right .img {
  margin-top: 20px;
}
.prodet-page .init-1 .container .right .more {
  display: inline-block;
  font-weight: 600;
  padding: 12px 20px;
  margin-top: 30px;
}
.prodet-page .init-1 .container .right .more span{
  vertical-align: middle;
}
.prodet-page .init-1 .container .right .more img {
  width: 16px;
  vertical-align: middle;
  margin-left: 30px;
  position: relative;
  z-index: 2;
}
.prodet-page .init-4 .container {
  font-weight: 600;
  text-transform: uppercase;
}
.prodet-page .init-4 .container .content {
  margin: 30px -15px 0;
}
.prodet-page .init-4 .container .content .slick .slick-track {
  margin-left: 0;
}
.prodet-page .init-4 .container .content .slick li {
  padding: 0 15px;
}
.prodet-page .init-4 .container .content .slick li .box .img {
  display: block;
  overflow: hidden;
  background-color: white;
  border: 1px solid transparent;
  -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.prodet-page .init-4 .container .content .slick li .box .img img {
  width: 100%;
}
.prodet-page .init-4 .container .content .slick li:hover .box .img{
  border-color: var(--color);
}
.prodet-page .init-4 .container .content .slick li .box .text {
  display: block;
  margin-top: 16px;
  line-height: 30px;
}
.prodet-page .init-4 .container .content .slick li .box .text:hover {
  color: var(--color);
}
@media (max-width: 1500px) {
  .about-page .init-1 .container .list_cont .list .num {
    font-size: 80px;
  }
}
@media (max-width: 1250px) {
  .inner-banner .bottom_c .left {
    display: none;
  }
  .inner-banner .bottom_c .right {
    width: 100%;
    text-align: left;
    margin: 16px 0;
  }
  .news-page .container ul li .box .title{
    font-size: 16px;
  }
}
@media (max-width: 1000px) {
  .inner-banner .cat_cont {
    height: auto;
    padding: 100px 0;
  }
  .inner-banner .cat_cont .container .cat_name {
    line-height: 2;
    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);
    text-align: center;
  }
  .about-page .init-1 .container .des {
    text-align: center;
    line-height: 2;
  }
  .about-page .init-2 .container .img {
    height: 300px;
  }
  .about-page .init-3 .container .list .column {
    width: 100%;
  }
  .about-page .init-3 .container .list .right {
    padding: 0;
    text-align: center;
    margin-top: 20px;
  }
  .about-page .init-3 .container .list .right .line {
    margin: 6px auto 0;
  }
  .about-page .init-3 .container .list:nth-child(2n) .left {
    left: 0;
  }
  .about-page .init-3 .container .list:nth-child(2n) .right {
    left: 0;
    padding: 0;
  }
  .about-page .init-4 .container .content {
    margin: 40px -10px 0;
  }
  .about-page .init-4 .container .content .slick li {
    padding: 0 10px;
  }
  .about-page .init-5 .container .img {
    height: 400px;
  }
  .about-page .init-6 .container .column {
    width: 100%;
  }
  .about-page .init-6 .container .right {
    padding-left: 0;
    margin-top: 20px;
    text-align: center;
  }
  .font-16{
    font-size: 16px;
  }
  .news-page .container ul {
    margin: 0 -5px;
  }
  .news-page .container ul li {
    padding: 0 5px;
    margin-top: 10px;
    text-align: center;
    width: 50% !important;
  }
  .news-page .container ul li .box {
    padding: 15px;
  }
  .news-page .container ul li .box .time {
    margin-left: 0;
  }
  .contact-page .init-1 .container .left {
    width: 100%;
    text-align: center;
  }
  .contact-page .init-1 .container .left form .list .name {
    text-align: left;
  }
  .contact-page .init-1 .container .left form .submit_c .submit_btn {
    width: 100%;
  }
  .contact-page .init-1 .container .right {
    width: 100%;
    margin-top: 40px;
    padding-left: 0;
  }
  .contact-page .init-1 .container .right .tips {
    text-align: center;
  }
  .product-page .product-list li {
    text-align: center;
    width: 33.33% !important;
  }
  .prodet-page .init-1 .container .left {
    width: 100%;
    padding: 0 60px;
  }
  .prodet-page .init-1 .container .right {
    width: 100%;
    margin-top: 40px;
  }
  .prodet-page .init-1 .container .right .title {
    text-align: center;
  }
  .prodet-page .init-4 .container .tips {
    text-align: center;
  }
  .prodet-page .init-4 .container .content .slick li .box .text {
    text-align: center;
  }
}
@media (max-width: 700px) {
  .about-page .init-1 .h4{
    line-height: 2;
  }
  .about-page .init-1 .container .list_cont .list {
    margin: 20px 0 0;
    text-align: center;
    width: 100%;
  }
  .about-page .init-1 .container .list_cont .list .text {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
  .about-page .init-2 {
    margin-top: 40px;
  }
  .news-page .container ul li{
    width: 100% !important;
  }
  .product-page .product-list li{
    width: 50% !important;
  }
}
@media (max-width: 500px) {
  .inner-banner .bottom_c .right {
    font-size: 14px;
    line-height: 2;
  }
  .inner-banner .bottom_c .right .img {
    margin-top: 8px;
  }
  .about-page .init-1 .container .list_cont {
    margin-top: 10px;
  }
  .about-page .init-1 .container .list_cont .list .num {
    font-size: 50px;
  }
  .about-page .init-1 .container .list_cont .list .text {
    margin-top: 10px;
  }
  .about-page .init-3 {
    padding-top: 10px;
  }
  .about-page .init-3 .container .list {
    margin-top: 40px;
  }
  .about-page .init-4 .container .line {
    margin: 6px auto 0;
  }
  .about-page .init-4 .container .content {
    margin-top: 20px;
  }
  .about-page .init-4 .container .s_page {
    margin-top: 10px;
  }
  .about-page .init-4 .container .s_page li {
    width: 8px;
    height: 8px;
    margin: 0 5px;
  }
  .about-page .init-5 {
    height: auto;
  }
  .inner-page .h3{
    font-size: 24px;
    line-height: 1.5;
  } 
  .m-page {
    margin-top: 30px;
  }
  .m-page a {
    width: 26px;
    height: 26px;
    line-height: 26px;
    margin: 5px;
  }
  .m-page a::before {
    left: 8px;
  }
  .m-page span {
    line-height: 28px;
    width: 26px;
    height: 26px;
    margin: 2px;
  }
  .news-page .container ul {
    margin: 0;
  }
  .news-page .container ul li {
    padding: 0;
    margin-top: 20px;
  }
  .newdet-page .container .content {
    margin-top: 20px;
  }
  .m-link {
    margin-top: 20px;
  }
  .contact-page .init-1 .container .left form {
    margin-top: 20px;
  }
  .contact-page .init-1 .container .left form .list {
    margin-top: 10px;
  }
  .contact-page .init-1 .container .left form .list input {
    padding: 6px;
  }
  .contact-page .init-1 .container .left form .list textarea {
    padding: 6px;
  }
  .contact-page .init-1 .container .left form .submit_c .submit_btn {
    padding: 4px 20px;
  }
  .contact-page .init-1 .container .right .list ul li {
    margin-top: 16px;
  }
  .contact-page .init-1 .container .right .list ul li .tips_2 i {
    width: 30px;
  }
  .contact-page .init-1 .container .right .list ul li .cont {
    margin: 8px 0;
  }
  .product-page .product-list {
    margin: 0;
  }
  .product-page .product-list li {
    padding: 0;
    width: 100% !important;
  }
  .prodet-page .init-1 .container .left {
    padding: 0;
  }
  .prodet-page .init-1 .container .left .big_img .btn {
    width: 26px;
    height: 26px;
    font-size: 20px;
    line-height: 24px;
    z-index: 2;
  }
  .prodet-page .init-1 .container .left .big_img .prev {
    left: -8px;
  }
  .prodet-page .init-1 .container .left .big_img .prev i {
    margin-left: -2px;
  }
  .prodet-page .init-1 .container .left .big_img .next {
    right: -8px;
  }
  .prodet-page .init-1 .container .left .big_img .next i {
    margin-left: 2px;
  }
  .prodet-page .init-1 .container .left .small_img ul {
    margin: 0 -5px;
  }
  .prodet-page .init-1 .container .left .small_img ul li {
    padding: 0 5px;
  }
  .prodet-page .init-1 .container .right .title {
    line-height: 1.8;
  }
}
.product-page .top {
  text-align: center;
  margin-top: 5%;
}
.product-page .top .fl-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 365px;
  height: 68px;
}
.product-page .top .fl-list span {
  width: 100%;
  height: 100%;
  display: block;
  border: solid 1px #474747;
  text-align: left;
  padding: 21px 34px 0 28px;
  cursor: pointer;
  font-size: 16px;
  color: #474747;
  font-weight: bold;
  line-height: 1.8;
}
.product-page .top .fl-list span em {
  display: inline-block;
  /*margin-right: 22px;*/
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 86%;
}
.product-page .top .fl-list span i {
  float: right;
  margin-top: 8px;
}
.product-page .top .fl-list ul {
  text-align: left;
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 0;
  width: 100%;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -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;
  background: white;
  -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);
}
.product-page .top .fl-list ul li {
  font-size: 14px;
  padding: 10px;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  transition: .2s;
  font-weight: bold;
}
.product-page .top .fl-list ul li:hover {
  color: var(--color);
}
.product-page .top .fl-list:hover ul {
  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;
}
.product-page .top .product-search {
  vertical-align: top;
  display: inline-block;
  margin-left: 54px;
}
.product-page .top .product-search form {
  width: 365px;
  position: relative;
}
.product-page .top .product-search form input[type="text"] {
  width: 100%;
  height: 68px;
  border: solid 1px #474747;
  font-size: 16px;
  color: #474747;
  font-weight: bold;
  padding: 0 100px 0 30px;
}
.product-page .top .product-search form input[type="submit"] {
  width: 91px;
  height: 68px;
  border: 1px solid #474747;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/product-search.png) #474747 no-repeat center center;
}
@media screen and (max-width: 1000px){
   .product-page .top .fl-list {
    width: 320px; 
    margin-bottom: 20px;
  }
  .product-page .top .product-search {
    margin-left: 0px; 
  }
  .product-page .top .product-search form {
    width: 320px;
  }
}
.seoPublic .Auxil-about .box .left .img{
  height: auto !important;
}
#mobile3 .m-logo{
  background: #fff;
}
#mobile3 .m-btn i{
  background: #332c2b;
}
#pups_shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_from {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: 600;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from form {
  margin-top: 40px;
}
#pups_from i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from i.close::after,
#pups_from i.close::before {
  content: '';
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: var(--color);
}
#pups_from i.close:hover::before,
#pups_from i.close:hover::after {
  background: white;
}
#pups_from ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from ul li input,
#pups_from ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_from ul li input:focus,
#pups_from ul li textarea:focus {
  border-color: var(--color);
}
#pups_from ul li textarea {
  height: 80px;
}
#pups_from ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: var(--color);
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from ul li:last-child {
  margin-bottom: 0;
}
.seoPublic .Auxil-about .box .right .text{
  font-size: 18px;
}
.seoPublic .Auxil-news .list ul li .content .more{
  padding: 24px;
}