.home {
  position: relative;
  padding-top: 80px;
}

.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('../imgs/pic_98.png') no-repeat center;
  background-size: 100% 100%;
  padding-top: 176px;
}

.home .homeItem .title {
  color: #161616;
  font-size: 40px;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
}

.home .homeItem>p {
  color: #666666;
  font-size: 16px;
  text-align: center;
  line-height: 30px;
}

.home .homeItem.cooItem>p {
  margin: 26px 0 62px;
}

.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;
  margin: 76px auto 0;
  border-radius: 4px;
  text-align: center;
  line-height: 56px;
  color: #FFFFFF;
  font-size: 18px;
  background: linear-gradient( 90deg, #C96331 0%, #B24F1E 100%);
  box-shadow: 0px 16px 48px 0px rgba(178,79,30,0.24);
}

.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: 641px;
  top: 30px;
  left: 500px;
}

.home .homeItem.systemItem .public-content .desc {
  margin-top: 80px;
}

.home .homeItem.systemItem .public-content .desc h5 {
  color: #FFFFFF;
  font-size: 36px;
  text-align: left;
  font-weight: bold;
  line-height: 56px;
}

.home .homeItem.systemItem .public-content .desc>p {
  color: #FFFFFF;
  font-size: 16px;
  text-align: justify;
  line-height: 30px;
  margin: 24px 0 46px;
}

.home .homeItem.systemItem .public-content .desc>a {
  float: left;
  width: 244px;
  height: 56px;
  border: 1px solid #FFFFFF;
  box-shadow: 0px 16px 48px 0px rgba(178,79,30,0.24);
  border-radius: 4px;
  text-align: center;
  line-height: 56px;
  color: #FFFFFF;
  font-size: 18px;
}

.home .homeItem.dateItem {
  background: url("../imgs/pic_home_bp1.png") no-repeat center;
  background-size: 100% 100%;
  padding: 100px 0 80px;
}
.home .homeItem.dateItem .title {
  color: #161616;
}
.home .homeItem.dateItem > img {
  display: block;
  width: 1240px;
  margin: 75px auto 140px 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.advantageItem {
  height: 760px;
  background: #FEF6F0;
  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: 434px;
  background-color: #FFFFFF;
  border: 1px solid #F3C7B1;
  box-shadow: 0px 10px 20px 0px rgba(178,79,30,0.1);
  border-radius: 4px;
  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: #161616;
  font-size: 20px;
}
.home .homeItem.advantageItem .public-content .el > h5 b {
  color: #B24F1E;
  font-size: 26px;
}
.home .homeItem.advantageItem .public-content .el >p {
  margin-top: 16px;
  color: #666666;
  font-size: 16px;
  line-height: 32px;
}
.home .homeItem.advantageItem .public-content .el >p span {
  color: #161616;
  border-bottom: 1px solid #B24F1E;
  padding-bottom: 3px;
}
.home .homeItem.advantageItem .public-content .el >p b {
  color: #21CDC0;
}
.home .homeItem.advantageItem > a{
  display: block;
  width: 244px;
  height: 56px;
  border-radius: 4px;
  text-align: center;
  line-height: 56px;
  color: #FFFFFF;
  font-size: 18px;
  margin: 47px auto 0;
  box-shadow: 0px 16px 48px 0px rgba(178,79,30,0.24);
  background: linear-gradient( 90deg, #C96331 0%, #B24F1E 100%);
}
.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;
  border-radius: 4px;
  text-align: center;
  line-height: 56px;
  color: #FFFFFF;
  font-size: 16px;
  left: 800px;
  bottom: 34px;
  box-shadow: 0px 8px 20px 0px rgba(178,79,30,0.24);
  background: linear-gradient( 90deg, #C96331 0%, #B24F1E 100%);
}

.home .homeItem.secItem .rule .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.home .homeItem.secItem .rule .h3 {
  font-size: 36px;
  color: #371606;
  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;
  border-radius: 4px;
  text-align: center;
  line-height: 56px;
  color: #fff;
  font-size: 18px;
  margin: 52px auto 0;
  background: linear-gradient( 90deg, #C96331 0%, #B24F1E 100%);
  box-shadow: 0px 16px 48px 0px rgba(178,79,30,0.24);
}
.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: #161616;
  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: #666666;
  font-size: 16px;
  line-height: 26px;
}
.morepro{
  color: #161616;
  text-align: center;
  margin: 43px auto 0;
  text-decoration: underline;
  display: block;
}
.inquiry{
  display: block;
  width: 244px;
  height: 56px;
  border-radius: 3px;
  text-align: center;
  line-height: 56px;
  color: #fff;
  font-size: 18px;
  margin: 30px auto 0;
  background: linear-gradient( 90deg, #C96331 0%, #B24F1E 100%);
  box-shadow: 0px 16px 48px 0px rgba(178,79,30,0.24);
}
.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;
}