html,
body {
  position: relative;
  /*height: 100%;*/
  width: 100vw;
  overflow-x: hidden;
  overflow-y: auto;
}
/*body {*/
/*  background: #f8f9f9;*/
/*  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;*/
/*  font-size: 14px;*/
/*  color: #000;*/
/*  margin: 0;*/
/*  padding: 0;*/
/*}*/
#c_n11{
  pointer-events: none;
}
.swiper {
  width: 100%;
  height: 100%;
}
#c_n7{
    pointer-events: none;
}
.shaixuanbeijing{
    pointer-events: none;
}
@keyframes homebg {
  0% {
    -webkit-transform: rotateZ(5deg) scaleY(0.9);
    -moz-transform: rotateZ(5deg) scaleY(0.9);
    -ms-transform: rotateZ(5deg) scaleY(0.9);
    -o-transform: rotateZ(5deg) scaleY(0.9);
    transform: rotateZ(5deg) scaleY(0.9);
  }
  100% {
    -webkit-transform: rotate(0deg) scaleY(1);
    -moz-transform: rotate(0deg) scaleY(1);
    -ms-transform: rotate(0deg) scaleY(1);
    -o-transform: rotate(0deg) scaleY(1);
    transform: rotate(0deg) scaleY(1);
  }
}
@keyframes action {
  0% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(-5px);
  }
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes anima-pointer {
  0% {
    opacity: 0;
    bottom: 0;
  }
  100% {
    opacity: 1;
    bottom: 10px;
  }
}
@keyframes slide1 {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(10px, 0);
  }
}
.aa{
    overflow: hidden;
}
.aa img{
    width: 100%;
    object-fit: cover;
    transition: 0.3s;
}
.aa:hover img{
    transform: scale(1.1);
}
.contents {
  width: 100%;
  overflow: hidden;
}
.contents .swiper {
  overflow: hidden;
  z-index: 2;
  width: 100%;
  /*height: 100vh;*/
  position: relative;
}
.contents .swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.contents .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  max-height: 100vh;
  overflow: hidden;
  transition-duration: 1000;
  position: relative;
}
.contents .swiper .swiper-wrapper .swiper-slide .advertising {
  opacity: 0;
  transition: all 0s;
  color: #fff;
  top: 50%;
  left: 85px;
  position: absolute;
}
.contents .swiper .swiper-wrapper .swiper-slide .advertising h1 {
  text-align: left;
  width: 400px;
  font-size: 56px;
  font-weight: 800;
}
.contents .swiper .swiper-wrapper .swiper-slide .advertising h6 {
  text-align: left;
  /*width: 227px;*/
  font-size: 18px;
  font-weight: 300;
}
.contents .swiper .swiper-wrapper .swiper-slide .banner-image {
  transition: all 0.8s;
  /*transform: scale(1.5);*/
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.contents .swiper .swiper-wrapper .swiper-slide video {
  transition: all 0.8s;
  /*transform: scale(1.5);*/
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.contents .swiper .swiper-wrapper .swiper-slide-active .advertising {
  opacity: 1;
  transition: all 0.8s;
  transform: translateY(-50%);
}
.contents .swiper .swiper-wrapper .swiper-slide-active .banner-image {
  transition: all 0.8s;
  transform: scale(1);
}
.contents .swiper .swiper-wrapper .swiper-slide-active video {
  transition: all 0.8s;
  transform: scale(1);
  min-height: 100vh;
  min-width: 100%;
}
.contents .swiper .swiper-wrapper .swiper-slide-duplicate-active video {
  transition: all 0.8s;
  transform: scale(1);
  min-height: 100vh;
  min-width: 100%;
}
.contents .swiper .swiper-wrapper .swiper-slide-duplicate-active .advertising {
  opacity: 1;
  transition: all 0.8s;
  transform: translateY(-60%);
}
.contents .swiper .swiper-wrapper .swiper-slide-duplicate-active .banner-image {
  transition: all 0.8s;
  transform: scale(1);
}
.contents .swiper .swiper-button-prev,
.contents .swiper .swiper-button-next {
  width: 20px;
  height: 40px;
  color: #f2f2f2;
  padding: 42px;
}
.contents .about-box {
  z-index: 2;
  background: #f8f9f9;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  padding: 85px 83px 100px 83px;
  position: relative;
}
.contents .about-box .about-one {
  margin-bottom: 50px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.contents .about-box .about-one .about-title {
  text-align: left;
}
.contents .about-box .about-one .about-title h2 {
  font-weight: bold;
  font-size: 36px;
  color: #545454;
}
.contents .about-box .about-one .about-title h3 {
  font-weight: 300;
  font-size: 24px;
  color: #666666;
}
.contents .about-box > ul {
  width: 100%;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contents .about-box > ul > li {
  margin-bottom: 40px;
  width: 33%;
  display: flex;
  align-items: center;
}
.contents .about-box > ul > li > img {
  width: 54px;
  height: 54px;
  margin-right: 30px;
}
.contents .about-box > ul > li .data-box {
  text-align: left;
  position: relative;
  padding:0 30px 10px;
  /*width: 60%;*/
  /*height: 120px;*/
}
/*.contents .about-box > ul > li .data-box::after{*/
/*    content:'';*/
/*    height: 70%;*/
/*    width: 100%;*/
/*    background: #dedede;*/
/*    position: absolute;*/
/*    bottom: 0;left: 0;*/
/*    z-index: -1;*/
/*    border: 2px solid var(--themeColor);*/
/*    border-radius: 20px;*/
/*}*/
.contents .about-box > ul > li .data-box .data-box-content {
  display: flex;
  align-items: flex-end;
  /*justify-content: center;*/
}
.contents .about-box > ul > li .data-box .data-box-content .data-box-num {
  line-height: 50px;
  font-size: 60px;
  color: #545454;
  font-weight: 300;
}

.contents .about-box > ul > li .data-box .data-box-content #one::after,
.contents .about-box > ul > li .data-box .data-box-content #two::after,
.contents .about-box > ul > li .data-box .data-box-content #three::after,
.contents .about-box > ul > li .data-box .data-box-content #four::after,
.contents .about-box > ul > li .data-box .data-box-content #five::after {
  content: '+';
}

.contents .about-box > ul > li .data-box .data-box-content .data-box-letter {
  /*margin-left: 10px;*/
  /*font-size: 20px;*/
  font-size: 24px;
  color: #545454;
  font-weight: 300;
}
.contents .about-box > ul > li .data-box .data-box-content .data-box-letter:last-child{
    margin-left: 10px;
}
.contents .about-box > ul > li .data-box > span {
  display: block;
  margin-top: 10px;
  /*font-size: 24px;*/
  font-size: 18px;
  color: #545454;
  /*font-weight: 300;*/
  /*text-align: center;*/
}
.contents .about-box > ul > li:hover img {
  animation: action 1s infinite alternate;
}
/*.contents .about-box > ul > li:nth-child(2),*/
/*.contents .about-box > ul > li:nth-child(5) {*/
/*  padding-left: 75px;*/
/*}*/
/*.contents .about-box > ul > li:nth-child(3),*/
/*.contents .about-box > ul > li:nth-child(6) {*/
/*  padding-left: 150px;*/
/*}*/
.contents .about-box .hint-box {
  width: 100%;
  flex-direction: row-reverse;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.contents .about-box .hint-box .hint {
  text-align: right;
  font-size: 18px;
  /*font-size: 20px;*/
  color: #545454;
  font-weight: 400;
}
.index_slide_btn{
    transition: 0.3s;
}
.index_slide_btn:hover{
    transform: scale(1.1);
}
.contents .about-box .classGo {
  left: 0;
  z-index: -1;
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0;
  -webkit-animation: homebg 4s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
  -o-animation: homebg 4s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
  animation: homebg 4s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
}
.contents .biological {
  position: relative;
  width: 100%;
}
.contents .biological .biological-box {
  z-index: 2;
  height: calc(100vh - 80px);
    width: 100%;
    position: relative;
}
.contents .biological .biological-box .biological-content {
  text-align: justify;
  /*padding-top: 50vh;*/
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 2;
  color: #fff;
  flex-shrink: 0;
  padding: 0 10vw 0 140px;
  width: 100%;
  position: relative;
  /*padding-left: 50vw;*/
  /*padding-right: 10vw;*/
}
.contents .biological .biological-box .biological-content .bio-left h3{
    font-size: 36px;
    color: #f4f0eb;
    font-weight: bold;
}
.contents .biological .biological-box .biological-wrapper{
    display: flex;
    height: 100%;
}
.contents .biological .biological-box .biological-content  .bio-right {
  color: #f4f0eb;
  flex-direction: column;
  font-size: 24px;
  /*font-size: 32px;*/
  font-weight: 300;
  justify-content: center;
  letter-spacing: 0.01em;
  line-height: 1.8;
  display: flex;
  max-width: 50vw;
}
.contents .biological .biological-box .biolog-button{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid  #f2f2f2;
    width: 80px;
    aspect-ratio: 1;
    transition: 0.3s;
    font-size: 30px;
}
.contents .biological .biological-box .biolog-button:hover{
    transform: translateY(-50%) scale(1.1);
}
.contents .biological .biological-box .biolog-button:hover::after{
    color: var(--themeColor);
}
.contents .biological .biological-box .biolog-button-next{
    right: 40px;
}
.contents .biological .biological-box .biolog-button-prev{
    left: 40px;
}
.contents .biological .biological-box .biolog-button-next::after{
    content:'next';
    font-family: swiper-icons;
    font-size: inherit;
    text-transform: none!important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    color: #f2f2f2;
    transition: .3s;
}
.contents .biological .biological-box .biolog-button-prev::after{
    content:'prev';
    font-family: swiper-icons;
    font-size: inherit;
    text-transform: none!important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    transition: .3s;
    color: #f2f2f2;
}

/*.contents .biological .biological-box .biological-content:last-child {*/
/*  padding-bottom: 100vh;*/
/*}*/
/*.contents .biological .biological-box .biological-content:first-child {*/
/*  padding-top: 100vh;*/
/*}*/
.contents .biological .biology-images {
  position: fixed;
  z-index: -999;
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.contents .biological .bio-images,.contents .biological .bio-image{
    position: absolute;
  z-index: -999;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.contents .biological .biology-image {
  position: fixed;
  display: none;
  z-index: -999;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.contents .biological .biology-share-box {
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.contents .biological .biology-box {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  display: none;
}
.contents .biological .biology-box .swiper-slide-button {
  transition: all 0.8s;
  z-index: 9999;
  position: absolute;
  top: 70%;
  left: 85px;
  width: 74px;
  height: 74px;
  background-color: #545454;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.contents .biological .biology-box .swiper-slide-button > img {
  width: 35px;
}
.contents .biological .biology-box .swiper-slide-button:hover {
  transition: all 0.8s;
  transform: scale(1.1);
}
.contents .biological .biology-box h4 {
  transform: translateY(-50%);
  left: 85px;
  top: 50%;
  position: absolute;
  font-size: 50px;
  color: #f4f0eb;
  font-weight: bold;
}
.contents .product-box {
  z-index: 2;
  background: #fff;
  width: 100%;
  height: 100%;
  padding: 50px 83px 160px 90px;
  /*min-height: 900px;*/
  display: flex;
  align-items: flex-end;
  position: relative;
}
.contents .product-box .skew {
  z-index: 0;
  position: absolute;
  margin-bottom: -160px;
  left: 0;
  width: 100%;
  height: 500px;
  transform-origin: left top;
}
.contents .product-box .skew .canvas-box {
  height: 500px;
}
.contents .product-box .skew .canvas-box > div {
  height: 100%;
}
.contents .product-box .product-box-content {
  position: static;
  bottom: 150px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contents .product-box .product-box-content .product-box-title {
  flex: 1;
  text-align: left;
  padding-bottom: 30px;
}
.contents .product-box .product-box-content .product-box-title > h4 {
  font-size: 36px;
  color: #545454;
  font-weight: bold;
}
.contents .product-box .product-box-content .product-box-title .spans {
  display: block;
  margin: 30px 0 50px;
  font-size: 24px;
  color: #545454;
  line-height: 1.5;
  font-weight: 300;
  display: flex;
    flex-direction: column;
    gap: 15px;
}
.contents .product-box .product-box-content .product-box-title .spans span{
    display: block;
}
.contents .product-box .product-box-content .product-box-title .col-md-3 {
  display: block;
  width: fit-content;
}
.contents .product-box .product-box-content > img {
  width: 52%;
  margin-left: 20px;
}
.contents .recommend-box {
  z-index: -2;
  background: #595757;
  /*height: 80vh;*/
  overflow: hidden;
}
.contents .recommend-box .recommend-box-one {
  position: absolute;
  top: 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  position: relative;
  width: 100%;
  height: 100%;
}
.contents .recommend-box .recommend-box-one > img {
  z-index: 1;
  /*margin-right: -180px;*/
  width: 50%;
  /*margin-left: -50px;*/
}
.contents .recommend-box .recommend-box-one .recommend-box-content {
  /*height: 100%;*/
  padding: 50px 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  text-align: left;
  position: relative;
  background: var(--themeColor);
  flex-shrink: 0;
}
.contents .recommend-box .recommend-box-one .recommend-box-content > h4 {
  width: 100%;
  padding: 0 100px;
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  max-width: 50vw;
}
.contents .recommend-box .recommend-box-one .recommend-box-content > span {
  white-space: normal;
  word-wrap: break-word;
  width: 100%;
  padding:  0 100px;
  display: block;
  margin: 51px 0 30px;
  font-size: 18px;
  line-height: 1.8;
  color: #fff;
  font-weight: 300;
  text-align: justify;
   max-width: 50vw;
}
.contents .recommend-box .recommend-box-one .recommend-box-content .col-md-3 {
  z-index: 2;
  top: 100px;
  /*margin-bottom: 100px;*/
  display: block;
  padding-right: 85px;
  width: fit-content;
}
.contents .recommend-box .recommend-box-one .recommend-box-content .col-md-3 .progress {
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
}
.contents .recommend-box .recommend-box-one .recommend-box-content .col-md-3 .progress-left .progress-bar,
.contents .recommend-box .recommend-box-one .recommend-box-content .col-md-3 .progress-right .progress-bar {
  border-color: rgba(255, 255, 255, 0.3) !important;
}
.contents .stock-box {
  z-index: 2;
  background: #f8f9f9;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 50px 83px 50px 83px;
  position: relative;
}
.contents .stock-box .stock-box-one {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.contents .stock-box .stock-box-one .stock-box-title {
  text-align: left;
}
.contents .stock-box .stock-box-one .stock-box-title > h4 {
  /*font-size: 50px;*/
  font-size: 36px;
  color: #545454;
  font-weight: bold;
}
.contents .stock-box .stock-box-one .stock-box-title > span {
  display: block;
  font-size: 24px;
  color: #545454;
  font-weight: 300;
}
.contents .stock-box .stock-box-one .stock-box-num .stock-data-box-num {
  display: flex;
  align-items: flex-end;
  font-size: 100px;
  font-weight: 600;
  color: #cf0f19;
  line-height: 100px;
}
.contents .stock-box .stock-box-one .stock-box-num .stock-data-box-num::after {
  margin-left: 7px;
  content: 'RMB';
  font-size: 16px;
  color: #cf0f19;
  line-height: 2;
}
.contents .stock-box .stock-box-one .stock-box-num > i {
  display: block;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #cf0f19;
  margin-top: 10px;
}
.contents .stock-box .stock-box-one .stock-box-num > i > img {
  margin-right: 10px;
  animation: anima-pointer 2s infinite;
}
.contents .stock-box .stock-box-two {
  margin-top: 20px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column-reverse;
  justify-content: flex-start;
}
.contents .stock-box .stock-box-two .stock-box-contents {
  margin-top: 80px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contents .stock-box .stock-box-two .stock-box-contents .stock-box-two-content {
  text-align: right;
}
.contents .stock-box .stock-box-two .stock-box-contents .stock-box-two-content > p {
  text-align: right;
  font-size: 20px;
  color: #595959;
  font-weight: 300;
}
.contents .stock-box .stock-box-two > ul {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 15%;
  justify-content: flex-start;
}
.contents .stock-box .stock-box-two > ul > li {
  justify-content: flex-start;
  /*width: 25%;*/
  display: flex;
  flex-direction: column;
  text-align: center;
}
.contents .stock-box .stock-box-two > ul > li > span {
  text-align: center;
  font-size: 20px;
  color: #595959;
  font-weight: 300;
}
.contents .stock-box .stock-box-two > ul > li > i {
  text-align: center;
  width: 100%;
  line-height: 1;
  font-size: 60px;
  color: #595959;
  font-weight: 300;
}
.contents .stock-box > .col-md-3 {
  display: block;
  margin-top: 50px;
  width: fit-content;
}
.contents .stock-box .classGo {
  left: 0;
  z-index: -1;
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0;
  -webkit-animation: homebg 4s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
  -o-animation: homebg 4s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
  animation: homebg 4s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
}
.contents .stock-box .bg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -2;
}
.contents .journalism-box {
  z-index: 3;
  background: #f8f9f9;
  padding: 50px 83px 50px 83px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.contents .journalism-box .journalism-box-title {
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.contents .journalism-box .journalism-box-title > h4 {
  /*font-size: 50px;*/
  font-size: 36px;
  color: #545454;
  font-weight: bold;
}
.contents .journalism-box .journalism-box-title .right-arrow {
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #545454;
  font-weight: 300;
}
.contents .journalism-box .journalism-box-title .right-arrow .right-arrow-one {
  display: block;
  margin-left: 5px;
  width: 20px;
}
.contents .journalism-box .journalism-box-title .right-arrow .right-arrow-two {
  display: none;
}
.contents .journalism-box .journalism-box-title .right-arrow:hover {
  color: #cf0f19;
}
.contents .journalism-box .journalism-box-title .right-arrow:hover .right-arrow-one {
  display: none;
}
.contents .journalism-box .journalism-box-title .right-arrow:hover .right-arrow-two {
  display: block;
  margin-left: 5px;
  width: 20px;
}
.contents .journalism-box .journalism-box-content {
  z-index: 2;
  margin-top: 10px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  overflow: hidden;
}
.contents .journalism-box .journalism-box-content .journalism-recommend {
  position: relative;
  flex: 1;
  height: fit-content;
  overflow: hidden;
}
.contents .journalism-box .journalism-box-content .journalism-recommend .journalism-recommend-share {
  z-index: 2;
  padding: 20px;
  position: static;
  top: 0;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.contents .journalism-box .journalism-box-content .journalism-recommend .journalism-recommend-share > span {
  font-size: 20px;
  color: #ffffff;
  font-weight: 300;
}
.contents .journalism-box .journalism-box-content .journalism-recommend .journalism-recommend-share > i {
  display: block;
  margin-top: 5px;
  font-size: 28px;
  color: #333;
  font-weight: 300;
}
.contents .journalism-box .journalism-box-content .journalism-recommend > img {
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition-duration: 0.4s, 0.6s;
  transition-timing-function: ease-in, linear;
  transition-delay: 0s, 0s;
  transition-property: opacity, transform;
}
.contents .journalism-box .journalism-box-content .journalism-recommend:hover > img {
  transform: scale(1.1);
  transition-duration: 0.4s, 0.6s;
  transition-timing-function: ease-in, linear;
  transition-delay: 0s, 0s;
  transition-property: opacity, transform;
}
.contents .journalism-box .journalism-box-content > ul {
  overflow: hidden;
  height: 100%;
  margin-left: 40px;
  width: 55.4%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contents .journalism-box .journalism-box-content > ul > li:first-child {
  padding: 0;
}
.contents .journalism-box .journalism-box-content > ul > li {
  padding: 20px 0 40px 0;
  border-bottom: 1px solid rgba(84, 84, 84, 0.2);
  /*height: 50%;*/
  width: 48%;
  text-align: left;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.5s;
}
.contents .journalism-box .journalism-box-content > ul > li:hover .li-content .title-a {
  color: var(--themeColor);
}
.contents .journalism-box .journalism-box-content > ul > li > span {
  display: block;
  /*font-size: 20px;*/
  font-size: 18px;
  /*color: #999999;*/
  font-weight: 300;
}
.contents .journalism-box .journalism-box-content > ul > li .li-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.contents .journalism-box .journalism-box-content > ul > li .li-content .title-a {
  display: block;
  margin-top: 20px;
  font-size: 24px;
  color: #545454;
  font-weight: 300;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  align-content: center;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
}
.contents .journalism-box .journalism-box-content > ul > li .li-content > i {
  display: block;
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.8;
  color: #888;
  font-weight: 300;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  align-content: center;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.contents .journalism-box .journalism-box-content > ul > li > img {
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition-duration: 0.4s, 0.6s;
  transition-timing-function: ease-in, linear;
  transition-delay: 0s, 0s;
  transition-property: opacity, transform;
}
.contents .journalism-box .journalism-box-content > ul > li > img:hover {
  transform: scale(1.1);
  transition-duration: 0.4s, 0.6s;
  transition-timing-function: ease-in, linear;
  transition-delay: 0s, 0s;
  transition-property: opacity, transform;
}
.contents .journalism-box .journalism-box-content > ul > li .buttons-a {
  transition: all 0.5s;
  margin-top: 10px;
  height: fit-content;
  display: flex;
  padding: 4px 15px;
  width: fit-content;
  border-radius: 20px;
  color: #fff;
  align-items: center;
  justify-content: center;
  background-color: #cf0f19;
}
.contents .journalism-box .journalism-box-content > ul > li .buttons-a > i {
  /*overflow: hidden;*/
  transition: all 0.5s;
  /*width: 0;*/
  font-size: 16px;
  color: #fff;
}
.contents .journalism-box .journalism-box-content > ul > li .buttons-a > span {
  font-size: 16px;
  margin-left: 5px;
}
/*.contents .journalism-box .journalism-box-content > ul > li .buttons-a:hover {*/
/*  transition: all 0.5s;*/
/*  height: fit-content;*/
/*  display: flex;*/
/*  padding: 2px 15px;*/
/*  width: fit-content;*/
/*}*/
/*.contents .journalism-box .journalism-box-content > ul > li .buttons-a:hover > i {*/
/*  transition: all 0.5s;*/
/*  width: fit-content;*/
/*  font-size: 16px;*/
/*  color: #fff;*/
/*  font-weight: 300;*/
/*}*/
/*.contents .journalism-box .journalism-box-content > ul > li .buttons-a:hover > span {*/
/*  font-size: 16px;*/
/*  margin-left: 5px;*/
/*}*/
.contents .journalism-box .journalism-box-content > ul > li:nth-child(3),
.contents .journalism-box .journalism-box-content > ul > li:nth-child(4) {
  margin-bottom: 0px;
}
.contents .foot-box {
  margin-top: -1px;
  z-index: 2;
  background: #f8f9f9;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.contents .foot-box .foot-one-box {
  z-index: 2;
  padding-top: 50px;
  flex: 1;
  position: relative;
}
.contents .foot-box .foot-one-box .foot-title-box {
  position: absolute;
  z-index: 11;
  top: 100px;
  padding: 0 85px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
}
.contents .foot-box .foot-one-box .foot-title-box .foot-title {
  text-align: left;
}
.contents .foot-box .foot-one-box .foot-title-box .foot-title > h4 {
  font-size: 50px;
  color: #333333;
  font-weight: bold;
}
.contents .foot-box .foot-one-box .foot-title-box .foot-title > span {
  display: block;
  margin-top: 10px;
  font-size: 36px;
  /*color: #cf0f19;*/
  color: #333;
  font-weight: 300;
}
.contents .foot-box .foot-one-box .foot-title-box > a {
  margin-top: 100px;
}
.contents .foot-box .foot-one-box > img {
  z-index: -1;
  width: 100%;
  bottom: 0;
  right: 0;
  left: 0;
}
/*.foot-two-box {*/
/*  z-index: 2;*/
/*  background: #f8f9f9;*/
/*  width: 100%;*/
/*}*/
/*.foot-two-box .foot-two-one {*/
/*  z-index: 2;*/
/*  padding: 44px 85px 44px 85px;*/
/*  width: 100%;*/
/*  display: flex;*/
/*  justify-content: space-between;*/
/*  position: relative;*/
/*  align-items: center;*/
/*}*/
/*.foot-two-box .foot-two-one .QR-code {*/
/*  display: flex;*/
/*  bottom: 33px;*/
/*  right: 85px;*/
/*}*/
/*.foot-two-box .foot-two-one .QR-code .QR-weixin .QR-box {*/
/*  position: relative;*/
/*}*/
/*.foot-two-box .foot-two-one .QR-code .QR-weixin .QR-box .weixin {*/
/*  display: block;*/
/*  width: 30px;*/
/*}*/
/*.foot-two-box .foot-two-one .QR-code .QR-weixin .QR-box .weixin-hei {*/
/*  display: none;*/
/*  width: 30px;*/
/*}*/
/*.foot-two-box .foot-two-one .QR-code .QR-weixin .QR-box .weixincode {*/
/*  transition: all 0.5s;*/
/*  position: absolute;*/
/*  left: 50%;*/
/*  transform: translate(-50%, 50%);*/
/*  opacity: 0;*/
/*  width: 200px;*/
/*  bottom: 0;*/
/*  pointer-events: none;*/
/*}*/
/*.foot-two-box .foot-two-one .QR-code .QR-weixin .QR-box:hover .weixin {*/
/*  display: none;*/
/*  width: 30px;*/
/*}*/
/*.foot-two-box .foot-two-one .QR-code .QR-weixin .QR-box:hover .weixin-hei {*/
/*  display: block;*/
/*  width: 30px;*/
/*}*/
/*.foot-two-box .foot-two-one .QR-code .QR-weixin .QR-box:hover .weixincode {*/
/*  opacity: 1;*/
/*  transition: all 0.5s;*/
/*  transform: translate(-50%, -20%);*/
/*}*/
/*.foot-two-box .foot-two-one .QR-code .QR-weibo {*/
/*  margin-left: 30px;*/
/*}*/
/*.foot-two-box .foot-two-one .QR-code .QR-weibo .QR-boxs {*/
/*  position: relative;*/
/*}*/
/*.foot-two-box .foot-two-one .QR-code .QR-weibo .QR-boxs .weibo {*/
/*  display: block;*/
/*  width: 30px;*/
/*}*/
/*.foot-two-box .foot-two-one .QR-code .QR-weibo .QR-boxs .weibo-hei {*/
/*  display: none;*/
/*  width: 30px;*/
/*}*/
/*.foot-two-box .foot-two-one .QR-code .QR-weibo .QR-boxs .weibocode {*/
/*  transition: all 0.5s;*/
/*  position: absolute;*/
/*  left: 50%;*/
/*  transform: translate(-50%, 50%);*/
/*  opacity: 0;*/
/*  width: 180px;*/
/*  bottom: 0;*/
/*  pointer-events: none;*/
/*}*/
/*.foot-two-box .foot-two-one .QR-code .QR-weibo .QR-boxs:hover .weibo {*/
/*  display: none;*/
/*  width: 30px;*/
/*}*/
/*.foot-two-box .foot-two-one .QR-code .QR-weibo .QR-boxs:hover .weibo-hei {*/
/*  display: block;*/
/*  width: 30px;*/
/*}*/
/*.foot-two-box .foot-two-one .QR-code .QR-weibo .QR-boxs:hover .weibocode {*/
/*  opacity: 1;*/
/*  transition: all 0.5s;*/
/*  transform: translate(-50%, -20%);*/
/*}*/
/*.foot-two-box .foot-two-one .foot-two-one-content {*/
/*  margin-right: 187px;*/
/*  display: flex;*/
/*  align-items: flex-end;*/
/*  justify-content: center;*/
/*}*/
/*.foot-two-box .foot-two-one .foot-two-one-content > img {*/
/*  width: 260px;*/
/*}*/
/*.foot-two-box .foot-two-one .foot-two-one-content .phone-box {*/
/*  margin-left: 86px;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*}*/
/*.foot-two-box .foot-two-one .foot-two-one-content .phone-box > span {*/
/*  font-size: 12px;*/
/*  color: #666666;*/
/*  font-weight: 300;*/
/*}*/
/*.foot-two-box .foot-two-one .foot-two-one-content .phone-box > i {*/
/*  margin-left: 5px;*/
/*  font-size: 18px;*/
/*  color: #cf0f19;*/
/*  font-weight: 300;*/
/*}*/
/*.foot-two-box .foot-two-one .foot-two-one-content .email-box {*/
/*  margin-left: 28px;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*}*/
/*.foot-two-box .foot-two-one .foot-two-one-content .email-box > span {*/
/*  font-size: 12px;*/
/*  color: #666666;*/
/*  font-weight: 300;*/
/*}*/
/*.foot-two-box .foot-two-one .foot-two-one-content .email-box > i {*/
/*  margin-left: 5px;*/
/*  font-size: 14px;*/
/*  color: #666666;*/
/*  font-weight: 300;*/
/*}*/
/*.foot-two-box .foot-two-one .foot-two-one-content .col-md-3 .progress {*/
/*  width: 32px !important;*/
/*  height: 32px !important;*/
/*}*/
/*.foot-two-box .foot-two-one .foot-two-one-content .col-md-3 .progress > img {*/
/*  width: 11px;*/
/*}*/
/*.foot-two-box .foot-two-two {*/
/*  z-index: 2;*/
/*  padding: 0 85px;*/
/*  width: 100%;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: space-between;*/
/*  height: 46px;*/
/*  border-top: 1px solid rgba(84, 84, 84, 0.2);*/
/*  color: #999999;*/
/*  font-size: 14px;*/
/*  font-weight: 300;*/
/*}*/
/*.foot-two-box .foot-two-two > span {*/
/*  z-index: 2;*/
/*}*/
/*.foot-two-box .foot-two-two > span > a {*/
/*  z-index: 2;*/
/*  color: #999999;*/
/*  font-size: 14px;*/
/*}*/
/*.foot-two-box .foot-two-two > span > a:hover {*/
/*  color: #cf0f19;*/
/*}*/
/*.foot-two-box .foot-two-two .up-box {*/
/*  z-index: 2;*/
/*  width: 24px;*/
/*  height: 24px;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  border-radius: 50%;*/
/*  background-color: #545454;*/
/*}*/
/*.foot-two-box .foot-two-two .up-box:hover {*/
/*  background-color: #cf0f19;*/
/*}*/
@media (max-width: 1800px) {
  /*.contents .journalism-box .journalism-box-title > h4 {*/
  /*  font-size: 30px;*/
  /*}*/
  .contents .journalism-box .journalism-box-title .right-arrow {
    font-size: 20px;
  }
  .contents .journalism-box .journalism-box-content .journalism-recommend {
    position: relative;
    flex: 1;
    height: fit-content;
    overflow: hidden;
  }
  /*.contents .journalism-box .journalism-box-content .journalism-recommend .journalism-recommend-share {*/
  /*  padding: 40px 25px;*/
  /*}*/
  .contents .journalism-box .journalism-box-content .journalism-recommend .journalism-recommend-share > span {
    /*font-size: 14px;*/
    color: #ffffff;
    font-weight: 300;
  }
  .contents .journalism-box .journalism-box-content .journalism-recommend .journalism-recommend-share > i {
    font-size: 24px;
  }
  .contents .journalism-box .journalism-box-content > ul {
    margin-left: 40px;
  }
  .contents .journalism-box .journalism-box-content > ul > li {
    padding: 20px 0;
  }
  /*.contents .journalism-box .journalism-box-content > ul > li > span {*/
  /*  font-size: 12px;*/
  /*}*/
  .contents .journalism-box .journalism-box-content > ul > li .li-content .title-a {
    display: block;
    font-size: 24px;
  }
  .contents .journalism-box .journalism-box-content > ul > li .li-content .title-a:hover {
    color: #cf0f19;
  }
  .contents .journalism-box .journalism-box-content > ul > li .li-content > i {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.5;
    -webkit-line-clamp: 3;
  }
  .contents .journalism-box .journalism-box-content > ul > li .buttons-a > i {
    font-size: 14px;
  }
  .contents .journalism-box .journalism-box-content > ul > li .buttons-a:hover > i {
    font-size: 14px;
  }
  .contents .foot-box .foot-one-box .foot-title-box .foot-title > h4 {
    font-size: 26px;
  }
  .contents .foot-box .foot-one-box .foot-title-box .foot-title > span {
    font-size: 30px;
  }
  /*.contents .product-box .product-box-content .product-box-title > h4,*/
  /*.contents .recommend-box .recommend-box-one .recommend-box-content > h4 {*/
  /*  font-size: 45px;*/
  /*}*/
  .contents .product-box .product-box-content .product-box-title > span,
  .contents .recommend-box .recommend-box-one .recommend-box-content > span {
    /*font-size: 30px;*/
  }
  /*.foot-two-box {*/
  /*  z-index: 2;*/
  /*  background: #f8f9f9;*/
  /*  width: 100%;*/
  /*}*/
  /*.foot-two-box .foot-two-one {*/
  /*  z-index: 2;*/
  /*  padding: 44px 85px 44px 85px;*/
  /*  width: 100%;*/
  /*  display: flex;*/
  /*  justify-content: space-between;*/
  /*  position: relative;*/
  /*  align-items: center;*/
  /*}*/
  /*.foot-two-box .foot-two-one .QR-code {*/
  /*  display: flex;*/
  /*  bottom: 33px;*/
  /*  right: 85px;*/
  /*}*/
  /*.foot-two-box .foot-two-one .QR-code .QR-weixin .QR-box {*/
  /*  position: relative;*/
  /*}*/
  /*.foot-two-box .foot-two-one .QR-code .QR-weixin .QR-box .weixin {*/
  /*  display: block;*/
  /*  width: 30px;*/
  /*}*/
  /*.foot-two-box .foot-two-one .QR-code .QR-weixin .QR-box .weixin-hei {*/
  /*  display: none;*/
  /*  width: 30px;*/
  /*}*/
  /*.foot-two-box .foot-two-one .QR-code .QR-weixin .QR-box .weixincode {*/
  /*  transition: all 0.5s;*/
  /*  position: absolute;*/
  /*  left: 50%;*/
  /*  transform: translate(-50%, 100%);*/
  /*  opacity: 0;*/
  /*  top: -100%;*/
  /*}*/
  /*.foot-two-box .foot-two-one .QR-code .QR-weixin .QR-box:hover .weixin {*/
  /*  display: none;*/
  /*  width: 30px;*/
  /*}*/
  /*.foot-two-box .foot-two-one .QR-code .QR-weixin .QR-box:hover .weixin-hei {*/
  /*  display: block;*/
  /*  width: 30px;*/
  /*}*/
  /*.foot-two-box .foot-two-one .QR-code .QR-weixin .QR-box:hover .weixincode {*/
  /*  opacity: 1;*/
  /*  transition: all 0.5s;*/
  /*  transform: translate(-50%, 0);*/
  /*}*/
  /*.foot-two-box .foot-two-one .QR-code .QR-weibo {*/
  /*  margin-left: 30px;*/
  /*}*/
  /*.foot-two-box .foot-two-one .QR-code .QR-weibo .QR-boxs {*/
  /*  position: relative;*/
  /*}*/
  /*.foot-two-box .foot-two-one .QR-code .QR-weibo .QR-boxs .weibo {*/
  /*  display: block;*/
  /*  width: 30px;*/
  /*}*/
  /*.foot-two-box .foot-two-one .QR-code .QR-weibo .QR-boxs .weibo-hei {*/
  /*  display: none;*/
  /*  width: 30px;*/
  /*}*/
  /*.foot-two-box .foot-two-one .QR-code .QR-weibo .QR-boxs .weibocode {*/
  /*  transition: all 0.5s;*/
  /*  position: absolute;*/
  /*  left: 50%;*/
  /*  transform: translate(-50%, 100%);*/
  /*  opacity: 0;*/
  /*  top: -100%;*/
  /*}*/
  /*.foot-two-box .foot-two-one .QR-code .QR-weibo .QR-boxs:hover .weibo {*/
  /*  display: none;*/
  /*  width: 30px;*/
  /*}*/
  /*.foot-two-box .foot-two-one .QR-code .QR-weibo .QR-boxs:hover .weibo-hei {*/
  /*  display: block;*/
  /*  width: 30px;*/
  /*}*/
  /*.foot-two-box .foot-two-one .QR-code .QR-weibo .QR-boxs:hover .weibocode {*/
  /*  opacity: 1;*/
  /*  transition: all 0.5s;*/
  /*  transform: translate(-50%, 0);*/
  /*}*/
  /*.foot-two-box .foot-two-one .foot-two-one-content {*/
  /*  margin-right: 187px;*/
  /*  display: flex;*/
  /*  align-items: flex-end;*/
  /*  justify-content: center;*/
  /*}*/
  /*.foot-two-box .foot-two-one .foot-two-one-content > img {*/
  /*  width: 260px;*/
  /*}*/
  /*.foot-two-box .foot-two-one .foot-two-one-content .phone-box {*/
  /*  margin-left: 86px;*/
  /*  display: flex;*/
  /*  align-items: center;*/
  /*  justify-content: center;*/
  /*}*/
  /*.foot-two-box .foot-two-one .foot-two-one-content .phone-box > span {*/
  /*  font-size: 12px;*/
  /*  color: #666666;*/
  /*  font-weight: 300;*/
  /*}*/
  /*.foot-two-box .foot-two-one .foot-two-one-content .phone-box > i {*/
  /*  margin-left: 5px;*/
  /*  font-size: 18px;*/
  /*  color: #cf0f19;*/
  /*  font-weight: 300;*/
  /*}*/
  /*.foot-two-box .foot-two-one .foot-two-one-content .email-box {*/
  /*  margin-left: 28px;*/
  /*  display: flex;*/
  /*  align-items: center;*/
  /*  justify-content: center;*/
  /*}*/
  /*.foot-two-box .foot-two-one .foot-two-one-content .email-box > span {*/
  /*  font-size: 12px;*/
  /*  color: #666666;*/
  /*  font-weight: 300;*/
  /*}*/
  /*.foot-two-box .foot-two-one .foot-two-one-content .email-box > i {*/
  /*  margin-left: 5px;*/
  /*  font-size: 14px;*/
  /*  color: #666666;*/
  /*  font-weight: 300;*/
  /*}*/
  /*.foot-two-box .foot-two-one .foot-two-one-content .col-md-3 .progress {*/
  /*  width: 32px !important;*/
  /*  height: 32px !important;*/
  /*}*/
  /*.foot-two-box .foot-two-one .foot-two-one-content .col-md-3 .progress > img {*/
  /*  width: 11px;*/
  /*}*/
  /*.foot-two-box .foot-two-two {*/
  /*  z-index: 2;*/
  /*  padding: 0 85px;*/
  /*  width: 100%;*/
  /*  display: flex;*/
  /*  align-items: center;*/
  /*  justify-content: space-between;*/
  /*  height: 46px;*/
  /*  border-top: 1px solid rgba(84, 84, 84, 0.2);*/
  /*  color: #999999;*/
  /*  font-size: 12px;*/
  /*  font-weight: 300;*/
  /*}*/
  /*.foot-two-box .foot-two-two > span > a {*/
  /*  font-size: 12px;*/
  /*}*/
}
@media (max-width: 1550px) {
    .contents .biological .biological-box .biolog-button{
        width: 80px;
    }
  .contents .swiper .swiper-wrapper .swiper-slide .advertising h1 {
    font-size: 46px;
  }
  .contents .about-box {
    padding: 50px 83px 50px 83px;
  }
  .contents .about-box .about-one .about-title {
    text-align: left;
  }
  .contents .about-box .about-one .about-title h2,.contents .biological .biological-box .biological-content .bio-left h3 {
    font-size: 30px;
  }
  .contents .about-box .about-one .about-title h3,.contents .about-box > ul > li .data-box > span,.contents .about-box .hint-box .hint,.contents .product-box .product-box-content .product-box-title .spans,.contents .recommend-box .recommend-box-one .recommend-box-content > span,.contents .stock-box .stock-box-two .stock-box-contents .stock-box-two-content > p  {
    font-size: 20px;
  }
  .contents .biological .biological-box .biological-content  .bio-right{
      font-size: 28px;
  }
  .contents .about-box > ul > li .data-box {
    text-align: left;
  }
  .contents .about-box > ul > li .data-box .data-box-content {
    display: flex;
    align-items: flex-end;
  }
  .contents .about-box > ul > li .data-box .data-box-content .data-box-num {
    line-height: 40px;
    font-size: 40px;
  }
  /*.contents .about-box > ul > li .data-box .data-box-content .data-box-letter {*/
  /*  font-size: 22px;*/
  /*}*/
  .contents .about-box .col-md-3 .progress {
    width: 80px;
    height: 80px;
  }
  .contents .biological .biological-box{
      height: 100vh;
      width: 100%;
  }
  .contents .biological .biological-box .biological-content > span {
    font-size: 26px;
  }
  .contents .biological .biology-box h4 {
    font-size: 50px;
  }
  .contents .product-box {
    min-height: 750px;
  }
  .contents .product-box .product-box-content .product-box-title > h4 {
    font-size: 30px;
  }
  .contents .product-box .product-box-content .product-box-title > span {
    font-size: 22px;
  }
  .contents .product-box .product-box-content .product-box-title .col-md-3 {
    margin-top: 50px;
  }
  .contents .product-box .product-box-content .product-box-title .col-md-3 .progress {
    width: 80px;
    height: 80px;
  }
  .contents .product-box .product-box-content > img {
    width: 60%;
    margin-left: 20px;
  }
  .contents .recommend-box .recommend-box-one .recommend-box-content > h4 {
    font-size: 30px;
  }
  .contents .recommend-box .recommend-box-one .recommend-box-content > span {
    /*font-size: 22px;*/
    margin: 30px 0 20px;
  }
  .contents .stock-box .stock-box-one .stock-box-title > h4 {
    font-size: 30px;
  }
  .contents .stock-box .stock-box-one .stock-box-title > span {
    font-size: 20px;
  }
  .contents .stock-box .stock-box-one .stock-box-num .stock-data-box-num {
    font-size: 70px;
    line-height: 70px;
  }
  .contents .stock-box .stock-box-two {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .contents .stock-box .stock-box-two .stock-box-two-content > p {
    font-size: 12px;
    color: #595959;
    font-weight: 300;
  }
  .contents .stock-box .stock-box-two .stock-box-two-content > i {
    display: block;
    margin-top: 21px;
    font-size: 14px;
    color: #595959;
    font-weight: 300;
  }
  .contents .stock-box .stock-box-two > ul > li {
    /*width: 25%;*/
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .contents .journalism-box .journalism-box-content > ul > li > span{
      font-size: 18px;
  }
  .contents .stock-box .stock-box-two > ul > li > span {
    white-space: nowrap;
    font-size:18px;
    color: #595959;
    font-weight: 300;
  }
  .contents .stock-box .stock-box-two .stock-box-contents .stock-box-two-content > p{
      font-size: 18px;
  }
  .contents .stock-box .stock-box-two > ul > li > i {
    width: 100%;
    font-size: 40px;
    color: #595959;
    font-weight: 300;
  }
  .contents .stock-box > .col-md-3 {
    display: block;
    margin-top: 50px;
    width: fit-content;
  }
  .contents .stock-box .classGo {
    left: 0;
    z-index: -1;
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    -webkit-animation: homebg 4s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
    -o-animation: homebg 4s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
    animation: homebg 4s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
  }
  .contents .stock-box .bg {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -2;
  }
  .contents .journalism-box .journalism-box-title > h4 {
    font-size: 30px;
  }
  .contents .journalism-box .journalism-box-title .right-arrow {
    font-size: 18px;
  }
  .contents .journalism-box .journalism-box-content .journalism-recommend {
    position: relative;
    flex: 1;
    height: fit-content;
    overflow: hidden;
  }
  .contents .journalism-box .journalism-box-content .journalism-recommend .journalism-recommend-share {
    padding: 20px 15px;
  }
  .contents .journalism-box .journalism-box-content .journalism-recommend .journalism-recommend-share > span {
    font-size: 18px;
    color: #ffffff;
    font-weight: 300;
  }
  .contents .journalism-box .journalism-box-content .journalism-recommend .journalism-recommend-share > i {
    font-size: 20px;
  }
  .contents .journalism-box .journalism-box-content > ul {
    margin-left: 40px;
  }
  .contents .journalism-box .journalism-box-content > ul > li {
    padding: 20px 0;
  }
  /*.contents .journalism-box .journalism-box-content > ul > li > span {*/
  /*  font-size: 20px;*/
  /*}*/
  .contents .journalism-box .journalism-box-content > ul > li .li-content .title-a {
    display: block;
    margin-top: 10px;
    font-size: 20px;
  }
  .contents .journalism-box .journalism-box-content > ul > li .li-content .title-a:hover {
    color: #cf0f19;
  }
  .contents .journalism-box .journalism-box-content > ul > li .li-content > i {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.5;
    -webkit-line-clamp: 3;
  }
  .contents .journalism-box .journalism-box-content > ul > li .buttons-a > i {
    font-size: 14px;
  }
  .contents .journalism-box .journalism-box-content > ul > li .buttons-a:hover > i {
    font-size: 14px;
  }
  .contents .foot-box .foot-one-box .foot-title-box .foot-title > h4 {
    font-size: 26px;
  }
  .contents .foot-box .foot-one-box .foot-title-box .foot-title > span {
    font-size: 30px;
  }
}
@media (max-width: 1350px) {
    .contents .biological .biological-box .biolog-button{
        width: 60px;
    }
  .contents .swiper .swiper-wrapper .swiper-slide .advertising h1 {
    font-size: 42px;
  }
  .contents .about-box .about-one .about-title {
    text-align: left;
  }
  .contents .about-box .about-one .about-title h2 {
    font-size: 30px;
  }
  .contents .about-box .about-one .about-title h3 {
    font-size: 20px;
  }
  .contents .about-box > ul > li .data-box {
    text-align: left;
  }
  .contents .about-box > ul > li .data-box .data-box-content {
    display: flex;
    align-items: flex-end;
  }
  .contents .about-box > ul > li .data-box .data-box-content .data-box-num {
    line-height: 45px;
    font-size: 45px;
  }
  .contents .about-box > ul > li .data-box .data-box-content .data-box-letter {
    font-size: 18px;
  }
  .contents .about-box > ul > li:nth-child(2),
  .contents .about-box > ul > li:nth-child(5) {
    padding-left: 0px;
  }
  .contents .about-box > ul > li:nth-child(3),
  .contents .about-box > ul > li:nth-child(6) {
    padding-left: 0px;
  }
  .contents .about-box .col-md-3 {
    margin-top: 0;
  }
  .contents .biological .biological-box .biological-content > span {
    font-size: 26px;
  }
  /*.contents .biological .biological-box .biological-content:last-child {*/
  /*  padding-bottom: 100vh;*/
  /*}*/
  .contents .biological .biology-box h4 {
    font-size: 40px;
  }
  .contents .biological .biology-box .swiper-slide-button {
    width: 50px;
    height: 50px;
  }
  .contents .product-box {
    min-height: 650px;
  }
  .contents .product-box .product-box-content .product-box-title > h4 {
    font-size: 30px;
  }
  .contents .product-box .product-box-content .product-box-title > span {
    font-size: 18px;
  }
  .contents .product-box .product-box-content > img {
    width: 60%;
    margin-left: 20px;
  }
  .contents .recommend-box .recommend-box-one .recommend-box-content > h4 {
    font-size: 30px;
  }
  .contents .recommend-box .recommend-box-one .recommend-box-content > span {
    font-size: 18px;
  }
  .contents .stock-box .stock-box-one .stock-box-title > h4 {
    font-size: 30px;
  }
  .contents .stock-box .stock-box-one .stock-box-title > span {
    font-size: 20px;
  }
  .contents .stock-box .stock-box-one .stock-box-num .stock-data-box-num {
    font-size: 70px;
  }
  .contents .stock-box .stock-box-two {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .contents .stock-box .stock-box-two > ul {
    margin-right: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .contents .stock-box .stock-box-two > ul > li {
    width: fit-content;
    min-width: 25%;
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .contents .stock-box .stock-box-two > ul > li > span {
    font-size: 20px;
    color: #595959;
    font-weight: 300;
  }
  .contents .stock-box .stock-box-two > ul > li > i {
    width: 100%;
    font-size: 45px;
    color: #595959;
    font-weight: 300;
  }
  .contents .stock-box > .col-md-3 {
    display: block;
    margin-top: 50px;
    width: fit-content;
  }
  .contents .stock-box .classGo {
    left: 0;
    z-index: -1;
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    -webkit-animation: homebg 4s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
    -o-animation: homebg 4s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
    animation: homebg 4s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
  }
  .contents .stock-box .bg {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -2;
  }
  .contents .journalism-box {
    padding: 50px 83px 0px 83px;
  }
  .contents .journalism-box .journalism-box-title > h4 {
    font-size: 30px;
  }
  .contents .journalism-box .journalism-box-title .right-arrow {
    font-size: 20px;
  }
  .contents .journalism-box .journalism-box-content .journalism-recommend {
    position: relative;
    flex: 1;
    height: fit-content;
    overflow: hidden;
  }
  .contents .journalism-box .journalism-box-content .journalism-recommend .journalism-recommend-share {
    padding: 40px 25px;
  }
  .contents .journalism-box .journalism-box-content .journalism-recommend .journalism-recommend-share > span {
    font-size: 14px;
    color: #ffffff;
    font-weight: 300;
  }
  .contents .journalism-box .journalism-box-content .journalism-recommend .journalism-recommend-share > i {
    font-size: 20px;
  }
  .contents .journalism-box .journalism-box-content > ul {
    margin-left: 40px;
  }
  .contents .journalism-box .journalism-box-content > ul > li {
    padding: 10px 0;
  }
  .contents .journalism-box .journalism-box-content > ul > li > span {
    font-size: 12px;
  }
  .contents .journalism-box .journalism-box-content > ul > li .li-content .title-a {
    margin-top: 10px;
    display: block;
    font-size: 16px;
    line-height: 1.3;
  }
  .contents .journalism-box .journalism-box-content > ul > li .li-content .title-a:hover {
    color: #cf0f19;
  }
  .contents .journalism-box .journalism-box-content > ul > li .li-content > i {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.5;
    -webkit-line-clamp: 3;
  }
  .contents .journalism-box .journalism-box-content > ul > li .buttons-a > i {
    font-size: 14px;
  }
  .contents .journalism-box .journalism-box-content > ul > li .buttons-a:hover > i {
    font-size: 14px;
  }
  .contents .foot-box .foot-one-box .foot-title-box .foot-title > h4 {
    font-size: 26px;
  }
  .contents .foot-box .foot-one-box .foot-title-box .foot-title > span {
    font-size: 28px;
  }
  /*.foot-two-box {*/
  /*  z-index: 2;*/
  /*  background: #f8f9f9;*/
  /*  width: 100%;*/
  /*}*/
  /*.foot-two-box .foot-two-one {*/
  /*  z-index: 2;*/
  /*  padding: 44px 30px 44px 30px;*/
  /*  width: 100%;*/
  /*  display: flex;*/
  /*  justify-content: space-between;*/
  /*  position: relative;*/
  /*  align-items: center;*/
  /*}*/
  /*.foot-two-box .foot-two-one .QR-code {*/
  /*  display: flex;*/
  /*  bottom: 33px;*/
  /*  right: 85px;*/
  /*}*/
  /*.foot-two-box .foot-two-one .QR-code .QR-weixin .QR-box {*/
  /*  position: relative;*/
  /*}*/
  /*.foot-two-box .foot-two-one .QR-code .QR-weixin .QR-box .weixin {*/
  /*  display: block;*/
  /*  width: 30px;*/
  /*}*/
  /*.foot-two-box .foot-two-one .QR-code .QR-weixin .QR-box .weixin-hei {*/
  /*  display: none;*/
  /*  width: 30px;*/
  /*}*/
  /*.foot-two-box .foot-two-one .QR-code .QR-weixin .QR-box .weixincode {*/
  /*  transition: all 0.5s;*/
  /*  position: absolute;*/
  /*  left: 50%;*/
  /*  transform: translate(-50%, 100%);*/
  /*  opacity: 0;*/
  /*  top: -100%;*/
  /*}*/
  /*.foot-two-box .foot-two-one .QR-code .QR-weixin .QR-box:hover .weixin {*/
  /*  display: none;*/
  /*  width: 30px;*/
  /*}*/
  /*.foot-two-box .foot-two-one .QR-code .QR-weixin .QR-box:hover .weixin-hei {*/
  /*  display: block;*/
  /*  width: 30px;*/
  /*}*/
  /*.foot-two-box .foot-two-one .QR-code .QR-weixin .QR-box:hover .weixincode {*/
  /*  opacity: 1;*/
  /*  transition: all 0.5s;*/
  /*  transform: translate(-50%, 0);*/
  /*}*/
  /*.foot-two-box .foot-two-one .QR-code .QR-weibo {*/
  /*  margin-left: 30px;*/
  /*}*/
  /*.foot-two-box .foot-two-one .QR-code .QR-weibo .QR-boxs {*/
  /*  position: relative;*/
  /*}*/
  /*.foot-two-box .foot-two-one .QR-code .QR-weibo .QR-boxs .weibo {*/
  /*  display: block;*/
  /*  width: 30px;*/
  /*}*/
  /*.foot-two-box .foot-two-one .QR-code .QR-weibo .QR-boxs .weibo-hei {*/
  /*  display: none;*/
  /*  width: 30px;*/
  /*}*/
  /*.foot-two-box .foot-two-one .QR-code .QR-weibo .QR-boxs .weibocode {*/
  /*  transition: all 0.5s;*/
  /*  position: absolute;*/
  /*  left: 50%;*/
  /*  transform: translate(-50%, 100%);*/
  /*  opacity: 0;*/
  /*  top: -100%;*/
  /*}*/
  /*.foot-two-box .foot-two-one .QR-code .QR-weibo .QR-boxs:hover .weibo {*/
  /*  display: none;*/
  /*  width: 30px;*/
  /*}*/
  /*.foot-two-box .foot-two-one .QR-code .QR-weibo .QR-boxs:hover .weibo-hei {*/
  /*  display: block;*/
  /*  width: 30px;*/
  /*}*/
  /*.foot-two-box .foot-two-one .QR-code .QR-weibo .QR-boxs:hover .weibocode {*/
  /*  opacity: 1;*/
  /*  transition: all 0.5s;*/
  /*  transform: translate(-50%, 0);*/
  /*}*/
  /*.foot-two-box .foot-two-one .foot-two-one-content {*/
  /*  margin-right: 0px;*/
  /*  display: flex;*/
  /*  align-items: flex-end;*/
  /*  justify-content: center;*/
  /*}*/
  /*.foot-two-box .foot-two-one .foot-two-one-content > img {*/
  /*  width: 260px;*/
  /*}*/
  /*.foot-two-box .foot-two-one .foot-two-one-content .phone-box {*/
  /*  margin-left: 86px;*/
  /*  display: flex;*/
  /*  align-items: center;*/
  /*  justify-content: center;*/
  /*}*/
  /*.foot-two-box .foot-two-one .foot-two-one-content .phone-box > span {*/
  /*  font-size: 12px;*/
  /*  color: #666666;*/
  /*  font-weight: 300;*/
  /*}*/
  /*.foot-two-box .foot-two-one .foot-two-one-content .phone-box > i {*/
  /*  margin-left: 5px;*/
  /*  font-size: 18px;*/
  /*  color: #cf0f19;*/
  /*  font-weight: 300;*/
  /*}*/
  /*.foot-two-box .foot-two-one .foot-two-one-content .email-box {*/
  /*  margin-left: 28px;*/
  /*  display: flex;*/
  /*  align-items: center;*/
  /*  justify-content: center;*/
  /*}*/
  /*.foot-two-box .foot-two-one .foot-two-one-content .email-box > span {*/
  /*  font-size: 12px;*/
  /*  color: #666666;*/
  /*  font-weight: 300;*/
  /*}*/
  /*.foot-two-box .foot-two-one .foot-two-one-content .email-box > i {*/
  /*  margin-left: 5px;*/
  /*  font-size: 14px;*/
  /*  color: #666666;*/
  /*  font-weight: 300;*/
  /*}*/
  /*.foot-two-box .foot-two-one .foot-two-one-content .col-md-3 .progress {*/
  /*  width: 32px !important;*/
  /*  height: 32px !important;*/
  /*}*/
  /*.foot-two-box .foot-two-one .foot-two-one-content .col-md-3 .progress > img {*/
  /*  width: 11px;*/
  /*}*/
  /*.foot-two-box .foot-two-two {*/
  /*  z-index: 2;*/
  /*  padding: 0 30px;*/
  /*  width: 100%;*/
  /*  display: flex;*/
  /*  align-items: center;*/
  /*  justify-content: space-between;*/
  /*  height: 46px;*/
  /*  border-top: 1px solid rgba(84, 84, 84, 0.2);*/
  /*  color: #999999;*/
  /*  font-size: 14px;*/
  /*  font-weight: 300;*/
  /*}*/
  /*.foot-two-box .foot-two-two > span {*/
  /*  z-index: 2;*/
  /*}*/
  /*.foot-two-box .foot-two-two > span > a {*/
  /*  z-index: 2;*/
  /*  color: #999999;*/
  /*  font-size: 14px;*/
  /*}*/
  /*.foot-two-box .foot-two-two > span > a:hover {*/
  /*  color: #cf0f19;*/
  /*}*/
  /*.foot-two-box .foot-two-two .up-box {*/
  /*  z-index: 2;*/
  /*  width: 24px;*/
  /*  height: 24px;*/
  /*  display: flex;*/
  /*  align-items: center;*/
  /*  justify-content: center;*/
  /*  border-radius: 50%;*/
  /*  background-color: #545454;*/
  /*}*/
  /*.foot-two-box .foot-two-two .up-box:hover {*/
  /*  background-color: #cf0f19;*/
  /*}*/
}
@media (max-width: 1250px) {
  .contents .journalism-box .journalism-box-title > h4 {
    font-size: 30px;
  }
  .contents .journalism-box .journalism-box-title .right-arrow {
    font-size: 20px;
  }
  .contents .journalism-box .journalism-box-content .journalism-recommend {
    position: relative;
    flex: 1;
    height: fit-content;
    overflow: hidden;
  }
  .contents .journalism-box .journalism-box-content .journalism-recommend .journalism-recommend-share {
    padding: 20px 15px;
  }
  .contents .journalism-box .journalism-box-content .journalism-recommend .journalism-recommend-share > span {
    font-size: 14px;
    color: #ffffff;
    font-weight: 300;
  }
  .contents .journalism-box .journalism-box-content .journalism-recommend .journalism-recommend-share > i {
    font-size: 16px;
  }
  .contents .journalism-box .journalism-box-content > ul {
    margin-left: 40px;
  }
  .contents .journalism-box .journalism-box-content > ul > li {
    padding: 10px 0;
  }
  .contents .journalism-box .journalism-box-content > ul > li > span {
    font-size: 12px;
  }
  .contents .journalism-box .journalism-box-content > ul > li .li-content .title-a {
    margin-top: 10px;
    display: block;
    font-size: 16px;
    line-height: 1.3;
  }
  .contents .journalism-box .journalism-box-content > ul > li .li-content .title-a:hover {
    color: #cf0f19;
  }
  .contents .journalism-box .journalism-box-content > ul > li .li-content > i {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.2;
    -webkit-line-clamp: 2;
  }
  .contents .journalism-box .journalism-box-content > ul > li .buttons-a > i {
    font-size: 14px;
  }
  .contents .journalism-box .journalism-box-content > ul > li .buttons-a:hover > i {
    font-size: 14px;
  }
  .contents .product-box .product-box-content .product-box-title .spans{
      font-size: 16px;
  }
  .contents .biological .biological-box .biological-content .bio-left h3{
      font-size: 30px;
  }
  .contents .biological .biological-box .biological-content .bio-right{
      font-size: 18px;
  }
  .contents .recommend-box .recommend-box-one .recommend-box-content{
      padding: 30px 0;
  }
  .contents .recommend-box .recommend-box-one .recommend-box-content > h4{
      padding: 0 50px;
  }
  .contents .recommend-box .recommend-box-one .recommend-box-content > span{
      padding:  0 50px;
      margin: 30px 0;
  }
  .contents .recommend-box .recommend-box-one .recommend-box-content .col-md-3{
      margin-top: 0 !important;
  }
  .contents .foot-box .foot-one-box .foot-title-box > a{
       margin-top: 50px;
  }
}
@media (max-width: 950px) {
    .contents .biological .biological-box .biolog-button{
        width: 40px;
    }
  .contents .swiper {
    height: 240px;
  }
  .contents .swiper .swiper-wrapper .swiper-slide .advertising {
    opacity: 0;
    transition: all 0s;
    color: #fff;
    top: 50%;
    left: 35px;
    position: absolute;
  }
  .contents .swiper .swiper-wrapper .swiper-slide .advertising h1 {
    font-size: 18px;
  }
  .contents .swiper .swiper-wrapper .swiper-slide .advertising h6 {
    font-size: 14px;
  }
  .contents .swiper .swiper-wrapper .swiper-slide .banner-image {
    transition: all 0.8s;
    transform: scale(1.5);
    width: 100%;
    height: 100%;
    object-fit: fill;
    vertical-align: middle;
  }
  .contents .swiper .swiper-wrapper .swiper-slide video {
    transition: all 0.8s;
    transform: scale(1.5);
    width: 100%;
    height: 100%;
    object-fit: fill;
  }
  .contents .swiper .swiper-wrapper .swiper-slide-active .advertising {
    opacity: 1;
    transition: all 0.8s;
    transform: translateY(-60%);
  }
  .contents .swiper .swiper-wrapper .swiper-slide-active .banner-image {
    transition: all 0.8s;
    transform: scale(1);
  }
  .contents .swiper .swiper-wrapper .swiper-slide-active video {
    transition: all 0.8s;
    transform: scale(1);
    min-height: fit-content;
    min-width: 100%;
  }
  .contents .swiper .swiper-wrapper .swiper-slide-active image {
    width: 100%;
    height: 100%;
  }
  .contents .swiper .swiper-button-prev,
  .contents .swiper .swiper-button-next {
    width: 20px;
    height: 40px;
    color: #fff;
    padding: 0px;
  }
  .contents .swiper .swiper-button-prev::after,
  .contents .swiper .swiper-button-next::after {
    font-size: 24px;
  }
  .contents .about-box {
    padding: 30px 15px 30px 15px;
  }
  .contents .about-box .about-one {
    margin-bottom: 20px;
  }
  .contents .about-box .about-one .about-title {
    text-align: left;
  }
  .contents .about-box .about-one .about-title h2 {
    font-size: 18px;
  }
  .contents .about-box .about-one .about-title h3 {
    font-weight: 300;
    font-size: 12px;
    color: #666666;
  }
  .contents .about-box > ul > li:nth-child(1),
  .contents .about-box > ul li:nth-child(2) {
    border-top: 1px solid #9b9b9b;
  }
  .contents .about-box > ul > li {
    padding: 15px 0;
    border-bottom: 1px solid #9b9b9b;
    margin-bottom: 0px;
    width: 48%;
  }
  .contents .about-box > ul > li > img {
    display: none;
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
  .contents .about-box > ul > li .data-box {
    text-align: left;
  }
  .contents .about-box > ul > li .data-box .data-box-content {
    display: flex;
    align-items: flex-end;
  }
  .contents .about-box > ul > li .data-box .data-box-content .data-box-num {
    line-height: 30px;
    font-size: 30px;
  }
  .contents .about-box > ul > li .data-box .data-box-content .data-box-letter {
    margin-left: 10px;
    font-size: 15px;
  }
  .contents .about-box > ul > li .data-box > span {
    margin-top: 10px;
    font-size: 12px;
  }
  .contents .about-box .hint {
    margin-top: 40px;
    font-size: 12px;
  }
  .contents .about-box .col-md-3 {
    margin-top: 40px;
  }
  .contents .biological {
    /*z-index: -1;*/
    position: relative;
    width: 100%;
  }
  .contents .biological .biological-box{
      height: auto;
  }
  .contents .biological .biological-box .biological-content {
    /*padding-top: 100vh;*/
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    line-height: 2;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0 !important;
  }
  .contents .biological .biological-box .biological-content .bio-right{
      max-width: none;
      font-size: 20px;
  }
  .contents .biological .biological-box .biolog-button{
      display: none;
  }
  .contents .biological .biological-box .biological-content > span {
    color: #f4f0eb;
    font-size: 20px;
    font-weight: 300;
    justify-content: center;
    letter-spacing: 0.01em;
    line-height: 1.8;
    margin-left: 0;
    width: 100%;
  }
  .contents .biological .biological-box .biological-content:last-child {
    /*padding-bottom: 100vh;*/
  }
  .contents .biological .biology-image {
    position: fixed;
    z-index: -999;
    width: 100%;
    min-width: 100%;
    height: 100%;
    object-fit: fill;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .contents .biological .biology-box {
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .contents .biological .biology-box .swiper-slide-button {
    width: 40px;
    height: 40px;
    left: calc(100vw - 55px);
    top: calc(20% - 20px);
  }
  .contents .biological .biology-box h4 {
    transform: translateY(-50%);
    left: 15px;
    top: 20%;
    position: absolute;
    font-size: 20px;
    color: #f4f0eb;
    font-weight: 300;
  }
  .contents .product-box {
    z-index: 2;
    background: #fff;
    width: 100%;
    height: fit-content;
    padding: 60px 15px 50px 15px;
    min-height: fit-content;
    display: flex;
    align-items: flex-end;
    position: relative;
    overflow: hidden;
  }
  .contents .product-box .skew {
    left: 0;
    position: absolute;
    bottom: 30%;
    z-index: 0;
    width: 100%;
    height: 300px;
    transform-origin: left top;
  }
  .contents .product-box .skew .canvas-box {
    height: 300px;
  }
  .contents .product-box .skew .canvas-box > div {
    height: 100%;
  }
  .contents .product-box .product-box-content {
    position: static;
    bottom: 40px;
    flex-direction: column;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .contents .product-box .product-box-content .product-box-title {
    flex: 1;
    text-align: left;
  }
  .contents .product-box .product-box-content .product-box-title > h4 {
    font-size: 20px;
    color: #545454;
    font-weight: 300;
  }
  .contents .product-box .product-box-content .product-box-title > span {
    display: block;
    margin: 15px 0 20px 0;
    font-size: 16px;
    color: #545454;
    font-weight: 300;
  }
  .contents .product-box .product-box-content .product-box-title .col-md-3 {
    margin-top: 20px;
    display: block;
    width: fit-content;
  }
  .contents .product-box .product-box-content > img {
    margin: 50px 0;
    width: 100%;
    margin-left: 0px;
  }
  .contents .recommend-box {
    z-index: -2;
    height: fit-content;
    overflow: hidden;
  }
  .contents .recommend-box .recommend-box-one {
    padding-bottom: 50px;
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    justify-content: space-between;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .contents .recommend-box .recommend-box-one > img {
    margin-left: 0;
    z-index: 1;
    margin-right: 0px;
    width: 100%;
  }
  .contents .recommend-box .recommend-box-one .recommend-box-content {
    height: 100%;
    padding: 60px 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    position: relative;
    width: 100%;
  }
  
  .contents .recommend-box .recommend-box-one .recommend-box-content > h4 {
    padding-left: 0px;
    padding: 0 15px;
    font-size: 20px;
    font-weight: 300;
    max-width: none;
  }
  .contents .recommend-box .recommend-box-one .recommend-box-content > span {
    width: 100%;
    padding: 0 15px 0px 15px;
    display: block;
    margin: 20px 0 0px 0;
    font-size: 16px;
    max-width: none;
  }
  .contents .recommend-box .recommend-box-one .recommend-box-content .col-md-3 {
    margin: 0 0 30px 0;
    z-index: 2;
    display: block;
    padding-right: 15px;
  }
  .contents .stock-box {
    padding: 60px 15px 60px 15px;
  }
  .contents .stock-box .stock-box-one {
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
  }
  .contents .stock-box .stock-box-one .stock-box-title {
    text-align: left;
  }
  .contents .stock-box .stock-box-one .stock-box-title > h4 {
    font-size: 20px;
  }
  .contents .stock-box .stock-box-one .stock-box-title > span {
    margin: 0px 0 0 0;
    font-size: 16px;
  }
  .contents .stock-box .stock-box-one .stock-box-num {
    margin-top: 20px;
    display: flex;
    align-items: center;
  }
  .contents .stock-box .stock-box-one .stock-box-num .stock-data-box-num {
    font-size: 50px;
    line-height: 50px;
  }
  .contents .stock-box .stock-box-one .stock-box-num > i {
    margin-bottom: -10px;
    margin-left: 20px;
  }
  .contents .stock-box .stock-box-two {
    margin-top: 50px;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    justify-content: space-between;
  }
  .contents .stock-box .stock-box-two .stock-box-two-content {
    margin-top: 20px;
    text-align: left;
  }
  .contents .stock-box .stock-box-two .stock-box-two-content > p {
    font-size: 12px;
    color: #595959;
    font-weight: 300;
  }
  .contents .stock-box .stock-box-two > ul {
    margin-right: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .contents .stock-box .stock-box-two > ul > li {
    margin-bottom: 20px;
    width: 50%;
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .contents .stock-box .stock-box-two > ul > li > span {
    font-size: 20px;
    color: #595959;
    font-weight: 300;
  }
  .contents .stock-box .stock-box-two > ul > li > i {
    width: 100%;
    padding: 5px 0;
    font-size: 50px;
    color: #595959;
    font-weight: 300;
  }
  .contents .stock-box > .col-md-3 {
    display: block;
    margin-top: 30px;
    width: fit-content;
  }
  .contents .journalism-box {
    z-index: 4;
    background: #f8f9f9;
    padding: 60px 15px 60px 15px;
    height: fit-content !important;
    display: flex;
    flex-direction: column;
  }
  .contents .journalism-box .journalism-box-title {
    z-index: 3;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
  }
  .contents .journalism-box .journalism-box-title > h4 {
    line-height: 1;
    font-size: 20px;
  }
  .contents .journalism-box .journalism-box-title .right-arrow {
    font-size: 16px;
  }
  .contents .journalism-box .journalism-box-title .right-arrow .right-arrow-one {
    width: 15px;
  }
  .contents .journalism-box .journalism-box-title .right-arrow:hover {
    color: #cf0f19;
  }
  .contents .journalism-box .journalism-box-title .right-arrow:hover .right-arrow-one {
    display: none;
  }
  .contents .journalism-box .journalism-box-title .right-arrow:hover .right-arrow-two {
    display: block;
    margin-left: 5px;
    width: 15px;
  }
  .contents .journalism-box .journalism-box-content {
    height: fit-content !important;
    flex-direction: column;
    overflow: visible;
  }
  .contents .journalism-box .journalism-box-content .journalism-recommend {
    margin-bottom: 10px;
    position: relative;
    flex: 1;
    height: fit-content;
    overflow: hidden;
  }
  .contents .journalism-box .journalism-box-content .journalism-recommend .journalism-recommend-share {
    padding: 10px 15px;
  }
  .contents .journalism-box .journalism-box-content .journalism-recommend .journalism-recommend-share > span {
    font-size: 14px;
    color: #ffffff;
    font-weight: 300;
  }
  .contents .journalism-box .journalism-box-content .journalism-recommend .journalism-recommend-share > i {
    font-size: 16px;
  }
  .contents .journalism-box .journalism-box-content .journalism-recommend > img {
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition-duration: 0.4s, 0.6s;
    transition-timing-function: ease-in, linear;
    transition-delay: 0s, 0s;
    transition-property: opacity, transform;
  }
  .contents .journalism-box .journalism-box-content .journalism-recommend:hover > img {
    transform: scale(1.1);
    transition-duration: 0.4s, 0.6s;
    transition-timing-function: ease-in, linear;
    transition-delay: 0s, 0s;
    transition-property: opacity, transform;
  }
  .contents .journalism-box .journalism-box-content > ul {
    overflow: hidden;
    height: 100%;
    margin-left: 0px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .contents .journalism-box .journalism-box-content > ul > li:first-child {
    padding: 0;
  }
  .contents .journalism-box .journalism-box-content > ul > li {
    padding: 20px 0;
    border-bottom: 1px solid rgba(84, 84, 84, 0.2);
    height: 50%;
    width: 100%;
    text-align: left;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .contents .journalism-box .journalism-box-content > ul > li > span {
    font-size: 14px;
  }
  .contents .journalism-box .journalism-box-content > ul > li .li-content .title-a {
    display: block;
    margin-top: 10px;
    font-size: 16px;
    line-height: 1;
    -webkit-line-clamp: 1;
  }
  .contents .journalism-box .journalism-box-content > ul > li .li-content .title-a:hover {
    color: #cf0f19;
  }
  .contents .journalism-box .journalism-box-content > ul > li .li-content > i {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.8;
    -webkit-line-clamp: 2;
  }
  .contents .journalism-box .journalism-box-content > ul > li .buttons-a {
    height: fit-content;
    display: flex;
    padding: 2px 15px;
    width: fit-content;
  }
  .contents .journalism-box .journalism-box-content > ul > li .buttons-a > i {
    width: fit-content;
    font-size: 14px;
    color: #fff;
    font-weight: 300;
  }
  .contents .journalism-box .journalism-box-content > ul > li .buttons-a > span {
    font-size: 14px;
    margin-left: 5px;
  }
  .contents .journalism-box .journalism-box-content > ul > li .buttons-a:hover {
    height: fit-content;
    display: flex;
    padding: 2px 15px;
    width: fit-content;
  }
  .contents .journalism-box .journalism-box-content > ul > li .buttons-a:hover > i {
    width: fit-content;
    font-size: 14px;
    color: #fff;
    font-weight: 300;
  }
  .contents .journalism-box .journalism-box-content > ul > li .buttons-a:hover > span {
    font-size: 14px;
    margin-left: 5px;
  }
  .contents .foot-box {
    z-index: 2;
    background: #f8f9f9;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .contents .foot-box .foot-one-box {
    z-index: 2;
    padding-top: 0px;
    flex: 1;
    position: relative;
  }
  .contents .foot-box .foot-one-box .foot-title-box {
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .contents .foot-box .foot-one-box .foot-title-box .foot-title {
    text-align: left;
  }
  .contents .foot-box .foot-one-box .foot-title-box .foot-title > h4 {
    font-size: 20px;
  }
  .contents .foot-box .foot-one-box .foot-title-box .foot-title > span {
    display: block;
    margin-top: 10px;
    font-size: 23px;
  }
  .contents .foot-box .foot-one-box .foot-title-box .col-md-3 {
    margin-top: 30px;
  }
  .contents .foot-box .foot-one-box > img {
    z-index: -1;
    width: 100%;
    bottom: 0;
    right: 0;
    left: 0;
  }
  /*.foot-two-box {*/
  /*  z-index: 2;*/
  /*  background: #f8f9f9;*/
  /*  width: 100%;*/
  /*}*/
  /*.foot-two-box .foot-two-one {*/
  /*  z-index: 2;*/
  /*  padding: 20px 15px 20px 20px;*/
  /*  width: 100%;*/
  /*  display: flex;*/
  /*  flex-direction: column;*/
  /*  justify-content: space-between;*/
  /*  position: relative;*/
  /*  align-items: flex-start;*/
  /*}*/
  /*.foot-two-box .foot-two-one .QR-code {*/
  /*  position: absolute;*/
  /*  top: 25px;*/
  /*  right: 15px;*/
  /*  margin-top: 0px;*/
  /*  display: flex;*/
  /*  bottom: 33px;*/
  /*}*/
  /*.foot-two-box .foot-two-one .QR-code .QR-weixin .QR-box {*/
  /*  position: relative;*/
  /*}*/
  /*.foot-two-box .foot-two-one .QR-code .QR-weixin .QR-box .weixin {*/
  /*  display: block;*/
  /*  width: 25px;*/
  /*}*/
  /*.foot-two-box .foot-two-one .QR-code .QR-weixin .QR-box .weixin-hei {*/
  /*  display: none;*/
  /*  width: 25px;*/
  /*}*/
  /*.foot-two-box .foot-two-one .QR-code .QR-weixin .QR-box .weixincode {*/
  /*  transition: all 0.5s;*/
  /*  position: absolute;*/
  /*  left: 50%;*/
  /*  transform: translate(-50%, 100%);*/
  /*  opacity: 0;*/
  /*  top: -100%;*/
  /*}*/
  /*.foot-two-box .foot-two-one .QR-code .QR-weixin .QR-box:hover .weixin {*/
  /*  display: none;*/
  /*  width: 25px;*/
  /*}*/
  /*.foot-two-box .foot-two-one .QR-code .QR-weixin .QR-box:hover .weixin-hei {*/
  /*  display: block;*/
  /*  width: 25px;*/
  /*}*/
  /*.foot-two-box .foot-two-one .QR-code .QR-weixin .QR-box:hover .weixincode {*/
  /*  opacity: 1;*/
  /*  transition: all 0.5s;*/
  /*  transform: translate(-50%, 0);*/
  /*}*/
  /*.foot-two-box .foot-two-one .QR-code .QR-weibo {*/
  /*  margin-left: 30px;*/
  /*}*/
  /*.foot-two-box .foot-two-one .QR-code .QR-weibo .QR-boxs {*/
  /*  position: relative;*/
  /*}*/
  /*.foot-two-box .foot-two-one .QR-code .QR-weibo .QR-boxs .weibo {*/
  /*  display: block;*/
  /*  width: 25px;*/
  /*}*/
  /*.foot-two-box .foot-two-one .QR-code .QR-weibo .QR-boxs .weibo-hei {*/
  /*  display: none;*/
  /*  width: 25px;*/
  /*}*/
  /*.foot-two-box .foot-two-one .QR-code .QR-weibo .QR-boxs .weibocode {*/
  /*  transition: all 0.5s;*/
  /*  position: absolute;*/
  /*  left: 50%;*/
  /*  transform: translate(-50%, 100%);*/
  /*  opacity: 0;*/
  /*  top: -100%;*/
  /*}*/
  /*.foot-two-box .foot-two-one .QR-code .QR-weibo .QR-boxs:hover .weibo {*/
  /*  display: none;*/
  /*  width: 25px;*/
  /*}*/
  /*.foot-two-box .foot-two-one .QR-code .QR-weibo .QR-boxs:hover .weibo-hei {*/
  /*  display: block;*/
  /*  width: 25px;*/
  /*}*/
  /*.foot-two-box .foot-two-one .QR-code .QR-weibo .QR-boxs:hover .weibocode {*/
  /*  opacity: 1;*/
  /*  transition: all 0.5s;*/
  /*  transform: translate(-50%, 0);*/
  /*}*/
  /*.foot-two-box .foot-two-one .foot-two-one-content {*/
  /*  margin-right: 0px;*/
  /*  display: flex;*/
  /*  flex-direction: column;*/
  /*  align-items: flex-start;*/
  /*  justify-content: center;*/
  /*}*/
  /*.foot-two-box .foot-two-one .foot-two-one-content > a > img {*/
  /*  margin: 5px 0 15px 0;*/
  /*  width: 150px;*/
  /*}*/
  /*.foot-two-box .foot-two-one .foot-two-one-content .phone-box {*/
  /*  margin-top: 10px;*/
  /*  margin-left: 0px;*/
  /*  display: flex;*/
  /*  align-items: center;*/
  /*  justify-content: center;*/
  /*}*/
  /*.foot-two-box .foot-two-one .foot-two-one-content .phone-box > span {*/
  /*  font-size: 14px;*/
  /*  color: #666666;*/
  /*  font-weight: 300;*/
  /*}*/
  /*.foot-two-box .foot-two-one .foot-two-one-content .phone-box > i {*/
  /*  margin-left: 5px;*/
  /*  font-size: 18px;*/
  /*  color: #cf0f19;*/
  /*  font-weight: 300;*/
  /*}*/
  /*.foot-two-box .foot-two-one .foot-two-one-content .email-box {*/
  /*  margin-top: 5px;*/
  /*  margin-left: 0px;*/
  /*  display: flex;*/
  /*  align-items: center;*/
  /*  justify-content: center;*/
  /*}*/
  /*.foot-two-box .foot-two-one .foot-two-one-content .email-box > span {*/
  /*  font-size: 14px;*/
  /*  color: #666666;*/
  /*  font-weight: 300;*/
  /*}*/
  /*.foot-two-box .foot-two-one .foot-two-one-content .email-box > i {*/
  /*  margin-left: 5px;*/
  /*  font-size: 14px;*/
  /*  color: #666666;*/
  /*  font-weight: 300;*/
  /*}*/
  /*.foot-two-box .foot-two-one .foot-two-one-content .col-md-3 .progress {*/
  /*  width: 32px !important;*/
  /*  height: 32px !important;*/
  /*}*/
  /*.foot-two-box .foot-two-one .foot-two-one-content .col-md-3 .progress > img {*/
  /*  width: 11px;*/
  /*}*/
  /*.foot-two-box .foot-two-two {*/
  /*  padding: 10px 15px;*/
  /*  height: fit-content;*/
  /*}*/
  /*.foot-two-box .foot-two-two > span {*/
  /*  flex: 1;*/
  /*  text-align: center;*/
  /*  z-index: 2;*/
  /*  color: rgba(153, 153, 153, 0.5);*/
  /*}*/
  /*.foot-two-box .foot-two-two > span > i {*/
  /*  display: none;*/
  /*}*/
  /*.foot-two-box .foot-two-two > span > a {*/
  /*  z-index: 2;*/
  /*  color: rgba(153, 153, 153, 0.5);*/
  /*  font-size: 14px;*/
  /*}*/
  /*.foot-two-box .foot-two-two > span > a:hover {*/
  /*  color: #cf0f19;*/
  /*}*/
  /*.foot-two-box .foot-two-two .up-box {*/
  /*  display: none !important;*/
  /*  z-index: 2;*/
  /*  width: 24px;*/
  /*  height: 24px;*/
  /*  display: flex;*/
  /*  align-items: center;*/
  /*  justify-content: center;*/
  /*  border-radius: 50%;*/
  /*  background-color: #545454;*/
  /*}*/
  /*.foot-two-box .foot-two-two .up-box:hover {*/
  /*  background-color: #cf0f19;*/
  /*}*/
}


