﻿.banner img {
	width: 100%;
	height: 400px;
}
.inner {
	width: 1200px;
	margin: 0 auto;
}

.dot {
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #cbcbcb;
	margin-right: 10px;
	vertical-align: 1px;
}
/* nav */

.nav {
	width: 100%;
	height: 60px;
	background: url(nav.jpg) no-repeat;
	background-size: 100% 100%;
}
.nav .nav_box {
	width: 1000px;
	margin: 0 auto;
	padding: 0 13px;
	background: url(lhnavbar.png) no-repeat center;
}
.nav .nav_box li {
	width: 190px;
	height: 40px;
	line-height: 40px;
	margin-top: 9px;
	float: left;
}
.nav .nav_box li:nth-child(1) {
	border-left: none;
}
.nav .nav_box li a {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}
.nav .nav_box li:hover a {
	font-size: 24px;
	transition: 0.2s;
}
.nav .nav_box .on {
	font-size: 20px;
	transition: 0.2s;
}

/* floor1 */
.floor1 {
	margin-top: 20px;
}
.floor1 .title {
	margin: 20px 0;
	text-align: center;
}
.floor1 .title a {
	font-size: 24px;
	color: #bf0010;
}
.floor1 .news_list {
	width: 490px;
}
.floor1 .news_list dt {
	margin-bottom: 18px;
}

 h3 {
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.floor1 .news_list h2 a {
	color: #a31a1a;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
}
 .abs {
	height: 80px;
	border-bottom: 1px dashed #666;
	text-indent: 2em;
	text-align: justify;
	margin-bottom: 10px;
}
.abs .detail {
	color: #a31a1a;
}
 .abs a {
	height: 80px;
	line-height: 25px;
	color: #666;
}
.news_list dd {
	height: 32px;
	line-height: 32px;
}
.time {
	float: right;
	color: #666;
}

.floor2 {
	margin: 20px 0;
}
.floor2 .banner_pic {
	width: 100%;
	height: 100px;
}

.project {
	text-align: center;
	margin: 10px 0;
}
.project img {
	width: 300px;
	height: 60px;
}

.project_detail {
	padding-bottom: 20px;
	background: url(project_bg_11.jpg) no-repeat;
}
.project_detail .title {
	text-align: center;
	padding: 10px 0;
}
.project_detail .title a {
	color: #f42d36;
	font-size: 25px;
}
 .project_abs {
 	line-height: 24px;
	text-indent: 2em;
	padding: 0 20px;
}

.project_detail2 {
	padding-bottom: 20px;
	background: #fbeee1;
}
.project_detail2 .title {
	text-align: center;
	padding: 10px 0;
}
.project_detail2 .title a {
	color: #f42d36;
	font-size: 25px;
}


.floor3 .title {
	position: relative;
}
.floor3 .title .more {
	position: absolute;
	top: 38px;
	right: 30px;
	width: 100px;
}
.floor3 .con {
	width: 650px;
}
.floor3 .con img {
	width: 150px;
	height: 100px;
}
.floor3 .con_left_list li {
	margin-top: 10px;
}

.floor3 .con .abs {
	border-bottom: none;
}

.floor3 .news_list {
	width: 490px;
}
.floor3 .news_list img {
	width: 150px;
	height: 100px;
}
.floor3 .news_list .abs {
	width: 330px;
	margin-left: 10px;
	border-bottom: none;
	margin-top: 0;
	margin-bottom: 0;
}
.floor3 .news_list dt {
	padding-bottom: 20px;
	border-bottom: 1px dashed #666;
}

.floor4 .title {
	position: relative;
}
.floor4 .title .more {
	position: absolute;
	top: 38px;
	right: 30px;
	width: 100px;
}
.floor4 .bd {
	width: 650px;
	height: 360px;
}
.floor4 .bd .pic {
	position: relative;
	overflow: hidden;
}
.floor4 .bd img {
	width: 100%;
	height: 360px;
}
.floor4 .right {
	width: 490px;
}
.floor4 .right li {
	float: left;
	position: relative;
	overflow: hidden;
	margin-top: 18px;
}
.floor4 .right li:nth-child(3),.floor4 .right li:nth-child(4) {
	margin-bottom: 0;
}
.floor4 .right li:nth-child(2),.floor4 .right li:nth-child(4) {
	margin-right: 0;
}
.floor4 .right img {
	width: 150px;
	height: 100px;
	transform: scale(1,1);
}
.floor4 .right .title {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	height: auto;
}
.floor4 .right .abs {
	width: 330px;
	margin-bottom: 0;
	margin-top: 0;
	margin-left: 10px;
	border: 0;
}
.floor4 .right a:hover {
	color: #bf0010;
}
.floor4 .con {
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: block;
	position: absolute;
	bottom: 0;
	background: rgba(0,0,0,0.5);
}
.floor4 .con a {
	color: #fff;
}
.floor4 .con a:hover {
	color: #088fe4;
}

.floor4 .play {
	background: url(play_icon.png) no-repeat;
	background-size: 100% 100%;
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 160px;
	left: 300px;
	z-index: 1000;
}

.floor4 .right .active{ transition: 0.5s;transform: scale(1.1,1.1);}
.floor4 .left .active{ transition: 0.5s;transform: scale(1.1,1.1);}
.normal {transition: 0.5s;transform: scale(1,1);}


.footer{
	width: 100%;
	height: 133px;
	background-color: #be0000;
	padding-top: 40px;
	margin-top: 20px;
}
.footerp{
	text-align: center;
	color: #fff;
	height: 24px;line-height: 24px;
	font-size: 15px;
}