.home {
  position: relative;
  padding-top: 80px;
  overflow: hidden;
}

.home .homeItem {
  position: relative;
  box-sizing: border-box;
}

.home .homeItem>img {
  display: block;
  width: 100%;
}

.home .homeItem.bannerItem .public-content {
  position: absolute;
  bottom: -85px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.home .homeItem.bannerItem .public-content>img {
  width: 1200px;
  height: 170px;
  background: #FFFFFF;
  box-shadow: 0 6px 43px 0 rgba(169, 187, 186, 0.19);
  border-radius: 3px;
}

.home .homeItem.cooItem {
  /* height: 823px; */
  background: url('https://cdn-peipu.peipusci.com/public/pic_98_1.jpg') no-repeat center;
  background-size: 100% 100%;
  padding: 150px 0 88px;
}

.home .homeItem .title {
  color: #0E204D;
  font-size: 40px;
  line-height: 56px;
  font-weight: bold;
  text-align: center;
}

.home .homeItem>p {
  color: #7D8088;
  font-size: 16px;
  text-align: center;
  line-height: 32px;
}

.home .homeItem.cooItem>p {
  margin: 16px 0 360px;
}

.home .homeItem.cooItem .public-content {
  box-sizing: border-box;
}

.home .homeItem.cooItem .public-content .content {
  padding: 0 126px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}

.home .homeItem.cooItem .public-content .content>img {
  width: 244px;
  height: 245px;
  background: #FFFFFF;
  border: 1px solid #E8E8E8;
  box-shadow: 0 15px 24px 0 rgba(216, 216, 216, 0.18);
  border-radius: 50%;
}

.home .homeItem.cooItem>a {
  display: block;
  width: 244px;
  height: 56px;
  background: #21CDC0;
  margin: 0 auto;
  box-shadow: 0 2px 24px 0 rgba(25, 179, 167, 0.25);
  border-radius: 3px;
  text-align: center;
  line-height: 56px;
  color: #FFFFFF;
  font-size: 18px;
}

.home .homeItem.sciItem {
  padding: 100px 0 90px;
  background: url('https://cdn-peipu.peipusci.com/public/pic_98_sci.jpg') no-repeat center;
  background-size: 100% 100%;
}

.home .homeItem.sciItem > p {
  margin: 16px auto 43px;
  text-align: center;
  color: #7D8088;
  line-height: 32px;
  width: 1100px;
}

.home .homeItem.sciItem .processList {
  width: 1100px;
  margin: auto;
  display: flex;
}
.home .homeItem.sciItem .processList > div {
  text-align: center;
}
.home .homeItem.sciItem .processList img {
  width: 148px;
  height: 102px;
}
/* .home .homeItem.sciItem .processList .sci_img1 {
  width: 103px;
  height: 69px;
}
.home .homeItem.sciItem .processList .sci_img2 {
  width: 92px;
  height: 65px;
}
.home .homeItem.sciItem .processList .sci_img3 {
  width: 93px;
  height: 71px;
}
.home .homeItem.sciItem .processList .sci_img4 {
  width: 93px;
  height: 63px;
}
.home .homeItem.sciItem .processList .sci_img5 {
  width: 88px;
  height: 66px;
} */

.home .homeItem.sciItem .processList .process_title {
  font-size: 20px;
  color: #0E204D;
  line-height: 28px;
  text-align: center;
  margin: 28px 0 20px;
  font-weight: 550;
}
.home .homeItem.sciItem .processList .process_desc {
  width: 170px;
  font-size: 14px;
  color: #7D8088;
  line-height: 22px;
  text-align: justify;
}

.home .homeItem.sciItem .sciItemLine {
  padding-right: 1px;
  background: #EBEBEB;
  margin: 0 30px;
}

.home .homeItem.sciItem>a {
  display: block;
  width: 244px;
  height: 56px;
  background: #21CDC0;
  margin: 66px auto 0;
  box-shadow: 0 2px 24px 0 rgba(25, 179, 167, 0.25);
  border-radius: 3px;
  text-align: center;
  line-height: 56px;
  color: #FFFFFF;
  font-size: 18px;
}


.home .homeItem.systemItem {
  height: 590px;
  background: url('../imgs/pic_111.png') no-repeat center;
  background-size: 100% 100%;
  overflow: hidden;
}

.home .homeItem.systemItem .public-content {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.home .homeItem.systemItem .public-content>img {
  position: absolute;
  width: 1008px;
  top: 30px;
  left: 500px;
}

.home .homeItem.systemItem .public-content .desc {
  margin-top: 80px;
}

.home .homeItem.systemItem .public-content .desc h5 {
  color: #FFFFFF;
  font-size: 40px;
  text-align: left;
  font-family: SourceHanSerifCN;
  font-weight: bold;
  line-height: 56px;
  text-shadow: 0 3px 7px rgba(19, 177, 169, 0.26);
}

.home .homeItem.systemItem .public-content .desc>p {
  color: #FFFFFF;
  font-size: 16px;
  text-align: justify;
  line-height: 30px;
  margin: 15px 0 30px;
}

.home .homeItem.systemItem .public-content .desc>a {
  float: left;
  width: 244px;
  height: 56px;
  border: 1px solid #FFFFFF;
  box-shadow: 0 2px 24px 0 rgba(25, 179, 167, 0.25);
  border-radius: 3px;
  text-align: center;
  line-height: 56px;
  color: #FFFFFF;
  font-size: 18px;
}

.home .homeItem.dateItem {
  background: #0E204D ;
  background-size: 100% 100%;
  padding: 100px 0 80px;
}
.home .homeItem.dateItem .title {
  color: #fff;
}
.home .homeItem.dateItem > img {
  display: block;
  width: 1266px;
  margin: 0 auto;
}
.home .homeItem.dateItem > a {
  display: block;
  width: 244px;
  height: 56px;
  border: 1px solid #FFFFFF;
  box-shadow: 0 2px 24px 0 rgba(25, 179, 167, 0.25);
  border-radius: 3px;
  text-align: center;
  line-height: 56px;
  color: #FFFFFF;
  font-size: 18px;
  margin: 0 auto;
}
.home .homeItem.expertItem {
  background: url('https://cdn-peipu.peipusci.com/public/expert_banner.png') no-repeat center;
  background-size: 100% 100%;
  padding: 89px 0 100px;
}
.home .homeItem.expertItem .introduction {
  display: flex;
  justify-content: center;
  margin: 16px 0 40px;
}
.home .homeItem.expertItem .introduction .introductionItem{
  display: flex;
  margin-right: 32px;
}
.home .homeItem.expertItem .introduction .introductionItem img{
  margin-right: 8px;
}
.home .homeItem.expertItem .expert-swiper-box {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.home .homeItem.expertItem .expert-swiper {
  width: 100%;
  overflow: hidden;
}
.home .homeItem.expertItem .expert-swiper-box .slide-inner img {
  width: 100%;
}
.expert-swiper-box .s-button {
  cursor: pointer;
  width: 72px;
  height: 72px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.expert-swiper-box .s-button-prev {
  left: -128px;
  transform: translateY(-50%) rotate(180deg);
}
.expert-swiper-box .s-button-next {
  right: -128px;
}
.home .homeItem.journalItem {
  background: #F4F6F6;
  padding: 80px 0 20px;
  display: flex;
  justify-content: center;
}
.home .homeItem.journalItem .journalItemCard{
  padding: 32px 24px;
  background: #fff;
  margin-right: 40px;
}
.journalItemCardHead {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  overflow: hidden;
}
.journalItemCardHead > div {
  font-size: 24px;
  color: #0E204D;
  line-height: 43px;
  font-weight: 550;
  margin-left: 6px;
}
.journalItemCardContent {
  font-size: 16px;
  color: #7D8088;
  line-height: 26px;
  overflow: hidden;
}
.journalItemCardContent > div {
  width: 514px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 20px;
  padding-left: 18px;
  position: relative;
}
.journalItemCardContent a{
  color: #7D8088;
}
.journalItemCardContent > div > a::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #21CDC0;
  left: 0;
  top: 10px;
}
.journalItemCardContent > div > a:hover {
  color: #21CDC0;
  cursor: pointer;
}
.home .homeItem.advantageItem {
  height: 760px;
  background: url('../imgs/pic_105.png') no-repeat center;
  background-size: 100% 100%;
  padding-top: 80px;
}
.home .homeItem.advantageItem .public-content {
  margin-top: 63px;
  padding: 0 35px;
  display: flex;
  justify-content: space-between
}
.home .homeItem.advantageItem .public-content .el {
  width: 546px;
  height: 400px;
  background-color: #FFFFFF;
  border: 1px solid #C6E4E4;
  box-shadow: 0 21px 32px 0 rgba(33, 205, 192, 0.07);
  border-radius: 3px;
  box-sizing: border-box;
  padding: 36px 0 0 25px;
  text-align: justify;
  background-repeat: no-repeat;
}
.home .homeItem.advantageItem .public-content .el:nth-child(1) {
  background-image: url('../imgs/pic_103.png');
  background-size: 173px;
  background-position: 320px 30px;
  padding-right: 244px;
}
.home .homeItem.advantageItem .public-content .el:nth-child(2) {
  background-image: url('../imgs/pic_104.png');
  background-size: 110px;
  background-position: 403px 211px;
  padding-right: 159px;
}
.home .homeItem.advantageItem .public-content .el > h5 {
  color: #0E204D;
  font-size: 20px;
}
.home .homeItem.advantageItem .public-content .el > h5 b {
  color: #21CDC0;
  font-size: 26px;
}
.home .homeItem.advantageItem .public-content .el >p {
  margin-top: 36px;
  color: #7D8088;
  font-size: 16px;
  line-height: 32px;
}
.home .homeItem.advantageItem .public-content .el >p span {
  color: #0E204D;
  border-bottom: 1px solid #21CDC0;
  padding-bottom: 3px;
}
.home .homeItem.advantageItem .public-content .el >p b {
  color: #21CDC0;
}
.home .homeItem.advantageItem > a{
  display: block;
  width: 244px;
  height: 56px;
  background: #21CDC0;
  box-shadow: 0px 2px 24px 0px rgba(25, 179, 167, 0.25);
  border-radius: 3px;
  text-align: center;
  line-height: 56px;
  color: #FFFFFF;
  font-size: 18px;
  margin: 47px auto 0;
}
.home .homeItem.secItem {
  min-height: 557px;
  background: url('../imgs/pic_106.png') no-repeat;
  background-color: #fff;
  background-size: 100% 557px;
  padding-top: 80px;
  z-index: 1;
}
.home .homeItem.secItem .title {
  color: #fff;
}
.home .homeItem.secItem > p {
  color: #fff;
  margin: 26px 0 53px;
}
.home .homeItem.secItem .rule {
  width: 1200px;
  height: 495px;
  position: relative;
  margin: auto;
  box-shadow: 9px 0px 68px 0px rgba(0,0,0,0.4);
}

.home .homeItem.secItem .rule .btn-1 {
  display: block;
  position: absolute;
  width: 244px;
  height: 56px;
  background: #21CDC0;
  box-shadow: 0 2px 24px 0 rgba(25, 179, 167, 0.25);
  border-radius: 3px;
  text-align: center;
  line-height: 56px;
  color: #FFFFFF;
  font-size: 16px;
  left: 800px;
  bottom: 34px;
}

.home .homeItem.secItem .rule .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.home .homeItem.secItem .rule .h3 {
  font-size: 36px;
  color: #0E204D;
  font-weight: 700;
  width: 670px;
  text-align: center;
  margin-top: 42px;
}

.home .homeItem.secItem .rule .ctn {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.home .homeItem.secItem .rule .img-box {
  display: flex;
  justify-content: center;
  width: 670px;
  position: absolute;
  bottom: 50px;
}

.home .homeItem.secItem .rule .tips {
  width: 186px;
  height: 42px;
  position: absolute;
  overflow: hidden;
}

.home .homeItem.secItem .rule .tip-1 {
  bottom: 52px;
  left: 24px;
}

.home .homeItem.secItem .rule .tip-2 {
  bottom: 52px;
  left: 296px;
}

.home .homeItem.secItem .rule .tips .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}



.home .homeItem.secItem .rule .tips .text {
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
  position: relative;
  margin-top: 14px;
}

.home .homeItem.secItem .rule .innerbox {
  position: relative;
  cursor: pointer;
}

.home .homeItem.secItem .rule .innerbox .coverImg {
  width: 59px;
  height: 59px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transition-property: opacity;
  opacity: 0;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.home .homeItem.secItem .rule .innerbox:hover .coverImg {
  opacity: 100;
}

.home .homeItem.secItem .rule .img-1, .home .homeItem.secItem .rule .img-2 {
  width: 269px;
}

.homeItem.secItem .rule .img-2 {
  margin-left: 4px;
}

.home .homeItem.public-case {
  padding: 80px 0 90px;
  background: #fff;
}
.home .homeItem.public-case > p {
  margin: 20px 0 30px;
}
.home .homeItem.public-case > a{
  display: block;
  width: 244px;
  height: 56px;
  background: #21CDC0;
  box-shadow: 0 2px 24px 0 rgba(25, 179, 167, 0.25);
  border-radius: 3px;
  text-align: center;
  line-height: 56px;
  color: #fff;
  font-size: 18px;
  margin: 52px auto 0;
}
.home .homeItem.public-case .swiper-button-container {
  bottom: 530px;
}
.home .problemItem {
  padding: 80px 0;
  background: #F4F6F6;
}
.home .problemItem .public-content {
  margin-top: 34px;
}
.home .problemItem .public-content .item {
  position: relative;
  padding: 30px 0;
  border-bottom: 1px solid #E4E4E4;
  user-select: none;
  cursor: pointer;
}
.home .problemItem .public-content .item::after {
  content: '';
  display: block;
  width: 13px;
  height: 10px;
  background: url('../imgs/pic_107.png') no-repeat center;
  background-size: 12px;
  position: absolute;
  top: 30px;
  right: 0;
}
.home .problemItem .public-content .item.on::after {
  transform:rotate(180deg);
}
.home .problemItem .public-content .item > b {
  color: #0E204D;
  font-size: 18px;
  line-height: 18px;
}
.home .problemItem .public-content .item div {
  margin-top: 22px;
  display: none;
}
.home .problemItem .public-content .item.on div {
  display: block;
}
.home .problemItem .public-content .item div p {
  color: #0E204D;
  font-size: 16px;
  line-height: 26px;
}
.morepro{
  color: #0E204D;
  text-align: center;
  margin: 43px auto 0;
  text-decoration: underline;
  display: block;
}
.inquiry{
  display: block;
  width: 244px;
  height: 56px;
  background: #21CDC0;
  box-shadow: 0 2px 24px 0 rgb(25 179 167 / 25%);
  border-radius: 3px;
  text-align: center;
  line-height: 56px;
  color: #fff;
  font-size: 18px;
  margin: 30px auto 0;
}
.home .newSci-content{
  width: 1200px;
  margin: 0 auto;
  height: calc(100% - 85px);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  display: flex;
  align-items: center;
}
.home .newSciItem{
  position: relative;
  width: 320px;
  height: 390px;
  background: rgba(0, 0, 0, .6);
  border-radius: 3px;
  padding: 30px 0;
  box-sizing: border-box;
}
.home .newSciItem .titles{
  position: relative;
  color: #21cdc0;
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: bold;
  padding-left: 20px;
}
.home .newSciItem .titles::before{
  position: absolute;
  left: 1px;
  top: 14%;
  content: '';
  width: 4px;
  height: 20px;
  background: #21cdc0;
}
.home .newSciType{
  padding: 10px 20px;
  box-sizing: border-box;
  height: 98%;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  overflow-y: auto;
}
.home .newSciType p{
  color: #cdced4;
  font-size: 14px;
  position: relative;
  height: 44px;
  line-height: 44px;
  width: 46%;
  padding-left: 10px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home .newSciType p::before{
  position: absolute;
  left: 0;
  top: 48%;
  content: '';
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #21cdc0;
}
.home .newSciType p.active{
  color: #21cdc0;
}
.newSciType::-webkit-scrollbar,.newSciItem-r::-webkit-scrollbar{
    width: 4px;     
    height: 1px;
}
.newSciType::-webkit-scrollbar-thumb,.newSciItem-r::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(14, 32, 77, .98);
    background-image: -webkit-linear-gradient(rgba(2, 26, 48, 1) 50%, rgba(2, 26, 48, 1) 75% transparent);
}
.newSciType::-webkit-scrollbar-track,.newSciItem-r::-webkit-scrollbar-track {
    border-radius: 10px;
}
.home .newSciItem-r{
  width: 620px;
  max-height: 390px;
  background: rgba(14, 32, 77, .98);
  padding: 30px 40px;
  box-sizing: border-box;
  color: #cdced4;
  font-size: 13px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  overflow-y: auto;
  position: absolute;
  left: 320px;
}
.home .newSciItem-r a{
  line-height: 30px;
  width: 33.3%;
  height: 34px;
  line-height: 34px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  color: #cdced4;
}
.home .newSciItem-r a:hover{
  color: #21cdc0;
}
.img-list {
  display: flex;
  gap: 12px;
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 10;
}
.img-list img {
  width: 70px;
  height: 70px;
  cursor: pointer;
  border: 4px solid transparent;
}
.expert-swiper-box .img-list .active {
  box-shadow: -8px 10px 10px rgba(0, 0, 0, 0.2);
  border: 3px solid #fff !important;
}