.search-btn {
	font-size: 18px;
	cursor: pointer;
	text-align: center;
	color: #333;
}

.search-btn:hover {
	opacity: .9;
	text-decoration: none;
}


.search-box {
	height: 0;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
	position: relative;
	z-index: 1000;
	background: #fff;
}

.search-box h2 {
	font-size: 24px;
	color: #555;
	margin-bottom: 30px;
	margin-top: 50px;
}

.search-box .container {
	position: relative;
}

.search-box .close {
	position: absolute;
	top: 30px;
	right: 15px;
	font-size: 14px;
	cursor: pointer;
}

.search-box .close i {
	font-style: normal;
}

.search-form {
	margin-bottom: 40px;
	width: 100%;
	position: relative;
}

.search-form .form-text {
	width: 100%;
	border: none;
	border-bottom: 1px solid #ccc;
	font-style: italic;
	height: 60px;
	font-size: 16px;
	box-shadow: none;
	/*padding: 0 100px 0 15px;*/
}

.search-form .form-text:focus {
	border: none;
	border-bottom: 1px solid #ccc;
	font-style: normal;
	border-bottom-color: #9a161c;
}

.search-form .form-submit {
	position: absolute;
	right: 0;
	top: 0px;
	width: 100px;
	height: 60px;
	line-height: 60px;
	background: none;
	border: none;
	outline: none;
	color: #666;
	font-weight: bold;
	font-size: 20px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.search-form .form-submit:hover {
	background: #9a161c;
	color: #fff;
}

/*椤堕儴寮瑰嚭鏍峰紡 end*/

.rec-txt {
	position: relative;
	z-index: 5;
	top: 7rem;
	font-size: 1.2rem;
	line-height: 1.6;
}

.rec-txt h3 {
	font-weight: bold;
	margin: 1.5rem auto 2rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 89px;
}

.rec-txt .txt-inner {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	height: 123px;
}


/* news */
/*.new-album {
    margin-top: 8rem;
}*/

.new_title h1 {
	margin-bottom: 0;
	margin-top: 1rem;
}

.new-item div {
	position: relative;
	z-index: 10;
}

.new-item .card {
	overflow: hidden;
}

.new-item img,
.new-item .card-body,
.notice-data,
.notice-title {
	transition: all 0.4s ease-out;
}

.new-item:hover img,
.new-item:hover .card-body {
	transform: translateY(-20px);
}

/*.new-item::after {
	content: "";
	height: 94%;
	width: 90%;
	background: #be2c28;
	top: 3%;
	left: 9%;
	position: absolute;
	box-shadow: 5px 5px 25px rgba(0, 0, 0, .5);
}*/

.new-item .shadow-sm {
	box-shadow: 5px 5px 0 #be2c28 !important;
}

.new-item div,
.new-item img,
.new-item::after {
	border-top-right-radius: 3rem;
}

.new-row .swiper-container .swiper-pagination {
	bottom: 0px;
}

.new-row .swiper-container .swiper-pagination-bullet {
	display: inline-block;
	width: 14px;
	height: 14px;
	background: #e1e1e1;
	cursor: pointer;
	opacity: 1;
	border-radius: 100%;
	margin: 0 20px;
}

.item-data {
	color: #be2c28;
	margin-bottom: .4rem;
	display: inline-block;
}

.item-text {
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/* notice */
.notice-album {
	color: #fff;
	position: relative;
	margin: 3rem 0 8rem;
}

.notice-bg .col-lg-4 {
	transition: all 0.4s ease-out;
}

.notice-bg .col-lg-4:hover {
	transform: translateY(-10px);
}

/* .notice-bg .col-lg-4:hover .row{
	border-bottom: 1px #dcc55b solid;
} */
.notice-album .notice-bg::after {
	content: "";
	position: absolute;
	top: 0;
	z-index: -1;
	right: 1%;
	width: 140%;
	height: 100%;
	background: url('/crdc/images/notice-bg.jpg') repeat right top;
	border-top-right-radius: 4rem;
	box-shadow: 10px 10px 30px rgba(0, 0, 0, .5);
}

.notice-data {
	border-right: 1px #fff solid;
}

.notice-data span.d {
	font-size: 1.45rem;
}

.notice-data span.d,
.notice-data span.ym {
	display: block;
	text-align: right;
}

.notice-swiper .swiper-pagination {
	width: 100%;
	bottom: 5px;
	left: 0;
}

.notice-swiper .swiper-pagination-bullet {
	display: inline-block;
	width: 14px;
	height: 14px;
	background: #e1e1e1;
	cursor: pointer;
	opacity: 1;
	border-radius: 100%;
	margin: 0 20px;
}

.notice-swiper .swiper-pagination-bullet-active {
	background: #dcc55b;
}

.notice-title {
	height: 66px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}


/* research */
.research-list img {
	width: 100%;
}

.research-item {
	background-color: #fff;
}

.research-item h5 {
	color: #be2c28;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.research-item:hover {
	background-color: #be2c28;
	color: #fff;
	box-shadow: 10px 10px 30px rgba(0, 0, 0, .5);
}

.research-item:hover h5,
.research-item:hover .res-item-txt {
	color: #fff;
}

.research-item-img {
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: center;
}

.research-item-img:first-child {
	border-top-left-radius: 4rem;
}

.res-item-txt {
	color: #999999;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}


/* case */
.case-album {
	padding-top: 4rem;
	padding-bottom: 18rem;
	margin-top: 8rem;
	background: url('/crdc/images/case-bg.jpg') repeat right top;
	border-top-left-radius: 8rem;
	background-size: cover;
}

.case-list .col-lg-5 {
	max-width: 100%;
	flex: 0 0 780px;
}

.case-list .d-flex::after {
	content: "";
	position: absolute;
	top: calc(50% - 75px);
	z-index: 6;
	left: calc(50% - 75px);
	width: 150px;
	height: 150px;
	background: url('/crdc/images/sjtu-xh.png') repeat right top;
}

.case-item {
	background-color: rgba(255, 255, 255, 0.85);
	padding: 2rem 3rem;
	height: 325px;
	
}
.case-item,.case-item h5,.case-item div, .case-item hr,.case-list .d-flex::after{
	transition: all 0.4s ease-out;
}
.case-item:hover h5,
.case-item:hover div,
.case-item:hover hr{
	/* border-color: #fff; */
	transform: translateY(-10px);
}

.case-item:hover {
	/* background-color: #be2c28;
	color: #fff;
	box-shadow: 10px 10px 30px rgba(0, 0, 0, .5); */
	box-shadow: 0 3px 2px #be2c28;
}
/*.case-list:hover .d-flex::after{
	animation: spin 1s infinite linear;
} */
@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}
.br-r-b {
	border-radius: 0 0 110px 0;
}

.br-l-b {
	border-radius: 0 0 0 110px;
}

.br-r-t {
	border-radius: 0 110px 0 0;
}

.br-l-t {
	border-radius: 110px 0 0 0;
}

.case-item h5 {
	font-weight: bold;
	color: #be2c28;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.case-basic p {
	margin-bottom: 0;
}

.case-intr {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/* management simulationx */
.ms-album {
	margin-top: -8rem;
	padding-top: 4rem;
	padding-bottom: 8rem;
	background-color: #fff;
	border-radius: 8rem 0 0 0;
}

.ms-album .swiper-slide {
	color: #fff;
}

.ms-info-left {
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: top;
	background-size: cover;
}


.ms-info-right {
	background-color: #be2c28;
	padding: 4rem 3rem !important;
	margin-bottom: 5rem;
	border-top-right-radius: 4rem;
	height: 588px;
}

.ms-info-right h4 {
	margin-bottom: 2rem;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.ms-info-right .ms-info-basic p {
	margin-bottom: 0;
}

.ms-info-right .ms-info-intr {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
}


/* ms slider nav */
.carousel-control {
	height: 130px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon,
.ms-slider-prev,
.ms-slider-next {
	width: 40px;
	height: 28px;
	background: none;
	top: 50%;
	left: auto;
	bottom: 20px;
	right: 15px;
}

.ms-slider-prev,
.ms-slider-next {
	top: auto;
	bottom: 0 !important;
}

.carousel-control-prev-icon,
.ms-slider-prev {
	right: 33%;
}

.carousel-control-next-icon,
.ms-slider-next {
	transform: rotateY(180deg);
}

.ms-slider-pag {
	left: auto !important;
	right: 0;
	bottom: -10px !important;
	width: 35% !important;
	font-size: 1.25rem;
}

.carousel-control .ms-slider-pag {
	bottom: 30px !important;
}

.carousel-control .ms-slider-prev,
.carousel-control .ms-slider-next {
	bottom: 40px !important;
}


@media (max-width: 1400px) {}


/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {

	.new-album {
		margin-top: 0;
	}

	.rec-txt {
		top: 0rem;
	}

	.nav-link {
		margin-left: 0 !important;
	}

	.rec-txt h3 {
		height: auto;
	}

	.rec-txt .txt-inner {
		height: auto;
	}
}

@media (max-width: 1000px) {

	.research-item-img {
		min-height: 300px;
		background-size: cover;
	}

	.ms-info-left {
		/*height: 50vh;*/
		background: none !important;
	}

	.ms-info-right {
		border-top-right-radius: 0;
		height: auto;
	}

	.ms-slider-pag {
		width: 100% !important;
	}

	.ms-slider-prev {
		right: auto;
		left: 15px;
	}
}

/* Medium */
@media (max-width: 760px) {
	.notice-album .mr-5 {
		margin-right: 0 !important;
	}

	.br-r-b,
	.br-l-b,
	.br-r-t,
	.br-l-t {
		border-radius: 0 0 0 0;
		margin-bottom: 20px;
	}

	.case-list .d-flex::after {
		display: none;
	}

	.rec-txt h3 {
		margin: 0;
		font-size: 1rem;
	}

	.new_title {
		padding-bottom: 25px !important;
	}

	.new-album {
		margin-top: 0;
		padding-bottom: 26px !important;
	}

	.case-item {
		padding: 15px 25px !important;
	}

	.case-item h5 {
		font-size: 18px;
	}

	.notice-album {
		margin-top: 0px;
		margin-bottom: 40px;
	}

	.notice-title {
		height: auto;
		display: block;
	}

	.ms-album,
	.case-album {
		padding-top: 0;
		border-top-left-radius: 56px;
		padding-bottom: 30px;
	}

	.ms-album {
		margin-top: 46px;
	}

	.case-album {
		margin-top: 20px;
	}

	.new_title h1 {
		font-size: 24px;
		margin: 0;
	}

	.view-more {
		font-size: 16px;
	}

	.research-item {
		margin-bottom: 15px;
	}


	.research-item h5 {
		font-size: 18px !important;
		margin-bottom: 15px !important;
	}

	.research-item .px-5 {
		padding: 15px 25px !important;
	}

	.research-list {
		margin-top: 0px !important;
	}

	.ms-album .ms-swiper {
		margin-top: 0px !important;
	}

	.ms-info-right {
		padding: 20px !important;
	}

	.ms-info-right h4 {
		font-size: 18px;
		margin-bottom: 15px
	}


	.ms-info-right .ms-info-intr {
		-webkit-line-clamp: 3;
	}
}

@media (min-width: 760px) {
	/*.new-row {
		justify-content: space-between;
	}

	.new-item {
		max-width: 23%;
	}*/
}

/* 2023-12-25鏂板 */
@media(min-width:1200px) {
	.item-text {
		height: 60px;
	}
}

/* 缁撴潫 */