@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;
}
@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-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;
}
body {
  --color: #8a276f;
  max-width: 1920px;
  margin: 0 auto;
  font-family: 'Poppins';
  font-weight: 400;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.container {
  padding: 0 15px;
  position: relative;
  width: 1720px;
  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: 20px;
  background-image: -webkit-linear-gradient(138deg, #f1bb21 0%, #912b6f 70%, #512766 97%, #492765 100%);
  background-image: -moz-linear-gradient(138deg, #f1bb21 0%, #912b6f 70%, #512766 97%, #492765 100%);
  background-image: linear-gradient(-48deg, #f1bb21 0%, #912b6f 70%, #512766 97%, #492765 100%);
  color: #fff;
  border-radius: 12px;
  padding: 21px 21px 19px 26px;
  position: relative;
}
.more img {
  margin-left: 53px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more::after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  bottom: -6px;
  left: 7px;
}
.more:hover img {
  -webkit-transform: translateX(6px);
  -moz-transform: translateX(6px);
  -ms-transform: translateX(6px);
  transform: translateX(6px);
}
#header {
  z-index: 20;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav {
  position: relative;
  background: rgba(0, 0, 0, 0.61);
  border-bottom: 1px solid #fff;
}
#header .nav .logo {
  margin-right: auto;
}
#header .nav .top {
  margin: 0 0 0 auto;
}
#header .nav .menu-box {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .menu-box ul.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .nav .menu-box ul.menu > li {
  margin-right: 2.8em;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  text-transform: uppercase;
  color: #fff;
}
#header .nav .menu-box ul.menu > li > a {
  line-height: 1;
}
#header .nav .menu-box ul.menu > li > a i {
  position: absolute;
  right: 0;
  top: 30%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
}
#header .nav .menu-box ul.menu > li > a:after {
  content: '\e768';
  font-family: "iconfont";
  font-weight: normal;
  margin-left: 9px;
}
#header .nav .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: 130%;
  left: 0;
  width: auto;
  -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 .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
  white-space: nowrap;
}
#header .nav .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
}
#header .nav .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .menu-box ul.menu > li ul.sub-menu li:hover a {
  color: #fff;
}
#header .nav .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 .menu-box ul.menu > li:hover,
#header .nav .menu-box ul.menu > li.active {
  font-weight: bold;
}
#header .nav .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .h-search {
  cursor: pointer;
  color: #fff;
  line-height: 1;
  border-right: 1px solid #fff;
}
#header .nav .yuy span {
  position: relative;
  color: #fff;
  line-height: 1;
}
#header .nav .yuy ul {
  left: initial;
  right: 0;
  z-index: 100;
}
.text-color {
  color: var(--color);
}
#banner {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#banner ul li {
  position: relative;
}
#banner ul li > img {
  width: 100%;
}
#banner ul li .text {
  position: absolute;
  z-index: 1;
  top: 66%;
  -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: 844px;
  font-weight: 600;
}
#banner ul li .text .title {
  line-height: 1.3;
  border-bottom: 1px solid #fff;
}
#banner ul li .text .num {
  line-height: 1;
}
#banner ul li::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
#banner .list {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  padding-bottom: 5.4167%;
}
#banner .list ul {
  max-width: 557px;
  margin: 0 0 0 auto;
}
#banner .list ul li {
  padding-right: 18px;
}
#banner .list ul li .img {
  border-radius: 12px;
  overflow: hidden;
}
#banner .list ul li .img span {
  position: absolute;
  color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 1;
  padding: 8px 10px 0;
  z-index: 1;
}
#banner .list ul li .img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.43);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .list ul li:last-child {
  padding-right: 0;
}
#banner .list ul li::after {
  display: none;
}
#banner .list ul li.active .img::after {
  opacity: 0;
}
.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;
}
.font-30 {
  line-height: 1.2;
}
.title,
.i-title {
  font-weight: 600;
}
.i-tag {
  font-size: 20px;
  padding-left: 16px;
  position: relative;
  display: block;
}
.i-tag::before {
  content: '';
  position: absolute;
  left: 0;
  top: 43%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 9px;
  height: 15px;
  background: url(../images/tb.png) no-repeat center;
  background-size: cover;
}
.i-tag.white {
  color: #fff;
}
.i-tag.white::before {
  background: url(../images/tb1.png) no-repeat center;
}
.i-title {
  line-height: 1.2;
}
@-webkit-keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-36%);
    transform: translateX(-36%);
  }
}
@-moz-keyframes scroll-left {
  0% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -moz-transform: translateX(-36%);
    transform: translateX(-36%);
  }
}
@keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-36%);
    -moz-transform: translateX(-36%);
    transform: translateX(-36%);
  }
}
@-webkit-keyframes scroll-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(64%);
    transform: translateX(64%);
  }
}
@-moz-keyframes scroll-right {
  0% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -moz-transform: translateX(64%);
    transform: translateX(64%);
  }
}
@keyframes scroll-right {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(64%);
    -moz-transform: translateX(64%);
    transform: translateX(64%);
  }
}
#index-body {
  background: url(../images/bg.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
#index-body .i-about {
  background-image: -webkit-linear-gradient(138deg, #f1bb21 0%, #912b6f 70%, #512766 97%, #492765 100%);
  background-image: -moz-linear-gradient(138deg, #f1bb21 0%, #912b6f 70%, #512766 97%, #492765 100%);
  background-image: linear-gradient(-48deg, #f1bb21 0%, #912b6f 70%, #512766 97%, #492765 100%);
  color: #fff;
  padding: 8.4375% 0 8.5% 0;
  z-index: 1;
}
#index-body .i-about .img {
  width: 32.48521%;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
}
#index-body .i-about .text {
  width: 56.331361%;
}
#index-body .i-about .text h1 {
  display: inline;
}
#index-body .i-about .text p {
  margin-top: 32px;
}
#index-body .i-about .text p:first-child {
  margin-top: 0;
}
#index-body .i-about .text a {
  line-height: 1;
  border-bottom: 1px solid #fff;
}
#index-body .i-about .text a:hover i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#index-body .i-about .icon {
  width: 19.375%;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}
#index-body .i-init {
  background: url(../images/bg-logo.png) no-repeat left top;
}
#index-body .i-init .i-advantage {
  padding: 4.63542% 0 2.45%;
  border-bottom: 1px solid #aeaeae;
}
#index-body .i-init .i-advantage .top .left {
  width: 39%;
}
#index-body .i-init .i-advantage .top .left .i-title {
  line-height: 1.4;
  color: transparent;
  background: -webkit-linear-gradient(138deg, #f1bb21 0%, #912b6f 70%, #512766 97%, #492765 100%);
  background: -moz-linear-gradient(138deg, #f1bb21 0%, #912b6f 70%, #512766 97%, #492765 100%);
  background: linear-gradient(-48deg, #f1bb21 0%, #912b6f 70%, #512766 97%, #492765 100%);
  -webkit-background-clip: text;
  background-clip: text;
}
#index-body .i-init .i-advantage .top .left p {
  color: #6b6b6b;
}
#index-body .i-init .i-advantage .top .right {
  width: 52%;
}
#index-body .i-init .i-advantage .top .right ul li i {
  height: 71px;
}
#index-body .i-init .i-advantage .top .right ul li i img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
#index-body .i-init .i-advantage .top .right ul li p {
  line-height: 1.2;
  max-width: 150px;
}
#index-body .i-init .i-advantage .top .right ul li:hover {
  color: #97316c;
  font-weight: bold;
}
#index-body .i-init .i-advantage .top .right ul li:hover i img {
  -webkit-filter: none;
  filter: none;
}
#index-body .i-init .i-product {
  padding: 4.84375% 0 4.01042%;
  border-bottom: 1px solid #aeaeae;
}
#index-body .i-init .i-product .tit {
  line-height: 1.25;
}
#index-body .i-init .i-product .tit:hover {
  color: #97316c;
}
#index-body .i-init .i-product .line {
  height: 1px;
  background: #aeaeae;
}
#index-body .i-mana {
  z-index: 1;
}
#index-body .i-mana .header .tit {
  font-size: 110px;
  line-height: .9;
}
#index-body .i-mana .header .tit1 {
  -webkit-animation: scroll-left 6s ease-in-out infinite alternate;
  -moz-animation: scroll-left 6s ease-in-out infinite alternate;
  animation: scroll-left 6s ease-in-out infinite alternate;
}
#index-body .i-mana .header .tit2 {
  -webkit-animation: scroll-right 6s ease-in-out infinite alternate;
  -moz-animation: scroll-right 6s ease-in-out infinite alternate;
  animation: scroll-right 6s ease-in-out infinite alternate;
}
#index-body .i-mana ul li .img {
  overflow: hidden;
}
#index-body .i-mana ul li .img .text {
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  z-index: 1;
  -webkit-transform: translateY(60%);
  -moz-transform: translateY(60%);
  -ms-transform: translateY(60%);
  transform: translateY(60%);
}
#index-body .i-mana ul li .img .text .tit {
  font-weight: 600;
}
#index-body .i-mana ul li .img .text .con {
  max-width: 442px;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-mana ul li .img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-mana ul li .img:hover .text {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  color: #000;
}
#index-body .i-mana ul li .img:hover .text .con {
  opacity: 1;
}
#index-body .i-mana ul li .img:hover::after {
  opacity: 0;
}
#index-body .i-mana::after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 46.83%;
  top: 55px;
  left: 0;
  background-color: #f4f4f4;
}
#index-body .i-news {
  padding: 7.75148% 0 4.896%;
}
#index-body .i-news .header {
  border-bottom: 1px solid #aeaeae;
}
#index-body .i-news .i-title {
  font-weight: 500;
}
#index-body .i-news .top {
  border-bottom: 1px solid #aeaeae;
}
#index-body .i-news .top ul li .left {
  width: 47.6%;
}
#index-body .i-news .top ul li .left time {
  color: #818181;
  opacity: 0.8;
}
#index-body .i-news .top ul li .left .tit {
  font-weight: 500;
}
#index-body .i-news .top ul li .left .tit:hover {
  color: transparent;
  background-image: -webkit-linear-gradient(138deg, #f1bb21 0%, #912b6f 70%, #512766 97%, #492765 100%);
  background-image: -moz-linear-gradient(138deg, #f1bb21 0%, #912b6f 70%, #512766 97%, #492765 100%);
  background-image: linear-gradient(-48deg, #f1bb21 0%, #912b6f 70%, #512766 97%, #492765 100%);
  -webkit-background-clip: text;
  background-clip: text;
}
#index-body .i-news .top ul li .left .con {
  color: #818181;
  opacity: 0.8;
}
#index-body .i-news .top ul li .left .link {
  font-size: 26px;
}
#index-body .i-news .top ul li .right {
  width: 29.231%;
  border-radius: 15px;
  overflow: hidden;
}
#index-body .i-news .bottom {
  border-bottom: 1px solid #aeaeae;
}
#index-body .i-news .bottom ul li .bt {
  font-weight: 500;
  width: 65.02%;
  padding-left: 47px;
  position: relative;
}
#index-body .i-news .bottom ul li .bt::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 21px;
  height: 6px;
  background-image: -webkit-linear-gradient(356deg, #4d2766 0%, #9a346b 41%, #c57647 72%, #efb823 100%), -webkit-linear-gradient(#000000, #000000);
  background-image: -moz-linear-gradient(356deg, #4d2766 0%, #9a346b 41%, #c57647 72%, #efb823 100%), -moz-linear-gradient(#000000, #000000);
  background-image: linear-gradient(94deg, #4d2766 0%, #9a346b 41%, #c57647 72%, #efb823 100%), linear-gradient(#000000, #000000);
  background-blend-mode: normal, normal;
  border-radius: 3px;
}
#index-body .i-news .bottom ul li .bt:hover {
  color: transparent;
  background-image: -webkit-linear-gradient(138deg, #f1bb21 0%, #912b6f 70%, #512766 97%, #492765 100%);
  background-image: -moz-linear-gradient(138deg, #f1bb21 0%, #912b6f 70%, #512766 97%, #492765 100%);
  background-image: linear-gradient(-48deg, #f1bb21 0%, #912b6f 70%, #512766 97%, #492765 100%);
  -webkit-background-clip: text;
  background-clip: text;
}
#index-body .i-news .bottom ul li time {
  color: #818181;
  opacity: 0.8;
}
#footer {
  color: #fff;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  background-repeat: no-repeat;
  overflow: hidden;
}
#footer .footer-top {
  border-bottom: 1px solid #fff;
}
#footer .footer-top .left {
  width: 29.586%;
}
#footer .footer-top .left p {
  line-height: 1.4;
}
#footer .footer-top .right .title {
  font-weight: bold;
}
#footer .footer-top .right ul li {
  font-size: 18px;
  margin-bottom: 6px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .footer-top .right ul li:hover {
  -webkit-transform: translateX(6px);
  -moz-transform: translateX(6px);
  -ms-transform: translateX(6px);
  transform: translateX(6px);
}
#footer .footer-top .right ul li:last-child {
  margin-bottom: 0;
}
#footer .footer-middle {
  border-bottom: 1px solid #fff;
}
#footer .footer-middle ul li {
  font-size: 18px;
  font-weight: 500;
}
#footer .footer-bottom {
  border-bottom: 1px solid #fff;
}
#footer .footer-bottom .info {
  width: 62%;
}
#footer .footer-bottom .info p {
  line-height: 1.3;
}
#footer .footer-bottom .link {
  background-color: #000000;
  border-radius: 12px;
  line-height: 1;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#footer .footer-bottom .link i {
  font-size: 35px;
}
#footer .footer-bottom .link::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: -webkit-linear-gradient(138deg, #f1bb21 0%, #912b6f 70%, #512766 97%, #492765 100%);
  background: -moz-linear-gradient(138deg, #f1bb21 0%, #912b6f 70%, #512766 97%, #492765 100%);
  background: linear-gradient(-48deg, #f1bb21 0%, #912b6f 70%, #512766 97%, #492765 100%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .footer-bottom .link:hover::after {
  width: 100%;
}
#footer .f-copy {
  font-size: 18px;
}
#footer svg {
  max-height: 1.55555556em;
  width: auto;
  display: inline-block;
  fill: white;
}
@media (max-width: 1250px) {
  #banner ul li .text {
    top: 40%;
  }
  #index-body .i-init .i-advantage .top .right ul {
    margin: -10px 0;
  }
  #index-body .i-init .i-advantage .top .right ul li {
    padding: 10px 0;
  }
  #index-body .i-mana .header .tit {
    font-size: 100px;
  }
  .fixed-toolbar ul li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }
}
@media (max-width: 1000px) {
  #index-body .i-mana .header .tit {
    font-size: 60px;
    white-space: nowrap;
  }
  #index-body .i-mana ul li .img .text {
    padding: 0 20px 20px;
  }
}
@media (max-width: 700px) {
  #banner .list {
    padding-bottom: 2%;
  }
  #banner .list ul {
    max-width: 500px;
  }
  .i-tag {
    font-size: 16px;
  }
  .font-18 {
    font-size: 16px;
  }
  .font-20,
  .font-24 {
    font-size: 20px;
  }
  .font-36 {
    font-size: 26px;
  }
  .font-50 {
    font-size: 30px;
  }
  .more {
    font-size: 16px;
    padding: 12px 12px 10px 13px;
  }
  .more img {
    margin-left: 26px;
  }
  #index-body .i-about .content {
    margin-top: 20px;
  }
  #index-body .i-about .img {
    position: initial;
    width: 100%;
  }
  #index-body .i-about .text {
    width: 100%;
  }
  #index-body .i-init .i-advantage .top .left {
    width: 100%;
  }
  #index-body .i-init .i-advantage .top .right {
    width: 100%;
    margin-top: 20px;
  }
  #index-body .i-mana .header .tit {
    font-size: 50px;
    white-space: nowrap;
  }
  #index-body .i-mana ul li .img .text {
    padding: 0 13px 12px;
  }
  #index-body .i-news .top ul li .left {
    width: 60%;
  }
  #index-body .i-news .top ul li .right {
    width: 35%;
  }
  #index-body .i-mana .header .tit {
    font-size: 70px;
  }
  #footer {
    position: initial;
  }
  #footer .font-26 {
    font-size: 24px;
  }
  #footer .footer-top {
    display: none;
  }
  #footer .footer-middle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  #footer .footer-middle .left {
    width: 100%;
    margin-top: 10px;
  }
  #footer .footer-bottom {
    display: none;
  }
  #footer .f-copy {
    display: block;
  }
  #footer .f-copy p {
    display: inline;
  }
  #footer .f-copy svg {
    vertical-align: middle;
    margin-top: -3px;
  }
}
@media (max-width: 500px) {
  .font-20 {
    font-size: 18px;
  }
  #banner .list {
    display: none;
  }
  #index-body .i-mana .header .tit {
    font-size: 40px;
  }
  .flex-2 > * {
    width: 100%;
  }
  #index-body .i-news .more {
    margin-top: 20px;
  }
  #index-body .i-news .top ul li .left {
    width: 100%;
  }
  #index-body .i-news .top ul li .right {
    width: 100%;
  }
  #index-body .i-news .bottom ul li .tit {
    display: block;
  }
  #index-body .i-news .bottom ul li .tit .bt {
    padding-left: 30px;
    width: 100%;
  }
  #index-body .i-news .bottom ul li .tit time {
    padding: 6px 0 0 30px;
  }
  #footer .footer-middle ul li {
    font-size: 16px;
    line-height: 1.8;
  }
  #footer .f-copy {
    font-size: 16px;
  }
}
.inner-banner {
  position: relative;
  z-index: 1;
}
.inner-banner .ui.container {
  position: absolute;
  left: 50%;
  top: 60%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: white;
}
.inner-banner .ui.container h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
}
.inner-banner .ui.container .mbx {
  font-size: 20px;
}
.font-48{
  line-height: 1.2;
}
.faq-page {
  background: url(../images/faq-page-bg.jpg) no-repeat right top;
}
.faq-page .faq-1 {
  text-align: center;
  padding: 120px 0 150px;
  margin-top: 84px;
}
.faq-page .faq-1 .mbx {
  font-size: 20px;
  margin: 10px 0 50px;
}
.faq-page .faq-1 form {
  width: 700px;
  height: 70px;
  position: relative;
  margin: auto;
}
.faq-page .faq-1 form input {
  background: black;
  color: white;
  width: 100%;
  height: 100%;
  border: none;
  font-size: 18px;
  padding: 0 15px;
}
.faq-page .faq-1 form input[type="submit"] {
  position: absolute;
  right: 0;
  width: 70px;
  height: 100%;
  background: url(../images/search.png) no-repeat center;
}
.faq-page .faq-2 {
  padding-bottom: 120px;
}
.faq-page .faq-2 .ui.container {
  padding: 0 150px;
}
.faq-page .faq-2 .box {
  -webkit-box-shadow: -6px -7px 75px 11px rgba(8, 1, 3, 0.08);
  box-shadow: -6px -7px 75px 11px rgba(8, 1, 3, 0.08);
  padding: 100px 150px;
  background: white;
}
.faq-page .faq-2 ul li {
  border: 1px solid #bfbfbf;
  padding: 18px 15px;
  border-bottom: none;
}
.faq-page .faq-2 ul li .h4 {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}
.faq-page .faq-2 ul li .h4 span {
  width: 35px;
  height: 35px;
  display: inline-block;
  background: black;
  color: white;
  position: absolute;
  right: 10px;
  font-weight: normal;
  text-align: center;
  line-height: 32px;
}
.faq-page .faq-2 ul li .h4 span::before {
  width: 14px;
  height: 2px;
}
.faq-page .faq-2 ul li .h4 span::after {
  width: 2px;
  height: 14px;
}
.faq-page .faq-2 ul li .h4 span i {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: block;
}
.faq-page .faq-2 ul li .content {
  display: none;
  margin-top: 25px;
  line-height: 28px;
  color: #909090;
}
.faq-page .faq-2 ul li.active i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.faq-page .faq-2 ul li.active .h4 span::before {
  -webkit-transform: rotate(-45deg) translate(-4px, -4px);
  -moz-transform: rotate(-45deg) translate(-4px, -4px);
  -ms-transform: rotate(-45deg) translate(-4px, -4px);
  transform: rotate(-45deg) translate(-4px, -4px);
}
.faq-page .faq-2 ul li.active .h4 span::after {
  -webkit-transform: rotate(-45deg) translate(6px, -4px);
  -moz-transform: rotate(-45deg) translate(6px, -4px);
  -ms-transform: rotate(-45deg) translate(6px, -4px);
  transform: rotate(-45deg) translate(6px, -4px);
}
.faq-page .faq-2 ul li:last-child {
  border-bottom: 1px solid #bfbfbf;
}
.faq-page .faq-2 .form {
  margin-top: 95px;
}
.faq-page .faq-2 .form .title {
  margin-bottom: 20px;
  font-weight: bold;
}
.faq-page .faq-2 .form input,
.faq-page .faq-2 .form textarea {
  width: 100%;
  font-size: 18px;
  height: 50px;
  padding: 0 15px;
  border: 1px solid #bfbfbf;
  margin-bottom: 15px;
}
.faq-page .faq-2 .form textarea {
  height: 220px;
  padding: 15px;
}
.faq-page .faq-2 .form .more {
  border: none;
  margin-top: 20px;
  padding: 20px 50px 19px;
}
.faq-page .faq-2 .form .mores::after {
  z-index: 1;
}
.m-page {
  text-align: center;
  margin-top: 80px;
}
.m-page a,
.m-page span {
  font-size: 20px;
  color: #909090;
  padding: 0 10px;
}
.m-page span {
  color: black;
  position: relative;
  margin-right: 50px;
}
.m-page span::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 1px;
  background-color: black;
}
.gallery-page {
  padding: 100px 0;
}
.gallery-page ul {
  margin: -15px;
}
.gallery-page ul li {
  padding: 15px;
  text-align: center;
}
.gallery-page ul li h5 {
  font-size: 20px;
  text-transform: uppercase;
  margin-top: 15px;
}
.news-page .newsbox .ui.container {
  padding: 110px 0;
}
.news-page .newsbox .ui.container i.line {
  width: 1px;
  background: var(--color);
  height: 100%;
  position: absolute;
  top: 0;
}
.news-page .newsbox .ui.container i.line:nth-child(1) {
  left: 25%;
}
.news-page .newsbox .ui.container i.line:nth-child(2) {
  left: 50%;
}
.news-page .newsbox .ui.container i.line:nth-child(3) {
  left: 75%;
}
.news-page .newsbox ul.newslist {
  margin: 0 -40px;
  margin-bottom: -90px;
}
.news-page .newsbox ul.newslist li {
  padding: 0 40px;
  margin-bottom: 90px;
}
.news-page .newsbox ul.newslist li .item .h5 {
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 15px;
  font-size: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .newsbox ul.newslist li .item .h5:hover{
  color: var(--color);
}
.news-page .newsbox ul.newslist li .item .time {
  font-size: 16px;
  font-weight: 200;
}
.news-page .newsbox ul.newslist li .item p {
  margin-top: 15px;
  margin-bottom: 45px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.news-page .newsbox ul.newslist li .item a.more3 {
  height: 50px;
  width: 185px;
  border-radius: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #333;
  padding-left: 30px;
  padding-right: 10px;
  font-size: 18px;
  font-weight: bold;
}
.news-page .newsbox ul.newslist li .item a.more3 img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.newdet-page {
  padding: 120px 0;
}
.newdet-page .header {
  max-width: 1520px;
  width: 100%;
  padding: 0px;
  background: #fff;
  margin: 0 auto;
  text-align: center;
}
.newdet-page .header .categoty {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  background: var(--color);
  padding: 3px 12px;
  text-transform: uppercase;
}
.newdet-page .header h1 {
  font-size: 32px;
  line-height: 1.2;
  margin: 0;
  font-weight: bold;
}
.newdet-page .header .post_meta {
  margin-top: 26px;
}
.newdet-page .header .post_meta span {
  display: inline-block;
  vertical-align: middle;
}
.newdet-page .header .post_meta .post_author_avatar {
  margin-right: 11px;
}
.newdet-page .header .post_meta .photo {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.newdet-page .header .post_meta .post_author_name {
  font-size: 14px;
  line-height: 1;
}
.newdet-page .header .post_meta .post_author {
  display: inline-block;
  vertical-align: middle;
}
.newdet-page .header .post_meta .post_author::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  background: #83827F;
  border-radius: 50%;
  margin: 0 10px 0;
}
.newdet-page .header .post_meta .post_date {
  font-size: 14px;
  color: #83827F;
  margin-top: 5px;
}
.newdet-page .header .post_meta .post_date::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  background: #83827F;
  border-radius: 50%;
  margin: -6px 10px 0;
}
.newdet-page .header .post_meta .post_meta_number {
  font-size: 14px;
  color: #83827F;
}
.newdet-page .content {
  margin-top: 40px;
  font-size: 18px;
  line-height: 30px;
  color: #83827F;
}
.newdet-page .share {
  max-width: 1520px;
  width: 100%;
  margin: 40px auto 0;
  padding: 28px 0;
  border-top: 1px solid #d1d0c8;
  border-bottom: 1px solid #d1d0c8;
  text-align: right;
}
.newdet-page .share a {
  display: inline-block;
  vertical-align: middle;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  line-height: 48px;
  font-size: 20px;
  background: #fff;
  margin: 3px 0 3px 7px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.newdet-page .share a:first-child {
  margin-left: 0;
}
.newdet-page .share a:nth-child(1) {
  background: #48bde9;
  color: #fff;
}
.newdet-page .share a:nth-child(2) {
  background: #4f5fbf;
  color: #fff;
}
.newdet-page .share a:nth-child(3) {
  background: #7a7e83;
  color: #fff;
}
.newdet-page .share a:hover {
  margin-top: -3px;
}
.newdet-page .m-link {
  margin: 40px auto 0;
}
.newdet-page .m-link a {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .m-link a em {
  display: block;
  font-size: 14px;
  line-height: 28px;
  color: #a7a7a7;
}
.newdet-page .m-link a:first-child i {
  margin-right: 10px;
}
.newdet-page .m-link a:last-child {
  text-align: right;
}
.newdet-page .m-link a:last-child i {
  margin-left: 10px;
}
.newdet-page .m-link a span {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.8;
}
.newdet-page .m-link a:hover {
  color: #000;
}
.newdet-page .prodet-page {
  padding: 0;
}
.newdet-page .prodet-2 {
  max-width: 1520px;
  width: 100%;
  margin: 0 auto;
}
.newdet-page .prodet-2 .ret .slide .con .right {
  padding: 0;
}
.newdet-page .prodet-3 {
  margin: 30px auto;
}
.contact-1 {
  padding-top: 77px;
}
.contact-1 .ui.container {
  text-align: left;
}
.contact-1 .ui.container .h3 {
  font-weight: 500;
  color: var(--color);
  margin-bottom: 45px;
}
.contact-1 .ui.container .infobox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 60px;
  padding-top: 70px;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  position: relative;
}
.contact-1 .ui.container .infobox:before {
  content: "";
  width: 9px;
  height: 9px;
  background: #aaa;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: -4.5px;
}
.contact-1 .ui.container .infobox:after {
  content: "";
  width: 9px;
  height: 9px;
  background: #aaa;
  position: absolute;
  border-radius: 100%;
  left: 0;
  bottom: -4.5px;
}
.contact-1 .ui.container .infobox .info {
  display: inline-block;
  padding: 0 20px;
  margin-bottom: 30px;
}
.contact-1 .ui.container .infobox .info .h6 {
  color: #000;
  font-weight: bold;
  margin-bottom: 20px;
}
.contact-1 .ui.container .infobox .info p {
  line-height: 2;
  font-weight: 200;
}
.contact-1 .ui.container .infobox .info p em {
  color: var(--color);
}
.contact-2 {
  padding: 60px 0;
  position: relative;
}
.contact-2.top {
  padding-top: 90px;
  padding-bottom: 0;
}
.contact-2.top .ui.container {
  padding-top: 60px;
  position: relative;
  border-top: 1px solid #aaa;
}
.contact-2.top .ui.container:before {
  content: "";
  width: 9px;
  height: 9px;
  background: #aaa;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: -4.5px;
}
.contact-2 .mapbox {
  width: 35%;
  height: 560px;
  border-radius: 20px;
  overflow: hidden;
  position: absolute;
  bottom: 60px;
  left: 0;
  background: #eee;
}
.contact-2 .mapbox iframe {
  width: 100%;
  height: 100%;
}
.contact-2 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.contact-2 .ui.container .left {
  width: 35%;
}
.contact-2 .ui.container .left .h3 {
  line-height: 1.2972973;
}
.contact-2 .ui.container .right {
  width: 60%;
}
.contact-2 .ui.container .right .h4 {
  font-weight: bold;
  margin-bottom: 20px;
}
.contact-2 .ui.container .right ul {
  margin-bottom: 45px;
}
.contact-2 .ui.container .right ul li p {
  font-family: "gr";
  font-weight: 200;
  line-height: 2.11111111;
}
.contact-2 .ui.container .right ul.infolist li p {
  font-weight: 700;
}
.contact-2 .ui.container .right form {
  margin-bottom: -80px;
}
.contact-2 .ui.container .right form ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-2 .ui.container .right form ul li {
  margin-bottom: 35px;
}
.contact-2 .ui.container .right form ul li input[type="text"] {
  width: 100%;
  height: 90px;
  line-height: 90px;
  border-radius: 15px;
  border: 1px solid #aaa;
  background: transparent;
  color: #000;
  padding: 0 15px;
  font-family: "gr";
  font-weight: 300;
  font-size: 20px;
}
.contact-2 .ui.container .right form ul li input[type="text"]::-webkit-input-placeholder {
  color: #aaa;
}
.contact-2 .ui.container .right form ul li input[type="text"]:-moz-placeholder {
  color: #aaa;
}
.contact-2 .ui.container .right form ul li input[type="text"]::-moz-placeholder {
  color: #aaa;
}
.contact-2 .ui.container .right form ul li input[type="text"]:-ms-input-placeholder {
  color: #aaa;
}
.contact-2 .ui.container .right form ul li input[type="text"]::placeholder {
  color: #aaa;
}
.contact-2 .ui.container .right form ul li p {
  max-width: 702px;
}
.contact-2 .ui.container .right form ul li input[type="submit"] {
  height: 90px;
  line-height: 90px;
  background: #fff;
  border: 1px solid #aaa;
  padding: 0 55px;
  font-size: 26px;
  text-transform: uppercase;
  color: #000;
  border-radius: 45px;
  font-family: "gr";
  font-weight: 700;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.contact-2 .ui.container .right form ul li input[type="submit"]:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #fff;
  background: var(--color);
}
.contact-2 .ui.container .right form ul li.wid50 {
  width: 48%;
}
.contact-2 .ui.container .right form ul li.wid100 {
  width: 100%;
}
@media (max-width: 1400px) {
   .faq-page .faq-2 .box {
    padding: 100px 50px;
  }
  .news-page .newsbox ul.newslist li {
    width: 33.33%;
  }
  .news-page .newsbox .ui.container i.line:nth-child(1) {
    left: 33.33%;
  }
  .news-page .newsbox .ui.container i.line:nth-child(2) {
    left: 66.66%;
  }
  .news-page .newsbox .ui.container i.line:nth-child(3) {
    display: none;
  }
}
@media (max-width: 1200px) {
  .faq-page .faq-2 .ui.container {
    padding: 0 30px;
  }
}
@media (max-width: 1100px) {
  .newdet-page .header h1 {
    font-size: 50px;
    margin: 20px 40px 0;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner {
    margin-top: 60px;
  }
  .inner-banner > img {
    height: 220px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .inner-banner .ui.container h2 {
    font-size: 20px;
  }
  .inner-banner .ui.container .mbx {
    font-size: 16px;
  }
  .faq-page .faq-2 ul li .h4 {
    padding-right: 42px;
  }
  .faq-page .faq-2 ul li .h4 span {
    right: 0;
    top: 0;
  }
  .faq-page .faq-1 form {
    width: 100%;
  }
  .news-page .newsbox ul.newslist li {
    width: 50%;
  }
  .news-page .newsbox .ui.container i.line:nth-child(1) {
    left: 50%;
  }
  .news-page .newsbox .ui.container i.line:nth-child(2) {
    display: none;
  }
  .newdet-page {
    padding: 60px 0;
  }
  .newdet-page .header h1 {
    font-size: 40px;
    margin: 20px 27px 0;
  }
  .faq-page .faq-1 .bottom {
    padding-top: 40px;
  }
  .contact-2 .ui.container {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .contact-2 .ui.container .left {
    width: 100%;
  }
  .contact-2 .ui.container .right {
    width: 100%;
  }
  .contact-2 .mapbox {
    position: relative;
    width: 100%;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    margin-top: 40px;
  }
  .faq-page .faq-1,
  .gallery-page{
    padding: 60px 0;
  }
  .faq-page .faq-2{
    padding-bottom: 60px;
  }
  .faq-page .faq-2 .box {
    padding: 60px 25px;
  }
  .m-page{
    margin-top: 40px;
  }
}
@media screen and (max-width: 700px) {
  .font-48{
    font-size: 40px;
  }
  .faq-page .faq-1,
  .gallery-page{
    padding: 30px 0;
  }
  .m-page{
    margin-top: 20px;
  }
  .faq-page .faq-2{
    padding-bottom: 30px;
  }
  .faq-page .faq-2 .ui.container {
    padding: 0 15px;
  }
  .faq-page .faq-2 .box {
    padding: 50px 15px;
  }
  .font-28 {
    font-size: 20px;
  }
  .news-page .newsbox ul.newslist li {
    width: 100%;
  }
  .news-page .newsbox .ui.container i.line {
    display: none;
  }
  .newdet-page {
    padding: 30px 0;
  }
  .newdet-page .header {
    padding: 30px 20px;
  }
  .newdet-page .header h1 {
    font-size: 34px;
    margin: 20px 20px 0;
  }
  .newdet-page .content {
    margin-top: 20px;
  }
  .newdet-page .share {
    margin: 20px auto 0;
  }
  .newdet-page .m-lin {
    font-size: 16px;
  }
  .contact-2 .ui.container .right form ul li.wid50 {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .inner-banner{
    padding: 30px 0;
  }
  .inner-banner .ui.container{
    color: #1d1111;
    position: initial;
    transform: translate(0);
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
  }
  .font-48{
    font-size: 30px;
  }
  .prodet-page .prodet-3 h4 {
    font-size: 20px!important;
  }
  .newdet-page .header h1 {
    font-size: 20px;
    margin: 20px 0px 0;
    line-height: 30px;
  }
  .newdet-page .content {
    font-size: 16px;
    line-height: 30px;
  }
  .newdet-page .m-link a {
    display: block;
    width: 100%;
  }
  .newdet-page .m-link a:last-child {
    text-align: left;
    margin-top: 20px;
  }
  .contact-2 .ui.container .right form ul li input[type="submit"] {
    font-size: 18px;
  }
}
.product-page{
    padding: 70px 0;
}
.product-page .product-content .container .product-left {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  width: 28%;
  padding-right: 50px;
}
.product-page .product-content .container .product-left form {
  margin-bottom: 40px;
  width: 100%;
  position: relative;
}
.product-page .product-content .container .product-left form input[type=text] {
  width: 100%;
  height: 43px;
  border: 1px solid #eee;
  padding: 10px 20px;
  padding-right: 50px;
  font-size: 14px;
  color: #555;
}
.product-page .product-content .container .product-left form input[type=submit] {
  position: absolute;
  width: 43px;
  height: 43px;
  border: none;
  background: url(../images/search.png) no-repeat center center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  filter: invert(1);
  -webkit-filter: invert(1);
}
.product-page .product-content .container .product-left .inner-cat .inner-title {
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
}
.product-page .product-content .container .product-left .inner-cat .item_cont_c {
  font-size: 16px;
}
.product-page .product-content .container .product-left .inner-cat .item_cont_c li {
  padding-right: 30px;
  position: relative;
}
.product-page .product-content .container .product-left .inner-cat .item_cont_c li a {
  display: inline-block;
  padding: 8px 0;
}
.product-page .product-content .container .product-left .inner-cat .item_cont_c li i {
  position: absolute;
  top: 12px;
  right: 0;
  cursor: pointer;
  font-size: 18px;
}
.product-page .product-content .container .product-left .inner-cat .item_cont_c li i.active_2 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.product-page .product-content .container .product-left .inner-cat .item_cont_c li.active > a,
.product-page .product-content .container .product-left .inner-cat .item_cont_c li.active > i {
color: var(--color);
}
.product-page .product-content .container .product-left .inner-cat .item_cont_c li .item_cont {
  display: none;
  padding-left: 20px;
}
.product-page.customized-page .product-content .container .product-left .inner-cat .item_cont_c li .item_cont{
    display: block;
}
.product-page .product-content .container .product-left .inner-cat .item_cont_c li .item_cont li {
  border-bottom: 1px solid #d9d9d9;
  padding-right: 0;
}
.product-page .product-content .container .product-left .inner-cat .item_cont_c li .item_cont li:last-child {
  border: none;
}
.product-page .product-content .container .product-left .inner-recent {
  margin-top: 40px;
}
.product-page .product-content .container .product-left .inner-recent .inner-title {
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
}
.product-page .product-content .container .product-left .inner-recent ul li {
  margin-top: 26px;
}
.product-page .product-content .container .product-left .inner-recent ul li .column {
  vertical-align: middle;
}
.product-page .product-content .container .product-left .inner-recent ul li .r-img {
  width: 80px;
  overflow: hidden;
  border: 1px solid #e7e7e7;
}
.product-page .product-content .container .product-left .inner-recent ul li .r-img img {
  width: 100%;
}
.product-page .product-content .container .product-left .inner-recent ul li .r-text {
  width: -webkit-calc(20%);
  width: -moz-calc(20%);
  width: calc(100% - 80px);
  padding-left: 20px;
}
.product-page .product-content .container .product-left .inner-recent ul li .r-text a {
  display: block;
  font-weight: bold;
  line-height: 28px;
}
.product-page .product-content .container .product-left .inner-recent ul li .r-text a:hover {
  color: var(--color);
}
.product-page .product-content .container .product-left .inner-recent ul li .r-text .star_list {
  margin-top: 14px;
  color: var(--color);
}
.product-page .product-content .container .product-right {

  width: 72%;
}
.product-page .product-content .container .product-right .cat_name {
  font-weight: bold;
}
.product-page .product-content .container .product-right .cat_des {
  margin-top: 16px;
  line-height: 30px;
}
.product-page .product-content .container .product-right .cat_tips {
  font-size: 28px;
  color: #ff0000;
  font-weight: bold;
  margin-top: 24px;
}
.product-page .product-content .container .product-right .tab_list {
  margin-top: 14px;
}
.product-page .product-content .container .product-right .tab_list .list_cont .list {
  margin-top: 6px;
  text-align: center;
  width: -webkit-calc(42%);
  width: -moz-calc(42%);
  width: calc(50% - 8px);
  background-color: #eeeeee;
  font-size: 20px;
  padding: 14px 10px;
  font-weight: bold;
  cursor: pointer;
}
.product-page .product-content .container .product-right .tab_list .list_cont .list.active,
.product-page .product-content .container .product-right .tab_list .list_cont .list:hover {
  background-color: #ff0000;
  color: #fff;
}
.product-page .product-content .container .product-right .tab_list .list_cont .list2 {
  margin-left: 16px;
}
.product-page .product-content .container .product-right .cont_list .cont_content {
  margin-top: 40px;
}
.product-page .product-content .container .product-right .cont_list .cont_content .title{
  font-weight: bold;
  margin-bottom: 20px;
}
.product-page .product-content .container .product_list {
  margin-top: 40px;
}
.product-page .product-content .container .product_list ul > p{
  font-size: 16px;
  letter-spacing: 0;
}
.product-page .product-content .container .product_list ul li .box {
  position: relative;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  border: 1px solid;
  border-color: #e7e7e7;
  margin-left: -1px;
  margin-top: -1px;
  margin-bottom: 0;
  overflow: hidden;
}
.product-page .product-content .container .product_list ul li .box .img_c {
  overflow: hidden;
  position: relative;
}
.product-page .product-content .container .product_list ul li .box .product-inner {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.product-page .product-content .container .product_list ul li .box .product-inner .product-image {
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 1;
  -webkit-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -moz-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -o-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  bottom: 100%;
}
.product-page .product-content .container .product_list ul li .box .product-inner .product-image img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.product-page .product-content .container .product_list ul li .box .product-inner .second-image {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 1;
}
.product-page .product-content .container .product_list ul li .box .fa-box {
    position: absolute;
    z-index: 99;
    text-align: center;
    width: 100%;
    left: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.product-page .product-content .container .product_list ul li .box .fa-box a {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 2px;
  border: 1px solid #e7e7e7;
  font-size: 18px;
  text-align: center;
  line-height: 40px;
  color: #aaa;
}
.product-page .product-content .container .product_list ul li .box .fa-box a:hover {
  background-color: var(--color);
  color: #fff;
}
.product-page .product-content .container .product_list ul li .box .title {
  display: block;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
  line-height: 1.8;
}
.product-page .product-content .container .product_list ul li .box .title:hover {
  color: var(--color);
}
.product-page .product-content .container .product_list ul li .box .des {
    text-align: center;
    color: #aaa;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 30px;
}
.product-page .product-content .container .product_list ul li .box:hover .product-inner {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: -o-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s, -moz-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s, -moz-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s, -o-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s, -moz-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.product-page .product-content .container .product_list ul li .box:hover .product-inner .first-image {
  opacity: 0;
}
.product-page .product-content .container .product_list ul li .box:hover .product-inner .second-image {
  opacity: 1;
}
@media (max-width: 1250px){
  .body-overflow-box{
       overflow: hidden !important;
   } 
    .product-page .product-content .container .product-left {
    display: none;
  }
  .product-page .product-content .container .product-right {
    width: 100%;
  }
}
@media (max-width: 1000px){
    .product-page .product-content .container .product-right .cat_name {
    text-align: center;
  }
  .product-page .product-content .container .product-right .cat_des {
    text-align: center;
  }
  .product-page .product-content .container .product-right .cat_tips {
    text-align: center;
  }
}
@media (max-width: 500px){
    .product-page .product-content .container .product-right .cat_tips {
    font-size: 24px;
    line-height: 1.8;
  }
  .product-page .product-content .container .product-right .tab_list .list_cont .list {
    margin: 10px 0 0 0;
    width: 100%;
    font-size: 18px;
    padding: 8px 2px;
  }
  .product-page .product-content .container .product_list {
    margin-top: 20px;
  }
  .product-page .product-content .container .product_list ul li .box .des {
    padding-top: 6px;
  }
  .product-page .product-content .container .product_list ul li .box .title {
    margin-top: 10px;
  }
  .product-page .product-content .container .product-right .cont_list .cont_content {
    margin-top: 20px;
  }
}
.prodet-page .prodet-1 {
    background: #f7f7f7;
    padding: 80px 0 80px;
}
.prodet-page .prodet-1 .prodet-box {
    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-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.prodet-page .prodet-1 .prodet-box .left {
    width: 40%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.prodet-page .prodet-1 .prodet-box .left .img-big {
  overflow: hidden
}
.prodet-page .prodet-1 .prodet-box .right .img-scroll .slick-track {
  margin: 0;
  margin-right: auto;
}
.prodet-page .prodet-1 .prodet-box .right .img-scroll ul li {
    padding: 0px 10px;
    cursor: pointer;
}
.prodet-page .prodet-1 .prodet-box .right .img-scroll ul li img {
    border: 1px solid #efefef;
}
.prodet-page .prodet-1 .prodet-box .right {
    width: 60%;
        padding-left: 3%;
}
.prodet-page .prodet-1 .prodet-box .right h4 {
    font-size: 36px;
    line-height: 1.5;
    color: #000000;
    font-weight: 500;
}
.prodet-page .prodet-1 .prodet-box .right .content {
    margin: 5px 0 20px;
    font-size: 16px;
    line-height: 30px;
    color: #000;
}
.prodet-page .prodet-1 .prodet-box .right .content p {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    font-style: inherit;
}
.prodet-page .prodet-1 .prodet-box .right .content div {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    font-style: inherit;
}
.prodet-page .prodet-1 .prodet-box .right .content strong {
    color: inherit;
    font-size: inherit;
    font-weight: bold;
    line-height: inherit;
    font-style: inherit;
}
.prodet-page .prodet-1 .prodet-box .right .more {
    padding: 18px 60px;
    display: inline-block;
    margin-top: 20px;
    width: auto;
    height: auto;
    line-height: initial;
    background: var(--color);
    color: #fff;
    border-radius: 10px;
    font-size: 18px;
    border: 0;
}
.prodet-page .prodet-1 .prodet-box .right .icon {
    margin-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.prodet-page .prodet-1 .prodet-box .right .icon a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    color: #7c7c7c;
    border: 1px solid #7c7c7c;
    margin-right: 13px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.prodet-page .prodet-1 .prodet-box .right .icon a:hover {
    background: var(--color);
    border: 1px solid var(--color);
    color: #fff;
}
.prodet-page .prodet-1 .prodet-box .right .icon a:last-child {
    margin-right: 0;
}
.newdet-page+.prodet-page .prodet-3 {
    padding-top: 40px;
}
.prodet-page .prodet-1 .right h1 {
    text-transform: capitalize;
}
.prodet-page .prodet-1 .right h1{
  font-size: 30px;
    font-weight: 700;
    color: var(--color);
    line-height: 1.8;
}
.prodet-page .prodet-2 {
    padding: 60px 0;
}
.prodet-page .prodet-2 .options ul{
   border-bottom: 1px solid #dbdbdb;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.prodet-page .prodet-2 .options ul li {
    font-size: 18px;
    line-height: 1;
    color: #000000;
    text-transform: capitalize;
    font-weight: bold;
    padding: 20px 30px;
    cursor: pointer;
}
.prodet-page .prodet-2 .options ul li:hover {
    color: var(--color);
}
.prodet-page .prodet-2 .options ul li.active {
    color: #fff;
    background: var(--color);
}
.prodet-page .prodet-2 .title{
  font-size: 36px;
  line-height: 1.2;
  font-weight: bold;
}
.prodet-page .prodet-2 .content{
  margin-top: 20px;
  font-size: 16px;
  line-height: 30px;
}
.prodet-page .prodet-2 .ret {
    background: #fff;
    padding: 40px 0px 0px;
}
.prodet-page .prodet-2 .ret .content table tbody tr td {
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
}
#table_gl table tr {
    border-top: 1px solid #eee;
}
#table_gl table tr:first-child {
    border-top: none;
}
#table_gl table,
#table_gl table td {
    border: none;
}
.prodet-page .prodet-2 .ret .content {
    font-size: 16px;
    line-height: 1.6;
}
.prodet-page .prodet-2 .ret .content strong {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.prodet-page .prodet-2 .ret .content form {
    background: #fff;
}
.prodet-page .prodet-2 .ret .content form h4 {
    font-size: 28px;
    line-height: 1;
    color: #000;
    margin-bottom: 15px;
}
.prodet-page .prodet-2 .ret .content form p {
    color: #333;
    line-height: 1.8;
}
.prodet-page .prodet-2 .ret .content form 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;
    margin-top: 30px;
}
.prodet-page .prodet-2 .ret .content form ul li {
    width: 48%;
}
.prodet-page .prodet-2 .ret .content form ul li span {
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    color: #000000;
    margin-bottom: 10px;
    display: inline-block;
}
.prodet-page .prodet-2 .ret .content form ul li input[type="text"] {
    height: 50px;
    width: 100%;
    border: 1px solid #dedede;
    padding: 0 20px;
    font-size: 18px;
    line-height: 1;
    color: #000000;
    margin-bottom: 30px;
}
.prodet-page .prodet-2 .ret .content form ul li input[type="text"]:focus {
    border: 1px solid var(--color);
}
.prodet-page .prodet-2 .ret .content form ul li textarea {
    height: 130px;
    width: 100%;
    border: 1px solid #dedede;
    padding: 20px;
    font-size: 18px;
    line-height: 1;
    color: #000000;
    margin-bottom: 30px;
}
.prodet-page .prodet-2 .ret .content form ul li textarea:focus {
    border: 1px solid var(--color);
}
.prodet-page .prodet-2 .ret .content form ul li input[type="submit"] {
    width: 100%;
    text-align: center;
    padding: 18px 0;
    font-size: 20px;
    line-height: 1;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    border: none;
}
.prodet-page .prodet-3 {
    padding-bottom: 70px;
}
.prodet-page .prodet-3 h4 {
    font-size: 36px;
    line-height: 1;
    color: var(--color);
    text-align: center;
    font-weight: bold;
}
.prodet-page .prodet-3 .prodetBox {
    margin-top: 30px;
    position: relative;
}
.prodet-page .prodet-3 .prodetBox ul {
    margin: -15px;
}
.prodet-page .prodet-3 .prodetBox ul li {
    padding: 15px;
}
.prodet-page .prodet-3 .prodetBox ul li .pro-img{
  display: block;
  text-align: center;
}
.prodet-page .prodet-3 .prodetBox ul li img{
  display: inline-block;
}
.prodet-page .prodet-3 .prodetBox h4 {
font-size: 20px;
    line-height: 1.5;
    color: #000;
    text-align: center;
    font-weight: bold;
    margin: 25px 0 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-transform: capitalize;
}
.prodet-page .prodet-3 .prodetBox h4:hover {
    color: var(--color);
}
.prodet-page .prodet-3 .prodetBox p {
    text-align: center;
    margin: 0 auto;
    max-width: 290px;
    font-size: 15px;
    line-height: 30px;
    color: #000000;
}
.prodet-page .prodet-3 .prodetBox .navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 0;
    top: -100px;
}
.prodet-page .prodet-3 .prodetBox .navigation .swiper-button-prev,
.prodet-page .prodet-3 .prodetBox .navigation .swiper-button-next {
    position: relative;
    margin-top: 0;
    width: 42px;
    height: 54px;
}
.prodet-page .prodet-3 .prodetBox .navigation .swiper-button-prev {
    background: url(../images/r-left.png) no-repeat center center;
    left: 0;
}
.prodet-page .prodet-3 .prodetBox .navigation .swiper-button-next {
    background: url(../images/r-right.png) no-repeat center center;
    right: 0;
}
#index-body .i-category {
  padding: 110px 0;
}
#index-body .i-category .i-title {
  text-align: center;
  margin-bottom: 40px;
}
#index-body .i-category .wrap {
  position: relative;
}
#index-body .i-category .wrap::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 50%;
  background: var(--color);
  z-index: -1;
}
#index-body .i-category ul {
  margin: -22px -15px;
}
#index-body .i-category ul li {
  padding: 22px 15px;
}
#index-body .i-category ul li .box {
  position: relative;
  background-position: right;
  height: 268px;
}
#index-body .i-category ul li .box .left {
  color: white;
  width: 60%;
  padding: 20px;
  height: 100%;
}
#index-body .i-category ul li .box .left .h3 {
  font-size: 16px;
  font-weight: bold;
}
#index-body .i-category ul li .box .left .more {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-category ul li .box .left .more i {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
}
#index-body .i-category ul li .box .left .more:hover i {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}
#index-body .i-category ul li .box .left .img-box {
  margin-top: 20px;
  position: relative;
}
#index-body .i-category ul li .box .left .img-box img {
  width: auto;
}
#index-body .i-category ul li .box .left .img-box span {
  position: absolute;
  left: 0;
  top: 15%;
  font-size: 18px;
  text-transform: uppercase;
  opacity: 0.2;
      display: none;
}
@media (max-width: 1230px){
  .prodet-page .prodet-2 .ret .content table tbody tr td {
      font-size: 14px;
    }
    #index-body .i-category {
        padding: 60px 0;
    }
}
@media screen and (max-width: 1000px) {
.pro-honor .honor .list ul .slick-slide {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  .pro-honor .honor .list ul .slick-slide li {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }
  .pro-honor .honor .list ul .slick-slide.slick-active {
    -webkit-transform: translateX(40%);
    -moz-transform: translateX(40%);
    -ms-transform: translateX(40%);
    transform: translateX(40%);
    z-index: 2;
  }
  .pro-honor .honor .list ul .slick-slide.slick-active li {
    -webkit-transform: scale(0.85714286);
    -moz-transform: scale(0.85714286);
    -ms-transform: scale(0.85714286);
    transform: scale(0.85714286);
  }
  .pro-honor .honor .list ul .slick-slide.slick-active.slick-current {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    z-index: 4;
  }
  .pro-honor .honor .list ul .slick-slide.slick-active.slick-current li {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .pro-honor .honor .list ul .slick-slide.slick-active.slick-current + div {
    -webkit-transform: translateX(-40%);
    -moz-transform: translateX(-40%);
    -ms-transform: translateX(-40%);
    transform: translateX(-40%);
    z-index: 3;
  }
  .pro-honor .honor .list ul .slick-slide.slick-active.slick-current + div li {
    -webkit-transform: scale(0.85714286);
    -moz-transform: scale(0.85714286);
    -ms-transform: scale(0.85714286);
    transform: scale(0.85714286);
  }
  .pro-honor .honor .list ul .slick-slide.slick-active.slick-current + div + div {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: 2;
  }
  .pro-honor .honor .list ul .slick-slide.slick-active.slick-current + div + div li {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }
  .yunshu .ui.container,
    .pro-ab .ui.container{
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .yunshu .left,
    .pro-ab .ui.container .left{
        width: 100%;
    }
    .yunshu .right{
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
    }
    .pro-ab .ui.container .right{
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
    }
    .dat-04 span.h2{
        font-size: 28px;
    }
    .dat-04 .list ul li span.h6{
        font-size: 50px;
    }
 }
 @media screen and (max-width:800px){
   .pro-honor .honor .list ul{
        margin: 0;
    }
    .pro-honor .honor .ui.container{
        display: block;
    }
 }
@media screen and (max-width: 700px) {
  .prodet-page .prodet-1,
  .prodet-page .prodet-2 {
   padding: 50px 0;
  }
  .prodet-page .prodet-2 .ret .content {
      font-size: 14px;
  }
   .prodet-page .prodet-1 .right h1, .newdet-page .box h1 {
      font-size: 26px;
    }
    .prodet-page .prodet-1 .prodet-box .left {
        width: 100%;
    }
    .prodet-page .prodet-1 .prodet-box .right {
        width: 100%;
        margin-top: 30px;
        padding-left: 0%;
    }
    .prodet-page .prodet-2 .ret .content form ul li {width: 100%;}
    .prodet-page .prodet-2 .ret .content form {
      padding: 0
    }
    #index-body .i-category {
        padding: 30px 0;
    }
    .dat-04 span.h2 {
        font-size: 20px;
    }
    .dat-04 .list ul li span.h6 {
        font-size: 38px;
    }
    .yunshu .right .text h2 {
        font-size: 28px;
        margin-bottom: 20px;
        line-height: 1.3;
    }
}
@media screen and (max-width: 500px) {
  .i-title {
        font-size: 26px;
    }
    .pro-ab .ui.container .right h2{
        font-size: 22px;
        line-height: 33px;
    }
    .dat-04 .list ul{
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .dat-04 .list ul li{
        width: 100%;
        margin-bottom: 20px;
    }
}
.prodet-page .prodet-2 .ret .content div#table_gl div {
    line-height: 1.8;
    padding: 5px 0;
}
.prodet-page .prodet-2 .ret li .content div#table_pro table tr:first-child img.wscnph {
    max-width: 100px;
}
.prodet-page .prodet-2 .ret .content table tbody tr td br {
    display: none;
}
.about-page .init-1 .container {
  position: relative;
}
.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: bold;
  
  text-transform: uppercase;
  color: var(--color);
  text-align: center;
}
.about-page .init-1 .container .des {
  margin-top: 26px;
  line-height: 30px;
}
.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 {
  font-weight: 600;
  color: var(--color);
}
.about-page .init-3 .container .list .right .line {
  width: 250px;
  height: 1px;
  background-color: var(--color);
}
.about-page .init-3 .container .list .right .title {
  color: #181818;
  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 {
  color: #181818;
  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 15px;
}
.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;
}
@media (max-width: 1500px) {
  .about-page .init-1 .container .list_cont .list .num {
    font-size: 80px;
  }
}
@media (max-width: 1000px) {
  .about-page .init-1 .container .des {
    text-align: center;
  }
  .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;
  }
  .flex-4 > *{
    width: 33.3333%;
  }
}
@media (max-width: 700px) {
  .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;
  }
  .flex-3 > *,
  .flex-4 > *{
    width: 50%;
  }
}
@media (max-width: 500px) {
  .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;
  }
  .mt-48{
    margin-top: 20px;
  }
  .flex-3 > *,
  .flex-4 > *{
    width: 100%;
  }
}
.support-page .support-2 .list {
    padding-left: 0;
    padding-right: 0;
}
.support-page .support-2 .list li {
    border-bottom: 1px solid #3b3a3a;
    cursor: pointer;
}
.support-page .support-2 .list li .num {
    line-height: .7;
    color: transparent;
    -webkit-text-stroke: 1px #3b3a3a;
    margin-bottom: -3%;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
}
.support-page .support-2 .list li .content {
    margin-left: 5%;
}
.support-page .support-2 .list li .content .text {
    display: none;
}
.support-page .support-2 .list li.active .num {
    margin-bottom: 4%;
    color: #3b3a3a;
    line-height: 1;
}
.solution-page .solution-2 i {
    width: 3.625em;
    height: 3.625em;
    margin-right: 2em;
    border: 1px solid #767676;
    color: #767676;
}
.solution-page .solution-3 .box {
    padding-left: 5%;
    padding-right: 5%;
    background-color: #f2f2f2;
}
.solution-page .solution-3 .box .list {
    border: 1px solid #3b3a3a;
}
.solution-page .solution-3 .box .list ul {
    margin-right: -1px;
}
.solution-page .solution-3 .box .list ul li {
    border-right: 1px solid #3b3a3a;
    padding: 4% 10% 10%;
    position: relative;
}
.solution-page .solution-3 .box .list ul li .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: .5s;
  overflow: hidden;
}
.solution-page .solution-3 .box .list ul li .mask img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.solution-page .solution-3 .box .list ul li:hover .mask {
  opacity: 1;
}
.solution-page .solution-3 .box .list ul li i img {
    margin: 0 auto;
}
.solution-page .solution-3 .box .list ul li span.h6 {
    line-height: 1.6;
    font-weight: 700;
    margin-top: 30px;
}
.solution-page .solution-3 .box .list ul .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.solution-page .solution-3 .box .list ul .slick-track .slick-slide {
    height: auto;
}
.solution-page .solution-3 .box .list ul .slick-track .slick-slide > div {
    height: 100%;
}
.solution-page .solution-3 .box .list ul .slick-track .slick-slide > div li {
    height: 100%;
}
#index-body .init-5 {
  overflow: hidden;
}
#index-body .init-5 span.h2 {
  -webkit-animation: lz 10s linear infinite;
  -moz-animation: lz 10s linear infinite;
  animation: lz 10s linear infinite;
}
#index-body .init-5 span.h2 em {
  white-space: nowrap;
}
#index-body .init-5 span.h2 em:nth-child(even) {
  color: transparent;
  -webkit-text-stroke-color: black;
  -webkit-text-stroke-width: 1px;
}
#index-body .init-5 form {
  width: 1000px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#index-body .init-5 form label {
  border-bottom: 2px solid black;
}
#index-body .init-5 form label input {
  width: 100%;
  border: none;
  padding: .3em 0;
  background-color: transparent;
}
#index-body .init-5 form label button {
  background-color: transparent;
  border: none;
}
@-webkit-keyframes lz {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@-moz-keyframes lz {
  from {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@keyframes lz {
  from {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (max-width: 700px) {
   .support-page .support-2 .list li .content {
        width: 80%;
    }
    #index-body .init-5 form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .init-5 form label {
    width: 100%;
  }
}
@media (max-width: 500px) {
   .solution-page .solution-2 i {
        zoom: .7;
    }
}
.inner-page{
  background: url(../images/bg.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
#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;
  -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;
}
