@font-face {
  font-family: 'Poppins-SemiBold';
  src: url(../fonts/Poppins-SemiBold.ttf) format('truetype'), url(../fonts/Poppins-SemiBold.eot) format('eot'), url(../fonts/Poppins-SemiBold.woff) format('woff'), url(../fonts/Poppins-SemiBold.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins-Light';
  src: url(../fonts/Poppins-Light.ttf) format('truetype'), url(../fonts/Poppins-Light.eot) format('eot'), url(../fonts/Poppins-Light.woff) format('woff'), url(../fonts/Poppins-Light.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins-Regular';
  src: url(../fonts/Poppins-Regular.ttf) format('truetype'), url(../fonts/Poppins-Regular.eot) format('eot'), url(../fonts/Poppins-Regular.woff) format('woff'), url(../fonts/Poppins-Regular.woff2) format('woff2');
}
textarea::-webkit-input-placeholder {
  color: #cccccc;
}
input::-webkit-input-placeholder {
  color: #cccccc;
}
input::-moz-placeholder {
  color: #cccccc;
}
input:-moz-placeholder {
  color: #cccccc;
}
input:-ms-input-placeholder {
  color: #cccccc;
}

body {
  margin: 0;
  padding: 0;
  --color: #225f95;
  font-family: 'Poppins-Regular';
}
::-webkit-scrollbar-thumb {
  background: var(--color);
}
.ui.container {
  padding: 0 15px;
  width: 1600px;
  margin: auto;
  position: relative;
}
.taiyuantaiyuancpy99 {
  font-size: 18px;
  line-height: 1.8;
}
.taiyuantaiyuancpy99 h3 {
  font-size: 20px;
  line-height: 1.8;
  color: var(--color);
  font-weight: 600;
}
.taiyuantaiyuancpy99 h2 {
  font-size: 22px;
  line-height: 1.6;
  color: #ff4242;
}
.max-820{
  max-width: 820px;
}
.text-height{
  line-height: 2;
}
.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.flex_cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex_a_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex_j_center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.tyskfoot {
    width: 400px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    transform: translate(10px,5px);
}
.t_1 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.pt-70{
  padding-top: 70px;
}
.pb-70{
  padding-bottom: 70px;
}
#header {
  z-index: 200;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
}
.maintenance-dialog{
  max-width: 95%;
  width: 450px;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, .2);
  position: fixed;
  top:50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 10000;
}
.maintenance-dialog .title{
    font-size: 22px;
    color: #ff4242;
    text-transform: capitalize;
    padding: 15px 20px;
    background: #f5f5f5;
    font-family: 'Poppins-SemiBold';
    text-align: center;
}
.maintenance-dialog h4{
  font-size: 16px;
  padding: 50px 30px;
  text-align: center;
  line-height: 1.5;
}
.maintenance-dialog i{
  color:#000;
  position: absolute;
  right:15px;
  top:15px;
  cursor: pointer;
  font-size: 34px;
}
#header.inner{
  box-shadow: 0 0 5px rgba(0,0,0,0.4) !important;
}
#header .nav-t{
  height: 40px;
  line-height: 40px;
  width: 100%;
  background-color: #ff4242;
  position: relative;
  overflow: auto;
  transition: all 0.5s;
} 
#header .nav-t p{
  font-size: 16px;
  text-align: center;
  color:#fff;
}
#header .nav-t i{
  font-size: 18px;
  color:#fff;
  position: absolute;
  right:20px;
  top:50%;
  transform: translateY(-50%);
  cursor: pointer;
}
#header .nav {
  position: relative;
  height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  transition: all 0.5s;
}
#header .nav .header-icon {
  width: 190px;
}
#header .nav .ui.menu {
  height: 100%;
  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: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-radius: 10px;
  width: 80%;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 28px;
  font-size: 18px;
  color: #000;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  border-bottom: 2px solid transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  border-color: var(--color);
  -webkit-transition: .5s border;
  -moz-transition: .5s border;
  transition: .5s border;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: 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: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: auto;
  min-width: 150px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -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 {
  position: relative;
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -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;
  white-space: nowrap;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li ul.sub-menu {
  top: 0;
  left: 100%;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 45px;
  margin-left: 50px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
#header .nav .ui.menu .right .h-inquire {
  margin: 0 30px;
  cursor: pointer;
  max-width: 24px;
}
#header .nav .ui.menu .right .h-search {
  cursor: pointer;
  max-width: 24px;
}
.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
.search-box form input {
  background: none;
  outline: none;
  border: none;
}
.search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
.search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
.search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
table {
  width: 100%;
  margin-bottom: 20px;
  word-break: break-word;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
}
table td:first-child {
  color: #2d2d2d;
}
table td:last-child {
  color: #666;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#mobile {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  display: none;
  z-index: 200;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
#mobile .nav-mask{
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
#mobile.h-active .nav-mask{
  width: 100%;
  height:calc(100vh - 60px);
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top:60px;
  left: 0;
}
#mobile:before {
  content: '';
  width: 100%;
  height: 200%;
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
#mobile .m-search {
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  transform: translateX(5000px);
  transition: all 0.5s ease-in-out;
}
#mobile .m-search form {
  width: 100%;
  padding-right: 50px;
  position: relative;
  background: var(--color);
}
#mobile .m-search form input {
  line-height: 40px;
  height: 40px;
  border-radius: 5px;
  padding: 0 15px;
  background: url("../images/icon-search-black.png") center left 5px no-repeat white;
  background-size: 14px;
  padding-left: 25px;
  font-size: 14px;
  width: 100%;
  border:none;
  margin-left: 10px;
}

#mobile .m-search form input[type="submit"] {
  width: 40px;
  position: absolute;
  top: 10px;
  right: 0;
  background: url("../images/icon-search-white.png") center center no-repeat;
  border:none;
}
#mobile .m-logo {
  text-align: center;
  background: #333;
  z-index: 1;
  position: relative;
  line-height: 60px;
  height: 60px;
}
#mobile .m-logo .m-logo-img{
  transition: all 0.5s ease-in-out;
}
#mobile.h-active .m-logo .m-logo-img{
  transform: translateX(-5000px);
  display: block;
}
#mobile.h-active .m-btn{
  transform: translateX(-5000px);
  display: block;
}
#mobile.h-active .m-search{
  transform: translateX(0);
}
.m-hearch-btn{
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  right: 20px;
}
#mobile .m-logo img {
  max-height: 40px;
  display: inline-block;
  vertical-align: middle;
  max-width: 200px;
}
#mobile .m-btn {
  position: absolute;
  bottom: 16px;
  left: 15px;
  width: 30px;
  z-index: 2;
  height: 24px;
  transition: all 0.5s;
}
#mobile .m-btn i {
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: white;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .m-btn i.ie1 {
  margin-top: -10px;
}
#mobile .m-btn i.ie3 {
  margin-top: 10px;
}
#mobile .box {
  position: fixed;
  background: white;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 0;
  height: 100%;
  overflow: auto;
  top: 0;
  padding: 25px;
  padding-top: 145px;
}
#mobile .m-nav ul li {
  display: block;
  position: relative;
}
#mobile .m-nav ul li a {
  display: block;
  padding: 8px 0;
  font-size: 16px;
  line-height: 2;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-right: 40px;
}
#mobile .m-nav ul li a:hover {
  background: #eee;
  padding-left: 15px;
}
#mobile .m-nav ul li i {
  position: absolute;
  right: 0;
  top: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#mobile .m-nav ul li i:before {
  content: "\f105";
  font-family: "FontAwesome";
}
#mobile .m-nav ul li.children > i:before {
  content: "\f107";
}
#mobile .m-nav ul li.children.active > i:before {
  content: "\f106";
}
#mobile .m-nav ul li ul {
  display: none;
}
#mobile .m-nav ul li li a {
  padding-left: 30px;
  position: relative;
  font-size: 14px;
}
#mobile .m-nav ul li li a:after {
  content: '-';
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .m-nav ul li li a:hover {
  padding-left: 30px;
}
#mobile .yuy {
  padding: 20px 0;
}
#mobile .yuy h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
#mobile .yuy ul li {
  width: auto;
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
  padding-right: 5px;
  border-right: 1px solid #eee;
  margin-bottom: 5px;
}
#mobile .yuy ul li img {
  max-width: 30px;
}
#mobile h6 {
  font-size: 20px;
  text-align: center;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #eee;
}
#mobile #gotop {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #eee;
  background: white;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  position: fixed;
  right: 10px;
  bottom: 20px;
  display: none;
}
#mobile.active .m-btn i {
  margin: 0 !important;
}
#mobile.active .m-btn i.ie1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mobile.active .m-btn i.ie2 {
  opacity: 0;
}
#mobile.active .m-btn i.ie3 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#mobile.active:before {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#mobile.active .box {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.language-box .zhuyu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
}
.language-box .hover-language {
  width: auto;
  position: relative;
  vertical-align: middle;
}
.language-box ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 40px;
  right: -30px;
  z-index: 100;
  white-space: nowrap;
  -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.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -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);
  display: none \9;
}
.language-box ul.sub-menu li a {
  width: 110px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 12px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.language-box ul.sub-menu li a img {
  margin-right: 10px;
  width: 25px;
  height: auto;
}
.language-box ul.sub-menu li:hover a {
  background: var(--color);
  color: white;
}
.language-box:hover .hover-language 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;
}
.home-title h3 {
  font-size: 40px;
  font-family: "Poppins-SemiBold";
}
.home-title span {
  display: block;
  font-size: 16px;
  color: var(--color);
}
.btn-go {
  padding: 10px 15px;
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  position: relative;
  background-color: var(--color);
  border: 1px solid var(--color);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-go span {
  position: relative;
  z-index: 2;
}
.btn-go:hover {
  border: 1px solid var(--color);
  background-color: transparent;
  color: var(--color);
}
.btn-go::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}
.btn-go:hover::before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  background-color: transparent;
}
.slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute !important;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -75px;
  width: 1260px;
  padding: 0 15px;
  margin: 0 !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.slick-dots li {
  width: 15px;
  height: 15px !important;
  background-color: #999;
  border-radius: 50%;
  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;
  margin-right: 15px;
  padding: 0 !important;
}
.slick-dots li button {
  display: none;
}
.slick-dots .slick-active {
  background-color: var(--color);
}
#banner {
  margin-top: 140px;
  transition: all 0.5s;
}
#banner .banner-content ul {
  position: relative;
}
#banner .banner-content ul .slick-dots {
  bottom: 70px;
}
#banner .banner-content ul li {
  position: relative;
}
#banner .banner-content ul li .content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
}
#banner .banner-content ul li .content h3 {
  font-size: 60px;
  font-family: 'Poppins-SemiBold';
  padding-bottom: 15px;
  border-bottom: 2px solid #fff;
  max-width: 510px;
}
#banner .banner-content ul li .content p {
  max-width: 510px;
  font-size: 16px;
  margin: 30px 0;
}
#banner .banner-content ul li .content .banner-btn {
  padding: 10px 18px;
  font-size: 16px;
  color: #fff;
  border: 1px solid #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  background: none;
}
#banner .banner-content ul li .content .banner-btn:hover {
  background-color: var(--color);
  border: 1px solid var(--color);
}
#banner .banner-content ul li .bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@-webkit-keyframes play_big {
  0% {
    width: 65px;
    height: 65px;
    opacity: 0;
  }
  100% {
    width: 100px;
    height: 100px;
    opacity: 1;
  }
}
@-moz-keyframes play_big {
  0% {
    width: 65px;
    height: 65px;
    opacity: 0;
  }
  100% {
    width: 100px;
    height: 100px;
    opacity: 1;
  }
}
@keyframes play_big {
  0% {
    width: 65px;
    height: 65px;
    opacity: 0;
  }
  100% {
    width: 100px;
    height: 100px;
    opacity: 1;
  }
}
#index-body .category {
  padding: 115px 0 90px;
  background-color: #f9f9f9;
}
#index-body .category .category-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#index-body .category .category-content .category-t {
  width: 100%;
  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: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  z-index: 10;
}
#index-body .category .category-content .category-t .category-btn button {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: #999;
  color: #f9f9f9;
  border: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 30px;
}
#index-body .category .category-content .category-t .category-btn button:hover {
  background-color: var(--color);
}
#index-body .category .category-content .category-t .category-btn button:last-child {
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
#index-body .category .category-content .category-t .left h3 {
  font-size: 40px;
  font-family: 'Poppins-SemiBold';
}

#index-body .category .category-content .category-t .left p {
  font-size: 16px;
  margin: 30px 0;
  max-width: 480px;
  display: -webkit-box;  
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;  
}
#index-body .category .category-content .content {
  width: 80%;
  margin-right: 0;
}
#index-body .category .category-content .sell-content{
  width: 100%;
  height: fit-content;
  position: relative;
}
#index-body .category .category-content .sell-content h2{
  font-size: 300px;
  font-family: "Poppins-SemiBold";
  color: #ececec;
  position: absolute;
  left: 0;
  top:-110px;
}

#index-body .category .category-content .content ul .swiper-slide{
  height: 460px;
  transition:all linear 1s;
}
#index-body .category .category-content .content ul .swiper-slide-active .box a.img_box{
  width: 100%;
}
#index-body .category .category-content .content ul li .box {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: flex-end;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .category .category-content .content ul li .box a.img_box{
  display: flex;
  align-items: center;
  height: 350px;
  width: 60%;
  margin:0 auto;
  transition:all 0.5s linear;
}
#index-body .category .category-content .content ul li .box h4 {
  font-size: 18px;
  font-family: 'Poppins-SemiBold';
  color: #999;
  margin-top: 50px;
}
#index-body .about {
  padding: 140px 0;
  position: relative;
}
#index-body .about .about-content {
  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;
}
#index-body .about .about-content .left .home-title h3 {
  max-width: 540px;
  line-height: 1.6;
}
#index-body .about .about-content .left .tyskshouye {
  font-size: 16px;
  max-width: 700px;
  margin: 40px 0 30px;
}
#index-body .about .about-content .left .tyskshouye h1 {
display: inline;
}
#index-body .about .about-content .right {
  position: relative;
}
#index-body .about .about-content .right .play-btn {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#index-body .about .about-content .right .play-btn .play {
  width: 100px;
  height: 100px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .about .about-content .right .play-btn .play img {
  position: relative;
  z-index: 5;
}
#index-body .about .about-content .right .play-btn .play::before {
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(34, 95, 149, 0.6);
  -webkit-animation: play_big infinite 2s ;
  -moz-animation: play_big infinite 2s ;
  animation: play_big infinite 2s ;
  border-radius: 50%;
}
#index-body .about .about-bot ul {
  margin-top: 90px;
  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;
}
#index-body .about .about-bot ul li {
  background-color: #f6fbff;
  width: 360px;
  height: 205px;
  color: #000;
  padding: 30px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .about .about-bot ul li .img_box img {
  -webkit-filter: grayscale(0) brightness(0);
  filter: grayscale(0) brightness(0);
}
#index-body .about .about-bot ul li .box {
  float: right;
}
#index-body .about .about-bot ul li .box h2 {
  font-size: 40px;
  text-align: right;
  font-family: 'Poppins-SemiBold';
  margin-bottom: -10px;
}
#index-body .about .about-bot ul li .box p {
  font-size: 16px;
  text-align: right;
  opacity: 0.6;
}
#index-body .about .about-bot ul li:hover {
  -webkit-transform: translateY(-25px);
  -moz-transform: translateY(-25px);
  -ms-transform: translateY(-25px);
  transform: translateY(-25px);
  color: var(--color);
}
#index-body .about .about-bot ul li:hover .img_box img {
  -webkit-filter: none;
  filter: none;
}
#index-body .customize {
  margin: 95px 0 80px;
}
#index-body .customize .customize-content 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;
}
#index-body .customize .customize-content ul li {
  height: 825px;
  width: 21%;
  -webkit-transition: width 0.5s;
  -moz-transition: width 0.5s;
  transition: width 0.5s;
  cursor: pointer;
  background-size: cover;
  color: #fff;
  position: relative;
}
#index-body .customize .customize-content ul li h3 {
  font-size: 50px;
  font-family: 'Butler-Medium';
}
#index-body .customize .customize-content ul li .box {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 40%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .customize .customize-content ul li p {
  opacity: 0;
  width: 90%;
  font-size: 18px;
  text-align: center;
  margin: 20px 0 75px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .customize .customize-content ul li a {
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .customize .customize-content ul .active {
  width: 37%;
}
#index-body .customize .customize-content ul .active .box p,
#index-body .customize .customize-content ul .active .box a {
  opacity: 1;
}
#index-body .product {
  background-color: #f9f9f9;
  padding: 105px 0 160px;
}
#index-body .product .product-content ul {
  margin: 0 -27px;
}
#index-body .product .product-content ul li {
  padding: 0 27px;
  cursor: pointer;
}
#index-body .product .product-content ul li .box {
  padding: 30px 30px 50px;
  background-color: #fff;
  max-height: 518px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .product .product-content ul li:hover .box{
  background-color: var(--color);
  color: #fff;
}
#index-body .product .product-content ul li .box .img-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#index-body .product .product-content ul li .box .content p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  opacity: 0.6;
  padding-bottom: 5px;
  width: 100%;
}
#index-body .product .product-content ul li .box .content p:last-child {
  margin-bottom: 0;
}
#index-body .product .product-content ul li .box .content p::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #000;
  margin-right: 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .product .product-content ul li:hover .box .content p {
  opacity: 1;
}
#index-body .product .product-content ul li:hover .box .content p::before {
  background-color: #fff;
}
#index-body .product .product-content ul li .box h4 {
  text-align: left;
  font-size: 24px;
  margin: 50px 0 20px;
  font-family: 'Poppins-SemiBold';
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .product .product-content ul li .box h4:hover {
  color: var(--color);
}
#index-body .product .product-content ul li:hover .box h4 {
  color:#fff;
}
#index-body .news {
  padding: 65px 0 80px;
}
#index-body .news .news-content ul {
  margin: 65px -25px 0;
}
#index-body .news .news-content ul li {
  padding: 40px 25px;
}
#index-body .news .news-content ul li:hover .content{
  transform: scale(1.06);
}
#index-body .news .news-content ul li:hover .content a img{
  transform: scale(1.16);
}
#index-body .news .news-content ul li .content {
  width: 100%;
  height: 504px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  transition: all 0.5s;
}
#index-body .news .news-content ul li .content .news-img {
  display: block;
  max-height: 265px;
  margin-bottom: 5px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
}
#index-body .news .news-content ul li .content .news-img img{
 transition: all 0.5s;
}
#index-body .news .news-content ul li .content .news-box {
  cursor: pointer;
  padding: 20px 30px;
}
#index-body .news .news-content ul li .content .news-box .title {
  font-family: 'Poppins-SemiBold';
  font-size: 18px;
  line-height: 1.8;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  transition: color 0.5s;
   display: -webkit-box;  
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden; 
}
#index-body .news .news-content ul li .content .news-box .title:hover {
  color: var(--color);
}
#index-body .news .news-content ul li .content .news-box p {
  font-size: 16px;
  margin: 20px 0 25px;
  opacity: 0.5;
  display: -webkit-box;  
  -webkit-line-clamp:3;
  -webkit-box-orient: vertical;  
  overflow: hidden; 
  min-height: 72px;
  line-height: 2;
}
#index-body .news .news-content ul li .content .news-box div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 16px;
}
#index-body .news .news-content ul li .content .news-box div a {
  display: block;
  color: #000;
  font-size: 16px;
  border-bottom: 1px solid #000;
  transition: all 0.5s;
}
#index-body .news .news-content ul li .content .news-box div a:hover{
  color: var(--color);
  border-bottom: 1px solid var(--color);
}
#index-body .partner {
  padding: 70px 0 80px;
  background-color: #f9f9f9;
}
#index-body .partner .partner-content ul {
  margin: 65px -30px 0;
}
#index-body .partner .partner-content ul li {
  padding: 0 30px;
}
#index-body .partner .partner-content ul li .box {
  width: 100%;
  height: 100px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .userinfo {
  background-color: #e66800;
}
#index-body .userinfo .userinfo-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 160px;
}
#index-body .userinfo .userinfo-content h3 {
  color: #fff;
  font-size: 24px;
  font-family: 'Poppins-SemiBold';
}
#index-body .userinfo .userinfo-content button {
  padding: 10px 25px;
  border: none;
  background-color: #fff;
  border-radius: 35px;
  font-size: 16px;

  font-family: 'Poppins-SemiBold';
  color: #e66800;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  transition: color 0.5s;
}
#index-body .userinfo .userinfo-content button:hover {
  color: var(--color);
}
#footer {
  position: relative;
  background-color: #182b3c;
}
#footer .footer-t {
  padding-top: 90px;
  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;
}
#footer .footer-t .footer-t-gird {
  width: 100%;
  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;
  padding-bottom: 80px;
}
#footer .footer-t .footer-t-gird .contact.t-list {
  max-width: 310px;
}
#footer .footer-t .footer-t-gird .contact.t-list span:hover {
  color: rgba(255, 255, 255, 0.6);
}
#footer .footer-t .footer-t-gird .t-list {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#footer .footer-t .footer-t-gird .t-list .qc-img img,
#footer .footer-t .footer-t-gird .t-list .qc-img canvas {
  width: 120px;
  height: auto;
  border: 5px solid #fff;
}
#footer .footer-t .footer-t-gird .t-list p {
  font-size: 24px;
  margin-bottom: 15px;
  font-family: 'Poppins-SemiBold';
}
#footer .footer-t .footer-t-gird .t-list span {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 0.6);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .footer-t .footer-t-gird .t-list span:last-child {
  margin-bottom: 0;
}
#footer .footer-t .footer-t-gird .t-list span:hover {
  color: var(--color);
}
#footer .footer-b .footer-b-box {
  height: 95px;
  border-top: 1px solid rgba(208, 205, 203, 0.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#footer .footer-b .footer-b-box .left span {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
}
#footer .footer-b .footer-b-box .left img {
  width: 260px;
  height: auto;
  padding-top: 5px;
  opacity: 0.6;
}
#footer .footer-b .footer-b-box .footer-icons {
  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;
  font-size: 16px;
}
#footer .footer-b .footer-b-box .footer-icons a {
  margin-bottom: 0;
  border-radius: 50%;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  color: #fff;
}
#footer .footer-b .footer-b-box .footer-icons a:last-child {
  margin-right: 0;
}
@media (max-width: 1600px) {
  .ui.container {
    width: 1400px;
  }
  #index-body .category .category-content .category-t .category-btn button:last-child {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  #index-body .about .about-content .left {
    margin-right: 40px;
  }
  #index-body .about .about-content .right .bg {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #index-body .about .about-bot ul li {
    width: 325px;
    height: 180px;
  }
   .font-50 {
    font-size: 40px;
  }
}
@media (max-width: 1400px) {
  .ui.container {
    width: 1200px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 20px;
  }
  #index-body .about .about-bot ul li {
    width: 280px;
    height: 160px;
  }
  #index-body .about .about-bot ul li .box h2 {
    font-size: 30px;
    margin-bottom: -5px;
  }
  #index-body .category .category-content .sell-content h2 {
    font-size: 225px;
    top: -70px;
  }
}
@media (max-width: 1200px) {
  .ui.container {
    width: 1000px;
  }
      #index-body .category .category-content .sell-content h2 {
        font-size: 186px;
        top: -55px;
    }
  #index-body .category .category-content .content ul .swiper-slide-active .box img {
    transform: none;
  }
  #index-body .about .about-content .left .tyskshouye {
    font-size: 14px;
    margin: 10px 0 25px;
  }
  #header .nav .ui.menu .right {
    padding-left: 20px;
    margin-left: 20px;
  }
  #header .nav .ui.menu .right .h-inquire {
    margin: 0 20px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 15px;
    font-size: 16px;
  }
  #index-body .category .category-content .category-t .left h3 {
    font-size: 32px;
  }
  .home-title h3 {
    font-size: 30px;
  }
  #index-body .about .about-bot ul li {
    width: 230px;
    height: 160px;
  }
  #index-body .product .product-content ul li .box h4 {
    font-size: 20px;
    margin: 40px 0 20px;
  }
  #footer .footer-b .footer-b-box .left {
    text-align: right;
  }
}
@media (max-width: 1000px) {
  #header {
    display: none;
  }
  .tyskfoot {
    display: none;
  }
  #banner {
    margin-top: 60px;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }
  #mobile {
    display: block;
  }
  .ui.container {
    width: 700px;
  }
  #mobile .m-logo{
    background: #fff;
  }
  #mobile .m-btn i{
    background:#000;
  }
  #index-body .category .category-content .category-t .category-btn,
  #index-body .category .category-content .sell-content h2{
    display: none;
  }
  #index-body .category .category-content .content{
    width:100%;
    margin-top: 30px;
  }
  #index-body .about .about-bot ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .about .about-bot ul li {
    width: 310px;
    height: 180px;
  }
  #index-body .about .about-bot ul li:first-child,
  #index-body .about .about-bot ul li:nth-child(2) {
    margin-bottom: 40px;
  }
  #index-body .about .about-content .left {
    margin-bottom: 60px;
  }
  #index-body .about .about-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #index-body .userinfo .userinfo-content h3 {
    color: #fff;
    font-size: 18px;
    font-family: 'Poppins-SemiBold';
  }
  #footer .footer-t .footer-t-gird .t-list.link {
    display: none;
  }
  #footer .footer-t .footer-t-gird .contact.t-list {
    max-width: 50%;
  }
  #index-body .news .news-content ul li .content {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  }
}
@media (max-width: 700px) {
  .ui.container {
    width: 500px;
  }
  #banner .banner-content ul li .content h3 {
    font-size: 24px;
    padding-bottom: 0px;
    max-width: 210px;
  }
  #banner .banner-content ul li .content p {
    max-width: 100%;
    margin: 10px 0;
  }
  #index-body .about {
    padding: 80px 0;
  }
  #index-body .category,
  #index-body .about .about-bot,
  #index-body .partner,
  #index-body .userinfo .userinfo-content {
    display: none;
  }
  #footer .footer-b .footer-b-box {
    height: auto;
    padding: 30px 0;
    -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;
  }
  #footer .footer-b .footer-b-box .left {
    text-align: center;
  }
  #footer .footer-t .footer-t-gird .contact.t-list {
    max-width: 65%;
  }
  #index-body .about .about-content .left {
    margin-right: 0;
  }
  #index-body .news .news-content ul {
    margin: 10px -15px 0;
  }
  #index-body .news .news-content ul li {
    padding: 5px 15px;
  }
}
@media (max-width: 500px) {
  .ui.container {
    width: 100%;
  }
  .pb-140 {
    padding-bottom: 40px;
  }
  .pt-110 {
    padding-top: 40px;
  }
  .pt-100 {
    padding-top: 40px;
  }
  .pb-100 {
    padding-bottom: 40px;
  }
  .pb-90 {
    padding-bottom: 40px;
  }
  .pt-90 {
    padding-top: 40px;
  }
  .pt-80 {
    padding-top: 40px;
  }
  .pb-80 {
    padding-bottom: 40px;
  }
  .pt-60 {
    padding-top: 40px;
  }
  .font-50 {
    font-size: 24px;
    line-height: 1.6;
  }
  .font-44 {
    font-size: 24px;
    line-height: 1.6;
  }
  .font-40 {
    font-size: 24px;
    line-height: 1.6;
  }
  .font-38 {
    font-size: 24px;
    line-height: 1.6;
  }
  .font-36 {
    font-size: 24px;
    line-height: 1.6;
  }
  .font-34 {
    font-size: 24px;
    line-height: 1.6;
  }
  .font-30 {
    font-size: 24px;
    line-height: 1.6;
  }
  .font-28 {
    font-size: 22px;
    line-height: 1.6;
  }
  .font-18 {
    font-size: 16px;
    line-height: 2;
  }
  #banner .banner-content ul li .content p {
    display: none;
  }
  .home-title h3 {
    font-size: 22px;
  }
  #footer .footer-t .footer-t-gird {
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #footer .footer-t .footer-t-gird .contact.t-list {
    max-width: 100%;
  }
  #banner .banner-content ul li .content h3 {
    font-size: 20px;
    padding-bottom: 10px;
    border: none;
  }
}


























/*-----------------inner-page-------------------*/
.faq-page .container .title{
  font-size: 28px;
  font-family: 'Poppins-SemiBold';
  margin-bottom: 20px;
}
.faq-page .container ul li {
  margin: 10px 0 0;
  word-break: break-word;
  font-weight: 300;
}
.faq-page .container ul li .title {
  background: #f8f8f8;
  border: 1px solid #ebebeb;
  line-height: 2;
  margin: 0;
  padding: 15px 30px 15px 25px;
  cursor: pointer;
  position: relative;
  font-weight: 500;
  font-family: 'Poping';
  font-size: 20px;
}
.faq-page .container ul li .title i {
  color: #bababa;
  float: right;
  position: absolute;
  top: 26px;
  right: 20px;
}
.faq-page .container ul li .cont {
  border: 1px solid #ebebeb;
  border-top: none;
  font-weight: 400;
  padding: 20px 25px;
  font-size: 16px;
  line-height: 2;
  display: none;
  color: #666;
}
.faq-page .container ul li.active .cont{
  display: block;
}
.inner-banner {
  margin-top: 140px;
  padding: 20px 0;
  color: #a9a9a9;
}
.inner-banner a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.inner-banner a:hover {
  color: var(--color);
}
.inner-banner a:first-child {
  font-size: 0;
}
.inner-banner a:first-child::before {
  content: "\f015";
  font-family: 'FontAwesome';
  position: relative;
  top: 0;
  left: 0;
  font-size: 16px;
}
.m-page {
  text-align: center;
  margin-top: 50px;
}
.m-page a,
.m-page span {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #f5f5f5;
  text-align: center;
  line-height: 40px;
  margin: 5px;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-page span.current {
  color: #fff;
  background-color: var(--color);
}
.m-page a:hover {
  color: #fff;
  background-color: var(--color);
}
.m-link {
  line-height: 2;
  color: #666;
  margin-top: 100px;
}
.m-link a {
  display: block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 16px;
  margin-top: 8px;
}
.m-link a:hover {
  color: var(--color);
}




.inner-page .sidebox {
  padding: 2rem 0;
}
.inner-page .sidebox .sideleft {
  width: 27%;
  position: sticky;
  top: 200px;
}
.inner-page .sidebox .sideleft .widget {
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.inner-page .sidebox .sideleft .widget form {
  position: relative;
}
.inner-page .sidebox .sideleft .widget form input {
  width: 100%;
  padding: 10px;
  border: 0;
  background: #f8f8f8;
  margin-bottom: 0;
  height: 40px;
  font-size: 16px;
    line-height: 2;
}
.inner-page .sidebox .sideleft .widget form button {
  position: absolute;
  right: 0;
  top: 0;
  background-color: var(--color);
  color: #fff;
  border: 0;
  padding: 8px 16px;
  cursor: pointer;
  height: 40px;
}
.inner-page .sidebox .sideleft .widget h6 {
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 15px;
  font-weight: bold;
  color: #000;
}
.inner-page .sidebox .sideleft .widget ul {
  margin-bottom: 0;
  padding: 0;
}
.inner-page .sidebox .sideleft .widget ul li {
  margin-bottom: 15px;
  color: #555;
  font-size: 16px;
  line-height: 2;
  position: relative;
  overflow: hidden;
}
.inner-page .sidebox .sideleft .widget ul>li>ul>li{
  padding-left: 15px;
}
.inner-page .sidebox .sideleft .widget ul>li.active>ul{
  display: block;
}
.inner-page .sidebox .sideleft .widget ul>li>ul>li.active a{
  color: var(--color);
}
.inner-page .sidebox .sideleft .widget ul li a {
  padding-left: 20px;
  line-height: 28px;
}
.inner-page .sidebox .sideleft .widget ul li:last-child {
  margin-bottom: 0;
}
.inner-page .sidebox .sideleft .widget ul li i {
  font-size: 14px;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 4px;
}
.inner-page .sidebox .sideleft .widget ul li:hover,
.inner-page .sidebox .sideleft .widget ul li.active {
  color: var(--color);
}
.inner-page .sidebox .sideleft .widget ul li ul {
  display: none;
  margin-top: 15px;
}
.inner-page .sidebox .sideleft .widget ul li ul li a {
  padding-left: 0;
  color: #999;
}
.inner-page .sidebox .sideleft .widget ul li ul li a.active{
  color: var(--color);
}
.inner-page .sidebox .sideleft .widget .recent li {
  display: block;
}
.inner-page .sidebox .sideleft .widget .recent li .thum {
  width: 100px;
  overflow: hidden;
  float: left;
}
.inner-page .sidebox .sideleft .widget .recent li a.title {
  display: block;
  margin-left: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-top: 2rem;
}
.inner-page .sidebox .sideleft .widget .form1 {
  text-align: center;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="text"],
.inner-page .sidebox .sideleft .widget .form1 textarea {
  width: 100%;
  padding: 10px;
  border: 0;
  background: #f8f8f8;
  margin-bottom: 15px;
  height: 40px;
  font-size: 16px;
  line-height: 2;
}
.inner-page .sidebox .sideleft .widget .form1 textarea{
  height: 80px;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="submit"] {
  background: var(--color);
  color: #fff;
  font-size: 18px; 
  text-transform: uppercase;
  height: 40px;
  padding: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="submit"]:hover {
  background: #000;
}
.inner-page .sidebox .sideright {
  width: 73%;
  padding: 0 10px 50px 50px;
}
@media screen and (max-width: 1366px) {
  .inner-page .sidebox .sideleft {
    width: 28%;
  }
  .inner-page .sidebox .sideright {
    width: 72%;
  }
  .inner-page .sidebox .sideleft .widget .recent li a.title {
    margin-left: 98px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-page .sidebox .sideleft {
    display: none;
  }
  .inner-page .sidebox .sideright {
    width: 100%;
    padding-left: 0;
  }
  .inner-page .sidebox .sideright {
    padding: 0 0 50px 0;
  }
}


.product-page .sideright .list ul {
  margin: 0 -3rem -2.4rem 0;
}
.product-page .sideright .list ul li {
  padding: 0 3rem 2.4rem 0;
}
.product-page .sideright .list ul li .box {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  position: relative;
  display: block;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.product-page .sideright .list ul li .box i {
  position: absolute;
  z-index: 1;
  background: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  width: 0;
  height: 0;
}
.product-page .sideright .list ul li .box i.ie1 {
  width: 2px;
  top: 0;
  left: 0;
}
.product-page .sideright .list ul li .box i.ie2 {
  width: 2px;
  bottom: 0;
  right: 0;
}
.product-page .sideright .list ul li .box i.ie3 {
  height: 2px;
  top: 0;
  right: 0;
}
.product-page .sideright .list ul li .box i.ie4 {
  height: 2px;
  bottom: 0;
  left: 0;
}
.product-page .sideright .list ul li .box .img {
  width: 100%;
  background: #fff;
  position: relative;
  height: 185px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-page .sideright .list ul li .box .img .shui{
  position: absolute;
  left:50%;
  top:55%;
  width: -webkit-fill-available;
  transform: translate(-50%,-50%);
}
.product-page .sideright .list ul li .box .text {
  padding: 1.45rem 1.3rem 1.3rem;
}
.product-page .sideright .list ul li .box .text h4 {
  font-size: 18px;
    line-height: 1.8;
  font-weight: bold;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-page .sideright .list ul li .box .text h4:hover{
  color:var(--color);
}
.product-page .sideright .list ul li .box .text p {
  font-size: 16px;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 6px;
}
.product-page .sideright .list ul li .box:hover i.ie1 {
  height: 100%;
  bottom: 0;
  top: auto;
}
.product-page .sideright .list ul li .box:hover i.ie2 {
  height: 100%;
  top: 0;
}
.product-page .sideright .list ul li .box:hover i.ie3 {
  width: 100%;
  left: 0;
}
.product-page .sideright .list ul li .box:hover i.ie4 {
  width: 100%;
  right: 0;
  left: auto;
}

@media screen and (max-width: 1366px) {
  .product-page .sideright .list ul li {
    width: 50%;
  }
  .product-page .sideright .top {
    width: 70%;
  }
}
@media screen and (max-width: 700px) {
  .product-page .sideright .top {
    width: 100%;
    /*display: none!important;*/
  }
  .product-page .sideright .top h1.Auxil-h1 {
    font-size: 16px;
    display: none;
}
  .product-page .sideright .top .desc {
   font-size: 14px;
    line-height: 2;
  }
  .product-page .sideright .list ul li {
    width: 100%;
  }
}









.product-page .container .title {
  font-family: 'Poppins-SemiBold';
}
.product-page .container .cat_des {
  margin-top: 25px;
  color: #383737;
  max-height: 240px;
  overflow-y: auto;
  padding-right: 4px;
  line-height: 2;
}
.product-page .container .cat_list {
    margin: 50px 0 100px;
}
.product-page .container .cat_list>ul{
  position: relative;
}
.product-page .container .cat_list ul>li{
  margin: 25px 0;
}
.product-page .container .cat_list ul>li>ul{
  display: none;
  position: absolute;
  top:70px;
  left: 0;
  width:100%;
}

.product-page .container .cat_list ul>li.active>ul{
  display: flex;
}
.product-page .container .cat_list ul{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width:100%;
}
.product-page .container .cat_list ul>li.nav1>a{
  padding: 20px 25px;
  margin: 5px 5px 0 0;
  text-align: center;
  background-color: #e5e5e5;
  font-size: 20px;
  font-family: 'Poppins-SemiBold';
}
.product-page .container .cat_list ul>li>ul>li>a{
  padding: 15px 20px;
  margin: 5px 5px 0 0;
  text-align: center;
  background-color: #e5e5e5;
  font-size: 16px;
}
.product-page .container .cat_list ul li.active>a{
  background-color: var(--color);
  color:#fff;
}
/*.product-page .container .cat_list a:hover {
  background-color: var(--color);
  color: #fff;
}*/
.product-page .container .content {
  margin-top: 40px;
}
.product-page .container .content ul {
  margin: 0 -20px;
}
.product-page .container .content ul > p{
  font-size: 16px;
  letter-spacing: 0;
  margin-top: 20px;
  margin-left: 20px;
}
.product-page .container .content ul li {
  margin-top: 40px;
  padding: 0 20px;
}
.product-page .container .content ul li .box a {
  display: block;
}
.product-page .container .content ul li .box .img {
  background-color: #f7f7f7;
  padding: 40px 16px;
}
.product-page .container .content ul li .box .text {
  margin-top: 16px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
}
.product-page .container .content ul li .box .text:hover {
  color: var(--color);
}
.prodet-page .prodet-arrow {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px;
}
.prodet-page .prodet-arrow a{
  font-size: 22px;
  transition: all 0.5s;
}
.prodet-page .prodet-arrow a:hover{
  color: var(--color);
}
.prodet-page .prodet-banner{
  position: relative;
}
.prodet-page .prodet-banner .container{
  position: absolute;
  bottom:-1px;
  left: 50%;
  transform: translateX(-50%);
}
.prodet-page .prodet-banner .prodet-cat-name .cat-name-box{
  width: 900px;
  height: 95px;
  transform: translate(-55px,12px);
  background: url('/tymctl/2025/01/09/1.png')no-repeat;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding: 25px 55px 0;
  background-size: 100% 100%;
}
.prodet-page .prodet-banner .prodet-cat-name h2{
  font-size: 24px;
  font-family: 'Poppins-SemiBold';
  color:var(--color);
  transform: translateX(-5px);
}
.prodet-page .prodet-banner .prodet-cat-name h4{
  font-size: 20px;
}
.prodet-page .prodet-content {
  font-size: 18px;
  line-height: 2;
  margin: 100px auto;
  color: rgba(0, 0, 0, .6);
}




.prodet-dialog{
  position: fixed;
  width: 100vw;
  height: 100vh;
  top:0;
  left:-100vw;
  z-index: -1;
  display: flex;
  opacity: 0;
  transition: all 0.5s;
}
.prodet-dialog.active{
   z-index: 10000;
   opacity: 1;
   left:0;
}
.prodet-close{
  position: absolute;
  top:40px;
  right:40px;
  color:#fff;
  font-size: 20px;
}
.prodet-close img{
  filter: invert(1);
  cursor: pointer;
}
.prodet-dialog .left{
  width:90%;
  height: 100%;
  background-color: #fff;
  padding: 100px 10%;
  overflow-y: auto;
}
.prodet-dialog .left .det table{
  width:100% !important;
  table-layout: fixed;
}
.prodet-dialog .left .det table td{
  color:#000;
}
.prodet-dialog .left .title{
  font-size: 40px;
  line-height: 1.3;
  font-family: 'Poppins-SemiBold';
  margin-bottom: 40px;
}
.prodet-dialog .left .title::after{
  content: "";
  display: block;
  width:70px;
  height: 4px;
  margin-top: 10px;
  background-color: #ff5901;
}
.prodet-dialog .left .det>p{
  font-size: 22px;
  margin-bottom: 20px;
  font-family: 'Poppins-SemiBold';
}
.prodet-dialog .right{
  width:10%;
  height: 100%;
  background-color: rgba(0,0,0,.573);
  position: relative;
}
.prodet-page .prodet-1 {
  background-color: #fafafa;
}
.prodet-page .prodet-1 .container {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.prodet-page .prodet-1 .container .left {
  width: 44%;
  padding: 50px 0;
}
.prodet-page .prodet-1 .container .left .det2{
  /*height: 405px;
  overflow: auto;*/
  color:rgba(0, 0, 0, .6);
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 30px;
}
.prodet-page .prodet-1 .container .left .det3{
  color:rgba(0, 0, 0, .6);
  font-size: 18px;
  line-height: 2;
}
.prodet-page .prodet-1 .container .left .det1{
  margin: 20px 0 30px;
}
.prodet-page .prodet-1 .container .left table{
  width: 100% !important;
  
}
.prodet-page .prodet-1 .container .left table td{
  width: 100px !important;
}
.prodet-page .prodet-1 .container .left .title {
  font-family: 'Poppins-SemiBold';
  line-height: 2;
  color: var(--color);
  margin-bottom: 20px;
}
.prodet-page .prodet-1 .container .left .des {
  margin-top: 20px;
  color: #262626;
  line-height: 2;
  
}
.prodet-page .prodet-1 .container .left .info_cont {
  margin-top: 60px;
}
.prodet-page .prodet-1 .container .left .info_cont .btn {
  margin-top: 10px;
  padding: 7px 8px;
  min-width: 164px;
  text-align: center;
  color: #fff;
  background-color: var(--color);
  cursor: pointer;
}
.prodet-page .prodet-1 .container .left .info_cont .btn:hover {
  background-color: #000;
}
.prodet-page .prodet-1 .container .left .info_cont .list {
  margin-top: 10px;
  cursor: pointer;
}
.prodet-page .prodet-1 .container .left .info_cont .list img {
  margin-right: 12px;
  height: 18px;
}
.prodet-page .prodet-1 .container .left .info_cont .download {
  margin-left: 36px;
}
.prodet-page .prodet-1 .container .left .info_cont .video {
  margin-left: 50px;
}
.prodet-page .prodet-1 .container .right {
  position: relative;
  width: 50%;
  margin-left: auto;
}
.prodet-page .prodet-1 .container .right .right-big ul{
  position: relative;
}
.prodet-page .prodet-1 .container .right .right-big ul .slick-arrow{
  color:transparent;
  background-color: transparent;
  border: none;
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  z-index: 4;
}
.prodet-page .prodet-1 .container .right .right-big ul .slick-prev{
  left: 20px;
}
.prodet-page .prodet-1 .container .right .right-big ul .slick-prev::before{
  content: "\f053";
  font-family: "FontAwesome";
  color: #fff;
  font-size: 40px;
  text-shadow: 2px 2px 2px black;
  float: left;
}
.prodet-page .prodet-1 .container .right .right-big ul .slick-next::before{
  content: "\f054";
  font-family: "FontAwesome";
  color: #fff;
  font-size: 40px;
  text-shadow: 2px 2px 2px black;
  float: right;
}
.prodet-page .prodet-1 .container .right .right-big ul .slick-next{
  right: 20px;
}
.prodet-page .prodet-1 .container .right .right-small ul .slick-track{
  margin-left: unset;
}
.prodet-page .prodet-1 .container .right .right-small ul {
  margin: 20px -10px 0;
}
.prodet-page .prodet-1 .container .right .right-small ul li{
  padding:0 10px;
  height: 145px;
}
.prodet-page .prodet-1 .container .right .right-small ul .slick-current li a{
  border: 1px solid var(--color);
  display: block;
}
.prodet-page .prodet-1 .container .right .right-small ul li a{
  width: 100%;
  height: 100%;
}
.prodet-page .prodet-1 .container .right .right-small ul li a img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.prodet-page .prodet-1 .container .right .btn {
  width: 60px;
  height: 60px;
  background-color: #ccc;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 45%;
  z-index: 2;
  right: -20px;
  opacity: 0;
}
.prodet-page .prodet-1 .container .right .btn .img {
  width: 10px;
  height: 6px;
}
.prodet-page .prodet-1 .container .right .btn.prev {
  left: -20px;
}
.prodet-page .prodet-1 .container .right .btn.prev .img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.prodet-page .prodet-1 .container .right .btn:hover {
  background-color: var(--color);
}
.prodet-page .prodet-1 .container .right .swiper .swiper-wrapper .swiper-slide .img {
  background-color: #fff;
  display: block;
  padding: 46px 50px;
}
.prodet-page .prodet-1 .container .right:hover .btn {
  opacity: 1;
}
.prodet-page .prodet-1-b{
  padding: 100px 0 45px;
}
.prodet-page .prodet-1-b ul{
  display: flex;
}
.prodet-page .prodet-1-b ul li{
  width:25%;
  height: auto;
  padding:0 15px;
}
.prodet-page .prodet-1-b ul li .box{
  width:100%;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,.08);
  padding:50px 20px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.prodet-page .prodet-1-b ul li .det1{
   font-size: 16px;
   margin-bottom: 20px;
}
.prodet-page .prodet-1-b ul li .det2{
  display: none;
}
.prodet-page .prodet-1-b ul li .det1 p{
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.prodet-page .prodet-1-b ul li .det1 p:first-child{
  border:none;
  font-size: 24px;
  font-family: 'Poppins-SemiBold';
  margin-bottom: 20px;
}
.prodet-page .prodet-1-b ul li button{
  background: #000;
  border: none;
  border-radius: 35px;
  color: #fff;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  font-size: 16px;
}
.prodet-page .prodet-2 .container {
  padding-bottom: 60px;
  border-bottom: 1px solid #dcdcdc;
}
.prodet-page .prodet-2 .container .title_c {
  margin-top: 20px;
}
.prodet-page .prodet-2 .container .title_c .list {
  margin-right: 70px;
  padding: 20px 0 14px 0;
  font-weight: bold;
  border-bottom: 3px solid rgba(34, 95, 149, 0);
  cursor: pointer;
}
.prodet-page .prodet-2 .container .title_c .list.active,
.prodet-page .prodet-2 .container .title_c .list:hover {
  color: var(--color);
  border-bottom: 3px solid var(--color);
}
.prodet-page .prodet-2 .container .content .list {
  display: none;
  margin-top: 30px;
  color: #484747;
  line-height: 2;
}
.prodet-page .prodet-2 .container .content .list table td{
  min-width: 250px;
}
.prodet-page .prodet-2 .container .content .list b,
.prodet-page .prodet-2 .container .content .list strong {
  font-weight: bold;
  font-size: 20px;
}
.prodet-page .prodet-3 .container .title {
  text-align: center;
  font-weight: bold;
}
.prodet-page .prodet-3 .container .content {
  margin-top: 50px;
}
.prodet-page .prodet-3 .container .content .swiper .swiper-wrapper .swiper-slide .img {
  display: block;
}
.prodet-page .prodet-3 .container .content .swiper .swiper-wrapper .swiper-slide .img img {
  width: 100%;
}
.prodet-page .prodet-3 .container .content .swiper .swiper-wrapper .swiper-slide .text {
  margin-top: 16px;
  font-weight: bold;
}
.prodet-page .prodet-4 {
  background-color: #fff;
}
.prodet-page .prodet-4 .container {
  text-align: center;
  max-width: 1080px;
}
.prodet-page .prodet-4 .container .tips {
  font-weight: bold;
}
.prodet-page .prodet-4 .container .tips_des {
  color: #747474;
  margin-top: 10px;
}
.prodet-page .prodet-4 .container form {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #000;
  margin-top: 50px;
}
.prodet-page .prodet-4 .container form input,
.prodet-page .prodet-4 .container form textarea {
  width: -webkit-calc(40%);
  width: -moz-calc(40%);
  width: calc(50% - 10px);
  margin-top: 10px;
  border: none;
  border-bottom: 1px solid #d7d7d7;
  background-color: rgba(0, 0, 0, 0);
  padding: 8px 0;
  color: #000;
}
.prodet-page .prodet-4 .container form textarea {
  width: 100%;
  margin-top: 20px;
}
.prodet-page .prodet-4 .container form .more_c {
  width: 100%;
  margin-top: 20px;
}
.prodet-page .prodet-4 .container form .more_c .more {
  cursor: pointer;
  padding: 12px 56px;
  background-color: var(--color);
  color: #fff;
}
.prodet-seoPublic.seoPublic>div:nth-child(odd){
  background-color: #fff;
}
.prodet-seoPublic.seoPublic>div:nth-child(even){
  background-color: #fafafa;
}
.related-product {
  background-color: #fafafa;
}
.related-product .container .tips {
  font-weight: bold;
}
.related-product .container .content {
  margin-top: 40px;
}
.related-product .container .content .swiper {
  padding: 20px 0;
  margin: 0 -20px;
}
.related-product .container .content .swiper .swiper-wrapper .swiper-slide{
  padding:  0 20px;
}
.related-product .container .content .swiper .swiper-wrapper .swiper-slide .box {
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.07);
  padding: 50px 30px 40px;
}
.related-product .container .content .swiper .swiper-wrapper .swiper-slide .box p{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 10px;
  font-size: 16px;
}
.related-product .container .content .swiper .swiper-wrapper .swiper-slide .box a {
  display: block;
}
.related-product .container .content .swiper .swiper-wrapper .swiper-slide .box .img {
  height: 140px;
}
.related-product .container .content .swiper .swiper-wrapper .swiper-slide .box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.related-product .container .content .swiper .swiper-wrapper .swiper-slide .box .text {
  margin-top: 60px;
  font-weight: 600;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.related-product .container .content .swiper .swiper-wrapper .swiper-slide .box .text:hover {
  color: var(--color);
}

.font-21 {
  font-size: 21px;
}
.font-26 {
  font-size: 26px;
}
.gallery-page {
  padding: 100px 0;
}
.gallery-page .cat_list_cont .list {
  background-color: var(--color);
  color: #ffffff;
  min-width: 210px;
  width: auto;
  padding: 12px;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  border-right: 1px solid #d9d9d9;
  margin-bottom: 30px;
}

.gallery-page .gallery-1 .container{
  margin-bottom: 60px;
}
.gallery-page .gallery-1 .container:last-child{
  margin-bottom: 0;
}
.gallery-page .gallery-1 ul {
  margin: 0 -15px;
}
.gallery-page .gallery-1 ul .slick-track{
  margin-left: 0;
}
.gallery-page .gallery-1 ul li {
  padding: 0 15px;
}
.gallery-page .gallery-1 ul li .item {
  position: relative;
  display: inline-block;
  width: 100%;
}
.gallery-page .gallery-1 ul li .item > img {
  width: 100%;
}
.gallery-page .gallery-1 ul li .item a {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gallery-page .gallery-1 ul li .item a img {
  opacity: 0;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gallery-page .gallery-1 ul li .item h5 {
  color: #222;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  text-align: center;
  width: 100%;
  margin-top: 20px;
}
.gallery-page .gallery-1 ul li .item:hover a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gallery-page .gallery-1 ul li .item:hover a img {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 1;
}
/*@media (max-width: 1600px) {
  .prodet-dialog .left .det table td{
    min-width: unset;
  }
}*/
@media (max-width: 1000px) {
  .inner-banner {
    margin-top: 60px;
  }
  .product-page .container .cat_list {
    display: none;
  }
  .prodet-page .prodet-1 .container .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .container .right {
    width: 100%;
    margin-top: 40px;
  }
  .prodet-page .prodet-1 .container .right .btn {
    right: 10px;
  }
  .prodet-page .prodet-1 .container .right .btn.prev {
    left: 10px;
  }
  .prodet-dialog .left{
    width: 100%;
  }
}
@media (max-width: 700px) {
  .prodet-page .prodet-1 .container .left .info_cont .list {
    width: 100%;
    margin-left: 0;
  }
  .prodet-page .prodet-2 .container .title_c .list {
    width: 100%;
    margin: 0;
  }
  .prodet-page .prodet-4 .container form input,
  .prodet-page .prodet-4 .container form textarea {
    width: 100%;
  }
  .prodet-dialog .left .title{
    font-size: 28px;
  }
  .prodet-dialog .left .det::-webkit-scrollbar {
    height: 3px;
  }
}
@media (max-width: 500px) {
  .product-page .container .content {
    margin-top: 0;
  }
  .prodet-page .prodet-1 .container .left .info_cont {
    margin-top: 30px;
  }
  .prodet-page .prodet-1 .container .right .swiper .swiper-wrapper .swiper-slide .img {
    padding: 16px;
  }
  .prodet-page .prodet-2 .container {
    padding-bottom: 40px;
  }
  .prodet-page .prodet-2 .container .title_c .list {
    padding: 14px 0 10px 0;
  }
  .prodet-page .prodet-3 .container .content {
    margin-top: 20px;
  }
  .prodet-page .prodet-4 .container form {
    margin-top: 20px;
  }
  .related-product .container .content {
    margin-top: 10px;
  }
  .related-product .container .content .swiper .swiper-wrapper .swiper-slide .box {
    padding: 20px 16px;
  }
}
.download-page .cat_list .list {
  font-weight: bold;
  min-width: 210px;
  padding: 10px;
  background-color: var(--color);
  color: #fff;
  text-align: center;
  border-right: 1px solid var(--color);
}
.download-page .cat_list .list:hover,
.download-page .cat_list .list.active {
  background-color: #2a2a2a;
}
.download-page .content {
  padding-top: 20px;
}
.download-page .content ul {
  margin: 0 -20px;
}
.download-page .content ul li {
  margin-top: 50px;
  padding: 0 20px;
}
.download-page .content ul li .box .img_c {
  position: relative;
}
.download-page .content ul li .box .img_c .img {
  display: block;
}
.download-page .content ul li .box .img_c .img img {
  width: 100%;
}
.download-page .content ul li .box .img_c .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(34, 95, 149, 0.9);
  opacity: 0;
}
.download-page .content ul li .box .img_c .shadow .cont .btn {
  color: #fff;
  margin: 10px 0;
  position: relative;
  top: -20px;
}
.download-page .content ul li .box .img_c .shadow .cont .btn span {
  width: 110px;
}
.download-page .content ul li .box .img_c .shadow .cont .btn img {
  width: 19px;
}
.download-page .content ul li .box .img_c .shadow .cont .view_btn {
  top: 20px;
}
.download-page .content ul li .box .text {
  font-weight: 500;
  margin-top: 10px;
}
.download-page .content ul li .box:hover .img_c .shadow {
  opacity: 1;
}
.download-page .content ul li .box:hover .img_c .shadow .cont .btn {
  top: 0;
}
@media (max-width: 1000px) {
  .download-page .cat_list {
    display: none;
  }
  .download-page .content {
    padding-top: 0;
  }
  .download-page .content ul li .box .img_c .shadow {
    display: none;
  }
}
@media (max-width: 500px) {
  .download-page .content ul li {
    margin-top: 30px;
  }
}
.sustainability-page .init-0 {
  padding: 190px 0 250px 0;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
  color: #fff;
}
.sustainability-page .init-0 .container .title {
  font-weight: bold;
}
.sustainability-page .init-0 .container .des {
  margin: 20px auto 0;
  max-width: 986px;
  line-height: 2;
  max-height: 260px;
  overflow-y: auto;
  padding-right: 4px;
  text-align: justify;
}
.sustainability-page .init-1 {
  background-color: #f5f5f5;
}
.sustainability-page .init-1 .btn{
  position: absolute;
  top: 50%;
  right: -50px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #000;
  cursor: pointer;
  z-index: 2;
  text-align: center;
  line-height: 26px;
  font-size: 20px;
}
.sustainability-page .init-1 .btn i{
  width: 10px;
  text-align: center;
  margin-left: -2px;
}
.sustainability-page .init-1 .btn:hover{
  background: #00aced;
  color: #fff;
  border: 1px solid #fff;
}
.sustainability-page .init-1 .prev{
  left: -50px;
}
.sustainability-page .init-1 .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;
}
.sustainability-page .init-1 .container .list {
  text-align: center;
  padding: 50px 30px;
  height: 100%;
}
.sustainability-page .init-1 .container .list img {
  display: block;
  height: 40px;
  width: auto;
  margin: auto;
}
.sustainability-page .init-1 .container .list .title {
  font-weight: bold;
  margin-top: 16px;
}
.sustainability-page .init-1 .container .list .text {
  margin-top: 20px;
  color: #222222;
}
.sustainability-page .init-1 .container .list:hover {
  background-color: var(--color);
}
.sustainability-page .init-1 .container .list:hover img {
  -webkit-filter: brightness(5);
  filter: brightness(5);
}
.sustainability-page .init-1 .container .list:hover .title,
.sustainability-page .init-1 .container .list:hover .text {
  color: #fff;
}
.sustainability-page .init-2 .container .list {
  margin-top: 60px;
}
.sustainability-page .init-2 .container .list .column {
  position: relative;
  vertical-align: middle;
}
.sustainability-page .init-2 .container .list .left {
  width: 45%;
}
.sustainability-page .init-2 .container .list .left img {
  width: 100%;
}
.sustainability-page .init-2 .container .list .right {
  width: 55%;
  padding: 20px 150px 20px 72px;
}
.sustainability-page .init-2 .container .list .right .title {
  font-weight: bold;
  max-width: 580px;
}
.sustainability-page .init-2 .container .list .right .index_line {
  margin-top: 4px;
  width: 80px;
  height: 3px;
  background-color: #000;
}
.sustainability-page .init-2 .container .list .right .des {
  margin-top: 20px;
  line-height: 2;
  max-width: 533px;
  text-align: justify;
}
.sustainability-page .init-2 .container .list:nth-child(2n) .left {
  left: 50%;
}
.sustainability-page .init-2 .container .list:nth-child(2n) .right {
  left: -50%;
}
@media (max-width: 1250px) {
  .sustainability-page .init-0 {
    padding: 120px 0;
  }
  .sustainability-page .init-1 .container {
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -moz-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
  }

  .sustainability-page .init-2 .container .list .right .title {
    max-width: 100%;
  }
  .sustainability-page .init-2 .container .list .right .des {
    max-width: 100%;
  }
}
@media (max-width: 1000px) {
  .sustainability-page .init-1 .btn{
    right: 5px;
  }
  .sustainability-page .init-1 .prev{
    left: 5px;
  }
  .sustainability-page .init-2 .container .list .left {
    width: 100%;
  }
  .sustainability-page .init-2 .container .list .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
    text-align: center;
  }
  .sustainability-page .init-2 .container .list:nth-child(2n) .left {
    left: 0;
  }
  .sustainability-page .init-2 .container .list:nth-child(2n) .right {
    left: 0;
  }
  .sustainability-page .init-2 .container .list .right .index_line {
    display: none;
  }
}
@media (max-width: 700px) {

}
@media (max-width: 500px) {
  .sustainability-page .init-0 {
    padding: 40px 0;
  }
  .sustainability-page .init-1 {
    padding: 20px 0;
  }
  .sustainability-page .init-1 .container .list {
    width: 100%;
    padding: 20px 16px;
  }
  .sustainability-page .init-2 .container .list {
    margin-top: 20px;
  }
  .sustainability-page .init-2 .container .list .right .des {
    margin-top: 10px;
  }
}
/*.news-page .container .cat_list_cont .list {
  background-color: var(--color);
  color: #ffffff;
  min-width: 210px;
  width: auto;
  padding: 12px;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  border-right: 1px solid #d9d9d9;
}
.news-page .container .cat_list_cont .list:hover {
  background-color: #2a2a2a;
}
.news-page .container .cat_list_cont .list.active {
  background-color: #2a2a2a;
}
.news-page .container .content ul {
  margin: 20px -15px 0 -15px;
}
.news-page .container .content ul > p{
  font-size: 16px;
  letter-spacing: 0;
  margin-top: 20px;
}
.news-page .container .content ul li {
  margin-top: 70px;
  padding: 0 15px;
}
.news-page .container .content ul li .box a {
  display: block;
}
.news-page .container .content ul li .box a:hover {
  color: var(--color);
}
.news-page .container .content ul li .box .img {
  height: 300px;
}
.news-page .container .content ul li .box .img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
.news-page .container .content ul li .box .img .play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 50px;
  font-size: 30px;
  color: #fff;
  border-radius: 50%;
  background: #333;
  cursor: pointer;
}
.news-page .container .content ul li .box .img .play i {
  margin-left: 6px;
}
.news-page .container .content ul li .box .time {
  margin-top: 16px;
  color: #999999;
}
.news-page .container .content ul li .box .title {
  color: #000000;
  font-weight: 600;
  margin-top: 10px;
  line-height: 1.5;
  font-size: 20px；
}
.news-page .container .content ul li .box .des {
  margin-top: 14px;
  line-height: 2;
  color: #666;
}
.news-page .container .content ul li .box .more_c a {
  margin-top: 20px;
  display: inline-block;
  text-decoration: underline;
  color: #666;

}
.news-page .container .content ul li .box .more_c a:hover {
  color: var(--color);
  -webkit-text-decoration-color: var(--color);
  -moz-text-decoration-color: var(--color);
  text-decoration-color: var(--color);
}*/

.news-page{
  padding-top: 110px;
 
}
.news-page .slideRight .i-news {
  overflow: unset !important;
}
.news-page .slideRight .i-news .wrap .column {
  margin-bottom: 35px;
}
.news-page .i-news .wrap{
      margin: -23px;
}
.news-page .i-news .wrap .column {
    padding: 23px;
}
.news-page .slideRight .i-news .wrap .column {
    margin-bottom: 35px;
}
.news-page .i-news .wrap .column .item {
    display: block;
    position: relative;
    -webkit-box-shadow: 5px 5px 30px 0px rgba(0,0,0,.1);
    box-shadow: 5px 5px 30px 0px rgba(0,0,0,.1);
}
.news-page .i-news .wrap .column .item .img_box{
  height: 235px;
  display: block;
  width: 100%;
}
.news-page .i-news .wrap .column .item .img_box img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.news-page .i-news .wrap .column .item .content {
    line-height: 2;
    text-align: center;
      display: -webkit-box;  
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden; 
  min-height: 96px;
  margin-bottom: 15px;
}

.news-page .i-news .wrap .column .item h4 {
    text-align: center;
    font-size: 20px;
    line-height: 2;
    font-family: 'Poppins-SemiBold';
    position: relative;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    margin: 30px 0 20px;
    display: -webkit-box;  
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden; 
    min-height: 120px;
    padding: 0 32px;
}
.news-page .i-news .wrap .column .item .time {
    font-size: 16px;
    line-height: 2;
    display: block;
    text-align: center;
    padding: 0 32px;
}
/*.news-page .i-news .wrap .column .item .douhao {
    width: 74px;
    height: 74px;
    border-radius: 100%;
    text-align: center;
    line-height: 2;
    -webkit-box-shadow: 4px 4px 27px 0px rgba(0,0,0,.11);
    box-shadow: 4px 4px 27px 0px rgba(0,0,0,.11);
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%,50%);
    -moz-transform: translate(-50%,50%);
    -ms-transform: translate(-50%,50%);
    transform: translate(-50%,50%);
}*/

/*news*/

.news-page{
  padding: 80px 0;
 
}
.news-page .news-container{
  margin: 0 auto;
  padding: 0px 4rem;
  display: flex;;
  justify-content: space-between;
}
.news-page .slideBar-left{
  width:25% !important;
  background: rgb(250, 251, 252);
  padding: 31px 33px 31px 63px;
  min-width: 300px;
}
.news-page .slideBar-left h3{
  font-size: 18px;
  font-family: 'Poppins-SemiBold';
  color: rgb(12, 15, 18);
  height: 62px;
  border-bottom: 1px solid rgb(236, 238, 239);
}
.news-page .slideBar-left ul li{
  align-items: center;
  display: flex;
  height: 62px;
  justify-content: space-between;
  border-bottom: 1px solid rgb(236, 238, 239);
}
.news-page .slideBar-left ul li a{
  font-size: 16px;
  color: rgb(108, 118, 132);
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.news-page .slideRight{
  width: 72% !important;
  margin-left: auto;
}
.news-page .slideRight form{
  width:100%;
  position: relative;
  margin-bottom: 30px;
}
.news-page .slideRight form input[type='text']{
  width:100%;
  height: 45px;
  border: 1px solid rgb(208, 212, 216);
  border-radius: 5px;
  padding: 0 15px;
}
.news-page .slideRight form input[type='text']:focus{
  border: 2px solid rgb(0, 0, 0);
}
.news-page .slideRight form input[type='submit']{
  background: url(../images/icon-search-black.png) no-repeat;
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
  border: none;
  position: absolute;
  right:20px;
  top:50%;
  transform: translateY(-50%);
}
.news-page .slideRight .i-news {
  overflow: unset !important;
}
.news-page .slideRight .i-news .wrap .column {
  margin-bottom: 35px;
  transition: all 0.5s;
}
.news-page .slideRight .i-news .wrap .column:hover{
  transform: scale(1.04);
}
.news-page .i-news .wrap{
  padding: 0 13px;
}
.news-page .i-news .wrap .column {
    padding: 23px 10px;
}
.news-page .i-news .wrap .column .item {
    display: block;
    position: relative;
    -webkit-box-shadow: 5px 5px 30px 0px rgba(0,0,0,.1);
    box-shadow: 5px 5px 30px 0px rgba(0,0,0,.1);
}
.news-page .i-news .wrap .column .tage{
    border: 1px solid;
    border-radius: 50px;
    padding: 4px 12px;
    display: inline-block;
    margin: 20px 0;
    margin-left: 32px;
}
.news-page .i-news .wrap .column .item .content {
  text-align: left;
  display: -webkit-box;  
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden; 
  min-height: 84px;
  padding: 0 32px;
  line-height: 2;
  max-width: 350px;
  opacity: 0.8;
  transition: all 0.5s;
  font-size: 14px;
}
.news-page .i-news .wrap .column .item h4 {
    text-align: left;
    font-size: 18px;
    line-height:1.8;
    font-family: 'Poppins-SemiBold';
    position: relative;
    margin: 10px 0;
     display: -webkit-box;  
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden; 
  min-height: 50px;
  transition: all 0.5s;
}
.news-page .i-news .wrap .column .item .time {
    font-size: 14px;
    display: block;
    text-align: left;
    color: rgb(108, 118, 132);
}
.news-page .i-news .wrap .column .item .douhao {
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 2;
    background: linear-gradient(135deg, rgb(0, 46, 93) 1.13%, rgb(0, 94, 184) 100.75%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    margin-left: auto;
    cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .inner-page .slideBar-left {
    display: none;
  }
  .inner-page .slideRight {
    width: 100% !important;
    padding-left: 0;
  }
  .inner-page .sideLeft{
    display: none;
  }
  .inner-page .sideRight{
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .inner-page .slideBar-left {
    display: none;
  }
  .inner-page .slideRight {
    width: 100% !important;
    padding-left: 0;
  }
}
@media screen and (max-width: 1000px) {
  .news-page .slideRight .i-news .wrap .column {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
    .news-page .slideRight .i-news .wrap .column {
    width: 100%;
  }
}










.newdet-page {
  padding: 80px 0;
}
.news-banner{
  width:100%;
  height: 400px;
  background-color: var(--color);
  position: relative;
  margin-top: 100px;
  padding-top:60px; 
}
.news-banner h2{
  font-family: 'Poppins-SemiBold';
  font-size: 40px;
  color:#fff;
  max-width: 800px;
}
.news-banner .inner-news-img{
  width: 40%;
  position: absolute;
  bottom:-32px;
  right:0;
}
.newdet-page .container .title {
  font-weight: bold;
  line-height: 1.4;
}
.newdet-page .container .time {
  color: #999999;
  margin-top: 10px;
}
.newdet-page .container .content {
  margin-top: 36px;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  padding: 40px 0;
  line-height: 2;
  font-weight: 300;
  color: #444444;
}
.newdet-page .container .content h2 {
  font-size: 20;
  line-height: 1.6;
  font-weight: 700;

}
.newdet-page .container .content h3 {
  font-size: 18;
  line-height: 1.8;
  font-weight: 700;
}
strong {
  font-weight: 700;
} 
.newdet-page .container .newdet_cont .left {
  width: -webkit-calc(-90%);
  width: -moz-calc(-90%);
  width: calc(100% - 190px);
}
.newdet-page .container .newdet_cont .right {
  width: 190px;
}
.newdet-page .container .newdet_cont .right .tip {
  color: #767676;
  font-weight: 300;
  margin-top: 20px;
}
.newdet-page .container .newdet_cont .right .share_list a {
  padding: 0;
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #3b5999;
  color: #ffffff;
  text-align: center;
  line-height: 28px;
  font-size: 16px;
  margin: 12px 18px 0 0;
}
.newdet-page .container .newdet_cont .right .share_list a:last-child {
  margin-right: 0;
  background-color: #cc2366;
}
.newdet-page .container .newdet_cont .right .share_list a:nth-child(2) {
  background-color: #00aced;
}
.newdet-page .container .newdet_cont .right .share_list a:nth-child(3) {
  background-color: #cb2027;
}
@media (max-width: 1600px) {
  .prodet-page .prodet-banner .prodet-cat-name .cat-name-box{
      width: fit-content;
  }
}
@media (max-width: 1250px) {
  .news-page .container .content ul li .box .img {
    height: 220px;
  }
  .news-page .container .cat_list_cont {
    display: none;
  }
}
@media (max-width: 1000px) {
  .news-page .container .content ul li {
    text-align: center;
  }
  .news-page .container .content ul li .box .img {
    height: 158px;
  }
  .newdet-page .container .title {
    text-align: center;
  }
  .newdet-page .container .time {
    text-align: center;
  }
}
@media (max-width: 700px) {
  .news-page .container .cat_list_cont .list {
    width: 33.3%;
  }
  .news-page .container .content ul li .box .img {
    height: 34vw;
  }
  .newdet-page .container .newdet_cont .left {
    width: 100%;
  }
  .newdet-page .container .newdet_cont .right {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .news-page .container .content ul li {
    margin-top: 40px;
  }
  .news-page .container .content ul li .box .img {
    height: 60vw;
  }
  .news-page .container .content ul li .box .des {
    margin-top: 10px;
    color: #666;
    font-size: 14px;
  }
  .news-page .container .content ul li .box .more_c a {
    margin-top: 10px;
  }
  .newdet-page {
    padding-bottom: 40px;
  }
  .newdet-page .container .content {
    margin-top: 20px;
    padding: 20px 0;
  }
}
.project-page .container {
  overflow: visible;
}
.project-page .container .nav_left {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  width: 320px;
  background-color: #f3f3f4;
  padding: 40px 20px;
  overflow: hidden;
}
.project-page .container .nav_left .tips {
  font-weight: 600;
}
.project-page .container .nav_left .list_cont {
  margin-top: 35px;
}
.project-page .container .nav_left .list_cont .title {
  font-weight: 600;
  border-bottom: 1px solid #cccdce;
  padding-bottom: 12px;
}
.project-page .container .nav_left .list_cont ul {
  padding-top: 10px;
}
.project-page .container .nav_left .list_cont ul li {
  margin-top: 14px;
}
.project-page .container .nav_left .list_cont ul li a span {
  margin-right: 10px;
}
.project-page .container .nav_left .list_cont ul li a:hover {
  color: var(--color);
}
.project-page .container .nav_right {
  width: -webkit-calc(-220%);
  width: -moz-calc(-220%);
  width: calc(100% - 320px);
  padding-left: 40px;
}
.project-page .container .nav_right ul li .box {
  padding: 30px 0;
  border-top: 1px solid #cccdce;
}
.project-page .container .nav_right ul li .box .left {
  width: 47%;
}
.project-page .container .nav_right ul li .box .left .title {
  font-weight: bold;
  display: block;
}
.project-page .container .nav_right ul li .box .left .title:hover {
  color: var(--color);
}
.project-page .container .nav_right ul li .box .left .cont {
  color: #757575;
  margin-top: 36px;
}
.project-page .container .nav_right ul li .box .left .des {
  overflow: hidden;
}
.project-page .container .nav_right ul li .box .left .more {
  margin-top: 24px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 600;
}
.project-page .container .nav_right ul li .box .left .more .img_c {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--color);
  margin-left: 20px;
}
.project-page .container .nav_right ul li .box .left .more .img_c img {
  width: 10px;
}
.project-page .container .nav_right ul li .box .left .more:hover {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}
.project-page .container .nav_right ul li .box .right {
  margin-left: auto;
  width: 41%;
}
.project-page .container .nav_right ul li .box .right img {
  width: 100%;
}
.design-page {
  padding-bottom: 0;
}
.design-page .init-1 .container .tip_title {
  text-align: center;
  font-weight: bold;
}
.design-page .init-1 .container .tip_des {
  color: #747474;
  max-width: 880px;
  text-align: center;
  margin: 20px auto 0;
  line-height: 2;
}
.design-page .init-1 .container .list_cont {
  margin-top: 40px;
  margin: 40px -40px 0;
}
.design-page .init-1 .container .list_cont .list {
  padding: 0 40px;
  margin-top: 40px;
}
.design-page .init-1 .container .list_cont .list .list_2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.design-page .init-1 .container .list_cont .list .list_2 .left {
  line-height: 1;
  font-size: 40px;
  font-weight: bold;
  min-width: 80px;
  margin-right: 10px;
}
.design-page .init-1 .container .list_cont .list .list_2 .left .sub {
  margin-left: -8px;
}
.design-page .init-1 .container .list_cont .list .list_2 .right .title {
  font-size: 20px;
  font-weight: 500;
}
.design-page .init-1 .container .list_cont .list .list_2 .right .des {
  color: #2c2c2c;
  margin-top: 10px;
  line-height: 2;
}
.design-page .init-1 .container .list_cont .list:nth-child(2) .left {
  min-width: 110px;
}
.design-page .init-2 .container {
  background-color: #fafafa;
}
.design-page .init-2 .container .left {
  vertical-align: middle;
}
.design-page .init-2 .container .left img {
  display: block;
  width: 100%;
}
.design-page .init-2 .container .right {
  background-color: #fafafa;
  vertical-align: middle;
  padding: 60px;
}
.design-page .init-2 .container .right .tips {
  font-weight: 300;
  color: #8a8a8a;
  /*font-style: italic;*/
  text-transform: uppercase;
}
.design-page .init-2 .container .right .title_2 {
  margin-top: 10px;
  font-weight: bold;
  max-width: 480px;
}
.design-page .init-2 .container .right .index_line {
  height: 5px;
  margin-top: 10px;
  width: 124px;
  background-color: #000;
}
.design-page .init-2 .container .right .des {
  color: #747474;
  margin-top: 30px;
  line-height: 2;
}
.design-page .init-3 .container .tip_title {
  font-weight: bold;
  text-align: center;
}
.design-page .init-3 .container .index_line {
  height: 5px;
  margin: 10px auto 0;
}
.design-page .init-3 .container .content {
  margin: 40px -8px 0;
}
.design-page .init-3 .container .content .slick li {
  padding: 0 8px;
}
.design-page .init-3 .container .content .slick li .box a {
  display: block;
  text-align: center;
}
.design-page .init-3 .container .content .slick li .box a img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.design-page .init-3 .container .content .slick li .box .text {
  margin-top: 16px;
  font-weight: 300;
}
.design-page .init-4 {
  padding: 90px 0;
  background-color: #fafafa;
}
.design-page .init-4 .container .left {
  vertical-align: middle;
  width: 500px;
}
.design-page .init-4 .container .left .title {
  font-weight: bold;
}
.design-page .init-4 .container .left .des {
  margin-top: 10px;
  color: #747474;
  line-height: 1.8;
  padding-right: 40px;
}
.design-page .init-4 .container .left .more_c {
  margin-top: 20px;
}
.design-page .init-4 .container .left .more_c .more {
  width: 50px;
  height: 50px;
  padding: 0;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 36px;
  cursor: pointer;
  margin-right: 4px;
  background-color: #000;
}
.design-page .init-4 .container .left .more_c .more::before {
  background-color: var(--color);
}
.design-page .init-4 .container .right {
  vertical-align: middle;
  width: -webkit-calc(-400%);
  width: -moz-calc(-400%);
  width: calc(100% - 500px);
}
.design-page .init-4 .container .right .slick li {
  padding: 0 14px;
}
.design-page .init-4 .container .right .slick li .box .img {
  display: block;
}
.design-page .init-4 .container .right .slick li .box .img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.design-page .init-5 {
  -o-background-size: cover;
  background-size: cover;
  padding: 100px 0 190px 0;
  text-align: right;
}
.design-page .init-5 .container .title {
  font-weight: bold;
}
.design-page .init-5 .container .index_line {
  height: 5px;
  margin: 20px 0 0 auto;
}
.design-page .init-5 .container .des {
  max-width: 620px;
  margin: 20px 0 0 auto;
  line-height: 2;
  color: #747474;
  font-weight: 300;
}
.design-page .init-5 .container .more_c .more {
  margin-top: 40px;
  margin-right: 4px;
  display: inline-block;
  padding: 12px 40px;
  font-weight: 300;
  font-style: italic;
  background-color: #fff;
  color: var(--color);
  text-transform: uppercase;
}
.design-page .init-5 .container .more_c .more:hover {
  color: #ffffff;
}
.design-page .init-6 .container {
  text-align: center;
}
.design-page .init-6 .container .tips {
  font-weight: bold;
}
.design-page .init-6 .container .des {
  max-width: 850px;
  color: rgba(0, 0, 0, 0.8);
  margin: 20px auto 0;
  text-align: justify;
}
.design-page .init-7 .container .tips_title {
  font-weight: bold;
  text-align: center;
}
.design-page .init-7 .container .content {
  margin-top: 40px;
}
.design-page .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box a {
  display: block;
}
.design-page .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .img {
  background-color: #f2f2f2;
  padding: 40px 60px;
}
.design-page .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .img img {
  width: 100%;
}
.design-page .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .title {
  margin-top: 24px;
  font-weight: bold;
}
.design-page .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .title:hover {
  color: var(--color);
}
.design-page .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .more {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 50px;
}
.design-page .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .more .img_c {
  margin-left: 18px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--color);
}
.design-page .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .more .img_c img {
  width: 10px;
}
.design-page .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .more:hover {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}
@media (max-width: 1600px) {
  .prodet-page .prodet-banner .prodet-cat-name .cat-name-box {
    transform: translate(0, 12px);
  }
  .product-page .container .cat_list ul>li>ul {
    top: 160px;
  }
  .prodet-page .prodet-banner .prodet-cat-name .cat-name-box{
      width: fit-content;
  }

  .news-page .i-news .wrap .column .item .img_box{
    display: block;
  }
  .news-page .i-news .wrap .column .item .img_box img{
    width:100%;
    object-fit: cover;
  }
}
@media (max-width: 1400px) {
  .prodet-page .prodet-1 .container .left .det2 {
    font-size: 16px;
  }
  .prodet-page .prodet-1-b ul li{
    width:30%;
    flex-wrap: wrap;
  }
}
@media (max-width: 1250px) {
  .project-page .container .nav_left {
    display: none;
  }
  .project-page .container .nav_right {
    width: 100%;
    padding-left: 0;
  }
  .prodet-page .prodet-1 .container .left .det2{
    max-height: 250px;
    overflow: auto;
  }
  .prodet-page .prodet-1 .container .left .title {
    line-height: 1.6;
  }
}
@media (max-width: 1000px) {
  .prodet-dialog .right{
    position: unset;
    width: 0;
  }
  .prodet-close {
    top: 20px;
    right: 20px;
  }
  .prodet-close img {
    filter: invert(0);
  }
  .prodet-page .prodet-banner{
    height: 300px;
  }
  .prodet-page .prodet-banner img{
    width:100%;
    height: 100%;
    object-fit: cover;
  }
  .prodet-page .prodet-1-b ul li {
    width: 50%;
  }
  .project-page .container .nav_right ul li .box .left {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 30px;
  }
  .project-page .container .nav_right ul li .box .right {
    width: 100%;
    padding: 20px 10px;
  }
  .design-page .init-2 .container .left {
    width: 100%;
  }
  .design-page .init-2 .container .right {
    width: 100%;
    padding: 20px 0;
  }
  .design-page .init-2 .container .right .title_2 {
    max-width: 100%;
  }
  .design-page .init-2 .container .right .index_line {
    display: none;
  }
  .design-page .init-2 .container .right .des {
    margin-top: 20px;
  }
  .design-page .init-4 {
    padding: 40px 0;
  }
  .design-page .init-4 .container .left {
    width: 100%;
  }
  .design-page .init-4 .container .right {
    width: 100%;
    margin-top: 40px;
  }
  .design-page .init-7 .container .content .swiper .swiper-wrapper .swiper-slide .box .more {
    margin-top: 20px;
  }
  .news-banner h2 {
    font-size: 30px;
  }
  .prodet-page .prodet-content {
    font-size: 16px;
  }
  .news-banner .inner-news-img {
    width: 60%;
  }
  .newdet-page .container .title {
    font-size: 26px;
    line-height: 1.6;
  }
}

@media (max-width: 700px) {
  .prodet-page .prodet-banner .prodet-cat-name h2 {
    font-size: 18px;
  }
  .prodet-page .prodet-banner .prodet-cat-name h4 {
    display: none;
  }
  .prodet-page .prodet-banner .prodet-cat-name .cat-name-box {
    transform: translate(0, 0);
    padding: 15px 35px 0;
  }
  .prodet-page .prodet-1 .container .left .det2 {
    max-height: unset; 
    overflow: unset;
    height: auto;
  }
  .prodet-page .prodet-1 .container .right .right-big ul .slick-arrow{
    display: none;
  }
  .prodet-page .prodet-4 .container .tips,
  .related-product .container .tips {
    font-size: 28px !important;
  }
  
}
@media (max-width: 500px) {
  .prodet-page .prodet-1-b ul li{
    width: 100%;
  }
  .news-page .news-container{
    padding: 0 15px;
  }
  .news-banner h2 {
    font-size: 24px;
  }
  .news-banner {
    height: 300px;
  }
}
.about-page .init-2 {
  padding: 120px 0;
  -o-background-size: cover;
  background-size: cover;
}
.about-page .init-2 .container .left {
  vertical-align: middle;
  display: inline-block;
  width: 60%;
}
.about-page .init-2 .container .left .title {
  font-weight: bold;
}
.about-page .init-2 .container .left .index_line {
  margin-top: 10px;
  width: 124px;
  height: 3px;
  background-color: #000;
}
.about-page .init-2 .container .left .des {
  margin-top: 26px;
  text-align: justify;
  color: #444;
}
.about-page .init-2 .container .left .des p{
  margin-bottom: 15px;
  line-height: 1.6;
}
.about-page .init-2 .container .right {
  padding-left: 30px;
  vertical-align: middle;
  width: 39%;
  display: inline-block;
  position: relative;
}
.about-page .init-2 .container .right img {
  width: 100%;
  max-width: 390px;
  display: block;
  margin-left: auto;
}
.about-page .init-2 .container .right .play_cont {
  position: absolute;
  width: 110px;
  height: 110px;
  top: 0;
  left: 0;
  cursor: pointer;
  text-align: center;
  line-height: 110px;
  left: 70%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #ffffff;
  font-size: 50px;
}
.about-page .init-2 .container .right .play_cont .ling,
.about-page .init-2 .container .right .play_cont .cont {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--color);
  z-index: 2;
  position: relative;
}
.about-page .init-2 .container .right .play_cont .ling i,
.about-page .init-2 .container .right .play_cont .cont i {
  margin-left: 6px;
}
.about-page .init-2 .container .right .play_cont .ling {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
}
.about-page .init-2 .container .right .play_cont .ling:nth-child(2) {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.about-page .init-3 .container .tip_title {
  text-align: center;
  font-weight: bold;
  max-width: 800px;
  margin: auto;
}
.about-page .init-3 .container .title_list {
  margin-top: 40px;
}
.about-page .init-3 .container .title_list .column {
  width: auto;
}
.about-page .init-3 .container .title_list .list {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 14px;
  text-align: center;
  width: 16.6%;
  border-left: 1px solid #d9d9d9;
  font-size: 16px;
  background-color: var(--color);
  color: #ffffff;
  font-weight: 500;
  /*text-transform: uppercase;*/
  cursor: pointer;
}
.about-page .init-3 .container .title_list .list:hover,
.about-page .init-3 .container .title_list .list.active {
  background-color: #2a2a2a;
}
.about-page .init-3 .container .title_list .list:first-child {
  border: none;
}
.about-page .init-3 .container .title_list .list p {
  width: 100%;
}
.about-page .init-3 .container .content_list {
  /*margin-top: 36px;*/
  text-align: center;
  max-width: 780px;
  margin: 62px auto 0px;
}
.about-page .init-3 .container .content_list .list {
  display: none;
}
.about-page .init-4 {
  -o-background-size: cover;
  background-size: cover;
  padding: 220px 0 170px 0;
}
.about-page .init-4 .container .cont {
  width: 750px;
  margin-left: auto;
  padding: 70px 200px 50px 60px;
  background-color: #fafafa;
}
.about-page .init-4 .container .cont .title {
  color: var(--color);
}
.about-page .init-4 .container .cont .line {
  width: 32px;
  height: 2px;
  background-color: var(--color);
  margin-top: 4px;
}
.about-page .init-4 .container .cont .slick li .box .name {
  margin-top: 10px;
  font-weight: bold;
  /*font-style: italic;*/
}
.about-page .init-4 .container .cont .slick li .box .des {
  color: #444444;
  margin-top: 10px;
}
.about-page .init-4 .container .cont .s_page {
  margin-top: 60px;
}
.about-page .init-4 .container .cont .s_page .slick-dots li {
  display: inline-block;
  border-bottom: 1px solid rgba(184, 138, 121, 0);
  font-weight: bold;
}
.about-page .init-4 .container .cont .s_page .slick-dots li button {
  width: 16px;
  height: 16px;
  margin: 4px;
  border: none;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0);
}
.about-page .init-4 .container .cont .s_page .slick-dots li.slick-active {
  border-bottom: 1px solid var(--color);
}
.about-page .init-4 .container .cont .s_page .slick-dots li.slick-active button {
  color: var(--color);
}
.about-page .init-5 .container .tip_title {
  text-transform: capitalize;
  font-weight: bold;
  text-align: center;
}
.about-page .init-5 .container .tip_des {
  text-align: center;
  margin-top: 10px;
  color: #747474;
}
.about-page .init-5 .container .index_line {
  margin: 16px auto 0 auto;
}
.about-page .init-5 .container .slick {
  margin-top: 60px;
  margin: 60px -15px 0 -15px;
}
.about-page .init-5 .container .slick .slick-track {
  margin-left: 0;
}
.about-page .init-5 .container .slick li {
  padding: 0 15px;
}
.about-page .init-5 .container .slick li .box .img {
  display: block;
}
.about-page .init-5 .container .slick li .box .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about-page .init-6 {
  padding: 70px 0 50px 0;
  background-color: #fafaf9;
  -o-background-size: cover;
  background-size: cover;
}
.about-page .init-6 .container {
  position: relative;
}
.about-page .init-6 .container .column {
  vertical-align: middle;
}
.about-page .init-6 .container .left {
  width: 450px;
}
.about-page .init-6 .container .left .title {
  font-weight: bold;
  text-transform: uppercase;
}
.about-page .init-6 .container .left .des {
  color: #747474;
  max-width: 400px;
  margin-top: 10px;
}
.about-page .init-6 .container .left .index_line {
  margin-top: 20px;
}
.about-page .init-6 .container .left .more_c a {
  padding: 16px 30px;
  display: inline-block;
  margin-top: 60px;
  color: #ffffff;
  text-transform: uppercase;
  border: 1px solid var(--color);
}
.about-page .init-6 .container .left .more_c a img {
  -webkit-filter: brightness(2);
  filter: brightness(2);
  vertical-align: middle;
  margin-left: 36px;
}
.about-page .init-6 .container .left .more_c a::before {
  background-color: #ffffff;
}
.about-page .init-6 .container .left .more_c a:hover {
  background-color: #ffffff;
  color: var(--color);
}
.about-page .init-6 .container .left .more_c a:hover img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
.about-page .init-6 .container .right {
  width: -webkit-calc(-350%);
  width: -moz-calc(-350%);
  width: calc(100% - 450px);
  padding-left: 70px;
}
.about-page .init-6 .container .right img {
  width: 100%;
  display: block;
}
.about-page .init-7 .container .tip_title {
  font-weight: bold;
  text-transform: capitalize;
  text-align: center;
}
.about-page .init-7 .container .tip_des {
  color: #444444;
  font-weight: 300;
  text-align: center;
  max-width: 670px;
  margin: 10px auto 0;
  /*text-align: justify;*/
}
.about-page .init-7 .container .index_line {
  height: 5px;
  margin: auto;
  margin-top: 20px;
}
.about-page .init-7 .container .slick {
  margin: 40px -15px 0 -15px;
}
.about-page .init-7 .container .slick li {
  padding: 0 15px;
}
.about-page .init-7 .container .slick li .box a {
  display: block;
}
.about-page .init-7 .container .slick li .box a img {
  display: block;
  width: 100%;
}
.about-page .init-7 .container .more_c {
  margin-top: 50px;
  text-align: center;
}
.about-page .init-7 .container .more_c a {
  padding: 16px 30px;
  display: inline-block;
  color: #ffffff;
  border: 1px solid var(--color);
  background: var(--color);
}
.about-page .init-7 .container .more_c a img {
  vertical-align: middle;
  width: 22px;
  -webkit-filter: grayscale(1) brightness(5);
  filter: grayscale(1) brightness(5);
  margin-left: 30px;
}
.about-page .init-7 .container .more_c a::before {
  background-color: #ffffff;
}
.about-page .init-7 .container .more_c a:hover {
  color: var(--color);
  background-color: #ffffff;
}
.about-page .init-7 .container .more_c a:hover img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
.about-page .init-8 .container video {
  display: block;
  width: 100%;
}
.about-page .init-8 .container .tips_title {
  margin-top: 30px;
  font-weight: bold;
  color: #000;
}
.about-page .init-8 .container .des {
  color: #444444;
  margin-top: 20px;
  text-align: justify;
}
.about-page .init-8 .container .list_cont {
  margin-top: 50px;
}
.about-page .init-8 .container .list_cont li {
  background-color: rgba(34, 95, 149, 0.9);
  width: 25%;
  height: 230px;
  color: #fff;
  border-left: 2px solid #fff;
}
.about-page .init-8 .container .list_cont li .box .num {
  font-weight: 500;
}
.about-page .init-8 .container .list_cont li .box .text_c {
  margin-left: 26px;
  font-family: 'Poppins';
}
@media (max-width: 1250px) {
  .about-page .init-1 .container .right .des {
    margin-top: 10px;
  }
  .about-page .init-4 {
    padding: 90px 0;
  }
  .about-page .init-8 .container .list_cont li {
    width: 50%;
    border-top: 2px solid #fff;
  }
}
@media (max-width: 1000px) {
  .about-page .init-1 .container .left {
    display: none;
  }
  .about-page .init-1 .container .right {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
  .about-page .init-1 .container .right .title {
    max-width: 100%;
  }
  .about-page .init-2 {
    background: #f5f4f4;
    background-image: none !important;
  }
  .about-page .init-2 .container .left {
    width: 100%;
    text-align: center;
  }
  .about-page .init-2 .container .right {
    width: 100%;
  }
  .about-page .init-2 .container .right .play_cont {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    margin: auto;
    margin-top: 50px;
  }
  .about-page .init-4 .container .cont {
    width: 100%;
    padding: 40px;
    text-align: center;
  }
  .about-page .init-4 .container .cont .line {
    display: none;
  }
  .about-page .init-6 {
    background-image: none !important;
  }
  .about-page .init-6 .container .left {
    width: 100%;
    text-align: center;
  }
  .about-page .init-6 .container .left .des {
    max-width: 100%;
  }
  .about-page .init-6 .container .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .about-page .init-2 .container .left .index_line {
    display: none;
  }
  .about-page .init-2 .container .right {
    padding-left: 0;
    margin-top: 20px;
  }
  .about-page .init-2 .container .right img {
    width: 100%;
    max-width: 260px;
    margin: auto;
  }
  .about-page .init-3 .container .title_list .list {
    width: 33.33%;
    border-top: 1px solid #fff;
  }
}
@media (max-width: 700px) {
  .about-page .init-2 {
    padding: 40px 0;
  }
  .about-page .init-2 .container .left .des {
    margin-top: 20px;
  }
  .about-page .init-2 .container .right .play_cont {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 30px;
  }
  .about-page .init-3 .container .title_list .list {
    width: 100%;
  }
  .about-page .init-4 {
    padding: 40px 0;
  }
  .about-page .init-4 .container .cont {
    padding: 20px;
  }
  .about-page .init-4 .container .cont .s_page {
    margin-top: 20px;
  }
  .about-page .init-5 .container .slick {
    margin: 20px -4px 0 -4px;
  }
  .about-page .init-5 .container .slick li {
    padding: 0 4px;
  }
  .about-page .init-6 {
    padding: 40px 0;
  }
  .about-page .init-6 .container .left .more_c a {
    margin-top: 20px;
    padding: 6px 20px;
  }
  .about-page .init-6 .container .left .more_c a img {
    margin-left: 16px;
    width: 20px;
  }
  .about-page .init-7 .container .slick {
    margin-top: 20px;
  }
  .about-page .init-7 .container .more_c {
    margin-top: 30px;
  }
  .about-page .init-7 .container .more_c a {
    padding: 6px 20px;
  }
  .about-page .init-7 .container .more_c a img {
    margin-left: 16px;
    width: 20px;
  }
  .about-page .init-8 .container .list_cont li {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .about-page .init-3 .container .content_list {
    margin-top: 16px;
  }
  .about-page .init-8 .container .list_cont li {
    height: 160px;
  }
}
.history-page .init-1 .container {
  position: relative;
}
.history-page .init-1 .container .prev_btn,
.history-page .init-1 .container .next_btn {
  position: absolute;
  top: 76px;
  right: 0;
  width: 50px;
  height: 50px;
  background-color: #f5f4f2;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  padding: 0;
  z-index: 2;
}
.history-page .init-1 .container .prev_btn img,
.history-page .init-1 .container .next_btn img {
  width: 14px;
  height: 8px;
  margin-top: 20px;
  z-index: 2;
  position: relative;
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.history-page .init-1 .container .prev_btn:hover img,
.history-page .init-1 .container .next_btn:hover img {
  -webkit-filter: brightness(2);
  filter: brightness(2);
}
.history-page .init-1 .container .prev_btn {
  left: 0;
}
.history-page .init-1 .container .prev_btn img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.history-page .init-1 .container .line {
  position: absolute;
  left: 0;
  top: 100px;
  width: 100%;
  height: 1px;
  background-color: #000000;
}
.history-page .init-1 .container .slick .slick-track {
  margin-left: 0;
}
.history-page .init-1 .container .slick li .box .num {
  height: 80px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  padding-top: 60px;
}
.history-page .init-1 .container .slick li .box .cir {
  position: relative;
  border-radius: 50%;
  background-color: #ffffff;
  margin: 8px auto 0;
  width: 18px;
  height: 18px;
  padding-top: 6px;
  -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.45);
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.45);
}
.history-page .init-1 .container .slick li .box .cir div {
  border-radius: 50%;
  background-color: #39363d;
  width: 6px;
  height: 6px;
  margin: auto;
}
.history-page .init-1 .container .slick li .box .subline {
  width: 1px;
  height: 80px;
  background-color: #000000;
  margin: 10px auto 0;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
}
.history-page .init-1 .container .slick .slick-track .slick-current li .box .num {
  font-size: 80px;
  font-weight: bold;
  padding-top: 0;
}
.history-page .init-1 .container .slick .slick-track .slick-current li .box .subline {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.history-page .init-2 .container .list_cont {
  width: 1000px;
  margin: auto;
  position: relative;
  height: 350px;
}
.history-page .init-2 .container .list_cont .list {
  z-index: 1;
  position: absolute;
  width: 620px;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(0);
  -moz-transform: translateX(-50%) scale(0);
  -ms-transform: translateX(-50%) scale(0);
  -o-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  opacity: 1;
  background-color: #4d84b5;
  color: #fff;
  font-weight: 500;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.history-page .init-2 .container .list_cont .list .cont {
  padding: 20px 40px;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.history-page .init-2 .container .list_cont .list .cont .num {
  font-size: 80px;
  line-height: 1;
}
.history-page .init-2 .container .list_cont .list .cont .title {
  font-size: 40px;
  margin-top: 14px;
}
.history-page .init-2 .container .list_cont .list .cont .des {
  font-size: 16px;
  margin-top: 16px;
}
.history-page .init-2 .container .list_cont .prev {
  -webkit-transform: translateX(-50%) scale(0.86);
  -moz-transform: translateX(-50%) scale(0.86);
  -ms-transform: translateX(-50%) scale(0.86);
  -o-transform: translateX(-50%) scale(0.86);
  transform: translateX(-50%) scale(0.86);
  left: 27%;
}
.history-page .init-2 .container .list_cont .active {
  z-index: 2;
  -webkit-transform: translateX(-50%) scale(1);
  -moz-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  -o-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  background-color: var(--color);
}
.history-page .init-2 .container .list_cont .next {
  -webkit-transform: translateX(-50%) scale(0.86);
  -moz-transform: translateX(-50%) scale(0.86);
  -ms-transform: translateX(-50%) scale(0.86);
  -o-transform: translateX(-50%) scale(0.86);
  transform: translateX(-50%) scale(0.86);
  left: 73%;
}
@media (max-width: 1250px) {
  .history-page .init-1 .container .slick .slick-track .slick-current li .box .num {
    font-size: 60px;
    padding-top: 20px;
  }
}
@media (max-width: 1000px) {
  .history-page .init-2 .container .list_cont {
    width: 100%;
  }
  .history-page .init-2 .container .list_cont .list {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .history-page .init-1 .container .slick li .box .num {
    height: 60px;
  }
  .history-page .init-1 .container .slick .slick-track .slick-current li .box .num {
    font-size: 36px;
  }
  .history-page .init-1 .container .line {
    top: 78px;
  }
  .history-page .init-1 .container .prev_btn {
    top: 54px;
  }
  .history-page .init-1 .container .next_btn {
    top: 54px;
  }
  .history-page .init-2 .container .list_cont .list .cont {
    padding: 16px;
  }
  .history-page .init-2 .container .list_cont .list .cont .num {
    font-size: 26px;
  }
  .history-page .init-2 .container .list_cont .list .cont .title {
    font-size: 18px;
  }
}
.factory-page .init-1 .container .column {
  vertical-align: middle;
}
.factory-page .init-1 .container .left {
  width: 54%;
}
.factory-page .init-1 .container .right {
  width: 46%;
  padding-left: 60px;
}
.factory-page .init-1 .container .right .tips {
  color: #8a8a8a;
  font-weight: 300;
  font-style: italic;
}
.factory-page .init-1 .container .right .title {
  font-weight: bold;
  margin-top: 6px;
}
.factory-page .init-1 .container .right .des {
  margin-top: 20px;
  color: #767676;
  line-height: 2;
}
.factory-page .init-1 .container .right .s_page {
  margin-top: 30px;
}
.factory-page .init-1 .container .right .s_page li {
  display: inline-block;
  color: rgba(255, 255, 255, 0);
  width: 10px;
  height: 10px;
  background-color: #e3d2cb;
  border-radius: 50%;
  margin: 6px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
.factory-page .init-1 .container .right .s_page li button {
  display: none;
}
.factory-page .init-1 .container .right .s_page li.slick-active {
  background-color: var(--color);
}
.factory-page .init-2 .container .tip_title {
  font-weight: bold;
  text-align: center;
}
.factory-page .init-2 .container .tip_des {
  color: #747474;
  font-weight: 300;
}
.factory-page .init-2 .container .tip_des {
  text-align: center;
  margin-top: 10px;
}
.factory-page .init-2 .container .index_line {
  height: 5px;
  margin: 20px auto 20px;
}
.factory-page .init-2 .container .content {
  margin-top: 60px;
  border-top: 1px solid #d9d9d9;
  padding: 36px 22px 0;
}
.factory-page .init-2 .container .content .slick .slick-track {
  margin-left: 0;
}
.factory-page .init-2 .container .content .slick li {
  padding: 0 14px;
}
.factory-page .init-2 .container .content .slick li .box {
  position: relative;
  padding-left: 70px;
}
.factory-page .init-2 .container .content .slick li .box .num {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
}
.factory-page .init-2 .container .content .slick li .box .right .title {
  font-weight: bold;
}
.factory-page .init-2 .container .content .slick li .box .right .subline {
  margin-top: 20px;
  width: 60px;
  height: 3px;
  background-color: #000000;
}
.factory-page .init-2 .container .content .slick li .box .right .des {
  color: #656565;
  margin-top: 20px;
}
.factory-page .init-3 {
  -o-background-size: cover;
  background-size: cover;
}
.factory-page .init-3 .container .left {
  width: 42%;
}
.factory-page .init-3 .container .right {
  width: 58%;
  padding-left: 30px;
}
.factory-page .init-3 .container .right .title {
  font-weight: bold;
}
.factory-page .init-3 .container .right .des {
  margin-top: 16px;
  text-align: justify;
  color: #444444;
}
.factory-page .init-3 .container .right .slick {
  margin: 50px -10px 0;
}
.factory-page .init-3 .container .right .slick .slick-track {
  margin-left: 0;
}
.factory-page .init-3 .container .right .slick .slick-track li {
  padding: 0 10px;
}
.factory-page .init-3 .container .right .slick .slick-track li .img {
  display: block;
}
.factory-page .init-3 .container .right .slick .slick-track li .img img {
  display: block;
}
.factory-page .init-4 {
  text-align: center;
}
.factory-page .init-4 .container .title {
  font-weight: bold;
  /*text-transform: uppercase;*/
}
.factory-page .init-4 .container .des {
  font-weight: 300;
  color: #444444;
  max-width: 630px;
  margin: 10px auto 0;
}
.factory-page .init-4 .container .index_line {
  margin: 20px auto 0;
  height: 5px;
  width: 124px;
  background-color: #000;
}
.factory-page .init-4 .container .slick {
  margin: 40px auto 0;
}
.factory-page .init-4 .container .slick li {
  padding: 0 14px;
}
.factory-page .init-4 .container .slick li a {
  display: block;
}
.factory-page .init-4 .container .slick li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.factory-page .init-5 .container .tips_title {
  font-weight: bold;
}
.factory-page .init-5 .container .des {
  color: #444444;
  margin-top: 24px;
  max-width: 945px;
  text-align: justify;
}
.factory-page .init-5 .container .video_list {
  margin-top: 40px;
}
.factory-page .init-5 .container .video_list .swiper .swiper-wrapper .swiper-slide .box {
  height: 460px;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}
.factory-page .init-5 .container .video_list .swiper .swiper-wrapper .swiper-slide .box .cont {
  position: absolute;
  width: 100%;
  bottom: 80px;
  left: 0;
  padding: 0 50px;
  color: #fff;
}
.factory-page .init-5 .container .video_list .swiper .swiper-wrapper .swiper-slide .box .cont .play {
  margin-top: 30px;
  font-size: 30px;
  cursor: pointer;
  line-height: 1;
}
.factory-page .init-5 .container .video_list .swiper .swiper-wrapper .swiper-slide .box .cont .play:hover {
  color: var(--color);
}
@media (max-width: 1000px) {
  .factory-page .init-5 .container .video_list .swiper .swiper-wrapper .swiper-slide .box {
    height: 260px;
  }
  .factory-page .init-5 .container .video_list .swiper .swiper-wrapper .swiper-slide .box .cont {
    bottom: 20px;
  }
  .factory-page .init-5 .container .video_list .swiper .swiper-wrapper .swiper-slide .box .cont .play {
    margin-top: 20px;
  }
  .factory-page .init-3 .container .left {
    display: none;
  }
  .factory-page .init-3 .container .right {
    width: 100%;
    padding-left: 0;
  }
  .factory-page .init-4 .container .index_line {
    display: none;
  }
}
@media (max-width: 700px) {
  .factory-page .init-5 .container .video_list .swiper .swiper-wrapper .swiper-slide .box .cont {
    padding: 0 16px;
  }
}
@media (max-width: 500px) {
  .factory-page .init-5 .container .video_list .swiper .swiper-wrapper .swiper-slide .box {
    height: 54vw;
  }
  .factory-page .init-5 .container .video_list .swiper .swiper-wrapper .swiper-slide .box .cont .play {
    font-size: 20px;
    margin-top: 10px;
  }
}
.honor-page .init-1 .container .content .more {
  width: auto;
  padding: 12px 40px;
  background-color: var(--color);
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  border-right: 1px solid #d9d9d9;
}
.honor-page .init-1 .container .content .more::before {
  background-color: #000;
}
.honor-page .init-1 .container .content .more.active {
  background-color: #000;
}
.honor-page .init-2 {
  margin-top: 30px;
}
.honor-page .init-2 .container .content ul {
  margin: 0 -10px;
}
.honor-page .init-2 .container .content ul li {
  margin-top: 40px;
  padding: 0 10px;
}
.honor-page .init-2 .container .content ul li .box a {
  display: block;
}
.honor-page .init-2 .container .content ul li .box a img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.honor-page .init-2 .container .content ul li .box .text {
  margin-top: 20px;
  /*text-align: center;*/
}
.honor-page .init-2 .container .content ul li .box .text:hover {
  color: var(--color);
}
@media (max-width: 1250px) {
  .honor-page .init-1 {
    display: none;
  }
}
@media (max-width: 500px) {
  .honor-page .init-2 {
    margin-top: 40px;
  }
  .honor-page .init-2 .container .content ul li {
    margin-top: 30px;
  }
  .honor-page .init-2 .container .content ul li:first-child {
    margin-top: 0;
  }
  .honor-page .init-2 .container .content ul li .box .text {
    margin-top: 10px;
  }
}

.contact-1 {
  padding: 110px 0 110px;
}
.contact-1 .list ul {
  margin: -8px;
}
.contact-1 .list ul li {
  padding: 8px;
}
.contact-1 .list ul li .box {
  -o-box-shadow: 0 0 7px rgba(43, 52, 59, 0.08);
  -webkit-box-shadow: 0 0 7px rgba(43, 52, 59, 0.08);
  box-shadow: 0 0 7px rgba(43, 52, 59, 0.08);
  text-align: center;
  padding-bottom: 30px;
  /*background-color: white;*/
}
.contact-1 .list ul li .box span {
  height: 60px;
  width: 60px;
  line-height: 60px;
  background: var(--color);
  position: relative;
  margin: 0 auto;
  display: block;
  text-align: center;
}
.contact-1 .list ul li .box span i {
  color: white;
  font-size: 30px;
  display: inline-block;
  vertical-align: middle;
}
.contact-1 .list ul li .box span:after {
  content: '';
  width: 100%;
  height: 13px;
  position: absolute;
  bottom: 100%;
  left: 0;
  background: inherit;
}
.contact-1 .list ul li .box span:before {
  content: '';
  border-right: 13px solid transparent;
  border-bottom: 12px solid #023222;
  position: absolute;
  left: 100%;
  bottom: 100%;
}
.contact-1 .list ul li .box h5 {
  font-size: 18px;
  line-height: 2;
  padding: 25px 0 15px;
  font-weight: bold;
}
.contact-1 .list ul li .box p {
  font-size: 16px;
  line-height: 2;
  font-weight: normal;
  min-height: 100px;
  padding: 0 10px;
}
.contact-page .init-1 {
  position: relative;
}
.contact-page .init-1 .sub_img {
  position: absolute;
  width: 700px;
  top: 200px;
  right: -160px;
}
.contact-page .init-1 .container {
  position: relative;
  z-index: 2;
}
.contact-page .init-1 .container .column {
  vertical-align: middle;
}
.contact-page .init-1 .container .left {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
  padding: 50px 70px;
}
.contact-page .init-1 .container .left .tips {
  font-weight: 500;
  color: var(--color);
}
.contact-page .init-1 .container .left .title {
  font-weight: bold;
  font-size: 36px;
  margin-top: 10px;
}
.contact-page .init-1 .container .left form input,
.contact-page .init-1 .container .left form textarea {
  padding: 12px 20px;
  background-color: #f8f8f8;
  font-size: 14px;
  border: none;
  margin-top: 14px;
  font-weight: 300;
}
.contact-page .init-1 .container .left form .mail,
.contact-page .init-1 .container .left form .phone {
  width: -webkit-calc(42%);
  width: -moz-calc(42%);
  width: calc(50% - 8px);
}
.contact-page .init-1 .container .left form .phone {
  margin-left: 16px;
}
.contact-page .init-1 .container .left form .more_c {
  margin-top: 14px;
}
.contact-page .init-1 .container .left form .more_c .more {
  cursor: pointer;
  padding: 16px 30px;
  display: inline-block;
  color: #fff;
  font-size: 18px;
  background-color: var(--color);
}
.contact-page .init-1 .container .left form .more_c .more img {
  z-index: 2;
  position: relative;
  width: 20px;
  margin-right: 10px;
}
.contact-page .init-1 .container .left form .more_c .more::before {
  background-color: #000;
}
.contact-page .init-1 .container .right {
  padding: 0 0 0 80px;
}
.contact-page .init-1 .container .right .title {
  font-weight: bold;
}
.contact-page .init-1 .container .right .des {
  color: #888888;
  margin-top: 10px;
  line-height: 2;
}
.contact-page .init-1 .container .right .list_cont {
  margin-top: 10px;
}
.contact-page .init-1 .container .right .list_cont .list {
  margin-top: 30px;
}
.contact-page .init-1 .container .right .list_cont .list .column {
  vertical-align: top;
}
.contact-page .init-1 .container .right .list_cont .list .img {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #f5f5f5;
  text-align: center;
  line-height: 60px;
}
.contact-page .init-1 .container .right .list_cont .list .img img {
  max-width: 30px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.contact-page .init-1 .container .right .list_cont .list .text {
  margin: 2px 0 0 20px;
  width: -webkit-calc(20%);
  width: -moz-calc(20%);
  width: calc(100% - 80px);
  padding-right: 60px;
}
.contact-page .init-1 .container .right .list_cont .list .text .title_2 {
  font-weight: bold;
  line-height: 1;
  text-transform: capitalize;
}
.contact-page .init-1 .container .right .list_cont .list .text .title_2.mt_20 {
  margin-top: 20px;
}
.contact-page .init-1 .container .right .list_cont .list .text .des_2 {
  margin-top: 10px;
  color: #6c6c6c;
}
.contact-page .init-2 .container .tip_title {
  font-weight: bold;
  text-align: center;
}
.contact-page .init-2 .container .index_line {
  margin: 10px auto 0;
  width: 124px;
  height: 3px;
  background-color: #000;
}
.contact-page .init-2 .container .tip_des {
  margin-top: 24px;
  text-align: center;
  color: #444444;
}
.contact-page .init-2 .container .title_c {
  margin-top: 20px;
}
.contact-page .init-2 .container .title_c .list {
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  cursor: pointer;
  background-color: var(--color);
  padding: 8px 40px;
  color: #fff;
}
.contact-page .init-2 .container .title_c .list:hover,
.contact-page .init-2 .container .title_c .list.active {
  background-color: #2a2a2a;
}
.contact-page .init-2 .container .list_cont {
  margin-top: 50px;
  display: none;
}
.contact-page .init-2 .container .list_cont .list {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  position: relative;
  margin-top: 18px;
}
.contact-page .init-2 .container .list_cont .list:first-child {
  margin-top: 0;
}
.contact-page .init-2 .container .list_cont .list .title {
  cursor: pointer;
  font-weight: bold;
  padding: 18px 66px 18px 30px;
}
.contact-page .init-2 .container .list_cont .list i {
  z-index: 2;
  cursor: pointer;
  font-size: 30px;
  width: 20px;
  position: absolute;
  top: 16px;
  right: 26px;
}
.contact-page .init-2 .container .list_cont .list .content {
  color: #444444;
  padding: 20px 30px;
  display: none;
}
.contact-page .init-2 .container .list_cont .list.active .title {
  background-color: #ebebeb;
}
.contact-page .init-2 .container .list_cont .list.active i {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.contact-page .init-2 .container .list_cont.active {
  display: block;
}
@media (max-width: 1000px) {
  .contact-page .init-1 .container .left {
    width: 100%;
  }
  .contact-page .init-1 .container .right {
    width: 100%;
    margin-top: 40px;
    padding: 0;
  }
  .contact-page .init-2 .container .title_c .list {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 700px) {
  .contact-page .init-1 .container .left {
    padding: 30px 16px;
  }
  .contact-page .init-1 .container .right .list_cont .list .text {
    padding-right: 0;
  }
}
@media (max-width: 500px) {
  .contact-page .init-1 .container .left .title {
    font-size: 24px;
  }
  .contact-page .init-1 .container .left form .mail,
  .contact-page .init-1 .container .left form .phone {
    width: 100%;
  }
  .contact-page .init-1 .container .left form .phone {
    margin-left: 0;
  }
  .contact-page .init-1 .container .right .list_cont .list .img {
    width: 40px;
    height: 40px;
  }
  .contact-page .init-1 .container .right .list_cont .list .img img {
    width: 20px;
  }
  .contact-page .init-1 .container .right .list_cont .list .text {
    width: -webkit-calc(60%);
    width: -moz-calc(60%);
    width: calc(100% - 40px);
    padding-left: 10px;
    margin-left: 0;
  }
}



    .seoPublic .title {
        font-size: 28px;
        font-weight: bold;
        line-height: 1.4;
        margin-bottom: 1em;
    }

    .seoPublic>div {
        padding: 60px 0;
    }

    .seoPublic>div:nth-child(odd) {
        background: #fafafa;
    }

    .seoPublic .Auxil-about .box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }

    .seoPublic .Auxil-about .box .left {
        width: 40%;
    }

    .seoPublic .Auxil-about .box .left .img {
        height: 100%;
        background-size: cover;
        background-position: center center;
        display: block;
    }

    .seoPublic .Auxil-about .box .left img {
        width: 100%;
        display: block;
    }

    .seoPublic .Auxil-about .box .right {
        width: 60%;
        padding-left: 5%;
        padding-bottom: 20px;
    }

    .seoPublic .Auxil-about .box .right div.h3 {
        font-size: 24px;
        font-weight: normal;
        line-height: 2;
        margin-bottom: 1em;
    }

    .seoPublic .Auxil-about .box .right .text {
        font-size: 16px;
        line-height: 2;
        color: #666;
        max-height: 420px;
        overflow: auto;
        /*text-align: justify;*/
    }

    .seoPublic .Auxil-honor .list ul {
        margin: -10px;
    }

    .seoPublic .Auxil-honor .list ul li {
        padding: 10px;
    }

    .seoPublic .Auxil-honor .list ul li a {
        display: block;
    }

    .seoPublic .Auxil-honor .list ul li a img {
        width: 100%;
    }

    .seoPublic .Auxil-news .list ul {
        margin: -13px;
    }

    .seoPublic .Auxil-news .list ul li {
        padding: 13px;
    }

    .seoPublic .Auxil-news .list ul li a.img-box {
        display: block;
        background-size: cover;
        background-position: center center;
    }

    .seoPublic .Auxil-news .list ul li a.img-box img {
        width: 100%;
    }

    .seoPublic .Auxil-news .list ul li .content div.h6 {
        font-size: 22px;
        line-height: 2;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-news .list ul li .content div.h6:hover {
        color: var(--color);
    }

    .seoPublic .Auxil-news .list ul li .content time {
        font-size: 14px;
        margin-top: .5em;
        display: block;
    }

    .seoPublic .Auxil-news .list ul li .content p {
        font-weight: 300;
        font-size: 16px;
        line-height: 2;
        margin: 1em 0;
    }

    .seoPublic .Auxil-news .list ul li .content a.link {
        font-weight: 300;
        font-size: 16px;
        text-transform: uppercase;
        line-height: 1;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        border-bottom: 1px solid transparent;
        display: inline-block;
    }

    .seoPublic .Auxil-news .list ul li .content a.link:hover {
        border-color: var(--color);
        color: var(--color);
    }

    .seoPublic .Auxil-form .form ul {
        margin: -10px;
    }

    .seoPublic .Auxil-form .form ul li {
        padding: 10px;
    }

    .seoPublic .Auxil-form .form ul li input,
    .seoPublic .Auxil-form .form ul li textarea {
        display: block;
        width: 100%;
        border: 1px solid #eee;
        font-size: 16px;
        padding: 8px 15px;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-form .form ul li textarea {
        height: 100px;
    }

    .seoPublic .Auxil-form .form ul li input:focus,
    .seoPublic .Auxil-form .form ul li textarea:focus {
        border-color: var(--color);
    }

    .seoPublic .Auxil-form .form ul li.wid-100 {
        width: 100%;
    }

    .seoPublic .Auxil-form .form ul li input[type="submit"] {
        width: auto;
        display: inline-block;
        padding-left: 25px;
        padding-right: 25px;
        background: var(--color);
        color: whitesmoke;
        border: none;
    }

    .seoPublic .Auxil-form .form ul li input[type="submit"]:hover {
        background: #222;
    }

    .seoPublic .seoIndustry .text {
        font-size: 16px;
        line-height: 2;
        color: #666;
    }

    .seoPublic .text a {
        color: var(--color);
    }

    .seoPublic .text a:hover {
        text-decoration: underline;
    }

    .seoPublic .Auxil-through {
        padding: 15px 0;
        background: none !important;
    }

    .seoPublic .Auxil-through a {
        display: inline-block;
        line-height: 40px;
        height: 40px;
        padding: 0 25px;
        font-size: 14px;
        color: black;
        border: 1px solid #eee;
        background: #f8f8f8;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-through a:hover {
        background: var(--color);
        color: white;
    }

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

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

    .seoPublic .Auxil-related .list ul li .box {
        display: block;
        background: white;
        -o-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
        -webkit-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
        box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
    }

    .seoPublic .Auxil-related .list ul li .box a.img-box {
        display: block;
    }

    .seoPublic .Auxil-related .list ul li .box .content {
        display: block;
        padding: 20px;
        text-align: center;
    }

    .seoPublic .Auxil-related .list ul li .box .content div.h3 {
        font-size: 22px;
        color: #111;
        font-weight: 500;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-related .list ul li .box .content div.h3:hover {
        color: var(--color);
    }

    .seoPublic .Auxil-related .list ul li .box .content p {
        display: block;
        font-size: 16px;
        color: #888;
        line-height: 1.6;
        font-weight: 400;
        margin: .5em 0;
        height: 4.8em;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more {
        display: inline-block;
        vertical-align: middle;
        line-height: 40px;
        height: 40px;
        padding: 0 20px;
        border: 1px solid var(--color);
        font-size: 16px;
        font-weight: 700;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        color: var(--color);
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more i {
        margin-left: 5px;
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more:hover {
        color: white;
        background: var(--color);
    }

    @media screen and (max-width: 1400px) {
        .seoPublic .title {
            font-size: 28px;
            margin-bottom: 1.5em;
        }

        .seoPublic .Auxil-about .box .right div.title,
        .seoPublic .Auxil-related .list ul li .box .content div.h3 {
            font-size: 20px;
        }

        .seoPublic .Auxil-form .form ul li input,
        .seoPublic .Auxil-form .form ul li textarea,
        .seoPublic .Auxil-about .box .right .text,
        .seoPublic .Auxil-news .list ul li .content p,
        .seoPublic .seoIndustry .text,
        .seoPublic .Auxil-related .list ul li .box .content p {
            font-size: 14px;
        }

        .seoPublic .Auxil-news .list ul li .content div.h6 {
            font-size: 18px;
        }

        .seoPublic .Auxil-related .list ul li .box .content a.more {
            font-size: 14px;
            line-height: 34px;
            height: 34px;
            padding: 0 15px;
        }

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

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

    @media screen and (max-width: 1000px) {
        .seoPublic .title {
            font-size: 24px;
            margin-bottom: 1em;
        }

        #cp-Nav {
            display: block;
        }

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

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

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

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

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

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

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

        .seoPublic .Auxil-about .box {
            display: block;
        }

        .seoPublic .Auxil-about .box .right {
            width: 100%;
            padding: 0;
            margin-top: 20px;
        }

        .seoPublic .Auxil-about .box .left {
            width: 100%;
            padding: 0;
        }

        .seoPublic .Auxil-about .box .left .img {
            height: 300px;
        }

        .seoPublic .Auxil-about .box .right div.h3 {
            font-size: 18px;
        }

        .seoPublic>div {
            padding: 30px 0;
        }

        .seoPublic .Auxil-about .box .right .text {
            max-height: 450px;
            font-size: 15px;
        }
    }







.seoPublic .text a {
    color: #666;
}
.seoPublic .seoIndustry .text h3 {
    font-weight: 600;
    padding-top: 25px;
}
.news-page .container .content ul li .box .des a {
    display: inline;
}
@media (max-width: 500px) {
  #footer .copyright .container a.foota {
    display: none;
}
.seoIndustry.Auxil-industry {
    display: none;
}
}
.tips_des.font-16.wow.fadeInUp h2 {
    display: inline;
}
.tips_des.font-16.wow.fadeInUp h1 {
    display: inline;
}


