@import "../font/iconfont.css";
.scroll-down {
  text-align: center;
  cursor: pointer;
}
.scroll-down .mouse {
  width: 24px;
  height: 37px;
  background: #910010;
  border-radius: 100px;
  background-size: 100% 200%;
  margin: 0 auto 4px;
  position: relative;
  overflow: hidden;
}
.scroll-down .mouse::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.scroll-down .mouse::after {
  background-color: #fff;
  width: 2px;
  height: 7px;
  -webkit-animation: trackBallSlide 5s linear infinite;
  animation: trackBallSlide 5s linear infinite;
}
.scroll-down .mont {
  margin-top: 10px;
}
@keyframes shake {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -5px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes trackBallSlide {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
  6% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
    transform: scale(0.9) translateY(5px);
  }
  14% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(20px);
    transform: scale(0.4) translateY(20px);
  }
  15%,
  19% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-10px);
    transform: scale(0.4) translateY(-10px);
  }
  28%,
  29.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
  30% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
  36% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
    transform: scale(0.9) translateY(5px);
  }
  44% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(20px);
    transform: scale(0.4) translateY(20px);
  }
  45%,
  49% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-10px);
    transform: scale(0.4) translateY(-10px);
  }
  58%,
  59.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
  66% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
    transform: scale(0.9) translateY(5px);
  }
  74% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(20px);
    transform: scale(0.4) translateY(20px);
  }
  75%,
  79% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-10px);
    transform: scale(0.4) translateY(-10px);
  }
  88%,
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-10px);
    transform: scale(1) translateY(-10px);
  }
}
.header-product-box{
       min-width: 140px;
       /*height: 100vh;*/
        position: absolute;
  left: 50%;
  top: 100%;
   display: none;
   z-index: 1999;
   background: rgba(0, 0, 0, .7);
   transform: translateX(-50%);
   box-shadow: 0 0 8px rgba(193, 201, 211, 0.33);
   }
.header-product {
   position: relative; 
  box-sizing: border-box;
  text-align: center;
  /*padding: 4.06vw 10.33vw 4.9vw;*/
  /*background: #e8e8e8;*/
  /*box-shadow: 0 0 8px rgba(193, 201, 211, 0.33);*/
  width: 100%;
 
  z-index: 1000;
}

.header-product-wrap {
  /*display: flex;*/
  /*justify-content: center;*/
  position: relative;
  z-index: 9;
}
.header-product-item {
  display: block;
  width: 100%;
}
#navbar .interaction:nth-of-type(3) .header-product-box{
    width: 12.6vw;
}
.showChildren .icon{
    transform: rotate(-180deg);
    transition: all .4s ease;
}
.header-product-item:last-child {
  margin-right: 0;
}
.header-product-item dt {
  display: block;
  position: relative;
  padding-bottom: 10px;
  /*border-bottom: 1px solid rgba(0,0,0,.1);*/
}


.header-product-item dt a {
  display: inline-block;
  color: #fff;
  line-height: 1.2;
}
.header-product-item dt a:hover {
  color: #910010;
}
.wechat {
    text-align: center;
}
.wechat img {
    width: 6.875em;
    height: 6.875em;
}
.wechat p {
    font-size: 0.875em;
    opacity: 0.7;
    margin-top: 6px;
}
.hover svg {
    width: 10px;
    height: 10px;
    transition: all 0.4s ease-out;
    margin-left: -20px;
    margin-right: 10px;
    transform: rotateZ(-180deg);
}
.hover svg use {
    fill: none;
    stroke-width: 20;
    stroke: #910010;
    stroke-dasharray: 0,314;
    transition: all 0.4s ease;
}
.hover.active svg use {
    stroke-dasharray: 190,314;
}
#spenavbar {
    position: fixed;
    z-index: 220;
    bottom: 0;
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
}
#spenavbar .main{
    max-width: inherit; 
    margin: 0 ;
}

#spenavbar .buttons {
    position: absolute;
    right: .6rem;
    top: 0;
    height: 5em;
    line-height: 5em;
    z-index: 20;
}
#spenavbar .container {
    background-color: #e1e1e1;
    color: #000;
    height: 100%;
    box-sizing: border-box;
    padding-left: 0;
    opacity: 0;
    transition: all 0.4s ease;
    transform: translateX(5%);
}
@media (min-width: 1281px) {
    #spenavbar .container {
        margin-left: calc(1.2rem + 8.4em);
    }
}
#spenavbar .left {
    width: 44%;
}
#spenavbar .left .top,
#spenavbar .left .bottom {
    box-sizing: border-box;
}
#spenavbar .left .top {
    background-color: #fff;
    padding: 4% 0.9rem;
    height: 36%;
}
#spenavbar .left .top .title {
    font-size: 2em;
    color: #910010;
}
#spenavbar .left .top .content {
    color: #232323;
}
#spenavbar .left .top .content .headline {
    font-size: 1.125em;
    margin-bottom: 0.2rem;
}
#spenavbar .left .bottom {
    padding: 6% 0.9rem;
    padding-right: 0;
    flex: 1;
}
#spenavbar .right {
    box-sizing: border-box;
    padding: 1rem;
    width: 56%;
    overflow-y: auto;
}
#spenavbar .right::-webkit-scrollbar {
    width: 5px;
    background-color: rgba(0, 0, 0, 0.1);
}
#spenavbar .right::-webkit-scrollbar-thumb {
    background-color: #000;
    border-radius: 5px;
}
#spenavbar .right .headline {
    border-bottom: 1px solid rgba(0, 0,0, 0.1);
    padding-bottom: calc(10px + 0.8rem);
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: calc(10px + 0.6rem);
}
#spenavbar .right .list {
    color: #000;
}
#spenavbar .right .list .content {
    font-size: 0.9em;
    display: none;
    padding: 0.2rem 0 0.5rem;
    border-bottom: 1px solid rgba(0, 0,0, 0.1);
    margin-bottom: 0.4rem;
}
#spenavbar .right .list .subset a:hover,
#spenavbar .right .list .subset a.on {
    text-decoration: underline;
    color: #000;
}
#spenavbar .right .list .subset a.on:before {
    content: "•";
}
#spenavbar .right .list .hover {
    padding: 0.2rem 0;
    font-size: 1.5em;
}
#spenavbar .right .list .hover use {
    stroke: #000;
}
#spenavbar .right .list .hover a {
    max-width: 70%;
    height: 1.1em;
    min-height: 12px;
    line-height: 1.1;
    -webkit-line-clamp: 1;
}
#spenavbar .right .list .hover:hover a {
    color: #000;
}
#spenavbar .right .list li.on .content,
#spenavbar .right .list li.active .content {
    display: block;
}
#spenavbar .right .list li.on > .hover a,
#spenavbar .right .list li.active > .hover a {
    color: #000;
    padding-left: 0.1rem;
}
#spenavbar .right .list li.on > .hover svg,
#spenavbar .right .list li.active > .hover svg {
    margin-left: 0;
}
#spenavbar .right .list li.on > .hover use,
#spenavbar .right .list li.active > .hover use {
    stroke-dasharray: 190,314;
}
#spenavbar.on .container {
    transform: translateX(0);
    opacity: 1;
}
#spenavbar .left .top .title .logo{
    width: 150px;
    min-width: auto;
    max-width: auto;
}
@media (max-width: 1480px) {
    #spenavbar .left .top .title .logo{
    width: 130px;
    min-width: auto;
    max-width: auto;
}
}
@media (min-width: 1025px) {
    #spenavbar .right .list .subset {
        margin: -8px -30px 0 0;
    }
    #spenavbar .right .list .subset a {
        margin: 8px 30px 0 0;
    }
}
@media (max-width: 1024px) {
    #spenavbar {
        top: 80px;
    }
    #spenavbar .buttons {
        display: none;
    }
    #spenavbar .container {
        padding: 0;
        display: block;
    }
    #spenavbar .left {
        display: none;
    }
    #spenavbar .right {
        width: auto;
        padding: 20px;
    }
    #spenavbar .right .list .hover {
        padding: 0;
        height: 45px;
    }
    #spenavbar .right .list .content {
        padding: 0 0 20px;
        margin-bottom: 20px;
    }
    #spenavbar .right .list .subset {
        display: block;
    }
    #spenavbar .right .list .subset a {
        margin-top: 5px;
    }
}
html {
  font-family: "Microsoft YaHei", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
  font-size: 100px;
}
body {
  margin: 0;
  overflow-x: hidden;
  font-size: 16px;
}
@media (max-width: 1200px) {
  body {
    font-size: 14px;
  }
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
object {
  pointer-events: none;
}
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}
p,
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}
a:active,
a:hover {
  outline: 0;
}
a:active .oppress img,
a:hover .oppress img {
  transform: scale(1.1);
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
button,
input,
optgroup,
select,
textarea {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
  margin: 0;
  font: inherit;
  color: inherit;
  padding: 0;
  border: 0;
  outline: 0;
  background-color: transparent;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
textarea {
  overflow: auto;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.t-center {
  text-align: center;
}
.col {
  margin-right: -18px;
  margin-bottom: -18px;
}
@media (max-width: 768px) {
  .col {
    margin-right: -10px;
    margin-bottom: -10px;
  }
}
.col .col-content {
  margin-right: 18px;
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .col .col-content {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
.col-2 .col-item {
  width: 50%;
}
.col-3 .col-item {
  width: 33.3333%;
}
.col-4 .col-item {
  width: 25%;
}
@media (max-width: 1000px) {
  .col-4 .col-item {
    width: 33.3333%;
  }
}
@media (max-width: 768px) {
  .col-4 .col-item {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .col-4 .col-item {
    width: 100%;
  }
}
.clearTransition {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}
.transition1 {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.transition2 {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.transition4 {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.transition6 {
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
}
.text-over,
.text-more-over,
.text-more-over4,
.text-more-over5,
.text-more-over3 {
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-over {
  white-space: nowrap;
}
.text-more-over {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.text-more-over3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.text-more-over4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.text-more-over5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.top-item,
.bottom-item,
.middle-item {
  display: inline-block;
}
.middle-item {
  vertical-align: middle;
}
.top-item {
  vertical-align: top;
}
.bottom-item {
  vertical-align: bottom;
}
.not-float,
.clear-middle {
  width: auto;
}
.contain-img,
.cover-img,
.containImg,
.coverImg {
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.contain-img,
.containImg {
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.cover-img,
.coverImg {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.full {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.full.left {
  right: auto;
}
.full.right {
  left: auto;
}
.full.top {
  bottom: auto;
}
.full.bottom {
  top: auto;
}
.tab-content .item,
.none {
  display: none;
}
a,
.clear-middle,
.clear:after,
.tab-content .item.active,
.square:after,
.pos-cont:after,
.top50,
.block-cont:after,
.block {
  display: block;
}
.fade {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
a,
.fade,
.touch .default {
  transition: all 0.4s ease;
}
.fade-active,
.touch.on .fade,
.touch.swiper-slide-active .fade,
.touch:hover .fade {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.fade-enter-to,
.fade-leave,
.fade-on {
  visibility: visible;
  opacity: 1;
  pointer-events: unset;
}
.circle {
  -webkit-border-radius: 960px;
  -moz-border-radius: 960px;
  border-radius: 960px;
}
.square:after {
  padding-top: 100%;
}
.pull-back {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .hide-mob {
    display: none;
  }
}
@media (min-width: 1024px) {
  .hide-pc {
    display: none;
  }
}
.fade-masking {
  background-image: -webkit-linear-gradient(bottom, #000, transparent);
  background-image: -moz-linear-gradient(bottom, #000, transparent);
  background-image: -ms-linear-gradient(bottom, #000, transparent);
  background-image: -o-linear-gradient(bottom, #000, transparent);
  background-image: linear-gradient(bottom, #000, transparent);
}
@keyframes appear-show {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes appear-hide {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}
@keyframes sport-right {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes sport-reset {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes sport-default {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.interaction.active > .default,
.interaction.swiper-slide-active > .default,
.interaction:hover > .default {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
}
.interaction.active > .fade,
.interaction.swiper-slide-active > .fade,
.interaction:hover > .fade {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
#fade-panel {
  display: none;
  position: fixed;
  z-index: 2100;
}
#fade-panel .close {
  position: absolute;
  left: 50%;
  top: 100%;
  margin: 16px 0 0 -16px;
  width: 32px;
  height: 32px;
  opacity: 0.4;
  cursor: pointer;
}
#fade-panel .close:hover {
  opacity: 1;
}
#fade-panel .close:after,
#fade-panel .close:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  margin-top: -0.5px;
  background-color: #fff;
}
#fade-panel .close:before {
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}
#fade-panel .close:after {
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
#panel-bg {
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
}
#panel-content {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 852px;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
#panel-content.video {
  height: 80%;
}
#panel-content.video > .video {
  display: block;
}
#panel-content.iframe > .iframe {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 0 none;
  display: block;
}
#panel-content.iframe:after {
  width: 100%;
  padding-top: 64%;
}
#panel-content.img {
  height: 80%;
}
#panel-content.img > .img {
  display: block;
}
#panel-content > .video-box {
  max-width: 100%;
  max-height: 100%;
  display: none;
}
.box-3d {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.spacing,
.spacing-top {
  padding-top: 1rem;
}
@media (max-width: 1000px) {
  .spacing,
  .spacing-top {
    padding-top: 50px;
  }
}
.spacing,
.spacing-bottom {
  padding-bottom: 1rem;
}
@media (max-width: 1000px) {
  .spacing,
  .spacing-bottom {
    padding-bottom: 50px;
  }
}
.body-container {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}
.hoz-container {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
@media (max-width: 768px) {
  .hoz-container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.row-container {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}
@media (max-width: 768px) {
  .row-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.edit-content {
  line-height: 1.8;
}
.edit-content img {
  height: auto !important;
}
.load-more-state {
  text-align: center;
  opacity: 0.7;
  padding-top: 30px;
  margin-top: 0.2rem;
}
.load-more-state > .state.loading,
.load-more-state > .state.end {
  display: none;
}
.load-more-state > .state > .iconfont {
  font-size: 150%;
  opacity: 0.5;
  display: inline-block;
}
.load-more-state > .state.loading > .iconfont {
  animation: xuanzhuan 2s ease-out infinite;
}
@keyframes xuanzhuan {
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.load-more-state.loading > .state.default,
.load-more-state.loading > .state.end {
  display: none;
}
.load-more-state.loading > .state.loading {
  display: block;
}
.load-more-state.end > .state.default,
.load-more-state.end > .state.loading {
  display: none;
}
.load-more-state.end > .state.end {
  display: block;
}
.load-more-state.active {
  background-color: #910010;
  color: #fff;
}
.adpat-text {
  font-size: 20px;
}
@media (max-width: 1500px) {
  .adpat-text {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .adpat-text {
    font-size: 16px;
  }
}
.text-node {
  font-size: 16px;
  line-height: 1.8;
  opacity: 0.7;
}
@media (max-width: 1440px) {
  .text-node {
    line-height: 1.6;
    font-size: 14px;
  }
}
/*.text-node * {*/
/*  font-size: inherit !important;*/
/*  line-height: inherit !important;*/
/*}*/
.object-cover {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.oppress {
  overflow: hidden;
}
.oppress img,
.oppress .cover-img,
.oppress .contain-img,
.oppress .img {
  transition: all 2s linear;
}
.oppress:hover img,
.oppress:hover .cover-img,
.oppress:hover .contain-img,
.oppress:hover .img {
  transform: scale(1.1);
}
.f12 {
  font-size: 12px;
}
.f14 {
  font-size: 14px;
}
.f18 {
  font-size: 18px;
}
.f20 {
  font-size: 20px;
}
.f22 {
  font-size: 22px;
}
.f24 {
  font-size: 24px;
}
.f26 {
  font-size: 26px;
}
.f30 {
  font-size: 30px;
}
.f32 {
  font-size: 32px;
}
.f36 {
  font-size: 36px;
}
.f40 {
  font-size: 40px;
}
.f45 {
  font-size: 45px;
}
.bold {
  font-weight: bold;
}
.pa,
.pt {
  padding-top: 1.2rem;
}
@media (max-width: 1480px){
    .f24 {
  font-size: 18px;
}
    .f22 {
  font-size: 18px;
}
}
@media (max-width: 1080px) {
  .pa,
  .pt {
    padding-top: 50px;
  }
}
.pt,
.pb {
  padding-bottom: 1.2rem;
}
@media (max-width: 1080px) {
  .pt,
  .pb {
    padding-bottom: 50px;
  }
}
[class^="flex"],
[class*=" flex"] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.flex-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.flex-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.flex-balance,
.flex-between {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.flex-gather,
.flex-center {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.flex-balance,
.flex-gather,
.flex-middle {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.flex-wrap {
  -webkit-box-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-around {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.flex-column {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.colfff {
  color: #fff;
}
.maincolor {
  color: #910010;
}
.op7 {
  opacity: 0.7;
}
.op8 {
  opacity: 0.8;
}
.zindex-200 {
  position: relative;
  z-index: 200;
}
.select-box {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}
/* SELECT - Normal State */
.select-box select {
  width: 100%;
  height: 100%;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  padding: 0 44px;
}
@media (max-width: 1000px) {
  .select-box select {
    padding: 0 20px;
  }
}
/* SELECT - Hover */
.select-box select:hover,
.select-box select:focus {
  color: #000;
  background: rgba(0, 0, 0, 0.05);
}
/* SELECT - Arrow */
.select-box:before {
  content: "";
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 44px;
  width: 12px;
  height: 8px;
  pointer-events: none;
  z-index: 1;
  background-image: url("../images/arrow-icon.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 1000px) {
  .select-box:before {
    right: 20px;
  }
}
/* SELECT - Disabled */
.select-box select:disabled {
  pointer-events: none;
  opacity: 0.5;
}
#aside {
  position: fixed;
  text-align: center;
  z-index: 20;
  padding: 0;
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.2));
  overflow: visible;
  left: 0.75em;
}
#aside .item + .item {
  margin-top: 0.75em;
}
#aside .item .cc {
  width: 2.625em;
  height: 2.625em;
  border-radius: 50%;
  background-color: #fff;
  color: 838383;
  transition: all 0.4s ease-out;
  box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.15);
}
#aside .item .cc .icon {
  font-size: 1.5em;
}
#aside .item .fade {
  position: absolute;
  left: 100%;
  padding-left: 0.5em;
  margin-left: -8px;
  top: 50%;
  transform: translateY(-50%);
}
#aside .item .content {
  background-color: #910010;
  border-radius: 6px;
  padding: 16px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
#aside .item .content .char {
  color: #fff;
  white-space: nowrap;
  font-size: 1.25em;
  line-height: 1;
  font-weight: bold;
}
#aside .item .content img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  max-width: unset;
}
#aside .item.active .cc,
#aside .item:hover .cc {
  background-color: #910010;
  color: #fff;
}
#aside .item.active .fade,
#aside .item:hover .fade {
  margin-left: 0;
}
@media (max-width: 800px) {
  #aside {
    bottom: 60px;
  }
  #aside .fade {
    display: none;
  }
}
@media (min-width: 801px) {
  #aside {
    bottom: 20px;
  }
  #aside .fill {
    display: none;
  }
}
.same-title {
  position: relative;
}
.same-title .headline {
  position: absolute;
  left: 0;
  top: 5px;
  margin-top: 0;
  line-height: 1;
  transform: translateY(-50%);
  font-size: 0.6rem;
  opacity: 0.1;
  font-family: "adineueBold", sans-serif;
  text-transform: uppercase;
  pointer-events: none;
  font-weight: bold;
  white-space: nowrap;
}
.same-title .h2 {
  color: #910010;
  font-size: 36px;
  font-weight: bold;
  font-family: "SourceHanSansSC", sans-serif;
}
.same-title.same-title-line {
  padding-bottom: 40px;
}
.same-title.same-title-line::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25px;
  height: 4px;
  background-color: #910010;
  border-radius: 2px;
}
@media (max-width: 1000px) {
  .same-title .headline {
    font-size: 0.3rem;
  }
  .same-title .h2 {
    font-size: 24px;
  }
}
.same-line-title {
  padding-left: 23px;
  position: relative;
}
.same-line-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 5px;
  height: 75%;
  transform: translateY(-50%);
  background-color: #910010;
}
.bottom-line-title {
  position: relative;
}
.bottom-line-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 120px;
  width: 42px;
  height: 4px;
  background-color: #000;
}
@media (max-width: 800px) {
  .bottom-line-title::before {
    top: 60px;
  }
}
/* 滚动图 */
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px !important;
  background-color: #910010 !important;
  border-radius: 0;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px !important;
  background-color: rgba(0, 0, 0, 0.1) !important;
}

@media (max-width: 1024px) {
  .f14 {
    font-size: 12px;
  }
  .f18 {
    font-size: 16px;
  }
  .f20 {
    font-size: 18px;
  }
  .f22 {
    font-size: 18px;
  }
  .f30 {
    font-size: 24px;
  }
  .f32 {
    font-size: 26px;
  }
  .f36 {
    font-size: 28px;
  }
  .f40 {
    font-size: 29px;
  }
  .f45 {
    font-size: 30px;
  }
  .dot .box img {
    width: 160px;
  }
}
ul.pagination {
  text-align: center;
  padding-top: 20px;
  margin-top: 0.3rem;
  padding-left: 0;
  font-size: 0;
  color: #a7a7a7;
  font-family: "adineueBold", sans-serif;
}
ul.pagination li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 calc(8px + 0.1rem);
  border-radius: 100px;
  transition: all 0.2s ease-out;
  position: relative;
  overflow: hidden;
  line-height: calc(2.5em - 4px);
  font-size: 20px;
}
ul.pagination li a {
    width: 100%;
  transition: none;
}
ul.pagination li span {
  display: block;
}
ul.pagination li a,
ul.pagination li span {
  font-size: 0.9em;
  position: relative;
  z-index: 2;
}
ul.pagination li:hover,
ul.pagination li.active {
  color: #910010;
  text-decoration: underline;
}
ul.pagination li:last-child,
ul.pagination li:first-child {
  text-decoration: unset;
  background-color: #fff;
  border: 2px solid #ddd;
  box-sizing: border-box;
  width: 2.5em;
  height: 2.5em;
}
ul.pagination li:last-child > span,
ul.pagination li:first-child > span {
  display: block;
}
ul.pagination li:last-child > a,
ul.pagination li:first-child > a,
ul.pagination li:last-child > span,
ul.pagination li:first-child > span {
  overflow: hidden;
  text-indent: -100px;
  font-size: 0.9em;
  font-family: "iconfont";
}
ul.pagination li:last-child > a:after,
ul.pagination li:first-child > a:after,
ul.pagination li:last-child > span:after,
ul.pagination li:first-child > span:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-indent: 0;
}
ul.pagination li:last-child:hover,
ul.pagination li:first-child:hover {
  color: #910010;
  background-color: #fff;
}
ul.pagination li:last-child {
  margin-left: 0.24rem;
  margin-right: 0;
}
ul.pagination li:last-child > a:after,
ul.pagination li:last-child > span:after {
  content: "\e85c";
}
ul.pagination li:first-child {
  margin-right: 0.24rem;
  margin-left: 0;
}
ul.pagination li:first-child > a:after,
ul.pagination li:first-child > span:after {
  content: "\e85e";
}
ul.pagination li.disabled {
  pointer-events: none;
}
@media (max-width: 1680px) {
  ul.pagination li {
    font-size: 18px;
  }
}
@media (max-width: 1440px) {
  ul.pagination li {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  ul.pagination li {
    font-size: 14px;
  }
}
body > .fill {
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
}
img {
  border: 0;
  max-width: 100%;
  vertical-align: middle;
}
.main {
  max-width: 1520px;
  margin: 0 auto;
}
@media (max-width: 1600px) {
  .main {
    max-width: 1400px;
  }
}
@media (max-width: 1480px) {
  .main {
    max-width: 1200px;
  }
}
@media (max-width: 1280px) {
  .main {
    max-width: 1100px;
  }
}
@media (max-width: 1080px) {
  .main {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
}
.swiper-pagination.default {
  padding-top: 10px;
  margin: 0.3rem auto 0;
  width: auto;
  transform: none !important;
  position: static;
}
.swiper-pagination.default .swiper-pagination-bullet {
  transition: all 0.4s ease;
  width: 0.6em;
  height: 0.6em;
  opacity: 1;
  flex-shrink: 0;
  margin: 0 calc(2px + 0.08rem);
  background-color: #bdbdbd;
}
.swiper-pagination.default .swiper-pagination-bullet-active {
  background-color: #910010;
}
.swiper-pagination.white .swiper-pagination-bullet-active,
.swiper-pagination.white .swiper-pagination-bullet {
  background-color: #fff;
}
.swiper-pagination.white .swiper-pagination-bullet {
  opacity: 0.5;
}
.swiper-pagination.white .swiper-pagination-bullet-activ {
  opacity: 1;
}
.swiper-pagination.white.timing .cls-1 {
  stroke: #fff;
}
.swiper-pagination.white.timing .cls-2 {
  fill: #fff;
}
.swiper-pagination.timing .swiper-pagination-bullet {
  background-color: transparent;
  margin: 0 0.75em;
  width: 2em;
  height: 2em;
}
.swiper-pagination.timing .cls-1 {
  fill: none;
  stroke: #910010;
  stroke-width: 4;
  stroke-dasharray: 0, 314;
  animation-duration: var(--duration--);
  animation-timing-function: linear;
}
.swiper-pagination.timing .cls-2 {
  fill: #910010;
}
.swiper-pagination.swiper-pagination-lock {
  display: none;
}
.logo {
  max-width: 11.5em;
  min-width: 150px;
}
@media (max-width: 768px) {
  .logo {
    max-width: 7em;
    min-width: 100px;
  }
}
.rang-box {
  width: 7em;
}
.rang-box label {
  color: #454545;
}
.rang-box label .char,
.rang-box label input {
  transition: all 0.4s ease-out;
}
.rang-box label .char {
  font-size: 12px;
}
.rang-box label .input {
  width: 2.5em;
  height: 1.5em;
}
.rang-box label .input input {
  text-align: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #c6c6c6;
  background-color: #f7f7f7;
  transition: all 0.4s ease;
  font-size: 0.875em;
}
.rang-box dd {
  margin: 0.75em 0 0;
  height: 0.75em;
  position: relative;
}
.rang-box dd .handle,
.rang-box dd .capacity,
.rang-box dd .occupy {
  position: absolute;
}
.rang-box dd .capacity,
.rang-box dd .occupy {
  left: 0;
  right: 0;
  top: 50%;
  height: 2px;
  margin-top: -1px;
}
.rang-box dd .occupy,
.rang-box dd .handle {
  background-color: #797979;
  transition: background-color 0.2s ease-out, margin 0.1s ease-out;
}
.rang-box dd .capacity {
  background-color: #cccccc;
  z-index: 1;
}
.rang-box dd .occupy {
  background-color: #797979;
  z-index: 2;
}
.rang-box dd .handle {
  top: 0;
  z-index: 3;
  left: -0.375em;
  width: 0.75em;
  height: 0.75em;
  border-radius: 0.75em;
  cursor: grab;
}
.rang-box dd .handle:after {
  content: "";
  display: block;
  position: absolute;
  left: -0.5em;
  top: -0.5em;
  right: -0.5em;
  bottom: -0.5em;
}
.rang-box.handle-left .occupy,
.rang-box.handle-right .occupy,
.rang-box.handle-left .handle.left,
.rang-box.handle-right .handle.right {
  background-color: #910010;
}
.rang-box.handle-left label:first-child .char,
.rang-box.handle-right label:last-child .char {
  color: #910010;
}
.rang-box.handle-left label:first-child input,
.rang-box.handle-right label:last-child input {
  border-color: #910010;
}
body.handle-min,
body.handle-max,
body.handle-min .rang-box .handle,
body.handle-max .rang-box .handle {
  cursor: grabbing;
}
body.handle-min .rang-box.active .occupy,
body.handle-min .rang-box.active .handle.left {
  background-color: #910010;
}
body.handle-max .rang-box.active .occupy,
body.handle-max .rang-box.active .handle.right {
  background-color: #910010;
}
.more {
  width: 198px;
  height: 59px;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  color: #fff;
}
.more > span {
  margin-right: 0.5em;
}
.more .icon {
  font-size: 20px;
}
.more:hover {
  background-color: #910010;
  border-color: #910010;
}
.more.spe-more {
  width: auto;
  height: auto;
  color: #000;
  border: none;
}
.more.spe-more:hover {
  color: #910010;
  background-color: transparent;
  border-color: transparent;
}
.more.active-more {
  background-color: #910010;
}
.more.active-more:hover {
  background-color: #fff;
  color: #910010;
}
.more.gray-more {
  border-color: rgba(0, 0, 0, 0.6);
  color: rgba(0, 0, 0, 0.6);
}
.more.gray-more:hover {
  color: #fff;
  background-color: #910010;
  border-color: #910010;
  opacity: 1;
}
.more.white-more {
  color: #000;
  background-color: #fff;
  width: 132px;
  height: 46px;
}
.more.white-more > span {
  margin-right: 0.4em;
  font-size: 14px;
}
.more.white-more .icon {
  font-size: 18px;
}
.more.white-more:hover {
  background-color: #910010;
  color: #fff;
}
@media (max-width: 1080px) {
  .more {
    width: 140px;
    height: 40px;
  }
  .more .icon {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .more {
    width: 100px;
  }
  .more > span {
    margin-right: 0.2em;
  }
  .more .icon {
    font-size: 16px;
  }
}
.go .icon-box {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #fff;
  margin-left: 10px;
}
.go.spe-go .icon-box {
  width: 47px;
  height: 47px;
  border: none ;
  transition: all 0.4s ease-out;
  font-size: 24px;
}
.share .item {
  margin-right: 15px;
}
.share .item .cc {
  width: 2.625em;
  height: 2.625em;
  border-radius: 50%;
  transition: all 0.4s ease-out;
  background-color: rgba(115, 115, 115, 0.3);
}
.share .item .cc .icon {
  font-size: 1em;
  opacity: 0.8;
}
.share .item.active .cc,
.share .item:hover .cc {
  background-color: #910010;
  color: #fff;
}
.share .item.active .cc .icon,
.share .item:hover .cc .icon {
  opacity: 1;
}
#header {
  position: absolute;
  left: 0;
  top: 0;
  height: 100px;
  width: 100%;
  z-index: 206;
  transform: translateY(0);
}

#header .main {
  height: 100%;
  /*position: relative;*/
}
#header .left-info {
  padding: 0 20px 0 0;
  position: relative;
  width: 220px;
  height: 100px;
  color: #fff;
  /*background-color: #fff;*/
  box-sizing: border-box;
}
#header .left-info .logo-box .info {
  padding-left: 18px;
  position: relative;
}
#header .left-info .logo-box .info::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 20px;
  background-color: #fff;
  /*opacity: 0.5;*/
  transform: translateY(-50%);
}
#header .right-box{
    width: 14%;
    padding-left: 30px ;
}
#header .right-box .nav-btn {
  /*position: absolute;*/
  /*top: 50%;*/
  /*left: 0;*/
  /*transform: translateY(-50%);*/
  width: 30px;
  cursor: pointer;
  position: relative;
}
@media (max-width: 1280px) {
    #header .right-box{
    width: 17%;
     padding-left: 10px ;
}
}
@media (max-width: 1000px) {
    
  #header .right-box .nav-btn {
    /*top: 35px;*/
    /*right: 30px;*/
    /*transform: translateY(0);*/
  }
}
#header .right-box .nav-btn .middle-item {
  z-index: 2;
  width: 30px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
    #header{
        height: 80px;
    }
    #header.on{
        background: #910010;
    }
  #header .right-box .nav-btn .middle-item {
    width: 20px;
  }
}
#header .right-box .nav-btn .middle-item > .full {
  background-color: #fff;
  width: 100%;
  height: 2px;
}
#header.page-header .left-info .logo-box .info::before,
#header.page-header .right-box .nav-btn .middle-item > .full{
    background-color: #000;
}
#header .right-box .search{
    cursor: pointer;
    margin-right: 10px;
}
#header.fixed .right-box .search,
#header.page-header .right-box .search{
    color: #000;
}
#header .right-box .nav-btn .middle-item > .full.middle {
  top: 50%;
  bottom: auto;
  margin-top: -1px;
}
#header .right-box .nav-btn .middle-item.active .top {
  top: 50%;
  margin-top: -1px;
  transform: rotateZ(45deg);
}
#header .right-box .nav-btn .middle-item.active .middle {
  opacity: 0;
}
#header .right-box .nav-btn .middle-item.active .bottom {
  bottom: 50%;
  margin-bottom: -1px;
  transform: rotateZ(-45deg);
}
#header .right-info {
    width: 65%;
  height: 100%;
}
#header .language-menu {
  /*margin-left: 20px;*/
  transition: color 0.3s ease, opacity 0.3s ease;
  position: relative;
}
#header .language-menu__placeholder {
  cursor: pointer;
  transition: color 0.3s ease;
}
#header .language-menu__placeholder .icon-diqiu {
  font-size: 22px;
  margin-right: 10px;
  transition: transform 0.3s ease;
}
#header .language-menu__placeholder .icon-arrow-down {
  font-size: 14px;
  margin-left: 5px;
  transition: transform 0.3s ease;
}
#header .language-menu__dropdown {
  display: block;
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 9;
  width: 82px;
  padding-top: 8px;
  transform: translate(-50%, 0);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
#header .language-menu__dropdown ul {
  width: 100%;
  padding: 8px 20px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  background-color: #fff;
  text-align: center;
  box-sizing: border-box;
}
#header .language-menu__dropdown a:hover {
  color: #910010;
}
#header .language-menu:hover .language-menu__placeholder .icon-diqiu {
  transform: rotate(360deg);
}
#header .language-menu:hover .language-menu__placeholder .icon-arrow-down {
  transform: rotate(-180deg);
}
#header .language-menu:hover .language-menu__dropdown {
  visibility: visible;
  opacity: 1;
}
#header.select {
  transform: translateY(0);
  background-color: transparent;
}
#header.select .substitution {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
}
@media (max-width: 1680px) {
  #header .right-info{
      width: 70%;
  }
}
@media (max-width: 1480px) {
  #header .left-info {
    /*padding: 0 20px;*/
    width: 200px;
  }
  #header .left-info .info {
    display: none;
  }
  #header .right-info{
      width: 74%;
  }
}

@media (max-width: 768px) {
  #header .left-info {
    width: 150px;
    height: 70px;
    padding: 0 20px 0 10px;
  }
  #header .right-info{
      width: 58%;
  }
  #header .right-box {
    width: 100%;
}
  #header .language-menu {
    padding-left: 0;
    margin-left: 0;
  }
  #header .language-menu::before {
    display: none;
  }
  #header .language-menu__dropdown {
    left: 0;
    transform: translate(0);
  }
}
#header .logo .red-logo{
    display: none;
}
#header.fixed,
#header.page-header {
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  z-index: 206;
  position: relative;
}
#header.fixed .left-info,
#header.page-header .left-info {
    color: #000;
  /*background-color: #e8e8e8;*/
  padding-left: 20px;
}
/*#header .logo img,*/
/*#header.fixed .logo img{*/
/*    max-width: 135px;*/
/*}*/
#header.fixed .logo .white-logo{
   display: none;
}
#header.fixed .logo .red-logo{
   display: block;
}
#header.fixed .right-box .nav-btn,
#header.page-header .right-box .nav-btn {
  width: 77px;
  height: 100%;
  /*padding-left: 36px;*/
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  right: 0;
}
/*#header.fixed .left-info .logo-box,#header.page-header .left-info .logo-box {*/
/*    margin-left: -20px;*/
/*}*/
#header.fixed.select,
#header.page-header.select {
  background-color: #910010;
}

#header.fixed.select .language-menu__placeholder,
#header.page-header.select .language-menu__placeholder {
  color: #fff;
}
#header.fixed #navbar,
#header.page-header #navbar {
  color: #656565;
}
#header.fixed .right-box::before ,
#header.page-header .right-box::before {
  background-color: #656565;
}
#header.fixed .left-info .logo-box .info::before,
#header.fixed .right-box .nav-btn .middle-item > .full{
    background-color: #000;
}
#header.fixed .language-menu__placeholder,
#header.page-header .language-menu__placeholder {
  color: #656565;
}
#header.fixed #navbar .interaction:hover,#header.fixed #navbar .interaction.active {
    color: #910010;
}
#header.fixed #navbar .interaction .item::after {
    background-color: #910010;
}
#header.page-header.fixed,
#header.fixed{
    position: fixed;
    animation:  moveY .6s ease forwards;
}
@keyframes moveY{
    0%{
        transform: translateY(-120px);
    }
    100%{
      transform: translateY(0);  
    }
}
@media (max-width: 768px) {
  #header.page-header .right-box .nav-btn {
    width: 50px;
    padding-left: 0;
    height: 20px;
    border-left: none;
    /*right: 30px;*/
  }
}
#navbar {
  height: 100%;
  /*padding-right: 30px;*/
  /*position: relative;*/
}
#header .right-box{
    position: relative;
}
#header .right-box::before {
  content: "";
  background-color: #ffffff;
  opacity: 0.7;
  width: 1px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#navbar .interaction {
  padding: 0 10px;
  height: 100%;
  position: relative;
}
#navbar .interaction .item {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
#navbar .interaction .item .icon{
    display: none;
}
#navbar .interaction .item::after {
  content: "";
  background-color: #910010;
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 0;
  height: 3px;
  transition: all 0.4s ease;
}
#navbar .interaction:hover,
#navbar .interaction.active {
  color: #910010;
}
#navbar.homenav .interaction a::after {
  
  background-color: #fff;
  
}
#navbar.homenav .interaction:hover,
#navbar.homenav .interaction.active {
  color: #fff;
}
#navbar .interaction:hover a::after,
#navbar .interaction.active a::after {
  width: 100%;
}
@media (max-width: 1480px) {
  #navbar {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  #navbar {
    font-size: 12px;
  }
  #navbar .interaction {
  padding: 0 5px;
}
}
@media (max-width: 1024px) {
  #navbar {
    display: none;
  }
}
#nav_fixed {
  display: none;
  z-index: 204;
  position: fixed;
  color: #fff;
}
#nav_fixed .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #910010;
}
@keyframes appear-show {
  0% {
    opacity: 0;
    transform: scale(0.6);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes appear-hide {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.6);
  }
}
@media (max-width: 1200px) {
  #nav_fixed {
    padding-top: 120px;
    padding-bottom: 1rem;
  }
}
@media (max-width: 768px) {
    #header .right-box::before{
        display: none;
    }
  #nav_fixed {
    padding-top: 0;
  }
  #nav_fixed .list {
    position: absolute;
    left: 100%;
    top: 0;
    height: 100vh;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 100px 30px;
    display: block;
    line-height: 60px;
  }
  #nav_fixed .list .top {
    width: fit-content;
    padding: 0;
    line-height: inherit;
    height: auto;
  }
  #nav_fixed .list .touch {
    margin: 0;
    position: relative;
  }
  #nav_fixed .list .touch:after {
    content: "\e665";
    position: absolute;
    right: 0;
    top: 30px;
    line-height: 1;
    width: 1em;
    text-align: center;
    margin-top: -0.5em;
    transition: all 0.4s ease;
    font-family: "iconfont", sans-serif;
  }
  #nav_fixed .list .touch.on:after {
    transform: rotateZ(-180deg);
  }
  #nav_fixed .list .touch .two-nav .secondary {
    margin-top: 0;
    opacity: 1;
  }
  #nav_fixed .list .fade {
    visibility: visible;
    opacity: 1;
    pointer-events: unset;
    background-color: rgba(0, 0, 0, 0.1);
    padding: 20px;
    display: none;
    transition: 0s none;
  }
}
@media (max-height: 580px) {
  #nav_fixed {
    padding-top: 60px;
  }
}
#nav_fixed.active {
  transform-origin: center center !important;
  animation-duration: 0.2s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-name: appear-show;
}
#nav_fixed > .list {
  width: 100%;
  max-width: 1000px;
  text-align: center;
  margin: 0 auto 0.5rem;
  padding-bottom: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
#nav_fixed > .list .fade {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 1200px) {
  #nav_fixed > .list > .item {
    padding: 0 10px;
    font-size: 14px;
  }
}
#nav_fixed > .list > .item > .top {
  font-size: 125%;
  padding-bottom: 10px;
  margin-bottom: 0.2rem;
}
@media (max-width: 768px) {
  #nav_fixed > .list > .item > .top {
    font-size: 18px;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
#nav_fixed > .list > .item .secondary {
  margin-top: 12px;
  opacity: 0.7;
}
#nav_fixed > .list > .item a:hover {
  text-decoration: underline;
}
.line-box {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.line-box .left-line {
  overflow: hidden;
  width: 1000px;
  height: 100%;
  z-index: 10;
  background-color: transparent;
}
.line-box .line {
  width: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  animation: changeHeight 3s linear forwards;
}
.line-box .line2 {
  left: 500px;
}
.line-box .line3 {
  left: 1010px;
}
.line-box .line4 {
  left: auto;
  right: 0;
}
.line-box .right-line {
  position: absolute;
  top: 0;
  right: -188px;
  width: 707px;
  z-index: 8;
  background-image: url("../images/right-line.png");
  animation: changeHeight 3s linear forwards;
}
.line-box.gray-line-box .line {
  background-color: rgba(0, 0, 0, 0.05);
}
.line-box.gray-line-box .right-line .right-line1 {
  width: 200%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.05);
  transform: rotate(-35deg);
  position: absolute;
  top: 0;
  left: -118px;
}
.line-box.gray-line-box .right-line .right-line2 {
  width: 200%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.05);
  transform: rotate(35deg);
  position: absolute;
  top: 810px;
  left: -118px;
}
@media (max-width: 1580px) {
  .line-box .right-line {
    width: 40%;
    right: -120px;
    background-size: 100% 100%;
  }
  .line-box.gray-line-box .right-line .right-line1 {
    top: 16px;
    left: -50px;
  }
  .line-box.gray-line-box .right-line .right-line2 {
    top: 659px;
    left: -50px;
  }
}
@media (max-width: 1480px) {
  .line-box .line2 {
    left: 400px;
  }
  .line-box .line3 {
    left: 800px;
  }
  .line-box.gray-line-box .right-line .right-line1 {
    top: 16px;
    left: -126px;
  }
  .line-box.gray-line-box .right-line .right-line2 {
    top: 568px;
    left: -126px;
  }
}
@media (max-width: 1280px) {
  .line-box {
    display: none;
  }
}
@keyframes changeHeight {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
#banner {
  height: 100vh;
  position: relative;
}
#banner .banner-swiper {
  height: 100%;
  position: relative;
}
#banner .banner-swiper .swiper-slide {
  height: 100%;
  z-index: 199;
}
#banner .banner-swiper .swiper-slide .banner-txt {
  position: absolute;
  top: 50%;
  left: 195px;
  transform: translateY(-50%);
  width: 50%;
  box-sizing: border-box;
  height: 0;
  overflow: hidden;
  transition: all 0.4s linear;
  z-index: 199;
  padding-bottom: 5px;
}
#banner .banner-swiper .swiper-slide .banner-txt .title {
  font-size: 45px;
  opacity: 0;
}
#banner .banner-swiper .swiper-slide .banner-txt .title span {
  display: inline-block;
  overflow: hidden;
}
#banner .banner-swiper .swiper-slide .banner-txt .title .span2,
#banner .banner-swiper .swiper-slide .banner-txt .more-box {
  transform: translateY(100%);
  transition-duration: 0.8s;
  opacity: 0;
  transition-timing-function: ease-out;
  transition-property: all;
}
#banner .banner-swiper .swiper-slide .banner-txt .more-box {
  margin-top: 86px;
  transition-delay: 6s;
}
@media (max-width: 1680px) {
  #banner .banner-swiper .swiper-slide .banner-txt {
    width: 40%;
    left: 4%;
  }
}
@media (max-width: 1480px) {
  #banner .banner-swiper .swiper-slide .banner-txt {
    left: 8%;
  }
  #banner .banner-swiper .swiper-slide .banner-txt .title {
    font-size: 40px;
  }
}
@media (max-width: 1300px) {
  #banner .banner-swiper .swiper-slide .banner-txt {
    width: 80%;
  }
}
@media (max-width: 768px) {
  #banner .banner-swiper .swiper-slide .banner-txt {
    width: 90%;
    left: 20px;
  }
  #banner .banner-swiper .swiper-slide .banner-txt .title {
    font-size: 26px;
  }
  #banner .banner-swiper .swiper-slide .banner-txt .more-box {
    margin-top: 36px;
  }
}
#banner .banner-swiper .swiper-slide.swiper-slide-active .banner-txt {
  height: auto;
}
#banner .banner-swiper .swiper-slide.swiper-slide-active .title,
#banner .banner-swiper .swiper-slide.swiper-slide-active .title .span2,
#banner .banner-swiper .swiper-slide.swiper-slide-active .more-box {
  transform: translateY(0);
  opacity: 1;
}
#banner .banner-swiper .right-scroll {
  position: absolute;
  bottom: 82px;
  right: 200px;
  z-index: 199;
}
/*#banner .banner-swiper .right-scroll .scroll-down {*/
/*  width: 120px;*/
/*  height: 120px;*/
/*  text-align: center;*/
/*  border: 1px solid #fff;*/
/*  border-radius: 50%;*/
/*  line-height: 120px;*/
/*  animation: arrow-down-animate 4s linear infinite;*/
/*}*/
/*@keyframes arrow-down-animate {*/
/*  0% {*/
/*    transform: translateY(0);*/
/*    opacity: 0;*/
/*  }*/
/*  33.3333% {*/
/*    transform: translateY(10%);*/
/*    opacity: 1;*/
/*  }*/
/*  66.66666% {*/
/*    transform: translateY(30%);*/
/*    opacity: 0;*/
/*  }*/
/*  100% {*/
/*    transform: translateY(30%);*/
/*    opacity: 0;*/
/*  }*/
/*}*/
/*#banner .banner-swiper .right-scroll .scroll-down > .icon {*/
/*  font-size: 30px;*/
/*  display: inline-block;*/
/*}*/
/*@media (max-width: 1480px) {*/
/*  #banner .banner-swiper .right-scroll .scroll-down {*/
/*    width: 100px;*/
/*    height: 100px;*/
/*    line-height: 100px;*/
/*  }*/
/*}*/
/*@media (max-width: 768px) {*/
/*  #banner .banner-swiper .right-scroll .scroll-down {*/
/*    width: 40px;*/
/*    height: 40px;*/
/*    line-height: 40px;*/
/*  }*/
/*  #banner .banner-swiper .right-scroll .scroll-down > .icon {*/
/*    font-size: 16px;*/
/*  }*/
/*}*/
@media (max-width: 768px) {
  #banner {
    height: 600px;
  }
  #banner .banner-swiper .swiper-slide {
    height: auto;
  }
  #banner .banner-swiper .banner-txt {
    left: 20px;
  }
  #banner .banner-swiper .right-scroll {
    position: absolute;
    bottom: 40px;
    right: 20px;
    z-index: 99;
  }
  #banner .banner-swiper .swiper-change .btn {
    display: none;
  }
  #banner .banner-swiper .swiper-change .swiper-pagination-progressbar {
    left: 20px;
    transform: translateX(0);
  }
}
.swiper-change {
  left: 195px;
  right: auto;
  top: auto;
  bottom: 84px;
  width: 18%;
  z-index: 199;
}
.swiper-change .btn {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-width: 1px;
  color: #fff;
  border-color: #fff;
  border-style: solid;
  border-radius: 50%;
  opacity: 1;
  cursor: pointer;
}
@media (max-width: 768px) {
  .swiper-change .btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.swiper-change .btn:hover {
  border-color: #910010;
  background-color: #910010;
}
.swiper-change .btn:after {
  font-size: 20px;
}
.swiper-change .swiper-pagination-progressbar {
  width: 110px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.1);
  left: 50%;
  top: 10px;
  transform: translateX(-50%);
}
.swiper-change .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #fff;
}
.swiper-change .swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(0, 0, 0, 0.6);
  margin: 0 10px;
}
.swiper-change .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #910010;
}
.swiper-change.spe-change .btn {
  color: rgba(0, 0, 0, 0.6);
  border-color: rgba(0, 0, 0, 0.6);
}
.swiper-change.spe-change .btn:hover {
  color: #fff;
  border-color: #910010;
  background-color: #910010;
}
.swiper-change.spe-change2 .btn {
  color: rgba(0, 0, 0, 0.3);
  border-color: rgba(0, 0, 0, 0.3);
}
.swiper-change.spe-change2 .btn:hover {
  color: #fff;
  border-color: #910010;
  background-color: #910010;
}
.swiper-change.spe-change2 .swiper-pagination-progressbar {
  width: 110px;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.1);
  left: 50%;
  top: 10px;
  transform: translateX(-50%);
}
.swiper-change.spe-change2 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #910010;
}
.swiper-change.spe-change3 .btn {
  border-color: #fff;
  background-color: #fff;
}
.swiper-change.spe-change3 .btn:hover {
  color: #fff;
  border-color: #910010;
  background-color: #910010;
}
@media (max-width: 1680px) {
  .swiper-change {
    left: 4%;
  }
}
@media (max-width: 1480px) {
  .swiper-change {
    left: 8%;
    width: 30%;
  }
}
@media (max-width: 768px) {
  .swiper-change {
    width: 60%;
    left: 0;
    bottom: 60px;
  }
}
#crumbs {
  padding-top: 54px;
  white-space: nowrap;
  margin-bottom: 74px;
}
#crumbs a,
#crumbs .split {
  font-size: 14px;
  opacity: 0.7;
}
#crumbs .ul {
  flex: 1;
}
#crumbs .back {
  margin-left: 40px;
  color: #666;
}
#crumbs .back .icon {
  font-size: 16px;
  color: #910010;
  margin-right: 6px;
}
#crumbs .back:hover {
  color: #910010;
}
#crumbs .split {
  font-size: 20px;
  margin: 0 0.4em;
}
#crumbs .split:last-child {
  display: none;
}
#crumbs .fade {
  top: 100%;
  background-color: #f2f2f2;
  border: 1px solid #b6b6b6;
  padding: 1em 1.4em;
  border-radius: 4px;
  z-index: 10;
  margin-top: 0;
  color: #454545;
}
#crumbs .fade,
#crumbs .fade:after,
#crumbs .fade:before {
  position: absolute;
}
#crumbs .fade,
#crumbs .fade:before {
  left: 50%;
  transform: translateX(-50%);
}
#crumbs .fade:after,
#crumbs .fade:before {
  content: "";
  position: absolute;
  bottom: 100%;
}
#crumbs .fade:before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 6px solid #f2f2f2;
  margin-bottom: -1px;
  filter: drop-shadow(0 -2px #b6b6b6);
}
#crumbs .fade:after {
  left: 0;
  right: 0;
  height: 10px;
}
#crumbs .fade li {
  padding: 3px 0;
}
#crumbs .fade .line {
  font-size: 14px;
  margin: 0 1em;
  height: 1em;
  width: 1px;
  background-color: #454545;
}
#crumbs .fade a:hover {
  color: #910010;
  text-decoration: underline;
}
#crumbs .touch:hover > a span,
#crumbs .touch.active > a span {
  color: #910010;
  opacity: 1;
}
@media (max-width: 800px) {
  #crumbs {
    padding-top: 24px;
    margin-bottom: 40px;
  }
}
#about .main {
  position: relative;
}
#about .left {
  width: 49%;
  padding: 60px;
  box-sizing: border-box;
  background-image: url(../images/history_img01.jpg);
  z-index: 200;
  position: relative;
}
#about .left:hover .oppress img{
    transform: scale(1.1);
}
#about .left .oppress{
    width: 100%;
    height: 100%;
}
#about .left .title{
    position: relative;
  z-index: 99;
}
#about .left .ul {
  margin-top: 65px;
  position: relative;
  z-index: 99;
}
#about .left .ul li {
  margin-bottom: 32px;
}
#about .left .ul li:last-child {
  margin-bottom: 0;
}
#about .left .ul li .top {
  margin-bottom: 15px;
}
#about .left .ul li .top .icon {
  margin-right: 10px;
}
#about .right-info {
  width: 49%;
  z-index: 200;
}
#about .right-info .top-info {
  width: 100%;
  height: 326px;
  background-color: #f9f9f9;
  padding: 60px;
  box-sizing: border-box;
}
#about .right-info .top-info .text-node {
  margin: 35px 0 40px;
}
#about .right-info .bottom-info {
  width: 100%;
  height: 326px;
  margin-top: 30px;
}
#about .right-info .top-info:hover .text-node {
  color: #910010;
  opacity: 1;
}
#about .right-info .top-info:hover .more{
    color: #910010;
}
@media (max-width: 1480px) {
  #about .left {
    padding: 40px;
  }
  #about .left .ul li {
    margin-bottom: 42px;
  }
  #about .right-info .top-info {
    padding: 40px;
  }
  #about .right-info .bottom-info {
    height: 270px;
  }
}
@media (max-width: 768px) {
  #about .main {
    flex-wrap: wrap;
  }
  #about .main .left {
    width: 100%;
  }
  #about .main .left .ul {
    margin-top: 100px;
  }
  #about .main .left .ul li {
    margin-bottom: 30px;
  }
  #about .main .left .ul li:last-child {
    margin-bottom: 0;
  }
  #about .main .left .ul li .top {
    margin-bottom: 10px;
  }
  #about .main .left .ul li .top .icon {
    margin-right: 10px;
    width: 20px;
  }
  #about .main .right-info {
    width: 100%;
  }
  #about .main .right-info .top-info {
    height: auto;
  }
  #about .main .right-info .bottom-info {
    flex-wrap: wrap;
    height: auto;
  }
}
.news-slide .swiper-box {
  width: 48%;
  height: 100%;
  background-color: #f9f9f9;
  padding: 60px;
  box-sizing: border-box;
  overflow: hidden;
}
.news-slide .swiper-box .top-box {
  position: relative;
}
.news-slide .swiper-box .top-box .swiper-pagination,
.news-slide .swiper-box .swiper-change .swiper-pagination {
  left: auto;
  right: 0;
  text-align: right;
}
.news-slide .swiper-box .top-box .swiper-pagination .swiper-pagination-bullet,
.news-slide .swiper-box .swiper-change .swiper-pagination .swiper-pagination-bullet {
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.6);
  border-style: solid;
  background-color: transparent;
  margin: 0 10px;
}
.news-slide .swiper-box .top-box .swiper-pagination .swiper-pagination-bullet-active,
.news-slide .swiper-box .swiper-change .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #910010;
  border-color: #910010;
}
.news-slide .swiper-box .swiper-slide a .top-txt {
  padding-left: 22px;
  position: relative;
  margin: 22px 0;
}
.news-slide .swiper-box .swiper-slide a .top-txt .title {
  margin-top: 20px;
}
.news-slide .swiper-box .swiper-slide a .top-txt::before {
  content: "";
  height: 100%;
  width: 1px;
  background-color: #910010;
  position: absolute;
  left: 0;
  top: 0;
}
.news-slide .swiper-box .swiper-slide a:hover .top-txt .title {
  color: #910010;
}
.news-slide .swiper-box .swiper-slide a:hover .more {
  color: #910010;
}
@media (max-width: 1480px) {
  .news-slide .swiper-box {
    padding: 40px;
  }
  .news-slide .swiper-box .top-box .swiper-pagination .swiper-pagination-bullet,
.news-slide .swiper-box .swiper-change .swiper-pagination .swiper-pagination-bullet {
  margin: 0 4px;
}
}

@media (max-width: 768px) {
  .news-slide .swiper-box {
    width: 100%;
    margin-bottom: 30px;
  }
  .news-slide .swiper-box:last-child {
    margin-bottom: 0;
  }
}
#sale {
  background-color: #f9f9f9;
  position: relative;
  overflow: hidden;
}
#sale .main {
  z-index: 99;
  position: relative;
}
#sale .main svg {
  position: absolute;
  top: 55%;
  right: -14%;
  transform: translateY(-50%);
}
/*#sale .main svg:hover{*/
/*    z-index: 999;*/
/*}*/
#sale .main svg .cls-1,
#sale .main svg .cls-2,
#sale .main svg .cls-3 {
  fill-rule: evenodd;
  cursor: pointer;
}
#sale .main svg .cls-1,
#sale .main svg .cls-2,
#sale .main svg .cls-3 {
  fill: url(#linear-gradient-2);
  transition: all 0.4s linear;
}
#sale .main svg .item .cls-4,
#sale .main svg .item .cls-5,
#sale .main svg .item .cls-6 {
  display: none;
  fill: #c82036;
  transition: all 0.4s linear;
}
#sale .main svg .item:hover .cls-2 {
  fill: url(#linear-gradient);
}
#sale .main svg .item:hover .cls-3 {
  fill: #c82036;
}
#sale .main svg .item:hover .cls-4,
#sale .main svg .item:hover .cls-5,
#sale .main svg .item:hover .cls-6 {
  display: block;
}
#sale .main svg .sep-icon{
     fill: #c82036;
}
#sale .main svg .item:nth-of-type(4){
    position: relative;
    display: inline-block;
}
#sale .main svg .item:nth-of-type(4) .cls-3{
    /*content: '';*/
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(10px);
    /*width: 0;*/
    /*  height: 0;*/
    /*  border-left: 10px solid transparent;*/
    /*  border-right: 10px solid transparent;*/
    /*  border-bottom: 15px solid #4b4b4b;*/
}
#sale .main svg .cls-4 {
  font-size: 24px;
  font-family: "adineueBold", sans-serif;
}
#sale .main svg .cls-5 {
  font-size: 16px;
}
#sale .main svg .cls-6 {
  font-size: 12px;
}
#sale .main svg .cls-4,
#sale .main svg .cls-5,
#sale .main svg .cls-7 {
  font-weight: 700;
}
#sale .main svg .cls-7 {
  font-size: 18px;
  fill: #fff;
}
#sale .main svg .item:hover{
    animation: shake 0.8s linear;
}
#sale .main .active-more {
  position: absolute;
  top: 1.2rem;
  right: 0;
}
#sale .left {
  width: 48%;
  position: relative;
  z-index: 99;
}
#sale .left .desc {
  width: 90%;
  margin: 37px 0 55px;
  opacity: 0.9;
  line-height: 1.8;
}
#sale .left .ul li {
  width: 300px;
  height: 150px;
  opacity: 0.7;
  margin-bottom: 30px;
  padding: 20px 0;
  box-sizing: border-box;
  transition: all 0.4s ease-in-out;
}
#sale .left .ul li span {
  opacity: 1;
}
#sale .left .ul li span.unit {
  font-weight: bold;
}
#sale .left .ul li p {
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#sale .left .ul li:hover {
  width: 400px;
  background-image: url("../images/item-bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 20px 60px 20px 40px;
}
#sale .left .ul li:hover span {
  color: #910010;
}
#sale .right-bg {
  width: 2008px;
  height: 2008px;
  position: absolute;
  right: -22%;
  top: 1.4rem;
  border-radius: 50%;
  overflow: hidden;
}
#sale .right-bg .map {
  position: absolute;
  right: 20%;
  top: 3%;
  z-index: 9;
}
#sale .right-bg .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #fdf3f3;
  border: 1px solid #000;
  transition: all 30s ease;
  animation: xuanzhuan 30s linear infinite;
  z-index: 8;
}
/*@media (max-width:2133px) {*/
/*  #sale .right-bg {*/
/*      right: -22%;*/
/*    }*/
/*}*/
/*@media (max-width:2400px) {*/
/*  #sale .right-bg {*/
/*      right: -9%;*/
/*    }*/
/*}*/
@media (max-width: 1750px) {
    #sale .main svg {
  right: -7%;
  width: 80%;
}
}
@media (max-width: 1680px) {
  #sale .main svg {
    right: -2%;
  }
}
@media (max-width: 1540px) {
  #sale .main svg {
    right: -7%;
    top: 52%;
  }
  #sale .left {
    width: 40%;
  }
  #sale .right-bg {
    width: 1500px;
    height: 1500px;
    right: -14%;
  }
  #sale .right-bg .map {
    right: 11%;
  }
}
@media (max-width: 1480px) {
  #sale .main svg {
    right: -12%;
    width: 100%;
  }
}
/*@media (max-width: 1380px) {*/
/*  #sale .main svg {*/
/*    right: -8%;*/
/*  }*/
/*}*/
@media (max-width: 1280px) {
  #sale .main {
    padding-bottom: 30px;
  }
  #sale .main svg {
    /*right: -30%;*/
    top: 60%;
  }
  #sale .right-bg {
    width: 1200px;
    height: 1200px;
    right: -20%;
  }
}
/*@media (max-width: 1180px) {*/
/*  #sale .main svg {*/
/*    right: -23%;*/
/*  }*/
/*}*/
@media (max-width: 1080px) {
  #sale .right-bg .map {
    right: 5%;
  }
  #sale .main svg {
    top: 52%;
  }
}
@media (max-width: 768px) {
  #sale .main {
    padding-bottom: 180px;
  }
  #sale .main .left {
    width: 100%;
  }
  #sale .main .left .desc {
    width: 100%;
    margin: 27px 0 35px;
    line-height: 1.6;
  }
  #sale .main .left .ul li {
    width: 300px;
    height: 120px;
    margin-bottom: 20px;
    padding: 20px 0;
  }
  #sale .main .left .ul li p {
    margin-top: 10px;
    padding-top: 10px;
  }
  #sale .main .left .ul li:hover {
    width: 100%;
    padding: 20px;
  }
  #sale .main svg {
            width: 100%;
        right: 0;
        top: auto;
        bottom: -69px;
        height: auto;
  }
  #sale .main .active-more {
    right: 20px;
    top: 50px;
  }
  #sale .right-bg {
    width: 400px;
    height: 400px;
    right: 0;
    top: auto;
    bottom: -150px;
  }
  #sale .right-bg .map {
    right: 5%;
    width: 100vw;
    top: 6%;
  }
}
#sale.company-sale .left .desc {
  margin: 70px 0;
}
#sale.company-sale .right-bg .map {
  position: absolute;
  right: 20%;
  top: 8%;
  z-index: 9;
}
@media (max-width: 1540px) {
  #sale.company-sale .right-bg .map {
    right: 11%;
    top: 9%;
  }
}
@media (max-width: 768px) {
  #sale.company-sale .main svg {
    right: 8px;
    bottom: -70px;
  }
  #sale.company-sale .left .desc {
    margin: 30px 0;
  }
  #sale.company-sale .right-bg .map {
    right: 3%;
  }
}
#case .main {
  position: relative;
}
#case .left-info {
  width: 30%;
  height: 650px;
  justify-content: space-between;
  z-index: 199;
}
#case .left-info .top .desc {
  width: 80%;
  margin-top: 35px;
}
#case .left-info .list .item {
  width: 70%;
  opacity: 0.7;
  padding-bottom: 22px;
  margin-top: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transition: all 0.4s ease-out;
}
#case .left-info .list .item .icon {
  display: none;
  transform: rotateZ(0);
  transition: all 0.4s ease-out;
}
#case .left-info .list .item:hover,
#case .left-info .list .item.on {
  width: 90%;
  color: #910010;
  opacity: 1;
  border-color: #910010;
}
#case .left-info .list .item:hover .icon,
#case .left-info .list .item.on .icon {
  display: block;
  transform: rotateZ(-45deg);
}
#case .swiper {
  width: 67%;
  height: 650px;
  z-index: 199;
  margin: 0;
}
#case .swiper .case-swiper {
  width: 100%;
  height: 100%;
}
#case .swiper .case-swiper .content {
  width: 100%;
  height: 100%;
  position: relative;
}
#case .swiper .case-swiper .content .oppress {
  width: 100%;
  height: 100%;
}
#case .swiper .case-swiper .content .info {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(bottom, #000, transparent);
  background-image: -webkit-linear-gradient(bottom, #000, transparent);
  background-image: -moz-linear-gradient(bottom, #000, transparent);
  background-image: -ms-linear-gradient(bottom, #000, transparent);
  background-image: -o-linear-gradient(bottom, #000, transparent);
  padding: 0 58px 56px;
  box-sizing: border-box;
}
#case .swiper .case-swiper .content .info .left {
  width: 64%;
}
#case .swiper .case-swiper .content .info .title {
  margin-bottom: 30px;
}
#case .swiper .case-swiper .content .info .number {
  font-size: 72px;
  opacity: 0.8;
  margin-bottom: 20px;
}
#case .swiper .case-swiper .content .info .spe-more {
  color: #fff;
}
@media (max-width: 768px) {
  #case .main {
    flex-wrap: wrap;
  }
  #case .left-info {
    width: 100%;
    height: auto;
  }
  #case .left-info .list {
    margin: 30px 0;
  }
  #case .left-info .list .item {
    padding-bottom: 15px;
    margin-top: 12px;
  }
  #case .left-info .list .item:hover .icon,
  #case .left-info .list .item.on .icon {
    transform: rotateZ(45deg);
  }
  #case .swiper {
    width: 100%;
    height: 400px;
  }
  #case .swiper .case-swiper .content .info {
    padding: 0 18px 16px;
  }
  #case .swiper .case-swiper .content .info .left {
    width: 70%;
  }
  #case .swiper .case-swiper .content .info .title {
    margin-bottom: 10px;
  }
  #case .swiper .case-swiper .content .info .number {
    font-size: 32px;
    margin-bottom: 30px;
    text-align: right;
  }
}
#service {
  height: 920px;
  background-image: url("../images/bottom-bg.jpg");
}
#service .main {
  position: relative;
  height: 100%;
  box-sizing: border-box;
}
#service .main .top .left .desc {
  margin-top: 10px;
}
#service .main .bottom-info {
  width: 760px;
  height: 450px;
  background-color: #f9f9f9;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 56px 44px 66px;
  box-sizing: border-box;
}
#service .main .bottom-info .info {
  max-height: 334px;
}
#service .main .bottom-info ul li {
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  opacity: 0.8;
}
#service .main .bottom-info ul li .icon-box {
  padding-right: 65px;
  position: relative;
  margin-right: 32px;
}
#service .main .bottom-info ul li .icon-box .icon {
  font-size: 26px;
  margin-right: 10px;
}
#service .main .bottom-info ul li .icon-box::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  height: 1px;
  width: 0;
  background-color: #910010;
  transition: all 0.3s linear;
}
#service .main .bottom-info ul li .right {
  line-height: 1.8;
}
#service .main .bottom-info ul li:hover {
  opacity: 1;
  color: #910010;
}
#service .main .bottom-info ul li:hover .icon-box::before {
  width: 100%;
}
@media (max-width: 1280px) {
  #service .main .top .left .desc {
    width: 90%;
  }
}
@media (max-width: 800px) {
  #service .main .bottom-info {
    width: 100%;
    padding: 20px;
    height: 400px;
  }
  #service .main .bottom-info ul li .icon-box {
    padding-right: 0;
    margin-right: 16px;
  }
  #service .main .bottom-info ul li .icon-box .icon {
    font-size: 18px;
    margin-right: 8px;
  }
}
@media (max-width: 768px) {
  #service {
    height: 750px;
  }
  #service .main .top {
    flex-wrap: wrap;
  }
  #service .main .top .left {
    margin-bottom: 20px;
  }
}
.same-page {
  overflow: hidden;
}
.same-page .main {
  position: relative;
}
.same-page .main #crumbs {
  position: relative;
  z-index: 200;
}
.same-page .main .top {
  position: relative;
  z-index: 200;
}
.same-page .main .top .desc {
  margin-top: 54px;
  /*width: 80%;*/
  line-height: 1.8;
  font-size: 18px;
}
@media (max-width: 768px) {
  .same-page .main .top .desc {
    width: 100%;
    margin-top: 24px;
    font-size: 16px;
    line-height: 1.6;
  }
}
.same-page .middle {
  background-attachment: fixed;
  position: relative;
  z-index: 200;
}
#about-page .middle {
  height: 800px;
  background-image: url("../pictures/buildings-with-sky.jpg");
  padding: 160px 0 264px;
  box-sizing: border-box;
}
#about-page .middle .banner-txt .title {
  font-size: 40px;
  margin: 42px 0 80px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  #about-page .middle {
    height: 600px;
    padding: 150px 0 200px;
  }
  #about-page .middle .banner-txt .title {
    font-size: 28px;
    margin: 32px 0 40px;
  }
}
#about-page2 {
  background-color: #f9f9f9;
}
#about-page2 .main {
  position: relative;
  padding-top: 30px;
}
#about-page2 .top-box {
  position: relative;
  z-index: 200;
}
#about-page2 .top-box a {
  width: 48%;
  height: 370px;
  background-color: #fff;
  transition: all 0.3s ease;
  position: relative;
}
#about-page2 .top-box a .top-icon {
  padding: 34px 0 20px 58px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#about-page2 .top-box a .info {
  padding: 50px 0 0 58px;
}
#about-page2 .top-box a .info .title {
  opacity: 0.9;
  position: relative;
}
#about-page2 .top-box a .info .title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  background-color: #910010;
  transition: all 0.4s ease;
}
#about-page2 .top-box a .info .desc {
  margin: 25px 0 60px;
}
#about-page2 .top-box a .more {
  position: absolute;
  bottom: 60px;
  left: 58px;
}
#about-page2 .top-box a:hover {
  height: 490px;
  margin-top: -120px;
}
#about-page2 .top-box a:hover .info .title {
  padding-bottom: 42px;
}
#about-page2 .top-box a:hover .info .title::before {
  width: 20px;
}
#about-page2 .top-box a:hover .info .desc {
  font-size: 36px;
  color: #910010;
}
#about-page2 .bottom-info {
  position: relative;
  z-index: 200;
}
#about-page2 .bottom-info .top-info {
  margin-bottom: 68px;
}
#about-page2 .bottom-info .top-info .left-box .title {
  opacity: 0.9;
}
#about-page2 .bottom-info .top-info .left-box .desc {
  font-size: 40px;
  margin: 25px 0 60px;
}
#about-page2 .bottom-info .top-info .text-node {
  width: 48%;
  margin-top: 140px;
}
@media (max-width: 768px) {
  #about-page2 .top-box {
    flex-wrap: wrap;
  }
  #about-page2 .top-box a {
    width: 100%;
    height: auto;
  }
  #about-page2 .top-box a:first-child {
    margin-bottom: 30px;
  }
  #about-page2 .top-box a .top-icon {
    padding: 20px;
  }
  #about-page2 .top-box a .info {
    padding: 30px 20px;
  }
  #about-page2 .top-box a .info .desc {
    margin: 25px 0 60px;
  }
  #about-page2 .top-box a .more {
    bottom: 20px;
    left: 20px;
  }
  #about-page2 .top-box a:hover {
    height: auto;
    margin-top: 0;
  }
  #about-page2 .top-box a:hover .info .title {
    padding-bottom: 0;
  }
  #about-page2 .top-box a:hover .info .title::before {
    display: none;
  }
  #about-page2 .top-box a:hover .info .desc {
    font-size: 26px;
  }
  #about-page2 .bottom-info .top-info {
    margin-bottom: 28px;
    flex-wrap: wrap;
  }
  #about-page2 .bottom-info .top-info .left-box .desc {
    font-size: 30px;
    margin: 25px 0 30px;
  }
  #about-page2 .bottom-info .top-info .text-node {
    width: 100%;
    margin-top: 40px;
  }
}
#company-page .main {
  padding-bottom: 100px;
}
#company-page .middle {
  height: 650px;
  background-image: url("../pictures/floating-sola.jpg");
}
@media (max-width: 800px) {
  #company-page .main {
    padding-bottom: 40px;
  }
  #company-page .middle {
    height: 400px;
  }
}
#company-page.top-honor .middle {
  background-image: url("../pictures/persona.jpg");
}
.company-page .main {
  position: relative;
}
.company-page .top-box .left {
  width: 50%;
}
.company-page .top-box .left .desc {
  line-height: 1.8;
  margin-top: 72px;
  opacity: 0.9;
}
.company-page .top-box .datum {
  width: 25%;
  line-height: 1;
  color: #910010;
  margin-top: 80px;
}
.company-page .top-box .datum:before {
  z-index: 1;
  pointer-events: none;
  background-color: #fefdfd;
  transition: all 0.4s ease-out;
  opacity: 0;
}
.company-page .top-box .datum:hover:before {
  opacity: 1;
}
.company-page .top-box .datum .item {
  flex: 1;
  transition: color 0.4s ease-out;
  position: relative;
  z-index: 2;
  margin-bottom: 58px;
}
.company-page .top-box .datum .item:last-child {
  margin-bottom: 0;
}
.company-page .top-box .datum .item:hover {
  color: #910010;
}
.company-page .top-box .datum dt {
  line-height: 1;
  font-size: 2.8em;
  font-family: "Mont", sans-serif;
  height: 1em;
  overflow: hidden;
}
.company-page .top-box .datum dt:after {
  content: attr(data-content);
  font-size: 0.35em;
  padding-left: 10px;
}
.company-page .top-box .datum dd {
  font-size: 1em;
  color: #787878;
  margin: 10px 0 0;
}
@media (min-width: 801px) {
  .company-page .top-box .datum {
    padding: 1.5em 0;
  }
  .company-page .top-box .datum:before {
    width: var(--size--);
    border-top: 4px solid #910010;
    border-bottom: 4px solid #910010;
    height: 100%;
    top: -4px;
    left: var(--offset--);
  }
  .company-page .top-box .datum .item {
    display: block;
    padding: 0 1em;
  }
}
@media (max-width: 800px) {
  .company-page .top-box .datum {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 24px;
    width: 100%;
  }
  .company-page .top-box .datum:before {
    height: var(--size--);
    border-left: 4px solid #910010;
    border-right: 4px solid #910010;
    width: 100%;
    left: -4px;
    top: var(--offset--);
  }
  .company-page .top-box .datum .item {
    display: inline-block;
    padding: 0;
    width: 50%;
    margin-bottom: 30px;
  }
  .company-page .top-box .datum .item dt {
    width: 3em;
  }
}
.company-page .bottom-pic {
  height: 600px;
  margin-right: -13%;
}
.company-page .bottom-pic .pic-swiper {
  height: 100%;
}
.company-page .bottom-pic .swiper-change {
  width: 405px;
  height: 140px;
  background-color: #f9f9f9;
  left: 0;
  bottom: 0;
  box-sizing: border-box;
}
.company-page .bottom-pic .swiper-change .btn {
  transform: translateY(-50%);
  margin-top: 0;
}
.company-page .bottom-pic .swiper-change .swiper-button-next {
  right: 92px;
}
.company-page .bottom-pic .swiper-change .swiper-pagination-progressbar {
  left: 97px;
  top: 50%;
  transform: translateX(0) translateY(-50%);
}
.company-page.bottom-page .left {
  width: 42%;
}
.company-page.bottom-page .left .desc {
  margin-top: 76px;
  line-height: 1.8;
}
.company-page.bottom-page .oppress {
  height: 798px;
  width: 65%;
  margin-right: -13%;
}
@media (max-width: 800px) {
  .company-page .top-box {
    flex-wrap: wrap;
  }
  .company-page .top-box .left {
    width: 100%;
  }
  .company-page .top-box .left .desc {
    line-height: 1.6;
    margin-top: 32px;
  }
  .company-page .bottom-pic {
    height: 400px;
    margin-right: 0;
  }
  .company-page .bottom-pic .pic-swiper {
    height: 100%;
    padding-bottom: 80px;
    box-sizing: border-box;
  }
  .company-page .bottom-pic .swiper-change {
    width: 100%;
    height: 80px;
  }
  .company-page .bottom-pic .swiper-change .swiper-button-next {
    right: 10px;
  }
  .company-page .bottom-pic .swiper-change .swiper-pagination-progressbar {
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  .company-page.bottom-page {
    padding-top: 50px;
  }
  .company-page.bottom-page .main {
    flex-wrap: wrap;
  }
  .company-page.bottom-page .left {
    width: 100%;
  }
  .company-page.bottom-page .left .desc {
    margin-top: 36px;
    line-height: 1.6;
  }
  .company-page.bottom-page .oppress {
    height: 300px;
    width: 100%;
    margin-right: 0;
    margin-top: 20px;
  }
}
.honor-lists {
  padding: 86px 0;
}
.honor-lists .main .left-nav {
  width: 20%;
}
.honor-lists .main .left-nav li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 20px;
  opacity: 0.3;
  cursor: pointer;
}
.honor-lists .main .left-nav li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 10px;
  height: 2px;
  background-color: #000000;
}
.honor-lists .main .left-nav li:hover,
.honor-lists .main .left-nav li.active {
  opacity: 1;
  color: #910010;
}
.honor-lists .main .left-nav li:hover::before,
.honor-lists .main .left-nav li.active::before {
  background-color: #910010;
}
.honor-lists .main .right-lists {
  width: 80%;
}
.honor-lists .main .right-lists .ul .item {
  width: 100%;
  color: rgba(0, 0, 0, 0.502);
  position: relative;
  margin-bottom: 60px;
}
.honor-lists .main .right-lists .ul .item .year {
  font-size: 60px;
  margin-bottom: 40px;
}
.honor-lists .main .right-lists .ul .item .bottom {
  position: relative;
}
.honor-lists .main .right-lists .ul .item .bottom p {
  padding-bottom: 20px;
  position: relative;
  /*margin-bottom: 30px;*/
}
.honor-lists .main .right-lists .ul .item .bottom p::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease-in-out;
}
.honor-lists .main .right-lists .ul .item .pic-box {
  position: absolute;
  top: 0;
  right: 0;
  width: 311px;
  height: 229px;
  border-width: 1px;
  border-color: #a7a7a7;
  border-style: solid;
  background-color: #f9f9f9;
  padding: 10px;
  box-sizing: border-box;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.honor-lists .main .right-lists .ul .item .pic-box .oppress {
  width: 100%;
  height: 100%;
}
.honor-lists .main .right-lists .ul .item .pic-box .oppress img {
  width: 100%;
  height: 100%;
}
.honor-lists .main .right-lists .ul .item:hover,
.honor-lists .main .right-lists .ul .item.on {
  color: #910010;
}
.honor-lists .main .right-lists .ul .item:hover .bottom p::before,
.honor-lists .main .right-lists .ul .item.on .bottom p::before {
  width: 100%;
  background-color: #910010;
}
.honor-lists .main .right-lists .ul .item:hover .pic-box,
.honor-lists .main .right-lists .ul .item.on .pic-box {
  opacity: 1;
}
.honor-lists .main .right-lists .load {
  cursor: pointer;
  margin-top: 40px;
}
.honor-lists .main .right-lists .load img {
  margin-right: 10px;
}
@media (max-width: 800px) {
  .honor-lists {
    padding: 50px 0;
  }
  .honor-lists .main {
    flex-wrap: wrap;
  }
  .honor-lists .main .left-nav {
    width: 100%;
  }
  .honor-lists .main .left-nav li {
    width: 20%;
    display: inline-block;
    padding-left: 0;
    margin-bottom: 20px;
    cursor: pointer;
  }
  .honor-lists .main .left-nav li::before {
    display: none;
  }
  .honor-lists .main .right-lists {
    width: 100%;
  }
  .honor-lists .main .right-lists .ul .item {
    width: 100%;
    margin-bottom: 60px;
    padding-bottom: 220px;
  }
  .honor-lists .main .right-lists .ul .item .year {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .honor-lists .main .right-lists .ul .item .bottom p {
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  .honor-lists .main .right-lists .ul .item .pic-box {
    position: absolute;
    top: auto;
    bottom: 0;
    height: 220px;
    padding: 5px;
    opacity: 1;
  }
  .honor-lists .main .right-lists .load img {
    width: 20px;
    margin-right: 6px;
  }
}
#course {
  background-color: #f9f9f9;
}
#course .main {
  position: relative;
}
#course .main .button {
  width: 3.6em;
  height: 3.6em;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.5);
  border-style: solid;
  margin: 0 auto;
  color: #999;
  border-radius: 50%;
}
#course .main .button:hover {
  background-color: #910010;
  border-color: #910010;
  color: #fff;
}
#course .main .left {
  width: 235px;
  padding-left: 40px;
}
@media (max-width: 800px) {
  #course .main .button {
    width: 2.5em;
    height: 2.5em;
  }
  #course .main .left {
    width: 25%;
    padding-left: 0;
  }
}
#course .thumb {
  height: 289px;
  color: #e0e0e0;
  margin: 85px auto;
  text-align: center;
}
#course .thumb .char {
  line-height: 1.6;
}
#course .thumb .number {
  font-size: 4em;
  font-family: "Mont", sans-serif;
}
#course .thumb .swiper-slide {
  cursor: pointer;
  transition: all 0.4s ease-out;
}
#course .thumb .swiper-slide-active {
  color: #910010;
}
@media (max-width: 800px) {
  #course .thumb {
    height: 100px;
    margin: 40px auto;
  }
  #course .thumb .char {
    line-height: 1;
  }
  #course .thumb .number {
    font-size: 2em;
  }
  #course .thumb .unit {
    font-size: 16px;
  }
}
#course .gallery {
  width: 67.4%;
  margin: 0;
}
#course .gallery .txt p {
  padding-left: 20px;
  position: relative;
  font-size: 20px;
  margin-bottom: 30px;
  opacity: 0.8;
}
#course .gallery .txt p:last-child {
  margin-bottom: 0;
}
#course .gallery .txt p::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 2px;
  width: 6px;
  height: 6px;
  background-color: #910010;
  border-radius: 50%;
}
@media (max-width: 1480px) {
    #course .gallery .txt p{
        font-size: 16px;
        margin-bottom: 20px;
    }
}
@media (max-width: 1280px) {
    #course .gallery .txt p{
        font-size: 14px;
        margin-bottom: 15px;
    }
    #course .gallery .txt p::before {
    top: 8px;
    left: 2px;
    width: 4px;
    height: 4px;
  }
}
@media (max-width: 800px) {
  #course .gallery .txt p {
    padding-left: 10px;
    margin-bottom: 10px;
  }
  #course .gallery .txt p:last-child {
    margin-bottom: 0;
  }
   #course .gallery .txt p::before {
    top: 6px;
  }
}
#product-page .middle {
  height: 650px;
  background-image: url("../pictures/exterior-view.jpg");
}
@media (max-width: 800px) {
  #product-page .middle {
    height: 450px;
  }
}
#product {
  background-image: url("../images/pro-bg.jpg");
  padding-bottom: 20px;
}
#product .main {
  position: relative;
}
#product .product-box {
  position: relative;
  z-index: 200;
  margin-bottom: 98px;
}
#product .product-box .left-info {
  width: 30%;
}
#product .product-box .left-info .title {
  font-size: 40px;
  padding-left: 23px;
  position: relative;
}
#product .product-box .left-info .title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 5px;
  height: 39px;
  transform: translateY(-50%);
  background-color: #910010;
}
#product .product-box .left-info .desc {
  margin: 72px 0 126px;
  line-height: 1.8;
}
#product .product-box .swiper-box {
  width: 67%;
  position: relative;
  z-index: 200;
}
#product .product-box .swiper-box .swiper {
  padding-bottom: 100px;
}
#product .product-box .swiper-box .swiper-slide a {
  background-color: #fff;
  height: 380px;
  text-align: center;
  padding: 0 10px;
}
#product .product-box .swiper-box .swiper-slide a .oppress {
  width: 100%;
  height: 84%;
}
#product .product-box .swiper-box .swiper-change {
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
  width: 40%;
}
#product .product-box .swiper-box .swiper-change .swiper-pagination {
  bottom: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  max-width: 100px;
    height: 20px;
  overflow: hidden;
}
#product .product-box .spe-lists .swiper-slide{
    width: 32%;
    margin-right: 1.9%;
    margin-bottom: 20px;
}
#product .product-box .spe-lists .swiper-slide:nth-of-type(3n){
    margin-right: 0;
}
@media (max-width: 1280px) {
  #product .product-box .left-info .title {
    font-size: 30px;
  }
  #product .product-box .swiper-box .swiper-slide a {
  
  height: 280px;
}
#product .product-box .left-info .desc {
  margin: 52px 0 86px;
}
#product .product-box {
    margin-bottom: 58px;
}
}
@media (max-width: 800px) {
  #product .product-box {
    flex-wrap: wrap;
  }
  #product .product-box .left-info {
    width: 100%;
  }
  #product .product-box .left-info .title {
    font-size: 28px;
  }
  #product .product-box .left-info .title::before {
    height: 30px;
  }
  #product .product-box .left-info .desc {
    margin: 32px 0 ;
    line-height: 1.6;
  }
  #product .product-box .swiper-box {
    width: 100%;
    margin-top: 30px;
  }
  #product .product-box .swiper-box .swiper {
    padding-bottom: 100px;
  }
  #product .product-box .swiper-box .swiper-slide a {
    height: 300px;
  }
  #product .product-box .swiper-box .swiper-change {
    width: 100%;
  }
  #product .product-box .swiper-box .swiper-change .swiper-pagination {
    width: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #product .product-box .swiper-box .spe-lists{
      padding-bottom: 0;
  }
  #product .product-box .spe-lists .swiper-slide{
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
}
}
#product-details {
  background-color: #f9f9f9;
}
#product-details .main {
  position: relative;
}
#product-details .content {
  position: relative;
  z-index: 200;
}
#product-details .lists {
  margin-top: 50px;
}
#product-details .lists .item {
  background-color: #fff;
  width: 48.8%;
  height: 309px;
  padding: 56px;
  box-sizing: border-box;
  margin-bottom: 30px;
  transition: all 0.4s ease;
}
#product-details .lists .item:hover {
  background-color: #910010;
  color: #fff;
}
#product-details .lists .item ul {
  margin-top: 23px;
}
#product-details .lists .item ul li {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 10px;
  align-items: flex-start;
}
#product-details .lists .item ul li .icon {
  margin-right: 8px;
  transform: rotate(90deg);
}
#product-details .bottom-panel {
  margin-top: 70px;
}
#product-details .bottom-panel .table {
  margin-top: 56px;
}
#product-details .bottom-panel .table .row {
  height: 100%;
}
#product-details .bottom-panel .table .row .left {
  color: #910010;
  width: 26%;
  padding-left: 48px;
  box-sizing: border-box;
  background-color: #f1dcdb;
}
#product-details .bottom-panel .table .row .middle,
#product-details .bottom-panel .table .row .right {
  width: 36%;
  height: 100%;
}
#product-details .bottom-panel .table .row.top .middle,
#product-details .bottom-panel .table .row.top .right {
  text-align: center;
}
#product-details .bottom-panel .table .row.top .middle p,
#product-details .bottom-panel .table .row.top .right p {
  padding: 8px 0;
}
#product-details .bottom-panel .table .row.top .middle p:first-child,
#product-details .bottom-panel .table .row.top .right p:first-child {
  color: #fff;
  background-color: #910010;
  margin-bottom: 2px;
}
#product-details .bottom-panel .table .row.top .middle p:last-child,
#product-details .bottom-panel .table .row.top .right p:last-child {
  background-color: #f1dcdb;
}
#product-details .bottom-panel .table .row-item .middle,
#product-details .bottom-panel .table .row-item .right {
  background-color: #faefee;
  padding: 38px 46px;
  line-height: 1.8;
  box-sizing: border-box;
  margin-top: 14px;
}
#product-details .bottom-panel .table .row-item:nth-of-type(2n) .middle,
#product-details .bottom-panel .table .row-item:nth-of-type(2n) .right {
  background-color: #f1dcdb;
}
#product-details .bottom-panel .down {
  width: 200px;
  height: 60px;
  background-color: #910010;
  margin-top: 78px;
}
#product-details .bottom-panel .down .icon {
  margin-left: 8px;
}
@media (max-width: 768px) {
  #product-details .lists {
    flex-wrap: wrap;
    margin-top: 30px;
  }
  #product-details .lists .item {
    width: 100%;
    height: auto;
    padding: 20px;
  }
  #product-details .lists .item ul li {
    font-size: 16px;
    margin-bottom: 8px;
  }
  #product-details .lists .item ul li .icon {
    font-size: 16px;
  }
  #product-details .bottom-panel {
    margin-top: 30px;
  }
  #product-details .bottom-panel .table {
    margin-top: 26px;
  }
  #product-details .bottom-panel .table .f20 {
    font-size: 16px;
  }
  #product-details .bottom-panel .table .row {
    height: 100%;
  }
  #product-details .bottom-panel .table .row .left {
    padding-left: 8px;
    font-size: 16px;
  }
  #product-details .bottom-panel .table .row-item .middle,
  #product-details .bottom-panel .table .row-item .right {
    padding: 8px 16px;
    line-height: 1.5;
    margin-top: 4px;
  }
  #product-details .bottom-panel .down {
    margin-top: 28px;
  }
}
#summary {
  position: relative;
  z-index: 200;
}
@media (max-width: 1280px) {
  #summary .left {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  #summary .left {
    font-size: 12px;
  }
}
#summary .content .title {
  font-size: 2em;
  padding-bottom: 10px;
  margin-bottom: 0.1rem;
  margin-top: -0.25em;
}
@media (max-width: 1280px) {
  #summary .content .title {
    font-size: 28px;
  }
}
#summary .content .desc {
  line-height: 1.5;
  margin-top: 40px;
}
#summary .content .desc li {
  margin-bottom: 0.5em;
}
#summary .gallery {
  height: 78%;
}
#summary .gallery .fill {
  padding: 0 0.8rem;
  height: 100%;
}
#summary .gallery img {
  max-height: 90%;
}
#summary .gallery .swiper-change {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 120px;
}
#summary .thumb {
  padding: 0 7em;
}
@media (max-width: 1024px) {
  #summary .thumb {
    font-size: 12px;
    padding: 0;
  }
}
#summary .thumb .swiper .swiper-slide {
  width: 33.333333%;
}
#summary .thumb .swiper .item {
  margin-right: 0.9em;
  border: 1px solid #cbcbcb;
  position: relative;
  height: 80px;
}
#summary .thumb .swiper .fill {
  height: 100%;
}
#summary .thumb .swiper .fill img {
  max-width: none;
  max-height: 80%;
}
#summary .thumb .swiper .swiper-slide-thumb-active .item {
  border-color: #910010;
}
#summary .right {
  background-color: #f9f9f9;
  padding: 30px;
  box-sizing: border-box;
}
@media (min-width: 1025px) {
  #summary .left {
    width: 46%;
  }
  #summary .right {
    width: 50%;
    height: 450px;
  }
  #summary .content {
    flex: 1;
  }
}
@media (max-width: 1024px) {
  #summary {
    flex-wrap: wrap;
  }
  #summary .right {
    width: 100%;
  }
  #summary .right .gallery {
    height: 280px;
  }
  #summary .left {
    max-width: 640px;
    margin: 0 auto 36px;
  }
}
@media (max-width: 800px) {
  #summary .right {
    padding: 20px 10px 30px;
  }
  #summary .right .gallery .fill {
    padding: 0 ;
  }
  #summary .right .gallery .swiper-change .swiper-button-next {
    right: 0;
  }
  #summary .right .gallery .swiper-change .swiper-button-prev {
    left: 0;
  }
}
.form-pop {
  border-radius: 10px;
  background-color: #ffffff;
  width: 1200px;
  height: 700px;
  padding: 35px 50px;
  box-sizing: border-box;
}
.form-pop .tips {
    margin-top: 5px;
  margin-bottom: 35px;
}
.form-pop .row {
    width: 48%;
  margin-bottom: 23px;
}
.form-pop .row.w100{
     width: 100%;
}
.form-pop .label {
    
  width: 100%;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  height: 58px;
  border-radius: 29px;
  padding: 0 25px;
  box-sizing: border-box;
}
.form-pop .spe-row .label{
    display: block;
    position: relative;
}
.form-pop .spe-row .label .select{
    color: #000;
    
}
.form-pop .desc a{
    display: inline-block;
}
.form-pop .spe-row .label::after {
              content: "";
              position: absolute;
              right: 18px;
              top: 50%;
              transform: translateY(-50%);
              border-width: 8px 5px 0 5px;
              border-style: solid;
              border-color: #000 transparent transparent transparent;
              opacity: 0.7;
            }
.form-pop .row.last .label {
    height: auto;
     display: block;
     padding:  10px 25px;
}
.form-pop .row.last .label textarea{
    width: 100%;
    height: 80px;
}
.form-pop .label .prop {
  color: #910010;
  padding-right: 22px;
  position: relative;
}
.form-pop .label .prop::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 13px;
  background-color: rgba(0, 0, 0, 0.5);
}
.form-pop .row.last .label .prop::before{
    display: none;
}
.form-pop .label .input {
  flex: 1;
  height: 100%;
  padding-left: 22px;
  font-size: 14px;
  box-sizing: border-box;
}
.form-pop .label .input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.form-pop .submit-btn {
  width: 100%;
  height: 50px;
  border-radius: 29px;
  background-color: #910010;
  color: #fff;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  margin: 27px 0 25px;
}
.form-pop .carousel__button.is-close {
  position: absolute;
  top: 24px;
  right: 24px;
  color: #000;
}
.develop-page .top-panel .right-news {
  width: 67%;
  height: 400px;
}
.develop-page a {
  width: 49.6%;
  height: 100%;
}
.develop-page a .oppress {
  width: 100%;
  height: 100%;
}
.develop-page a.pic-news {
  position: relative;
}
.develop-page a.pic-news .txt {
  padding: 64px 54px;
  background-image: linear-gradient(bottom, #000, transparent);
  background-image: -webkit-linear-gradient(bottom, #000, transparent);
  background-image: -moz-linear-gradient(bottom, #000, transparent);
  background-image: -ms-linear-gradient(bottom, #000, transparent);
  background-image: -o-linear-gradient(bottom, #000, transparent);
  position: absolute;
  left: 0;
  bottom: 0;
  box-sizing: border-box;
}
.develop-page a.pic-news .txt .title {
  margin-top: 20px;
}
.develop-page a.pic-news:hover .title {
  color: #910010;
}
.develop-page a.info-news {
  padding: 62px 56px;
  box-sizing: border-box;
  background-color: #e8e8e8;
  position: relative;
}
.develop-page a.info-news .title {
  margin-top: 30px;
}
.develop-page a.info-news .more {
  position: absolute;
  left: 62px;
  bottom: 57px;
}
.develop-page a.info-news:hover .title {
  color: #910010;
}
.develop-page a.info-news:hover .white-more {
  color: #fff;
  background-color: #910010;
}
@media (max-width: 1280px) {
    .form-pop {
  width: 90%;
  height: auto;
  padding: 25px 20px;
}
}
@media (max-width: 800px) {
  .develop-page .top-panel {
    flex-wrap: wrap;
  }
  .develop-page .top-panel .right-news {
    width: 100%;
    height: auto ;
    flex-wrap: wrap;
    margin-top: 60px;
  }
  .develop-page .top-panel .right-news a {
    height: 300px;
  }
  .develop-page a {
    width: 100%;
  }
  .develop-page a.pic-news .txt {
    padding: 24px 20px;
  }
  .develop-page a.pic-news .txt .title {
    margin-top: 10px;
  }
  .develop-page a.info-news {
    padding: 34px 20px;
  }
  .develop-page a.info-news .title {
    margin-top: 30px;
  }
  .develop-page a.info-news .more {
    left: 24px;
    bottom: 27px;
  }
  .form-pop .row {
    width: 100%;
}
.form-pop .label {
    padding: 0 15px;
}
.form-pop .label .prop {
    padding-right: 12px;
}
.form-pop .row.last .label {
    height: auto;
    display: block;
    padding: 10px 15px;
}
.form-pop .submit-btn {
    margin: 20px 0 ;
}
}
#develop-lists {
  background-image: url("../images/pro-bg.jpg");
}
#develop-lists .main {
  position: relative;
}
#develop-lists .left-news {
  width: 49%;
  height: 550px;
}
#develop-lists .left-news .txt {
  width: 100%;
  top: 0;
  bottom: auto;
  padding: 38px 40px;
  background-image: linear-gradient(top, #000000cc, transparent);
  background-image: -webkit-linear-gradient(top, #000000cc, transparent);
  background-image: -moz-linear-gradient(top, #000000cc, transparent);
  background-image: -ms-linear-gradient(top, #000000cc, transparent);
  background-image: -o-linear-gradient(top, #000000cc, transparent);
}
#develop-lists .left-news .txt .title {
  margin-bottom: 30px;
  width: 50%;
}
#develop-lists .left-news .txt .more {
  border: none;
  background-color: rgba(255, 255, 255, 0.2);
}
#develop-lists .left-news:hover .white-more {
  color: #fff;
  background-color: #910010;
}
#develop-lists .right-info {
  width: 49%;
}
#develop-lists .right-info .swiper-box {
  background-color: #ffffff;
  width: 100%;
  height: 260px;
  padding: 60px 45px;
}
#develop-lists .right-info .swiper-box a {
  width: 100%;
}
#develop-lists .right-info .swiper-box a .top-txt {
  margin-top: 0;
  margin-bottom: 45px;
}
#develop-lists .right-info .swiper-box a .white-more {
  background-color: #d0d0d0;
}
#develop-lists .right-info .swiper-box a:hover .white-more {
  color: #fff;
  background-color: #910010;
}
#develop-lists .right-info .swiper-box .swiper-change {
  left: auto;
  right: 20px;
  bottom: 0;
}
#develop-lists .right-info .bottom-lists {
  margin-top: 30px;
}
#develop-lists .right-info .bottom-lists a {
  width: 48%;
  height: 260px;
}
#develop-lists .right-info .bottom-lists a .txt {
  padding: 30px 26px;
}
#develop-lists .right-info .bottom-lists a .txt .title {
  margin-top: 10px;
}
#develop-lists .lists-box .ul {
  margin: 88px 0 0;
}
#develop-lists .lists-box .ul .item {
  width: 49%;
  margin-bottom: 40px;
}
#develop-lists .lists-box .ul .item a {
  width: 100%;
}
#develop-lists .lists-box .ul .item a .top-txt {
  padding-left: 30px;
  position: relative;
  margin: 35px 45px;
}
#develop-lists .lists-box .ul .item a .top-txt .title {
  margin-top: 20px;
}
#develop-lists .lists-box .ul .item a .top-txt::before {
  content: "";
  height: 100%;
  width: 1px;
  background-color: #910010;
  position: absolute;
  left: 0;
  top: 0;
}
#develop-lists .lists-box .ul .item a:hover .title {
  color: #910010;
}
#develop-lists .lists-box .ul .item .oppress {
  width: 100%;
  height: 360px;
}
@media (max-width: 800px) {
  #develop-lists .develop-box {
    flex-wrap: wrap;
  }
  #develop-lists .develop-box .left-news {
    width: 100%;
    height: 350px;
  }
  #develop-lists .develop-box .left-news .txt {
    bottom: auto;
    padding: 38px 20px;
  }
  #develop-lists .develop-box .left-news .txt .title {
    margin-bottom: 30px;
    width: 100%;
  }
  #develop-lists .develop-box .right-info {
    width: 100%;
    margin-top: 30px;
  }
  #develop-lists .develop-box .right-info .swiper-box {
    height: auto;
    padding: 30px 20px;
  }
  #develop-lists .develop-box .right-info .swiper-box a {
    width: 100%;
  }
  #develop-lists .develop-box .right-info .bottom-lists {
    display: none;
  }
  #develop-lists .lists-box .ul {
    margin: 10px 0 0;
    flex-wrap: wrap;
  }
  #develop-lists .lists-box .ul .item {
    width: 100%;
    margin-bottom: 30px;
  }
  #develop-lists .lists-box .ul .item a {
    width: 100%;
  }
  #develop-lists .lists-box .ul .item a .top-txt {
    padding-left: 20px;
    position: relative;
    margin: 15px 0 40px;
  }
  #develop-lists .lists-box .ul .item .oppress {
    height: 260px;
  }
}
.views-lists .ul li {
  margin-bottom: 16px;
}
.views-lists .ul a {
  width: 100%;
  height: 100px;
  background-color: #f9f9f9;
  padding: 0 54px;
  box-sizing: border-box;
}
.views-lists .ul a .pdf-icon {
  margin-right: 25px;
  width: 84px;
  max-height: 63px;
  overflow: hidden;
}
.views-lists .ul a .icon-yulan {
  margin-right: 10px;
  font-size: 24px;
}
.views-lists .ul a:hover {
  color: #910010;
}
@media (max-width: 800px) {
  .views-lists .ul a {
    padding: 20px;
    flex-wrap: wrap;
    height: auto;
  }
  .views-lists .ul a .pdf-icon {
    margin-right: 10px;
     width: 34px;
  max-height: 36px;
  }
  .views-lists .ul a .pdf-icon img {
    width: 30px;
  }
  .views-lists .ul a .down {
    margin-top: 18px;
    justify-content: flex-end;
    width: 100%;
  }
}
#news-page .news-swiper {
  height: 500px;
}
#news-page .news-swiper a {
  width: 100%;
  height: 100%;
  position: relative;
}
#news-page .news-swiper a .info {
  width: 30%;
  padding-top: 110px;
}
#news-page .news-swiper a .info .date {
  margin-bottom: 45px;
}
#news-page .news-swiper a .oppress {
  width: 67%;
  height: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
#news-page .news-swiper .swiper-change {
  left: 245px;
  bottom: 126px;
  width: 13%;
}
#news-page .news-swiper .swiper-pagination {
  left: 0;
  bottom: 100px;
  text-align: left;
  color: rgba(0, 0, 0, 0.3);
}
#news-page .news-swiper .swiper-pagination .swiper-pagination-current {
  color: #910010;
}
#news-page .lists-box .ul {
  margin: 110px 0 20px;
}
#news-page .lists-box .ul .item {
  width: 33.33%;
  padding-right: 30px;
  box-sizing: border-box;
  margin-bottom: 60px;
}
#news-page .lists-box .ul .item .top-txt {
  padding-left: 32px;
  position: relative;
}
#news-page .lists-box .ul .item .top-txt .title {
  margin-top: 25px;
}
#news-page .lists-box .ul .item .top-txt::before {
  content: "";
  height: 100%;
  width: 1px;
  background-color: #910010;
  position: absolute;
  left: 0;
  top: 0;
}
#news-page .lists-box .ul .item .text-node {
  margin: 30px 0 25px;
}
#news-page .lists-box .ul .item:hover .top-txt .title {
  color: #910010;
}
#news-page .lists-box .ul .item:hover .more {
  color: #910010;
}
@media (max-width: 1480px) {
  #news-page .news-swiper .swiper-change {
    left: 10%;
    width: 18%;
  }
}
@media (max-width: 800px) {
  #news-page .news-swiper {
    height: auto;
    padding-bottom: 100px;
    box-sizing: border-box;
  }
  #news-page .news-swiper a {
    display: flex;
    flex-wrap: wrap;
    height: auto;
  }
  #news-page .news-swiper a .info {
    width: 100%;
    padding-top: 0;
  }
  #news-page .news-swiper a .info .date {
    margin-bottom: 25px;
  }
  #news-page .news-swiper a .oppress {
    width: 100%;
    height: 200px;
    position: relative;
    top: auto;
    right: 0;
    transform: translateY(0);
    margin-top: 30px;
  }
  #news-page .news-swiper .swiper-pagination {
    bottom: 38px;
    width: 40%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }
  #news-page .news-swiper .swiper-change {
    width: 100%;
    left: 0;
    bottom: 50px;
  }
  #news-page .lists-box .ul {
    margin: 30px 0 -40px;
    flex-wrap: wrap;
  }
  #news-page .lists-box .ul .item {
    width: 100%;
    padding-right: 0;
    box-sizing: border-box;
    margin-bottom: 40px;
  }
  #news-page .lists-box .ul .item .top-txt {
    padding-left: 22px;
  }
  #news-page .lists-box .ul .item .top-txt .title {
    margin-top: 25px;
  }
  #news-page .lists-box .ul .item .text-node {
    margin: 20px 0 15px;
  }
}
.article .date {
  margin-bottom: 10px;
}
.article .share {
  margin: 66px 0 94px;
}
.article  .text-node{
    opacity: 1;
}
.article .text-node img{
    display: block;
    max-width: auto;
    width: 600px;
    max-height: 400px;
    object-fit: cover;
    margin: 0 auto;
}
.article a{
    display: inline-block;
}
.article .share .item .cc .icon {
  opacity: 1;
}
.article .btn-box {
  margin-top: 76px;
  font-weight: 600;
  height: 100px;
  background-color: #f9f9f9;
  padding: 0 60px;
  box-sizing: border-box;
}
.article .btn-box a:hover,
.article .btn-box a.active {
  color: #910010;
}
.article .btn-box a.prev,
.article .btn-box a.next {
  width: 45%;
}
.article .btn-box a.next {
  text-align: right;
}
@media (max-width: 800px) {
  .article .share {
    margin: 26px 0 34px;
  }
  .article .btn-box {
    margin-top: 36px;
    font-weight: 600;
    height: auto;
    background-color: #f9f9f9;
    padding: 20px ;
    box-sizing: border-box;
    flex-wrap: wrap;
  }
  .article .btn-box a.back {
    display: none;
  }
  .article .btn-box a.prev,
  .article .btn-box a.next {
    width: 100%;
  }
  .article .btn-box a.next {
    text-align: left;
    margin-top: 20px;
  }
  .article  .text-node .info-box{
    flex-wrap: wrap!important;
}
.article  .text-node .info-box .left,
.article  .text-node .info-box .right{
    width: 100%!important;
}
.article .text-node img{
    width: 100%;
    max-height: 300px;
}
}
.top-service-panel .content {
  position: relative;
}
.top-service-panel .content .left {
  width: 30%;
}
.top-service-panel .content .left .select-box {
  width: 100%;
  height: 67px;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-style: solid;
  margin: 58px 0 20px;
  background-color: #f9f9f9;
}
.top-service-panel .content .left .info {
  width: 100%;
  min-height: 505px;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-style: solid;
  background-color: #f9f9f9;
  padding: 50px 44px;
  box-sizing: border-box;
}
.top-service-panel .content .left .info .top-name {
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
.top-service-panel .content .left .info .top-name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 67px;
  background-color: #910010;
}
.top-service-panel .content .left .info .contect-info {
  line-height: 2.25;
  margin-top: 26px;
}
.top-service-panel .right-map {
  position: absolute;
  top: 0;
  right: -13%;
  width: 78%;
  height: 597px;
}
.top-service-panel .right-map svg .cls-1,
.top-service-panel .right-map svg .cls-4 {
  fill-rule: evenodd;
}
.top-service-panel .right-map svg .cls-1 {
  fill: url(#linear-gradient);
}
.top-service-panel .right-map svg .cls-2 {
  font-size: 14px;
}
.top-service-panel .right-map svg .cls-2,
.top-service-panel .right-map svg .cls-5 {
  font-family: "Microsoft YaHei";
  text-transform: uppercase;
}
.top-service-panel .right-map svg .cls-3 {
  fill: url(#linear-gradient-2);
}
.top-service-panel .right-map svg .cls-4 {
  fill: #a92944;
}
.top-service-panel .right-map svg .cls-5 {
  font-size: 18px;
  fill: #fff;
  font-weight: 700;
}
@media (max-width: 1680px) {
  .top-service-panel .right-map {
    right: -4%;
  }
}
@media (max-width: 1000px) {
  .top-service-panel .content {
    position: relative;
    padding-top: 150px;
  }
  .top-service-panel .content .left {
    width: 100%;
  }
  .top-service-panel .content .left .info {
    min-height: auto;
    padding: 30px 20px;
  }
  .top-service-panel .content .left .info .top-name {
    padding-bottom: 25px;
  }
  .top-service-panel .content .left .info .contect-info {
    line-height: 2;
    margin-top: 26px;
  }
  .top-service-panel .content .right-map {
    right: 0;
    width: 100%;
    top: 30px;
    height: auto ;
  }
}
.connect-panel {
  height: 800px;
  margin-top: 114px;
}
.connect-panel .content .left {
  background-color: #f9f9f9;
  position: absolute;
  left: -13%;
  top: 50%;
  transform: translateY(-50%);
  width: 960px;
  box-sizing: border-box;
  padding: 78px 68px 60px 13%;
  z-index: 9;
}
.connect-panel .content .left .title {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.connect-panel .content .left .ul {
  margin-top: 25px;
}
.connect-panel .content .left .ul li {
  margin-bottom: 15px;
}
.connect-panel .content .left .ul li .icon {
  opacity: 0.8;
}
.connect-panel .content .left .ul li span {
  margin-left: 10px;
}
.connect-panel .content .map-box {
  position: absolute;
  top: 0;
  right: -13%;
  width: 80%;
  height: 800px;
}
.connect-panel .content .map-box .box{
    background-color: #fff;
    border-radius: 10px;
    width: 200px;
    padding: 20px;
    position: relative;
}
.connect-panel .content .map-box .box img{
    width: 100%;
}
.connect-panel .content .map-box .box::after{
    content: '';
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
    border-top: 14px solid #fff;
    border-left:  12px solid transparent;
    border-right:  12px solid transparent;
}
@media (max-width: 1480px) {
  .connect-panel .content .left {
    left: -10%;
    width: 70%;
    padding: 48px 48px 40px 10%;
  }
}
@media (max-width: 1000px) {
  .connect-panel {
    margin-top: 50px;
    width: 100%;
    height: 400px;
    padding-top: 400px;
  }
  .connect-panel .content .left {
    left: 0;
    width: 100%;
    padding: 28px 20px;
    top: 0;
    transform: translateY(0);
  }
  .connect-panel .content .left .title {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .connect-panel .content .left .ul {
    margin-top: 25px;
  }
  .connect-panel .content .left .ul li {
    margin-bottom: 10px;
  }
  .connect-panel .content .left .ul li span {
    margin-left: 6px;
  }
  .connect-panel .content .map-box {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 400px;
  }
}
.culture-top {
  text-align: center;
}
.culture-top .desc {
  width: 60%;
  margin: 50px auto;
}
.culture-top .oppress {
  width: 33.8%;
  height: 700px;
  margin: 0 auto;
}
.culture-top .words-box {
  margin: 0 -13%;
  top: auto;
  bottom: -70px;
}
.culture-top .words-box .bd ul li p {
  font-size: 150px;
  color: #e8e8e8;
  text-transform: uppercase;
  text-align: left;
}
.culture-top .words-box .bd ul li p.bottom {
  text-align: right;
}
@media (max-width: 1580px) {
  .culture-top .words-box .bd ul li p {
    font-size: 120px;
  }
}
@media (max-width: 1280px) {
  .culture-top .desc {
    width: 100%;
    margin: 50px auto;
  }
  .culture-top .oppress {
    width: 50%;
    height: auto;
  }
  .culture-top .words-box .bd ul li p {
    font-size: 100px;
  }
}
@media (max-width: 1000px) {
  .culture-top .desc {
    margin: 30px auto 0;
  }
  .culture-top .oppress {
    width: 100%;
    height: auto;
  }
  .culture-top .words-box {
    bottom: -30px;
  }
  .culture-top .words-box .bd ul li p {
    font-size: 40px;
  }
}
.culture-bottom .ul {
  padding-top: 200px;
}
.culture-bottom .ul .item {
  width: 33.3%;
}
.culture-bottom .ul .item .oppress {
  width: 100%;
  height: 350px;
}
.culture-bottom .ul .item .info {
  padding: 50px 40px;
}
.culture-bottom .ul .item .title {
  margin: 30px 0;
}
.culture-bottom .ul .item:nth-of-type(2) {
  margin-top: -75px;
}
.culture-bottom .ul .item:hover .oppress img {
  transform: scale(1.1);
}
.culture-bottom .ul .item:hover .icon img {
  animation: shake 0.8s linear;
}
@media (max-width: 1000px) {
  .culture-bottom .ul {
    padding-top: 100px;
    flex-wrap: wrap;
  }
  .culture-bottom .ul .item {
    width: 100%;
  }
  .culture-bottom .ul .item .oppress {
    width: 100%;
    height: 250px;
  }
  .culture-bottom .ul .item .info {
    padding: 30px 20px 40px;
  }
  .culture-bottom .ul .item .info .icon img {
    width: 60px;
  }
  .culture-bottom .ul .item .title {
    margin: 20px 0;
  }
  .culture-bottom .ul .item:nth-of-type(2) {
    margin-top: 0;
  }
}
@keyframes xuanzhuan {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
@keyframes shake {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -5px);
  }
  100% {
    transform: translate(0, 0);
  }
}
#footer {
  background-color: #e4e4e4;
  padding-bottom: 15px;
  overflow: hidden;
}
#footer .top-box{
    padding: 10px 0;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
#footer .middle-main{
    padding-top: 35px;
}
#footer .top-box .links li{
    margin-right: 20px;
}
#footer .top-box .links li a:hover{
    opacity: 1;
}
#footer .top-nav .list {
  width: 76%;
}
#footer .top-nav .list .item {
  position: relative;
  text-align: center;
}
#footer .top-nav .list .item a {
  padding: 0 40px;
  font-size: 14px;
  margin-bottom: 10px;
  opacity: 0.9;
}
#footer .top-nav .list .item a.top {
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(0,0,0,.1);
  font-size: 18px;
  margin-bottom: 25px;
}
#footer .top-nav .list .item a:hover {
  text-decoration: underline;
}
#footer .top-nav .list .item::before,
#footer .top-nav .list .item::after {
  content: "";
  width: 1px;
  height: 5px;
  position: absolute;
  top: 10px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
#footer .top-nav .list .item::after {
  right: 0;
  left: auto;
}
#footer .top-nav .list .item:first-child a {
  padding-left: 0;
}
#footer .top-nav .list .item:first-child::before {
  display: none;
}
#footer .top-nav .list .item:last-child a {
  padding-right: 0;
}
#footer .top-nav .list .item:last-child::after {
  display: none;
}
#footer .top-nav .list .item:hover {
  opacity: 1;
}
#footer .top-nav #toTop {
  cursor: pointer;
  color: #000;
}
#footer .top-nav #toTop .cc {
  width: 2em;
  height: 2em;
  border: 1px solid #000;
  border-radius: 50%;
  font-size: 24px;
  transform: rotate(90deg);
}
#footer .top-nav #toTop:hover .cc {
  border: 1px solid #910010;
  color: #fff;
  background-color: #910010;
}
#footer .top-nav {
  padding-bottom: 20px;
}
#footer .middle .top{
    margin-bottom:  20px ;
}

#footer .middle .top .logo img{
    width: 100px;
}
#footer .middle .info {
  /*margin-top: 30px;*/
  opacity: 0.9;
}
#footer .middle .info ul li {
  margin-bottom: 10px;
  font-size: 14px;
}
#footer .middle .info ul li .icon-box {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #000;
  margin-right: 10px;
}
#footer .middle .info ul li:last-child{
   margin-top:  20px ; 
}
#footer .middle .info ul li:last-child .icon-box {
    margin-left: 10px;
}
#footer .friends {
  position: relative;
}
#footer .friends .top-box {
  width: 250px;
  height: 50px;
  background-color: #910010;
  cursor: pointer;
  color: #000;
  border-radius: 25px;
  padding: 0 15px 0 25px;
  box-sizing: border-box;
}
#footer .friends .top-box .cc {
  width: 1.5em;
  height: 1.5em;
  border: 1px solid #000;
  border-radius: 50%;
  font-size: 16px;
  transition: all 0.4s ease;
}
#footer .friends .ul {
  width: 84%;
  max-height: 210px;
  overflow-y: auto;
  color: #000;
  background-color: #fff;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  height: 0;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50px;
  transform: translateX(-50%) translateY(100px);
  transition: all 0.4s ease;
  text-align: center;
}
#footer .friends .ul li a {
  padding: 10px 15px;
  box-sizing: border-box;
}
#footer .friends .ul li a:hover {
  color: #910010;
}
#footer .friends .ul li:first-child {
  padding-top: 20px;
}
#footer .friends .ul li:last-child {
  padding-bottom: 20px;
}
#footer .friends.on .cc {
  transform: rotate(90deg);
}
#footer .friends.on .ul {
  height: auto;
  transform: translateX(-50%) translateY(0);
}
#footer .copyright a {
  opacity: 0.7;
}
#footer .copyright a:first-child {
  margin-right: 88px;
}
#footer .copyright a:hover {
  opacity: 1;
}
@media (max-width: 1600px) {
  #footer .top-nav .list .item a {
    padding: 0 30px;
  }
}
@media (max-width: 1480px) {
  #footer .top-nav .list {
    width: 85%;
  }
  #footer .top-nav .list .item a {
    padding: 0 20px;
  }
  #footer .middle .info ul li .txt{
      flex: 1;
  }
  #footer .middle .flex-balance {
    flex-wrap: wrap;
  }
  #footer .middle .info {
    width: 100%;
  }
}
@media (max-width: 1280px) {
  #footer .top-nav {
    position: relative;
    padding-top: 50px;
    flex-wrap: wrap;
    padding-bottom: 0;
  }
  #footer .top-nav .list {
    width: 100%;
  }
  #footer .top-nav .list .item a {
    padding: 0 30px;
  }
  /*#footer .top-nav #toTop {*/
  /*  position: absolute;*/
  /*  right: 0;*/
  /*  top: -40px;*/
  /*}*/
  
  #footer .middle{
      width: 100%;
      padding: 50px 0;
  }
}
@media (max-width: 800px) {
  #footer {
    padding-bottom: 32px;
  }
  #footer .logo {
    max-width: 8em;
    min-width: 120px;
  }
  #footer .top-nav .list{
    display: none;
  }
  #footer #toTop .cc {
    width: 1.5em;
    height: 1.5em;
    font-size: 20px;
  }
  #footer .middle {
    padding: 0 0 40px;
  }
  #footer .middle .info {
    margin-bottom: 0;
  }
   #footer .top-box .main,
  #footer .middle .info ul {
    flex-wrap: wrap;
  }
 
 
  #footer .middle .friends {
    margin-top: 30px;
  }
  #footer .copyright {
    flex-wrap: wrap;
  }
  #footer .copyright .left {
    flex-wrap: wrap;
  }
  #footer .copyright a {
    width: 100%;
    text-align: center;
  }
  #footer .copyright a:first-child {
    margin-right: 0;
  }
  #footer .top-box .main .links{
      width: 100%;
      margin-bottom: 20px;
  }
  #footer .middle-main {
    padding-top: 0;
    }
}

.page-banner {
  position: relative;
  z-index: 9;
  height: 630px;
  overflow: hidden;
}
.page-banner .top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.page-banner .banner-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  animation: show 1s ease forwards;
}
@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.page-banner .banner-txt .title {
  font-size: 48px;
  margin-bottom: 50px;
}
.page-banner .banner-txt .desc {
  opacity: 0.9;
  max-width: 80%;
  line-height: 1.5;
  margin: 0 auto;
}
@media (max-width: 1480px) {
  .page-banner .banner-txt .desc {
    max-width: 100%;
  }
}
@media (max-width: 800px) {
  .page-banner {
    height: 500px;
  }
  .page-banner .banner-txt {
    padding: 0 20px;
    box-sizing: border-box;
    width: 100%;
  }
  .page-banner .banner-txt .title {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
.new-develop-page {
  background-color: #fefefe;
  background-image: url('../pictures/newbg.png');
  background-position: center top;
  background-size: 100% 3215px;
  position: relative;
}
.new-develop-page .lists {
  margin-top: 10px;
}
.new-develop-page .lists ul li {
  min-height: 860px;
  width: 33.33%;
  transition: all 0.4s ease;
}
.new-develop-page .lists ul li .oppress {
  width: 100%;
  height: 350px;
}
.new-develop-page .lists ul li .bottom-txt {
  width: 100%;
  padding: 50px 40px 0;
  box-sizing: border-box;
}
.new-develop-page .lists ul li .bottom-txt .title {
  margin: 35px 0 30px;
}
.new-develop-page .lists ul li:hover {
  margin-top: -80px;
}
.new-develop-page .lists ul li:hover .oppress img {
  transform: scale(1.1);
}
.new-develop-page .line-box .line2 {
  left: 508px;
}
.new-develop-page .down-lists {
  margin-top: 50px;
}
.new-develop-page .down-lists .ul {
  margin-right: -1%;
}
.new-develop-page .down-lists .ul .item {
  width: 24%;
  margin-right: 1%;
  margin-bottom: 20px;
}
.new-develop-page .down-lists .ul .item a .oppress {
  width: 100%;
  height: 480px;
}
.new-develop-page .down-lists .ul .item a .title {
  margin: 30px 0;
}
.new-develop-page .down-lists .ul .item a .down-box {
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.5);
  border-style: solid;
  width: 148px;
  height: 41px;
  transition: all 0.4s ease;
}
.new-develop-page .down-lists .ul .item a .down-box span {
  color: rgba(0, 0, 0, 0.5);
  margin-right: 10px;
}
.new-develop-page .down-lists .ul .item a:hover .down-box {
  border-color: #910010;
  background-color: #910010;
}
.new-develop-page .down-lists .ul .item a:hover .down-box .icon,
.new-develop-page .down-lists .ul .item a:hover .down-box span {
  color: #fff;
}
@media (max-width: 1480px) {
  .new-develop-page .line-box .line2 {
    left: 400px;
  }
}
@media (max-width: 800px) {
  .new-develop-page {
    background-size: cover;
  }
  .new-develop-page .lists {
    margin-top: 0;
  }
  .new-develop-page .lists ul {
    flex-wrap: wrap;
  }
  .new-develop-page .lists ul li {
    min-height: auto;
    width: 100%;
  }
  .new-develop-page .lists ul li .oppress {
    height: 250px;
  }
  .new-develop-page .lists ul li .bottom-txt {
    width: 100%;
    padding: 30px 20px ;
  }
  .new-develop-page .lists ul li .bottom-txt .icon {
    width: 80px;
  }
  .new-develop-page .lists ul li .bottom-txt .title {
    margin: 25px 0 20px;
  }
  .new-develop-page .lists ul li:hover {
    margin-top: 0;
  }
  .new-develop-page .down-lists {
    margin-top: 40px;
  }
  .new-develop-page .down-lists .ul {
    margin-right: 0%;
  }
  .new-develop-page .down-lists .ul .item {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 30px;
  }
  .new-develop-page .down-lists .ul .item a .oppress {
    width: 100%;
    height: 400px;
  }
  .new-develop-page .down-lists .ul .item a .title {
    margin: 20px 0;
  }
}
.same-develop-box .left-box {
  width: 50%;
  position: relative;
  height: 500px;
  box-sizing: border-box;
}
.same-develop-box .left-box::after {
  content: '';
  position: absolute;
  top: 15px;
  right: -15px;
  width: 100%;
  height: 100%;
  background-color: rgba(145, 0, 16, 0.2);
}
.same-develop-box .left-box .oppress {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 9;
}
.same-develop-box .right-box {
  width: 44%;
}
.same-develop-box .right-box .title {
  padding-bottom: 60px;
  margin-bottom: 60px;
  position: relative;
  line-height: 1.6;
}
.same-develop-box .right-box .title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 3px;
  background-color: #910010;
}
.same-develop-box .right-box .desc {
  opacity: 0.9;
  line-height: 1.6;
}
@media (max-width: 1480px) {
  .same-develop-box .left-box {
    width: 45%;
  }
  .same-develop-box .right-box {
    width: 50%;
  }
}
@media (max-width: 1280px) {
  .same-develop-box .right-box .f40 {
    font-size: 30px;
  }
}
@media (max-width: 800px) {
  .same-develop-box {
    flex-wrap: wrap;
  }
  .same-develop-box .left-box,
  .same-develop-box .right-box {
    width: 100%;
  }
  .same-develop-box .left-box {
    height: 350px;
  }
  .same-develop-box .left-box::after {
    top: 5px;
    right: -5px;
  }
  .same-develop-box .right-box {
    margin-top: 30px;
  }
  .same-develop-box .right-box .f40 {
    font-size: 24px;
  }
  .same-develop-box .right-box .title {
    padding-bottom: 30px;
    margin-bottom: 30px;
    line-height: 1.4;
  }
  .same-develop-box .right-box .desc {
    line-height: 1.4;
  }
}
.bottom-develop-page .same-develop-box .left-box {
  width: 33%;
  height: 602px;
}
.bottom-develop-page .same-develop-box .left-box::after {
  display: none;
}
.bottom-develop-page .same-develop-box .right-box {
  width: 60%;
}
.bottom-develop-page .same-develop-box .right-box .text-node {
  margin-bottom: 80px;
}
@media (max-width: 800px) {
  .bottom-develop-page .same-develop-box {
    flex-wrap: wrap;
  }
  .bottom-develop-page .same-develop-box .left-box,
  .bottom-develop-page .same-develop-box .right-box {
    width: 100%;
  }
  .bottom-develop-page .same-develop-box .left-box {
    height: 350px;
  }
  .bottom-develop-page .same-develop-box .right-box .text-node {
    margin-bottom: 30px;
  }
}
.form-page {
  background-color: #f9f9f9;
  padding-bottom: 70px;
}
.form-page .top-service-panel {
  width: 60%;
}
.form-page .top-service-panel .desc {
  opacity: 0.9;
  margin: 70px 0 60px;
}
.form-page .top-service-panel .desc .info {
  margin-top: 33px;
  line-height: 1.6;
}
.form-page .form .row {
  width: 45.2%;
  margin-bottom: 30px;
}
.form-page .form .row .label {
  width: 100%;
  height: 100%;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-radius: 28.5px;
  height: 60px;
  padding-left: 23px;
  box-sizing: border-box;
}
.form-page .form .row .label .prop {
  color: #910010;
  padding-right: 18px;
  position: relative;
  box-sizing: border-box;
}
.form-page .form .row .label .prop::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 13px;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.5);
}
.form-page .form .row .label.select-box {
  position: relative;
}
.form-page .form .row .label.select-box::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  border-width: 8px 5px 0 5px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  opacity: 0.7;
}
.form-page .form .row .input,
.form-page .form .row .select {
  width: 100%;
  height: 100%;
  padding: 0 18px;
  box-sizing: border-box;
  flex: 1;
  opacity: 0.7;
}
.form-page .form .row .input::placeholder,
.form-page .form .row .select::placeholder {
  opacity: 0.5;
}
@media (max-width: 1480px) {
  .form-page .top-service-panel {
    width: 70%;
  }
}
@media (max-width: 800px) {
  .form-page {
    padding-bottom: 40px;
  }
  .form-page .top-service-panel {
    width: 100%;
  }
  .form-page .top-service-panel .desc {
    margin: 30px 0 20px;
  }
  .form-page .top-service-panel .desc .info {
    margin-top: 23px;
    line-height: 1.4;
  }
  .form-page .top-service-panel .content {
    padding-top: 20px;
  }
  .form-page .form .row {
    width: 100%;
    margin-bottom: 15px;
  }
  .form-page .form .row .label {
    width: 100%;
    height: 100%;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-radius: 28.5px;
    height: 60px;
    padding-left: 23px;
    box-sizing: border-box;
  }
  .form-page .form .row .label .prop {
    color: #910010;
    padding-right: 18px;
    position: relative;
    box-sizing: border-box;
  }
  .form-page .form .row .label .prop::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 13px;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .form-page .form .row .label.select-box {
    position: relative;
  }
  .form-page .form .row .label.select-box::after {
    content: "";
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    border-width: 8px 5px 0 5px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    opacity: 0.7;
  }
  .form-page .form .row .input,
  .form-page .form .row .select {
    width: 100%;
    height: 100%;
    padding: 0 18px;
    box-sizing: border-box;
    flex: 1;
    opacity: 0.7;
  }
  .form-page .form .row .input::placeholder,
  .form-page .form .row .select::placeholder {
    opacity: 0.5;
  }
}
input[type="radio"],
input[type="checkbox"] {
  width: 18px;
  height: 18px;
  -webkit-appearance: none;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  box-sizing: border-box;
}
input[type="radio"]:checked,
input[type="checkbox"]:checked {
  background: url("../pictures/gou.png") no-repeat center center;
  background-size: 11px 17px;
  background-color: #910010;
}
input:checked + span {
  color: #910010 !important;
}
.form-bottom-page {
  border-top: 2px solid #910010;
  padding-top: 84px;
}
.form-bottom-page .form .content .row {
  padding-bottom: 34px;
  margin-bottom: 45px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.5);
}
.form-bottom-page .form .content .row .left-info {
  width: 50%;
}
.form-bottom-page .form .content .row .left-info .num {
  border-width: 2px;
  border-color: #910010;
  border-style: solid;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  margin-right: 15px;
  transition: all 0.4s ease;
}
.form-bottom-page .form .content .row .left-info .title {
  opacity: 0.9;
  flex: 1;
}
.form-bottom-page .form .content .row .left-info .tag {
  margin-top: 4px;
  width: 36px;
  text-align: center;
}
.form-bottom-page .form .content .row:hover .left-info .num {
  color: #fff;
  background-color: #910010;
}
.form-bottom-page .form .content .row .right-box {
  width: 46%;
}
.form-bottom-page .form .content .row .right-box .fill-box {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  padding: 10px;
  box-sizing: border-box;
}
.form-bottom-page .form .content .row .right-box .fill-box span {
  opacity: 0.7;
}
.form-bottom-page .form .content .row .right-box .fill-box textarea {
  flex: 1;
}
.form-bottom-page .form .content .row .check-box {
  width: 100%;
}
.form-bottom-page .form .content .row .check-box .check-item {
  width: 20%;
  margin-top: 10px;
}
.form-bottom-page .form .content .row .check-box .check-item input {
  margin-right: 0.2em;
}
.form-bottom-page .form .content .row .check-box .check-item span {
  color: rgba(0, 0, 0, 0.5);
}
.form-bottom-page .form .submit-btn {
  width: 420px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
  border-radius: 28.5px;
  background-color: #910010;
  margin: 75px auto 72px;
}
.form-bottom-page .form .submit-btn:hover {
  opacity: 0.8;
}
.form-bottom-page .form .tips {
  opacity: 0.9;
  align-items: flex-end;
}
@media (max-width: 1580px) {
  .form-bottom-page .form .content .row .left-info {
    width: 45%;
  }
  .form-bottom-page .form .content .row .right-box {
    width: 50%;
  }
}
@media (max-width: 1480px) {
  .form-bottom-page .form .content .row .left-info {
    width: 43%;
  }
  .form-bottom-page .form .content .row .right-box {
    width: 56%;
  }
}
@media (max-width: 800px) {
  .form-bottom-page {
    padding-top: 50px;
  }
  .form-bottom-page .form .content .row {
    flex-wrap: wrap;
    padding-bottom: 35px;
    margin-bottom: 35px;
  }
  .form-bottom-page .form .content .row .left-info {
    width: 100%;
    margin-bottom: 10px;
  }
  .form-bottom-page .form .content .row .left-info .num {
    margin-right: 8px;
  }
  .form-bottom-page .form .content .row .right-box {
    width: 100%;
  }
  .form-bottom-page .form .content .row .check-box .check-item {
    width: 50%;
  }
  .form-bottom-page .form .submit-btn {
    width: 100%;
    margin: 45px auto ;
  }
  .form-bottom-page .form .tips {
    flex-wrap: wrap;
  }
  .form-bottom-page .form .tips .name {
    margin-top: 20px;
  }
}

.spe-banner .banner-txt {
  left: 10%;
  transform: translate(0, -50%);
}
.spe-banner .banner-txt .desc {
  max-width: 100%;
  margin-bottom: 66px;
}
.spe-banner .banner-txt .more {
  border-color: transparent;
}
@media (max-width: 1480px) {
  .spe-banner .banner-txt {
    left: 8%;
  }
}
@media (max-width: 800px) {
  .spe-banner .banner-txt {
    left: 0;
  }
  .spe-banner .banner-txt .desc {
    margin-bottom: 26px;
  }
}
.new-develop-page .w100 {
  width: 100%;
}
.notice-lists {
  margin-top: 52px;
}
.notice-lists .ul li {
  width: 49.3%;
  margin-bottom: 22px;
}
.notice-lists .ul li a {
  width: 100%;
  padding: 36px;
  box-sizing: border-box;
  background-color: #f2f2f2;
  color: rgba(0, 0, 0, 0.7);
}
.notice-lists .ul li a .bold {
  color: rgba(0, 0, 0, 0.9);
}
.notice-lists .ul li a:hover {
  color: #910010;
}
.notice-lists .ul li a:hover .bold {
  color: #910010;
}
@media (max-width: 800px) {
  .notice-lists {
    margin-top: 32px;
  }
  .notice-lists .ul li {
    width: 100%;
  }
  .notice-lists .ul li a {
    padding: 26px;
  }
}
#search {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
}
#search.active {
  transform-origin: center center !important;
  animation-duration: 0.2s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-name: appear-show;
}
#search .container {
  width: 1000px;
  margin: 0 auto;
  height: 100%;
}
#search .content {
  width: 100%;
  height: 100%;
}

#search .content  .search_close {
  width: 58px;
  height: 58px;
  border-width: 1px;
  border-color: #ffffff;
  border-style: solid;
  border-radius: 50%;
  text-align: center;
  line-height: 58px;
  cursor: pointer;
  position: absolute;
  top: 50px;
  right: 50px;
}
#search .content .tf {
      box-shadow: none;
    outline: none;
    width: 100%;
    height: 50px;
    background-color: #fff;
    border: 0;
    border-radius: 60px;
    font-size: 16px;
    padding: 5px 30px 5px 30px;
    color: #111111;
}
#search .content .tf input {
  flex: 1;
}
#search .content .tf input::placeholder {
  color: #111111;
}
#search .content .tf .search {
  cursor: pointer;
}
@media (max-width: 1280px) {
  #search .container {
    width: 90%;
  }
}
@media (max-width: 800px) {
  #search .content .top .same-title .top span {
    font-size: 40px;
  }
  #search .content .top .search_close {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  #search .content .tf {
    margin-top: 80px;
    padding-bottom: 25px;
  }
  #search .content .tf input {
    font-size: 16px;
  }
}

#product-page .top .right-lists {
  width: 68%;
  margin-right: -1%;
}
#product-page .top .right-lists a {
  width: 19%;
  margin-right: 1%;
  height: 150px;
  position: relative;
}
#product-page .top .right-lists a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background-image: linear-gradient(bottom, #000, transparent);
  background-image: -webkit-linear-gradient(bottom, #000, transparent);
  background-image: -moz-linear-gradient(bottom, #000, transparent);
  background-image: -ms-linear-gradient(bottom, #000, transparent);
  background-image: -o-linear-gradient(bottom, #000, transparent);
}
#product-page .top .right-lists a .oppress {
  height: 100%;
}
#product-page .top .right-lists a .title {
  position: absolute;
  top: 110px;
  left: 0;
  padding-left: 15px;
  box-sizing: border-box;
  z-index: 9;
  
   width: 100%;
   text-align: left;
   transition: all 0.6s ease;
}
#product-page .top .right-lists a:hover::after {
  
  width: 100%;
  height: 100%;
  background-color: rgba(145, 0, 16,.7);
  background-image: none;
}
#product-page .top .right-lists a:hover .title {
  position: absolute;
  padding-left: 0;
  top: 50%;
  transform: translateY( -50%);
 
  text-align: center;
}
@media (max-width: 800px) {
  #product-page .top {
    flex-wrap: wrap;
  }
  #product-page .top .right-lists {
    margin-top: 30px;
    width: 100%;
    margin-right: 0;
  }
  #product-page .top .right-lists a {
    width: 100%;
    margin-right: 0;
    height: 150px;
    margin-bottom: 10px;
  }
  #product-page .top .right-lists a .oppress {
    height: 100%;
  }
}
.details-page #summary .left {
  width: 50%;
}
.details-page #summary .left .oppress {
  width: 100%;
  height: 450px;
}
.details-page .right-box {
  width: 45%;
}
.details-page .right-box .text-node {
  margin: 50px 0;
  opacity: 0.9;
}
.details-page .scroll-down {
  width: 80px;
  height: 80px;
  text-align: center;
  border: 1px solid #910010;
  border-radius: 50%;
  line-height: 80px;
  animation: arrow-down-animate 4s linear infinite;
}
.details-page .scroll-down > .icon {
  color: #910010;
  font-size: 20px;
  display: inline-block;
}
@media (max-width: 768px) {
  .details-page .scroll-down {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .details-page .scroll-down > .icon {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .details-page #summary .left {
    width: 100%;
  }
  .details-page #summary .left .oppress {
    height: 400px;
  }
  .details-page .right-box {
    width: 100%;
  }
  .details-page .right-box .text-node {
    margin: 20px 0;
  }
}

#product .content {
  position: relative;
  z-index: 200;
}
#product .new-lists {
  margin-right: -1.5%;
}
#product .new-lists li {
  width: 31.5%;
  margin-right: 1.5%;
  background-color: #fff;
  margin-bottom: 28px;
}

#product .new-lists li .oppress {
  width: 100%;
  height: 270px;
}
#product .new-lists li .info {
  padding: 65px 50px;
}
#product .new-lists li .info .title {
  padding-bottom: 25px;
  margin-bottom: 25px;
  position: relative;
}
#product .new-lists li .info .title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20px;
  height: 3px;
  background-color: #910010;
}
#product .new-lists li .info .text-node {
  opacity: 0.9;
}
@media (max-width: 768px) {
  #product .new-lists {
    margin-right: 0;
  }
  #product .new-lists li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 18px;
  }
  #product .new-lists li .oppress {
    width: 100%;
    height: 270px;
  }
  #product .new-lists li .info {
    padding: 35px 20px;
  }
  #product .new-lists li .info .title {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.new-product-details {
  background-color: rgba(0,0,0,.6);
  padding:0 200px ;
  position: fixed!important;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  box-sizing: border-box;
}
.new-product-details .box{
    max-height:100vh;
    background-color: #fff;
    padding: 50px;
    overflow-y: auto;
    box-sizing: border-box;
}
.info_close{
    position: absolute;
    top: 5vh;
    right: 5vh;
    width: 58px;
  height: 58px;
  border-width: 1px;
  border-color: #ffffff;
  border-style: solid;
  border-radius: 50%;
  text-align: center;
  line-height: 58px;
  cursor: pointer;
}
.new-product-details .lists {
  margin-top: 78px;
}
.new-product-details .lists .item {
   background-color: rgb(249, 249, 249);
  width: 24.5%;
  height: auto;
  padding: 35px 0 ;
  margin-bottom: 30px;
  transition: all 0.4s ease;
}
.new-product-details .lists .item:hover {
  background-color: #910010;
  color: #fff;
}
.new-product-details .lists .item .name {
  padding: 0 45px 35px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.new-product-details .lists .item .text-node {
  padding: 45px;
  box-sizing: border-box;
}
/*#product .lists-box .row {*/
/*    position: relative;*/
/*}*/
.hide-heigt {
      height: 0;
      transition: all 0.4s linear;
      
    }
#product .show-info {
        
        display: none;
        
        transition: all 0.4s linear;
        
      }
      #product .show-info.show{
    display: block;
}
    
#product .show-info.hidden{
    display: none;
}
           
.new-product-details .bottom-panel {
  margin-bottom: 100px;
}
.new-product-details .bottom-panel .text-node {
  margin-top: 78px;
  opacity: 0.9;
}
@media (max-width: 1480px) {
    .new-product-details {
    padding: 0 100px;
    }
    .info_close{
    position: absolute;
    top: 5vh;
    right: 2vh;
}
    .new-product-details .bottom-panel {
  margin-bottom: 50px;
}
.new-product-details .bottom-panel .text-node,.new-product-details .lists {
  margin-top: 40px;
}
 .new-product-details .f40 {
    font-size: 30px;
}
 .new-product-details .f24 {
    font-size: 16px;
}
.new-product-details .f18 {
    font-size: 16px;
}
}
@media (max-width: 768px) {
    .new-product-details {
        padding: 0 10px;
    }
 .new-product-details .lists {
    margin-top: 30px;
  }
  .new-product-details .box {
    padding:50px 20px;
}
  .new-product-details .lists .item {
    width: 100%;
    padding: 25px 0 0;
    margin-bottom: 0;
  }
  .new-product-details .lists .item .name {
    padding: 0 20px 25px;
  }
  .new-product-details .lists .item .text-node {
    padding: 20px;
    box-sizing: border-box;
  }
  .new-product-details .bottom-panel {
    margin-bottom: 30px;
  }
  .new-product-details .bottom-panel .text-node {
    margin-top: 28px;
  }
   .new-product-details .f40 {
    font-size: 24px;
}
 .new-product-details .f24 {
    font-size: 16px;
}
.new-product-details .f18 {
    font-size: 14px;
}
#product .new-lists li .show-info {
    /*width: 90%;*/
    /*margin: 0 auto;*/
          /*display: block;*/
          /*min-height: auto;*/
          /*position: relative;*/
        }
        .info_close{
            top: 20px;
            color: #000;
            border-color: #000;
            width: 38px;
    height: 38px;
    line-height: 38px;
        }
}

.newtz-page {
  padding-bottom: 0;
  position: relative;
}
.newtz-page .container {
  position: relative;
}
.newtz-page .container .spe-main {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.newtz-page .top-page {
  background-color: #fff;
  z-index: 100;
  height: 280px;
}
.newtz-page .top-page .main {
  padding-bottom: 74px;
}
.newtz-page .top-service-panel {
  width: 100%;
}
.newtz-page .bottom-page {
  position: relative;
  background-image: url('../images/cropped-bg.jpg');
  background-color: #f8f8f8;
}
.newtz-page .bottom-page .main {
  padding-top: 280px;
}
.newtz-page .bottom-page .oppress {
  width: 48%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 100;
}
.newtz-page .bottom-page .form .row {
  width: 100%;
  margin-bottom: 35px;
}
.newtz-page .bottom-page .form .row .label {
  width: 100%;
  height: 100%;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 0;
  height: 70px;
  padding-left: 28px;
  background-color: #fff;
}
.newtz-page .bottom-page .form .row .label .prop {
  color: rgba(0, 0, 0, 0.8);
  padding-right: 0;
}
.newtz-page .bottom-page .form .row .label .prop::after {
  display: none;
}
.newtz-page .bottom-page .form .row .input,
.newtz-page .bottom-page .form .row .select {
  width: 100%;
  height: 100%;
  padding: 0 18px;
  box-sizing: border-box;
  flex: 1;
  opacity: 0.7;
}
.newtz-page .bottom-page .form .row .input::placeholder,
.newtz-page .bottom-page .form .row .select::placeholder {
  opacity: 0.5;
}
.newtz-page .bottom-page .form .row.code-row .label {
  width: 78%;
}
.newtz-page .bottom-page .form .row.code-row .code-box {
  width: 120px;
  height: 70px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  background-color: #fff;
  cursor: pointer;
}
.newtz-page .bottom-page .form .row.code-row .code-box img {
  max-width: 80%;
  max-height: 80%;
}
.newtz-page .bottom-page .form .row.textarea-row .label {
  padding-top: 24px;
  height: 174px;
}
.newtz-page .bottom-page .form .bottom-btn .btn {
  width: 200px;
  height: 59px;
  text-align: center;
  line-height: 59px;
  cursor: pointer;
}
.newtz-page .bottom-page .form .bottom-btn .btn:hover {
  opacity: 0.9;
}
.newtz-page .bottom-page .form .bottom-btn .submit-btn {
  background-color: #910010;
}
.newtz-page .bottom-page .form .bottom-btn .clear-btn {
  background-color: #f1dcdb;
  margin-left: 25px;
}
.newtz-page .bottom-page .right-box {
  padding-top: 70px;
  width: 33.6%;
}
.newtz-page .bottom-page .right-box .ul {
  margin-top: 40px;
}
.newtz-page .bottom-page .right-box .ul li {
  margin-bottom: 34px;
}
.newtz-page .bottom-page .right-box .ul li .icon-box {
  border-radius: 50%;
  background-color: #910010;
  width: 49px;
  height: 49px;
  margin-right: 10px;
}
@media (max-width: 1480px) {
  .newtz-page .bottom-page {
    padding-bottom: 0;
  }
  .newtz-page .bottom-page .right-box {
    width: 35%;
  }
  .newtz-page .bottom-page .oppress {
    width: 40%;
  }
}
@media (max-width: 800px) {
  .newtz-page .top-page {
    height: 180px;
  }
  .newtz-page .top-page .main {
    padding-bottom: 0;
  }
  .newtz-page .top-service-panel {
    flex-wrap: wrap;
  }
  .newtz-page .bottom-page {
    padding-bottom: 0;
  }
  .newtz-page .bottom-page .main {
    padding-top: 180px;
  }
  .newtz-page .bottom-page .left-box {
    width: 100%;
  }
  .newtz-page .bottom-page .right-box {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 250px;
  }
  .newtz-page .bottom-page .right-box .ul {
    margin-top: 30px;
  }
  .newtz-page .bottom-page .right-box .ul li {
    margin-bottom: 24px;
  }
  .newtz-page .bottom-page .oppress {
    width: 100%;
  }
  .newtz-page .bottom-page .form .row {
    margin-bottom: 20px;
  }
  .newtz-page .bottom-page .form .row .label {
    height: 50px;
    padding-left: 18px;
  }
  .newtz-page .bottom-page .form .row.code-row .label {
    width: 70%;
  }
  .newtz-page .bottom-page .form .row.code-row .code-box {
    width: 100px;
    height: 50px;
  }
  .newtz-page .bottom-page .form .row.textarea-row .label {
    padding-top: 14px;
    height: 120px;
  }
  .newtz-page .bottom-page .form .bottom-btn .btn {
    width: 150px;
    height: 50px;
    line-height: 50px;
  }
  .newtz-page .bottom-page .form .bottom-btn .clear-btn {
    margin-left: 15px;
  }
}




