@font-face{
  font-family:DINCond-Medium;
  src : url('/_upload/tpl/06/c2/1730/template1730/fonts/DINCond-Medium.ttf');
}

@font-face{
  font-family:DIN1451W01-Engschrift;
  src : url('/_upload/tpl/06/c2/1730/template1730/fonts/DIN1451W01-Engschrift.ttf');
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  position: relative;
  height: 100%;
}

body {
  /* background: #eee; */
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}

.container {
  max-width: 1400px !important;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* background: #fff; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.swiper-pagination-bullet-active {
  background-color: #aa0004 !important;
}

.nav-link {
  color: #fff !important;
  padding: 0px 20px !important;
  position: relative;
  font-size: 1.1em;
  font-weight: 700;
}

.nav-link::after {
  content: "?";
  position: absolute;
  right: -4px;
}

.nav-item:last-child>.nav-link::after {
  content: "";
}

.katong {
  width: 25vw;
  height: auto;
  position: absolute;
  right: 10vw;
  bottom: 0;
  z-index: 99;
}

.countdown {
  position: absolute;
  background-image: linear-gradient(#aa0004, #ff910080, #ff910000);
  width: 210px;
  height: 36vh;
  left: 10vw;
  bottom: 0;
  z-index: 99;
  overflow: visible;
  border-radius: 8px 8px 0 0;
  backdrop-filter: blur(5px);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  transform: scale(0.9);
  margin-bottom: -18px !important;
}

.count-item {
  border-top: 2px solid white;
  width: 190px;
  margin-top: 20px;
  margin-left: 10px;
  position: relative;
}

.count-num {
  font-size: 9em;
  color: white;
  font-family: DIN1451W01-Engschrift;
  top: -30px;
  position: relative;
}

.count-text {
  color: white;
  position: absolute;
  right: 0px;
  bottom: 40px;
}

.sectionTitle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100px;
  padding-top: 10px;
  background-image: url("/_upload/tpl/06/c2/1730/template1730/img/40.png");
  background-size: auto 100px;
  background-repeat: no-repeat;
  background-position: center;
}

#noticebox>.col-3:nth-child(1)>.noticeItem{
  background-image: url("/_upload/tpl/06/c2/1730/template1730/img/notices-bg1.png");
}

#noticebox>.col-3:nth-child(2)>.noticeItem{
  background-image: url("/_upload/tpl/06/c2/1730/template1730/img/notices-bg2.png");
}

#noticebox>.col-3:nth-child(3)>.noticeItem{
  background-image: url("/_upload/tpl/06/c2/1730/template1730/img/notices-bg3.png");
}

#noticebox>.col-3:nth-child(4)>.noticeItem{
  background-image: url("/_upload/tpl/06/c2/1730/template1730/img/notices-bg4.png");
}

.noticeItem {
background-image: url("/_upload/tpl/06/c2/1730/template1730/img/notices-bg1.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  height: 340px;
}

.noticeItem>.datetime {
  padding-top: 50px;
  font-family:DINCond-Medium;
  font-size: 2em;
  color: #aa0004;
  position: relative;
}

.noticeItem>.datetime::after {
  content: "|";
  color: #aa0004;
  font-weight: 900;
  transform: rotate(90deg);
  position: absolute;
  bottom: -30px;
  left: calc(50% - 5px);
}

.noticeItem>.title {
  text-align: left;
  padding: 38px;
	font-size: 20px;
}

.dashline {
  position: absolute;
  border-top: 1px dashed #aa0004;
  z-index: 99;
  top: 294px;
  width: 100%;
}

.dashline::after {
  content: "◥";
  color: #aa0004;
  display: block;
  position: absolute;
  line-height: 15px;
  right: -10px;
  top: -8px;
  font-size: 20px;
  width: 14px;
/*  border-top: 1px solid #aa0004;
  border-right: 1px solid #aa0004;*/
  transform: rotate(45deg);
}

.dashline::before {
  content: "◥";
  color: #aa0004;
  display: block;
  position: absolute;
  line-height: 15px;
  left: -10px;
  top: -9px;
  font-size: 20px;
  width: 14px;
/*  border-top: 1px solid #aa0004;
  border-right: 1px solid #aa0004;*/
  transform: rotate(-135deg);
}

a {
  color: #333;
}

a:hover {
  color: #aa0004;
  text-decoration: none;
}

.newsItem {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 99;
  transition: all 0.3s;
}

.newsItem>.newsTitle {
  padding: 20px;
  font-size: 1.5em;
  position: relative;
  text-align: left;
}

.newsItem>.newsTitle>h6 {
  margin: 0;
}

.newsItem>.newsDatetime {
  padding: 20px;
  font-family: auto;
  font-size: 0.9em;
  color: gray;
  text-align: left;
}

.newsItem>.newsImage {
  position: relative;
  height: 200px;
  overflow: hidden;
  padding: 15px;
}

.newsItem>.newsImage>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.3s;
}

/* .newsItem:hover>.newsImage>img {
     transform: scale(1.05);
   } */

.newslist .col-3:nth-child(odd) .newsItem {
  top: -50px;
}

.newslist .col-3:nth-child(even) .newsItem {
  bottom: -50px;
}

.newslist .col-3:nth-child(1) .newsItem {
  left: 6px;
}

.newslist .col-3:nth-child(2) .newsItem {
  left: 3px;
}

.newslist .col-3:nth-child(3) .newsItem {
  right: 3px;
}

.newslist .col-3:nth-child(4) .newsItem {
  right: 6px;
}

.newslist .col-3::after {
  content: "";
  display: block;
  width: 100px;
  height: 120px;
  background-color: #aa0004;
  position: absolute;
  z-index: 1;
  transition: all 0.3s;
}

.newslist .col-3:nth-child(1)::after {
  border-radius: 12px 0px 0px 0px;
  top: -65px;
  left: -12px;
}

.newslist .col-3:nth-child(2)::after {
  border-radius: 0px 0px 12px 0px;
  bottom: -65px;
  right: -18px;
}

.newslist .col-3:nth-child(3)::after {
  border-radius: 12px 0px 0px 0px;
  top: -65px;
  left: -18px;
}

.newslist .col-3:nth-child(4)::after {
  border-radius: 0px 0px 12px 0px;
  bottom: -65px;
  right: -12px;
}

.newslist .col-3:hover::after {
  background-color: transparent;
  transition: all 0.3s;
}

.newslist .col-3:hover .newsItem {
  box-shadow: 0px 0px 10px rgba(170, 0, 3, 0.5);
  transform: scale(1.05);
  transition: all 0.3s;
  background-color: rgba(170, 0, 3, 0.7);
  z-index: 100;
}

.newslist .col-3:hover .newsItem>.newsDatetime {
  color: white;
}

.newslist .col-3:hover a {
  color: white;
}

.history-bg {
  height: 100vh;
  background-image: url("/_upload/tpl/06/c2/1730/template1730/img/history-bg.png");
  background-position: center 70vh;
  background-repeat: no-repeat;
  background-size: contain
}

.history-content {
  margin-top: 20vh;
  height: 80vh;
  position: relative;
}

.history-exhibition {
  height: 52vh;
  padding-top: 2vh;
  /* background-color: #3333332f; */
}

.history-year {
  position: relative;
  height: 18vh;
  margin-top: 9vh;
}

.history-year-item {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
  padding: 0px 30px;
/*  border-left: 1px solid rgba(255, 255, 255, 0.4);
*/  border-right: 1px solid transparent; /* 设置边框透明，让 border-image 生效 */
border-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0),    /* 顶部完全透明 */
    rgba(255, 255, 255, 0.6),  /* 中间不透明 */
    rgba(255, 255, 255, 0)     /* 底部完全透明 */
) 1;
  color: rgba(255, 255, 255, 0.7);
	    cursor: grab;
}

.history-year-item>div:first-child {
  font-size: 1.2em;
}

.historySwiper .swiper-slide-active .history-year-item {
  color: white !important;
  font-weight: 700;
}

.history-item {
  display: flex;
  width: 90%;
  height: auto;
  justify-content: center;
  align-items: start;
}

.history-item>div {
  flex: 1;
}

.history-item>div:first-child {
  padding: 100px 100px 50px 50px;
}

.history-item>div:last-child {
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-right: 10px;
/*  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
*/}

.history-item>div:first-child>p {
  text-align: left;
  text-indent: 2em;
}

.history-item>div:last-child>img {


  width: 105%;
  height: 100%;
  object-fit:contain;
}

/* 广科影像轮播图 */
#carousel {
  position: relative;
  width: 1200px;
  margin: 0 auto
}

#carousel .swiper {
  padding-top: 20px;
  padding-bottom: 40px;
}

#carousel .swiper-slide {
  width: 300px;
  background: #fff;
  box-shadow: 0 8px 20px #ddd;


}
#carousel .swiper-slide div{
  position: relative;
  width: 100%;
  height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#carousel .swiper-slide img {
  display: block;
  width: 100%;
  height:80%;
  object-fit: cover;
}

#carousel .swiper-slide p {
  line-height: 58px;
  padding-top: 0;
  text-align: center;
  color: #636363;
  font-size: 1em;
  margin: 0;
}

#carousel .swiper-pagination {
  width: 100%;
  height: 100%;
  bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: end;
}

#carousel .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  background-color: #e8f5ff;
  width: 20px;
  height: 10px;
  opacity: 1;
  border-radius: 5px;
}

#carousel .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #3eb2f3;
  width: 35px;
}

#carousel .swiper-button-prev {
  left: 30px;
  width: 45px;
  height: 45px;
  background: url(/_upload/tpl/06/c2/1730/template1730/img/wm_button_icon.png) no-repeat;
  background-position: 0 0;
  background-size: 100%;
}

#carousel .swiper-button-prev:hover {
  background-position: 0 -46px;
  background-size: 100%
}

#carousel .swiper-button-next {
  right: 30px;
  width: 45px;
  height: 45px;
  background: url(/_upload/tpl/06/c2/1730/template1730/img/wm_button_icon.png) no-repeat;
  background-position: 0 -93px;
  background-size: 100%;
}

#carousel .swiper-button-next:hover {
  background-position: 0 -139px;
  background-size: 100%
}

#carousel .swiper-button-prev::after,
#carousel .swiper-button-next::after {
  content: '';
}

.main-footer {
  background-image: url('/_upload/tpl/06/c2/1730/template1730/img/foot_bg.png');
  background-position: top center;
  height: 40vh;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  padding-top:120px;
}

.main-footer::before {
  content: '1985';
  font-size: 250px;
  color: rgba(255, 255, 255, 0.2);
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  position: absolute;
  left: 10vw;
  top: -20px;
}

.main-footer::after {
  content: '2025';
  font-size: 250px;
  color: rgba(255, 255, 255, 0.2);
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  position: absolute;
  right: 10vw;
  top: -20px;
}

.main-footer .copyright {
  text-align: center;
  color: white;
  border-top: 1px solid rgba(220, 220, 220, 0.25);
  margin-top: 15px;
  padding: 15px 25px;
  font-size: 12px;
}