body{
	font-family: "PingFang SC","Microsoft Yahei",sans-serif;
	background:#fafafa!important;
}
.eetv-none-top{
	height: 90px;
}
.eetv-search{
	border: none;
	width: 180px;
	height: 70px;
	margin: 0px 20px 0px 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background: #003352;
	top: 0px;
	position: static;
}
.eetv-search .search-text{
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 70px;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}
.eetv-search .search-text .iconfont{
	font-size: 18px;
}
.eetv-search-con{
	margin: 0px;
	width: 100%;
	background: none;
	border: none;
	box-shadow:none;
	padding: 0px;
}
.eetv-search-con form{
	width: 1272px;
	height: 90px;
	background: #fff;
	margin: 0 auto;
	padding: 20px 2%;
	box-sizing: border-box;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.05);
}
.search-option-eetv{
	width: 90px;
	float: left;
}
.search-option-value-eetv{
	height: 46px;
	line-height: 46px;
	background: #fafafa;
	border: 1px solid #f2f2f2;
	-webkit-border-radius: 500px 0px 0px 500px;
	-moz-border-radius: 500px 0px 0px 500px;
	border-radius: 500px 0px 0px 500px;
	text-align: center;
	cursor: pointer;
}
.search-option-eetv ul{
	top: 46px;
	border: none;
	background: #fff;
	box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
	display: none;
}
.search-option-eetv ul li{
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	padding-left: 10%;
	color: #808080;
	cursor: pointer;
}
.eetv-search-con .eetv-search-input{
	width:-moz-calc(100% - 90px - 90px);
	width:-webkit-calc(100% - 90px - 90px);
	width: calc(100% - 90px - 90px);
	float: left;
	height: 46px;
	border: 1px solid #f2f2f2;
	border-left: none;
	border-right: none;
	padding-left: 20px;
	box-sizing: border-box;
	outline: none;
}
.eetv-search-con button{
	width: 90px;
	height: 46px;
	border: 1px solid #f2f2f2;
	border-left: none;
	-webkit-border-radius: 0px 500px 500px 0px;
	-moz-border-radius: 0px 500px 500px 0px;
	border-radius: 0px 500px 500px 0px;
	text-align: right;
	padding-right: 20px;
	box-sizing: border-box;
}
.eetv-banner{
	width: 100%;
	height: 0px;
	padding-bottom: 46.8%;
	position: relative;
	overflow: hidden;
}
.banner-bg{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-size: cover;
	background-position: center center;
	-webkit-animation: bannerbg 1s ease-out;
	-moz-animation: bannerbg 1s ease-out;
	animation: bannerbg 1s ease-out;
}
@keyframes bannerbg{
	0% {
		opacity: 0;
		transform: scale(1.05);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}
.banner-pic{
	width: 55%;
	position:absolute;
	top:30%;
	left:50%;
	border-radius: 5px;
	-webkit-transform:translate(-50%, -30%);
	-moz-transform:translate(-50%, -30%);
	transform:translate( -50%, -30%);
	-webkit-animation: bannertext 1s ease-out;
	-moz-animation: bannertext 1s ease-out;
	animation: bannertext 1s ease-out;
}
.banner-pic img{
	display: block;
	width: 100%;
}
@keyframes bannertext{
	0% {
		transform:translate( -50%, -10%);
		top: 10%;
		opacity: 0;
	}
	100% {
		transform:translate( -50%, -30%);
		top: 30%;
		opacity: 1;
	}
}
.eetv-banner-icon{
	width: 100px;
	height: 30px;
	position: absolute;
	bottom: 15%;
	left: 50%;
	margin-left: -50px;
	text-align: center;
	-webkit-animation: bannericon  1s ease-out;
	-moz-animation: bannericon 1s ease-out;
	animation: bannericon 1s ease-out;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.eetv-banner-icon span{
	display: block;
	color: #fff;
	font-size: 12px;
}
.eetv-banner-icon .iconfont{
	font-size: 16px;
	color: #fff;
	color: rgba(255,255,255,0.7);
}
@keyframes bannericon{
	0% {
		bottom: 21%;
		opacity: 0;
	}
	50% {
		bottom: 18%;
		opacity: 0.5;
	}
	100% {
		bottom: 15%;
		opacity: 1;
	}
}
.recommended{
	width: 87.5%;
	height: auto;
	background: #fff;
	margin: 0 auto;
	position: relative;
	/*top: -100px;*/
	top: 0px;
	opacity: 0;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.05), -2px -2px 5px rgba(0,0,0,0.05);
	padding-bottom: 90px;
}
.recommended-title{
	width: 90%;
	height: auto;
	margin: 0 auto;
	padding-top: 40px;
}
.recommended-title span{
	display: block;
}
.recommended-title .thecn{
	font-size: 36px;
	color: #003352;
	font-weight: bold;
	position: relative;
}
.recommended-title .thecn:before{
	position: absolute;
	content: '';
	width: 40px;
	height: 3px;
	background:rgba(0,0,0,0.1);
	left: 160px;
	top: 22px;
}
@font-face {
	font-family: 'myEnfont';
	src:url('../font/TT0156M.woff'),
	url('../font/TT0156M.TTF'),
	url('../font/TT0156M.eot');
}
.recommended-title .theen{
	font-size: 40px;
	font-weight: bold;
	color: rgba(0,0,0,0.05);
	font-family: 'myEnfont';
}
.recommended-con{
	width: 90%;
	height: auto;
	margin:50px auto 0px;
	position: relative;
}
.r-left-text{
	padding-right: 100px;
	box-sizing: border-box;
	padding-top: 5%;
}
.r-left-text .thetitle{
	font-size: 28px;
	font-weight: bold;
	line-height: 46px;
}
.r-left-text .thetitle a{
	color: #323232;
}
.visiting span{
	color: #b2b2b2;
	font-size: 14px;
	display: inline-block;
	position: relative;
	margin-right: 20px;
}
.visiting span:after{
	content: '';
	position: absolute;
	top: 8px;
	right: -15px;
	width: 4px;
	height: 4px;
	background: rgba(0,0,0,0.2);
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px;
}
.visiting span:last-child:after{
	background: none;
}
.r-left-text .thecon{
	font-size: 16px;
	color: #808080;
	margin: 10px 0px;
	line-height: 34px;
	text-align: justify;
}
.eetv-btn{
	width: 160px;
	height: 42px;
	/*background: #003352;*/
	border: 1px solid #003352;
	color: #003352;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px;
	text-align: center;
	font-size: 18px;
	line-height: 42px;
	margin-top: 20px;
	transition: all 0.2s;
	-moz-transition:all 0.2s;  /* Firefox 4 */
	-webkit-transition:all 0.2s; /* Safari and Chrome */
	-o-transition:all 0.2s; /* Opera */
}
.eetv-btn a{
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #003352;
}
.eetv-btn:hover{
	/*background: #1d4a65;*/
	background: #003352;
	color: #fff;
}
.eetv-btn:hover a{
	color: #fff;
}


.eetv-btn-row{
	width: 180px;
	height: 42px;
	/*background: #003352;*/
	border: 1px solid #003352;
	color: #003352;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px;
	text-align: center;
	font-size: 18px;
	line-height: 42px;
	margin-top: 20px;
	transition: all 0.2s;
	-moz-transition:all 0.2s;  /* Firefox 4 */
	-webkit-transition:all 0.2s; /* Safari and Chrome */
	-o-transition:all 0.2s; /* Opera */
	margin: 0px auto 80px;
}
.eetv-btn-row a{
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #003352;
}
.eetv-btn-row:hover{
	/*background: #1d4a65;*/
	background: #003352;
	color: #fff;
}
.eetv-btn-row:hover a{
	color: #fff;
}



.r-right-pic{
	position: relative;
	/*padding-left: 0px;
	padding-right: 0px;*/
	float: right;
}
.r-right-pic .thepicbg{
	height: 0px;
	padding-bottom: 66.66%;
	position: relative;
}
.r-right-pic .thepic{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	-webkit-border-radius: 0px 20px 20px 0px;
	-moz-border-radius: 0px 20px 20px 0px;
	border-radius: 0px 20px 20px 0px;
}
.r-right-pic .thepic-con{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 0px 20px 20px 0px;
	-moz-border-radius: 0px 20px 20px 0px;
	border-radius: 0px 20px 20px 0px;
	z-index: 99;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	transition: all 0.2s;
	-moz-transition:all 0.2s;  /* Firefox 4 */
	-webkit-transition:all 0.2s; /* Safari and Chrome */
	-o-transition:all 0.2s; /* Opera */
}
.r-right-pic .colorbg{
	width: 100%;
	height: 100%;
	position: absolute;
	left: -20px;
	top: 20px;
	background: #f2f2f2;
	z-index: 80;
	-webkit-border-radius: 0px 20px 20px 0px;
	-moz-border-radius: 0px 20px 20px 0px;
	border-radius: 0px 20px 20px 0px;
}
.play-btn{
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 199;
	width: 60px;
	height: 60px;
	border: 2px solid rgba(255,255,255,1);
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	line-height: 60px;
	text-align: center;
	box-sizing: border-box;
}
.play-btn .iconfont{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 22px;
	color: #fff;
}
.r-arrow{
	position: absolute;
	left: 50%;
	top: 40px;
	z-index: 299;
	margin-left: -55px;
}
.r-arrow .eetv-arrow{
	width: 70px;
	height: 42px;
	background: #003352;
	display: block;
	float: left;
	text-align: center;
	line-height: 42px;
	font-size: 22px;
	color: rgba(255,255,255,0.5);
	cursor: pointer;
	transition: all 0.2s;
	-moz-transition:all 0.2s;  /* Firefox 4 */
	-webkit-transition:all 0.2s; /* Safari and Chrome */
	-o-transition:all 0.2s; /* Opera */
}
.r-arrow .eetv-arrow:hover{
	color: rgba(255,255,255,1);
	background: #1d4a65;
}
.r-right-pic .blackbg{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: rgba(0,0,0,0.3);
	z-index: 159;
	-webkit-border-radius: 0px 20px 20px 0px;
	-moz-border-radius: 0px 20px 20px 0px;
	border-radius: 0px 20px 20px 0px;
	opacity: 0;
}
.r-right-pic:hover .thepic-con{
	transform: scale(1.05);
}
.r-right-pic:hover .blackbg{
	opacity: 1;
}
.eetv-tab{
	width: 100%;
	height: auto;
	text-align: center;
	margin: -20px auto 50px;
	border-bottom: none;
}
.eetv-tab li{
	display: inline-block;
	margin: 0px 16px;
	border-radius: 500px;
	color: #646464;
	font-size: 16px;
	height: 30px;
}
.eetv-tab li a{
	color: #808080;
	display: block;
	width: 100%;
	height: 100%;
}
.eetv-tab li.active{
	position: relative;
}
.eetv-tab li.active a{
	color: #003352;
	font-weight: bold;
}
.eetv-tab li.active:after{
	content: '';
	width: 26px;
	height: 3px;
	position: absolute;
	bottom: -6px;
	left: 50%;
	margin-left: -13px;
	background: #003352;
	border-radius: 50px;
}
.eetv-content{
	width: 87.5%;
	height: auto;
	margin: 0 auto;
}
.eetv-content .row{
	margin-left: -3%;
	margin-right: -3%;
}
.eetv-h-list{
	position: relative;
	transition: all 0.5s;
	-moz-transition:all 0.5s;  /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
	top: 0px;
	padding-left: 3%;
	padding-right: 3%;
	margin-bottom: 20px;
}
.eetv-h-list:hover{
	top: -10px;
}
.eetv-h-list .thepicbg{
	height: 0px;
	padding-bottom: 66.66%;
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 0px 20px 20px 0px;
	-moz-border-radius: 0px 20px 20px 0px;
	border-radius: 0px 20px 20px 0px;
}
.eetv-h-list .thepic{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	-webkit-border-radius: 0px 20px 20px 0px;
	-moz-border-radius: 0px 20px 20px 0px;
	border-radius: 0px 20px 20px 0px;
	background-size: cover;
	background-repeat:no-repeat;
	background-position: center;
	transition: all 0.5s;
	-moz-transition:all 0.5s;  /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
}
.eetv-h-list .color-bg,
.art-eetv .color-bg{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 5%, rgba(0,0,0,0.8) 100%);
	background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0) 5%, rgba(0,0,0,0.8) 100%);
	background-image: linear-gradient(180deg, rgba(0,0,0,0) 5%, rgba(0,0,0,0.8) 100%);
	-webkit-border-radius: 0px 20px 20px 0px;
	-moz-border-radius: 0px 20px 20px 0px;
	border-radius: 0px 20px 20px 0px;
}
.eetv-h-list .color-bg a,
.art-eetv .color-bg a{
	display: block;
	width: 100%;
	height: 100%;
}
.thetag a{
	position: absolute;
	top: 10px;
	left: 10px;
	background: rgba(0,0,0,0.5);
	height: 28px;
	padding: 0px 15px;
	color: #fff;
	line-height: 28px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	color: #fff;
	text-align: center;
	z-index: 999;
}
.search-tag a{
	display: block!important;
}
.eetv-h-list .visiting{
	position: absolute;
	bottom: 10px;
	left: 10px;
}
.eetv-h-list .visiting span{
	color: rgba(255,255,255,0.8);
}
.eetv-h-list .visiting span:after{
	background: rgba(255,255,255,0.8);
}
.eetv-h-list .visiting span:last-child:after{
	background: none;
}
.eetv-h-list .thetitle{
	width: 100%;
	height: auto;
	margin: 10px auto 0px;
	font-size: 18px;
	color: #323232;
	text-align: center;
	line-height: 36px;
	font-weight: bold;
	min-height: 72px;
}
.eetv-h-list .thetitle a{
	color: #323232;
}
.eetv-h-list .play-btn{
	display: none;
	transition: all 0.5s;
	-moz-transition:all 0.5s;  /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s; /* Opera */
	width: 50px;
	height: 50px;
	line-height: 50px;
}
.eetv-h-list:hover .play-btn .iconfont{
	font-size: 16px;
}

.eetv-h-list:hover .thepic{
	transform: scale(1.05);
}
.eetv-h-list:hover .color-bg{
	background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 5%, rgba(0,0,0,1) 100%);
	background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0) 5%, rgba(0,0,0,1) 100%);
	background-image: linear-gradient(180deg, rgba(0,0,0,0) 5%, rgba(0,0,0,1) 100%);
}
.eetv-h-list:hover .play-btn{
	display: block;
}
.eetv-content .eetv-btn{
	width: 180px;
	margin: 0 auto 50px;
}
.swiper-container{
	padding-bottom: 20px;
}
.completion{
	border: none;
	color: #808080;
	font-size: 14px;
	background: none!important;
	color: #808080!important;
}
.completion:hover{
	background: none;
	color: #808080;
}
.animate-coustom {
	position: relative;
	top: 100px;
	opacity: 0;
	transition: all 1s ease 400;
}

.animate-coustom-ani {
	top: 0px;
	opacity: 1;
	transition: all 1s;
}
.recommended-ani{
	top: -100px;
	opacity: 1;
	transition: all 1s;
}








@media (max-width: 1300px){
	.eetv-search-con form{
		width: 100%;
	}

}
@media (max-width: 1200px){
	.eetv-banner{
		margin-top: 60px;
	}
	.recommended{
		position: relative;
	}
	.recommended-con{
		position: static;
		margin: 2% auto 0px;
	}
	.r-arrow{
		right: 5%;
		left: auto;
		top: 40px;
		margin-left: 0px;
		width: 140px;
	}
	.r-left-text{
		padding-right: 15px;
		padding-top: 0px;
	}
	.r-right-pic{
		margin-top: 5%;
		float: none;
	}
	.recommended{
		top: -50px;
		opacity: 1;
	}
}
@media (max-width: 991px){
	.eetv-banner{
		padding-bottom: 60%;
	}
	.banner-pic{
		width: 90%;
		top: 50%;
		-webkit-transform:translate(-50%, -50%);
		-moz-transform:translate(-50%, -50%);
		transform:translate( -50%, -50%);
	}
	@keyframes bannertext{
		0% {
			transform:translate( -50%, -20%);
			top: 20%;
			opacity: 0;
		}
		100% {
			transform:translate( -50%, -50%);
			top:50%;
			opacity: 1;
		}
	}
	.recommended{
		top: 0px;
		width: 100%;
		box-shadow: none;
		padding-bottom: 0px;
	}
	.recommended-con .row{
		margin: 0px;
	}
	.r-left-text{
		padding: 0px;
	}
	.r-right-pic{
		padding: 0px;
	}
	.eetv-tab{
		margin: 30px auto;
	}
	.recommended-title,
	.recommended-con,
	.eetv-content{
		width: 94%;
	}

}
@media (max-width: 767px){
	.eetv-h-list{
		min-height: auto;
	}
	.completion{
		font-size: 12px!important;
	}
	.eetv-content .eetv-btn{
		width: 150px;
	}
	.recommended-title .thecn{
		font-size:24px;
	}
	.recommended-title .thecn:before{
		width: 30px;
		left: 110px;
		top: 16px;
		height: 2px;
	}
	.recommended-title .theen{
		font-size: 30px;
	}
	.r-left-text .thetitle{
		font-size: 24px;
	}
	.eetv-btn{
		width: 130px;
		height: 36px;
		font-size: 16px;
		line-height: 36px;
		background: #003352;
		color: #fff;
	}
	.eetv-btn a{
		color: #fff;
	}
	.r-arrow .eetv-arrow{
		width: 40px;
		height: 30px;
		line-height: 30px;
		font-size: 16px;
	}
	.r-arrow{
		width:80px;
		right: 3%;
	}
	.eetv-h-list{
		margin-bottom: 3%;
	}
	.eetv-tab li{
		font-size: 14px;
	}
	.recommended{
		padding-bottom: 5%;
	}
	.eetv-tab li{
		margin: 0px 2%;
	}
	.column_more{
		background: #f2f2f2;
	}
	.column_more:hover{
		background: #f2f2f2;
	}
	.column_more:hover a{
		color: #808080;
	}
	.eetv-none-top{
		height: 60px;
	}
}

