/*top*/
.top {
	margin: 35px auto!important;
	overflow: hidden;
}
.top ul {
}
.top li {
	float: left;
	width: 20%;
	text-align: center;
	margin: 2.5%;
}
.top li img {
	transition: all 1.5s;
}
.top li img:hover {
	transform: rotateY(360deg);
}
.top li a {
	display: block;
	font-size: 16px;
	margin-top: 15px;
}
/*title*/
.title {
	text-align: center;
}
.title h2 {
	font-size: 26px;
	color: #0059aa;
	font-weight: bold;
}
.title span {
	padding-left: 15px;
	font-size: 22px;
}
.title h3 {
	padding: 5px 0;
	margin: 0 auto;
}
.title h3 span {
	display: block;
	color: #565656;
	position: relative;
	padding-left: 0;
}
.title h3 span:before, .title h3 span:after {
	content: '';
	position: absolute;
	top: 52%;
	width: 150px;
	border-top: 1px dashed #ccc;
}
.title h3 span:before {
	left: 51%;
}
.title h3 span:after {
	right: 51.25%;
}
/*about*/
.about {
	margin: 35px auto 15px!important;
	overflow: hidden;
	background: url(../images/about.jpg) no-repeat center;
	padding: 40px 0;
}
.about .info {
	overflow: hidden;
	padding: 20px 0 10px;
}
.about .info .left {
	float: left;
	width: 650px;
	position: relative;
}
.about .info .con {
	line-height: 35px;
	font-size: 16px;
}
.about .info .left a {
	display: block;
	width: 150px;
	line-height: 40px;
	text-align: center;
	height: 40px;
	font-size: 16px;
	color: #0059aa;
	background: #fff;
	margin-top: 20px;
	border: 1px solid;
	transition: all 1s ease;
	position: absolute;
	left: 96%;
	top: 86%;
}
.about .info .left a:hover {
	background: #0059aa;
	border: 1px solid;
	color: #fff;
	transform: translate(10px, 0);
}
.about .info .right {
	float: right;
	margin-top: 10px;
}
/*product*/
.products {
	padding: 35px 0;
}
.produts .product {
}
.product .info {
	overflow: hidden;
	margin-top: 10px;
}
.product .info li {
	float: left;
	text-align: center;
	border: 1px solid #0059aa;
	margin: 20px 9px;
	overflow: hidden;
}
.product .info li a {
}
.product .info li .tu {
	overflow: hidden;
}
.product .info li img {
	width: 270px;
	height: auto;
	padding: 5px;
	transition: all 0.6s ease;
}
.product .info li img:hover {
	transform: scale(1.2);
}
.product .info li p {
	font-size: 18px;
	background: #0059aa;
	color: #fff;
	line-height: 50px;
	letter-spacing: 1px;
}
/*news*/
.news {
	margin: 35px auto!important;
	background: url(../images/news.jpg) no-repeat center;
	padding: 40px 0 100px;
}
.news .new {
}
.new .title h2 {
	color: #fff;
}
.new .title h3 span {
	color: #fff;
}
.new .title h3 span:before, .new .title h3 span:after {
	border-top: 1px dashed #fff;
}
.new .info {
	overflow: hidden;
}
.new .info li {
	background: #fff;
	padding: 40px;
	overflow: hidden;
	margin-top: 40px;
}
.new .info li .date {
	float: left;
	background: #555;
	color: #fff;
	width: 100px;
	height: 100px;
	text-align: center;
}
.new .info li .date h2 {
	font-size: 30px;
	padding-top: 12px;
}
.new .info li .date h3 {
	font-size: 18px;
	letter-spacing: 1px;
	padding-top: 9px;
}
.new .info li .bt {
	float: left;
	width: 980px;
	padding-left: 40px;
}
.new .info li .bt h1 {
	font-size: 24px;
	margin-top: 2px;
}
.new .info li .bt p {
	margin-top: 17px;
	line-height: 25px;
}
/*case*/
.cases {
	padding: 35px;
}
.cases .case {
}
.picMarquee-left {
	background: #ffffff;
	margin: 20px 0 10px;
	overflow: hidden;
	position: relative;
}
.picMarquee-left .bd {
	padding: 10px;
}
.picMarquee-left .bd ul {
	overflow: hidden;
	zoom: 1;
}
.picMarquee-left .bd ul li {
	margin: 30px 20px;
	float: left;
	overflow: hidden;
	text-align: center;
	width: 310px;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
	border-radius: 10px;
	transition: all 0.6s ease;
}
.picMarquee-left .bd ul li:hover {
	transform: scale(1.1);
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.4);
}
.picMarquee-left .bd ul li .pic img {
	width: 100%;
	display: block;
}
.picMarquee-left .bd ul li .title {
	line-height: 24px;
	text-align: left;
}
.picMarquee-left .bd ul li .title a {
	color: #333;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 0 10px;
	display: block;
	line-height: 40px;
}
.picMarquee-left .bd ul li .title a:hover {
	color: #0059aa;
}
.picMarquee-left .bd ul li .title p {
	padding: 5px 10px;
	line-height: 25px;
	font-size: 14px;
	background: #fafafa;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}
.picMarquee-left .bd ul li .title span {
	display: block;
	padding: 5px 10px;
		background: url(../images/c-more.png) no-repeat 10px center;

}
.picMarquee-left .bd ul li .title span a {
	font-size: 14px;
	font-weight: normal;
	padding: 0;
	line-height: 30px;
	color: #888;
	margin-left: 25px;
}
.picMarquee-left .tempWrap {
	width: 100% !important;
}
