﻿/*手机端导航*/
.mobile {
	width: 100%;
	position: absolute;
	display: none;
	top: 0px;
	right: 0;
	z-index: 99991
}

.mobile_title {
	width: 100%;
	float: left;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
}

.mobile_title a {
	float: left;
	margin-left: 10px;
	color: #fff;
	line-height: 31px;
	height: 31px;
}

.mobile-inner-header {
	width: auto;
	height: 42px;
	position: absolute;
	top: 28px;
	right: 20px;
}

.mobile-inner-header-icon {
	color: #ffffff;
	height: 40px;
	font-size: 25px;
	text-align: center;
	float: right;
	width: 40px;
	position: relative;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}

.mobile-inner-header-icon:hover {
	opacity: 0.8;
	cursor: pointer;
}

.mobile-inner-header-icon span {
	position: absolute;
	left: calc((100% - 25px) / 2);
	top: calc((100% - 1px) / 3);
	width: 25px;
	height: 2px;
	background-color: rgba(255, 255, 255, 1);
}

.mobile-inner-header-icon span:nth-child(1) {
	transform: translateY(4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(2) {
	transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon-click span:nth-child(1) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clickfirst;
}

.mobile-inner-header-icon-click span:nth-child(2) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clicksecond;
}

.mobile-inner-header-icon {
	color: #fff;
	height: 31px;
	float: right;
	width: 32px;
	position: relative;
	cursor: pointer;
	font-weight: bold;
	text-align: center;
	margin-top: 5px;
	background: #fff;
	z-index: 9999;
}

.mobile-inner-header-icon-out span {
	width: 24px;
	height: 2px;
	background-color: #000;
	display: block;
}

.mobile-inner-header-icon-out span:nth-child(1) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outsecond;
}

.mobile-inner-header-icon-out span:nth-child(2) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outthird;
}

.mobile-inner-header-icon-click {
	background: none;
	margin-top: 10px;
}

.mobile-inner-header-icon span:nth-child(1) {
	transform: translateY(4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(2) {
	transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(3) {
	transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon-click span:nth-child(1) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clickfirst;
}

.mobile-inner-header-icon-click span:nth-child(2) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clicksecond;
}

.mobile-inner-header-icon-click span:nth-child(3) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clickthird;
}

@keyframes clickfirst {
	0% {
		transform: translateY(4px) rotate(0deg);
	}

	100% {
		transform: translateY(0) rotate(45deg);
	}
}

@keyframes clicksecond {
	0% {
		transform: translateY(-4px) rotate(0deg);
	}

	100% {
		transform: translateY(0) rotate(-45deg);
	}
}

@keyframes clickthird {
	0% {
		opacity: 0
	}

	100% {
		opacity: 0
	}
}

.mobile-inner-header-icon-out span:nth-child(1) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outsecond;
}

.mobile-inner-header-icon-out span:nth-child(3) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outthird;
}

@keyframes outfirst {
	0% {
		transform: translateY(0) rotate(-45deg);
	}

	100% {
		transform: translateY(-4px) rotate(0deg);
	}
}

@keyframes outsecond {
	0% {
		transform: translateY(0) rotate(45deg);
	}

	100% {
		transform: translateY(4px) rotate(0deg);
	}
}

@keyframes outthird {
	0% {
		transform: translateY(0) rotate(90deg);
	}

	100% {
		transform: translateY(12px) rotate(0deg);
	}
}

.mobile-inner-nav {
	height: 100vh;
	background-color: rgba(28, 28, 28, 0.9);
	width: 100%;
	position: fixed;
	top: 0;
	left: 0px;
	padding-top: 50px;
	padding-bottom: 25px;
	display: none;
	z-index: 999;
}

.mobile-inner-nav a {
	display: inline-block;
	line-height: 45px;
	text-decoration: none;
	width: 100%;
	font-size: 1rem;
	text-align: center;
	border-bottom: solid 1px #444;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.mobile-inner-nav li {
	position: relative;
	padding: 0 20px;
}

.mobile-inner-nav li a {
	text-indent: 0;
}

.mobile-inner-nav li strong {
	color: #fff;
	position: absolute;
	right: 20px;
	top: 0;
	font-size: 1.6em;
	font-weight: normal;
	cursor: pointer;
	width: 40px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.mobile-inner-nav a {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: returnToNormal;
	animation-name: returnToNormal;
	color: #fff;
}

@-webkit-keyframes returnToNormal {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}


.mobile_subNav {
	display: none;
	padding-left: 10px;
}

.mobile-inner-nav dd a {
	height: 35px;
	line-height: 35px;
	border-bottom: dotted 1px rgb(105, 106, 106);
	font-size: .8rem;
	color: #c4c4c4;
}

.mobile_search {
	clear: both;
	position: relative;
	height: 36px;
	margin: 10px 30px 0;
	border: 1px solid #747474;
	border-radius: 30px;
	overflow: hidden;
}

.mobile_search input[type='text'] {
	width: 79%;
	color: #d9d9d9;
	margin-left: 15px;
	border: none;
	height: 34px;
	background: none;
}

.mobile_search .notxt1 {
	width: 45px;
	height: 36px;
	color: #fff;
	right: 0;
	position: absolute;
	top: 0;
	left: auto;
	background: url(../images/search.png) no-repeat center !important;
	border: none;
}



@keyframes rotate {
	from {
		transform: rotateX(90deg) translateY(0%);
		top: 43px;
	}

	to {
		transform: rotateX(0deg) translateY(0%);
		top: 43px;
	}
}




@media screen and (max-width: 1600px) {
	.container{
		width: 1400px;
	}  
	
}
@media screen and (max-width: 1440px) {
	.container{
		width: 1280px;
	}  
	
}
@media screen and (max-width: 1360px) {
	
}
@media screen and (max-width: 1200px) {
	body, input, select, button, textarea{
		font-size: 15px;
	}
	.container{
		width: 100%;
		padding-left: 60px;
		padding-right: 60px;
	} 
	.header{
		display: none;
	}
	.mheader,.mobile{
		display: block;
	}
	.mheader .logo img{
		max-width:350px;
	}
	.main1Left ul li:nth-child(6){
		display: none;
	}
	.swiper-news .txt{
		bottom: -50px;
		margin-left: 20px;
		margin-right: 20px;
	}
	.swiper-news .txt p{
		padding:10px;
	}
	.swiper-news .date{
		width: 78px;
		height: 88px;
	}
	.swiper-news .ptbox .inner{
		padding-bottom: 80%;
	}
	.main2Left .mainBd .listItem{
		width: 100%;
	}
	.main2Left .mainBd .listItem:nth-child(2n){
		margin-left: 0;
	}
	.main2 .mainBd{
		height: 370px;
	}
	.main3{
		flex-wrap: wrap;
	}
	.main3Left{
		width: 100%;
	}
	.main3_2{
		margin-left: 0;
	}
	.main3Mid{
		margin-left: 0;
		flex: 1;
	}
	
	.main3Right .mainBd img{
		height: 376px;
		width:auto;
	}
	.swiper-img2 .swiper-slide{
		padding: 20px 15px 15px;
	}
	.list3 li{
		width: 33.33%;
	}
	
	.footerbg>.container .flogo{
		width: 40%;
	}
	.footerbg>.container .flogo img{
		max-width: 100%;
	}
	
}
@media screen and (max-width: 768px){
	.container{;
		padding-left:30px;
		padding-right: 30px;
	} 
	.banner .swiper-pagination-bullet{
		width: 12px;
		height: 12px;
	}
	.listItem{
		padding: 18px 0;
	}
	.main1 .mainBd,.main2{
		display: block;
	}
	.main1 .mainBd .main1Left{
		width: 100%;
		margin-bottom: 20px;
	}
	.main1 .mainBd .swiper-news{
		margin-left: 0;width: 100%;
	}
	.main2Left,.main2Right{
		width: 100%;
	}
	.main2Right{
		margin-left: 0;
	}
	.main2Left .mainBd{
		height: auto;
	}
	.main2 .mainBd{
		height: auto;
	}
	.main2Right .mainBd ul li{
		width: calc(25% - 15px);
		padding-bottom: 15px;
	}
	.main2Right .mainBd ul li a img{
		width: 54px;height: 54px;
	}
	.footerbg>.container .flogo{
		display: none;
	}
	.footerbg{
		padding: 30px 0;
	}
	.subsection{
		display: block;
		padding-top: 0;
	}
	.side,.column{
		width: 100%;
	}
	.listimg li,.teacher li{
		  width: calc(33.33% - 20px);
		  margin: 12px 10px 0;
	}
	.teacher li{
		  margin-bottom: 6px;
	}
	.bread .rt{
		font-size: 14px;
	}
	.footerbg>.container .ftxt{
		text-align: center;
		margin-left: 0;
	}
}
@media screen and (max-width: 600px){
	.mheader .logo{
		width: 60%;
	}
	.mheader .logo img{
		max-width: 100%;
	}
	.mobile-inner-header{
		top: 19px;
	}
	.banner .swiper-slide img{
		height: 40vh;
		object-fit:cover;
	}
	.container{
		padding-left: 20px;
		padding-right: 20px;
	}
	.calendar-event{
		background-color: #F2F2F2;
		position: static;
		display: block;
		width: 100%;
		height: auto;
	}
	.calender-show-weekname span{
		font-size: 15px;
		margin: 0 15px 16px;
		width: calc(14.2% - 30px);
		text-align: center;
		overflow: hidden;
		letter-spacing: 4px;
	}
	.calendar-event-item{
		width: calc(100vw - 50px);
	}
	.calendar-event-close{
		display: none;
	}
	.main2Right .mainBd ul li{
		width: calc(50% - 15px);
	}
	.main3_2{
		display: block;
	}
	.main3Right{
		width: 100%;
		margin-left: 0;
	}
	.main3Right .mainBd img{
		width: 100%;
		height: auto;
	}
	.main3Mid .mainBd{
		height: auto;
	}
	.leader ul{
		margin: 0;
	}
	.leader li{
		width: 100%;
		margin-left: 0;
	}
	.listimg li,.teacher li{
		  width: calc(50% - 20px);
		  margin: 10px 10px 0;
	}
	.common-list li{
		font-size: 16px;
	}
	.common-list li span{
		width: 100px;
		padding-right: 0;
	}
	.side p span{
		display: block;
	}  
	 .side p{
		 height: 50px;
		 line-height: 50px;
		font-size: 20px;
	 }
	 .side>ul{
		 padding-bottom: 0;
	 }
	
}
@media screen and (max-width:480px) {
	.container{
		padding-left: 15px;
		padding-right: 15px;
	} 
	.mheader{
		padding: 20px 15px;
	}
	.mheader .logo{
		width: 80%;
	}
	.side li a{
		height: 46px;
		line-height: 46px;
		font-size: 16px;
	}
}

@media screen and (max-width:400px) {
	.container{
		padding-left: 10px;
		padding-right: 10px;
	}  
}