@charset "utf-8";

/* CSS Document */
body,
html {
	margin: 0;
	padding: 0;	
}
html{
	overflow-x: hidden;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font: 14px/2 微软雅黑, Verdana, Arial, Helvetica, sans-serif;
	position: relative;
}

p {
	margin: 0;
	padding: 0;
}

ul,
li {
	list-style: none;
}

img {
	border: 0;
	max-width: 100%;
}

.c-b,
.clear {
	clear: both;
}

a {
	text-decoration: none;
	color: #404040;
}

.line {
	width: 100%;
	height: 1px;
	margin: 20px 0;
	background: #ccc;
}

.text-center {
	text-align: center;
}

.hide {
	display: none !important;
}

*::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 4px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 4px;
}

*::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
	background: rgba(0, 0, 0, 0.1);
}

*::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	background: rgba(0, 0, 0, 0.1);
}

.lg-container {
	width: 1420px;
	margin: 0 auto;
	transition: all 0.2s;
}

.lg-container:after {
	display: block;
	content: "";
	clear: both;
}

@media screen and (max-width:1480px) {
	.lg-container {
		width: 1200px;
	}
}

@media screen and (max-width:1200px) {
	.lg-container {
		width: 100%;
	}
}

/*首页*/
.floatContainer{
	position: fixed;
	right:-120px;
	bottom: 10%;
	z-index: 10;
}
.floatContainer .float-item{
	width: 200px;
	height: 80px;
	margin: 0 0 20px 0;
	background: #A72185;
	display: flex;
	align-items: center;
	cursor: pointer;
	transition: all 0.3s;
	color: #fff;
	position: relative;
}
.floatContainer .float-item span.icon{
	width: 80px;
	height: 80px;
}
.floatContainer .float-item:nth-child(1) span.icon{
	background: url(../images/floaticon1.png) center no-repeat;
}
.floatContainer .float-item:nth-child(2) span.icon{
	background: url(../images/floaticon2.png) center no-repeat;
}
.floatContainer .float-item:nth-child(3) span.icon{
	background: url(../images/floaticon3.png) center no-repeat;
}
.floatContainer .float-item:hover{
	margin-left: -120px;
}
.floatContainer .float-item a{
	display: block;
	color: #fff;
	font-size: 18px;
}
.floatContainer .float-block{
	position: absolute;
	right: 120%;
	background: #fff;
	color: #A72185;
	padding: 10px;
	box-shadow: 0 3px 6px rgba(0 0 0/10%);
	display: flex;
	transition: all 0.3s;
	opacity: 0;
	visibility: hidden;

}
.floatContainer .float-item:hover .float-block{
	opacity: 1;
	visibility: unset;
}
.floatContainer .float-block:after{
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-left: 10px solid #fff;
	border-bottom: 10px solid transparent;
	position: absolute;
	right: -10px;
	top: 50%;
	margin-top: -10px;
}
.floatContainer .float-block.phone{
	
}
.floatContainer .float-block .item{
	white-space: nowrap;  
	padding: 10px;
	display: flex;
	flex-direction: column;
	text-align: center;
}
.floatContainer .float-block.phone .item:nth-child(1){
	border-right: 1px solid #eee;
}
.floatContainer .float-block.phone .item:nth-child(2){
	
}
.floatContainer .float-block.phone .item .icon{
	height: 40px;
	background: url(../images/fbphone.png) center no-repeat;
}
.floatContainer .float-block.phone .item .text{
	
}
.floatContainer .float-block.phone .item p{
	font-size: 16px;
	font-weight: bold;
}

.floatContainer .float-block.ewm{
	
}
.floatContainer .float-block.ewm .item{
	
}
.floatContainer .float-block.ewm .item .img{
	width: 120px;
	height: 120px;
	border: 1px solid #eee;
	overflow: hidden;
}
.floatContainer .float-block.ewm .item .img img{
	width: 100%;
}

.popupContainer {
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	background: rgba(0 0 0/50%);
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 3px 6px rgba(0 0 0/10%);
}

.popupContent {
	background: #f2f2f2;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 25px;
	position: relative;
}

.popupContent span.fa {
	position: absolute;
	top: 8px;
	right: 8px;
	font-size: 18px;
	cursor: pointer;
}
.popupContent span.fa:hover{
	color: #A72185;
}

.popupContent .popupDetail {
	display: block;
	background: url(../images/popupbg-center.png) top right no-repeat;
	background-size: auto;
	height: 100%;
	box-sizing: border-box;
	min-width: 600px;
	padding: 10px 0 0 0;
	box-shadow: 0 3px 6px rgba(0 0 0/10%);
	border-radius: 10px;
	position: relative;
	cursor: pointer;
}
.popupContent .popupDetail a{
	color:#A72185;
	line-height: 1.5;
	text-decoration: underline;
}
.popupContent .popupDetail a:hover{
	color: #D033A9;
}
.popupContent .popupDetail p {
	line-height: 1.5;
	margin-bottom: 10px;
	font-size: 16px;
}
.popupContent .popupLogo{
	width: 68px;
	height: 68px;
	background: url(../images/popuplogo.png) center no-repeat;
	background-size: contain;
	position: absolute;
	top: 10px;
	left: 10px;
}
.popupContent .popupCenter{
	max-width: 420px;
	margin: 30px 80px 0 80px;
	padding: 0 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.popupContent .popupFoot{
	height: 100px;
	width: 100%;
	background: url(../images/popupbg-foot.png) center no-repeat;
	background-size: cover;
}
.popupContent .popupImg{
	text-align: center;
}
.popupContent .popupImg .img{
	display: inline-block;
	width: 120px;
	height: 120px;
}
.popupContent .popupImg .img img{
	width: 100%;
}
.popupContent .popupImg .text{
	color: #A72185;
}
.popupContent .popupDetail:hover{
	box-shadow: 0 6px 10px rgba(0 0 0/10%);
}


@media screen and (max-width:660px) {
	.popupContent{
		margin: 0 10px;
	}
	.popupContent .popupDetail {
		background: url(../images/popupbg-center.png) top right no-repeat;
		background-size:50%;
		min-width: unset;
		padding: 0;max-height:500px;overflow:auto;
	}
	.popupContent .popupCenter{
		margin:80px 0 0 0;padding:0 20px;
	}
}


.headWrap {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	background: #fff;
	box-shadow: 0 3px 6px rgba(0 0 0/10%);
}

.header {
	height: 100px;
	padding: 0 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #fff;
	position: relative;
	z-index: 1;
}

.logo {
	width: 30%;
	height: 100%;
	display: flex;
	align-items: center;
}
.logo a{
	
}
.logo img{
	max-height: 80px;
}

.nav {
	width: 70%;
	height: 90px;
	margin-top: 10px;
}

.nav ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}

.nav>ul>li {
	height: 100%;
	align-self: center;
}

.nav>ul>li>a {
	display: block;
	height: 100%;
	font-size: 16px;
	color: #333;
	line-height: 90px;
	transition: all 0.2s;
}

.nav ul li ul {
	display: none;
	position: fixed;
	top: 100px;
	left: 0;
	width: 100%;
	height: 65px;
	background: rgba(170 42 137/70%);
	justify-content: center;
}

.nav ul li ul li {
	margin: 0 30px;
}

.nav ul li ul li a {
	display: block;
	padding: 6px 15px;
	border-radius: 3px;
	color: #fff;
	font-size: 14px;
	transition: all 0.2s;
}

.nav>ul>li>a:hover,
.nav>ul>li.act>a {
	font-weight: bold;
	color: #aa2a89;
}

.nav ul li ul li a:hover {
	background: rgba(0 0 0/20%);
}

.nav ul li ul.act {
	display: flex;
}

	.navBar{
		display: none;
		position: absolute;
		right: 30px;
		font-size: 28px;
		color: #A72185;
		cursor: pointer;
	}
	
.wapNav{
	display:none;
	position: fixed;
	top: -100%;
	left: 0;
	z-index: 0;
	width: 100%;
	background: #fff;
	box-shadow: 0 3px 6px rgba(0 0 0/10%);
	border-top: 10px solid #A72185;
	transition: all 0.3s;
}
.wapNav ul{
	display: flex;
	justify-content: space-around;
	padding: 10px;
}
.wapNav ul li{
	font-size: 16px;
	text-align: center;
}
.wapNav ul li span.fa{
	display: none;
}
.wapNav ul li ul{
	display: block;
	padding: 0;
}
.wapNav ul li ul li{
	font-size: 14px;
}
.wapNav ul li ul li a{
	color: #666;
}
.wapNav ul li a:hover{
	color: #EA39C1;
}
.wapNav.act{
	top: 100px;
}

.tools {
	position: absolute;
	top: 5px;
	right: 0;
}

.tools a {
	margin: 0 10px;
	font-size: 14px;
}

.tools a:hover {
	color: #AA2A89;
}

.banner {
	width: 100%;
	margin-top: 100px;
	position: relative;
	box-shadow: 0 3px 6px rgba(0 0 0/18%);
}

.banner .img {
	width: 100%;
	max-height: calc(100vh - 100px);
	overflow: hidden;
	background: url(/uploadfile/banner.png) top center no-repeat;
	background-size: cover;
	text-align: center;
}
.banner .imgs{
	text-align: center;
}
.banner .imgs img{
	width: 100%;
}

.banner .img img {
	width: 100%;
}
.banner .img video{
	width: 100%;
}

.banner .text {
	width: 100%;
	position: absolute;
	bottom: 10%;
	left: 0;
	color: #fff;
}

.banner .text h3 {
	font-size: 18px;
	font-weight: bold;
}

.banner .text p {
	font-size: 34px;
	font-weight: bold;
}

.banner .text a {
	display: block;
	margin-top: 30px;
	width: 170px;
	height: 55px;
	border-radius: 30px;
	background: #AA2A89;
	color: #fff;
	text-align: center;
	line-height: 55px;
	font-size: 16px;
	font-weight: bold;
	transition: all 0.2s;
}

.banner .text a:hover {
	background: #D033A9;
}
.banner-down{
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 2;
	width: 100px;
	margin-left: -50px;
	padding: 10px 0;
	text-align: center;
	line-height: 1;
	cursor: pointer;
}
.banner-down span{
	display: block;
	color: #A72185;
	transition: all 0.2s;
}
.banner-down span.fa{
	font-size: 30px;
	animation:UpDownLoop 0.5s infinite;
}
@keyframes UpDownLoop{
	0%   {bmargin-bottom: 0;}
	50%  {margin-bottom: 10px;}
	100% {margin-bottom: 0;}
}
.banner-down:hover span{
	color: #EA39C1
}

.banner.act{
	
}

.bodyWrap {}

.title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 28px;
	font-weight: bold;
}

.title a {
	font-size: 14px;
	color: #AA2A89;
	transition: all 0.2s;
}

.title a:hover {
	color: #D033A9;
}

.intro{
	font-size:16px;
}

.newsContainer {
	padding: 30px 0;
}

.newsTitle {
	margin-bottom: 20px;
	padding: 15px 0;
	color: #333;
}

.newsContent {
	display: flex;
	margin-bottom: 20px;
}

.base_newslist {
	width: 100%;
}

.base_newslist ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px;
}

.base_newslist ul:after {
	content: "";
	clear: both;
	display: block;
}

.base_newslist li {
	width: 33.33%;
	padding: 0 20px;
	border-right: 1px solid #eee;
	margin-bottom: 20px;
}

.base_newslist li:nth-child(3n+3) {
	border-right: 0;
}

.base_newslist li .img {
	width: 100%;
	height: 290px;
	box-shadow: 0 3px 6px rgba(0 0 0/10%);
	overflow: hidden;
	background: url(http://www.czfls.net/d/file/p/2022/08-01/ec81c1334aecc52115687d1e6dabbc39.jpg) center no-repeat;
	background-size: cover;
}

.base_newslist li .img a {
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}

.base_newslist li .img:hover a {
	transform: scale(1.1);
}

.base_newslist li .text {
	padding: 25px;
}

.base_newslist li .text span {
	color: #D033A9;
	margin-bottom: 10px;
}

.base_newslist li .text p {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 20px;
}

.base_newslist li .text a {
	color: #D033A9;
}

.base_newslist li .text a:hover {
	font-weight: bold;
}

.mediaContainer {
	background: url(../images/mediabg.jpg) top center no-repeat;
	background-size: 100% 90%;
}

.videoContainer {
	float: left;
	width: 70%;
	margin: 30px 0;
	padding-right: 50px;
}

.videoTitle {
	padding: 15px 0;
	margin-bottom: 20px;
	color: #fff;
}

.videoTitle a {
	color: #fff;
}

.videoContent {}

.video-item {}

.video-item .img {
	width: 100%;
	height: 210px;
	overflow: hidden;
	position: relative;
}

.video-item .img img {
	min-width: 100%;
	min-height: 100%;
}

.video-item .img a {
	display: none;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 30px;
	color: #fff;
	background: rgba(0 0 0/20%);
}

.video-item .img:hover a {
	display: flex;
}

.video-item .text {
	padding: 10px 0;
}

.video-item .text p {
	font-size: 14px;
	color: #fff;
}

.video-next,
.video-prev {
	display: none;
}

.video-button {
	margin-top: 30px;
}

.video-button .fa {
	border: 1px solid rgba(255 255 255/50%);
	width: 40px;
	height: 40px;
	margin: 0 20px 0 0;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	font-size: 22px;
	color: rgba(255 255 255/50%);
	cursor: pointer;
	transition: all 0.2s;
}

.video-button .fa:hover {
	color: #fff;
	border: 1px solid #fff
}

.noticeContainer {
	float: right;
	width: 30%;
	background: #a82285;
	padding: 30px 30px;
}

.noticeTitle {
	padding: 15px 0;
	margin-bottom: 20px;
	color: #fff;
}

.noticeTitle a {
	color: #fff;
}

.notice-list {}

.notice-list li {
	display: flex;
	padding: 15px 0;
	border-bottom: 1px solid rgba(255 255 255/20%);
}

.notice-list li dl {
	flex-shrink: 0;
	width: 70px;
	height: 80px;
	border: 1px solid #fff;
	text-align: center;
	color: #fff;
}

.notice-list li dl dt {
	font-size: 20px;
}

.notice-list li dl dd {}

.notice-list li a {
	padding: 0 0 0 15px;
	font-size: 14px;
	color: #fff;
}

.notice-list li a:hover {
	text-decoration: underline;
}

.aboutContainer {
	margin-bottom: 50px;
}

.aboutSchool {
	display: flex;
	padding-top: 30px;
}

.about-left {
	width: 50%;
	padding: 30px;
}

.about-left .title {
	padding: 15px 0;
	margin-bottom: 20px;
}

.aboutContent {
	color: #737373;
	font-size: 16px;
	line-height: 1.8;
}

a.more-block {
	display: block;
	width: 170px;
	height: 55px;
	margin-top: 50px;
	background: #AA2A89;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 55px;
	border-radius: 28px;
	transition: all 0.2s;
}

a.more-block:hover {
	background: #EA39C1;
}

.about-right {
	width: 50%;
	padding: 30px;
}

.about-right img {
	max-width: 100%;
}

.aboutContainer .param {
	width: 100%;
	margin: 30px auto;
}

.aboutContainer .param:after {
	display: block;
	content: "";
	clear: both;
}

.aboutContainer .param dl {
	float: left;
	width: 20%;
	padding: 15px;
	box-sizing: border-box;
	text-align: center;
}

.aboutContainer .param dl dt {
	height: 100px;
	margin-bottom: 20px;
}

.aboutContainer .param dl:nth-child(1) dt {
	background: url(../images/icon1.jpg) center no-repeat;
}

.aboutContainer .param dl:nth-child(2) dt {
	background: url(../images/icon2.png) center no-repeat;
}

.aboutContainer .param dl:nth-child(3) dt {
	background: url(../images/icon3.png) center no-repeat;
}

.aboutContainer .param dl:nth-child(4) dt {
	background: url(../images/icon4.png) center no-repeat;
}

.aboutContainer .param dl:nth-child(5) dt {
	background: url(../images/icon5.png) center no-repeat;
}

.aboutContainer .param dl dd {
	font-size: 16px;
	color: #737373
}

.aboutContainer .param dl dd:nth-child(2) {
	color: #A82285;
	font-size: 20px;
	font-weight: bold;
}

.aboutContainer .param dl dd span {
	font-size: 36px;
}

/*学部*/
.partContainer {
	width: 100%;
	height: 700px;
	background: url(../images/partbg.jpg) center no-repeat;
	background-size: cover;
	position: relative;
}

.partTitle {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	padding: 50px 0 0 0;
	color: #fff;
}
.partTitle .lg-container{
	width: 80%;
}

.partContent,
.partSwiper {
	width: 100%;
	height: 100%;
}

.partSwiper .swiper-wrapper {
	width: 100%;
	height: 100%;

}

.swiper-line {
	position: absolute;
	top: 130px;
	z-index: 4;
	width: 100%;
	height: 5px;
	background: rgba(255 255 255/10%);
	border-radius: 2px;
}

.partSwiper .swiper-pagination,
.part-pagination {
	top: 80px !important;
	width: 80%;
	left: 10%;
	height: 50px;
	z-index: 4;
}

.partSwiper .swiper-pagination-bullet {
	opacity: 0.7;
}

.part-pagination {
	display: flex;
}

.partMenu {
	width: 20%;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 18px;
	background: none;
	border-radius: 0;
}

.partMenu:nth-child(1) {
	background: url(../Ximages/yey1.png) 20px center no-repeat;
}

.partMenu:nth-child(2) {
	background: url(../Ximages/xx1.png) 20px center no-repeat;
}

.partMenu:nth-child(3) {
	background: url(../Ximages/cz1.png) 20px center no-repeat;
}

.partMenu:nth-child(4) {
	background: url(../Ximages/gz1.png) 20px center no-repeat;
}

.partMenu:nth-child(5) {
	background: url(../Ximages/gjzg1.png) 20px center no-repeat;
}

.partMenu.swiper-pagination-bullet-active {
	font-weight: bold;
	opacity: 1;
}

.part-scrollbar {
	top: 130px !important;
	left: 10% !important;
	background: none !important;
	width: 80% !important;
}

.swiper-scrollbar-drag {
	width: 20% !important;
	background: rgba(255 255 255/100%) !important;
}

.part-item {
	display: flex;
	justify-content: center;
	flex-direction: column;
	height: 700px !important;
	padding: 30px 0;
	position: relative;
}
.part-item:before{
	content: "";
	width: 100%;
	height: 100%;
	background: linear-gradient(to right,rgba(0 0 0/80%),rgba(0 0 0/0%));
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.part-item.yey {
	background: url(../images/xbyey.jpg) center no-repeat;
	background-size: cover;
}
.part-item.xx {
	background: url(../images/xbxx.jpg) center no-repeat;
	background-size: cover;
}
.part-item.cz {
	background: url(../images/xbcz.jpg) center no-repeat;
	background-size: cover;
}
.part-item.gz {
	background: url(../images/xbgz.jpg) center no-repeat;
	background-size: cover;
}
.part-item.gjgz {
	background: url(../images/xbzy.png) center no-repeat;
	background-size: cover;
}

.part-item .lg-container {
	width: 80%;
	padding: 40px;
	position: relative;
	z-index: 3;
}

.part-item h3 {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	opacity: 0.8;
	margin-bottom: 30px;
}

.part-item p {
	color: #fff;
	font-size: 18px;
	line-height: 1.8;
}

.part-item a {
	display: block;
	width: 170px;
	height: 55px;
	line-height: 55px;
	margin-top: 50px;
	background: #b92d98;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	font-size: 18px;
	transition: all 0.2s;
}

.part-item a i {
	margin-left: 10px;
}

.part-item a:hover {
	background: #D033A9;
	color: #fff;
}
.switch {}

.switchMenu {cursor: pointer;}

.switchBox {
	display: none;
}


/*课程介绍*/
.courseContainer{
	padding: 50px 0;
	background: url(../images/partbg.jpg) center no-repeat;
	position: relative;
}
.courseContainer:after{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0 0 0/50%);
	content: "";
	display: block;
	z-index: 1;
}
.courseContainer .lg-container{
	position: relative;
	z-index: 2;
}
.courseTitle{
	margin-bottom: 30px;
	padding: 15px 0;
	color: #fff;
}
.courseSwiper .swiper-wrapper {
	margin-top: 60px;
	
}
.courseContainer .swiper-line{
	position: absolute;
	top: 60px;
	width: 100%;
	height: 5px;
	background: rgba(255 255 255/10%);
	border-radius: 2px;
}
.courseSwiper .swiper-pagination,
.course-pagination {
	top: 0px !important;
	bottom: unset !important;
}

.courseSwiper .swiper-pagination-bullet{
	opacity: 0.7;
}

.course-pagination {
	display: flex;
	justify-content: space-between;
}

.courseMenu {
	width: auto;
	height: 60px;
	line-height: 1.5;
	color: #fff;
	font-size: 18px;
	background: none;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: left;
}
.courseMenu.swiper-pagination-bullet-active{
	font-weight: bold;
	opacity: 1;
}

.course-item{
	display: flex;
	justify-content: center;
	flex-direction: column;
	min-height: 500px;
	padding: 30px 10%;
}
.course-item h3{
	color: #fff;
	font-size: 24px;
	margin-bottom: 30px;
}
.course-item p{
	color: #fff;
	font-size: 16px;
}
.course-item a{
	
}
.courseSwiper .swiper-button-next, .courseSwiper .swiper-button-prev{
	color: #fff;
}



.whyContainer{
	padding: 30px 0;
	margin-bottom: 50px;
}
.whyContainer .title{
	margin-bottom: 20px;
	flex-direction: column;
	font-size: 34px;
}
.whyContainer .title span{
	font-size: 16px;
	color: #666;
	font-weight: normal;
}
.whyContent{
	display: flex;
	padding: 30px 0;
}
.why-left{
	width: 40%;
}
.why-left .item{
	display: flex;
	margin-bottom: 30px;
}
.why-left .item .icon{
	width: 60px;
	height: 60px;
	margin-right: 20px;
}
.why-left .item:nth-child(1) .icon{
	background: url(../images/why1.png) center no-repeat;
	background-size: contain;
}
.why-left .item:nth-child(2) .icon{
	background: url(../images/why2.png) center no-repeat;
	background-size: contain;
}
.why-left .item:nth-child(3) .icon{
	background: url(../images/why3.png) center no-repeat;
	background-size: contain;
}
.why-left .item:nth-child(4) .icon{
	background: url(../images/why4.png) center no-repeat;
	background-size: contain;
}
.why-left .item .text{
	line-height: 2.2;
}
.why-left .item .text span{
	font-size: 24px;
	font-weight: bold;
	color: #A72185;
}
.why-left .item .text p{
	font-size: 16px;
	color: #666;
}


.why-right{
	width: 60%;
}
.why-right img{
	max-width: 100%;
}

.fast-link{
	background: url(../images/linkbg.jpg) center no-repeat;
	position: relative;
}
.fast-link:after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0 0 0/50%);
}
.fast-link .title{
	
}
.linkContent{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 100px 0;
	position: relative;
	z-index: 2;
}
.linkContent a{
	width: 33.33%;
	color: #fff;
	font-size: 18px;
	padding: 100px 50px 0 50px;
	border-right: 1px solid rgba(255 255 255/20%);
	text-align: center;
	opacity: 0.8;
	transition: all 0.2s;
}
.linkContent a:nth-child(1){
	background: url(../images/link1.png) top center no-repeat;
}
.linkContent a:nth-child(2){
	background: url(../images/link2.png) top center no-repeat;
}
.linkContent a:nth-child(3){
	background: url(../images/link3.png) top center no-repeat;
}
.linkContent a:nth-child(4){
	background: url(../images/link2.png) top center no-repeat;
}
.linkContent a:nth-child(5){
	background: url(../images/link3.png) top center no-repeat;
	border-right: 0;
}
.linkContent a:hover{
	opacity: 1;
}


.unionContainer {
	padding: 30px 0;
}

.unionContainer:after {
	display: block;
	content: "";
	clear: both;
}

.union-title{
	margin-bottom: 30px;
}

.union-title-right{

}
.union-title span{
	font-size: 30px;
	font-weight: bold;
	cursor: pointer;
	margin: 0 40px 0 0;
	color: #999;
	transition: all 0.2s;
}
.union-title span.act{
	color: #111;
}
.unionContent{
	
}
.unionContent .switchBox:nth-child(2){
	background: url(../images/xybg.png) right bottom no-repeat;
}
.unionContent .switchBox:nth-child(3){
	background: url(../images/gybg.png) right bottom no-repeat;
}
.unionContent .switchBox:after{
	display: block;
	content: "";
	clear: both;
}
.unionContent .img{
	float: left;
	width: 40%;
	overflow: hidden;
}
.unionContent .img img{
	width: 100%;
}
.unionContent  .text{
	float: left;
	width: 60%;
	padding: 30px 50px;
}
.unionContent  .text .title{
	font-size: 24px;
}
.unionContent  .text .intro{
	display: flex;
	min-height: 100px;
	justify-content: center;
	flex-direction: column;
}
.unionContent  .text .intro p{
	font-size: 16px;
	line-height: 1.8;
}
.leaveword-list{
	
}
.leaveword-list .item{
	padding: 15px;
	border-bottom: 1px solid #eee;
	font-size: 16px;
}

.text-list{
	
}
.text-list li{
	display: flex;
	font-size: 16px;
	border-bottom: 1px solid #eee;
	padding: 6px 0 6px 30px;
	justify-content: space-between;
	align-items: center;
	background: url(../images/point.png) left center no-repeat;
}
.text-list li span{
	color: #999;
	font-size: 14px;
}
.text-list li a{
	margin-right: 10px;
}
.text-list li a:hover{
	color: #D033A9;
}

.friendschool {
	padding: 30px;
	background: #f9f9f9;
}

.fl-item {

}
.fl-item a{
	display: block;
	height: 90px;
	border: 2px solid #eee;
	border-radius: 3px;
	padding: 10px 0;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.fl-item img{
	
}


.footWrap {
	background: url(../images/footbg.jpg) top center no-repeat;
	background-size: cover;
	position: relative;
	z-index: 3;
}

.footer {
	padding: 30px 0;
}

.foot-contact {
	display: flex;
	justify-content: center
}

.foot-contact .item {
	padding: 0 30px;
	border-right: 1px solid rgba(167 33 133/20%);
	color: #A72185;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.foot-contact .item p {
	padding: 6px 0 6px 30px;
	font-size: 15px;
	margin-bottom: 15px;
}
.foot-contact .item p span{
	display: inline-block;
	margin-right: 10px;
}

.foot-contact .item:last-child {
	border-right: 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.foot-contact .item .dz{
	background: url(../images/footicon-dz.png) left 10px no-repeat;
	background-size: auto 25px;
}
.foot-contact .item .dh{
	background: url(../images/footicon-dh.png) left 10px no-repeat;
	background-size: auto 25px;
}
.foot-contact .item .xx{
	background: url(../images/footicon-xx.png) left 10px no-repeat;
	background-size: auto 25px;
}
.foot-contact .item .cz{
	background: url(../images/footicon-cz.png) left 10px no-repeat;
	background-size: auto 25px;
}
.foot-contact .item .yb{
	background: url(../images/footicon-yb.png) left 10px no-repeat;
	background-size: auto 25px;
}
.foot-contact .item .ts{
	background: url(../images/footicon-ts.png) left 10px no-repeat;
	background-size: auto 25px;
}

.foot-contact .item a {
	width: 40px;
	height: 40px;
	margin: 0 20px;
	opacity: 0.8;
	transition: all 0.2s;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.foot-contact .item:last-child a.dy {
	background: url(../images/dy.png) center no-repeat;
}

.foot-contact .item:last-child a.wx {
	background: url(../images/wx.png) center no-repeat;
}

.foot-contact .item:last-child a.rb {
	background: url(../images/rb.png) center no-repeat;
}

.foot-contact .item a:hover {
	opacity: 1;
}
.foot-float-block{
	position: absolute;
	bottom: 140%;
	z-index: 9;
	padding: 10px;
	background: #fff;
	display: flex;
	box-shadow: 0 3px 6px rgba(0 0 0/10%);
	transition: all 0.3s;
	opacity: 0;
	visibility: hidden;
}
.foot-contact .item a:hover .foot-float-block{
	opacity: 1;
	visibility: unset;
}
.foot-float-block:after{
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-top: 10px solid #fff;
	border-right: 10px solid transparent;
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -10px;
}
.foot-float-block .int{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 10px;
}
.foot-float-block .img{
	width: 120px;
	height: 120px;
	border: 1px solid #eee;
}


.foot-logo {
	padding: 30px 0;
	text-align: center;
}

.bottom {
	background: #a82285;
	color: #fff;
	text-align: center;
	padding: 10px 0;
}
.bottom a{
	display: inline-block;
}

@media screen and (max-width:1480px) {
	.foot-contact .item{
		padding: 0 10px;
	}
}
@media screen and (max-width:1200px) {
	.lg-container{
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

	.foot-contact{
		flex-wrap: wrap;
	}
	.foot-contact .item{
		width: 50%;
		padding: 10px 30px;
		
		border-right:0;
	}
	.foot-contact .item:nth-child(1),.foot-contact .item:nth-child(2){
		border-bottom: 1px solid rgba(167 33 133/20%);
	}
	.foot-contact .item:last-child{
		justify-content: start;
	}
	.foot-contact .item p{
		padding: 6px 0 6px 30px;
	}
}
@media screen and (max-width:1000px) {
	.nav{
		display: none;
	}
	.navBar{
		display: block;
	}
	.wapNav{
		display: block;
	}
	.news-item .img{
		height: 180px;
	}
	
	.base_newslist li .img{
		height: 220px;
	}
	.base_newslist li .text p{
		font-size: 14px;
		margin-bottom: 10px;
	}
	.video-item .img{
		height: 150px;
	}
	.notice-list li dl{
		width: 60px;
		height: 60px;
		line-height: 1.5;
	}
	.notice-list li dl dd{
		font-size: 12px;
	}
	.notice-list li a{
		line-height: 1.5;
	}
	.unionContent .text{
		padding: 20px 30px;
	}
	.unionContent .text .intro{
		min-height: unset;
	}
	

}

@media screen and (max-width:768px) {
	body.hidden{
		width: 100%;
		height: 100vh;
		overflow: hidden;
	}
	.floatContainer{
		display: none;
	}
	.logo{
		width: 50%;
	}
	.wapNav{
		max-height: calc(100vh - 100px);
		overflow: auto;
	}
	.wapNav ul{
		display: block;
		padding: 0;
	}
	.wapNav ul li{
		font-size: 16px;
		text-align: left;
		border-bottom: 1px solid #eee;
		position: relative;
	}
	.wapNav ul li span.fa{
		display: block;
		position: absolute;
		top: 0;
		right: 10px;
		width: 44px;
		height: 44px;
		line-height: 44px;
		text-align: center;
		cursor: pointer;
	}
	.wapNav ul li span.fa:hover{
		color: #EA39C1;
	}
	.wapNav ul li a{
		display: block;
		padding: 6px 0;
		text-indent: 2em;
	}
	.wapNav ul li .navchild{
		display: none;
	}
	.wapNav ul li ul{
		padding: 10px 0;
		background: #f9f9f9;
	}
	.wapNav ul li ul li{
		font-size: 14px;
		border-bottom: 0;
	}
	.wapNav ul li ul li a{
		color: #666;
		text-indent: 4em;
	}
	.wapNav ul li a:hover{
		color: #EA39C1;
	}
	.wapNav.act{
		top: 100px;
	}
	
	.banner .text{
		bottom: 20px;
		left: 0;
	}
	.banner .text h3{
		font-size: 16px;
	}
	.banner .text p{
		font-size: 18px;
	}
	.banner .text a{
		width: 100px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		margin-top: 10px;
	}
	
	.title{
		font-size: 20px;
	}
	a.more-block{
		width: 100px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		margin-top: 10px;
	}
	
	.aboutSchool{
		display: block;
		padding: 0;
	}
	.about-left{
		width: 100%;
		padding: 15px 0;
	}
	.about-left .title{
		margin-bottom: 0;
	}
	.about-right{
		display: none;
		width: 100%;
		padding: 0;
	}
	.aboutContainer .param {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		margin: 0 auto;
	}
	.aboutContainer .param dl {
		width: 33.33%;
		padding: 15px;
		box-sizing: border-box;
		text-align: center;
	}
	.aboutContainer .param dl dt {
		height: 50px;
		margin-bottom: 20px;
	}
	.aboutContainer .param dl dd {
		font-size: 14px;
		color: #737373;
		line-height: 1.2;
	}
	.aboutContainer .param dl dd:nth-child(2) {
		font-size: 16px;
		margin-bottom: 10px;
		font-weight: bold;
	}
	.aboutContainer .param dl dd span {
		font-size: 20px;
	}
	
	.newsContainer{
		padding: 10px;
	}
	.newsTitle{
		margin-bottom: 0;
	}
	.newsContent{
		margin: 0;
		flex-wrap: wrap;
		justify-content:unset;
	}
	
	.base_newslist li{
		width: 50%;
	}
	.base_newslist li:nth-child(odd){
		border-right: 1px solid #eee;
	}
	.base_newslist li:nth-child(even){
		border-right: 0;
	}
	.base_newslist li .text p{
		font-size: 16px;
		margin-bottom: 10px;
	}
	
	.videoContainer{
		float: none;
		width: 100%;
		padding-right: 0;
	}
	.videoTitle{
		margin-bottom: 0;
	}
	
	.noticeContainer{
		float: none;
		width: 100%;
		padding: 15px;
		min-height: unset;
	}
	.noticeTitle{
		padding: 0;
		margin-bottom: 0;
	}
	
	/*课程*/
	.courseContainer{
		padding: 30px 0;
	}
	.courseTitle{
		margin-bottom: 15px;
	}
	.courseContainer .swiper-line{
		top: 0;
	}
	.courseSwiper .swiper-wrapper{
		margin-top: 0;
	}
	.courseSwiper .swiper-pagination, .course-pagination{
		display: none;
	}
	.course-item {
		min-height:300px;
		padding: 20px 30px;
	}
	.course-item h3{
		font-size: 20px;
		line-height: 1.5;
	}
	.swiper-button-prev.course-prev{
		left: 0;
	}
	.swiper-button-next.course-next{
		right: 0;
	}
	
	/*why*/
	.whyContainer{
		padding: 30px 0;
		margin-bottom: 0px;
	}
	.whyContainer .title{
		font-size: 20px;
	}
	.whyContent{
		padding: 0;
		flex-direction: column;
	}
	.why-left{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	.why-left .item{
		width: 50%;
	}
	.why-left .item .icon{
		width: 40px;
		height: 40px;
		margin-right: 10px;
	}
	.why-left .item .text span{
		font-size: 20px;
	}
	.why-left .item .text p{
		font-size: 14px;
	}
	.why-right{
		width: 100%;
	}
	
	
	/*link*/
	.fast-link {
	    background: url(../images/linkbg.jpg) center no-repeat;
		background-size: cover;
	}
	.linkContent{
		
	}
	.linkContent a{
		width: 20%;
		padding: 100px 0 0 0;
		font-size: 16px;
	}
	
	.union-title{
		margin-bottom: 20px;
	}
	.union-title span{
		font-size: 20px;
	}
	.unionContent .text{
		padding: 0 10px;
	}
	.unionContent .text .title{
		font-size: 20px;
	}
	.leaveword-list .item{
		padding: 6px 10px;
	}
	.unionContent .switchBox:nth-child(2){
		background: url(../images/xybg.png) right bottom no-repeat;
		background-size:contain;
	}
	.unionContent .switchBox:nth-child(3){
		background: url(../images/gybg.png) right bottom no-repeat;
		background-size:contain;
	}
	
	.fl-item a{
		display: block;
		height: 70px;
		border: 2px solid #eee;
		border-radius: 3px;
		padding: 10px;
		background: #f9f9f9;
		display: flex;
		align-items: center;
		justify-content: center;
		transition: all 0.3s;
	}
	
	.footWrap{
		background: url(../images/footbg.jpg) top center no-repeat;
		background-size: cover;
	}
	
	.foot-contact .item{
		width: 100%;
	}
	.foot-contact .item:last-child{
		justify-content: center;
	}
	
}


@media screen and (max-width:550px) {
	/*新闻*/
	.base_newslist ul{
		margin: 0;
	}
	.base_newslist li{
		width: 100%;
		padding: 0;
		border: 0 !important;
	}
	.base_newslist li .img{
		height: 260px;
	}
	.base_newslist li .text{
		padding: 10px;
	}
	
	.video-item .img{
		height: auto;
		max-height: 300px;
	}
	
	.why-left{
		padding: 0 30px;
	}
	.why-left .item{
		width: 100%;
	}
	
	.linkContent{
		padding: 50px 0;
		flex-wrap: wrap;
	}
	.linkContent a{
		width: 33.33%;
		margin-bottom: 20px;
		font-size: 14px;
		padding: 60px 0 0 0;
	}
	.linkContent a:nth-child(1){
		background: url(../images/link1.png) top center no-repeat;
		background-size: 50px;
	}
	.linkContent a:nth-child(2){
		background: url(../images/link2.png) top center no-repeat;
		background-size: 50px;
	}
	.linkContent a:nth-child(3){
		background: url(../images/link3.png) top center no-repeat;
		background-size: 50px;
		border-right: 0;
	}
	.linkContent a:nth-child(4){
		background: url(../images/link2.png) top center no-repeat;
		background-size: 50px;
	}
	.linkContent a:nth-child(5){
		background: url(../images/link3.png) top center no-repeat;
		background-size: 50px;
		border-right: 0;
	}
	
	.union-title span{
		font-size: 18px;
		margin: 0 20px 0 0;
	}
	.unionContent .img{
		float: none;
		width: 100%;
	}
	.unionContent .text{
		width: 100%;
		padding: 10px 0;
	}
	.unionContent .text .title{
		font-size: 18px;
	}
	.foot-contact .item p{
		margin-bottom: 0;
	}
	.foot-float-block{
		max-width: 100vw;
	}
	.foot-float-block .img{
		width: auto;
		width: 100px;
		height: 100px;
	}
	
}