@charset "UTF-8";
/* 弹性布局 */
.com-background {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}
.com-background > .pagecenter {
  background: #ffffff;
}

img {
  vertical-align: bottom;
  /* 或 top / middle 都可以 */
}

.df {
  display: flex;
  display: -webkit-flex;
}

/*伸缩流方向*/
.fdc {
  flex-direction: column;
}

/*  */
.fdrr {
  flex-direction: row-reverse;
}

/*主轴对齐*/
.jcc {
  justify-content: center;
}

.jcfe {
  justify-content: flex-end;
}

.jcsb {
  justify-content: space-between;
}

.jcsa {
  justify-content: space-around;
}

.fww {
  -webkit-box-wrap: wrap;
  flex-wrap: wrap;
}

.fwnw {
  -webkit-box-wrap: nowrap;
  flex-wrap: nowrap;
}

/*侧轴对齐*/
.aifs {
  align-items: flex-start;
}

.aife {
  align-items: flex-end;
}

.aic {
  align-items: center;
}

.aib {
  align-items: baseline;
}

/*伸缩性*/
.fn {
  flex: none;
}

.f0 {
  flex: auto;
}

.f1 {
  flex: 1;
}

/* 单行溢出文本隐藏 */
.one-text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.tow-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.ywbk-intro {
  margin-top: 30px;
  position: relative;
}
.ywbk-intro .title {
  font-size: 32px;
  font-weight: bold;
  line-height: 32px;
  color: #333333;
  margin-bottom: 60px;
}
.ywbk-intro .ywbk-intro-content {
  z-index: 100;
}
.ywbk-intro .left-content {
  width: 43.89%;
  background-color: #d1a762;
  border-radius: 10px;
  z-index: 10;
  color: #ffffff;
  padding: 60px 57px 30px;
}
.ywbk-intro .left-content .intro-text {
  font-weight: normal;
  font-size: 18px;
  line-height: 34px;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ywbk-intro .right-content {
  border-radius: 20px;
  position: relative;
  top: -74px;
}
.ywbk-intro .right-content img {
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: calc(100% + 105px);
  height: calc(100% + 148px);
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
.ywbk-intro .intro-number {
  flex-wrap: wrap;
  padding-top: 14%;
}
.ywbk-intro .intro-number li {
  width: 50%;
  margin-bottom: 32px;
}
.ywbk-intro .intro-number li .number {
  font-size: 40px;
  font-weight: bold;
}
.ywbk-intro .intro-number li .unit {
  font-size: 18px;
  font-weight: normal;
  margin-left: 14px;
}
.ywbk-intro .intro-number li .sub-title {
  font-size: 18px;
  font-weight: normal;
  line-height: 34px;
  color: #ffffff;
  margin-top: 4px;
}

.ywbk-pattern {
  margin-top: 110px;
}
.ywbk-pattern .title {
  font-size: 32px;
  font-weight: bold;
  line-height: 32px;
  color: #333333;
}
.ywbk-pattern .pattern-img {
  margin-top: 74px;
}

.pattern-content {
  position: relative;
  padding-top: 112px;
  max-width: 1920px;
  margin: 0 auto;
}
.pattern-content .pattern-left {
  height: auto;
  position: relative;
  top: -55px;
}
.pattern-content .pattern-left img {
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: calc(100% + 100px);
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.pattern-content .pattern-right {
  width: 48%;
  background-color: #e1b772;
  box-shadow: 0px 0px 49px 0px rgba(167, 149, 117, 0.25);
  border-radius: 10px;
  float: right;
  position: relative;
  z-index: 10;
  padding: 3% 4% 2%;
}
.pattern-content .pattern-right .title {
  font-size: 32px;
  font-weight: bold;
  line-height: 32px;
  color: #ffffff;
}
.pattern-content .pattern-right .desc {
  font-size: 20px;
  line-height: 38px;
  color: #ffffff;
  margin-top: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pattern-content .pattern-right .list {
  margin-top: 29px;
}
.pattern-content .pattern-right .list .li {
  width: calc(33.33% - 15.33px);
  height: 52px;
  background-color: #ffffff;
  border-radius: 10px;
  margin-right: 23px;
  text-align: center;
  line-height: 52px;
  color: #a07631;
  margin-bottom: 18px;
  /* 单行溢出文本隐藏 */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 3%;
}
.pattern-content .pattern-right .list .li:nth-child(3n) {
  margin-right: 0;
}

.pattern-box {
  margin-top: 46px;
}
.pattern-box .list {
  width: calc(33.33% - 20px);
  /* height: 375px; */
  background-color: #ffffff;
  border-radius: 20px;
  background: url(../Images/pattern-img.png) no-repeat center center;
  background-size: 100% 100%;
  margin-right: 30px;
  padding: 40px 48px;
}
.pattern-box .list:nth-child(3n) {
  margin-right: 0;
}
.pattern-box .list .p1 {
  font-size: 32px;
  font-weight: bold;
  line-height: 38px;
  color: #a98a55;
  text-align: center;
}
.pattern-box .list .p2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 38px;
  color: #bd9d68;
  margin-top: 28px;
  /* word-break: keep-all;
  overflow-wrap: break-word; */

}

.pattern-box2 {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  margin-top: 102px;
}
.pattern-box2 .left-box2 {
  width: 48%;
  background-color: #e3c086;
  box-shadow: 0px 0px 49px 0px rgba(167, 149, 117, 0.25);
  border-radius: 10px;
  position: relative;
  padding: 3% 4%;
  z-index: 10;
}
.pattern-box2 .left-box2 .p1 {
  font-size: 32px;
  font-weight: bold;
  line-height: 38px;
  color: #ffffff;
}
.pattern-box2 .left-box2 .p2 {
  font-size: 20px;
  line-height: 38px;
  color: #ffffff;
  margin-top: 28px;
}
.pattern-box2 .pagecenter {
  padding-bottom: 0;
}
.pattern-box2 .right-box2 {
  border-radius: 20px 0px 0px 20px;
  position: relative;
  top: -50px;
}
.pattern-box2 .right-box2 img {
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: calc(100% + 100px);
  height: calc(100% + 100px);
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

.liuchegn-box {
  margin-top: 148px;
  display: flex;
}
.liuchegn-box .pattern-img:nth-child(1) {
  width: 50.49%;
}
.liuchegn-box .pattern-img:nth-child(2) {
  width: 49.51%;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.ywbk-trends {
  padding-top: 70px;
}
.ywbk-trends .list {
  width: 100%;
  height: 116px;
  border-radius: 10px;
  border: solid 1px #e2e2e2;
  margin-bottom: 34px;
  padding: 0 32px 0 35px;
  transition: border 0.3s ease-in-out;
}
.ywbk-trends .list .date {
  position: relative;
  padding-right: 56px;
}
.ywbk-trends .list .date::after {
  content: "";
  display: block;
  width: 36px;
  height: 1px;
  background-color: #d0d0d0;
  position: absolute;
  right: 0;
  top: 10px;
}
.ywbk-trends .list .date .d1 {
  font-size: 23px;
  line-height: 24px;
  color: #333333;
  transition: color 0.3s ease-in-out;
}
.ywbk-trends .list .date .d2 {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 44px;
  height: 21px;
  border-radius: 2px;
  border: solid 1px #d3d3d3;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  color: #d0d0d0;
  margin-top: 7px;
  transition: all 0.3s ease-in-out;
}
.ywbk-trends .list .text {
  padding-left: 26px;
  padding-top: 2px;
  overflow: hidden;
}
.ywbk-trends .list .text .t1 {
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
  color: #333333;
  transition: color 0.3s ease-in-out;
}
.ywbk-trends .list .text .t2 {
  font-size: 16px;
  line-height: 36px;
  color: #999999;
  transition: color 0.3s ease-in-out;
}
.ywbk-trends .list .info {
  width: 49px;
  height: 49px;
  border-radius: 50%;
  line-height: 49px;
  text-align: center;
  background-color: #b92e32;
  color: #ffffff;
  opacity: 0;
}
.ywbk-trends .list .info .iconfont {
  font-size: 22px;
}
.ywbk-trends .list:hover {
  border: solid 1px #b92e32;
}
.ywbk-trends .list:hover .text .t1,
.ywbk-trends .list:hover .text .t2 {
  color: #b92e32;
}
.ywbk-trends .list:hover .date .d1 {
  color: #b92e32;
}
.ywbk-trends .list:hover .date .d2 {
  border: solid 1px #ffdada;
  color: #ffcbcc;
}
.ywbk-trends .list:hover .info {
  opacity: 1;
}

.ywbk-case {
  padding-top: 4px;
}
.ywbk-case .list {
  width: calc(33.33% - 52px);
  margin-right: 78px;
  margin-top: 80px;
}
.ywbk-case .list:hover .t1 {
  color: #b92e32;
}
.ywbk-case .list:hover .img img {
  transform: scale(1.05);
}
.ywbk-case .list:nth-child(3n) {
  margin-right: 0;
}
.ywbk-case .list .img {
  border-radius: 10px;
  overflow: hidden;
  height: 268px;
}
.ywbk-case .list .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
.ywbk-case .list .t1 {
  font-size: 20px;
  font-weight: bold;
  line-height: 36px;
  color: #333333;
  margin-top: 34px;
  transition: color 0.3s ease-in-out;
}
.ywbk-case .list .t2 {
  font-size: 18px;
  line-height: 30px;
  color: #999999;
  margin-top: 22px;
}
.ywbk-case .list .more {
  display: block;
  width: 78px;
  height: 30px;
  border-radius: 15px;
  border: solid 1px #878A93;
  font-size: 16px;
  color: #878A93;
  padding-left: 16px;
  line-height: 28px;
  margin-top: 36px;
  transition: all 0.3s ease-in-out;
}
.ywbk-case .list .more:hover {
  background-color: #b92e32;
  color: #ffffff;
  border: solid 1px #b92e32;
}
.ywbk-case .list .more:hover .iconfont {
  color: #ffffff;
}
.ywbk-case .list .more .iconfont {
  display: inline-block;
  font-size: 6px;
  transform: rotate(45deg);
  margin-left: 6px;
  position: relative;
  top: -4px;
  color: #878A93;
  transition: color 0.3s ease-in-out;
}

.ywbk-enterprise {
  padding-top: 72px;
}
.ywbk-enterprise .desc {
  font-size: 18px;
  line-height: 36px;
  color: #333333;
  text-indent: 2em;
}
.ywbk-enterprise .title {
  font-size: 32px;
  font-weight: bold;
  line-height: 32px;
  color: #333333;
  margin-top: 65px;
}
.ywbk-enterprise .swiper-qiye {
  position: relative;
  width: 100%;
  padding-bottom: 62.43%;
  background: url("../Images/btqy-img1.png");
  background-size: 100% 100%;
  margin-top: 60px;
  overflow: hidden;
}
.ywbk-enterprise .swiper-qiye::after {
  content: "";
  display: block;
  width: 20%;
  padding-bottom: 20%;
  position: absolute;
  background: url("../Images/ywbk-round.png");
  background-size: 100% 100%;
  left: 40%;
  top: 0;
  margin-top: 22%;
  z-index: 10;
  animation: rotateRound 10s linear infinite;
}
.ywbk-enterprise .swiper-qiye .swiper-wrapper {
  height: 100%;
}
.ywbk-enterprise .swiper-qiye .swiper-slide {
  height: 100%;
}
.ywbk-enterprise .swiper-qiye .text-box {
  position: absolute;
  width: 100%;
  padding-bottom: 62.43%;
}
.ywbk-enterprise .swiper-qiye .text-box .list {
  width: 100%;
  position: absolute;
}
.ywbk-enterprise .swiper-qiye .text-box .list .logo {
  width: 11.82%;
  padding-bottom: 11.82%;
  border-radius: 50%;
  position: relative;
  background: #ffffff;
  box-shadow: 0px 0px 49px 0px rgba(212, 169, 169, 0.25);
}
.ywbk-enterprise .swiper-qiye .text-box .list .logo img {
  max-width: 80%;
  max-height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ywbk-enterprise .swiper-qiye .text-box .list .text {
  max-width: 12%;
  font-size: 20px;
  line-height: 24px;
  color: #333333;
  flex: none;
}
.ywbk-enterprise .swiper-qiye .text-box .list:nth-child(1) .text,
.ywbk-enterprise .swiper-qiye .text-box .list:nth-child(2) .text,
.ywbk-enterprise .swiper-qiye .text-box .list:nth-child(3) .text,
.ywbk-enterprise .swiper-qiye .text-box .list:nth-child(4) .text {
  margin-right: 24px;
}
.ywbk-enterprise .swiper-qiye .text-box .list:nth-child(5) .text,
.ywbk-enterprise .swiper-qiye .text-box .list:nth-child(6) .text,
.ywbk-enterprise .swiper-qiye .text-box .list:nth-child(7) .text,
.ywbk-enterprise .swiper-qiye .text-box .list:nth-child(8) .text {
  margin-left: 24px;
}
.ywbk-enterprise .swiper-qiye .text-box .list:nth-child(1) {
  flex-direction: row-reverse;
  right: 65%;
  top: 6%;
}
.ywbk-enterprise .swiper-qiye .text-box .list:nth-child(2) {
  flex-direction: row-reverse;
  right: 73%;
  top: 24%;
}
.ywbk-enterprise .swiper-qiye .text-box .list:nth-child(3) {
  flex-direction: row-reverse;
  right: 74.6%;
  top: 46.6%;
}
.ywbk-enterprise .swiper-qiye .text-box .list:nth-child(3) .text {
  width: 10%;
}
.ywbk-enterprise .swiper-qiye .text-box .list:nth-child(4) {
  flex-direction: row-reverse;
  right: 69%;
  top: 68%;
}
.ywbk-enterprise .swiper-qiye .text-box .list:nth-child(5) {
  left: 65%;
  top: 6%;
}
.ywbk-enterprise .swiper-qiye .text-box .list:nth-child(6) {
  left: 73%;
  top: 24%;
}
.ywbk-enterprise .swiper-qiye .text-box .list:nth-child(7) {
  left: 74.6%;
  top: 46.6%;
}
.ywbk-enterprise .swiper-qiye .text-box .list:nth-child(8) {
  left: 69%;
  top: 68%;
}
@keyframes rotateRound {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.ywbk-enterprise .swiper-qiye .qiye-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ywbk-enterprise .swiper-qiye .qiye-container .qiye-bg {
  width: 100%;
  height: auto;
  max-width: 1400px;
  z-index: 1;
}
.ywbk-enterprise .swiper-qiye .qiye-container .qiye-round {
  position: absolute;
  margin-top: 1.6%;
  width: 25.02%;
  z-index: 2;
  animation: rotateRound 10s linear infinite;
}
.ywbk-enterprise .swiper-qiye .swiper-pagination {
  position: absolute;
  bottom: 18px;
}
.ywbk-enterprise .swiper-qiye .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #fad4d5;
  opacity: 1;
  transition: all 0.3s;
  border-radius: 50%;
  margin: 0 13px;
}
.ywbk-enterprise .swiper-qiye .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #b92e32;
}
.ywbk-enterprise .swiper-qiye .swiper-button-prev,
.ywbk-enterprise .swiper-qiye .swiper-button-next {
  --bullet-size: attr(data-bullet-size);
  width: 61px;
  height: 61px;
  top: auto;
  bottom: 0;
  margin-top: 30px;
}
.ywbk-enterprise .swiper-qiye .swiper-button-prev::after,
.ywbk-enterprise .swiper-qiye .swiper-button-next::after {
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
}
.ywbk-enterprise .swiper-qiye .swiper-button-prev {
  left: auto;
  right: 50%;
  background: #d0d0d0;
  border-radius: 50%;
}
.ywbk-enterprise .swiper-qiye .swiper-button-prev:hover {
  background: #b92e32;
}
.ywbk-enterprise .swiper-qiye .swiper-button-next {
  right: auto;
  left: 50%;
  background: #b92e32;
  border-radius: 50%;
}
.ywbk-enterprise .swiper-qiye .swiper-button-next:hover {
  opacity: 0.8;
}

.btqy-content {
  height: 481px;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
}
.btqy-content .pagecenter {
  overflow: hidden;
}
.btqy-content .btqy-swiper {
  width: 100%;
  padding-top: 60px;
  overflow: visible;
}
.btqy-content .btqy-swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.btqy-content .btqy-swiper .swiper-slide {
  width: auto;
}
.btqy-content .btqy-swiper .btqy-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 30px;
}
.btqy-content .btqy-swiper .btqy-item .btqy-diamond {
  width: 170px;
  height: 170px;
  background: #ffffff;
  transform: rotate(45deg);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.btqy-content .btqy-swiper .btqy-item .btqy-diamond img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  transform: rotate(-45deg);
}
.btqy-content .btqy-swiper .btqy-item .btqy-name {
  font-size: 20px;
  color: #333333;
  margin-top: 40px;
  text-align: center;
  white-space: nowrap;
}

.kjfh-content {
  padding-top: 32px;
  background: url("../Images/cyfn-img2.png") no-repeat bottom center;
}
.kjfh-content .title {
  font-size: 32px;
  font-weight: bold;
  line-height: 32px;
  color: #333333;
}
.kjfh-content .cyfn-box1{
  overflow: hidden;
  margin-top: 90px;
  margin-bottom: 90px;
}

.kjfh-content .cyfn-box1 .img{
    position: relative;
    
}
.kjfh-content .cyfn-box1 .img .logo{
    position: absolute;
  
    width: 44.6%;
    padding-bottom: 44.6%;
    height: 0;
    margin-top: -6.6%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    border-radius: 50%;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.kjfh-content .cyfn-box1 .img .logo img{
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.kjfh-content .cyfn-box1 .logo-text{
  font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	color: #333333;
  text-align: center;
  padding: 0 16px;
  margin-top: -30px;
}
.kjfh-box2 {
  padding-top: 112px;
}
.kjfh-box2 .title {
  font-size: 32px;
  font-weight: bold;
  line-height: 32px;
  color: #333333;
}
.kjfh-box2 .box2-list {
  padding-top: 22px;
  padding-bottom: 18px;
}
.kjfh-box2 .box2-list .list {
  width: calc(25% - 25.5px);
  height: 222px;
  background-color: #ffffff;
  box-shadow: 0px 0px 13px 0px rgba(48, 124, 195, 0.16);
  border-radius: 10px;
  margin-right: 34px;
  margin-top: 38px;
  position: relative;
  overflow: hidden;
  padding-top: 28px;
}
.kjfh-box2 .box2-list .list:hover .img {
  transform: scale(1.1);
}
.kjfh-box2 .box2-list .list:hover p {
  color: #1745FF;
}
.kjfh-box2 .box2-list .list::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: #256db2;
  position: absolute;
  bottom: 0;
  left: 0;
}
.kjfh-box2 .box2-list .list:nth-child(4n) {
  margin-right: 0;
}
.kjfh-box2 .box2-list .list .img {
  max-width: 90%;
  height: 100px;
  transition: all 0.3s ease-in-out;
}
.kjfh-box2 .box2-list .list .img img {
  max-height: 100px;
}
.kjfh-box2 .box2-list .list p {
  font-size: 18px;
  line-height: 18px;
  color: #333333;
  margin-top: 26px;
  transition: all 0.3s ease-in-out;
  padding: 0 5%;
}

.cyfn-content {
  position: relative;
  padding-top: 34px;
  padding-bottom: 68px;
}
.cyfn-content .title {
  font-size: 32px;
  font-weight: bold;
  line-height: 32px;
  color: #333333;
  margin-top: 8px;
  margin-bottom: 40px;
}
.cyfn-content .left-box {
  width: 43.89%;
  height: -moz-fit-content;
  height: fit-content;
  background-image: linear-gradient(180deg, #1b83d4 0%, #1ccaaa 100%);
  border-radius: 10px;
  color: #ffffff;
  font-size: 18px;
  line-height: 34px;
  padding: 57px;
  position: relative;
  z-index: 10;
}
.cyfn-content .right-box {
  width: 1150px;
  background-color: #000000;
  position: relative;
  border-radius: 20px;
  top: -100px;
}
.cyfn-content .right-box img {
  position: absolute;
  border-radius: 20px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: calc(100% + 100px);
  height: calc(100% + 200px);
  -o-object-fit: cover;
     object-fit: cover;
}
.cyfn-content .five-content {
  margin-top: 6vw;
}
.cyfn-content .five-box {
  margin-top: 66px;
}
.cyfn-content .five-box .list {
  width: calc(33.33% - 20px);
  height: 401px;
  background: url("../Images/industrialboxbg.png") no-repeat center;
  background-size: 100% 100%;
  box-shadow: 0px 0px 18px 0px rgba(92, 184, 116, 0.25);
  border-radius: 10px;
  margin-right: 30px;
  position: relative;
  padding-left: 40px;
  padding-top: 45px;
  padding-right: 40px;
  transition: all 0.3s ease-in-out;
  overflow: auto;
  padding-bottom: 20px;
}
.cyfn-content .five-box .list:hover {
  box-shadow: 0px 0px 30px 0px rgba(92, 184, 116, 0.5);
  transform: translateY(-10px);
}
.cyfn-content .five-box .list:nth-child(3n) {
  margin-right: 0;
}
.cyfn-content .five-box .list::after {
  content: "0" attr(data-numbe);
  display: block;
  position: absolute;
  top: 20px;
  right: 32px;
  font-size: 39px;
  line-height: 39px;
  letter-spacing: 3px;
  color: #39c5c2;
  opacity: 0.2;
}
.cyfn-content .five-box .list .p1 {
  font-size: 20px;
  font-weight: bold;
  line-height: 34px;
  color: #39c5c2;
  margin-top: 24px;
}
.cyfn-content .five-box .list .p2 {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 12px;
}
.cyfn-content .bot-content {
  background-image: linear-gradient(180deg, #f4f4f4 0%, #ffffff 100%);
  border-radius: 10px;
  padding-top: 95px;
}
.cyfn-content .bot-content .title {
  text-align: center;
}
.cyfn-content .roung-box {
  position: relative;
  /* margin-top: 92px; */
  background: url("../Images/industrialtiaobg.png") no-repeat center;
  padding: 90px 0;
}
.cyfn-content .roung-box .round {
  transition: all 0.3s ease-in-out;
}
.cyfn-content .roung-box .round p {
  text-align: center;
  font-size: 22px;
  line-height: 24px;
  color: #333333;
  margin-top: 26px;
  transition: all 0.3s ease-in-out;
}
.cyfn-content .roung-box .round:hover {
  transform: translateY(-10px);
}
.cyfn-content .roung-box .round:hover p {
  color: #39c5c2;
}
.cyfn-content .roung-box .round-img {
  width: 242px;
  height: 242px;
  border-radius: 50%;
  background: url("../Images/industrialnumberbg.png") no-repeat center center;
  text-align: center;
  position: relative;
  padding: 0 46px;
}
.cyfn-content .roung-box .round-img .number {
  font-size: 54px;
  font-weight: bold;
  line-height: 60px;
  color: #ffffff;
  /* margin-bottom: 14px; */
}
.cyfn-content .roung-box .round-img .unit {
  width: 56px;
  height: 56px;
  display: block;
  border-radius: 50%;
  background-color: #93e4e2;
  text-align: center;
  line-height: 56px;
  position: absolute;
  font-weight: 600;
  font-size: 24px;
  color: #ffffff;
  right: 27px;
  bottom: 27px;
}
.cyfn-content .roung-box::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #39c5c2;
  position: absolute;
  bottom: 13px;
  left: 0;
}
.cyfn-content .roung-box::before {
  content: "";
  display: block;
  width: 40.97%;
  height: 1px;
  background-color: #39c5c2;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cyfn-content .subtitle {
  font-size: 32px;
  font-weight: 500;
  line-height: 52px;
  color: #333333;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 73px;
}

/* 视频轮播区域 */
.video-section {
  height: 608px;
  display: flex;
  gap: 15px;
  margin: 30px 0;
}
.video-section .video-left {
  flex: 1;
  min-width: 0;
  margin-right: 8px;
}
.video-section .video-left .video-main {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
  background: #000;
  aspect-ratio: 16/9;
}
.video-section .video-left .video-main video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.video-section .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-section .video-overlay .video-title {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #fff;
  font-size: 16px;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}
.video-section .video-overlay .video-views {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.video-section .video-overlay .video-play-btn {
  cursor: pointer;
  transition: transform 0.3s;
}
.video-section .video-overlay .video-play-btn:hover {
  transform: scale(1.1);
}
.video-section .video-right {
  width: 332px;
  flex-shrink: 0;
}
.video-section .video-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  padding: 15px 20px 10px;
}
.video-section .video-controls .controls-bar {
  display: flex;
  align-items: center;
  gap: 12px;
}
.video-section .video-controls button {
  background: none;
  border: none;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  padding: 0;
}
.video-section .video-controls .time-display {
  color: #fff;
  font-size: 12px;
  white-space: nowrap;
}
.video-section .video-controls .progress-bar {
  flex: 1;
  height: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 2px;
  outline: none;
  cursor: pointer;
}
.video-section .video-controls .progress-bar::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
}
.video-section .video-thumbs-swiper {
  height: 100%;
}
.video-section .video-thumbs-swiper .swiper-slide {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.video-section .video-thumbs-swiper .swiper-slide::after {
  content: "";
  display: block;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: 8px;
  border: 2px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.video-section .video-thumbs-swiper .swiper-slide.active-thumb {
  border-color: #e63232;
}
.video-section .video-thumbs-swiper .swiper-slide.active-thumb::after {
  border-color: #e63232;
}
.video-section .video-thumbs-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.video-section .video-thumbs-swiper .thumb-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.8;
  transition: opacity 0.3s;
}
.video-section .video-thumbs-swiper .swiper-slide:hover .thumb-play {
  opacity: 1;
}

/* 关于我们 - 视频列表 */
.aboutus-content {
  padding-top: 98px;
  margin-top: 60px;
  padding-bottom: 80px;
  background-color: #f3f4f5;
  background-image: url("../Images/video-bg.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
.aboutus-content .video-list {
  display: flex;
  flex-wrap: wrap;
  gap: 48px 48px;
}
.aboutus-content .video-item {
  width: calc((100% - 102px) / 3);
  cursor: pointer;
}
.aboutus-content .video-item:hover .video-thumb img {
  transform: scale(1.05);
}
.aboutus-content .video-item .video-thumb {
  width: 100%;
  height: 250px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.aboutus-content .video-item .video-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.3s;
}
.aboutus-content .video-item .video-thumb .thumb-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.9;
  transition: opacity 0.3s;
}
.aboutus-content .video-item:hover .thumb-play-icon {
  opacity: 1;
}
.aboutus-content .video-item .video-info {
  margin-top: 16px;
  padding-left: 23px;
}
.aboutus-content .video-item .video-info .video-name {
  font-size: 16px;
  line-height: 26px;
  color: #333333;
  margin-bottom: 8px;
  padding-top: 11px;
}
.aboutus-content .video-item .video-info .video-views {
  font-size: 16px;
  line-height: 20px;
  color: #999999;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 9px;
}
.aboutus-content .video-item .video-info .video-views i {
  font-size: 20px;
  opacity: 0.8;
}

/* 专题聚焦轮播 */
.special-topic-section {
  margin: 70px 0 0px;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 68px;
}

.special-topic-section .topic-item{
  width: calc(33.33% - 20px);
  padding-bottom: 12.66%;
  margin-right: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s;
}
.special-topic-section .topic-item:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.special-topic-section .topic-item:hover img {
  transform: scale(1.05);
}

.special-topic-section .topic-item img{
  width: 100%;
  /* height: 100%; */
  object-fit: cover;
  border-radius: 10px;
  position: absolute;
  transition: transform 0.3s;

}

.special-topic-section .topic-item:nth-child(3n) {
  margin-right: 0;
}


.invest-a .mode-introduction {
  position: relative;
  margin-bottom: 143px;
  margin-top: 30px;
}
.invest-a .mode-introduction .title {
  font-size: 32px;
  font-weight: bold;
  line-height: 32px;
  color: #333333;
  margin-bottom: 62px;
}
.invest-a .mode-introduction .one-box {
  height: -moz-fit-content;
  height: fit-content;
}
.invest-a .mode-introduction .left-box {
  width: 43.89%;
  background-color: #256db2;
  border-radius: 10px;
  position: relative;
  z-index: 100;
  color: #ffffff;
  padding: 58px;
  font-size: 18px;
  line-height: 34px;
  color: #ffffff;
}
.invest-a .mode-introduction .right {
  width: 1150px;
  border-radius: 20px;
  position: relative;
  background: #000;
  top: -90px;
}
.invest-a .mode-introduction .right img {
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: calc(100% + 106px);
  height: calc(100% + 180px);
  border-radius: 20px;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}
.invest-a .incubate-desc {
  height: 647px;
  background: url(../Images/kjhh-img2.png);
  background-size: auto 100%;
  background-position: center center;
  padding-top: 90px;
}
.invest-a .incubate-desc .title {
  font-size: 32px;
  font-weight: bold;
  line-height: 38px;
  color: #333333;
  margin-bottom: 24px;
}
.invest-a .achievement-box {
  padding-top: 86px;
}
.invest-a .achievement-box .title {
  font-size: 32px;
  font-weight: bold;
  line-height: 38px;
  color: #333333;
}
.invest-a .achievement-img {
  position: relative;
  height: 547px;
  margin-top: 68px;
}
.invest-a .achievement-img .left {
  width: 927px;
  height: 547px;
  border-radius: 0px 20px 20px 0px;
  position: absolute;
  left: 0;
}
.invest-a .achievement-img .left img {
  border-radius: 20px;
}
.invest-a .achievement-img .right {
  height: 100%;
  position: relative;
  z-index: 10;
  padding-bottom: 0;
}
.invest-a .achievement-img .right .right-box {
  width: 852px;
  height: 446px;
  background-color: #ffffff;
  box-shadow: 0px 0px 49px 0px rgba(48, 124, 195, 0.25);
  border-radius: 10px;
  margin-top: 9px;
  padding: 69px 70px 0 76px;
}
.invest-a .achievement-img .right .right-box .t1 {
  font-size: 32px;
  font-weight: bold;
  line-height: 38px;
  color: #333333;
}
.invest-a .achievement-img .right .right-box .d1 {
  font-size: 20px;
  line-height: 38px;
  color: #333333;
  margin-top: 28px;
}
.invest-a .module-tow {
  padding-top: 156px;
}
.invest-a .module-tow .title {
  font-size: 32px;
  font-weight: bold;
  line-height: 38px;
  color: #333333;
  text-align: center;
}
.invest-a .module-tow .moduletow-list {
  margin-top: 60px;
}
.invest-a .module-tow .moduletow-list .list {
  width: calc(33.33% - 16px);
  margin-right: 24px;
  height: 164px;
  background-color: #ffffff;
  border-radius: 20px;
  margin-bottom: 29px;
  background: url(../Images/kjhh-img7.png);
  background-size: auto 100%;
  background-position: right center;
  position: relative;
  padding-left: 50px;
  padding-top: 24px;
}
.invest-a .module-tow .moduletow-list .list:nth-child(3n) {
  margin-right: 0;
}
.invest-a .module-tow .moduletow-list .list::after {
  content: "";
  display: block;
  width: 100px;
  border-radius: 20px;
  border-left: 10px solid #317DC5;
  height: 100%;
  z-index: 10;
  position: absolute;
  left: 0;
  top: 0;
}
.invest-a .module-tow .moduletow-list .list .number .num {
  font-size: 50px;
  font-weight: bold;
  line-height: 50px;
  color: #1d62ad;
}
.invest-a .module-tow .moduletow-list .list .number .unit {
  font-size: 16px;
  line-height: 2px;
  color: #333333;
}
.invest-a .module-tow .moduletow-list .list .d1 {
  min-height: 28px;
  font-size: 18px;
  line-height: 28px;
  color: #1d62ad;
}
.invest-a .module-tow .moduletow-list .list .d2 {
  font-size: 18px;
  line-height: 38px;
  color: #333333;
}

.play-mask {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 110000;
  display: none;
}
.play-mask .close-btn {
  position: absolute;
  top: 100px;
  right: 100px;
  width: 46px;
  height: 46px;
  line-height: 40px;
  text-align: center;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transition: all 0.3s;
}
.play-mask .close-btn:hover {
  background: rgba(255, 255, 255, 0.4);
}
.play-mask video {
  max-width: 90%;
  max-height: 80vh;
}

.about-profile .about-model1 {
  position: relative;
  background: url("../Images/about-bg1.png");
  background-position: center bottom;
  background-size: cover;
}
.about-profile .about-model1 .top-box {
  padding-bottom: 0;
  margin-bottom: 110px;
  align-items: start;
}
.about-profile .about-model1 .top-box .left {
  width: 47.22%;
  min-height: 518px;
  padding-top: 20px;
  position: relative;
}
.about-profile .about-model1 .top-box .left .title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.125;
  color: #333333;
}
.about-profile .about-model1 .top-box .left .secondary {
  font-size: 32px;
  line-height: 1.125;
  color: #333333;
  margin-top: 52px;
}
.about-profile .about-model1 .top-box .left .desc {
  font-size: 20px;
  line-height: 2.1;
  color: #333333;
  margin-top: 34px;
}
.about-profile .about-model1 .top-box .right {
  flex: 1;
  position: relative;
  margin-left: 20px;
  margin-top: 86px;
}
.about-profile .about-model1 .top-box .right video {
  width: 100%;
  height: 100%;
}
.about-profile .about-model1 .top-box .right .video-controls {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  color: #ffffff;
  padding-bottom: 16px;
}
.about-profile .about-model1 .top-box .right .video-controls .play-icon {
  color: #ffffff;
  font-size: 60px;
}
.about-profile .about-model1 .top-box .right .video-controls .t1 {
  font-size: 32px;
  font-weight: bold;
  line-height: 54px;
  color: #ffffff;
}
.about-profile .about-model1 .top-box .right .t2 {
  font-size: 18px;
  line-height: 26px;
  color: #ffffff;
}
.about-profile .about-model1 .top-box .right button {
  background: transparent;
  border: none;
  outline: none;
  margin-top: 26px;
}
.about-profile .about-model1 .bottom-box {
  padding-bottom: 130px;
}
.about-profile .about-model1 .bottom-box .num {
  font-size: 66px;
  font-weight: bold;
  line-height: 66px;
  color: #b92e32;
}
.about-profile .about-model1 .bottom-box .unit {
  font-size: 20px;
  color: #b92e32;
}
.about-profile .about-model1 .bottom-box .desc {
  font-size: 18px;
  line-height: 22px;
  color: #333333;
  padding-left: 4px;
}
.about-profile .about-model1 .title,
.about-profile .about-model2 .title,
.about-profile .about-model3 .title {
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
  color: #333333;
}
.about-profile .about-model2 {
  padding-top: 114px;
  padding-bottom: 130px;
  overflow: hidden;
  position: relative;
}
.about-profile .about-model2 .pagecenter {
  position: relative;
  z-index: 10;
}
.about-profile .about-model2 .img {
  text-align: center;
}
.about-profile .about-model2 .img img {
  max-width: 100%;
}
.about-profile .about-model2 .info {
  max-width: 450px;
  width: 23.44vw;
  position: absolute;
  right: 0;
  top: -25vw;
  z-index: 0;
  transition: 0.5s all ease-in-out;
  background: url("../Images/no-loukong.png");
  background-size: auto 100%;
  background-attachment: fixed;
}
.about-profile .about-model3 {
  background: url("../Images/about-bg2.png");
  background-position: center top;
  background-size: cover;
  padding-top: 116px;
}
.about-profile .about-model3 .pagecenter {
  padding-bottom: 132px;
}
.about-profile .about-model3 .model3-list {
  margin-top: 46px;
}
.about-profile .about-model3 .model3-list .list {
  display: flex;
  align-items: center;
  width: calc(33.33% - 20px);
  height: 190px;
  background: url("../Images/about-bg3.png") no-repeat;
  background-size: 100% auto;
  background-position: top right;
  box-shadow: 10px 10px 38px 10px rgba(225, 236, 255, 0.5);
  border-radius: 10px;
  border: solid 1px #ffffff;
  margin-right: 40px;
}
.about-profile .about-model3 .model3-list .list {
  padding-left: 22px;
  padding-right: 16px;
}
.about-profile .about-model3 .model3-list .list .img-box {
  padding-top: 36px;
  margin-right: 16px;
}
.about-profile .about-model3 .model3-list .list .img-box .p1 {
  width: 92px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
  color: #2686cf;
}
.about-profile .about-model3 .model3-list .list .img-box .img {
  position: relative;
  top: -14px;
}
.about-profile .about-model3 .model3-list .list .t1 {
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  color: #333333;
}
.about-profile .about-model3 .model3-list .list .t2 {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 16px;
}
.about-profile .about-model4 {
  position: relative;
}
.about-profile .about-model4 .bg {
  width: 100%;
}
.about-profile .about-model4 .title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
  color: #ffffff;
  margin-top: 110px;
}
.about-profile .about-model4 .list-box .list {
  width: 280px;
  height: 382px;
  position: absolute;
  bottom: 0;
  color: #ffffff;
}
.about-profile .about-model4 .list-box .list:nth-child(1) {
  left: 12.2vw;
  margin-bottom: 6%;
}
.about-profile .about-model4 .list-box .list:nth-child(2) {
  left: 33.2vw;
  margin-bottom: 12%;
}
.about-profile .about-model4 .list-box .list:nth-child(3) {
  left: 53.3vw;
  margin-bottom: 19%;
}
.about-profile .about-model4 .list-box .list:nth-child(4) {
  left: 74.4vw;
  margin-bottom: 26%;
}
.about-profile .about-model4 .list-box .text {
  padding-left: 18px;
  overflow: hidden;
}
.about-profile .about-model4 .list-box .t1 {
  font-size: 28px;
  font-weight: bold;
  line-height: 36px;
}
.about-profile .about-model4 .list-box .t2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
  color: #ffffff;
  margin-top: 16px;
}
.about-profile .about-model4 .list-box .t3 {
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  margin-top: 14px;
}

.search-result {
  padding-top: 54px;
}
.search-result .resule-box {
  width: 100%;
  height: 79px;
  background-color: #f7f7f7;
  border-radius: 10px;
  padding-left: 32px;
  padding-right: 18px;
}
.search-result .resule-box .l1 {
  font-size: 18px;
  line-height: 26px;
  color: #333333;
}
.search-result .resule-box .l1 .s1 {
  color: #999999;
}
.search-result .resule-box .l1 .li {
  margin-right: 50px;
}
.search-result .resule-box .l1 .li:last-child {
  margin-right: 0;
}
.search-result .resule-box .l1 label {
  cursor: pointer;
  margin-left: 4px;
}
.search-result .resule-box .l1 .radio-box {
  margin-right: 36px;
  display: flex;
  align-items: center;
}
.search-result .resule-box .l1 .radio-box:last-child {
  margin-right: 0;
}
.search-result .resule-box .l1 input[type=radio] {
  width: 16px;
  /* 宽度 */
  height: 16px;
  /* 高度 */
  cursor: pointer;
  /* 鼠标悬浮变手型 */
  accent-color: #B62D34;
  /* 选中主色，直接改这里 */
}
.search-result .resule-box .minshow-date {
  display: none !important;
}
.search-result .selectbox {
  width: 269px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 269px;
  height: 40px;
  padding: 0 16px;
  border: 1px solid #d0d3d9;
  border-radius: 6px;
  background: #fff;
}
.search-result .selectbox .select {
  line-height: 40px;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.search-result .resule-content {
  width: 100%;
  margin-top: 48px;
}
.search-result .resule-content .left-content {
  padding-right: 44px;
  border-right: 1px solid #eeeeee;
}
.search-result .resule-content .left-content .list-box .list {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 24px;
  margin-top: 30px;
}
.search-result .resule-content .left-content .list-box .list:first-child {
  margin-top: 0;
}
.search-result .resule-content .left-content .list-box .title span.s1 {
  display: inline-block;
  font-weight: normal;
  min-width: 78px;
  height: 28px;
  background-color: #b62d34;
  border-radius: 6px;
  padding: 0 16px;
  font-size: 14px;
  line-height: 30px;
  color: #ffffff;
  margin-right: 12px;
}
.search-result .resule-content .left-content .list-box .title {
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  color: #333333;
}
.search-result .resule-content .left-content .list-box .desc {
  font-size: 18px;
  line-height: 30px;
  color: #333333;
  margin-top: 12px;
}
.search-result .resule-content .left-content .list-box .link-box {
  margin-top: 14px;
}
.search-result .resule-content .left-content .list-box .link-box .link-src {
  font-size: 16px;
  line-height: 26px;
  color: #5abb6c;
}
.search-result .resule-content .left-content .list-box .link-box .link-text {
  font-size: 16px;
  line-height: 26px;
  color: #de2831;
  margin-left: 12px;
}
.search-result .resule-content .right-content {
  width: 384px;
  padding-left: 44px;
}
.search-result .resule-content .right-content .title {
  height: 67px;
  background-color: #f7f7f7;
  padding-left: 24px;
  font-size: 18px;
  font-weight: bold;
  line-height: 67px;
  color: #333333;
}
.search-result .resule-content .right-content .list-box .list {
  padding: 12px 0 13px;
  padding-left: 24px;
  border-bottom: 1px solid #eeeeee;
}
.search-result .resule-content .right-content .list-box .list .s1 {
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
  color: #9f9798;
}
.search-result .resule-content .right-content .list-box .list:nth-child(1) .s1 {
  color: #b11925;
}
.search-result .resule-content .right-content .list-box .list:nth-child(2) .s1 {
  color: #f75b08;
}
.search-result .resule-content .right-content .list-box .list:nth-child(3) .s1 {
  color: #fbbc20;
}
.search-result .resule-content .right-content .list-box .list .s2 {
  font-size: 18px;
  line-height: 26px;
  color: #333333;
  margin-left: 20px;
}
.search-result .resule-content .right-content .btn {
  width: 147px;
  height: 42px;
  background-color: #ffffff;
  border-radius: 6px;
  border: solid 1px #eeeeee;
  font-size: 16px;
  line-height: 42px;
  color: #757475;
  margin-top: 42px;
  cursor: pointer;
}
.search-result .resule-content .right-content .btn:hover {
  color: #de2831;
}

.selectbox {
  flex: none;
}
.selectbox .weui-input {
  width: 122px;
}

.weui-picker {
  width: 50vw !important;
  min-width: 600px;
  left: 50% !important;
  right: auto !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  bottom: auto !important;
  border-radius: 20px !important;
  overflow: hidden;
  background: #ffffff;
  padding: 20px !important;
}

.search-ipt {
  width: 735px;
  height: 63px;
  background-color: #ffffff;
  border-radius: 32px;
  position: absolute;
  z-index: 10;
  left: 50%;
  top: calc(50% - 32px);
  transform: translateX(-50%);
  padding-left: 32px;
}
.search-ipt .selectbox {
  width: 122px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 122px;
  height: 20px;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding-right: 20px;
  border-right: 1px solid #dedede;
}
.search-ipt .selectbox .select {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 30px;
}
.search-ipt .selectbox .iconfont {
  font-size: 14px;
  position: absolute;
  color: #999;
  right: 18px;
}
.search-ipt .ipt {
  padding-left: 24px;
  font-size: 18px;
}
.search-ipt .btn {
  width: 125px;
  height: 63px;
  background-color: #b62d34;
  border-radius: 0px 32px 32px 0px;
  border: none;
  outline: none;
  font-size: 18px;
  color: #ffffff;
}
.search-ipt .btn .iconfont {
  font-weight: normal;
  margin-right: 4px;
  font-size: 18px;
}

.group-scientific table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.group-scientific table tr th {
  background-color: #0076CF;
  color: #fff;
  padding: 16px 8px;
  font-weight: bold;
  font-size: 18px;
  border: 1px solid #0076CF;
}
.group-scientific table tr td {
  padding: 16px 8px;
  border: 1px solid #e8e8e8;
  font-size: 16px;
}
.group-scientific table tbody tr:nth-child(2n-1) td {
  background-color: #E8F2FC;
}
.group-scientific table tr th:nth-child(1),
.group-scientific table tr td:nth-child(1) {
  width: 5%;
}
.group-scientific table tr th:nth-child(2),
.group-scientific table tr td:nth-child(2) {
  width: 39%;
  text-align: left;
}
.group-scientific table tr th:nth-child(3),
.group-scientific table tr td:nth-child(3) {
  width: 16%;
}
.group-scientific table tr th:nth-child(4),
.group-scientific table tr td:nth-child(4) {
  width: 100px;
}
.group-scientific table tr th:nth-child(5),
.group-scientific table tr td:nth-child(5) {
  width: 24%;
}

/* ========== 响应式 - 大屏 (>1920px) ========== */
@media screen and (min-width: 1920px) {
  .about-model1 {
    max-width: 1920px;
    margin: 0 auto;
  }
  .achievement-img,
  .mode-introduction {
    max-width: 1920px;
    margin: 0 auto;
  }
  .about-profile .about-model2 {
    max-width: 1920px;
    margin: 0 auto;
  }
  .about-profile .about-model2 .info {
    top: -40%;
  }
}
/* ========== 响应式 - 中屏偏大 (1441-1659px) ========== */
@media screen and (min-width: 1441px) and (max-width: 1659px) {
  .ywbk-case .list {
    width: calc(33.33% - 34px);
    margin-right: 51px;
    margin-top: 60px;
  }
  .ywbk-case .list .t1 {
    margin-top: 24px;
  }
  .ywbk-case .list .t2 {
    margin-top: 10px;
  }
  .ywbk-case .list .more {
    margin-top: 16px;
  }
}
/* ========== 响应式 - 中屏 (1024-1440px) ========== */
@media screen and (min-width: 1024px) and (max-width: 1440px) {

  .kjfh-content .cyfn-box1 .logo-text{
    font-size: 20px;
    padding: 0 6px;
  }
  .ywbk-enterprise .swiper-qiye .text-box .list .text {
    font-size: 18px;
  }
  .btqy-content .btqy-swiper .btqy-item .btqy-name {
    font-style: 18px;
  }
  .ywbk-intro {
    margin-top: 20px;
  }
  .ywbk-intro .title {
    margin-bottom: 40px;
  }
  .ywbk-intro .left-content {
    width: 47%;
    padding: 30px;
    height: -moz-fit-content;
    height: fit-content;
  }
  .ywbk-intro .right-content {
    top: -60px;
  }
  .ywbk-intro .right-content img {
    width: calc(100% + 105px);
    height: calc(100% + 120px);
  }
  .ywbk-intro .intro-number li .number {
    font-size: 30px;
  }
  .pattern-content .pattern-right {
    width: 50%;
  }
  .pattern-content .pattern-right .desc {
    font-size: 18px;
    line-height: 30px;
    margin-top: 20px;
  }
  .pattern-content .pattern-right .list .li {
    height: 42px;
    line-height: 42px;
  }
  .pattern-box .list {
    /* height: 305px; */
  }
  .pattern-box .list .p1 {
    font-size: 26px;
  }
  .pattern-box .list .p2 {
    font-size: 18px;
  }
  .pattern-box2 .left-box2 .p1 {
    font-size: 30px;
  }
  .pattern-box2 .left-box2 .p2 {
    font-size: 18px;
    line-height: 36px;
    margin-top: 16px;
  }
  .liuchegn-box {
    display: flex;
    margin-top: 100px;
  }
  .liuchegn-box .pattern-img:nth-child(1) {
    width: 50.49%;
  }
  .liuchegn-box .pattern-img:nth-child(2) {
    width: 49.51%;
  }
  /* 视频轮播区域 */
  .video-section {
    height: 468px;
    margin: 30px 0;
  }
  .video-section .video-left {
    margin-right: 8px;
  }
  .video-section .video-right {
    width: 282px;
  }
  .video-section .video-controls {
    padding: 15px 20px 10px;
  }
  .video-section .video-controls .controls-bar {
    gap: 12px;
  }
  .video-section .video-controls .time-display {
    color: #fff;
    font-size: 12px;
    white-space: nowrap;
  }
  /* 关于我们 - 视频列表 */
  .aboutus-content {
    padding-top: 68px;
    margin-top: 30px;
    padding-bottom: 60px;
    background-color: #f3f4f5;
    background-image: url("../Images/video-bg.png");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .aboutus-content .video-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 30px;
  }
  .aboutus-content .video-item {
    width: calc((100% - 63px) / 3);
    cursor: pointer;
  }
  .aboutus-content .video-item:hover .video-thumb img {
    transform: scale(1.05);
  }
  .aboutus-content .video-item .video-thumb {
    width: 100%;
    height: 200px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
  }
  .aboutus-content .video-item .video-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
    transition: transform 0.3s;
  }
  .aboutus-content .video-item .video-thumb .thumb-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.9;
    transition: opacity 0.3s;
  }
  .aboutus-content .video-item:hover .thumb-play-icon {
    opacity: 1;
  }
  .aboutus-content .video-item .video-info {
    margin-top: 16px;
    padding-left: 16px;
  }
  .aboutus-content .video-item .video-info .video-name {
    padding-top: 0px;
  }
  .aboutus-content .video-item .video-info .video-views {
    font-size: 16px;
    padding-top: 0px;
  }
  .aboutus-content .video-item .video-info .video-views i {
    font-size: 20px;
    opacity: 0.8;
  }
  /* 专题聚焦轮播 */
  .special-topic-section {
    margin: 70px 0 0px;
    padding-bottom: 2px;
  }

  .special-topic-section .topic-item{
    width: calc(33.33% - 20px);
    margin-right: 30px;
    margin-bottom: 30px;
  }
  
  .special-topic-section .topic-item img{
    border-radius: 10px;
  }
  
  .invest-a .mode-introduction {
    position: relative;
    margin-bottom: 143px;
  }
  .invest-a .mode-introduction .left {
    padding-top: 16px;
  }
  .invest-a .mode-introduction .left .title {
    font-size: 26px;
    font-weight: bold;
    line-height: 26px;
    color: #333333;
  }
  .invest-a .mode-introduction .left .left-box {
    width: 632px;
    background-color: #256db2;
    border-radius: 10px;
    position: relative;
    z-index: 100;
    margin-top: 16px;
    color: #ffffff;
    padding: 38px;
    font-size: 18px;
    line-height: 34px;
    color: #ffffff;
  }
  .invest-a .incubate-desc {
    height: 647px;
    background: url(../Images/kjhh-img2.png);
    background-size: auto 100%;
    background-position: center center;
    padding-top: 60px;
  }
  .invest-a .incubate-desc .title {
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    color: #333333;
    margin-bottom: 24px;
  }
  .invest-a .achievement-box {
    padding-top: 60px;
  }
  .invest-a .achievement-box .title {
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    color: #333333;
  }
  .invest-a .achievement-img {
    position: relative;
    height: 496px;
    margin-top: 68px;
  }
  .invest-a .achievement-img .left {
    width: 840px;
    height: 495.66px;
    border-radius: 0px 20px 20px 0px;
    position: absolute;
    left: 0;
  }
  .invest-a .achievement-img .right {
    height: 100%;
    position: relative;
    z-index: 10;
    padding-bottom: 0;
  }
  .invest-a .achievement-img .right .right-box {
    width: 640px;
    height: 335.02px;
    background-color: #ffffff;
    box-shadow: 0px 0px 49px 0px rgba(48, 124, 195, 0.25);
    border-radius: 10px;
    margin-top: 9px;
    padding: 30px;
  }
  .invest-a .achievement-img .right .right-box .t1 {
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    color: #333333;
  }
  .invest-a .achievement-img .right .right-box .d1 {
    font-size: 16px;
    line-height: 36px;
    color: #333333;
    margin-top: 18px;
  }
  .invest-a .module-tow {
    padding-top: 56px;
  }
  .invest-a .module-tow .title {
    font-size: 20px;
    line-height: 28px;
  }
  .invest-a .module-tow .moduletow-list {
    margin-top: 20px;
  }
  .invest-a .module-tow .moduletow-list .list {
    width: calc(33.33% - 16px);
    margin-right: 24px;
    height: 164px;
    border-radius: 20px;
    margin-bottom: 29px;
    padding-left: 50px;
    padding-top: 24px;
  }
  .invest-a .module-tow .moduletow-list .list:nth-child(3n) {
    margin-right: 0;
  }
  .invest-a .module-tow .moduletow-list .list .number .num {
    font-size: 30px;
    line-height: 50px;
  }
  .invest-a .module-tow .moduletow-list .list .number .unit {
    font-size: 14px;
    line-height: 2px;
  }
  .invest-a .module-tow .moduletow-list .list .d1 {
    min-height: 28px;
    font-size: 16px;
    line-height: 24px;
  }
  .invest-a .module-tow .moduletow-list .list .d2 {
    font-size: 16px;
    line-height: 28px;
  }
  .about-profile .about-model1 .top-box {
    margin-bottom: 40px;
  }
  .about-profile .about-model1 .top-box .left {
    width: 41.96vw;
    min-height: -moz-fit-content;
    min-height: fit-content;
    padding-top: 20px;
  }
  .about-profile .about-model1 .top-box .left .title {
    font-size: 22px;
  }
  .about-profile .about-model1 .top-box .left .secondary {
    font-size: 20px;
    color: #333333;
    margin-top: 20px;
  }
  .about-profile .about-model1 .top-box .left .desc {
    font-size: 16px;
    margin-top: 14px;
  }
  .about-profile .about-model1 .top-box .right {
    width: 52vw;
    height: 29.28vw;
  }
  .about-profile .about-model1 .bottom-box {
    padding-bottom: 60px;
  }
  .about-profile .about-model1 .bottom-box .num {
    font-size: 40px;
    line-height: 40px;
  }
  .about-profile .about-model1 .bottom-box .unit {
    font-size: 18px;
  }
  .about-profile .about-model1 .bottom-box .desc {
    font-size: 16px;
    line-height: 22px;
    margin-top: 6px;
  }
  .about-profile .about-model1 .title,
  .about-profile .about-model2 .title,
  .about-profile .about-model3 .title {
    font-size: 24px;
    line-height: 24px;
  }
  .about-profile .about-model2 {
    padding-top: 60px;
    padding-bottom: 130px;
  }
  .about-profile .about-model3 {
    padding-top: 60px;
  }
  .about-profile .about-model3 .pagecenter {
    padding-bottom: 60px;
  }
  .about-profile .about-model3 .model3-list {
    margin-top: 46px;
  }
  .about-profile .about-model3 .model3-list .list {
    width: calc(33.33% - 20px);
    height: 190px;
    margin-right: 40px;
  }
  .about-profile .about-model3 .model3-list .list:nth-child(3n) {
    margin-right: 0;
  }
  .about-profile .about-model3 .model3-list .list {
    padding-left: 20px;
  }
  .about-profile .about-model3 .model3-list .list .img-box {
    padding-top: 36px;
  }
  .about-profile .about-model3 .model3-list .list .img-box .p1 {
    width: 92px;
    font-size: px;
    line-height: 26px;
  }
  .about-profile .about-model3 .model3-list .list .img-box .img {
    top: -14px;
  }
  .about-profile .about-model3 .model3-list .list .t1 {
    font-size: 20px;
    line-height: 32px;
  }
  .about-profile .about-model3 .model3-list .list .t2 {
    font-size: 16px;
    line-height: 30px;
    margin-top: 16px;
  }
  .about-profile .about-model4 .title {
    font-size: 24px;
    line-height: 36px;
    margin-top: 110px;
  }
  .about-profile .about-model4 .list-box .list {
    width: 18.6vw;
    height: 24vw;
  }
  .about-profile .about-model4 .list-box .list:nth-child(1) {
    left: 12.2vw;
    margin-bottom: 6%;
  }
  .about-profile .about-model4 .list-box .list:nth-child(2) {
    left: 33.2vw;
    margin-bottom: 12%;
  }
  .about-profile .about-model4 .list-box .list:nth-child(3) {
    left: 53.3vw;
    margin-bottom: 19%;
  }
  .about-profile .about-model4 .list-box .list:nth-child(4) {
    left: 74.4vw;
    margin-bottom: 26%;
  }
  .about-profile .about-model4 .list-box .text {
    padding-left: 10px;
  }
  .about-profile .about-model4 .list-box .t1 {
    font-size: 20px;
  }
  .about-profile .about-model4 .list-box .t2 {
    font-size: 20px;
    line-height: 30px;
    /* margin-top: 0px; */
  }
  .about-profile .about-model4 .list-box .t3 {
    font-size: 16px;
    line-height: 26px;
    margin-top: 4px;
  }
  .cyfn-content .title {
    margin-bottom: 28px;
  }
  .cyfn-content .left-box {
    width: 50%;
    padding: 30px;
  }
  .cyfn-content .right-box {
    top: -60px;
  }
  .ywbk-case .list {
    width: calc(33.33% - 20px);
    margin-right: 30px;
    margin-top: 40px;
  }
  .ywbk-case .list .t1 {
    margin-top: 26px;
  }
  .ywbk-case .list .t2 {
    margin-top: 8px;
  }
  .ywbk-case .list .more {
    margin-top: 10px;
  }
  .ywbk-case .list .img {
    height: 236px;
  }
  .kjfh-content {
    padding-top: 10px;
  }
  .kjfh-content .title {
    font-size: 26px;
  }
  .kjfh-box2 {
    padding-top: 50px;
  }
  .kjfh-box2 .title {
    font-size: 20px;
  }
  .kjfh-box2 .box2-list {
    padding-top: 0;
    padding-bottom: 26px;
  }
  .cyfn-content .title-pagecenter {
    padding-bottom: 20px;
  }
  .cyfn-content .title-pagecenter .title {
    padding-top: 10px;
  }
  .cyfn-content .five-box {
    margin-top: 36px;
  }
  .cyfn-content .five-box .list {
    padding-left: 20px;
    padding-right: 20px;
    width: calc(33.33% - 20px);
    margin-bottom: 20px;
    background-size: 100% 100%;
  }
  .cyfn-content .five-box .list:nth-child(3n) {
    margin-right: 0px;
  }
  .cyfn-content .title {
    font-size: 26px;
    margin-top: 20px;
    padding-top: 30px;
  }
  .cyfn-content .roung-box {
    background-size: 100% auto;
    /* background-position: center 46px; */
    /* margin-top: 36px; */
  }
  .cyfn-content .bot-content {
    padding-top: 20px;
  }
  .cyfn-content .roung-box .round-img {
    width: 180px;
    height: 180px;
    background-size: 100% 100%;
    padding: 0 27px;
  }
  .cyfn-content .bot-content .title {
    font-size: 26px;
  }
  .cyfn-content .roung-box .round-img .number {
    font-size: 45px;
    line-height: 50px;
  }
  .cyfn-content .roung-box .round-img .unit {
    right: 18px;
    bottom: 18px;
  }
  .cyfn-content .subtitle {
    font-size: 24px;
    line-height: 32px;
  }
}
@media screen and (max-width: 1083px) {
  .search-result .r1 .selectbox {
    height: 30px;
  }
  .search-result .r1 .selectbox input {
    background: transparent;
  }
  .search-result .selectbox.minshow-date {
    display: flex !important;
  }
}
/* ========== 响应式 - 小屏 (<1023px) ========== */
@media screen and (max-width: 1023px) {

  .kjfh-content .cyfn-box1 .logo-text{
    font-size: 18px;
    padding: 0 6px;
  }


  .btqy-content .btqy-swiper .btqy-item .btqy-diamond {
    width: 110px;
    height: 110px;
  }
  .btqy-content .btqy-swiper .btqy-item .btqy-name {
    margin-bottom: 10px;
    margin-top: 30px;
    font-size: 18px;
  }
  .invest-a .mode-introduction .one-box {
    display: block;
  }
  .invest-a .mode-introduction .one-box .left-box {
    width: 100%;
  }
  .invest-a .mode-introduction .one-box .right {
    padding: 0;
    top: 20px;
  }
  .invest-a .mode-introduction .one-box .right img {
    position: relative;
    width: 100%;
  }
  .pattern-content {
    padding-top: 60px;
  }
  .pattern-content .pagecenter.df {
    display: block;
  }
  .pattern-content .pattern-left {
    width: 100%;
    top: -20px;
  }
  .pattern-content .pattern-left img {
    width: 100%;
  }
  .pattern-content .pattern-right {
    width: 100%;
  }
  .cyfn-content .pagecenter .one-box.df {
    display: block;
  }
  .cyfn-content .title {
    margin-bottom: 28px;
  }
  .cyfn-content .left-box {
    width: 100%;
    padding: 30px;
  }
  .cyfn-content .right-box {
    width: 50%;
    top: 20px;
  }
  .cyfn-content .right-box img {
    width: 100%;
    position: relative;
  }
  .ywbk-intro {
    margin-top: 20px;
  }
  .ywbk-intro .title {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .ywbk-intro .left-content {
    width: 52%;
    padding: 20px;
    height: -moz-fit-content;
    height: fit-content;
  }
  .ywbk-intro .left-content .intro-text {
    font-size: 16px;
    line-height: 30px;
  }
  .ywbk-intro .right-content {
    top: -60px;
  }
  .ywbk-intro .right-content img {
    width: calc(100% + 105px);
    height: calc(100% + 120px);
  }
  .ywbk-intro .intro-number li {
    margin-bottom: 16px;
  }
  .ywbk-intro .intro-number li .unit {
    font-size: 14px;
  }
  .ywbk-intro .intro-number li .number {
    font-size: 20px;
  }
  .ywbk-intro .intro-number li .sub-title {
    font-size: 16px;
    margin-top: 0;
  }
  .pattern-content .pattern-right .desc {
    font-size: 16px;
    line-height: 30px;
    margin-top: 10px;
  }
  .pattern-content .pattern-right .title {
    font-size: 20px;
  }
  .pattern-content .pattern-right .list .li {
    font-size: 16px;
    height: 42px;
    line-height: 42px;
    width: calc(50% - 10px);
    margin-right: 10px;
  }
  .pattern-content .pattern-right .list .li:nth-child(2n) {
    margin-right: 0;
  }
  .pattern-content .pattern-right .list .li:nth-child(2n+1) {
    margin-right: 10px;
  }
  .pattern-box .list {
    /* height: 305px; */
    padding: 20px;
    width: 100%;
    margin-bottom: 24px;
  }
  .pattern-box .list .p1 {
    font-size: 26px;
  }
  .pattern-box .list .p2 {
    font-size: 18px;
  }
  .pattern-box2 {
    margin-top: 12px;
  }
  .pattern-box2 .left-box2 {
    width: 52%;
  }
  .pattern-box2 .left-box2 .p1 {
    font-size: 22px;
  }
  .pattern-box2 .left-box2 .p2 {
    font-size: 16px;
    line-height: 30px;
    margin-top: 6px;
  }
  .liuchegn-box {
    display: flex;
    margin-top: 100px;
  }
  .liuchegn-box .pattern-img:nth-child(1) {
    width: 50.49%;
  }
  .liuchegn-box .pattern-img:nth-child(2) {
    width: 49.51%;
  }
  .search-result {
    padding-top: 54px;
  }
  .search-result .resule-box {
    width: 100%;
    height: 79px;
    padding-left: 32px;
    padding-right: 18px;
  }
  .search-result .resule-box .l1 {
    font-size: 16px;
    line-height: 26px;
  }
  .search-result .resule-box .l1 .li {
    margin-right: 20px;
  }
  .search-result .resule-box .l1 label {
    font-size: 16px;
  }
  .search-result .resule-box .l1 .radio-box {
    margin-right: 16px;
  }
  .search-result .selectbox {
    width: 269px;
    overflow: hidden;
    padding-right: 20px;
  }
  .search-result .selectbox .select {
    width: 269px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .search-result .resule-content {
    width: 100%;
    margin-top: 48px;
  }
  .search-result .resule-content .left-content {
    padding-right: 44px;
    border-right: none;
  }
  .search-result .resule-content .left-content .list-box .list {
    padding-bottom: 12px;
    margin-top: 16px;
  }
  .search-result .resule-content .left-content .list-box .list:first-child {
    margin-top: 0;
  }
  .search-result .resule-content .left-content .list-box .title span.s1 {
    min-width: 78px;
    height: 28px;
    margin-right: 6px;
  }
  .search-result .resule-content .left-content .list-box .title {
    font-size: 16px;
    line-height: 24px;
  }
  .search-result .resule-content .left-content .list-box .desc {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    margin-top: 6px;
  }
  .search-result .resule-content .left-content .list-box .link-box {
    margin-top: 6px;
  }
  .search-result .resule-content .left-content .list-box .link-box .link-src {
    font-size: 14px;
    line-height: 20px;
    color: #5abb6c;
  }
  .search-result .resule-content .left-content .list-box .link-box .link-text {
    font-size: 14px;
    line-height: 20px;
    color: #de2831;
    margin-left: 6px;
  }
  .search-result .resule-content .right-content {
    width: 384px;
    padding-left: 44px;
  }
  .search-result .resule-content .right-content .title {
    height: 67px;
    background-color: #f7f7f7;
    padding-left: 24px;
    font-size: 18px;
    font-weight: bold;
    line-height: 67px;
    color: #333333;
  }
  .search-result .resule-content .right-content .list-box .list {
    padding: 12px 0 13px;
    padding-left: 24px;
    border-bottom: 1px solid #eeeeee;
  }
  .search-result .resule-content .right-content .list-box .list .s1 {
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
    color: #9f9798;
  }
  .search-result .resule-content .right-content .list-box .list:nth-child(1) .s1 {
    color: #b11925;
  }
  .search-result .resule-content .right-content .list-box .list:nth-child(2) .s1 {
    color: #f75b08;
  }
  .search-result .resule-content .right-content .list-box .list:nth-child(3) .s1 {
    color: #fbbc20;
  }
  .search-result .resule-content .right-content .list-box .list .s2 {
    font-size: 18px;
    line-height: 26px;
    color: #333333;
    margin-left: 20px;
  }
  .search-result .resule-content .right-content .btn {
    width: 147px;
    height: 42px;
    background-color: #ffffff;
    border-radius: 6px;
    border: solid 1px #eeeeee;
    font-size: 16px;
    line-height: 42px;
    color: #757475;
    margin-top: 42px;
    cursor: pointer;
  }
  .search-result .resule-content .right-content .btn:hover {
    color: #de2831;
  }
  .search-ipt {
    width: calc(100% - 124px);
    height: 50px;
    background-color: #ffffff;
    border-radius: 32px;
    position: absolute;
    z-index: 10;
    left: 50%;
    top: calc(50% - 32px);
    transform: translateX(-50%);
    padding-left: 32px;
  }
  .search-ipt .selectbox {
    width: 122px;
    position: relative;
    font-size: 16px;
  }
  .search-ipt .ipt {
    padding-left: 24px;
    font-size: 16px;
  }
  .search-ipt .btn {
    width: 100px;
    height: 100%;
    background-color: #b62d34;
    border-radius: 0px 32px 32px 0px;
    border: none;
    outline: none;
    font-size: 16px;
    color: #ffffff;
  }
  .search-ipt .btn .iconfont {
    font-weight: normal;
    margin-right: 4px;
    font-size: 16px;
  }
  /* 视频轮播区域 */
  .video-section {
    height: -moz-fit-content;
    height: fit-content;
    margin: 30px 0 0px;
    flex-direction: column;
  }
  .video-section .video-left {
    width: 100%;
    margin-right: 0px;
  }
  .video-section .video-right {
    width: 100%;
    height: 22vw;
  }
  .video-section .video-controls {
    padding: 15px 20px 10px;
  }
  .video-section .video-controls .controls-bar {
    gap: 12px;
  }
  .video-section .video-controls .time-display {
    color: #fff;
    font-size: 12px;
    white-space: nowrap;
  }
  /* 关于我们 - 视频列表 */
  .aboutus-content {
    padding-top: 18px;
    margin-top: 16px;
  }
  .aboutus-content .video-list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 16px;
  }
  .aboutus-content .video-item {
    width: calc((100% - 16px) / 2);
    cursor: pointer;
  }
  .aboutus-content .video-item:hover .video-thumb img {
    transform: scale(1.05);
  }
  .aboutus-content .video-item .video-thumb {
    width: 100%;
    height: 120px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
  }
  .aboutus-content .video-item .video-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
    transition: transform 0.3s;
  }
  .aboutus-content .video-item .video-thumb .thumb-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.9;
    transition: opacity 0.3s;
  }
  .aboutus-content .video-item:hover .thumb-play-icon {
    opacity: 1;
  }
  .aboutus-content .video-item .video-info {
    margin-top: 6px;
    padding-left: 0px;
  }
  .aboutus-content .video-item .video-info .video-name {
    padding-top: 0px;
    font-size: 16px;
    margin-bottom: 6px;
  }
  .aboutus-content .video-item .video-info .video-views {
    font-size: 14px;
    padding-top: 0px;
  }
  .aboutus-content .video-item .video-info .video-views i {
    font-size: 20px;
    opacity: 0.8;
  }
  /* 专题聚焦轮播 */
  .special-topic-section {
    height: -moz-fit-content;
    height: fit-content;
    margin: 38px 0 0px;
    padding-bottom: 26px;
  }

    .special-topic-section .topic-item{
      width: calc(33.33% - 14px);
      margin-right: 20px;
      margin-bottom: 30px;
    }
    
    .special-topic-section .topic-item img{
      border-radius: 10px;
    }

  
  .invest-a .mode-introduction {
    position: relative;
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: 30px;
  }
  .invest-a .mode-introduction .left {
    padding-top: 16px;
  }
  .invest-a .mode-introduction .left .title {
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    color: #333333;
  }
  .invest-a .mode-introduction .left .left-box {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    background-color: #256db2;
    border-radius: 10px;
    position: relative;
    z-index: 100;
    margin-top: 16px;
    color: #ffffff;
    padding: 26px;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
  }
  .invest-a .mode-introduction .right {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    background-color: #ffffff;
    position: relative;
    padding: 0 20px 30px;
  }
  .invest-a .mode-introduction .right img {
    border-radius: 20px;
  }
  .invest-a .incubate-desc {
    height: 647px;
    background: url(../Images/kjhh-img2.png);
    background-size: auto 100%;
    background-position: center center;
    padding-top: 60px;
  }
  .invest-a .incubate-desc .title {
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    color: #333333;
    margin-bottom: 24px;
  }
  .invest-a .achievement-box {
    padding-top: 60px;
  }
  .invest-a .achievement-box .title {
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    color: #333333;
  }
  .invest-a .achievement-img {
    position: relative;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 68px;
  }
  .invest-a .achievement-img .left {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    left: 0;
    padding: 0 20px 30px;
  }
  .invest-a .achievement-img .left img {
    width: 100%;
    border-radius: 20px;
  }
  .invest-a .achievement-img .right {
    height: 100%;
    position: relative;
    z-index: 10;
    padding-bottom: 0;
  }
  .invest-a .achievement-img .right .right-box {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    background-color: #ffffff;
    box-shadow: 0px 0px 49px 0px rgba(48, 124, 195, 0.25);
    border-radius: 10px;
    margin-top: 9px;
    padding: 30px;
  }
  .invest-a .achievement-img .right .right-box .t1 {
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    color: #333333;
  }
  .invest-a .achievement-img .right .right-box .d1 {
    font-size: 16px;
    line-height: 36px;
    color: #333333;
    margin-top: 18px;
  }
  .invest-a .module-tow {
    padding-top: 56px;
  }
  .invest-a .module-tow .title {
    font-size: 20px;
    line-height: 28px;
  }
  .invest-a .module-tow .moduletow-list {
    margin-top: 20px;
  }
  .invest-a .module-tow .moduletow-list .list {
    width: calc(50% - 16px);
    margin-right: 24px;
    height: 164px;
    border-radius: 10px;
    margin-bottom: 29px;
    padding-left: 50px;
    padding-top: 24px;
  }
  .invest-a .module-tow .moduletow-list .list:nth-child(3n) {
    margin-right: 20px;
  }
  .invest-a .module-tow .moduletow-list .list:nth-child(2n) {
    margin-right: 0px;
  }
  .invest-a .module-tow .moduletow-list .list .number .num {
    font-size: 30px;
    line-height: 50px;
  }
  .invest-a .module-tow .moduletow-list .list .number .unit {
    font-size: 14px;
    line-height: 2px;
  }
  .invest-a .module-tow .moduletow-list .list .d1 {
    min-height: 28px;
    font-size: 16px;
    line-height: 24px;
  }
  .invest-a .module-tow .moduletow-list .list .d2 {
    font-size: 16px;
    line-height: 28px;
  }
  .about-profile .about-model1 .top-box {
    margin-bottom: 20px;
  }
  .about-profile .about-model1 .top-box .left {
    width: 41.96vw;
    min-height: -moz-fit-content;
    min-height: fit-content;
    padding-top: 20px;
  }
  .about-profile .about-model1 .top-box .left .title {
    font-size: 18px;
  }
  .about-profile .about-model1 .top-box .left .secondary {
    font-size: 16px;
    color: #333333;
    margin-top: 10px;
  }
  .about-profile .about-model1 .top-box .left .desc {
    font-size: 14px;
    margin-top: 10px;
  }
  .about-profile .about-model1 .top-box .right {
    width: 52vw;
    height: 29.28vw;
  }
  .about-profile .about-model1 .bottom-box {
    padding-bottom: 30px;
  }
  .about-profile .about-model1 .bottom-box .num {
    font-size: 30px;
    line-height: 40px;
  }
  .about-profile .about-model1 .bottom-box .unit {
    font-size: 16px;
  }
  .about-profile .about-model1 .bottom-box .desc {
    font-size: 16px;
    line-height: 22px;
    margin-top: 6px;
  }
  .about-profile .about-model1 .title,
  .about-profile .about-model2 .title,
  .about-profile .about-model3 .title {
    font-size: 20px;
    line-height: 24px;
  }
  .about-profile .about-model2 {
    padding-top: 30px;
    padding-bottom: 130px;
  }
  .about-profile .about-model3 {
    padding-top: 30px;
  }
  .about-profile .about-model3 .pagecenter {
    padding-bottom: 30px;
  }
  .about-profile .about-model3 .model3-list {
    margin-top: 26px;
  }
  .about-profile .about-model3 .model3-list .list {
    width: calc(33.33% - 13.33px);
    height: 190px;
    margin-right: 20px;
  }
  .about-profile .about-model3 .model3-list .list:nth-child(3n) {
    margin-right: 0;
  }
  .about-profile .about-model3 .model3-list .list {
    padding-left: 12px;
  }
  .about-profile .about-model3 .model3-list .list .img-box {
    padding-top: 36px;
  }
  .about-profile .about-model3 .model3-list .list .img-box .p1 {
    width: 92px;
    font-size: px;
    line-height: 26px;
  }
  .about-profile .about-model3 .model3-list .list .img-box .img {
    top: -14px;
  }
  .about-profile .about-model3 .model3-list .list .t1 {
    font-size: 16px;
    line-height: 32px;
  }
  .about-profile .about-model3 .model3-list .list .t2 {
    font-size: 14px;
    line-height: 26px;
    margin-top: 16px;
  }
  .about-profile .about-model4 .title {
    font-size: 20px;
    line-height: 36px;
    margin-top: 110px;
  }
  .about-profile .about-model4 .list-box .list {
    width: 18.6vw;
    height: 24vw;
  }
  .about-profile .about-model4 .list-box .list:nth-child(1) {
    left: 12.2vw;
    margin-bottom: 6%;
  }
  .about-profile .about-model4 .list-box .list:nth-child(2) {
    left: 33.2vw;
    margin-bottom: 12%;
  }
  .about-profile .about-model4 .list-box .list:nth-child(3) {
    left: 53.3vw;
    margin-bottom: 19%;
  }
  .about-profile .about-model4 .list-box .list:nth-child(4) {
    left: 74.4vw;
    margin-bottom: 26%;
  }
  .about-profile .about-model4 .list-box .text {
    padding-left: 6px;
  }
  .about-profile .about-model4 .list-box .t1 {
    font-size: 18px;
  }
  .about-profile .about-model4 .list-box .t2 {
    font-size: 16px;
    line-height: 20px;
    /* margin-top: 0px; */
  }
  .about-profile .about-model4 .list-box .t3 {
    font-size: 14px;
    line-height: 20px;
    margin-top: 4px;
  }
  .cyfn-content .left-box {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    padding: 5vw;
    font-size: 16px;
    line-height: 28px;
  }
  .cyfn-content .title {
    padding-top: 36px;
  }
  .cyfn-content .right-box {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 20px;
    position: relative;
  }
  .ywbk-case .list {
    width: calc(33.33% - 12px);
    margin-right: 18px;
    margin-top: 28px;
  }
  .ywbk-case .list .img {
    height: 26vw;
  }
  .ywbk-case .list .t1 {
    margin-top: 16px;
  }
  .ywbk-case .list .t2 {
    margin-top: 4px;
  }
  .ywbk-case .list .more {
    margin-top: 4px;
  }
  .ywbk-enterprise {
    padding-top: 32px;
  }
  .ywbk-enterprise .desc {
    font-size: 16px;
  }
  .ywbk-enterprise .title {
    margin-top: 24px;
    font-size: 26px;
  }
  .ywbk-enterprise .swiper-qiye .swiper-button-prev,
  .ywbk-enterprise .swiper-qiye .swiper-button-next {
    width: 42px;
    height: 42px;
    bottom: 10px;
  }
  .ywbk-enterprise .swiper-qiye .swiper-button-prev::after,
  .ywbk-enterprise .swiper-qiye .swiper-button-next::after {
    font-size: 14px;
  }
  .kjfh-content {
    padding-top: 10px;
  }

  .kjfh-box2 {
    padding-top: 30px;
  }
  .kjfh-box2 .title {
    font-size: 20px;
  }
  .kjfh-box2 .box2-list {
    padding-top: 0;
    padding-bottom: 26px;
  }
  .kjfh-box2 .box2-list .list p {
    font-size: 16px;
  }
  .kjfh-box2 .box2-list .list {
    width: calc(33.33% - 16px);
    margin-right: 24px;
    margin-top: 20px;
  }
  .kjfh-box2 .box2-list .list:nth-child(3n) {
    margin-right: 0px;
  }
  .kjfh-box2 .box2-list .list:nth-child(4n) {
    margin-right: 24px;
  }
  .cyfn-content .five-box {
    margin-top: 36px;
  }
  .cyfn-content .five-box .list {
    padding-left: 20px;
    padding-right: 20px;
    width: calc(33.33% - 20px);
    margin-bottom: 20px;
    background-size: 100% 100%;
  }
  .cyfn-content .five-box .list:nth-child(3n) {
    margin-right: 0px;
  }
  .cyfn-content {
    padding-top: 16px;
  }
  .cyfn-content title-pagecenter {
    padding-bottom: 16px;
  }
  .cyfn-content .title {
    font-size: 26px;
    margin-top: 0px;
  }
  .cyfn-content .roung-box {
    background-size: 100% auto;
    background-position: center 46px;
    /* margin-top: 36px; */
    padding: 20px 0;
  }
  .cyfn-content .bot-content {
    padding-top: 20px;
  }
  .cyfn-content .roung-box .round-img {
    width: 130px;
    height: 130px;
    background-size: 100% 100%;
    padding: 0 24px;
  }
  .cyfn-content .bot-content .title {
    font-size: 26px;
  }
  .cyfn-content .roung-box .round-img .number {
    font-size: 30px;
    line-height: 36px;
  }
  .cyfn-content .roung-box .round-img .unit {
    right: 18px;
    bottom: 18px;
  }
  .cyfn-content .subtitle {
    font-size: 24px;
    line-height: 32px;
  }
  .search-ipt .selectbox .select-options .select-option {
    padding: 6px;
    width: 100%;
  }
}
/* ==========================================
    移动端样式 (< 768px)
    ========================================== */
@media screen and (max-width: 767px) {

  .kjfh-content .cyfn-box1 .img .logo{
    width: 47%;
    padding-bottom: 47%;
    margin-top: -7%;
  }
  .kjfh-content .cyfn-box1{
    margin-top: 20px;
    margin-bottom: 0px;
  }

  .kjfh-content .cyfn-box1 .logo-text{
    font-size: 14px;
    padding: 0 0;
    margin-top: -10px;
    line-height: 20px;
  }

  .weui-picker {
    width: 100vw !important;
    bottom: 0 !important;
    top: auto !important;
    left: 0 !important;
    right: auto !important;
    border-radius: 0 !important;
    padding: 0 !important;
    min-width: auto;
    transform: translate(0, 0) !important;
  }
  .search-empty img {
    width: 20vw;
  }
  .search-empty .ml-24 {
    margin-left: 14px !important;
  }
  .btqy-content .btqy-swiper .btqy-item .btqy-diamond {
    width: 100px;
    height: 100px;
  }
  .btqy-content .btqy-swiper .btqy-item .btqy-name {
    margin-bottom: 6px;
    margin-top: 30px;
    font-size: 18px;
  }
  .invest-a .mode-introduction {
    margin-top: 10px;
  }
  .invest-a .mode-introduction .title {
    font-size: 20px;
    margin-bottom: 24px;
  }
  .invest-a .mode-introduction .left-box {
    width: 100%;
    padding: 20px;
    font-size: 15px;
    line-height: 26px;
  }
  .ywbk-intro {
    margin-top: 0px;
  }
  .ywbk-intro .df {
    display: block;
  }
  .ywbk-intro .title {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .ywbk-intro .left-content {
    width: 100%;
    padding: 20px;
    height: -moz-fit-content;
    height: fit-content;
  }
  .ywbk-intro .left-content .intro-text {
    font-size: 16px;
    line-height: 30px;
  }
  .ywbk-intro .right-content {
    width: 100%;
    top: 20px;
  }
  .ywbk-intro .right-content img {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
  }
  .ywbk-intro .intro-number {
    padding-top: 6%;
  }
  .ywbk-intro .intro-number li {
    margin-bottom: 16px;
  }
  .ywbk-intro .intro-number li .unit {
    font-size: 15px;
  }
  .ywbk-intro .intro-number li .number {
    font-size: 20px;
  }
  .ywbk-intro .intro-number li .sub-title {
    font-size: 16px;
    margin-top: 0;
  }
  .ywbk-pattern {
    margin-top: 24px;
  }
  .ywbk-pattern .title {
    font-size: 18px;
  }
  .ywbk-pattern .pattern-img {
    margin-top: 24px;
  }
  .pattern-content .pattern-right .desc {
    font-size: 16px;
    line-height: 30px;
    margin-top: 2px;
  }
  .pattern-content .pattern-right .title {
    font-size: 18px;
  }
  .pattern-box .list {
    /* height: 305px; */
    padding: 20px;
    width: 100%;
    margin-bottom: 20px;
  }
  .pattern-box .list .p1 {
    font-size: 26px;
  }
  .pattern-box .list .p2 {
    font-size: 18px;
  }
  .pattern-box2 {
    margin-top: 0px;
  }
  .pattern-box {
    margin-top: 24px;
    display: block;
  }
  .pattern-box .list {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: 20px;
  }
  .pattern-box .list .p1 {
    font-size: 18px;
  }
  .pattern-box .list .p2 {
    font-size: 16px;
    line-height: 30px;
    margin-top: 0px;
  }
  .pattern-box2 .pagecenter.df {
    display: block;
  }
  .pattern-box2 .pagecenter.df .right-box2 {
    width: 100%;
    top: 20px;
  }
  .pattern-box2 .pagecenter.df .right-box2 img {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
  }
  .pattern-box2 .left-box2 {
    width: 100%;
  }
  .pattern-box2 .left-box2 .p1 {
    font-size: 18px;
  }
  .pattern-box2 .left-box2 .p2 {
    font-size: 16px;
    line-height: 30px;
    margin-top: 6px;
  }
  .liuchegn-box {
    display: flex;
    margin-top: 40px;
  }
  .liuchegn-box .pattern-img:nth-child(1) {
    width: 50.49%;
  }
  .liuchegn-box .pattern-img:nth-child(2) {
    width: 49.51%;
  }
  .search-result {
    padding-top: 24px;
  }
  .search-result .resule-box {
    width: 100%;
    height: 60px;
    padding-left: 12px;
    padding-right: 18px;
  }
  .search-result .resule-box .l1 {
    font-size: 15px;
    line-height: 26px;
  }
  .search-result .resule-box .l1 .li {
    margin-right: 20px;
  }
  .search-result .resule-box .l1 label {
    font-size: 16px;
  }
  .search-result .resule-box .l1 .radio-box {
    margin-right: 16px;
  }
  .search-result .selectbox {
    width: 160px;
  }
  .search-result .selectbox .select {
    width: 160px;
    height: 34px;
  }
  .search-result .resule-content {
    width: 100%;
    margin-top: 28px;
  }
  .search-result .resule-content .left-content {
    padding-right: 0px;
    border-right: none;
  }
  .search-result .resule-content .left-content .list-box .list {
    padding-bottom: 12px;
    margin-top: 16px;
  }
  .search-result .resule-content .left-content .list-box .list:first-child {
    margin-top: 0;
  }
  .search-result .resule-content .left-content .list-box .title span.s1 {
    min-width: 78px;
    height: 28px;
    margin-right: 6px;
  }
  .search-result .resule-content .left-content .list-box .title {
    font-size: 15px;
    line-height: 24px;
  }
  .search-result .resule-content .left-content .list-box .desc {
    font-size: 15px;
    line-height: 20px;
    color: #333333;
    margin-top: 2px;
  }
  .search-result .resule-content .left-content .list-box .link-box {
    margin-top: 2px;
  }
  .search-result .resule-content .left-content .list-box .link-box .link-src {
    font-size: 12px;
    line-height: 20px;
    color: #5abb6c;
  }
  .search-result .resule-content .left-content .list-box .link-box .link-text {
    font-size: 12px;
    line-height: 20px;
    color: #de2831;
    margin-left: 6px;
  }
  .search-result .resule-content .right-content {
    width: 384px;
    padding-left: 44px;
  }
  .search-result .resule-content .right-content .title {
    height: 67px;
    background-color: #f7f7f7;
    padding-left: 24px;
    font-size: 18px;
    font-weight: bold;
    line-height: 67px;
    color: #333333;
  }
  .search-result .resule-content .right-content .list-box .list {
    padding: 12px 0 13px;
    padding-left: 24px;
    border-bottom: 1px solid #eeeeee;
  }
  .search-result .resule-content .right-content .list-box .list .s1 {
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
    color: #9f9798;
  }
  .search-result .resule-content .right-content .list-box .list:nth-child(1) .s1 {
    color: #b11925;
  }
  .search-result .resule-content .right-content .list-box .list:nth-child(2) .s1 {
    color: #f75b08;
  }
  .search-result .resule-content .right-content .list-box .list:nth-child(3) .s1 {
    color: #fbbc20;
  }
  .search-result .resule-content .right-content .list-box .list .s2 {
    font-size: 18px;
    line-height: 26px;
    color: #333333;
    margin-left: 20px;
  }
  .search-result .resule-content .right-content .btn {
    width: 147px;
    height: 42px;
    background-color: #ffffff;
    border-radius: 6px;
    border: solid 1px #eeeeee;
    font-size: 16px;
    line-height: 42px;
    color: #757475;
    margin-top: 42px;
    cursor: pointer;
  }
  .search-result .resule-content .right-content .btn:hover {
    color: #de2831;
  }
  .search-ipt {
    width: 96vw;
    height: 40px;
    background-color: #ffffff;
    border-radius: 32px;
    position: absolute;
    z-index: 10;
    left: 50%;
    top: calc(50% - 32px);
    transform: translateX(-50%);
    padding-left: 22px;
    margin-top: 20px;
    font-size: 15px;
  }
  .search-ipt .selectbox {
    width: 20vw;
  }
  .search-ipt .selectbox .iconfont {
    font-size: 12px;
    right: 6px;
  }
  .search-ipt .ipt {
    flex: 1;
    padding-left: 0px;
    font-size: 13px;
  }
  .search-ipt .selectbox .select {
    margin-right: 20px;
    padding-right: 24px;
    width: 22vw;
    font-size: 15px;
  }
  .search-ipt .btn {
    flex: none;
    width: 16vw;
    height: 100%;
    background-color: #b62d34;
    border-radius: 0px 32px 32px 0px;
    border: none;
    outline: none;
    font-size: 15px;
    color: #ffffff;
  }
  .search-ipt .btn .iconfont {
    display: none;
  }
  .special-topic-section {
    height: -moz-fit-content;
    height: fit-content;
    margin: 18px 0 0px;
    padding-bottom: 10px;
   
  }
  
  .special-topic-section .topic-item{
    width: calc(33.33% - 6.67px);
    margin-right: 10px;
    margin-bottom: 10px;
  }
  
  .special-topic-section .topic-item img{
    border-radius: 10px;
  }

  .invest-a .mode-introduction {
    position: relative;
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: 20px;
  }
  .invest-a .mode-introduction .left {
    padding-top: 16px;
  }
  .invest-a .mode-introduction .left .title {
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    color: #333333;
  }
  .invest-a .mode-introduction .left .left-box {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    background-color: #256db2;
    border-radius: 10px;
    position: relative;
    z-index: 100;
    margin-top: 16px;
    color: #ffffff;
    padding: 16px;
    font-size: 15px;
    line-height: 28px;
    color: #ffffff;
  }
  .invest-a .mode-introduction .right {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    background-color: #ffffff;
    position: relative;
    padding: 0 3vw 5vw;
  }
  .invest-a .mode-introduction .right img {
    border-radius: 20px;
  }
  .invest-a .incubate-desc {
    height: -moz-fit-content;
    height: fit-content;
    background: url(../Images/kjhh-img2.png);
    background-size: auto 100%;
    background-position: center center;
    padding-top: 30px;
  }
  .invest-a .incubate-desc .title {
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
    color: #333333;
    margin-bottom: 24px;
  }
  .invest-a .achievement-box {
    padding-top: 30px;
  }
  .invest-a .achievement-box .title {
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
    color: #333333;
  }
  .invest-a .achievement-img {
    position: relative;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 3 8px;
  }
  .invest-a .achievement-img .left {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    left: 0;
    padding: 0 20px 30px;
  }
  .invest-a .achievement-img .left img {
    width: 100%;
    border-radius: 20px;
  }
  .invest-a .achievement-img .right {
    height: 100%;
    position: relative;
    z-index: 10;
    padding-bottom: 0;
  }
  .invest-a .achievement-img .right .right-box {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    background-color: #ffffff;
    box-shadow: 0px 0px 49px 0px rgba(48, 124, 195, 0.25);
    border-radius: 10px;
    margin-top: 9px;
    padding: 30px;
  }
  .invest-a .achievement-img .right .right-box .t1 {
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
    color: #333333;
  }
  .invest-a .achievement-img .right .right-box .d1 {
    font-size: 15px;
    line-height: 26px;
    color: #333333;
    margin-top: 18px;
  }
  .invest-a .module-tow {
    padding-top: 36px;
  }
  .invest-a .module-tow .title {
    font-size: 18px;
    line-height: 28px;
  }
  .invest-a .module-tow .moduletow-list {
    margin-top: 20px;
  }
  .invest-a .module-tow .moduletow-list .list {
    width: calc(50% - 8px);
    margin-right: 16px;
    height: 120px;
    border-radius: 10px;
    margin-bottom: 16px;
    padding-left: 20px;
    padding-top: 24px;
  }
  .invest-a .module-tow .moduletow-list .list::after {
    border-radius: 10px;
    border-left: 5px solid #317DC5;
  }
  .invest-a .module-tow .moduletow-list .list:nth-child(3n) {
    margin-right: 16px;
  }
  .invest-a .module-tow .moduletow-list .list:nth-child(2n) {
    margin-right: 0px;
  }
  .invest-a .module-tow .moduletow-list .list .number .num {
    font-size: 20px;
    line-height: 30px;
  }
  .invest-a .module-tow .moduletow-list .list .number .unit {
    font-size: 12px;
    line-height: 2px;
  }
  .invest-a .module-tow .moduletow-list .list .d1 {
    min-height: 20px;
    font-size: 15px;
    line-height: 20px;
  }
  .invest-a .module-tow .moduletow-list .list .d2 {
    font-size: 15px;
    line-height: 20px;
  }
  .about-profile .about-model1 .top-box {
    margin-bottom: 20px;
    display: block;
  }
  .about-profile .about-model1 .top-box .left {
    width: 100%;
    min-height: -moz-fit-content;
    min-height: fit-content;
    padding-top: 20px;
  }
  .about-profile .about-model1 .top-box .left .title {
    font-size: 16px;
  }
  .about-profile .about-model1 .top-box .left .secondary {
    font-size: 16px;
    color: #333333;
    margin-top: 10px;
  }
  .about-profile .about-model1 .top-box .left .desc {
    font-size: 15px;
    margin-top: 10px;
  }
  .about-profile .about-model1 .top-box .right {
    position: relative;
    top: 0;
    transform: translateY(0);
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 2vw;
    margin-left: 0;
  }
  .about-profile .about-model1 .bottom-box {
    padding-bottom: 20px;
  }
  .about-profile .about-model1 .bottom-box .num {
    font-size: 20px;
    line-height: 30px;
  }
  .about-profile .about-model1 .bottom-box .unit {
    font-size: 15px;
  }
  .about-profile .about-model1 .bottom-box .desc {
    font-size: 14px;
    line-height: 16px;
    margin-top: 0px;
    padding-left: 0px;
  }
  .about-profile .about-model1 .title,
  .about-profile .about-model2 .title,
  .about-profile .about-model3 .title {
    font-size: 16px;
    line-height: 24px;
  }
  .about-profile .about-model2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .about-profile .about-model3 {
    padding-top: 30px;
  }
  .about-profile .about-model3 .pagecenter {
    padding-bottom: 30px;
  }
  .about-profile .about-model3 .model3-list {
    margin-top: 26px;
    flex-wrap: wrap;
  }
  .about-profile .about-model3 .model3-list .list {
    width: calc(100%);
    height: fit-content;
    margin-right: 0;
    margin-bottom: 12px;
    padding-bottom: 20px;
  }
  .about-profile .about-model3 .model3-list .list {
    padding-left: 12px;
  }
  .about-profile .about-model3 .model3-list .list .img-box {
    padding-top: 20px;
  }
  .about-profile .about-model3 .model3-list .list .img-box .p1 {
    width: 16vw;
    font-size: 20px;
    line-height: 26px;
  }
  .about-profile .about-model3 .model3-list .list .img-box .img {
    width: 16vw;
    top: -14px;
  }
  .about-profile .about-model3 .model3-list .list .t1 {
    font-size: 15px;
    line-height: 24px;
  }
  .about-profile .about-model3 .model3-list .list .t2 {
    font-size: 14px;
    line-height: 20px;
    margin-top: 6px;
  }
  .about-profile .about-model4 .title {
    font-size: 16px;
    line-height: 36px;
    margin-top: 10px;
  }
  .about-profile .about-model4 .list-box .list {
    width: 23vw;
    height: 25vw;
  }
  .about-profile .about-model4 .list-box .list:nth-child(1) {
    left: 2vw;
    margin-bottom: 6%;
  }
  .about-profile .about-model4 .list-box .list:nth-child(2) {
    left: 27vw;
    margin-bottom: 12%;
  }
  .about-profile .about-model4 .list-box .list:nth-child(3) {
    left: 52vw;
    margin-bottom: 19%;
  }
  .about-profile .about-model4 .list-box .list:nth-child(4) {
    left: 77vw;
    margin-bottom: 26%;
  }
  .about-profile .about-model4 .list-box .text {
    padding-left: 6px;
  }
  .about-profile .about-model4 .list-box .t1 {
    font-size: 15px;
    line-height: 15px;
  }
  .about-profile .about-model4 .list-box .t2 {
    font-size: 12px;
    line-height: 14px;
  }
  .about-profile .about-model4 .list-box .t3 {
    font-size: 12px;
    line-height: 14px;
    margin-top: 4px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .ywbk-trends {
    padding-top: 30px;
  }
  .ywbk-trends .list {
    height: 80px;
    padding: 0 20px 0 20px;
    margin-bottom: 18px;
  }
  .ywbk-trends .list .date::after {
    display: none;
  }
  .ywbk-trends .list .date {
    padding-right: 0;
  }
  .ywbk-trends .list .text {
    padding-left: 16px;
  }
  .ywbk-trends .list .date .d1 {
    font-size: 20px;
    line-height: 26px;
  }
  .ywbk-trends .list .text .t1 {
    font-size: 16px;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    white-space: normal;
    height: 56px;
  }
  .ywbk-trends .list .text .t2 {
    display: none;
  }
  .ywbk-trends .list .date .d2 {
    margin-top: 2px;
  }
  .ywbk-trends .list .info {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .ywbk-trends .list .info .ywbk-trends .list .info .iconfont {
    font-size: 16px;
  }
  .ywbk-case .list {
    width: calc(50% - 8px);
    margin-right: 12px;
    margin-top: 20px;
  }
  .ywbk-case .list:nth-child(3n) {
    margin-right: 12px;
  }
  .ywbk-case .list:nth-child(2n) {
    margin-right: 0px;
  }
  .ywbk-case .list .t1 {
    margin-top: 16px;
    font-size: 16px;
  }
  .ywbk-case .list .t2 {
    margin-top: 0px;
    line-height: 20px;
    font-size: 15px;
  }
  .ywbk-case .list .more {
    margin-top: 8px;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    padding-left: 10px;
    width: 60px;
  }
  .ywbk-case .list .more .iconfont {
    font-size: 5px;
    top: -2px;
  }
  .ywbk-enterprise {
    padding-top: 18px;
  }
  .ywbk-enterprise .desc {
    font-size: 15px;
    line-height: 22px;
  }
  .ywbk-enterprise .title {
    margin-top: 10px;
    font-size: 22px;
  }
  .ywbk-enterprise .swiper-qiye {
    margin-top: 20px;
  }
  .ywbk-enterprise .swiper-qiye .swiper-button-prev,
  .ywbk-enterprise .swiper-qiye .swiper-button-next {
    display: none;
  }
  .ywbk-enterprise .swiper-qiye .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 6px;
  }
  .kjfh-content {
    padding-top: 10px;
  }

  .kjfh-content .title {
    font-size: 16px;
  }

  .kjfh-box2 {
    padding-top: 16px;
  }
  .kjfh-box2 .title {
    font-size: 16px;
  }
  .kjfh-box2 .box2-list {
    padding-top: 0;
    padding-bottom: 20px;
  }
  .kjfh-box2 .box2-list .list p {
    font-size: 15px;
    padding: 0 16px;
    text-align: center;
  }
  .kjfh-box2 .box2-list .list {
    width: calc(50% - 8px);
    margin-right: 16px;
    margin-top: 20px;
  }
  .kjfh-box2 .box2-list .list:nth-child(2n) {
    margin-right: 0px !important;
  }
  .kjfh-box2 .box2-list .list:nth-child(2n+1) {
    margin-right: 16px;
  }
  .cyfn-content .title-pagecenter {
    padding-bottom: 16px;
  }
  .cyfn-content .five-box {
    margin-top: 16px;
  }
  .cyfn-content .five-box .list {
    padding-left: 12px;
    padding-right: 12px;
    width: calc(50% - 8px);
    height: auto;
    padding-bottom: 32px;
    margin-bottom: 20px;
    background-size: 100% 100%;
    margin-right: 16px;
  }
  .cyfn-content .five-box .list:nth-child(2n) {
    margin-right: 0px;
  }
  .cyfn-content .five-box .list:nth-child(3n) {
    margin-right: 16px;
  }
  .cyfn-content .five-box .list .p1 {
    font-size: 16px;
    margin-top: 12px;
  }
  .cyfn-content .five-box .list .p2 {
    font-size: 15px;
    line-height: 22px;
    margin-top: 6px;
  }
  .cyfn-content .title {
    font-size: 20px;
    padding-top: 2vw;
  }
  .cyfn-content .roung-box {
    background-size: 100% auto;
    background-position: center 46px;
    background: none;
    margin-top: 24px;
    padding-bottom: 60px;
  }
  .cyfn-content .bot-content {
    padding-top: 20px;
  }
  .cyfn-content .roung-box .round-img {
    width: 110px;
    height: 110px;
    background-size: 100% 100%;
  }
  .cyfn-content .bot-content .title {
    font-size: 18px;
    line-height: 26px;
    margin-top: 10px;
  }
  .cyfn-content .roung-box .round-img .number {
    font-size: 24px;
    line-height: 30px;
  }
  .cyfn-content .roung-box .round-img .unit {
    width: 30px;
    height: 30px;
    right: 11px;
    bottom: 11px;
    font-size: 16px;
    line-height: 30px;
  }
  .cyfn-content .roung-box .round p {
    font-size: 15px;
    padding: 0 16px;
    line-height: 18px;
    margin-top: 16px;
  }
  .cyfn-content .subtitle {
    font-size: 18px;
    line-height: 26px;
  }
  .cyfn-content {
    padding-top: 0;
  }
  .btqy-content {
    height: -moz-fit-content;
    height: fit-content;
  }
  .btqy-swiper {
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    margin-top: 20px;
  }
  .btqy-content .btqy-swiper {
    padding-top: 24px;
  }
  .btqy-content .btqy-swiper .btqy-item .btqy-diamond {
    width: 90px;
    height: 90px;
  }
  .btqy-content .btqy-swiper .btqy-item .btqy-name {
    font-size: 16px;
    margin-top: 16px;
    padding-bottom: 16px;
  }
}

.public-title{
  font-size: 32px;
  font-weight: bold;
  line-height: 1.125;
}


@media screen and (max-width: 1023px){
  .public-title{
    font-size: 20px;
  }
}
@media screen and (max-width: 767px){
  .public-title{
    font-size: 18px;
  }

  .group-scientific table tr th{
    font-size: 15px;
    padding: 8px 4px;
  }
  .group-scientific table tr td{
    font-size: 15px;
    padding: 8px 4px;
  }
  .group-scientific table tr th:nth-child(2), .group-scientific table tr td:nth-child(2){
    width: 22%;
  }
  .group-scientific table tr th:nth-child(4), .group-scientific table tr td:nth-child(4){
    width: 16%;
  }
}