body{
	line-height: 24px;
	font-size: 14px;
	color: #b6b7b9;
	background: #202020;
	font-family: UKIJ Tor;
	font-weight: 400;
	position: relative;
/*	height: 5000px;*/
}
.header{
	padding: 18px 0;
	width: 100%;
	border-bottom: 1px solid #fe423f;
	z-index: 99;
	background: #191919;
}
.header_area{
	overflow: hidden;
}
.container{
	max-width: 1140px;
	margin: 0 auto;
}
.logo{
	float: right;
}
.logo a{
	display: inline-block;
}
.meau{
	float: left;
	padding-top: 31px;
}
.meau li{
	float: right;
	width: 88px;
	text-align: center;
}
.meau li a{
	font-family: UKIJ Tor;
	font-size: 16px;
	color: #fe423f;
	text-decoration: none;
}
.meau li a:active{
	color: #fece50;
}
.meau li a:hover{
	color: #fece50;
}
.meau li .active{
	color: #BC275B;
}
.meau li .theme-btn{
	background: #11A8AB;
	border: 1px solid #11A8AB;
	color: #fff;
	border-radius: 35px;
	padding: 5px 25px;
	display: table-cell;
	font-size: 15px;
	cursor: pointer;
	font-weight: 500;
}
.meau li .theme-btn:hover{
	color: #11A8AB;
	border: 1px solid #11A8AB;
	background: rgba(235,49,90,0.2);
}
/*banner*/
.banner{
			width: 85.58%;
			height: 444px;
			margin: 10px auto;
			overflow: hidden;
			position: relative;
}
		
		.list li{
			position: absolute;
			width: 100%;
			text-align: center;
			margin-top: 15px;
		}
		.list li img{
		    width: 1126px;
            height: 414px;
            border: 6px solid #191919;
		}
		.btn{
			font:14px/2.5em "UKIJ Tor";
			text-align: center;
			position: absolute;
			left: 50%;
			transform: translateX(-55%);	
			bottom:40px;	
			z-index: 2;	
		}
		.btn li{
			float: left;
			width: 30px;
			line-height: 30px;
            border-radius: 39px 0px 39px 0px;
			background: salmon;
			margin: 0 5px;
			color: salmon;
			cursor: pointer;
		}
		.btn .on{
			background: slateblue;
			color: slateblue;
		}
		.list .on{
			z-index: 1;
		}
		
		.arrow{
			position: absolute;
			top: 50%;
			transform: translateY(-40%);
			width: 30px;
			text-align: center;
			line-height: 60px;
			background: rgba(0,0,0,0.3);
			color: #fe423f;
			text-decoration: none;
			font-size: 20px;
			z-index: 2;
		}
		.right{
			right:16%;
		}
		.left{
			left:16%;
		}
		.arrow:hover{
			background: rgba(0,0,0,0.5);
			font-weight: bold;
			text-decoration: none;
		}
/*近期热播*/
.con_area{
	padding-top: 0px;
}
.recent_con{
	overflow: hidden;
}
.con_top{
	height: 59px;
	padding:8px 0;
	border-bottom: 1px solid #fe423f;
}
.con_top h1{
	float: right;
	direction: rtl;
}
.con_top h1 i{
	color: #fe423f;
	font-size: 36px;
	margin-right: 5px;
}
h1{
	font-size: 36px;
	color: #ffffff;
}
.more{
	float: left;
	direction: relative;
	line-height: 55px;
	color: #fe423f;
}
.con_main{
	margin-top: 50px;
	margin-right: 1.3%;
}
.con_main li{
	float: right;
	display: block;
	position: relative;
	cursor: pointer;
	width: 200px;
	border-radius: 6px 6px 6px 6px;
}
.con_main li img{
    border-radius: 6px 6px 6px 6px;
	transition: 0.9s;
    width: 200px;
    height: 300px;
}
.con_main li img:hover{
    transform: scale(1.1);
}
.con_main .img_right{
	margin-left: 2%;
}
.con_main li a{
	display: block;
	position: absolute;	
	top: 30%;
	margin-top: -30px;
	margin: auto;
	right: 50%;
	margin-right: -30px;
}
.con_main li i{
	width: 60px;

	height: 60px;
	
	line-height: 60px;
	
	color: #fe423f;
	
	border: 2px solid #fe423f;
	
	border-radius: 66%;
	
	text-align: center;
	
	font-size: 18px;
	
	display: inline-block;	
	transition: all 0.4s;	
	
}
.con_main li i:hover{
	color: orange;
	border-color: orange;
}
/*底部*/
#end{
	margin-top: 30px;
	background:#191919;
}
.company{
	width: 100%;
	display: inline-block;
	padding: 20px 0px;
	direction: rtl;
	text-align: center;
}
/*详情页标题*/
.breadcrumb-area-content h2{
	margin-top: 30px;
}
