/*每个页面公共css */
body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	background-color: #f5f5f5;
	background-image: url('../img/bg.png');
	background-size: 100% 80vh;
	background-position: top;
	background-repeat: no-repeat;
	min-height: 100vh;

}

a {
	text-decoration: none;
	color: inherit;
}

.swiper-container-video {
	margin: 20px 0;
	overflow: hidden;
	/* width: calc(100% - 40px); */
	height: 150px;
}

.swiper-container {
	width: 100%;
	height: 440px;
	margin: 0;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
}

.swiper-slide-title {
	text-align: left;
	text-indent: 20px;
	color: #fff;
	font-size: 16px;
	position: absolute;
	height: 40px;
	line-height: 40px;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 99;
}

.swiper-pagination {
	width: auto !important;
	right: 20px !important;
	left: inherit !important;
}

.swiper-pagination-bullet-active {
	background-color: #fff;
}

.flex-r {
	display: flex;
	flex-direction: row !important;
}

.flex-c {
	display: flex;
	flex-direction: column !important;
}

.flex-sb {
	justify-content: space-between !important;
}

.flex-sa {
	justify-content: space-around !important;
}

.flex-con {
	justify-content: center !important;
}

.flex-align {
	align-items: center !important;
}

.flex-auto {
	width: 100%;
}

.flex-warp {
	flex-wrap: wrap;
}

.width-view {
	width: 1440px;
	margin: 0 auto;
}

.panel-view {
	background-color: #fff;
}

.header-viwe {
	line-height: 60px;
	color: #fff;
	background: rgba(217, 23, 27, 1.0);
}

.title-img {
	width: 60%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin: 10vh auto 0;
	
}
.title-img>img{
	width: 150px;
	height: 150px;
}
.title-img .title-view{
	background: -webkit-linear-gradient(#ffe900, #e1c100);
	-webkit-background-clip: text;
	-webkit-text-fill-color: #ffe900;
	text-shadow: 0 0px 2px rgba(0, 0, 0, 1);

}
.title-sub-view{
	font-size: 16px;
	color: #dedede;
	text-align:center;
}

.nav-box {
	color: #fff9e9;
	background: rgba(217, 23, 27, 1.0);
	padding: 0 20px;
	width: calc(1440px - 40px);
}

.nav-box {
	position: relative;
	z-index: 2;
}
.nav-bar{
	position: relative;
}
.nav-bar::before {
	position: absolute;
	width: 50vw;
	content: '';
	right:0;
	height: 55px;
	top: 10px;
	background: rgba(190, 20, 25, 1.0);
}

.nav-bar::after {
	position: absolute;
	width: 50vw;
	content: '';
	left:0;
	height: 55px;
	top: 10px;
	background: rgba(190, 20, 25, 1.0);
}

.nav-box>div {
	line-height: 60px;
	font-size: 16px;
	font-weight: bold;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.input-box {
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 50px;
	height: 30px;
	margin: 15px 0;
	padding: 0 10px;
}

.input-box input {
	border: none;
	background: none;
	height: 30px;
	line-height: 30px;
	display: block;
	color: #fff;
}

.nav-box>div img {
	display: block;
	width: 26px;
	height: 26px;
	margin-right: 5px;
}

.input-box input[type=text]:focus {
	outline: none;
}

.nav-box .input-box>img {
	display: block;
	width: 16px;
	height: 16px;
}

.title-view {
	font-size: 23px;
	height: 40px;
	line-height: 40px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	border-bottom: 0px solid #6e6e6e;
}

.title-view span {
	font-weight: bold;
	color: #bf1111;
	font-size: 16px;

}

.title-view .active {
	height: 40px;
}

.title-view .active .active-span {
	cursor: pointer;
	line-height: 38px;
	display: inline-block;
	border-bottom: 2px solid;
	opacity: 1;

}

.title-view .active>span {
	margin-right: 10px;
	cursor: pointer;
	line-height: 38px;
	display: inline-block;
	opacity: 0.5;
	border-bottom: 2px solid rgba(0, 0, 0, 0);

}

.title-view a,
.line-gd a {
	font-size: 14px;
	color: #999;
}

.news-view {

	width: calc(50% - 40px);
	margin: 10px 20px 0;
}

.news-box>div {
	cursor: pointer;
	line-height: 36px;
	height: 36px;
	border-bottom: 1px solid #f5f5f5;
	color: #222222;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.pv-list>div{
	cursor: pointer;
	line-height:55px;
	height: 55px;
	border-bottom: 1px solid #f5f5f5;
	color: #222222;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.news-box .dept-text {
	padding-right: 10px;
	color: #767676;
	line-height: 16px;
	height: 16px;
	font-size: 14px;
	display: inline-block;
	border-right: 1px solid;
	margin: 10px 10px 10px 0;
}

.news-box .time-text {
	color: #767676;
}

.news-box>div>div {
	flex: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news-box>div:last-child {
	border: none;
}

.news-box>div .zhiding {
	display: inline-block;
	height: 18px;
	color: #fff;
	padding: 0 8px;
	border-radius: 6px;
	line-height: 17px;
	font-size: 12px;
	margin-right: 5px;
	background-color: #bf1111;
}

.numTop{
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	margin-right: 10px;
	background-color: #bf1111;
	color: #fff;
	display: inline-block;
}

.line-gd {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	height: 17px;
	margin-top: 15px;
}

.line-gd>div {
	height: 1px;
	background-color: #6e6e6e;
	flex: 1;
	margin-right: 10px;
}

.left-view {
	width: 50%;
	flex: 1;
}

.left-view .left-icon-view {
	margin-top: 20px;
	flex: 1;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.left-view .left-icon-view>div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: calc(25% - 30px);
	border: 1px solid;
	color: #bf1111;
	border-radius: 2px;
}

.left-view .left-icon-view img {
	width: 40px;
	height: 40px;
	margin-bottom: 5px;
	display: block;
}

.dept-list {
	padding: 10px 0;
}

.dept-list>div {
	cursor: pointer;
	width: 10%;
	text-align: center;
	line-height: 40px;
	color: #818181;
}

.dept-list>div:hover {
	background-color: rgba(0, 0, 0, 0.05);
}

.footer-view {
	background-color: #bf1111;
	text-align: center;
}

.footer-view>div {
	line-height: 150px;
	color: #fff;
}
.footer-view>div>div{
	flex: 1;
}

.day-click{
	width: 200px;
	display: flex;
	flex-direction: row;
	border: 1px solid ;
	color: #bf1111;
}
.day-click .active{
	color: #fff;
	background-color: #bf1111;
}
.day-click>div{
	padding: 5px 0;
	border-right: 1px solid;
	text-align: center;
	color: #bf1111;
	width: 100px;
}
.day-click>div:last-child{
	border-right: none;
}
/* .left-window {
	position: absolute;
	width: 150px;
	left: -170px;
	top: 0;
}

.right-window  {
	position: absolute;
	width: 150px;
	right: -170px;
	top: 0;
}
.right-window>img,.left-window>img{
	display: block;
	margin-bottom: 10px;
	width: 100%;
} */
.left-window {
	position: fixed;
	width: 150px;
	left: calc(50% - 720px);
	z-index: 2;
	top: 39.5vh;
}

.right-window {
	position: fixed;
	width: 150px;
	right: calc(50% - 1440px / 2);
	z-index: 4;
	top: 39.5vh;
}

.right-window>div>img,
.left-window>div>img {
	display: block;
	margin-bottom: 10px;
	width: 100%;
}

.right-window .close,
.left-window .close {
	width: 20px;
	height: 20px;
	display: block;
	background-color: rgba(255, 255, 255, 0.5);
	padding: 5px;
	border-radius: 50%;
	margin: 0 auto;
}

/* 隐藏标签 */
.hideView{
	display: none;
}