body {
  display: flex;
  flex-direction: column;
}
.header {
  background: rgba(14, 56, 86, 0.9);
  z-index: 100;
}
.hetong1 {
  height: 274px;
  background: #edf8ff;
  display: flex;
  align-items: center;
}
.hetong1 .box {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 36px;
  display: flex;
  justify-content: space-between;
}
.top img {
  transition: all 0.2s;
}
.hetong1 .box .item :hover .top img {
  width: 140px;
  height: 140px;
}
.hetong1 .box .item {
  width: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hetong1 .box .item .top {
  width: 128px;
  height: 128px;
  overflow: hidden;
  margin-bottom: 25px;
}
.hetong1 .box .item .top img {
  width: 100%;
}
.hetong1 .box .item .bot {
  font-size: 16px;
  color: #333333;
  line-height: 1;
}
.hetong1 .box .item:hover .bot {
  color: #135eac;
  font-weight: bold;
}
.hetong1 .box .item .bot1 {
  font-size: 16px;
  line-height: 1;
  color: #135eac;
  font-weight: bold;
}
.liucheng {
  width: 100%;
  height: 428px;
  background: url('../image/hetong.jpg') no-repeat center center;
  background-size: auto;
}
.lcbox {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
}
.lctitle {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  width: 174px;
  line-height: 50px;
  text-align: center;
  border-top: 1px solid rgba(233, 236, 238, 0.24);
  border-bottom: 1px solid rgba(233, 236, 238, 0.24);
  margin: 42px auto;
  position: relative;
}
.lctitle:after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -9px;
  width: 15px;
  height: 11px;
  background: url('../image/xia.png') no-repeat;
  background-size: cover;
}
.hetong-news {
  width: 1200px;
  min-width: 1200px;
  margin: 26px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.hetong-news-item {
  width: 380px;
  overflow: hidden;
  flex-shrink: 0;
  margin-bottom: 47px;
}
.hetong-news-item2 {
  width: 587px;
  overflow: hidden;
  flex-shrink: 0;
  margin-bottom: 47px;
}
.hetong-news-item2 .news-item a {
  width: 476px;
  max-width: 476px;
}
.news-title {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #135eac;
  display: flex;
}
.news-title .news-tab {
  display: flex;
  align-items: center;
  line-height: 48px;
  text-align: center;
  border-radius: 4px 4px 0px 0px;
  font-size: 16px;
  cursor: pointer;
  padding: 0 20px;
}
.news-title .news-tab img {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 14px;
}
.nact {
  background: linear-gradient(0deg, #135eac, #106ac7);
  border-radius: 4px 4px 0px 0px;
  color: #ffffff;
}
.hetong-news .more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
  color: #135eac;
  line-height: 1
}
.hetong-news-item2 .more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
  color: #135eac;
  line-height: 1
}
.zui-xiazai .xiazai {
  /*display: flex;*/
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: flex-start;
}
.mb15 {
  margin-bottom: 15px;
}
.zui-xiazai .xiazai .xiazaiitem {
  /*width: 280px;*/
  width: 100%;
  height: 48px;
  margin-top: 0 !important;
}
.news-list {
  height: 256px;
  padding-top: 10px;
}
.news2 {
  font-size: 15px;
  color: #333333;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
}
.news-item {
  width: 100%;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  margin-top: 18px;
}
.news-item a {
  width: 296px;
  font-size: 15px;
  color: #333333;
  line-height: 1;
  display: inline-block;
  max-width: 296px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news-item a:hover {
  color: #1360b0;
}
.news-item span {
  font-size: 15px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 1;
}
.xiazai .xiazaiitem {
  width: 100%;
  line-height: 48px;
  box-sizing: border-box;
  background: linear-gradient(0deg, #ffffff, #f6f9fc);
  border: 1px solid #ebf0f4;
  padding: 0 26px 0 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.xiazai .xiazaiitem:hover {
  background: linear-gradient(0deg, #ffb45f, #f78f4d);
  border: 1px solid #ffab26;
}
.xiazai .xiazaiitem:hover span {
  color: #ffffff;
}
.xiazai .xiazaiitem:hover .img {
  background: url('../image/xiazaia.png') no-repeat;
  background-size: cover;
}
.xiazai .xiazaiitem span {
  font-size: 15px;
  color: #333333;
}
.xiazai .xiazaiitem .img {
  width: 20px;
  height: 20px;
  background: url('../image/xiazai.png') no-repeat;
  background-size: cover;
}
.xiazai .xiazaiitem:not(:first-child) {
  margin-top: 14px;
}
.jiexi {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  padding: 70px 0 50px;
}
.jiexi-left {
  width: 550px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.jiexi-top {
  margin-bottom: 40px;
}
.jiexi-tip1 {
  font-size: 22px;
  font-weight: bold;
  color: #135eac;
  line-height: 1;
  text-align: center;
  margin-bottom: 13px;
  position: relative;
}
.jiexi-tip1:after {
  content: '出资方';
  position: absolute;
  right: -66px;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  line-height: 26px;
  text-align: center;
  background: linear-gradient(0deg, #cf3534, #f84d4c);
  border-radius: 6px 6px 6px 0px;
  font-size: 14px;
  color: #ffffff;
}
.jiexi-tip2 {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 1;
  text-align: center;
}
.jiexi-bot {
  height: 320px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.jiexi-right {
  width: 596px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.jiexi-tipr1 {
  font-size: 22px;
  font-weight: bold;
  color: #135eac;
  line-height: 1;
  text-align: center;
  margin-bottom: 13px;
  position: relative;
}
.jiexi-tipr1:after {
  content: '收款方';
  position: absolute;
  right: -66px;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  line-height: 26px;
  text-align: center;
  background: linear-gradient(0deg, #cf3534, #f84d4c);
  border-radius: 6px 6px 6px 0px;
  font-size: 14px;
  color: #ffffff;
}
.jl-item {
  height: 150px;
  background: linear-gradient(0deg, #ffffff, #f6f9fc);
  border: 1px solid #ebf0f4;
  border-radius: 4px;
  display: flex;
  overflow: hidden;
}
.jl1 {
  width: 80px;
  height: 150px;
  border-radius: 4px 0px 0px 4px;
  flex-shrink: 0;
  box-sizing: border-box;
  padding: 0 15px;
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  line-height: 26px;
}
.bg0 {
  background: linear-gradient(0deg, #68bb5f, #2f9c27);
}
.bg1 {
  background: linear-gradient(0deg, #f8b05b, #ec7c35);
}
.bg2 {
  background: linear-gradient(0deg, #2866a6, #347ac2);
}
.bg3 {
  background: linear-gradient(0deg, #ab6cd6, #8e4ea1);
}
.jl2 {
  flex: 1;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.jl2 span {
  display: block;
  width: 390px;
  font-size: 15px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 26px;
}
.jr-item1 {
  height: 60px;
  background: linear-gradient(0deg, #ffffff, #f6f9fc);
  border: 1px solid #ebf0f4;
  border-radius: 4px;
  display: flex;
  overflow: hidden;
}
.jr-item2 {
  height: 80px;
  background: linear-gradient(0deg, #ffffff, #f6f9fc);
  border: 1px solid #ebf0f4;
  border-radius: 4px;
  display: flex;
  overflow: hidden;
}
.jr1 {
  width: 96px;
  border-radius: 4px 0px 0px 4px;
  flex-shrink: 0;
  box-sizing: border-box;
  padding: 0 15px;
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  line-height: 26px;
  text-align: center;
}
.jr2 {
  flex: 1;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.jr2 span {
  display: block;
  width: 440px;
  font-size: 15px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 26px;
}
.shouyi {
  height: 530px;
  background: url('../image/botbg.jpg') center center no-repeat;
  background-size: auto;
}
.shouyi-title {
  font-size: 24px;
  color: #135eac;
  line-height: 1;
  text-align: center;
  margin-top: 54px;
}
.shouyi-box {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}
.shouyi-item {
  width: 385px;
  height: 180px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.shouyi-item:hover {
  background: #f6f9fc;
  box-shadow: 0px 3px 9px 0px rgba(35, 35, 35, 0.14);
}
.shouyi-item img {
  display: block;
  width: 60px;
  height: 60px;
  margin-top: 20px;
}
.shouyi-item .sp1 {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  line-height: 53px;
}
.shouyi-item .sp2 {
  font-size: 16px;
  color: #333333;
  line-height: 1;
}
.cad {
  display: block;
  height: 126px;
  background: url('../image/linkbg.png') center center no-repeat;
  background-size: auto;
  margin-bottom: 25px;
}
.zui-henews .hetong-news-item2 {
  margin-bottom: 42px;
}
.card2 {
  height: 600px;
  background: url('../image/bg10.jpg') center center no-repeat;
  -webkit-backdrop-filter: auto;
          backdrop-filter: auto;
  box-sizing: border-box;
  padding-top: 74px;
}
.card2-box {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
}
.card2-box img {
  display: block;
  width: 1200px;
  height: 320px;
  margin-top: 70px;
}
.lctitle2 {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  width: 174px;
  line-height: 50px;
  text-align: center;
  border-top: 1px solid rgba(19, 94, 172, 0.24);
  border-bottom: 1px solid rgba(19, 94, 172, 0.24);
  margin: 0 auto;
  position: relative;
}
.lctitle2:after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -9px;
  width: 15px;
  height: 11px;
  background: url('../image/xia.png') no-repeat;
  background-size: cover;
}
.card3 {
  width: 1200px;
  min-width: 1200px;
  height: 640px;
  box-sizing: border-box;
  padding-top: 60px;
  margin: 0 auto;
}
.card3-box {
  margin-top: 67px;
  display: flex;
  flex-wrap: wrap;
}
.card3-item {
  width: 50%;
  box-sizing: border-box;
  padding-left: 60px;
  flex-shrink: 0;
  display: flex;
  align-items: flex-start;
  margin-bottom: 46px;
}
.img-box {
  width: 46px;
  height: 46px;
  overflow: hidden;
  margin-right: 30px;
  flex-shrink: 0;
}
.img-box img {
  width: 100%;
  height: 100%;
}
.c3-info {
  display: flex;
  flex-direction: column;
  max-width: 450px;
  flex-shrink: 0;
}
.c3-info .sp1 {
  font-size: 18px;
  color: #333333;
  line-height: 1;
  margin-bottom: 12px;
}
.c3-info .sp2 {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #888888;
  line-height: 22px;
}
