.txtEllipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* 初始化CSS  重置浏览器样式*/
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
div,
img {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
fieldset,
img {
  border: none;
}
ul,
ol,
li {
  list-style: none;
}
input {
  padding-top: 0;
  padding-bottom: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  border: 0 none;
}
select,
input {
  vertical-align: middle;
}
select,
input,
textarea {
  font-size: 14px;
  margin: 0;
  outline: none;
}
textarea {
  resize: none;
}
table {
  border-collapse: collapse;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
body {
  font-size: 16px;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}
a {
  color: #666;
  text-decoration: none;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-size: 16px;
  transition: 0.5s all;
}
a:hover {
  text-decoration: none;
  color: #ff7a18;
}
i,
b {
  font-style: normal;
}
.wrap {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.max {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}
.top {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  background: url(../images/body_bg.jpg) no-repeat center top;
  background-size: 100% auto;
  height: 560px;
}
.webIDCard {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.webIDCard h2 {
  background: url('../images/title_wlsfz.png') no-repeat center top;
  background-size: auto 100%;
  height: 67px;
  text-indent: -1978px;
  overflow: hidden;
}
.webIDCard .more {
  font-size: 20px;
  position: absolute;
  right: 15px;
  top: 0;
  height: 67px;
  line-height: 67px;
}
.webIDCard .con .desc {
  width: 1160px;
  padding: 20px 25px;
  background-color: #e3f0fe;
  border-radius: 15px;
  margin: 35px auto 0;
}
.webIDCard .con .desc p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.6;
  text-align: justify;
}
.webIDCard .con .idCardQuestion {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 25px auto 0;
  width: 1160px;
}
.webIDCard .con .idCardQuestion .item {
  display: block;
  width: 280px;
  height: 112px;
}
.webIDCard .con .questionList {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 35px auto 0;
  width: 1160px;
}
.webIDCard .con .questionList .item {
  background: url(../images/bg_question.png) no-repeat;
  background-size: 100% 100%;
  width: 570px;
  height: 158px;
  padding: 20px 45px 20px 56px;
  margin-bottom: 25px;
}
.webIDCard .con .questionList .item .tit {
  font-weight: 600;
  display: flex;
  align-items: center;
}
.webIDCard .con .questionList .item .tit::before {
  content: '';
  display: inline-block;
  width: 42px;
  height: 42px;
  background: url(../images/icon_question.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 10px;
}
.webIDCard .con .questionList .item .tit span {
  display: block;
  text-align: justify;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.webIDCard .con .questionList .item .answer {
  color: #555;
  line-height: 1.6;
  text-align: justify;
  margin-top: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.hlslBox {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 50px;
  position: relative;
}
.hlslBox .wrap {
  overflow: visible;
}
.hlslBox h2 {
  background: url('../images/title_hlsl.png') no-repeat center top;
  background-size: auto 100%;
  height: 67px;
  text-indent: -1978px;
  overflow: hidden;
}
.hlslBox .more {
  font-size: 20px;
  position: absolute;
  right: 15px;
  top: 0;
  height: 67px;
  line-height: 67px;
}
.hlslBox .con .list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 70px;
  padding-bottom: 10px;
}
.hlslBox .con .list .item {
  width: 220px;
  height: 230px;
  box-shadow: 0 0 10px #DDD;
  border-radius: 20px;
}
.hlslBox .con .list .item .topbg {
  width: 100%;
  height: 110px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background: url(../images/bg_sl.jpg) no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.hlslBox .con .list .item .topbg img {
  position: absolute;
  left: 50%;
  top: -20px;
  transform: translateX(-50%);
  z-index: 9;
}
.hlslBox .con .list .item .tit {
  padding: 0 10px;
  background-color: #FFF;
  padding-top: 25px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1;
}
.hlslBox .con .list .item .btn {
  padding: 0 10px;
  background-color: #FFF;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.hlslBox .con .list .item .btn a {
  display: flex;
  width: 146px;
  height: 30px;
  justify-content: center;
  align-items: center;
  border: solid 1px #0a83f9;
  border-radius: 15px;
  color: #0a83f9;
  margin: 25px auto 0;
}
.hlslBox .con .list .item .btn a:hover {
  border-color: #ff7a18;
  color: #ff7a18;
}
.processBox {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 50px;
}
.processBox .wrap {
  display: flex;
  justify-content: space-between;
}
.processBox .left {
  width: 695px;
}
.processBox .left .xcbzBox {
  margin-top: 50px;
  position: relative;
}
.processBox .left .xcbzBox h2 {
  background: url('../images/title_jdlc.png') no-repeat center top;
  background-size: auto 100%;
  height: 67px;
  text-indent: -1978px;
  overflow: hidden;
}
.processBox .left .xcbzBox .more {
  font-size: 20px;
  position: absolute;
  right: 15px;
  top: 0;
  height: 67px;
  line-height: 67px;
}
.processBox .left .xcbzBox .con .list {
  margin-top: 20px;
  overflow: hidden;
}
.processBox .left .xcbzBox .con .list::before {
  content: '';
  width: 2px;
  height: 1010px;
  background-color: #346aff;
  position: absolute;
  left: 18.5px;
  top: 200px;
  z-index: 9;
}
.processBox .left .xcbzBox .con .list .item {
  margin-top: 30px;
}
.processBox .left .xcbzBox .con .list .item .tit {
  width: 415px;
  height: 60px;
  background-color: #346aff;
  padding: 0 15px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  margin-left: 50px;
  position: relative;
}
.processBox .left .xcbzBox .con .list .item .tit::before {
  content: '';
  width: 38px;
  height: 38px;
  background-color: #346aff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #FFF;
  font-weight: 600;
  z-index: 99;
}
.processBox .left .xcbzBox .con .list .item .tit h3 {
  font-size: 20px;
  color: #FFF;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.processBox .left .xcbzBox .con .list .item .tit h3::before {
  content: '';
  width: 3px;
  height: 22px;
  background-color: #FFF;
  border-radius: 2px;
  display: block;
  margin-right: 10px;
}
.processBox .left .xcbzBox .con .list .item:nth-child(1) .tit::before {
  content: '1';
}
.processBox .left .xcbzBox .con .list .item:nth-child(2) .tit::before {
  content: '2';
}
.processBox .left .xcbzBox .con .list .item:nth-child(3) .tit::before {
  content: '3';
}
.processBox .left .xcbzBox .con .list .item:nth-child(4) .tit::before {
  content: '4';
}
.processBox .left .xcbzBox .con .list .item:nth-child(5) .tit::before {
  content: '5';
}
.processBox .left .xcbzBox .con .list .item:nth-child(6) .tit::before {
  content: '6';
}
.processBox .left .xcbzBox .con .list .item:nth-child(7) .tit::before {
  content: '7';
}
.processBox .left .xcbzBox .con .list .item .detail {
  margin-left: 50px;
  margin-top: 20px;
  text-align: justify;
  line-height: 1.6;
}
.processBox .left .xcbzBox .con .list .item .detail span {
  font-weight: 800;
  color: #000;
}
.processBox .left .xcbzBox .con .list .item .remarks {
  margin-left: 50px;
  margin-top: 20px;
  text-align: justify;
  line-height: 1.6;
  background-color: #fefaf4;
  padding: 20px;
  border-radius: 20px;
}
.processBox .left .xcbzBox .con .list .item .remarks span {
  font-weight: 800;
  color: #ef5b0a;
}
.processBox .right {
  width: 450px;
}
.processBox .right .cjwtBox {
  margin-top: 50px;
  position: relative;
}
.processBox .right .cjwtBox h2 {
  background: url('../images/title_cjwd.png') no-repeat center top;
  background-size: auto 100%;
  height: 67px;
  text-indent: -1978px;
  overflow: hidden;
}
.processBox .right .cjwtBox .more {
  font-size: 20px;
  position: absolute;
  right: 15px;
  top: 0;
  height: 67px;
  line-height: 67px;
}
.processBox .right .cjwtBox .con .list {
  margin-top: 50px;
}
.processBox .right .cjwtBox .con .list .item {
  background: url(../images/bg_cjwd.png) no-repeat;
  background-size: 100% 100%;
  width: 450px;
  height: 214px;
  margin-bottom: 15px;
  padding: 0 20px 10px;
}
.processBox .right .cjwtBox .con .list .item .tit {
  width: 360px;
  height: 58px;
  display: block;
  line-height: 58px;
  font-size: 18px;
  font-weight: 600;
  color: #FFF;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.processBox .right .cjwtBox .con .list .item .tit a {
  font-size: 18px;
  font-weight: 600;
  color: #FFF;
}
.processBox .right .cjwtBox .con .list .item .tit a::before {
  content: 'Q:';
  font-size: 20px;
  font-weight: 600;
  color: #FFF;
  margin-right: 5px;
}
.processBox .right .cjwtBox .con .list .item .desc {
  line-height: 1.6;
  margin-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.sceneBox {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 50px;
  margin-bottom: 50px;
}
.sceneBox .wrap {
  display: flex;
  justify-content: space-between;
}
.sceneBox .left {
  width: 695px;
}
.sceneBox .left .btcjBox {
  position: relative;
}
.sceneBox .left .btcjBox h2 {
  background: url('../images/title_btcj.png') no-repeat center top;
  background-size: auto 100%;
  height: 67px;
  text-indent: -1978px;
  overflow: hidden;
}
.sceneBox .left .btcjBox .more {
  font-size: 20px;
  position: absolute;
  right: 15px;
  top: 0;
  height: 67px;
  line-height: 67px;
}
.sceneBox .left .btcjBox .con .list {
  margin-top: 20px;
  overflow: hidden;
}
.sceneBox .left .btcjBox .con .list .item {
  margin-top: 30px;
}
.sceneBox .left .btcjBox .con .list .item .tit {
  width: 475px;
  height: 60px;
  background-color: #346aff;
  padding: 0 15px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  position: relative;
}
.sceneBox .left .btcjBox .con .list .item .tit h3 {
  font-size: 20px;
  color: #FFF;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.sceneBox .left .btcjBox .con .list .item .tit h3::before {
  content: '';
  width: 3px;
  height: 22px;
  background-color: #FFF;
  border-radius: 2px;
  display: block;
  margin-right: 10px;
}
.sceneBox .left .btcjBox .con .list .item .detail {
  margin-top: 20px;
  text-align: justify;
  line-height: 1.6;
}
.sceneBox .left .btcjBox .con .list .item .detail span {
  font-weight: 800;
  color: #000;
}
.sceneBox .left .btcjBox .con .list .item .remarks {
  margin-top: 20px;
  text-align: justify;
  line-height: 1.6;
  background-color: #fefaf4;
  padding: 20px;
  border-radius: 20px;
}
.sceneBox .left .btcjBox .con .list .item .remarks span {
  font-weight: 800;
  color: #ef5b0a;
}
.sceneBox .right {
  width: 450px;
}
.sceneBox .right .addressBox .titleBox {
  position: relative;
}
.sceneBox .right .addressBox .titleBox h2 {
  background: url('../images/title_bldd.png') no-repeat center top;
  background-size: auto 100%;
  height: 67px;
  text-indent: -1978px;
  overflow: hidden;
}
.sceneBox .right .addressBox .titleBox .more {
  font-size: 20px;
  position: absolute;
  right: 15px;
  top: 0;
  height: 67px;
  line-height: 67px;
}
.sceneBox .right .addressBox .con .list {
  margin-top: 50px;
}
.sceneBox .right .addressBox .con .list .item {
  width: 100%;
  height: 184px;
  background-color: #f4f9fe;
  border-radius: 15px;
  padding: 0 20px;
  margin-bottom: 20px;
  overflow: hidden;
}
.sceneBox .right .addressBox .con .list .item .tit {
  border-bottom: solid 1px #c5e1fd;
  margin-top: 10px;
}
.sceneBox .right .addressBox .con .list .item .tit h3 {
  height: 50px;
  line-height: 50px;
  font-size: 22px;
  font-weight: 800;
  color: #3062ec;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sceneBox .right .addressBox .con .list .item .desc {
  padding: 0 20px;
  text-align: justify;
  line-height: 1.6;
  margin-top: 20px;
}
.sceneBox .right .addressBox .con .list .item .desc p {
  margin-top: 10px;
}
