@charset "utf-8";
/* CSS Document */
.banners {
	text-align: center;
	height: 300px;
}
.banners h3 {
	font-size: 50px;
	display:block;
	height:300px;
	line-height:300px;
	text-align:center;
	color:#fff;
}
.banners span {
	color: #fff;
	font-size: 24px;
	display: block;
	margin-top: 30px;
}
.banners em {
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	display: block;
	margin: 10px auto;
}
.banners a {
	display: block;
	width: 180px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	border: 1px solid #fff;
	color: #fff;
	margin: 40px auto;
	font-size: 24px;
}
.banner1 {
	background: url(../img/inbanner1.jpg) center no-repeat;
}
.banner2 {
	background: url(../img/inbanner2.jpg) center no-repeat;
}
.banner3 {
	background: url(../img/inbanner3.jpg) center no-repeat;
}
.banner4 {
	background: url(../img/inbanner4.jpg) center no-repeat;
}
.banner5 {
	background: url(../img/inbanner5.jpg) center no-repeat;
}
.banner6 {
	background: url(../img/inbanner6.jpg) center no-repeat;
}
.aboutus {
	/*background: #0089e1;*/
	padding: 65px 0px;
	overflow: hidden;
}
.aboutus h3 {
	display: block;
	font-size: 36px;
	text-align: center;
	margin-bottom: 20px;
}
.aboutus p {
	display: block;
	font-size: 24px;
	line-height: 45px;
	width: 100%;
	/*text-indent: 20px;*/
	margin-bottom: 10px;
}
.aboutus ul {
	padding: 40px 0px;
	overflow: hidden;
}
.aboutus ul li {
	display: block;
	float: left;
	width: 50%;
}
.aboutus ul li span {
	display: block;
	text-align: center;
	font-size: 60px;
	font-weight: bold;
}
.aboutus ul li em {
	display: block;
	text-align: center;
	color: #999;
	font-size: 18px;
	margin: 10px 0px;
}
.aboutus img {
	margin: 10px 0px;
}
.contact h2 {
	display: block;
	font-size: 30px;
	line-height: 45px;
	margin-bottom: 15px;
}
.contact h4 {
	display: block;
	font-size: 26px;
	line-height: 40px;
	margin-bottom: 15px;
	margin-top: 20px;
}
.contact p {
	display: block;
	font-size: 22px;
	line-height: 36px;
}
.news {
	padding: 65px 0px;
	overflow: hidden;
	background: #f1f1f1;
}
.news h3 {
	display: block;
	font-size: 36px;
	text-align: center;
}
.news ul {
	padding: 30px 30px 0px 30px;
}
.news ul li {
	display: block;
	float: left;
	width: 560px;
	margin-bottom: 50px;
}
.news ul li h4 a {
	font-size: 26px;
	display: block;
}
.news ul li p.tit {
	display: block;
	font-size: 18px;
	color: #999;
	line-height: 35px;
	margin-top: 15px;
}
.news ul li p.date {
	border-top: 1px solid #ddd;
	margin-top: 20px;
	padding-top: 20px;
}
.news ul li p.date span {
	float: left;
	color: #999;
	font-size: 14px;
}
.news ul li p.date em {
	float: right;
	font-size: 14px;
	background: url(../img/icon3.png) right center no-repeat;
	padding-right: 16px;
}
.newsview h3 {
	display: block;
	width: 100%;
	font-size: 32px;
	text-align: center;
	line-height: 45px;
	padding-top: 80px;
}
.newsview p.date {
	display: block;
	border-bottom: 1px solid #f1f1f1;
	text-align: center;
	padding: 10px 0px 30px 0px;
}
.newsview p.date span {
	font-size: 18px;
	color: #999;
	margin-right: 20px;
}
.newsview .w100 {
	padding: 50px 0px;
	overflow: hidden;
	line-height: 32px;
}
.newsview .w100 img {
	margin-bottom: 30px;
	max-width: 100%;
}
.newsview .w100 p {
	line-height: 40px;
	font-size: 20px;
}

.products h3 {
	display: block;
	width: 100%;
	font-size: 32px;
	text-align: center;
	line-height: 45px;
	padding-top: 80px;
}
.products .n_ul {
	padding: 50px 0px;
	overflow: hidden;
}
.products .n_ul li {
	display: block;
	float: left;
	height: 45px;
	line-height: 45px;
	width:204.6px;
	border: 1px solid #ddd;
	text-align:center;
}
.products .n_ul li a{ font-size:22px;}


.imglist dl {
	display: block;
	width: 293pxpx;
	border: 1px solid #ddd;
	float: left;
	margin-right: 30px;
	text-align: center;
	margin-bottom: 30px;
}
.imglist dl:nth-child(2n) {
	margin-right: 0px;
}
.imglist dt {
	width: 293px;
	/*height: 293px;*/
	overflow: hidden;
}
.imglist dt img {
	width: 293px;
	/*height: 293px;*/
	-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;
}
.plus dt {
	/*height: 414px !important;*/
}
.plus dt img {
	/*height: 414px !important;*/
}
.imglist dt img:hover {
	-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);
}
.imglist dd {
	padding: 20px 0px;
}