@font-face {
  font-family: 'font1';
  src: url('../fonts/Anton.eot');
  src: url('../fonts/Anton.eot?#iefix') format('embedded-opentype'), url('../fonts/Anton.woff2') format('woff2'), url('../fonts/Anton.woff') format('woff'), url('../fonts/Anton.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'font1';
  src: url('../fonts/Montserrat-Regular.eot');
  src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'font1';
  src: url('../fonts/Montserrat-Medium.eot');
  src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.woff') format('woff'), url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
html,
body {
  position: relative;
  max-width: 1920px;
  margin: auto;
  --color: #420072;
  height: auto;
}
body {
  overflow-x: hidden;
  position: relative;
  margin: 0 auto;
  color: #0c0c0c;
  font-family: 'font1';
}
.page-header02{
  background: #dcd7df;
}
.seoPublic .Auxil-related .list ul li .box{
  border-radius: 10px;
  overflow: hidden;
}
.seoPublic .Auxil-related .list ul li .box .content div.h3{
  font-size: 18px;
  line-height: 32px;
  min-height: 5.5em;
}
.seoPublic .Auxil-news .list ul li .content a.link{
      text-transform: unset;
}
.seoPublic .Auxil-news .list ul li .content div.h6{
  font-weight: 500;
}
.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;
}
@-webkit-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);
  }
}
@-moz-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);
  }
}
@-o-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 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);
  }
}
@-webkit-keyframes bellShake {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  15% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }
  30% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  45% {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg);
  }
  60% {
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
  75% {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
  }
  90% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-moz-keyframes bellShake {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  15% {
    -moz-transform: rotate(12deg);
    transform: rotate(12deg);
  }
  30% {
    -moz-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  45% {
    -moz-transform: rotate(8deg);
    transform: rotate(8deg);
  }
  60% {
    -moz-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
  75% {
    -moz-transform: rotate(4deg);
    transform: rotate(4deg);
  }
  90% {
    -moz-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  100% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-o-keyframes bellShake {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  15% {
    -o-transform: rotate(12deg);
    transform: rotate(12deg);
  }
  30% {
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  45% {
    -o-transform: rotate(8deg);
    transform: rotate(8deg);
  }
  60% {
    -o-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
  75% {
    -o-transform: rotate(4deg);
    transform: rotate(4deg);
  }
  90% {
    -o-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  100% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes bellShake {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  15% {
    -webkit-transform: rotate(12deg);
    -moz-transform: rotate(12deg);
    -o-transform: rotate(12deg);
    transform: rotate(12deg);
  }
  30% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  45% {
    -webkit-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    transform: rotate(8deg);
  }
  60% {
    -webkit-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    transform: rotate(-6deg);
  }
  75% {
    -webkit-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    -o-transform: rotate(4deg);
    transform: rotate(4deg);
  }
  90% {
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    transform: rotate(-2deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.moreCont {
  background-color: var(--color);
  color: #fff;
  cursor: pointer;
  font-weight: 500;
  padding: 14px 32px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  min-width: 200px;
  text-align: center;
}
.moreCont:hover {
  border-radius: 0;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  background-color: #000;
}
.moreCont.black {
  background-color: #000;
}
.moreCont.black:hover {
  background-color: var(--color);
}
#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 {
  background-color: #fbf7f4;
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1920px;
  margin: auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  font-weight: 500;
  padding: 30px 0;
}
#header > .nav > .menu {
  z-index: 1;
}
#header > .nav > .menu .menu-box {
  position: relative;
  z-index: 2;
  padding: 0;
}
#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 > .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 {
  color: #19262a;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-align: left;
  line-height: 32px;
  position: relative;
  font-size: 18px;
  text-transform: capitalize;
  z-index: 2;
  font-weight: 500;
}
#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 .right {
  position: relative;
  z-index: 2;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .img {
  width: 28px;
  height: 18px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont i {
  font-size: 18px;
}
#header > .nav > .menu .menu-box .right .search {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
#header > .nav > .menu .menu-box .right .open_btn {
  cursor: pointer;
}
#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;
}
.bannerC {
  overflow: hidden;
  background-color: #fbf8f5;
}
.bannerC .container {
  height: 900px;
}
.bannerC .container .cont1 {
  z-index: 1;
  padding-top: 100px;
}
.bannerC .container .cont1 .title {
  font-size: 280px;
  font-weight: bold;
  text-transform: uppercase;
  color: #0c0c0c;
  line-height: 1;
}
.bannerC .container .cont1 .des {
  font-weight: 500;
  max-width: 300px;
}
.bannerC .container .cont2 {
  width: 100%;
  height: -webkit-calc(60%);
  height: -moz-calc(60%);
  height: calc(100% - 40px);
  bottom: 0;
  left: 0;
  z-index: 2;
}
.bannerC .container .cont2 .swiper {
  overflow: unset;
  height: 100%;
}
.bannerC .container .cont2 .swiper ul {
  height: 100%;
}
.bannerC .container .cont2 .swiper ul li {
  height: 100%;
}
.bannerC .container .cont2 .swiper ul li .box {
  height: 100%;
}
.bannerC .container .cont2 .swiper ul li .box .img {
  height: 100%;
  background-position-y: 0;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  width: 1020px;
  margin-left: 18%;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  position: relative;
}
.bannerC .container .cont2 .swiper ul li .box .img .img3 {
  position: absolute;
  width: 100%;
  height: 1700px;
  top: -150px;
  left: 0;
}
.bannerC .container .cont2 .swiper ul li .box .proCont {
  padding: 40px 20px 20px;
  right: 80px;
  bottom: 130px;
  width: 320px;
  border-radius: 15px;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  transform: rotate(20deg);
}
.bannerC .container .cont2 .swiper ul li .box .proCont .img2 {
  display: block;
  border-radius: 20px;
  padding: 20px 50px;
  background-color: #fff;
}
.bannerC .container .cont2 .swiper ul li .box .proCont .text {
  font-weight: 500;
  display: block;
}
.bannerC .container .cont2 .swiper ul li.swiper-slide-active .box .img {
  -webkit-animation: fadeInLeftSmall 1s linear forwards;
  -moz-animation: fadeInLeftSmall 1s linear forwards;
  -o-animation: fadeInLeftSmall 1s linear forwards;
  animation: fadeInLeftSmall 1s linear forwards;
}
.bannerC .container .cont2 .swiper ul li.swiper-slide-active .box .pro2 {
  -webkit-animation: zoomInRight 2s linear forwards;
  -moz-animation: zoomInRight 2s linear forwards;
  -o-animation: zoomInRight 2s linear forwards;
  animation: zoomInRight 2s linear forwards;
}
.bannerC .container .cont3 {
  bottom: 70px;
  z-index: 3;
  width: 100%;
  pointer-events: none;
}
.bannerC .container .cont3 a {
  pointer-events: all;
}
.slick-list .slick-track {
  margin-left: 0;
}
#index-body {
  position: relative;
  z-index: 2;
}
#index-body .init-1 .container .content {
  height: 740px;
}
#index-body .init-1 .container .content .left {
  height: 100%;
  width: 46%;
  z-index: 1;
}
#index-body .init-1 .container .content .left .bg {
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
#index-body .init-1 .container .content .left .cont {
  width: 72%;
  padding: 30px;
  color: #fff;
}
#index-body .init-1 .container .content .left .cont .cont1 {
  max-height: 320px;
  overflow-y: auto;
  padding-right: 4px;
}
#index-body .init-1 .container .content .left .cont .more:hover {
  color: var(--color);
  background-color: #fff;
}
#index-body .init-1 .container .content .list {
  z-index: 2;
  height: 100%;
  width: 15%;
  -webkit-transform: skew(-25deg);
  -moz-transform: skew(-25deg);
  -ms-transform: skew(-25deg);
  -o-transform: skew(-25deg);
  transform: skew(-25deg);
  overflow: hidden;
  border-radius: 20px;
}
#index-body .init-1 .container .content .list .img {
  height: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  -o-object-position: center center;
  object-position: center center;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) skew(25deg);
  -moz-transform: translateX(-50%) skew(25deg);
  -ms-transform: translateX(-50%) skew(25deg);
  -o-transform: translateX(-50%) skew(25deg);
  transform: translateX(-50%) skew(25deg);
}
#index-body .init-1 .container .content .list .text {
  -webkit-transform: translateX(-100%) rotate(25deg) skew(25deg);
  -moz-transform: translateX(-100%) rotate(25deg) skew(25deg);
  -ms-transform: translateX(-100%) rotate(25deg) skew(25deg);
  -o-transform: translateX(-100%) rotate(25deg) skew(25deg);
  transform: translateX(-100%) rotate(25deg) skew(25deg);
  color: #fff;
  z-index: 2;
  -webkit-writing-mode: sideways-lr;
  -ms-writing-mode: sideways-lr;
  writing-mode: sideways-lr;
  left: -10px;
  top: 0;
  height: 100%;
  opacity: 0;
  line-height: 1;
  text-align: center;
}
#index-body .init-1 .container .content .list:hover .img {
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
}
#index-body .init-1 .container .content .list:hover .text {
  -webkit-transform: translateX(0) rotate(25deg) skew(25deg);
  -moz-transform: translateX(0) rotate(25deg) skew(25deg);
  -ms-transform: translateX(0) rotate(25deg) skew(25deg);
  -o-transform: translateX(0) rotate(25deg) skew(25deg);
  transform: translateX(0) rotate(25deg) skew(25deg);
  opacity: 1;
}
#index-body .init-1 .container .content .list1 {
  margin-left: -6.5%;
}
#index-body .init-1 .container .content .list2 {
  margin-left: 2.5%;
}
#index-body .init-1 .container .content .right {
  z-index: 1;
  margin-left: -7%;
  height: 100%;
  width: 34%;
}
#index-body .init-1 .container .content .right .img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-mask-image: url(../images/index_5_2.png);
  mask-image: url(../images/index_5_2.png);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
#index-body .init-1 .container .content .right .text {
  -webkit-transform: translateX(-100%) rotate(23deg);
  -moz-transform: translateX(-100%) rotate(23deg);
  -ms-transform: translateX(-100%) rotate(23deg);
  -o-transform: translateX(-100%) rotate(23deg);
  transform: translateX(-100%) rotate(23deg);
  color: #fff;
  z-index: 2;
  -webkit-writing-mode: sideways-lr;
  -ms-writing-mode: sideways-lr;
  writing-mode: sideways-lr;
  left: 27%;
  top: 0;
  height: 100%;
  opacity: 0;
  line-height: 1;
  text-align: center;
}
#index-body .init-1 .container .content .right:hover .img {
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
}
#index-body .init-1 .container .content .right:hover .text {
  -webkit-transform: translateX(0) rotate(25deg);
  -moz-transform: translateX(0) rotate(25deg);
  -ms-transform: translateX(0) rotate(25deg);
  -o-transform: translateX(0) rotate(25deg);
  transform: translateX(0) rotate(25deg);
  opacity: 1;
}
#index-body .init-2 {
  z-index: 2;
  background-color: #efedec;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f0efed), to(#efedec));
  background-image: -webkit-linear-gradient(bottom, #f0efed, #efedec);
  background-image: -moz-linear-gradient(bottom, #f0efed, #efedec);
  background-image: -o-linear-gradient(bottom, #f0efed, #efedec);
  background-image: linear-gradient(to top, #f0efed, #efedec);
}
#index-body .init-2 .container {
  padding-bottom: 160px;
}
#index-body .init-2 .container .img1 {
  display: block;
  margin: auto;
}
#index-body .init-2 .container .textCont {
  max-width: 670px;
  margin: auto;
}
#index-body .init-2 .container .textCont .tipsTitle {
  text-transform: uppercase;
}
#index-body .init-2 .container .textCont .tipsTitle em {
  color: var(--color);
}
#index-body .init-2 .container .textCont .des h1{
  display: inline;
}
#index-body .init-2 .container .textCont .des {
  font-weight: 500;
}
#index-body .init-2 .container .bg {
  width: 100%;
  height: 500px;
  bottom: 0;
  left: 10px;
  background-position: bottom center;
  z-index: -1;
}
#index-body .init-3 .container .content {
  max-width: 1500px;
  margin: auto;
}
#index-body .init-3 .container ul li {
  width: 25%;
  border-left: 3px solid var(--color);
}
#index-body .init-3 .container ul li .box {
  padding: 40px;
}
#index-body .init-3 .container ul li .box .top {
  font-size: 90px;
  font-weight: bold;
  line-height: 1;
}
#index-body .init-3 .container ul li .box .top .sub {
  font-size: 20px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  position: relative;
  top: -8px;
}
#index-body .init-3 .container ul li .box .bottom {
  font-weight: 500;
}
#index-body .init-3 .container ul li .box:hover {
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
}
#index-body .init-3 .container ul li .box:hover .top {
  color: var(--color);
}
#index-body .init-4{
  min-height: 150px;
}
#index-body .init-4 video {
  display: block;
  width: 100%;
  z-index: 1;
  opacity: 0;
}
#index-body .init-4 .shadow {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  -o-background-size: cover;
  background-size: cover;
}
#index-body .init-4 .btn {
  width: 100%;
  bottom: 0;
  height: 100%;
  z-index: 3;
}
#index-body .init-4 .container {
  height: 100%;
}
#index-body .init-4 .container .playCont {
  font-size: 90px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}
#index-body .init-4 .container .playCont .cir {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 4px solid #fff;
}
#index-body .init-4 .container .playCont .cir i {
  font-size: 30px;
}
#index-body .init-4 .container .playCont:hover {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}
#index-body .init-4.active video {
  opacity: 1;
}
#index-body .init-4.active .shadow {
  opacity: 0;
}
#index-body .init-5 {
  background-color: #f9f9f9;
}
#index-body .init-5 .list1 .left .title {
  max-width: 590px;
}
#index-body .init-5 .list1 .left .des {
  font-weight: 500;
  max-width: 720px;
}
#index-body .init-5 .list1 .right {
  font-size: 300px;
  line-height: 1;
  color: #e3e1dd;
}
#index-body .init-5 .list1 .right .img {
  width: 240px;
  height: 240px;
  top: 10%;
  left: 45%;
}
#index-body .init-5 .list1 .right:hover .img {
  -webkit-animation: bellShake 0.9s ease-in-out;
  -moz-animation: bellShake 0.9s ease-in-out;
  -o-animation: bellShake 0.9s ease-in-out;
  animation: bellShake 0.9s ease-in-out;
}
#index-body .init-5 .list2 {
  margin-top: 20px;
  position: relative;
  display: block;
  font-size: 260px;
  font-weight: bold;
  color: var(--color);
  line-height: 1;
}
#index-body .init-5 .list2 .img {
  top: -80px;
  left: 32%;
  width: 420px;
  height: 420px;
}
#index-body .init-5 .list2:hover .img {
  -webkit-animation: bellShake 0.9s ease-in-out;
  -moz-animation: bellShake 0.9s ease-in-out;
  -o-animation: bellShake 0.9s ease-in-out;
  animation: bellShake 0.9s ease-in-out;
}
#index-body .init-5 .list3 {
  margin-top: 40px;
}
#index-body .init-5 .list3 .left {
  font-weight: bold;
  color: #e3e1dd;
  font-size: 300px;
  line-height: 1;
}
#index-body .init-5 .list3 .left .img {
  width: 280px;
  height: 290px;
  left: 15%;
  top: 0;
}
#index-body .init-5 .list3 .left:hover .img {
  -webkit-animation: bellShake 0.9s ease-in-out;
  -moz-animation: bellShake 0.9s ease-in-out;
  -o-animation: bellShake 0.9s ease-in-out;
  animation: bellShake 0.9s ease-in-out;
}
#index-body .init-5 .list3 .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#index-body .init-5 .list3 .right .des {
  font-weight: 500;
}
#index-body .init-6 .container .content {
  padding: 0 30px;
}
#index-body .init-6 .container .content .left {
  width: 44%;
}
#index-body .init-6 .container .content .left img {
  width: 100%;
  border-radius: 20px;
}
#index-body .init-6 .container .content .right {
  width: 45%;
}
#index-body .init-6 .container .content .right .des {
  font-weight: 500;
}
#index-body .init-7 {
  background-color: #fbf7f4;
}
#index-body .init-7 .container .tipsTitle {
  font-weight: bold;
}
#index-body .init-7 .container .tipsTitle em {
  color: var(--color);
}
#index-body .init-7 .container .tipsTitle em::before {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: var(--color);
}
#index-body .init-7 .container .content .left {
  width: 50%;
}
#index-body .init-7 .container .content .left .img {
  width: 100%;
  border-radius: 20px;
}
#index-body .init-7 .container .content .right {
  width: 50%;
  background-color: #0f0f0f;
  border-radius: 20px;
  padding: 70px;
  color: #fff;
}
#index-body .init-7 .container .content .right ul li .box .time {
  font-weight: 500;
}
#index-body .init-7 .container .content .right ul li .box .title {
  display: block;
}
#index-body .init-7 .container .content .right ul li .box .title:hover {
  color: #deafff;
}
#index-body .init-7 .container .content .right ul li .box .des {
  font-weight: 500;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#index-body .init-7 .container .content .right .sPage .swiper-pagination-bullet {
  opacity: 1;
  background-color: #fff;
  margin: 3px 7px;
  width: 10px;
  height: 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-7 .container .content .right .sPage .swiper-pagination-bullet-active {
  background-color: #deafff;
}
#footer {
  position: relative;
  z-index: 1;
  background-color: #fbf7f4;
}
#footer .fTop .listCont {
  margin-top: 40px;
}
#footer .fTop .listCont .first {
  text-transform: uppercase;
  margin-bottom: 30px;
}
#footer .fTop .listCont .menu-menu-container ul li {
  margin-top: 6px;
}
#footer .fTop .listCont .menu-menu-container ul li a {
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  color: #0c0c0c;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .fTop .listCont .menu-menu-container ul li a:hover {
  color: var(--color);
}
#footer .fTop .listCont .menu-menu-container ul li ul {
  display: none;
}
#footer .fTop .listCont .list {
  margin-top: 6px;
}
#footer .fTop .listCont .list a {
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  color: #0c0c0c;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .fTop .listCont .list a:hover {
  color: var(--color);
}
#footer .fTop .listCont .list2 {
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
}
#footer .fTop .listCont #ewm {
  width: 180px;
  height: 180px;
  background-color: #fff;
  padding: 6px;
}
#footer .fTop .listCont .share ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background-color: #25d366;
  color: #fff;
  border-radius: 5px;
  margin: 5px;
}
#footer .fTop .listCont .share ul li a .img1 {
  width: 24px;
  height: 24px;
  display: block;
}
#footer .fTop .listCont .share ul li a .wxCode {
  width: 150px;
  position: absolute;
  bottom: 24px;
  padding: 4px;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: bottom;
  -moz-transform-origin: bottom;
  -ms-transform-origin: bottom;
  -o-transform-origin: bottom;
  transform-origin: bottom;
  left: 0;
}
#footer .fTop .listCont .share ul li a .wxCode img {
  width: 100%;
  background-color: #fff;
  border: 1px solid #000;
}
#footer .fTop .listCont .share ul li a:hover {
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
}
#footer .fTop .listCont .share ul li a:hover .wxCode {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
#footer .fTop .listCont1 {
  width: 220px;
}
#footer .fTop .listCont2 {
  width: 250px;
}
#footer .fTop .listCont3 {
  width: 390px;
}
#footer .fTop .listCont4 {
  width: 220px;
}
#footer .fMiddle form input {
  width: 24%;
  background-color: #fff;
  border: none;
  line-height: 2;
  padding: 16px;
  font-weight: 500;
}
#footer .fMiddle form .moreCont {
  width: 24%;
}
#footer .fBottom .container {
  font-size: 390px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
}
#footer .copyright {
  position: relative;
  font-size: 16px;
  line-height: 30px;
  overflow: hidden;
}
#footer .copyright svg {
  height: 30px;
  width: auto;
  fill: #0c0c0c;
  position: relative;
  top: 2px;
}
#footer .copyright a {
  margin: 0 5px;
}
#footer .copyright a img {
  margin-top: 8px;
  height: 16px;
}
#footer .copyright .left {
  position: relative;
  width: 100%;
  line-height: 2;
  top: 0;
}
@media (max-width: 1700px) {
  .bannerC .container .cont1 .title {
    font-size: 220px;
  }
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
    margin-left: 40px;
  }
  .bannerC .container .cont2 .swiper ul li .box .img {
    width: 900px;
    margin-left: 22%;
  }
  #index-body .init-1 .container .content {
    height: 570px;
  }
  #index-body .init-2 .container .textCont .des {
    text-shadow: -2px -2px 0 #e9e8e8, 2px -2px 0 #e9e8e8, -2px 2px 0 #e9e8e8, 2px 2px 0 #e9e8e8;
  }
  #index-body .init-3 .container ul li .box .top {
    font-size: 70px;
  }
  #index-body .init-5 .list1 .left {
    max-width: 480px;
  }
  #index-body .init-5 .list1 .right {
    font-size: 200px;
  }
  #index-body .init-5 .list2 {
    font-size: 200px;
  }
  #index-body .init-5 .list3 .left {
    font-size: 200px;
  }
  #index-body .init-5 .list1 .right .img {
    top: -6%;
  }
  #index-body .init-5 .list2 .img {
    width: 320px;
    height: 320px;
  }
  #index-body .init-5 .list3 .left .img {
    width: 210px;
    height: 210px;
  }
  #footer .fBottom .container {
    font-size: 300px;
  }
}
@media (max-width: 1450px) {
  .bannerC .container .cont1 .title {
    font-size: 190px;
  }
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
    margin-left: 20px;
  }
  .bannerC .container {
    height: 750px;
  }
  .bannerC .container .cont2 .swiper ul li .box .proCont {
    width: 250px;
    padding: 20px 10px 10px;
  }
  .bannerC .container .cont2 .swiper ul li .box .img {
    width: 700px;
    position: relative;
    top: 120px;
  }
  .bannerC .container .cont2 .swiper ul li .box .img .img3 {
    height: 900px;
  }
  #index-body .init-1 .container .content {
    height: 500px;
  }
  #index-body .init-3 .container ul li .box .top {
    font-size: 60px;
  }
  #index-body .init-5 .list2 {
    font-size: 170px;
  }
  #index-body .init-5 .list3 .left {
    font-size: 170px;
  }
  #footer .fBottom .container {
    font-size: 260px;
  }
}
@media (max-width: 1250px) {
  .bannerC .container {
    height: auto;
  }
  .bannerC .container .cont1 .title {
    font-size: 150px;
  }
  #innerMobileBanner .banner2 .mbx .cont
  {
  line-height: 2;
  font-size: 14px;
  }
  .bannerC .container .cont2 {
    position: relative;
    top: 0;
    left: 0;
    height: 500px;
  }
  .bannerC .container .cont2 .swiper ul li .box .img {
    width: 100%;
    top: 0;
    margin-left: 0;
  }
  .bannerC .container .cont2 .swiper ul li .box .img .img3 {
    height: 120%;
    top: 0;
    background-position: right bottom;
  }
  .bannerC .container .cont2 .swiper ul li .box .proCont {
    right: unset;
    left: 25%;
    bottom: 180px;
    -webkit-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }
  #index-body .init-1 .container .content {
    height: auto;
  }
  #index-body .init-1 .container .content .left {
    width: 100%;
    background-color: var(--color);
  }
  #index-body .init-1 .container .content .left .cont {
    width: 100%;
  }
  #index-body .init-1 .container .content .left .bg {
    display: none;
  }
  #index-body .init-1 .container .content .list {
    height: 500px;
  }
  #index-body .init-1 .container .content .list1 {
    margin-left: 15%;
    margin-top: 20px;
  }
  #index-body .init-1 .container .content .list2 {
    margin-top: 20px;
    margin-left: 5%;
  }
  #index-body .init-1 .container .content .right {
    height: 500px;
    margin-top: 20px;
    width: 43%;
  }
  #index-body .init-3 .container ul li .box {
    padding: 20px;
  }
  #index-body .init-3 .container ul li .box .top {
    font-size: 50px;
  }
  #index-body .init-3 .container ul li .box .top .sub {
    top: -4px;
  }
  #index-body .init-5 .list1 .left {
    max-width: 100%;
    width: 100%;
  }
  #index-body .init-5 .list1 .right {
    font-size: 200px;
    margin-top: 20px;
  }
  #index-body .init-5 .list2 {
    font-size: 130px;
  }
  #index-body .init-5 .list3 .left {
    font-size: 130px;
  }
  #index-body .init-5 .list1 .right .img {
    width: 180px;
    height: 180px;
    top: 0;
  }
  #index-body .init-5 .list2 .img {
    width: 240px;
    height: 240px;
    top: -40px;
  }
  #index-body .init-5 .list3 .left .img {
    width: 180px;
    height: 180px;
  }
  #index-body .init-7 .container .content .right {
    padding: 40px 15px;
  }
  #footer .fBottom .container {
    font-size: 200px;
  }
}
@media (max-width: 1000px) {
  .bannerC .container .cont1 .title {
    font-size: 100px;
  }
  .seoPublic .title
  {
  line-height: 44px!important;
  }
  .bannerC .container .cont2 .swiper ul li .box .proCont {
    left: 0;
  }
  #index-body .init-1 .container .content {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #index-body .init-1 .container .content .list1 {
    width: 48%;
    margin-left: 0;
    -webkit-transform: skew(0);
    -moz-transform: skew(0);
    -ms-transform: skew(0);
    -o-transform: skew(0);
    transform: skew(0);
  }
  #index-body .init-1 .container .content .list {
    height: auto;
  }
  #index-body .init-1 .container .content .list .img {
    width: 100%;
    -webkit-transform: skew(0) translateX(0);
    -moz-transform: skew(0) translateX(0);
    -ms-transform: skew(0) translateX(0);
    -o-transform: skew(0) translateX(0);
    transform: skew(0) translateX(0);
    left: 0;
    position: relative;
    top: 0;
    height: auto;
    max-width: 400px;
    margin: auto;
    display: block;
  }
  #index-body .init-1 .container .content .list .text {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translateX(0) rotate(0) skew(0);
    -moz-transform: translateX(0) rotate(0) skew(0);
    -ms-transform: translateX(0) rotate(0) skew(0);
    -o-transform: translateX(0) rotate(0) skew(0);
    transform: translateX(0) rotate(0) skew(0);
    color: #000;
    z-index: 2;
    -webkit-writing-mode: unset;
    -ms-writing-mode: unset;
    writing-mode: unset;
    opacity: 1;
    line-height: 1.8;
    text-align: center;
    height: auto;
    margin-top: 10px;
  }
  #index-body .init-1 .container .content .list:hover .text {
    -webkit-transform: translateX(0) rotate(0) skew(0);
    -moz-transform: translateX(0) rotate(0) skew(0);
    -ms-transform: translateX(0) rotate(0) skew(0);
    -o-transform: translateX(0) rotate(0) skew(0);
    transform: translateX(0) rotate(0) skew(0);
  }
  #index-body .init-1 .container .content .list2 {
    width: 48%;
    margin-left: 0;
    -webkit-transform: skew(0);
    -moz-transform: skew(0);
    -ms-transform: skew(0);
    -o-transform: skew(0);
    transform: skew(0);
  }
  #index-body .init-1 .container .content .list .img {
    border-radius: 20px;
  }
  #index-body .init-1 .container .content .right {
    width: 100%;
    margin-left: 0;
  }
  #index-body .init-1 .container .content .right .img {
    -webkit-mask-image: none;
    mask-image: none;
  }
  #index-body .init-1 .container .content .right .img {
    position: relative;
    height: auto;
  }
  #index-body .init-1 .container .content .right .text {
    -webkit-transform: translateX(0) rotate(0);
    -moz-transform: translateX(0) rotate(0);
    -ms-transform: translateX(0) rotate(0);
    -o-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
    color: #000;
    -webkit-writing-mode: unset;
    -ms-writing-mode: unset;
    writing-mode: unset;
    left: 0;
    height: auto;
    opacity: 1;
    line-height: 1;
    text-align: center;
    position: relative;
    margin-top: 10px;
    top: 0;
  }
  #index-body .init-1 .container .content .right {
    height: auto;
  }
  #index-body .init-1 .container .content .right:hover .text {
    -webkit-transform: translateX(0) rotate(0);
    -moz-transform: translateX(0) rotate(0);
    -ms-transform: translateX(0) rotate(0);
    -o-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0);
  }
  #index-body .init-3 .container ul li {
    width: 50%;
  }
  #index-body .init-4 .container .playCont {
    font-size: 60px;
  }
  #index-body .init-4 .container .playCont .cir {
    width: 50px;
    height: 50px;
  }
  #index-body .init-4 .container .playCont .cir i {
    font-size: 20px;
  }
  #index-body .init-5 .list1 .right {
    font-size: 160px;
  }
  #index-body .init-5 .list2 {
    font-size: 100px;
  }
  #index-body .init-5 .list3 .left {
    font-size: 100px;
  }
  #index-body .init-5 .list1 .right .img {
    position: relative;
    top: 0;
    left: 0;
    margin-top: 20px;
  }
  #index-body .init-5 .list2 .img {
    position: relative;
    top: 0;
    left: 0;
    margin-top: 20px;
  }
  #index-body .init-5 .list3 .left {
    width: 100%;
  }
  #index-body .init-5 .list3 .right {
    width: 100%;
    -webkit-box-flex: unset;
    -webkit-flex: unset;
    -moz-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    padding: 20px 0 0;
  }
  #index-body .init-5 .list3 .left .img {
    position: relative;
    left: 0;
    top: 0;
    margin-top: 20px;
  }
  #index-body .init-6 .container .content {
    padding: 0;
  }
  #index-body .init-6 .container .content .left {
    width: 100%;
  }
  #index-body .init-6 .container .content .right {
    width: 100%;
    margin-top: 20px;
  }
  #index-body .init-7 .container .content .left {
    width: 100%;
  }
  #index-body .init-7 .container .content .right {
    width: 100%;
    margin-top: 10px;
  }
  #footer {
    padding-top: 40px;
    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;
  }
  #footer .fMiddle {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  #footer .fTop {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  #footer .fMiddle {
    margin-top: 0;
  }
  #footer .fMiddle form input {
    width: 100%;
    margin-top: 10px;
  }
  #footer .fMiddle form .moreCont {
    margin-top: 10px;
  }
  #footer .copyright {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
  }
}
@media (max-width: 700px) {
  .bannerC .container .cont1 .title {
    font-size: 15vw;
  }
  .bannerC .container .cont2 {
    height: 600px;
  }
  .font-34
  {
    font-size: 24px;
    line-height: 44px;
  }
  .proYd-page .service-1 .left .text p
   {
  display: none;
  }
  .bannerC .container .cont2 .swiper ul li .box .proCont {
    bottom: 270px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  .bannerC .container .cont2 .swiper ul li .box .img .img3 {
    height: 90%;
    bottom: -20px;
    top: unset;
  }
  #index-body .init-5 .list1 .right {
    font-size: 100px;
  }
  #footer .fTop .listCont3 {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .moreCont {
    padding: 8px 20px;
  }
  .bannerC .container .cont1 .title {
    font-size: 12vw;
  }
  .font-40
  {
    font-size: 24px;
    line-height: 44px!important;
  }
  .bannerC .container .cont1 {
    padding-top: 40px;
  }
  .bannerC .container .cont2 {
    margin-top: 20px;
    height: auto;
  }
  .bannerC .container .cont2 .swiper ul li .box {
    padding-bottom: 60vw;
  }
  .bannerC .container .cont2 .swiper ul li .box .proCont {
    position: relative;
    width: 100%;
    bottom: 0;
  }
  .bannerC .container .cont2 .swiper ul li .box .img .img3 {
    height: 50%;
  }
  .bannerC .container .cont2 .swiper ul li .box .img {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .bannerC .container .cont3 {
    bottom: 40px;
  }
  #index-body .init-1 .container .content .list1,
  #index-body .init-1 .container .content .list2 {
    width: 100%;
  }
  #index-body .init-3 .container ul li {
    width: 100%;
  }
  #index-body .init-4 .container .playCont {
    font-size: 30px;
  }
  #index-body .init-4 .container .playCont .cir {
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
  }
  #index-body .init-4 .container .playCont .cir i {
    font-size: 16px;
  }
  #index-body .init-4 .container .playCont {
    margin-bottom: 10px;
  }
  #index-body .init-5 .list1 .right {
    font-size: 60px;
  }
  #index-body .init-5 .list2 {
    font-size: 60px;
  }
  #index-body .init-5 .list3 .left {
    font-size: 60px;
  }
}



/*inner-page*/
.inner-banner {
  padding: 4% 0 4%;
  color: white;
  background-attachment: fixed;
  background-size: cover;
  background-color: #fff;
}

.inner-banner.noImg{
  padding: 50px 0 50px;
}
.inner-banner.noImg{
  color: #000;
}

.inner-banner .mbx {
  margin-top: 1em;
}
.inner-banner.radius {
  /*border-bottom-right-radius: 70px;
  border-bottom-left-radius: 70px;*/
}

@media screen and (max-width: 500px) {
  .inner-banner.radius {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
  }
}


.proYd-page .service-1 {
  background-color: #fbf7f4;
  position: relative;
}
.proYd-page .service-1:before {
  content: '';
  position: absolute;
  bottom: 100%;
  height: 10%;
  left: 0;
  width: 100%;
  background-color: inherit;
  z-index: -1;
}
.proYd-page .service-1 .left {
  padding-right: 9%;
  position: -webkit-sticky;
  position: sticky;
  top: 180px;
}
.proYd-page .service-1 .left .text {
  margin: 2.5em 0;
  display: none;
}
.proYd-page .service-1 .left .text p {
  margin-top: 2em;
}
.proYd-page .service-1 .left .list {
  text-align: center;
  font-weight: bold;
}
.proYd-page .service-1 .left .list ul {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
}
.proYd-page .service-1 .left .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;
  color: var(--color);
  margin-top: 2em;
  cursor: pointer;
  cursor: hand;
  position: relative;
  z-index: 1;
}
.proYd-page .service-1 .left .list li:before {
  content: '';
  width: 1px;
  height: 3.5em;
  background-color: var(--color);
  position: absolute;
  left: 0.38888889em;
  top: 50%;
  z-index: -1;
}
.proYd-page .service-1 .left .list li:first-child {
  margin-top: 0;
}
.proYd-page .service-1 .left .list li i {
  width: 0.77777778em;
  height: 0.77777778em;
  border-radius: 100%;
  border: 1px solid var(--color);
  background-color: white;
  margin-right: 1.4em;
}
.proYd-page .service-1 .left .list li span {
  opacity: .3;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.proYd-page .service-1 .left .list li.active span {
  opacity: 1;
}
.proYd-page .service-1 .left .list li:last-child:before {
  display: none;
}
.proYd-page .service-1 .right {
  padding-left: 2%;
}
.proYd-page .service-1 .right .list ul {
  margin: -20px 0;
}
.proYd-page .service-1 .right .list ul li {
  padding: 20px 0;
}
.proYd-page .service-1 .right .list ul li .box {
  padding: 20px;
  border-radius: 10px;
  background-color: #ffffff;
}
.proYd-page .service-1 .right .list ul li .box .img {
  width: 60%;
  height: 310px;
  border-radius: 10px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-size: cover;
  background-position: center;
}
.proYd-page .service-1 .right .list ul li .box .content {
  margin-left: 5%;
  width:40%;
}
.proYd-page .service-1 .right .list ul li .box .content span.h6 {
  font-weight: bold;
}
.proYd-page .service-1 .right .list ul li .box .content .text {
  margin-top: 1em;
  max-height: 176px;
  overflow-y: auto;
  padding-right: 4px;
}
.proYd-page .service-1 .right .list ul .slick-slide:nth-child(odd) li .box .img {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 150px;
  border-bottom-left-radius: 150px;
}
.proYd-page .service-2 .box {
  padding: 3% 5% 4%;
  border-radius: 50px;
  background-color: #eeeeee;
}
.proYd-page .service-2 .box .left {
  width: 29%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.proYd-page .service-2 .box .center {
  margin-left: 8%;
  margin-right: 6%;
}
.proYd-page .service-2 .box .center span.h2 {
  margin-bottom: 1em;
  text-indent: -1.3em;
}
.proYd-page .service-2 .box .center a.link {
  font-weight: bold;
  line-height: 2;
  color: #5a6d49;
  border-bottom: 1px solid #5a6d49;
  margin-top: 5.1em;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.proYd-page .service-2 .box .center .btn {
  margin-top: 4em;
}
.proYd-page .service-2 .box .center .btn a {
  padding: .4em 1.5em;
  border-radius: 1.5em;
  background-color: #18171e;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.proYd-page .service-2 .box .center .btn a:hover {
  background-color: var(--color);
}
.proYd-page .service-2 .box .right {
  width: 20%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 5%;
}

@media screen and (max-width: 1250px) {
  .proYd-page .service-1:before{
    display: none;
  }
  .proYd-page .service-2 .box .center span.h2 {
    text-indent: 0;
  }
  .proYd-page .service-2 .box .center {
    margin-right: 0;
  }
  .proYd-page .service-2 .box .right {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  .proYd-page .service-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .proYd-page .service-1 .right {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
  .proYd-page .service-1 .ui > .flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .proYd-page .service-1 .left {
    position: static;
  }
  .proYd-page .service-1 .left .list {
    display: none;
  }
  .proYd-page .service-1 .right .list ul li .box .img {
    height: 250px;
  }
  .proYd-page .service-2 .box .center .btn {
    margin-top: 1.5em;
  }
  .proYd-page .service-2 .box .center span.h2 {
    margin-bottom: .5em;
  }
}

@media screen and (max-width: 700px) {
  .proYd-page .service-2 .box .center {
    margin-left: 0;
  }
  .proYd-page .service-2 .box .left {
    display: none;
  }
  .proYd-page .service-2 .box {
    padding: 5%;
    border-radius: 30px;
  }
}

@media screen and (max-width: 500px) {
  .proYd-page .service-1 .left .text{
    padding: 0;
  }
  .proYd-page .service-1 .right .list ul li .box .img {
    height: auto;
    width: 100%;
    border-radius: 15px !important;
  }
  .proYd-page .service-1 .right .list ul li .box .content {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  .proYd-page .service-1 .right .list ul li .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .proYd-page .service-2 .box .center .btn {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
  }
}


.product-page {
  background-color: #fbf7f4;
  position: relative;
}
.product-page:before {
  content: '';
  width: 100%;
  height: 20%;
  position: absolute;
  bottom: 100%;
  left: 0;
  background-color: inherit;
  z-index: -1;
}
.product-page .product-1 .sideBarRight h1 {
  color: var(--color);
  margin-bottom: .7em;
  line-height: 1.2;
}
.product-page .product-1 .sideBarRight .text {
  line-height: 2;
  font-weight: 500;
  max-height: 230px;
  overflow-y: auto;
  padding-right: 4px;
}
.product-page .product-1 .sideBarRight .list ul {
  row-gap: 50px;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.product-page .product-1 .sideBarRight .list ul a.img {
  display: block;
  background-color: white;
  padding: 25px;
}
.product-page .product-1 .sideBarRight .list ul a.img span {
  position: absolute;
}
.product-page .product-1 .sideBarRight .list ul a.img img {
  display: block;
  margin: 0 auto;
}
.product-page .product-1 .sideBarRight .list ul span.h6 {
  display: block;
  margin-top: 1em;
  text-align: center;
  font-weight: 500;
}


.inner-page .sideBarBox .sideBarLeft {
  width: 300px;
}
.inner-page .sideBarBox .sideBarLeft .box {
  position: -webkit-sticky;
  position: sticky;
  top: 160px;
}
.inner-page .sideBarBox .sideBarLeft span.h6 {
  font-weight: bold;
  border-bottom: 1px solid #bcb7b4;
  display: block;
  padding-bottom: .2em;
}
.inner-page .sideBarBox .sideBarLeft .nav {
  margin-top: 1.7em;
}
.inner-page .sideBarBox .sideBarLeft .nav li {
  margin-top: .8em;
  position: relative;
}

.inner-page .sideBarBox .sideBarLeft .nav li a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  padding-right: 30px;
  display: inline-block;
  width: 100%;
}
.inner-page .sideBarBox .sideBarLeft .nav li i{
  font-size: 20px;
  right: 0;
  top:3px;
  position: absolute;
  cursor: pointer;
  transition: all 0.5s;
}
.inner-page .sideBarBox .sideBarLeft .nav li.active i{
  transform: rotate(180deg);
}
.inner-page .sideBarBox .sideBarLeft .nav li:hover > a,
.inner-page .sideBarBox .sideBarLeft .nav li.active > a {
  color: var(--color);
  text-decoration: line-through;
}
.inner-page .sideBarBox .sideBarLeft .nav li ul.sub-menu{
  max-height: 0;
  overflow: hidden;
  transition: all 0.8s ease-in-out;
}
.inner-page .sideBarBox .sideBarLeft .nav li.active ul.sub-menu{
  max-height: 600px;
}
.inner-page .sideBarBox .sideBarLeft .nav li ul.sub-menu li{
  padding-left: 15px;
  font-size: 16px;
}

.inner-page .sideBarBox .sideBarLeft .form {
  width: 185px;
  min-width: 100%
}
.inner-page .sideBarBox .sideBarLeft .form label {
  margin-top: 1.7em;
}
.inner-page .sideBarBox .sideBarLeft .form label span {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-width: 4em;
}
.inner-page .sideBarBox .sideBarLeft .form label input {
  border: none;
  background-color: transparent;
  border-bottom: 1px solid black;
  position: relative;
  top: -0.4em;
  padding: 0 .5em;
  width: 100%;
}
.inner-page .sideBarBox .sideBarLeft .form label button {
  border: none;
  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: right;
  -webkit-justify-content: right;
  -moz-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  background-color: transparent;
  margin-left: auto;
}
.inner-page .sideBarBox .sideBarLeft .form label button i {
  margin-right: .5em;
}
.inner-page .sideBarBox .sideBarLeft .form label:last-child {
  margin-top: .5em;
}
.inner-page .sideBarBox .sideBarRight{
  width: calc(100% - 300px);
  padding-left: 100px;
}



.m-page a,
.m-page span {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 4px;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #838383;
  font-weight: 500;
}
.m-page a.current,
.m-page span.current {
  color: #fff;
  background-color: var(--color);
}
.m-page a:hover {
  color: #fff;
  background-color: var(--color);
}

@media screen and (max-width: 1250px) {
  .product-page:before{
    display: none;
  }
  .inner-page .sideBarBox .sideBarLeft {
    display: none;
  }
  .inner-page .sideBarBox .sideBarRight {
    width: 100%;
    padding-left: 0;
  }
}

@media screen and (max-width: 700px) {
  .product-page .product-1 .sideBarRight .list ul {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 500px) {
  .product-page .product-1 .sideBarRight .list ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .m-page a,
  .m-page span{
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}


.prodet-page .prodet-box .left {
  width: 540px;
  position: -webkit-sticky;
    position: sticky;
    top: 160px;
}
.prodet-page .prodet-box .left .big {
  width: 100%;
}
.prodet-page .prodet-box .left .big ul li {
  height: auto;
  padding: 1px;
}
.prodet-page .prodet-box .left .big ul li .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  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;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.prodet-page .prodet-box .left .small {
  width: 100%;
  margin-top: 15px;
}
.prodet-page .prodet-box .left .small ul {
  margin: 0 -12px;
}
.prodet-page .prodet-box .left .small ul li {
  padding: 0 12px;
}
.prodet-page .prodet-box .left .small ul li .img {
  display: block;
  width: 100%;
  height: 100%;
  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;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.prodet-page .prodet-box .right {
  width: -webkit-calc(100% - 540px);
  width: -moz-calc(100% - 540px);
  width: calc(100% - 540px);
  padding-left: 80px;
}
.prodet-page .prodet-box .right .con {
  /*max-height: 350px;
  overflow-y: auto;*/
  font-size: 16px;
  line-height: 2;
}
.prodet-page .prodet-box .right .con table tr td{
  word-break: keep-all;
}
.prodet-page .prodet-box .right .more {
  width: 250px;
  height: 50px;
  border-radius: 5px;
  margin: 80px 0 30px;
}
.prodet-page .prodet-box .right .more span {
  text-transform: uppercase;
  font-size: 18px;
}
.prodet-page .det {
  width: 100%;
  padding: 60px 0;
  border-bottom: 1px solid #e5e5e5;
}
.prodet-page .det .con table{
  font-size: 16px;
  line-height: 30px;
}
.prodet-page .det .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.prodet-page .det .title::after {
  content: '';
  display: block;
  width: -webkit-calc(100% - 310px);
  width: -moz-calc(100% - 310px);
  width: calc(100% - 310px);
  height: 1px;
  border-top: 1px solid #e5e5e5;
}
.prodet-page .prodet-list ul {
  margin: 0 -20px;
}
.prodet-page .prodet-list ul li {
  padding: 0 20px;
}
.prodet-page .prodet-list ul li .img-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
  border: 1px solid #d5d2d2;
}
.prodet-page .prodet-list ul li .con {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.prodet-page .about-page {
  background-color: #f4f4f4;
}
.prodet-page .about-page .about-1 .about-play::after {
  background-color: #fff;
}

.prodet-page .m-link a {
  color: #333;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.prodet-page .m-link a:hover {
  color: var(--color);
}

@media (max-width: 1700px) {
  .prodet-page .prodet-box .left {
    width: 50%;
  }
  .prodet-page .prodet-box .right {
    width: 50%;
  }
}

@media (max-width: 1450px) {
  .prodet-page .prodet-box .right {
    padding-left: 40px;
  }
  .prodet-page .prodet-box .right h2 {
    font-size: 30px;
  }
  .prodet-page .prodet-box .right .more {
    margin: 30px 0;
  }
}

@media (max-width: 1200px) {
  .prodet-page .prodet-box .left {
    width: 100%;
    position: relative;
    top: 0;
  }
  .prodet-page .prodet-box .right {
    width: 100%;
    padding-left: 0;
    margin-top: 60px;
  }
}

@media (max-width: 1000px) {
  .prodet-page .prodet-box .left .big ul li {
    height: auto;
  }
  .prodet-page .prodet-box .right .con {
    max-height: unset;
    overflow-y: unset;
  }
}



:root {
  --px100: calc(4.1667vw + 20px);
  --px145: calc(6.5vw + 20px);
  --px140: calc(6.25vw + 20px);
  --px110: calc(4.65vw + 20px);
  --px50: calc(1.5625vw + 20px);
  --px60: calc(2.0925vw + 20px);
  --px80: calc(3.1267vw + 20px);
  --px130: calc(5.75vw + 20px);
  --px120: calc(5.21vw + 20px);
  --px170: calc(7.8vw + 20px);
  --px70: calc(2.6067vw + 20px);
  --px90: calc(3.65vw + 20px);
  --px8: calc(0.258vw + 3px);
  --px40: calc(1.0455vw + 20px);
}
:root {
  --ft50: calc(1.88vw + 14px);
  --ft48: calc(1.77vw + 14px);
  --ft40: calc(1.3555vw + 14px);
  --ft44: calc(1.56vw + 14px);
  --ft46: calc(1.67vw + 14px);
  --ft18: calc(0.2085vw + 14px);
  --ft16: calc(0.1055vw + 14px);
  --ft24: calc(0.525vw + 14px);
  --ft26: calc(0.625vw + 14px);
  --ft20: calc(0.315vw + 14px);
  --ft30: calc(0.8345vw + 14px);
  --ft32: calc(0.9385vw + 14px);
  --ft34: calc(1.0385vw + 14px);
  --ft35: calc(1.0915vw + 14px);
  --ft36: calc(1.1465vw + 14px);
  --ft38: calc(1.2465vw + 14px);
  --ft60: calc(2.3955vw + 14px);
  --ft62: calc(2.4955vw + 14px);
}
.c-oem-page .oem1 {
  padding-bottom: calc(5.21vw + 18px);
  padding-top: calc(5.21vw + 18px);
  color: #fff;
}
.c-oem-page .oem1.bg_w{
  background: var(--color);
}
.c-oem-page .oem1 .container .o1-p {
  font-weight: bold;
  line-height: 1.4;
  color: #000;
}
.c-oem-page .oem1.bg_w .container .o1-p{
  color: #fff;
}
.c-oem-page .oem1.bg_w .container .o1-v{
  color: #fff;
}
.c-oem-page .oem1 .container .o1-v {
  font-weight: 400;
  line-height: 2;
  font-size: var(--ft18);
  color: #000;
  max-width: 1300px;
  margin: 0 auto var(--ft50);
}
.c-oem-page .oem1 .container .o1-m {
  padding-left: calc(7.8vw + 10px);
  padding-right: calc(7.8vw + 10px);
}
.c-oem-page .oem1 .container .o1-m .o1-c {
  width: 33.33%;
  height: auto;
  background: #fbf7f4;
  padding: var(--ft20) var(--ft18) var(--ft36);
      border-radius: 10px;
}
.c-oem-page .oem1 .container .o1-m .o1-c .img-box{
  border-radius: 10px;
}
.c-oem-page .oem1 .container .o1-m .o1-c video{
  width: 100%;
  border-radius: 10px;
  max-height: 250px;
  background: #000;
}
.c-oem-page .oem1 .container .o1-m .o1-c .o1c-p1 {
  font-weight: 700;
  color: #000000;
  line-height: 36px;
  margin-top: calc(0.729vw + 14px);
  margin-bottom: var(--ft16);
}
.c-oem-page .oem1 .container .o1-m .o1-c .o1c-p2 {
  font-weight: 400;
  font-size: var(--ft16);
  line-height: 2;
  color: #000000;
  /*height: 74px;
  overflow-y: auto;*/
}
.c-oem-page .init-4-oem {
  background: #fbf7f4;
  overflow: hidden;
}
.c-oem-page .init-4-oem:nth-child(2n-1){
  background: #fff;
}
.c-oem-page .init-4-oem:nth-child(2n-1) .container{
  flex-direction: row-reverse;
}
.c-oem-page .init-4-oem .i4-l {
  padding-right: 4%;
}
.c-oem-page .init-4-oem:nth-child(2n-1) .i4-l{
  padding-right: 0;
  padding-left: 4%;
}
.c-oem-page .init-4-oem .i4l-p2 {
  margin-top: calc(2.1885vw + 14px) !important;
  max-width: 700px;
  font-weight: 400 !important;
  font-size: var(--ft18) !important;
  line-height: 2;
  color: #000000 !important;
}
.c-oem-page .init-4-oem .pf_btn {
  margin-top: calc(2.0835vw + 14px) !important;
}
.c-oem-page .oem2 {
  padding-top: calc(6.25vw + 15px);
  padding-bottom: var(--px140);
  background: var(--color);
}
.c-oem-page .oem2 .container .o2-h {
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.2;
  margin-bottom: var(--ft30);
}
.c-oem-page .oem2 .container .o2-p {
  max-width: 1200px;
  font-weight: 400;
  font-size: var(--ft18);
  color: #FFFFFF;
  margin: 0 auto;
}
.c-oem-page .oem2 .container .o2-m {
  margin-top: calc(2.2385vw + 14px);
  padding-left: calc(7.8vw + 10px);
  padding-right: calc(7.8vw + 10px);
}
.c-oem-page .oem2 .container .o2-m .o2-s {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--ft16);
}
.c-oem-page .oem2 .container .o2-m .o2-s .o2-c {
  padding: var(--ft26) var(--ft24) var(--ft50);
  background: #fff;
}
.c-oem-page .oem2 .container .o2-m .o2-s .o2-c:hover img {
  transform: rotateY(180deg);
}
.c-oem-page .oem2 .container .o2-m .o2-s .o2-c img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.c-oem-page .oem2 .container .o2-m .o2-s .o2-c .o2-p1 {
  font-weight: 700;
  color: #100C0B;
  margin-top: calc(4.059vw + 12px);
  margin-bottom: 12px;
}
.c-oem-page .oem2 .container .o2-m .o2-s .o2-c .o2-p2 {
  font-weight: 400;
  font-size: var(--ft16);
  color: #100C0B;
}
.c-oem-page .oem3 {
  padding-top: calc(6.25vw + 15px);
  padding-bottom: calc(6.5vw + 19px);
}
.c-oem-page .oem3 .container .o3-h {
  line-height: 1.28;
  font-weight: 700;
  color: #000000;
  padding-left: calc(7.8vw + 10px);
}
.c-oem-page .oem3 .container .o3-h span {
  color: #6f6f6f;
}
.c-oem-page .oem3 .container .o3-m {
  margin-top: calc(2.2385vw + 14px);
  padding-left: calc(9.38vw + 10px);
  padding-right: var(--px100);
  display: flex;
  justify-content: space-between;
}
.c-oem-page .oem3 .container .o3-m .o3-r {
  margin-left: var(--ft50);
  width: 57.34%;
  /*display: flex;
  flex-direction: column;
  justify-content: space-between;*/
}
.c-oem-page .oem3 .container .o3-m .o3-r .o3r-h {
  font-weight: 400;
  font-size: var(--ft18);
  line-height: 2;
  color: #3B3838;
  padding-right: 11%;
}
.c-oem-page .oem3 .container .o3-m .o3-r .o3r-ul .o3r-li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.11);
  padding-bottom: var(--ft24);
}
.c-oem-page .oem3 .container .o3-m .o3-r .o3r-ul .o3r-li .o3r-li-h {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  line-height: 36px;
  padding-top: var(--ft40);
  color: #000000;
  cursor: pointer;
}
.o1-cr {
    background: transparent !important;
    cursor: pointer;
    position: relative;
}
.c-oem-page .oem3 .container .o3-m .o3-r .o3r-ul .o3r-li .o3r-li-h span {
  width: 12px;
  height: 2px;
  background: #000000;
  position: relative;
}
.c-oem-page .oem3 .container .o3-m .o3-r .o3r-ul .o3r-li .o3r-li-h span::before {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  transform-origin: center;
  content: "";
  position: absolute;
  top: 1px;
  left: 0px;
  width: 12px;
  height: 2px;
  background: #000000;
  transform: rotate(90deg);
}
.c-oem-page .oem3 .container .o3-m .o3-r .o3r-ul .o3r-li:first-child .o3r-li-p{
  display: block;
}
.c-oem-page .oem3 .container .o3-m .o3-r .o3r-ul .o3r-li .o3r-li-p {
  display: none;
  margin-top: var(--ft16);
  font-weight: 400;
  font-size: var(--ft18);
  line-height: 2;
  color: #000000;
  max-width: 702px;
  opacity: 0.62;
}
.c-oem-page .oem3 .container .o3-m .o3-r .o3r-ul .o3r-li.active .o3r-li-h span::before {
  transform: rotate(0deg);
}
.c-oem-page .oem4 {
  background: #f9f9f9;
  padding-top: var(--px100);
  padding-bottom: calc(5.75vw + 14px);
}
.c-oem-page .oem4 .o4-h {
  font-weight: 700;
  color: #000000;
  line-height: 1.1;
  margin-bottom: var(--ft32);
}
.c-oem-page .oem4 .o4-p {
  font-weight: 400;
  font-size: var(--ft16);
  line-height: 2;
  color: #010101;
}
.c-oem-page .oem4 .o4-m {
  margin-top: calc(3.1805vw + 14px);
  padding-left: calc(7.8vw + 10px);
  padding-right: calc(7.8vw + 10px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: calc(1.3555vw + 13px);
  row-gap: calc(0.415vw + 14px);
}
.c-oem-page .oem4 .o4-m .o4-c {
  background: #FFFFFF;
  border-radius: 10px;
  padding: calc(2.2385vw + 14px) var(--ft46) calc(5.519vw + 17px);
}
.c-oem-page .oem4 .o4-m .o4-c:hover img {
  transform: rotateY(180deg);
}
.c-oem-page .oem4 .o4-m .o4-c img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.c-oem-page .oem4 .o4-m .o4-c .o4-h1 {
  font-weight: 500;
  color: #010101;
  text-align: center;
  margin-top: var(--ft30);
  margin-bottom: var(--ft32);
}
.c-oem-page .oem4 .o4-m .o4-c img {
  display: block;
  margin: 0 auto;
}
.c-oem-page .oem4 .o4-m .o4-c .o4-p1 {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #010101;
  line-height: 2;
  opacity: 0.8;
}
.c-oem-page .oem5 {
  background: var(--color);
  padding-top: calc(3.1805vw + 14px);
  padding-bottom: calc(3.1805vw + 15px);
}
.c-oem-page .oem5 .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-oem-page .oem5 .container .o5-l {
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.43;
}
.c-oem-page .oem5 .container .o5_btn {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
  justify-content: center;
  align-items: center;
  padding: 0 calc(2.6555vw + 13px);
  height: 50px;
  background: #FFFFFF;
  line-height: 55px;
}
.c-oem-page .oem5 .container .o5_btn:hover {
  background: #000;
  color: #FFFFFF;
}
.c-oem-page .init-4-oem .i4-l{
  width: 50%;
}
.c-oem-page .init-4-oem .i4-l .i4l-p1 {
    font-weight: 700;
    color: #000000;
    line-height: 1.25;
    padding-top: var(--ft46);
}
.c-oem-page .init-4-oem .i4-l .i4l-p2 {
    margin-top: calc(2.1885vw + 14px);
    max-width: 700px;
    font-weight: 400;
    font-size: var(--ft18);
    margin-bottom: var(--ft44);
}
.c-oem-page .init-4-oem .i4-r{
  width: 50%;
}
.c-oem-page .init-4-oem .i4-r img{
  border-radius: 10px;
}
.c-oem-page .oem5 .container .o5-r .more:hover{
  background: #fff;
  color: var(--color);
}
@media (max-width: 1250px) {
  .c-oem-page .oem4 .o4-m {
    padding: 0;
  }
  .font-30
  {
    line-height: 40px!important;
  }
  .c-oem-page .oem3 .container .o3-h {
    padding-left: 0;
  }
  .c-oem-page .oem3 .container .o3-m {
    padding-left: 0;
    padding-right: 0;
  }
  .c-oem-page .oem2 .container .o2-m {
    padding: 0;
  }
  .c-oem-page .oem1 .container .o1-m {
    padding: 0;
  }
}
@media (max-width: 1000px) {
  .c-oem-page .oem4 .o4-m {
    grid-template-columns: 1fr 1fr;
  }
  .c-oem-page .init-4-oem .i4-l{
    width: 100%;
    padding-right: 0;
  }
  .c-oem-page .init-4-oem:nth-child(2n-1) .i4-l{
    padding-left: 0;
  }
  
  .c-oem-page .init-4-oem .i4-r{
    width: 100%;
    margin-top: 20px;
  }
  .c-oem-page .oem3 .container .o3-m .o3-r .o3r-h {
    padding: 0;
  }
  .c-oem-page .oem3 .container .o3-m {
    flex-wrap: wrap;
  }
  .c-oem-page .oem3 .container .o3-m .o3-r {
    width: 100%;
    margin: 0;
    padding: 0;
    margin-top: var(--ft30);
  }
  .c-oem-page .oem2 .container .o2-m .o2-s {
    grid-template-columns: 1fr 1fr;
  }
  #index-body .init-4 .container .i4-l {
    margin-bottom: var(--ft30);
  }
  .c-oem-page .oem1 .container .o1-m {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 700px) {
  .c-oem-page .oem5 .container .o5-l {
    width: 100%;
  }
  .c-oem-page .oem5 .container .o5-r {
    margin-top: var(--ft24);
  }
  .c-oem-page .oem5 .container {
    flex-wrap: wrap;
  }
  .c-oem-page .oem3 .container .o3-m .o3-r .o3r-ul .o3r-li .o3r-li-h > div {
    width: 80%;
  }
}
@media (max-width: 500px) {
  .c-oem-page .oem4 .o4-m {
    grid-template-columns: 1fr;
  }
  .c-oem-page .oem2 .container .o2-m .o2-s {
    grid-template-columns: 1fr;
  }
  .c-oem-page .oem1 .container .o1-m {
    grid-template-columns: 1fr;
  }
}



.service-page .init-1 .container .tips {
  font-weight: 700;
  text-align: center;
}
.service-page .init-1 .container .tips_des {
  max-width: 1300px;
  margin: 20px auto 0;
  text-align: center;
  color: #8a8a8a;
  padding-bottom: 30px;
}
.service-page .init-1 .container .content {
  border-top: 1px solid #d9d9d9;
}
.service-page .init-1 .container .content .tips{
  font-weight: 500;
}
.service-page .init-1 .container .content .partner_title{
  margin-top: 40px;
}
.service-page .init-1 .container .content .partner_title .left{
  width: 340px;
}
.service-page .init-1 .container .content .partner_title .left .tips{
  text-align: left;
  font-weight: 700;
}
.service-page .init-1 .container .content .partner_title .left .num{
  color: #d6d6d6;
}
.service-page .init-1 .container .content .partner_title .right{
  width: calc(100% - 340px);
  line-height: 1.8;
}
.service-page .init-1 .container .content .partner_list{
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
}
.service-page .init-1 .container .content .partner_list .list{
  width: 20%;
  margin-top: 20px;
  padding: 0 10px;
}

.service-page .init-1 .container .content .partner_list .list.active{
  width: 40%;
}
.service-page .init-1 .container .content .partner_list .list .box{
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  border-radius: 20px;
  padding: 20px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.service-page .init-1 .container .content .partner_list .list .box .left{
  text-align: center;
  vertical-align: middle;
  /*width: 120px;*/
  padding: 10px;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0);
}
.service-page .init-1 .container .content .partner_list .list .box .left img{
  height: 70px;
  width: 100%;
  object-fit: contain;
}
.service-page .init-1 .container .content .partner_list .list .box .left .text{
  margin-top: 20px;
  font-weight: 500;
}
.service-page .init-1 .container .content .partner_list .list .box .right{
  vertical-align: middle;
  padding-left: 20px;
  transition: opacity .5s;
  opacity: 0;
  transform: scale(0);
  width: 0;
  height: 0;
}
.service-page .init-1 .container .content .partner_list .list.active .box{
  border-bottom: 20px;
}
.service-page .init-1 .container .content .partner_list .list.active .left{
  border: 1px solid #eeeeee;
  width: 120px;
}
.service-page .init-1 .container .content .partner_list .list.active .box .right{
  display: inline-block;
  transform: scale(1);
  opacity: 1;
   width: calc(100% - 120px);
  height: auto;
  display: block;
}
.service-page .init-1 .container .list_cont {
  margin: 10px -45px 0;
}
.service-page .init-1 .container .list_cont .list {
  padding: 0 45px;
  margin-top: 30px;
  width: 33.33%;
  position: relative;
}
.service-page .init-1 .container .list_cont .list .num {
  font-weight: 500;
  position: absolute;
  top: 0;
  left: 50px;
}
.service-page .init-1 .container .list_cont .list .cont {
  padding-left: 60px;
}
.service-page .init-1 .container .list_cont .list .cont .title {
  font-weight: 500;
}
.service-page .init-1 .container .list_cont .list .cont .des {
  color: #656565;
  margin-top: 16px;
}
.service-page .init-1 .container .list_cont .list:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
.service-page .init-1 .container .list_cont .list:hover .num {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  transform: rotateY(360deg);
}


.service-page .init-6 .container .cont{
  background: #f9f9f9;
  padding: 40px;
}
.service-page .init-6 .container .cont .left{
  width: 430px;
}
.service-page .init-6 .container .cont .left .play{
  margin-top: 340px;
  text-transform: uppercase;
  cursor: pointer;
}
.service-page .init-6 .container .cont .left .play i{
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #5c5c66;
  text-align: center;
  line-height: 36px;
  color: #5c5c66;
  margin-left: 18px;
  padding-left: 4px;
}
.service-page .init-6 .container .cont .right{
  width: calc(100% - 430px);
}


.service-page .init-2 .container {
  width: 100%;
  padding: 0;
}
.service-page .init-2 .container .list {
  height: 600px;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.service-page .init-2 .container .list .img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-background-size: cover;
  transition: all .5s;
  background-size: cover;
}
.service-page .init-2 .container .list .text {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  font-weight: 700;
  padding: 20px;
  z-index: 2;
}
.service-page .init-2 .container .list:hover .img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.service-page .init-3 .container .left {
  vertical-align: middle;
}
.service-page .init-3 .container .left img {
  width: 100%;
}
.service-page .init-3 .container .right {
  vertical-align: middle;
  padding-left: 70px;
}
.service-page .init-3 .container .right .title {
  font-weight: 700;
}
.service-page .init-3 .container .right .des {
  color: #878787;
  margin-top: 20px;
}
.service-page .init-3 .container .right .more {
  display: inline-block;
  margin-top: 30px;
  border: 1px solid #245e3e;
}

@media (max-width: 1250px) {
  .service-page .init-1 .container .list_cont {
    margin: 10px -10px 0;
  }
  .service-page .init-1 .container .list_cont .list {
    padding: 0 10px;
    width: 50%;
  }
  .service-page .init-1 .container .list_cont .list .num {
    left: 16px;
  }

  .service-page .init-2 .container .list {
    height: 400px;
  }

  .service-page .init-6 .container .cont .left .play{
    margin-top: 30px;
  }

    .service-page .init-1 .container .content .partner_list .list{
    width: 100%;
  }
  .service-page .init-1 .container .content .partner_list .list.active{
    width: 100%;
  }
  
  .service-page .init-1 .container .content .partner_list .list .box{
    width: 100%;
    padding-bottom: 20px;
  }
  .service-page .init-1 .container .content .partner_list .list .box .left{
    border: 1px solid #eee;
  }
  .service-page .init-1 .container .content .partner_list .list .box .right{
    transform: scale(1);
    opacity: 1;
    width: calc(100% - 120px);
    height: auto;
  }
  .service-page .init-1 .container .content .partner_list .list.active .left{
    width: 100%;
  }
  .service-page .init-1 .container .content .partner_list .list .box .right{
    padding-left: 0;
    margin-top: 20px;
    width: 100%;
  }
  .service-page .init-1 .container .content .partner_list .list.active .box .right{
    width: 100%;
  }
}

@media (max-width: 1000px) {
  .service-page .init-1 .container .content .partner_title .left{
    width: 100%;
  }
  .service-page .init-1 .container .content .partner_title .right{
    width: 100%;
    margin-top: 20px;
  }
  .font-60
  {
   font-size: 24px;
   line-height: 44px!important;
  }
  .service-page .init-3 .container {
    text-align: center;
  }
  .service-page .init-3 .container .left {
    width: 100%;
    max-width: 500px;
  }
  .service-page .init-3 .container .right {
    width: 100%;
    padding: 0;
    text-align: center;
    margin-top: 30px;
  }

  .service-page .init-3 .container .right .flex{
    justify-content: center;
  }

  .service-page .init-6 .container .cont{
    padding: 40px 16px;
  }
  .service-page .init-6 .container .cont .left{
    width: 100%;
    text-align: center;
  }
  .service-page .init-6 .container .cont .right{
    width: 100%;
    margin-top: 40px;
  }
}


@media (max-width: 500px) {
  .service-page .init-1 .container .list_cont .list {
    width: 100%;
  }
  .service-page .init-1 .container .content .partner_list .list .box{
    text-align: center;
  }
  .service-page .init-1 .container .content .partner_list .list .box .right{
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
  .service-page .init-1 .container .content .partner_list .list.active .box .right{
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }

  .service-page .init-2 .container .list {
    height: 300px;
  }
}

.odm-page .title {
  text-align: center;
}
.odm-page .title span {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: var(--color);
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 3.5px;
}
.odm-page .title .tit {
  font-weight: 700;
  color: #1D1D1D;
}
.odm-page .title .tit i {
  display: block;
}
.odm-page .title p {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  line-height: 2;
  max-width: 1088px;
  margin: 0 auto;
}

.odm-page .odm-1 .title .tit {
  margin: 20px 0;
}
.odm-page .odm-1 .list ul li .img {
  position: relative;
  border-radius: 20px;
}
.odm-page .odm-1 .list ul li .img .mask {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 45px;
  padding-bottom: 65px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 11;
  overflow: hidden;
  border-radius: 20px;
}
.odm-page .odm-1 .list ul li .img .mask .tit4 {
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1;
  text-transform: uppercase;
}
.odm-page .odm-1 .list ul li .img .mask .cona {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 2;
  opacity: 0.7;
  margin-top: 17px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 150px;
  overflow: auto;
}
.odm-page .odm-1 .list ul li .img .mask::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -300px;
  width: 100%;
  height: 100%;
  background: var(--color);
  border-radius: 0px 0px 20px 20px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}
.odm-page .odm-1 .list ul li:hover .img .mask {
  padding-bottom: 30px;
}
.odm-page .odm-1 .list ul li:hover .img .mask .cona {
  opacity: 1;
}
.odm-page .odm-1 .list ul li:hover .img .mask::after {
  opacity: 1;
  height: 100%;
  z-index: -1;
  bottom: 0;
}

@media screen and (max-width: 1700px) {
  .odm-page .odm-1 .list ul li .img .mask {
    padding: 25px;
  }
}

@media screen and (max-width: 1250px) {

}

@media screen and (max-width: 1000px) {
  .odm-page .odm-1 .title .tit {
    margin: 15px 0;
    line-height: 2;
  }
.font-50
{
line-height: 44px!important;
  }
  .font-26
   {
line-height: 40px!important;
  }
  .odm-page .odm-1 .list ul li .img .mask {
    position: static;
    opacity: 1;
    z-index: 111;
    background: var(--color);
  }
  .odm-page .odm-1 .list ul li .img .mask::after {
    display: none;
  }
  .odm-page .odm-1 .list ul li .img .mask .cona {
    opacity: 1;
  }
  .odm-page .odm-1 .list ul li .img .mask .tit4 {
    line-height: 2;
  }
}


.rad-page .rad-1 {
  padding-bottom: 100px;
}
.rad-page .rad-1 .title span {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  color: var(--color);
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 3.5px;
}
.rad-page .rad-1 .title .tit {
  /*font-size: 30px;*/
  font-weight: 700;
  color: #1D1D1D;
  max-width: 1190px;
  margin-top: 15px;
}
.rad-page .rad-1 .top {
  margin-top: 55px;
}
.rad-page .rad-1 .top ul {
  margin: 0 -4px;
}
.rad-page .rad-1 .top ul li {
  padding: 0 4px;
  margin-bottom: 65px;
}
.rad-page .rad-1 .top ul li .img-box{
  border-radius: 10px;
}
.rad-page .rad-1 .top ul li .tit4 {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  line-height: 32px;
  margin-top: 25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.rad-page .rad-1 .top ul li .tit4:hover {
  color: var(--color);
}
.rad-page .rad-1 .top ul li .cona {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  line-height: 2;
  opacity: 0.8;
  margin-top: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.rad-page .rad-1 .top ul li .cona:hover {
  color: var(--color);
}
.rad-page .rad-1 .top ul li:last-child .acc {
  background: var(--color);
  padding: 72px 0;
  border-radius: 10px;
  text-align: center;
}
.rad-page .rad-1 .top ul li:last-child .acc .btn a {
  display: inline-block;
  color: #F3F2F2;
  border: 2px solid #FFFFFF;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.rad-page .rad-1 .top ul li:last-child .acc p {
  font-size: 24px;
  font-weight: bold;
  text-decoration: underline;
  color: #F3F2F2;
  line-height: 44px;
  margin-top: 25px;
}
.rad-page .rad-2 {
  background: url(../images/rad-22.jpg) no-repeat center;
}
.rad-page .rad-2 .container {
  width: 100% !important;
  padding: 0;
  padding-right: 16px;
}
.rad-page .rad-2 .top .left {
  width: 57.5%;
  vertical-align: middle;
}
.rad-page .rad-2 .top .right {
  width: 42.5%;
  padding-left: 60px;
  vertical-align: middle;
  padding-right: 8.3%;
}
.rad-page .rad-2 .top .right .tit {
  font-size: 30px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1;
  text-transform: uppercase;
}
.rad-page .rad-2 .top .right ul {
  padding-top: 15px;
}
.rad-page .rad-2 .top .right ul li {
  margin-top: 50px;
}
.rad-page .rad-2 .top .right ul li .box {
  position: relative;
  padding-left: 123px;
}
.rad-page .rad-2 .top .right ul li .box .img {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 1s;
  transition: 1s;
}
.rad-page .rad-2 .top .right ul li .box .con .tit4 {
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1;
  text-transform: uppercase;
}
.rad-page .rad-2 .top .right ul li .box .con p {
  font-size: 16px;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 2;
  opacity: 0.8;
  margin-top: 15px;
}
.rad-page .rad-2 .top .right ul li:hover .box .img {
  -webkit-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
}
.rad-page .prodet-3 {
  padding: 155px 0 110px;
}
.rad-page .prodet-3 .container {
  width: 1630px;
}


.rad-page .rad-3 {
  padding-bottom: 172px;
}
.rad-page .rad-3 .container {
  width: 1260px;
}
.rad-page .rad-3 .top .left {
  margin-top: 25px;
  width: 43%;
}
.rad-page .rad-3 .top .left .tit {
  font-size: 48px;
  font-weight: 700;
  color: #1D1D1D;
  line-height: 1.2;
}
.rad-page .rad-3 .top .left p {
  font-size: 16px;
  font-weight: 400;
  color: #1D1D1D;
  line-height: 2;
  margin-top: 25px;
}
.rad-page .rad-3 .top .right {
  width: 57%;
  padding-left: 125px;
}
.rad-page .rad-3 .top .right .form ul li {
  margin-bottom: 20px;
}
.rad-page .rad-3 .top .right .form ul li:last-child {
  margin-bottom: 0
}
.rad-page .rad-3 .top .right .form ul li input[type=text] {
  width: 100%;
  height: 58px;
  border: none;
  border-bottom: 2px solid #000;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 2;
}
.rad-page .rad-3 .top .right .form ul li input::-webkit-input-placeholder {
  /* WebKit browsers，webkit内核浏览器 */
  color: #000;
}
.rad-page .rad-3 .top .right .form ul li input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000;
}
.rad-page .rad-3 .top .right .form ul li input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000;
}
.rad-page .rad-3 .top .right .form ul li input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #000;
}
.rad-page .rad-3 .top .right .form ul li label {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 1;
  padding-top: 25px;
}
.rad-page .rad-3 .top .right .form ul li textarea {
  width: 100%;
  height: 168px;
  margin-top: 7px;
  background: #FFFFFF;
  border: 1px solid #DADADA;
  font-size: 14px;
  font-weight: 400;
  color: #9D9D9D;
  line-height: 2;
  padding-left: 14px;
  padding-top: 5px;
}
.rad-page .rad-3 .top .right .form ul li input[type=submit] {
  width: 230px;
  height: 49px;
  background: #0F42A1;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1;
  text-transform: uppercase;
  border: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 14px
}
.rad-page .rad-3 .top .right .form ul li input[type=submit]:hover {
  background: #e37600;
}

@media screen and (max-width: 1700px) {
  .rad-page .rad-1 .top ul li:last-child .acc {
    padding: 46px 0;
  }
  .rad-page .rad-2 .top .right {
    padding: 0;
    padding-left: 30px;
  }
  .rad-page .rad-2 .top .right ul li {
    margin-top: 30px;
  }
  .rad-page .rad-2 .top .left {
    width: 45%;
  }
  .rad-page .rad-2 .top .right {
    width: 55%;
    padding: 30px 0;
  }
  .rad-page .rad-3 .top .left .tit{
    font-size: 36px;
  }
}

@media screen and (max-width: 1450px) {
  .rad-page .rad-1 .top ul li:last-child .acc{
    padding: 120px 0;
  }
  .rad-page .prodet-3{
    padding: 80px 0;
  }
  
  .rad-page .rad-1 .top ul li {
    width: 33.333%;
    margin-bottom: 30px;
  }
  .rad-page .rad-1 {
    padding-bottom: 80px;
  }

  .rad-page .rad-2 {
    background: var(--color);
  }
  .rad-page .rad-2 .top .right ul li {
    padding: 40px 0;
    margin: 0;
  }

  .rad-page .rad-3 .top .right {
    padding-left: 60px;
  }
  .rad-page .rad-3 {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 1250px) {
  .rad-page .rad-1 .top ul li{
    width: 50%;
  }
  .rad-page .rad-1 .top ul li:last-child .acc{
    padding: 158px 0;
  }

  .rad-page .rad-2 .top .left {
    width: 100%;
  }
  .rad-page .rad-2 .top .right {
    width: 100%;
    padding-left: 16px;
  }

  .rad-page .rad-3 .top .left {
    width: 100%;
  }
  .rad-page .rad-3 .top .right {
    padding-left: 0;
    margin-top: 30px;
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .rad-page .rad-1 .top ul li:last-child .acc {
        padding: 96px 0;
  }
  .rad-page .prodet-3{
    padding: 60px 0;
  }
}

@media screen and (max-width: 700px) {
  .rad-page .rad-2 .top .right ul li .box .img {
    position: static;
    margin-bottom: 20px;
  }
  .rad-page .rad-2 .top .right ul li {
    padding: 15px 0;
  }
  .product-page .product-1 .sideBarRight .text
  {
    display: none;
  }
  .rad-page .rad-2 .top .right ul li .box {
    padding: 0 15px;
  }

  .rad-page .rad-1 .top ul li {
    width: 100%;
  }
  .rad-page .rad-1 .top ul li:last-child .acc .btn a {
    padding: 12px 20px;
  }

  .rad-page .rad-3 .top .left .tit{
    font-size: 32px;
  }
}

@media screen and (max-width: 500px) {
  .rad-page .prodet-3 {
    padding: 40px 0;
  }

  .rad-page .rad-3 .top .left .tit{
    font-size: 26px;
    line-height: 2;
  }
  .rad-page .rad-3 {
    padding-bottom: 40px;
  }
}



.about-page .about-1 .box .slide {
  max-width: 430px;
}
.about-page .about-1 .box .slide:nth-child(2) {
  max-width: 460px;
}
.about-page .about-1 .box span.h6 {
  color: #6b6b6b;
  line-height: 1.6;
}
.about-page .about-1 .box span.h6 em {
  color: var(--color);
}
.about-page .about-1 .box span.h6 i {
  color: black;
}
.about-page .about-1 .box .text p:last-child {
  margin-top: 3.75em;
}
.about-page .about-2 {
  background-color:var(--color);
  color: white;
  overflow: hidden;
}
.about-page .about-2 .ui.container {
  max-width: 1000px;
}
.about-page .about-2 .list {
  position: relative;
  z-index: 1;
}
.about-page .about-2 .list ul {
  -webkit-perspective: 100px;
  -moz-perspective: 100px;
  perspective: 100px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.about-page .about-2 .list ul li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.about-page .about-2 .list ul li .box {
  background-color: white;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-2 .list ul li .left {
  padding: 0 4%;
}
.about-page .about-2 .list ul li .left span.tag {
  color: black;
  margin-bottom: .5em;
  text-transform: unset;
}
.about-page .about-2 .list ul li .left span.h6 {
  color: var(--color);
  margin-bottom: 1em;
  display: block;
}
.about-page .about-2 .list ul li .left .text {
  color: #545454;
}
.about-page .about-2 .list ul li .right {
  padding-left: 8%;
}
.about-page .about-2 .list ul li .right .img {
  height: 360px;
  background-size: cover;
  background-position: center;
}
.about-page .about-2 .list ul li:first-child {
  position: relative;
}
.about-page .about-2 .list ul li.off .box {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
}
.about-page .about-2 .scrollPage {
  margin-top: 4.75em;
  z-index: 2;
  position: relative;
}
.about-page .about-3 {
  background-color: #f9f9f9;
  color: white;
  position: relative;
  z-index: 1;
  text-align: right;
}
.about-page .about-3 .mask {
  position: relative;
  z-index: -1;
  margin-left: auto;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 50%;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  overflow: hidden;
  top: 7px;
}
.about-page .about-3 .mask:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #221100;
  opacity: .21;
  z-index: 1;
}
.about-page .about-3 .box {
  text-align: left;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
.about-page .about-3 .box .options {
  font-weight: bold;
}
.about-page .about-3 .box .options span {
  white-space: nowrap;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
.about-page .about-3 .box .options span i {
  margin-right: .5em;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-3 .box .options span.active {
  color: var(--color);
}
.about-page .about-3 .box .options span.active i {
  -webkit-filter: unset;
  filter: unset;
}
.about-page .about-3 .box .ret {
  max-width: 44%;
  position: relative;
}
.about-page .about-3 .box .ret span.h6 {
  font-weight: bold;
  margin-bottom: .5em;
  display: block;
  color: var(--color);
}
.about-page .about-3 .box .ret .slide {
  position: absolute;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
  width: 100%;
  top: 0;
  left: 0;
}
.about-page .about-3 .box .ret .slide.active {
  position: static;
  z-index: 1;
  opacity: 1;
}
.about-page .about-4 {
  background-color: #221100;
}
.about-page .about-4 .slide {
  height: 800px;
  background-size: cover;
  background-position: center;
  padding: 0 8%;
  color: white;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  z-index: 1;
  position: relative;
}
.about-page .about-4 .slide span.h6 {
  text-transform: uppercase;
  display: block;
  line-height: 1.2;
}
.about-page .about-4 .slide .text {
  margin-top: 2em;
  display: none;
}
.about-page .about-4 .slide:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000000;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .slide:hover .text {
  display: block;
}
.about-page .about-4 .slide:hover:before {
  opacity: .6;
}
.about-page .about-5 .left {
  width: 45%;
  padding-right: 8%;
}
.about-page .about-5 .left .scrollPage > div {
  background-color: #f3f3f3;
}
.about-page .about-5 .left .scrollPage > div.page {
  background-color: var(--color);
}
.about-page .about-5 .left .scrollPage > div:hover {
  background-color: var(--color);
}
.about-page .about-5 .right {
  width: 55%;
  position: relative;
  margin-top: 20px;
}
.about-page .about-5 .right .list .slick-list {
  padding-bottom: 10%;
  margin-bottom: -10%;
}
.about-page .about-5 .right .list ul {
  margin: -10px;
}
.about-page .about-5 .right .list ul li {
  padding: 10px;
}
.about-page .about-5 .right .list ul .slick-slide {
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-5 .right .list ul .slick-current li img {
  /*-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);*/
  /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);*/
}
.about-page .about-5 .right .list ul .slick-slide {
  -webkit-transform: rotate(12deg) scale(0.8);
  -moz-transform: rotate(12deg) scale(0.8);
  -ms-transform: rotate(12deg) scale(0.8);
  transform: rotate(12deg) scale(0.8);
}
.about-page .about-5 .right .list ul .slick-slide.slick-current{
  -webkit-transform: rotate(0) scale(1);
  -moz-transform: rotate(0) scale(1);
  -ms-transform: rotate(0) scale(1);
  transform: rotate(0) scale(1);
}
.about-page .about-5 .msgHf {
  padding: 10px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  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;
  border-radius: 1.30555556em;
  background-color: var(--color);
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-top: 3.33333333em;
  cursor: pointer;
  cursor: hand;
}
.about-page .about-5 .msgHf:hover {
  background-color: #221100;
}

.about-page span.h2{
  font-weight: bold;
  display: block;
}


.scrollPage {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: auto;
  margin-right: auto;
}
.scrollPage > * {
  width: 4.375em;
  height: 4.375em;
  border-radius: 100%;
  background-color: white;
  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;
  color: var(--color);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.scrollPage > * i.iconfont {
  font-size: 1.5em;
}
.scrollPage .prev,
.scrollPage .next {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.scrollPage .prev:hover,
.scrollPage .next:hover {
  background-color: var(--color);
  color: white;
}
.scrollPage .page {
  margin: 0 1em;
  padding: 0.3125em;
  background-color: var(--color);
  color: white;
  width: auto;
  border-radius: 2.1875em;
}
.scrollPage .page span.num {
  width: 3.75em;
  height: 3.75em;
  border: 1px solid rgba(255, 255, 255, 0.55);
  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;
  border-radius: 100%;
}
.scrollPage .page span.line {
  width: 0;
  height: .6em;
  border-radius: .3em;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
.scrollPage .page span.line i {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: inherit;
  width: 0;
  background-color: white;
  height: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.scrollPage:hover .page {
  max-width: 100%;
}
.scrollPage:hover .page span.line {
  margin: 0 1em;
  width: 11.25em;
}

.about-page .about-5 .msg {
    font-weight: 700;
    height: 2.61111111em;
    text-transform: uppercase;
    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;
    border-radius: 1.30555556em;
    background-color: var(--color);
    color: #fff;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    margin-top: 3.33333333em;
    cursor: pointer;
    cursor: hand;
}
.about-page .about-5 .msg:hover{
  background: #000;
}


@media screen and (max-width: 1250px) {
  .about-page .about-3{
    padding-bottom: 40px;
  }
  .about-page .about-3 .box .options{
    flex-wrap: wrap;
  }
  .about-page .about-3 .box .options span{
    width: 100%;
    margin-top: 20px;
    white-space: normal;
  }
  .about-page .about-3 .mask{
    display: none;
  }
  .about-page .about-3 .box{
    position: relative;
    top: 0;
    left: 0;
    transform: translateX(0);
  }
  .about-page .about-3 .box .ret{
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-1 .box .slide {
    max-width: none !important;
  }
  .about-page .about-1 .box .slide:nth-child(2) {
    display: none;
  }
  .font-36
   {
    font-size: 24px;
    line-height: 44px!important;
  }
  .about-page .about-1 span.h2 {
    text-align: left;
  }
  .about-page .about-1 .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-1 .box .text p:last-child {
    margin-top: 1em;
  }
  .about-page .about-2 .scrollPage {
    margin-top: 3em;
  }
  .about-page .about-3 .box .options {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 20px 0;
  }
  .about-page .about-3 .box .options i {
    max-width: 25px;
  }
  .about-page .about-4 .slide {
    height: 300px;
  }
  .about-page .about-4 .slide .text{
    max-height: 140px;
    overflow-y: auto;
    padding-right: 4px;
  }
  .about-page .about-4 .slide:before {
    opacity: .8;
  }
  .about-page .about-5 .right {
    top: 0;
  }
  .about-page .about-5 span.h2 {
    margin-bottom: .5em;
  }
  .scrollPage .page span.line {
    display: none;
  }
  .about-page .about-5 .left {
    padding-right: 3%;
  }
  .about-page .about-5 .right .list ul .slick-current ~ div {
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }
  .about-page .about-5 .right .list {
    padding-right: 30%;
    overflow: hidden;
  }
  .about-page .about-5 .right .list .slick-list {
    padding-bottom: 0;
    margin-bottom: 0;
    overflow: unset;
  }
}

@media screen and (max-width: 700px) {
  .about-page .about-2 .list ul li .right .img {
    height: 300px;
  }
  .about-page .about-2 .list ul li .right {
    padding-left: 0;
  }
  .about-page .about-3 {
    padding: 30px 0;
  }
  .about-page .about-3 .box {
    position: static;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }
  .about-page .about-3 .mask {
    display: none;
  }
  .about-page .about-3 .box .ret {
    max-width: none;
  }
  .about-page .about-4 .slide {
    height: auto;
    padding: 5%;
  }
  .about-page .about-4 .slide .text {
    display: block;
  }
  .about-page .about-5 .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page .about-5 .left .scrollPage {
    display: none;
  }
  .about-page .about-5 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .about-page .about-5 .flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-5 .right .list {
    padding-right: 0;
  }
}

@media screen and (max-width: 500px) {
    .about-page .about-4 .slide {
    width: 100%;
  }
  .about-page .about-4 .flex {
    flex-wrap: wrap;
  }
  .product-page .product-1 .sideBarRight h1
   {
  margin-top: -50px;
  }
    .about-page .about-2 .list ul li .left {
    width: 100%;
    padding: 3%;
  }
  .about-page .about-2 .list ul li .right {
    width: 100%;
  }
  .about-page .about-2 .list ul li .right .img {
    height: 120px;
  }
  .about-page .about-2 .list ul li .flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .about-page .about-5 .left .text{
    margin-bottom: 0;
  }
  .about-page .about-5 .msgHf{
    margin-top: 20px;
  }
}



.faq-page .faq-1 {
  background-color: #fff7f0;
  position: relative;
}
.faq-page .faq-1::before{
  z-index: -1;
  position: absolute;
  content:'';
  top: -190px;
  left: 0;
  width: 100%;
  height: 200px;
  background: inherit;
}
.faq-page .faq-1 .ui.container {
  max-width: 930px;
}
.faq-page .faq-1 span.h2 {
  margin-bottom: 1em;
  display: block;
  font-weight: bold;
  text-align: center;
}
.faq-page .faq-1 .list ul li {
  padding: 40px 50px;
  border-radius: 15px;
  background-color: white;
  margin-top: 1.6em;
}
.faq-page .faq-1 .list ul li span.h6 {
  font-weight: bold;
}
.faq-page .faq-1 .list ul li span.h6 i {
  width: 3em;
  height: 3em;
  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;
  border-radius: 100%;
  border: 1px solid #221100;
  cursor: pointer;
  cursor: hand;
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 1em;
}
.faq-page .faq-1 .list ul li span.h6 i:after,
.faq-page .faq-1 .list ul li span.h6 i:before {
  content: '';
  width: 1em;
  height: 1px;
  background-color: #3a3a3a;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.faq-page .faq-1 .list ul li span.h6 i:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-page .faq-1 .list ul li .text {
  color: #3a3a3a;
  line-height: 1.8;
  margin-top: 2em;
  display: none;
}
.faq-page .faq-1 .list ul li:first-child {
  margin-top: 0;
}
.faq-page .faq-1 .list ul li.active span.h6 i:before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -moz-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}
.faq-page .faq-2 .slide {
  height: 480px;
  background-size: cover;
  background-position: center;
  color: white;
  position: relative;
  z-index: 1;
}
.faq-page .faq-2 .slide:before {
  content: '';
  background-color: #281200;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .35;
  z-index: -1;
}


@media screen and (max-width: 1250px) {
  .faq-page .faq-1::before{
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .faq-page .faq-2 .slide {
    height: 300px;
  }
  .faq-page .faq-1 .list ul li {
    padding: 25px;
  }
}

@media screen and (max-width: 700px) {
  .faq-page .faq-2 .slide {
    height: 200px;
  }
}

@media screen and (max-width: 500px) {
  .faq-page .faq-2 > div{
    flex-wrap: wrap;
  }
  .faq-page .faq-2 .slide{
    height: 50vw;
    width: 100%;
  }
}


.news-page .ui.container {
  max-width: 780px;
}
.news-page .top{
  position: relative;
}
.news-page .top::before{
  position: absolute;
  top: -180px;
  height: 200px;
  width: 100%;
  content: '';
  background: inherit;
  z-index: -1;
  left: 0;
}
.news-page .list li {
  border-bottom: 1px solid #eee;
}
.news-page .list li time {
  white-space: nowrap;
  flex-shrink: 0;
}
.news-page .list li span.cat:before {
  content: '';
  width: .5em;
  height: .5em;
  background-color: black;
  margin-right: .5em;
  flex-shrink: 0;
  margin-top: -.2em;
  border-radius: 100%;
}

@media screen and (max-width: 1250px) {
  .news-page .top::before{
    display: none;
  }
}


.contact-page .contact-1 {
  padding: 120px 0 85px;
}
.contact-page .container {
  width: 1230px;
}
.contact-page .contact-1 .top .tit {
  font-size: 30px;
  font-weight: 700;
  color: #1D1D1D;
  line-height: 1.4;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.contact-page .contact-1 .top .left {
  width: 62.5%;
}
.contact-page .contact-1 .top .left .form {
  padding-top: 12px;
}
.contact-page .contact-1 .top .left .form ul {
  margin: 0 -15px;
}
.contact-page .contact-1 .top .left .form ul li {
  position: relative;
  padding: 0 15px;
  margin-bottom: 18px;
  line-height: 2;
}
.contact-page .contact-1 .top .left .form ul li label {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  line-height: 30px;
  margin-bottom: 11px;
  z-index: 11;
}
.contact-page .contact-1 .top .left .form ul li input[type=text],
.contact-page .contact-1 .top .left .form ul li select {
  width: 100%;
  height: 38px;
  background: rgba(255, 255, 255, 0);
  border: 1px solid #CFCFCF;
  border-radius: 5px;
  font-size: 14px;
  line-height: 2;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  padding-left: 11px;
  z-index: 11;
}
.contact-page .contact-1 .top .left .form ul li .acc {
  position: relative;
}
.contact-page .contact-1 .top .left .form ul li .acc div {
   width: 100%;
  height: 38px;
  background: rgba(255, 255, 255, 0);
  border: 1px solid #CFCFCF;
  border-radius: 5px;
 font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  line-height: 38px;
  padding-left: 11px;
  cursor: pointer;
}

.contact-page .contact-1 .top .left .form ul li input[type=file] {
  position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin-top: 0;
    opacity: 0;
    line-height: 2;
}
.contact-page .contact-1 .top .left .form ul li input::-webkit-input-placeholder {
  /* WebKit browsers，webkit内核浏览器 */
  color: rgba(0, 0, 0, 0.6);
}
.contact-page .contact-1 .top .left .form ul li input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(0, 0, 0, 0.6);
}
.contact-page .contact-1 .top .left .form ul li input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(0, 0, 0, 0.6);
}
.contact-page .contact-1 .top .left .form ul li input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: rgba(0, 0, 0, 0.6);
}
.contact-page .contact-1 .top .left .form ul li select {
  appearance: none;
  font-size: 14px;
  line-height: 2;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../images/contact-16.png) 96% center no-repeat;
}
.contact-page .contact-1 .top .left .form ul li textarea {
  position: relative;
  z-index: 19;
  width: 100%;
  height: 149px;
  background: rgba(255, 255, 255, 0);
  border: 1px solid #CFCFCF;
  border-radius: 5px;
  line-height: 2;
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  padding-left: 11px;

}
.contact-page .contact-1 .top .left .form ul li p.acc {
  font-size: 14px;
  font-weight: 300;
  color: #000000;
  opacity: 0.6;
  line-height: 2;
  padding-bottom: 14px;
}
.contact-page .contact-1 .top .left .form ul li input[type=submit] {
  width: 196px;
  height: 48px;
  background: #0F42A1;
  border-radius: 5px;
  text-transform: uppercase;
  border: none;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 2;
  -webkit-transition: 0.3s;
  margin-top: 12px;
  transition: 0.3s;
}
.contact-page .contact-1 .top .left .form ul li input[type=submit]:hover {
  background: #e37600;
}
.contact-page .contact-1 .top .left .form ul li:nth-child(4) .input_c.object_cont input {
  opacity: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.contact-page .contact-1 .top .left .form ul li:nth-child(4) .input_c.object_cont .item_c {
  position: relative;
  z-index: 12;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact-page .contact-1 .top .left .form ul li:nth-child(4) .input_c.object_cont .item_c .item {
  cursor: pointer;
  width: 50%;
  padding: 6px 10px 6px 25px;
  position: relative;
  font-size: 14px;
  line-height: 2;
  font-weight: 300;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact-page .contact-1 .top .left .form ul li:nth-child(4) .input_c.object_cont .item_c .item .cir {
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #C1C1C1;
  top: 10px;
  left: 0;
}
.contact-page .contact-1 .top .left .form ul li:nth-child(4) .input_c.object_cont .item_c .item .cir div {
  position: absolute;
  width: 7px;
  height: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 3px;
  background-color: #ffffff;
  border-radius: 50%;
}
.contact-page .contact-1 .top .left .form ul li:nth-child(4) .input_c.object_cont .item_c .item:hover,
.contact-page .contact-1 .top .left .form ul li:nth-child(4) .input_c.object_cont .item_c .item.active {
  color: #000;
}
.contact-page .contact-1 .top .left .form ul li:nth-child(4) .input_c.object_cont .item_c .item:hover .cir,
.contact-page .contact-1 .top .left .form ul li:nth-child(4) .input_c.object_cont .item_c .item.active .cir {
  border: 1px solid #0F42A1;
}
.contact-page .contact-1 .top .left .form ul li:nth-child(4) .input_c.object_cont .item_c .item:hover .cir div,
.contact-page .contact-1 .top .left .form ul li:nth-child(4) .input_c.object_cont .item_c .item.active .cir div {
  background: #0F42A1;
}
.contact-page .contact-1 .top .left .form ul li:nth-child(4) .input_c.object_cont .item_c .item .img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.contact-page .contact-1 .top .left .form ul li:nth-child(4) .input_c.object_cont .item_c .item .img img {
  vertical-align: middle;
}
.contact-page .contact-1 .top .right {
  width: 37.5%;
  padding-left: 85px;
}
.contact-page .contact-1 .top .right .tit {
  padding: 0;
  border: none;
  font-weight: bold;
}
.contact-page .contact-1 .top .right .acc ul li {
  padding: 20px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-left: 50px;
  position: relative;
}
.contact-page .contact-1 .top .right .acc ul li .img {
  position: absolute;
  left: 0;
  top: 34px;
}
.contact-page .contact-1 .top .right .acc ul li p {
  font-size: 18px;
  font-weight: 400;
  color: #5D5D5D;
  line-height: 2;
  margin: 7px 0;
}
.contact-page .contact-2 {
  padding: 115px 0 85px;
}

@media screen and (max-width: 1450px) {
  .contact-page .contact-1,
  .contact-page .contact-2{
    padding: 80px 0;
  }
}

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

@media screen and (max-width: 1000px) {
  .contact-page .contact-1,
  .contact-page .contact-2{
    padding: 60px 0;
  }
}

@media screen and (max-width: 700px) {
  .contact-page .contact-1 .top .left .form ul li select {
    background: url(../images/contact-16.png) 95% center no-repeat;
  }
}
@media screen and (max-width: 500px) {
  .contact-page .contact-1,
  .contact-page .contact-2{
    padding: 40px 0;
  }
  .contact-page .contact-1 .top .left .form ul li label {
    line-height: 2;
  }
}
.font-18 {
    font-size: 18px;
    line-height: 32px;
}
.font-24{
    font-size: 24px;
    line-height: 44px;
}
.font-22
{
    font-size: 22px;
    line-height: 40px;
}
.font-20
{
    font-size: 20px;
    line-height: 36px;
}
.font-16
{
    font-size: 16px;
    line-height: 30px;
}
.seoPublic .Auxil-about .box .right div.h3
{
    font-size: 24px;
    line-height: 44px;
}
.seoPublic .Auxil-about .box .right .text
{
    font-size: 16px;
    line-height: 30px;
    max-height: 420px;
}
.seoPublic .Auxil-news .list ul li .content div.h6
{
    font-size: 24px;
    line-height: 44px;
    min-height: 9em;
}
.seoPublic .Auxil-news .list ul li .content time
{
    font-size: 14px;
    line-height: 28px;
}
.seoPublic .Auxil-news .list ul li .content a.link
{
    font-size: 16px;
    line-height: 30px;
}
.seoPublic .Auxil-news .list ul li .content p
{
    font-size: 16px;
    line-height: 30px;
}
.font-36
{
    line-height: 1.34;
}
.font-14
{
    line-height: 2;
}
.seoPublic .Auxil-related .list ul li .box .content p {
    display: block;
    font-size: 16px;
    color: #888;
    line-height: 30px;
    font-weight: 400;
    margin: 0.8em 0;
    height: 5.2em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: inherit; 
     overflow: inherit;
    }
#menuFull .menu-item,
#menuFull .panel-title
{
    line-height: 32px;
}