@charset "utf-8";
/* CSS Document */

.hexin {
	padding-top: 80px;
	margin-bottom: 80px;
}
.hexin ul {
	margin-top: 30px;
	height: 130px;
}
.hexin ul li {
	float: left;
	width: 265px;
	padding-right: 20px;
	margin-right: 20px;
	height: 130px;
	display: block;
}
.hexin ul li:nth-child(1) {
	background: url(../img/hx1.png) 20px center no-repeat #fafafa;
}
.hexin ul li:nth-child(2) {
	background: url(../img/hx2.png) 20px center no-repeat #fafafa;
}
.hexin ul li:nth-child(3) {
	background: url(../img/hx3.png) 20px center no-repeat #fafafa;
}
.hexin ul li:nth-child(4) {
	background: url(../img/hx4.png) 20px center no-repeat #fafafa;
	margin-right: 0px;
}
.hexin ul li p {
	display: block;
	margin-left: 90px;
	margin-top: 30px;
	font-size: 20px;
	color: #000;
}
.hexin ul li span {
	display: block;
	margin-left: 90px;
	margin-top: 6px;
	font-size: 14px;
}
.hexin ul li:hover {
	background-color: #fff;
	box-shadow: -0.5px -0.5px 5px 5px rgba(0,0,0,0.05);
}
.slideTxtBox {
	overflow: hidden;
	margin-top: 30px;
}
.slideTxtBox .hd {
	position: relative;
}
.slideTxtBox .hd ul {
	overflow: hidden;
}
.slideTxtBox .hd ul li {
	float: left;
	padding: 0 30px;
	cursor: pointer;
	border-right: 1px solid #aeaeae;
	height: 20px;
	line-height: 20px;
}
.slideTxtBox .hd ul li:last-child {
	border-right: 0px;
}
.slideTxtBox .hd ul li.on {
	color: #df8b45;
}
.slideTxtBox .bd ul {
	overflow: hidden;
}
.slideTxtBox .bd li {
	display: block;
	float: left;
	margin-right: 30px;
	margin-top: 30px;
	width: 320px;
	padding: 30px;
	background: #fafafa;
	text-align: center;
	overflow: hidden;
}
.slideTxtBox .bd li:nth-child(3n) {
	margin-right: 0px;
}
.slideTxtBox .bd li img {
	width: 320px;
	height: 238px;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	transition: .5s all;
	-webkit-transform: scale(1, 1) rotate(0);
	-ms-transition: .5s all;
}
.slideTxtBox .bd li:hover img {
	-webkit-transform: scale(1.06, 1.06);
	-moz-transform: scale(1.06, 1.06);
	-o-transform: scale(1.06, 1.06);
	transform: scale(1.06, 1.06);
	-ms-transform: scale(1.06, 1.06);
}
.slideTxtBox .bd li span {
	font-size: 18px;
	color: #df8b45;
	height: 50px;
	line-height: 50px;
	margin-top: 10px;
}
a.more {
	display: block;
	margin: 60px auto;
	background: #df8b45;
	width: 200px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
}
a.more:hover {
	transition: all .6s;
	background: rgba(0,0,0,0.2);
	color: #000;
}
a.more1 {
	margin-left: 0px;
}
a.more1:hover {
	color: #fff;
}
.case {
	background: url(../img/bg_case.jpg) center top no-repeat #fafafa;
	overflow: hidden;
	padding: 70px 0px;
	height: 590px;
}
.case li {
	display: block;
	float: left;
	margin-right: 30px;
	position: relative;
	width: 585px;
	height: 434px;
	margin-top: 30px;
}
.case li:nth-child(2n) {
	margin-right: 0px;
}
.case li img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}
.case li span {
	display: none;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 545px;
	background: rgba(0,0,0,0.5);
	height: 50px;
	color: #df8b45;
	padding: 20px;
	font-size: 18px;
	line-height: 26px;
	transition: all 0.35s ease;
	-webkit-transition: all 0.35s ease;
}
.case li:hover span {
	display: block;
	transition: all .6s;
}
.about {
	background: url(../img/bg_about.jpg) center top no-repeat;
	height: 520px;
	padding: 100px 0px;
	overflow: hidden;
}
.about .right {
	width: 580px;
}
.about .right .shipin {
	width: 580px;
	margin: 20px 0px;
}
.about .right .shipin #pic {
	background: url(../img/movie.jpg) center no-repeat;
	width: 580px;
	height: 220px;
	display: block;
	cursor: pointer;
}
.about .right .shipin #play {
	display: none;
	width: 580px;
	height: 220px;
}
.about .right p {
	font-size: 14px;
	color: #adadad;
	line-height: 26px;
}
.news {
	margin: 70px auto;
}
.news ul {
	padding: 30px 0px 20px 0px;
	overflow: hidden;
}
.news ul li {
	display: block;
	float: left;
	margin-right: 30px;
	padding-bottom: 30px;
	width: 378px;
	overflow: hidden;
	border: 1px solid #fff;
}
.news ul li:hover {
	border: 1px solid #df8b45;
}
.news ul li:nth-child(3n) {
	margin-right: 0px;
}
.news ul li img {
	display: block;
	width: 100%;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	transition: .5s all;
	-webkit-transform: scale(1, 1) rotate(0);
	-ms-transition: .5s all;
}
.news ul li:hover img {
	-webkit-transform: scale(1.06, 1.06);
	-moz-transform: scale(1.06, 1.06);
	-o-transform: scale(1.06, 1.06);
	transform: scale(1.06, 1.06);
	-ms-transform: scale(1.06, 1.06);
}
.news ul li span {
	display: block;
	padding: 0px 5%;
	height: 50px;
	line-height: 26px;
	font-size: 18px;
	margin-top: 20px;
}
.news ul li p {
	display: block;
	line-height: 26px;
	padding-bottom: 20px;
	margin: 20px 5%;
	color: #999;
	border-bottom: 1px solid #ddd;
}
.news ul li em {
	display: block;
	margin: 0px 5%;
	color: #999;
	height: 20px;
	line-height: 20px;
}
.news ul li:hover span {
	color: #df8b45;
}
.news ul li:hover em {
	background: url(../img/icon5.png) 320px center no-repeat;
}
