a {
  display: block;
  color: inherit;
  text-decoration: none;
}
a:active {
  text-decoration: none;
  color: inherit;
}
body {
  color: #000;
}
img {
  display: block;
  width: 100%;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.graybg {
  background: #f4f4f4;
}
.flex-flow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
.moveup {
  position: relative;
  top: 0;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.moveup:hover {
  top: -6px;
}
.zc-container {
  width: 1200px;
  margin: 0 auto;
}
.orcl {
  color: #ff7e00;
}
.btncl {
  color: #be112c;
}
.rdbg {
  background: #980b14;
}
.rdcl {
  color: #be112c;
}
.zc-banner {
  position: relative;
  padding-top: 453px;
}
.zc-banner .banner-wrap {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  /*width: 1920px;*/
  width: 100%;
}
.zc-sec {
  padding: 50px 0 36px;
}
.zc-sec.rdbg .zc-tit {
  color: #fff;
}
.zc-sec.rdbg .zc-tit b {
  color: inherit;
}
.zc-sec.rdbg .zc-tit h2 span::before {
  background-image: url(../images/9.png);
}
.zc-sec.rdbg .zc-tit h2 span::after {
  background-image: url(../images/10.png);
}
.zc-sec.rdbg .zc-btn a {
  background: #fff;
  color: #be112c;
}
.zc-tit {
  padding-bottom: 42px;
}
.zc-tit h2 {
  line-height: 36px;
  font-size: 34px;
  font-weight: normal;
  text-align: center;
}
.zc-tit h2 b {
  font-weight: bold;
  color: #be112c;
}
.zc-tit h2 span {
  position: relative;
}
.zc-tit h2 span::before,
.zc-tit h2 span::after {
  content: "";
  width: 84px;
  height: 26px;
  position: absolute;
  top: 50%;
  background-size: cover;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.zc-tit h2 span::before {
  background: url(../images/7.png) no-repeat;
  left: -100px;
}
.zc-tit h2 span::after {
  background: url(../images/8.png) no-repeat;
  right: -100px;
}
.qjfx .qjfx-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
}
.qjfx .qjfx-wrap .qjfx-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
  padding: 10px;
  border: 1px solid #959595;
}
.qjfx .qjfx-wrap .qjfx-item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
.qjfx .qjfx-wrap .qjfx-item .qjfx-desc {
  height: 252px;
  padding: 10px;
}
.qjfx .qjfx-wrap .qjfx-item .qjfx-desc .qjfx-tit {
  text-align: center;
  padding-top: 72px;
  margin-bottom: 20px;
}
.qjfx .qjfx-wrap .qjfx-item .qjfx-desc .qjfx-tit h3 {
  position: relative;
  color: #ff7e00;
  font-size: 26px;
  line-height: 26px;
  font-weight: bold;
}
.qjfx .qjfx-wrap .qjfx-item .qjfx-desc .qjfx-tit h3::before {
  position: absolute;
  bottom: -14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 52px;
  height: 2px;
  background: #4c4c4c;
  content: '';
  z-index: 1;
}
.qjfx .qjfx-wrap .qjfx-item .qjfx-desc .qjfx-txt {
  font-size: 18px;
  line-height: 40px;
}
.qjfx .qjfx-wrap .qjfx-item:nth-child(2n) a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -moz-box-orient: vertical;
  -moz-box-direction: reverse;
  flex-direction: column-reverse;
}
.qjfx .qjfx-wrap .qjfx-item:nth-last-child(n+2) {
  margin-right: 30px;
}
.qjfx .qjfx-wrap .qjfx-item:nth-child(1) .qjfx-desc .qjfx-tit {
  background: url(../images/zcicon01.png) no-repeat center 10px;
  background-size: 49px auto;
}
.qjfx .qjfx-wrap .qjfx-item:nth-child(2) .qjfx-desc .qjfx-tit {
  background: url(../images/zcicon02.png) no-repeat center 10px;
  background-size: 49px auto;
}
.qjfx .qjfx-wrap .qjfx-item:nth-child(3) .qjfx-desc .qjfx-tit {
  background: url(../images/zcicon03.png) no-repeat center 10px;
  background-size: 48px auto;
}
.qjfx .qjfx-wrap .qjfx-item:nth-child(4) .qjfx-desc .qjfx-tit {
  background: url(../images/zcicon04.png) no-repeat center 0px;
  background-size: 51px auto;
}
.zc-btn {
  margin-top: 50px;
  line-height: 56px;
}
.zc-btn a {
  width: 474px;
  margin: 0 auto;
  background: #be112c;
  text-align: center;
  color: #fff;
  border-radius: 28px;
  font-size: 20px;
}
.rmzy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
}
.rmzy .rmzy-item {
  position: relative;
  padding: 16px 16px 66px;
  background: #fff;
  width: 352px;
}
.rmzy .rmzy-item:not(:nth-child(3n)) {
  margin-right: 24px;
}
.rmzy .rmzy-item:nth-last-child(n+4){
  margin-bottom:24px
}
.rmzy .rmzy-item .rmzy-thumb {
  position: relative;
  overflow: hidden;
}
.rmzy .rmzy-item .rmzy-thumb .status-tit {
  position: absolute;
  top: 16px;
  left: -40%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 100%;
  line-height: 36px;
  font-size: 18px;
  background: #fa1d00;
  text-align: center;
  color: #fff;
  z-index: 1;
}
.rmzy .rmzy-item .rmzy-tit {
  padding-top: 28px;
  text-align: center;
}
.rmzy .rmzy-item .rmzy-tit h3 {
  color: #1f1f1f;
  font-size: 26px;
  font-weight: bold;
}
.rmzy .rmzy-item .rmzy-tit h3 span {
  color: #be112c;
}
.rmzy .rmzy-item .rmzy-txt {
  color: #656565;
  font-size: 16px;
  line-height: 28px;
  padding: 10px 6px 10px;
}
.rmzy .rmzy-item .rmzy-btn {
  position: absolute;
  width: calc(100% - 32px);
  line-height: 50px;
  text-align: center;
  bottom: 16px;
}
.rmzy .rmzy-item .rmzy-btn span {
  display: block;
  width: 286px;
  margin: 0 auto;
  border-radius: 25px;
  background: #be112c;
  font-size: 18px;
  color: #fff;
}
.zcds-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.zcds-wrap .zcds-item {
  position: relative;
  width: 374px;
  border-radius: 10px;
  background: #fff;
  padding: 30px 0 80px;
}
.zcds-wrap .zcds-item .zcds-thumb {
  width: 271px;
  height: 271px;
  overflow: hidden;
  background: #cecece;
  border-radius: 50%;
  margin: 0 auto;
  border: 10px solid #f1f1f1;
}
.zcds-wrap .zcds-item .dsry {
  position: absolute;
  top: 20px;
  right: 26px;
  width: 100px;
}
.zcds-wrap .zcds-item .zcds-desc {
  text-align: center;
  padding: 30px 0;
}
.zcds-wrap .zcds-item .zcds-desc .zcds-tit {
  font-size: 24px;
  line-height: 24px;
}
.zcds-wrap .zcds-item .zcds-desc .zcds-tit h3 {
  font-weight: normal;
}
.zcds-wrap .zcds-item .zcds-desc .zcds-txt {
  text-align: center;
  font-size: 18px;
  color: #666;
  margin: 10px 0;
  line-height: 32px;
}
.zcds-wrap .zcds-item .zcds-btn {
  position: absolute;
  width: 100%;
  padding: 0 30px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.zcds-wrap .zcds-item .zcds-btn span {
  display: block;
  background-color: #980b14;
  color: #fff;
  border-radius: 5px;
  font-size: 16px;
}
.jxbz-wrap {
  padding: 10px 0;
}
.zcsl-wrap .zcsl-txt {
  padding-bottom: 40px;
  font-size: 22px;
  line-height: 40px;
}
.zcsl-wrap .zcsl-txt p {
  color: #363636;
}
.zcsl-thumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  justify-content: space-between;
  overflow: hidden;
}
.zcsl-thumb .zcsl-item:nth-child(n+2) a img:nth-last-child(n+2) {
  margin-bottom: 14px;
}
.jywy-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.jywy-list .jywy-item {
  width: 285px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.jywy-list .jywy-item:nth-child(4n) {
  margin-right: 0;
}
.jywy-list .jywy-item .jywy-desc {
  text-align: center;
  padding: 22px 0;
  background: #f4f4f4;
}
.jywy-list .jywy-item .jywy-desc h4 {
  line-height: 26px;
  font-size: 26px;
  color: #f45812;
  margin-bottom: 12px;
}
.jywy-list .jywy-item .jywy-desc p {
  font-size: 16px;
  line-height: 16px;
}
.cgxz_box {
  width: 100%;
  padding: 10px 0 20px;
  overflow: hidden;
  background: #fff;
}
.cgxz_box .cgxz {
  width: 2400px;
  position: relative;
}
.cgxz_box .cgxz li {
  width: 360px;
  height: 360px;
  border-radius: 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 15px;
  margin-top: 180px;
  border: 1px solid #7d7d7d;
}
.cgxz_box .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  justify-content: space-between;
}
.xz_pic {
  width: 280px;
  height: 280px;
  border: 1px solid #7d7d7d;
  border-radius: 50%;
  margin: -164px auto 0;
  padding: 12px;
}
.xz_pic img {
  display: block;
  margin: 0 auto;
}
.xz_con .xz_i {
  width: 220px;
  height: 90px;
  border-radius: 50%;
  display: block;
  background: #fff;
  margin: -63px auto 0;
}
.xz_con h4 {
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  text-align: center;
  margin-top: -75px;
}
.xz_con span::before {
  width: 51px;
  height: 1px;
  background: #7d7d7d;
  content: "";
  margin-top: 6px;
}
.xz_con span::after {
  width: 51px;
  height: 1px;
  background: #7d7d7d;
  content: "";
  margin-top: 6px;
}
.xz_con span i {
  width: 12px;
  height: 12px;
  background: #313131;
  border-radius: 50%;
}
.xz_con span {
  width: 142px;
  margin: 18px auto 30px;
}
.xz_con p {
  padding-left: 65px;
  font-size: 20px;
  color: #333;
  margin-bottom: 10px;
}
.xz_con p b {
  color: #fd020f;
  font-size: 20px;
}

.text-list{display: flex;
  justify-content: space-between;
  flex-wrap: wrap; padding-top: 50px;
  width: 100%;
}

.text-list .text-item{ width: 32.2%; margin-bottom: 1.6%;}


.text-list .text-item a{ padding: 2% 3%;
  box-shadow: 0 1px 12px 0px rgb(0 0 0 / 14%), 0 4px 10px 1px rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 0 0 / 10%);
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 16px;
  transition: all 0.12s;
}

.text-list .text-item a:hover{ color: #fff;
  background-color: rgba(244, 88, 18,0.88);
}
