/* webkit, opera, IE9 £¨¹È¸èä¯ÀÀÆ÷£©*/
::selection { 
    background:rgba(143, 0, 11, 0.8); 
    color:#fff; 
}
/* mozilla firefox£¨»ðºüä¯ÀÀÆ÷£© */
::-moz-selection { 
    background:rgba(143, 0, 11, 0.8);
    color:#fff; 
}
.header {
	height: 120px;
	background: url('/tzb/static/images/nav_bg.png');
	background-size: 100% 100%;
}

.icon {
	width: 20px;
	height: 20px;
	fill: #fff;
}

.header-container-logo {
	width: 50%;
}

.header-container-form {
	width: 46%;
	height: 25px;
	border: 1px solid rgba(255, 255, 255, .5);
	border-radius: 5px;
}

.header-container-form form {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.header-container-form form>input {
	outline: none;
	background: none;
	border: none;
	width: 80%;
	color: rgba(255, 255, 255, .6);
	font-size: 14px;
	text-indent: 10px;
}

.header-container-form form>input::placeholder {
	color: rgba(255, 255, 255, .5);
}

.header-container-form form>button {
	width: 20%;
	border: none;
	background: none;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (max-width: 767px) {
	.header {
		height: 90px;
		background: url('/tzb/static/images/nav_bg.png');
		background-size: 120% 100%;
	}

	footer {
		font-size: 12px;
		padding: 20px 0 20px 0;
	}

	footer .text {
		margin: 20px 0 20px 0;
	}

}

.menu button {
	outline: none;
	background: none;
	border: none;
}

.menu svg {
	width: 30px;
	height: 30px;
}

.accordion-item:first-of-type .accordion-button {
	border-top-left-radius: unset;
	border-top-right-radius: unset;
}

button:focus:not(:focus-visible) {
	outline: none;
}

.accordion-button:focus {
	z-index: unset;
	border-color: unset;
	outline: none;
	box-shadow: unset;
}

.accordion-button:not(.collapsed) {
	background-color: unset;
	color: rgba(143, 0, 11, 1);
}

.accordion-button {
	background-color: unset;
}

.accordion-item {
	background-color: unset;
	border: none;
}

.link {
	padding: 1rem 1.25rem;
	text-decoration: none;
	color: #212529;
	font-size: 1rem;
}

.link:hover {
	color: rgba(143, 0, 11, 1);
}

.nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.nav>ul>li {
	width: 10%;
	position: relative;
}

.nav>ul>li>a {
	text-decoration: none;
	width: 100%;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	
}
.color{
	color: #8f000b;
}
.nav>ul>li ul{
	position: absolute;
	z-index: 6;
	height: 0;
	overflow: hidden;
	top:40px;
	width: 200%;
	background-color: rgba(170, 0, 0, 0.8);
}
.nav>ul>li ul>li{
	width: 100%;
	height: 40px;
}
.nav>ul>li ul>li>a{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	color: #fff;
}
/* .nav>ul>li ul>li>a:hover{
	color: #8f000b;
	background: #fff;
} */
.on{
	color: #fff;
	background: #8f000b;
}

.on>a{
	color: #fff;
	background: #8f000b;
}
/* .nav>ul>li>a:hover {
	color: #fff;
	background: #8f000b;
} */

.main-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: #8f000b 2.5px solid;
	margin-bottom: 20px;
}

.main-title h3 {
	color: #8f000b;
	font-size: 19px;
}

.main-title a {
	text-decoration: none;
	color: #8f000b;
	font-size: 20px;
	font-weight: 400;
}

.main-swiper-img {
	position: relative;
	height: 100%;
	width: 100%;
}

.main-swiper-text {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 30px;
	display: flex;
	align-items: center;
	background: rgba(143, 0, 11, 0.8);
	justify-content: center;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.main-swiper-text a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}

.main-box {
	margin-top: 30px;
}

.main-box ul {
	margin: 10px 0 10px 0;
	list-style-type: none;
	padding: 0;
}

.main-box li {
	margin: 5px 0 5px 0;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid rgba(211, 211, 211, 0.6);
}

.main-box li a {
	text-decoration: none;
	color: #212529;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 14px;
}

.main-box li span {
	font-size: 14px;
}

.main-box li:hover {
	background-color: rgba(221, 221, 221, 0.6);
}

.time-day {
	font-size: 23px;
	color: #8f000b;
	font-weight: bold;
}

.time-year {
	font-size: 12px;
	color: #8f000b;
}

.work-group li {
	padding: 15px 0 15px 0;
	margin: 20px 0 20px 0;
	width: 100%;
}

.work-group .col-10 {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.main-active {

	background: #8f000b;
}
.main-active>div{
	margin: 20px 0 20px 0;
}

.main-active-title {
	font-size: 20px;
	color: #fff;
	/* height: 10vh; */
}

.main-active-title a {
	color: #fff;
	font-size: 20px;
	text-decoration: none;
}

.myActive {

	/* height: 80vh; */
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}


.main-active .img {
	margin-bottom: 20px;
}

.main-active .group {
	border: 1px solid #ffaa00;
	padding: 30px 0 30px 0;
	color: #fff;
	text-decoration: none;
}

.main-active {
	position: relative;
	margin: 30px 0 30px 0;
	padding: 30px 0 40px 0;
}

.main-active .swiper-button-next {
	position: absolute;
	color: #ffaa00;
	right: 10px;
}

.main-active .swiper-button-prev {
	position: absolute;
	color: #ffaa00;
}

.swiper-pagination-bullet-active{
background: #ffaa00;	
}
/* .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 40px;
} */


.main-active .group>div {
	margin: 10px 0 10px 10px;

}

.main-active .group>div:nth-child(2) {
	font-size: 12px;
}

.main-active .group>div:nth-child(1) {
	font-size: 18px;
	font-weight: 600;
}

.main-active .group>div:nth-child(3) {
	text-decoration: underline;
	color: #ffaa00;
}

main {
	margin: 20px 0 60px 0;
}

footer {
	height: 140px;
	background: #8f000b;
}
.down{
	margin-right: 3px;
}
.down>span>a{
	padding: 0 20px 0 20px;
	border: 1px solid #8f000b;
	border-radius: 15px;
	box-sizing: border-box;
	color: #8f000b;
}
.down a:hover{
	background: #8f000b;
	color: #fff;
}


/* 3-2 */
.broadside {
	width: 24%;
}

.broadside ul {
	list-style-type: none;
}

.broadside ul>li:not(:first-of-type) {
	height: 30px;
}

.broadside>ul>li:first-of-type>a {
	text-decoration: none;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgb(143, 0, 11);
	color: #fff;
	font-weight: bold;
}

.broadside>ul>li:not(:first-of-type)>a {
	display: flex;
	height: 100%;
	padding: 18px 0 18px 0;
	margin: 5px 0 5px 0;
	width: 100%;
	text-decoration: none;
	color: #888888;
	font-size: 14px;
	justify-content: center;
	align-items: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.broadside>ul>li:not(:first-of-type)>a:hover {
	background: #f7f7f7;
}

.crumbs {
	color: #888888;
	font-size: 14px;
}

.crumbs a {
	color: #888888;
	font-size: 14px;
}

.crumbs a:hover {
	color: #8f000b;
}

.crumbs a:last-child {
	color: #8f000b;
}

.assistant-text {
	font-size: 14px;
	color: #676767;
	line-height: 2.33;
}

.assistant-text>div {
	margin: 0 0 20px 0;
}

/* 3-2 END */

/* 6-2 start */

.assistant-ul ul {
	list-style-type: none;
	padding: 0;
}

.assistant-ul-link a {
	text-decoration: none;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: keep-all;
	white-space: nowrap;
	color: #525252;
}

.assistant-ul span {
	color: #525252;
}

.assistant-ul li {
	padding: 15px 0 15px 0;
	margin: 10px 0 10px 0;
	border-bottom: 1px solid #f3f3f3;
}

.assistant-ul li:hover {
	background: #f4f4f4;
}

.assistant-ul-link a:hover {
	color: #8f000b;
}

/* 6-2 END */


/* 10-0 START */
.assistant-ul-down ul {
	padding: 0;
}

.assistant-ul-down li {
	margin: 10px 0 10px 0;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid rgba(223, 223, 223, 0.8);
}

.accordion-ul-down-text {
	font-size: 14px;
	color: #777777;
}

.accordion-ul-down-link span {
	width: 100px;
	display: flex;
	justify-content: center;
	align-items: center;

}

.accordion-ul-down-link a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	color: #8f000b;
	border-radius: 15px;
	border: 2px solid #8f000b;
}

.accordion-ul-down-link a:hover {
	background: #8f000b;
	color: #fff;
}

/* 10-0 END */



/* 1-2 START */

.news {
	margin: 20px 0 20px 0;
	color: #919191;
}

.news>div {
	margin: 10px 0 10px 0;
}

.news h4 {
	color: #686868;
	font-weight: bold;

}

.assistant-text a {
	text-decoration: none;
	color: #686868;
}

/* 1-2 end */
