@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: 微软雅黑;
	font-size: 14px;
	color: #000;
}

a {
	text-decoration: none;
	transition: all ease .5s;
}

ul li {
	list-style: none;
}

@font-face {
	font-family: "lingxin";
}

@font-face {
	font-family: "sserife";
	src: url('../fonts/sserife.ttf');
}

@font-face {
	font-family: 'iconfont';
    src: url('../fonts/iconfont.eot');
    src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/iconfont.woff') format('woff'),
    url('../fonts/iconfont.ttf') format('truetype'),
    url('../fonts/iconfont.svg#iconfont') format('svg');
}

.iconfont{
    font-family:"iconfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.wrapper {
	display: table;
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.wrapper1 {
	display: table;
	width: 1400px;
	height: auto;
	margin: 0 auto;
}

.error {
	height: auto;
}

.error figure {
	display: table;
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.error figure img {
	width: 1200px;
	height: auto;
}

.error figure figcaption {
	position: relative;
	z-index: 2;
	display: table;
	padding: 0 40px;
	width: auto;
	height: 30px;
	margin: 0 auto;
	margin-top: -100px;
	line-height: 30px;
	font-size: 14px;
	letter-spacing: 1px;
	background: #d60000;
	border-radius: 5px;
}

.error figure figcaption a {
	color: #fff;
}


/* side */
.side{
	position:fixed;
	width:54px;
	height:275px;
	right:0;
	top:300px;
	z-index:100;
}
.side ul li{
	width:54px;
	height:54px;
	float:left;
	position:relative;
	border-bottom:1px solid #444; 
	z-index:5; 
	transition:all ease 0.5s; 
	-o-transition:all ease 0.5s; 
	-ms-transition:all ease 0.5s; 
	-moz-transition:all ease 0.5s; 
	-webkit-transition:all ease 0.5s;
}
.side ul li .sidebox{
	position:absolute;
	width:54px;
	height:54px;
	top:0;
	right:0;
	transition:all 0.3s;
	background:#111;
	opacity:0.8;
	filter:Alpha(opacity=80);
	color:#fff;
	font:14px/54px "微软雅黑";
	overflow:hidden; 
	z-index:5;
}
.side ul li .sidetop{
	width:54px;
	height:54px;
	line-height:54px;
	display:inline-block;
	background:#111;
	opacity:0.8;
	filter:Alpha(opacity=80);
	transition:all 0.3s;
}
.side ul li .sidetop:hover{
	background:#d60000;
	opacity:1;
	filter:Alpha(opacity=100);
}
.side ul li img{
	float:left;
}
.side ul li .sidebox1 {
	position:relative;
	width:54px;
	height:54px; 
	background:#111; 
	opacity:0.8; 
	filter:Alpha(opacity=80); 
	z-index:5; 
	transition:all ease 0.5s; 
	-o-transition:all ease 0.5s; 
	-ms-transition:all ease 0.5s; 
	-moz-transition:all ease 0.5s; 
	-webkit-transition:all ease 0.5s;
}
.side ul li .side-wx {
	position:absolute; 
	width:0; 
	height:0; 
	background:url(../img/weixin_code.jpg) no-repeat; 
	z-index:-10; 
	top:0; 
	left:-54px; 
	transition:all ease 0.5s; 
	-o-transition:all ease 0.5s; 
	-ms-transition:all ease 0.5s; 
	-moz-transition:all ease 0.5s; 
	-webkit-transition:all ease 0.5s;
}
.side ul li .sidebox1:hover .side-wx {
	left:-100px; 
	width:100px; 
	height:100px;
}
.side ul li .sidebox1:hover{
	background:#d60000;
	opacity:1;
	filter:Alpha(opacity=100); 
	cursor:pointer;
}

.pagination {
	float: left;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin-top: 20px;
	border: none;
}

.pagination .pagefy {
	width: 100%;
}

.pagination .pagefy a {
	/* display: inline-block; */
	float: left;
	padding: 0 20px;
	cursor: pointer;
	height: 30px;
	line-height: 30px;
	color: #666;
	text-align: center;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.pagination .pagefy a:first-child {
	border-left: 1px solid #ccc;
}

.pagination .pagefy .current {
	background-color: #ccc;
	color: #000;
}

.pagination .pagefy a:hover {
	background-color: #ccc;
}


.header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	height: 90px;
	background: #000;
	background: rgba(0,0,0,.8);
}

.header1 {
	width: 100%;
	height: 90px;
	background: #000;
	background: rgba(0,0,0,.8);
}

.logo {
	float: left;
	display: table;
	margin-top: 20px;
	width: 150px;
	height: 64px;
}

.logo img {
	width: 100%;
}

.hotline {
	float: left;
	display: table;
	width: 200px;
	height: 52px;
	margin-left: 100px;
	margin-top: 19px;
}

.hotline img {
	width: 100%;
	margin-top: 20px;
}

.hotline p {
	width: 200px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-size: 26px;
	letter-spacing:2px;
	font-weight: bold;
}

.search {
	width: 200px;
	height: 22px;
	overflow: hidden;
}

.search-t {
	float: left;
	padding: 0 10px;
	width: 145px;
	height: 22px;
	line-height: 22px;
	font-size: 12px;
	border: none;
	background: #fff;
	background: rgba(255,255,255,.6);
}

.search-s {
	float: left;
	width: 35px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	border: none;
	background: #fff;
	background: rgba(255,255,255,.8);
	cursor: pointer;
}

.search-s i {
	margin: 0 auto;
	font-size: 16px;
	color: #000;
}

nav {
	position: relative;
	float: right;
	display: table;
	width: auto;
	height: 90px;
	margin-left: 50px;
}

.menu-content {
	display: table;
	width: auto;
	height: 90px;
	transition: all ease .5s;
}

.menu-content > li {
	position: relative;
	float: left;
	display: table;
	padding-right: 30px;
	width: auto;
	height: 90px;
	line-height: 90px;
	letter-spacing: 2px;
	text-align: center;
}

.menu-son {
	position: absolute;
	top: 90px;
	left: 0;
	display: table;
	padding: 10px 0;
	width: 130px;
	height: auto;
	background: #000;
	background: rgba(0,0,0,.8);
	opacity: 0;
	visibility: hidden;
	transition: all ease .5s;
}

.menu-son li {
	display: table;
	padding: 0 15px;
	width: auto;
	height: 30px;
	line-height: 30px;
}

.menu-content > li:hover .menu-son {
	visibility: visible;
	opacity: 100;
}

.menu-content > li:last-child {
	margin-right: 0;
}

.menu-dian {
	display: none;
	font-size: 20px;
	margin: 0 20px;
}

.menu-line {
	position: absolute;
	bottom: 0;
	left: -50px;
	width: 40px;
	height: 2px;
	background: #d60000;
	opacity: 0;
	transition: all ease .5s;
}

.menu-content a {
	color: #fff;
}

.menu-content a:hover {
	color: #d60000;
}

.menu-button {
	float: right;
	display: table;
	width: auto;
	height: 50px;
	line-height: 50px;
}

.menu-button i {
	color: #d60000;
	font-size: 40px;
}

/* banner */
.banner {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 800px;
}

.banner-box {
	width: 100%;
	height: 700px;
	text-align: center;
	overflow: hidden;
}

.banner-box img {
	display: block;
	margin: 0 auto;
	width: auto;
	height: 700px;
}

.banner-video {
	width: 100%;
	height: 100%;
	object-fit: fill;
}

/* service */
.service {
	position: relative;
	display: table;
	padding-top: 100px;
	padding-bottom: 50px;
	width: 100%;
	height: auto;
}

.fenlei-title {
	display: table;
	width: 1200px;
	height: auto;
}

.fenlei-tb {
	margin-left: -5px;
	font-size: 50px;
	color: #d60000;
}

.fenlei-chinese {
	display: table;
	width: auto;
	height: 30px;
	line-height: 30px;
	font-size: 24px;
	letter-spacing: 4px;
	color: #000;
}

.fenlei-english {
	display: table;
	width: auto;
	height: 50px;
	line-height: 50px;
	color: #000;
	text-transform: uppercase;
	font-size: 40px;
	font-family: lingxin;
}

.fenlei-line {
	width: 60px;
	height: 2px;
	background: #d60000;
}

.service-box {
	display: table;
	margin-top: 50px;
	width: 1200px;
	height: auto;
}

.service-box ul {
	display: table;
	width: 1200px;
	height: auto;
}

.service-box ul li {
	float: left;
	margin-top: 30px;
	margin-right: 150px;
	width: 300px;
	height: 250px;
	transition: all ease .5s;
}

.service-box ul li:nth-child(3n) {
	margin-right: 0;
}

.service-box ul li i {
	font-size: 60px;
	color: #d60000;
	line-height: 50px;
	transition: all ease .3s;
}

.service-box ul li:hover i {
	font-size: 70px;
}

.service-title {
	display: table;
	width: auto;
	height: 70px;
	color: #000;
	line-height: 70px;
	border-bottom: 1px solid #ccc;
}

.service-title h3 {
	font-weight: normal;
	font-size: 20x;
}

.service-description {
	display: table;
	width: 300px;
	height: auto;
	margin-top: 10px;
	color: #666;
	line-height: 30px;
}

/* project */
.project {
	position: relative;
	display: table;
	padding-top: 100px;
	padding-bottom: 80px;
	width: 100%;
	height: auto;
	background: #f6f6f6;
}

.project-tab {
	height: 50px;
	margin-top: 40px;
	border-bottom: 2px solid #000;
}

.project-tab ul li {
	float: left;
	width: 239px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	border-right: 1px solid #fff;
	background: #f1f1f1;
}

.project-tab ul li:last-child {
	width: 240px;
	border-right: none;
}

.project-tab ul li a {
	display: block;
	width: auto;
	height: 50px;
	color: #000;
}

.project-tab ul li a:hover {
	color: #fff;
	background: #333;
}

.project-title,
.project-box {
	position: relative;
	z-index: 2;
}

.project-box {
	width: 1200px;
	height: auto;
}

.project-box ul {
	display: table;
	width: 1200px;
	height: auto;
}

.project-box ul li {
	position: relative;
	float: left;
	width: 372px;
	height: 290px;
	margin-right: 40px;
	margin-top: 40px;
	overflow: hidden;
}

.project-box ul li:nth-child(3n) {
	margin-right: 0;
}

.project-box ul li figure {
	margin: 0 auto;
	width: 372px;
	height: 290px;
}

.project-box ul li,
.project-box ul li figure figcaption,
.project-box ul li figure img,
.project-box ul li figure figcaption p,
.project-link {
	transition: all ease .5s;
}

.project-box ul li figure img {
	display: block;
	width: 372px;
	height: 240px;
}

.project-box ul li figure figcaption {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px 30px;
	width: 312px;
	height: 40px;
	overflow: hidden;
	background: #fff;
}

.project-box ul li figure figcaption h3 {
	width: 312px;
	height: 40px;
	line-height: 40px;
	font-weight: ;
	color: #000;
}

.project-box ul li figure figcaption p {
	opacity: 0;
}

.project-link {
	position: absolute;
	top: -260px;
	left: 0;
	display: block;
	width: 372px;
	height: 260px;
	color: #fff;
	text-align: center;
	line-height: 260px;
	background: #000;
	background: rgba(0,0,0,.3);
	transition: all ease .5s;
}

.project-link i {
	font-size: 40px;
}

.project-box ul li:hover {
	box-shadow: 0 0 30px #aaa;
}

.project-box ul li:hover figure figcaption {
	bottom: 0;
	height: 100px;
}

.project-box ul li:hover figure figcaption p {
	opacity: 100;
}

.project-box ul li:hover img {
	transform: scale(1.1);
}

.project-box ul li:hover .project-link {
	top: 0;
}

.project-more {
	position: relative;
	margin-top: 50px;
	width: 150px;
	height: 35px;
	line-height: 35px;
	background: #000;
	overflow: hidden;
}

.project-more a {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	display: block;
	width: 150px;
	height: 35px;
	text-align: center;
	color: #fff;
	letter-spacing: 2px;
}

.project-more i {
	font-size: 20px;
	color: #fff;
}

.project-more span {
	position: absolute;
	top: 0;
	left: -150px;
	z-index: 1;
	width: 150px;
	height: 35px;
	background: #d60000;
	transition: all ease .5s;
}

.project-more:hover span {
	left: 0;
}

/* fenge */
.fenge {
	position: relative;
	width: 100%;
	height: 400px;
	background: url(../img/fenge-bg.jpg) no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.fenge-box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 400px;
	background: #000;
	background: rgba(0,0,0,.4);
}

.fenge-chinese {
	display: table;
	margin-top: 110px;
	width: 1200px;
	height: auto;
	text-align: center;
	line-height: 80px;
	font-size: 40px;
	letter-spacing: 4px;
	color: #fff;
}

.fenge-english {
	display: table;
	width: 1200px;
	height: auto;
	text-align: center;
	font-size: 18px;
	color: #fff;
}


/* about */
.about {
	display: table;
	padding-top: 100px;
	width: 100%;
	height: auto;
}

.about-text {
	display: table;
	margin-bottom: 80px;
	margin-top: 30px;
	height: auto;
}

.about-text p {
	margin-top: 20px;
	font-size: 16px;
	line-height: 30px;
}

.about-video {
	width: 100%;
	height: 750px;
	object-fit: fill;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}


/* liucheng */
.liucheng {
	display: table;
	padding-top: 100px;
	padding-bottom: 100px;
	width: 100%;
	height: auto;
	background: #f1f1f1;
}

.liucheng-box {
	height: 366px;
	margin-top: 50px;
}

.liucheng-box img {
	display: block;
	width: 100%;
	height: 366px;
}


/* news */
.news {
	display: table;
	padding-top: 100px;
	padding-bottom: 100px;
	width: 100%;
	height: auto;
	background: #f6f6f6;
}

.news-title {
	margin-top: 60px;
	height: 40px;
}

.news-title ul {
	display: table;
	width: auto;
	height: 40px;
}

.news-title ul li {
	float: left;
	display: table;
	width: auto;
	height: 40px;
	padding-right: 50px;
	font-size: 18px;
	font-weight: bold;
}

.news-title ul li a {
	color: #000;
}

.news-title ul li:hover a {
	color: #d60000;
}

.news-box {
	display: table;
	height: auto;
}

.news-box ul {
	display: table;
	width: 1200px;
	height: auto;
}

.news-box ul li {
	float: left;
	width: 380px;
	height: 400px;
	margin-right: 30px;
	margin-top: 30px;
	transition: all ease .5s;
}

.news-box ul li:hover {
	box-shadow: 0 0 30px #aaa;
}

.news-box ul li:nth-child(3n) {
	margin-right: 0;
}

.news-img {
	width: 380px;
	height: 220px;
}

.news-img img {
	display: block;
	width: 380px;
	height: 220px;
}

.news-content {
	padding: 20px;
	width: 340px;
	height: 140px;
	background: #fff;
}

.news-content-title {
	width: 340px;
	height: 40px;
	line-height: 40px;
	font-weight: normal;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.news-content-title-link {
	color: #000;
}

.news-content-title-link:hover {
	color: #d60000;
}

.news-content-time {
	margin: 10px 0;
	width: 340px;
	height: 30px;
	line-height: 30px;
}

.news-content-time i {
	font-size: 16px;
	color: #d60000;
}

.news-content-time a {
	color: #666;
}

.news-content-time span {
	color: #666;
}

.news-content-time span:nth-child(2) {
	margin-right: 20px;
}

.news-content-description {
	width: 340px;
	height: 50px;
	line-height: 25px;
	color: #666;
	letter-spacing: .5px;
	overflow: hidden;
}

/* contact */
.contact {
	display: table;
	padding-top: 100px;
	padding-bottom: 50px;
	width: 100%;
	height: auto;
}

.contact-map {
	width: 1200px;
	height: 550px;
	margin-top: 50px;
}

.contact-text {
	display: table;
	margin-top: 50px;
	height: auto;
}

.contact-text ul {
	display: table;
	width: 1200px;
	height: auto;
}

.contact-text ul li {
	float: left;
	display: table;
	width: 300px;
	height: auto;
}

.contact-tb {
	width: 300px;
	height: 100px;
	line-height: 100px;
	text-align: center;
}

.contact-tb i {
	font-size: 40px;
	color: #d60000;
}

.contact-nr {
	display: table;
	padding: 0 30px;
	width: 240px;
	height: auto;
	line-height: 30px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

.contact-nr1 {
	font-size: 16px;
}

/* footer */
footer {
	display: table;
	padding-top: 80px;
	width: 100%;
	height: auto;
	background: #444;
}

.footer-menu {
	display: table;
	float: left;
	padding-bottom: 50px;
	width: 200px;
	height: auto;
}

.footer-menu ul {
	display: table;
	width: 200px;
	height: auto;
}

.footer-menu ul li {
	width: 200px;
	height: 30px;
	line-height: 30px;
	letter-spacing: 1px;
}

.footer-menu ul li h5 {
	font-weight: normal;
}

.footer-menu ul li a {
	color: #bbb;
}

.footer-menu ul li:first-child a {
	color: #eee;
}

.footer-menu ul li a:hover {
	color: #fff;
}

.footer-bottom {
	width: 100%;
	height: 180px;
	background: #222;
}

.footer-logo {
	float: left;
	margin-top: 52px;
	width: 238px;
	height: 76px;
}

.footer-logo img {
	width: 238px;
	height: 76px;
}

.footer-lixianbao {
	float: left;
	margin-top: 45px;
	margin-left: 80px;
	width: 230px;
	height: 90px;
	border-right: 1px solid #333;
}

.footer-lixianbao img {
	display: block;
	float: left;
	width: 90px;
	height: 90px;
}

.footer-lixianbao figcaption {
	float: left;
	padding-top: 15px;
	width: 90px;
	height: 75px;
	text-align: center;
	color: #999;
	letter-spacing: 1px;
	line-height: 30px;
}

.footer-banquan {
	float: left;
	height: 90px;
	margin-top: 45px;
	margin-left: 60px;
}

.footer-banquan p {
	font-size: 12px;
	color: #999;
	line-height: 30px;
	letter-spacing: 1px;
}

.footer-banquan p a {
	color: #999;
}

/* 内页 */
.n-banner {
	width: 100%;
	height: 500px;
}

.about-banner {
	width: 100%;
	height: 500px;
	text-align: center;
	overflow: hidden;
}

.about-banner img {
	display: block;
	margin: 0 auto;
	width: 1920px;
	height: 500px;
}

.animation-banner {
	background: url(../img/animation-banner.jpg) no-repeat center;
	background-size: cover;
}

.movie-banner {
	background: url(../img/movie-banner.jpg) no-repeat center;
	background-size: cover;
}

.peiyin-banner {
	background: url(../img/peiyin-banner.jpg) no-repeat center;
	background-size: cover;
}

.plan-banner {
	background: url(../img/plan-banner.jpg) no-repeat center;
	background-size: cover;
}

.vr-banner {
	background: url(../img/vr-banner.jpg) no-repeat center;
	background-size: cover;
}

.news-banner {
	background: url(../img/news-banner.jpg) no-repeat center;
	background-size: cover;
}

.nabout-box {
	display: table;
	width: 100%;
	height: auto;
}

.nabout-title {
	width: 100%;
	height: 100px;
	background: #f1f1f1;
}

.nabout-title ul {
	height: 100px;
}

.nabout-title ul li {
	float: left;
	width: 299px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	font-size: 18px;
	letter-spacing: 2px;
	border-right: 1px solid #fff;
	transition: all ease .5s;
}

.nabout-title ul li:first-child {
	width: 298px;
	border-left: 1px solid #fff;
}

.nabout-title ul li a {
	color: #000;
}

.nabout-title ul li:hover {
	background: #ddd;
}

.nabout-content {
	display: table;
	height: auto;
	margin-top: 80px;
	margin-bottom: 100px;
}

.nabout-content-title {
	display: table;
	width: 1200px;
	height: auto;
}

.nabout-content-title h2 {
	font-size: 50px;
	text-align: center;
	letter-spacing: 2px;
	line-height: 80px;
	color: #d60000;
}

.nabout-content-title span {
	display: block;
	margin: 0 auto;
	width: 100px;
	height: 2px;
	background: #ccc;
}

.nabout-content-title p {
	display: table;
	width: 1200px;
	height: auto;
	line-height: 30px;
	text-align: center;
	letter-spacing: 1px;
	color: #999;
}

.nabout-text {
	display: table;
	width: 900px;
	height: auto;
	margin: 0 auto;
	margin-top: 20px;
}

.nabout-text p {
	margin-top: 10px;
	line-height: 30px;
	text-align: center;
}

.nabout-service {
	display: table;
	width: 1200px;
	height: auto;
	margin-top: 80px;
}

.nabout-service-title {
	text-align: center;
	line-height: 50px;
	font-size: 20px;
	color: #666;
	letter-spacing: 2px;
}

.nabout-service-content {
	display: table;
	width: 1200px;
	height: auto;
}

.nabout-service-content ul {
	display: table;
	width: 1200px;
	height: auto;
}

.nabout-service-content ul li {
	position: relative;
	float: left;
	width: 158px;
	height: 158px;
	margin-right: 48px;
	margin-top: 50px;
	text-align: center;
	border: 1px solid #ccc;
	border-radius: 50%;
}

.nabout-service-content ul li:last-child {
	margin-right: 0;
}

.nabout-service-content ul li i {
	color: #fff;
	font-size: 44px;
}

.nabout-service-content ul li span {
	display: block;
	text-align: center;
	color: #000;
	line-height: 30px;
	letter-spacing: 2px;
}

.nabout-service-content ul li p {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 118px;
	height: 108px;
	padding-top: 10px;
	border-radius: 50%;
	background: #ccc;
}

.nabout-customer {
	display: table;
	width: 1200px;
	height: auto;
	margin-top: 80px;
}

.nabout-customer ul {
	display: table;
	width: 1200px;
	height: auto;
}

.nabout-customer ul li {
	float: left;
	width: 200px;
	height: 100px;
}

.nabout-customer ul li:nth-child(6n) {
	width: 200px;
}

.nabout-customer ul li:nth-child(6n) figure {
	width: 200px;
}

.nabout-customer ul li:nth-child(6n) figure img {
	width: 200px;
}

.nabout-customer ul li figure {
	position: relative;
	width: 200px;
	height: 100px;
}

.nabout-customer ul li figure img {
	width: 200px;
	height: 100px;
	filter: grayscale(100%);
	transition: all ease .5s;
}

.nabout-customer ul li figure:hover img {
	filter: grayscale(0);
}

/* donghua */
.donghua-top {
	display: table;
	width: 100%;
	height: auto;
}

.donghua-top ul {
	display: table;
	width: 100%;
	height: auto;
}

.donghua-top ul li {
	float: left;
	width: 20%;
	height: 200px;
	overflow: hidden;
}

.donghua-top ul li figure {
	position: relative;
	width: 100%;
	height: 200px;
}

.donghua-top ul li figure img {
	width: 100%;
	height: 100%;
	transition: all ease .5s;
}

.donghua-top ul li figure figcaption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 200px;
	line-height: 200px;
	font-size: 24px;
	text-align: center;
	color: #fff;
	background: #000;
	background: rgba(0,0,0,.6);
	transition: all ease .5s;
	opacity: 100;
}

.movie-top ul li {
	width: 25%;
	height: 250px;
}

.movie-top ul li figure {
	height: 250px;
}

.movie-top ul li figure figcaption {
	height: 250px;
	line-height: 250px;
}

.peiyin-top ul li {
	width: 33.33%;
	height: 250px;
}

.peiyin-top ul li figure {
	height: 250px;
}

.peiyin-top ul li figure figcaption {
	height: 250px;
	line-height: 250px;
}


.donghua-top ul li figure:hover img {
	transform: scale(1.2);
}

.donghua-top ul li figure:hover figcaption {
	transform: scale(0);
	opacity: 0;
}

.donghua-box {
	display: table;
	width: 100%;
	height: auto;
	margin-top: 80px;
	margin-bottom: 80px;
}

.fenye {
	display: table;
	margin-top: 50px;
	width: auto;
	height: 30px;
}

.fenye ul {
	display: table;
	width: auto;
	height: 30px;
}

.fenye ul li {
	float: left;
	display: table;
	padding: 0 5px;
	width: auto;
	height: 30px;
	line-height: 30px;
	background: #eee;
	transition: all ease .5s;
	border-right: 1px solid #fff;
}

.fenye ul li:last-child {
	border-right: none;
}

.fenye ul li a {
	display: block;
	padding: 0 20px;
	height: 30px;
	color: #000;
}

.fenye ul li:hover {
	background: #d60000;
}

/* movies */
.movies-box {
	display: table;
	padding: 80px 0;
	width: 100%;
	height: auto;
}

.movies-bg {
}

.movies-title {
	width: 100%;
	height: 50px;
	margin-bottom: 50px;
	margin-top: 50px;
}

.movies-title ul {
	display: table;
	width: auto;
	height: 50px;
}

.movies-title ul li {
	float: left;
	display: table;
	padding: 0 50px;
	margin: 0 10px;
	width: auto;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	letter-spacing: 1px;
	border: 1px solid #ccc;
	background: #f6f6f6;
	transition: all ease .5s;
}

.movies-title ul li:hover {
	background: #fff;
}

.movies-title ul li a {
	color: #000;
}

.peiyin-banner {
	background: url(../img/peiyin-banner.jpg) no-repeat center;
	background-size: cover;
}

.peiyin-title ul li {
	width: 399px !important;
}

.peiyin-title ul li:first-child {
	width: 398px !important;
}

/* single */
.single-box {
	display: table;
	width: 100%;
	height: auto;
	padding: 50px 0;
}

.single-top {
	display: table;
	width: 1200px;
	height: auto;
}

.single-title {
	text-align: center;
	font-size: 24px;
	line-height: 50px;
}

.single-time {
	display: table;
	margin: 0 auto;
	width: auto;
	height: 30px;
	line-height: 30px;
	color: #666;
}

.single-time span {
	float: left;
	display: block;
	margin: 0 5px;
}

.single-time a h2 {
	float: left;
	margin: 0 5px;
	font-weight: normal;
	font-size: 14px;
}

.single-time a {
	color: #666;
}

.single-time a:hover {
	color: #d60000;
}

.single-description {
	display: table;
	margin: 0 auto;
	width: 900px;
	height: auto;
	line-height: 30px;
	text-align: center;
	color: #666;
}

.single-bottom {
	width: 1200px;
	height: 600px;
	margin-top: 80px;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 0 50px #ccc;
}

.single-video {
	width: 1200px;
	height: 600px;
}

.single-tuijian {
	display: table;
	margin-top: 50px;
	width: 1200px;
	height: auto;
}

.single-tuijian-title {
	width: 1200px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 3px solid #333;
}

.single-content ul li {
	width: 208px;
	height: 190px;
	margin-right: 40px;
	margin-top: 40px;
	overflow: hidden;
}

.single-content ul li:nth-child(3) {
	margin-right: 40px;
}

.single-content ul li:nth-child(5n) {
	margin-right: 0;
}

.single-content ul li figure {
	width: 208px;
	height: 190px;
}

.single-content ul li figure img {
	width: 208px;
	height: 150px;
}

.single-content ul li figure figcaption {
	padding: 10px 20px;
	width: 168px;
	height: 40px;
	background: #f1f1f1;
}

.single-content ul li figure figcaption h3 {
	width: 168px;
	height: 40px;
	line-height: 40px;
	font-weight: ;
	color: #000;
}

.project-box ul li:hover figure figcaption {
	bottom: 0;
	height: 100px;
}

.project-box ul li:hover figure figcaption p {
	opacity: 100;
}

.project-box ul li:hover img {
	transform: scale(1.1);
}

.project-box ul li:hover .project-link {
	top: 0;
}

.news-info {
	display: table;
	width: 1200px;
	height: auto;
	margin-top: 30px;
}

.news-info p {
	margin: 10px 0;
	line-height: 30px;
	text-indent: 2em;
}

.news-info img {
	display: block;
	width: auto;
	margin: auto;
	max-width: 800px;
}

.news-info-line {
	margin-top: 50px;
	width: 1200px;
	height: 2px;
	background: #000;
}

.news-shangxia {
	display: table;
	margin-top: 10px;
	width: 1200px;
	height: auto;
}

.news-shangxia p {
	line-height: 30px;
}

.news-shangxia p a {
	color: #333;
}

.news-shangxia p a:hover {
	color: #d60000;
}

.single-miaobaoxie {
	margin-bottom: 50px;
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #eee;
}

.single-miaobaoxie-neirong {
	height: 40px;
	line-height: 40px;
}

.single-miaobaoxie-neirong i {
	float: left;
	font-size: 20px;
	color: #000;
}

.single-miaobaoxie-neirong span {
	color: #d60000;
}

.single-miaobaoxie-neirong span a {
	color: #333;
}

.single-miaobaoxie-neirong span a:hover {
	color: #d60000;
}

.single-miaobaoxie1 {
	margin-top: 50px;
}

.single-miaobaoxie-neirong h1 {
	float: left;
	margin: 0 10px;
	font-size: 16px;
	color: #d60000;
}

.single-miaobaoxie-tb {
	float: left;
}

.single-miaobaoxie-neirong span {
	display: block;
	float: left;
}

.nsearch {
	display: table;
	width: 1200px;
	height: auto;
	margin-bottom: 80px;
}

.nsearch-left {
	float: left;
	display: table;
	padding: 20px 0;
	width: 220px;
	height: auto;
	background: #333;
}

.nsearch-left > ul {
	width: 220px;
	height: auto;
}

.nsearch-left > ul > li {
	position: relative;
	padding: 0 20px;
	width: 180px;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	letter-spacing: 1px;
	border-bottom: 1px solid #222;
	transition: all ease .5s;
}

.nsearch-left > ul > li:hover {
	background: #444;
}

.nsearch-left > ul > li > a {
	display: block;
	float: right;
	width: 120px;
	color: #fff;
}

.nsearch-left > ul > li p {
	float: left;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #eee;
}

.nsearch-left > ul > li p i {
	font-size: 24px;
}

.aside-father h3 {
	font-size: 14px;
	font-weight: normal;
}

.aside-son {
	display: table;
	position: absolute;
	z-index: 1;
	top: 0;
	right: -2px;
	width: 0;
	height: 0;
	background: #333;
	transition: all ease .3s;
	opacity: 0;
	overflow: hidden;
}

.aside-son li {
	width: 0;
	height: 0;
	line-height: 40px;
	font-size: 14px;
	letter-spacing: 1px;
	border-bottom: 1px solid #222;
	transition: all ease .3s;
}

.aside-son li a {
	display: block;
	width: 110px;
	color: #fff;
}

.aside-father:hover .aside-son {
	right: -152px;
	width: 150px;
	height: auto;
	opacity: 100;
}

.aside-father:hover .aside-son li {
	padding: 0 20px;
	width: 110px;
	height: 40px;
}

.aside-son li:hover {
	background: #444;
}

.nsearch-right {
	display: table;
	float: right;
	width: 940px;
	height: auto;
	margin-left: 40px;
}

.nsearch-right ul {
	display: table;
	width: 940px;
	height: auto;
}

.nsearch-right ul li {
	width: 940px;
	height: 160px;
	margin-bottom: 30px;
}

.nsearch-right ul li figure {
	width: 940px;
	height: 160px;
}

.nsearch-right ul li figure img {
	display: block;
	float: left;
	width: 240px;
	height: 160px;
}

.nsearch-right ul li figure figcaption {
	float: left;
	width: 660px;
	height: 160px;
	padding: 0 20px;
	background: #f1f1f1;
}

.nsearch-right ul li figure figcaption a {
	color: #000;
}

.nsearch-right ul li figure figcaption h2 {
	width: 660px;
	height: 50px;
	line-height: 50px;
	letter-spacing: .5px;
	font-size: 16px;
}

.nsearch-right ul li figure figcaption span {
	display: block;
	width: 660px;
	height: 50px;
	line-height: 25px;
	color: #333;
}

.nsearch-right ul li figure figcaption p {
	display: table;
	margin-top: 10px;
	padding: 0 30px;
	width: auto;
	height: 30px;
	line-height: 30px;
	color: #fff;
	letter-spacing: 1px;
	background: #333;
	transition: all ease .5s;
}

.nsearch-right ul li figure figcaption p a {
	color: #fff;
	font-size: 12px;
}

.nsearch-right ul li figure figcaption p:hover {
	background: #444;
}













































