@font-face {
  font-family: 'anton';
  src: url('../fonts/Anton-Regular.eot');
  src: url('../fonts/Anton-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Anton-Regular.woff2') format('woff2'), url('../fonts/Anton-Regular.woff') format('woff'), url('../fonts/Anton-Regular.ttf') format('truetype');
  font-weight: normal;
  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;
}
.seoPublic .Auxil-news .list ul.noImg li{
  padding-top: 0;
}
.seoPublic .Auxil-news .list ul.noImg li .content{
  margin-top: 0;
}
.seoPublic .Auxil-about .box .right .text{
  max-height: 400px;
  padding-right: 4px;
  overflow-y: auto;
}
.seoPublic .Auxil-news .list ul li .content div.h6{
  font-weight: bold;
}
.seoPublic .Auxil-about .box .right div.h3{
  font-weight: bold;
  line-height: 1.6;
}

@media screen and (max-width: 500px) {
  .seoPublic .Auxil-about .box .right div.h3{
    font-size: 20px;
  }
}
html,
body {
  position: relative;
  max-width: 1920px;
  margin: auto;
  --color: #ee1c25;
  height: auto;
}
body {
  overflow-x: hidden;
  position: relative;
  font-weight: 400;
  margin: 0 auto;
  color: #333333;
  font-family: 'gilroy';
}
#innerMobileBanner{
  margin-top: 60px;
}
.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: 1750px;
}
.moreCont {
  border: 1px solid var(--color);
  min-width: 250px;
  color: #333333;
  z-index: 1;
}
.moreCont .moreShadow {
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--color);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}
.moreCont .moreText {
  width: -webkit-calc(40%);
  width: -moz-calc(40%);
  width: calc(100% - 60px);
  padding: 6px;
}
.moreCont .moreImgc {
  height: 60px;
  width: 60px;
  background-color: var(--color);
}
.moreCont .moreImgc .moreImg {
  width: 28px;
  height: 16px;
}
.moreCont:hover {
  color: #fff;
}
.moreCont:hover .moreShadow {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.moreCont.white {
  border: 1px solid #fff;
  color: #fff;
}
.moreCont.white .moreShadow {
  background-color: #fff;
}
.moreCont.white .moreImgc {
  background-color: #fff;
}
.moreCont.white:hover {
  color: var(--color);
}
@-webkit-keyframes bannerAni {
  0% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  50% {
    -webkit-transform: translateY(10px) scale(0.8);
    transform: translateY(10px) scale(0.8);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@-moz-keyframes bannerAni {
  0% {
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  50% {
    -moz-transform: translateY(10px) scale(0.8);
    transform: translateY(10px) scale(0.8);
  }
  100% {
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@-o-keyframes bannerAni {
  0% {
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  50% {
    -o-transform: translateY(10px) scale(0.8);
    transform: translateY(10px) scale(0.8);
  }
  100% {
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes bannerAni {
  0% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  50% {
    -webkit-transform: translateY(10px) scale(0.8);
    -moz-transform: translateY(10px) scale(0.8);
    -o-transform: translateY(10px) scale(0.8);
    transform: translateY(10px) scale(0.8);
  }
  100% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@-webkit-keyframes moveAni {
  0% {
    left: 0;
  }
  50% {
    left: 80%;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes moveAni {
  0% {
    left: 0;
  }
  50% {
    left: 80%;
  }
  100% {
    left: 0;
  }
}
@-o-keyframes moveAni {
  0% {
    left: 0;
  }
  50% {
    left: 80%;
  }
  100% {
    left: 0;
  }
}
@keyframes moveAni {
  0% {
    left: 0;
  }
  50% {
    left: 80%;
  }
  100% {
    left: 0;
  }
}
#header {
  color: #000;
  position: -webkit-sticky;
  position: sticky;
  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;
  -webkit-box-shadow: 0 0 10px rgba(46, 46, 46, 0.1);
  box-shadow: 0 0 10px rgba(46, 46, 46, 0.1);
  background-color: #ffffff;
}
#header > .nav > .menu {
  z-index: 1;
}
#header > .nav > .menu .menu-box {
  width: 100%;
  padding: 0;
  position: relative;
  z-index: 2;
  padding-left: 100px;
}
#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;
  margin-left: auto;
}
#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,
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.active > a {
  color: var(--color);
}
#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: 18px;
  text-transform: capitalize;
  z-index: 2;
  border-radius: 10px;
  font-weight: 500;
  padding: 4px 0;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  z-index: 2;
  opacity: 0;
  background: var(--color);
  -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;
  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 .menu_c .menu-menu-container > .menu > .menu-item .sub-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 .search-box2 {
  margin-left: 80px;
}
#header > .nav > .menu .menu-box .right .search-box2 form {
  background-color: #f1f1f1;
  padding: 5px 20px;
  width: 180px;
}
#header > .nav > .menu .menu-box .right .search-box2 form .text {
  border: none;
  background-color: transparent;
  width: -webkit-calc(80%);
  width: -moz-calc(80%);
  width: calc(100% - 20px);
}
#header > .nav > .menu .menu-box .right .search-box2 form .submit {
  width: 16px;
  height: 16px;
  cursor: pointer;
  border: none;
  background-color: transparent;
}
#header > .nav > .menu .menu-box .right .lang_cont {
  margin-left: 30px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .img {
  width: 24px;
  height: 24px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .text {
  color: #333333;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont i {
  margin-left: 6px;
  font-size: 16px;
}
#header > .nav > .menu .menu-box .right .search {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
#header > .nav > .menu .menu-box .right .openBtn {
  height: 90px;
  width: 190px;
  text-align: center;
  color: #fff;
  padding: 8px 6px;
  cursor: pointer;
  background-color: var(--color);
}
#header > .nav > .menu .menu-box .right .openBtn .text {
  width: -webkit-calc(80%);
  width: -moz-calc(80%);
  width: calc(100% - 20px);
}
#header > .nav > .menu .menu-box .right .openBtn .img {
  width: 20px;
  height: 20px;
}
#header > .nav > .menu .menu-box .right .openBtn:hover {
  background-color: #000000;
}
#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;
}
#banner {
  position: relative;
  z-index: 3;
  text-align: center;
}
#banner .pageCont {
  width: 100px;
  color: #333333;
}
#banner .pageCont .subline {
  width: 2px;
  height: 130px;
  background-color: #cccccc;
  margin: auto;
}
#banner .pageCont .subline .line {
  background-color: var(--color);
  width: 100%;
}
#banner .swiperC {
  width: -webkit-calc(0%);
  width: -moz-calc(0%);
  width: calc(100% - 100px);
}
#banner .swiperC .sub2 {
  height: 130px;
  background-color: #fff;
  bottom: 0;
  right: 0;
  z-index: 2;
  width: 48%;
  pointer-events: none;
}
#banner .swiperC .sPage {
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 3;
}
#banner .swiperC .sPage .swiper-pagination-bullets {
  text-align: left;
  background-color: #fff;
  width: auto;
  padding: 20px 40px;
}
#banner .swiperC .sPage .swiper-pagination-bullets .swiper-pagination-bullet {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  width: 12px;
  height: 12px;
  opacity: 1;
  background-color: #cccccc;
  margin: 0 20px;
  border: 1px solid rgba(204, 204, 204, 0);
}
#banner .swiperC .sPage .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: transparent;
  border: 1px solid var(--color);
}
#banner .swiperC .sub3 {
  width: 30px;
  height: 40px;
  cursor: pointer;
  bottom: 40px;
  left: 46%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 3;
  -webkit-animation: bannerAni 5s linear infinite;
  -moz-animation: bannerAni 5s linear infinite;
  -o-animation: bannerAni 5s linear infinite;
  animation: bannerAni 5s linear infinite;
}
#banner .swiper {
  z-index: 2;
  overflow: hidden;
  position: relative;
}
#banner .swiper .swiper-wrapper {
  height: 100%;
}
#banner .swiper .swiper-wrapper .swiper-slide {
  -o-background-size: 100% auto;
  background-size: 100% auto;
  width: 100%;
  height: 54vw;
  max-height: 840px;
  -o-background-size: cover;
  background-size: cover;
  z-index: 2;
  position: relative;
}
#banner .swiper .swiper-wrapper .swiper-slide video{
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;

}
#banner .swiper .swiper-wrapper .swiper-slide .img2{
  position: absolute;
  bottom: 130px;
  right: 0;
  width: 48%;
  height: 460px;
  z-index: 2;
  background-position: bottom right;
}
#banner .swiper .swiper-wrapper .swiper-slide .container {
  overflow: hidden;
  height: 100%;
  z-index: 5;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box {
  text-align: left;
  width: 100%;
  position: relative;
  z-index: 2;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .cont {
  z-index: 2;
  width: 100%;
  max-width: 1050px;
  padding-left: 90px;
  margin-top: 150px;
  color: #ffffff;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .cont .title {
  font-family: 'anton';
  text-shadow: 2px 2px 3px #000000;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .cont .title2 {
  max-width: 800px;
}
#banner .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 .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;
}
.slick-list .slick-track {
  margin-left: 0;
}
.font2 {
  font-family: 'anton';
}
#index-body {
  position: relative;
  z-index: 2;
}
#index-body .init-1 {
  background-color: #f3f3f3;
}
#index-body .init-1 .container .titleC .left {
  width: 50%;
}
#index-body .init-1 .container .titleC .left .title {
  color: #333333;
}
#index-body .init-1 .container .content{
  position: relative;
}
#index-body .init-1 .container .content .btn{
  position: absolute;
  top: 50%;
  right: -50px;
  width: 40px;
  height: 40px;
  z-index: 2;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  color: #000;
  transform: translateY(-50%);
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #f2f2f2;
}
#index-body .init-1 .container .content .prev{
  left: -50px;
  right: unset;
}
#index-body .init-1 .container .content ul li .box .left {
  width: 50%;
  z-index: 2;
}
#index-body .init-1 .container .content ul li .box .left .bg {
  z-index: -2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-background-size: cover;
  background-size: cover;
}
#index-body .init-1 .container .content ul li .box .left .shadow {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
}
#index-body .init-1 .container .content ul li .box .left .cont {
  padding: 20px;
  margin-top: 150px;
  color: #fff;
}
#index-body .init-1 .container .content ul li .box .left .cont .title {
  font-weight: bold;
  text-decoration: underline;
}
#index-body .init-1 .container .content ul li .box .left .cont .title:hover {
  color: var(--color);
}
#index-body .init-1 .container .content ul li .box .left .cont .des {
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#index-body .init-1 .container .content ul li .box .left .cont .more {
  display: block;
  width: 28px;
  height: 16px;
  -webkit-filter: grayscale(1) brightness(5);
  filter: grayscale(1) brightness(5);
}
#index-body .init-1 .container .content ul li .box .left .cont .more:hover {
  -webkit-filter: grayscale(0) brightness(1);
  filter: grayscale(0) brightness(1);
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}
#index-body .init-1 .container .content ul li .box .right {
  width: 50%;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#index-body .init-2 .container .left {
  width: 49%;
}
#index-body .init-2 .container .right {
  width: 48%;
}
#index-body .init-2 .container .right .bg {
  display: block;
  width: 100%;
}
#index-body .init-2 .container .right .play {
  width: 70px;
  height: 70px;
  top: 50%;
  cursor: pointer;
  left: 50%;
  z-index: 2;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
#index-body .init-2 .container .right .play .cont {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
  font-size: 30px;
  color: var(--color);
}
#index-body .init-2 .container .right .play .cont i {
  margin-left: 4px;
}
#index-body .init-2 .container .right .play .ling {
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  border-radius: 50%;
  -webkit-animation: ks 3s linear infinite;
  -moz-animation: ks 3s linear infinite;
  -o-animation: ks 3s linear infinite;
  animation: ks 3s linear infinite;
}
#index-body .init-2 .container .right .play .ling:last-child {
  -webkit-animation-delay: -1.5s;
  -moz-animation-delay: -1.5s;
  -o-animation-delay: -1.5s;
  animation-delay: -1.5s;
}
#index-body .init-3 a {
  display: block;
}
#index-body .init-3 a img {
  width: 100%;
}
#index-body .init-4 {
  background-color: #f6f6f6;
}
#index-body .init-4 .container .content ul li {
  width: 340px;
}
#index-body .init-4 .container .content ul li .box .img {
  height: 46px;
}
#index-body .init-4 .container .content ul li .box .title {
  font-weight: bold;
}
#index-body .init-4 .container .content ul li .box .title p {
  padding: 0 10px;
  z-index: 2;
}
#index-body .init-4 .container .content ul li .box .title p::before {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  z-index: -1;
  background-color: var(--color);
  top: 0;
  left: 0;
  -webkit-animation: moveAni 5s linear infinite;
  -moz-animation: moveAni 5s linear infinite;
  -o-animation: moveAni 5s linear infinite;
  animation: moveAni 5s linear infinite;
}
#index-body .init-4 .container .content ul li .box .title p.p2::before {
  -webkit-animation-duration: 6s;
  -moz-animation-duration: 6s;
  -o-animation-duration: 6s;
  animation-duration: 6s;
  top: 6px;
}
#index-body .init-4 .container .content ul li .box .title p.p3::before {
  -webkit-animation-duration: 5.5s;
  -moz-animation-duration: 5.5s;
  -o-animation-duration: 5.5s;
  animation-duration: 5.5s;
  top: 10px;
}
#index-body .init-4 .container .content ul li .box .title p.p4::before {
  top: 16px;
  -webkit-animation-duration: 6.5s;
  -moz-animation-duration: 6.5s;
  -o-animation-duration: 6.5s;
  animation-duration: 6.5s;
}
#index-body .init-4 .container .content ul li .box:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
#index-body .init-5 .container .content .swiper {
  margin: 0 -20px;
}
#index-body .init-5 .container .content ul li {
  padding: 16px 20px;
}
#index-body .init-5 .container .content ul li .box .img {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#index-body .init-5 .container .content ul li .box .img img {
  width: 100%;
}
#index-body .init-5 .container .content ul li .box .title {
  display: block;
}
#index-body .init-5 .container .content ul li .box .title:hover {
  color: var(--color);
}
#index-body .init-5 .container .content ul li .box .des {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #666666;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  -moz-text-decoration-color: transparent;
  text-decoration-color: transparent;
}
#index-body .init-5 .container .content ul li .box:hover .des {
  -webkit-text-decoration-color: #666666;
  -moz-text-decoration-color: #666666;
  text-decoration-color: #666666;
}
#index-body .init-6 {
  background-color: #f6f6f6;
}
#index-body .init-6-2 .tipsTitle{
  font-weight: bold;
  font-size: 32px;
}
#index-body .init-6 .content .left {
  width: 47%;
}
#index-body .init-6 .content .left .subline {
  width: 3px;
  height: 100%;
  background-color: #f4cacc;
}
#index-body .init-6 .content .left .subline .swiper-scrollbar-drag {
  background-color: var(--color);
  cursor: pointer;
}
#index-body .init-6 .content .left .swiperC {
  width: -webkit-calc(60%);
  width: -moz-calc(60%);
  width: calc(100% - 40px);
}
#index-body .init-6 .content .left .swiperC .swiper {
  height: 400px;
}
#index-body .init-6 .content .left .swiperC ul li .box .time .date {
  line-height: 1;
}
#index-body .init-6 .content .left .swiperC ul li .box .time .m {
  text-transform: uppercase;
  color: #666666;
}
#index-body .init-6 .content .left .swiperC ul li .box .time i {
  color: var(--color);
  line-height: 1;
  font-size: 16px;
}
#index-body .init-6 .content .left .swiperC ul li .box .cont {
  width: -webkit-calc(10%);
  width: -moz-calc(10%);
  width: calc(100% - 90px);
}
#index-body .init-6 .content .left .swiperC ul li .box .cont .title3{
  font-weight: bold;
}
#index-body .init-6 .content .left .swiperC ul li .box .cont .title,
#index-body .init-6 .content .left .swiperC ul li .box .cont .title3 {
  border-bottom: 2px solid #c6c6c6;
  display: block;
  padding-bottom: 4px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#index-body .init-6 .content .left .swiperC ul li .box .cont .title:hover,
#index-body .init-6 .content .left .swiperC ul li .box .cont .title3:hover {
  color: var(--color);
}
#index-body .init-6 .content .left .swiperC ul li .box .cont .des {
  line-height: 1.8;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#index-body .init-6 .content .left .swiperC ul li .box:hover .date {
  color: var(--color);
}
#index-body .init-6 .content .right {
  width: 47%;
}
#footer {
  position: relative;
  z-index: 1;
  background-color: #080808;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
}
#footer .fTop .listCont .list {
  color: #dddddd;
}
#footer .fTop .listCont .listC .listLeft {
  width: -webkit-calc(0%);
  width: -moz-calc(0%);
  width: calc(100% - 100px);
}
#footer .fTop .listCont .listC .listRight {
  width: 80px;
  padding-bottom: 10px;
}
#footer .fTop .listCont .listC .listRight #ewm {
  width: 100%;
  background-color: #fff;
  padding: 3px;
}
#footer .fTop .listCont .first {
  text-transform: uppercase;
  color: #fff;
  margin: 60px 0 30px 0;
}
#footer .fTop .listCont .list2 a {
  color: #dddddd;
}
#footer .fTop .listCont .list2 a:hover {
  text-decoration: underline;
  color: #fff;
}
#footer .fTop .listCont .menu-menu-container ul li {
  margin-top: 10px;
}
#footer .fTop .listCont .menu-menu-container ul li a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  color: #dddddd;
  font-size: 18px;
}
#footer .fTop .listCont .menu-menu-container ul li a:hover {
  text-decoration: underline;
  color: #fff;
}
#footer .fTop .listCont .menu-menu-container ul li ul {
  display: none;
}
#footer .fTop .listCont .formC {
  margin-top: -10px;
}
#footer .fTop .listCont .formC .formLeft {
  width: 290px;
}
#footer .fTop .listCont .formC .formLeft input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #fff;
  background-color: transparent;
  padding: 10px 0;
  color: #fff;
}
#footer .fTop .listCont .formC .submit {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: var(--color);
  cursor: pointer;
}
#footer .fTop .listCont .formC .submit .img {
  width: 26px;
  height: 26px;
  margin-left: -4px;
}
#footer .fTop .listCont .formC .submit:hover {
  -webkit-transform: rotate(46deg);
  -moz-transform: rotate(46deg);
  -ms-transform: rotate(46deg);
  -o-transform: rotate(46deg);
  transform: rotate(46deg);
}
#footer .fTop .listCont1 {
  width: 430px;
}
#footer .fTop .listCont2 {
  width: 230px;
}
#footer .fTop .listCont3 {
  width: 230px;
}
#footer .fTop .listCont4 {
  width: 380px;
}
#footer .copyright {
  position: relative;
  font-size: 16px;
  overflow: hidden;
  color: #dddddd;
  -o-background-size: cover;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.8);
}
#footer .copyright .container {
  padding-top: 20px;
  padding-bottom: 20px;
}
#footer .copyright .container svg {
  height: 30px;
  width: auto;
  fill: #dddddd;
  position: relative;
  top: 4px;
}
#footer .copyright .container a {
  margin: 0 5px;
}
#footer .copyright .container a img {
  margin-top: 8px;
  height: 16px;
}
#footer .copyright .container .left {
  position: relative;
  top: 0;
}
#footer .copyright .container .left svg {
  position: relative;
  top: 10px;
}
@media (max-width: 1700px) {
  #header > .nav > .menu .menu-box {
    padding-left: 50px;
  }
  #header > .nav > .menu .menu-box .right .search-box2 {
    margin-left: 30px;
  }
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
    margin-left: 20px;
  }
}
@media (max-width: 1450px) {
  #header > .nav > .menu .menu-box {
    width: 1200px;
    padding: 4px 0;
  }
  #header > .nav > .menu .menu-box .right .openBtn {
    display: none;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .img2{
    bottom: 80px;
  }
  #banner .swiperC .sub2 {
    height: 80px;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .container .box .cont {
    padding-left: 20px;
    margin-top: 40px;
  }
  #index-body .init-1 .container .content .btn{
    right: -20px;
  }
  #index-body .init-1 .container .content .prev{
    left: -20px;
  }
  #index-body .init-4 .container .content ul li {
    width: 48%;
  }
  #index-body .init-6-2 .tipsTitle{
    font-size: 28px;
  }
  #footer .fTop .listCont1 {
    width: 400px;
  }
  #footer .fTop .listCont2 {
    width: 170px;
  }
  #footer .fTop .listCont3 {
    width: 180px;
  }
  #footer .fTop .listCont4 {
    width: 350px;
  }
}
@media (max-width: 1250px) {
  #index-body .init-1 .container .titleC .left {
    width: 100%;
  }
  #index-body .init-2 .container .left {
    width: 100%;
  }
  #index-body .init-2 .container .right {
    margin-top: 20px;
    width: 100%;
  }
  #index-body .init-5 .container .titleC .left {
    width: 100%;
  }
  #index-body .init-5 .container .titleC .moreC {
    margin-top: 20px;
  }
  #index-body .init-6 .content .right {
    display: none;
  }
  #index-body .init-6 .content .left {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  #banner .swiperC {
    width: 100%;
  }
  #banner .swiperC .sPage .swiper-pagination-bullets {
    padding: 8px 10px 4px;
  }
  #banner .swiperC .sPage .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
  }
  #banner .swiperC .sub3 {
    width: 20px;
    height: 30px;
    bottom: 20px;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .container .box {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .container .box .cont {
    margin-top: 0;
    height: auto;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .container .box .cont .title2 {
    display: none;
  }
  #index-body .init-6 .content .left .swiperC {
    width: 100%;
  }
  #index-body .init-6 .content .left .swiperC .swiper {
    height: auto;
  }
  #index-body .init-6 .content .left .swiperC ul li .box .time {
    width: 100%;
    text-align: left;
  }
  #index-body .init-6-2 .tipsTitle{
    font-size: 24px;
  }
  #index-body .init-6 .content .left .swiperC ul li .box .time i {
    display: none;
  }
  #index-body .init-6 .content .left .swiperC ul li .box .cont {
    width: 100%;
  }
  #index-body .init-6 .content .left .swiperC ul li .box .cont .title,
  #index-body .init-6 .content .left .swiperC ul li .box .cont .title3 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 20;
    -webkit-box-orient: vertical;
  }
  #footer .fTop .listCont {
    width: 100%;
  }
  #footer .fTop .listCont .listC .listLeft {
    width: 100%;
  }
  #footer .fTop .listCont .listC .listRight {
    margin-top: 10px;
    padding-bottom: 0;
  }
  #footer .fTop .listCont .formC .formLeft {
    width: 100%;
  }
  #footer .fTop .listCont .formC .submit {
    margin-top: 10px;
  }
}
@media (max-width: 500px) {
  .moreCont {
    min-width: 190px;
  }
  .moreCont .moreImgc {
    width: 40px;
    height: 100%;
  }
  .moreCont .moreImgc .moreImg {
    width: 20px;
    height: 12px;
  }
  .moreCont .moreText {
    width: -webkit-calc(60%);
    width: -moz-calc(60%);
    width: calc(100% - 40px);
  }
  #banner .swiper .swiper-wrapper .swiper-slide {
    height: 360px;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .container .box .cont {
    padding-left: 0;
  }
  #index-body .init-1 .container .content ul li .box .left {
    width: 100%;
  }
  #index-body .init-1 .container .content ul li .box .right {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  #index-body .init-1 .container .content ul li .box .left .cont {
    margin-top: 20vw;
  }
  #index-body .init-4 .container .content ul li {
    width: 100%;
  }
  #index-body .init-5 .container .titleC .moreC {
    margin-top: 10px;
  }
  #footer .fTop .listCont .first {
    margin: 30px 0 16px 0;
  }
}


/*inner-page*/

.inner-page{
  z-index: 1;
  position: relative;
}
.inner_banner {
  position: relative;
  z-index: 0;
}

.inner_banner .textAniC{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}
.inner_banner .textAniC .text .c{
  font-size: 360px;
  font-weight: bold;
  text-transform: uppercase;
  color: #f6f6f6;
  line-height: 0.9;
  white-space: nowrap;
  width: 5000px;
  animation: transAni2 60s linear infinite;
}


@-webkit-keyframes transAni2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes transAni2 {
  0% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes transAni2 {
  0% {
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes transAni2 {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.inner_banner .container{
  position: relative;
  z-index: 2;
}
.inner_banner .innerBg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.inner_banner .cont {
  padding: 100px 0;
}
.inner_banner .cont .title {
  font-weight: bold;
}
.inner_banner .cont .mbx {
  font-size: 0;
  font-weight: bold;
  margin-top: 10px;
}
.inner_banner .cont .mbx span {
  font-size: 20px;
  padding-left: 20px;
  position: relative;
}
.inner_banner .cont .mbx a {
  position: relative;
  padding-left: 20px;
  font-size: 20px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.inner_banner .cont .mbx a:hover {
  color: #bf0000;
}
.inner_banner .cont .mbx a:first-child {
  padding-left: 0;
}
.inner_banner .cont .mbx a:first-child::before {
  display: none;
}
.inner_banner .cont .mbx a:before,
.inner_banner .cont .mbx span:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 2px;
  top: 13px;
  left: 7px;
  background-color: #000;
}
@media (max-width: 1450px) {
  .inner_banner .textAniC{
    top: 34px;
  }
  .inner_banner .textAniC .text .c{
    font-size: 270px;
  }
}

@media (max-width: 1250px) {
  .inner_banner .textAniC{
    top: 40px;
  }
  .inner_banner .textAniC .text .c{
    font-size: 260px;
  }
  .inner_banner{
    display: none;
  }
}

@media (max-width: 1000px) {
  .inner_banner {
    margin-top: 40px;
  }
  .inner_banner .textAniC .text .c{
    font-size: 160px;
  }
  .inner_banner .cont {
    padding: 40px 0;
  }
}

@media (max-width: 700px) {
  .inner_banner .textAniC .text .c{
    font-size: 100px;
  }
}

@media (max-width: 500px) {
  .inner_banner .textAniC{
    top: 30px;
  }
  .inner_banner .textAniC .text .c{
    font-size: 80px;
  }
}


.about-page .about-ty-title h1 {
    font-size: 30px;
    margin-bottom: 1em;
    display: block;
    font-weight: bold;
}
.about-page .about-ty-title span{
    font-weight: 700;
}
.about-page .about-ty-title .text {
    font-size: 18px;
    line-height: 1.8;
}
.about-page .about-ty-title .text span {
    color: #000;
}
.about-page .about-1 {
    padding: 80px 0;
}
.about-page .about-1 .box {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.about-page .about-1 .left {
    padding-right: 2%;
}
.about-page .about-1 .right {
    padding-left: 3%;
}
.about-page .about-1 .right img{
  width: 100%;
}
.about-page .about-1 .left .text {
    max-height: 290px;
    overflow: auto;
    padding-right: 6px;
}
.about-page .about-1 .left .list {
    margin-top: 40px;
    padding-right: 5%;
}
.about-page .about-1 .left .list ul {
    display: flex;
    justify-content: space-between;
}
.about-page .about-1 .left .list ul li {
    width: auto;
    text-align: center;
}
.about-page .about-1 .left .list ul li span.h6 {
    font-size: 50px;
    font-weight: 800;
    color: #bbb;
    line-height: 1;
}
.about-page .about-1 .left .list ul li span.h6 em {
    color: var(--color);
}
.about-page .about-1 .left .list ul li p {
    font-size: 14px;
    color: #666;
    display: block;
    margin-top: 10px;
}
.about-page .about-1 .right .about-video {
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
}
.about-page .about-video .play {
    font-size: 30px;
    width: 2.2em;
    height: 2.2em;
    border-radius: 100%;
    background-color: #fff;
    position: absolute;
    right: 6%;
    bottom: 8%;
    z-index: 1;
    cursor: pointer;
    cursor: hand;
    color: var(--color);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.about-page .about-video .play:before {
    content: '';
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    border-radius: inherit;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, .6);
    -webkit-animation: ks 2s linear infinite;
    -moz-animation: ks 2s linear infinite;
    animation: ks 2s linear infinite;
}
.about-page .about-video .play i.iconfont {
    position: relative;
    left: .1em;
}
.about-page .about-2 {
    font-size: 0;
    background-color: #f3f3f3;
    background-size:cover;
    background-repeat:no-repeat;
    background-attachment:fixed;
    padding: 60px 0 80px;
}
.about-page .about-2 h1 {
    text-align: center;
}
.about-page .about-2 .text p {
    margin-bottom: 1.4em;
}
.about-page .about-2 .text {
    margin-bottom: 3.5em;
}
.about-page .about-2 .list ul {
    margin: -15px;
}
.about-page .about-2 .list ul li {
    padding: 15px;
}
.about-page .about-2 .list ul li a {
    display: block;
}
.about-page .about-2 .list ul li img {
    width: 100%;
    margin: 0;
}
.about-page .about-2 .left {
    display: inline-block;
    width: 50%;
    vertical-align: bottom;
    padding-right: 15px;
}
.about-page .about-2 .right {
    width: 50%;
    display: inline-block;
    text-align: left;
    vertical-align: bottom;
    position: relative;
    bottom: 0px;
    padding-left: 15px;
}
.about-page .about-2 img {
    margin-top: 30px;
    width: 100%;
}
.about-page .about-3 .about-ty-title {
    max-width: 1100px;
    width: 1100px;
}
.about-page .about-3 .other-box .other-text {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 625px;
    padding: 0 50px;
}
.about-page .about-3 .other-box .other-text h6 {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 2;
}
.about-page .about-3 .other-box .other-text h2 {
    font-size: 22px;
    color: #fff;
    line-height: 2;
}
.about-page .about-3 .other-box .other-text a {
    display: inline-block;
    font-size: 18px;
    background-color: #fff;
    padding: 10px 20px;
    font-weight: bold;
    margin-top: 15px;
    line-height: 2;
}
.about-page .about-3 .about-other {
    margin-top: 50px;
}
.about-page .about-3 .about-other ul {
    margin: -15px;
}
.about-page .about-3 .about-other ul li {
    padding: 15px;
}
.about-page .honor {
    position: relative;
    z-index: 1;
    padding-bottom: 70px;
}
.about-page .honor .left {
    width: 40%;
    padding-right: 50px;
    vertical-align: middle;
}
.about-page .honor .left h2 {
    font-size: 48px;
    line-height: 1.6;
    font-weight: 700;
}
.about-page .honor .left p {
    margin-top: 10px;
    font-size: 15px;
    line-height: 2;
}
.about-page .honor .left .img {
    margin: 1.5rem 0;
}
.about-page .honor .left .tab {
    font-size: 0;
}
.about-page .honor .left .tab span {
    display: inline-block;
    background-color: var(--color);
    line-height: 40px;
    padding: 0 15px;
    cursor: pointer;
}
.about-page .honor .left .tab span img {
    vertical-align: middle;
}
.about-page .honor .left .tab span.left-btn {
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
}
.about-page .honor .left .tab span.right-btn {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
.about-page .honor .right {
    width: 60%;
    position: relative;
    vertical-align: middle;
}
.about-page .honor .right ul {
    margin: -15px;
}
.about-page .honor .right ul li {
    padding: 15px;
}
.about-page .honor .right ul li img {
    width: 100%;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}
/*factory*/
.about-page .ab-4{
    padding: 80px 0;
    background: #f3f3f3;
}
.about-page .ab-4 .box {
    display: flex;
    align-items: center;
}
.about-page .ab-4 .left {
    vertical-align: middle;
    width: 60%;
    padding-right: 5%;
    display: flex;
}
.about-page .ab-4 .left .big {
    width: 75%;
}
.about-page .ab-4 .left .small {
    width: 25%;
    padding-left: 16px;
}
.about-page .ab-4 .left ul {
    margin: -8px;
}
.about-page .ab-4 .left li {
    padding: 8px;
}
.about-page .ab-4 .left li a {
    display: block;
}
.about-page .ab-4 .right {
    vertical-align: middle;
    width: 40%;
}
.about-page .ab-4 .header span{
    color: var(--color);
    font-size: 28px;
    line-height: 1.8;
}
.about-page .ab-4 .header h3{
    font-size: 24px;
    line-height: 1;
}
.about-page .ab-4 .header p{
    font-size: 18px;
    line-height: 1.8;
    color: #6e6e6e;
}
.about-page .ab-4 .content{
    margin-top: 15px;
}
.about-page .ab-4 .content .slick-arrow{
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 57px;
    height: 59px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border: none;
}
.about-page .ab-4 .content .slick-arrow:hover {
    background-color: rgba(45,78,125,1);
}
.about-page .ab-4 .content .slick-prev {
    background: url("../images/inner-l.png") no-repeat center center;
    left: 45%;
}
.about-page .ab-4 .content .slick-next {
    background: url("../images/inner-r.png") no-repeat center center;
    right: 45%;
    left: auto;
}
.about-page .ab-4 .content ul{
    margin-right: -15px;
}
.about-page .ab-4 .content ul li{
    padding-right: 15px;
}
.about-page .ab-4 .content ul li a{
    display: block;
}
.about-page .ab-4 .header h2{
    display: block;
    font-size: 28px;
    line-height: 1.8;
    text-transform: capitalize;
    font-weight: 700;
}

@media screen and (max-width: 1450px) {
  .about-page .about-1 .left .list ul li span.h6{
    font-size: 40px;
  }
}

@media screen and (max-width: 1250px) {
  .about-page .about-1 .left .list ul li span.h6{
    font-size: 30px;
  }
  .about-page .about-1 .left{
    width: 100%;
    padding-right: 0;
  }
  .about-page .about-1 .left .list{
    padding-right: 0;
  }
  .about-page .about-1 .right{
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .about-page .honor .left{
    padding-right: 0;
    width: 100%;
  }
  .about-page .honor .right{
    width: 100%;
    margin-top: 20px;
  }
  .about-page .ab-4 .box{
    flex-wrap: wrap;
  }
  .about-page .ab-4 .left{
    width: 100%;
    padding-right: 0;
  }
  .about-page .ab-4 .right{
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-1 .box{
    flex-wrap: wrap;
  }
  .about-page .about-1 .left{
    width: 100%;
    padding-right: 0;
  }

}
@media screen and (max-width: 500px) {
  .about-page .about-1{
    padding: 40px 0;
  }
  .about-page .about-ty-title h1{
    font-size: 24px;
    margin-bottom: 10px;
  }
  .about-page .about-1 .left .list ul{
    flex-wrap: wrap;
  }
  .about-page .about-1 .left .list ul li{
    width: 50%;
    margin-top: 20px;
  }
  .about-page .about-1 .left .list{
    margin-top: 10px;
  }
  .about-page .honor{
    padding-bottom: 40px;
  }
  .about-page .ab-4{
    padding: 40px 0;
  }
  
}


.gallery-page .container .tips {
    text-align: center;
    font-weight: normal;
    font-weight: 600;
    text-transform: uppercase;
}
.gallery-page .container .tips .r {
    color: #da251c;
}
.gallery-page .container .des {
    text-align: center;
    margin-top: 10px;
}
.gallery-page .container .content ul {
    margin: 0 -20px;
}
.gallery-page .container .content ul li {
    margin-top: 50px;
    padding: 0 20px;
}
.gallery-page .container .content ul li .box {
    -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
}
.gallery-page .container .content ul li .box .title {
    font-weight: 500;
    text-align: center;
    font-weight: normal;
    text-transform: capitalize;
    padding: 10px 0;
}
.gallery-page .container .content ul li .box .img {
    display: block;
    overflow: hidden;
}
.gallery-page .container .content ul li .box .img img {
    width: 100%;
}

@media screen and (max-width: 500px) {
  .gallery-page .container .content ul li{
    margin-top: 20px;
  }
}


.m-page{
    text-align: center;
}
.m-page a,
.m-page span.current{
    border-radius: 50%;
    margin: 5px;
    color: #fff;
    font-size: 15px;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.m-page a {
    background: #ccc;
    transition: all .5s;
}
.m-page a:hover{
    background: var(--color);
}
.m-page span.current {
    background: var(--color);
}


.product-page .pro-box .product-right {
  width: -webkit-calc(100% - 340px);
  width: -moz-calc(100% - 340px);
  width: calc(100% - 340px);
  padding-left: 35px;
  margin-left: auto;
}
.product-page .pro-box .product-right ul {
  margin: 0 -12px;
}
.product-page .pro-box .product-right ul > p{
  margin: 0 20px;
}
.product-page .pro-box .product-right ul li {
  padding: 0 12px;
  margin-bottom: 30px;
}
.product-page .pro-box .product-right ul li:hover .img-box {
  border: 1px solid var(--color);
}
.product-page .pro-box .product-right ul li .img-box {
  width: 100%;
  display: block;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}
.product-page .pro-box .product-right .text{
  margin-bottom: 30px;
}
.product-page .pro-box .product-right .text h1{
  font-weight: bold;
}
.product-page .pro-box .product-right .text h3{
  font-size: 30px;
    
  margin-bottom: 10px;
}
.product-page .pro-box .product-right .text .cat_des{
  font-size: 20px;
  color: #666;
  line-height: 32px;
  max-height: 260px;
  overflow-y: auto;
  padding-right: 4px;
}
.product-page .pro-box .product-right ul li .img-box:hover .icon {
  opacity: 1;
}
.product-page .pro-box .product-right ul li .img-box .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}
.product-page .pro-box .product-right ul li .img-box .icon a {
  margin: 0 4px;
  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: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: white;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.product-page .pro-box .product-right ul li .img-box .icon a img {
  -webkit-filter: invert(0);
  filter: invert(0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.product-page .pro-box .product-right ul li .img-box .icon a:hover,
.product-page .pro-box .product-right ul li .img-box .icon a.active {
  background-color: var(--color);
}
.product-page .pro-box .product-right ul li .img-box .icon a:hover img,
.product-page .pro-box .product-right ul li .img-box .icon a.active img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.product-page .pro-box .product-right ul li .img-box .img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border: 1px solid rgba(0, 0, 0, .2);
}
.product-page .pro-box .product-right ul li h4 {
  font-size: 20px;
  line-height: 1.8;  
  text-align: center;
  padding: 0 25px;
  margin-top: 15px;
  transition: all 0.5s;
  font-weight: 700;
}
.product-page .pro-box .product-right ul li h4:hover{
  color: var(--color);
}

.pro-box .pro-left {
  width: 340px;
  position: sticky;
  top: 165px;
  float: left;
}
.pro-box .pro-left .menus {
  margin-bottom: 50px;
}
.pro-box .pro-left .menus > li {
  border-radius: 5px;
  border-top: none;
  margin-bottom: 10px;
}
.pro-box .pro-left .menus > li:last-child {
  margin-bottom: 0;
}
.pro-box .pro-left .menus > li.active .menu-a span,
.pro-box .pro-left .menus > li:hover .menu-a span {
  right: 0;
}
.pro-box .pro-left .menus > li.active .menu-a a,
.pro-box .pro-left .menus > li:hover .menu-a a,
.pro-box .pro-left .menus > li.active .menu-a i,
.pro-box .pro-left .menus > li:hover .menu-a i {
  color: white;
}
.pro-box .pro-left .menus > li .menu-a i.active{
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
.pro-box .pro-left .menus > li .menu-a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  padding: 0 70px 0 27px;
  font-size: 20px;
  /*text-transform: uppercase;*/
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
  cursor: pointer;
  z-index: 5;
}
.pro-box .pro-left .menus > li .menu-a span {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  right: -webkit-calc(100% - 8px);
  right: -moz-calc(100% - 8px);
  right: calc(100% - 8px);
  top: 0;
  background-color: var(--color);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  z-index: -1;
}
.pro-box .pro-left .menus > li .menu-a i {
  position: absolute;
  right: 27px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  top: 18px;
  font-size: 24px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  transform-origin: center center;
}
.pro-box .pro-left .menus > li .sub-menu {
  padding: 20px 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: none;
  margin-top: -3px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  display: none;
      /*box-shadow: 0px -0.4px 6px 1px rgb(0 0 0 / 8%);*/
}
.pro-box .pro-left .menus > li.active .sub-menu{
  display: block;
}
.pro-box .pro-left .menus > li .sub-menu li {
  padding: 5px 30px;
}
.pro-box .pro-left .menus > li .sub-menu li a {
  font-size: 20px;
  color: #666;
  transition: all 0.5s;
  border-bottom:1px solid #eee;
  display: block; 
  padding: 10px 0 15px 0;
}
.pro-box .pro-left .menus > li .sub-menu li:last-child a{
  border: none;
}
.pro-box .pro-left .menus > li .sub-menu li a:hover{
  color: var(--color);
}
.pro-box .pro-left .menus > li .sub-menu li.active a{
  color:var(--color);
}


.prodet-page {
  padding: 50px 0  0;
}
.prodet-page .prodet-right {
  width: -webkit-calc(100% - 340px);
  width: -moz-calc(100% - 340px);
  width: calc(100% - 340px);
  padding-left: 65px;
}
.prodet-page .prodet-right .box {
  width: 100%;
}

.prodet-page .prodet-right .box .left {
  width: 46.5%;
}
.prodet-page .prodet-right .box .left .smallImg ul {
  margin: 0 -5px;
}
.prodet-page .prodet-right .box .left .smallImg ul li {
  padding: 0 5px;
}
.prodet-page .prodet-right .box .left .smallImg ul li .img_box {
  display: block;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid transparent;
  transition: all 0.5s;
}
.prodet-page .prodet-right .box .left .smallImg ul li.active .img_box {
  border: 1px solid var(--color);
}
.prodet-page .prodet-right .box .right {
  width: 53.5%;
  padding-left: 50px;
}
.prodet-page .prodet-right .box i{
  display: none;
}
.prodet-page .prodet-right .box .right .det.max-h{
  max-height: 360px;
  overflow-y: auto;
  padding-right: 4px;
}
.prodet-page .prodet-right .box .right .det table{
  margin-bottom: 0;
}
.prodet-page .prodet-right .box .right .det ul li{
  font-size: 20px;
  display: flex;
  align-items: center;
}
.prodet-page .prodet-right .box .right .det ul li::before{
  content:"";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #000;
  margin-right: 10px;
}
.prodet-page .prodet-right .box .right .det2 ul{
  display: flex;
}
.prodet-page .prodet-right .box .right .det2 ul li{
  margin-right: 15px;
  font-size: 90px;
}
.prodet-page .prodet-right .box .right h2 {
  font-size: 35px;
    
}
.prodet-page .prodet-right .box .right .det {
 color: #666;
 line-height: 2;
 
}
.prodet-page .prodet-right .box .right .line{
  width: 100%;
  border-radius:35px;
  height: 10px;
  background-color: var(--color);
}
.prodet-page .prodet-right .box .right .btn {
  padding-bottom: 45px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}
.prodet-page .prodet-right .box .right .Auxil-through {
  color: #666;
}


.prodet-page .prodet-right .box .right .Auxil-through .prev .img_box,
.prodet-page .prodet-right .box .right .Auxil-through .next .img_box{
  display: block;
  width: 90px;
  height: 90px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, .2);
  padding: 10px;
  position: relative;
  cursor: pointer;
}
.prodet-page .prodet-right .box .right .Auxil-through .prev .img_box.no_img,
.prodet-page .prodet-right .box .right .Auxil-through .next .img_box.no_img{
  border-color:transparent;
}
.prodet-page .prodet-right .box .right .Auxil-through .prev .img_box .link,
.prodet-page .prodet-right .box .right .Auxil-through .next .img_box .link{
  position: absolute;
  left:50%;
  top:50%;
  transform: translate(-50%,-50%);
  opacity: 0;
  transition: all 0.5s;
}
.prodet-page .prodet-right .box .right .Auxil-through .prev:hover .img_box .link,
.prodet-page .prodet-right .box .right .Auxil-through .next:hover .img_box .link{
  opacity: 1;
}
.prodet-page .prodet-right .box .right .Auxil-through .prev .img_box .img,
.prodet-page .prodet-right .box .right .Auxil-through .next .img_box .img{
  border-radius: 5px;
}

.prodet-page .prodet-right .box .right .Auxil-through .prev p,
.prodet-page .prodet-right .box .right .Auxil-through .next p{
  color: #000;
  transition: all 0.5s;
  cursor: pointer;
  opacity: 0;
}
.prodet-page .prodet-right .box .right .Auxil-through .prev p:hover,
.prodet-page .prodet-right .box .right .Auxil-through .next p:hover{
  color: var(--color);
  opacity: 1;
}
.prodet-page .prodet-right .box .right .Auxil-through .prev:hover p,
.prodet-page .prodet-right .box .right .Auxil-through .next:hover p{
  opacity: 1;
}
.prodet-page .prodet-right .box .right .btn .product_add{
  position: relative;
}
.prodet-page .prodet-right .box .right .btn .product_add .fly_love{
  display: none;
  z-index: 204;
  transition: all 0.5s;
}
.prodet-page .prodet-right .box .right .btn .product_add .love{
  position: absolute;
  left:2px;
  top:50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.5s;
}
.prodet-page .prodet-right .box .right .btn .product_add .collect{
  opacity: 1;
  transition: all 0.5s;
}
.prodet-page .prodet-right .box .right .btn .product_add.active .love{
  opacity: 1;
}
.prodet-page .prodet-right .box .right .btn .product_add.active .collect{
  opacity: 0;
}
.prodet-page .prodet-right .prodet-title {
  margin: 100px 0 30px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.prodet-page .prodet-right .prodet-content{
  padding-bottom: 60px;
  color: #666;
  font-size: 20px;

}
.prodet-page .prodet-right .prodet-title ul {
  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;
}
.prodet-page .prodet-right .prodet-title ul li {
  padding: 10px 0 10px 0;
  margin: 0 40px;
  position: relative;
  font-weight: bold;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}
.prodet-page .prodet-right .prodet-title ul li.active {
  border-bottom: 2px solid var(--color);
}
.prodet-page .prodet-right .prodet-title ul li.active:before {
  opacity: 1;
}
.prodet-page .prodet-right .prodet-content .det table{
  table-layout: fixed;
}
.prodet-page .prodet-right .prodet-content .det table tr:nth-child(odd){
  background-color: #e1e1e1;
}
.prodet-page .prodet-right .prodet-content .det table tr td{
  font-size: 20px;
  color: #565656;
  text-align: center;
}

.prodet-page .prodet-right .prodet-content .det form {
    margin-top: 50px;
    /*padding: 10px;*/
    background: #fff;
    /*box-shadow: #ccc 0 0 10px 0;*/
}
.prodet-page .prodet-right .prodet-content .det form ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.prodet-page .prodet-right .prodet-content .det form ul li {
    margin-top: 18px;
    width: 49.5%;
    display: inline-block;
}
.prodet-page .prodet-right .prodet-content .det form ul li a.more{
  position: relative;
}
.prodet-page .prodet-right .prodet-content .det form ul li a.more input[type="submit"]{
  position: absolute;
  width: 100%;
  left: 0;
  height: 100%;
  opacity: 0;
  z-index: 9;
}
.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(5) {
    width: 100%;
}
.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(5) textarea {
    width: 100%;
    border: #ccc solid 1px;
    padding: 10px;
    font-size: 20px;
}
.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(6) {
    width: 100%;
}
.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(6) input {
    background: var(--color);
    color: #fff;
    transition: all .5s;
}
.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(6) input:hover {
    background: #000;
}
.prodet-page .prodet-right .prodet-content .det form ul li input {
    padding: 15px;
    border: #ccc solid 1px;
    width: 100%;
    font-size: 20px;
}


.baseBtn {
  padding: 0 1em;
  height: 2.3em;
  color: #FFFFFF;
  background-color: var(--color);
  border: 1px solid var(--color);
  border-radius: 5px;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  cursor: pointer;
  overflow: hidden;
}
.baseBtn span {
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}
.baseBtn span:first-of-type {
  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;
  position: relative;
}
.baseBtn span:first-of-type::before,
.baseBtn span:first-of-type::after {
  content: "\e7b9";
  font-family: "iconfont";
  width: 1.6em;
  height: 1.6em;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.baseBtn span:first-of-type::before {
  margin-right: 10px;
  background-color: white;
  color: var(--color);
}
.baseBtn span:first-of-type::after {
  color: #FFFFFF;
  background-color: var(--color);
  position: absolute;
  right: -40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}

.baseBtn span:last-of-type {
  width: 1.6em;
  height: 1.6em;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 50%;
  background-color: #FFFFFF;
  color: var(--color);
  display: none;
}
.baseBtn:hover,
.baseBtn:focus {
  background-color: #FFFFFF;
  border-color: #4c4c4c;
}
.baseBtn:hover span,
.baseBtn:focus span {
  color: #4c4c4c;
}
.baseBtn:hover span:first-of-type,
.baseBtn:focus span:first-of-type {
  transform: translateX(calc(-1.6em - 10px));
}
.baseBtn:hover span:first-of-type::before,
.baseBtn:focus span:first-of-type::before {
    opacity: 0;
}
.baseBtn:hover span:first-of-type::after,
.baseBtn:focus span:first-of-type::after {
    opacity: 1;
}
.baseBtn:hover span:last-of-type,
.baseBtn:focus span:last-of-type {
  border-color: #4c4c4c;
}
.baseBtn.row {
  color: #4c4c4c;
  background-color: transparent;
  border: 1px solid #4c4c4c;
}
.baseBtn.row span:last-of-type {
  border-color: #4c4c4c;
  background-color: transparent;
  color: #4c4c4c;
}
.baseBtn.row:hover {
  background-color: var(--color);
  border: 1px solid var(--color);
}
.baseBtn.row:hover span {
  color: #FFFFFF;
}
.baseBtn.row:hover span:last-of-type {
  border-color: #FFFFFF;
  background-color: #FFFFFF;
  color: var(--color);
}

.baseBtn.row span:first-of-type::before {
  color: #FFFFFF;
  background-color: var(--color);
}
.baseBtn.row span:first-of-type::after {
  background-color: white;
  color: var(--color);
}


.recommended-product {
  padding: 90px 0;
  background-color: #f9f9f9;
}
.recommended-product h2{
  font-weight: bold;
}
.recommended-product ul {
  margin: 40px -24px 0;
}
.recommended-product ul li {
  padding: 0 24px;
}
.recommended-product ul li .img_box {
  width: 100%;
  display: block;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}
.recommended-product ul li .img_box:hover .icon {
  opacity: 1;
}
.recommended-product ul li .img_box .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}
.recommended-product ul li .img_box .icon a {
  margin: 0 4px;
  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: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: white;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.recommended-product ul li .img_box .icon a img {
  -webkit-filter: invert(0);
  filter: invert(0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.recommended-product ul li .img_box .icon a:hover {
  background-color: var(--color);
}
.recommended-product ul li .img_box .icon a:hover img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.recommended-product ul li .img_box .img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.recommended-product ul li h4 {
  font-size: 24px;
    
  text-align: center;
  padding: 0 25px;
  margin-top: 15px;
 overflow: hidden;
 transition: all .5s;
}
.recommended-product ul li h4:hover{
  color: var(--color);
}

@media screen and (max-width: 1700px) {
    .prodet-page .prodet-right .box .right .Auxil-through .next{
     margin-top: 30px;
   }
   .prodet-page .prodet-right .box .right .Auxil-through .next .next-t{
     flex-direction: row-reverse;
   }
   .prodet-page .prodet-right .box .right .Auxil-through .next .next-t span{
     margin-right: 0;
     margin-left: 10px;
   }
}
@media screen and (max-width: 1450px) {
  .product-page .pro-box .product-right ul li h4{
    font-size: 20px;
  }

  .prodet-page .prodet-right .box .right h2 {
    font-size: 26px;
  }

}

@media screen and (max-width: 1200px) {
  .product-page .pro-box .product-right ul li{
    width: 50%;
  }

  .prodet-page .prodet-right .box .left{
    width: 100%;
    margin-bottom: 60px;
  }
  .prodet-page .prodet-right .box .right{
    width: 100%;
  }
  .prodet-page .prodet-right .box .left .bigImg ul li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  } 
  .prodet-page .prodet-right .box .right{
    padding-left: 0;
  }
  .prodet-page .prodet-right .prodet-title ul li {
    margin: 0 15px;
    font-size: 20px;
  }
}

@media screen and (max-width: 1000px) {
  .pro-box .pro-left{
    display: none;
  }
  .product-page .pro-box .product-right {
    width: 100%;
    padding-left:0;
  }

  .prodet-page .prodet-right {
    width: 100%;
    padding-left:0;
  }
  .prodet-page .prodet-right .box .right .line img{
    width:100%;
  }
  .prodet-page .prodet-right .box .right .btn a:first-child{
    display: none;
  }
  .prodet-page .prodet-right .box .right .btn a:last-child{
    margin-left: 0;
  }
}

@media screen and (max-width:700px) {
  .product-page .pro-box .product-right ul li{
    width: 100%;
  }
  .prodet-page .prodet-right .prodet-title ul li {
    margin: 0 5px;
    font-size: 18px
  }
  .prodet-page .prodet-right .prodet-content .det form ul li{
    width: 100%;
  }
  .prodet-page .prodet-right .prodet-title ul li{
    width: 100%;
    margin-bottom: 30px;
  }
  .prodet-page .prodet-right .box .right h2{
    font-size: 20px;
  }
}

@media screen and (max-width: 500px) {
  .prodet-page .prodet-right .box .left{
    padding-bottom: 30px;
  }
  .prodet-page .prodet-right .prodet-title ul li{
    margin-bottom: 16px;
  }
  .product-page .pro-box .product-right .text h3{
    font-size: 20px;
  }
  .prodet-page .prodet-right .prodet-title{
    margin: 20px 0 20px 0;
  }
  .recommended-product{
    padding: 40px 0;
  }
  .recommended-product ul{
    margin-top: 20px;
  }
  .recommended-product ul li h4{
    font-size: 20px;
  }
  .prodet-page .prodet-right .prodet-content{
    margin-bottom: 40px;
  }
}


.faq-page .faq-1 .list ul li {
  border: 1px solid #dcdcdc;
  padding: 1.33333333em 2.3em;
}

.faq-page .faq-1 .list ul li i {
  cursor: pointer;
  cursor: hand;
  font-size: 1.2em;
  line-height: 1;
}

.faq-page .faq-1 .list ul li .text {
  line-height: 2;
}

.faq-page .faq-1 .list ul li.active {
  background-color: var(--color);
  color: white;
}

.faq-page .faq-1 .list ul li.active i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media screen and (max-width: 500px) {
  .faq-page .faq-1 .list ul li {
    padding: 5%;
  }
}


.contact-page .contact-1 .header .con {
  font-size: 20px;
  line-height: 30px;
  max-width: 820px;
  color: #4B4B4B;
}
.contact-page .contact-1 .content {
  margin-top: 64px;
}
.contact-page .contact-1 .content ul {
  margin: -15px;
}
.contact-page .contact-1 .content ul li {
  padding: 15px;
}
.contact-page .contact-1 .content ul li .ig {
  background-color: #f2f6f7;
  position: relative;
  cursor: pointer;
  font-size: 20px;
  line-height: 1.6;
  border-radius: 15px;
  min-height: 250px;
  padding: 0 30px 0 40px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .content ul li .ig .info {
  padding: 35px 0 100px;
  font-size: 20px;
}
.contact-page .contact-1 .content ul li .ig .tit {
  position: absolute;
  bottom: 30px;
  left: 40px;
  font-size: 38px;
  line-height: 60px;
  height: 60px;
  font-weight: 600;
}
.contact-page .contact-1 .content ul li .ig::after {
  content: '';
  display: block;
  background: url(../images/contact-icon1.png) center center no-repeat var(--color);
  background-size: 100%;
  border-radius: 50%;
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .content ul li .ig:hover {
  background: var(--color);
  color: #fff;
}
.contact-page .contact-1 .content ul li .ig:hover::after {
  background-color: #001b2a;
}
.contact-page .contact-1 .content ul li:nth-child(2) .ig::after {
  background-image: url(../images/contact-icon2.png);
}
.contact-page .contact-1 .content ul li:nth-child(3) .ig::after {
  background-image: url(../images/contact-icon3.png);
}
.contact-page .contact-2 {
  padding-top: 6%;
  background: #f2f6f7;
}
.contact-page .contact-2 .box {
  background: #fff;
  padding: 50px;
  border-radius: 20px;
}
.contact-page .contact-2 .box .form {
  margin-top: 42px;
}
.contact-page .contact-2 .box .form ul {
  margin: -13px -25px;
}
.contact-page .contact-2 .box .form ul li {
  padding: 13px 25px;
}
.contact-page .contact-2 .box .form ul li label {
  display: block;
  line-height: 2;
  font-size: 20px;
  margin-bottom: 6px;
}
.contact-page .contact-2 .box .form ul li input,
.contact-page .contact-2 .box .form ul li textarea {
  width: 100%;
  height: 50px;
  border-radius: 5px;
  background: #f6f6f6;
  font-size: 14px;
  line-height: 2;
  border: 0;
  padding: 4px 3% 4px 3%;
}
.contact-page .contact-2 .box .form ul li textarea {
  padding: 10px 1.5% 10px 1.5%;
  height: 150px;
}

.contact-page .contact-2 .box .form ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-3 {
  padding-top: 6%;
}
.contact-page .contact-3 iframe {
  display: block;
  border: 0;
}

@media screen and (max-width: 1000px) {
  .contact-page .contact-1 .header .con {
    max-width: 300px;
  }
  .contact-page .contact-1 .content {
    margin-top: 20px;
  }
  .contact-page .contact-1 .content ul li {
    width: 50%;
  }
  .contact-page .contact-1 .content ul li .ig {
    padding: 0 20px;
  }
  .contact-page .contact-1 .content ul li .ig .tit {
    left: 20px;
  }
  .contact-page .contact-1 .content ul li .ig::after {
    right: 20px;
  }
  .contact-page .contact-2 .box {
    padding: 30px;
  }
  .contact-page .contact-3 iframe {
    height: 400px;
  }
}

@media screen and (max-width: 700px) {
  .contact-page .contact-1 .header .con {
    max-width: 100%;
    margin-top: 20px;
  }
  .contact-page .contact-1 .content ul {
    margin: -7px;
  }
  .contact-page .contact-1 .content ul li {
    padding: 7px;
  }
  .contact-page .contact-1 .content ul li .ig {
    min-height: 300px;
    font-size: 16px;
    line-height: 1.8;
  }

  .contact-page .contact-1 .content ul li .ig .tit {
    font-size: 22px;
    bottom: 16px;
    height: 50px;
    line-height: 50px;
  }
  .contact-page .contact-1 .content ul li .ig::after {
    width: 50px;
    height: 50px;
    bottom: 20px;
  }
  .contact-page .contact-2 .box {
    padding: 20px 15px;
  }
  .contact-page .contact-2 .box .form {
    margin-top: 30px;
  }
  .contact-page .contact-2 .box .form ul {
    margin: -6px -12px;
  }
  .contact-page .contact-2 .box .form ul li {
    padding: 6px 12px;
  }
}


@media screen and (max-width: 500px) {
  .contact-page .contact-1 .content ul li {
    width: 100%;
  }
  .contact-page .contact-1 .content ul li .ig {
    min-height: 160px;
  }
  .contact-page .contact-2 .form ul li textarea {
    height: 130px;
  }
  .contact-page .contact-3 iframe {
    height: 300px;
  }
}


.news-page .news-tab ul {
  margin: -6px;
}
.news-page .news-tab ul li {
  padding: 6px;
}
.news-page .news-tab ul li a {
  display: inline-block;
  background: #fff;
  font-size: 20px;
  line-height: 1.8;
  padding: 9px 23px 8px;
  border-radius: 6px;
}
.news-page .news-tab ul li a:hover,
.news-page .news-tab ul li a.active {
  background: var(--color);
  color: #fff;
}
.news-page .news-list {
  margin-top: 70px;
}
.news-page .news-list ul {
  margin: -10px;
}
.news-page .news-list ul li {
  padding: 10px;
}
.news-page .news-list ul li .img-box {
  border-radius: 15px 15px 0 0;
}
.news-page .news-list ul li .text {
  background: #f2f6f7;
  border-radius: 0 0 15px 15px;
  padding: 30px;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 14px;
  line-height: 2;
}
.news-page .news-list ul li .text .xinwen{
  padding-bottom: 60px;
}
.news-page .news-list ul li .text .des{
  overflow:hidden;
  text-overflow:ellipsis; 
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
  line-height: 1.8;
}
.news-page .news-list ul li .text .top span {
  font-size: 14px;
  background: var(--color);
  color: #fff;
  display: inline-block;
  padding: 0 22px;
  line-height: 36px;
  border-radius: 6px;
}
.news-page .news-list ul li .text .top time {
  font-size: 16px;
  line-height: 30px;
  color: #4B4B4B;
}
.news-page .news-list ul li .text .tit {
  font-weight: bold;
  color: #151515;
}
.news-page .news-list ul li .text .tit:hover {
  color: var(--color);
}
.news-page .news-list ul li .text .more2 {
  display: block;
  background-color: var(--color);
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  opacity: 0;
  overflow: hidden;
}
.news-page .news-list ul li .text .more2 span {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/arrow.png) center center no-repeat;
  background-size: 100%;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
.news-page .news-list ul li .text .more2::after {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 100%;
  opacity: 0;
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
  -moz-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -moz-transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -webkit-transform 0s 0.45s, -moz-transform 0s 0.45s;
}
.news-page .news-list ul li .text .more2:hover::after {
  opacity: 1;
  border-radius: 0;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.news-page .news-list ul li:hover .text {
  background: #f4f9ff;
}
.news-page .news-list ul li:hover .text .more2 {
  opacity: 1;
}

.newdet-page .sideBox .sideLeft {
  width: 27%;
  position: -webkit-sticky;
  position: sticky;
  top: 145px;
  left: 0;
}
.newdet-page .sideBox .sideLeft .back .pageBackbtn {
  display: inline-block;
  background-color: var(--color);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  overflow: hidden;
  vertical-align: top;
  position: relative;
}
.newdet-page .sideBox .sideLeft .back .pageBackbtn span {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/fh.png) center center no-repeat;
  background-size: 100%;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
.newdet-page .sideBox .sideLeft .back .pageBackbtn::after {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 100%;
  opacity: 0;
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
  -moz-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -moz-transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -webkit-transform 0s 0.45s, -moz-transform 0s 0.45s;
}
.newdet-page .sideBox .sideLeft .back .pageBackwz {
  display: inline-block;
  font-size: 20px;
  color: #000000;
  line-height: 46px;
  vertical-align: top;
  margin-left: 14px;
}
.newdet-page .sideBox .sideLeft .back:hover .pageBackbtn::after {
  opacity: 1;
  border-radius: 0;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.newdet-page .sideBox .sideRight {
  width: 73%;
}
.newdet-page .sideBox .sideRight .category {
  background: var(--color);
  text-align: center;
  display: inline-block;
  font-size: 20px;
  color: #fff;
  line-height: 46px;
  border-radius: 45px;
  padding: 0 23px;
  margin-bottom: 64px;
}
.newdet-page .sideBox .sideRight h1 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
}
.newdet-page .sideBox .sideRight time {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #4B4B4B;
  margin: 20px 0 20px;
}
.newdet-page .sideBox .sideRight .content {
  font-size: 20px;
  color: #333;
  line-height: 1.8;
}

@media screen and (max-width: 1250px) {
  .news-page .news-list ul li .text {
    padding: 30px 15px;
  }
  .news-page .news-list ul li .text .more2 {
    right: 15px;
  }
}

@media screen and (max-width: 1000px) {
  .news-page .news-list {
    margin-top: 30px;
  }
  .news-page .news-list ul li {
    width: 50% !important;
  }
  .newdet-page .sideBox .sideLeft {
    width: 15%;
  }
  .newdet-page .sideBox .sideLeft .back .pageBackwz {
    display: none;
  }
  .newdet-page .sideBox .sideRight {
    width: 85%;
  }
}

@media screen and (max-width: 700px) {
  .news-page .news-tab {
    display: none;
  }
  .news-page .news-list {
    margin-top: 0;
  }
  .news-page .news-list ul li .text .top time {
    display: block;
    margin-top: 10px;
  }
  .news-page .news-list ul li .text .more2 {
    position: relative;
    margin-top: 20px;
    right: 0;
    opacity: 1;
  }
  .news-page .news-list ul li .text .xinwen{
    padding-bottom: 20px;
  }
  .newdet-page .sideBox .sideLeft {
    display: none;
  }
  .newdet-page .sideBox .sideRight {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .news-page .news-list ul li {
    width: 100% !important;
  }
  .news-page .news-list ul li .text{
    padding-bottom: 0;
  }
  .newdet-page .sideBox .sideRight .category {
    margin-bottom: 30px;
  }
  .newdet-page .sideBox .sideRight h1 {
    font-size: 24px;
    line-height: 44px;
  }
  .newdet-page .sideBox .sideRight time {
    margin: 16px 0;
  }
  .newdet-page .sideBox .sideRight .content {
    font-size: 16px;
    line-height: 30px;
  }
}


.app-page .init-1 {
  padding-top: 60px;
}
.app-page .init-1 .container .content ul {
  margin: 0 -20px;
}
.app-page .init-1 .container .content ul > p {
  font-size: 16px;
  letter-spacing: 0;
  margin: 20px;
}
.app-page .init-1 .container .content ul li {
  padding: 0 20px;
  margin-top: 60px;
}
.app-page .init-1 .container .content ul li .box {
  height: 100%;
}
.app-page .init-1 .container .content ul li .box .boxC {
  padding-bottom: 20px;
  overflow: hidden;
  height: 100%;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px 10px rgba(0, 44, 155, 0.1);
  box-shadow: 0 0 20px 10px rgba(0, 44, 155, 0.1);
}
.app-page .init-1 .container .content ul li .box .boxC .img {
  display: block;
}
.app-page .init-1 .container .content ul li .box .boxC .title {
  text-align: center;
  display: block;
  padding: 0 10px;
  font-weight: bold;
  margin-top: 24px;
}
.app-page .init-1 .container .content ul li .box .boxC .title:hover {
  color: var(--color);
}
.app-page .init-1 .container .content ul li .box .more {
  background-color: var(--color);
  margin: auto;
  margin-top: -34px;
  width: 68px;
  height: 68px;
  border-radius: 68px;
  position: relative;
}
.app-page .init-1 .container .content ul li .box .more .moreText {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 74px;
  left: 40px;
  color: #fff;
  opacity: 0;
}
.app-page .init-1 .container .content ul li .box .more .moreImg {
  width: 30px;
  height: 30px;
  margin-left: auto;
  margin-right: 20px;
  background-repeat: no-repeat;
}
.app-page .init-1 .container .content ul li .box .more:hover {
  background-color: var(--color);
}
.app-page .init-1 .container .content ul li .box .more:hover .moreImg {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 1000px){
   .app-page .init-1 .container .content ul {
    margin: 0 -10px;
  }
  .app-page .init-1 .container .content ul li {
    padding: 0 10px;
  }
}

@media (max-width: 500px){
  .app-page .init-1 .container .content ul li:first-child{
    margin-top: 0;
  }
}