* {
  box-sizing: border-box;
  outline: 0;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}
div,
p,
span,
i,
em {
  white-space: inherit !important;
}
a {
  color: #666;
  outline: none;
  text-decoration: none;
}
a:hover {
  color: #f29c34;
}
ol,
ul {
  list-style: none;
}
img {
  border: 0;
  max-width: 100%;
}
table {
  border-collapse: collapse;
  width: 100%;
}
input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'] {
  cursor: pointer;
  outline: none;
}
input[type='checkbox'],
input[type='radio'] {
  position: relative;
  vertical-align: middle;
  margin: -2px 5px 1px;
}
textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'] {
  padding: 0;
  color: #ca8189;
  outline: none;
}
html,
body {
  position: relative;
  scroll-behavior: smooth;
}
html {
  font-size: 100px;
}
@media screen and (min-width: 1920px) {
  html {
    font-size: 100px !important;
  }
}
@media screen and (min-width: 1024px) {
  html {
    font-size: 100px;
  }
}
html {
  font-size: 100px;
}
@media (max-width: 1600px) {
  html {
    font-size: 80px!important;
  }
}
@media (max-width: 1450px) {
  html {
    font-size: 75px!important;
  }
}
@media (max-width: 1400px) {
  html {
    font-size: 72px!important;
  }
}
@media (max-width: 1300px) {
  html {
    font-size: 68px!important;
  }
}
.f-l {
  float: left;
}
.f-r {
  float: right;
}
.dw {
  width: 1px;
  height: 1px;
  top: -0.8rem;
  z-index: -1;
  position: absolute;
}
/*清楚浮动*/
.clearfix:after {
  clear: both;
  height: 0;
  content: "";
  line-height: 0;
  font-size: 0;
  display: block;
}
/*图片垂直水平居中*/
.vcenter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  text-align: center;
  margin: auto;
}
.hid {
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
/*多行省略隐藏*/
.ellipsis2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.ellipsis3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
.ellipsis4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
}
.ellipsis5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: 0.75s;
}
@keyframes dong {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp2 {
  from {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp2 {
  animation-name: fadeInUp2;
}
@keyframes fadeInUp3 {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp3 {
  animation-name: fadeInUp3;
}
@keyframes fadeInDown2 {
  from {
    opacity: 0;
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown3 {
  animation-name: fadeInDown3;
}
@keyframes fadeInDown3 {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown2 {
  animation-name: fadeInDown2;
}
@keyframes fadeInLeft {
  from {
    transform: translate3d(-30px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeft2 {
  from {
    opacity: 0;
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft2 {
  animation-name: fadeInLeft2;
}
@keyframes fadeInRight2 {
  from {
    opacity: 0;
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight2 {
  animation-name: fadeInRight2;
}
.scrollArrow {
  animation-name: scrollArrow;
}
.scrollArrow1 {
  animation-name: scrollArrow1;
}
/* 载入效果 */
@keyframes titFadeup1 {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    opacity: 1;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    transform: translateY(0);
  }
}
@keyframes titFadeup1_1 {
  0% {
    opacity: 1;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    transform: translateY(0);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
    transform: translateY(-100%);
    opacity: 0;
  }
}
@keyframes imgScale {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes fadeInup {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInup1 {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, 60px);
    transform: translate(-50%, 60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
.titFadeup1 {
  animation: titFadeup1 1.1s ease-in-out both 0.1s;
}
.titFadeup2 {
  animation: titFadeup1 1.1s ease-in-out both 0.2s;
}
.fadeInup1 {
  animation: fadeInup 1.1s ease-in-out both 0.2s;
}
.fadeInup2 {
  animation: fadeInup 1.1s ease-in-out both 0.3s;
}
.fadeInup3 {
  animation: fadeInup 1.1s ease-in-out both 0.4s;
}
.fadeInUpimg {
  animation: imgScale 1.2s ease-in-out both 0.2s;
}
@keyframes bmove1 {
  0% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scrollArrow {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes scrollArrow1 {
  0% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes xuanzhuan {
  from {
    transform: rotate(0);
  }
  to {
    opacity: 1;
    transform: rotate(360deg);
  }
}
.xuanzhuan {
  animation-name: xuanzhuan;
}
@keyframes xuanzhuan2 {
  from {
    transform: rotate(0);
  }
  to {
    opacity: 1;
    transform: rotate(-180deg);
  }
}
.xuanzhuan2 {
  animation-name: xuanzhuan2;
}
@font-face {
  font-family: 'POPPINS';
  src: url('../fonts/POPPINS-REGULAR.ttf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'POPPINS-BOLD';
  src: url('../fonts/POPPINS-BOLD.ttf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'myfont';
  src: url('../fonts/思源宋体 CN-Bold.otf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald-Bold';
  src: url('../fonts/Oswald-Bold.TTF');
  src: url('../fonts/Oswald-Bold.oft');
  src: url('../fonts/Oswald-Bold.ttf');
  src: url('../fonts/Oswald-Bold.woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold_0.eot');
  src: url('../fonts/Roboto-Bold_0.oft');
  src: url('../fonts/Roboto-Bold_0.ttf');
  src: url('../fonts/Roboto-Bold_0.woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  color: #666;
  background: #fff;
  margin: 0 auto;
  font-size: 0.16rem;
  position: relative;
  line-height: 1.5;
  font-family: "微软雅黑", "arial";
  word-wrap: normal;
}
@media (max-width: 1024px) {
  body {
    font-size: 14px;
  }
}
img {
  border: 0;
  max-width: 100%;
  vertical-align: top;
}
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-thumb {
  height: 0px;
  opacity: 0.5;
  background: rgba(0, 0, 0, 0.08);
  transition: all 500ms ease;
}
::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar-thumb:active {
  background-color: rgba(0, 0, 0, 0.3);
}
.vcenter {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  vertical-align: middle;
}
.clearfix:after {
  clear: both;
  height: 0;
  content: "";
  line-height: 0;
  font-size: 0;
  display: block;
}
.container {
  width: 100%;
  margin: 0 auto;
  max-width: 14.4rem;
}
@media (max-width: 1024px) {
  .container {
    max-width: 640px!important;
    padding: 0 20px!important;
  }
}
.navPhoneBtn {
  display: inline-block;
  cursor: pointer;
  float: right;
  text-align: right;
  display: none;
}
.navPhoneBtn span {
  display: block;
  width: 20px;
  height: 2px;
  margin-bottom: 3px;
  position: relative;
  background: #666;
  border-radius: 0px;
  z-index: 1;
  transform-origin: 20px;
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), width 0.5s, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.navPhoneBtn span:nth-last-child(2) {
  transform: rotate(0);
  transition: width .5s ease;
}
.navPhoneBtn span:last-child {
  margin-bottom: 0;
}
.navPhoneBtn.close,
.navPhoneBtn.closeMember {
  opacity: 1;
  z-index: 10;
}
.navPhoneBtn.close span,
.navPhoneBtn.closeMember span {
  opacity: 1;
  transform: rotate(45deg);
}
.navPhoneBtn.close span:nth-last-child(3),
.navPhoneBtn.closeMember span:nth-last-child(3) {
  opacity: 1;
  transform: rotate(-45deg);
}
.navPhoneBtn.close span:nth-last-child(2),
.navPhoneBtn.closeMember span:nth-last-child(2) {
  width: 0;
  opacity: 0;
  transform: rotate(0);
  transition: width .5s;
}
.navPhoneBtn.close span:last-child,
.navPhoneBtn.closeMember span:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .navPhoneBtn {
    display: block;
    margin-right: 0px;
  }
}
.circle {
  width: 0.88rem;
  height: 0.88rem;
  display: block;
  text-align: center;
  z-index: 2;
  margin: auto;
  border-radius: 50%;
  background: transparent;
}
.circle:after {
  content: '';
  display: block;
  margin: auto;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  opacity: 0;
  animation: ripple 2s ease-out 0s infinite;
  background: linear-gradient(to right, #5a3188, #f29c34);
}
.circle:before {
  content: '';
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background-color: #f29c34;
  opacity: 0;
  animation: ripple 2s ease-out 1s infinite;
}
@keyframes ripple {
  0% {
    opacity: 0;
    transform: scale(0.2, 0.2);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
.header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  position: fixed;
  transition: background-color 0.5s;
}
.header > .container {
  display: flex;
  justify-content: space-between;
  height: 0.8rem;
  align-items: center;
  position: relative;
}
.header .logo {
  z-index: 1;
  width: 20%;
  display: inline-block;
  transition: all .5s;
}
.header .logo a {
  display: block;
}
.header .logo img {
  max-height: 0.5rem;
  vertical-align: middle;
  position: relative;
}
.header .right {
  display: flex;
  align-items: center;
}
.header .searchBtn {
  z-index: 2;
  margin-left: 0.3rem;
  width: 0.34rem;
  height: 0.34rem;
  cursor: pointer;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  transition: all 500ms ease;
  z-index: 1;
}
.header .searchBtn:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  background: #f29c34;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transition: 0.5s;
}
.header .searchBtn svg {
  fill: #d3b263;
  width: 0.28rem;
  height: 0.28rem;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: 0.5s;
}
.header .searchBtn:hover:before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.header .searchBtn:hover svg {
  fill: #fff !important;
}
@media (max-width: 1024px) {
  .header {
    top: 0;
    left: 0;
    width: 100%;
    position: fixed;
    background: #fff!important;
    height: 60px!important;
    z-index: 99!important;
    box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.2) !important;
  }
  .header .container {
    padding-left: 0;
    max-width: 640px;
  }
  .header .logo {
    width: auto;
    padding-left: 0;
  }
  .header .logo img {
    max-height: 40px;
  }
  .header .logo .img1 {
    display: inline-block !important;
  }
  .header .logo .img2 {
    display: none!important;
  }
  .header .searchBtn {
    display: none;
  }
}
.header .nav {
  display: inline-block;
}
.header .nav ul {
  display: flex;
  justify-content: space-between;
}
.header .nav li {
  font-size: 0.18rem;
  position: relative;
  transition: all 500ms ease;
  line-height: 0.8rem;
}
.header .nav li > a {
  color: #fff;
  display: block;
  padding: 0 0.35rem;
  transition: all 334ms linear;
}
.header .nav li i {
  width: 0.08rem;
  height: 0.08rem;
  margin-bottom: 0.08rem;
  vertical-align: middle;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  margin-left: 0.1rem;
  font-style: normal;
  display: inline-block;
  font-family: "宋体";
  transform: rotate(45deg);
}
.header .nav li .subnav {
  left: 50%;
  z-index: 9;
  width: 200%;
  top: 0.8rem;
  border-radius: 0.1rem;
  font-size: 0.16rem;
  position: absolute;
  padding: 0.2rem 0;
  backdrop-filter: saturate(180%) blur(5px);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 0.1rem rgba(255, 255, 255, 0.1);
  line-height: 0.3rem;
  color: #fff;
  text-align: center;
  z-index: 99;
  transform-origin: 0 0;
  transform: scaleY(0) translateX(-50%);
  transition: transform .2s;
}
.header .nav li .subnav a {
  color: #333;
  display: block;
  padding: 0.05rem 0.2rem;
}
.header .nav li .subnav a:hover {
  color: #f29c34;
  text-shadow: 0 0 1px #fff;
}
.header .nav li .subnav.show {
  transform: scaleY(1) translateX(-50%);
}
.header .nav li:hover > a {
  color: #f29c34;
}
.header .nav .active > a {
  color: #f29c34;
}
@media (max-width: 1024px) {
  .header .nav {
    display: none;
  }
}
.fixed {
  backdrop-filter: saturate(180%) blur(5px);
  background: rgba(0, 0, 0, 0.85);
  border-bottom: solid 1px #443726;
}
@-webkit-keyframes swiperbanner {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes swiperbanner {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@-webkit-keyframes swiperbanner1 {
  0% {
    width: 100%;
  }
  to {
    width: 1%;
  }
}
@keyframes swiperbanner1 {
  0% {
    width: 100%;
  }
  to {
    width: 1%;
  }
}
@keyframes ripple {
  0% {
    opacity: 0;
    transform: scale(0.1, 0.1);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
#searchPopup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  z-index: 9999;
}
#searchPopup .searchBox {
  color: #fff;
  padding-right: 0;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: -1;
  top: 1.3rem;
  opacity: 0;
  transition: all .5s;
}
#searchPopup .searchBox.fadeIn {
  top: 1rem;
  opacity: 1;
  z-index: 999;
}
#searchPopup .searchBox .container {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
  transform: translateX(0rem);
}
#searchPopup .searchBox input {
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.07);
  border: 1px #fff solid;
  background: #fff;
  color: #666;
  width: 40%;
  padding: 0 10px;
  font-size: 0.14rem;
  height: 0.6rem;
  line-height: 0.58rem;
}
#searchPopup .searchBox input:focus {
  color: #333;
}
#searchPopup .searchBox .btn {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  height: 0.6rem;
  width: 0.6rem;
  background: #f29c34;
  text-align: center;
  display: inline-block;
}
#searchPopup .searchBox .btn svg {
  fill: #fff;
  width: 0.3rem;
  height: 0.3rem;
  margin: 0.15rem;
}
#searchPopup .searchBox .btn .cls-1 {
  fill: #fff;
}
#searchPopup .searchBox .btn .cls-2 {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 2px;
}
#searchPopup .searchBox .btn:hover {
  background: #f29c34;
}
#searchPopup .searchBox .close {
  display: none;
}
#searchPopup .searchBox2.fadeIn {
  top: 0.95rem;
}
@media screen and (max-width: 1024px) {
  #searchPopup .searchBox {
    top: 80px;
  }
  #searchPopup .searchBox .container {
    transform: translateX(0);
  }
  #searchPopup .searchBox input {
    width: 100%;
    padding: 0 10px;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
  }
  #searchPopup .searchBox .btn {
    right: 15px;
    height: 36px;
    width: 36px;
  }
  #searchPopup .searchBox .btn svg {
    width: 20px;
    height: 20px;
    margin: 8px auto 0 auto;
  }
}
.fp-flex {
  display: flex;
  align-items: center;
  height: 100vh;
}
@media (max-width: 1024px) {
  .fp-flex {
    height: auto;
    display: block;
  }
}
.banner {
  position: relative;
}
.swiper-renewal-main {
  position: relative;
}
.swiper-renewal-main .img1 {
  display: none;
}
.swiper-renewal-main .swiper-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
  height: calc(100vh);
}
.swiper-renewal-main .swiper-pagination {
  bottom: auto;
  left: auto;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.swiper-renewal-main .swiper-pagination .swiper-pagination-bullet {
  width: 0.08rem;
  height: 0.08rem;
  background: #f29c34;
  border-radius: 50%;
  margin: 0 0.06rem;
  position: relative;
  overflow: hidden;
  opacity: 1;
}
.swiper-renewal-main .swiper-pagination .swiper-pagination-bullet:after {
  position: absolute;
  top: 0;
  width: 0;
  height: 100%;
  content: '';
  background: #f29c34;
  left: 0;
}
.swiper-renewal-main .swiper-pagination .swiper-pagination-bullet-active {
  width: 0.8rem;
  border-radius: 0.04rem;
  background: rgba(242, 156, 52, 0.29);
}
.swiper-renewal-main .swiper-pagination .swiper-pagination-bullet-active::after {
  -webkit-animation: swiperbanner 5s linear;
  animation: swiperbanner 5s linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.swiper-renewal-main .swiper-pagination .stopya::after {
  -webkit-animation: swiperbanner1 0s linear;
  animation: swiperbanner1 0s linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.swiper-renewal-main .btn {
  bottom: 0.3rem;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 22;
}
.swiper-renewal-main .main_slide_handler {
  display: inline-block;
  vertical-align: middle;
}
.swiper-renewal-main a.slide_btn {
  width: 0.5rem;
  height: 0.24rem;
  border-radius: 0.03rem;
  background: url(../images/control-light.png) no-repeat center center rgba(242, 156, 52, 0.33);
  background-size: cover;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .banner {
    margin-top: 60px;
  }
  .banner .swiper-renewal-main .swiper-slide img {
    height: auto;
  }
  .banner .swiper-renewal-main .img {
    display: none;
  }
  .banner .swiper-renewal-main .img1 {
    display: block;
  }
  .swiper-renewal-main .btn {
    bottom: 10px;
  }
}
.index-title {
  position: relative;
}
.index-title .bt {
  line-height: 0.6rem;
  position: relative;
}
.index-title .cn {
  z-index: 1;
  position: relative;
  font-family: "myfont";
  font-size: 0.42rem;
  color: #f29c34;
}
.index-title .en {
  color: #020202;
  top: 0;
  position: absolute;
  font-size: 0.58rem;
  font-family: "Oswald-Bold";
  text-transform: uppercase;
  text-shadow: #312813 1px 0 0, #312813 0 1px 0, #312813 -1px 0 0, #312813 0 -1px 0;
}
.index-title .icon img {
  max-height: 0.54rem;
}
.index-about {
  color: #fff;
  overflow: hidden;
  background-color: #070707;
}
.index-about .container {
  display: flex;
  justify-content: space-between;
}
.index-about .leftbox {
  display: flex;
  align-items: center;
  width: 70%;
  padding-top: 5%;
}
.index-about .leftbox .text {
  padding-top: 0.1rem;
  line-height: 0.3rem;
}
.index-about .leftbox .text p {
  padding-top: 0.2rem;
}
.index-about .rightbox {
  width: 25%;
}
.index-about .rightbox .pic {
  height: 100vh;
  width: 166.5%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.index-about .numlist {
  padding-top: 0.9rem;
}
.index-about .numlist ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.27rem;
}
.index-about .numlist li {
  width: 25%;
  padding: 0 0.27rem;
}
.index-about .numlist li .item {
  max-width: 2.16rem;
  position: relative;
}
.index-about .numlist li .arrow img {
  max-height: 2.16rem;
  transition: all 1000ms ease;
}
.index-about .numlist li .box {
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  position: absolute;
  transform: translateY(-50%);
}
.index-about .numlist li .box i,
.index-about .numlist li .box em {
  display: inline-block;
  font-style: normal;
}
.index-about .numlist li .box i {
  vertical-align: top;
  font-size: 0.26rem;
}
.index-about .numlist li .box p:last-child {
  color: #cecece;
  font-size: 0.14rem;
}
.index-about .numlist li .counter {
  font-size: 0.54rem;
  line-height: 0.6rem;
  font-family: "Oswald-Bold";
}
.index-about .numlist li:last-child .box em {
  vertical-align: top;
}
.index-about .numlist li:hover .arrow img {
  transform: rotate(180deg);
}
@media (max-width: 1024px) {
  .index-about {
    padding: 50px 0;
  }
  .index-about .index-title {
    text-align: center;
  }
  .index-about .index-title .en {
    width: 100%;
    text-align: center;
  }
  .index-about .container {
    display: block;
  }
  .index-about .leftbox {
    width: 100%;
  }
  .index-about .leftbox .text {
    line-height: 26px;
  }
  .index-about .leftbox .numlist {
    padding-top: 30px;
  }
  .index-about .leftbox .numlist ul {
    margin: 0 -10px;
  }
  .index-about .leftbox .numlist li {
    width: 50%;
    padding: 10px;
  }
  .index-about .leftbox .numlist li .item {
    max-width: 216px;
  }
  .index-about .leftbox .numlist li .box p:last-child {
    font-size: 12px;
  }
  .index-about .leftbox .numlist li .arrow img {
    max-height: 216px;
  }
  .index-about .rightbox {
    display: none;
  }
}
.index-product {
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #000000;
  background-position: top center;
}
.index-product .index-title {
  text-align: center;
}
.index-product .index-title .en {
  width: 100%;
  text-align: center;
}
.index-product .fp-flex {
  align-items: flex-end;
}
.index-product .container {
  position: relative;
}
.index-product .list {
  padding-right: 1px;
}
.index-product .list ul{
  
}
.index-product .list .swiper-slide a {
  font-size: 0.16rem;
  margin: 0.2rem 0;
  padding: 0 0.1rem;
  height: 0.42rem;
  line-height: 0.4rem;
  color: #f29c34;
  display: block;
  text-align: center;
  border-radius: 0.3rem;
  border: solid 1px #f29c34;
  transition: all 500ms ease;
}
.index-product .list .swiper-slide-thumb-active a {
  color: #fff;
  border-color: #f29c34;
  background-color: #f29c34;
  box-shadow: 0 0 0.2rem rgba(255, 228, 0, 0.6);
}
.index-product .list-2 {
  position: relative;
}
.index-product .list-2:after {
  left: 50%;
  content: "";
  bottom: 0;
  transform: translateX(-50%);
  width: 19.2rem;
  height: 6.43rem;
  position: absolute;
  background: url(../images/product-bg.png) no-repeat top center;
  background-size: cover;
}
.index-product .list-2 .item {
  margin: 0 auto;
  position: relative;
  max-width: 10rem;
}
.index-product .list-2 .pic {
  position: relative;
}
.index-product .list-2 .pic:after {
  content: "";
  display: block;
  padding-bottom: 60%;
}
.index-product .list-2 .title {
  left: 50%;
  z-index: 3;
  color: #fff;
  bottom: 0.74rem;
  width: 60%;
  margin: 0 auto;
  position: absolute;
  font-size: 0.18rem;
  text-align: center;
  height: 0.7rem;
  line-height: 0.7rem;
  overflow: hidden;
  transform: translateX(-50%);
}
.index-product .list-2 .swiper-button-prev {
  left: 0;
}
.index-product .list-2 .swiper-button-next {
  right: 0;
}
.index-product .list-2 .swiper-button-prev,
.index-product .list-2 .swiper-button-next {
  width: 0.66rem;
  height: 0.66rem;
  border-radius: 50%;
  margin-top: -1.1rem;
  transition: all 500ms ease;
  border: solid 1px #f29c34;
}
.index-product .list-2 .swiper-button-prev:after,
.index-product .list-2 .swiper-button-next:after {
  color: #f29c34;
  font-size: 0.26rem;
}
.index-product .list-2 .swiper-button-prev:hover,
.index-product .list-2 .swiper-button-next:hover {
  background: #f29c34;
}
.index-product .list-2 .swiper-button-prev:hover:after,
.index-product .list-2 .swiper-button-next:hover:after {
  color: #fff;
}
@media (max-width: 1024px) {
  .index-product {
    position: relative;
    background-image: none!important;
    padding: 0 0 50px 0;
  }
  .index-product .container {
    height: auto;
  }
  .index-product .index-title {
    margin-top: 0;
    z-index: 3;
    position: relative;
  }
  .index-product .list .swiper-slide a {
    font-size: 14px;
    height: 34px;
    line-height: 32px;
    margin: 20px 0;
  }
  .index-product .list-2 {
    left: auto;
    bottom: auto;
    margin-top: 30px;
    position: relative;
  }
  .index-product .list-2 .item {
    max-width: 100%;
  }
  .index-product .list-2 .title {
    bottom: auto;
    font-size: 16px;
    width: 100%;
    position: relative;
  }
}
.index-case {
  overflow: hidden;
}
.index-case .index-title {
  margin-bottom: 0.35rem;
  text-align: center;
}
.index-case .index-title .en {
  width: 100%;
  text-align: center;
}
.index-case .container {
  max-width: 19.2rem;
}
.index-case .picMarquee-top {
  overflow: hidden;
  position: relative;
}
.index-case .picMarquee-top .bd .tempWrap {
  height: 100% !important;
}
.index-case .picMarquee-top .bd ul {
  overflow: hidden;
  zoom: 1;
}
.index-case .picMarquee-top .bd ul li {
  text-align: center;
  zoom: 1;
  width: 6.4rem;
}
.index-case .picMarquee-top .bd ul li .item {
  position: relative;
}
.index-case .picMarquee-top .bd ul li .tit {
  top: 50%;
  left: 0;
  color: #fff;
  z-index: 5;
  width: 100%;
  height: 0.3rem;
  line-height: 0.3rem;
  font-weight: lighter;
  font-size: 0.2rem;
  padding: 0 0.2rem;
  text-align: center;
  transition: all 500ms ease;
  transform: translateY(-50%);
  position: absolute;
 
  display: -webkit-box;
  -webkit-box-orient: vertical;
 
  -webkit-line-clamp: 1;
}
.index-case .picMarquee-top .bd ul li .tit span {
  letter-spacing: -4px;
  font-weight: 700;
  font-size: 0.16rem;
  font-family: "宋体";
  padding-left: 0.2rem;
}
.index-case .picMarquee-top .bd ul li .pic {
  overflow: hidden;
  position: relative;
}
.index-case .picMarquee-top .bd ul li .pic img {
  transition: all 700ms ease;
}
.index-case .picMarquee-top .bd ul li .pic:after {
  content: "";
  display: block;
  padding-bottom: 64.0625%;
}
.index-case .picMarquee-top .bd ul li:hover .tit {
  opacity: 0;
}
.index-case .picMarquee-top .bd ul li:hover .pic img {
  transform: scale(1.1);
}
.index-case .pic2 .bd ul li {
  width: 4.8rem;
}
.index-case .pic2 .bd ul li .pic:after {
  padding-bottom: 73.95833333%;
}
@media (max-width: 1024px) {
  .index-case {
    padding-bottom: 50px;
  }
  .index-case .picMarquee-top .bd ul li {
    width: 3.8rem;
  }
  .index-case .picMarquee-top .bd ul li .pic:after {
    padding-bottom: 63.94736842%;
  }
  .index-case .pic2 .bd ul li {
    width: 2.4rem;
  }
  .index-case .pic2 .bd ul li .pic:after {
    padding-bottom: 74.16666667%;
  }
}
.index-news {
  overflow: hidden;
}
.index-news .index-title {
  margin-top: 0.4rem;
  margin-bottom: 0.6rem;
  text-align: center;
}
.index-news .index-title .en {
  width: 100%;
  text-align: center;
  color: #201f1f;
}
.index-news .item {
  color: #fff;
  background: #151515;
}
.index-news .pic {
  overflow: hidden;
  position: relative;
}
.index-news .pic img {
  transform-origin: top center;
  transition: all 700ms ease;
}
.index-news .pic:after {
  content: "";
  display: block;
  padding-bottom: 74.84848485%;
}
.index-news .text {
  position: relative;
  padding: 0.4rem 0.25rem;
  padding-top: 0.5rem;
}
.index-news .text:after {
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 3;
  position: absolute;
  transition: all 500ms ease;
  background-color: #6f5e36;
  background-image: url(../images/nhover.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.index-news .text .date {
  z-index: 9;
  padding: 0.05rem 0;
  font-size: 0.14rem;
  font-family: arial;
  right: 0.2rem;
  width: 0.5rem;
  background: #333;
  color: #fff;
  line-height: 0.16rem;
  top: -0.32rem;
  text-align: center;
  position: absolute;
  border-top: solid 0.03rem #f29c34;
}
.index-news .text .date span:first-child {
  font-size: 0.34rem;
  line-height: 0.34rem;
  font-family: "Roboto";
}
.index-news .text .tit {
  color: #f29c34;
  font-size: 0.2rem;
  font-weight: 700;
  line-height: 0.3rem;
  height: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.index-news .text .txt {
  color: #fff;
  margin-top: 0.15rem;
  height: 0.56rem;
  line-height: 0.28rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.index-news .text .more {
  transition: all 334ms ease;
  margin-top: 0.3rem;
  font-size: 0.14rem;
  color: #736238;
}
.index-news .text .more img {
  margin-left: 0.1rem;
  margin-top: 0.07rem;
  max-height: 0.04rem;
  transition: all 500ms ease;
}
.index-news .text .more .img2 {
  opacity: 0;
  transform: scale(0);
}
.index-news .text .tit,
.index-news .text .txt,
.index-news .text .more {
  z-index: 9;
  position: relative;
}
.index-news .item:hover .pic img {
  transform: scale(1.1);
}
.index-news .item:hover .text:after {
  opacity: 1;
  height: 100%;
}
.index-news .item:hover .more {
  color: #d2b262;
}
.index-news .item:hover .more .img1 {
  display: none;
}
.index-news .item:hover .more .img2 {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 1024px) {
  .index-news {
    padding: 50px 0;
  }
  .index-news .index-title {
    margin-top: 0;
  }
}
.footer {
  color: #fff;
  overflow: hidden;
  font-size: 0.14rem;
  background: #222222;
  padding-top: 0.65rem;
}
.footer a {
  color: #fff;
  transition: all 334ms ease;
}
.footer a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.footer .footer-list {
  padding-bottom: 0.4rem;
}
.footer .footer-list .logo {
  padding-bottom: 0.3rem;
}
.footer .footer-list .logo img {
  max-height: 1.1rem;
}
.footer .footer-list ul {
  display: flex;
  flex-wrap: wrap;
}
.footer .footer-list li {
  width: 10%;
  padding-right: 0.1rem;
}
.footer .footer-list li .drop a {
  display: block;
  margin-top: 0.2rem;
}
.footer .footer-list li:first-child {
  width: 25%;
}
.footer .footer-list li:first-child .tel {
  padding-bottom: 0.2rem;
  line-height: 0.3rem;
  font-family: "Oswald-Bold";
  font-size: 0.28rem;
}
.footer .footer-list li:first-child .tel a {
  color: #f29c34;
}
.footer .footer-list li:first-child .yx {
  font-size: 0.12rem;
  font-family: "POPPINS";
}
.footer .footer-list li:first-child .button {
  padding-top: 0.2rem;
}
.footer .footer-list li:first-child .button a {
  color: #fff;
  font-size: 0.16rem;
  line-height: 0.5rem;
  display: inline-block;
  width: 1.5rem;
  height: 0.5rem;
  text-align: center;
  transition: all 500ms ease;
  background: url(../images/btn-bg.png) no-repeat center center;
  background-size: cover;
}
.footer .footer-list li:first-child .button a:hover {
  color: #fff;
  font-weight: 700;
}
.footer .footer-list .last {
  width: 25%;
  padding-right: 0;
  text-align: right;
}
.footer .footer-list .item {
  width: 103%;
  display: flex;
  flex-wrap: wrap;
}
.footer .footer-list .item dl {
  width: 33.333%;
  text-align: center;
  padding-top: 0.35rem;
}
.footer .footer-list .item dt img {
  max-height: 0.96rem;
}
.footer .footer-list .item dd {
  padding-top: 0.1rem;
}
@media (max-width: 1024px) {
  .footer {
    font-size: 14px;
  }
  .footer .footer-list li {
    width: 100%!important;
    display: none;
  }
  .footer .footer-list li:first-child,
  .footer .footer-list .last {
    text-align: left;
    display: block;
  }
  .footer .footer-list li:first-child .yx {
    font-size: 12px;
  }
  .footer .footer-list .last {
    padding-top: 30px;
  }
  .footer .footer-list .last dl {
    width: auto;
    padding-right: 10px;
  }
}
.footer-copyright {
  padding: 0.15rem 0;
  border-top: solid 1px #3c372c;
}
.footer-copyright a {
  float: right;
}
.footer-copyright span {
  padding-left: 0.3rem;
}
@media (max-width: 1024px) {
  .footer-copyright {
    font-size: 12px;
    padding: 15px 0;
  }
  .footer-copyright a {
    float: none;
  }
  .footer-copyright span {
    padding-left: 10px;
  }
}
.fp-viewing-section4 .header,
.fp-viewing-section6 .header {
  opacity: 0;
}
.active.index-about .index-title {
  animation: 1.5s titFadeup1 ease;
}
.active.index-about .text {
  animation: 1.6s titFadeup1 ease;
}
.active.index-about .numlist li {
  animation: 1.5s scrollArrow ease;
}
.active.index-product .index-title {
  animation: 1.5s titFadeup1 ease;
}
.active.index-product .list,
.active.index-product .list-2 {
  animation: 1.5s fadeInDown2 ease;
}
.active.index-case .index-title {
  animation: 1.5s titFadeup1 ease;
}
.active.index-news .index-title {
  animation: 1.5s titFadeup1 ease;
}
.active.index-news .list {
  animation: 1.6s fadeInDown2 ease;
}
.inside-banner {
  position: relative;
}
.inside-banner .tu img {
  width: 100%;
}
.inside-banner .text {
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 1;
  position: absolute;
  transform: translateY(-50%);
}
.inside-banner .t1 {
  font-size: 0.48rem;
  font-weight: 700;
  background: linear-gradient(to bottom, #daa768, #f29d36);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  text-shadow: 0 0 0.3rem rgba(255, 228, 0, 0.2);
}
.inside-banner .t2 {
  color: #fff;
  font-size: 0.2rem;
  padding-top: 0.1rem;
}
@media (max-width: 1024px) {
  .inside-banner {
    margin-top: 60px;
  }
  .inside-banner .t1 {
    text-align: center;
  }
  .inside-banner .t2 {
    display: none;
  }
}
.inside-current {
  color: #fff;
  font-size: 0.14rem;
  margin-top: -0.6rem;
  position: relative;
  background: rgba(0, 0, 0, 0.48);
  height: 0.6rem;
  line-height: 0.6rem;
  font-weight: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-current img {
  margin-right: 0.05rem;
  margin-bottom: 0.03rem;
  vertical-align: middle;
  max-height: 0.16rem;
}
.inside-current a {
  color: #fff;
}
.inside-current span {
  color: #f29c34;
}
@media (max-width: 1024px) {
  .inside-current {
    margin-top: 0;
    background: #010001;
    font-size: 14px;
  }
  .inside-current img {
    max-height: 16px;
    height: 40px;
    line-height: 40px;
  }
}
.inside-bg {
  min-height: 3rem;
  background: #010001;
  padding-top: 0.6rem;
}
.inside-bg-2 {
  padding-top: 1.4rem;
}
.inside-menu {
  border-bottom: solid 1px #443726;
}
.inside-menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.inside-menu li {
 width:25%;
  padding-top: 0.1rem;
  text-align: center;
}
.inside-menu li a {
  color: #fff;
  font-size: 0.18rem;
  position: relative;
  display: inline-block;
  padding-bottom: 0.25rem;
}
.inside-menu li a:after {
  content: "";
  left: 50%;
  bottom: -1px;
  height: 0.02rem;
  width: 0;
  opacity: 0;
  position: absolute;
  background: #f29c34;
  transition: all 500ms ease;
}
.inside-menu li:hover a:after,
.inside-menu .cur a:after {
  left: 0;
  width: 100%;
  opacity: 1;
}
@media (max-width: 1024px) {
  .inside-menu {
    display: none;
  }
}
.inside-menu-2 ul {
 
}
.inside-title {
  padding-bottom: 0.3rem;
  position: relative;
  text-align: center;
}
.inside-title:after {
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 0.03rem;
  position: absolute;
  background: linear-gradient(to right, #110d09, #473928, #110d09);
}
.inside-title .cn {
  font-weight: 700;
  font-size: 0.4rem;
  color: #f29c34;
  line-height: 0.5rem;
}
.inside-title .en {
  color: #fff;
  font-size: 0.2rem;
  padding-top: 0.1rem;
}
.inside-news {
  padding-top: 0.6rem;
  padding-bottom: 0.9rem;
}
.inside-news .list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.2rem;
}
.inside-news .list li {
  width: 25%;
  padding: 0 0.2rem;
  padding-top: 0.4rem;
}
@media (max-width: 1024px) {
  .inside-news {
    padding-top: 0;
  }
  .inside-news .list li {
    width: 50%;
  }
}
@media (max-width: 420px) {
  .inside-news .list li {
    width: 100%;
  }
  .inside-news .list li:first-child {
    padding-top: 0;
  }
}
.inside-newsshow {
  color: #999;
  padding-top: 1rem;
  line-height: 0.32rem;
}
.inside-newsshow h1 {
  color: #fff;
  text-align: center;
  font-size: 0.32rem;
  font-weight: normal;
  line-height: 0.5rem;
}
.inside-newsshow .info {
  text-align: center;
  padding: 0.1rem 0;
  margin: 0.3rem 0 0.4rem 0;
  border-top: solid 1px #5b5a5b;
  border-bottom: solid 1px #5b5a5b;
}
.inside-newsshow .info span {
  padding: 0 0.3rem;
  display: inline-block;
}
@media (max-width: 1024px) {
  .inside-newsshow {
    line-height: 26px;
    padding-top: 0;
  }
  .inside-newsshow .info {
    font-size: 12px;
  }
  .inside-newsshow .info span {
    padding: 0 5px;
  }
}
.inside-xg-news {
  padding-top: 0.7rem;
  padding-bottom: 0.8rem;
}
.inside-xg-news .list {
  margin-top: 0.5rem;
}
.inside-case {
  padding-top: 0.44rem;
  padding-bottom: 0.8rem;
}
.inside-case ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.28rem;
}
.inside-case li {
  width: 50%;
  padding: 0 0.28rem;
  padding-top: 0.56rem;
}
.inside-case li .item {
  position: relative;
}
.inside-case li .pic {
  overflow: hidden;
  position: relative;
}
.inside-case li .pic img {
  transition: all 700ms ease;
}
.inside-case li .pic:after {
  content: "";
  display: block;
  padding-bottom: 67.4351585%;
}
.inside-case li .tit {
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  font-weight: lighter;
  padding: 0 0.2rem;
  height: 0.5rem;
  line-height: 0.5rem;
  position: absolute;
  background: rgba(0, 0, 0, 0.48);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-case li .tit span {
  float: right;
  font-family: "宋体";
  letter-spacing: -2px;
  font-weight: 700;
}
.inside-case li:hover .pic img {
  transform: scale(1.1);
}
@media (max-width: 1024px) {
  .inside-case {
    padding-top: 0;
  }
}
@media (max-width: 480px) {
  .inside-case li {
    width: 100%;
  }
  .inside-case li:first-child {
    padding-top: 0;
  }
}
.inside-caseshow {
  color: #fff;
  padding: 0.9rem 0 0.3rem 0;
}
.inside-caseshow h1 {
  text-align: center;
  font-size: 0.42rem;
  font-weight: normal;
  padding-bottom: 0.8rem;
}
.inside-caseshow .myswiper1 {
  background: #fff;
  width: 81.5%;
  float: left;
}
.inside-caseshow .myswiper1 .pic {
  position: relative;
}
.inside-caseshow .myswiper1 .pic:after {
  content: "";
  display: block;
  padding-bottom: 67.29131175%;
}
.inside-caseshow .myswiper2 {
  width: 14%;
  float: right;
  padding: 0.2rem 0;
  overflow: hidden;
  height: 7.9rem;
}
.inside-caseshow .myswiper2 li {
  cursor: pointer;
  background: #fff;
  margin-top: 0.11rem;
  border: solid 1px #fff;
  height: auto!important;
}
.inside-caseshow .myswiper2 .pic {
  position: relative;
}
.inside-caseshow .myswiper2 .pic:after {
  content: "";
  display: block;
  padding-bottom: 67.29131175%;
}
.inside-caseshow .myswiper2 .swiper-slide-thumb-active {
  border-color: #f29c34;
}
.inside-caseshow .swiper-button-prev,
.inside-caseshow .swiper-button-next {
  height: 0.2rem;
  opacity: 1!important;
  width: 100%;
  left: 0;
  margin-top: auto;
  background: #181713;
}
.inside-caseshow .swiper-button-prev:after,
.inside-caseshow .swiper-button-next:after {
  color: #999;
  font-size: 0.16rem;
}
.inside-caseshow .swiper-button-prev:hover,
.inside-caseshow .swiper-button-next:hover {
  background: #f29c34;
}
.inside-caseshow .swiper-button-prev:hover:after,
.inside-caseshow .swiper-button-next:hover:after {
  color: #fff;
}
.inside-caseshow .swiper-button-prev {
  top: 0;
}
.inside-caseshow .swiper-button-prev:after {
  transform: rotate(90deg);
}
.inside-caseshow .swiper-button-next {
  bottom: 0;
}
.inside-caseshow .swiper-button-next:after {
  transform: rotate(90deg);
}
.inside-caseshow .inside-page-news {
  margin-top: 0;
}
@media (max-width: 1024px) {
  .inside-caseshow {
    padding-top: 0;
  }
  .inside-caseshow h1 {
    font-size: 20px;
    padding-bottom: 30px;
  }
  .inside-caseshow .myswiper1 {
    width: 100%;
    float: none;
  }
  .inside-caseshow .myswiper2 {
    padding-top: 10px;
    height: auto;
    width: 100%;
    float: none;
  }
  .inside-caseshow .myswiper2 li {
    margin-top: 0;
  }
  .inside-caseshow .swiper-button-prev,
  .inside-caseshow .swiper-button-next {
    width: 20px;
    bottom: auto;
    margin-top: 0;
    top: 50%;
    opacity: 1;
    margin-top: -10px;
    background: transparent!important;
    position: absolute;
  }
  .inside-caseshow .swiper-button-prev:after,
  .inside-caseshow .swiper-button-next:after {
    color: #fff;
    font-size: 20px;
  }
  .inside-caseshow .swiper-button-prev {
    left: 0;
    transform: rotate(-90deg);
  }
  .inside-caseshow .swiper-button-next {
    left: auto;
    right: 0;
    transform: rotate(-90deg);
  }
}
@media (max-width: 480px) {
  .inside-caseshow h1 {
    font-size: 16px;
  }
}
.inside-xg-case ul {
  flex-wrap: nowrap;
}
.inside-xg-case li {
  padding-left: 0;
  padding-right: 0;
}
.inside-product {
  padding-bottom: 0.8rem;
}
.inside-product ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.45rem;
}
.inside-product li {
  width: 50%;
  padding: 0 0.45rem;
  padding-top: 0.9rem;
}
.inside-product li .item {
  text-align: center;
  padding: 0.7rem 0.35rem;
  border-radius: 0.1rem;
  border: solid 1px #f29c34;
  transition: all 500ms ease;
}
.inside-product li .tit {
  color: #f29c34;
  font-weight: 700;
  font-size: 0.24rem;
  line-height: 0.3rem;
  height: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.inside-product li .txt {
  color: #fff;
  padding: 0 0.35rem;
  margin-top: 20px;
  height: 0.9rem;
  line-height: 0.3rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
.inside-product li .more {
  color: #fff;
  margin-top: 0.35rem;
  font-size: 0.16rem;
  line-height: 0.5rem;
  display: inline-block;
  width: 1.5rem;
  height: 0.5rem;
  text-align: center;
  transition: all 500ms ease;
  background: url(../images/btn-bg.png) no-repeat center center;
  background-size: cover;
}
.inside-product li .pic {
  margin-top: 0.4rem;
  position: relative;
}
.inside-product li .pic:after {
  content: "";
  display: block;
  padding-bottom: 56.66666667%;
}
.inside-product li:hover .item {
  box-shadow: 0 0 0.6rem rgba(242, 156, 52, 0.3);
  border-color: #9b6f30;
}
.inside-product li:hover .more {
  box-shadow: 0 0 0.3rem rgba(242, 156, 52, 0.5);
}
@media (max-width: 1024px) {
  .inside-product ul {
    margin: 0 -10px;
    padding-top: 20px;
  }
  .inside-product li {
    padding: 0 10px;
    padding-top: 20px;
  }
  .inside-product li .item {
    padding-left: 0;
    padding-right: 0;
  }
  .inside-product li .more {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .inside-product li {
    width: 100%;
  }
}
.inside-proshow {
  overflow: hidden;
  color: #fff;
}
.inside-proshow .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.inside-proshow .leftbox {
  width: 41%;
  position: relative;
}
.inside-proshow .leftbox:after {
  content: "";
  bottom: 0rem;
  left: -40%;
  width: 19.2rem;
  height: 5.8rem;
  position: absolute;
  background: url(../images/proshow-bg.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.inside-proshow .leftbox .pic {
  z-index: 2;
  margin: 0 auto;
  width: 100%;
  max-width: 5.8rem;
  position: relative;
}
.inside-proshow .leftbox .pic:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.inside-proshow .rightbox {
  width: 55%;
  z-index: 3;
  position: relative;
  padding-top: 0.9rem;
}
.inside-proshow .rightbox h1 {
  padding-bottom: 0.2rem;
  position: relative;
  font-size: 0.39rem;
  color: #f29c34;
}
.inside-proshow .rightbox h1:after {
  content: "";
  bottom: 0;
  left: 0;
  height: 1px;
  width: 1.4rem;
  position: absolute;
  background: #fff;
}
.inside-proshow .rightbox .text {
  line-height: 0.3rem;
}
.inside-proshow .rightbox .text p {
  padding-top: 0.3rem;
}
@media (max-width: 1024px) {
  .inside-proshow .container {
    display: block;
  }
  .inside-proshow .leftbox,
  .inside-proshow .rightbox {
    width: 100%;
  }
  .inside-proshow .leftbox {
    padding-top: 30px;
  }
  .inside-proshow .leftbox .pic {
    max-width: 80%;
  }
  .inside-proshow .leftbox:after {
    left: -10%;
    bottom: 20px;
  }
  .inside-proshow .rightbox .text {
    line-height: 26px;
  }
}
@media (max-width: 630px) {
  .inside-proshow .leftbox:after {
    left: 0rem;
    width: 12rem;
    height: 3.63rem;
  }
  .inside-proshow .rightbox h1 {
    font-size: 20px;
  }
}
@media (max-width: 440px) {
  .inside-proshow .leftbox:after {
    left: -30px;
    bottom: 10px;
  }
}
@media (max-width: 414px) {
  .inside-proshow .leftbox:after {
    left: -35px;
  }
}
@media (max-width: 400px) {
  .inside-proshow .leftbox:after {
    left: -40px;
  }
}
@media (max-width: 395px) {
  .inside-proshow .leftbox:after {
    left: -50px;
    bottom: 0;
  }
}
@media (max-width: 385px) {
  .inside-proshow .leftbox:after {
    left: -55px;
  }
}
@media (max-width: 375px) {
  .inside-proshow .leftbox:after {
    left: -55px;
  }
}
@media (max-width: 360px) {
  .inside-proshow .leftbox:after {
    left: -65px;
  }
}
.inside-proshow-2 {
  color: #fff;
  padding-top: 0.9rem;
}
.inside-proshow-2 .box {
  display: flex;
  padding-bottom: 0.1rem;
  margin-top: 0.3rem;
  justify-content: space-between;
}
.inside-proshow-2 .table {
  width: 49.3%;
}
.inside-proshow-2 .table td {
  color: #fff;
  padding: 0.1rem 0;
  padding-left: 0.6rem;
}
.inside-proshow-2 .table td:first-child {
  width: 26%;
  font-weight: 700;
}
.inside-proshow-2 .table .bg1 {
  background: #f29c34;
}
.inside-proshow-2 .table .bg2 {
  background: #ffb254;
}
.inside-proshow-2 .table .bg3 {
  background: #1c1c1c;
}
@media (max-width: 1024px) {
  .inside-proshow-2 .box {
    display: block;
  }
  .inside-proshow-2 .table {
    width: 100%;
  }
  .inside-proshow-2 .table td {
    padding-left: 20px;
  }
  .inside-proshow-2 .table td:first-child {
    width: 30%;
  }
}
.inside-proshow-3 {
  padding-top: 0.7rem;
}
.inside-proshow-3 .list {
  position: relative;
  margin-top: 0.5rem;
}
.inside-proshow-3 .list .pic {
  position: relative;
}
.inside-proshow-3 .list .pic:after {
  content: "";
  display: block;
  padding-bottom: 64.28571429%;
}
.inside-proshow-3 .list .swiper-button-prev,
.inside-proshow-3 .list .swiper-button-next {
  transition: all 500ms ease;
  width: 0.45rem;
  height: 0.45rem;
  background: #545454;
  border-radius: 50%;
}
.inside-proshow-3 .list .swiper-button-prev:after,
.inside-proshow-3 .list .swiper-button-next:after {
  color: #fff;
  font-size: 0.2rem;
}
.inside-proshow-3 .list .swiper-button-prev:hover,
.inside-proshow-3 .list .swiper-button-next:hover {
  background: #f29c34;
}
.inside-proshow-3 .list .swiper-button-prev {
  left: -0.7rem;
}
.inside-proshow-3 .list .swiper-button-next {
  right: -0.7rem;
}
@media (max-width: 1024px) {
  .inside-proshow-3 .list .swiper-button-prev {
    left: 0;
  }
  .inside-proshow-3 .list .swiper-button-next {
    right: 0;
  }
}
.inside-proshow-4 {
  overflow: hidden;
  padding-bottom: 0.7rem;
  padding-top: 0.8rem;
}
.inside-proshow-4 .list {
  overflow: hidden;
  height: 5.6rem;
  margin-top: 0.5rem;
}
.inside-proshow-4 .list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.04rem;
}
.inside-proshow-4 .list li {
  padding: 0 0.04rem;
  height: 5.6rem;
  width: 12%;
  transition: all 700ms ease;
}
.inside-proshow-4 .list li .box {
  position: relative;
}
.inside-proshow-4 .list li .item {
  display: block;
  position: relative;
}
.inside-proshow-4 .list li .pic {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  height: 5.6rem;
}
.inside-proshow-4 .list li .txtbox {
  color: #fff;
  width: 100%;
  z-index: 9;
  left: 0rem;
  bottom: 0.5rem;
  padding: 0 0.2rem;
  text-align: center;
  line-height: 0.26rem;
  position: absolute;
  transition: all 334ms ease;
}
.inside-proshow-4 .list li .tit {
  
  line-height: 0.3rem;
  width: 0.4rem;
  color: #fff;
  font-weight: 700;
  font-size: 0.24rem;
}
.inside-proshow-4 .list .active {
  width: 76%;
}
.inside-proshow-4 .list .active .tit {
  width: 100%;
}
.inside-proshow-4 .list .active .txtbox {
  text-align: left;
}
.inside-proshow-4 .inside-page-news {
  margin-top: 0;
}
@media (max-width: 1024px) {
  .inside-proshow-4 .list {
    height: 236px;
  }
  .inside-proshow-4 .list li {
    height: 236px;
  }
  .inside-proshow-4 .list li .pic {
    height: 236px;
  }
  .inside-proshow-4 .list .active .txtbox {
    padding: 15px;
  }
}
@media (max-width: 640px) {
  .inside-proshow-4 .container {
    max-width: 640px;
  }
  .inside-proshow-4 .list li .txtbox {
    padding: 0!important;
    bottom: 20px;
    line-height: 30px!important;
  }
}
@media (max-width: 420px) {
  .inside-proshow-4 .list {
    height: 200px;
  }
  .inside-proshow-4 .list li {
    height: 200px;
    width: 100%!important;
  }
  .inside-proshow-4 .list li .pic {
    height: 200px;
  }
  .inside-proshow-4 .list li .tit {
    text-align: center!important;
    width: 100%!important;
    margin-top: 10px!important;
  }
}
.inside-contact {
  padding-bottom: 1rem;
  padding-top: 0.4rem;
}
.inside-contact .text {
  color: #fff;
  text-align: center;
  padding-top: 0.45rem;
}
.inside-contact .list {
  padding-top: 0.2rem;
}
.inside-contact .list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.2rem;
}
.inside-contact .list li {
  width: 33.333%;
  display: flex;
  padding: 0 0.2rem;
  padding-top: 0.4rem;
}
.inside-contact .list li .item {
  color: #fff;
  width: 100%;
  min-height: 3rem;
  line-height: 0.32rem;
  text-align: center;
  padding: 0.4rem 0.8rem;
  border-radius: 0.1rem;
  border: solid 1px #725028;
  transition: all 500ms ease;
  box-shadow: 0 -0.2rem 0.5rem rgba(57, 36, 12, 0.5) inset;
}
.inside-contact .list li .icon {
  margin-bottom: 0.15rem;
}
.inside-contact .list li .icon img {
  max-height: 1.2rem;
}
.inside-contact .list li .f18 {
  font-weight: 700;
  font-size: 0.18rem;
}
.inside-contact .list li .f18 a {
  color: #fff;
}
.inside-contact .list li:hover .item {
  border-color: #f29c34;
  box-shadow: 0 0 0.6rem rgba(242, 156, 52, 0.3);
}
.inside-contact .listmap {
  margin-top: 0.8rem;
  position: relative;
}
.inside-contact .listmap .address {
  top: 50%;
  left: 50%;
  z-index: 3;
  width: 100%;
  display: flex;
  color: #333333;
  padding: 0.25rem;
  padding-right: 0.4rem;
  text-align: center;
  line-height: 0.32rem;
  align-items: center;
  font-size: 0.18rem;
  max-width: 4.3rem;
  border-radius: 0.1rem;
  background: #fff;
  position: absolute;
  transform: translate(-50%, -50%);
}
.inside-contact .listmap .address:after {
  content: "";
  left: 50%;
  bottom: -0.1rem;
  position: absolute;
  transform: translateX(-50%);
  border-top: solid 0.1rem #ffffff;
  border-left: solid 0.08rem transparent;
  border-right: solid 0.08rem transparent;
}
.inside-contact .listmap .logo {
  width: 40%;
}
@media (max-width: 1024px) {
  .inside-contact {
    padding-top: 0;
  }
  .inside-contact .list li {
    width: 50%;
  }
  .inside-contact .list li .item {
    line-height: 26px;
    padding: 30px 20px;
  }
  .inside-contact .list li .f18 {
    font-size: 14px;
  }
}
@media (max-width: 540px) {
  .inside-contact .list li {
    width: 100%;
  }
}
.inside-message {
  position: relative;
  padding-top: 0.7rem;
}
.inside-message ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.07rem;
  padding-top: 0.46rem;
}
.inside-message li {
  padding: 0 0.07rem;
  padding-top: 0.14rem;
  width: 33.333%;
}
.inside-message li label {
  color: #f30;
  top: 0.14rem;
  left: 0.2rem;
  position: absolute;
}
.inside-message li .box {
  width: 100%;
  position: relative;
}
.inside-message li .input-form,
.inside-message li .textarea-form {
  width: 100%;
  color: #fff;
  border-radius: 0.05rem;
  padding: 0 0.3rem;
  font-size: 0.16rem;
  height: 0.5rem;
  line-height: 0.48rem;
  font-family: "微软雅黑";
  border: solid 1px #684823;
  background: transparent;
  transition: all 500ms ease;
}
.inside-message li .input-form:focus,
.inside-message li .textarea-form:focus {
  background: rgba(255, 255, 255, 0.1);
}
.inside-message li .textarea-form {
  height: 1.4rem;
}
.inside-message li .box-2 {
  display: flex;
  justify-content: flex-end;
}
.inside-message li .bd {
  position: relative;
}
.inside-message li .code {
  width: 6.3rem;
  padding-right: 1.3rem;
}
.inside-message li .codeimg {
  top: 0px;
  right: 0px;
  position: absolute;
}
.inside-message li .codeimg img {
  max-height: 0.5rem;
}
.inside-message li .btn1 {
  color: #fff;
  font-size: 0.16rem;
  line-height: 0.5rem;
  display: inline-block;
  width: 1.5rem;
  height: 0.5rem;
  text-align: center;
  transition: all 500ms ease;
  background: url(../images/btn-bg.png) no-repeat center center;
  background-size: cover;
}
.inside-message li .btn1,
.inside-message li .btn2 {
  margin-left: 0.1rem;
  display: inline-block;
}
.inside-message li .btn2 {
  color: #fff;
  border-radius: 0.05rem;
  text-align: center;
  height: 0.5rem;
  line-height: 0.48rem;
  min-width: 1.5rem;
  border: solid 1px #684823;
}
@media (max-width: 1024px) {
  .inside-message li {
    padding-top: 15px;
    width: 100%;
  }
  .inside-message li .input-form {
    font-size: 14px;
    height: 40px;
    line-height: 38px;
  }
  .inside-message li .textarea-form {
    font-size: 14px;
  }
  .inside-message li .code {
    width: 100%;
    padding-right: 120px;
  }
  .inside-message li .box-2 {
    display: block;
  }
  .inside-message li .box-2 span {
    display: block;
  }
  .inside-message li .codeimg img {
    max-height: 40px;
  }
  .inside-message li .btnbox {
    margin-top: 15px;
  }
  .inside-message li .btn1 {
    margin-left: 0;
    font-size: 16px;
  }
}
.inside-message-2 {
  padding-top: 0;
  padding-bottom: 0.9rem;
}
.inside-about {
  position: relative;
  padding: 1rem 0;
}
.inside-about .inside-title {
  text-align: center;
}
.inside-about .text {
  color: #fff;
  padding-top: 0.15rem;
  line-height: 0.3rem;
}
.inside-about .text p {
  padding-top: 0.3rem;
}
.inside-about .listbox {
  margin: 0 -0.2rem;
  margin-top: 0.5rem;
  display: flex;
}
.inside-about .list,
.inside-about .list-2 {
  width: 50%;
  position: relative;
  padding: 0 0.2rem;
}
.inside-about .list .item,
.inside-about .list-2 .item {
  position: relative;
}
.inside-about .list .bt,
.inside-about .list-2 .bt {
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: 0.18rem;
  padding: 0 0.2rem;
  width: 100%;
  height: 0.5rem;
  line-height: 0.5rem;
  position: absolute;
  background: rgba(0, 0, 0, 0.43);
  border-bottom-left-radius: 0.1rem;
  border-bottom-right-radius: 0.1rem;
}
.inside-about .list .bt p,
.inside-about .list-2 .bt p {
  width: 60%;
}
.inside-about .list .pic,
.inside-about .list-2 .pic {
  position: relative;
  border-radius: 0.1rem;
}
.inside-about .list .pic img,
.inside-about .list-2 .pic img {
  border-radius: 0.1rem;
}
.inside-about .list .pic:after,
.inside-about .list-2 .pic:after {
  content: "";
  display: block;
  padding-bottom: 56.59025788%;
}
.inside-about .list .swiper-pagination,
.inside-about .list-2 .swiper-pagination {
  bottom: 0.15rem;
  right: 0.4rem;
  position: absolute;
}
.inside-about .list .swiper-pagination-bullet,
.inside-about .list-2 .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  margin: 0 0.04rem;
}
.inside-about .list .swiper-pagination-bullet-active,
.inside-about .list-2 .swiper-pagination-bullet-active {
  background: #f29c34;
}
@media (max-width: 1024px) {
  .inside-about {
    padding-top: 0;
  }
  .inside-about .text {
    line-height: 26px;
  }
  .inside-about .list .bt {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .inside-about .listbox {
    display: block;
  }
  .inside-about .list,
  .inside-about .list-2 {
    width: 100%;
  }
  .inside-about .list-2 {
    margin-top: 30px;
  }
}
.history {
  overflow: hidden;
  position: relative;
}
.history .nr {
  margin-top: 0.75rem;
  position: relative;
}
.history .swiper-button-prev,
.history .swiper-button-next {
  width: 0.4rem;
  height: 0.4rem;
  margin-top: -0.7rem;
  transition: all 500ms ease;
  border-radius: 50%;
  border: solid 1px #fff;
}
.history .swiper-button-prev:after,
.history .swiper-button-next:after {
  color: #fff;
  font-size: 0.2rem;
}
.history .swiper-button-prev:hover,
.history .swiper-button-next:hover {
  border-color: #f29c34;
}
.history .swiper-button-prev:hover:after,
.history .swiper-button-next:hover:after {
  color: #f29c34;
}
.history .conTabs {
  overflow: hidden;
}
.history .conTabs .swiper-slide {
  width: 100%;
}
.history .conTabs .box {
  display: flex;
  min-height: 100%;
}
.history .conTabs .pic {
  width: 50%;
  padding-right: 0.5rem;
  float: left;
  overflow: hidden;
}
.history .conTabs .pic span {
  width: 100%;
  float: right;
  display: block;
  overflow: hidden;
  border-radius: 0.1rem;
  position: relative;
}
.history .conTabs .pic span:after {
  content: "";
  display: block;
  padding-top: 56.71641791%;
}
.history .conTabs .text {
  width: 50%;
  float: right;
  padding: 0 0.4rem 0 0.2rem;
  position: relative;
  z-index: 1;
}
.history .conTabs .text .textC {
  color: #fff;
  position: relative;
}
.history .conTabs .text .yearDiv {
  font-size: 0.28rem;
  margin-bottom: 0.8rem;
  text-shadow: 0rem 0.13rem 0.13rem rgba(117, 19, 80, 0.31);
}
.history .conTabs .text .title {
  font-size: 0.32rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.3rem;
}
.history .conTabs .text .year {
  line-height: 3.1rem;
  font-size: 3.06rem;
  line-height: 1;
  font-weight: 700;
  color: #f29c34;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -24%);
}
.history .conTabs .text .p-1 {
  background: #000;
  padding-right: 0.1rem;
  padding-left: 0.2rem;
  line-height: 0.28rem;
  margin-bottom: 0.1rem;
  position: relative;
}
.history .conTabs .text .p-1:before {
  content: "";
  display: block;
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  background: #f29c34;
  position: absolute;
  top: 0.1rem;
  left: 0;
}
.history .conTabs .text .info {
  width: 106%;
  padding-top: 0.05rem;
  padding-bottom: 0.05rem;
  background: #000;
}
.history .menuTabs {
  background-size: cover;
  margin-top: 0.6rem;
  position: relative;
}
.history .menuTabs:before,
.history .menuTabs:after {
  content: "";
  display: block;
  width: 100%;
  background: linear-gradient(90deg, rgba(242, 156, 52, 0.1), #f29c34 40%, #f29c34 60%, rgba(242, 156, 52, 0.1));
  height: 1px;
  position: absolute;
  left: 0;
}
.history .menuTabs:before {
  top: 0;
}
.history .menuTabs:after {
  bottom: 0;
}
.history .menuTabs .line {
  width: 100%;
  height: 0.09rem;
  background-image: repeating-linear-gradient(to right, #724918, #724918 1px, transparent 1px, transparent);
  background-size: 24px 24px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.history .menuTabs .list .year {
  color: #fff;
  line-height: 0.3rem;
  font-size: 0.18rem;
  text-align: center;
  position: relative;
  transition: .5s;
}
.history .menuTabs .list .swiper-slide {
  width: 16.66666667%;
  float: left;
}
.history .menuTabs .list .box {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  cursor: pointer;
  position: relative;
}
.history .menuTabs .list .icon {
  content: "";
  display: block;
  width: 1px;
  height: 0.26rem;
  background: #f29c34;
  position: absolute;
  bottom: 0;
  left: 50%;
}
.history .menuTabs .swiper-slide-thumb-active .year {
  color: #f29c34;
  font-size: 0.28rem;
  font-weight: 700;
}
.history .menuTabs .swiper-slide-thumb-active .icon:before {
  transform: translate(-50%, -50%) scale(1);
}
.history .menuTabs .swiper-slide-thumb-active .icon:after {
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .history {
    max-width: 640px;
    margin: 0 auto;
  }
  .history .nr {
    margin-top: 30px;
  }
  .history .conTabs {
    border-radius: 10px;
    margin-bottom: 40px;
  }
  .history .conTabs .box {
    flex-wrap: wrap;
  }
  .history .conTabs .pic {
    float: none;
    padding: 0;
    width: 100%;
  }
  .history .conTabs .pic span {
    border-radius: 10px;
    float: none;
    max-width: 100%;
  }
  .history .conTabs .pic span:after {
    display: none;
  }
  .history .conTabs .pic img {
    position: static;
    width: 100%;
  }
  .history .conTabs .text {
    float: none;
    padding: 20px 0 0 0;
    width: 100%;
  }
  .history .conTabs .text .title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .history .conTabs .text .year {
    text-align: center;
    font-size: 18px;
    position: static;
    transform: translate(0, 0);
    margin-bottom: 10px;
  }
  .history .conTabs .text .info {
    width: 100%;
    font-size: 14px;
  }
  .history .conTabs .text .p-1 {
    line-height: 1.5;
  }
  .history .menuTabs {
    padding-left: 50px;
    padding-right: 50px;
  }
  .history .menuTabs .list .box {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .history .menuTabs .list .year {
    font-size: 16px;
  }
  .history .menuTabs .line {
    display: none;
  }
  .history .swiper-button-prev,
  .history .swiper-button-next {
    margin-top: 0;
    top: auto;
    bottom: 15px;
  }
  .history .swiper-button-prev {
    left: 40px;
  }
  .history .swiper-button-next {
    right: 40px;
  }
}
.honor {
  padding: 1rem 0;
  position: relative;
}
.honor .swiper-button-prev,
.honor .swiper-button-next {
  width: 0.4rem;
  height: 0.4rem;
  transition: all 500ms ease;
  border-radius: 50%;
  border: solid 1px #fff;
}
.honor .swiper-button-prev:after,
.honor .swiper-button-next:after {
  color: #fff;
  font-size: 0.2rem;
}
.honor .swiper-button-prev:hover,
.honor .swiper-button-next:hover {
  border-color: #f29c34;
}
.honor .swiper-button-prev:hover:after,
.honor .swiper-button-next:hover:after {
  color: #f29c34;
}
.honor .swiper-container-horizontal .list {
  margin-left: 0;
  margin-right: 0;
}
.honor .swiper-container-horizontal .list li {
  padding-left: 0;
  padding-right: 0;
}
.honor .nr {
  position: relative;
}
.honor .list {
  margin-top: 0.8rem;
  margin-left: -0.2rem;
  margin-right: -0.2em;
}
.honor .list li {
  width: 20%;
  float: left;
  padding: 0 0.2rem;
  background: #020a0b;
}
.honor .list .box {
  max-width: 2.02rem;
  margin: auto;
  display: block;
  cursor: pointer;
  position: relative;
  padding: 0.2rem 0;
}
.honor .list .pic {
  padding: 0.06rem 0.05rem;
  background-size: cover;
  position: relative;
}
.honor .list .picC {
  overflow: hidden;
  position: relative;
}
.honor .list .picC:after {
  content: "";
  display: block;
  padding-top: 125.74257426%;
}
.honor .list .picC img {
  transition: .5s;
}
.honor .list .text {
  padding-top: 0.2rem;
}
.honor .list .title {
  color: #fff;
  font-size: 0.16rem;
  text-align: right;
  height: 0.3rem;
  line-height: 0.3rem;
  padding-left: 0.24rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  position: relative;
}
.honor .list .title .icon {
  color: #fff;
  width: 0.2rem;
  height: 0.2rem;
  display: inline-block;
  position: absolute;
  top: 0.03rem;
  left: 0;
}
.honor .list .title .icon svg {
  width: 100%;
  height: 100%;
}
.honor .list .box:hover .title .icon {
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .honor {
    max-width: 640px;
    margin: 0 auto;
  }
  .honor .list {
    margin-top: 30px;
  }
  .honor .list .box {
    max-width: none;
  }
  .honor .list .title {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
  }
  .honor .list .title .icon {
    width: 16px;
    height: 16px;
    top: 3px;
  }
  .honor .swiper-button-prev {
    left: 23px;
    background: rgba(0, 0, 0, 0.5);
  }
  .honor .swiper-button-next {
    right: 23px;
    background: rgba(0, 0, 0, 0.5);
  }
}
.inside-tag {
  color: #fff;
  padding: 0.4rem 0;
}
.inside-tag a {
  color: #fff;
  padding-right: 0.2rem;
  display: inline-block;
}
.inside-tag a:hover {
  color: #f29c34;
}
.inside-page-news {
  font-size: 0.16rem;
  margin-top: 0.6rem;
  height: 0.57rem;
  line-height: 0.55rem;
  overflow: hidden;
  position: relative;
  color: #888;
  border-top: solid 1px #e1e1e1;
  border-bottom: solid 1px #e1e1e1;
}
.inside-page-news li {
  width: 45%;
  float: left;
  transition: all 500ms ease;
  padding: 0 0.6rem;
}
.inside-page-news li a {
  color: #999;
}
.inside-page-news li:nth-child(2) {
  float: right;
}
.inside-page-news .fanhui {
  width: 10%;
  top: 0;
  left: 50%;
  padding: 0;
  height: 100%;
  text-align: center;
  transform: translateX(-50%);
  position: absolute;
  border-left: solid 1px #e1e1e1;
  border-right: solid 1px #e1e1e1;
}
.inside-page-news .fanhui img {
  margin-bottom: 0.03rem;
  vertical-align: middle;
  max-height: 0.2rem;
}
.inside-page-news .fanhui a {
  display: block;
}
.inside-page-news li:hover {
  color: #fff;
}
.inside-page-news li:hover a {
  color: #fff;
}
@media (max-width: 1024px) {
  .inside-page-news {
    margin-top: 30px;
    height: auto;
    border: 0;
    font-size: 14px;
  }
  .inside-page-news li {
    height: 44px;
    overflow: hidden;
    line-height: 43px;
    padding: 0 15px!important;
    width: 100%!important;
    text-align: left!important;
    border-bottom: solid 1px #ddd;
  }
  .inside-page-news .fanhui {
    display: none;
  }
}
.inside-page {
  padding-top: 0.6rem;
  font-size: 0.14rem;
  text-align: center;
  font-family: arial;
}
.inside-page a {
  padding: 0 0.12rem;
  display: inline-block;
}
.inside-page a:hover {
  color: #f29c34;
}
.inside-page a:first-child,
.inside-page a:last-child {
  font-family: "宋体";
  font-weight: 700;
}
.inside-page .cur {
  color: #f29c34;
}
@media (max-width: 1024px) {
  .inside-page {
    font-size: 14px;
  }
}
.inside-map {
  padding-bottom: 0.8rem;
}
.inside-map li {
  padding: 0.15rem 0;
}
.inside-map li a {
  color: #fff;
  font-weight: 700;
}
.inside-map li a:hover {
  color: #f29c34;
}
.inside-map .subnav {
  padding-top: 0.15rem;
}
.inside-map .subnav a {
  color: rgba(255, 255, 255, 0.7);
  padding-right: 0.1rem;
  font-weight: normal;
  display: inline-block;
}
.videoWindow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  display: none;
}
.videoWindow video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13.2rem;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
  max-height: 70%;
  max-width: 80%;
}
.videoWindow i {
  display: block;
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
  width: 0.25rem;
  height: 0.25rem;
  background: url(../images/onlineClose.png) no-repeat center center;
  background-size: contain;
  cursor: pointer;
}
.navM .transparent {
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  display: none;
}
.navM .navMCon {
  background-color: #fff;
  width: 80%;
  min-width: 140px;
  max-width: 440px;
  height: 100%;
  border-left: 1px rgba(0, 0, 0, 0.1) solid;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 2;
  position: fixed;
  z-index: 999;
  top: 0;
  bottom: 0;
  right: auto;
  left: -100%;
  transition: all .5s;
}
.navM .navMWrap {
  overflow-y: auto;
  padding: 10px 20px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.navM.open .transparent {
  display: block;
}
.navM.open .closeBtn {
  display: block;
}
.navM.open .navMCon {
  left: 0;
}
.navM .closeBtn {
  display: none;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #f29c34;
  color: #fff;
  position: absolute;
  z-index: 999;
  right: -40px;
  top: 0;
}
.navM .closeBtn:before,
.navM .closeBtn:after {
  content: "";
  display: block;
  background: #fff;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: rotate(45deg);
}
.navM .closeBtn:before {
  width: 15px;
  height: 1px;
}
.navM .closeBtn:after {
  width: 1px;
  height: 15px;
}
.navM .titleBig {
  text-align: center;
  padding: 10px 0;
  display: none;
}
.navM .navMWrap > .list .title {
  margin-bottom: 10px;
  padding: 5px;
  font-size: 16px;
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
  position: relative;
}
.navM .navMWrap > .list .title .icon {
  width: 40px;
  height: 40px;
  margin: auto;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(45deg);
  transition: all .3s ease;
}
.navM .navMWrap > .list .title .icon:after {
  content: "";
  margin: auto;
  height: 8px;
  width: 8px;
  border-top: 1px #aaa solid;
  border-right: 1px #aaa solid;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform-origin: center center;
}
.navM .navMWrap > .list .has .title .icon {
  display: block;
}
.navM .navMWrap > .list .active .title .icon {
  transform: rotate(135deg);
}
.navM .child {
  padding: 10px 0px 20px 0px;
  display: none;
  position: relative;
}
.navM .child a {
  color: #666;
  display: block;
  font-size: 14px;
  line-height: 24px;
  padding: 5px 0;
  transition: all .5s;
  position: relative;
}
.navM .child a:hover {
  color: #000;
}
.navM .mSearch {
  padding: 10px 0;
  text-align: left;
  overflow: hidden;
  height: 56px;
  border-bottom: #f3f3f3 1px solid;
  position: relative;
}
.navM .mSearch .btn {
  width: 40px;
  height: 40px;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  position: absolute;
  top: 10px;
  margin-top: 0;
  right: 0px;
  background: #ccc;
}
.navM .mSearch .btn img {
  max-height: 20px;
  margin-top: 4px;
  vertical-align: middle;
}
.navM .mSearch input {
  height: 40px;
  line-height: 38px;
  border: 0;
  vertical-align: middle;
  box-sizing: border-box !important;
  color: #333;
  appearance: none;
  transition: all 0.4s cubic-bezier(0.11393, 0.8644, 0.14684, 1);
  opacity: 1;
  width: 100%;
  padding: 5px 30px 5px 15px;
  border-radius: 2px;
  font-size: 16px;
  background-color: #fff;
  position: static;
  left: 0;
  right: 0;
}
.navM .other {
  padding: 10px;
}
.navM .languageBtn {
  padding: 10px 0;
}
.navM .languageBtn a {
  display: block;
  width: 50%;
  float: left;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px #ccc solid;
  margin-right: -1px;
  background: #f29c34;
}


@font-face {
  font-family: 'POPPINS';
  src: url('../fonts/POPPINS-REGULAR.eot');
  src: url('../fonts/POPPINS-REGULAR.oft');
  src: url('../fonts/POPPINS-REGULAR.ttf');
  src: url('../fonts/POPPINS-REGULAR.woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.index-case .picMarquee-top .bd ul li .pic:before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  transition: all 700ms ease;
}