	@charset "utf-8";

/* CSS Document */
body,
html {
	margin: 0;
	padding: 0;	
}
html{
	
}
* {
	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: #c7276a;
	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(/skins/cn/images/floaticon1.png) center no-repeat;
}
.floatContainer .float-item:nth-child(2) span.icon{
	background: url(/skins/cn/images/floaticon2.png) center no-repeat;
}
.floatContainer .float-item:nth-child(3) span.icon{
	background: url(/skins/cn/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: #c7276a;
	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(/skins/cn/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%;
}

.headWrap {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	box-shadow: 0 3px 6px rgba(0 0 0/10%);
	background: rgba(0 0 0/20%);
	transition: all 0.3s;
}
.headWrap.act{
	background: #fff;
}

.header {
	height: 100px;
	padding: 0 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

.logo {
	width: 30%;
	height: 100%;
	display: flex;
	align-items: center;
}
.logo a{
	
}
.logo img{
	max-height: 80px;
}
.logo-1{
	display: flex;
}
.logo-2{
	display: none;
}
.headWrap.act .logo-1{
	display: none;
}
.headWrap.act .logo-2{
	display: flex;
}

.nav {
	width: 70%;
	height: 90px;
	margin-top: 10px;
}

.nav ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.nav>ul>li {
	height: 100%;
	align-self: center;
	position: relative;
	z-index: 3;
}

.nav>ul>li>a {
	display: block;
	height: 100%;
	font-size: 16px;
	color: #fff;
	line-height: 90px;
	transition: all 0.2s;
}
.headWrap.act .nav>ul>li>a {
	color: #333;
}

.nav ul li ul {
	display: none;
	position: absolute;
	top: 90px;
	left: 50%;
	z-index: 3;
	width: 150px;
	margin-left: -75px;
	background: rgba(199 39 106/90%);
	justify-content: center;
	padding: 10px 0;
}
.nav ul li ul:before{
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid rgba(199 39 106/90%);
	display: block;
	content: "";
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -5px;
}

.nav ul li ul li {
	margin: 0;
	text-align: center;
}

.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,.headWrap.act .nav>ul>li>a:hover,.headWrap.act .nav>ul>li.act>a{
	font-weight: bold;
	color: #F73F8C;
}

.nav ul li ul li a:hover {
	background: rgba(255 255 255/10%);
}

.nav ul li ul.act {
	display: block;
}

	.navBar{
		display: none;
		position: absolute;
		right: 30px;
		font-size: 28px;
		color: #c7276a;
		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 #c7276a;
	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;
	z-index: 3;
	color: #fff;
}
.headWrap.act .tools{
	color: #333;
}
.tools a {
	margin: 0 10px;
	font-size: 14px;
	color: #fff;
}
.headWrap.act .tools a{
	color: #333;
}

.tools a:hover {
	color: #c7276a;
}

.banner {
	width: 100%;
	position: relative;
	box-shadow: 0 3px 6px rgba(0 0 0/18%);
}

.banner .img {
	width: 100%;
	max-height: 100vh;
	overflow: hidden;
}

.banner .img img {
	width: 100%;
}
.banner .img video{
	width: 100%;
}

.banner .text {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 50px 0;
	background: linear-gradient(rgba(0 0 0/0%),rgba(0 0 0/50%));
}

.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: #c7276a;
	color: #fff;
	text-align: center;
	line-height: 55px;
	font-size: 16px;
	font-weight: bold;
	transition: all 0.2s;
}

.banner .text a:hover {
	background: #f73f8c;
}

.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: #c7276a;
	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
}

.bodyWrap {}

.title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 28px;
	font-weight: bold;
}

.title a {
	font-size: 14px;
	color: #c7276a;
	transition: all 0.2s;
}

.title a:hover {
	color: #f73f8c;
}

.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(/skins/cn/images/newsbg.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: #c7276a;
	margin-bottom: 10px;
}

.base_newslist li .text p {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 20px;
}

.base_newslist li .text a {
	color: #c7276a;
}

.base_newslist li .text a:hover {
	font-weight: bold;
}

.mediaContainer {
	background: url(/skins/cn/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 {
	line-height: 1.5;
	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%;
	min-height: 600px;
	background: #c7276a;
	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: 20px;
}

.aboutSchool {
	display: flex;
}

.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: #c7276a;
	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: #f73f8c;
}

.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(/skins/cn/images/icon1.png) center no-repeat;
	background-size: contain;
}

.aboutContainer .param dl:nth-child(2) dt {
	background: url(/skins/cn/images/icon2.png) center no-repeat;
	background-size: contain;
}

.aboutContainer .param dl:nth-child(3) dt {
	background: url(/skins/cn/images/icon3.png) center no-repeat;
	background-size: contain;
}

.aboutContainer .param dl:nth-child(4) dt {
	background: url(/skins/cn/images/icon4.png) center no-repeat;
	background-size: contain;
}

.aboutContainer .param dl:nth-child(5) dt {
	background: url(/skins/cn/images/icon5.png) center no-repeat;
	background-size: contain;
}

.aboutContainer .param dl dd {
	font-size: 16px;
	color: #737373
}

.aboutContainer .param dl dd:nth-child(2) {
	color: #c7276a;
	font-size: 20px;
	font-weight: bold;
}

.aboutContainer .param dl dd span {
	font-size: 36px;
}

/*学部*/
.partContainer {
	width: 100%;
	height: 700px;
	background: url(/skins/cn/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(/skins/cn/Ximages/yey1.png) 20px center no-repeat;
}

.partMenu:nth-child(2) {
	background: url(/skins/cn/Ximages/xx1.png) 20px center no-repeat;
}

.partMenu:nth-child(3) {
	background: url(/skins/cn/Ximages/cz1.png) 20px center no-repeat;
}

.partMenu:nth-child(4) {
	background: url(/skins/cn/Ximages/gz1.png) 20px center no-repeat;
}

.partMenu:nth-child(5) {
	background: url(/skins/cn/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/50%),rgba(0 0 0/0%));
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.part-item.yey {
	background: url(/skins/cn/images/xbyey.jpg) center no-repeat;
	background-size: cover;
}
.part-item.xx {
	background: url(/skins/cn/images/xbxx.jpg) center no-repeat;
	background-size: cover;
}
.part-item.cz {
	background: url(/skins/cn/images/xbcz.jpg) center no-repeat;
	background-size: cover;
}
.part-item.gz {
	background: url(/skins/cn/images/xbgz.jpg) center no-repeat;
	background-size: cover;
}
.part-item.gjgz {
	background: url(/skins/cn/images/xbzy.jpg) 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: #c7276a;
	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: #f73f8c;
	color: #fff;
}
.switch {}

.switchMenu {}

.switchBox {
	display: none;
}

.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(/skins/cn/images/why1.png) center no-repeat;
}
.why-left .item:nth-child(2) .icon{
	background: url(/skins/cn/images/why2.png) center no-repeat;
}
.why-left .item:nth-child(3) .icon{
	background: url(/skins/cn/images/why3.png) center no-repeat;
}
.why-left .item:nth-child(4) .icon{
	background: url(/skins/cn/images/why4.png) center no-repeat;
}
.why-left .item .text{
	line-height: 2;
}
.why-left .item .text span{
	font-size: 24px;
	font-weight: bold;
	color: #c7276a;
}
.why-left .item .text p{
	font-size: 16px;
	color: #666;
}


.why-right{
	width: 60%;
}
.why-right img{
	max-width: 100%;
}


.fast-link{
	background:none;
	background-size: cover;
	padding: 50px 0;
}
.fast-link .title{
	flex-direction: column;
	color: #333;
}
.fast-link .title span{
	font-size: 16px;
	color: #c7276a;
	font-weight: normal;
}
.linkContent{
	display: flex;
	justify-content:space-around;
	align-items: center;
	padding: 50px 0;
}
.linkContent a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 27.33%;
	height: 130px;
	margin: 15px 0;
	color: #c7276a;
	font-size: 20px;
	border-radius: 90px;
	border: 2px dashed #c7276a;
	transition: all 0.2s;
}
.linkContent a span.icon{
	width: 50%;
	height: 100%;
	transition: all 0.2s;
}
.linkContent a span.text{
	width: 50%;
	text-align: left;
}

.linkContent a:nth-child(1) span.icon{
	background: url(/skins/cn/images/link1.png) center no-repeat;
}
.linkContent a:nth-child(2) span.icon{
	background: url(/skins/cn/images/link2.png) center no-repeat;
}
.linkContent a:nth-child(3) span.icon{
	background: url(/skins/cn/images/link3.png) center no-repeat;
}

.linkContent a:hover {
	color: #fff;
	background: #c7276a;
	border: 2px dashed #c7276a;
}

.linkContent a:nth-child(1):hover span.icon{
	background: url(/skins/cn/images/link4.png) center no-repeat;
}
.linkContent a:nth-child(2):hover span.icon{
	background: url(/skins/cn/images/link5.png) center no-repeat;
}
.linkContent a:nth-child(3):hover span.icon{
	background: url(/skins/cn/images/link6.png) center no-repeat;
}


.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: #f9f9f9;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s;
}
.fl-item a:hover{
	background: #fff;
}
.fl-item img{
	
}


.footWrap {
	background: url(/skins/cn/images/footbg.jpg) top center no-repeat;
	position: relative;
	z-index: 9;
}

.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: #c7276a;
	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(/skins/cn/images/footicon-dz.png) left 10px no-repeat;
	background-size: auto 25px;
}
.foot-contact .item .dh{
	background: url(/skins/cn/images/footicon-dh.png) left 10px no-repeat;
	background-size: auto 25px;
}
.foot-contact .item .xx{
	background: url(/skins/cn/images/footicon-xx.png) left 10px no-repeat;
	background-size: auto 25px;
}
.foot-contact .item .cz{
	background: url(/skins/cn/images/footicon-cz.png) left 10px no-repeat;
	background-size: auto 25px;
}
.foot-contact .item .yb{
	background: url(/skins/cn/images/footicon-yb.png) left 10px no-repeat;
	background-size: auto 25px;
}
.foot-contact .item .ts{
	background: url(/skins/cn/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(/skins/cn/images/dy.png) center no-repeat;
}

.foot-contact .item:last-child a.wx {
	background: url(/skins/cn/images/wx.png) center no-repeat;
}

.foot-contact .item:last-child a.rb {
	background: url(/skins/cn/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: #c7276a;
	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;
	}
	.part-item{
		justify-content: end;
	}
	.fast-link{
		padding: 30px 0;
	}
	.linkContent{
		padding: 0;
	}
	.linkContent a{
		height: 120px;
	}
	.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;
	}
	.partMenu{
		border-radius: 0;
	}
	.partMenu:nth-child(1) {
		background: url(/skins/cn/Ximages/yey1.png) left center no-repeat;
	}
	
	.partMenu:nth-child(2) {
		background: url(/skins/cn/Ximages/xx1.png) left center no-repeat;
	}
	
	.partMenu:nth-child(3) {
		background: url(/skins/cn/Ximages/cz1.png) left center no-repeat;
	}
	
	.partMenu:nth-child(4) {
		background: url(/skins/cn/Ximages/gz1.png) left center no-repeat;
	}
	
	.partMenu:nth-child(5) {
		background: url(/skins/cn/Ximages/gjzg1.png) left center no-repeat;
	}
	.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 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;
	}
	
	/*学部*/
	.partContainer {
		width: 100%;
		height: auto;
		background: url(/skins/cn/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: 60px;
		z-index: 4;
		width: 100%;
		height: 5px;
		background: rgba(255 255 255/10%);
		border-radius: 2px;
	}
	
	.partSwiper .swiper-pagination,
	.part-pagination {
		top: 10px !important;
		width: 100%;
		left: 0;
		height: 40px;
		z-index: 4;
	}
	
	.part-scrollbar {
		top: 60px !important;
		left: 0 !important;
		background: none !important;
		width: 100% !important;
	}
	
	.part-item {
		height: auto !important;
		padding: 60px 0 0 0;
	}
	
	.part-item .lg-container {
		width: 100%;
		height: 100%;
		padding: 20px !important;
		background: rgba(0 0 0/38%);
	}
	
	.partSwiper .swiper-pagination-bullet {
		opacity: 0.7;
	}
	
	.part-pagination {
		display: flex;
	}
	
	.partMenu {
		width: 33.33%;
		height:0;
		overflow: hidden;
		padding-top: 40px;
		line-height: 1.2;
		color: #fff;
		font-size: 16px;
		text-align: center;
		background: none;
	}
	
	.partMenu:nth-child(1) {
		background: url(/skins/cn/Ximages/yey1.png) center no-repeat;
	}
	
	.partMenu:nth-child(2) {
		background: url(/skins/cn/Ximages/xx1.png) center no-repeat;
	}
	
	.partMenu:nth-child(3) {
		background: url(/skins/cn/Ximages/cz1.png) center no-repeat;
	}
	
	.partMenu:nth-child(4) {
		background: url(/skins/cn/Ximages/gz1.png) center no-repeat;
	}
	
	.partMenu:nth-child(5) {
		background: url(/skins/cn/Ximages/gjzg1.png) center no-repeat;
	}
	
	.partMenu.swiper-pagination-bullet-active {
		font-weight: bold;
		opacity: 1;
	}
	

	
	.part-item h3 {
		font-size: 20px;
		margin-bottom: 15px;
	}
	
	.part-item p {
		font-size: 16px;
		line-height: 1.5;
		margin-bottom: 15px;
	}
	

	.linkContent a{
		flex-direction: column;
		border: 2px dashed #c7276a;
		width: 100px;
		height: 100px;
		border-radius:50%
	}
	.linkContent a span.icon{
		width: 100%;
		height: 50%;
		transition: all 0.2s;
	}
	.linkContent a span.text{
		width: 100%;
		height: 50%;
		font-size: 16px;
		text-align: center;
	}
	
	.linkContent a:nth-child(1) span.icon{
		background: url(/skins/cn/images/link1.png) center no-repeat;
		background-size: 30%;
	}
	.linkContent a:nth-child(2) span.icon{
		background: url(/skins/cn/images/link2.png) center no-repeat;
		background-size: 30%;
	}
	.linkContent a:nth-child(3) span.icon{
		background: url(/skins/cn/images/link3.png) center no-repeat;
		background-size: 30%;
	}
	
	.linkContent a:hover {
		color: #fff;
		background: #c7276a;
		border-radius: 50%;
	}
	
	.linkContent a:nth-child(1):hover span.icon{
		background: url(/skins/cn/images/link4.png) center no-repeat;
		background-size: 30%;
	}
	.linkContent a:nth-child(2):hover span.icon{
		background: url(/skins/cn/images/link5.png) center no-repeat;
		background-size: 30%;
	}
	.linkContent a:nth-child(3):hover span.icon{
		background: url(/skins/cn/images/link6.png) center no-repeat;
		background-size: 30%;
	}
	
	.newsContainer{
		padding: 10px;
	}
	.newsTitle{
		margin-bottom: 0;
	}
	.newsContent{
		margin: 0;
		flex-wrap: wrap;
		justify-content:unset;
	}
	.base_newslist ul{
		margin: 0;
	}
	.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;
	}
	.noticeTitle{
		padding: 0;
		margin-bottom: 0;
	}
	
	.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(/skins/cn/images/xybg.png) right bottom no-repeat;
		background-size:contain;
	}
	.unionContent .switchBox:nth-child(3){
		background: url(/skins/cn/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(/skins/cn/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) {
	.banner .text{
		padding: 20px 0;
	}
	.banner .text h3{
		font-size: 14px;
	}
	.banner .text p{
		font-size: 12px;
	}
	.banner .text a{
		width: 80px;
		height: 30px;
		line-height: 30px;
		font-size: 12px;
		margin-top: 10px;
	}
	/*新闻*/
	.base_newslist li{
		width: 100%;
		border: 0 !important;
		padding: 0;
	}
	.base_newslist li .img{
		height: 260px;
	}
	.base_newslist li .text{
		padding: 10px;
	}
	
	.video-item .img{
		height: auto;
	}
	.noticeContainer{
		min-height: unset;
	}
	.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;
	}
	
}