.pcWrapper {
  width: 92%;
  max-width: none;
  position: relative;
  margin: 0 auto;
  min-width: auto;
}

.imgOb:hover {
  transform: none;
}

.header {
  width: 100%;
  height: 11.2vw;
  max-height: none;
  background: url(img/wap_1.png) no-repeat;
  background-size: 100% 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 111;
  color: var(--body-bg);
  font-size: var(--wap-size);
  font-weight: bold;
}

.header .pcWrapper {
  display: none;
}

.header .wapMenu {
  display: block;
  width: 100%;
  padding-top: 11.2vw;
  position: relative;
}

.header .wapMenu .wapMenuL {
  width: 42.4vw;
  position: absolute;
  left: 4vw;
  top: 2.3vw;
}

.header .wapMenu .wapOpenMenu {
  width: 6.4vw;
  height: 4.8vw;
  background: url(img/wap_2.png) right top no-repeat;
  background-size: 100%;
  cursor: pointer;
  position: absolute;
  right: 4vw;
  top: 3.4vw;
}

.header .wapMenu .wapCloseMenu {
  width: 6.4vw;
  height: 4.8vw;
  background: url(img/wap_3.png) right top no-repeat;
  background-size: 4.6vw;
  cursor: pointer;
  position: absolute;
  right: 4vw;
  top: 3.4vw;
}

.header .wapMenu .wapMenuR {
  width: 100vw;
  background-color: #1b85df;
  position: relative;
  height: 0;
  overflow: hidden;
  transition-duration: .5s;
  padding: 0 4vw;
}

.header .wapMenu .wapMenuR .item {
  position: relative;
  border-bottom: 1px solid #76b6ec;
}

.header .wapMenu .wapMenuR .item .itemName {
  height: 45px;
  line-height: 45px;
  cursor: pointer;
}

.header .wapMenu .wapMenuR .item .selectBox {
  color: #b7fff2;
  font-size: var(--mini-size);
  padding-bottom: 10px;
}

.header .wapMenu .wapMenuR .item .selectBox a {
  height: 30px;
  line-height: 30px;
}

.header .wapMenu .wapMenuR .item:hover .itemName, .header .wapMenu .wapMenuR .itemName.itemAct {
  font-weight: bold;
  color: #b7fff2;
}

.header .wapMenu .wapMenuR .line {
  display: none;
}

.header .wapMenu .wapMenuR.act {
  height: calc(100vh - 11.2vw);
  padding: 10px 4vw;
}

.main {
  padding-top: 9.2vw;
}

.main .fl-top {
  display: none;
}

.main .fl-top-wap {
  display: block;
  margin-bottom: 7.6vw;
}

.main .fl-menu {
  margin-bottom: 10vw;
  grid-template-columns: 1fr 1fr;
  gap: 4vw;
}

.main .fl-tit {
  width: 100%;
  height: 7.4vw;
  position: relative;
}

.main .fl-tit .pc-more {
  width: 21.6vw;
  height: 6vw;
  float: right;
  background: url(img/wap_4.png) right center no-repeat;
  background-size: 100%;
  cursor: pointer;
  margin-top: 0;
}

.main .fl-cont {
  width: 100%;
  position: relative;
}

.main .fl-zhxw {
  margin-bottom: 8vw;
}

.main .fl-zhxw .fl-tit {
  margin-bottom: 4vw;
}

.main .fl-zhxw .fl-cont .title {
  font-size: 16px;
  line-height: 27px;
}

.main .fl-zhxw .fl-cont .intro {
  font-size: 14px;
  line-height: 22px;
}

.main .fl-zhxw .fl-cont .date {
  margin-top: 8px;
  border-radius: 7px;
}

.main .fl-zhxw .fl-cont .fl-list {
  width: 44vw;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}

.main .fl-zhxw .fl-cont .fl-list .top-img {
  width: 44vw;
  height: 24.77vw;
}

.main .fl-zhxw .fl-cont .fl-list .bottom-cont {
  padding: 5px 9px 8px;
}

.main .fl-zhxw .fl-cont .fl-l {
  position: relative;
  width: 100%;
  padding-left: 0;
  margin-top: 4vw;
}

.main .fl-zhxw .fl-cont .fl-l li {
  margin-bottom: 14px;
}

.main .fl-zhxw .fl-cont .fl-r {
  width: 100%;
}

.main .fl-zhst {
  margin-bottom: 8vw;
}

.main .fl-zhst .fl-tit {
  margin-bottom: 4vw;
}

.main .fl-zhst .fl-cont .title {
  font-size: 16px;
  line-height: 27px;
}

.main .fl-zhst .fl-cont .intro {
  font-size: 14px;
  line-height: 22px;
}

.main .fl-zhst .fl-cont .date {
  margin-top: 8px;
  border-radius: 7px;
}

.main .fl-zhst .fl-cont .fl-list {
  width: 44vw;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  margin-bottom: 4vw;
}

.main .fl-zhst .fl-cont .fl-list .top-img {
  width: 44vw;
  height: 24.77vw;
}

.main .fl-zhst .fl-cont .fl-list .bottom-cont {
  padding: 5px 9px 8px;
}

.main .fl-zhst .fl-cont .fl-list:nth-child(3) {
  display: none;
}

.main .fl-qcyy {
  margin-bottom: 8vw;
}

.main .fl-qcyy .fl-tit {
  margin-bottom: 4vw;
}

.main .fl-qcyy .fl-cont .title {
  font-size: 16px;
  line-height: 27px;
}

.main .fl-qcyy .fl-cont .intro {
  font-size: 14px;
  line-height: 22px;
}

.main .fl-qcyy .fl-cont .date {
  margin-top: 8px;
  border-radius: 7px;
}

.main .fl-qcyy .fl-cont .fl-list {
  width: 44vw;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  margin-bottom: 4vw;
}

.main .fl-qcyy .fl-cont .fl-list .top-img {
  width: 44vw;
  height: 24.77vw;
}

.main .fl-qcyy .fl-cont .fl-list .bottom-cont {
  padding: 5px 9px 8px;
}

.main .fl-qcyy .fl-cont .fl-list:nth-child(3) {
  display: none;
}

.main .fl-qcyy .fl-cont .fl-list:nth-child(4) {
  display: none;
}

.main .fl-qcyy .fl-cont .fl-list:nth-child(5) {
  display: none;
}

.main .fl-qcyy .fl-cont .fl-list:nth-child(6) {
  display: none;
}

.main .fl-qcyy .fl-cont .fl-list:nth-child(7) {
  display: none;
}

.main .fl-qcyy .fl-cont .fl-list:nth-child(8) {
  display: none;
}

.main .fl-qcyy .fl-cont .fl-list:nth-child(9) {
  display: none;
}

.main .fl-zhrc {
  margin-bottom: 8vw;
}

.main .fl-zhrc .fl-tit {
  margin-bottom: 5vw;
}

.main .fl-zhrc .fl-cont {
  flex-wrap: wrap;
}

.main .fl-zhrc .fl-cont .fl-l {
  width: 92vw;
  height: 51.26vw;
  border-radius: 15px;
  overflow: hidden;
  margin-right: 0;
  margin-bottom: 2vw;
  max-width: 1200px;
  max-height: 1200px;
}

.main .fl-zhrc .fl-cont .fl-r {
  width: 92vw;
  position: relative;
  max-width: 1200px;
  padding-left: 0;
}

.main .fl-zhrc .fl-cont .fl-r .date-list {
  width: 100%;
  border-bottom: 2px solid #7e86ff;
  height: 59px;
  margin-top: 0;
  overflow-x: auto;
  overflow-y: hidden;
}

.main .fl-zhrc .fl-cont .fl-r .date-list .date-btn {
  font-size: 16px;
  color: #1f1f1f;
  margin-right: 0;
  height: 60px;
  line-height: 60px;
  flex-shrink: 0;
  margin-right: 20px;
}

.main .fl-zhrc .fl-cont .fl-r .date-list .date-btn.act {
  font-size: 18px;
  color: #7e86ff;
  font-weight: bold;
  background: url(img/pc_6.png) bottom center no-repeat;
  background-size: 100% auto;
}

.main .fl-zhrc .fl-cont .fl-r .date-list::-webkit-scrollbar {
  display: none;
}

.main .fl-zhrc .fl-cont .fl-r ul {
  width: 100%;
}

.main .fl-zhrc .fl-cont .fl-r ul li {
  border-bottom: 1px solid #b2b6ff;
  padding: 9px 0 9px;
}

.main .fl-zhrc .fl-cont .fl-r ul li .date-top {
  font-size: 16px;
  color: #141414;
  font-weight: bold;
  height: 48px;
  line-height: 24px;
  display: block;
}

.main .fl-zhrc .fl-cont .fl-r ul li .date-bottom {
  font-size: 14px;
  color: #141414;
  display: block;
}

.main .fl-zhrc .fl-cont .fl-r ul li .time, .main .fl-zhrc .fl-cont .fl-r ul li .name {
  width: 100%;
  max-width: 1000px;
}

.main .fl-zhrc .fl-cont .fl-r ul li .address, .main .fl-zhrc .fl-cont .fl-r ul li .company {
  background: url(img/pc_7.png) left center no-repeat;
  background-size: 9px 9px;
  padding-left: 14px;
}

.main .fl-zhrc .fl-cont .fl-r ul li .address {
  width: 100%;
  max-width: 1000px;
}

.main .fl-zhrc .fl-cont .fl-r ul li .company {
  width: 100%;
  max-width: 1000px;
}

.main .fl-zscp {
  margin-bottom: 8vw;
}

.main .fl-zscp .fl-tit {
  margin-bottom: 5vw;
}

.main .fl-zscp .fl-cont {
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 96vw;
  margin-left: -2vw;
  overflow: hidden;
}

.main .fl-zscp .fl-cont li {
  width: 44vw;
  max-width: 600px;
  border: 1px solid #d7e3ff;
  border-radius: 15px;
  overflow: hidden;
  cursor: pointer;
  margin: 0 2vw 4vw;
}

.main .fl-zscp .fl-cont li .cp-top {
  height: 24.75vw;
  max-height: 500px;
  overflow: hidden;
}

.main .fl-zscp .fl-cont li .cp-cont {
  padding: 6px 10px 7px;
}

.main .fl-zscp .fl-cont li .cp-cont .title {
  font-size: 14px;
  font-weight: bold;
  color: #4e5be5;
  line-height: 24px;
}

.main .fl-zscp .fl-cont li .cp-cont .intro {
  font-size: 14px;
  color: #141414;
  line-height: 20px;
}

.main .fl-zscp .fl-cont li:hover {
  border: 1px solid #52aff9;
}

.main .fl-zscp .fl-cont li:hover .cp-cont {
  background-color: #7e86ff;
}

.main .fl-zscp .fl-cont li:hover .cp-cont .title, .main .fl-zscp .fl-cont li:hover .cp-cont .intro {
  color: #fff;
}

.main .bg1 {
  width: 100%;
  height: auto;
  background: url(img/wap_bg2.jpg) center center repeat-y;
  background-size: 100%;
  padding: 6vw 0 6vw;
}

.main .bg1 .fl-zssd {
  margin-bottom: 8vw;
}

.main .bg1 .fl-zssd .fl-tit {
  background: url(img/pc_sd_1.png) left center no-repeat;
  background-size: auto 100%;
  margin-bottom: 4vw;
}

.main .bg1 .fl-zssd .fl-tit .pc-more {
  background: url(img/wap_5.png) right center no-repeat;
  background-size: 100%;
  cursor: pointer;
}

.main .bg1 .fl-zssd .fl-cont {
  width: 100%;
  background-color: #fff;
  border-radius: 15px;
  padding: 13px 20px 15px;
}

.main .bg1 .fl-zssd .fl-cont li {
  padding-left: 20px;
  background: url(img/pc_8.png) left center no-repeat;
  background-size: 4px 16px;
  margin-bottom: 2px;
}

.main .bg1 .fl-zssd .fl-cont li .sd-cont {
  line-height: 38px;
  border-bottom: 1px solid #e5e5e5;
  justify-content: space-between;
  font-size: 14px;
  color: #141414;
}

.main .bg1 .fl-zssd .fl-cont li .sd-cont .title {
  flex: 1;
}

.main .bg1 .fl-zmzs {
  margin-bottom: 8vw;
}

.main .bg1 .fl-zmzs .fl-tit {
  background: url(img/pc_zs_1.png) left center no-repeat;
  background-size: auto 100%;
  margin-bottom: 4vw;
}

.main .bg1 .fl-zmzs .fl-tit .pc-more {
  background: url(img/wap_5.png) right center no-repeat;
  background-size: 100%;
  cursor: pointer;
}

.main .bg1 .fl-zmzs .fl-cont .swiper-zmzs {
  width: 90vw;
  position: relative;
  margin: 0 auto;
  max-width: 1252px;
}

.main .bg1 .fl-zmzs .fl-cont .swiper-zmzs .swiper-slide {
  grid-template-columns: 1fr 1fr;
  gap: 4vw;
  overflow: hidden;
}

.main .bg1 .fl-zmzs .fl-cont .swiper-zmzs .swiper-slide a {
  height: 13.23vw;
}

.main .bg1 .fl-zmzs .fl-cont .swiper-button-prev:after, .main .bg1 .fl-zmzs .fl-cont .swiper-button-next:after {
  content: '';
}

.main .bg1 .fl-zmzs .fl-cont .swiper-button-prev, .main .bg1 .fl-zmzs .fl-cont .swiper-button-next {
  width: 35px;
  height: 54px;
  display: none;
}

.main .bg1 .fl-zmzs .fl-cont .swiper-button-prev {
  background: url(img/pc_4.png) no-repeat;
  left: 100px;
}

.main .bg1 .fl-zmzs .fl-cont .swiper-button-next {
  background: url(img/pc_5.png) no-repeat;
  right: 100px;
}

.in-main {
  background-color: #519ee6;
  padding: 11.2vw 0 42px;
  min-height: calc(100vh - 422px);
}

.in-main .fl-cont {
  padding-top: 8px;
}

.in-main .fl-top {
  display: none;
}

.in-main .left-menu {
  display: none;
}

.in-main .top-nav {
  margin-left: 0;
  width: 100%;
  height: 52px;
  line-height: 52px;
  margin-top: 0;
  justify-content: space-between;
  border-bottom: none;
}

.in-main .top-nav .title {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

.in-main .top-nav .crumb {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}

.in-main .bottom-cont {
  width: 100%;
  margin: 0;
  background-color: #fff;
}

.in-main .bottom-cont .list-cont {
  width: 100%;
  padding: 20px 4vw 60px;
  position: relative;
}

.in-main .bottom-cont .list-cont .type {
  width: 100%;
  position: relative;
}

.in-main .bottom-cont .list-cont .type1 div {
  font-size: 14px;
  line-height: 26px;
  color: #141414;
  margin-bottom: 36px;
}

.in-main .bottom-cont .list-cont .pagination-cont {
  width: 88vw;
  margin-left: -2vw;
}

.in-main .bottom-cont .list-cont #pages {
  display: none;
}

.in-main .bottom-cont .list-cont .type2 {
  background-color: #eff4ff;
  padding: 0;
  border-radius: 8px;
  display: inline-block;
  width: 42vw;
  margin: 0 1vw 4vw;
}

.in-main .bottom-cont .list-cont .type2 .l-cont {
  width: 100%;
  height: 22.5vw;
  overflow: hidden;
  border-radius: 8px;
  margin-right: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.in-main .bottom-cont .list-cont .type2 .l-cont img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.in-main .bottom-cont .list-cont .type2 .r-cont {
  padding: 5px 5px 12px;
}

.in-main .bottom-cont .list-cont .type2 .r-cont .title {
  font-size: 16px;
  font-weight: bold;
  color: #141414;
  padding-right: 0;
  line-height: 28px;
}

.in-main .bottom-cont .list-cont .type2 .r-cont .range, .in-main .bottom-cont .list-cont .type2 .r-cont .intro {
  font-size: 14px;
  color: #141414;
  line-height: 24px;
  padding-right: 0;
}

.in-main .bottom-cont .list-cont .type2 .r-cont .range span, .in-main .bottom-cont .list-cont .type2 .r-cont .intro span {
  font-weight: bold;
}

.in-main .bottom-cont .list-cont .type2 .r-cont .num {
  width: auto;
  height: 22px;
  line-height: 22px;
  text-align: center;
  background-color: #4c69d5;
  color: #fff;
  font-size: 12px;
  position: relative;
  left: 0;
  top: 0;
  border-radius: 4px;
  display: inline-block;
  padding: 0 6px;
}

.in-main .bottom-cont .list-cont .type3 {
  height: 51px;
  border-bottom: 1px solid #c9d2f2;
  align-items: center;
  flex: 1;
}

.in-main .bottom-cont .list-cont .type3 .title {
  font-size: 14px;
  color: #141414;
  margin-right: 12px;
  flex: 1;
}

.in-main .bottom-cont .list-cont .type3 .num {
  font-size: 12px;
  color: #a6a6a6;
  margin-right: 6px;
}

.in-main .bottom-cont .list-cont .type3 .date {
  font-size: 12px;
  color: #a6a6a6;
  margin-right: 10px;
}

.in-main .bottom-cont .list-cont .type3 .download {
  width: 45px;
  height: 13.5px;
  cursor: pointer;
  background: url(img/pc_11.png) no-repeat;
  background-size: 100%;
  cursor: pointer;
  display: none;
}

.in-main .bottom-cont .list-cont .type6 {
  width: 100%;
  margin: 0;
  display: block;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  background-color: #aac2ff;
  padding-bottom: 40px;
  margin-bottom: 4vw;
}

.in-main .bottom-cont .list-cont .type6 .title {
  width: 112px;
  height: 32px;
  background: url(img/pc_13.png) no-repeat;
  background-size: 100% 100%;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 32px;
  text-align: center;
}

.in-main .bottom-cont .list-cont .type6 .cont {
  font-size: 14px;
  line-height: 24px;
  color: #141414;
  padding: 0 12px;
  height: auto;
  overflow: hidden;
  margin-top: 12px;
}

.in-main .bottom-cont .list-cont .type6 .cont div {
  margin-bottom: 10px;
}

.in-main .bottom-cont .list-cont .type6 .e {
  position: absolute;
  left: 12px;
  bottom: 12px;
  font-size: 14px;
  color: #141414;
}

.in-main .bottom-cont .list-cont .type7 {
  width: 100%;
  margin: 0;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  background-color: #aac2ff;
  padding-bottom: 40px;
}

.in-main .bottom-cont .list-cont .type7 .title {
  width: 112px;
  height: 32px;
  background: url(img/pc_13.png) no-repeat;
  background-size: 100% 100%;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 32px;
  text-align: center;
}

.in-main .bottom-cont .list-cont .type7 .cont {
  justify-content: space-around;
  margin-top: 15px;
  padding: 0 30px;
  display: block;
}

.in-main .bottom-cont .list-cont .type7 .cont .cont-l {
  width: 45vw;
  max-width: 500px;
  margin: 0 auto;
}

.in-main .bottom-cont .list-cont .type7 .cont .cont-l .download {
  width: 42.4vw;
  height: 9.6vw;
  max-width: 159px;
  max-height: 36px;
  background: url(img/pc_16.png) no-repeat;
  background-size: 100%;
  margin: 10px auto 30px;
  cursor: pointer;
}

.in-main .bottom-cont .list-cont .type7 .e {
  position: absolute;
  left: 12px;
  bottom: 12px;
  font-size: 14px;
  color: #141414;
}

.in-main .bottom-cont .list-cont .type8 {
  display: inline-block;
  width: 42vw;
  margin: 0 1vw 4vw;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.in-main .bottom-cont .list-cont .type8 .type-top {
  width: 33vw;
  height: 33vw;
  position: relative;
  border-radius: 20vw;
  margin: 0 auto;
  overflow: hidden;
}

.in-main .bottom-cont .list-cont .type8 .type-top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.in-main .bottom-cont .list-cont .type8 .type-bottom {
  font-size: 16px;
  color: #333;
  line-height: 28px;
  padding-top: 6px;
}

.in-main .bottom-cont .list-cont .type8 .type-bottom .name {
  line-height: 24px;
  font-weight: bold;
  text-align: center;
}

.in-main .bottom-cont .list-cont .type8 .type-bottom .company {
  font-size: 14px;
  text-align: center;
}

.in-main .bottom-cont .list-cont .type8 .type-bottom .post {
  font-size: 14px;
  text-align: center;
}

.in-main .bottom-cont .list-cont .select-box1 {
  width: 100%;
  height: 48px;
}

.in-main .bottom-cont .list-cont .select-box1 .select-cont {
  width: 202px;
  border: 1px solid #4c69d5;
  height: 30px;
  line-height: 28px;
  border-radius: 4px;
  margin: 0 auto;
}

.in-main .bottom-cont .list-cont .select-box1 .select-cont div {
  width: 100px;
  color: #4c69d5;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
}

.in-main .bottom-cont .list-cont .select-box1 .select-cont div.act {
  background-color: #4c69d5;
  color: #fff;
}

.in-main .bottom-cont .list-cont .select-box2 {
  width: 100%;
  margin-top: 10px;
  display: block;
}

.in-main .bottom-cont .list-cont .select-box2 .select-title {
  width: 114px;
  line-height: 28px;
  height: 28px;
  font-size: 16px;
  font-weight: bold;
  color: #1f1f1f;
  margin-bottom: 5px;
}

.in-main .bottom-cont .list-cont .select-box2 .select-cont {
  flex-wrap: wrap;
}

.in-main .bottom-cont .list-cont .select-box2 .select-cont div {
  height: 24px;
  line-height: 24px;
  font-size: 16px;
  color: #1f1f1f;
  padding: 0 8px;
  margin: 0 6px 10px 0;
  cursor: pointer;
}

.in-main .bottom-cont .list-cont .select-box2 .select-cont div:hover, .in-main .bottom-cont .list-cont .select-box2 .select-cont div.act {
  background-color: #4c69d5;
  color: #fff;
  border-radius: 4px;
}

.in-main .bottom-cont .list-cont .search-box {
  width: 42vw;
  max-width: 806px;
  min-width: 315px;
  height: 40px;
  border: 1px solid #4c69d5;
  border-radius: 4px;
  margin: 20px auto 20px;
}

.in-main .bottom-cont .list-cont .search-box .search-icon {
  width: 18px;
  margin: 10px 8px 0;
  height: 19.5px;
}

.in-main .bottom-cont .list-cont .search-box .search-input {
  border: none;
  outline: none;
  font-size: 14px;
}

.in-main .bottom-cont .list-cont .search-box .search-btn {
  width: 66px;
  height: 38px;
  line-height: 38px;
  background-color: #4c69d5;
  font-size: 16px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.in-main .company-cont {
  background: #fff;
  margin-top: 4vw;
  margin-bottom: 4vw;
  padding: 4vw;
}

.in-main .company-cont .comp-img {
  width: 84vw;
  height: 42vw;
  border: 1px solid #dde8ff;
  border-radius: 6px;
  margin: 0 auto;
  position: relative;
}

.in-main .company-cont .comp-img img {
  width: 75%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.in-main .company-cont .comp-img .comp-num {
  height: 28px;
  line-height: 28px;
  background-color: #4c69d5;
  color: #fff;
  font-size: 14px;
  padding: 0 15px;
  border-top-right-radius: 6px;
  position: absolute;
  right: 0;
  top: 0;
}

.in-main .company-cont .comp-tit {
  font-size: 22px;
  font-weight: bold;
  color: #4c69d5;
  text-align: center;
  margin: 4vw auto 6vw;
}

.in-main .company-cont .comp-part {
  margin-bottom: 6vw;
}

.in-main .company-cont .comp-part .part-tit {
  height: 28px;
  line-height: 28px;
  background-color: #4c69d5;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  border-radius: 4px;
  padding: 0 6px 0 8px;
  margin-bottom: 2vw;
}

.in-main .company-cont .comp-part .part-cont {
  font-size: 14px;
  line-height: 26px;
  color: #141414;
}

.in-main .company-cont .comp-part .part-cont .bold {
  font-weight: bold;
  line-height: 28px;
}

.in-main .company-cont .comp-part .part-cont .cont-l {
  width: 100%;
  padding-right: 0;
}

.in-main .company-cont .comp-part .part-cont .cont-l a {
  display: inline-block;
  font-weight: bold;
  color: #4c69d5;
}

.in-main .company-cont .comp-part .part-cont .cont-r {
  width: 87px;
  text-align: center;
}

.in-main .company-cont .comp-part .part-cont .cont-r .img-cont {
  width: 87px;
  height: 87px;
  border: 1px solid #91a2df;
  padding: 5px;
}

.in-main .company-cont .comp-part .part-cont .cont-r .img-cont img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.in-main .company-cont .comp-part .part-cont .cont-r span {
  font-size: 16px;
  color: #4c69d5;
  text-align: center;
  margin-top: 10px;
}

.in-main .company-cont .comp-part .product-list {
  grid-template-columns: 1fr 1fr;
  gap: 4vw;
  overflow: hidden;
  margin-top: 2vw;
}

.in-main .company-cont .comp-part .product-list .list {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #d7e3ff;
}

.in-main .company-cont .comp-part .product-list .list .topImg {
  width: 100%;
  max-height: 200px;
  position: relative;
  background-color: #fff;
}

.in-main .company-cont .comp-part .product-list .list .topImg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
}

.in-main .company-cont .comp-part .product-list .list .topImg::before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
  z-index: -1;
  pointer-events: none;
}

.in-main .company-cont .comp-part .product-list .list .bottomTit {
  background-color: #eff4ff;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  text-align: center;
  font-size: 14px;
  color: #4e5be5;
  font-weight: bold;
}

.in-main .company-cont .comp-part .product-list .list:nth-child(4) {
  margin-right: 0;
}

.in-main .company-cont .comp-part.czlb .part-cont {
  display: block !important;
}

.in-main .company-cont .comp-part.czlb .part-cont .cont-r {
  margin: 4vw auto 0;
}

.in-main .company-cont .product-cont {
  width: 84vw;
  position: relative;
}

.in-main .company-cont .product-cont .product-img {
  width: 84vw;
  padding: 6vw 0;
  max-width: 1000px;
}

.in-main .company-cont .product-cont .product-tit {
  width: 84vw;
  font-size: 18px;
  font-weight: bold;
  color: #4c69d5;
  margin: 2vw auto 4vw;
  text-align: center;
  height: 28px;
  line-height: 28px;
  max-width: 1000px;
}

.in-main .company-cont .product-cont .product-intro {
  font-size: 14px;
  color: #141414;
  line-height: 28px;
}
