@charset "utf-8";
/* CSS Document */
.zbanner{
	background-position:center top;
	height:290px;
	background-repeat:no-repeat;}

.content{
	margin:0 auto;
	width:1000px;
	border-top:2px solid #ededed;
	padding-top:10px;}
.content .smenu{
	height:40px;
	border-bottom:2px solid #1654b2;}
.content .smenu a{
	float:left;
	width:100px;
	height:35px;
	margin:5px 8px 0 0;
	text-align:center;
	line-height:35px;
	background:#ededed;}
.content .smenu a:hover,
.content .smenu a.on{
	background:#1654b2;
	color:#fff;}



.about_box{
	padding:25px 0;
	margin-top:10px;
	border-top:2px solid #ededed;
	line-height:50px;
	font-size:14px;}
.newslist{
	padding:25px 0;
	margin-top:10px;
	border-top:2px solid #ededed;}
.newslist li {
    width: 393px;
    height: 116px;
    padding: 18px 55px 0 19px;
    border: 1px solid #e5e5e5;
    background: #f8f8f8;
    float: left;
    margin: 0 23px 23px 0;
	float:left;}
.newslist li .intro {
    width: 230px;
    float: left;
    margin-left: 17px;
    display: inline;}
.newslist li .intro a {
    display: inline-block;
    width: 100%;
    line-height: 18px;
    color: #7e7e7e;}
.newslist li .intro a.tit {
    font-size: 14px;
    line-height: 32px;
    color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.newslist li .intro a:hover, .newslist li .intro a.tit:hover {
    color: #f00;}
.newslist li .intro p{
    height: 36px;
    line-height: 18px;}
.newslist li .intro span {
    display: inline-block;
    font-size: 10px;
    line-height: 16px;
    color: #9f9f9f;
    padding-top: 10px;}

.news_title{
	padding:25px 0 0;
	margin-top:10px;
	border-top:2px solid #ededed;
	text-align:center;
	font-size: 25px;
	line-height: 52px;
	text-align: center;
}
.news_date{
	font-size: 12px;
	line-height: 40px;
	color: #B9B9B9;
	text-align: center;
	padding-bottom: 25px;
	margin-bottom: 1px;}
.news_info{
	padding:25px 0;
	border-top:2px solid #ededed;
	line-height:50px;
	font-size:14px;}
.productlist{
	padding:25px 0;
	margin-top:10px;
	border-top:2px solid #ededed;}
.productlist ul{
	width:1050px;}
.productlist ul li{
	float:left;
	width:300px;
	height:300px;
	margin-bottom:30px;
	margin-right:50px;
	position:relative;
	overflow:hidden;
	-webkit-transition-duration:0s; -moz-transition-duration:0s; -ms-transition-duration:0s;transition-duration:0s;}
.productlist ul li a{
	-webkit-transition-duration:0s; -moz-transition-duration:0s; -ms-transition-duration:0s;transition-duration:0s;}
.productlist ul li img{
	-webkit-transition-duration:0s; -moz-transition-duration:0s; -ms-transition-duration:0s;transition-duration:0s;}
.productlist ul li .line-t {
    width: 0;
    height: 5px;
    background: #1654b2;
    position: absolute;
    left: 0;
    top: 0;}
.productlist ul li .line-r {
    width: 5px;
    height: 0;
    background: #1654b2;
    position: absolute;
    right: 0;
    bottom: 0;}
.productlist ul li .line-b {
    width: 0;
    height: 5px;
    background: #1654b2;
    position: absolute;
    right: 5px;
    bottom: 0;}
.productlist ul li .line-l {
    width: 5px;
    height: 0;
    background: #1654b2;
    position: absolute;
    left: 0;
    top: 5px;}
.productlist ul li .bg {
    width: 0;
    height: 100%;
	background:url(../images/png30.png);
    position: absolute;
    left: 50%;
    top: 0;
	z-index:10;}
.productlist ul li a span{
	display:block;
	position:absolute;
	right:10px;
	bottom:10px;
	width:90px;
	height:28px;
	line-height:28px;
	text-align:center;
	color:#fff;
	-moz-border-radius:14px;
    -webkit-border-radius:14px;
    border-radius:14px;
	z-index:5;}
.productlist ul li a b{
	text-align:center;
	position:absolute;
	width:290px;
	left:5px;
	bottom:-40px;
	height:40px;
	line-height:40px;
	font-size:16px;
	font-weight:bold;
	z-index:5;
	color:#fff;
	background:url(../images/png70.png);}