@charset "UTF-8";

html,
body {
	font-size: 14px;
	min-height: 100vh;
	font-family: Source Han Sans CN, PingFang SC;
}
/* html {
	filter: progid:DXlmageTransform.Microsoft.Basiclmage(grayscale=1);-webkit-filter: grayscale(100%);
} */
	
/* 谷歌 */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	appearance: none;
	margin: 0;
}
.indexBanner{
	padding-right: 45px;
	position: relative;
}
.indexBanner .swiper-container {
	height: 300px;
}

.indexBanner .swiper-pagination-bullet {
	width: 11px;
	height: 11px;
	background-color: rgba(255, 255, 255, 0.6);
	-webkit-border-radius: 5.5px;
	-moz-border-radius: 5.5px;
	border-radius: 5.5px;
}

.indexBanner .swiper-pagination-bullet-active {
	width: 35px;
	background-color: white;
}

.indexBanner a {
	display: block;
	text-align: center;
	width: 100%;
	height: 100%;
	line-height: 100%;
	/* background-color : #000000; */
}

.indexBanner .bannerImg {
	/* height: 300px; */
	min-height: 300px;
	/* height: 100%; */
	width: 100%;
	object-fit: cover;
}

.totalClass {
	margin-top: 50px;
	text-align: center;
}

.totalClass h1 {
	font-size: 36px;
	color: #181818;
	font-family: PingFang SC;
	font-weight: 500;
}

.totalClass p {
	color: #7B7B7B;
	margin-bottom: 15px;
}

.totalClass .searchIndex {
	width: 902px;
	height: 56px;
	background: #F0F0F0;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	position: relative;
}

.totalClass .searchIndex.active {
	justify-content: left;
	padding-left: 10px;
}

.totalClass .searchIndex.active input {
	padding-left: 40px;
}

.totalClass .searchIndex.active span {
	display: none;
}

.totalClass .searchIndex input {
	height: 100%;
	border: none;
	background: none;
	padding-left: 10px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
}

.totalClass .searchIndex span {
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #979595;
	margin-left: 10px;
}

.certify-tit {
	margin-bottom: 60px;
}

.certify-tit h2 {
	font-size: 18px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #000000;
	text-align: center;
	margin-bottom: 20px;
	position: relative;
}

.certify-tit h2::after {
	position: absolute;
	content: '';
	width: 70px;
	height: 2px;
	background: #D2D2D2;
	border-radius: 2px;
	bottom: -13px;
	left: 50%;
	margin-left: -35px;
}

.certify-tit p {
	font-size: 14px;
	color: #870000;
	text-align: center;
}

.certify-tit p span {
	font-size: 22px;
}

.certify-tit p i {
	color: #7B7B7B;
	text-decoration: line-through;
	margin-left: 5px;
	display: inline-block;
}

#certify-top {
	position: relative;
}

#certify-top .swiper-container {
	padding-bottom: 20px;
}

#certify-top .swiper-slide {
	width: 1042px;
	height: 392px;
	background: #fff;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	overflow: hidden;
}

#certify-top .swiper-slide>b {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 0 13px;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	background-color: #000;
	color: #fff;
	line-height: 38px;
	display: none;
	margin-right: 10px;
	margin-bottom: 10px;
}

#certify-top .swiper-slide .o-label-xly {
	position: absolute;
	left: 10px;
	top: 10px;
}

#certify-top .swiper-slide.swiper-slide-active p,
#certify-top .swiper-slide.swiper-slide-active b {
	display: inline-block;
}

#certify-top .swiper-slide .time span {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #870000;
	color: #fff;
	display: inline-block;
	margin-right: 5px;
	width: 28px;
	line-height: 28px;
	text-align: center;
}

#certify-top .swiper-slide img {
	display: block;
    max-width: 1042px;
    width: 100%;
    cursor: pointer;
    height: 392px;
}

#certify-top .swiper-slide p {
	line-height: 38px;
	text-align: center;
	color: #fff;
	margin: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0 13px;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	background-color: #000;
	display: none;
}

#certify-top .swiper-pagination {
	width: 100%;
	bottom: 25px;
}

#certify-top .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 6px;
	width: 12px;
	height: 12px;
	background: #ACACAC;
	border-radius: 10px;
	opacity: 1;
}

#certify-top .swiper-pagination-bullets .swiper-pagination-bullet-active {
	width: 35px;
	background-color: white;
}

#certify-top .swiper-button-prev {
	left: 190px;
	width: 45px;
	height: 45px;
	background: url(../img/icon-arrow-l-white.png) no-repeat center rgba(0, 0, 0, 0.6);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

#certify-top .swiper-button-prev:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

#certify-top .swiper-button-next {
	right: 190px;
	width: 45px;
	height: 45px;
	background: url(../img/icon-arrow-r-white.png) no-repeat center rgba(0, 0, 0, 0.6);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

#certify-top .swiper-button-next:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

.more {
	text-align: center;
}

.more a {
	width: 128px;
	background: #e7e3e3;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	border-radius: 22px;
	color: #181818;
	line-height: 44px;
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 400;
	text-align: center;
	display: inline-block;
}

.more a:hover {
	background-color: #870000;
	color: #fff;
}

.index-left {
	width: 938px;
}

.index-left .hot {
	background: #FFFFFF;
	opacity: 1;
	border-radius: 18px;
}

.index-left .hot dl {
	display: flex;
	padding: 30px 20px 20px 20px;
}

.index-left .hot dl dt {
	width: 302px;
}

.index-left .hot dl dt img {
	width: 302px;
	height: 406px;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
}

.index-left .hot dl dt p {
	font-size: 22px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #181818;
	text-align: center;
	margin-top: 15px;
}

.index-left .hot dl dd {
	width: 566px;
}

.index-left .hot dl dd h3 {
	border-bottom: 1px dashed #707070;
	font-size: 18px;
	padding-bottom: 10px;
}

.index-left .hot dl dd h3 span {
	color: #181818;
}

.index-left .hot dl dd h3 a,.sddfs {
	color: #ACACAC;
	font-weight: normal;
}

.index-left .hot dl dd h3 a:hover ,.sddfs:hover{
	color: #870000;
}

.index-left .hot dl dd .new-list a {
	font-size: 18px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #0980FD;
	display: block;
	margin-top: 30px;
}

.index-left .hot dl dd .new-list a:hover {
	text-decoration: underline;
}

.index-right {
	width: 433px;
}

.index-right .news {
	background: #FFFFFF;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
}

.indexSubTit {
	font-size: 28px;
}

.indexSubTit a {
	font-size: 18px;
	color: #ACACAC;
	font-weight: normal;
}

.indexSubTit a:hover {
	color: #870000;
}

.book li {
	width: 223px;
	margin: 0 15px 25px 0;
}

.book li .image {
	width: 223px;
	height: 223px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
}

.book li h2 {
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	margin-bottom: 10px;
	padding: 10px;
}

.book li h2::after {
	background-color: #D2D2D2;
	bottom: 0;
}

.lecturerIndex, .tjBook ,.sutdentswork{
	position: relative;
}
.tjBook .swiper-slide{
	width: 337px;padding: 0px;
}
.tjBook .swiper-slide .image{
	width: 337px;
}
.tjBook .swiper-slide .image .elImage{
	width: 337px;height: 337px;object-fit: cover;
}
.lecturerIndex .swiper-button-next,
.lecturerIndex .swiper-button-prev,
.tjBook .swiper-button-next,
.tjBook .swiper-button-prev,
.sutdentswork .swiper-button-next,
.sutdentswork .swiper-button-prev {
	background-size: 25px;
	background-position: center;
	background-repeat: no-repeat;
	width: 34px;
	height: 68px;
	background-color: #ddd;
	border-radius: 0%;
	margin-top: 0;
	top: 132px;
}

.lecturerIndex .swiper-button-prev,.tjBook .swiper-button-prev,.sutdentswork .swiper-button-prev {
	left: -50px;
	background-image: url(../img/icon-arrow-l-white.png);
	background-size: auto;
}

.lecturerIndex .swiper-button-next,.tjBook .swiper-button-next,.sutdentswork .swiper-button-next {
	right: -50px;
	background-image: url(../img/icon-arrow-r-white.png);
	background-size: auto;
}

.lecturerIndex li {
	width: 255px;
	margin-bottom: 10px;
}

.lecturerIndex li a {
	position: relative;
	height: 328px;
	display: block;
	overflow: hidden;
}

.lecturerIndex li a:hover h3 {
	display: none;
}

.lecturerIndex li a:hover .infoFixed {
	top: 0;
	background-color: rgba(0, 0, 0, 0.5);
	text-align: left;
}

.lecturerIndex li a .infoFixed {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	color: #fff;
	height: 100%;
}

.lecturerIndex li a .infoFixed span {
	padding: 0px 20px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.lecturerIndex li img {
	width: 100%;
	height: 100%;
}

.lecturerIndex li h2 {
	font-size: 22px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #000000;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
	position: relative;
}

.lecturerIndex li h2::after {
	position: absolute;
	content: '';
	width: 70px;
	height: 2px;
	background: #D2D2D2;
	border-radius: 2px;
	bottom: -10px;
	left: 50%;
	margin-left: -35px;
}

.lecturerIndex li p {
	font-size: 16px;
	color: #7B7B7B;
	text-align: center;
}
.lecturerIndex li p b{
	position: absolute;
	width: 100%;
	/* text-align: center; */
	padding-left: 20px;
	top: 20px;
	font-size: 30px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
	opacity: 1;
}
.lecturerIndex li p strong{
	position: absolute;
	display: block;
	margin-left: 65px;
	margin-bottom: 25px;
	bottom: 1px;
	width: 135px;
	height: 39px;
	text-align: center;
	line-height: 39px;
	background: #5a5a5a;;
	opacity: 1;
	border-radius: 24px;
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
}
.lecturerIndex li p span {
	bottom: 70px!important;
	/* height: 210px!important; */
	max-height: 210px!important;
	font-size: 14px;
	overflow: hidden;
	text-overflow: -o-ellipsis-lastline;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 10;
	line-clamp: 10;
	-webkit-box-orient: vertical;
}
.lecturerIndex li h3{
	padding: 7px 21px;
	position: absolute;
	/* height: 55px; */
    bottom: 0;
	width: 100%;
}
.lecturerIndex li h3>span>span{
	font-size: 24px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
	opacity: 1;
	display: initial;
	margin-right: 15px;
}
.lecturerIndex li h3>span>b{
	width: 232px;
}
.lecturerIndex li h3 span{
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	opacity: 1;
	display: flex;
    flex-direction: column;
}
.lecturer-recruit{
	width: 1400px;
	height: 177px;
	background: url(../img/index/MingXIngJiang.png) no-repeat;
	opacity: 1;
	border-radius: 0px;
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
	padding: 0px 100px;
	padding-right: 70px;
}
.lecturer-recruit div:nth-child(1){
	
}
.lecturer-recruit div:nth-child(1) h2{
	font-size: 34px;
	font-family: PingFang SC;
	font-weight: 600;
	color: #FFFFFF;
	margin-bottom: 6px;
	opacity: 1;
}
.lecturer-recruit div:nth-child(1) span{
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	opacity: 0.7;
}
.lecturer-recruit div:nth-child(2){
	width: 154px;
	height: 48px;
	background: #FFFFFF;
	border-radius: 10px;
	text-align: center;
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 600;
	line-height: 48px;
	color: #870000;
	opacity: 1;
}
.lecturer-recruit div:nth-child(2):hover{cursor: pointer;}

.messageIndex-h3 {
	font-size: 20px;
	font-weight: bold;
	color: #191919;
	text-align: center;
}

.messageIndex {
	height: 400px;
	border-radius: 8px;
	position: relative;
	overflow: hidden;
}

.messageIndex a img {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	border: 2px solid #C19A68;
	position: relative;
	z-index: 1;
	display: none;
}

.messageIndex a span {
	border-radius: 4px;
	color: #fff;
	font-size: 16px;
	line-height: 32px;
	display: inline-block;
	padding-left: 20px;
	padding-right: 10px;
}

.messageIndex .right {
	position: absolute;
	visibility: hidden;
	white-space: nowrap;
	/*left: 700px;*/
	transform: translateX(1200px);
}

.messageIndex .left {
	position: absolute;
	white-space: nowrap;
	user-select: none;
	transition: transform 12s linear;
	/* 时间相同 越长的弹幕滑动距离越长 所以越快~ */
}

.bottomCato {
	overflow: hidden;
	z-index: 1;
	position: relative;
}

.bottomCato li {
	width: 326px;
	/* padding: 0px 0 0 20px; */
	height: 70px;
	color: #dfbb7b;
	font-weight: bold;
	float: left;
	margin-bottom: 70px;
}

.bottomCato li:last-child {
	margin-right: 0;
}

.bottomCato li img {
	width: 43px;
	float: left;
	margin-right: 30px;
	margin-top: 5px;
}

.bottomCato li b {
	display: block;
	font-size: 26px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #870000;
	margin-bottom: 5px;
}

.bottomCato li p {
	font-size: 21px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #ACACAC;
}

.o-flex-center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.o-flex-center>div {
	position: relative;
}

.ml10 {
	margin-left: 10px;
}

.toast_black {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 110;
}

.toast_black b {
	background-color: rgba(0, 0, 0, 0.5);
	font-size: 20px;
	color: #fefefe;
	padding: 15px 30px;
	min-width: 3rem;
	background: rgba(0, 0, 0, 0.6);
	border-radius: 10px;
	text-align: center;
}

.header {
	height: 60px;
	background: #222526;
	box-shadow: 0px 0px 6px 0px #e3e5ed;
}

.header .w1200 {
	display: flex;
	justify-content: space-between;
}

.header .box {
	display: flex;
	align-items: center;
	height: 60px;
}

.header .box b {
	margin-right: 10px;
	width: 116px;
	line-height: 40px;
	display: inline-block;
}

.header .logo {
	margin-left: -98px;
	color: #fff;
}

.header .logo b {
	margin-left: 20px;
	font-size: 16px;
	font-weight: 400;
}

.header .photo {
	margin-right: -50px;
	position: relative;
}

.header .photo .bg-white {
	color: #f00;
}

.header .photo .btn {
	font-size: 14px;
	font-weight: bold;
}

.header .photo:hover .popMenu {
	display: block;
}

.header .photo .pic {
	width: 40px;
	height: 40px;
	display: inline-block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #f1f1f1;
	overflow: hidden;
}

.header .photo .pic img {
	width: 100%;
	height: 100%;
}

.header .photo .popMenu {
	display: none;
	width: 151px;
	background: white;
	box-shadow: 0px 0px 14px 0px #f5f6f9;
	border-radius: 10px;
	position: absolute;
	top: 60px;
	right: 0;
	padding: 0 10px;
	color: #2a2b2d;
	background-color: #fff;
	z-index: 99;
}

.header .photo .popMenu dt {
	padding: 15px 0;
	border-bottom: 1px solid #f8f8f9;
}

.header .photo .popMenu dt strong {
	margin-right: 10px;
	color: #aeb2bd;
}

.header .photo .popMenu dd {
	padding: 15px 0;
	text-align: center;
}

.header .photo .popMenu dd a {
	color: #2a2b2d;
	display: block;
}

.banner {
	height: 650px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}

.banner .w1120 {
	height: 100%;
}

.banner .bannerAbout {
	width: 545px;
	height: 425px;
	background: white;
	border-radius: 6px;
	margin-left: -40px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	padding: 50px 85px 50px 50px;
}

.banner .font {
	position: relative;
	margin-top: 30px;
	min-height: 212px;
}

.banner .font p {
	line-height: 24px;
	text-indent: 2em;
}

.banner .font p:nth-child(1) {
	margin-bottom: 20px;
}

.banner .font .block {
	position: absolute;
	right: -36px;
	top: 50%;
	transform: translateY(-50%);
}

.banner .font .block a {
	width: 7px;
	height: 20px;
	border: 1px solid #ffa23f;
	display: block;
	margin-bottom: 5px;
}

.banner .font .block a.active {
	cursor: default;
	background-color: #ffa23f;
}

.banner .infoFixed {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	line-height: 40px;
	background: rgba(255, 255, 255, 0.55);
	text-align: center;
	color: #333;
}

.banner .infoFixed a {
	color: #5A8CFF;
}

.btn {
	line-height: 50px;
	border-radius: 8px;
	font-size: 14px;
	font-weight: bold;
	color: white;
	text-align: center;
	cursor: pointer;
	display: inline-block;
}

.btn.color-gray {
	color: #ACACAC;
	cursor: default;
}

.btn-border {
	background-color: #fff;
	color: #f00;
	border: 1px solid #f00;
}

.tit {
	position: relative;
	padding-bottom: 24px;
}

.tit::after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	border-bottom: 1px solid #ffa23f;
	width: 200px;
}

.tit::before {
	position: absolute;
	content: '';
	left: 0;
	bottom: -2px;
	width: 24px;
	height: 5px;
	background: #ffa23f;
}

.tit.right {
	text-align: right;
}

.tit.right::after,
.tit.right::before {
	left: inherit;
	right: 0;
}

.tit.center {
	text-align: center;
}

.tit.center::after,
.tit.center::before {
	left: 50%;
	transform: translateX(-50%);
}

.tit h3 {
	font-size: 30px;
	color: #313131;
	margin-bottom: 10px;
	font-weight: bold;
}

.tit h4 {
	font-size: 16px;
	color: #a0a0a0;
}

.o-box {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #fff;
}

.about {
	line-height: 24px;
	padding-top: 40px;
}

.about p {
	margin-bottom: 20px;
}

.about p.mb40 {
	margin-bottom: 40px;
}

.about p .nub {
	width: 48px;
	line-height: 48px;
	border: 1px solid lightgray;
	display: inline-block;
	text-align: center;
	color: #4c4c4c;
	font-size: 18px;
}

.productIndex {
	color: #fff;
	display: flex;
	padding: 117px 0;
	margin-top: 88px;
}

.productIndex>dt {
	width: 176px;
	height: 203px;
	background: #9a0c0a;
	border-radius: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 80px;
	margin-top: 10px;
}

.productIndex>dt dt {
	font-size: 30px;
}

.productIndex>dt dd {
	font-size: 16px;
	color: #dfdfdf;
}

.productIndex>dd {
	width: 740px;
}

.productIndex .productTab {
	font-size: 18px;
	display: flex;
	margin-bottom: 40px;
	font-weight: bold;
}

.productIndex .productTab a {
	color: #bbbbbb;
	position: relative;
	width: 176px;
	display: inline-block;
	text-align: center;
	cursor: pointer;
}

.productIndex .productTab a::after {
	width: 1px;
	height: 56px;
	background: #474747;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	content: '';
}

.productIndex .productTab a:last-child::after {
	background-color: transparent;
}

.productIndex .productTab a.active {
	color: #870000;
	font-weight: bold;
}

.productIndex .productTab a.active .icon1 {
	background: url(../images/icon1_1.png) no-repeat;
}

.productIndex .productTab a.active .icon2 {
	background: url(../images/icon2_2.png) no-repeat;
}

.productIndex .productTab a.active .icon3 {
	background: url(../images/icon3_3.png) no-repeat;
}

.productIndex .productTab a.active .icon4 {
	background: url(../images/icon4_4.png) no-repeat;
}

.productIndex .productTab i {
	width: 40px;
	height: 40px;
	display: inline-block;
}

.productIndex .productTab .icon1 {
	background: url(../images/icon1.png) no-repeat;
}

.productIndex .productTab .icon2 {
	background: url(../images/icon2.png) no-repeat;
}

.productIndex .productTab .icon3 {
	background: url(../images/icon3.png) no-repeat;
}

.productIndex .productTab .icon4 {
	background: url(../images/icon4.png) no-repeat;
}

.productIndex .productTabFont {
	position: relative;
	font-size: 14px;
}

.productIndex .productTabFont p {
	line-height: 26px;
	min-height: 130px;
}

.productIndex .productTabFont p:nth-child(n + 2) {
	display: none;
}

.productIndex .productTabFont .prebtn,
.productIndex .productTabFont .nextbtn {
	position: absolute;
	width: 22px;
	height: 23px;
	top: 50%;
	transform: translateY(-50%);
}

.productIndex .productTabFont .prebtn {
	left: -56px;
	background: url(../images/icon-pre.png) no-repeat;
}

.productIndex .productTabFont .nextbtn {
	right: -56px;
	background: url(../images/icon-next.png) no-repeat;
}

.bigSq {
	text-align: center;
	height: 485px;
	background: url(../images/bg1.png) repeat;
}

.bigSq img {
	margin-top: 170px;
}

.demeanour {
	padding-top: 75px;
	padding-bottom: 110px;
}

.demeanour .photo {
	padding-top: 40px;
}

.demeanour .photo .swiper-slide {
	padding-left: 25px;
}

.demeanour .photo .flex-vCenter {
	width: 226px;
	height: 71px;
	background: white;
	box-shadow: 0px 10px 27px 0px rgba(255, 239, 239, 0.85);
	border-radius: 8px;
	margin: 0 20px 40px;
	padding-left: 20px;
	float: left;
	font-size: 16px;
	color: #000;
}

.demeanour .photo .flex-vCenter img {
	margin-right: 10px;
	width: 42px;
	height: 43px;
}

.demeanour .photo .swiper-button-next,
.demeanour .photo .swiper-container-rtl .swiper-button-prev {
	background-image: url(../images/icon-next.png);
	right: 10px;
	left: auto;
	width: 22px;
	height: 23px;
	background-size: contain;
}

.demeanour .photo .swiper-button-prev,
.demeanour .photo .swiper-container-rtl .swiper-button-next {
	background-image: url(../images/icon-pre.png);
	left: 10px;
	right: auto;
	width: 22px;
	height: 23px;
	background-size: contain;
}

.login {
	width: 538px;
	position: relative;
}

.login dd {
	position: relative;
	background-color: #fff;
	display: flex;
	align-items: center;
}

.login h1 {
	font-size: 28px;
	font-weight: bold;
	color: #333;
	text-align: center;
	margin: 50px 0 30px 0;
}

.login .loginBox {
	margin: 0 auto 0;
	background: white;
	border-radius: 10px;
}

.login .loginBox li {
	position: relative;
	margin-bottom: 20px;
}

.login .loginBox li p {
	margin-bottom: 8px;
}

.login .loginBox li p span {
	margin-left: -10px;
	margin-right: 5px;
	color: #870000;
}

.login .loginBox li input,
.login .loginBox li textarea {
	width: 100%;
	border: none;
	font-size: 14px;
	font-weight: 500;
	height: 40px;
	background: white;
	border: 1px solid #c7cad3;
	border-radius: 6px;
	color: #333;
	padding-left: 16px;
}

.login .loginBox li textarea {
	height: 80px;
	padding-top: 10px;
}

.login .loginBox li .error {
	color: #870000;
	font-size: 12px;
	position: absolute;
	left: 0;
	bottom: -24px;
	display: none;
}

.login .loginBox li .codeInput {
	width: 225px;
	margin-right: 12px;
}

.login .loginBox li .getCode {
	width: 145px;
	line-height: 40px;
}

.login .loginBox li .gray {
	background: #edeef3;
	color: #c0c1c5;
}

.login .loginBox .btn {
	width: 180px;
	line-height: 44px;
}

.login .loginBox .line label {
	display: block;
	margin-bottom: 5px;
}

.login .loginBox .lineRow label {
	width: 50%;
	float: left;
	margin-bottom: 3px;
}

.login .otherLink {
	text-align: right;
	padding-top: 20px;
	margin-bottom: 46px;
}

.login .otherLink a {
	font-size: 12px;
	font-weight: 500;
	color: #0980FD;
}

.login .otherLogin {
	margin-top: 26px;
	text-align: center;
	color: #0980FD;
	cursor: pointer;
}

.login .status {
	width: 414px;
	margin: auto;
}

.login .status h3 {
	text-align: center;
	margin-bottom: 16px;
	font-size: 20px;
	font-weight: 500;
	color: #303030;
}

.login .status .loginInfo {
	line-height: 41px;
	background: #f7f7f7;
	border-radius: 8px;
	text-align: center;
}

.login .status .loginInfo a {
	margin-left: 10px;
	font-size: 14px;
	color: #0980FD;
}

.login .status h4 {
	text-align: center;
	font-size: 30px;
	color: #0980FD;
	margin: 50px 10px 30px;
	font-weight: bold;
}

.login .status .tip {
	font-size: 14px;
	color: #666;
	margin: 0 10px;
}

input[type='checkbox'],
input[type='radio'] {
	opacity: 0;
	width: 20px !important;
	height: 20px !important;
}

input[type='checkbox']+strong,
input[type='radio']+strong {
	position: relative;
}

input[type='checkbox']+strong:before,
input[type='checkbox']:checked+strong:before,
input[type='radio']+strong:before,
input[type='radio']:checked+strong:before {
	content: '';
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%;
	left: 0%;
	transform: translate(-140%, -50%);
	background: url("../images/icon-choose1.png") no-repeat;
}

input[type='checkbox']:checked+strong:before,
input[type='radio']:checked+strong:before {
	background: url("../images/icon-choose2.png") no-repeat;
}

input[type='checkbox']+strong:before,
input[type='checkbox']:checked+strong:before {
	background: url("../images/icon-check1.png") no-repeat;
}

input[type='checkbox']:checked+strong:before {
	background: url("../images/icon-check2.png") no-repeat;
}

.o-flex-center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.o-flex-center>div {
	position: relative;
}

.pop {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 100;
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
}

.popBox {
	z-index: 101;
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.popBox>div,
.popBox>dl {
	background: #f9f9f9;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
}

.close {
	padding: 16px;
	top: 20px;
	right: 20px;
	position: absolute;
	background: url(../images/icon-close.png) no-repeat center;
}

/* 首页的线条 */
.xian{
	width: 138px;
    height: 0px;
    border: 1px solid #7B7B7B;
    opacity: 1;
    margin-right: 15px;
    margin-left: 15px;
}
.xian-top{
	width: 494px;
	height: 54px;
	font-size: 39px;
	font-family: PingFang SC;
	font-weight: 600;
	color: #EBEBEB;
	letter-spacing: 100px;
	opacity: 1;
}
.ruanjianName{
	font-size: 18px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #272727;
	opacity: 1;
}

/* 训练营 */
.certify-top-left{
	width: 1042px;
	height: 392px;
	opacity: 1;
	border-radius: 10px;
	/* margin-left: 35px; */
}
.certify-top-right div:nth-child(1){
	width: 323px;
	height: 8px;
	background: #989898;
	opacity: 1;
	border-radius: 10px;
}
.certify-top-oii{
	width: 326px;
	background: #ebebeb;
	opacity: 1;
	margin-left: 8px;
	border-radius: 15px;
    margin-top: 1px;
	display: flex;flex-direction: column;height: 392px;
}
.ollds{
	padding: 25px 20px;
    background-color: rgb(255, 255, 255);
    border-radius: 12px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
	box-sizing: border-box;
	border: 1px solid #ebebeb;
}
.certify-top-right div:nth-child(2) p:nth-child(1) span{
	width: 72px;
	height: 25px;
	font-size: 20px;
	font-family: PingFang SC;
	font-weight: 600;
	color: #870000;
	opacity: 1;
}
.certify-top-right div:nth-child(2) p:nth-child(2){
	/* margin-top: 25px; */
}
.certify-top-right div:nth-child(2) p:nth-child(3){
	font-size: 18px;
	font-family: PingFang SC;
	font-weight: 600;
	color: #000000;
	opacity: 1;
	/* margin-top: 13px; */
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.certify-top-right div:nth-child(2) p:nth-child(3):hover{display: block;}
.certify-top-right div:nth-child(2) p:nth-child(4){
	/* margin-top: 10px; */
	background: #F4F4F4;
	opacity: 1;
	border-radius: 5px;
	padding: 7px;
}
.certify-top-right div:nth-child(2) p:nth-child(4) span:nth-child(1){
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #555555;
	opacity: 1;
}
.certify-top-right div:nth-child(2) p:nth-child(4) span:nth-child(2){
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #555555;
	opacity: 1;
}
#certify-top-bottom{
	display: flex;
    /* height: 611px; */
    flex-direction: row;
    justify-content: space-between;
	margin-left: 30px;
}
#certify-top-bottom div{
	opacity: 1;
	/* height: 92px; */
	/* border: 1px solid black; */
	border-radius: 10px;
	/* margin-right: 21px; */
	overflow: hidden;
}
#certify-top-bottom div img{
	width: 326px;
    height: 128px;
	object-fit: cover;
	border-radius: 12px;
}
#certify-top-bottom div p{
	text-align: center;
	color: #000000;
}
.tjBook .swiper-container .swiper-wrapper .swiper-slide{
	background-color: white;
	border-radius: 20px;
	/* padding: 0px 15px; */
	margin: 0;
}
.tjBook .swiper-container .swiper-wrapper .swiper-slide h2{
	font-size: 16px;
	/* height: 58px; */
	font-family: PingFang SC;
	font-weight: 500;
	color: #000000;
	opacity: 1;
	padding: 0px 0px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.tjBook .swiper-container .swiper-wrapper .swiper-slide h2:hover{display: block;}
.tjBook .swiper-container .swiper-wrapper .swiper-slide h3{
	display: flex;
    justify-content: space-between;
    align-items: center;
	padding: 0px 15px;
	padding-bottom: 10px;
}
.tjBook .swiper-container .swiper-wrapper .swiper-slide h3 div:nth-child(1){
	font-size: 22px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #FE6436;
	opacity: 1;
}
.tjBook .swiper-container .swiper-wrapper .swiper-slide h3 div:nth-child(1) del{
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 0px;
	color: #ACACAC;
	opacity: 1;
}
.tjBook .swiper-container .swiper-wrapper .swiper-slide h3 div:nth-child(1) span{
	font-size: 14px;
}
.tjBook .swiper-container .swiper-wrapper .swiper-slide h3 div:nth-child(2){
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #ACACAC;
	opacity: 1;
}

.sutdentswork .swiper-container .swiper-wrapper .swiper-slide{
	background-color: none;
	border-radius: 20px;
	padding: 0px 0px;
	margin: 0;
}
.sutdentswork .swiper-container .swiper-wrapper .swiper-slide h2{
	font-size: 18px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #000000;
	opacity: 1;
	padding: 5px 0px;
}
.sutdentswork .swiper-container .swiper-wrapper .swiper-slide h3{
	display: flex;
    justify-content: space-between;
    align-items: center;
	padding-bottom: 10px;
}
.sutdentswork .swiper-container .swiper-wrapper .swiper-slide h3 div:nth-child(1){
	font-size: 22px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #FE6436;
	opacity: 1;
}
.sutdentswork .swiper-container .swiper-wrapper .swiper-slide h3 div:nth-child(1) del{
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 0px;
	color: #ACACAC;
	opacity: 1;
}
.sutdentswork .swiper-container .swiper-wrapper .swiper-slide h3 div:nth-child(1) span{
	font-size: 14px;
}
.sutdentswork .swiper-container .swiper-wrapper .swiper-slide h3 div:nth-child(2){
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #ACACAC;
	opacity: 1;
}

.columnBox{
	width: 566px;
	min-height: 150px;
	background: #FFFFFF;
	opacity: 1;
	border-radius: 10px;
	padding: 10px 10px;
	font-family: PingFang SC;
}
.columnBox>.columnBox-top{
	/* padding: 0px 19px; */
    display: flex;
    justify-content: space-between;
	align-items: center;
	padding-bottom: 10px;
	border-bottom: 1px dashed #DDDDDD;
	font-size: 16px;
	padding-right: 11px;
}
.columnBox>.columnBox-top span{
	display: flex;
    align-items: center;
}
.columnBox>.columnBox-top img{
	width: 30px;
	height: 30px;
	border-radius: 50%;
}
.columnBox>.columnBox-top b{
	margin-left: 5px;
	font: 14px;
}
.columnBox>.columnBox-content{
	padding: 0px 12px;
	display: flex;
	margin-top: 10px;
	justify-content: space-between;
}
.columnBox>.columnBox-content:hover{
	color: #870000;
}
.columnBox-content-bottom{
	display: flex;
	color: #ACACAC;
}

.flex-center{
	display: flex;
    align-items: center;
}
.load-more{
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #ACACAC;
	opacity: 1;
}
.load-more:hover{cursor: pointer;}
.xueyuanpinglun{
	background-repeat: no-repeat; background-size: 100% auto; background-position: 0 100%;height: 690px;
}
/* 顶部 课程分类 训练营*/
.headList{
	display: flex;
	display: -webkit-flex;
	margin-top: 30px;
	background-color: white;
	height: 90px;
	padding:  0 10px;
}
.headList .headListBox{
	font-size: 14px;
}
.headList .headListBox:nth-child(1){
	width: 39%;
}
.headList .headListBox:nth-child(2){
	width: 37%;
}
.headList .headListBox:nth-child(3){
	width: 24.9%;
}
.headList .headListBox h1{
	margin-bottom: 12px;
	line-height: 20px;
	display: flex;
	font-size: 16px;
	display: -webkit-flex;
}
.headList .headListBox h1:hover{
	color: #870000;
}
.headList .headListBox h1 img{
	width: 20px;
	margin-right: 5px;
}
.headList .headListBox .headListContent{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	position: relative;
	padding-right: 20px;
	padding-left: 10px;
}

.headList .headListBox .headListContent span{
	display: block;
	white-space: nowrap;
    margin-right: 15px;
	margin-bottom: 10px;
	min-width: 56px;
}
/* .headList .headListBox:last-child .headListContent span{
	width: 140px;
} */
.headList .headListBox .headListContent span:hover{
	color: #870000;
}
.headList .headListBox .headListContent .lastSpan{
	white-space: nowrap;
	color: #000000;
	position: absolute;
	bottom: 10px;
}
.headList .headListBox .headListContent .lastSpan img{
	position: relative;
	top: 4px;
}
.headList .headListBox .headListContent .lastSpan:hover{
	color: #870000;
}
.headList .headListBox:nth-child(1) .headListContent::after{
	content: '';
	position: absolute;
	width: 1px;
    height: 66px;
	right: 35px;
	top: -10px;
    background: #c7c7c7;
}
/* 软件课程改变宽度一个个 */
.headList .headListBox:nth-child(1) .headListContent span{
	width: 70px;
	min-width:0px;
}
.headList .headListBox:nth-child(1) .headListContent span:nth-child(1){
	width: 30px;
}
.headList .headListBox:nth-child(1) .headListContent span:nth-child(3){
	width: 55px;
}
.headList .headListBox:nth-child(1) .headListContent span:nth-child(4){
	width: 30px;
}
.headList .headListBox:nth-child(1) .headListContent span:nth-child(5){
	width: 20px;
}
.headList .headListBox:nth-child(1) .headListContent span:nth-child(6){
	width: 60px;
}
.headList .headListBox:nth-child(1) .headListContent span:nth-child(7){
	width: 35px;
}
.headList .headListBox:nth-child(1) .headListContent span:nth-child(8){
	width: 40px;
}
.headList .headListBox:nth-child(1) .headListContent span:nth-child(9){
	width: 80px;
	margin-right: 50px;
}
.headList .headListBox:nth-child(1) .headListContent span:nth-child(10){
	width: 50px;
	margin-right: 20px;
}
.headList .headListBox:nth-child(1) .headListContent span:nth-child(11){
	width: 20px;
}
/* 截止end  无意义 */
.headList .headListBox:nth-child(2) .headListContent::after{
	content: '';
	position: absolute;
	width: 1px;
    height: 60px;
	right: 30px;
	top: -10px;
    background: #c7c7c7;
}
.bannerM{
	margin: 0px auto 10px auto;
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding: 0 10px;
	position: relative;
}
.bannerM .swiper-slide{
	width: 256px;
	height: 95px;
	border-radius: 10px;
	overflow: hidden;
	margin: 10px 0px;
	border: 1px solid rgb(226, 226, 226);
}
.bannerM >div img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* 课程导航描述*/
.o-description{
	display: flex;
	display: -webkit-flex;
	position: relative;
}
.o-description h1{
	
}
.o-description > span{
	border: 1px solid #ddd;
	padding: 0 16px;
	border-radius: 10px;
	line-height: 28px;
	font-size: 14px;
	margin-right: 10px;
	transition: all .2s;
}
.o-description > span.active{
	color: white;
	background-color: #870000;
}
.o-description > span:hover{
	background-color: #870000;
	color: white;
}
.o-description > a{
	position: absolute;
	right: 10px;

	width: 108px;
	background: #e7e3e3;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	border-radius: 22px;
	color: #181818;
	line-height: 34px;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	text-align: center;
	display: inline-block;
	top: -0px;
}

#certify-bottom ul li{
	width: 326px;
}
#certify-bottom ul li .certifyBottomImage{
	width:326px;height: 122px;border-radius: 12px;
}
/*响应式*/
@media screen and (max-width: 1500px) {

	.indexBanner .swiper-container {
		height: 210px!important;
	}
	.indexBanner .bannerImg {
		min-height: 210px!important;
	}
	.headList .headListBox:nth-child(2) .headListContent span:nth-child(8){
		display: none;
	}
	.headList .headListBox:nth-child(2) .headListContent span:nth-child(9){
		display: none;
	}
	.headList .headListBox:nth-child(3) .headListContent span:nth-child(3){
		display: none;
	}
	.headList .headListBox:nth-child(3) .headListContent span:nth-child(4){
		display: none;
	}
	.certify-top-left {
		width: 846px;
		height: 350px;
	}
	#certify-top .swiper-slide{
		height: 350px;
	}
	.certify-top-oii{
		height: 350px;
	}
}
