body{
    font: 14px/1.5 Helvetica Neue,Helvetica,Arial,Microsoft Yahei,
	Hiragino Sans GB,Heiti SC,WenQuanYi Micro Hei,sans-serif;
	color: black;
}
.topber{
	width: 100%;
}
.container{
	width: 1000px;
	height: 100%;
	margin: 0 auto;
}


/* --------导航栏------------ */

/* 导航栏左侧 */
.header{/* 黑条 */
	height: 80px;
	text-align: center;
	background-color: black;
}
.header .site-logo{/* logo盒子 */
	float: left;
	width: 178px;
	margin-top: 8px;
}
.header .site-logo img{/* logo图片 */
	float: left;
	width: 170px;
	margin-left: 10px;
}
.header .site-logo a{
	display: block;
	width: 56px;
	height: 56px;
}
.header .site-list{/* 首页字体 */
	float: left;
	width: 400px;
	height: 70px;
	padding: 10px 0 0 31px;
	font-size: 21px;
}
.header .site-list ul li{/* 列表排列 */
	float: left;
}
.header .site-list ul li a{ /* 首页字体 */
	display: block;
	padding: 15px 10px 18px;
	color: #FFFFFF;
}
.header .site-list ul li a:hover{/* 鼠标悬浮 */
	color: coral;
}

/* tab下拉菜单 */
.qita {
  position: relative;
  display: inline-block;
  z-index:1;
}
.dis {
	width: 80px;
	text-align: center;
	display: none;
	position: absolute;
	background-color: #666666;
	padding: 12px 0px;
	font-size: 20px;
	line-height: 10px;
}
.dis li a{
	color: #000000;
}
.qita:hover .dis {
	display: block;
}

/* 搜索框 */
.header .site-search{
	float: right;
	width: 296px;
	margin-top: 25px;
	/* background-color: #777; */
}
.header .site-search from{
	position: relative;
	width: 296px;
	height: 50px;
}
.search-text{
	width: 200px;
	height: 30px;
	border: 1px solid #E0E0E0;
	font-size: 14px;
	padding: 0 10px;
	float: left;
	background-color: lightgray;
}
.submit{/* 登入按钮 */
 	float: left;
	width: 50px;
	height: 32px; 
	margin-left: -1px;
	border:0px solid #E0E0E0; 
	background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
}
 
 .login{/* 登入 */
 	float: right;
 	margin: 24px 20px 0 0;
 	color: #FF7F50;
 }
 .login img{width: 35px;}
 .login a{
 	color: #F6F6F6;
 }
 .login a:hover{
 	color: #FF7F50;
 }
/* --------导航栏end--------- */



/* --------轮播图--------- */

 .site-content{
	height: 310px;
	/* background-color: #87CEEB; */   /* 背景色定位测试框 */
}
  /* 轮播图 */
 #imglist img{
    width: 1000px;
    height: 300px;
	border-radius: 5px;
}
.box {
    width: 994px;
    height: 300px;
    border: 3px #E0E0E0 double;
    position: relative;
    left: 0px;
    overflow:hidden;
	border-radius: 5px;
}
#imglist {
    width: 5000px;
    height:300px;
    list-style: none;
    position: absolute;
    left: 0px; 
}
#imglist li {
    float: left;
}
#btnlist{
    width: 260px;
    left: 350px;
    top:260px;
    position:absolute;
    list-style: none;
}
#btnlist li{
    color: black;
    text-align: center;
    float: left;
    width: 50px;
    height: 10px;
    border-radius: 70%;
    background-color:rgba(0,0,0, 0.1);
	cursor: pointer;/* 鼠标悬浮变小手 */
} 


/* --------轮播图end--------- */



/* --------主页内容--------- */
 .content{
	height: 960px;
	/* background-color: #87CEEB; */ /* 背景色定位测试框 */
}


  /* tab菜单 */
#tab{
	width: 700px;
	height: 300px;
	margin-top: 5px;
	border-radius: 10px;/* 方块圆角 */
	background-color: #F2F2F2;   
}
#tabNav{
	width: 500px;
	height: 30px;
	margin: 10px 0 0 20px;
}
#tabNav p{
	float: left;
	margin-right: 10px;
}
#tabNav ul li{
	float: left;
	text-align: center;
	width: 60px;
	list-style: none;
	margin-right: 10px;
	cursor: pointer;/* 鼠标悬浮变小手 */
} 
.active{
	background-color: #D3D3D3;
	border-radius: 10px;/* 方块圆角 */
}
#main{
	clear: both;
}
.item{
	display: none;
	margin-left: 10px;
}
.show{
	display: block;
}
/* tab菜单-最新 */
.zuixin-left {
	float: left;
	width: 290px;
	height: 230px;
	position: relative;  /* 相对移动 */
	top: 10px;
	background-color: #E0E0E0;
	border-radius: 10px;/* 方块圆角 */
}
.zuixin-left img{
	width: 290px;
	border-radius: 10px;/* 方块圆角 */
}
.zuixin-left a{
	margin-left: 15px;
	font-size: 20px;
	color: #000000;
}
.zuixin-left a:hover{color: coral;}
.zuixin-right a:hover{color: coral;}
.zuixin-right a{color: #000000;}
.zuixin-right{
	width: 330px;
	height: 230px;
	float: left;
	position: relative;/* 相对移动 */
	top: 10px;
	left: 30px;
	/* background-color: #87CEEB; */
}
.zuixin-right img{
	width: 150px;
	border-radius: 10px;/* 方块圆角 */
}
.zuixin-right1{
	float: left;
	width: 150px;
}
.zuixin-right2{
	float: right;
	width: 150px;
}
.zuixin-right1,.zuixin-right2{
	display: inline-block;
}


#tab,.tableft{
	display: inline-block;
}

/* 电视剧热播榜 */
.tableft{
	float: right;
	width: 280px;
	margin-top: 5px;
	background-color:#F2F2F2;
	border-radius: 10px;/* 方块圆角 */
}
.tableft-list{
	height: 45px;
	margin-left: 15px;
	position: relative;
	top: 10px;
}
.tableft-list a{
	color: #000000;
	margin-left: 5px;
}
.tableft-list a:hover{
	color: #FF7F50;
}
.tableft-list p{
	display:inline;
	color: #FF7F50;
}

/* tab菜单下方 */
.tabdown{
	height: 20px;
	/* background-color: #FF7F50; */
}
.tabdown img{
	width: 156.6px;
	border-radius: 5px;/* 方块圆角 */
}

.tabdown li{
	float: left;
	height: 260px;
	margin-right: 10px;
}
.tabdown a{
	font-size: 10px;
	color: #000000;
}
.tabdown a:hover{color: coral;}





























/* --------主页内容end--------- */

/* --------- 底部栏 ---------- */
.footer {
	position: relative;
	height: 200px;
	width: 100%;
	background: #F2F2F2;
	color: #A2A2A2;
	margin-top: 4px;
	/* border-top: 1px solid #F2F2F2; */
}
.footer-liebiao{
	padding-top: 15px;
	height: 100px;
	width: 1000px;
}
.neir h4{
	color: #666666;
}
.footer-liebiao td{
	width: 100px;
}
.guanyu {
	float: left;
	width: 370px;
	height: 10px;
	margin: 0 0px 0 50px;
}
.xieyi {
	float: left;
	width: 370px;
	margin: 0 0px 0 150px;
}
.footer-infro {
	margin-top: 3px;
	font-family: '宋体';
	/* padding-top: 30px; */
	text-align: center;
	font-size: 14px;
	line-height: 21px;
}
/* -------- 底部栏end --------- */