@import url("css/aos.css");
@import url("css/bootstrap.min.css");
@import url("css/effect.css");
@import url("css/font-awesome.css");
@import url("css/magnific-popup.css");
@import url("css/owl.carousel.css");
@import url("css/owl.theme.css");
@import url("css/responsive.css");
@import url("css/style.css");

/*  
Theme Name: 精智WordPress企业主题690
Theme URI: http://www.jianzhanpress.com
Description: http://www.jianzhanpress.com.
Version: 1.0
Author: jianzhanpress.com
Author URI: http://www.jianzhanpress.com
*/

#pagination {
  margin: 60px auto 0 auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-align:center;
}
#pagination ul  {

	  
  
 
}
#pagination ul > li {

	  
  
  display: inline-block;
}
#pagination ul > li > a,
#pagination ul > li > span {
  color: #e91f22;
  font-size:2em;
  padding:0.3em 0.4em;
  text-align: center;

}
#pagination ul > li.active,
#pagination ul > li:hover {
  background-color: #e91f22 !important;
  color: #fff;
}
#pagination ul > li.active a,
#pagination ul > li:hover a{
  color: #ffffff;
}
.category {
	margin-top:30px;
	margin-bottom:30px;
}
.page-article {
	margin-bottom:3em;
}
.page-article p{
	margin-top:15px;
	margin-bottom:15px;
	line-height:1.5em;
}
.error {
  margin: 0 auto;
  text-align: center;
}

.error-404 {
  color: #e91f22;
  font-size: 800%;
}

.error-desc {
  color: #e91f22;
}
/* 基础样式 */
/* 设置各幻灯片背景 */
#slide1 {
  /* 删除原有背景图片 */
  background: none;
  animation-delay: 0s;
  position: relative;
  overflow: hidden;
}

/* 添加视频背景样式 */
#slide1 .video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
	
}

#slide1 .video-background video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

/* 视频上添加暗色遮罩，增强文字可读性 */
#slide1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
}

.carousel-inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.carousel-item {
    position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
/*   opacity: 0; */
  background-size: cover;
  background-position: center;
/*   display: flex !important; */
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: none !important;
  transform: none !important;
}
.carousel-inner .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.carousel-inner h1 {
  margin: 30px 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
}
.carousel-inner h2 {
  color: #eee;
  margin-bottom: 50px;
  font-size: 24px;
}