@charset "utf-8";
/* CSS Document */
/*简介*/
.banner {
	height: 595px;
	overflow: hidden;
	position: relative;
}
.inbanner1 {
	background: url(../img/inbanner1.jpg) center no-repeat;
	height:400px;
}
.banner h2 {
	font-size: 50px;
	text-align: center;
	color: #acc5ee;
	position: absolute;
	left: 50%;
	margin-left: -600px;
	top: 120px;
	line-height: 80px;
	font-family: "汉仪菱心体简";
}
.banner ul {
	/*height: 60px;*/
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -600px;
	background:rgba(0,0,0,0.3);
}
.banner ul li {
	display: block;
	float: left;
	width: 171px;
	text-align: center;
	height: 60px;
	line-height: 60px;
	background: url(../img/icon23.png) right center no-repeat ;
}
.banner ul li:last-child {
	background-image: none;
}
.banner ul li a {
	color: #fff;
}
.banner ul li a:hover {
	color: #e60213;
}
.aboutus {
	background: url(../img/abpic9.png) center no-repeat;
	overflow: hidden;
	padding: 50px 0px;
}
.text {
	text-align: center;
	color: #4c4c4c;
	font-size: 30px;
	font-weight: bold;
}
.aboutus .left {
	width: 464px;
	margin-right: 35px;
}
.aboutus .ainfos {
	margin-top: 50px;
}
.aboutus .ainfos p {
	text-indent: 40px;
	line-height: 35px;
	color: #666;
}
.culture {
	background: url(../img/apic2.jpg) center no-repeat;
	padding: 50px 0px;
	overflow: hidden;
}
.culture ul {
	display: block;
	float: left;
	width: 30%;
	padding-right: 3%;
	margin-top: 60px;
}
.culture ul p {
	display: block;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
}
.culture ul li {
	display: block;
	color: #fff;
	line-height: 30px;
}
.partener {
	margin-top: 50px;
	overflow: hidden;
	margin-bottom: 50px;
}
/*新闻*/
.inbanner2 {
	background: url(../img/inbanner2.jpg) center no-repeat;
	height:400px;
}
.news {
	margin: 50px auto;
	overflow: hidden;
}
.news ul {
	overflow: hidden;
}
.news ul li a {
	display: block;
	/*height: 199px;*/
	border-bottom: 1px solid #e5e5e5;
	padding: 30px 0px;
	overflow: hidden;
	width: 100%;
}
.news ul li .left1 {
	width: 300px;
	/*height: 199px;*/
	overflow: hidden;
}
.news ul li .left1 img {
	width: 300px;
	/*height: 199px;*/
	transition: all 0.35s ease;
	-webkit-transition: all 0.35s ease;
}
.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);
	transition: all 0.35s ease;
	-webkit-transition: all 0.35s ease;
}
.news ul li .left2 {
	width: 720px;
	margin-left: 45px;
	padding-right: 50px;
	border-right: 1px solid #e5e5e5;
}
.news ul li .left2 .p1 {
	font-weight: bold;
	font-size: 18px;
	line-height: 50px;
}
.news ul li .left2 .p2 {
	color: #666;
	line-height: 26px;
	font-size: 14px;
}
.news ul li .left2 .p3 {
	width: 156px;
	border: 1px solid #e5e5e5;
	border-radius: 20px;
	height: 30px;
	line-height: 30px;
	margin-top: 20px;
}
.news ul li .left2 .p3 span:nth-child(1) {
	display: block;
	float: left;
	width: 65px;
	text-align: center;
	margin-left: 20px;
	background: url(../img/newsico1.jpg) left center no-repeat;
	color: #e5e5e5;
	font-size: 14px;
	border-right: 1px solid #e5e5e5;
	height: 30px;
	line-height: 30px;
}
.news ul li .left2 .p3 span:nth-child(2) {
	display: block;
	float: left;
	width: 70px;
	background: #e60012;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	border-radius: 0px 20px 20px 0px;
}
.news ul li .right {
	width: 84px;
	text-align: center;
	padding-top: 60px;
}
.news ul li .right .p1 {
	font-weight: bold;
	font-size: 30px;
	color: #555;
}
.news ul li .right .p2 {
	font-size: 14px;
	color: #8f8f8f;
}
.guide, .guide p, .guide a {
	font-size: 14px;
}
.newsview {
	background: #f4f4f6;
	padding: 20px 0px 50px 0px;
	overflow: hidden;
}
.newsview .left {
	width: 900px;
	margin-top: 60px;
}
.newsview .left .hh {
	font-size: 24px;
	line-height: 32px;
	color: #000;
}
.newsview .left .pp {
	height: 80px;
	line-height: 80px;
	border-bottom: 1px solid #d3d3d4;
}
.newsview .left .pp span {
	font-size: 12px;
	color: #999;
	padding-left: 22px;
	margin-right: 30px;
}
.newsview .left .pp span:nth-child(1) {
	background: url(../img/auico1.png) left center no-repeat;
}
.newsview .left .pp span:nth-child(2) {
	background: url(../img/auico2.png) left center no-repeat;
}
.newsview .info {
	padding: 30px 0px;
	overflow: hidden;
	border-bottom: 1px solid #d3d3d4;
}
.newsview .info, .newsview .info p {
	color: #666;
	line-height: 35px;
}
.newsview .dys, .newsview .dys p {
	color: #666;
	line-height: 35px;
}
.newsview .right {
	width: 245px;
	margin-top: 60px;
}
.newsview .right h3 {
	font-size: 24px;
	line-height: 32px;
	color: #000;
}
.newsview .right .cnews {
}
.newsview .right .cnews dl {
	margin-top: 30px;
}
.newsview .right .cnews dl dt {
	width: 245px;
	overflow: hidden;
}
.newsview .right .cnews dl dt img {
	width: 245px;
	/*height: 162px;*/
	transition: all 0.35s ease;
	-webkit-transition: all 0.35s ease;
}
.newsview .right .cnews dl: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);
	transition: all 0.35s ease;
	-webkit-transition: all 0.35s ease;
}
.newsview .right .cnews dl dd a {
	display: block;
	color: #666;
	line-height: 24px;
	padding: 15px 0px;
}
.newsview .right .cnews dl p {
	color: #999;
	font-size: 12px;
}
.newsview .right .cnews dl:hover a {
	color: #e60012;
}
/*产品*/
.inbanner3 {
	background: url(../img/inbanner3.jpg) center no-repeat;
	height:400px;
}
.product {
	overflow: hidden;
}
.pros dl {
	display: block;
	float: left;
	width: 388px;
	margin-right: 15px;
	/*background: url(../img/bg_pro.png) center top no-repeat;*/
	border:1px solid #eee;
	/*padding: 15px;*/
	overflow: hidden;
	margin-top: 30px;
}
.pros dl:nth-child(3n) {
	margin-right: 0px;
}
.pros dl dt {
	width: 388px;
	height: 291px;
	overflow: hidden;
}
.pros dl a img {
	width: 100%;
	height: 291px;
	transition: all 0.35s ease;
	-webkit-transition: all 0.35s ease;
}
.pros dl: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);
	transition: all 0.35s ease;
	-webkit-transition: all 0.35s ease;
}
.pros dl dd {
	display: block;
	width: 100%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 18px;
	margin-top: 30px;
}
.pros dl:hover dd {
	color: #e60012;
}
.product .title {
	width: 100%;
	float: left;
	text-align: center;
	margin: 50px 0px 20px 0px;
}
.product .title dl {
	display: inline-block;
	padding-left: 70px;
	position: relative;
}
.product .title dl dt {
	text-align: center;
	font-size: 28px;
	color: #4c4c4c;
}
.product .title dl dt a {
	color: #4c4c4c;
	font-size: 28px;
	font-weight: bold;
}
.product .title dl dd {
	color: #999999;
	text-transform: uppercase;
	margin-top: 2px;
}
.product .title dl dt img {
	position: absolute;
	left: 0px;
	top: 0px;
}
.fenlei {
	background: #e2e2e4;
	padding: 30px 0px;
	overflow: hidden;
}
.fenlei a {
	display: block;
	float: left;
	padding-left: 28px;
	color: #333;
	font-size: 18px;
	width: 150px;
	height: 35px;
	line-height: 35px;
	margin-left: 20px;
	background: url(../img/inico15.png) left center no-repeat;
}
.fenlei a:hover {
	color: #e60012;
}
/*产品内页*/
.bgpro {
	/*background: url(../img/bgpro.jpg) center bottom no-repeat;*/
	overflow: hidden;
}
.proview {
	background: #f4f4f6;
	padding: 20px 0px 50px 0px;
	overflow: hidden;
}
.proview p {
	display: block;
}
.proview .left {
	width: 750px;
	margin-top: 50px;
	overflow: hidden;
}
.proview .v1 {
	width: 748px;
	/*height: 594px;*/
	border: 1px solid #999;
}
.proview .v1 img {
	width: 748px;
	/*height: 594px;*/
}
.proview .v2 a {
	display: block;
	float: left;
	width: 147px;
	padding-left: 40px;
	height: 60px;
	line-height: 60px;
	color: #fff;
	font-size: 18px;
	margin-top: 50px;
}
.proview .v2 .a1 {
	background: url(../img/icon16s.png) 130px center no-repeat #e60012;
}
.proview .v2 .a2 {
	background: url(../img/icon17s.png) 130px center no-repeat #a5a5a5;
	margin-left: 20px;
}
.proview .v2 span {
	display: block;
	float: left;
	background: url(../img/icon18s.png) left center no-repeat;
	font-size: 36px;
	color: #000;
	font-weight: bold;
	padding-left: 100px;
	/*margin-left: 30px;*/
	margin-top: 45px;
	height: 70px;
	line-height: 70px;
}
.proview .right {
	width: 395px;
	margin-top: 50px;
	overflow: hidden;
}
.proview .right h2 {
	font-size: 38px;
	color: #000;
	line-height: 55px;
	margin-bottom: 30px;
}
.proview .right .gg {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 20px 0px;
	color: #666;
	line-height: 34px;
	margin-bottom: 30px;
}
.proview .right .gg p {
	color: #666;
}
.proview .right .bb p {
	color: #000;
	line-height: 34px;
}
.proview .right .bb .v3 {
	background: url(../img/icon19.png) left center no-repeat;
	padding-left: 30px;
}
.proview .right .bb .v4 {
	background: url(../img/icon20.png) left center no-repeat;
	padding-left: 30px;
}
.detialli {
	margin-top: 30px;
}
.detialli li a {
	display: block;
	float: left;
	width: 176px;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	padding-left: 70px;
}
.detialli li:nth-child(1) a {
	background: url(../img/icon30.png) 162px center no-repeat rgba(0,0,0,0.8);
	color:#fff;
}
.detialli li:nth-child(2) a {
	background: url(../img/icon31.png) 162px center no-repeat rgba(0,0,0,0.8);
	color: #fff;
	margin-left: 10px;
}
.proinfo {
}
.proinfo h3 {
	background: url(../img/bgtitle.png) left center no-repeat;
	height: 24px;
	line-height: 24px;
	padding-left: 40px;
	color: #000;
	font-weight: bold;
}
.commend {
	background: #f4f4f6;
	padding: 7px;
	overflow: hidden;
	width: 231px;
}
.commend h4 {
	background: #fff;
	padding: 20px 20px 0px 20px;
	width: 205px;
}
.commend .picScroll-left {
	width: 205px;
	padding: 20px;
	overflow: hidden;
	position: relative;
	background: #fff;
}
.commend .picScroll-left .hd ul {
	padding-left: 64.5px;
	overflow: hidden;
	zoom: 1;
	margin-top: 10px;
	zoom: 1;
}
.commend .picScroll-left .hd ul li {
	float: left;
	background: #f7b2b7;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	margin: 0px 5px;
	line-height: 99px;
	overflow: hidden;
	margin-top: 2.5px;
	cursor: pointer;
}
.commend .picScroll-left .hd ul li.on {
	background: #e60012;
	width: 14px;
	height: 14px;
	margin-top: 0px;
}
.commend .picScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
}
.commend .picScroll-left .bd ul li {
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
	width: 205px;
}
.commend .picScroll-left .bd ul li .pic {
	text-align: center;
	width: 205px;
}
.commend .picScroll-left .bd ul li .pic img {
	width: 203px;
	height: 134px;
	border: 1px solid #666;
}
.commend .picScroll-left .bd ul li .pic a:hover img {
	border-color: #e60012;
}
.commend .picScroll-left .bd ul li .title a {
	line-height: 40px;
	color: #333;
}
.commend h5 {
	background: #000;
	color: #fff;
	font-size: 24px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	width: 205px;
	margin: 20px 20px 10px 20px;
}
.commend .lists {
	width: 205px;
	margin: 0px 20px 10px 20px;
}
.commend .lists li {
	display: block;
	width: 100%;
	background: url(../img/inico15.png) 27px center no-repeat;
	border-bottom: 1px solid #e2e2e4;
	height: 35px;
	line-height: 35px;
}
.commend .lists li a {
	color: #000;
	margin-left: 60px;
}
.commend .lists li a:hover {
	color: #e60012;
}
/*图片展示*/
.inbanner4 {
	background: url(../img/inbanner4.jpg) center no-repeat;
	height:400px;
}
.inbanner5 {
	background: url(../img/inbanner5.jpg) center no-repeat;
	height:400px;
}
/*翻页*/
.pages {
	margin-top: 30px;
	overflow: hidden;
	margin-bottom: 30px;
}
div.flickr {
	padding: 0px;
	text-align: center;
	margin-top: 50px;
	font-size: 13px;
}
div.flickr a {
	border: #dedfde 1px solid;
	background-position: 50% center;
	color: #666;
	margin-right: 3px;
	text-decoration: none;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	padding: 0px 15px;
	font-size: 13px;
}
div.flickr a:hover {
	border-right: #ddd 1px solid;
	border-top: #ddd 1px solid;
	background-image: none;
	border-left: #ddd 1px solid;
	color: #fff;
	border-bottom: #ddd 1px solid;
	background-color: #e60012;
}
div.flickr a:active {
	border-right: #ddd 1px solid;
	border-top: #ddd 1px solid;
	background-image: none;
	border-left: #ddd 1px solid;
	color: #fff;
	border-bottom: #ddd 1px solid;
	background-color: #b8272d;
}
div.flickr span {
	color: #999;
	margin-right: 5px;
}
div.flickr span.current {
	border: #dedfde 1px solid;
	background-position: 50% bottom;
	color: #b8272d;
	margin-right: 5px;
	text-decoration: none;
	font-size: 13px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	padding: 0px 15px;
	font-weight: bold;
}
div.flickr span.disabled {
	color: #adaaad;
	margin-right: 5px;
}
