@media (max-width: 768px) {
	body{
		font-size: 14px;
	}
	.head .main .solarbe_nav{
		display: none;
	}
	.title {
		display: none;
	}
	.banner-mobile,.nav-mebile-btn{
		display: block;
	}
	.nav-mebile-btn{
		position: fixed;
		bottom: 60px;
		right: 30px;
		width: 50px;
		height: 50px;
		border-radius: 50%;
		z-index: 100;
		opacity: 0.6;
		background-image: url(../img/menu.png);
		background-size: 60%;
		background-repeat: no-repeat;
		background-position: center;
	}
	.nav-mobile{
		position: fixed;
		width: 100%;
		height: 100%;
		top:0px;
		left:0px;
		z-index: 100;
		padding:60px;
	}
	.nav-close{
		width: 50px;
		height: 50px;
		background: #fff;
		border-radius: 50%;
		position: fixed;
		left:0px;
		right:0px;
		bottom:60px;
		margin:auto;
		box-shadow: 1px 1px 10px 0px rgba(255,255,255,0.8);
	}
	.nav-close>p{
		position: absolute;
		left:0px;
		right:0px;
		top:0px;
		bottom:0px;
		margin:auto;
		width:30px;
		height: 4px;
		border-radius: 4px;
		opacity: 0.8;
		transform: rotateZ(45deg);
	}
	.nav-close>p:last-child{
		transform: rotateZ(-45deg);
	}
	.nav-list{
		line-height: 50px;
		color: #fff;
		font-size: 18px;
		text-align: center;
		border-bottom: 1px solid #eee;
		margin-top: 10px;
	}
	.nav-back-btn{
		height: 40px;
		border-radius: 10px;
		border: 1px solid #eee;
		text-align: center;
		line-height: 40px;
		color: #fff;
	}
	.nav-back{
		height: 0px;
		overflow: hidden;
		margin:20px 0px;
	}
	.nav-back.active{
		height: auto;
	}
	.nav-back>div{
		line-height: 40px;
		text-align: center;
		color: #eee;
		font-size: 16px;
	}
		
	.banner-pc{
		display: none;
	}

	.nav-pc {
		display: none;
	}
	.nav-mobile{
		display: block;
	}
	.schedule{
		width: 98%;
		margin: 20px auto;
	}
	.schedule>ul{
		border-left-color:#eee;
		border-right:none;
	}
	.schedule>ul:nth-child(2) {
		line-height: 20px;
	}
	.schedule>ul>li>p,.day-title-title>p{
		padding:0px 10px;
	}
	.day-ppt>p{
		background-position: top left;
	}

	.news-content>div {
		width: 100%;
	}

	.images-content {
		justify-content: space-around;
	}

	.images-content>div {
		width: 30%;
		height: 0px;
		padding-top: 30%;
		margin-top: 10px;
	}

	.day-title-thing,
	.day-title-user {
		border: none;
		width: 100%;
	}

	.day-title-thing {
		border-bottom: 1px solid #eee;
	}

	.day-mobile {
		display: block;
	}

	.day-pc {
		display: none;
	}
	.day-des{
		padding:0px 10px;
	}

	.schedule>ul {
		flex-wrap: wrap;
		background: #fff !important;
		color: #333 !important;
		border-top: 1px solid #eee;
		margin-top: 20px;
	}

	.schedule>ul>li {
		width: 100% !important;
		display: flex;
		padding: 0px;
		background: none !important;
	}

	.schedule>ul>li>p {
		width: 76%;
	}

	.schedule>ul>li>p:first-child {
		border-right: 1px solid #eee;
		width: 24%;
		background: #ddd;
	}

	.schedule>ul:hover li {
		border-bottom-color: #eee;
	}

	.day-title-title {
		display: flex;
		padding: 0px !important;
		border: none;
	}

	.day-title-title>p {
		width: 76%;
	}
	.day-title-title>p:first-child{
		width: 24%;
		background: #ddd;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.day-ppt>p:last-child{
		background-position: top left;
		background-repeat: no-repeat;
		background-size: 30px;
		color: #e4393c;
		text-align: left;
	}
	.day-ppt>p.active{
		background-image: url(../img/download.png);
		padding-left: 40px;
		color: #12E02C;
	}
	.schedule > p.bigtitle{
		font-size: 18px;
	}
	.schedule > p{
		font-size: 14px;
	}
	.schedule > ul:nth-child(4){
		text-align: left;
	}
	.solarbe_bottom{
		display: none;
	}
}