@font-face {
  font-family: 'gilroy';
  src: url('../fonts/Gilroy-Black.eot');
  src: url('../fonts/Gilroy-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Black.woff2') format('woff2'), url('../fonts/Gilroy-Black.woff') format('woff'), url('../fonts/Gilroy-Black.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'gilroy';
  src: url('../fonts/Gilroy-Regular.eot');
  src: url('../fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Regular.woff2') format('woff2'), url('../fonts/Gilroy-Regular.woff') format('woff'), url('../fonts/Gilroy-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'gilroy';
  src: url('../fonts/Gilroy-Bold.eot');
  src: url('../fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Bold.woff2') format('woff2'), url('../fonts/Gilroy-Bold.woff') format('woff'), url('../fonts/Gilroy-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'gilroy';
  src: url('../fonts/Gilroy-Medium.eot');
  src: url('../fonts/Gilroy-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Medium.woff2') format('woff2'), url('../fonts/Gilroy-Medium.woff') format('woff'), url('../fonts/Gilroy-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'gilroy';
  src: url('../fonts/Gilroy-Light.eot');
  src: url('../fonts/Gilroy-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Light.woff2') format('woff2'), url('../fonts/Gilroy-Light.woff') format('woff'), url('../fonts/Gilroy-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
.seoPublic > div:nth-child(odd){
  background: #f2f1ed;
}
.seoPublic .Auxil-news .list ul li .content{
  margin-top: 0;
}
.moveBox{
  transition: transform 0.1s ease;
    will-change: transform;
}
html,
body {
  position: relative;
  max-width: 1920px;
  margin: auto;
  --color: #939393;
  height: auto;
}
body {
  overflow-x: hidden;
  position: relative;
  font-weight: 400;
  margin: 0 auto;
  color: #333333;
  font-family: 'gilroy';
}
.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
.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;
}
.container {
  width: 1700px;
}
.textStoke {
  -webkit-text-stroke: 1px #000000;
  color: transparent;
}
.textStoke.white {
  -webkit-text-stroke: 1px #ffffff;
}
.homeTitleAni{
  position: relative;
  z-index: 1;
}
.homeTitleAni .homeTitleAni1{
  /*clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);*/
}
.homeTitleAni .homeTitleAni2{
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 18;
}
#header a {
  display: block;
}
#header img {
  display: block;
  width: 100%;
}
#header > .nav {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1920px;
  margin: auto;
  padding: 10px 0;
}
#header > .nav > .menu {
  z-index: 1;
}
#header > .nav > .menu .menu-box {
  position: relative;
  z-index: 2;
}
#header > .nav > .menu .menu-box .left {
  position: relative;
}
#header > .nav > .menu .menu-box .left .logo {
  position: relative;
  display: block;
  z-index: 1;
}
#header > .nav > .menu .menu-box .left .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#header > .nav > .menu .menu-box .menu_c {
  z-index: 2;
  text-align: center;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container {
  z-index: 2;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu {
  width: 100%;
  padding: 0;
  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;
  text-align: left;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
  display: inline-block;
  position: relative;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  margin-left: 50px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:first-child {
  margin-left: 0;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a::before,
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.active > a::before {
  transform: scaleX(1);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a::before,
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.active > a::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > .sub-menu{
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-align: left;
  line-height: 1.2;
  position: relative;
  font-size: 20px;
  text-transform: capitalize;
  z-index: 2;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -2px;
  left: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  z-index: -1;
  opacity: 0;
  background: #fff;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  min-width: 150px;
  width: auto;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  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;
  -o-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-radius: 2px;
  background-color: #f7f7f7;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item {
  color: #000;
  position: relative;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item a {
  white-space: nowrap;
  font-size: 16px;
  padding: 8px 12px;
  text-align: left;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(189, 189, 189, 0);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover > a {
  background-color: #000;
  color: #fff;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item .sub-menu {
  left: 100%;
  top: 0;
  min-width: 120px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover .sub-menu {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
#header > .nav > .menu .menu-box .right {
  position: relative;
  z-index: 2;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .img {
  width: 24px;
  height: 24px;
}
#header > .nav > .menu .menu-box .right .search {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
#header > .nav > .menu .menu-box .right .openBtn {
  width: 160px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  padding: 8px 6px;
  cursor: pointer;
}
#header > .nav > .menu .menu-box .right .openBtn:hover {
  background-color: var(--color);
  color: #fff;
}
#header > .nav .lang_cont {
  display: inline-block;
  position: relative;
  cursor: pointer;
  z-index: 2;
}
#header > .nav .lang_cont:hover .lang {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
#header > .nav .lang_cont .lang {
  overflow-y: auto;
  max-height: 400px;
  width: 150px;
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-bottom: 3px solid #333333;
}
#header > .nav .lang_cont .lang li a {
  display: block;
  background: #f7f7f7;
  padding: 5px 10px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-align: left;
}
#header > .nav .lang_cont .lang li a:hover {
  background-color: #000;
}
#header > .nav .lang_cont .lang li a:hover em {
  color: #fff;
}
#header > .nav .lang_cont .lang li a img {
  display: inline;
  width: 20%;
  margin-top: 4px;
}
#header > .nav .lang_cont .lang li a em {
  display: inline;
  font-size: 16px;
  margin-left: 10px;
  color: #000;
}
#header.active > .nav,
#header.inner_active > .nav {
  background-color: #333;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.bannerC {
  position: relative;
  z-index: 1;
}
.bannerC .bannerCont2 {
  position: relative;
}
.moreCont {
  cursor: pointer;
  perspective: 1000px;
}
.moreCont .moreCirCont {
  transform-style: preserve-3d;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  transition: all 1s;
}
.moreCont .moreCirCont .moreCir {
  width: 28px;
  height: 28px;
  animation: rotAni 5s linear infinite;
}
.moreCont .moreCirCont .moreCir .moreSub {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #000000;
}
.moreCont:hover .moreCirCont {
  transform: rotateX(180deg) translateX(5px);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.moreCont:hover .moreText {
  transform: translateX(5px);
}
#banner {
  position: relative;
  z-index: 3;
  text-align: center;
  height: 54vw;
  max-height: 940px;
}
#banner .bannerTop {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}
#banner .bannerTop .swiper {
  z-index: 2;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
#banner .bannerTop .swiper .swiper-wrapper {
  height: 100%;
}
#banner .bannerTop .swiper .swiper-wrapper .swiper-slide {
  -o-background-size: 100% auto;
  background-size: 100% auto;
  width: 100%;
  -o-background-size: cover;
  background-size: cover;
  z-index: 2;
  position: relative;
}
#banner .bannerTop .swiper .swiper-wrapper .swiper-slide .container {
  overflow: hidden;
  height: 100%;
  z-index: 5;
}
#banner .bannerTop .swiper .swiper-wrapper .swiper-slide .container .box {
  text-align: left;
  width: 100%;
  position: relative;
  z-index: 2;
}
#banner .bannerTop .swiper .swiper-wrapper .swiper-slide .container .box .cont {
  z-index: 2;
  color: #fff;
  width: 100%;
}
#banner .bannerTop .swiper .swiper-wrapper .swiper-slide .container .box .cont .title {
  font-size: 162px;
  line-height: 1;
  font-weight: bold;
}
#banner .bannerTop .swiper .swiper-wrapper .swiper-slide .container .box .cont .title1 {
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-stroke: 2px #fff;
  margin-top: -140px;
}
#banner .bannerTop .swiper .swiper-wrapper .swiper-slide .container .box .cont .title2 {
  text-align: right;
  margin-top: 30px;
  font-size: 86px;
}
#banner .bannerTop .swiper .swiper-wrapper .swiper-slide .container .box .cont .title3{
  text-align: right;
  font-size: 22px;
  margin-top: 20px;
  font-weight: bold;
}
#banner .bannerTop .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .left {
  -webkit-animation: fadeInLeftSmall 1s linear;
  -moz-animation: fadeInLeftSmall 1s linear;
  -o-animation: fadeInLeftSmall 1s linear;
  animation: fadeInLeftSmall 1s linear;
}
#banner .bannerTop .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .right {
  -webkit-animation: fadeInRightSmall 1s linear;
  -moz-animation: fadeInRightSmall 1s linear;
  -o-animation: fadeInRightSmall 1s linear;
  animation: fadeInRightSmall 1s linear;
}
#banner .bannerTop .play {
  width: 140px;
  height: 140px;
  right: 100px;
  bottom: 40px;
  z-index: 2;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  font-size: 40px;
}
#banner .bannerTop .play .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-animation: rotAni 20s linear infinite;
  -moz-animation: rotAni 20s linear infinite;
  -o-animation: rotAni 20s linear infinite;
  animation: rotAni 20s linear infinite;
}
#banner .bannerTop .play i{
  font-size: 40px;
}
#banner .bannerTop .play .cont {
  line-height: 1.4;
  position: relative;
  z-index: 2;
}
#banner .subImgC {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 940px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  border-radius: 10px;
  overflow: hidden;
}
#banner .subImgC img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
#banner .bannerBottom {
  text-align: left;
  position: absolute;
  z-index: 2;
  width: 100%;
  top: 20%;
  left: 0;
}
#banner .bannerBottom .container {
  position: unset;
  overflow: unset;
}
#banner .bannerBottom .titleC {
  position: relative;
  max-width: 1260px;
  margin: auto;
}
#banner .bannerBottom .titleC .left {
  text-align: left;
  width: -webkit-calc(-360%);
  width: -moz-calc(-360%);
  width: calc(100% - 460px);
  font-weight: bold;
  -webkit-clip-path: inset(0px 100% 0px 0px);
  clip-path: inset(0px 100% 0px 0px);
}
#banner .bannerBottom .titleC .right {
  width: 460px;
}
#banner .bannerBottom .titleC .right .text {
  color: #666666;
  width: 220px;
  margin-left: auto;
  -webkit-clip-path: inset(0px 100% 0px 0px);
  clip-path: inset(0px 100% 0px 0px);
}
#banner .init-1 {
  z-index: 2;
  position: absolute;
  bottom: 120px;
  width: 100%;
}
#banner .init-1 .widthVal {
  width: 50px;
}
#banner .init-1 .contentCont {
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -ms-transform: translateX(100px);
  -o-transform: translateX(100px);
  transform: translateX(100px);
  opacity: 0;
  width: 100%;
  padding-left: 120px;
  margin-left: auto;
}
#banner .init-1 .contentCont ul {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
#banner .init-1 .contentCont ul li {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 33.4%;
}
#banner .init-1 .contentCont ul li .img {
  display: block;
}
#banner .init-1 .contentCont ul li .img img {
  width: 100%;
}
#banner .init-1 .contentCont ul li .text {
  display: block;
  text-align: left;
  color: #222222;
}
#banner .init-1 .contentCont ul li.active2 .box {
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
}
#banner .init-1 .contentCont ul li.active2 .box .text {
  opacity: 0;
}
#banner .init-1 .contentCont ul li.active2:hover .box {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
#banner .init-1 .contentCont ul li.active2:hover .box .text {
  opacity: 1;
}
#banner .lineCont {
  bottom: 80px;
  left: 0;
  opacity: 0;
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -ms-transform: translateX(100px);
  -o-transform: translateX(100px);
  transform: translateX(100px);
  width: 100%;
  padding-left: 120px;
}
#banner .lineCont .container {
  width: 100%;
  padding: 0;
}
#banner .lineC {
  background-color: #d5d2c8;
  height: 1px;
  width: 100%;
}
#banner .lineC .line {
  left: 0;
  width: 0;
  top: 0;
  height: 100%;
  background-color: #625834;
}
#banner .more {
  position: absolute;
  bottom: 30px;
  right: 120px;
  opacity: 0;
}
.slick-list .slick-track {
  margin-left: 0;
}
@keyframes rotAni {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotAni2 {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#index-body {
  position: relative;
  z-index: 2;
}
#index-body .init-2 {
  z-index: 2;
}
#index-body .init-2 .subText {
  font-size: 412px;
  z-index: -1;
  bottom: 0;
  left: 0;
  line-height: 0.7;
  font-weight: 800;
  background: linear-gradient(#efeeea, #e7e6e2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  text-align: center;
}
#index-body .init-2 .container .content .btn {
  z-index: 2;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  right: -80px;
  top: 50%;
  background-color: #fff;
  cursor: pointer;
  transform: translateY(-50%);
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
}
#index-body .init-2 .container .content .btn:hover {
  background-color: #333333;
  color: #fff;
}
#index-body .init-2 .container .content .prev {
  left: -80px;
}
#index-body .init-2 .container ul li {
  width: 25%;
}
#index-body .init-2 .container ul li .box .img {
  display: block;
}
#index-body .init-2 .container ul li .box .img img {
  width: 100%;
}
#index-body .init-2 .container ul li .box .title {
  display: block;
  color: #4c4c4b;
  transition: all 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#index-body .init-2 .container ul li .box .title:hover {
  color: #333;
}
#index-body .init-3 .listImg {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#index-body .init-3 .listImg .swiper {
  height: 100%;
}
#index-body .init-3 .listImg ul {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#index-body .init-3 .listImg ul .slick-list {
  width: 100%;
  height: 100%;
}
#index-body .init-3 .listImg ul .slick-list .slick-track {
  width: 100%;
  height: 100%;
}
#index-body .init-3 .listImg ul li {
  width: 100%;
  height: 100%;
}
#index-body .init-3 .listImg ul li .box {
  height: 100%;
  width: 100%;
  background-size: cover;
}
#index-body .init-3 .container {
  width: 100%;
  padding: 0;
}
#index-body .init-3 .container .titleC {
  color: #fff;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
#index-body .init-3 .container ul li {
  width: 25%;
  cursor: pointer;
}
#index-body .init-3 .container ul li .box {
  height: 800px;
  color: #fff;
}
#index-body .init-3 .container ul li .box::before {
  content: '';
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 2px;
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
}
#index-body .init-3 .container ul li .box .shadow {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0) 80%);
}
#index-body .init-3 .container ul li .box .cont1 {
  left: 0;
  bottom: 70px;
  width: 100%;
  padding: 0 10px;
}
#index-body .init-3 .container ul li .box .cont2 {
  bottom: 70px;
  left: 0;
  width: 100%;
  padding: 0 50px;
  opacity: 0;
  transform: translateY(100%);
}
#index-body .init-3 .container ul li .box .cont2 .des {
  max-height: 200px;
  padding-right: 4px;
  overflow-y: auto;
}
#index-body .init-3 .container ul .active .box .shadow {
  opacity: 1;
}
#index-body .init-3 .container ul .active .box .cont1 {
  opacity: 0;
  transform: translateY(-100%);
}
#index-body .init-3 .container ul .active .box .cont2 {
  opacity: 1;
  transform: translateY(0);
}
#index-body .init-4 {
  background-color: #f2f1ed;
}
#index-body .init-4 .container .i-4-top .left {
  width: 49%;
}
#index-body .init-4 .container .i-4-top .right {
  width: 47%;
}
#index-body .init-4 .container .i-4-top .right .des {
  color: #666666;
}
#index-body .init-4 .container .i-4-top .listCont ul li .box{
  transition: all .5s;
  display: block;
}
#index-body .init-4 .container .i-4-top .listCont ul li .box:hover{
  transform: translateY(-10px);
}
#index-body .init-4 .container .i-4-top .listCont ul li .box .top {
  font-weight: 500;
  font-size: 22px;
  line-height: 1;
}
#index-body .init-4 .container .i-4-top .listCont ul li .box .top em {
  font-size: 62px;
  font-weight: bold;
}
#index-body .init-4 .container .i-4-top .listCont ul li .box .top .sub {
  position: relative;
  top: -4px;
}
#index-body .init-4 .container .i-4-top .listCont ul li .box .bottom {
  font-weight: 700;
  color: #666666;
  font-size: 16px;
  margin-top: 6px;
  font-style: italic;
  text-transform: uppercase;
}
#index-body .init-4 .container .i-4-top .listCont ul li .box .bottom1 {
  padding-left: 28px;
}
#index-body .init-4 .container .i-4-top .listCont ul li .box .bottom3 {
  padding-left: 36px;
}
#index-body .init-4 .container .i-4-bottom .left {
  width: 50%;
}
#index-body .init-4 .container .i-4-bottom .left .des {
  color: #666666;
}
#index-body .init-4 .container .i-4-bottom .right {
  width: 40%;
}
#index-body .init-5 {
  background-color: #fff;
}
#index-body .init-5 .container .content .swiper{
  padding: 10px;
}
#index-body .init-5 .container .content ul li {
  width: 16.66%;
}
#index-body .init-5 .container .content ul li .box a {
  display: flex;
  height: 180px;
  border: 1px solid #c9c9c9;
  transition: all .5s;
  opacity: 0;
}
#index-body .init-5 .container .content ul li.my-slide-visible .box a{
  opacity: 1;
}
#index-body .init-5 .container .content ul li .box a img {
  width: auto;
}

#index-body .init-6 {
  background-color: #f2f1ed;
}
#index-body .init-6 .content .swiper {
  height: 650px;
}
#index-body .init-6 .content ul li .box {
  padding: 14px 20px;
  border-radius: 10px;
}
#index-body .init-6 .content ul li .box .img {
  width: 17%;
  border-radius: 5px;
  overflow: hidden;
}
#index-body .init-6 .content ul li .box .img img {
  width: 100%;
}
#index-body .init-6 .content ul li .box .middle {
  margin-left: 60px;
  width: 64%;
}
#index-body .init-6 .content ul li .box .middle .line {
  height: 1px;
  width: 60%;
  background-color: #d9d8d5;
}
#index-body .init-6 .content ul li .box .middle .title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#index-body .init-6 .content ul li .box .middle .des {
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#index-body .init-6 .content ul li .box .right {
  margin-left: auto;
  width: 90px;
}
#index-body .init-6 .content ul li .box .right .more {
  display: inline-block;
}
#index-body .init-6 .content ul li .box .right .more::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 4px;
  left: 0;
  background-color: #000;
  transition: all 0.5s;
  transform: scaleX(0.5);
  transform-origin: left;
}
#index-body .init-6 .content ul li .box .right .more:hover::before {
  transform: scale(1);
}
#index-body .init-6 .content ul li .box:hover {
  background-color: #fff;
}
#footer {
  position: relative;
  z-index: 1;
  -o-background-size: cover;
  background-size: cover;
  background-position: top center;
  background-attachment: fixed;
  background-color: #ffffff;
}
#footer .fTop .container .left {
  width: 510px;
}
#footer .fTop .container .left .list .first {
  font-weight: bold;
  text-transform: uppercase;
}
#footer .fTop .container .left .list .share {
  width: 160px;
}
#footer .fTop .container .left .list .share a {
  font-size: 22px;
  color: #9f9e9c;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .fTop .container .left .list .share a:hover {
  color: #000;
}
#footer .fTop .container .left .list .copyright .cms_c {
  font-size: 14px;
  color: #000000;
}
#footer .fTop .container .left .list .copyright svg {
  height: 30px;
  width: auto;
  fill: #000000;
  position: relative;
  top: 4px;
}
#footer .fTop .container .right {
  width: 930px;
}
#footer .fTop .container .right .menu-menu-container {
  margin-bottom: 70px;
}
#footer .fTop .container .right .menu-menu-container .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#footer .fTop .container .right .menu-menu-container .menu li a {
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: bold;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .fTop .container .right .menu-menu-container .menu li a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 2px;
  left: 0;
  background-color: #000;
  transition: all 0.5s;
  transform: scaleX(0);
}
#footer .fTop .container .right .menu-menu-container .menu li a:hover::before {
  transform: scaleX(1);
}
#footer .fTop .container .right .menu-menu-container .menu li ul {
  display: none;
}
#footer .fTop .container .right .formCont .tips {
  text-transform: uppercase;
}
#footer .fTop .container .right .formCont form input {
  width: 100%;
  background-color: #fff;
  border: none;
  border-bottom: 2px solid #c8c8c4;
  padding: 10px 20px;
}
@media (max-width: 1700px) {
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
    margin-left: 30px;
  }
  #banner .init-1 {
    bottom: 60px;
  }
  #banner .lineCont {
    bottom: 40px;
  }
  #banner .more {
    bottom: -10px;
  }
  #banner .bannerTop .swiper .swiper-wrapper .swiper-slide .container .box .cont .title {
    font-size: 7.8vw;
  }
  #banner .bannerTop .swiper .swiper-wrapper .swiper-slide .container .box .cont .title2 {
    font-size: 4.5vw;
  }
  #index-body .init-2 .container .content .btn {
    right: -16px;
    border: 1px solid #f2f2f2;
  }
  #index-body .init-2 .container .content .prev {
    left: -16px;
  }
  #index-body .init-2 .subText {
    font-size: 20vw;
    text-align: center;
    width: 100%;
  }
  #index-body .init-4 .container .i-4-top .listCont ul li .box .top em {
    font-size: 50px;
  }
  #index-body .init-4 .container .i-4-top .listCont ul li .box .bottom1 {
    padding-left: 10px;
  }
  #footer .fTop .container .right {
    width: 780px;
  }
}
@media (max-width: 1450px) {
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
    margin-left: 20px;
  }
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
    font-size: 16px;
  }
  #banner {
    height: 64vw;
  }
  #index-body .init-3 .container ul li .box {
    height: 570px;
  }
  #index-body .init-4 .container .i-4-top .listCont ul li {
    width: 50%;
  }
  #index-body .init-4 .container .i-4-top .listCont ul li .box .bottom1 {
    padding-left: 0;
  }
  #index-body .init-4 .container .i-4-top .listCont ul li .box .bottom3 {
    padding-left: 0;
  }
  #index-body .init-4 .container .i-4-top .listCont ul li .box .bottom {
    text-align: left;
  }
  #footer .fTop .container .left {
    width: 390px;
  }
  #footer .fTop .container .right {
    width: 680px;
  }
}
@media (max-width: 1250px) {
  .homeTitleAni .homeTitleAni2{
    display: none;
  }
  #banner {
    margin-top: 0;
    height: auto;
    max-height: unset;
  }
  #banner .bannerTop {
    position: relative;
  }
  #banner .bannerTop .swiper .swiper-wrapper .swiper-slide {
    height: 60vw;
  }
  #banner .subImgC {
    height: 60vw;
    border-radius: 0;
  }
  #banner .bannerTop .swiper .swiper-wrapper .swiper-slide .container .box .cont .title {
    font-size: 6vw;
  }
  #banner .bannerTop .swiper .swiper-wrapper .swiper-slide .container .box .cont .title2 {
    font-size: 4.4vw;
  }
  #banner .bannerTop .swiper .swiper-wrapper .swiper-slide .container .box .cont .title1 {
    margin-top: 0;
  }
  #banner .bannerTop .play {
    top: 60vw;
    -webkit-filter: brightness(0);
    filter: brightness(0);
    font-weight: 400;
    right: 10px;
  }
  #banner .bannerBottom {
    position: relative;
    top: 0;
  }
  #banner .bannerBottom .titleC .left {
    width: 100%;
    margin-top: 40px;
    font-weight: bold;
    -webkit-clip-path: inset(0px 0 0px 0px);
    clip-path: inset(0px 0 0px 0px);
  }
  #banner .bannerBottom .titleC .right {
    width: 100%;
  }
  #banner .bannerBottom .titleC .right .text {
    -webkit-clip-path: inset(0px 0 0px 0px);
    clip-path: inset(0px 0 0px 0px);
    width: 100%;
    margin-top: 10px;
  }
  #banner .init-1 {
    position: relative;
    bottom: 0;
  }
  #banner .init-1 .swiper2 {
    overflow: hidden;
  }
  #banner .lineCont {
    display: none;
  }
  #banner .init-1 .contentCont {
    padding: 0 16px;
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    margin-top: 40px;
  }
  #banner .init-1 .contentCont ul li {
    padding: 0 5px;
  }
  #banner .more {
    position: relative;
    top: 0;
    right: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
  }
  #banner .init-1 .contentCont {
    margin-top: 20px;
  }
  #index-body .init-4 .container .i-4-top .left {
    width: 100%;
    max-width: 400px;
  }
  #index-body .init-4 .container .i-4-top .right {
    width: 100%;
    margin-top: 40px;
  }
  #index-body .init-4 .container .i-4-bottom .left {
    width: 100%;
  }
  #index-body .init-4 .container .i-4-bottom .right {
    width: 100%;
    max-width: 400px;
    margin-top: 20px;
  }
  #index-body .init-6 .content .swiper {
    height: auto;
  }
  #index-body .init-6 .content ul li .box {
    background-color: #fff;
  }
  #footer .fTop .container .right .menu-menu-container {
    display: none;
  }
  #footer .fTop .container .right {
    width: 490px;
  }
}
@media (max-width: 1000px) {
  .phone_hide {
    display: none !important;
  }
  #banner .bannerTop .play {
    zoom: 0.7;
    top: 90vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #banner .bannerBottom {
    margin-top: 120px;
  }
  #banner .bannerBottom .titleC .left {
    margin-top: 20px;
  }
  #index-body .init-3 .container ul li .box .cont1 {
    bottom: 10px;
  }
  #index-body .init-3 .container ul li .box .cont2 {
    bottom: 10px;
  }
  #index-body .init-3 .container ul .active .box .cont2 {
    padding: 0 16px;
  }
  #index-body .init-5 .container .content ul li .box a {
    height: 100px;
  }
  #index-body .init-6 .content ul li .box .img {
    width: 100%;
  }
  #index-body .init-6 .content ul li .box .middle {
    margin-left: 0;
    width: 100%;
    margin-top: 20px;
  }
  #index-body .init-6 .content ul li .box .right {
    margin-left: 0;
  }
  #index-body .init-6 .content ul li .box .middle .line {
    width: 100%;
  }
  #footer .fTop .container .right {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  #footer .fTop .container .left {
    width: 100%;
    margin-top: 20px;
  }
  #footer .fTop {
    padding-bottom: 80px;
  }
  #footer .fTop .container .right {
    padding-top: 0;
  }
}
@media (max-width: 700px) {
  #banner .bannerTop .swiper .swiper-wrapper .swiper-slide .container .box .cont .title1 {
    color: #fff;
    -webkit-text-stroke: 0 #cccccc;
    -webkit-text-fill-color: #fff;
  }
  #index-body .init-3 .container ul li .box {
    height: 400px;
  }
  #index-body .init-6 .content ul li .box {
    padding: 10px;
  }
}
@media (max-width: 500px) {
  #banner .bannerTop .swiper .swiper-wrapper .swiper-slide .container .box .cont .title2 {
    margin-top: 10px;
  }
  #index-body .init-4 .container .i-4-top .listCont ul li {
    width: 100%;
    margin-top: 20px;
  }
  #footer .fTop .container .right .formCont form input {
    padding: 10px;
  }
}


/*inner-page*/

.inner-banner {
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
.inner-banner .bgImg{
  left: -20px;
  top: -20px;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  background-size: cover;
}
.inner-banner video {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 101%;
  z-index: -1;
}

.inner-banner .action-box {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 101%;
  z-index: -1;
}

.inner-banner .action-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-backdrop-filter: blur(130px);
  backdrop-filter: blur(130px);
  z-index: 1;
}

.inner-banner .action-box .shape {
  position: absolute;
  width: 50%;
  height: 50%;
}

.inner-banner .action-box .shape1 {
  left: 1%;
  top: 5%;
  background-color: #4DCCCF;
  width: 36%;
  height: 65%;
  clip-path: polygon(30% 0, 70% 0%, 100% 11%, 100% 85%, 73% 100%, 21% 100%, 0 87%, 0 13%);
}

.inner-banner .action-box .shape2 {
  top: 5%;
  left: 45%;
  background-color: #4DCCCF;
  height: 60%;
  width: 35%;
  clip-path: polygon(30% 0, 70% 0%, 100% 11%, 100% 85%, 73% 100%, 21% 100%, 0 87%, 0 13%);
}

.inner-banner .action-box .shape3 {
  top: 82%;
  left: 24%;
  background-color: #2A60B8;
  width: 34%;
  height: 60%;
  clip-path: polygon(34% 29%, 70% 0%, 100% 0, 100% 100%, 70% 100%, 35% 61%, 0 100%, 0 0);

}

.inner-banner .action-box .shape4 {
  background-color: #4DCCCF;
  top: 96%;
  left: 68%;
  width: 20%;
  height: 80%;
  clip-path: polygon(50% 0%, 96% 9%, 100% 36%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 6% 8%);

}

.inner-banner .action-box .shape5 {
  background-color: #2A60B8;
  opacity: 1;
  top: 110%;
  left: 48%;
  width: 20%;
  height: 66%;
  clip-path: polygon(75% 0%, 100% 50%, 83% 88%, 12% 92%, 25% 50%, 22% 2%);

}

.inner-banner .inner-text {
  padding-top: 360px;
  padding-bottom: 140px;
}

.inner-banner .inner-banner-title {
  line-height: 1.6;
  font-weight: bold;
  color: #fff;
}

.inner-banner .mbx {
  margin-top: 4px;
  color: #fff;
}
@media screen and (max-width: 1250px) {
  .inner-banner .inner-text {
    padding-top: 200px;
  }
  .inner-banner {
    margin-bottom: 0;
  }
  #mobile .mobile-logo {
    height: 60px;
    line-height: 60px;
  }
}
@media screen and (max-width: 700px){
  
  .inner-banner .inner-text {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 500px) {
    .inner-banner .action-box {
    display: block;
  }

  .inner-banner video {
    display: none;
  }

  .inner-banner .action-box:before {
    -webkit-backdrop-filter: blur(70px);
    backdrop-filter: blur(70px);
  }
}

.inner-page {
    background-color: #fff;
    border-radius: 80px 80px 0 0;
    position: relative;
    z-index: 2;
    margin-top: -70px;
}

.public-title{
  color: #2e2521;
  font-weight: 700;
  line-height: 1.4;
}

.contact-page{
  overflow: hidden;
}
.contact-page .contact-information {
  padding-top: 6vw;
  padding-bottom: 6.666vw;
  background-size: cover;
  overflow: hidden;
}

.contact-page .contact-information .ui.container {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1400px;
}

.contact-page .contact-information .left {
  margin-top: 25px;
  width: 60%;
}

.contact-page .contact-information .left .intro {
  color: var( --color);
  margin-top: 2.08333vw;
  margin-bottom: 2.1875vw;
  max-width: 676px;
  line-height: 1.8;
}

.contact-page .contact-information .left .social-account {
  margin-bottom: 4.94791666vw;
  margin-left: -12px;
}

.contact-page .contact-information .left .social-account li:first-child a i {
  font-size: 28px;
}

.contact-page .contact-information .left .social-account a {
  width: 51px;
  height: 51px;
  border: 1px solid #434343;
  border-radius: 50%;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  color: #434343;
  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;
  margin-left: 12px;
}

.contact-page .contact-information .left .social-account a i {
  font-size: 24px;
}

.contact-page .contact-information .left .social-account a:hover {
  border-color: #010101;
  background: #010101;
  color: #fff;
}
.contact-page .contact-information .left .social-account .xhs:hover img{
  filter: invert(1) brightness(2);
}

.contact-page .contact-information .left .qr li {
  text-align: center;
}

.contact-page .contact-information .left .qr li:first-child {
  margin-right: 30px;
}

.contact-page .contact-information .left .qr .title {
  font-weight: bold;
}

.contact-page .contact-information .right{
  width: 30%;
}
.contact-page .contact-information .right .information-list li {
  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;
}

.contact-page .contact-information .right .information-list li:nth-child(2) {
  border-top: 1px solid rgba(131, 131, 131, 0.27);
  border-bottom: 1px solid rgba(131, 131, 131, 0.27);
}

.contact-page .contact-information .right .information-list li .icon {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.contact-page .contact-information .right .information-list li .list-right {
  margin-left: 26px;
  padding-top: 2.34375vw;
  padding-bottom: 2.6041666vw;
}

.contact-page .contact-information .right .information-list li .list-right .title {
      font-weight: 600;
    margin-bottom: 14px;
    color: #2e2521;
}

.contact-page .contact-information .right .information-list li .list-right .list-intro {
  color: rgba(0, 0, 0, 0.53);
  line-height: 1.55;
  max-width: 520px;
}


.contact-page .contact-form {
  padding-top: 5.5208333vw;
  background: #f2f1ed;
}

.contact-page .contact-form .container{
  max-width: 1400px;
}

.contact-page .contact-form .public-title {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contact-page .contact-form form {
  margin-top: 4.32291666vw;
}

.contact-page .contact-form form .form-ul {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact-page .contact-form form .form-ul>li {
  margin-bottom: 2.08333vw;
  position: relative;
}

.contact-page .contact-form form .form-ul>li:before {
  content: "";
  display: block;
  position: absolute;
  left: -3px;
  top: -2px;
  width: 82px;
  height: 83px;
  border-radius: 50%;
  z-index: 2;
}

.contact-page .contact-form form .form-ul>li input {
  width: 100%;
  border-radius: 30px;
  border: solid 1px #bfbfbf;
  height: 76px;
  background: none;
  padding-left: 120px;
  font-size: 21px;
  color: #000;
}

.contact-page .contact-form form .form-ul>li input::-webkit-input-placeholder {
  font-size: 21px;
  color: #000;
}

.contact-page .contact-form form .form-ul>li input:-moz-placeholder {
  font-size: 21px;
  color: #000;
}

.contact-page .contact-form form .form-ul>li input::-moz-placeholder {
  font-size: 21px;
  color: #000;
}

.contact-page .contact-form form .form-ul>li input:-ms-input-placeholder {
  font-size: 21px;
  color: #000;
}

.contact-page .contact-form form .form-ul>li input::placeholder {
  font-size: 21px;
  color: #000;
}

.contact-page .contact-form form .form-ul>li:nth-child(1),
.contact-page .contact-form form .form-ul>li:nth-child(2),
.contact-page .contact-form form .form-ul>li:nth-child(3),
.contact-page .contact-form form .form-ul>li:nth-child(4) {
  width: 48.8%;
}

.contact-page .contact-form form .form-ul>li:nth-child(1):before {
  background: #000 url("../images/contact-form-icon1.png") no-repeat center center;
}

.contact-page .contact-form form .form-ul>li:nth-child(2):before {
  background: #000 url("../images/contact-form-icon2.png") no-repeat center center;
}

.contact-page .contact-form form .form-ul>li:nth-child(3):before {
  background: #000 url("../images/contact-form-icon3.png") no-repeat center center;
}

.contact-page .contact-form form .form-ul>li:nth-child(4):before {
  background: #000 url("../images/contact-form-icon4.png") no-repeat center center;
}

.contact-page .contact-form form .form-ul>li:nth-child(4) {
  position: relative;
  z-index: 2;
}

.contact-page .contact-form form .form-ul>li:nth-child(4) .subject {
  visibility: visible;
}

.contact-page .contact-form form .form-ul>li:nth-child(4) .subject-list {
  position: absolute;
  left: 0;
  top: 78px;
  width: 100%;
  border: solid 1px #bfbfbf;
  background: #fff;
  transform-origin: center top;
  transform: scaleY(0);
  transition: .3s;
}

.contact-page .contact-form form .form-ul>li:nth-child(4) .subject-list.active {
  transform: scaleY(1);
}

.contact-page .contact-form form .form-ul>li:nth-child(4) .subject-list li {
  padding: 4px 8px;
  transition: .3s;
  cursor: pointer;
}

.contact-page .contact-form form .form-ul>li:nth-child(4) .subject-list li:hover {
  color: #fff;
  background-color: var( --color);
}

.contact-page .contact-form form .form-ul>li:nth-child(4) select {
  width: 100%;
  border-radius: 30px;
  border: solid 1px #bfbfbf;
  height: 76px;
  background: none;
  padding-left: 120px;
  font-size: 21px;
  color: #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.contact-page .contact-form form .form-ul>li:nth-child(4) select option {
  border: none;
}

.contact-page .contact-form form .form-ul>li:nth-child(4) select option:hover {
  background: var( --color);
}

.contact-page .contact-form form .form-ul>li:nth-child(5) {
  width: 100%;
}

.contact-page .contact-form form .form-ul>li:nth-child(5):before {
  background: #000 url("../images/contact-form-icon5.png") no-repeat center center;
  border-radius: 41px 41px 41px 0;
}

.contact-page .contact-form form .form-ul>li:nth-child(5) textarea {
  width: 100%;
  height: 275px;
  font-size: 21px;
  color: #000;
  padding-left: 120px;
  border-radius: 30px;
  border: solid 1px #bfbfbf;
  padding-top: 30px;
  background: transparent;
}

.contact-page .contact-form form .form-ul>li:nth-child(5) textarea::-webkit-input-placeholder {
  font-size: 21px;
  color: #000;
}

.contact-page .contact-form form .form-ul>li:nth-child(5) textarea:-moz-placeholder {
  font-size: 21px;
  color: #000;
}

.contact-page .contact-form form .form-ul>li:nth-child(5) textarea::-moz-placeholder {
  font-size: 21px;
  color: #000;
}

.contact-page .contact-form form .form-ul>li:nth-child(5) textarea:-ms-input-placeholder {
  font-size: 21px;
  color: #000;
}

.contact-page .contact-form form .form-ul>li:nth-child(5) textarea::placeholder {
  font-size: 21px;
  color: #000;
}

.contact-page .contact-form form .form-ul>li:last-child {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 60px;
}

.contact-page .contact-form form .form-ul>li:last-child:before {
  display: none;
}

.contact-page .contact-form form .form-ul>li:last-child a.submit {
  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;
  width: 240px;
  height: 64px;
  margin: 0 auto;
  background-color: var( --color);
  border-radius: 40px;
  border: 2px solid var( --color);
  color: #fff;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.contact-page .contact-form form .form-ul>li:last-child a.submit:hover {
  background-color: transparent;
  color: var( --color);
}

.contact-page .contact-map {
  margin-top: 6.82291666vw;
}

@media screen and (max-width: 1250px){
  .inner-page{
    margin-top: 40px;
  }
  .contact-page .contact-information .ui.container{
    flex-wrap: wrap;
  }
  .contact-page .contact-information .left{
    width: 100%;
  }
  .contact-page .contact-information .right{
    width: 100%;
  }
}

@media screen and (max-width: 1000px){
  .contact-page .contact-form form .form-ul>li:before{
    width: 60px;
    height: 60px;
    top: 8px;

  }
  .contact-page .contact-form form .form-ul>li input{
    padding-left: 60px;
  }
  
  .contact-page .contact-information .ui.container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .contact-page .contact-information .left .intro,
  .contact-page .contact-information .right .information-list li .list-right .list-intro {
    max-width: 100%;
  }
}
@media screen and (max-width: 700px){
  
  .contact-page .contact-form form .form-ul>li:nth-child(1),
  .contact-page .contact-form form .form-ul>li:nth-child(2),
  .contact-page .contact-form form .form-ul>li:nth-child(3),
  .contact-page .contact-form form .form-ul>li:nth-child(4) {
    width: 100%;
  }
}
@media screen and (max-width: 500px){
  .contact-page .contact-information .right .information-list li .icon {
    zoom: .5;
  }

  .contact-page .contact-form form .form-ul>li input {
    height: 40px;
    font-size: 16px;
    border-radius: 20px;
    padding-left: 60px;
  }

  .contact-page .contact-form form .form-ul>li input::-webkit-input-placeholder {
    font-size: 16px;
  }

  .contact-page .contact-form form .form-ul>li input:-moz-placeholder {
    font-size: 16px;
  }

  .contact-page .contact-form form .form-ul>li input::-moz-placeholder {
    font-size: 16px;
  }

  .contact-page .contact-form form .form-ul>li input:-ms-input-placeholder {
    font-size: 16px;
  }

  .contact-page .contact-form form .form-ul>li input::placeholder {
    font-size: 16px;
  }

  .contact-page .contact-form form .form-ul>li:nth-child(4) select {
    font-size: 16px;
    padding-left: 60px;
    height: 40px;
  }

  .contact-page .contact-form form .form-ul>li:before {
    width: 40px;
    height: 40px;
    top:0;
  }

  .contact-page .contact-form form .form-ul>li:nth-child(5) textarea {
    padding-top: 15px;
    padding-left: 60px;
    font-size: 16px;
  }

  .contact-page .contact-form form .form-ul>li:nth-child(5) textarea::-webkit-input-placeholder {
    font-size: 16px;
  }

  .contact-page .contact-form form .form-ul>li:nth-child(5) textarea:-moz-placeholder {
    font-size: 16px;
  }

  .contact-page .contact-form form .form-ul>li:nth-child(5) textarea::-moz-placeholder {
    font-size: 16px;
  }

  .contact-page .contact-form form .form-ul>li:nth-child(5) textarea:-ms-input-placeholder {
    font-size: 16px;
  }

  .contact-page .contact-form form .form-ul>li:nth-child(5) textarea::placeholder {
    font-size: 16px;
  }

  .contact-page .contact-form form .form-ul>li:last-child a.submit {
    height: 40px;
  }
}



.news-page ul {
  margin: -15px;
}
.news-page ul li {
  padding: 15px;
}
.news-page ul li .box {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 20px 20px 50px;
  border-radius: 12px;
}
.news-page ul li .box .time {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}
.news-page ul li .box .h3 {
  font-size: 24px;
  font-weight: 600;
  margin: 20px 0 20px;
  /*height: 4.2em;*/
  line-height: 1.4;

}
.news-page ul li .box .content {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 20px;
}
.news-page ul li .box .more{
  	border: solid 1px rgba(0, 0, 0, 0.8);
}

.newdet-page .newdet-1 .tips {
  width: 232px;
  height: 52px;
  background-image: -webkit-gradient(linear, left top, right top, from(#567e35), color-stop(100%, #85b02e), color-stop(100%, #93a868), to(#a0a0a1)), -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f2f2f2));
  background-image: -webkit-linear-gradient(left, #567e35 0%, #85b02e 100%, #93a868 100%, #a0a0a1 100%), -webkit-linear-gradient(#f2f2f2, #f2f2f2);
  background-image: -moz-linear-gradient(left, #567e35 0%, #85b02e 100%, #93a868 100%, #a0a0a1 100%), -moz-linear-gradient(#f2f2f2, #f2f2f2);
  background-image: linear-gradient(90deg, #567e35 0%, #85b02e 100%, #93a868 100%, #a0a0a1 100%), linear-gradient(#f2f2f2, #f2f2f2);
  background-blend-mode: normal,
    normal;
  border-radius: 26px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  line-height: 52px;
  margin: 0 auto 40px;
}

.newdet-page .newdet-1 h1 {
  font-size: 48px;
  font-weight: bold;
  text-align: center
}

.newdet-page .newdet-1 .time {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  margin-top: 22px
}

.newdet-page .newdet-1 .time .ad {
  width: 31px;
  height: 31px;
  background-color: #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  border-radius: 50%;
  margin-right: 16px;
  color: #aaa
}


.newdet-page .newdet-1 .content {
  font-size: 18px;
  line-height: 2;
  margin-top: 40px;
}

.newdet-page .newdet-1 .m-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 22px 0;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  margin-top: 70px
}

.newdet-page .newdet-1 .m-link>a div {
  color: #8e8e8e;
  font-size: 16px
}

.newdet-page .newdet-1 .m-link .share {
  display: flex;
  justify-content: center;
  align-items: center;
}

.newdet-page .newdet-1 .m-link .share a {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  margin-left: 10px
}

.newdet-page .newdet-1 .m-link .share .a1 {
  background: #48bde9
}

.newdet-page .newdet-1 .m-link .share .a2 {
  background: #4f5fbf
}

.newdet-page .newdet-1 .m-link .share .a3 {
  background: #7a7d82
}

.newdet-page .newdet-1 .m-link .share .a4 {
  background: #f39801
}

.newdet-page .newdet-1 .m-link .share .a5 {
  background: #f39801
}

@media screen and (max-width: 1280px) {
  .newdet-page .newdet-1 h1 {
    font-size: 35px
  }
}

@media screen and (max-width: 1000px) {
  .newdet-page .newdet-1 h1 {
    font-size: 28px
  }

  .newdet-page .newdet-1 .m-link .share a {
    zoom: 0.8
  }
}

@media screen and (max-width: 700px) {
  .newdet-page .newdet-1 h1 {
    font-size: 25px
  }

  .newdet-page .newdet-1 .m-link .share {
    width: 100%;
    justify-content: flex-start
  }

  .newdet-page .newdet-1 .m-link>a {
    width: 100%;
    margin-bottom: 10px
  }

  .newdet-page .newdet-1 .tips {
    zoom: 0.7
  }

  .newdet-page .newdet-1 .m-link {
    margin-top: 40px
  }

  .newdet-page .newdet-1 .content {
    margin-top: 25px
  }
}

@media screen and (max-width: 500px) {
  .newdet-page .newdet-1 h1 {
    font-size: 22px;
    line-height: 1.6;
  }

  .newdet-page .newdet-1 .content {
    font-size: 16px
  }
}

@media screen and (max-width: 700px){
    /*.news-page ul li{
    width: 100% !important;
  }*/
  .news-page ul li .box .h3{
    min-height: auto;
  }
  .news-page .grid-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}


.m-page {
  text-align: center;
  margin-top: 50px;
}
.m-page a,
.m-page span {
  width: 50px;
  height: 50px;
  background: #dfdfdf;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  color: white;
  border-radius: 100%;
  display: inline-block;
  margin: 0 12px;
  cursor: pointer;
  line-height: 50px;
  font-size: 18px;
}
.m-page a:hover,
.m-page span {
	background-color:#2e2521;
	background-blend-mode: normal, normal;
}


.product-page {
  padding-top: 88px;
  padding-bottom: 90px;
}

.product-page ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-page ul li {
  width: 48%;
  margin-bottom: 48px;
}

.product-page ul li a {
  display: block;
}

.product-page ul li .text {
  padding: 30px 65px 30px 50px;
  border: solid 1px rgba(199, 203, 197, 0.8);
}

.product-page ul li .text .t1 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--color);
}

.product-page ul li .text .t1:hover {
  color: var(--color);
}

.product-page ul li .text .cont {
  margin-top: 27px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 20px;
  line-height: 1.8;
}

@media screen and (max-width: 1440px) {
  .product-page ul li .text .t1 {
    font-size: 30px;
  }

  .product-page ul li .text {
    padding: 30px 35px 30px 30px;
  }
}

@media screen and (max-width: 1000px) {
  .product-page ul li .text .t1 {
    font-size: 22px;
  }

  .product-page ul li .text {
    padding: 15px;
  }
}

@media screen and (max-width: 700px) {
  .product-page ul li {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .product-page ul li .text .cont {
    font-size: 16px;
  }

  .product-page ul li .text .t1 {
    font-size: 20px;
    padding-bottom: 15px;
  }
}


.product-page2 {

  padding-bottom: 10px
}

.product-page2 .sideLeft {
  width: 30% !important;
  position: -webkit-sticky;
  position: sticky;
  top: 140px
}

.product-page2 .sideLeft .top {
  background: #292929;
  padding: 35px 0 50px;
  margin-bottom: 20px;
}

.product-page2 .sideLeft .top .form {
  padding: 0 15px;
}

.product-page2 .sideLeft .top .form form {
  position: relative;
  height: 70px;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 5px;
}

.product-page2 .sideLeft .top .form input {
  width: 100%;
  height: 100%;
  background: transparent;
  color: white;
  font-size: 18px;
  border: none;
  padding: 0 20px;
}

.product-page2 .sideLeft .top .form input[type="submit"] {
  position: absolute;
  right: 5px;
  border-radius: 100%;
  width: 58px;
  height: 58px;
  background: url(../images/search.png) no-repeat center var(--color);
  padding: 0;
}

.product-page2 .sideLeft .top .nav .font-30 {
  color: white;
  line-height: 1.1;
  padding: 0 15px;
  margin: 30px 0;
}

.product-page2 .sideLeft .top .nav ul li>a {
  position: relative;
  padding: 15px 15px;
  color: white;
  font-size: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.product-page2 .sideLeft .top .nav ul li>a img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.product-page2 .sideLeft .top .nav ul li>a img.active {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.product-page2 .sideLeft .top .nav ul li>a::before {
  content: "";
  position: absolute;
  right: 100%;
  bottom: 100%;
  border-left: 0px solid transparent;
  border-bottom: 0px solid #a48b00;
  border-right: 9px solid #a48b00;
  border-top: 9px solid transparent;
  opacity: 0;
}

.product-page2 .sideLeft .top .nav ul li>a::after {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  width: 9px;
  height: 100%;
  background: var(--color);
  opacity: 0;
}

.product-page2 .sideLeft .top .nav ul li:hover>a,
.product-page2 .sideLeft .top .nav ul li.active>a {
  background: -webkit-gradient(linear, left top, right top, from(var(--color)), to(transparent));
  background: -webkit-linear-gradient(left, var(--color), transparent);
  background: -moz-linear-gradient(left, var(--color), transparent);
  background: linear-gradient(to right, var(--color), transparent);
}

.product-page2 .sideLeft .top .nav ul li:hover>a::before,
.product-page2 .sideLeft .top .nav ul li.active>a::before,
.product-page2 .sideLeft .top .nav ul li:hover>a::after,
.product-page2 .sideLeft .top .nav ul li.active>a::after {
  opacity: 1;
}

.product-page2 .sideLeft .top .nav ul li ul li a {
  font-size: 18px;
  padding-left: 30px;
  line-height: 1.8;
}

.product-page2 .sideLeft .top .nav ul li ul li:nth-child(1) a::before {
  content: none;
}

.product-page2 .sideLeft .top .nav ul li.active>ul {
  display: block;
}

.product-page2 .sideLeft .bottom {
  background: url(../images/product-side-bg.jpg) no-repeat;
  background-size: cover;
  padding: 365px 15px 20px;
}

.product-page2 .sideLeft .bottom p {
  font-size: 19px;
  line-height: 1.8;
  color: white;
  font-weight: bold;
  text-align: center;
}

.product-page2 .sideRight .Auxil-catdes {
  line-height: 30px;
  opacity: 0.51;
  margin: 20px 0 45px;
}
.product-page2 .sideRight h1.text {
  max-height: 200px;
  /*overflow-y: auto;*/
}
.product-page2 .sideRight .det {
  max-height: 190px;
  overflow-y: auto;
  padding-right: 20px;
  margin-bottom: 40px;
}

.product-page2 .sideRight {
  width: 76% !important;
  padding-left: 75px;
}

.product-page2 .sideRight .Auxil-catdes {
  line-height: 30px;
  opacity: 0.51;
  margin: 20px 0 45px;
}

.product-page2 .sideRight ul li {
  /*text-align: center;*/
}

.product-page2 .sideRight ul li .img-box {
  /*border-radius: 10px;*/
  background: #f5f5f5;
  /*padding: 36px 50px;*/
    border: 1px solid #f1f1f1
}

.product-page2 .sideRight ul li p {
  font-size: 18px;
  line-height: 1;
  color: #747474;
  margin: 15px 0 0;
}

.product-page2 .sideRight ul li .t1 {
  font-size: 18px;
  line-height: 1.4;
  margin: 25px 0 0;
}


.product-page2 .sideRight ul li .t1:hover {
  color: var(--color)
}

@media screen and (max-width: 1366px) {
  .inner-page .sidebox .sideleft {
    width: 23%;
  }

  .inner-page .sidebox .sideright {
    width: 77%;
  }

  .product-page2 .sideRight {
    width: 67%;
    padding-left: 35px;
  }

  .inner-page .sidebox .sideleft .widget .recent li a.title {
    margin-left: 98px;
  }

}

@media screen and (max-width: 1000px) {
  .product-page2 .sideLeft {
    display: none;
  }

  .product-page2 .sideRight {
    width: 100% !important;
    padding-left: 0;
  }
}

.inner-page .sidebox .sideleft {
  width: 24%;
  position: sticky;
  top: 180px;
}

.inner-page .sidebox .sideleft .widget {
  background: #fff;
  margin-bottom: 30px;
  /*box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);*/
}

.inner-page .sidebox .sideleft .widget form {
  position: relative;
  border: solid 1px rgb(46 37 33);
  border-radius: 10px;
  overflow: hidden
}

.inner-page .sidebox .sideleft .widget form input {
  width: 100%;
  padding: 16px;
  border: 0;
  background: #f2f1ed;
  margin-bottom: 0;
  /*height: 40px;*/
  font-size: 16px;
  line-height: 2;
  padding-right: 50px
}

.inner-page .sidebox .sideleft .widget form button {
  position: absolute;
  right: 0;
  top: 50%;
  background: none;
  color: #000;
  border: 0;
  padding: 8px 20px;
  cursor: pointer;
  height: 40px;
  margin-top: -25px;
  font-size: 25px
}

.inner-page .sidebox .sideleft .widget form input[type=submit] {
  background-color: var(--color);
  color: #fff;
  transition: .5s
}

.inner-page .sidebox .sideleft .widget form input[type=submit]:hover {
  background-color: #f8f8f8;
  color: #000
}

.inner-page .sidebox .sideleft .widget h6 {
  padding-bottom: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    font-size: 30px;
    line-height: 1.8;
    margin-bottom: 15px;
    font-weight: bold;
    color: #000;
}
.inner-page .sidebox .sideleft .widget .productImg {
  padding-bottom: 20px;
}
.inner-page .sidebox .sideleft .widget .productImg img {
  display: none;
}
.inner-page .sidebox .sideleft .widget .productImg img.active {
  display: block;
}

.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: 18px;
  line-height: 1.5;
  padding-left: 7px;
  position: relative;
  overflow: hidden;

}

.inner-page .sidebox .sideleft .widget ul li a {
  padding-left: 10px;
font-size: 18px;
line-height: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap
}
.inner-page .sidebox .sideleft .widget ul li a sup {
  margin-top: -9px;
}

.inner-page .sidebox .sideleft .widget ul li a span {
  display: block;
  width: 50px;
  height: 40px;
  border-radius: 5px;
  text-align: center;
  line-height: 40px;
  background: #eaeaea;
  margin: 0 0 0 auto
}

.inner-page .sidebox .sideleft .widget ul li:last-child {
  margin-bottom: 0;
}

.inner-page .sidebox .sideleft .widget ul li i {
  font-size: 16px;
  margin-right: 20px;
  position: absolute;
  left: 0;
  top: 10px;
}

.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: 32px;
}

.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: 0;
  margin-bottom: 15px;
  height: 40px;
  font-size: 16px;
}

.inner-page .sidebox .sideleft .widget .form1 textarea {
  height: 70px;
}

.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: 78%;
  padding: 0 10px 0px 50px;
}


@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-page2 .sideRight {
    width: 100% !important;
    padding-left: 0;
  }
}

@media screen and (max-width: 1450px) {
  .inner-page .sidebox .sideleft .widget ul li {
    font-size: 16px
  }

  .product-page2 .sideRight ul li .t1 {
    font-size: 22px
  }
}

@media screen and (max-width: 1250px) {
  .inner-page .sidebox .sideleft{
    display: none;
  }
  .inner-page .sidebox .sideright{
    width: 100% !important;
    padding-left: 0;
  }
  .product-page2 .sideRight{
    width: 100% !important;
    padding-left: 0;
  }
  .inner-page .sidebox .sideleft .widget ul li a span {
    display: none
  }

  .inner-page .sidebox .sideleft .widget ul li {
    font-size: 14px
  }

  .product-page2 .sideRight ul li .t1 {
    font-size: 20px
  }
}

@media screen and (max-width: 500px) {
  .product-page2 .sideRight ul li .t1{
    margin-top: 10px;
  }
}


.prodet-page .prodet-1 {
  padding-bottom: 80px;
  padding-top: 80px;
}
.prodet-page .prodet-1 .box .left{
  width: 50%;
}
.prodet-page .prodet-1 .box .left .big{
  height: 100%;
}
.prodet-page .prodet-1 .box .left .big ul li{
  height: 100%;
}
.prodet-page .prodet-1 .box .left .big ul li a {
  display: block;
  border: 1px solid #e6e6e6;
  background: white;
  overflow: hidden;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.prodet-page .prodet-1 .box .left .big-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.prodet-page .prodet-1 .box .left .big {
  width: 85%;
}
.prodet-page .prodet-1 .box .left .big .slick-track{
  display: block;
}
.prodet-page .prodet-1 .box .left .big .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  border: none;
  font-size: 20px;
  color: #fff;
  background-color: #ff9015;
}
.prodet-page .prodet-1 .box .left .big .slick-arrow.slick-prev {
  left: 20px;
}
.prodet-page .prodet-1 .box .left .big .slick-arrow.slick-next {
  right: 40px;
}
.prodet-page .prodet-1 .box .left .small {
  width: 15%;
}
.prodet-page .prodet-1 .box .left .small .slick-track{
  display: block;
}
.prodet-page .prodet-1 .box .left .small ul {
  margin: -5px;
  height: 500px;
}
.prodet-page .prodet-1 .box .left .small ul .slick-list{
  height: 100%;
}
.prodet-page .prodet-1 .box .left .small ul li {
  padding: 5px;
}


.prodet-page .prodet-1 .box .right {
  padding-top: 5px;
}

.prodet-page .prodet-1 .box .right .content .cat_name {
  position: relative;
  line-height: 1;
  /*margin-bottom: 8px;*/
  font-size: 26px;
  font-weight: bold;
  padding-block-end: 8px
}
.prodet-page .prodet-1 .box .right .content h1 {
  font-weight: bold;
  font-size: 36px
}

.prodet-page .prodet-1 .box .right .content .st1 {
  font-size: 24px;
  padding-top: 25px;
  border-top: 1px solid #2e2521;
  width: 100%;
  margin-top: 30px;
  font-weight: bold
}
.prodet-page .prodet-1 .box .right .content .st2 {
  font-size: 24px;
  width: 100%;
  margin-top: 30px;
  font-weight: bold;
}

.prodet-page .prodet-1 .box .right .content .text {
  line-height: 2;
  /*height: 280px;*/
  padding-right: 20px;
  color: #545454;
  margin-top: 15px;
  margin-bottom: 20px;
  overflow: auto;

}

.prodet-page .prodet-1 .box .right .content .more {
  border: solid 1px rgba(0, 0, 0, 0.8);
  margin-top: 35px
}

.prodet-page .prodet-1 .box .right .content a.msg {
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  transition: 0.5s ease;
  text-align: center;
  font-size: 12px;
  bottom: 15%;
  background: #f9c406;
}

.prodet-page .prodet-1 .box .right .content .social-links h4,
.prodet-page .prodet-1 .box .right .content .social-links ul {
  display: inline-block;
  vertical-align: middle;
}

.prodet-page .prodet-1 .box2 .cont {
  margin-top: 40px;
  overflow-x: auto
}

.prodet-page .prodet-1 .box2 .cont::-webkit-scrollbar-thumb {
  height: 5px
}

@media screen and (max-width: 1440px) {
  .prodet-page .prodet-1 .box2 .cont table {
    width: 1440px !important;
  }
}

@media screen and (max-width: 1250px) {
  .prodet-page .prodet-1 .box .left{
    width: 100%;
    max-width: 700px;
  }
  .prodet-page .prodet-1 .box .right{
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .prodet-page .prodet-1 .box .left {
    width: 100%;
  }

  .prodet-page .prodet-1 .box .right {
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
  }
}

.prodet-page .prodet-2 {
  background-color: #f2f1ed;
  padding: 100px 0 85px;
}

.prodet-page .prodet-2 .top {
  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: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  flex-wrap: wrap;
}

.prodet-page .prodet-2 .top .more {
  border: solid 1px rgba(0, 0, 0, 0.8);
  background: #f2f2f2
}

.prodet-page .prodet-2 ul {
  margin-right: -39px;
  margin-top: 57px;
}

.prodet-page .prodet-2 ul li {
  padding-right: 39px;
  text-align: center;
}

.prodet-page .prodet-2 ul li .box>img {
  width: 100%;
}

.prodet-page .prodet-2 ul li .box .t1 {
  font-size: 22px;
  display: block;
  margin: 20px 0 15px;
  line-height: 1.6;
}

.prodet-page .prodet-2 ul li .box .t1:hover {
  color:  var(--color)
}

.prodet-page .prodet-2 ul li .box .cont {
  color: #747474;
font-size: 18px;
line-height: 32px;
}

.prodet-page .prodet-3 {
  padding: 70px 0;
}

.prodet-page .prodet-3 .smt {
  padding-bottom: 8px;
}

.prodet-page .prodet-3 form {
  margin-top: 40px;
}

.prodet-page .prodet-3 form button {
  border: solid 1px rgba(0, 0, 0, 0.8);
  width: 280px
}
.prodet-page .prodet-3 form button:hover{
  background-color: var(--color);
  color: var(--color1);
}
.prodet-page .prodet-3 form ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.prodet-page .prodet-3 form ul li {
  border: solid 1px #7d7d7d;
  height: 59px;
  font-size: 18px;
  margin-bottom: 20px;
}

.prodet-page .prodet-3 form ul li input {
  width: 100%;
  height: 100%;
  padding: 0 22px;
  border: none;
}

.prodet-page .prodet-3 form ul li textarea {
  width: 100%;
  height: 100%;
  padding: 22px;
  border: none;
}

.prodet-page .prodet-3 form ul .submit {
  width: 100%;
  border: none;
  margin-top: 16px;
}

.prodet-page .prodet-3 form ul .i1 {
  width: 48%;
}

.prodet-page .prodet-3 form ul .i2 {
  width: 100%;
}

.prodet-page .prodet-3 form ul .i3 {
  width: 100%;
  height: 262px;
}

.prodet-page .prodet-4 {
  position: relative;
  background-color: #f2f1ed;
}

.prodet-page .prodet-4 .img {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.prodet-page .prodet-4 .img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.prodet-page .prodet-4 .right {
  width: 50%;
  margin: 0 0 0 auto;
  padding: 68px 0 68px 68px;
}

.prodet-page .prodet-4 .right .cont {
  height: 220px;
  overflow-y: auto;
  font-size: 18px;
  line-height: 2;
  margin-bottom: 60px;
  margin-top: 29px;
  padding-right: 5px;
}

.prodet-page .prodet-5 {
  padding: 60px 0 73px;
}

.prodet-page .prodet-5 ul {
  margin-right: -38px;
  margin-top: 40px;
}

.prodet-page .prodet-5 ul li {
  padding: 20px;
  padding-right: 38px;
}

.prodet-page .prodet-5 ul li .box {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.13);
  border-radius: 14px;
  padding: 39px 50px 70px 28px;
  display: block
}

.prodet-page .prodet-5 ul li .box .time {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 28px;
}

.prodet-page .prodet-5 ul li .box .t1 {
  font-size: 24px;
    font-weight: 500;
    line-height: 1.4;
    color: #2e2521;
     height: 4em; 

    transition: .5s;
}

.prodet-page .prodet-5 ul li .box:hover .t1 {
  color:  var(--color);
}

.prodet-page .prodet-5 ul li .box .cont {
  display: -webkit-box;
  font-size: 18px;
  color: #767676;
  line-height: 2;
  margin-top: 15px;
}

@media screen and (max-width: 1680px) {
  .prodet-page .prodet-5 ul li .box .t1 {
    font-size: 28px;
  }
}

@media screen and (max-width: 1440px) {
  .prodet-page .prodet-5 ul li .box {
    padding-right: 30px;
  }

  .prodet-page .prodet-5 ul {
    margin-right: -25px;
  }

  .prodet-page .prodet-5 ul li {
    padding-right: 25px;
  }

  .prodet-page .prodet-5 ul li .box .t1 {
    font-size: 26px;
  }
}

@media screen and (max-width: 1280px) {
  .prodet-page .prodet-4 .right {
    padding: 30px 0 30px 30px;
  }

  .prodet-page .prodet-5 ul li .box {
    padding: 39px 20px 50px 18px;
  }

  .prodet-page .prodet-5 ul li .box .t1 {
    font-size: 22px;
  }
}

@media screen and (max-width: 1000px) {
  .prodet-page .prodet-2 ul li .box .t1 {
    font-size: 22px;
    padding: 15px 0 10px;
  }

  .prodet-page .prodet-4 .img {
    position: relative;
    width: 100%;
  }

  .prodet-page .prodet-4 .right {
    width: 100%;
    padding: 30px 0;
  }
}

@media screen and (max-width: 700px) {
  .prodet-page .prodet-2 .top .tip{
    width: 100%;
    padding-bottom: 20px;
  }
  .prodet-page .prodet-2 ul li .box .t1 {
    font-size: 20px;
    min-height: 3em;
  }

  .prodet-page .prodet-3 form ul .i1 {
    width: 100%;
  }

  .prodet-page .prodet-5 ul {
    margin-right: 0;
  }

  .prodet-page .prodet-5 ul li {
    padding: 15px;
  }
  .prodet-page .prodet-5{
        padding: 40px 0 ;
  }
  .prodet-page{
    padding-top: 40px;
  }
}
@media screen and (max-width: 700px){
  .prodet-page{
    padding-top: 0;
  }
  .prodet-page .prodet-1{
    padding: 40px 0;
  }
  .prodet-page .prodet-1 .box .right .content .cat_name{
    font-size: 20px !important;
  }

  .prodet-page .prodet-1 .box .right .content h1 {
    font-size: 24px !important;
  }
}
@media screen and (max-width: 500px){
  .prodet-page .prodet-1 .box .left .big {
    width: 85%;
    padding: 0;
  }
  .prodet-page .prodet-1 .box .left .small {
    width: 15%;
    margin-top: 0;
  }
  .prodet-page .prodet-1 .box .left .small ul{
    height: 51vw;
  }
  .prodet-page .prodet-2{
    padding: 40px 0;
  }
  .prodet-page .prodet-2 ul{
    margin-top: 30px;
  }
}


.faq-page {
  padding-bottom: 100px;
  padding-top: 80px
}

.faq-page .faqbox .ui.container ul.faqlist li {
  width: 100%;
  border-bottom: 1px solid #c5c5c5;
}

.faq-page .faqbox .ui.container ul.faqlist li .top {
  height: 100px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 160px;
  width: 100%;
  cursor: pointer;
}

.faq-page .faqbox .ui.container ul.faqlist li .top .title {
      font-size: 30px;
    font-weight: 600;
}

.faq-page .faqbox .ui.container ul.faqlist li .top i {
  font-size: 20px;
  color: #666;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 45px;
}

.faq-page .faqbox .ui.container ul.faqlist li span.qust,
.faq-page .faqbox .ui.container ul.faqlist li span.anser {
  position: absolute;
  font-size: 30px;
  color: #000;
  top: 50%;
  left: 45px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.faq-page .faqbox .ui.container ul.faqlist li span.qust {
  color: var(--color);
}

.faq-page .faqbox .ui.container ul.faqlist li span.anser {
  color: var(--color);
}

.faq-page .faqbox .ui.container ul.faqlist li .content {
  padding: 30px 0;
  padding-left: 160px;
  background: #f2f1ed;
  display: none;
  position: relative;
}

@media screen and (max-width: 1000px) {
  .faq-page .faqbox .ui.container ul.faqlist li .top .title {
    font-size: 18px
  }

  .faq-page .faqbox .ui.container ul.faqlist li .top {
    padding: 0 100px
  }
}

@media screen and (max-width: 700px) {
  .faq-page {
    padding: 40px 0;
  }

  .faq-page .faqbox .ui.container ul.faqlist li .top {
    padding: 0 40px 0 0;
  }

  .faq-page .faqbox .ui.container ul.faqlist li span.qust,
  .faq-page .faqbox .ui.container ul.faqlist li span.anser {
    display: none;
  }

  .faq-page .faqbox .ui.container ul.faqlist li .content {
    padding: 20px;
  }

  .faq-page .faqbox .ui.container ul.faqlist li .top .title {
    font-size: 20px
  }

  .faq-page .faqbox .ui.container ul.faqlist li .top i {
    right: 20px
  }
}


.about-page .init-1 {
  background-position: top center;
}
.about-page .init-1 .left {
  width: 50%;
  padding-right: 16%;
}
.about-page .init-1 .left .title {
  /*text-transform: uppercase;*/
}
.about-page .init-1 .left .title .sub {
  width: 8px;
  height: 8px;
  background-color: #000;
  border-radius: 50%;
  margin-top: 10px;
}
.about-page .init-1 .left .title .text {
  width: -webkit-calc(82%);
  width: -moz-calc(82%);
  width: calc(100% - 18px);
}
.about-page .init-1 .left .title2 {
  font-weight: 700;
  /*text-transform: uppercase;*/
}
.about-page .init-1 .left .title2 em {
  display: block;
  text-align: right;
}
.about-page .init-1 .right {
  max-height: 400px;
  overflow-y: auto;
  padding-right: 6px;
  width: 50%;
  color: rgba(0, 0, 0, 0.65);
}
.about-page .init-2 .container .cont .img {
  width: 100%;
  -webkit-clip-path: inset(0px 30% 0px 30%);
  clip-path: inset(0px 30% 0px 30%);
  border-radius: 20px;
}
.about-page .init-2 .container .cont .play {
  width: 60px;
  height: 60px;
  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%);
  cursor: pointer;
}
.about-page .init-2 .container .cont .play .con {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
  z-index: 2;
  font-size: 22px;
  color: var(--color);
}
.about-page .init-2 .container .cont .play .con i {
  margin-left: 5px;
}
.about-page .init-2 .container .cont .play .ling {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  top: 0;
  left: 0;
  -webkit-animation: ks 3s linear infinite;
  -moz-animation: ks 3s linear infinite;
  -o-animation: ks 3s linear infinite;
  animation: ks 3s linear infinite;
}
.about-page .init-2 .container .cont .play .ling:last-child {
  -webkit-animation-delay: -1.5s;
  -moz-animation-delay: -1.5s;
  -o-animation-delay: -1.5s;
  animation-delay: -1.5s;
}
.about-page .init-3 .container .content ul li {
  text-align: center;
  min-width: 200px;
}
.about-page .init-3 .container .content ul li .box .num {
  font-size: 140px;
  line-height: 1;
  color: var(--color);
  opacity: 0.1;
  font-weight: bold;
}
.about-page .init-3 .container .content ul li .box .text {
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
.about-page .init-3 .container .content ul .line {
  width: 1px;
  height: 58px;
  background-color: #000;
  opacity: 0.1;
}
.about-page .init-4 {
      
  /*background-color: #f5f5f5;*/
  background-color: #f5f5f5;
  
}
.about-page .init-4 .titleC .title {
  width: 50%;
}
.about-page .init-4 .titleC .des {
  width: 46%;
  color: rgba(0, 0, 0, 0.6);
}
.about-page .init-4 .content .left {
  min-height: 450px;
  width: -webkit-calc(38%);
  width: -moz-calc(38%);
  width: calc(68% - 30px);
}
.about-page .init-4 .content .left ul li {
  margin-bottom: 20px;
  width: 50%;
}
.about-page .init-4 .content .left ul li .box {
  padding: 20px 30px;
  background-color: #fff;
  border-radius: 10px;
  height: 100%;
}
.about-page .init-4 .content .left ul li .box .cir {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
}
.about-page .init-4 .content .left ul li .box .cir .img {
  height: 30px;
  width: 100%;
}
.about-page .init-4 .content .left ul li .box .des {
  color: #666666;
  height: 0;
  overflow-y: auto;
  padding-right: 4px;
}
.about-page .init-4 .content .left ul li:hover .box,
.about-page .init-4 .content .left ul li.active .box {
  background-color: #f5f5f5;
      box-shadow: 0 0 10px #ccc;
}
.about-page .init-4 .content .left ul li:hover .box .cir,
.about-page .init-4 .content .left ul li.active .box .cir {
  height: 0;
  opacity: 0;
}
.about-page .init-4 .content .left ul li:hover .box .des,
.about-page .init-4 .content .left ul li.active .box .des {
  height: 94px;
}
.about-page .init-4 .content .right {
  width: 32%;
}
.about-page .init-4 .content .right img {
    width: auto;
    height: 85%;
    border-radius: 10px;
}


.about-page .about-3 {
    position: relative;
    z-index: 1;    
    background-color: #f2f1ed;
}

.about-page .about-3 .left {
    width: 45%;
    position: -webkit-sticky;
    position: sticky;
    top: 160px
}

.about-page .about-3 .left .h-title p{
    color: rgba(0, 0, 0, 0.6);
    margin-top: 40px;
    padding-right: 40px;
}
.about-page .about-3 .left .h-title p::before{
  content: '';
  display: inline-block;
  height: 1px;
  width: 40px;
  background: var(--color);
  margin-right: 10px;
  position: relative;
  top: -2px;
  vertical-align: middle;
  display: none;
}
.about-page .about-3 .left .h-title h3{
  font-weight: bold;
  margin-top: 20px;
}
.about-page .about-3 .left .h-title h3 em{
  color: var(--color);
  display: block;
}
.about-page .about-3 .left span {
    font-size: 18px;
    line-height: 1.8;
    padding-left: 21px;
    position: relative
}

.about-page .about-3 .left span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #000
}

.about-page .about-3 .left .title {
    font-size: 48px;
    line-height: 1;
    margin-top: 21px;
}

.about-page .about-3 .left .title em {
    display: block
}

.about-page .about-3 .right {
    width: 55%;
    padding-left: 101px;
    position: relative
}

.about-page .about-3 .right .tag {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%
}

.about-page .about-3 .right .tag ul {
    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-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    height: 100%
}

.about-page .about-3 .right .tag ul li {
    list-style: none;
    height: 25%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .3s 0s ease-out;
    -moz-transition: all .3s 0s ease-out;
    transition: all .3s 0s ease-out
}

.about-page .about-3 .right .tag ul li span {
    position: absolute;
    width: 1px;
    height: 0;
    background: #20282d;
    left: 27px;
    bottom: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease
}

.about-page .about-3 .right .tag ul li a {
    width: 54px;
    height: 54px;
    line-height: 54px;
    background: #fff;
    color: #20282d;
    position: relative;
    text-align: center;
    border: 1px solid #e6e6e6;
    z-index: 2;
    font-size: 20px;
    font-weight: 700;
    border-radius: 6px;
}

.about-page .about-3 .right .tag ul li.current span {
    height: 100%;
    bottom: auto;
    top: 0
}

.about-page .about-3 .right .tag ul li.current a {
    background-color: #333;
    color: #fff;
    border-color: #333
}

.about-page .about-3 .right .content ul li {
    padding: 40px 20px;
    margin-bottom: 60px;
        border-radius: 8px;
    background: #fff;
    box-shadow: 0 0 10px #f1f1f1;
}

.about-page .about-3 .right .content ul li .tit {
    font-size: 60px;
    line-height: 1;
    color: #030303;
    font-weight: 700
}

.about-page .about-3 .right .content ul li .con {
    font-size: 18px;
    line-height: 1.8;
    color: rgba(0,0,0,.65);
    margin-top: 21px
}

.about-page .about-3 .right .content ul li:last-child {
    margin-bottom: 0
}

.about-page .about-3 .right .content ul li.active {
    background: #333;

}
.about-page .about-3 .right .content ul li.active,
.about-page .about-3 .right .content ul li.active .tit,
.about-page .about-3 .right .content ul li.active .con{
  color: #fff;
}
.about-page .about-3 .right .content ul li.active .con{
  opacity: 0.6;
}

@media (max-width: 1700px) {
  .about-page .about-3 .left .title {
      font-size: 72px
  }
}
@media (max-width: 1450px) {

  .about-page .init-3 .container .content ul li .box .num {
    font-size: 100px;
  }
  .about-page .about-3 .left .title {
        font-size: 66px
  }
}
@media (max-width: 1250px) {
  .about-page .init-3 .container .content ul li .box .num {
    font-size: 60px;
  }
  .about-page .about-3 .right .content ul li {
        padding: 60px 20px
  }
}
@media (max-width: 1000px) {
  .about-page .init-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page .init-1 .left .title2 em {
    text-align: left;
  }
  .about-page .init-1 .right {
    width: 100%;
    margin-top: 20px;
  }
  .about-page .init-3 .container .content ul li {
    width: 50%;
    margin-top: 20px;
  }
  .about-page .init-3 .container .content ul .line {
    display: none;
  }
  .about-page .init-4 .titleC .title {
    width: 100%;
  }
  .about-page .init-4 .titleC .des {
    width: 100%;
    margin-top: 20px;
  }
  .about-page .init-4 .content .left {
    width: 100%;
  }
  .about-page .init-4 .content .right {
    width: 100%;
  }

    .about-page .about-3 .left .title {
        font-size: 53px
    }

    .about-page .about-3 .right .content ul li {
        padding: 40px 20px
    }

    .about-page .about-3 .right .content ul li .tit {
        font-size: 60px
    }

    .about-page .about-3 .right .content ul li .con {
        margin-top: 10px
    }

      .about-page .about-3 .left {
        position: initial;
        width: 100%
    }

    .about-page .about-3 .right {
        width: 100%;
        margin-top: 30px
    }
}
@media (max-width: 700px) {
  .about-page .init-4 .content .left ul li {
    width: 100%;
  }

    .about-page .about-3 .left .title {
        font-size: 46px
    }
}
@media (max-width: 500px) {
  .about-page .init-3 .container .content ul li {
    width: 100%;
  }

    .about-page .about-3 .left .title {
        font-size: 32px;
        line-height: 1.6
    }

    .about-page .about-3 .right {
        padding-left: 0
    }

    .about-page .about-3 .right .tag {
        display: none
    }

    .about-page .about-3 .right .content ul li {
        margin-bottom: 20px;
        background: rgba(241,238,226,.8);
        padding: 30px 15px
    }

    .about-page .about-3 .right .content ul li .tit {
        font-size: 40px
    }

    .about-page .about-3 .right .content ul li .con {
        font-size: 16px;
        line-height: 1.8
    }
}

.gallery-page .list ul {
  margin: -10px;
}

.gallery-page .list ul li {
  padding: 10px;
}

.gallery-page .list ul li a.img-box {
  display: block;
  border-radius: 5px;
  border: 10px solid #eee;
}


.service-page2 .service-1 {
  padding-top: 110px;
  padding-bottom: 120px
}

.service-page2 .service-1 .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.service-page2 .service-1 .top .tip {
  width: 46%;
}

.service-page2 .service-1 .top .tip .title {
  line-height: 1.4;
}

.service-page2 .service-1 .top .cont {
  width: 54%;
  padding-left: 30px;
  font-size: 18px;
  line-height: 2;
}

.service-page2 .service-1 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 60px;
}

.service-page2 .service-1 ul li {
  background-color: #f2f1ed;
  height: 400px;
  width: 31%;
  padding: 45px 28px 0;
  margin-top: 40px;
}

.service-page2 .service-1 ul li .img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 33px;
}

.service-page2 .service-1 ul li .img .num {
  font-size: 72px;
  opacity: .2;
  font-weight: bold;
  line-height: 1;
}

.service-page2 .service-1 ul li .t1 {
  font-size: 28px;
  line-height: 1.4;
  font-weight: bold;
}

.service-page2 .service-1 ul li .text {
  margin-top: 25px;
  font-size: 18px;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}

.service-page2 .service-1 .bottom {
  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: 20px;
  font-weight: bold;
  line-height: 1;
  margin-top: 84px;
  margin-bottom: 10px;
}

.service-page2 .service-1 .bottom img {
  margin-right: 24px;
}

.service-page2 .service-1 .sev1 {
  width: 100%;
}

.service-page2 .service-1 .sev-img {
  position: relative;
  margin-top: 80px
}

.service-page2 .service-1 .sev-img .sev-icon {
  position: absolute;
  right: 70px;
  top: 0;
  margin-top: -96px;
  animation: sc 8s infinite linear;
}

.service-page2 .service-2 {
  background: url(../images/sev2.jpg) no-repeat bottom -5px center / 100%;
  text-align: center;
}

.service-page2 .service-2 .title {
  line-height: 1.2;
}

.service-page2 .service-2 .cont {
  max-width: 1300px;
  font-size: 18px;
  line-height: 2;
  margin: 30px auto 45px;
}

.service-page2 .service-2 .more {
  margin: 0 auto;
  /*border: solid 1px rgba(0, 0, 0, 0.8);*/
}

.service-page2 #index-body .advantage {
  background: url(../images/seradv_bg2.jpg) no-repeat top center / cover;
}

.service-page2 #index-body .advantage .ui.container {
  max-width: 1700px;
}

.service-page2 #index-body .advantage .tip {
  color: #fff;
  text-align: center;
}

.service-page2 #index-body .advantage .tip .smt {
  padding-bottom: 10px;
}

.service-page2 #index-body .advantage ul {
  margin-right: -24px;
  
}
.service-page2 #index-body .advantage ul li {
  padding-right: 24px;
}

.service-page2 #index-body .advantage ul li .box {
  /*background: #fff;
  padding-top: 56px;
  padding: 56px 39px 80px;*/
}

.service-page2 #index-body .advantage ul li .box .t1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 10px;
  height: 2.5em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.service-page2 #index-body .advantage ul li .box .icon {
  height: auto;
}
.service-page2 #index-body .advantage ul li .box .icon img{
  height: 100%;
}
.service-page2 #index-body .advantage ul li .box .cont {
  font-size: 20px;
  line-height: 1.8;
  margin-top: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  height: 9em;
}

.service-page2 ul.slick-dots {
  position: absolute;
  left: 0;
  bottom: -66px;
  width: 100%;
  text-align: center;
}

.service-page2 ul.slick-dots li {
  display: inline-block;
  padding: 0 !important;
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  opacity: 0.3;
  border-radius: 50%;
  margin-right: 35px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  position: relative;
}

.service-page2 ul.slick-dots li:last-child {
  margin-right: 0;
}

.service-page2 ul.slick-dots li button {
  display: none;
}

.service-page2 ul.slick-dots li.slick-active {
  background: #f2f1ed;
  opacity: 1;
}
@media screen and (max-width: 1680px) {
.service-page2 #index-body .advantage .ui.container {
    max-width: 1400px;
  }
.service-page2 #index-body .advantage ul li .box .t1 {
    font-size: 30px;
  }
}

@media screen and (max-width: 1440px) {
  .service-page2 #index-body .advantage .ui.container {
    max-width: 1240px;
  }
}
@media screen and (max-width: 1280px){
    .service-page2 #index-body .advantage .ui.container {
    max-width: 1080px;
  }
   .service-page2 ul.slick-dots li {
    zoom: 0.8;
  }
}
@media screen and (max-width: 1100px){
   .service-page2 #index-body .advantage .ui.container {
    max-width: 100%;
  }
   .service-page2 #index-body .advantage ul li .box .t1 {
    font-size: 26px;
  }
}


@media screen and (max-width: 700px) {
  .service-page2 .service-1 ul{
    margin-top: 0;
  }
}

@media screen and (max-width: 1450px) {
  .service-page2 .service-1 ul li {
    width: 47%;
  }
}

@media screen and (max-width: 1000px) {
  .service-page2 .service-1 .top .tip {
    width: 100%;
  }

  .service-page2 .service-1 .top .cont {
    width: 100%;
    margin-top: 30px;
    padding: 0;
  }

  .service-page2 .service-1 ul li .t1 {
    font-size: 22px;
  }

  .service-page2 .service-1 ul li .img .num {
    font-size: 60px;
  }

  .service-page2 .service-1 .sev-img {
    zoom: 0.8
  }
}

@media screen and (max-width: 700px) {
  .service-page2 .service-1 ul li {
    width: 100%;
    height: auto;
    padding-bottom: 30px;
  }

  .service-page2 .service-1 {
    padding: 40px 0;
  }

  .service-page2 .service-1 .sev-img {
    zoom: 0.5
  }
}

@media screen and (max-width: 700px) {
  .service-page2 .service-1 .bottom {
    display: none;
  }
}


.solution-page .init-1 {
  background-color: #fff;
}
.solution-page .init-1 .tipsDes {
  color: #666666;
}
.solution-page .init-1 .content .left {
  width: 60%;
}
.solution-page .init-1 .content .right {
  width: 30%;
}
.solution-page .init-1 .content .right ul li {
  margin-top: 60px;
}
.solution-page .init-1 .content .right ul li:first-child {
  margin-top: 20px;
}
.solution-page .init-1 .content .right ul li .box .topC {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}
.solution-page .init-1 .content .right ul li .box .topC em {
  font-size: 50px;
  font-weight: bold;
}
.solution-page .init-1 .content .right ul li .box .topC .sub {
  position: relative;
  top: -4px;
}
.solution-page .init-1 .content .right ul li .box .topC .tip {
  width: 220px;
  margin-left: auto;
  position: relative;
  top: -4px;
}
.solution-page .init-1 .content .right ul li .box .lineC {
  height: 3px;
  background-color: #bfbfbf;
  position: relative;
}
.solution-page .init-1 .content .right ul li .box .lineC .line {
  width: 30px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #f5a800;
}
.solution-page .init-1 .content .right ul li .box:hover .lineC .line {
  width: 100%;
}
.solution-page .init-2{
  background: #f2f1ed;
}
.solution-page .init-2 .content {
  padding-left: 120px;
}
.solution-page .init-2 .content ul li {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 33.4%;
}
.solution-page .init-2 .content ul li .img {
  display: block;
}
.solution-page .init-2 .content ul li .img img {
  width: 100%;
}
.solution-page .init-2 .content ul li .text {
  display: block;
  text-align: left;
  color: #222222;
}
.solution-page .init-2 .content ul li.active2 .box {
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
}
.solution-page .init-2 .content ul li.active2 .box .text {
  opacity: 0;
}
.solution-page .init-2 .content ul li.active2:hover .box {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
.solution-page .init-2 .content ul li.active2:hover .box .text {
  opacity: 1;
}
.solution-page .init-2 .lineCont {
  padding-left: 120px;
}
.solution-page .init-2 .lineCont .container {
  width: 100%;
  padding: 0;
}
.solution-page .init-2 .lineCont .lineC {
  height: 1px;
  background-color: #cccccc;
}
.solution-page .init-2 .lineCont .lineC .line {
  width: 0;
  height: 100%;
  background-color: #000;
  transition: all 0.5s;
}
.solution-page .init-2 .more {
  margin-right: 120px;
}
.solution-page .init-3 {
  background-color: #fff;
}
.solution-page .init-3 .container ul li .box {
  background-color: #f2f1ed;
}
.solution-page .init-3 .container ul li .box .left {
  object-fit: contain;
}
.solution-page .init-3 .container ul li .box .right {
  padding: 70px;
}
.solution-page .init-3 .container ul li .box .right .des {
  max-height: 260px;
  overflow-y: auto;
  padding-right: 4px;
}
.solution-page .init-3 .container ul li:nth-child(2n) .box {
  flex-direction: row-reverse;
}
.solution-page .init-4 {
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
}
.solution-page .init-4 .textStoke {
  -webkit-text-stroke: 1px #fff;
  color: transparent;
}
.solution-page .init-4 .desC {
  max-width: 1020px;
  margin: auto;
}
@media (max-width: 1450px) {
  .solution-page .init-1 .content .right ul li .box .topC .tip {
    width: 100%;
    margin-top: 10px;
  }
}
@media (max-width: 1250px) {
  .solution-page .init-2 .init-2C {
    width: 970px;
    padding: 0 16px;
    margin: auto;
  }
  .solution-page .init-2 .content {
    padding-left: 0;
  }
  .solution-page .init-2 .lineCont {
    padding-left: 0;
  }
  .solution-page .init-2 .content .swiper2 {
    overflow: hidden;
  }
  .solution-page .init-2 .more {
    margin-right: 0;
  }
  .solution-page .init-3 .container ul li .box .left {
    width: 100%;
  }
  .solution-page .init-3 .container ul li .box .right {
    width: 100%;
    margin-top: 20px;
    padding: 20px 16px;
  }
}
@media (max-width: 1000px) {
  .solution-page .init-1 .content .left {
    width: 100%;
  }
  .solution-page .init-1 .content .right {
    width: 100%;
    margin-top: 40px;
  }
  .solution-page .init-2 .init-2C {
    width: 100%;
    max-width: 700px;
  }
}
@media (max-width: 500px) {
  .solution-page .init-1 .content .right ul li {
    margin-top: 40px;
  }
  .solution-page .init-1 .content .right ul li .box .topC em {
    font-size: 40px;
  }
}

.factory-page .titleC span{
  color: transparent;
  -webkit-text-stroke: 1px #000;
}
.factory-page .content{
  position: relative;
}
.factory-page .content .btn{
  width: 54px;
  height: 54px;
  border-radius: 50%;
  font-size: 20px;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -100px;
  z-index: 2;
  cursor: pointer;
  font-weight: bold;
}
.factory-page .content .btn:hover{
  background: #333333;
  color: #fff;
}
.factory-page .content .prev{
  right: unset;
  left: -100px;

}

@media (max-width: 1450px) {
  .factory-page .content .next{
    right: -10px;
  }
  .factory-page .content .prev{
    left: -10px;
  }
}

@media (max-width: 500px) {
  .factory-page .content .btn{
    width: 38px;
    height: 38px;
  }
}