* {
	padding: 0;
	margin: 0;
}

.wap {
	max-width: 1580px;
	padding: 0 15px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}

.list-content .max-width .content img {
	max-width: 100%;
	margin: 0 auto;
}

a {
	color: #000000;
	text-decoration: none;
}

li {
	list-style: none;
}

.max {
	width: 100%;
	height: 100%;
}

.dis-al {
	display: flex;
	align-items: center;
}

.dis-bet {
	display: flex;
	justify-content: space-between;
}

.title-line {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
left:0;
}

.cursor {
	cursor: pointer;
}

.top {
	background: rgb(32, 93, 177);
	width: 100%;
	padding: 5px 35px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
}


.rs-sticky {
	position: fixed !important;
	top: 0;
	z-index: 55;
	inset-inline-end: 0;
	inset-inline-start: 0;
	width: 100%;
	-webkit-animation: 600ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 600ms ease-in-out 0s normal none 1 running fadeInDown;
	background: #205db1 !important;
	border-top: 0;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.07);
}
.rs-sticky a {
color:#ffffff !important;
}
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		transform: translateY(-20px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}

.top .logo {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0 30px;
}

.top .logo img {
	height: 70px;
}

.logo a span {
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
	font-family: '楷体';
	position: relative;
	left: -5px;
	letter-spacing: 2px;
}

.top .fr .contact {
	background-color: #ffffff;
	color: #205db1;
	margin-left: 10px;
	border-radius: 5px;
	padding: 5px 10px;
	font-weight: bold;
}

.top .fr .ss {
	display: flex;
	align-items: center;
	background-color: #ffffff;
	border-radius: 50px;
	padding: 5px 10px;
}

.top .fr .ss input {
	border: 0;
	outline: none;
}

.top .fr .contact {
	background-color: #ffffff;
	color: #205db1;
	margin-left: 10px;
	border-radius: 5px;
	padding: 5px 10px;
	font-weight: bold;
}
.main-menu{

}
.main-menu>ul {
	display: inline-flex;
	gap: 0 40px;
    justify-content: space-between;
width:100%;
}

.main-menu li {
	position: relative;
	list-style: none;
}

.main-menu li a {
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	color: #000000;
	padding: 20px 0px;
	display: flex;
	align-items: center;
	text-transform: capitalize;
	position: relative;
	transition: all 0.3s linear;
}

.main-menu .submenu {
	background-color: #ffffff;
	-webkit-box-shadow: 0 4px 10px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 4px 10px 2px rgba(0, 0, 0, 0.2);
	width: 180px;
	position: absolute;
	opacity: 0;
	pointer-events: none;
	z-index: 10;
	top: 90%;
	transform: scaleY(0);
	transition: all 0.5s ease;
	visibility: hidden;
	transform-origin: top center;
	left: -50px;
	border-radius: 15px;
}

.main-menu>ul>li:hover>ul {
	opacity: 1;
	pointer-events: all;
	transform: scaleY(1);
	visibility: visible;
}

.main-menu .submenu li {
	position: relative;
}

.main-menu .submenu li a {
	font-size: 16px;
	color: var(--rs-black) !important;
	display: block;
	transition: all 0.5s;
	text-align: start;
	cursor: pointer;
	padding: 18px 20px 18px 20px;
	text-align: center;
}

.main-menu .submenu li:not(:last-child) {
	border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.main-menu>ul>li.menu-item-has-children>a {
	position: relative;
}

.header-menu {
	display: flex;
	align-items: center;
        background: #ffffff;
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
}

.header-right {
	display: flex;
	gap: 25px;
	align-items: center;
}

.header-icon-wrapper {
	display: flex;
	align-items: center;
	position: relative;
	gap: 15px;
}

.header-icon-wrapper .header-btn{
    background: #ffffff;
    border-radius: 25px;
    padding: 5px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-icon-wrapper .header-btn input{
    border: 0;
}

.header-btn .rs-btn {
	height: 48px;
	padding: 15px;
	font-size: 16px;
}

.rs-btn {
	font-size: 17px;
	text-transform: capitalize;
	color: #ffffff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 15px 30px;
	height: 56px;
	transition: all 0.4s ease-out 0s;
	border-radius: 6px;
	font-weight: 500;
	position: relative;
	z-index: 1;
	overflow: hidden;
	box-sizing: border-box;
}

.rs-btn:hover {
	background: #000000;
	color: #ffffff;
}

.sidebar-toggle {
	cursor: pointer;
	padding: 8px;
	border-radius: 6px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
display: none;
}

.header-bar-icon {
	width: 20px;
	height: 16px;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	overflow: hidden;
	transition: color 0.2s ease-out;
}

.header-bar-icon span {
	width: 28px;
	height: 2px;
	background: #ffffff;
	display: inline-block;
	transition: color 0.2s ease-out;
	margin: 0 auto;
	margin-right: auto;
	margin-right: 0;
}

.header-bar-icon span:nth-child(1) {
	width: 15px;
	transition: all 0.3s linear;
}

.header-bar-icon span:nth-child(2) {
	width: 10px;
	transition: all 0.3s linear;
}

.header-bar-icon span:nth-child(3) {
	width: 15px;
	transition: all 0.3s linear;
}

.swiper-button-prev:after,
.swiper-button-next:after {
	font-size: 24px !important;
}

.swiper-button-prev,
.swiper-button-next {
	padding: 0 !important;
}

.nav .one-ul .active {
	background-color: #205db1;
}

.nav .one-ul .active a {
	color: #ffffff;
}

.nav .one-ul .one-li:hover {
	background-color: rgba(32, 93, 177, 0.8);
}

.nav .one-ul .one-li:hover a {
	color: #ffffff;
}

.nav .two-ul li:hover {
	background-color: rgba(32, 93, 177, 0.8);
}

.nav .two-ul li:hover a {
	color: #ffffff !important;
}

.mySwiper {
	width: 100%;
	/* height: 480px; */
}

/* .swiper-slide-0 {
	max-width: 1200px !important;
} */

.swiper-slide {
	text-align: center;
	font-size: 18px;
	/* 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;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper-button-prev,
.swiper-button-next {
	padding: 10px 5px;
	background-color: rgba(0, 0, 0, 0.8);
}

.swiper-button-prev:after,
.swiper-button-next:after {
	color: #ffffff;
}

.swiper-button {
	height: 480px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.swiper-button-prev {
	left: 0 !important;
}

.swiper-button-next {
	right: 0 !important;
}

.mask-left {
	background-color: rgba(255, 255, 255, 0.5);
	position: absolute;
	width: 100%;
	height: 480px;
	z-index: 99;
	left: -1200px;
}

.mask-right {
	background-color: rgba(255, 255, 255, 0.5);
	position: absolute;
	width: 100%;
	height: 480px;
	z-index: 99;
	right: -1200px;
}

.news {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}

.news .news-swiper {
	width: 46%;
}

.news .news-swiper .swiper-slide {
	position: relative;
}


.news .news-swiper .swiper-slide .title {
	position: absolute;
	bottom: 0;
	padding: 8px 10px;
	background-color: rgba(0, 0, 0, 0.7);
	width: calc(100% - 20px);
	font-size: 16px;
	color: #ffffff;
}


.news .swiper {
	height: 230px;
	/* height: 100%; */
}

.h-title {
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #d0d0d0;
	line-height: 40px;
	font-size: 26px;
	font-weight: bold;
}

.h-title img {
	width: 40px;
	margin-right: 5px;
}

.h-title .p {
	border-bottom: 3px solid #205db1;
	color: #205db1;
	display: flex;
	align-items: center;
}

.h-title .more {
	color: #737373;
	font-weight: 400;
	font-size: 16px;
}

.h-title .more:hover {
	color: #205db1;
}

.news .content {
	display: flex;
	justify-content: space-between;
}

.news .content .list {
	width: 46%;
}

.news .list ul li {
	height: 45px;
	font-size: 16px;
	line-height: 45px;
	border-bottom: 1px solid #d0d0d0;
}

.news .sd-list ul li {
	height: auto;
	font-size: 16px;
	line-height: 39px;
	border-bottom: 1px solid #d0d0d0;
}

.news .list ul li a {
	align-items: center;
}

.news .list ul li a:hover {
	color: #205db1;
}

.news .list ul li .cont {
	font-size: 15px;
	width: calc(100% - 55px);
	overflow: hidden;
	text-overflow: ellipsis;
	/* white-space: nowrap; */
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	line-height: 1.5;
}

.news .lin-2 ul li .cont {
	font-size: 15px;
	width: calc(100% - 55px);
	overflow: hidden;
	text-overflow: ellipsis;
	/* white-space: nowrap; */
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	line-height: 1.5;
}

.news .list ul li .time {
	color: #737373;
}

.express {
	margin-top: 30px;
}

.express .fl {
	width: 30%;
}

.express .express-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.express .express-list .li {
	width: calc(50% - 5px) !important;
	background-color: #d0d0d0;
	padding: 15px 10px;
	display: flex;
	align-items: center;
margin-bottom: 2px;
height: 115px;
    justify-content: center;
}

.express .express-list .li a {
	color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.express .express-list .li img {
	width: 35px;
	margin-bottom: 7px;
}

.function {
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}

.function .fl {
	width: 30%;
}

.function .fc {
	width: 30%;
}

.function .fr {
	width: 30%;
}

.mySwiper-2,
.mySwiper-3 {
	height: 250px;
}

.mySwiper-2 .title,
.mySwiper-3 .title {
	position: absolute;
	bottom: 0;
	padding: 8px 10px;
	background-color: rgba(0, 0, 0, 0.7);
	width: 100%;
	font-size: 16px;
	color: #ffffff;
}

.function .list ul li {
	/* height: 45px; */
	font-size: 15px;
	line-height: 40px;
	border-bottom: 1px solid #d0d0d0;
}

.function .list ul li a {
	align-items: center;
}

.function .list ul li a:hover .cont {
	color: #205db1;
}

.function .list ul li a span:first-child {
	width: calc(100% - 55px);
	overflow: hidden;
	text-overflow: ellipsis;
	/* white-space: nowrap; */
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	line-height: 1.5;
}

.link .list {
	display: flex;
	flex-wrap: wrap;
}

.link .list li {
	margin-right: 40px;
}

.rs-footer-one {
	position: relative;
	z-index: 1;
	background: #205db1;
	margin-top: 40px;
}

.rs-footer-one .footer-top {
	padding-top: 40px;
	padding-bottom: 20px;
	position: relative;
	z-index: 1;
}

.foot {
	position: relative;
	z-index: 99;
	justify-content: space-between;
	padding-inline-start: 55px;
	padding-inline-end: 55px;
}

.foot .foot-l{
width:40%;
}

.foot .foot-c{
width:30%;
}

.foot .foot-r{
width:30%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
margin-top:10px;
}

.foot .foot-r .foot-code{
    width: 33.33%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.foot .foot-r .foot-code img{
    width: 85%;
max-width: 110px;
}
.foot .foot-r .foot-code p{
    color: #ffffff;
}

.row {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: calc(-1 * var(--bs-gutter-y));
	margin-right: calc(-.5 * var(--bs-gutter-x));
	margin-left: calc(-.5 * var(--bs-gutter-x));
}

.row {
	--bs-gutter-x: 3rem;
}

.col-xxl-6 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 50%;
}

.rs-footer-one .footer-1-col-1 {
	margin-inline-end: 40px;
}

.rs-footer-one .rs-footer-widget-description {
	color: #fff;
	margin-bottom: 25px;
	margin-top: 20px;
	line-height: 30px;
}

.col-xxl-2 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 16.66666667%;
}

.rs-footer-one .footer-1-col-2 {
	margin-inline-start: 0;
	padding-top: 20px;
}

.rs-footer-one .footer-widget-title {
	color: #fff;
	margin-bottom: 15px;
	font-weight: 600;
	display: inline-block;
	position: relative;
	padding-bottom: 10px;
	font-size: 20px;
}

.rs-footer-one .footer-widget-title::before {
	position: absolute;
	content: "";
	width: 121px;
	height: 1px;
	background: rgba(255, 255, 255, 0.15);
	bottom: 0;
}

.rs-footer-one .footer-widget-title::after {
	position: absolute;
	content: "";
	width: 70px;
	height: 2px;
	background: #ffffff;
	left: 0;
	bottom: 0px;
}

.rs-footer-one .footer-widget-link ul li:not(:last-child) {
	margin-bottom: 19px;
}

.rs-footer-one .footer-widget-link ul li {
	list-style: none;
	line-height: 1;
	font-weight: 500;
	color: #BEBEBE;
}

.rs-footer-one .footer-widget-link ul li a {
	position: relative;
	font-size: 16px;
	transition: 0.5s;
	color: #fff;
	font-weight: normal;
}

.col-xxl-4 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 33.33333333%;
}

.tagcloud {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.tagcloud a {
	font-size: 16px;
	border: 1px solid #e5e5e5;
	padding: 7px 15px;
	position: relative;
	transition: 0.3s;
	font-weight: 500;
	background: transparent;
	border-radius: 6px;
	color: var(--rs-title-primary);
}

.rs-footer-one .footer-widget-tags .sidebar-widget-content a {
	font-size: 14px;
	padding: 6px 6px;
}

.tagcloud.has-bg-transparent a {
	border: 1px solid rgba(255, 255, 255, 0.06);
	color: #ffffff;
	background: #205db1;
}

.contact {
	position: fixed;
	right: 20px;
	background-color: #205db1;
	bottom: 30px;
	right: 30px;
	z-index: 999;
	border-radius: 5px;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.contact .cont img {
	width: 25px;
	margin: auto;
}

.contact .cont {
	position: relative;
	cursor: pointer;
}

.contact .cont .cont-show {
	display: none;
	position: absolute;
	width: max-content;
	background-color: #205db1;
	right: 60px;
	top: -10px;
	line-height: 80px;
	padding: 0px 30px;
	border-radius: 10px 0 0 10px;
}

.contact .cont:hover .cont-show {
	display: block;
}

.contact .cont .title {
	font-size: 14px;
}

.menu,
.min-wap {
	display: none;
}

@media screen and (max-width:980px) {
	.nav-m {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 99;
		background-color: rgba(0, 0, 0, 0.8);
		width: 100%;
		height: 100%;
	}

	.nav-show {
		position: absolute;
		right: 0;
		width: calc(60% - 40px);
		height: 100%;
		background-color: #ffffff;
		padding: 10px 20px;
	}

	.nav-show .close {
		font-size: 34px;
		font-weight: 200;
	}

	.nav-show ul li {
		line-height: 35px;
		border-bottom: 1px solid #d0d0d0;
	}

	.wap {
		width: calc(100% - 4px);
	}

	.top .fr {
		display: none;
	}

	.top {
		padding: 10px 0;
	}

	.logo img {
		height: 45px !important;
	}

	.logo a span {
		font-size: 18px;
		left: -10px;
	}

	.swiper-button,
	.nav {
		display: none;
	}

	.menu {
		display: block;
	}

	.menu img {
		width: 30px;
	}

	.news {
		grid-template-columns: 100% !important;
                flex-direction: column;
	}

	.news .fl,
	.news .fr {
		width: 100%;
	}

	.news .fr {
		margin-top: 20px;
	}

	.function {
		flex-direction: column;
	}

	.function>div {
		width: 100% !important;
	}

.express .fl,.function .fl,.function .fc {
margin-bottom: 15px;
}
}

@media screen and (max-width:760px) {

	.contact {
		display: none;
	}

	.top .wap {
		margin: 0 5px;
		width: calc(100% - 10px);
	}

	.min-wap {
		display: block;
		font-size: 14px !important;
	}

	.max-wap,.calendar {
		display: none !important;
	}

	.logo img {
		height: 50px;
	}

	.news .content {
		flex-direction: column;
	}

	.news .news-swiper {
		width: 100%;
	}

	.news .content .list {
		width: 100%;
	}

	.news {
		margin-top: 20px;
	}

	.footer .dis-al {
		padding: 40px 0;
		flex-direction: column-reverse;
	}

	.footer .wap .fl {
		width: 100%;
		margin-top: 20px;
	}

	.footer .wap .link,
	.footer .address {
		display: none;
	}

	.footer .wap .fr {
		width: 100%;
	}
}

.banner img {
	width: 100%;
	/* height: 360px; */
	object-fit: cover;
	display: block;
}

.nav-header {
	background-color: #f5f5f5;
	line-height: 60px;
}

.nav-header .wap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.nav-header .title {
	width: 240px;
	background-color: #205db1;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
}

.nav-header .address {
	font-size: 14px;
	color: #737373;
}

.nav-header .address a {
	color: #737373;
}

.nav-header .address img {
	margin-right: 5px;
}

.nav-header .address a {
	margin: 0 5px;
}

.nav-header .address a:hover {
	color: #205db1;
	text-decoration: underline;
}

.list-content {
	display: flex;
	justify-content: space-between;
}

.list-content .fl {
	width: 240px;
	background-color: #f5f5f5;
}

.list-content .fl ul li {
	text-align: center;
	line-height: 60px;
	font-size: 18px;
}

.list-content .fl ul li:hover {
	background-color: rgba(32, 93, 177, 0.9);
}

.list-content .fl ul li:hover a {
	color: #ffffff;
}

.list-content .fl ul .active {
	background-color: rgba(32, 93, 177, 0.9);
	color: #ffffff;
	font-weight: bold;
}

.list-content .fl ul .active a {
	color: #ffffff;
}

.list-content  {
	width: 100%;
	padding: 20px 0;
}

.list-content  .content .h {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}

.list-content  .content .p {
	line-height: 1.5;
        font-family: 宋体;
}

.list-content  .new-list ul li a {
	display: flex;
	font-size: 15px;
	justify-content: space-between;
	line-height: 40px;
	border-bottom: 1px solid #d0d0d0;
}

.list-content .fr .new-list ul li a .title {
	width: calc(100% - 140px);
}

.list-content  .new-list ul li a .time {
	color: #737373;
}

.list-content  .new-list-img ul .li a img {
	/* width: 160px;
	height: 90px;
	object-fit: cover; */
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.list-content .fr .article-time {
	text-align: center;
	color: #737373;
	margin-bottom: 10px;
	position: relative;
	top: -15px;
}
.new-list-img ul {
    display: flex;
    flex-wrap: wrap;
}

.new-list-img .li {
    /* margin-bottom: 20px; */
    /* display: flex; */
    /* font-size: 15px;*/
    width: calc(25% - 20px);
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    font-size: 15px;
    margin-right: 20px;
}

.new-list-img .li a:last-child {
    /* margin-left: 10px; */
    /* display: flex; */
    /* padding: 5px 0; */
    /* flex-direction: column; */
    /* justify-content: space-between; */
    display: flex;
    padding: 5px 0;
    flex-direction: column;
    justify-content: space-between;
}

.new-list-img .li a .title {
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    /* display: -webkit-box; */
    /* -webkit-line-clamp: 2; */
    /* -webkit-box-orient: vertical; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.new-list-img .li a .time {
	color: #737373;
}

.max-width {
	width: 100% !important;
}

@media screen and (max-width:980px) {
	.list-content .fl {
		display: none;
	}

	.list-content .fr {
		width: 100%;
	}

	.nav-header .title {
		display: none;
	}

}

@media screen and (max-width:640px) {
	.new-list-img .li {
		width: calc(33% - 20px);
		margin: 0 10px;
	}

	.elite-list-img ul li {
		width: calc(33% - 20px);
		margin: 0 10px;
	}

	.elite-list-img ul li .elite-img {
		width: 100%;
		height: 75%;
	}

	.elite-list-img ul li .elite-img img {
		height: auto;
	}

	.elite-list-img ul li:nth-child(4n) {
		margin-right: 10rpx;
	}
}

@media screen and (max-width:520px) {
	.new-list-img .li {
		width: calc(50% - 20px);
		margin: 0 10px;
	}

	.elite-list-img ul li {
		width: calc(50% - 20px);
		margin: 0 10px;
	}

	.elite-list-img ul li .elite-img {
		width: 100%;
		height: 75%;
	}

	.elite-list-img ul li .elite-img img {
		height: auto;
	}

	.elite-list-img ul li:nth-child(4n) {
		margin-right: 10rpx;
	}
}

.calendar{
    display: flex;
    align-items: center;
    color: #ffd947;
}
.calendar .title{
font-size: 22px;
}
.calendar .time{
font-size: 15px;
}
.calendar .r{
    width: 28px;
    background: #ffd947;
    color: #ffffff;
    text-align: center;
    border-radius: 25px;
    padding: 5px 0;
    margin-left: 20px;
}

@media screen and (max-width:1080px) {
.sidebar-toggle{
display: block;
}
	.header-menu,.header-btn {
		display: none !important;
	}

	.menu {
		display: block;
	}

	.offcanvas-about {
		display: none;
	}

	.foot .row>* {
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
	}

	.rs-footer-one .footer-1-col-2 {
		padding-bottom: 30px;
	}

	.rs-footer-one .footer-widget-tags .sidebar-widget-content {
		padding: 0;
	}
}

.fix {
	overflow: hidden;
}

.offcanvas-area.info-open {
	inset-inline-end: 0%;
}

.offcanvas-area {
	background: #ffffff none repeat scroll 0 0;
	position: fixed;
	inset-inline-end: -100%;
	top: 0;
	width: 400px;
	height: 100%;
	z-index: 999;
	overflow-y: scroll;
	overscroll-behavior-y: contain;
	scrollbar-width: none;
	transition: all 0.5s ease-in-out;
}

.offcanvas-wrapper {
	position: relative;
	height: 100%;
	padding: 40px 40px;
}

.offcanvas-content {
	padding-bottom: 45px;
}

.mb-20 {
	margin-bottom: 20px;
}

.align-items-center {
	-webkit-box-align: center !important;
	-webkit-align-items: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}

.justify-content-between {
	-webkit-box-pack: justify !important;
	-webkit-justify-content: space-between !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}

.d-flex {
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

button {
	color: inherit;
	outline: none;
	border: none;
	background: transparent;
	cursor: pointer;
}

.offcanvas-close {
	width: 35px;
	height: 35px;
	background: #205db1;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 3px;
}

.offcanvas-close-icon .offcanvas-m-lines {
	position: relative;
	display: block;
	height: 14px;
	width: 14px;
}

.offcanvas-close-icon.animation--flip .offcanvas-m-line.line--1 {
	top: 6px;
	transform: rotate(45deg);
}

.offcanvas-close-icon .offcanvas-m-line {
	position: absolute;
	inset-inline-start: 0;
	height: 2px;
	width: 100%;
	background-color: #ffffff;
	transition: top 0.15s ease, transform 0.3s ease;
}

.offcanvas-close-icon.animation--flip .offcanvas-m-line.line--2 {
	top: 6px;
	transform: rotate(-45deg);
}

.offcanvas-close-icon .offcanvas-m-line {
	position: absolute;
	inset-inline-start: 0;
	height: 2px;
	width: 100%;
	background-color: #ffffff;
	transition: top 0.15s ease, transform 0.3s ease;
}

.offcanvas-close-icon.animation--flip .offcanvas-m-line.line--3 {
	opacity: 0;
}

.offcanvas-close-icon .offcanvas-m-line.line--3 {
	bottom: 0;
}

.offcanvas-close-icon .offcanvas-m-line {
	position: absolute;
	inset-inline-start: 0;
	height: 2px;
	width: 100%;
	background-color: #ffffff;
	transition: top 0.15s ease, transform 0.3s ease;
}

.offcanvas-close-icon:hover .offcanvas-m-line {
	animation: qode-draw 0.8s cubic-bezier(0.44, 1.1, 0.53, 0.99) 1 forwards;
	animation: qode-draw 0.8s cubic-bezier(0.44, 1.1, 0.53, 0.99) 1 forwards;
}

@keyframes qode-draw {

	0%,
	100% {
		-webkit-clip-path: inset(-2px 0);
		clip-path: inset(-2px 0);
	}

	42% {
		-webkit-clip-path: inset(-2px 0 -2px 100%);
		clip-path: inset(-2px 0 -2px 100%);
	}

	43% {
		-webkit-clip-path: inset(-2px 100% -2px 0);
		clip-path: inset(-2px 100% -2px 0);
	}
}

.mean-container .mean-bar {
	padding: 0;
	min-height: auto;
	background: none;
	float: left;
	width: 100%;
	position: relative;
	padding: 4px 0;
	min-height: 42px;
	z-index: 999999;
	margin-bottom: 30px;
}

.offcanvas-overlay.overlay-open {
	opacity: 1;
	visibility: visible;
}

.offcanvas-overlay {
	background-color: rgba(0, 0, 0, 0.6);
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 99;
	inset-inline-start: 0;
	opacity: 0;
	visibility: hidden;
}

.mean-container .mean-nav {
	background: none;
	margin-top: 0;
	float: left;
	width: 100%;
}

.mean-container .mean-nav>ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
	display: block !important;
}

.mean-container .mean-nav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.mean-container .mean-nav ul li {
	position: relative;
	float: left;
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
}

.mean-container .mean-nav ul li .down{
    position: absolute;
    right: 10px;
    top: 10px;
    margin: auto;
    height: max-content;
}

.mean-container .mean-nav ul li .two-ul{
display:none;
margin-left: 2rem;
overflow:initial !important;
}

.mean-container .mean-nav ul li .two-ul li{
border-bottom:0;
    border-top: 1px solid var(--rs-border-primary);
}

.mean-container .mean-nav ul li a,
.mean-container .mean-nav ul li span {
	display: block;
	float: left;
	width: 90%;
	padding: 10px 5%;
	margin: 0;
	text-align: start;
	text-decoration: none;
	width: 100%;
	padding: 10px 0;
	color: var(--rs-black);
	border-top: 1px solid rgba(255, 255, 255, 0.079);
	font-size: 17px;
	line-height: 1.5;
	font-weight: 500;
}

.mean-container .mean-nav>ul>li:first-child>a {
	border-top: 0;
}

.mean-container .mean-nav .submenu {
	padding-inline-start: 20px;
}

.mean-container .mean-nav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.mean-container .mean-nav ul li {
	position: relative;
	float: left;
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
}

.mean-container .mean-nav ul li a,
.mean-container .mean-nav ul li span {
	display: block;
	float: left;
	width: 90%;
	padding: 10px 5%;
	margin: 0;
	text-align: start;
	text-decoration: none;
	width: 100%;
	padding: 10px 0;
	color: #000;
	border-top: 1px solid rgba(255, 255, 255, 0.079);
	font-size: 17px;
	line-height: 1.5;
	font-weight: 500;
}

.mean-container .mean-nav .submenu a {
	font-size: 16px;
}

.mean-container .mean-nav ul li.dropdown-opened>a,
.mean-container .mean-nav ul li.dropdown-opened>span {
	color: #205db1;
}

.mean-container .mean-nav ul li a.mean-expand,
.mean-container .mean-nav ul li span.mean-expand {
	text-align: center;
	position: absolute;
	inset-inline-end: 0;
	top: 0;
	z-index: 2;
	background: transparent;
	border: none !important;
	font-size: 14px !important;
	margin-top: 8px;
	padding: 0 !important;
	height: 30px;
	width: 30px;
	color: #000;
	line-height: 30px;
	font-weight: 400;
}

.mean-container .mean-nav ul li.dropdown-opened>a.mean-expand.mean-clicked,
.mean-container .mean-nav ul li.dropdown-opened>span.mean-expand.mean-clicked {
	background: #205db1;
	color: #fff;
	border-color: transparent;
}

.mean-container .mean-nav ul li a.mean-expand:hover,
.mean-container .mean-nav ul li span.mean-expand:hover {
	background: #205db1;
}

.mean-container .mean-nav .mean-expand {
	display: flex;
	align-items: center;
	justify-content: center;
}

.submenu li:last-child {
	border-bottom: 0 !important;
}

.arrow-down {
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #000;
}

.arrow-up {
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #000;
	border-top: 0;
}

.offcanvas-title-meta {
	color: var(--rs-title-primary);
	margin-bottom: 20px;
	font-size: 20px;
}

.offcanvas-contact ul li:not(:last-child) {
	margin-bottom: 20px;
}

.gap-15 {
	gap: 15px;
}

.offcanvas-contact-icon {
	flex: 0 0 auto;
}

.offcanvas-contact-icon svg {
	width: 22px;
	height: 22px;
}

.offcanvas-contact-icon svg path {
	fill: #205db1;
}

.offcanvas-contact-text a {
	color: #205db1;
}

.offcanvas-contact ul li:hover svg {
	animation: rs-fold linear 0.5s;
}

@keyframes rs-fold {
	0% {
		transform: rotateY(0);
	}

	50% {
		transform: rotateY(90deg);
	}

	100% {
		transform: rotateY(0);
	}
}

.rs-footer-widget-logo img {
	max-width: 640px;
}

.mb-30 {
	margin-bottom: 30px;
}

.offcanvas-about p {
	max-width: 300px;
}

.two-li{
	margin-left: 1.5em;
}
.calendar:hover{
color:#ffd947}
.ssk{
border: 0px;
    outline: none;
}
.ssk-form{
    padding: 5px 15px;
    border-radius: 50px;
    border: 1px solid #e1e1e1;
}