* {
  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: 'PingFang SC', 'Lantinghei SC', 'Helvetica Neue', Helvetica, Arial, 'Microsoft YaHei', '微软雅黑', STHeitiSC-Light, simsun, '宋体', 'WenQuanYi Zen Hei', '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: 'PingFang SC', 'Lantinghei SC', 'Helvetica Neue', Helvetica, Arial, 'Microsoft YaHei', '微软雅黑', STHeitiSC-Light, simsun, '宋体', 'WenQuanYi Zen Hei', 'WenQuanYi Micro Hei', sans-serif;
}
a {
  color: #333333;
  text-decoration: none;
  font-family: 'PingFang SC', 'Lantinghei SC', 'Helvetica Neue', Helvetica, Arial, 'Microsoft YaHei', '微软雅黑', STHeitiSC-Light, simsun, '宋体', 'WenQuanYi Zen Hei', 'WenQuanYi Micro Hei', sans-serif;
  font-size: 16px;
}
i,
b {
  font-style: normal;
}
.wrap {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
.indexBox {
  position: relative;
  overflow: hidden;
  padding-bottom: 85px;
}
.indexBox .bgBox {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: #af0000;
  height: 9003px;
}
.indexBox .bgBox .banner {
  height: 737px;
  background: url(../images/banner.jpg) top center no-repeat;
}
.indexBox .bgBox .bg1 {
  position: absolute;
  top: 834px;
  width: 100%;
  height: 1175px;
  background: url(../images/bg1.jpg) center center no-repeat;
}
.indexBox .bgBox .bg2 {
  position: absolute;
  top: 2319px;
  width: 100%;
  height: 4042px;
  background: url(../images/bg2.jpg) center center no-repeat;
}
.indexBox .bgBox .bg3 {
  position: absolute;
  top: 5963px;
  width: 100%;
  height: 3040px;
  background: url(../images/bg3.jpg) center center no-repeat;
}
.indexBox .banner {
  height: 540px;
}
.indexBox .tt {
  height: 215px;
  background: url(../images/hedInfo_bg.png) center center no-repeat;
}
.indexBox .tt .wrap {
  padding: 25px 45px;
}
.indexBox .tt .wrap .title {
  text-align: center;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.indexBox .tt .wrap .title a {
  font-size: 30px;
  font-weight: bold;
  color: #b80c08;
}
.indexBox .tt .wrap .desc {
  font-size: 16px;
  margin-top: 15px;
  text-align: justify;
  text-indent: 2em;
}
.indexBox .hedInfo {
  height: 474px;
  margin-top: 56px;
  overflow: hidden;
  position: relative;
}
.indexBox .hedInfo .left {
  z-index: 3;
  width: 805px;
  height: 460px;
  border: 5px solid #efb871;
  margin-top: 14px;
  padding: 19px 22px 19px 21px;
  position: relative;
}
.indexBox .hedInfo .left .info-swiper {
  width: 100%;
  height: 100%;
}
.indexBox .hedInfo .left .info-swiper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.indexBox .hedInfo .left .info-swiper .swiper-slide .pic {
  width: 100%;
  height: 100%;
  background: #ccc;
}
.indexBox .hedInfo .left .info-swiper .swiper-slide .pic img {
  width: 100%;
  height: 100%;
}
.indexBox .hedInfo .left .info-swiper .swiper-slide .tit {
  height: 95px;
  background: rgba(0, 0, 0, 0.49);
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 20px 24px 0;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.indexBox .hedInfo .left .info-pagiantion {
  position: absolute;
  bottom: 34px;
  left: 45px;
  z-index: 9;
}
.indexBox .hedInfo .left .info-pagiantion .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #fff;
  opacity: 0.3;
  transition: all 0.5s ease;
  margin: 0;
  margin-right: 10px;
}
.indexBox .hedInfo .left .info-pagiantion .swiper-pagination-bullet-active {
  opacity: 1;
}
.indexBox .hedInfo .right {
  width: 767px;
  height: 474px;
  background: linear-gradient(90deg, #b70002 0%, #ce1618 100%);
  border-radius: 3px;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
  padding-right: 15px;
}
.indexBox .hedInfo .right .more {
  margin-top: 10px;
  text-align: right;
}
.indexBox .hedInfo .right .more a {
  color: #ffb756;
  font-size: 16px;
}
.indexBox .hedInfo .right .list {
  width: 358px;
  float: right;
}
.indexBox .hedInfo .right .list li {
  padding: 18px 0;
  border-bottom: 1px solid rgba(239, 184, 113, 0.33);
}
.indexBox .hedInfo .right .list li a {
  color: #ffffff;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.indexBox .hedInfo .right .list li a::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid #efb871;
  margin-right: 10px;
}
.indexBox .hedInfo .right .list li a:hover {
  color: #fef7d0;
}
.indexBox .hedInfo .right .list li:last-child {
  border-bottom: none;
}
.indexBox .hyyc {
  margin-top: 79px;
  padding: 18px 15px;
  background: linear-gradient(0deg, #eeac56 0%, #ffeeba 100%), linear-gradient(#000000, #000000);
}
.indexBox .hyyc .bt {
  width: 43px;
  height: 202px;
  border: 1px solid #fa3a35;
  color: #a50001;
  font-size: 30px;
  text-align: center;
  padding: 18px 0 0;
  float: left;
}
.indexBox .hyyc .rlSwitch {
  width: 210px;
  height: 211px;
  background: url(../images/rl_bg.png) center center no-repeat;
  float: left;
  margin: -9px 0 0 17px;
  font-size: 24px;
  padding: 87px 0 0 0;
  text-align: center;
  vertical-align: bottom;
  color: #b72d2a;
  position: relative;
}
.indexBox .hyyc .rlSwitch .hed {
  position: absolute;
  width: 100%;
  padding: 0 12px;
  font-size: 30px;
  top: 30px;
  color: #f2efc9;
  line-height: 40px;
}
.indexBox .hyyc .rlSwitch .hed span {
  float: left;
}
.indexBox .hyyc .rlSwitch .hed span:last-child {
  float: right;
}
.indexBox .hyyc .rlSwitch .num {
  font-size: 100px;
  font-weight: bold;
}
.indexBox .hyyc .rlBox {
  width: 316px;
  float: left;
  margin-left: 16px;
}
.indexBox .hyyc .rlBox .hed {
  height: 42px;
  background: #d6161b;
  border-radius: 14px 14px 0 0;
  overflow: hidden;
  padding: 0 15px;
}
.indexBox .hyyc .rlBox .hed li {
  color: #f2efc9;
  float: left;
  line-height: 42px;
  margin-right: 17px;
  width: 25px;
  text-align: center;
}
.indexBox .hyyc .rlBox .hed li:last-child {
  margin-right: 0;
}
.indexBox .hyyc .rlBox .con {
  border-radius: 0 0 14px 14px;
  border: solid 1px #ec1317;
  padding: 0 15px 3px 15px;
  overflow: hidden;
}
.indexBox .hyyc .rlBox .con li {
  width: 25px;
  float: left;
  height: 25px;
  color: #222222;
  opacity: 0.5;
  line-height: 25px;
  margin-right: 17px;
  text-align: center;
  margin-top: 5px;
  transition: all 0.5s;
  border-radius: 50%;
}
.indexBox .hyyc .rlBox .con li:nth-child(7n) {
  margin-right: 0;
}
.indexBox .hyyc .rlBox .con li.has {
  opacity: 1;
  cursor: pointer;
}
.indexBox .hyyc .rlBox .con li.on {
  border-radius: 50%;
  background: #d6161b;
  color: #fff;
}
.indexBox .hyyc .rl-swiper {
  width: calc(100% - 622px);
  float: left;
  margin-left: 20px;
}
.indexBox .hyyc .rl-swiper .swiper-slide {
  position: relative;
  overflow-y: auto;
  height: 202px;
}
.indexBox .hyyc .rl-swiper .swiper-slide::-webkit-scrollbar {
  width: 4px;
  background: #c51212;
  border-radius: 2px;
}
.indexBox .hyyc .rl-swiper .swiper-slide::-webkit-scrollbar-thumb {
  background: #f1b360;
  border-radius: 2px;
}
.indexBox .hyyc .rl-swiper .swiper-slide ul {
  padding: 26px 0;
  position: relative;
}
.indexBox .hyyc .rl-swiper .swiper-slide ul::before {
  position: absolute;
  content: '';
  min-height: 202px;
  height: 100%;
  width: 1px;
  background: #ec1317;
  top: 0;
  left: 7px;
}
.indexBox .hyyc .rl-swiper .swiper-slide ul li {
  overflow: hidden;
  margin-bottom: 30px;
}
.indexBox .hyyc .rl-swiper .swiper-slide ul li::before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #d6161b url(../images/next1.png) center center no-repeat;
  background-size: 6px auto;
  float: left;
  color: #fff;
  text-align: center;
  line-height: 15px;
  position: relative;
  z-index: 2;
}
.indexBox .hyyc .rl-swiper .swiper-slide ul li a,
.indexBox .hyyc .rl-swiper .swiper-slide ul li p {
  display: block;
  width: calc(100% - 32px);
  float: right;
}
.indexBox .hyyc .rl-swiper .swiper-slide ul li a:hover,
.indexBox .hyyc .rl-swiper .swiper-slide ul li p:hover {
  color: #d6161b;
}
.indexBox .hyyc .rl-swiper .swiper-slide ul li:last-child {
  margin-bottom: 0;
}
.indexBox .qwfb {
  margin-top: 73px;
}
.indexBox .qwfb .title {
  height: 129px;
  background: url(../images/title1.png) center center no-repeat;
}
.indexBox .qwfb .content {
  margin-top: 48px;
  background: url(../images/qwfb_bg.png) center center no-repeat;
  height: 576px;
  padding-left: 13px;
  padding-right: 33px;
}
.indexBox .qwfb .content .list {
  float: left;
  padding: 25px 38px 0 0;
  width: 576px;
  position: relative;
}
.indexBox .qwfb .content .list li {
  float: right;
  height: 68px;
  width: 464px;
  position: relative;
  border-bottom: 1px dashed #999;
  transition: all 0.5s;
}
.indexBox .qwfb .content .list li .tit {
  line-height: 68px;
}
.indexBox .qwfb .content .list li .tit a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.indexBox .qwfb .content .list li .tit a::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 20px;
  background: url(../images/list_icon.png) center center no-repeat;
  margin-right: 13px;
  vertical-align: middle;
  margin-top: -3px;
}
.indexBox .qwfb .content .list li .desc {
  display: none;
}
.indexBox .qwfb .content .list li.on {
  height: 191px;
  width: 576px;
  background: linear-gradient(90deg, #f3bf74 0%, #ffeeba 100%);
  padding: 18px 28px 0 35px;
  border-bottom: none;
  box-shadow: 0px 9px 21px 0px rgba(150, 61, 22, 0.32);
  margin: -1px -38px 0 0;
}
.indexBox .qwfb .content .list li.on .tit {
  line-height: 55px;
}
.indexBox .qwfb .content .list li.on .tit a {
  font-size: 18px;
  font-weight: bold;
  color: #b80c08;
}
.indexBox .qwfb .content .list li.on .tit a::before {
  border-radius: 50%;
  background: #d6161b url(../images/prev1.png) center center no-repeat;
  background-size: 6px auto;
  width: 17px;
  height: 17px;
}
.indexBox .qwfb .content .list li.on .desc {
  display: block;
  line-height: 24px;
}
.indexBox .qwfb .content .list .more {
  margin-top: 15px;
  position: absolute;
  bottom: -45px;
  left: 70px;
}
.indexBox .qwfb .content .list .more a {
  color: #b80c08;
}
.indexBox .qwfb .content .swiperBox {
  width: 506px;
  float: right;
  margin-top: -12px;
  position: relative;
}
.indexBox .qwfb .content .swiperBox .prev {
  width: 29px;
  height: 29px;
  background: #d6161b url(../images/prev1.png) center center no-repeat;
  border-radius: 50%;
  position: absolute;
  top: 252px;
  left: 0;
  cursor: pointer;
  z-index: 5;
}
.indexBox .qwfb .content .swiperBox .next {
  width: 29px;
  height: 29px;
  background: #d6161b url(../images/next1.png) center center no-repeat;
  border-radius: 50%;
  top: 252px;
  right: 24px;
  position: absolute;
  cursor: pointer;
  z-index: 5;
}
.indexBox .qwfb .content .swiperBox .qwfb-swiper .swiper-slide {
  height: 499px;
  position: relative;
}
.indexBox .qwfb .content .swiperBox .qwfb-swiper .swiper-slide .tit {
  width: 107px;
  height: 232px;
  background: url(../images/qwfb_title.png) center center no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  writing-mode: vertical-lr;
  text-align: center;
  line-height: 107px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 13px 0 28px;
  z-index: 3;
  letter-spacing: 1.5px;
}
.indexBox .qwfb .content .swiperBox .qwfb-swiper .swiper-slide .pic {
  width: 380px;
  height: 462px;
  position: absolute;
  top: 37px;
  left: 49px;
  background: #ccc;
}
.indexBox .qwfb .content .swiperBox .qwfb-swiper .swiper-slide .pic img {
  width: 100%;
  height: 100%;
}
.indexBox .dbthd {
  margin-top: 98px;
}
.indexBox .dbthd .title {
  height: 129px;
  background: url(../images/title2.png) center center no-repeat;
}
.indexBox .dbthd .content {
  margin-top: 47px;
  position: relative;
  height: 546px;
}
.indexBox .dbthd .content .prev,
.indexBox .dbthd .content .next {
  width: 60px;
  height: 97px;
  background: rgba(255, 255, 255, 0.32) url(../images/prev2.png) center center no-repeat;
  position: absolute;
  top: 185px;
  left: 0;
  cursor: pointer;
}
.indexBox .dbthd .content .next {
  background-image: url(../images/next2.png);
  left: auto;
  right: 0;
}
.indexBox .dbthd .content .dbthd-swiper {
  width: 972px;
  margin: 0 auto;
}
.indexBox .dbthd .content .dbthd-swiper .swiper-slide {
  width: 511px;
  height: 339px;
  background: #ccc;
}
.indexBox .dbthd .content .dbthd-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.indexBox .dbthd .content .itemTit {
  position: absolute;
  bottom: 0;
  width: 1023px;
  left: 50%;
  transform: translateX(-50%);
}
.indexBox .dbthd .content .itemTit .item {
  width: 1023px;
  height: 347px;
  background: url(../images/dbthd_bg.png) center center no-repeat;
  display: none;
  padding: 230px 19px 0;
  text-align: center;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}
.indexBox .dbthd .content .itemTit .item.on {
  display: block;
  animation: fadeUpIn 0.5s forwards;
}
.indexBox .dbft {
  margin-top: 99px;
}
.indexBox .dbft .title {
  height: 129px;
  background: url(../images/title3.png) center center no-repeat;
}
.indexBox .dbft .hedCon {
  margin-top: 46px;
}
.indexBox .dbft .hedCon .swiper-dbft1 {
  width: 988px;
  height: 542px;
  box-shadow: 0px 9px 29px 0px rgba(150, 61, 22, 0.94);
  margin: 0 auto;
}
.indexBox .dbft .hedCon .swiper-dbft1 video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.indexBox .dbft .hedCon .swiper-dbft1 img {
  width: 100%;
  height: 100%;
}
.indexBox .dbft .bomBox {
  height: 390px;
  position: relative;
  background: linear-gradient(0deg, #e22525 0%, #b70002 100%);
  margin-top: -103px;
  padding: 135px 35px 0;
}
.indexBox .dbft .bomBox .dbft-prev,
.indexBox .dbft .bomBox .dbft-next {
  width: 35px;
  height: 35px;
  background: rgba(255, 255, 255, 0.29) url(../images/prev2.png) center center no-repeat;
  background-size: 13px auto;
  position: absolute;
  top: 216px;
  left: 35px;
  border-radius: 50%;
  cursor: pointer;
}
.indexBox .dbft .bomBox .dbft-next {
  right: 35px;
  left: auto;
  background-image: url(../images/next2.png);
}
.indexBox .dbft .bomBox .swiper-dbft2 {
  width: 988px;
  margin: 0 auto;
}
.indexBox .dbft .bomBox .swiper-dbft2 .swiper-slide {
  height: 164px;
  width: 298px;
}
.indexBox .dbft .bomBox .swiper-dbft2 .swiper-slide .pic {
  width: 100%;
  height: 100%;
}
.indexBox .dbft .bomBox .swiper-dbft2 .swiper-slide .pic img {
  width: 100%;
  height: 100%;
}
.indexBox .dbft .bomBox .swiper-dbft2 .swiper-slide .tit {
  height: 45px;
  background: rgba(0, 0, 0, 0.45);
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  bottom: 0;
  padding: 0 16px;
  line-height: 45px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.5s ease-in-out;
}
.indexBox .dbft .bomBox .swiper-dbft2 .swiper-slide .tit::before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(../images/play.png) center center no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
  margin-right: 8px;
}
.indexBox .dbft .bomBox .swiper-dbft2 .swiper-slide.active-nav .tit {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  white-space: wrap;
  line-height: 1.5;
  text-align: center;
  height: 100%;
}
.indexBox .dbft .bomBox .swiper-dbft2 .swiper-slide.active-nav .tit::before {
  display: block;
  width: 43px;
  height: 43px;
  margin: 0 auto 15px;
}
.indexBox .dbft .bomBox .more {
  margin-top: 30px;
  text-align: right;
}
.indexBox .dbft .bomBox .more a {
  color: #fff;
}
.indexBox .dbfc {
  margin-top: 98px;
  background: url(../images/dbfc_bg.png) center bottom no-repeat;
  padding-bottom: 108px;
}
.indexBox .dbfc .title {
  height: 129px;
  background: url(../images/title4.png) center center no-repeat;
}
.indexBox .dbfc .content {
  margin-top: 47px;
  position: relative;
}
.indexBox .dbfc .content .prev,
.indexBox .dbfc .content .next {
  width: 61px;
  height: 98px;
  background: rgba(255, 255, 255, 0.32) url(../images/prev2.png) center center no-repeat;
  position: absolute;
  top: 336px;
  left: 18px;
  cursor: pointer;
}
.indexBox .dbfc .content .next {
  right: 18px;
  left: auto;
  background-image: url(../images/next2.png);
}
.indexBox .dbfc .content .dbfc-swiper {
  width: 792px;
}
.indexBox .dbfc .content .dbfc-swiper .swiper-slide {
  height: 752px;
  width: 483px;
  position: relative;
  overflow: hidden;
}
.indexBox .dbfc .content .dbfc-swiper .swiper-slide .pic {
  width: 421px;
  margin: 0 auto;
  height: 610px;
  background: #ccc;
}
.indexBox .dbfc .content .dbfc-swiper .swiper-slide .pic img {
  width: 100%;
  height: 100%;
}
.indexBox .dbfc .content .dbfc-swiper .swiper-slide .tit {
  position: absolute;
  bottom: -182px;
  left: 0;
  width: 483px;
  height: 152px;
  font-size: 18px;
  color: #212121;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  line-height: 1.5;
  box-shadow: 0px 5px 18px 0px rgba(168, 123, 53, 0.75);
  background: linear-gradient(0deg, #ffead0 0%, #ffffff 100%);
}
.indexBox .dbfc .content .dbfc-swiper .swiper-slide .tit a {
  font-size: 20px;
  font-weight: bold;
}
.indexBox .dbfc .content .dbfc-swiper .swiper-slide-active {
  transform: translateX(0px) translateY(0) scale(1) !important;
}
.indexBox .dbfc .content .dbfc-swiper .swiper-slide-active .tit {
  bottom: 0;
}
.indexBox .yajy {
  margin-top: 100px;
}
.indexBox .yajy .title {
  height: 129px;
  background: url(../images/title5.png) center center no-repeat;
}
.indexBox .yajy .content {
  margin-top: 46px;
  width: 1144px;
  height: 505px;
  background: linear-gradient(0deg, #ffead0 0%, #ffffff 100%);
  box-shadow: 0px 5px 18px 0px rgba(168, 123, 53, 0.75);
  position: relative;
  padding: 49px 41px 0;
}
.indexBox .yajy .content::before {
  content: '';
  position: absolute;
  width: 27px;
  height: 480px;
  background: url(../images/tajy_left.png) center center no-repeat;
  left: -27px;
  top: 22px;
}
.indexBox .yajy .content::after {
  content: '';
  position: absolute;
  width: 27px;
  height: 480px;
  background: url(../images/tajy_right.png) center center no-repeat;
  right: -27px;
  top: 22px;
}
.indexBox .yajy .content .left {
  width: 529px;
  float: left;
  padding-top: 20px;
}
.indexBox .yajy .content .left li {
  margin-bottom: 33px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.indexBox .yajy .content .left li .pic {
  width: 283px;
  height: 154px;
  background: #ccc;
  box-shadow: 0px 4px 10px 0px rgba(150, 61, 22, 0.4);
}
.indexBox .yajy .content .left li .pic img {
  width: 100%;
  height: 100%;
}
.indexBox .yajy .content .left li .rightTxt {
  width: 205px;
  margin-left: 17px;
}
.indexBox .yajy .content .left li .rightTxt .tit a {
  font-weight: bold;
  color: #a90000;
}
.indexBox .yajy .content .left li .rightTxt .text {
  margin-top: 18px;
  color: 000000;
}
.indexBox .yajy .content .left li::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 130px;
  top: 17px;
  right: 0;
  background: #ede1d6;
}
.indexBox .yajy .content .left .more a {
  color: #b40000;
}
.indexBox .yajy .content .right {
  width: 474px;
  float: right;
}
.indexBox .yajy .content .right .bt {
  font-size: 32px;
  font-weight: bold;
  color: #980707;
  text-align: center;
  line-height: 1.2;
}
.indexBox .yajy .content .right .bt a {
  font-size: 32px;
  font-weight: bold;
  color: #980707;
}
.indexBox .yajy .content .right .text {
  font-size: 16px;
  color: #83583e;
  margin-top: 24px;
}
.indexBox .yajy .content .right .list {
  margin-top: 32px;
}
.indexBox .yajy .content .right .list li {
  margin-bottom: 24px;
}
.indexBox .yajy .content .right .list li::before {
  content: '';
  float: left;
  display: block;
  width: 9px;
  height: 9px;
  background: #980707;
  border-radius: 50%;
  margin-right: 8px;
  margin-top: 7px;
}
.indexBox .yajy .content .right .list li a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: calc(100% - 17px);
}
.indexBox .yajy .content .right .list li a:hover {
  color: #980707;
}
.indexBox .mtzs {
  margin-top: 98px;
}
.indexBox .mtzs .title {
  height: 129px;
  background: url(../images/title6.png) center center no-repeat;
}
.indexBox .mtzs .content {
  margin-top: 47px;
  position: relative;
}
.indexBox .mtzs .content .next,
.indexBox .mtzs .content .prev {
  width: 14px;
  height: 25px;
  background: url(../images/prev3.png) center center no-repeat;
  position: absolute;
  top: 216px;
  left: 12px;
  z-index: 3;
  cursor: pointer;
}
.indexBox .mtzs .content .next {
  background-image: url(../images/next3.png);
  right: 12px;
  left: auto;
  top: 239px;
}
.indexBox .mtzs .content .swiper-container .swiper-slide {
  position: relative;
  overflow: hidden;
}
.indexBox .mtzs .content .swiper-container .swiper-slide::before {
  content: '';
  position: absolute;
  width: 50px;
  height: 502px;
  background: url(../images/mtzs_mid.png) center center no-repeat;
  top: 0;
  left: 552px;
}
.indexBox .mtzs .content .swiper-container .swiper-slide .left {
  width: 552px;
  height: 369px;
  background: #f6cd88;
  margin-top: 54px;
  float: left;
  padding: 17px 40px 0 43px;
}
.indexBox .mtzs .content .swiper-container .swiper-slide .left li {
  height: 162px;
  background: #f9deb2;
  margin-bottom: 9px;
}
.indexBox .mtzs .content .swiper-container .swiper-slide .left li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 14px 8px 14px 18px;
}
.indexBox .mtzs .content .swiper-container .swiper-slide .left li .subtit {
  width: 30px;
  height: 127px;
  background: url(../images/mtzs_title.png) center center no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 100% 100%;
  color: #fff;
  font-size: 12px;
  writing-mode: vertical-lr;
  line-height: 30px;
  padding-top: 5px;
  letter-spacing: 1.5px;
}
.indexBox .mtzs .content .swiper-container .swiper-slide .left li .pic {
  width: 215px;
  height: 136px;
  background: #ccc;
}
.indexBox .mtzs .content .swiper-container .swiper-slide .left li .pic img {
  width: 100%;
  height: 100%;
}
.indexBox .mtzs .content .swiper-container .swiper-slide .left li .tit {
  width: 216px;
  color: #a90000;
}
.indexBox .mtzs .content .swiper-container .swiper-slide .left li:nth-child(2) {
  background: #b70002;
}
.indexBox .mtzs .content .swiper-container .swiper-slide .left li:nth-child(2) .tit {
  color: #fff;
}
.indexBox .mtzs .content .swiper-container .swiper-slide .right {
  width: 598px;
  height: 502px;
  float: right;
  background: linear-gradient(0deg, #f6cd88 0%, #ffe4be 100%);
  padding: 30px 42px 0 17px;
}
.indexBox .mtzs .content .swiper-container .swiper-slide .right li {
  height: 213px;
  background: #f9deb2;
  margin-bottom: 9px;
}
.indexBox .mtzs .content .swiper-container .swiper-slide .right li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 14px 8px 14px 18px;
}
.indexBox .mtzs .content .swiper-container .swiper-slide .right li .subtit {
  width: 38px;
  height: 178px;
  background: url(../images/mtzs_title.png) center center no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  background-size: 100% 100%;
  color: #fff;
  font-size: 16px;
  writing-mode: vertical-lr;
  line-height: 30px;
  padding-top: 5px;
  letter-spacing: 1.5px;
}
.indexBox .mtzs .content .swiper-container .swiper-slide .right li .pic {
  width: 264px;
  height: 165px;
  background: #ccc;
}
.indexBox .mtzs .content .swiper-container .swiper-slide .right li .pic img {
  width: 100%;
  height: 100%;
}
.indexBox .mtzs .content .swiper-container .swiper-slide .right li .tit {
  width: 243px;
  color: #a90000;
  font-size: 18px;
}
.indexBox .mtzs .content .swiper-container .swiper-slide .right li:nth-child(2) {
  background: #b70002;
}
.indexBox .mtzs .content .swiper-container .swiper-slide .right li:nth-child(2) .tit {
  color: #fff;
}
.indexBox .dcjs {
  margin-top: 98px;
}
.indexBox .dcjs .title {
  height: 129px;
  background: url(../images/title7.png) center center no-repeat;
}
.indexBox .dcjs .content {
  margin-top: 105px;
  height: 391px;
  background: linear-gradient(0deg, #f6cd88 0%, #ffe4be 100%);
  position: relative;
  padding-right: 44px;
}
.indexBox .dcjs .content .left {
  width: 770px;
  position: absolute;
  left: 0;
  bottom: -38px;
}
.indexBox .dcjs .content .left .prev,
.indexBox .dcjs .content .left .next {
  width: 50px;
  height: 101px;
  background: rgba(0, 0, 0, 0.2) url(../images/prev2.png) center center no-repeat;
  background-size: 15px auto;
  left: 0;
  top: 204px;
  position: absolute;
  cursor: pointer;
  z-index: 9;
  transition: all 0.5s ease-in-out;
}
.indexBox .dcjs .content .left .prev:hover,
.indexBox .dcjs .content .left .next:hover {
  background-color: #ae3934;
}
.indexBox .dcjs .content .left .next {
  background-image: url(../images/next2.png);
  left: auto;
  right: 0;
}
.indexBox .dcjs .content .left .dcjs-swiper1 {
  margin: 0 auto;
}
.indexBox .dcjs .content .left .dcjs-swiper1 .swiper-slide {
  padding: 47px 0;
}
.indexBox .dcjs .content .left .dcjs-swiper1 .swiper-slide .con {
  width: 626px;
  margin: 0 auto;
}
.indexBox .dcjs .content .left .dcjs-swiper1 .swiper-slide .pic {
  width: 313px;
  height: 429px;
  float: left;
}
.indexBox .dcjs .content .left .dcjs-swiper1 .swiper-slide .pic a {
  display: block;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  perspective: 290px;
}
.indexBox .dcjs .content .left .dcjs-swiper1 .swiper-slide .pic img {
  width: 94%;
  height: 403px;
  transform: rotateY(7deg) translateX(30px) translateY(10px);
  box-shadow: 0px -9px 68px 0px rgba(103, 0, 9, 0.42);
}
.indexBox .dcjs .content .left .dcjs-swiper1 .swiper-slide .pic:nth-child(2) img {
  transform: rotateY(-7deg) translateX(-13px) translateY(10px);
}
.indexBox .dcjs .content .hdb {
  width: 303px;
  float: right;
  padding-top: 17px;
}
.indexBox .dcjs .content .hdb .hdb_tit {
  width: 287px;
  height: 47px;
  background: url(../images/hdb_title.png) center center no-repeat;
}
.indexBox .dcjs .content .hed {
  margin-top: 32px;
  overflow: hidden;
}
.indexBox .dcjs .content .hed .jrbc {
  width: 41px;
  height: 116px;
  background: url(../images/hdb_jrbc.png) center center no-repeat;
  font-size: 18px;
  color: #fff;
  writing-mode: vertical-lr;
  line-height: 41px;
  padding-top: 14px;
  float: left;
}
.indexBox .dcjs .content .hed ul {
  width: 248px;
  float: right;
}
.indexBox .dcjs .content .hed ul li {
  width: 36px;
  height: 18px;
  float: left;
  margin: 0 16px 14px 0;
  background: #f2c584;
  font-size: 14px;
  text-align: center;
  line-height: 18px;
}
.indexBox .dcjs .content .hed ul li:nth-child(5n) {
  margin: 0 0 14px 0;
}
.indexBox .dcjs .content .hed ul li.on {
  background: #b70002;
  color: #fff;
}
.indexBox .dcjs .content .hed ul .has {
  cursor: pointer;
}
.indexBox .dcjs .content .hdb-swiper {
  margin-top: 13px;
}
.indexBox .dcjs .content .hdb-swiper li {
  margin-bottom: 16px;
}
.indexBox .dcjs .content .hdb-swiper li::before {
  content: '';
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #b70002;
  margin-right: 7px;
  vertical-align: middle;
}
.indexBox .dcjs .content .hdb-swiper li a {
  display: inline-block;
  width: calc(100% - 21px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
.indexBox .dcjs .content .hdb-swiper li a:hover {
  color: #b70002;
}
.indexBox .jctj {
  margin-top: 98px;
}
.indexBox .jctj .title {
  height: 129px;
  background: url(../images/title8.png) center center no-repeat;
}
.indexBox .jctj .jctj-swiper {
  margin-top: 48px;
}
.indexBox .jctj .jctj-swiper .swiper-slide {
  width: 1200px;
  height: 800px;
  opacity: 0.2;
  transition: all 0.5s ease-in-out;
  background: #ccc;
}
.indexBox .jctj .jctj-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.indexBox .jctj .jctj-swiper .swiper-slide-active {
  opacity: 1;
}
.indexBox .jctj .jctj-pagination {
  margin-top: 42px;
  text-align: center;
}
.indexBox .jctj .jctj-pagination .swiper-pagination-bullet {
  width: 23px;
  height: 23px;
  margin: 0 16px;
  background: #fff;
  transition: all 0.5s;
}
.location {
  height: 50px;
  line-height: 50px;
  width: 1200px;
  margin: 0 auto;
  border-bottom: dashed 1px #999;
}
.location a {
  color: #222;
}
.secondContent {
  background-color: #FFF;
  border-radius: 20px;
  padding: 20px 50px;
}
.secListTitle {
  height: 40px;
  line-height: 40px;
  border-bottom: solid 1px #dcdcdc;
  margin-top: 30px;
}
.secListTitle h2 {
  font-size: 18px;
  color: #b42323;
  font-weight: bold;
  border-bottom: solid 2px #b42323;
  padding: 0 20px;
  display: inline;
  padding-bottom: 7px;
}
.secList {
  padding: 10px;
}
.secList li {
  clear: both;
  height: 45px;
  line-height: 45px;
}
.secList li a {
  font-size: 16px;
  color: #333;
}
.secList li a i {
  display: block;
  background: #eeeeee;
  width: 6px;
  height: 6px;
  float: left;
  margin: 17px 10px 0 0;
}
.secList li.line {
  border-bottom: solid 1px #e6e6e6;
  margin-bottom: 15px;
  height: 20px;
}
.secList li:hover a {
  color: #cb0000;
  font-weight: bold;
}
.secList li:hover a i {
  background: #D20B00;
}
.date {
  float: right;
  color: #999;
}
.page {
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-bottom: 20px;
  clear: both;
}
.page span {
  padding: 5px 10px;
  border: solid 1px #eee;
  margin-right: 10px;
}
.page a {
  padding: 5px 10px;
  border: solid 1px #b20d00;
  margin-right: 10px;
}
.page a.num {
  border: solid 1px #FFF;
}
.page span.on {
  background: #bd1a2d;
  color: #FFF;
  border: none;
}
.page a.hover {
  background: #bd1a2d;
  color: #FFF;
  border: solid 1px #FFF;
}
.thirdContent {
  width: 1200px;
  margin: 0 auto;
  background: #FFF;
  border-radius: 20px;
  padding: 20px 50px;
}
.thirdContent .title {
  border-bottom: 1px solid #d9d9d9;
  margin-top: 30px;
}
.thirdContent .title h1 {
  color: #222;
  font-size: 28px;
  line-height: 30px;
  text-align: center;
  margin-top: 10px;
  font-weight: bold;
}
.thirdContent .resourcesBox {
  line-height: 30px;
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
  border-bottom: dashed 1px #E6E6E6;
  padding-bottom: 10px;
  color: #666;
}
.thirdCon {
  margin-top: 30px;
}
.footer {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  height: 120px;
  line-height: 120px;
  color: #fff;
  position: relative;
}
.bottom_con_top {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  margin: -40px 0 0 -260px;
}
.btmTxt {
  line-height: 30px;
  height: 30px;
  color: #FFF;
  width: 470px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -180px;
  font-size: 14px;
}
.footer .wrap {
  padding: 0px !important;
}
@keyframes fadeUpIn {
  0% {
    opacity: 0;
    transform: translateY(25px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
