html, body{
    font-family: '微软雅黑','黑体', 'Lato', sans-serif;/*MicrosoftYaHei*/
    font-size: 100%;
  	background: #FFf;
  	position: relative;
  	margin:0;
  	padding:0;
  	border:0;
}
/*body{
	min-width:1024px;
	overflow: auto;
}*/
 /*滚动条样式*/
::-webkit-scrollbar {
    width: 4px;  
    /*height: 4px;*/
}
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.2);
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: rgba(0,0,0,0.1);

}
body a{
	transition:0.5s all ease;
	-webkit-transition:0.5s all ease;
	-moz-transition:0.5s all ease;
	-o-transition:0.5s all ease;
	-ms-transition:0.5s all ease;
}
a.readMore{
	width:100px;
	line-height:36px;
	color:#fff;
	font-family: "微软雅黑";
	font-size:15px;
	cursor:pointer;
	background: #17b1fc;
	text-decoration: none;
}
a:hover.readMore{
	color:#fff;
	background: #17b1fc;
	text-decoration: none;
}
a.readAll{
	color:#17b1fc;
	font-size:14px;
	font-family: "微软雅黑";
	letter-spacing: 2px;
	line-height: 20px;
	text-decoration:none;
	cursor:pointer;
	vertical-align:middle;
}
a:hover.readAll{
	color:#17b1fc;
	text-decoration:none;
}
a.topNav{
	background: url(../img/search.png) #fff center center no-repeat;
	cursor:pointer;
	border:none;
}
a.downLoad{
	color:#17b1fc;
	font-size:16px;
	letter-spacing: 1.1px;
	display: inline-block;
	padding-right:15px;
	text-decoration: none;
	background: url(../img/icon_newspage_downloadarrow_def.png)no-repeat center right;
	cursor:pointer;
}
a.downLoad:hover{
	color:#f69e44;
	text-decoration: none;
	background: url(../img/icon_newspage_downloadarrow_press.png)no-repeat center right;
}
a#changeFont{
	cursor:pointer;
	text-decoration: none;
}
.bG01{
	background: #17b1fc;
}
.bG02{
	background: #fff;
}
.bG03{
	background: #f7f8fb;
}
.bG04{
	background: #020d1f;
}
.bG05{
	background: rgba(255,255,255,0.7) none repeat scroll 0 0 !important; /* 实现FF背景透明，文字不透明 */
	filter:alpha(opacity=40);
	background:#fff; /* 实现IE背景透明 */
}
:root .bG05{
	filter: none; /*for IE9*/
}
.borderR01{
	-moz-border-radius:0 35px 35px 0;
	-o-border-radius:0 35px 35px 0;
	-webkit-border-radius:0 35px 35px 0;
	border-radius:0 35px 35px 0;
}
.borderR02{
	-moz-border-radius:35px 0 0 35px;
	-o-border-radius:35px 0 0 35px;
	-webkit-border-radius:35px 0 0 35px;
	border-radius:35px 0 0 35px;
}
.borderR03{
	-moz-border-radius:0 35px 35px 0;
	-o-border-radius:0 35px 35px 0;
	-webkit-border-radius:0 35px 35px 0;
	border-radius:0 35px 35px 0;
}
.borderR04{
	-moz-border-radius:35px;
	-o-border-radius:35px;
	-webkit-border-radius:35px;
	border-radius:35px;
}
.border01{
	-moz-box-shadow:0px 2px 6px 2px #e8e8e8;
	-webkit-box-shadow:0px 2px 6px 2px #e8e8e8;
	box-shadow:0px 2px 6px 2px #e8e8e8;
}
.border02{
	-moz-box-shadow:0px 1px 2px 1px #e8e8e8;
	-webkit-box-shadow:0px 1px 2px 1px #e8e8e8;
	box-shadow:0px 1px 2px 1px #e8e8e8;
}
.borderL01{
	border-left:1px solid #F0F0F0;
}
.borderB01{
	border-bottom:1px solid #F0F0F0;
}
.borderA01{
	border:1px solid #c4c4c4;
}
.borderNone{
	border:none;
}
.borderS01{
	border:1px solid #fff;
}
.disPib{
	display: inline-block;
}
.tL{
	text-align: left;
}
.tR{
	text-align: right;
}
.tC{
	text-align: center;
}
.fL{
	float:left;
}
.fR{
	float:right;
}
.fontWB{
	font-weight:bold;
}
.fontWl{
	font-weight:lighter;
}
.fontF01{
	font-family:'仿宋';
}
.fontS10{
	font-size:10px;
}
.fontS12{
	font-size:12px;
}
.fontS14{
	font-size:14px;
}
.fontS16{
	font-size:16px;
}
.fontS18{
	font-size:18px;
}
.fontS20{
	font-size:20px;
}
.fontS22{
	font-size:22px;
}
.fontS30{
	font-size:30px;
}
.fontS100{
	font-size:100px;
}
.color01{
	color:#fff;
}
.color02{
	color:#333;
}
.color03{
	color:#999;
}
.color04{
	color:#666;
}
.color05{
	color:#17b1fc;
}
.posR{
	position:relative;
}
.posA{
	position:absolute;
}
.posF{
	position:fixed;
}
.posA01{
	top:0;right:32%;
}
.posA02{
	bottom:0; left: 15px;
}
.posA03{
	bottom:0; right:50px;
}
.posA04{ top:0;right:25%;}
.posF01{
	top:40%; 
	left:5%;
	z-index:999;
}
.p01{
	color:#bdbdbd;
	font-family: "微软雅黑";
	letter-spacing: 1px;
	line-height: 16px;
}
.p02{
	color:#666;
	font-family: "微软雅黑";
	font-weight:bold;
	letter-spacing: 2px;
	line-height: 24px;
	-webkit-line-clamp: 1;    
    display: -webkit-box;    
    -webkit-box-orient: vertical;    
    overflow: hidden;
}
.p03{
	color:#999;
	font-family: "微软雅黑";
	letter-spacing: 1.7px;
	line-height: 20px;
	text-align:justify;
	-webkit-line-clamp: 3;    
    display: -webkit-box;    
    -webkit-box-orient: vertical;    
    overflow: hidden;
}
.p04{
	color:#333;
	font-family: "微软雅黑";
	letter-spacing: 2px;
	line-height: 28px;
	text-align:justify;/*
	-webkit-line-clamp: 3;    
    display: -webkit-box;    
    -webkit-box-orient: vertical;    
    overflow: hidden;*/
}
.p05{
	-webkit-line-clamp: 3;    
    display: -webkit-box;    
    -webkit-box-orient: vertical;    
    overflow: hidden;
}
.p06{
	-webkit-line-clamp: 4;    
    display: -webkit-box;    
    -webkit-box-orient: vertical;    
    overflow: hidden;
}
.p07{
	-webkit-line-clamp: 1;    
    display: -webkit-box;    
    -webkit-box-orient: vertical;    
    overflow: hidden;
}
.padT0{
	padding-top:0!important;
}
.padT18{
	padding-top:18px;
}
.padT30{
	padding-top:30px;
}
.padT40{
	padding-top:40px;
}
.padT50{
	padding-top:50px;
}
.padT100{
	padding-top:100px;
}
.padT150{
	padding-top:150px;
}
.padB0{
	padding-bottom:0px;
}
.padB18{
	padding-bottom:18px;
}
.padB30{
	padding-bottom:30px;
}
.padB40{
	padding-bottom:40px;
}
.padL10{
	padding-left:10px;
}
.padL50{
	padding-left:50px;
}
.padR50{
	padding-right:50px;
}
.padA01{
	padding:18px 0;
}
.padA02{
	padding:42px 40px;
}
.padA03{
	padding:20px;
}
.padA04{
	padding:40px 30px;
}
.padA05{
	padding:20px 0;
}
.padA06{
	padding:50px 0;
}
.padA07{
	padding:46px;
}
.padA08{
	padding:0!important;
}
.padA09{
	padding:98px 80px 0 80px;
}
.padA10{
	padding:50px 0 50px 0;
}
.padA11{
	padding:20px 36px;
}
.padA12{ padding:10px 0 10px 54px!important;}
.marginT12{
	margin-top:12px;
}
.marginT20{
	margin-top:20px;
}
.marginT26{
	margin-top:26px;
}
.marginT30{
	margin-top:30px;
}
.marginT40{
	margin-top:40px;
}
.marginB0{
	margin-bottom:0px;
}
.marginB8{
	margin-bottom:8px;
}
.marginB30{
	margin-bottom:30px;
}
.marginB54{
	margin-bottom:54px;
}
.marginL8{
	margin-left:8px;
}
.marginL40{
	margin-left:40px;
}
.marginL20{ margin-left:20px;}
.marginL150{
	margin-left:150px;
}
.marginR8{
	margin-right:8px;
}
.marginA01{
	margin:20px 0;
}
.marginA02{
	margin:0 6px;
}
.marginA03{
	margin:40px 0;
}
.letS2{
	letter-spacing: 2px;
}
.letS3{
	letter-spacing: 1.1px;
}
.letS4{
	letter-spacing: 1.3px;
}
.letS5{
	letter-spacing: 1.2px;
}
.letS6{
	letter-spacing: 1px;
}
.letS7{
	letter-spacing: 3px;
}
.letS8{
	letter-spacing: 0.6px;
}
.lineH50{
	line-height: 50px;
}
.width100p{
	width:100%;
}
.widthp80{ width:80%;}
.width36{
	width:36px;
}
.width126{
	width:126px;
}
.width144{
	width:144px;
}
.width182{
	width:182px;
}
.width500{
	width:500px;
}
.width620{
	width:620px;
}
.height26{
	height:26px;
	line-height:26px;
}
.height50{ height:50px;}
.height260{
	height:260px;
}
.height396{
	height:396px;
}
.height580{
	height:580px;
}
.heightp100{ height:100%;}
.lineH28{
	line-height: 28px;
}
/*=================input button tab p span style=================*/
p.newsPde{
	text-indent:2em;
	text-align:justify; 
	color:#333;
	font-size:16px;
	line-height: 32px;
	font-family: "微软雅黑";
}
p.newsSource{
	color:#333;
	font-size:18px;
	line-height: 32px;
	letter-spacing: 2px;
	font-family: "微软雅黑";
	margin-bottom:40px;
}
span.bluePoint{
	width: 8px; height: 8px; border-radius: 50%; background: #17b1fc; display: inline-block;
}
span.grayPoint{
	width: 8px; height: 8px; border-radius: 50%; background: #c2c2c2; display: inline-block;
}
span.productLine{
	width:60px;
	height:5px;
	background: #17b1fc;
	display: block;
}
span.newsDowno{
	color:#333;
	font-size:16px;
	letter-spacing: 1.8px;
	font-weight:bold;
	font-family: "微软雅黑";
	/*line-height:;*/
}
span.newsDownt{
	color:#333;
	font-size:16px;
	letter-spacing: 1.8px;
	font-family: "微软雅黑";
}
input{
	outline:none;
}
input.indexIntop{
	background: #17b1fc;
	color:#fff;
	font-size:12px;
	letter-spacing: 0.5px;
	border:1px solid #fff;
	-moz-border-radius:35px 0 0 35px;
	-o-border-radius:35px 0 0 35px;
	-webkit-border-radius:35px 0 0 35px;
	border-radius:35px 0 0 35px;
	padding-left:12px;
	/*filter:alpha(opacity:62); opacity:0.62;  -moz-opacity:0.62;-khtml-opacity: 0.62;*/
}
input.indexIntop::-webkit-input-placeholder{
    color:#fff;
}
input.indexIntop::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#fff;
}
input.indexIntop:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#fff;
}
input.indexIntop:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#fff;
}
input.contactIn{
	width:262px; 
	height:40px;
	line-height: 40px; 
	font-size:14px;
	-moz-border-radius:35px;
	-o-border-radius:35px;
	-webkit-border-radius:35px;
	border-radius:35px; 
	border:1px solid #979797; 
	background:rgba(255,255,255,0.3);
	padding:0 16px;
}
button.indexBtn{
	background: #17b1fc;
	color:#fff;
	font-size:14px;
	line-height: 30px;
	letter-spacing: 1.7px;
	border:0;
}
button.joinBtn{
	width:166px;
	height:30px;
	line-height: 30px;
	background: #fff;
	color:#333;
	font-size:12px;
	border:0;
	font-family: "微软雅黑"
}
table.indexTab{
	width:60%;
	border:0;
	color:#fff;
	font-family:"微软雅黑";
	text-align:left;
}
table.indexTab th{
	font-size:14px;
	font-weight:bold;
	letter-spacing: 1.4px;
	padding:15px 0;
}
table.indexTab td{
	font-size:12px;
	letter-spacing: 1px;
	padding:10px 0;
}
/*=====================================================*/
.clearfix:before,
.clearfix:after{
	display: table;
  	content: " ";
}
.clearfix:after{
	clear: both;
}

/*=====================shouye style================================*/
#feature a{
	text-decoration:none;
	cursor:pointer;
}
.indexUl{
	list-style: none;
}
.indexUl li{
	float:left;
	padding:42px 15px 0 15px;
}
.indexUl li a{
	text-decoration:none;
	color:#333;
	display: inline-block;
	font-size:19px;
	border-bottom:2px solid transparent;
	font-weight:400;
	cursor:pointer;
}
.indexUl li.active a,
.indexUl li a:hover{
	border-bottom:2px solid #17b1fc;
}
.indexUl li a span{

}
.business{
	padding:110px 0 30px 0;
	background: #fff;
	text-align:center;
}
.business h3{
	color:#333;
	font-size:26px;
	letter-spacing:3px;
	font-weight:bold;
	line-height:35px;
}
.business h4{
	color:#454545;
	font-size:20px;
	letter-spacing:2.4px;
	font-weight:bold;
	line-height:40px;
}
.business h5{
	color:#999;
	font-size:14px;
	letter-spacing:1px;
	line-height:16px;
}
.business p {
	color:#666;
	font-size:14px;
	line-height: 20px;
	letter-spacing:2px;
	text-align:justify;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
/*chanpinzhanshi*/
.box{
    width: auto;height: auto;margin: 40px auto;
}
.all{
    width: 100%;height: auto;margin: 40px auto;overflow: hidden;position:relative;
}
.top-img{
    width: 580px;height: auto;font-size: 0;position: relative;overflow: hidden;margin:0 auto;
}
.activeimg{
    overflow: hidden;height: 290px;position: relative;
}
.top-img .activeimg img{
    width: 580px;height: 290px;
}
.left{
    width: 80px;height: 290px;position: absolute;left: 122px;top: 0;text-align: center;line-height: 300px;
    cursor: pointer;
}
.right{
    width: 80px;height: 290px;position: absolute;right:122px;top: 0;text-align: center;line-height: 300px;
    cursor: pointer;
}
.top-img .left:hover,.top-img .right:hover{
    background: rgba(0,0,0,0.5);
}

.bot-img{
    height: auto;width: 100%;margin-top: 15px;
}
.bot-img ul{
    width: 100%;height: auto;
}
.bot-img ul li{
    width:20%;float: left;cursor: pointer;font-size: 0;
    display: inline-block;
}
.bot-img ul li.active{
    box-sizing: border-box;
    border: 4px solid #17b1fc;
}
.bot-img ul li img{
    width:100%;
}
.bot-img ul li:last-child{
    margin-right: 0;
}
/*anlizhanshi*/
.anDiv{
	height:520px;
	background: url(../img/img_projectcase_bg.png) center center;
}
.wrapDiv {
	position: relative;
	width: 100%;
	height: 326px;
	margin: 60px 0;
}
.contentUl {
	position: absolute;
	width: 100%;
	height: 326px;
	list-style: none;
}
.contentUl li{
	position: absolute;
	background-size: 100% 100%;
	cursor: pointer;
}
.wrapDiv a {
	position: absolute;
	display: none;
	z-index: 2;
	top: 50%;
	width: 60px;
	height: 60px;
	margin-top: -30px;
	font: 36px/60px "宋体";
	text-align: center;
	text-decoration: none;
	color: #fff;
	cursor:pointer;
	filter:alpha(opacity=60);
	/*background: rgb(255, 100, 0);
	background: rgba(255, 100, 0, .6);
	transition: background 1s ease;*/
}
.wrapDiv a:hover {
	/*background: rgb(255, 100, 0);*/
	filter:alpha(opacity=100);transition: filter 1s ease;
}
.prevCase {
	left: 34px;
}
.nextCase {
	right: 30px;
}
.caseDiv{
	height:519px;
	background: url(../img/img_projectcase_bg.png)no-repeat center center;
}
.guestDiv{
	height: 580px;
	background: url(../img/img_clients_bg.png)no-repeat center bottom;
}
.guestUl{
	list-style: none;
	display: inline-block;
}
.guestUl li{
	float: left;
	display: inline-block;
	width:20%;
	/*min-width:;*/
	box-sizing: border-box;
	padding:0 10px 50px 10px;
	text-align: center;
}
.guestUl li a{
	width: 100%;
	line-height: 80px;
	box-sizing: border-box;
	padding:10px;
	background: #fff;
	display: inline-block;
	/*display: table-cell;*/
	text-align: center;
	cursor: pointer;
}
.guestUl li a img{
	display: inline-block;
	vertical-align:middle;
	max-height:60px;
}
/*hangyedongtai*/
.trendDiv{
	background:#f7f8fb;
}
.trendDiv:hover{
	background:#17b1fc;
}
.trendDiv:hover .p01,
.trendDiv:hover .p02,
.trendDiv:hover .p03{
	color:#fff;
}
/*lianxiwomen*/
.contactDiv{
	height:326px;
	background: url(../img/img_contactus_bg.png) center center;
}
/*jiaruwomen*/
.joinDiv{
	border-left:2px solid #fff; 
	width:38%;
}
/*====================zoujinguogong=======================*/
#mapDo{
	z-index:9999;
}
#lineOne:hover span,
#lineTwo:hover span,
#lineThree:hover span,
#lineFour:hover span,
#lineFive:hover span,
#lineSix:hover span{
	background: #17b1fc;
}
.outList{
	background: url(../img/point_line.png)repeat-y right top;
}
.outList li{
	margin-bottom:52px;
}
.outList li a{
	width:100%;
	vertical-align:middle;
	/* display: inline-block; */
	letter-spacing: 2px;
	font-size:14px;
	color:#666;
	text-decoration: none;
	cursor:pointer;
}
.outList li a:hover{
	color:#666;
}
.showInto{
	height:500px;
	background: url(../img/img_guogongpage_banner.png)no-repeat center center;
}
.companyIn{
	height:740px;
	background: url(../img/img_who_bg.png)no-repeat center center;
}
#aboutUs .feature-grids a h3{
	color:#666;
	font-family: "微软雅黑"
}
#aboutUs .feature-head p.p04{
	color:#333;
	font-family: "微软雅黑";
	letter-spacing: 2px;
	line-height: 28px;
	text-align:justify;
	padding:0 100px;/*
	-webkit-line-clamp: 3;    
    display: -webkit-box;    
    -webkit-box-orient: vertical;    
    overflow: hidden;*/
}
.con{position:relative;height:1.875rem;line-height: 1.875rem;margin:2.47rem auto;text-align: center;}
.con i{display:block;height:2px;background:#c4c4c4;position:absolute;top:0.9rem;width:100%;}
.con p{
	display:inline-block;
	font-size: 22px;
	font-family:"微软雅黑";
	color:#999;
	background:#fff;
	letter-spacing: 2px;
	padding:0 1.875rem;
	text-align: center;
	margin:0 auto;
	position:relative;
	z-index:2;
	}
/*yewujianjie*/
.showBusiness{
	height:500px;
	background:url(../img/img_businesspage_banner.png)no-repeat center center;
}
.productHeat{
	height:auto;
	background: url(../img/img_intelligent_bg.png)no-repeat center center;
}
.slideGroup {
    margin:0 auto;
    width: 100%;
    height: 410px;
}
.slideGroup .parHd {
    position: relative;
    height: 100px;
    line-height: 100px;
    padding: 0 20px;
}
.slideGroup .parHd ul {
    display:table; margin:0 auto;
}
.slideGroup .parHd ul li {
    float: left;
    padding: 0 15px;
    cursor: pointer;
}
.slideGroup .parHd ul li.on {
    height: 30px;
    background: #fff;
    color: green;
}
.slideGroup .slideBox {
    overflow: hidden;
    zoom: 1;
    padding: 10px 0 10px 90px;
    position: relative;
}
.slideGroup .sPrev,
.slideGroup .sNext {
    position: absolute;
    left: 5px;
    top: 10px;
    display: block;
    width: 54px;
    height: 385px;
    background: url(../img/btn_greenbuildings_leftarrow_def.png) center center no-repeat;
}
.slideGroup .sNext {
    left: auto;
    right: 5px;
    background: url(../img/btn_greenbuildings_rightarrow_def.png) center center no-repeat;
}
.slideGroup .parBd ul {
    overflow: hidden;
    zoom: 1;
}
.slideGroup .parBd ul li {
    margin: 0 8px;
    /*float: left;
    width: 800px;*/
    position: relative;
}
.slideGroup .parBd ul li .pic {
    text-align: center;
}
.slideGroup .parBd ul li .pic img {
    width: 68%;
    height: 360px;
    display: block;
    /*padding: 2px;*/
}
.slideGroup .parBd ul li .description {
    position: absolute;
    width: 30%;
    height: 360px;
    background: #f7f8fb;
    padding:30px 45px 0 15px;
    top:0;
    right:0;
}
.slideGroup .parBd ul li .description h3{
    color: #666;
    font-size:16px;
    height: 24px;
    line-height: 24px;
	-webkit-line-clamp: 1;    
    display: -webkit-box;    
    -webkit-box-orient: vertical;    
    overflow: hidden;
}
.slideGroup .parBd ul li .description p{

	-webkit-line-clamp: 7;    
    display: -webkit-box;    
    -webkit-box-orient: vertical;    
    overflow: hidden;
}
.slideGroup .parBd ul li .description span{
	display: block; 
	width:60px; 
	height: 5px;
	background: #17b1fc;
}
/*.slideGroup .parBd ul li .description a{
    color: #fff;
    float: right;
    margin-top: 10px;
    background: #7c0002;
    border-radius: 5px;
    padding: 3px 10px;
}*/
/*chanpinjieshao*/
.showProduct{
	height:500px;
	background:url(../img/img_productpage_banner.png)no-repeat center center;
}
/*xinwenzhongxin*/
.showNews{
	height:500px;
	background:url(../img/img_newspage_banner.png)no-repeat center center;
}
/*huoquzhichi*/
.showSupport{
	height:500px;
	background:url(../img/img_supportpage_banner.png)no-repeat center center;
}
/*anlixiangqing*/
.casesetUl{
	width:100%;
	list-style: none;
	display: block;
	text-align: center;
}
.casesetUl li{
	float:left;
	display: inline-block;
	width:16.66%;
	box-sizing: border-box;
	padding:10px 0 20px 0;
}
.casesetUl li a.normal{
	color:#666;
	font-size:18px;
	letter-spacing: 3.4px;
	text-decoration: none;
	cursor:pointer;
}
.casesetUl li a:hover,
.casesetUl li a.active{
	color:#17b1fc;
	font-size:18px;
	font-weight:bold;
	letter-spacing: 3.4px;
	text-decoration: none;
}
.recordNo, .recordNo:hover{
	color:#fff!important;
	text-decoration: none;
}
/*-----------------chanpinjieshao CSS----------------------*/
#box{margin:10px auto;}
#container{position:relative;height:436px;background:#FCFCFC;}
#container .item{position:absolute;top:0;left:0;width:100%;height:436px;overflow:hidden;background:#FAFAFA;-moz-box-shadow:0px 2px 6px 2px #e8e8e8;
	-webkit-box-shadow:0px 2px 6px 2px #e8e8e8;
	box-shadow:0px 2px 6px 2px #e8e8e8;z-index:1;opacity:1;}
#container .item .pic{float:left;width:70%;height:396px;display:inline;}
#container .item .pic img{width:100%;height:396px;vertical-align:top;}
#container .item .txt{float:left;width:27%;margin-top:12px; padding:10px}
#container .item .txt dt{font-size:14px;}
#container .item .txt .info{color:#999;}
#container .item .txt dd{height:24px;line-height:24px;}
#container .item .txt dd span{float:left;}
#container .item .txt .star{position:relative;float:left;height:12px;width:69px;margin:6px 0 0 5px;}
#container .item .txt .star .star_red{position:absolute;top:0;left:0;height:12px;width:69px;z-index:2;background:url(images/star.png) repeat-x scroll left top transparent;}
#container .item .txt .star .star_grey{background:url(images/star.png) repeat-x scroll left -15px transparent;height:12px;width:69px;}
#container .item .txt .pink,#container .item .txt .blue,#container .item .txt .green{color:#FFF;font-weight:700;margin-right:2px;background:#F66B5B;padding:0 5px;}
#container .item .txt .blue{background:#96BAE7;}
#container .item .txt .green{background:#9CDBC3;}
#container .item .txt .comment{width:100%;height:99px;margin-top:10px;  font-size:14px!important;}
#container .item .txt .comment h3{font-size:12px;font-weight:400;height:24px;line-height:24px;border-bottom:1px solid #E9E9E9;padding:0 10px;}
#container .item .txt .comment .comment_list{width:100%;height:60px;margin:8px 0 0 10px;white-space:nowrap;}
#container .item .txt .comment .comment_list ul{width:100%;}
#container .item .txt .comment .comment_list ul li{height:20px;line-height:20px;white-space:nowrap;}
#container .item .txt .comment .comment_list ul li b{color:#999;font-weight:400;}
#control{height:37px;text-align:center;}
#control span{width:8px;height:8px;font-size:0;line-height:0;border-radius:50px;cursor:pointer;display:inline-block;background-color:#FEFEFE;border:1px solid #BCC1C5;margin:13px 2px 2px;}
#control span.active{background-color:#17b1fc;border:1px solid #17b1fc;}