body {
	padding: 0;
	margin: 0;
	min-width: 1000px;
	font-family: "Microsoft YaHei";
}

ul,
li {
	list-style: none;
}
img{border: 0;vertical-align: middle;}
.content-box {
	width: 1000px;
	margin: auto;
	display: block;
	background: #FFFFFF;
	box-shadow: 0 0 26px #999;
	-webkit-box-shadow: 0 0 26px #999;
	-moz-box-shadow: 0 0 26px #999;
}

.clerfix:before,
.clerfix:after {
	height: 0;
	line-height: 0;
	content: "";
	display: block;
	visibility: hidden;
	clear: both;
}

.swiper-container,
.movies-box,
.tage-imgshow {
	width: 100%;
}

.top_nav {
	height: 135px;
	width: 100%;
	margin: auto;
	background: url(../img/1.jpg) no-repeat center center;
}

.swiper-container {
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.rotate_box_list, .movies-box li, .tage-list li{cursor:pointer;cursor:-ms-pointer;}
.movies-box {
	height: 230px;
	background: url(../img/5.jpg) no-repeat center center;
}

.movies-box li {
	width: 205px;
	height: 133px;
	float: left;
	margin-left: 20px;
	margin-top: 46px;
	border: 3px solid #FFFFFF;
}

.movies-box li:first-child {
	margin-left: 0 !important;
}

.movies-box li span {
	width: 205px;
	height: 0px;
	background: rgba(0, 0, 0, .7);
	display: block;
	position: absolute;
	opacity: 0;
	transition: all 0.50s ease-in-out 0s;
	-webkit-transition: all 0.50s ease-in-out 0s;
	-moz-transition: all 0.50s ease-in-out 0s;
	-ms-transition: all 0.50s ease-in-out 0s;
}

.movies-box li span>a {
	padding: 0 5px 0 5px;
	border: 1px solid #FFFFFF;
	margin: auto;
	position: absolute;
	top: 60px;
	left: 62px;
	color: #fff;
	font-size: 12px;
}

.movies-box li:hover span {
	height: 133px;
	margin-top: -133px;
	opacity: 1;
}

.movies-box li img {
	width: 100%;
	height: 100%;
}
.banner {height:770px; width:100%; position:relative; margin:auto;}  
.imgs li {height:456px; width:100%; position:absolute; left:0; top:156px; opacity:0;}  
.nav{position: relative;height: 770px;background: transparent !important;}

.banner1 {height:770px; width:100%; position:relative; margin:auto;}  
.imgs1 li{height:456px; width:72%; position:absolute; left:0; top:0; opacity:0;margin-left: 14%;} 

 .nav1 > li >div{position: absolute;left: 0;top: 0;width: 100%;height:100%;background-color: rgba(0,0,0,0.8);}
.nav1{position: relative;background: transparent !important;}

.tage-list {
	width: 90%;
	margin: auto;
	border-bottom: 2px solid #e0e0e0;
}

.tage-list li {
	float: left !important;
	margin-left: 25px !important;
}
.tage-list li:nth-of-type(1){
	float: left !important;
	margin-left:0 !important;
}


.content1 li {
    height: "" !important;
    line-height: "" !important;
    font-family: "" !important;}
    
    .nav1 {
	width: 90%;
	margin: auto;
	padding: 0;
	border-bottom: 2px solid #e0e0e0;
}

.nav1 li {
	float: left !important;
	
}
.nav1 li img{width: 100%;}
.nav1 li:nth-of-type(2n+1){margin-left:0.5 !important;}
.nav1 li:nth-of-type(2n){margin-left:73% !important;}
.nav1 li {
    height: "" !important;
    line-height: "" !important;
    font-family: "" !important;}

/*.tage-list li:hover,
.tage-list li:active {
	box-shadow: 0 0 10px #999;
}*/
.nav .hover{
	box-shadow: 0 0 10px #999;
}
.nav1 .hover{
	box-shadow: 0 2px 15px gold;
}
.nav1 .hover >div{display: none;}
#tageimgshow img {
	height: 456px;
	transition: all 1s ease-in-out;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
}
.review{position: relative;text-align: center;margin-top: 40px;color: #C20008;font-size:40px;font-weight: 800;margin-bottom: 20px;}
.review p{display: inline-block;}
.review span{display: inline-block;width: 300px;height: 2px;background-color: red;}
