@media screen and (max-width: 767px) {
	.index-top{
		height: 84px;
		position: fixed;
		z-index: 999;
		background: #FFFFFF;
	}
	.top-container{
		width: 100%;
	}
	.top-logo{
		width: 100%;
		min-width: initial;
		height: 44px;
		padding: 0 10px;
		box-sizing: border-box;
	}
	.top-logo img{
		width: 60%;
		height: auto;
	}
	#head-menu-i{
		display: block;
		position: absolute;
		right: 10px;
		height: 44px;
		width: 44px;
		border: none;
	}
	.head-menu-icon{
		background: url(../images/nav-icon.svg) right center no-repeat;
		background-size: 24px 24px;
	}
	.head-menu-icon-close{
		background: url(../images/nav-close.svg) right center no-repeat;
		background-size: 20px 20px;
	}
	.index-top .index-nav{
		width: 100%;
		margin: 0;
		position: absolute;
    	top: 84px;
    	z-index: 99;
    	display: block;
	}
	.index-top .index-nav ul{
		width: 100%;
		flex-wrap: wrap;
		background: #FFFFFF;
		display: none;
		animation: menu-open 0.5s;
    	-webkit-animation: menu-open 0.5s;
	}
	@keyframes menu-open{
		0%{opacity: 0;}
		100%{opacity: 1;}
	}
	@-webkit-keyframes menu-open{
		0%{opacity: 0;}
		100%{opacity: 1;}
	}
	.index-nav ul li{
		flex: unset;
		width: 100%;
		height: auto;
		background: #FFFFFF;
		padding: 0;
		display: block;
	}
	.index-nav ul li a{
		line-height: 22px;
		text-align: center;
		color: #333333;
		background: #FFFFFF;
		font-weight: bold;
		font-size: 16px;
		padding: 12px 0;
    	box-sizing: border-box;
	}
	.nav-list li a span{
		display: inline;
	}
	.nav-list li a span.en{
		display: block;
	}
	.nav-list li{
		width: auto;
	}
	.nav-li-child{
		position: relative;
		top: 0;
		box-shadow: none;
	}
	.nav-li-child dd{
		position: relative;
		margin: 0;
	}
	.nav-list li dl.nav-li-child a{
		color: #333333;
		display: block;
		line-height: 44px;
		padding: 0;
		background: #f5f5f5;
    	font-weight: normal;
    	font-size: 14px;
	}
	.nav-list li dl.nav-li-child a:hover{
		color: #007470;
	}	
	.nav-list li dl.nav-li-child a:last-child{
		border-left: 0;
	}
	.has-child:after{
		display: none;
	}
	.nav-list a.has-child span.cn:after{
		content: "";
		width: 0;
		height: 0;
		border-right: 4px solid transparent;
		border-left: 4px solid transparent;
		border-top: 6px solid #999999;
		border-bottom: none;
		position: absolute;
		top: 50%;
	    margin-top: -3px;
    	right: -10px;
    	transition: all 0.4s;
    	-webkit-transition: all 0.4s;
	}
	.clicked span.cn:after{
		transform: rotate(180deg);
	}	
	.login-child{
		position: fixed;
    	z-index: 99;
    	bottom: 40px;
    	right: 0;
    	display: flex;
    	flex-direction: column;
    	left: inherit;
    	top: inherit;
    	min-width: inherit;
	}
	.login-child a{
		padding: 0 10px 0 15px;
		margin-bottom: 4px;
		line-height: 44px;
		border-radius: 22px 0 0 22px;
		background: rgba(109,23,23,0.5);
	}
	
	.top-search-block{
		left: 0;
    	height: 30px;
    	position: fixed;
    	top: 44px;
    	width: calc(100% - 20px);
    	right: 0;
    	padding: 0;
    	margin: 0 auto;
    	display: flex !important;
	}
	.top-search-block input{
		width: 100%;
    	height: 30px;
    	line-height: 30px;
    	font-size: 14px;
	}
	button.search-submit{
		right: 0;
	}
	button.search-cancel{
		display: none;
	}
	.top-btn-group{
    	width:0;
    	position:fixed;
	}
	.top-btn-group .search-icon,.top-btn-group .login-btn{
		display: none;
	}
	.mask{
		width: 100%;
		height: 100vh;
		position: fixed;
		top: 44px;
		background: rgba(0,0,0,0.5);
		z-index: 90;
	}
	
	.index-body{
		margin-top: 84px;
		position: relative;
		background: #f7f7f7;
	}
	.index-container{
		width: calc(100% - 20px);
	}
	.index-banner{
		width: 100%;
		height: 160px;
		margin-top: 0;
	}
	.index-banner .layui-carousel img{
		width: 100%;
		height: 160px !important;
	}
	.index-banner .layui-carousel{
		position: relative;
		height: 160px !important;
	}
	.index-banner .layui-carousel>[carousel-item]{
		margin: 0 auto;
	}
	.layui-carousel-ind{
		top: -14px;
	}
	.layui-carousel-ind ul{
		padding: 2px;
	}
	.layui-carousel-ind li{
		width: 6px;
		height: 6px;
	}
	.index-calendar table.calendarmain{
		width: 100%;
		font-size: 12px;
	}
	.index-calendar table td a{
		
	}
	.index-calendar table td a.point{
		line-height: 12px;
	}
	.calendar-color1 .calendarmain td span.td-tip,.calendar-color2 .calendarmain td span.td-tip{
		margin: 0;
		padding: 0;
		line-height: 12px;
	}
	.index-row{
		width: calc(100% - 20px);
		margin: 0 auto;
		flex-wrap: wrap;
	}
	.index-col3,.index-col6{
		width: 100%;
	}
	.index-box{
		margin-top: 10px;
		box-shadow: 0 4px 8px rgba(0,0,0,0.08);
	}
	ul.index-list-normal{
		background: #FFFFFF;
	}
	.row3-bg{
		margin-top: 10px;
	}
	.row3-bg .index-row3{
		width: 100%;
    	flex-wrap: wrap;
    	padding: 0 10px;
    	box-sizing: border-box;
    	align-content: center;
    	height: 260px;
    	padding-top: 20px;
    	justify-content: center;
	}
	.row3-bg .index-row3 a{
		width: 25%;
    	margin-bottom: 20px;
	}
	.index-row3 a span.btn-icon{
		width: 60px;
		height: 60px;
		margin: 0 auto;
	}
	.index-row3 a span.btn-icon img{
		width: 30px;
		height: 30px;
	}
	
	.index-login{
		display: flex;
		justify-content: space-between;
	}
	.index-login a{
		width: calc(33.33% - 6.667px);
		height: 44px;
		margin-bottom: 0;
		border-radius: 4px;
	}
	.index-bottom{
		bottom: 0;
	}
	
	/*内页*/
	.inside-body{
		background: #f7f7f7;
	}
	.location{
		padding: 0;
		line-height: 24px;
    	padding-top: 20px;
    	height: auto;
	}
	.content-flex{
		display: block;
	}
	.content-left,.content-right{
		width: 100%;
		padding: 0;
		box-sizing: border-box;
	}
	.content-left ul{
		display: flex;
		background: transparent;
		box-shadow: none;
		flex-wrap: wrap;
	}
	.content-left li{
		margin: 0 8px;
		font-size: 18px;
	}
	.content-left li:first-child{
		padding-left: 0;
	}
	.content-left li.on{
		background: transparent;
		border-left: none;
		position: relative;
	}
	.content-left li.on:after{
		content: "";
		width: 100%;
		height: 4px;
		border-radius: 2px;
		background: #6d1717;
		position: absolute;
		left: 0;
		bottom: 12px;
	}
	.content-right ul.second-select{
		padding: 14px 10px;
	}
	/*搜索结果*/
	.search-result{
		padding: 10px;
		margin-top: 20px;
		min-height: 50vh;
	}
	p.no-result{
		padding: 30px 0;
	}
	.search-result ul.classify li{
		font-size: 14px;
    	margin: 0 4px;
    	padding: 2px 0;
    	text-align: center;
    	margin-bottom: 20px;
	}
	.search-result li{
		padding: 0;
	}
	.button-div{
		text-align: right;
		padding: 10px;
	}
	.content-detail{
		padding: 10px;
	}
	.article-content{
		padding: 0;
	}
	.layui-table td, .layui-table th{
		padding: 4px;
	}
	.job-inside-table td{
		width: 50%;
	}
	.panel-body{
		padding: 0;
	}
	.enroll{
		padding: 20px 0;
	}
}