/*手机端导航*/
.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: 20px;
	right: 5px;
}

.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: #444;
	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: absolute;
	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: 1.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: 1rem;
	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:1400px) {
	.container{
		width: 1300px;
	}
	.mainSerive .entrance li img{
		margin-right:4px;
	}
	.mainSerive .entrance li{
		height: 48px;
		padding: 0 22px;
	}
}
@media screen and (max-width:1300px) {
	.container{
		width: 1240px;
	}
	.ptbox .inner {
		overflow: hidden;
		padding-bottom: 66%;
		position: relative;
	}
	
}
@media screen and (max-width:1100px) {
	body {
		font-size: 15px;
		min-width: auto;
	} 
	.container{
		width: 100%;
		padding: 0 20px;
	}
	.newsBox,.noticeBox{
		width:calc(50% - 10px) ;
	}
	.newsBox .swiper-news,.newsBox .xsjzImg {
		display: none;
	}
	.newsBox .list1,.newsBox .xsjzList {
		width: 100%;
	}
	.footer .container{
		padding: 15px 20px 25px;
		font-size: 15px
	}
	.footer .container .fl{
		width: 100%;
		padding-top: 10px;
		text-align: center;
	}
	.footer .link{
		width: 100%;
		display: flex;
		justify-content: center;
		margin-top: 10px;
	}
	.footer .link p{
		width: 80px;
	}
	.footer .link ul{
		 flex:1;margin-left: 10px;
	}
}
@media screen and (max-width:768px) {
	
	.header{
		display: none;
	}
	.container{
		width: 100%;
		padding: 0 30px;
	}
	.mheader,.mobile{
		display: block;
	}
	.mheader{
		padding-left:25px;padding-right:25px;
		background: url(../images/header.jpg) no-repeat;
		background-size: 100% cover;
		
	}
	.mheader .logo img{
		width: 320px;
	}
	.banner .swiper-pagination{
		width: 100%;
		left: 0;
		margin-left: 0;
		padding-right: 20px;
	}
	.banner .swiper-slide p{
		height: 98px;
	}
	.newsBox .swiper-news,.newsBox .xsjzImg {
		display: block;width: calc(50% - 8px);
	}
	.newsBox .list1, .newsBox .xsjzList{
		width: calc(50% - 8px);
	}
	.newsBox, .noticeBox{
		width: 100%;
	}
	.mainHd{
		margin-top: 5px;
	}
	.mainHd p span{
		padding:6px 0;
	}
	
	
	.listItem {
		padding: 7px 0;
	}
	.mainSerive .entrance li{
		width: calc(33.3% - 8px);
	}
	.mainSerive .entrance li:nth-child(2n){
		float: left;
	}
	.mainSerive .entrance li:nth-child(3n+2){
		margin-left: 12px;
		margin-right: 12px;
	}
	.main3_1, .main3_2, .main3_3{
		width: 100%;
		margin-bottom: 10px;
	}
	.main3_1{
		margin: 0 0 10px;
	}
	.section>.container{
		padding: 0;
	}
	.side{
		width: 30%;
	}
	.column{
		padding-left: 20px;
		padding-right: 20px;
	}
	.common-list li{
		line-height: 50px;
		height: 50px;
		padding-left: 18px;
	}
	.common-list li::before{
		width: 10px;
		height: 2px;
		top:50%;
		margin-top: -1px;
		left: 0px;
	}
	.leader ul {
	    margin: 0;
	}
	.leader li {
		float: none;
		width: auto;
		margin: 0 0 20px 0;
	}
	.teacher li{
		width: calc(33.33%);
		padding: 10px 8px 0;
	}
	.teacher li img{
		height: 200px;
		object-fit: cover;
	}
}
@media screen and (max-width:600px) {
	.newsBox .swiper-news,.newsBox .xsjzImg {
		width: 100%; margin-bottom: 10px;
	}
	.newsBox .list1, .newsBox .xsjzList{
		width: 100%;
	}
	.section>.container{
		flex-wrap: wrap;
		padding: 0 20px;
	}
	.sbanner .txt p{
		margin: 0;
	}
	.sbanner{
		height: 26vw;
	}
	.sbanner img {
	    width: 100%;
	    height: 26vw;
	    object-fit: cover;
	}
	.side{
		width: 100%;
		box-shadow: 0 0 3px #ddd;
		padding: 0;
		margin:20px 0 10px;
	}
	.side>p{
	    position: relative;
		height: 60px;
		line-height: 60px;
	}
	.side>p>span{
		display: block;
	}
	.side>ul{
	/* 	display: none; */
	}
	.column{
		padding: 0;
		border: 0;
	}
	.bread{
		height: 56px;
		line-height: 56px;
	}
	.bread>h1{
		display: none;
	}
	.bread .rt{float: left; background-size:auto 18px;}

}

@media screen and (max-width:480px) {
	body {
		font-size: 15px;
	}
	.pt15,.pt20{
		padding-top:15px;
	}
	.banner {
		overflow: hidden;
	}
	
	.banner img {
		width: 100%;
		max-width: none;
	}
	
	.mheader{
		padding-left:15px;padding-right:15px;
		    
	}
	.mheader .logo img{
		width: 80%;
	}
	.mobile-inner-header{
		right: 10px;
	}
	.container{
		padding: 0 15px;
	}
	.mainSerive .entrance li{
		width: calc(50% - 6px);
	}
	.mainSerive .entrance li:nth-child(2n){
		float: right;
	}
	.mainSerive .entrance li:nth-child(3n+2){
		margin-left: 0;
		margin-right: 0;
	}
	.sbanner{
		height:30vw;
	}
	.sbanner img {
	    width: 100%;
	    height: 30vw;
	    object-fit: cover;
	}
	.side {
		float: none;
		width: 100%;
		margin-bottom: 30px;
	}
	
	.side>p {
		font-size: 18px;
	}
	
	
	
	.side img {
		display: none;
	}
	
	.column {
		margin-left: 0;
	}
	
	.column>h2 {
		font-size: 22px;
	}
	
	
	
	.common-list li>p {
		margin-left: 90px;
	}
	
	.detail>h3 {
		line-height: 30px;
		font-size: 20px;
	}
	
	.detail>h4 {
		font-size: 12px;
	}
	
	.detail>h4 span {
		margin: 0 5px;
	}
	
	.content {
		margin-top: 20px !important;
		font-size: 16px !important;
	}
	
	
	
	

	.column {
		margin-left: 0;
	}
	
	.bread h1 {
		display: none;
	}
	
	.bread {
		height: 40px;
		line-height: 40px;
		overflow: hidden;
	}
	
	.bread .rt {
		float: left;
	}
	
	.common-list li {
		overflow: hidden;
	}
	
	.common-list li p {
		margin-right: 100px;
		margin-left: 0;
	
	}
	
	.caption h3 {
		font-size: 20px;
	}
	
	.caption p span:first-child,
	.caption p span:last-child {
		display: none;
	}
	
	.content img {
		max-width: 80%;
		height: auto;
	}
	
	.detail>p {
		font-size: 14px;
	}
	
	.teacher li {
		width: 50%;
		padding:15px 10px 0 0;
	}
	.teacher li:nth-child(2n){
		padding:15px  0 0 10px;
	}
	.teacher li img{
		height: 228px;
	}
	.leader ul {
		margin: 0;
	}
	
	.leader li {
		float: none;
		width: auto;
		margin: 0 0 20px 0;
	}
	.leader li .ptbox{
		width: 130px;
		margin-right: 15px;
	}
	.leader li .info p{
		margin-top: 15px;
	}
	
	
	
	.slide:after {
		display: none;
	}
}

@media screen and (max-width:400px) {
	.teacher li img{
		height: 190px;
	}
}
@media screen and (max-width:350px) {
	.bread .rt{
		font-size: 12px;
	}
	.teacher li img{
		height: 160px;
	}
}
		