html,body,ul,dl,dd,dt,li,h1,h2,h3,h4,p {
	margin:0;
	padding:0;
}
body {
	color:#666;
	font-size:12px;
	background:#e04791;
	line-height:23px;
}
ul {
	list-style:none;
}
a,a:visited {
	color:#666;
	text-decoration:none;
}
a:hover {
	color:#666;
	text-decoration:underline;
}
img {
	border:none;
}

#banner {
	height:266px;
	width:1003px;
	margin:0 auto;
	background:url(../images/banner_bg266.jpg) no-repeat;
	position:relative;
	overflow:hidden;
}
#banner .prev {
	left: 1px;
	width: 46px;
	cursor: pointer;
	text-indent: -9999px;
	position: absolute;
	top: 90px;
	height: 81px;
	background:url(../images/imgPlayer_01.png) no-repeat ;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/imgPlayer_01.png');
}
#banner .next {
	right: 1px;
	width: 46px;
	cursor: pointer;
	text-indent: -9999px;
	position: absolute;
	top: 90px;
	height: 81px;
	background:url(../images/imgPlayer_03.png) no-repeat;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/imgPlayer_03.png');
}
#banner li {
	float:left;
	height:350px;
}
#banner .num {
	position:absolute;
	right:35px;
	bottom:6px;
	width:155px;
}
#banner .num li {
	float:left;
	margin-right:5px;
	display:block;
	width:20px;
	height:20px;
	background:#323232;
	color:#fff;
	text-align:center;
	line-height:20px;
	cursor:pointer;
}
#banner .num li.cur {
	background:#ba3081;
}

#slide_nav {
	position:absolute;
	width:524px;
	height:58px;
	right:0;
	bottom:4px;
}
#slide_nav .prev {
	float:left;
	width:49px;
	height:50px;
	text-indent:-9999px;
	cursor:pointer;
	margin-top:8px;
	background:url(../images/prev_btn.png) no-repeat;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/template/images/prev_btn.png');
}
#slide_nav .list {
	float:left;
	background:url(../images/slide_nav_bg.png) no-repeat left bottom;
	width:426px;
	height:57px;
}
#slide_nav .list li {
	float:left;
	width:84px;
	height:48px;
	/*z*/
	display:block;
	overflow:hidden;
	display:inline;
	margin-left:1px;
	cursor:pointer;
	/*padding-top:8px;*/
}
#slide_nav .list li a{ height:45px; width:255px; overflow:hidden; display:block;}
#slide_nav .list li img {
	filter:alpha(opacity=50);
	opacity:0.5;
}
#slide_nav .list li.cur {
	background:url(/template/images/s_l_bg.png) no-repeat 38px 0px;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/template/images/s_l_bg.png');
}
#slide_nav .list li.cur img {
	filter:alpha(opacity=100);
	opacity:1;
}
#slide_nav .next {
	float:left;
	width:49px;
	height:50px;
	text-indent:-9999px;
	cursor:pointer;
	margin-top:7px;
	background:url(../images/next_btn.png) no-repeat;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/template/images/next_btn.png');
}

#container {
	width:1003px;
	background:#fff url(../images/container_bg.jpg) repeat-x;
	margin:0 auto;
}
#container .content {
	width:960px;
	background:#fff url(../images/container_bg_repeat.jpg) repeat-y;
	margin:0 auto;
	overflow:hidden;
	zoom:1;
}
#mr_search {
	background:url(../images/container_bg_top.jpg) no-repeat center top;
	height:37px;
	color:#4d4d4d;
	padding-left:15px;
	margin-bottom:10px;
	padding-top:8px;
}
#mr_search .search,
#mr_search .keywords {
	float:left;
}
#mr_search .search {
	margin-top:5px;
}
#mr_search .keywords {
	width:475px;
	line-height:37px;
}
#mr_search .kw {
	border:#adadad solid 1px;
	vertical-align:middle;
	width:290px;
	height:22px;
	line-height:22px;
	margin-right:10px;
}
#mr_search .btn {
	vertical-align:middle;
	margin-right:20px;
}
#main_left {
	float:left;
	display:inline;
	margin-left:10px;
	width:354px;
}
#newsTab {
	float:left;
	width:354px;
	margin-right:10px;
	_margin-right:0px;
	overflow:hidden;
}
#newsTab .t {
}
#newsTab .t h3 {
	float:left;
	background:url(../images/news_tab_off.jpg) no-repeat;
	width:117px;
	height:26px;
	line-height:26px;
	text-align:center;
	display:inline;
	margin-left:1px;
	font-size:12px;
	cursor:pointer;
}
#newsTab .t h3.cur {
	background:url(../images/news_tab_on.jpg) no-repeat;
	color:#fff;
	font-weight:bold;
}
#newsTab .c {
	height:200px;
}
#newsTab .c li.dis {
	display:none;
}
#newsTab .c li .img {
	float:left;
	display:inline;
	margin:5px;
	padding:2px;
	border:#ccc solid 1px;
	margin-right:5px;
	width:80px;
	height:80px;
}
#newsTab .c li .img img {
	width:80px;
	height:80px;
}

#newsTab .c li .cont {
	float:left;
	width:350px;
	display:inline;
	margin-top:5px;
	margin-left:5px;
	padding-top:5px;
}
#newsTab .c li .list a{
	border: 1px solid #FFF;
    display: block;
    float: left;
    font-size: 13px;
    height: 20px;
    overflow: hidden;
    width: 249px;
}
#newsTab .c li .cont h4 {
	font-size:16px;
	line-height:35px;
	text-align:center;
}
#newsTab .c li .cont h4 a,#newsTab .c li .cont h4 a:visited,#newsTab .c li .cont h4 a:hover {
	color:#aa138b;
}

#newsTab .c li .cont p {
	text-indent:2em;
	color:#666;
	margin-bottom:10px;
	line-height:18px;
	width:336px;
	margin-left:5px;
}
#newsTab .c li .cont p span {
	color:#aa1388;
}
#newsTab .c li .cont p span a,#newsTab .c li .cont p span a:visited {
	color:#aa1388;
	text-decoration:none;
}
#newsTab .c li .cont li {
	float:left;
	width:168px;
	background:url(../images/red-dot.jpg) no-repeat left center;
	padding-left:6px;
}
 /*
#newsTab .c li .cont p span a:hover {
	color:#aa1388;
	text-decoration:underline;
}*/
#newsTab .c li .list {
	clear:both;
	margin-top:5px;
	margin-bottom:5px;
}
#newsTab .c li .list li {
	background:url(../images/li_dot01.jpg) no-repeat 5px 8px;
	border: 1px solid #FFFFFF;
    padding-left: 12px;
    width: 335px;
	height:20px;
	line-height: 20px;
}
#newsTab .c li .list li span {
    float:right;
	display:block;
	_padding-top:1px;
	padding-top:1px;
}
#newsTab dl {
	margin-bottom:5px;
	margin-top:5px;
	overflow:hidden;
	zoom:1;
	clear:both;
	padding-bottom:5px;
}
#newsTab dt {
	color:#aa138b;
	font-weight:bold;
	background:url(../images/dt_line.jpg) no-repeat right center;
}
#newsTab dt a,#newsTab dt a:visited,#newsTab dt a:hover {
	color:#000;
}
#newsTab dd {
	padding-left:12px;
	padding-top:5px;
}
#newsTab dd.em a,#newsTab dd.em a:visited,#newsTab dd.em a:hover {
	color:#aa138b;
}
#newsTab .c .list .em a {
	color:#aa138b;
}
#newsTab dd .img {
	float:left;
	width:75px;
	padding:1px;
	border:#e0e0e0 solid 1px;
	margin-right:10px;
}
#newsTab dd .c1 {
	float:left;
	width:250px;
	font-size:13px;
}
#newsTab dd .c1 h3 {
	line-height:30px;
	font-size:14px;
	height: 30px;
    overflow: hidden;
}
#newsTab dd .c1 h3 a {
	color:#aa138b;
}
#newsTab dd .c1 li {
	background:url(../images/dot.jpg) no-repeat left center;
	padding-left:8px;
}

#indexSlide {
	width:296px;
	height:396px;
	padding:2px;
	border:#ccc solid 1px;
	float:left;
	position:relative;
	margin-left:6px;  /*chen*/
}
#indexSlide ul {
	position:absolute;
}
#indexSlide ul.btn {
	bottom:8px;
	right:5px;
	z-index:9;
}
#indexSlide ul.btn li {
	float:left;
	width:14px;
	height:14px;
	background:#a8276a;
	color:#fff;
	margin-right:5px;
	text-align:center;
	line-height:14px;
	border:transparent solid 1px;
	cursor:pointer;
}
#indexSlide ul.btn li.cur {
	background:#fff;
	border:#a8276a solid 1px;
	color:#a8276a;
}
#indexSlide ul.show li {
	position:absolute;
}

#tab02 {
	clear:both;
	float:left;
	margin-top:15px;
	width:565px;   /*665px*/
}
#tab02 .t {
	background:url(../images/tab_head_bg.jpg) no-repeat right;
	height:26px;
}
#tab02 h3 {
	float:left;
	background:url(../images/news_tab2_off.jpg) no-repeat;
	width:112px;
	height:26px;
	line-height:26px;
	text-align:center;
	display:inline;
	margin-left:1px;
	font-size:12px;
	cursor:pointer;
}
#tab02 h3.cur {
	background:url(../images/news_tab2_on.jpg) no-repeat;
	color:#fff;
	font-weight:bold;
}
#tab02 h3.cur a,#tab02 h3.cur a:visited,#tab02 h3.cur a:hover {
	color:#fff;
	text-decoration:none;
}

/*chen*/
#tab02 .c {
	margin-left:5px;
	margin-top:4px;
}

#tab02 .c ul {
	clear:both;
}
#tab02 .c ul.dis {
	display:none;
}
#tab02 .c ul li {
	float:left;
	text-align:center;
	width:165px;
		
}
#tab02 .c ul li.exper {
	width:97px;
	margin-left:10px;
	_margin-left:5px;
	display:inline;
}

#tab02 .c ul .exper div img{
	width:97px;	
}

#tab02 .c ul .exper .title .name {
	font-weight:bold;
}

#demo {
	overflow:hidden;
	width:555px;
}
#indemo {
	overflow:hidden;
	height:200px;
	width:3000px;
}
#tab02 .c #demo1 {
	float: left;
	clear:none;
}
#tab02 .c #demo2 {
	float: left;
	clear:none;
}

#tab02 .c ul li div {
	border:#ccc solid 1px;
	padding:2px;  /* 1px*/
	width:97px;
	margin:10px auto 0;
}
#tab02 .c #t_video li,
#tab02 .c #t_enviroment li,
#tab02 .c #t_devices li {
	width:140px;
	line-height:18px;
}
#tab02 .c #t_video li div,
#tab02 .c #t_enviroment li div,
#tab02 .c #t_devices li div {
	width:120px;
	height:114px;
	padding:1px;
}
#tab02 .c #t_video li div img,
#tab02 .c #t_enviroment li div img,
#tab02 .c #t_devices li div img {
	width:120px;
	height:114px;
}
#tab02 .c #t_devices li div {
	height:140px;
}
#tab02 .c #t_devices li div img {
	height:140px;
}

#tab02 .c #t_honor li {
	width:140px;
}
#tab02 .c #t_honor li div {
	width:120px;
	line-height:18px;
}
#tab02 .c ul li div.honor img {
	width:120px;
	height:88px;
}

#tab02 .c ul li span.title {
	display:block;
	padding-top:5px;
	height:25px;
	width:140px;
	overflow:hidden;
}

#tab02 .c ul li span.zx {
	display:block;
	border:0;
	margin-top:3px;
	word-spacing:5px;
}

#main_right {
	float:right;
	width:576px;
	margin-right:0px;
	display:inline;
	overflow:hidden;
	margin-bottom:10px;
}
#main_right .head {
	background:url(../images/tab_head_bg.jpg) no-repeat right center;
	width:250px;
}
#main_right .head span {
	float:right;
	padding-right:25px;
	line-height:25px;
}
#main_right h3 {
	text-align:center;
	height:26px;
	line-height:26px;
	color:#fff;
	font-size:12px;
}
#case_i_list {
}
#case_i_list li {
	float:left;
	text-align:center;
	width:63px;
	margin-top:10px;
}
#case_i_list li span {
	display:block;
}
#xm10 {
	float:left;
	width:252px;
	display:inline;
	margin-left:10px;
}
#xm10 h3 {
	background:url(../images/news_tab_on.jpg) no-repeat;
	width:117px;
}
#xm10 ul {
	border:#e5e5e5 solid 1px;
	overflow:hidden;
	zoom:1;
	padding-top:1px;
	padding-bottom:1px;
}
#xm10 ul li {
	float:left;
	text-align:right;
	width:124px;
	height:74px;
	display:inline;
	margin-left:1px;
}
#xm10 ul li a,#xm10 ul li a:visited,#xm10 ul li a:hover {
	display:block;
	width:123px;
}

#ad_banner {
	clear:both;
	border:#ccc solid 1px;
	width:925px;
	padding:2px;
	margin:10px auto;
}

.indexBox {
	width:930px;
	margin:0 auto;
	overflow:hidden;
	zoom:1;
	margin-top:10px;
}
.indexBox .head {
	background:url(../images/index_h2_bg.jpg) no-repeat;
	height:43px;
	color:#fff;
	margin-bottom:12px;
	padding-left:18px;
}
.indexBox .head a,.indexBox .head a:visited {
	color:#fff;
	text-decoration:none;
	margin-left:5px;/*chen*/
}
.indexBox .head a:hover {
	color:#fff;
	text-decoration:underline;
}
.indexBox .head h2 {
	float:left;
	width:167px;
	height:43px;
	text-indent:-9999px;
}
.indexBox .cont {
	height:303px;
	overflow:hidden;
	zoom:1;
}
#wc h2 {
	background:url(../images/h2_title_01.jpg) no-repeat;
}

/*chen*/
#wc .cont .left .c
{
	display:none;
}



#zs h2 {
	background:url(../images/h2_title_02.jpg) no-repeat;
}
#jg h2 {
	background:url(../images/h2_title_03.jpg) no-repeat;
}
#kq h2 {background:url(../images/h2_title_kq.jpg) no-repeat;}
#xx h2 {
	background:url(../images/h2_title_04.jpg) no-repeat;
}
.indexBox .head span {
	float:left;
	line-height:43px;
	margin-left:12px;
}
.indexBox .cont .left {
	float:left;
	width:338px;
	position:relative;
	/*padding-top:230px;*/
}
.indexBox .cont .left .img {
	border:#ccc solid 1px;
	padding:2px; /*1px*/
	width:310px;
	position:absolute;
	top:0;
	left:10px;
}
.indexBox .cont .left .box {
	background:url(../images/boxBg.jpg) no-repeat center center;
	padding:2px;
	border:#ccc solid 1px;
	width:313px;
	height:293px;
}
#zl {
	padding-top:10px;
}
#zl li {
	font-weight:bold;
	float:left;
	display:inline;
	margin-left:10px;
	margin-top:5px;
}
#zsph {
	font-weight:bold;
	padding-left:8px;
	line-height:30px;
	padding-top:10px;
}
#zsph strong {
	font-size:14px;
	color:#c02f78;
	display:block;
}
#jgProjects li {
	float:left;
	text-align:center;
	width:45px;
	display:inline;
	margin-left:6px;
	margin-top:15px;
}


#xx .cont ul {
	padding-bottom:10px;
	overflow:hidden;
	zoom:1;
}
#xx .cont ul li {
	float:left;
	width:310px;
	color:#c02f78;
	line-height:26px;
}
#xx .cont ul li span {
	color:#666;
}
#xx .cont ul li a {
	color:#c02f78;
}

#xx .search {
	background:#f0f0f0;
	padding:3px 10px;
	margin-bottom:15px;
}
#xx .search select {
	width:200px;
	vertical-align:middle;
}
#xx .search input {
	vertical-align:middle;
}

/*last*/
#wc .cont .left .img img {
	border:0;
	width:310px;
	height:220px;
}

.indexBox .cont .left h3 {
	background:url(../images/cat_bg.jpg) no-repeat;
	width:97px;
	height:26px;
	text-align:center;
	float:left;
	margin-left:6px;
	display:inline;
	margin-top:10px;
	line-height:26px;
	font-weight:normal;
	font-size:12px;
}
.indexBox .cont .left h3.cur {
	color:#C02F78;
	font-weight:bold;
}

.indexBox .cont .left h3 a,
.indexBox .cont .left h3 a:visited {
	text-decoration:none;
	font-weight:normal;
	color:#666;
}
.indexBox .cont .left h3.cur a,
.indexBox .cont .left h3.cur a:visited,
.indexBox .cont .left h3.cur a:hover {
	font-weight:bold;
	color:#C02F78;
	text-decoration:none;
}

.indexBox .cont .center {
	float:left;
	width:409px;
	margin-left:16px;
	display:inline;
}
.indexBox .cont .center .t {
	border-bottom:#C02F78 solid 1px;
	background:url(../images/bg02.jpg) no-repeat;
	overflow:hidden;
	zoom:1;
}
.indexBox .cont .center .t h3 {
	float:left;
	font-weight:normal;
	color:#C02F78;
	width:82px;
	height:23px;
	line-height:23px;
	text-align:center;
	font-size:12px;
	cursor:pointer;
}
.indexBox .cont .center .t h3 a,.indexBox .cont .center .t h3 a:visited {
	color:#C02F78;
	text-decoration:none;
}
.indexBox .cont .center .t h3.cur {
	color:#fff;
	font-size:14px;
	background:url(../images/li_bg_on.jpg) no-repeat;
	width:81px;
}
.indexBox .cont .center .t h3.cur a,.indexBox .cont .center .t h3.cur a:visited,.indexBox .cont .center .t h3.cur a:hover {
	color:#fff;
	text-decoration:none;
}
.indexBox .cont .center .t h3.nobg {
	background:none;
}
.indexBox .cont .center .c p {
	margin:10px 5px 10px;
	text-indent:2em;
	line-height:21px;
}
.indexBox .cont .center .c .link {
	background:url(../images/bg01.jpg) no-repeat;
	color:#C02F78;
	line-height:30px;
	text-align:center;
}
.indexBox .cont .center .c .link a,.indexBox .cont .center .c .link a:visited,.indexBox .cont .center .c .link a:hover {
	color:#C02F78;
}
.indexBox .cont .center .c .box {
	float:left;
	width:200px;
	margin-top:10px;
}
.indexBox .cont .center .c .box h4 {
	color:#C02F78;
	height:29px;
	border:#dbdbdb solid 1px;
	width:178px;
	line-height:29px;
	padding-left:10px;
	font-size:12px;
	background:url(../images/bg03.jpg) repeat-x;
}
.indexBox .cont .center .c .box h4 span {
	float:right;
	font-weight:normal;
	padding-right:5px;
}
.indexBox .cont .center .c .box ul {
	margin-top:5px;
}
.indexBox .cont .center .c .box li {
	line-height:24px;
	background:url(../images/li_dot01.jpg) no-repeat 5px 10px;
	padding-left:12px;
}

.indexBox .cont .right {
	border:#ccc solid 1px;
	text-align:center;
	width:147px;
	height:296px;
	float:right;
	padding:2px;
	display:inline;
	line-height:18px;
}
.indexBox .cont .right .zj {
	border-bottom:#c0c0c0 dotted 1px;
	margin-bottom:5px;
	padding-bottom:5px;
	text-align:left; /*chen*/
}
.indexBox .cont .right .zj div {
	padding-top:5px;
	text-align:center;
	margin-bottom:5px;
}
.indexBox .cont .right .zj div img {
	vertical-align:middle;
}
.indexBox .cont .right p {
	padding-left:2px;
	line-height:19px;
}

.indexBox .cont .right .zj strong {
	font-size:14px;
	color:#C02F78;
}
.indexBox .cont .right .gd {
	text-align:left;
	line-height:23px; /*20px*/
}
.indexBox .cont .right .gd .zx {
	text-align:center;
	margin-top:5px;
	margin-bottom:5px;
}
.indexBox .cont .right .gd strong {
	color:#C02F78;
}

#quickLinks {
	margin:10px 15px;
}
#quickLinks .t {
	margin-bottom:10px;
	overflow:hidden;
	zoom:1;
	background:url(../images/tab_head_bg.jpg) no-repeat right top;
}
#quickLinks h3 {
	font-size:12px;
	background:url(../images/q_h3_bg_off.jpg) no-repeat;
	text-align:center;
	width:117px;
	line-height:26px;
	float:left;
	font-weight:normal;
	margin-left:1px;
	cursor:pointer;
}
#quickLinks h3.cur {
	background:url(../images/q_h3_bg_on.jpg) no-repeat;
	color:#fff;
	font-weight:bold;
}
#quickLinks dl {
	clear:both;
	height:27px;
	line-height:27px;
}
#quickLinks dt {
	background:url(../images/q_dt_bg.jpg) no-repeat left 4px;
	width:66px;
	color:#fff;
	float:left;
	text-align:center;
	margin-right:15px;
	margin-left:10px;
	overflow:hidden;
	display:inline;
}
#quickLinks dt a,#quickLinks dt a:visited,#quickLinks dt a:hover {
	color:#fff;
	text-decoration:none;
}
#quickLinks dd {
	float:left;
	width:100px;
}

#intro {
	clear:both;
	padding-top:10px;
	padding:10px 15px;
	overflow:hidden;
	zoom:1;
}
#intro .t {
	background:url(../images/tab_head_bg.jpg) no-repeat right top;
}
#intro h3 {
	background:url(../images/q_h3_bg_on.jpg) no-repeat;
	color:#fff;
	text-align:center;
	width:117px;
	height:26px;
	line-height:26px;
	font-size:12px;
	margin-bottom:10px;
}
/*chen*/
#intro .ul {
	margin-left:10px;
}



#intro ul li {
	float:left;
	width:225px;  /*230px*/
	background:none;
}
#intro ul li .img {
	width:132px;
	height:84px;
	border:#ccc solid 1px;
	padding:2px;  /*1px*/
	float:left;
	margin-right:5px;
}


#intro ul li ul {
	width:70px;  /*80px*/
	float:left;
}
#intro ul li ul li {
	width:68px;
	background:url(../images/li_dot01.jpg) no-repeat 5px 9px;
	padding-left:12px;
}

#friendLinks {
	background:url(../images/container_bg_bottom.jpg) no-repeat center bottom;
	padding:0px 15px 15px;
	line-height:24px;
	word-spacing:8px;
	overflow:hidden;
	zoom:1;
}
#friendLinks .t {
	background:url(../images/tab_head_bg.jpg) no-repeat right top;
}
#friendLinks .t span {
	float:right;
	padding-right:30px;
}
#friendLinks h3 {
	background:url(../images/q_h3_bg_on.jpg) no-repeat;
	color:#fff;
	text-align:center;
	width:117px;
	height:26px;
	line-height:26px;
	font-size:12px;
	margin-bottom:10px;
}
#friendLinks .c {
	margin-left:10px;
}





/**/
.tx_zxcs{ width:930px; margin:0 auto; height:auto; margin-bottom:10px;overflow:hidden;}
.zxcs_list{ width:300px; height:auto; padding-bottom:5px; padding-left:7px; float:left;}
#xx .zxcs_list h2{ width:300px; height:auto; float:left; border-bottom:1px dashed #CCCCCC; background:none; line-height:30px; }
.zxcs_list h2 strong{ float:left; font-size:14px; font-weight:bold; color:#DF4790;}
.zxcs_list h2 span{ float:right; font-size:12px; font-weight:normal; padding-right:5px;}
.zxcs_list ul{ width:300px; height:auto; float:left; line-height:24px;}
.zxcs_list ul li{ width:280px; padding-left:10px; background:url(../images/li_dot01.jpg) left no-repeat;}
.zxtd{ width:930px; height:auto; float:left;}
.zxtd ul{ width:930px; height:auto; float:left;}
.zxtd ul li{ width:95px; font-size:14px; color:#4F4F4F; float:left; text-align:center; line-height:30px; border-right:1px solid #FFFFFF; background:#E7E7E7;}
.zxtd ul li.hovec{ background:#E04791; color:#FFFFFF;}
.zxtd_list{ width:930px; float:left;}
.zxtd_list ul{ width:127px; float:left; padding-left:5px; padding-top:5px; line-height:24px;}
.zxtd_list ul p.stc1{ line-height:30px; font-size:14px; color:#E04893; font-weight:bold;}
.dfss{ float:left;}
