@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: #facd00;
	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: 258px;
	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: 259px;
	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: rgba(250,205,0,0.85);
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
	color:#000;
}
.newsview {
	margin-top:30px; overflow:hidden;
}
.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;
}
.inbanner {
	height: 268px;
	position: relative;
}
.guide {
	position: absolute;
	left: 50%;
	bottom: 20px;
	margin-left: -600px;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
}
.guide h2 {
	float: left;
	display: block;
	color: #fff;
	font-size: 35px;
	font-weight: bold;
	margin-left: 30px;
}
.guide p {
	display: block;
	float: left;
	color: #fff;
	margin-left: 20px;
	font-size: 13px;
	line-height: 85px;
}
.guide p a {
	color: #fff;
	font-size: 13px;
}
.guide p a:hover {
	color: #C00;
}
.channel_content {
	padding: 40px 0px;
	overflow: hidden;
}
.full-row {
	width: 100%;
*zoom:1;
	overflow: hidden;
}
.full-row:before, .full-row:after {
	content: " ";
	display: table;
}
.full-row .span-3 {
	width: 33.3%;
 *width:33%;
	float: left;
}
.jinrong_lant {
	font-size: 37px;
	font-weight: bold;
	color: #01a2ea;
	margin-bottom: 20px;
}
.jinrong_sum {
	font-size: 14px;
	margin: 30px 0px;
}
.jinrong_lant2 {
	font-size: 32px;
	color: #000;
	font-weight: bold;
	margin-bottom: 30px;
	margin-top: 15px;
}
.jr_fwte li {
	font-size: 16px;
	margin-bottom: 20px;
}
.jr_fwte li span {
	font-size: 18px;
	font-weight: bold;
	color: #01a2ea;
	width: 160px;
	display: inline-block;
}
.jr_fwxm li {
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.jr_fwxm .title_ico {
	display: block;
	padding-left: 110px;
	background-image: url(../img/jr_ico.png);
	background-repeat: no-repeat;
	height: 45px;
	line-height: 45px;
	font-size: 20px;
	padding-top: 5px;
}
.jr_fwxm .title_ico_01 .title_ico {
	background-position: 40px -26px;
}
.jr_fwxm .title_ico_02 .title_ico {
	background-position: 40px -110px;
}
.jr_fwxm .title_ico_03 .title_ico {
	background-position: 40px -200px;
}
.jr_fwxm .title_ico_04 .title_ico {
	background-position: 40px -292px;
}
.jr_fwxm .title_ico_05 .title_ico {
	background-position: 40px -385px;
}
.jr_fwxm .title_ico_06 .title_ico {
	background-position: 40px -475px;
}
.jr_fwxm .title_ico_07 .title_ico {
	background-position: 40px -558px;
}
.jr_fwxm .title_ico_08 .title_ico {
	background-position: 40px -650px;
}
.jr_fwxm .title_ico_01, .jr_fwxm .title_ico_02, .jr_fwxm .title_ico_03, .jr_fwxm .title_ico_04 {
	border-bottom: 1px solid #ddd;
}
.jr_fwxm_new li {
	border-bottom-width: 0!important;
}
.jr_fwxm_new .title_ico {
	height: 72px;
	line-height: 33px;
	background-position: 0px 0!important;
}
.jr_fwxm_new .title_ico_01 .title_ico {
	background: url(../img/zl01.png) no-repeat;
}
.jr_fwxm_new .title_ico_01 a:hover .title_ico {
	background: url(../img/zl01_b.png) no-repeat;
}
.jr_fwxm_new .title_ico_02 .title_ico {
	background: url(../img/zl02.png) no-repeat;
}
.jr_fwxm_new .title_ico_02 a:hover .title_ico {
	background: url(../img/zl02_b.png) no-repeat;
}
.jr_fwxm_new .title_ico_03 .title_ico {
	background: url(../img/zl03.png) no-repeat;
}
.jr_fwxm_new .title_ico_03 a:hover .title_ico {
	background: url(../img/zl03_b.png) no-repeat;
}
