@charset "utf-8";

html {
	overflow-y: scroll
}

body {
	background: #f3f3f3;
	font-size: 15px;
	color: #333;
	font-family: microsoft yahei,微软雅黑,microsoftjhenghei,华文细黑,STHeiti,MingLiu
}

body,div,p,ul,li,h1,h2,h3,h4,h5,h6,form,input,label,dl,dt,dd,ol {
	padding: 0;
	margin: 0
}

ul,li {
	overflow: hidden
}

a {
	color: #333;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	transition: all .2s linear;
	text-decoration: none
}

a:hover {
	color: #f60
}

img {
	border: 0
}

input,label {
	vertical-align: middle
}

em,i {
	font-style: normal
}

.block {
	display: block
}

.none {
	display: none
}

.mt {
	margin-top: 10px
}

.wrap {
	margin: 0 auto
}

#main {
	width: 100%;
	margin: 0 auto!important;
	overflow: hidden;
	position: relative
}

#menu_m_b {
	width: 100%;
	background: #fff;
	left: 0;
	top: 3.4rem;
	padding: 2% 0;
	position: absolute;
	z-index: 999;
	display: none
}

#overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 3.4rem;
	background: rgba(0,0,0,.5);
	z-index: 200;
	display: none
}

#overlay.show {
	display: block
}

.header {
	width: 100%;
	height: 3.4rem;
	background: #356aa0;
	overflow: hidden;
	position: relative
}

.head {
	margin: 0 auto
}

.logo {
	float: left
}

.logo a {
	width: 120px;
	height: 50px;
	background: url(../images/logo.png) no-repeat .6rem .8rem;
	background-size: 50% auto;
	text-indent: -999px;
	display: block
}

.search,.sm {
	float: right;
	width: 9rem;
	background: #f3f3f3;
	border-radius: 3px;
	margin-top: .7rem;
	border: 0;
	display: inline;
	overflow: hidden
}

.search input,.sm input {
	float: left;
	width: 6.5rem;
	height: 2rem;
	line-height: 2rem;
	font-size: .8rem;
	color: #666;
	text-indent: 5px;
	display: inline;
	background: 0 0;
	border: 0;
	outline: 0
}

.search button,.sm button {
	float: right;
	width: 2.5rem;
	height: 2rem;
	background: url(../images/search.png) center center no-repeat;
	background-size: 50% auto;
	text-indent: -9999px;
	border: 0
}

.nav {
	float: right;
	ling-height: 2.4rem;
	padding: .4rem 0 .2rem;
	cursor: pointer
}

.nav #on {
	width: 40px;
	height: 40px;
	background: transparent url(../images/sou.png) center center no-repeat;
	background-size: 60% auto;
	display: block
}

.menu {
	float: left;
	margin-left: -45px
}

.menu li {
	float: left;
	line-height: 3.4rem;
	font-size: 1rem
}

.menu li a {
	color: #fff;
	padding: 0 10px;
	display: block
}

.menu li a:hover,.menu li a.on {
	background: #fff;
	color: #222
}

.category {
	font-size: .93rem;
	overflow: hidden;
	position: relative
}

.category dl {
	padding: .4rem 0;
	border-bottom: 1px solid #ddd;
	overflow: hidden
}

.category dt {
	text-align: center;
	color: #000;
	font-weight: 700;
	padding: .15rem .35rem;
	margin-left: .3rem;
	position: absolute;
	left: 0
}

.category dd {
	float: left;
	padding-left: 2.9rem;
	zoom: 1;
	overflow: hidden
}

.category dd a {
	float: left;
	padding: .15rem .35rem;
	display: inline
}

.category a:hover,.category a.on,.category dt {
	background: #356aa0;
	color: #fff;
	border-radius: .2rem
}

.notice {
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #ddd;
	font-size: .93rem;
	color: red;
	font-weight: 700;
	padding: .8rem 0;
	text-align: center
}

.notice span {
	color: green;
	margin-left: .2rem
}

.box,.position {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #fff;
	overflow: hidden
}

.category_box {
	background: #fff
}

.name {
	overflow: hidden
}

.name dl {
	height: 2.5rem;
	border-bottom: 1px solid #ddd;
	font-size: .95rem;
	padding-left: .3rem
}

.name dd {
	float: left;
	height: 1.8rem;
	line-height: 1.8rem;
	border: #ddd 1px solid;
	border-bottom: 0;
	background: #fff;
	border-radius: 3px 3px 0 0;
	cursor: pointer;
	letter-spacing: 1px;
	padding: 0 1rem;
	margin: .7rem 0 0 .5rem
}

.name dd.active {
	background: #f9f9f9
}

.name span {
	float: right;
	line-height: 2.5rem;
	padding-right: .6rem;
	font-size: .8rem
}

.name span a {
	color: #666
}

.list li {
	float: left;
	width: 17.63%;
	background: #f9f9f9;
	box-shadow: 0 5px 5px rgba(0,0,0,.3);
	border-radius: 0 0 8px 8px;
	padding-bottom: .6rem;
	margin: 2% 0 1% 2%;
	vertical-align: top;
	display: inline-block;
	overflow: hidden
}

.list li p {
	height: 1.5rem;
	line-height: 2rem;
	font-size: .8rem;
	color: #888;
	text-align: left;
	padding-left: .2rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.list li p a {
	font-size: .9rem;
	color: #333
}

.list li:hover {
	background: #e9e9e9
}

.list li .tu_box {
	width: 100%;
	height: 0;
	padding-bottom: 120%;
	overflow: hidden
}

.list li .tu,.list li .tu img {
	width: 100%;
	border-radius: 8px 8px 0 0;
	display: block
}

.list li .tu {
	position: relative
}

.list li .tu img:hover {
	filter: alpha(opacity=85);
	opacity: .85
}

.list li .tu:hover {
	color: #fff;
	text-decoration: none
}

.list li span.bg {
	width: 100%;
	height: 1.5rem;
	display: block;
	overflow: hidden;
	position: absolute;
	background: #000;
	left: 0;
	bottom: 0;
	filter: alpha(opacity=50);
	opacity: .5;
	z-index: 1
}

.list li span.tip {
	height: 1.5rem;
	line-height: 1.5rem;
	display: block;
	overflow: hidden;
	position: absolute;
	right: .3rem;
	bottom: 0;
	text-align: right;
	z-index: 2;
	font-size: .8rem;
	color: #f3f3f3;
	white-space: nowrap
}

.list_txt {
	padding: 5px 15px;
	font-size: .75rem;
	border-right: 1px solid #ddd;
	overflow: hidden
}

.list_txt li {
	height: 32px;
	line-height: 32px;
	background: url(../images/dot.gif) 0 18px repeat-x;
	word-break: break-all
}

.list_txt li a {
	padding-right: 5px;
	background: #f9f9f9;
	font-size: .85rem
}

.list_txt i {
	background: #356aa0;
	padding: 2px 5px;
	margin-right: 8px
}

.list_txt a i {
	color: #fff
}

.list_txt a i#top {
	background: #f60;
	color: #fff
}

.list_txt span {
	float: right;
	color: #f60;
	padding-left: 20px;
	background: url(../images/camera.gif) #f9f9f9 0 11px no-repeat
}

.position {
	font-size: .93rem;
	padding: .8rem 0;
	border-top: 0
}

.position li {
	float: left;
	padding-left: 1rem;
	margin-right: .7rem;
	background: url(../images/wz.gif) 0 center no-repeat
}

.position li.home {
	background: 0
}

.detail {
	padding: .7rem 1rem .5rem;
	overflow: hidden
}

.detail .pic {
	float: left;
	margin: .3rem 1rem 0 0
}

.detail img {
	padding: 1px;
	border: 1px solid #ccc
}

.detail .info {
	font-size: .9rem;
	overflow: hidden;
	position: relative
}

.detail .info dl {
	line-height: 1.5rem;
	padding: .1rem 0;
	overflow: hidden
}

.detail .info dt {
	width: 3rem;
	color: #999;
	position: absolute;
	left: 0
}

.detail .info dd {
	padding-left: 2.8rem
}

.detail .info a {
	margin-right: .5rem
}

.seek {
	padding: 0 0 .5rem;
	font-size: .9rem;
	overflow: hidden;
	position: relative
}

.seek dt {
	width: 9rem;
	padding: .2rem 0 0 1rem;
	color: #999;
	font-weight: 700;
	position: absolute;
	left: 0
}

.seek dd {
	padding-left: 8.5rem
}

.seek em,.detail .info em {
	color: #f60
}

.seek a {
	float: left;
	height: 25px;
	line-height: 23px;
	padding: 0 10px 0 20px;
	margin: 0 .5rem .5rem 0;
	background: url(../images/seek.gif) 0 0 no-repeat;
	display: block;
	overflow: hidden
}

.seek a:hover {
	text-decoration: none;
	background-position: 0 -25px
}

.seek dd,.detail .info dd {
	float: left;
	word-break: break-all;
	zoom: 1;
	overflow: hidden
}

.juqing {
	line-height: 1.5rem;
	font-size: .9rem;
	text-indent: 2em;
	padding: .6rem
}

.play {
	padding-top: 1%
}

.play ul li {
	width: 10%;
	margin: 0 0 1% 1%
}

.month {
	padding-top: 2%;
	border-bottom: 1px dotted #ccc
}

.month ul li {
	width: 22.5%;
	margin: 0 0 2% 2%
}

.play ul li,.month ul li {
	float: left;
	font-size: .8rem;
	display: inline;
	overflow: hidden
}

.play ul li a,.month ul li a {
	line-height: 1.5rem;
	text-align: center;
	background: #f3f3f3;
	border: 1px solid #ddd;
	overflow: hidden;
	display: block
}

.play ul li a:hover,.month ul li a:hover,.month ul li.on a {
	color: #fff;
	background: #356aa0;
	border-color: #356aa0
}

.play ul li a:visited {
	color: #666;
	background: #faebd7;
	border-color: #faebd7
}

.txt {
	padding: 0;
	overflow: hidden
}

.txt ul li {
	height: 2.5rem;
	line-height: 2.5rem;
	border-bottom: #ccc 1px dotted;
	font-size: .93rem;
	overflow: hidden
}

.txt ul li:last-child {
	border-bottom: 0
}

.txt ul li:hover {
	background: #f9f9f9
}

.txt p {
	float: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.txt i {
	float: left;
	width: 1%;
	color: #f60;
	text-indent: .8rem;
	font-weight: 700;
	font-style: normal
}

.txt #t {
	font-weight: 700;
	background: #f9f9f9
}

.txt #t_n,.txt #name {
	width: 35%;
	text-indent: 2rem
}

.txt #t_t {
	width: 15%;
	text-align: center
}

.txt #t_a {
	width: 50%;
	text-align: center
}

.txt #name a,.name dd.on,.name span a,.list li p a,.list_txt li a {
	text-shadow: 3px 3px 8px #ccc
}

.txt #time {
	width: 15%;
	text-align: center
}

.txt #actor {
	width: 49%
}

.txt #actor a {
	margin-right: .5rem
}

.page {
	background: #fff;
	text-align: center;
	border: 1px solid #ddd;
	padding: .8rem 0
}

.page span,.page a,.page em {
	padding: .3rem .8rem;
	vertical-align: middle;
	background: #ddd;
	font-size: .93rem;
	margin-left: .3rem;
	display: inline-block
}

.page span,.page a:hover {
	background: #356aa0;
	color: #fff
}

#gotop {
	position: fixed;
	bottom: 50px;
	right: 10px;
	display: none
}

#gotop a {
	width: 24px;
	height: 73px;
	display: block;
	overflow: hidden;
	text-indent: -999px;
	background: url(../images/gotop.gif) no-repeat
}

#gotop a:hover {
	background-position: -24px 0
}

.error {
	width: 80%;
	border: 1px solid #ddd;
	background: #f3f3f3;
	font-size: .93rem;
	padding: 1rem;
	margin: 2rem auto
}

.error h1 {
	height: 3rem;
	line-height: 3rem;
	font-size: 1rem;
	font-weight: 700
}

.error #sorry {
	text-indent: 2em;
	line-height: 2rem;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 1rem
}

.error #back p {
	text-indent: 2em;
	line-height: 2rem
}

.link {
	border: 1px solid #ddd;
	background: #fff
}

.link p {
	padding: 10px 0;
	overflow: hidden
}

.link a {
	float: left;
	line-height: 24px;
	font-size: .9rem;
	margin-left: 10px
}

.footer {
	margin-top: 10px;
	background: #e3e3e3;
	font-size: .93rem;
	text-align: center;
	padding: .6rem .5rem;
	overflow: hidden
}

@media screen and (max-width:980px) {
	.adpc {
		display: none
	} 
	.yfpcad {
		display: none
	} 
	#hsh{
		display: none
	}
	.notices{
		display: none
	} 
}

@media screen and (min-width:1024px) {
	.notice{
		display: none
	}
	.wrap,.head {
		width: 1000px
	}
    .boxad {
		display: none
	} 
	.yfwapad {
		display: none
	} 
	.nav,.list li:nth-child(16),#fm {
		display: none
	}

	.logo a {
		width: 170px;
		height: 70px;
		background: url(../images/logo_pc.png) no-repeat .3rem .6rem;
		background-size: 50% auto
	}

	.menu {
		margin-left: -60px
	}

	.search {
		width: 14rem
	}

	.search input {
		width: 11rem
	}

	.box_l {
		float: left;
		width: 257px;
		background: #f9f9f9
	}

	.box_r {
		float: right;
		width: 740px
	}

	.box,.category_box,.position,.notice {
		border-left: 1px solid #ddd;
		border-right: 1px solid #ddd
	}

	.list {
		padding-bottom: 10px
	}

	.name dd.on {
		background: #f9f9f9
	}

	.category dt,.category dd {
		margin-left: 1rem
	}

	.category dd a {
		margin-left: .5rem
	}

	.detail img {
		width: 8.2rem;
		height: 12rem
	}

	#gotop {
		right: 390px
	}
}

@media screen and (min-width:768px) and (max-width:1023px) {
	.nav,.box_l,.list li:nth-child(16),.link,#fp {
		display: none
	}

	.search {
		margin-right: .3rem
	}

	.list {
		padding-bottom: 2%
	}

	.detail img {
		width: 6rem;
		height: 9rem
	}

	.name dd.active {
		background: #f9f9f9
	}
}

@media(max-width:767px) {
	html {
		font-size: 90%
	}

	.menu li {
		line-height: 3.41rem
	}

	.menu li a {
		padding: 0 .36rem
	}

	.menu #mn,.search,.box_l,.link,.list li:nth-child(10),.seek,#fp {
		display: none
	}

	.sy {
		float: left;
		line-height: 2.2rem;
		margin-left: 2%
	}

	.sy a {
		color: #f60;
		font-size: .9rem;
		font-weight: 700
	}

	.sm {
		width: 16rem;
		margin: 0 2% 0 0;
		border: 1px solid #ddd
	}

	.sm input {
		width: 13.5rem;
		height: 2.2rem;
		line-height: 2.2rem;
		font-size: 16px
	}

	.sm button {
		height: 2.2rem
	}

	.list {
		padding-bottom: 2%
	}

	.list li {
		width: 30.66%;
		margin: 2% 0 2% 2%
	}

	.detail img {
		width: 6rem;
		height: 9rem
	}

	.play,.month {
		padding-top: 2%
	}

	.play ul li,.month ul li {
		width: 22.5%;
		margin: 0 0 2% 2%
	}
}