/*更多*/
.more a:hover {
    border-color: #1073e8;
    border-radius: 20px;
    background: #990304;
    color: white;
}

.more a {
    display: block;
    width: 150px;
    line-height: 35px;
    color: #2a3139;
    border: 1px solid #6f6f6f;
    margin: 0 auto;
    text-align: center;
    transition: all 0.5s ease;
    overflow: hidden;
}
/*end*/
.swiper-slide .detail {
  position: absolute;
  color: #fff;
  opacity: 0;
  top: 40%;
  width: 100%;
  text-align: center;
  transform: scale(1.2);
  transition: all 4s ease;
}
.swiper-slide img {
  transition: all 3s ease;
  transform: scale(1.2) !important;
}
.swiper-slide-img {
	transform: scale(1.3) !important;
	transition: all 3s ease;
}
.swiper-slide-active .swiper-slide-img{
	transform: scale(1) !important;
}
.swiper-slide-active img {
	transform: scale(0.1);
}
.swiper-slide-active .detail {
  opacity: 1;
  transform: scale(.9);
}

.home-slide {
	position: relative;
	height: calc(100vh);
	width: 100%;
}

.home-slide-item {
	position: relative;
}

.home-slide .img1 {
	width: 100%;
	height: calc(100vh);
}

.home-slide .img2 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.am-g-fixed {
	max-width: 1440px;
}

.index-nav {
	position: fixed;
	top: 400px;
	left: 0;
	z-index: 999;
}

.am-active {
	background-color: #990304 !important;
}

.index-nav ul {
	list-style: none;
}

.index-nav li {
	margin-top: 15px;
}

.index-nav li a {
	background-color: #E7E7E7;
	border-radius: 50%;
	display: block;
	width: 15px;
	height: 15px;
	cursor: pointer;
}

.slide {}

.news-content {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	background-size: 100% 100%;
}

.news-content .bg {
	width: 100%;
	height: 100%;
}

.news-content .news-content-panpel {
	background-color: rgba(255, 255, 255, .8);
	/* position: absolute;
	left: 0;
	right: 0;
	bottom: 0; */
	padding: 30px;
	position: relative;
}

.news-content-panpel-card {
	border-bottom: 2px solid #990304;
	cursor: pointer;
	position: relative;
}

.news-content-panpel-card .plus {
	height: 100%;
	width: 100%;
	background-color: rgba(0, 71, 157, .4);
	position: absolute;
	top: 0;
	justify-content: center;
	align-items: center;
	display: none;
}

.news-content-panpel-card .plus .plus-img {
	width: 40px !important;
	height: 40px !important;
	min-height: 40px !important;
}

.news-content-panpel-card .hover {
	display: none;
	position: absolute;
	width: 110%;
	left: -5%;
	bottom: 200px;
	/* height: 400px; */
	z-index: 999 !important;
}

.news-content-panpel-card:hover .hover {
	display: inherit;
}

.news-content-panpel-card:hover .plus {
	display: flex;
}

.news-content-panpel-card .hover .news-details {
	z-index: 1;
}

.news-content-panpel-card .hover .news-details::after {
	position: absolute;
	content: "";
	left: 45%;
	width: 0;
	height: 0;
	border: 15px solid transparent;
	border-top-color: rgba(153, 3, 4, .9);
}

.news-content-panpel-card .hover .news-details .title {
	background-color: rgba(153, 3, 4, 1);
	color: #FFFFFF;
	font-size: 12px;
	padding: 5px 10px;
}

.news-content-panpel-card .hover .news-details .img {
	width: 100%;
}

.news-content-panpel-card .hover .news-details .content {
	background-color: rgba(153, 3, 4, .8);
	font-size: 12px;
	padding: 10px 15px;
	text-indent: 2em;
	color: #FFFFFF;
}

.news-content-panpel-card img {
	width: 100%;
	max-height: 200px;
	min-height: 200px;
}

.news-content-panpel-card .news {
	background-color: #FFFFFF;
}

.news-content-panpel-card .news .title {
	font-size: 12px;
	padding: 0px 15px;
}

.news-content-panpel-card .news .time {
	width: 100%;
	text-align: right;
	font-size: 13px;
	padding: 0px 15px;
	color: #545454;
}

.news-slide {
	position: absolute;
	height: 265px;
	width: 100%;
	padding: 0 15%;
	bottom: 0;
}

.news-slide-close {
	position: absolute;
	height: 100px !important;
	width: 100%;
	padding: 0 15%;
	bottom: 0;
}

.close {
	display: none !important;
}


.news-slide .content {
	height: 100%;
	display: flex;
	align-items: center;
	background-color: rgba(255, 255, 255, .8);
	position: relative;
}

.news-slide .am-slides img {
	height: 150px;
}

.news-slide .title {
	font-size: 12px;
	padding: 0px 15px;
}

.news-slide .time {
	width: 100%;
	text-align: right;
	font-size: 13px;
	padding: 0px 15px;
}

.news-slide img {
	cursor: pointer;
}

.news-slide .news {
	cursor: pointer;
	background-color: #FFFFFF;
	border-bottom: 2px solid #990304;
	padding-top: 5px;
	padding-bottom: 5px;
}

.news-slide .active {
	background-color: #990304;
	color: #FFFFFF;
}

.down {
	background-color: #990304;
	color: #FFFFFF;
	padding: 5px 15px;
	width: 180px;
	display: flex;
	align-items: center;
	position: absolute;
	top: -35px;
	left: 0;
	font-size: 16px;
	cursor: pointer;
}

.down img {
	width: 18px;
	height: 18px;
}

.news-data {
	display: none;
}

/* .news-details {
	position: absolute;
	width: 300px;
	height: 400px;
	left: 0;
	right: 0;
	bottom: 30%;
	margin: auto;
	display: none;
	z-index: 1;
}

.news-details .title {
	background-color: #990304;
	color: #FFFFFF;
	font-size: 12px;
	padding: 5px 10px;
}

.news-details .img {
	width: 100%;
}

.news-details .content {
	background-color: #FFFFFF;
	font-size: 12px;
	padding: 10px 15px;
	text-indent: 2em;
} */

.notice-content {
	margin-top: 15px;
	background-color: #FFFFFF;
	display: flex;
	align-items: center;
	flex-direction: column;
	min-height: 500px;
	justify-content: center;
	padding-top: 200px;
	padding-bottom: 200px;
}

.notice-content .title {
	text-align: center;
}

.notice-content .title .tongzhi {
	font-size: 25px;
	font-weight: bold;
	border-bottom: 1px solid #b6b6b6;
	padding: 0 15px;
}

.notice-item {
	display: flex;
	margin-top: 50px;
	justify-content: center;
}

.notice-item .card {
	background-color: #F8F8F8;
	cursor: pointer;
	padding: 0;
	height: 400px;
	border: solid 1px #E7E7E7;
}

.notice-item .card .title {
	font-size: 16px;
	color: #000;
	text-align: left;
	padding: 30px;
}

.notice-item .card .content {
	font-size: 14px;
	color: #b6b6b6;
	padding: 0 30px;
}

.notice-item .card .date {
	margin-top: 30px;
	background-color: #E7E7E7;
	padding: 10px 30px;
	width: 100%;
	position: absolute;
	bottom: 0;
}

.notice-item .card .date .time {
	font-size: 40px;
	color: #999999;
}

.notice-item .card .date .year {
	color: #B2B2B2;
	font-size: 20px;
}

.notice-item .card .date .arrow {
	background-color: #990304;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	margin: auto 0 auto auto;
	top: 0;
	left: 0;
	right: 30px;
	bottom: 0;
	visibility: hidden;
}

.notice-item .card:hover {
	animation: notice 1s;
	animation-fill-mode: forwards;
	/* transform: scale(1.1); */
}
@keyframes notice{
	0%{
		transform: scale(1);
	}
	100%{
		transform: scale(1.1);
		background-color: #990304;
	}
}
.notice-item .card:hover .title {
	color: #FFFFFF;
}

.notice-item .card:hover .content {
	color: #FFFFFF;
}

.notice-item .card:hover .date {
	background-color: #F8F8F8;
}

.notice-item .card:hover .date .arrow {
	visibility: visible;
}

.news-center-content {
	padding: 100px 0;
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	background-image: url(/SITE_RES/www_cqvcet_com/2020-04-12/images/news_center_bg.png);
	background-size: 100% 100%;
}

.news-center-content .bg {
	width: 100%;
	max-height: 600px;
	min-height: 250px;
	position: absolute;
	top: 100px;
}

.news-center-content .title {
	text-align: center;
}

.news-center-content .title .tongzhi {
	font-size: 25px;
	font-weight: bold;
	border-bottom: 1px solid #b6b6b6;
	padding: 0 15px;
}

.news-center-content .content {
	margin-top: 50px;
	/* display: flex;
	align-items: center; */
}

.news-center-content li {
	background: none;
	border: none;
	border-bottom: solid 1px #DEDEDE;
	padding: 0;
}

.news-center-content-slide-img img {
	min-height: 375px;
}

.news-center-content li a {
	display: flex;
	align-items: center;
	cursor: pointer;
	color: #999999;
}

.news-center-content li .time {
	padding: 10px;
	border-radius: 5px;
	background-color: #999999;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFFFFF;
	flex-direction: column;
	width: 70px;
	height: 70px;
}

.news-center-content li .li-title {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	/* white-space:nowrap; */
	overflow: hidden;
	text-overflow: ellipsis;
}

.news-center-content li:hover .li-title {
	color: #990304;
}

.news-center-content li:hover .time {
	background-color: #990304;
}

.news-center-content li .li-details {
	font-size: 12px;
	text-indent: 2em;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news-center-content li .day {
	font-size: 30px;
}

.news-center-content li .date {
	font-size: 12px;
	margin-top: -5px;
}

.campus {
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	background-image: url(/SITE_RES/www_cqvcet_com/2020-04-12/images/campus.png);
	background-size: 100% 100%;
	padding-top: 50px;
}

.campus .title {
	text-align: center;
}

.campus .title .tongzhi {
	font-size: 25px;
	font-weight: bold;
	border-bottom: 1px solid #b6b6b6;
	padding: 0 15px;
	color: #990304;
}

.campus-slide-panel {
	display: flex;
	align-items: center;
	margin: 50px 0;
}

#campus-slide {
	flex: 1;
}

.campus-card {
	margin: 10px;
	cursor: pointer;
	border: 2px solid rgba(0, 0, 0, 0);
}

.campus-card img {
	max-height: 160px;
	min-height: 160px;
}

.campus-card:hover {
	/* border: 2px solid #990304; */
}

.campus-card:hover .news {
	background-color: #990304;
	color: #FFFFFF;
}

.campus-card .news {
	color: #000000;
	cursor: pointer;
	background-color: #FFFFFF;
	border-bottom: 2px solid #990304;
}

.campus-card .news .title {
	font-size: 12px;
	padding: 0px 15px;
	text-align: left;
}

.campus-card .news .time {
	width: 100%;
	text-align: right;
	font-size: 13px;
	padding: 0px 15px;
}

.campus-card .am-viewport {
	height: 600px !important;
}

.special {
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	background-image: url(/SITE_RES/www_cqvcet_com/2020-04-12/images/campus.png);
	background-size: 100% 100%;
	padding-top: 50px;
}

.special .title {
	text-align: center;
}

.special .title .tongzhi {
	font-size: 25px;
	font-weight: bold;
	border-bottom: 1px solid #b6b6b6;
	padding: 0 15px;
	color: #990304;
}

.special-slide-panel {
	display: flex;
	align-items: center;
	margin: 50px 0;
}

#special-slide {
	flex: 1;
}

.special-card {
	margin: 10px;
	cursor: pointer;
	height: 400px;
}


.special-card img {
	height: 200px;
	width: 100%;
}

.special-card .news {
	cursor: pointer;
	background-color: #FFFFFF;
	position: relative;
	font-size: 14px;
}

.special-card .news .arrow {
	background-color: #FFFFFF;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	padding: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 20px;
	bottom: 25px;
	visibility: hidden;
}

.special-card .news .arrow img {
	height: 10px;
	width: 25px;
}

.special-card:hover .news .arrow {
	visibility: visible;
}

.special-card:hover .news {
	background-color: #990304;
}

.special-card:hover .title {
	color: #FFFFFF !important;
}

.special-card:hover .special-card-news-content {
	color: #FFFFFF !important;
}

.special-card .news .title {
	font-size: 22px;
	font-weight: bold;
	padding: 30px 15px;
	text-align: center;
	color: #010a19;
}

.special-card .news .special-card-news-content {
	padding: 0px 20px 100px 20px;
	color: #898989;
	font-size: 12px;
	height: 225px;
}

.navigation {
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	padding-top: 50px;
	padding-bottom: 200px;
}

.navigation .title {
	text-align: center;
}

.navigation .title .tongzhi {
	font-size: 25px;
	font-weight: bold;
	border-bottom: 1px solid #b6b6b6;
	padding: 0 15px;
	color: #000;
}

.navigation .card {
	padding: 3px;
	cursor: pointer;
}

.navigation .card:hover {
	background-color: #990304;
}

.navigation .card:hover .card-content {
	background-color: #990304;
	border: #FFFFFF solid 2px;
}

.navigation .card:hover .card-content span {
	color: #FFFFFF;
}

.navigation .card:hover .card-content img {
	filter: brightness(1000%);
}

.navigation .card .card-content {
	display: flex;
	align-items: center;
	padding: 15px;
	border: #a9a9a9 solid 2px;
	background-color: #FFFFFF;
}

.navigation .card .card-content img {
	width: 55px;
	height: 55px;
}

.navigation .card .card-content span {
	font-size: 18px;
	font-weight: bold;
	color: #a9a9a9;
	padding-left: 15px;
	text-align: center;
}

.navigation .row {
	margin-top: 30px;
}

.campus-sm-card img {
	width: 100%;
	max-width: auto;
}

/*****右侧导航****/
.right_menu {
	position: fixed;
	top: 280px;
	right: 0;
	z-index: 998;
	width: 50px;
}

.right_menu li {
	position: absolute;
	left: 0;
}

.right_menu li:hover a {
	background: url("/SITE_RES/www_cqvcet_com/2020-04-12/images/right_hover.png") left no-repeat;
}



.right_menu li:hover .erweima {
	display: block;
}

.right_menu li a {
	display: block;
	color: #FFF;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	box-sizing: border-box;
	border-radius: 6px 0 0 6px;
	background: url("/SITE_RES/www_cqvcet_com/2020-04-12/images/right_bg.png") left;
}

.right_menu li a:focus {
	text-decoration: none;
}

.right_menu li a span {
	display: inline-block;
	float: left;
	width: 50px;
	height: 50px;
	font-size: 25px;
	text-align: center;
	vertical-align: -2px;
}

.go_top {
	top: 0;
	width: 50px;
}

.right_menu .go_top a {
	padding: 5px 0;
	line-height: 20px;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	box-sizing: border-box;
}

.right_menu li.go_top span {
	display: block;
	height: 20px;
	font-size: 20px;
}

.right_menu .icon {
	width: 25px;
	height: 25px;
	filter: brightness(1000%);
	margin-bottom: 10px;
}

.right_menu .icon1 {
	top: 51px;
	width: 120px;
}

.right_menu .icon2 {
	top: 102px;
	width: 120px;
}

.right_menu .icon3 {
	top: 153px;
	width: 120px;
}

.right_menu .icon4 {
	top: 204px;
	width: 120px;
}

.right_menu .icon5 {
	top: 255px;
	width: 120px;
}

.erweima {
	position: absolute;
	display: none;
	right: 51px;
	bottom: 0;
	padding: 8px;
	z-index: 999;
	border-radius: 4px;
	border: 1px solid #eee;
	box-shadow: 0 0 1px rgba(0, 0, 0, .1);
	background-color: white;
}

.erweima:after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	right: -16px;
	bottom: 20px;
	border: 8px solid transparent;
	border-left-color: #fff;
}

.app {
	top: 255px;
	width: 123px;
}

.right_menu li.app span {
	font-size: 14px;
	font-weight: 600;
}

.list-unstyled {
	padding-left: 0;
	list-style: none;
}

/**********信息导航**********/
.navigation-panpel {
	padding-left: 50px;
	padding-right: 50px;
	margin: 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;

}

.navigation-panpel:after {
	content: "";
	flex: auto;
}

.navigation-card {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-size: 14px;
	width: 90px;
	min-height: 50px;
	cursor: pointer;
	margin: 15px;
	text-align: center;
}

.navigation-card img {
	width: 30px;
	height: 30px;
}

.navigation-card span {
	font-size: 14px;
	color: #a9a9a9;
	padding-top: 5px;
}

.navigation-card:hover {
	background-color: #990304;
	padding: 5px;
}

.navigation-card:hover span {
	color: #FFFFFF;
}

.navigation-card:hover img {
	filter: brightness(1000%);
}

.navigation-panpel-foot {
	display: flex;
	justify-content: center;
	font-size: 14px;
	cursor: pointer;
	margin: 15px;
	text-align: center;
	position: fixed;
	bottom: 0px;
	left: 0;
	z-index: 99;
	padding: 0;
	margin-bottom: -25px;
	height: 70px;
	align-items: flex-end;
}

.navigation-panpel-foot .navigation-card {
	margin: 2px;
	background-color: #b3b3b3;
	border-radius: 15px;
	box-sizing: border-box;
	border-radius: 6px 6px 0 0px;
	padding-top: 10px;
}

.navigation-panpel-foot .navigation-card:hover {
	background-color: #990304;
	animation: navigation-card-animate 500ms;
	transform: scale(1.2);
	margin-bottom: 25px!important;
}

@keyframes navigation-card-animate {
	from {
		margin-bottom: 0px;
		transform: scale(1.0);
	}

	to {
		margin-bottom: 25px;
		transform: scale(1.2);
	}
}

.navigation-panpel-foot .navigation-card img {
	width: 20px;
	height: 20px;
	filter: brightness(1000%);
}

.navigation-panpel-foot .navigation-card span {
	font-size: 14px;
	color: #FFFFFF;
	padding-top: 10px;
}

@media (max-width: 1440px) {
	.news-slide {
		padding: 0 !important;
	}
}

@media (max-width: 641px) {
    .swiper-slide-active .detail img{
        width: 80%;
    }
	.swiper-slide img{
		width: 100%;
		height: auto;
	}
	.home-slide{
		height: auto;
		margin-top: 50px;
	}
	.home-slide .img1 {
		width: 100%;
		height: auto;
	}
	.home-slide .img2 {
		width: 100%;
		height: auto;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
	}
	.campus-card {
		margin: 0;
		margin-top: 10px;
	}

	.down {
		display: none !important;
	}

	.news-content-panpel-card {
		margin-top: 15px;
	}

	.news-content-panpel-card .hover {
		display: none !important;
	}

	.news-center-content {
		padding-top: 15px;
		padding-bottom: 0;
	}

	.notice-content {
		padding-bottom: 15px;
		padding-top: 15px;
	}

	.navigation-panpel {
		padding: 15px;
	}

	#slider2 {
		display: none;
	}

	#news-center-slide {
		display: none;
	}

	.navigation-panpel-foot {
		display: none !important;
	}

	.campus {
		padding-top: 15px;
	}

	.special-card {
		height: auto;
	}

	.special-card .news .special-card-news-content {
		height: auto;
		padding-bottom: 15px;
	}
}

@media screen and (min-width:641px) {
	.slide {
		height: calc(100vh);
	}

	.news-content {
		height: calc(100vh);
	}

	.notice-content {
		height: calc(100vh);
	}

	.news-center-content {
		height: calc(100vh);
	}

	.special {
		height: calc(100vh);
	}

	.campus {
		height: calc(100vh);
	}

	.navigation {
		height: calc(100vh);
	}

	.notice-item .card {
		max-width: 380px;
		margin-top: 15px;
	}

	#slider2 .am-viewport {
		height: calc(100vh) !important;
	}

	#slider2 .am-viewport li {
		height: calc(100vh) !important;
	}

	#slider2 .am-viewport li img {
		height: calc(100vh) !important;
	}

	.news-content-panel {
		position: absolute;
		bottom: 50px;
		left: 0;
		right: 0;
		margin: auto;
	}
}
/*底部*/
.am-foot-fixed{
	max-width: 1250px;
}
.card-header {
    width: 100%;
    border-top: rgba(157, 23, 25, .9) solid 2px;
    padding: 7px 5px;
    background-color: #F8F8F8;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.card-header-ico {
    color: rgba(157, 23, 25, .9);
    font-weight: bold;
    font-size: 14px;
    line-height: 5px;
}
.card-header-title {
    font-size: 15px;
    font-weight: bold;
    margin-left: 10px;
}
.zs-card-content-title {
    font-size: 14px;
    font-weight: bold;
    color: rgba(157, 23, 25, .9);
    border-bottom: #CCCCCC solid 1px;
    line-height: 30px;
    padding-left: 10px;
}
.zs-card-content-item {
    color: #000000;
    display: flex;
    align-items: center;
    font-size: 12px;
    height: 25px;
    padding-left: 5px;
}
.zs-card-content-item img {
    width: 8px;
    height: 10px;
    margin-right: 10px;
}
.zs-card-content-item span{
	color: rgba(157, 23, 25, .9)!important;
	margin-right: 5px;
}
.zs-card-content-item:hover{
	color: rgba(157, 23, 25, 1)!important;
	margin-left: 5px;
	transition: 0.36s ease;
}
