* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
 *:focus {outline: none;}
ul li {
	list-style: none;
}
a{
	cursor: pointer;
	text-decoration: none;
}
.footer-a{
	display: block;
}
.white {
	color: #FFFFFF;
}

.width100 {
	width: 100%;
}

.size16 {
	font-size: 16px;
}

.size14 {
	font-size: 14px;
}

.qh {
	color: rgba(255, 255, 255, 0.65);
}

.mt110 {
	margin-top: 40px;
}



.marginB16 {
	margin-bottom: 16px;
}
.pb50{
	padding-bottom: 50px;
}
.flex {
	display: flex;

}

.between {
	justify-content: space-between;
}

.align-items {
	align-items: center;
}



.wrapper {}



.swiper-container {
	width: 100%;
	height: 100%;
}

.tab-panel {
	display: none;
}

.tab-content > .active {
	display: block;
}

/* .tab-button {
  display: none;
} */

/* .tab-button.active {
  display: block;
} */


.swiper-slide img {
	width: 100%;
	height: 100%;
}

.home-tmp {
	position: relative;
	top: -30px;
	z-index: 9;

	background: rgba(255, 255, 255, 0.5);
	border-radius: 4px;
	backdrop-filter: blur(10px);
	display: flex;
	justify-content: space-between;
	padding: 20px;
}

.home-tmp-sub {
	display: flex;
	justify-content: space-between;
}

.tmp-entry {
	flex: 1;
	cursor: pointer;
}
.tmp-entry:hover .home-h3-title{
	/* opacity: 0.5; */
	color: #FF722F;
}
.tmp-entry:nth-of-type(2) {
	margin-left: 140px;
}

.home-h3-title {
	color: #333333;
	font-size: 14px;
	margin-bottom: 12px;
}

.home-p-subtitle {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.55);
}

.home-tmp .p-time {
	color: rgba(0, 0, 0, 0.55);
	font-size: 14px;
	margin-left: 20px;
}

.professional-group {
	margin-bottom: 50px;
}

.professional-left {
	width: 530px;
}

.group-img {
	width: 560px;
	height: 320px;

}

.group-img img {
	width: 100%;
}

.professional-left-title {
	color: #333333;
	font-size: 32px;
}

.professional-text {
	color: rgba(0, 0, 0, 0.65);
	font-size: 14px;
	margin-top: 30px;
	line-height: 30px;
}

.right-more {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #FF722F;
	border-radius: 20px;
	height: 40px;
	width: 72px;

}

.right-more img {
	width: 24px;
	height: 24px;
}

.course-box {
	background: #FFF7F0;
}

.course-wrap {}

.course-head {
	padding-top: 50px;
	padding-bottom: 30px;
}

.course-tab-list {
	padding-bottom: 40px;
}

.course-tab-item {
	border: 1px solid #FFCCA8;
	border-radius: 20px;
	background: #FFF0E3;
	padding: 8px 20px;
	cursor: pointer;
}

.course-tab-item:nth-of-type(2) {
	margin: 0 20px;
}

.course-tab-active {
	background: #FF722F;
	color: #FFFFFF;
}

.course-type-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start !important;
}

.course-type-item {
	/* width: calc(25% - 22.5px);
	 */
	 width: calc(25% - (93px / 4));
	/* margin-right: 20px; */
	background-color: #FFFFFF;
	padding: 10px;
	padding-bottom: 16px;
	margin-bottom: 30px;
	cursor: pointer;
	margin-right: 31px;
}
.course-type-item:nth-child(4n){
	margin-right: 0;
}
.course-type-img img {
	width: 100%;
}

.course-type-title {
	font-family: MicrosoftYaHeiSemibold;
	font-size: 16px;
	color: #333333;
	line-height: 21px;
	text-align: center;
	margin-top: 12px;
}

.social-services {

	display: flex;
	justify-content: space-between;
}

.social-services .course-type-list {
	flex-wrap: wrap;
	width: 50%;
}

.social-services .course-type-list .course-type-item {
	width: 45%;
	height: 160px;
	position: relative;
	cursor: pointer;
}

.social-services-right {
	width: 585px;
	height: 350px;
}

.social-services-right img {
	width: 100%;
	height: 100%;
}

.social-services .course-type-title {
	position: absolute;
	bottom: 0px;
	color: #FFFFFF;
	font-size: 14px;
	/* left: 50%;
	transform: translateX(-50%); */
	width: 100%;
	height: 40px;
	background: linear-gradient( 180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
	border-radius: 0px 0px 4px 4px;
}

.news-announcement-left {
	display: flex;
	/* width: 585px; */
	width: 630px;
	height: 378px;
	position: relative;
	border-radius: 4px;
	overflow: hidden;
	cursor: pointer;
}
/* .news-announcement-left:hover{
	opacity: 0.5;
} */
.news-announcement-left:hover .news-img{
	transform: scale(1.2);
}
.news-announcement-text{
	width: 100%;
	height: 120px;
	background: linear-gradient( 180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
	border-radius: 0px 0px 4px 4px;
	position: absolute;
	bottom: 0;
	padding: 24px 37px 19px 24px;
	box-sizing: border-box;
}
.news-img {
	/* width: 585px; */
	width: 100%;
	height: 378px;
	transition: all 0.5s;
}

.news-announcement-p1 {
	font-family: MicrosoftYaHeiSemibold;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 21px;
}

.news-announcement-p2 {
	margin-top: 8px;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	color: rgba(255,255,255,0.75);
	line-height: 24px;
}

.news-announcement-main {
	/* display: flex; */
	display: none !important;
}
.news-announcement-main-active{
	display: flex !important;
}

.news-list {
	/* margin-left: 30px; */
	width: calc(100% - 630px - 30px);
	display: flex;
	flex-direction: column;
}

.news-item {
	width: 100%;
	display: flex;
	margin-bottom: 30px;
	cursor: pointer;
}
.news-item:hover .news-item-h4{
	color: #FF722F;
}
/* .news-item:hover .news-item-img{
	opacity: 0.5;
} */
.news-item-img {
	/* width: 120px;
	height: 106px; */
	width: 176px;
	height: 106px;
	margin-right: 20px;
}
.news-item-text-bor{
	width: calc(100% - 196px);
}
.news-item:last-child {
	margin-bottom: 0;
}

.news-item-h4 {
	font-size: 16px;
	color: #333333;
}

.news-item-time {
	font-size: 12px;
	color: rgba(0, 0, 0, 0.45);
	margin: 10px 0 10px 0px;
}

.news-item-p1 {
	color: rgba(0, 0, 0, 0.45);
	font-size: 14px;
}

.skill-training-box {
	display: flex;
}

.skill-training-left {
	width: 585px;
	margin-right: 30px;
}

.skill-training-left-item {
	width: 585px;
	height: 226px;
	background-color: #FFFFFF;
	/* display: flex; */
	display: block;
}

.skill-training-left-img {
	height: 106px;
	width: 585px;
}

.skill-training-left-h4 {
	color: #333333;
	font-size: 16px;
	padding: 10px 24px 12px 10px;
}

.skill-training-left-p {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.45);
	padding: 0px 24px 18px 10px;
	height: 48px;
	line-height: 24px;
}

.skill-training-left-item:nth-of-type(1) {
	margin-bottom: 30px;
}

.skill-training-right {
	flex-grow: 1;
	width: 100%;
}

.skill-train-right-list {
	display: flex;
	flex-direction: column;
}

.skill-train-right-item {
	display: flex;
	justify-content: space-between;
	height: 72px;
	line-height: 72px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	padding: 0 24px;
	border-radius: 5px;
}

.skill-train-right-p {
	color: #333333;
	font-size: 16px;
}

.skill-train-right-p::before {
	display: inline-block;
	content: '';
	background: rgba(0, 0, 0, 0.25);
	width: 6px;
	height: 6px;
	border-radius: 50%;
	margin-right: 10px;

}

.skill-train-right-time {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.45);
}

.cultural-heritage-flex {
	display: flex;

}

.cultural-heritage-item {
	width: 380px;
	/* height: 200px; */
	height: 252px;
	background-image: url(../../img/home/jcwh.png);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
}

.cultural-heritage-item:nth-of-type(2) {
	background-image: url(../../img/home/img_ctwh@2x.png);
	margin: 0 30px;
}

.cultural-heritage-item:nth-of-type(3) {
	background-image: url(../../img/home/1.png)
}
.cultural-heritage-item:hover{
	background: #FF722F;
}
.cultural-heritage-item-icon {
	width: 40px;
	height: 40px;
}

.cultural-heritage-p {
	color: rgba(255, 255, 255, 0.45);
	font-size: 14px;
}

.cultural-heritage-tit {
	font-size: 18px;
	color: #FFFFFF;
	margin: 10px 0;
}
.swiper-slide-box{
	display: flex;

}
.pxzx-text-box{
	width: 530px;
	height: 356px;
	background: #FFF7F0;
	box-shadow: -10px 10px 20px 0px rgba(255,114,47,0.04);
	border-radius: 4px;
	padding: 30px;
	line-height: 30px;

}
.pxzx-text-box-h4{
	font-size: 20px;
	color: #333333;
}
.pxzx-text-box-p{
	font-family: MicrosoftYaHei;
	font-size: 14px;
	color: rgba(0,0,0,0.65);
	line-height: 32px;
}

.college2-list{
	display: flex;

	padding-top: 50px;
	padding-bottom: 50px;
}
.college2-item1 .college-p1{
	line-height: 30px;
	display: block;
}
.pxzx{
	margin-bottom: 50px;
}
.ewm{
	width: 120px;
	height: 120px;
}
.course-type-item-hove:hover{
	background-color: #FF722F;
	color: #FFFFFF;
}
.course-type-item-hove:hover .course-type-title{
	color: #fff;
}
.pxzx-btn{
	margin-top: 28px;
}
.skill-train-right-item:hover{
	background-color: #FF722F;
color: #FFFFFF;
	cursor: pointer;
}

.skill-train-right-item:hover  .skill-train-right-p{
		color: #FFFFFF;
}
.skill-train-right-item:hover  .skill-train-right-time{
		color: #FFFFFF;
}
.skill-train-right-item:hover .skill-train-right-p::before {
	display: inline-block;
	content: '';
	background: #FFFFFF;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	margin-right: 10px;

}
.pagination1{
	display: flex;justify-content: center;
	align-items: center;
	/* margin-top: 50px; */
}
.pagination-normal{
	width: 42px;
	height: 36px;
	background: #FFF7F0;
	border-radius: 18px;
	border: 1px solid #FFCCA8;
	text-align: center;
	line-height: 36px;
	cursor: pointer;
}
.pagination-normal:nth-of-type(2){
	margin: 0 20px;
}
.pagination-active{
	background: #FF722F;
	color: #FFFFFF;
}
.rightLink{
	display: flex !important;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.rightLink:hover{
	opacity: 0.9;
}
.kczxActive{
	background: #FF722F;
	color: #FFFFFF;
}
/* .tab-button:hover{
	background: #FF722F;
	color: #FFFFFF;
	opacity: 0.5;
} */
.kczxTab{
	display: none !important;
	width: 100%;
	/* display: flex !important; */
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}
.kczxTabActive{
	display: flex !important;
}
.course-title{
	font-family: MicrosoftYaHei, MicrosoftYaHei;
	font-weight: bold;
	font-size: 32px;
	color: #333333;
}
.swiper-slide-box-pos{
	position: relative;
	height: 500px;
}
.pxzx-text-box{
	width: 530px;
	height: 356px;
	background: #FFF7F0;
	box-shadow: -10px 10px 20px 0px rgba(255,114,47,0.04);
	border-radius: 4px;
	position: absolute;
	top: 50%;
	transform: translateY(-60%);
	/* right: 0; */
	left: 724px;
	z-index: 25;
}
.swiper-slide-box-pos-bg{
	width: 180px;
	height: 280px;
	background-color: #FF722F;
	position: absolute;
	bottom: 0;
	left: 0px;
}
.swiper-slide-box-pos-img{
	margin-left: 50px;
	z-index: 20;
}
.shfwHome{
	margin-top: 50px;
}
.course-type-img {
	height: 171px;
}
.course-type-img{
	overflow: hidden;
}
.course-type-img img{
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}
.social-services .course-type-list .course-type-item{
	padding: 0;
	overflow: hidden;
	width: calc(50% - 15px);
	height: 160px;
	margin: 0;
	border-radius: 4px;
}
.course-type-list{
	display: flex;
	/* align-items: center; */
	align-content: space-between;
	/* justify-content: space-between; */
}
.course-type-item:hover img{
	transform: scale(1.2);
}
.social-services-right{
	position: relative;
	overflow: hidden;
	border-radius: 4px;
}
.social-services-right:hover img{
	transform: scale(1.2);
}
.skill-training-left-item{
	cursor: pointer;
}
/* .skill-training-left-item:hover{
	opacity: 0.5;
} */
.skill-training-left-item:hover .skill-training-left-h4{
	color: #FF722F;
}
.swiper-pagination{
	bottom: 35px !important;
}
.swiper-pagination-bullet{
	width: 13px;
	height: 13px;
	background: #d2dae0;
	transition: all 0.3s;
}
.swiper-pagination .swiper-pagination-bullet-active{
	width: 35px;
	border-radius: 13px;
	background: #fff;
}
.social-services .course-type-list{
	display: flex;
	justify-content: space-between !important;
	width: calc(100% - 585px - 31px);
}
.social-services .course-type-list .course-type-item{
	width: calc(50% - 15px);
	height: 184px;
	margin-bottom: 21px;
}
.social-services .course-type-item .course-type-img{
	height: 100%;
}
.social-services .course-type-list .course-type-item .course-type-title{
	margin-top: 0;
	line-height: 40px;
}
.social-services-right{
	height: 389px;
}
.social-services-right .course-type-img{
	height: 100%;
}
.social-services-right .course-type-title{
	line-height: 40px;
}
.swiper-container-pxzx{
	width:1300px;
}
