@charset "utf-8";
/* CSS Document */
/*简介*/
.inbanner1 {
	background: url(../img/inbanner1.jpg) center no-repeat;
}
.aboutus {
	background: #fff;
	height: 60px;
	line-height: 60px;
}
.aboutus ul {
}
.aboutus ul li {
	display: block;
	float: left;
	width: 100px;
	text-align: center;
	margin-right: 30px;
}
.aboutus ul li a {
	display: block;
	height: 58px;
	line-height: 58px;
}
.aboutus ul li a.cur {
	border-bottom: 2px solid #01a2ea;
	color: #01a2ea;
}
.mainbody {
	overflow:hidden;
}
.mainbody .about {
	margin: 60px auto;
}
.mainbody .about .left {
	width: 535px;
	margin-right: 40px;
}
.mainbody .info h2 {
	display: block;
	font-size: 26px;
	font-weight: bold;
	color: #e70012;
	margin-bottom: 20px;
}
.mainbody .info p {
	line-height: 32px;
	text-indent: 40px;
}
.mainbody .zhici .info {
	float: left;
	width: 625px;
}
.mainbody .zhici .right {
	width: 535px;
	margin-left: 40px;
}
.mainbody .zhici .right img {
	margin-top: 65px;
}
.mainbody .linian {
	margin: 60px auto;
	background: url(../img/gs_fixb.jpg) center no-repeat fixed;
	padding: 40px 0px;
	overflow:hidden;
}
.mainbody .linian h2 {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 26px;
}
.mainbody .linian ul {
}
.mainbody .linian ul li {
	display: block;
	float: left;
	width: 500px;
	margin: 30px 50px 0px 50px;
}
.mainbody .linian ul li span {
	display: block;
	color: #facd00;
	width: 100%;
	height: 40px;
	line-height: 40px;
}
.mainbody .linian ul li em {
	display: block;
	width: 50px;
	background: #facd00;
	height: 2px;
	margin-bottom: 20px;
}
.mainbody .linian ul li p {
	display: block;
	width: 100%;
	color: #fff;
	font-size: 13px;
	line-height: 26px;
	min-height: 78px;
}
.team {
	padding: 60px 0px;
	background: #fff;
}
.team h2 {
	display: block;
	text-align: center;
	position: relative;
	height: 40px;
	line-height: 40px;
	margin-bottom: 50px;
}
.team h2 span {
	font-size: 26px;
	position: absolute;
	width: 120px;
	top: 0px;
	left: 50%;
	margin-left: -60px;
}
.team h2 em {
	height: 2px;
	background: #01a2ea;
	width: 80px;
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -40px;
}
.team p {
	line-height: 30px;
	display: block;
}
/*实力*/
.inbanner2 {
	background: url(../img/inbanner2.jpg) center no-repeat;
}
.shili {
	padding: 50px 0px;
}
.shili h2 {
	display: block;
	text-align: center;
	position: relative;
	height: 40px;
	line-height: 40px;
	margin-bottom: 50px;
}
.shili h2 span {
	font-size: 26px;
	position: absolute;
	width: 120px;
	top: 0px;
	left: 50%;
	margin-left: -60px;
}
.shili h2 em {
	height: 2px;
	background: #01a2ea;
	width: 80px;
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -40px;
}
.shili p {
	line-height: 30px;
	display: block;
}
.shili ul {
	padding: 30px 0px;
	overflow: hidden;
}
.shili ul li {
	display: block;
	float: left;
	width: 300px;
	overflow: hidden;
}
.shili ul li img {
	display: block;
	width: 298px;
	border: 1px solid #999;
	height: 194px;
}
.shili ul li span {
	display: block;
	width: 300px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #666;
}
/*新闻*/
.inbanner3 {
	background: url(../img/inbanner3.jpg) center no-repeat;
}
.news {
}
.news ul {
	padding: 50px 0px;
	overflow: hidden;
	width: 789px;
}
.news ul li {
	display: block;
	float: left;
	width: 378px;
	margin-right: 33px;
	overflow: hidden;
	margin-bottom: 33px;
}
.news ul li:nth-child(2n) {
	margin-right: 0px;
}
.news ul li a img {
	border: 1px solid #eee;
	-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;
	width: 376px;
	height: 188px;
	overflow: hidden;
	display: block;
}
.news ul li a: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 a span {
	display: block;
	font-size: 18px;
	height: 50px;
	line-height: 50px;
	margin-top: 10px;
	overflow: hidden;
}
.news ul li a:hover span {
	color: #c00;
}
.news ul li a p {
	display: block;
	font-size: 13px;
	color: #666;
	line-height: 26px;
	height: 78px;
	overflow: hidden;
}
.news .right {
	width: 378px;
	padding: 50px 0px;
	overflow: hidden;
}
.news .right h2 {
	font-size: 26px;
}
.news .right dl a {
	display: block;
	width: 100%;
	overflow: hidden;
	height: 213px;
	margin-top: 33px;
	position: relative;
}
.news .right dl a dt {
}
.news .right dl a dt img {
	-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;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
.news .right dl a: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 .right dl dd {
	display: block;
	position: absolute;
	right: 0px;
	bottom: 0px;
	background: #facd00;
	width: 200px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-weight: bold;
}
.newsview {
}
.newsview .title {
	font-size: 22px;
	height: 30px;
	line-height: 30px;
	margin-top:20px;
}
.newsview .desc {
	border-bottom: 1px solid #ddd;
	height: 50px;
	line-height: 50px;
}
.newsview .desc span {
	display: block;
	float: left;
	font-size: 13px;
	color: #999;
}
.newsview .desc a {
	display: block;
	float: right;
	background: url(../img/back.png) right center no-repeat;
	font-size: 13px;
	color: #999;
	padding-right: 30px;
}
.newsview .infos {
	padding: 30px 0px;
}
.newsview .infos img {
	max-width: 1200px;
	margin: 10px 0px;
}
.newsview .infos, .newsview .infos p {
	line-height: 30px;
}
.prenext {
	border-top: 1px dotted #cccccc;
	border-bottom: 1px dotted #cccccc;
	overflow: hidden;
	overflow: hidden;
	background: #eaeaea;
	height: 60px;
	line-height: 60px;
	margin-bottom: 50px;
	margin-top: 30px;
}
.prenext .left {
	width: 599px;
	border-right: 1px solid #ccc;
}
.prenext .right {
	width: 600px;
	text-align: right;
}
.prenext span {
	background: #dbdbdb;
	display: inline-block;
	padding: 0px 20px;
	font-size: 14px;
}
.prenext a {
	display: inline-block;
	font-size: 14px;
}
.prenext .left span {
	margin-right: 20px;
}
.prenext .right a {
	margin-right: 20px;
}
