header {
  background: url('../images/header.png') no-repeat;
  background-size: cover;
  background-color: #bd110c;
}
header .main {
  display: flex;
  align-items: center;
}
header .logo {
  width: 450px;
  font-size: 0;
}
header .logo img {
  width: 100%;
}
.main {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
header .right {
  flex: 1;
}
header .menu {
  display: none;
  width: 35px;
  margin-left: 10px;
}
header .right .tip_nav_box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 16px;
}
header .right .tip_nav_box a {
  color: #fff;
  padding: 0 6px;
}
header .right .tip_nav_box a::before {
  content: '|';
  color: #fff;
  margin-right: 12px;
}
header .right .tip_nav_box a:nth-child(1):before {
  display: none;
}
header .right .tip_nav_box .search {
  width: 31px;
  font-size: 0;
  margin-left: 10px;
  position: relative;
  cursor: pointer;
}
header .right .tip_nav_box .search .search_contact {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  width: 260px;
  padding: 10px 15px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  background-color: #fff;
  z-index: 999;
}
header .right .tip_nav_box .search .search_contact input {
  padding: 5px;
  border: none;
  outline-style: none;
  border-bottom: 1px solid #ccc;
  flex: 1;
}
header .right .tip_nav_box .search .search_contact input[type='submit'] {
  background-color: #bd110c;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
}
header .right .tip_nav_box .search img {
  width: 100%;
}
header nav .nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 10px;
}
header nav .nav li {
  position: relative;
}
header nav .nav li .sonNav {
  display: none;
  position: absolute;
  top: 100%;
  z-index: 9999;
  background-color: #bd110c;
  box-shadow: 0 0 10px rgba(0, 0, 0, .31);
  border-radius: 5px;
}
header nav .nav li:hover .sonNav {
  display: block;
  width: 100%;
}
header nav .nav #menuid_6:hover .sonNav {
  width: 200%;
}
header nav .nav li .sonNav a {
  text-align: center;
  padding: 8px 0;
  margin: 0;
}
header nav .nav li a {
  display: block;
  color: #fff;
  font-size: 16px;
  margin: 0 10px;
  padding: 6px 0;
  border-bottom: 2px solid transparent;
}
header nav .nav li:last-child a {
  margin: 0;
}
header nav .nav li a.active, header nav .nav li a:hover {
  border-bottom: 2px solid #fff;
}
.swiper img {
  width: 100%;
}
.title_public {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 0;
  border-bottom: 2px solid #b8b8b8;
}
.title_public .tit {
  display: flex;
  align-items: center;
}
.title_public .tit .icon {
  width: 25px;
}
.title_public .tit span {
  font-weight: bold;
  font-size: 24px;
  color: #bd110c;
  margin-left: 8px;
}
.title_public .more {
  display: flex;
  align-items: center;
}
.title_public .more span {
  color: #8a8a8a;
}
.title_public .more .icon {
  margin-left: 3px;
  width: 17px;
}
.news_box {
  margin-top: 18px;
}
.news_box .pic .swiper .swiper-slide a::after {
  display: none;
}
.news_box .row {
  gap: 25px;
  margin-top: 10px;
}
.news_box .pic {
  width: 50%;
}
.news_box .pic a {
  display: block;
  width: 100%;
  height: 420px;
  position: relative;
}
.news_box .pic a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news_box .pic a .text_mask {
  position: absolute;
  bottom: 0;
  left: 0;
  backdrop-filter: blur(3px);
  background: rgba(0, 0, 0, .5);
  width: 100%;
  padding: 10px 15px;
}
.news_box .pic a .text_mask p {
  width: 100%;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 16px;
}
.news_box .new_list {
  width: 50%;
}
.sec-content-box .news_box .new_list {
  width: 98%;
  margin: 0 auto;
}
.news_box .new_list ul {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.news_box .new_list ul li {
  flex: 1;
  padding-bottom: 20px;
}
.news_box .new_list ul li:last-child {
  padding-bottom: 0;
}
.news_box .new_list ul li a {
  height: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #9c9c9c;
}
.news_box .new_list ul li a p {
  color: #434343;
  letter-spacing: 1px;
}
.news_box .new_list ul li a .date {
  background-color: #f6cfd0;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 9px;
}
.news_box .new_list ul li a .date .day {
  font-size: 25px;
  color: #4b4b4b;
}
.news_box .new_list ul li a .date .year {
  color: #4b4b4b;
}
.news_box .new_list ul li a .text {
  padding-left: 10px;
  flex: 1;
}
.news_box .new_list ul li a:hover {
  background-color: #c73430;
}
.news_box .new_list ul li a:hover p {
  color: #fff;
}
.news_box .new_list ul li a:hover .date {
  background-color: #bd110c;
}
.news_box .new_list ul li a:hover .date .day, .news_box .new_list ul li a:hover .date .year {
  color: #fff;
}
.notice {
  margin-top: 18px;
}
.notice .row {
  gap: 16px;
  margin-top: 15px;
}
.notice .row .item {
  flex: 1;
  cursor: pointer;
}
.notice .row .item .card {
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  padding: 12px 15px;
  border-radius: 5px;
  border-bottom: 3px solid #d5232a;
  transition: all .3s;
}
.notice .row .item .card:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, .31);
  background-color: #c73430;
}
.notice .row .item .card .tit {
  border-bottom: 2px solid #f2bdc0;
  padding-bottom: 5px;
}
.notice .row .item .card:hover .contact .text a, .notice .row .item .card:hover .contact .text p, .notice .row .item .card:hover .tit {
  color: #fff;
}
.notice .row .item .card .contact {
  display: flex;
  padding: 10px 0;
}
.notice .row .item .card .contact .date {
  background-color: #f6cfd0;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5px 9px;
  margin-right: 12px;
}
.notice .row .item .card:hover .contact .date {
  background-color: #bd110c;
}
.notice .row .item .card .contact .date .day {
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 2px;
  color: #544646;
}
.notice .row .item .card .contact .date .year {
  color: #544646;
  font-size: 14px;
}
.notice .row .item .card:hover .contact .date .year, .notice .row .item .card:hover .contact .date .day {
  color: #fff;
}
.notice .row .item .card .contact .text {
  flex: 1;
  display: flex;
  flex-direction: column;
  color: #888;
  font-size: 14px;
  line-height: 150%;
}
.notice .row .item .card .contact .text p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.notice .row .item .card .contact .text a {
  flex: 1;
  color: #d5232a;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding-right: 5px;
  font-weight: bold;
  font-size: 14px;
}
.notice .row .item .card .contact .text a:hover {
  text-decoration: underline;
}
.img_max {
  width: 100%;
  margin-top: 25px;
}
.selected_topic .row {
  margin-top: 12px;
  gap: 20px;
}
.selected_topic .row a {
  flex: 1;
  font-size: 0;
  overflow: hidden;
  transition: box-shadow .2s;
}
.selected_topic .row a img {
  width: 100%;
  transition: transform .5s;
}
.selected_topic .row a:hover {
  box-shadow: 0 0 15px 3px rgba(0, 0, 0, .3);
}
.selected_topic .row a:hover img {
  transform: scale(1.05);
}
.selected_topic {
  margin-top: 20px;
}
.concentric_figure {
  margin-top: 20px;
}
.concentric_figure .swiper {
  margin-top: 15px;
}
.concentric_figure .swiper a {
  position: relative;
  display: block;
  font-size: 0;
  overflow: hidden;
  transition: box-shadow .2s;
}
.concentric_figure .swiper a img {
  width: 100%;
  height: 240px;
  transition: transform .5s;
}
.concentric_figure .swiper a .mask {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(158, 1, 12, .8);
  width: 100%;
  z-index: 9;
}
.concentric_figure .swiper a:hover {}
.concentric_figure .swiper a:hover img {
  transform: scale(1.08);
}
.concentric_figure .swiper a .mask p {
  font-size: 16px;
  color: #fff;
  text-align: center;
  padding: 6px 0;
}
.concentric_figure .swiper .swiper-slide a::after {
  display: none;
}
.concentric_figure .swiper_row {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.concentric_figure .swiper_row .swiper-button-next2, .concentric_figure .swiper_row .swiper-button-prev2 {
  width: 35px;
  height: 35px;
  background: url('../images/prev_icon2.png') no-repeat;
  background-size: 100% 100%;
}
.concentric_figure .swiper_row .swiper-button-next2 {
  transform: rotate(180deg);
}
.concentric_figure .mySwiper2 {
  flex: 1;
  margin: 0 15px;
}
footer {
  background-color: #bd110c;
  margin-top: 40px;
}
footer .row_b {
  padding: 30px 80px 0 80px;
}
footer .row_b .links {
  margin-left: 80px;
}
footer .row_b .links ol li {
  color: #fff;
}
footer .row_b .links ol li .tit {
  font-size: 28px;
  font-weight: bold;
  padding-bottom: 20px;
}
footer .row_b .links ol li p {
  font-size: 16px;
  padding: 3px 5px;
}
footer .row_b .links ol li a {
  color: #fff;
}
footer .row_b .links ol li a:hover {
  text-decoration: underline;
}
footer .contact {
  position: relative;
  width: 100%;
  padding-bottom: 10px;
}
footer .contact .bg {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
footer .copyright {
  padding: 10px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  letter-spacing: 1px;
}
#Sidebar {
  background: #eee;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  width: 20%;
  margin-top: 10px;
  display: inline-block;
  float: left;
}
.tit_title {
  background: #bd110c;
  text-align: center;
  height: 80px;
  color: #fff;
}
.tit_title h2 {
  font: 500 24px/80px "微软雅黑";
}
.nav_left {}
.nav_left ul li {
  border-top: 1px solid #fff;
}
.nav_left ul li a {
  display: block;
  color: #333;
  font: 16px "微软雅黑";
  font-weight: 500;
  text-align: center;
  height: 50px;
  line-height: 50px;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
}
.nav_left ul li a:hover {
  color: #fff;
  background: #fff;
  background: #bd110c;
}
#Mainbody {
  width: 75%;
  display: inline-block;
  float: right;
  margin-top: 10px;
}
.tot_title {
  border-bottom: 1px solid #bd110c;
  height: 50px;
}
.tot_title h3 {
  line-height: 50px;
  font-size: 18px;
  color: #bd110c;
  font-weight: 500;
  float: left;
  display: inline;
  height: 50px;
}
.tot_title span {
  font-size: 20px;
  font-weight: 200;
}
#position {
  height: 50px;
  line-height: 50px;
  float: right;
  font-size: 14px;
}
.position {
  height: 50px;
  padding-top: 20px;
  font-size: 14px;
}
.show_title {
  margin-top: 30px;
  text-align: center;
}
.tot_content {
  margin-top: 30px;
}
.clear {
  clear: both;
}
.sec-content-box .news_box .new_list ul {
  height: auto;
}
#zSlider {
  overflow: hidden;
}
#picshow {
  position: relative;
  width: 50%;
}
#picshow, #picshow_img {
  height: 420px;
  overflow: hidden;
}
#picshow_img li {
  width: 100%;
  height: 100%;
  overflow: hidden;
  float: left;
  display: none;
}
#picshow_img img {
  width: 100%;
  height: 420px;
}
#picshow_tx {
  left: 0px;
  width: 100%;
  bottom: 0px;
  position: absolute;
  height: 50px;
  overflow: hidden;
  backdrop-filter: blur(3px);
  background: rgba(0, 0, 0, .5);
}
#picshow_tx li {
  padding: 0px 30px;
  line-height: 50px;
  color: #fff;
  display: none;
}
#picshow_tx li a {
  text-align: center;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
#select_btn {
  width: 50%;
  height: 420px;
}
#select_btn ul {
  height: 100%;
  display: flex;
  flex-direction: column;
}
#select_btn ul li {
  flex: 1;
  padding-bottom: 20px;
}
#select_btn ul li:last-child {
  padding-bottom: 0;
}
#select_btn ul li a {
  height: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #9c9c9c;
}
#select_btn ul li a p {
  color: #434343;
  letter-spacing: 1px;
}
#select_btn ul li a .date {
  background-color: #f6cfd0;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 9px;
}
#select_btn ul li a .date .day {
  font-size: 25px;
  color: #4b4b4b;
}
#select_btn ul li a .date .year {
  color: #4b4b4b;
}
#select_btn ul li a .text {
  padding-left: 10px;
  flex: 1;
}
#select_btn ul li a:hover, #select_btn li.current a {
  background-color: #c73430;
}
#select_btn ul li a:hover p, #select_btn li.current p {
  color: #fff;
}
#select_btn ul li a:hover .date, #select_btn li.current .date {
  background-color: #bd110c;
}
#select_btn ul li a:hover .date .day, #select_btn ul li a:hover .date .year, #select_btn ul li.current .date .day, #select_btn ul li.current .date .year {
  color: #fff;
}
#demo5-btn {
	width:100%;
	padding-top: 10px;
  display: flex;
  align-items: center;
}
#demo5-btn .btn {border:none;border-radius:50%;width:30px;height:30px;text-align:center;color:#fff;line-height:30px;font-size:18px;background:#bd110c;}
.scroll-img {
  flex: 1;
  margin: 0 15px;
	height: 240px;
	overflow: hidden;
	font-size: 0;
}
.scroll-img ul {
	width: 100%;
	height: 240px;
	margin: 0;
}
.scroll-img ul li {
	display: inline-block;
	margin:0 0.4%;
}

.scroll-img ul li a {
  position: relative;
  display: block;
  font-size: 0;
  overflow: hidden;
  transition: box-shadow .2s;
}
.scroll-img ul li a img {
  width: 170px;
  height: 240px;
  transition: transform .5s;
}
.scroll-img ul li a .mask {
  position: absolute;
  bottom: 0px;
  left: 0;
  background: rgba(158, 1, 12, .8);
  font-size: 18px;
  color:#fff;
  text-align: center;
  line-height:30px;
  width: 100%;
  z-index: 9;
}
.scroll-img ul li a:hover img {
  transform: scale(1.08);
}

#demo5.scroll-img ul {
	width: 3840px;
}
@media screen and (max-width:1700px) {
  header nav .nav li a {
    margin: 0 15px;
  }
}
@media screen and (max-width:1600px) {
  header nav .nav li a {
    margin: 0 10px;
  }
  header .logo {
    width: 450px;
  }
}
@media screen and (max-width:1400px) {
  header {
    background: #bd110c;
    padding: 10px 0;
  }
  header nav .nav li a {
    margin: 0 8px;
  }
  header .logo {
    width: 400px;
  }
  .main {
    padding: 0 20px;
  }
.scroll-img ul li {
	margin:0 0.3%;
}
}
@media screen and (max-width:1200px) {
  header {
    position: relative;
  }
  header .right nav {
    display: none;
    position: absolute;
    z-index: 99999;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, .85);
    backdrop-filter: blur(5px);
    left: 0;
    top: 100%;
  }
  header nav .nav {
    flex-direction: column;
    justify-content: start;
    width: 100%;
  }
  header nav .nav li {
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 0 15px;
  }
  header nav .nav li a.active, header nav .nav li a:hover {
    border: none;
  }
  header nav .nav li a {
    padding: 10px;
    margin: 0;
  }
  header nav .nav #menuid_6:hover .sonNav {
    width: 100%;
  }
  header .menu {
    display: block;
  }
  header .links {
    display: none;
  }
  footer .row_b .links ol li .tit {
    font-size: 20px;
  }
  footer .row_b .links {
    margin-left: 40px;
  }
  footer .row_b {
    padding: 20px 30px;
  }
  .news_box .pic a {
    height: 350px;
  }
  .news_box .new_list ul li a .date .day {
    font-size: 20px;
  }
.scroll-img ul li {
	margin:0 0.6%;
}
}
@media screen and (max-width:1000px) {
  .selected_topic .row, .notice .row {
    flex-wrap: wrap;
  }
  .selected_topic .row a, .notice .row .item {
    flex: none;
    width: calc(50% - 10px);
  }
  footer .row_b {
    flex-direction: column;
  }
  footer .row_b .links {
    margin-right: 50px;
    margin-left: 0;
    margin-top: 40px;
  }
  footer .contact {
    overflow: hidden;
    padding-bottom: 70px;
  }
  footer .contact .bg {
    width: 120%;
  }
  footer .copyright {
    font-size: 18px;
  }
  .concentric_figure .swiper a img {
    height: 200px;
  }
}
@media screen and (max-width:700px) {
  .news_box .row {
    flex-direction: column;
  }
  .news_box .new_list, .news_box .pic {
    width: 100%;
  }
  .news_box .new_list ul li {
    padding-bottom: 10px;
  }
  .news_box .new_list ul li a .date {
    padding: 7px 5px;
  }
  #picshow {
    width: 100%;
    height: 260px;
  }
  #picshow_img img {
    height: 260px;
  }
  #select_btn {
    width: 100%;
    height: 420px;
  }
.scroll-img ul li {
	margin:0 0.3%;
}
}
@media screen and (max-width:600px) {
  header .right .tip_nav_box .search {
    position: static;
  }
  header {
    position: relative;
  }
  header .right .tip_nav_box .search .search_contact {
    width: 100%;
  }
  header .right .tip_nav_box .search .search_contact form {
    width: 100%;
    display: flex;
    align-items: center;
  }
  header .right .tip_nav_box .search .search_contact input[type='submit'] {
    flex: none;
  }
  .news_box .row {
    flex-direction: column;
  }
  .news_box .new_list, .news_box .pic {
    width: 100%;
  }
  .news_box .new_list ul li {
    padding-bottom: 10px;
  }
  .news_box .new_list ul li a .date {
    padding: 7px 5px;
  }
  .selected_topic .row a, .notice .row .item {
    width: 100%;
  }
  .swiper .swiper-slide a {
    height: 220px;
  }
  .concentric_figure .swiper .swiper-slide a {
    height: auto;
  }
  .concentric_figure .swiper a .mask p {
    font-size: 12px;
  }
  footer .row_b {
    padding: 20px 0;
  }
  footer .row_b .logo {
    width: 100%;
    font-size: 0;
  }
  footer .row_b .logo img {
    width: 100%;
  }
  .news_box .pic a {
    height: 220px;
  }
  .mySwiper .swiper-slide a img {
    height: 100%;
    object-fit: cover;
  }
  footer .row_b .row {
    flex-direction: column;
  }
  footer .contact .bg {
    display: none;
  }
  footer .copyright {
    border-top: 1px solid rgba(255, 255, 255, .3);
  }
  footer .row_b .links {
    margin-right: 0;
  }
  footer .contact {
    padding-bottom: 20px;
  }
  header .logo {
    width: 260px;
  }
  .main {
    padding: 0 15px;
  }
  footer .copyright p {
    font-size: 14px;
    font-weight: normal;
  }
  .notice .row .item .card .contact .date .day {
    font-size: 24px;
  }
  .notice .row .item .card .contact .date .year {
    font-size: 12px;
  }
  .concentric_figure .swiper_row .swiper-button-next2, .concentric_figure .swiper_row .swiper-button-prev2 {
    width: 22px;
    height: 22px;
  }
  #Sidebar {
    width: 100%;
    float: none;
    background: none;
  }
  .tit_title {
    background: #bd110c;
    text-align: center;
    height: 40px;
    color: #fff;
  }
  .tit_title h2 {
    font: 500 18px/40px "微软雅黑";
  }
  .nav_left {
    margin-top: 5px;
  }
  .nav_left ul li {
    border: 1px solid #aaa;
    border-radius: 5px;
    display: inline-block;
  }
  .nav_left ul li a {
    display: block;
    color: #333;
    font: 16px "微软雅黑";
    font-weight: 500;
    text-align: center;
    height: 50px;
    line-height: 50px;
    padding: 0 8px;
  }
  #Mainbody {
    width: 100%;
    float: none;
  }
  .concentric_figure .swiper a img {
    height: 180px;
  }
.scroll-img ul li {
	margin:0 0.8%;
}
}