@charset "utf-8";
/* CSS Document */

.prolists {
	overflow: hidden;
}
.prolists h2 {
	font-size: 22px;
	color: #0089e1;
	font-weight: bold;
	display: block;
	height: 60px;
	line-height: 60px;
	padding-left: 40px;
}
.prolists h2.h2-1 {
	background: url(../img/icon50.png) left center no-repeat;
}
#menu {
	padding: 20px 0px;
	overflow: hidden;
}
#menu li {
	display: block;
	float: left;
	border: 1px solid #ddd;
	height: 38px;
	line-height: 38px;
	margin-right: 7px;
	margin-bottom: 10px;
}
#menu li a {
	display: block;
	padding: 0px 15px;
}
#menu li:hover a, #menu li a.active {
	background: #0089e1;
	color: #fff;
	border-color: #0089e1;
}
.p-list {
	overflow: hidden;
}
.p-list li {
	display: block;
	float: left;
	margin-right: 30px;
	margin-bottom: 15px;
	width: 378px;
	height: 289px;
	overflow: hidden;
	border: 1px solid #ddd;
	position: relative;
}
.p-list li:nth-child(3n) {
	margin-right: 0px;
}
.p-list li img {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	-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;
}
.p-list li span {
	display: none;
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 0px;
	left: 0px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	background: rgba(0,0,0,0.5);
	font-size: 16px;
}
.p-list 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);
}
.p-list li:hover span {
	display: block;
}
.ad {
	height: 133px;
	line-height: 133px;
	background: url(../img/bg.png) center no-repeat;
	margin-top: 80px;
	margin-bottom: 50px;
	overflow: hidden;
}
.ad p {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 30px;
	height: 133px;
	line-height: 133px;
}
.ad p span {
	font-size: 40px;
	color: #fff;
}
.ad p em {
	font-size: 34px;
	font-weight: bold;
	color: #e8370d;
	background: url(../img/icon51.png) left center no-repeat;
	padding-left: 40px;
	margin: 0px 20px;
	font-style: normal;
}
.liyou {
	padding: 60px 0px;
	overflow: hidden;
}
.liyou h2 {
	font-size: 22px;
	color: #0089e1;
	font-weight: bold;
	display: block;
	height: 60px;
	line-height: 60px;
	padding-left: 40px;
	margin-bottom: 30px;
}
.liyou h2.h2-1 {
	background: url(../img/icon52.png) left center no-repeat;
}
.liyou .left {
	width: 600px;
}
.liyou .left h1 {
	font-size: 38px;
	font-weight: bold;
	margin: 30px 0px 0px 0px;
}
.liyou .left h3 {
	font-size: 28px;
	line-height: 60px;
	height: 60px;
	font-weight: normal;
}
.liyou .left p {
	line-height: 28px;
	display: block;
	margin-top: 30px;
}
.liyou .left a {
	color: #fff;
	font-weight: bold;
	background: #0089e1;
	width: 239px;
	height: 52px;
	line-height: 52px;
	text-align: center;
	display: block;
	margin-top: 50px;
}
.liyou .left a:hover {
	background: #e8370d;
}
.liyou .right {
	width: 530px;
	overflow: hidden;
}
.liyou .right ul li {
	display: block;
	float: left;
	margin-right: 30px;
	width: 250px;
	height: 250px;
	margin-bottom: 30px;
}
.liyou .right ul li:nth-child(1) {
	background: url(../img/icon53.png) center no-repeat;
}
.liyou .right ul li:nth-child(2) {
	background: url(../img/icon54.png) center no-repeat;
}
.liyou .right ul li:nth-child(3) {
	background: url(../img/icon55.png) center no-repeat;
}
.liyou .right ul li:nth-child(4) {
	background: url(../img/icon56.png) center no-repeat;
}
.liyou .right ul li:nth-child(2n) {
	margin-right: 0px;
}
.liyou .right ul li span {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 40px;
	margin-top: 130px;
}
.liyou .right ul li em {
	display: block;
	text-align: center;
	color: #fff;
	font-style: normal;
}
.liyou .right ul li:hover span {
	color: #e8370d;
}
.liyou .right ul li:hover em {
	color: #e8370d;
}
.case {
	background: #eeeff3;
	overflow: hidden;
	padding: 70px 0px;
}
.case h2 {
	display: block;
	font-size: 38px;
	font-weight: bold;
	text-align: center;
}
.picScroll-left {
	overflow: hidden;
	position: relative;
}
.picScroll-left .bd {
	padding: 60px 0px;
	overflow: hidden;
}
.picScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
}
.picScroll-left .bd ul li .left {
	width: 750px;
	height: 421px;
}
.picScroll-left .bd ul li .left img {
	width: 100%;
	height: 100%;
}
.picScroll-left .bd ul li .right {
	width: 400px;
}
.picScroll-left .bd ul li .right h4 {
	display: block;
	font-size: 24px;
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #ddd;
	font-weight: normal;
}
.picScroll-left .bd ul li .right p {
	display: block;
	line-height: 30px;
	margin: 50px 0px;
}
.picScroll-left .bd ul li .right span {
	color: #fff;
	font-weight: bold;
	background: #0089e1;
	width: 239px;
	height: 52px;
	line-height: 52px;
	text-align: center;
	display: block;
	margin-top: 50px;
}
.picScroll-left .bd ul li .right span:hover {
	background: #e8370d;
}
.picScroll-left .hd {
	overflow: hidden;
	width: 118px;
	margin: 20px auto;
}
.picScroll-left .hd .prev, .picScroll-left .hd .next {
	display: block;
	width: 54px;
	height: 54px;
	float: left;
	overflow: hidden;
	cursor: pointer;
}
.picScroll-left .hd .prev {
	margin-right: 10px;
	background: url(../img/icon57.png) center no-repeat;
}
.picScroll-left .hd .next {
	background: url(../img/icon58.png) center no-repeat;
}
