
.xxsj-sec {
  padding: 40px 0;
}
.xxsj-sec.hsht {
  padding-bottom: 60px;
  position: relative;
}
.xxsj-sec.hsht::after {
  width: 100%;
  height: 20px;
  background-color: #e9e9e9;
  content: '';
  position: absolute;
  bottom: 0;
}
.xxsj-container {
  width: 1200px;
  margin: 0 auto;
}
.graybg {
  background-color: #f1f1f1;
}
.zy-txt {
  line-height: 42px;
  font-size: 20px;
  padding: 0 14px;
  text-align: justify;
}
.zy-txt strong {
  color: #981515;
  font-weight: bold;
}
.zy-jzl {
  margin-top: 28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
.zy-jzl .jzl-thumb {
  width: 454px;
/*  padding: 0 30px;*/
  margin-right: 20px;
}
.zy-jzl .jzl-thumb img {
  width: 104%;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.zy-jzl .jzl-desc {
  width: calc(100% - 476px);
  padding-top: 45px;
}
.zy-jzl .jzl-desc .jzl-item:not(:last-child) {
  margin-bottom: 57px;
}
.zy-jzl .jzl-desc .jzl-item .jzl-tit {
  padding-left: 154px;
}
.zy-jzl .jzl-desc .jzl-item .jzl-tit h3 {
  position: relative;
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 12px;
}
.zy-jzl .jzl-desc .jzl-item .jzl-tit h3::before {
  position: absolute;
  left: -4%;
  top: 42%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #d33355;
  content: '';
}
.zy-jzl .jzl-desc .jzl-item .jzl-tit h3 span {
  color: #ababab;
  margin-left: 14px;
  font-size: 20px;
  font-weight: normal;
}
.zy-jzl .jzl-desc .jzl-item .jzl-tit p {
  font-size: 18px;
}
.xxsj-tit {
  text-align: center;
  position: relative;
  margin-bottom: 44px;
}
.xxsj-tit h2 {
  position: relative;
  font-size: 36px;
  line-height: 36px;
  font-weight: bold;
  padding-bottom: 50px;
}
.xxsj-tit h2::before,
.xxsj-tit h2::after {
  position: absolute;
  top: 74%;
  width: 254px;
  height: 1px;
  background-color: #e8bb9e;
  content: '';
}
.xxsj-tit h2::before {
  left: 24%;
}
.xxsj-tit h2::after {
  right: 24%;
}
.xxsj-tit h2 span {
  color: #981515;
}
.xxsj-tit p {
  font-size: 20px;
}
.xxsj-tit .point {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  background-color: #f3d9cc;
  border-radius: 50%;
  margin: 0 auto;
}
.xxsj-tit .point::before,
.xxsj-tit .point::after {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  content: '';
}
.xxsj-tit .point::before {
  background-color: #e0b7a1;
  left: -22px;
}
.xxsj-tit .point::after {
  background-color: #f7e8e1;
  right: -22px;
}
/*
.xxkc-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
*/
.xxkc-wrap .xxkc-item {
  width: 32%;
}

.xxkc-wrap .xxkc-item .xxkc-desc {
  background-color: #f2f2f2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  border-radius: 10px;
  overflow: hidden;
}
.xxkc-wrap .xxkc-item .xxkc-desc .xxkc-thumb {
 width: 100%;
    padding: 15px;
}
.xxkc-wrap .xxkc-item .xxkc-desc .xxkc-thumb img {
  border-radius: 10px;
}
.xxkc-wrap .xxkc-item .xxkc-desc .xxkc-txt {
  width: 100%;
}
.xxkc-wrap .xxkc-item .xxkc-desc .xxkc-txt .xxkc-a {
   padding: 0 20px;
    padding-bottom: 20px;
}
.xxkc-wrap .xxkc-item .xxkc-desc .xxkc-txt .xxkc-a h3 {
  color: #e0a07c;
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 20px;
}
.xxkc-wrap .xxkc-item .xxkc-desc .xxkc-txt .xxkc-a p {
  font-size: 20px;
  text-align: justify;
  line-height: 36px;
  margin-bottom: 26px;
}
.xxkc-wrap .xxkc-item .xxkc-desc .xxkc-txt .xxkc-a .xxkc-btn {
  width: 230px;
  line-height: 48px;
  color: #fff;
  font-size: 22px;
  text-align: center;
  background: #981515;
  border-radius: 6px;
}
.xxkc-wrap .xxkc-item:nth-last-child(n+3) {
  margin-bottom: 28px;
}
.jgzxj-wrap {
  margin-top: 42px;
  text-align: center;
}
.jgzxj-wrap a {
  font-size: 38px;
  font-weight: bold;
  color: #0c0c0c;
}
.jgzxj-wrap a span {
  color: #e8b89e;
}
.xx-btn {
  padding-top: 36px;
  width: 530px;
  margin: 0 auto;
  text-align: center;
}
.xx-btn a {
  border-radius: 10px;
  background: #990505;
  line-height: 60px;
  font-size: 24px;
  color: #fdebd2;
	display: block;
}
.kcnr-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
.kcnr-wrap .kcnr-item {
      width: 31%;
    margin-bottom: 20px;
    padding: 10px 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 10px 0 #ccc;
    box-shadow: 0 0 10px 0 #ccc;
}
.kcnr-wrap .kcnr-item .kcnr-tit {
  font-size: 22px;
  line-height: 56px;
}
.kcnr-wrap .kcnr-item .kcnr-tit h3 {
  font-weight: bold;
  color: #981515;
}
.kcnr-wrap .kcnr-item .kcnr-txt {
  font-size: 22px;
  line-height: 36px;
}
.kcnr-wrap .kcnr-item .kcnr-txt p {
  position: relative;
  text-indent: 20px;
  font-size: 18px;
}
.kcnr-wrap .kcnr-item .kcnr-txt p::before {
  width: 6px;
  height: 6px;
  background-color: #981515;
  border-radius: 50%;
  content: '';
  position: absolute;
  top: 50%;
  left: 1%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/*
.kcnr-wrap .kcnr-item:not(:nth-child(3n)) {
  margin-right: 2%;
}
.kcnr-wrap .kcnr-item:nth-last-child(n+4) {
  margin-bottom: 2%;
}
*/
.xxsj-bz {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 90px;
}
.xxsj-bz::after {
  position: absolute;
  bottom: 22%;
  left: 50%;
  width: 29px;
  height: 24px;
  background: url(../images/arrow.png) no-repeat;
  background-size: cover;
  content: '';
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.xxsj-bz .bz-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 54px;
  background-color: #454546;
  border-radius: 8px;
	text-align: center;
}
.xxsj-bz .bz-item:not(:nth-child(3n)) {
  margin-right: 66px;
}
.xxsj-bz .bz-item a {
  color: #fff;
  font-size: 21px;
  text-align: center;
}
.xxys-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  width: 100%;
  padding: 26px 23px;
  background-color: #f8f8f8;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.xxys-wrap .xxys-item {
  position: relative;
  background-color: #fff;
  padding: 24px 60px;
  border-radius: 16px;
  width: 465.5px;
}
.xxys-wrap .xxys-item:nth-child(2n) {
  margin-left: 23px;
}
.xxys-wrap .xxys-item:nth-last-child(n+3) {
  margin-bottom: 26px;
}
.xxys-wrap .xxys-item .xxys-tit {
  position: relative;
}
.xxys-wrap .xxys-item .xxys-tit h3 {
  font-size: 22px;
  font-weight: bold;
  line-height: 22px;
  margin-bottom: 23px;
}
.xxys-wrap .xxys-item .xxys-tit p {
  color: #717171;
  font-size: 18px;
  line-height: 25px;
}
.xxys-wrap .xxys-item .xxys-tit .mark {
  position: absolute;
  left: -7%;
  top: -2%;
  width: 26px;
  height: 26px;
  background-color: #e11c4c;
  color: #fff;
  line-height: 26px;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
}
.xxys-wrap .xxys-item::before,
.xxys-wrap .xxys-item::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background-color: #f8f8f8;
  border-radius: 50%;
  content: '';
}
.xxys-wrap .xxys-item::before {
  left: -16px;
}
.xxys-wrap .xxys-item::after {
  right: -16px;
}
.xxsj-banner {
  position: relative;
  padding-top: 455px;
  width: 100%;
  overflow: hidden;
}
.xxsj-banner .banner-wrap {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  width: 1920px;
}
