@charset "utf-8";
/*
hssme_banner 特效CSS
*/
img{ border:none;}

.main_image {
	width:100%;
	height:330px;
	border-top:1px solid #d7d7d7;
	overflow:hidden;
	margin:0 auto;
	position:relative
}
.hssme_maintitle a:link, .hssme_maintitle a:visited{
color: #1E1E1E;
}
.intitle {
	color: #E50003;
	font-size: 16px;
	line-height: 35px;
	text-align: center;
	text-decoration: none;
	width: 100%;
	height: 35px;
}

.main_image ul {
	width:9999px;
	height:330px;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	margin-top:0px;
}
.main_image li {
	float:left;
	width:100%;
	height:330px;
}
.main_image li span {
	display:block;
	width:100%;
	height:330px
}
.main_image li a {
	display:block;
	width:100%;
	height:330px
}
.main_image li .img_1 {
	background: url('../hssme_ui/main_bannerbc.jpg') center top no-repeat
}
.main_image li .img_2 {
	background: url('../hssme_ui/main_bannerbc1.jpg') center top no-repeat
}
.main_image li .img_3 {
	background: url('../hssme_ui/main_bannerbc2.jpg') center top no-repeat
}
.main_image li .img_4 {
	background: url('../hssme_ui/main_bannerbc3.jpg') center top no-repeat
}
.main_image li .img_5 {
	background: url('../hssme_ui/main_bannerbc4.jpg') center top no-repeat
}
div.flicking_con {
	width:990px;
	margin:0 auto;
	position:relative
}
div.flicking_con .flicking_inner {
	position:absolute;
	top:280px;
	left:45%;
	z-index:999;
	width:300px;
	height:21px
} /* 121126 */
div.flicking_con a {
	float:left;
	width:21px;
	height:21px;
	margin:0;
	padding:0;
	background:url(../hssme_ui/hssme_ui.png) -1550px -203px no-repeat;
	display:block;
	text-indent:-1000px
}
div.flicking_con a.on {
	background-position:-1550px -224px
}
#btn_prev, #btn_next {
	z-index:11111;
	position:absolute;
	display:block;
	width:73px!important;
	height:74px!important;
	top:50%;
	margin-top:-37px;
	display:none;
}
#btn_prev {
	background:url(../hssme_ui/hssme_ui.png)  no-repeat -1550px -3px;
	left:5px;
}
#btn_next {
	background:url(../hssme_ui/hssme_ui.png)  no-repeat -1700px -2px;
	right:5px;
}

.imgbi{
	border: 1px solid #ac0000;
	width: 185px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 24px;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	float: left;
	border-radius: 5px;
	display: block;
	text-align: center;
	overflow-x: hidden;
	overflow-y: hidden;
	height: auto
}
/*
滚动CSS
*/
ol, ul ,li{list-style:none} 
#Marqueex { overflow:hidden; width: 980px; height:200px;}  
#Marqueex ul li ,#Marquee_x ul li div{ float:left;line-height:25px;overflow:hidden}
#Marqueex ul li div{ float:left;line-height:25px;height:200px; width:auto; overflow:hidden} 
#Marqueex ul li div img{display:block} 
#Marqueex ul li div span{ display:block;} 
#cert { overflow:hidden; width: 980px; height:300px;}  
#cert ul li ,#Marquee_x ul li div{ float:left;line-height:25px;overflow:hidden}
#cert ul li div{ float:left;line-height:25px;height:300px; width:auto; overflow:hidden} 
#cert ul li div img{display:block} 
#cert ul li div span{ display:block;} 

.imgbi a:link{text-decoration:none;text-align:center;display:block}.imgb a:visited{text-decoration:none;text-align:center;display:block}
.imgbi a:hover{text-decoration:none;text-align:center;color:#fff;background-color:#f1b7b7;display:block;margin-left:-15px;margin-right:-15px;margin-top:-15px;margin-bottom:-15px;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px}

/*客服CSS*/
*{margin:0;padding:0;list-style-type:none;}

a,img{border:0; text-decoration:none;}
.qside{position:fixed;width:54px;height:275px;right:0; top:465px;z-index:100; margin:0px; padding:0px;}
.qside ul li{width:54px;height:54px;float:left;position:relative;border-bottom:1px solid #444; list-style-type:none;}
.qside ul li .sidebox{position:absolute;width:54px;height:54px;top:0;right:0;transition:all 0.3s;background:#000;opacity:0.8;filter:Alpha(opacity=80);color:#fff;font:14px/54px "微软雅黑";overflow:hidden;}
.qside ul li .sidetop{width:54px;height:54px;line-height:54px;display:inline-block;background:#000;opacity:0.8;filter:Alpha(opacity=80);transition:all 0.3s;}
.qside ul li .sidetop:hover{background:#ae1c1c;opacity:1;filter:Alpha(opacity=100);}
.qside ul li img{float:left;}

/*客服弹窗口*/
@charset "utf-8";
.contact-bar {
	position:fixed;
	bottom:0;
	right:0;
	width:400px;
	overflow:hidden;
	z-index:9999
}
.contact-bar .cb-btn {
	float:left;
	position:relative;
	height:38px;
	font-size:12px;
	line-height:40px;
	text-transform:uppercase;
	border:1px solid #000;
	border-left:none;
	color:#FFF;
	background-color:#292929;
	background-image:-webkit-gradient(linear, left top, left bottom, from(rgb(41,41,41)), to(rgb(0,0,0)));
	background-image:-webkit-linear-gradient(top, rgb(41,41,41), rgb(0,0,0));
	background-image:-moz-linear-gradient(top, rgb(41,41,41), rgb(0,0,0));
	background-image:-o-linear-gradient(top, rgb(41,41,41), rgb(0,0,0));
	background-image:-ms-linear-gradient(top, rgb(41,41,41), rgb(0,0,0));
	background-image:linear-gradient(top, rgb(41,41,41), rgb(0,0,0));
 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#292929', EndColorStr='#000000');
	-moz-box-shadow:inset 1px 0 0 #343534, inset 0 1px 0 #343534;
	-webkit-box-shadow:inset 1px 0 0 #343534, inset 0 1px 0 #343534;
	box-shadow:inset 1px 0 0 #343534, inset 0 1px 0 #343534
}
.contact-bar .cb-btn:hover, .contact-bar .cb-btn-hover {
	background-color:#4e4e4e;
	background-image:-webkit-gradient(linear, left top, left bottom, from(rgb(78,78,78)), to(rgb(39,39,39)));
	background-image:-webkit-linear-gradient(top, rgb(78,78,78), rgb(39,39,39));
	background-image:-moz-linear-gradient(top, rgb(78,78,78), rgb(39,39,39));
	background-image:-o-linear-gradient(top, rgb(78,78,78), rgb(39,39,39));
	background-image:-ms-linear-gradient(top, rgb(78,78,78), rgb(39,39,39));
	background-image:linear-gradient(top, rgb(78,78,78), rgb(39,39,39));
 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#4e4e4e', EndColorStr='#272727');
	-moz-box-shadow:inset 1px 0 0 #5a5b5a, inset 0 1px 0 #5a5b5a;
	-webkit-box-shadow:inset 1px 0 0 #5a5b5a, inset 0 1px 0 #5a5b5a;
	box-shadow:inset 1px 0 0 #5a5b5a, inset 0 1px 0 #5a5b5a;
	cursor:pointer
}
.contact-bar .cb-btn-selected, .contact-bar .cb-btn-selected:hover, .contact-bar .cb-btn-selected.cb-btn-hover {
	background-image:none;
	background-color:#232423;
	-moz-box-shadow:inset 0 5px 20px black;
	-webkit-box-shadow:inset 0 5px 20px black;
	box-shadow:inset 0 5px 20px black
}
.contact-bar .cb-btn.cb-chat, .contact-bar .cb-btn.cb-phone {
	width:178px
}
.contact-bar .cb-btn.cb-chat {
	border-left:1px solid #000
}
.contact-bar .cb-btn-selected.cb-chat {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0
}
.contact-bar .cb-chat .cb-btn-text {
	background:url(../images/cb-icon-livechat.png) no-repeat 12px 14px
}
.contact-bar .cb-phone .cb-btn-text {
	background:url(../images/cb-icon-phone.png) no-repeat 14px 11px
}
.contact-bar .cb-btn-text {
	float:left;
	height:38px;
	padding-left:40px;
	font-weight:bold
}
.contact-bar .cb-kb, .cb-twitter, .cb-facebook {
	width:40px;
	text-indent:-3000em
}
.contact-bar .cb-kb span, .contact-bar .cb-twitter span, .contact-bar .cb-facebook span {
	float:left;
	width:100%
}
.contact-bar .cb-kb span {
	background:url(../images/cb-icon-kb.png) no-repeat center center
}
.contact-bar .cb-twitter span {
	background:url(../images/cb-icon-twitter.png) no-repeat center center
}
.contact-bar .cb-facebook span {
	background:url(../images/cb-icon-facebook.png) no-repeat center center
}
.cb-status {
	position:absolute;
	right:0;
	width:10px;
	height:10px;
	margin:15px 10px 16px 0
}
.cb-online {
	background:url(../images/cb-status-online.png) no-repeat center center
}
.cb-offline {
	background:url(../images/cb-status-offline.png) no-repeat center center
}
.cb-popup {
	z-index: 9998;
	position: fixed;
	bottom: 40%;
	right: 30%;
	width: 415px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.36);
	-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.36);
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.36);
	height: 188px;
	background-image: url(../hssme_ui/qline.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.cb-popup-toolbar {
	width:380px;
	line-height:10px;
	padding:5px 10px
}
.cb-popup-close {
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	right: 0;
	top: 0;
	color: #FBFBFB;
	height: 18px;
	width: 400px;
	text-align: right;
	line-height: 18px;
	margin-right: 0px;
}
.cb-popup-close:hover {
	cursor:pointer
}
.cb-popup-inner {
	width: 415px;
	text-align: center;
	height: 170px;
	float: none;
	clear: both;
	display: block;
}
.cb-popup.chat-invitation {
	background-color:transparent;
	height:168px
}
.cb-popup.call-us {

}
.cb-popup.chat-invitation .cb-popup-close {
	color:#FFF;
	text-shadow:0 1px 1px rgba(0, 0, 0, 0.9);
	z-index:99999
}
.cb-popup #eye-catcher {
	float:left;
	margin-top:-10px
}
.cb-popup #eye-catcher a {
	background:url(../images/livechat.png) no-repeat;
	height:170px;
	width:400px;
	display:block;
	text-indent:-999em
}
.cb-popup p {
	color:#999
}
.cb-popup .cb-btn {
	text-align:center;
	border:1px solid #043b8f;
	color:#FFF;
	line-height:20px;
	font-weight:bold;
	text-decoration:none;
	background-color:#49bae3;
	background-image:-webkit-gradient(linear, left top, left bottom, from(rgb(73,186,227)), to(rgb(42,73,180)));
	background-image:-webkit-linear-gradient(top, rgb(73,186,227), rgb(42,73,180));
	background-image:-moz-linear-gradient(top, rgb(73,186,227), rgb(42,73,180));
	background-image:-o-linear-gradient(top, rgb(73,186,227), rgb(42,73,180));
	background-image:-ms-linear-gradient(top, rgb(73,186,227), rgb(42,73,180));
	background-image:linear-gradient(top, rgb(73,186,227), rgb(42,73,180));
 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#49bae3', EndColorStr='#2a49b4');
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow:inset 0 1px 2px #25daee;
	-webkit-box-shadow:inset 0 1px 2px #25daee;
	box-shadow:inset 0 1px 2px #25daee;
	text-shadow:0 1px 2px rgba(0, 0, 0, 0.5)
}
.cb-btn.cb-btn-first {
	margin-left:0
}
.cb-btn.cb-btn-last {
	margin-right:0
}
.cb-form .cb-btn {
	width:100%
}
.cb-popup .contact-phone {
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: .25em;
	text-align: center;
}
/* 代码整理：懒人之家 lanrenzhijia.com */
/*主CSS*/

body{
	margin: 0;
	background-color: #F5F5F5
}.imgb{
	border: 1px solid #cccccc;
	width: 188px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	float: left;
	border-radius: 5px;
	display: block;
	text-align: center;
	overflow-x: hidden;
	overflow-y: hidden;
	height: auto
}.imgb a:link{text-decoration:none;text-align:center;display:block}.imgb a:visited{text-decoration:none;text-align:center;display:block}.imgb a:hover{
	text-decoration: none;
	text-align: center;
	color: #fff;
	background-color: #eee;
	display: block;
	margin-left: -15px;
	margin-right: -15px;
	margin-top: -15px;
	margin-bottom: -15px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px
}.imgtitle{font-size:12px;line-height:20px;color:#000;text-decoration:none;width:100%;height:20px;text-align:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block;overflow-x:hidden;overflow-y:hidden;font-weight:normal}.imgtitle a:link{text-decoration:none;color:#000}.imgtitle a:visited{color:#000;text-decoration:none}.topbc{
	height: 145px;
	width: 100%;
	margin: auto;
	z-index: 100;
	padding-bottom: 7px;
	background-color: #fff
}.hssme_main{margin:auto;width:1004px;height:auto;float:none;display:table;clear:both}.top{width:1004px;height:25px;margin-left:auto;margin-right:auto;margin-top:0;float:none;clear:both;font-size:12px;line-height:25px;text-align:left;text-decoration:none;color:#535353;background-color:#fff;margin-bottom:0;padding-bottom:10px}.bannerw{
	width: 100%;
	background-image: url(../hssme_ui/main_bannerbc.jpg);
	height: 330px;
	padding-left: auto;
	padding-right: auto;
	background-repeat: no-repeat;
	clear: both;
	margin-bottom: 10px;
	background-position: center center;
}.word{font-family:"宋体";font-size:12px;line-height:30px;color:#2f2f2f;text-decoration:none}.indexlink{font-family:"黑体";font-size:12px;line-height:26px;font-weight:bold;color:#008cc5;text-decoration:none}.foot{
	font-family: "宋体";
	font-size: 12px;
	line-height: 24px;
	color: #f2f2f2;
	text-decoration: none;
	width: 100%;
	clear: both;
	height: auto;
	padding-bottom: 15px;
	padding-top: 15px;
	background-color: #085895;
}.footlin {
	width: 100%;
	height: 30px;
	text-align: center;
	font-size: 12px;
	line-height: 30px;
	text-decoration: none;
	color: #B9B9B9;
	background-color: #172f42;
	float: none;
	clear: both;
	overflow-y: hidden;
	overflow-x: hidden;
}
.footer {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
}
.btitle{font-family:"宋体";font-size:16px;line-height:31px;color:#707070;text-decoration:none;font-weight:bold;width:300px;margin-left:20px;float:left;height:31px;display:block;text-align:left;vertical-align:middle}.menunow{font-size:14px;line-height:50px;color:#FFF;text-decoration:none;font-weight:bold;float:left;height:50px;width:100px;overflow:hidden;display:block;text-align:center;vertical-align:middle;background-image:url(../hssme_ui/hssme_ui.png);background-repeat:no-repeat;background-position:98px 0;margin-top:0;margin-bottom:0}.menunow a:link{color:#FFF;text-decoration:none;line-height:50px;height:50px;width:100px;overflow:hidden;display:block;margin-top:0;margin-bottom:0}.menunow a:visited{color:#fefefe;text-decoration:none;line-height:50px;display:block;width:100px;height:50px;margin-top:0;margin-bottom:0}.menunow a:active{color:#fefefe;font-weight:bold;text-decoration:none;background-color:#8a0c00;width:100px;height:50px;display:block;margin-top:0;margin-bottom:0}.menunow a:hover{
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	float: left;
	height: 50px;
	display: block;
	width: 100px;
	overflow: hidden;
	line-height: 50px;
	margin-top: 0;
	margin-bottom: 0;
	background-image: url(../hssme_ui/hssme_ui.png);
	background-position: 0 -80px;
	background-repeat: no-repeat;
}.foot a:link{color:#ececec;text-decoration:none}.foot a:visited{color:#ececec;text-decoration:none}.foot a:hover{font-style:italic;color:#ececec;text-decoration:none}.foot a:active{font-weight:bold;color:#ececec;text-decoration:none}.word a:link{color:#000;text-decoration:none}.word a:visited{color:#000;text-decoration:none}.word a:hover{color:#69F;text-decoration:none}.word a:active{color:#000;text-decoration:none}.title_bc{background-image:url(../images//title_bg.jpg);background-repeat:repeat-x;background-position:left top;height:27px}.prol{border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:none;border-right-style:none;border-bottom-style:solid;border-left-style:none;border-top-color:#CCC;border-right-color:#CCC;border-bottom-color:#CCC;border-left-color:#CCC}.lbtitle{
	font-family: "黑体";
	font-size: 20px;
	line-height: 65px;
	color: #085895;
	text-decoration: none;
	height: 70px;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 3px;
	width: 225px;
	float: none;
	background-image: url(../hssme_ui/hssme_ui.png);
	background-position: -200px 0;
	background-repeat: no-repeat;
	padding-left: 35px;
}.dh{
	background-color: #085895;
	height: 50px;
	width: 100%;
	float: none;
	clear: both
}.sof{
	height: 60px;
	width: 335px;
	float: right;
	margin-right: 20px;
	margin-top: 40px;
	background-image: url(../hssme_ui/hssme_ui.png);
	background-position: -750px -145px;
}.logo{
	height: 110px;
	width: 550px;
	float: left;
	margin-left: 15px;
	background-image: url(../hssme_ui/hssme_ui.png);
	background-position: 0 -180px;
	background-repeat: no-repeat;
	margin-top: 0px;
}
.hssme_left{
	height: auto;
	width: 258px;
	float: left;
	margin-left: 0px;
	padding-top: 0px;
	margin-right: 5px;
	background-color: #fafafa;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	padding-right: 0px;
	border-bottom: 1px solid #cccccc;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}.left_lxfs{width:90%;margin-left:2%;margin-right:2%;height:28px;display:block;font-size:12px;line-height:28px;text-align:left;text-decoration:none;padding-left:6%;font-weight:normal;margin-top:5px;margin-bottom:5px;background-image:url(../hssme_ui/hssme_ui.png);background-position:-900px 11px;background-repeat:no-repeat;border-bottom:1px dashed #ac0000}.hssme_right{
	width: 731px;
	float: right;
	padding-right: 5px;
	height: auto;
	background-color: #fff;
	margin-top: 0px;
	overflow-x: hidden;
	margin-left: 0px;
	padding-top: 0;
	border: 1px solid #cccccc;
}.hssme_both{float:none;clear:both;padding-bottom:10px}.left_lx{font-family:"黑体";font-size:20px;line-height:39px;color:#FFF;text-decoration:none;width:260px;height:39px;display:block;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;background-image:url(../hssme_ui/hssme_ui.png);background-position:-553px top;background-repeat:no-repeat;text-align:center}.left_400{width:100%;height:86px;float:none;clear:both;background-image:url(../hssme_ui/hssme_ui.png);background-position:-1200px top;background-repeat:no-repeat;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0}.main_page{
	background-color: #fff;
	float: none;
	clear: both;
	padding-top: 5px;
}.rdh{color:#000;font-size:12px;line-height:30px;height:30px;text-align:left;vertical-align:middle;margin-bottom:10px;margin-top:10px;display:block;width:243px;overflow-y:hidden;clear:both;overflow-x:hidden;float:none;font-weight:normal;background-repeat:repeat-x;background-position:left center;background-image:url(../hssme_ui/pro_listbc.gif);margin-left:0;padding-left:15px;padding-top:0;padding-bottom:0;padding-right:0}.rdh a:link{color:#000;text-decoration:none;display:block;font-size:12px;width:245px;height:30px;line-height:30px;text-align:left}.rdh a:visited{color:#000;text-decoration:none;display:block;width:245px;height:30px}.rdh a:hover{color:#fff;text-decoration:none;display:block;text-align:left;vertical-align:middle;float:left;width:258px;height:28px;padding-left:15px;border:1px double #9b0307;border-radius:5px;font-weight:bold;margin-left:-15px;margin-right:0;background-color:#9b0307}.rdh a:active{color:#fff;text-decoration:none;display:block;width:245px;height:30px;background-color:#9b0307}.hssme_bodybox {
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
}
.hssme_maintitle {
	color: #1E1E1E;
	font-size: 16px;
	line-height: 30px;
	text-align: left;
	display: block;
	width: 724px;
	margin-bottom: 15px;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
	height: 30px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	padding-right: 0px;
	background-image: url(../hssme_ui/hssme_ui.png);
	background-repeat: no-repeat;
	background-position: -1046px -102px;
	float: none;
	clear: both;
}
.news {
	width: 100%;
	height: 25px;
	margin-bottom: 5px;
	font-size: 12px;
	line-height: 25px;
	text-align: left;
	text-decoration: none;
	border-bottom: 1px dashed #cccccc;
}
.index_workbc {
	background-image: url(../hssme_ui/workbc.png);
	background-repeat: repeat-x;
	background-position: left center;
	height: 30px;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
	vertical-align: middle;
	clear: both;
	float: none;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
	line-height: 30px;
}
.index_worktitle {
	font-size: 16px;
	line-height: 30px;
	text-decoration: none;
	color: #980206;
	font-weight: bold;
	height: 30px;
	width: 130px;
	clear: none;
	float: none;
	text-align: center;
	vertical-align: middle;
	display: block;
	letter-spacing: 3px;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
}
.index_wordbox {
	width: 984px;
	height: auto;
	border: 1px solid #cccccc;
	border-radius: 6px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	float: none;
	clear: both;
}
.index_word {
	width: 600px;
	height: 220px;
	display: block;
	float: right;
	font-size: 12px;
	line-height: 24px;
	text-align: left;
	text-decoration: none;
}
.index_workimg {
	width: 366px;
	float: left;
	display: block;
	height: 220px;
	background-image: url(../hssme_ui/index_com.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 10px;
}
.index_comtitle {
	width: 954px;
	height: 41px;
	display: block;
	background-image: url(../hssme_ui/index_comtitle.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 34px;
	color: #000000;
	font-size: 16px;
	text-align: left;
	text-decoration: none;
	line-height: 41px;
	font-weight: bold;
}
