@media screen and (min-width: 769px) {
	.pc_off {
		display: none !important;
	}
	/*main start*/
	body {
		width: 100%;
		background: url(../img/top/main.jpg) repeat-x;
		-webkit-animation: bgroop 60s linear infinite;
		animation: bgroop 60s linear infinite;
	}
	@-webkit-keyframes bgroop {
		from {
			background-position: 0 120px;
		}
		to {
			background-position: -1600px 120px;
		}
	}
	@keyframes bgroop {
		from {
			background-position: 0 120px;
		}
		to {
			background-position: -1600px 120px;
		}
	}
	/*main end*/
	.wrap {
		width: 100%;
		background-image: url(../img/top/bg_color.png);
		background-repeat: repeat-x;
		margin-top: 260px;
		z-index: 50;
	}
	.wrap_foot {
		width: 100%;
		background-image: url(../img/top/bg_foot.png);
		background-repeat: no-repeat;
		background-position: center;
		margin: 0 auto;
	}
	.wrap_w {
		width: 1000px;
		margin: 0 auto;
	}
	/*daily start*/
	.daily_wrap {
		padding-top: 208px;
		padding-bottom: 70px;
	}
	.daily_tl {
		text-align: center;
	}
	.daily_tl img {}
	.daily {
		padding: 30px 0;
	}
	.daily_box {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 13px 0;
	}
	.daily_box:nth-child(3) {
		flex-direction: row-reverse;
	}
	.daily>div:nth-child(2) {
		display: none;
	}
	.movie_box {}
	.movie_box a {
		display: block;
	}
	.movie_box a:hover {
		opacity: 0.7;
	}
	.movie_box .movie {
		border: 1px solid #b4d5cd;
		padding: 15px;
		background: #fff;
		margin-bottom: 10px;
		width: 510px;
	}
	.movie iframe {
		width: 510px;
		height: 284px;
	}
	.movie_box .date {
		background: #cfe0d4;
		width: 200px;
		height: 30px;
		font-size: 14px;
		line-height: 30px;
		text-align: center;
		color: #33a389;
	}
	.daily_dog {
		position: relative;
	}
	.daily_dog a {
		display: block;
		color: #000;
	}
	.daily_dog img {}
	.daily_dog p {
		position: absolute;
		width: 200px;
		font-size: 16px;
		font-weight: bold;
		line-height: 27px;
		text-align: center;
		top: 85px;
		left: 55px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
		height: 81px;
	}
	.daily_box:nth-child(3) p {
		top: 80px;
		right: 62px;
		left: auto;
	}
	.daily_dog a:hover p {
		text-decoration: underline;
	}
	.more {
		margin: 0 auto;
		width: 604px;
	}
	.more a {
		display: block;
		width: 600px;
		border: 2px solid #35a48a;
		background: #fff;
		padding: 10px 0;
		text-align: center;
		text-decoration: none;
		color: #35a48a;
		font-weight: bold;
		font-size: 18px;
	}
	.more a:hover {
		border: 2px solid #35a48a;
		background: #35a48a;
		color: #fff;
	}
	/*daily end*/
	/*event start*/
	.event_wrap {
		padding-top: 200px;
		padding-bottom: 50px;
	}
	.event {}
	.event>div:nth-child(2) {
		display: none;
	}
	.event_box {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-direction: row-reverse;
		margin-bottom: 40px;
	}
	.event_box:nth-child(3) {
		padding-top: 60px;
	}
	.event_tl {
		margin-top: -118px;
	}
	.movie_box .outline {
		width: 522px;
		background: #33a389;
		padding: 7px 10px;
		color: #fff;
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 10px;
	}
	.movie_box .outline p {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		height: 48px;
	}
	.event_img {
		margin-left: 70px;
	}
	/*event end*/
	/*person start*/
	.person_wrap {
		padding-top: 180px;
		padding-bottom: 60px;
	}
	.person_tl {
		text-align: center;
	}
	.person_tl img {}
	.person {
		overflow: hidden;
		margin-top: 10px;
		margin-bottom: 70px;
	}
	.per_movie_box {
		margin: 30px;
		width: 342px;
		float: left;
	}
	.per_movie_box:nth-child(4n+1) {
		margin-left: 226px;
	}
	.per_movie_box a {
		display: block;
		border: 1px solid #cfa76e;
		background: #fff;
		padding: 10px;
	}
	.per_movie_box a:hover {
		opacity: 0.7;
	}
	.per_movie {
		width: 320px;
		margin-bottom: 10px;
	}
	.per_movie iframe {
		width: 320px;
		height: 180px;
	}
	.per_movie_box p {
		font-size: 16px;
		line-height: 25px;
		color: #000;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		height: 50px;
		font-weight: bold;
	}
	/*person end*/
	/*hospital start*/
	.hosp_wrap {
		padding-top: 70px;
		padding-bottom: 75px;
	}
	.hosp_tl {
		text-align: center;
	}
	.hosp {
		overflow: hidden;
		margin-top: 10px;
		margin-bottom: 35px;
	}
	.hosp .per_movie_box {}
	.hosp .per_movie_box:nth-child(4n+1) {
		margin-left: 0;
	}
	.hosp .per_movie_box:nth-child(3) {
		margin-left: 226px;
	}
	/*hospital end*/
}
/* media screen fin */