/*幻灯片CSS*/
#banner {
  	width: 100%;
  	position: relative;
}
#banner .hd {
  	position: absolute;
  	bottom: 20px;
  	left: 50%;
  	z-index: 100;
  	font-size: 0;
  	transform: translate(-50%,0);
  	-ms-transform: translate(-50%,0);
  	-webkit-transform: translate(-50%,0);
  	-moz-transform: translate(-50%,0);
  	-o-transform: translate(-50%,0);
}
#banner .hd li {
  	width: 40px;
  	height: 6px;
  	background-color: #ffffff;
  	display: inline-block;
  	margin: 0 5px;
  	cursor: pointer;
}
#banner .hd .on {
  	background-color: #6d83c0;
}
#banner .bd a {
  	display: block;
  	width: 100%;
  	height: 580px;
    background-repeat: no-repeat;
    background-position: center;
}
#banner .btn {
  	width: 47px;
 	height: 120px;
  	position: absolute;
  	opacity: .5;
  	filter:Alpha(opacity=50)
  	transition: all .2s;
	-ms-transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
}
#banner .btn:hover{
	opacity: 1;
	filter:Alpha(opacity=100)
}
#banner .prev {
	top: 50%;
  	background: url("../images/prev.png") no-repeat center;
  	left: 3%;
  	transform: translate(0,-50%);
  	-ms-transform: translate(0,-50%);
  	-webkit-transform: translate(0,-50%);
  	-moz-transform: translate(0,-50%);
  	-o-transform: translate(0,-50%);
}
#banner .next {
  	background: url("../images/next.png") no-repeat center;
  	right: 3%;
  	top: 50%;
  	transform: translate(0,-50%);
  	-ms-transform: translate(0,-50%);
  	-webkit-transform: translate(0,-50%);
  	-moz-transform: translate(0,-50%);
  	-o-transform: translate(0,-50%);
}

/*关键词+搜索*/
.guansou{
	font-size: 0;
	padding: 20px 0;
	background: #ffffff;
}
.guansou .left{
	margin: 10px 0;
}
.guansou .left span{
	font-size: 12px;
	color: #333333;
	display: inline-block;
	line-height: 20px;
}
.guansou .left ul{
	
}
.guansou .left ul li{
	margin-right: 12px;
}
.guansou .left ul li:last-child{
	margin-right: 0;
}
.guansou .left ul li a{
	font-size: 12px;
	color: #333333;
	display: inline-block;
	line-height: 20px;
	transition: all .2s;
	-ms-transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
}
.guansou .left ul li a:hover{
	color: #6d83c0;
}
.guansou .right{
	
}
.guansou .right form{
	
}
.guansou .right form input[type=text]{
	display: inline-block;
	vertical-align: top;
	width: 300px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #cccccc;
	border-right: none;
	padding-left: 12px;
	font-size: 12px;
	color: #999999;
	transition: all .2s;
	-ms-transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
}
.guansou .right form input[type=text]:focus{	
	border: 1px solid #6d83c0;
	border-right: none;
}
.guansou .right form input[type=submit]{
	display: inline-block;
	vertical-align: top;
	width: 80px;
	height: 40px;
	line-height: 40px;
	background: #6d83c0;
	font-size: 12px;
	color: #ffffff;
	border: none;
	cursor: pointer;
}

/*合作伙伴*/
.partner{
	padding: 60px 0 53px;
	background: #efefef;
}
.partner .partner-top{
	text-align: center;
	font-size: 0;
	padding-bottom: 30px;
	background: url(../images/xian.png) no-repeat bottom center;
}
.partner .partner-top span{
	font-size: 20px;
	color: #333333;
	display: inline-block;
	text-transform: uppercase;
	font-family: arial;
	line-height: 22px;
}
.partner .partner-top p{
	margin-top: 10px;
}
.partner .partner-top a{
	font-size: 36px;
	color: #333333;
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
	line-height: 40px;
}
.partner .partner-top b{
	font-size: 36px;
	color: #6d83c0;
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
	line-height: 40px;
}

.partner .picScroll-left{
	overflow:hidden; 
	position:relative;
	font-size: 0;
	margin-top: 40px;
}
.partner .picScroll-left .hd{
	position: absolute;
	width: 100%;
	overflow:hidden;
	top: 20px;
	left: 0;
}
.partner .picScroll-left .hd .btn{ 
	display:block;  
	width:35px; 
	height:75px; 
	cursor:pointer;
	background-position: center;
	background-repeat: no-repeat;
}
.partner .picScroll-left .hd .prev{ 
	float: left;
	background-image: url(../images/left.png);
}
.partner .picScroll-left .hd .next{ 
	float: right;
	background-image: url(../images/right.png);
}

.partner .picScroll-left .bd .tempWrap{
	margin: 0 auto;
}
.partner .picScroll-left .bd ul{ 
	overflow:hidden; 
	zoom:1; 
}
.partner .picScroll-left .bd ul li{ 
	margin:0 12px;
	float:left;
	_display:inline;
	overflow:hidden;
	text-align:center;
}
.partner .picScroll-left .bd ul li .pic{ 
	text-align:center; 
}
.partner .picScroll-left .bd ul li .pic a{
	display: block;
	width: 195px;
	height: 115px;
	background: #ffffff;
	border: 1px solid #cccccc;
	overflow: hidden;
	position: relative;	
	transition: all .2s;
	-ms-transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
}
.partner .picScroll-left .bd ul li .pic img{ 
	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%,-50%);
  	-ms-transform: translate(-50%,-50%);
  	-o-transform: translate(-50%,-50%);
  	-moz-transform: translate(-50%,-50%);
  	-webkit-transform: translate(-50%,-50%);	
}
.partner .picScroll-left .bd ul li .title{ 
	padding: 10px 0;
}
.partner .picScroll-left .bd ul li .title a{
	display: block;
	font-size: 14px;
	color: #333333;
	line-height:20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .2s;
	-ms-transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
}
.partner .picScroll-left .bd ul li:hover .pic a{
	border: 1px solid #6d83c0;	
}
.partner .picScroll-left .bd ul li:hover .title a{
	color: #6d83c0;
}
/*产品中心*/
.product{
	padding: 62px 0;
}
.product .product-left{
	width: 280px;
}
.product .product-left .product-left-top{
	
}
.product .product-left .product-left-top .cate-title{
	font-size: 0;
	border: 1px solid #b4b6b8;
	text-align: center;
	padding: 18px 0;
}
.product .product-left .product-left-top .cate-title h2{
	font-size: 24px;
	color: #6d83c0;
	line-height: 26px;
	margin-bottom: 8px;
}
.product .product-left .product-left-top .cate-title p{
	font-size: 14px;
	color: #6d83c0;
	text-transform: uppercase;
}
.product .product-left .product-left-top .cate-list{
	padding-top: 20px;
}
.product .product-left .product-left-top .cate-list li{
	margin-bottom: 20px;
}
.product .product-left .product-left-top .cate-list li:last-child{
	margin-bottom: 0;
}
.product .product-left .product-left-top .cate-list a{
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	color: #666666;
	border: 1px solid #b4b6b8;
	line-height: 20px;
	padding: 19px 20px 19px 50px;
	background: url(../images/jiantou.png) no-repeat left 20px center;
	transition: all .2s;
	-ms-transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
}
.product .product-left .product-left-top .cate-list a:hover{
	color: #6d83c0;
	border: 1px solid #6d83c0;
}
.product .product-left .product-left-bottom{
	margin-top: 20px;
	font-size: 0;
}
.product .product-left .product-left-bottom a{
	display: block;
}
.product .product-right{
	width: 885px;
}
.product .product-right .product-right-top{
	font-size: 0;
	border: 1px solid #d8d8d8;
	padding: 19px 20px;
}
.product .product-right .product-right-top h2{
	font-size: 16px;
	color: #469c4a;
	font-weight: bold;
	line-height: 20px;
	padding-left: 14px;
	position: relative;
}
.product .product-right .product-right-top h2:before{
	content: '';
	display: inline-block;
	position: absolute;
	width: 2px;
	height: 17px;
	background: #469c4a;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
}
.product .product-right .product-right-top a{
	font-size: 12px;
	display: inline-block;
	width: 60px;
	height: 20px;
	text-align: center;
	color: #666666;
	border: 1px solid #d8d8d8;
	line-height: 16px;
	border-radius: 3px;
	transition: all .2s;
	-ms-transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
}
.product .product-right .product-right-top a:hover{
	color: #6d83c0;
	border: 1px solid #6d83c0;	
}
.product .product-right .product-right-bottom{
	
}
.product .product-right .product-right-bottom li{
	width: 275px;
	margin-right: 30px;
	border: 1px solid #d8d8d8;
	padding: 10px;
	margin-top: 30px;
	transition: all .2s;
	-ms-transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
}
.product .product-right .product-right-bottom li:nth-child(3n){
	margin-right: 0;
}
.product .product-right .product-right-bottom a.pic{
	display: block;
	width: 100%;
	height: 256px;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
}
.product .product-right .product-right-bottom img{
	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%,-50%);
  	-ms-transform: translate(-50%,-50%);
  	-o-transform: translate(-50%,-50%);
  	-moz-transform: translate(-50%,-50%);
  	-webkit-transform: translate(-50%,-50%);	
}
.product .product-right .product-right-bottom a.title{
	display: block;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	color: #6d83c0;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}
.product .product-right .product-right-bottom li:hover{
	border: 1px solid #6d83c0;	
}

/*电话联系*/
.lx{
	background: url(../picture/lianxi.jpg) no-repeat top center;
	background-size: cover;
	height: 280px;
	position: relative;
}
.lx .kuang{
	position: absolute;
	width: 970px;
	height: 182px;
	background: url(../images/1.png) no-repeat left top;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	text-align: center;
	padding-top: 60px;
}
.lx .kuang p{
	font-size: 30px;
	color: #ffffff;
	font-weight: bold;
}
.lx .kuang span{
	font-size: 18px;
	color: #ffffff;
}
.lx .kuang a{
	position: absolute;
	font-size: 0;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	left: 50%;
	bottom: -15px;
	transform: translate(-50%,0%);
	-ms-transform: translate(-50%,0%);
	-o-transform: translate(-50%,0%);
	-moz-transform: translate(-50%,0%);
	-webkit-transform: translate(-50%,0%);
	animation:xuanzhuan 1.5s linear infinite;
	-webkit-animation:xuanzhuan 1.5s linear infinite;
	-moz-animation:xuanzhuan 1.5s linear infinite;
	-ms-animation: xuanzhuan 1.5s linear infinite;
	-o-animation:xuanzhuan 1.5s linear infinite;
}
.lx .kuang a b{
	opacity: 0;
	font-size: 14px;
	color: #fff;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background: #6d83c0;
	display: inline-block;
	text-align: center;
	line-height: 50px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}
.lx .kuang a:hover b{
	opacity: 1;
}
@keyframes xuanzhuan{
	0%{
		transform: translate(-50%,0) rotate(0);
	}
	100%{
		transform: translate(-50%,0) rotate(360deg);
	}
}
@-o-keyframes xuanzhuan{
	0%{
		transform: translate(-50%,0) rotate(0);
	}
	100%{
		transform: translate(-50%,0) rotate(360deg);
	}
}
@-webkit-keyframes xuanzhuan{
	0%{
		transform: translate(-50%,0) rotate(0);
	}
	100%{
		transform: translate(-50%,0) rotate(360deg);
	}
}
@-ms-keyframes xuanzhuan{
	0%{
		transform: translate(-50%,0) rotate(0);
	}
	100%{
		transform: translate(-50%,0) rotate(360deg);
	}
}
@-moz-keyframes xuanzhuan{
	0%{
		transform: translate(-50%,0) rotate(0);
	}
	100%{
		transform: translate(-50%,0) rotate(360deg);
	}
}

/*优势*/
.youshi{
	padding-top: 60px;
}
.youshi .youshi1{
	text-align: center;
}
.youshi .youshi1 .top{
	display: inline-block;
	vertical-align: top;
	padding: 15px 120px 20px 120px;
	border: 1px solid #d1d1d1;
	position: relative;
	margin-bottom:26px;
}
.youshi .youshi1 .top h2{
	font-size: 36px;
	color: #6d83c0;
	font-weight: bold;
}
.youshi .youshi1 .top span{
	font-size: 24px;
	color: #000000;
	position: absolute;
	width: 88%;
	left: 50%;
	bottom: 0;
	background: #ffffff;
	transform: translate(-50%,50%);
	-ms-transform: translate(-50%,50%);
	-o-transform: translate(-50%,50%);
	-moz-transform: translate(-50%,50%);
	-webkit-transform: translate(-50%,50%);
}
.youshi .youshi1 .desc{
	font-size: 16px;
	color: #333333;
}
.youshi .youshi2{
	margin-top: 45px;
	margin-bottom:30px;
}
.youshi .youshi2 .left{
	width: 580px;
}
.youshi .youshi2 .left .item{
	margin-top:60px;
}
.youshi .youshi2 .left .item:first-child{
	margin-top: 0;
}
.youshi .youshi2 .left .item .data{
	font-size: 36px;
	color: #ffffff;
	font-weight: bold;
	background: #6d83c0;
	width: 60px;
	height: 85px;
	font-family: arial;
	text-align: center;
	padding-top:15px;
	position: relative;
	margin-right:20px;
}
.youshi .youshi2 .left .item .data:after{
	content: '';
	display: inline-block;
	position: absolute;
	width: 28px;
	height: 2px;
	background: #ffffff;
	left: 50%;
	bottom: 20px;
	transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
}
.youshi .youshi2 .left .item .content{
	width: 496px;
}
.youshi .youshi2 .left .item .content h2{
	font-size: 24px;
	color: #000000;
	font-weight: bold;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom: 1px dashed #000000;
}
.youshi .youshi2 .left .item .content .info{
	font-size: 16px;
	color: #333333;
	line-height: 30px;
}
.youshi .youshi2 .left .item .content .info font{
	color: #6d83c0;
}
.youshi .youshi2 .pic{
	width: 530px;
	height: 403px;
	font-size: 0;
}

.youshi .youshi3{
	margin: 0;
	background: url(../picture/2.jpg) no-repeat top center;
}
.youshi .youshi3 .container{
	height: 460px;
}
.youshi .youshi3 .left{
	margin-top: 38px;
}
.youshi .youshi3 .left .item .content h2{
	color: #ffffff;
	border-bottom: 1px dashed #ffffff;
}
.youshi .youshi3 .left .item .content .info{
	color: #ffffff;
}
/*优势*/

/*公司简介*/
.about{
	background: #ffffff;
	padding-top: 60px;
	padding-bottom: 50px;
}
.about .about-content{
	
}
.about .about-content .tu{
	width: 600px;
	height: 380px;
}
.about .about-content .tu img{
	width: 100%;
	height: 100%;
}
.about .about-content .neirong{
	width: 600px;
	height: 380px;
	border-left: none;
	background: #eeeeee;
	padding: 50px 40px 0 40px;
}
.about .about-content .neirong .nra{
	padding-bottom: 25px;
}
.about .about-content .neirong .nra>p{
	font-size: 36px;
	color: #333333;
	line-height: 100%;
	margin-right: 15px;
}
.about .about-content .neirong .nra>div{
	
}
.about .about-content .neirong .nra>div>p{
	font-size: 20px;
	color: #6d83c0;
	text-transform: uppercase;
	line-height: 100%;
}
.about .about-content .neirong .nra>div>span{
	font-size: 12px;
	color: #6d83c0;
	text-transform: uppercase;
	line-height: 100%;
}
.about .about-content .neirong .nrb{
	
}
.about .about-content .neirong .nrb h2{
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	margin: 14px 0 15px 0;
	text-align: center;
}
.about .about-content .neirong .nrb p{
	font-size: 14px;
	color: #333333;
	line-height: 26px;
	height: 130px;
	overflow: hidden;
    text-indent: 28px;
}
.about .about-content .neirong .nrb a{
	font-size: 14px;
	color: #6d83c0;
	line-height: 26px;
}

/*新闻CSS*/
.news{
	font-size: 0;
	padding: 0 0 65px 0;
	background: #ffffff;
}
.news .left{
	display: inline-block;
	vertical-align: top;
	width: 800px;
	font-size: 0;
	margin-right: 40px;
}
.news .left .new-title{
	padding: 20px;
	border: 1px solid #cccccc;
	background: #fff;
}
.news .left .new-title .fl{
	padding-left: 15px;
	border-left: 2px solid #6d83c0;
}
.news .left .new-title .fl a{
	font-size: 16px;
	color: #333333;
	display: inline-block;
	vertical-align: middle;
	font-weight: normal;
	padding: 0 8px;
	position: relative;
	cursor: pointer;
}
.news .left .new-title .fl a.active{
	color: #6d83c0;
}
.news .left .new-title .fl a:after{
	content: '/';
	display: inline-block;
	position: absolute;
	font-size: 16px;
	color: #333333;
	right: 0;
	top: 50%;
	transform: translate(50%,-50%);
	-ms-transform: translate(50%,-50%);
	-o-transform: translate(50%,-50%);
	-moz-transform: translate(50%,-50%);
	-webkit-transform: translate(50%,-50%);
}
.news .left .new-title .fl a:first-child{
	padding-left: 0;
}
.news .left .new-title .fl a:last-child{
	padding-right: 0;
}
.news .left .new-title .fl a:last-child:after{
	display: none;
}
.news .left .new-title .fr{
	display: inline-block;
	font-size: 12px;
	color: #999999;
	border: 1px solid #d8d8d8;
	width: 52px;
	height: 17px;
	line-height: 14px;
	text-align: center;
	border-radius: 3px;
}
.news .left .new-content{
	display: none;
	padding: 30px;
	border: 1px solid #cccccc;
	background: #fff;
	border-top: none;
}
.news .left .new-content:first-child{
	display: block;
}
.news .left .new-content>div{
	display: inline-block;
	vertical-align: top;
	width: 280px;
	height: 300px;
	overflow: hidden;
	position: relative;
	margin-right: 38px;
}
.news .left .new-content>div>img{
	width: 100%;
}
.news .left .new-content>div>div{
	position: absolute;
	width: 100%;
	height: 110px;
	background: #6d83c0;
	bottom: 0;
	left: 0;
	padding: 20px 25px;
}
.news .left .new-content>div>div>h2{
	margin-bottom: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news .left .new-content>div>div>h2>a{
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	display: inline-block;
	white-space: nowrap;
}
.news .left .new-content>div>div>p{
	font-size: 12px;
	color: #ffffff;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
}
.news .left .new-content>ul{
	display: inline-block;
	vertical-align: top;
	width: 420px;
}
.news .left .new-content>ul>li{
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #cccccc;
}
.news .left .new-content>ul>li:last-child{
	margin-bottom: 0;
}
.news .left .new-content>ul>li>div{
	display: inline-block;
	vertical-align: top;
}
.news .left .new-content>ul>li>div:nth-child(1){
	text-align: center;
	width: 60px;
	margin-right: 20px;
}
.news .left .new-content>ul>li>div:nth-child(1)>strong{
	font-size: 36px;
	color: #666666;
	font-weight: bold;
}
.news .left .new-content>ul>li>div:nth-child(1)>p{	
	height: 20px;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	color: #ffffff;
	background: #999999;
}
.news .left .new-content>ul>li>div:nth-child(2){
	width: 340px;
}
.news .left .new-content>ul>li>div:nth-child(2)>h3{
	margin-bottom: 15px;
}
.news .left .new-content>ul>li>div:nth-child(2)>h3>a{
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news .left .new-content>ul>li>div:nth-child(2)>p{
	font-size: 12px;
	color: #333333;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
}
.news .right{
	display: inline-block;
	vertical-align: top;
	width: 360px;
	font-size: 0;
}
.news .right .hid{
	padding: 20px;
	border: 1px solid #cccccc;
	background: #fff;
}
.news .right .hid .fl{
	padding-left: 15px;
	border-left: 2px solid #6d83c0;
	font-size: 16px;
	color: #6d83c0;
	font-weight: bold;
}
.news .right .hid .fr{
	display: inline-block;
	font-size: 12px;
	color: #999999;
	border: 1px solid #d8d8d8;
	width: 52px;
	height: 17px;
	line-height: 14px;
	text-align: center;
	border-radius: 3px;
}

.picScroll-top{ 
	margin:0 auto;   
	overflow:hidden; 
	position:relative;
	background: #fff;
	border: 1px solid #cccccc;
	height: 362px;
	border-top: none;
}
.picScroll-top .bd{
	padding: 0 20px;
}
.picScroll-top .bd ul{ 
	overflow:hidden; 
	zoom:1; 
}
.picScroll-top .bd ul li{
	zoom:1;
	border-bottom: 1px dashed #cccccc; 
}
.picScroll-top .bd ul li .pic{
	margin-bottom: 15px;
	padding-top: 20px;
}
.picScroll-top .bd ul li .pic a{ 
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}
.picScroll-top .bd ul li .title{
	padding-bottom: 15px;
}
.picScroll-top .bd ul li .title a{
	font-size: 12px;
	color: #333333;
	line-height: 20px;
	display: inline-block;
	height: 40px;
	overflow: hidden;
}
/*新闻CSS*/