*{margin:0px; padding:0px;}
body{font-size:12px; color:#333; font-family:"微软雅黑",Arial, Helvetica, sans-serif;}
ul{list-style-type:none;}
img{border:0;}

a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #C00;
}
a:active {
	text-decoration: none;
}

a.wl:link,a.wl:visited,a.wl:active {color:#FFF;text-decoration:none;}
a.wl:hover {color:#FF0;}

a.wb:link,a.wb:visited,a.wb:active {color:#069;text-decoration:none;}
a.wb:hover {color:#C00;}

a.wr:link,a.wr:visited,a.wr:active {color:#C00;text-decoration:none;}
a.wr:hover {color:#000;}

a.wg:link,a.wg:visited,a.wg:active {color:#999;text-decoration:none;}
a.wg:hover {color:#C00;}

.f_black {color:#000;}
.f_red   {color:#C00;}
.f_white {color:#FFF;}
.f_gray  {color:#999;}
.f_orange{color: #F90;}
.f_green {color:#66A228;}
.f_blue  {color:blue;}
.f_mblue {color:#1B75BC;}
.f_dblue {color:#233F6F;}
.f_gold  {color:#F60;}
.f_pink  {color:#B5084A;}
.f_Arial {font-family:Arial, Helvetica, sans-serif;}
.f_yk    {font-family:"微软雅黑";}
.blod    {font-weight:bold;}
.noblod  {font-weight:normal;}
.px10  {font-size:10px;}
.px11  {font-size:11px;}
.px12  {font-size:12px;}
.px13  {font-size:13px;}
.px14  {font-size:14px;}
.px15  {font-size:15px;}
.px16  {font-size:16px;}
.px18  {font-size:18px;}
.px20  {font-size:20px;}
.px25  {font-size:25px;}
.input {height:18px; border:solid 1px #ccc; margin-left:5px; padding:3px;}
.fleft {float:left;}
.fright{float:right;}
.mt5   {margin-top:5px;}
.mt10  {margin-top:10px;}
.mt15  {margin-top:15px;}
.mt25  {margin-top:25px;}
.mt35  {margin-top:35px;}
.mt45  {margin-top:45px;}
.line  {background: url(../images/line.jpg) repeat-x left center;height:18px;width:100%;margin:0px auto;clear:both;}
.line1 {background:none;border-bottom: 1px dotted #DDD;height:10px;width:100%;margin:0px auto 10px auto;clear:both;}
.line2 {height:10px;width:100%;margin:0px auto 10px auto;clear:both;border-bottom:#DDD solid 1px;}
.clear {clear:both; line-height:0px;}
.over  {background:#FFF;}
.pl10 {padding-left:10px;}

.kk{
	margin:0 auto;
	width:1000px;
}
#logo {
	float:left;
	height:120px;
	width:330px;
	background:url(../images/logo.png) no-repeat left center;
}
#top_od {
	float: right;
	margin-top: 10px;
}
#top_od div {
	float:left;
	position:relative;
}
#top_od > span {
	float:left;
	margin:0 10px;
}
#ss {
	clear:right;
	float: right;
	margin-top:10px;
	width:240px;
	height:30px;
	background:url(../images/ssbg.jpg) no-repeat;
}
#ss .sskw {
    width:185px;
	height:30px; 
	background:none;
	border:none;
	line-height:30px;
	padding:0 5px;
}
#ss .ssbn {
    width:45px;
	height:30px;
	background:none;
	border:none;
	cursor:pointer;
}
#menu {
	clear:right;
	float: right;
	margin-top:10px;
}
#menu li{
	float:left;
	margin-left:20px;
}
#menu li > a{
	font-size:15px;
	color:#000;
	position:relative;
	height:30px;
	line-height:30px;
	padding:0 18px;
	display:block;
}
#menu li > a:hover{
	background:#c7161e;
	color:#FFF;
    -webkit-transition: background 0.4s ease-in-out;
    -moz-transition: background 0.4s ease-in-out;
    -o-transition: background 0.4s ease-in-out;
    -ms-transition: background 0.4s ease-in-out;
    transition: background 0.4s ease-in-out;
}
#home #menu li#m1 > a,#about #menu li#m2 > a,#product #menu li#m3 > a,#news #menu li#m4 > a,#order #menu li#m5 > a,#contact #menu li#m6 > a {
	background:#c7161e;
	color:#FFF;
}
#menu li.mainlevel{
    position:relative;
	z-index:999;
}
#menu li.mainlevel:hover > a {
	background:#c7161e;
	color:#FFF;
}
#menu li ul {
    width:162px;
	position:absolute;
	background:none;
	display:none;
	top:30px;
	left:-32px;
	filter: Alpha(opacity=98);   
	-moz-opacity:.98;   
	opacity:0.98;
}
#menu li ul li{
	background: url(../images/menu_kk_c.png) repeat-y;
	background:url(../images/menu_kk_c2.png) repeat-y center top \9;
	*background:url(../images/menu_kk_c2.png) repeat-y center top;
	width:162px;
	margin:0px;
}
#menu li ul li.t {
	background:url(../images/menu_kk_t.png) no-repeat;
	background:url(../images/menu_kk_t2.png) no-repeat center top \9;
	*background:url(../images/menu_kk_c2.png) repeat-y center top;
	height:16px;
}
#menu li ul li.b {
	background: url(../images/menu_kk_b.png) no-repeat;
	background: url(../images/menu_kk_b2.png) no-repeat center top\9;
	*background:url(../images/menu_kk_c2.png) repeat-y center top;
	height: 14px;
}
#menu li ul li a{
	height:auto;
	line-height:20px;
    padding:6px 8px;
	font-size:13px;
	font-weight:normal;
	width:146px;
	display:block;
	color:#000;
	text-align:center;
}
#menu li ul li a:hover{
	color:#FFF;
	background:#c7161e;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
    transition: none;
}
/*幻灯片*/
#bn{width:100%; height:480px; position:relative; clear:both;}
.bgstretcher-area { text-align: left;}
.bgstretcher, .bgstretcher ul, .bgstretcher ul li {
	position: absolute;
	top: 0;
	left: 0;
}
.bgstretcher {
	background: black;
	overflow: hidden;
	width: 100%;
	position: fixed;
	z-index: 1;
	_position: absolute; /*IE6 doesn't support fixed positioning*/
	top: 0;
	left: 0;
}
#bn .kk {
	position:relative;
}
#nav {
    position:absolute;
	top:420px;
	text-align:center;
	width: 100%;
	_left:45%;
}
#nav ul li {
    display:inline-block;
	margin-right: 8px;
	_float:left;
}
#nav ul li a {background:#DDD; width:12px; height:12px; display:block; text-align:center; font-size:0px;-webkit-border-radius:12px;-moz-border-radius:12px;border-radius:12px;}
#nav ul li.showPage a {background:#c7161e;}
#prev{position:absolute; left:0px; top:250px; cursor:pointer;}
#prev a{display:block;width:30px; height:43px;font-size:0px;background:url(../images/scroll_btn.png) left bottom;filter: Alpha(opacity=10);-moz-opacity:.10;opacity:0.10;}
#prev a:hover{background:url(../images/scroll_btn.png) left bottom;filter: Alpha(opacity=50);-moz-opacity:.50;opacity:0.50;}
#next{position:absolute; right:0px; top:250px; cursor:pointer;}
#next a{display:block;width:30px; height:43px;font-size:0px;background:url(../images/scroll_btn.png) right bottom;filter: Alpha(opacity=10);-moz-opacity:.10;opacity:0.10;}
#next a:hover{background:url(../images/scroll_btn.png) right bottom;filter: Alpha(opacity=50);-moz-opacity:.50;opacity:0.50;}

#hmab {
	background:#F8F8F8;
}
#hmab h1 {
	font-size:0;
	height:66px;
	background:url(../images/tit.png) no-repeat center 40px;
	padding-top:50px;
}
#hmab article {
	width:800px;
	margin:0 auto;
	line-height:25px;
	padding-bottom:50px;
	font-size:14px;
}
#hmab .more a {
	display:block;
	margin:10px 0;
	height:60px;
	text-align:center;
	line-height:60px;
	font-size:18px;
	text-transform:uppercase;
}
#hmpro {
	width:1000px;
	margin:0 auto;
}
#hmpro h1 {
	font-size:0;
	height:66px;
	background:url(../images/tit.png) no-repeat center -130px;
	padding:30px 0;
}
#tabmenu {
	background:url(../images/tabbg.jpg) no-repeat;
	height:80px;
}
#tabmenu li {
	width:200px;
	height:65px;
	float:left;
	text-align:center;
	font-size:20px;
	padding-top:15px;
	cursor:pointer;
}
#tabmenu li span {
	display:block;
	text-transform:uppercase;
	font-size:17px;
	color:#999;
}
#tabmenu li.on {
	background:#c7161e;
	color:#FFF;
}
#tabmenu li.on span {
	color:#FFF;
}
.tabcon {
	margin-top:20px;
	display:none;
}
.tabcon_lt {
	float:left;
	width:36px;
	height:70px;
	background:url(../images/arrow2.png) no-repeat left bottom;
	margin-right:14px;
	margin-top:140px;
	cursor:pointer;
}
.tabcon_lt:hover {
	background:url(../images/arrow2.png) no-repeat left top;
}
.tabcon_rt {
	float:left;
	width:36px;
	height:70px;
	background:url(../images/arrow2.png) no-repeat right bottom;
	margin-left:14px;
	margin-top:140px;
	cursor:pointer;
}
.tabcon_rt:hover {
	background:url(../images/arrow2.png) no-repeat right top;
}
.tabcon_ct {
	width:900px;
	float:left;
	height:350px;
	overflow:hidden;
	position:relative;
}
.tabcon_ct ul {
	position:absolute;
}
.tabcon_ct ul li {
	float:left;
	width:280px;
	height:330px;
	margin:9px;
	border:solid 1px #DDD;
}
.tabcon_ct ul li .img {
	width:280px;
	height:280px;
}
.tabcon_ct ul li .txt {
	height:50px;
	line-height:50px;
	overflow:hidden;
	text-align:center;
	font-size:14px;
	background:#EEE;
}
.tabcon_ct ul li:hover {
	border:solid 1px #c7161e;
}
.tabcon_ct ul li:hover .txt {
	background:#c7161e;
}
.tabcon_ct ul li:hover .txt a {
	color:#FFF;
}
#hmnews h1 {
	font-size:0;
	height:66px;
	background:url(../images/tit.png) no-repeat center -278px;
	padding:30px 0 50px 0;
}
#hmnews ul li {
	padding:30px 0px;
	border-bottom:solid 1px #EEE;
	font-size:18px;
}
#hmnews ul li:hover {
	background: #c7161e;
}
#hmnews ul li:hover .kk {
	background: url(../images/tb2.png) no-repeat right center;
}
#hmnews ul li .date {
	float:left;
	width:160px;
	margin-right:50px;
	font-size:60px;
	color:#c7161e;
	font-family:Arial, Helvetica, sans-serif;
}
#hmnews ul li .date span {
	display:block;
	text-align:right;
	font-size:20px;
	color:#999;
}
#hmnews ul li:hover .date {
	color:#FFF;
}
#hmnews ul li:hover .date span {
	color:#FFF;
}
#hmnews ul.list2 li h3 {
	font-weight:normal;
	font-size:18px;
}
#hmnews ul li article {
	line-height:20px;
	margin-top:10px;
	font-size:14px;
	color:#999;
	padding-right:50px;
}
#hmnews ul li:hover h3 {
	color:#FFF;
}
#hmnews ul li:hover article {
	color:#FFF;
}
#hmnews .more a {
	display:block;
	height:60px;
	background:#f2f2f2;
	text-align:center;
	line-height:60px;
	font-size:18px;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
}
#hmnews .more a:hover {
	color:#c7161e;
}
#hmct h1 {
	font-size:0;
	height:90px;
	background:url(../images/tit.png) no-repeat center -458px;
	margin-top:50px;
}
#hmct h2 {
	font-size:28px;
	text-align:center;
	font-weight:normal;
	color:#c7161e;
	line-height:50px;
}
#hmct ul {
	border:solid #DDD;
	border-width:1px 0px 0px 1px;
	width:999px;
	margin:20px auto 50px auto;
	height:100px;
}
#hmct ul li {
	width:262px;
	border:solid #DDD;
	border-width:0px 1px 1px 0px;
	height:75px;
	float:left;
	padding-left:70px;
	padding-top:25px;
	font-size:14px;
	line-height:22px;
}
#hmct ul li p {
	color:#999;
}
#hmct ul li span {
	width:50px;
	height:40px;
	float:left;
	margin-top:5px;
	margin-right:10px;
}
#hmct ul li:hover {
	background:#c7161e;
	color:#FFF;
}
#hmct ul li:hover a,#hmct ul li:hover a p,#hmct ul li:hover  p {
	color:#FFF;
}
#hmct ul li span.tb1 {
	background:url(../images/tb_icon.png) no-repeat 5px 0;
}
#hmct ul li:hover span.tb1 {
	background:url(../images/tb_icon.png) no-repeat 5px bottom;
}
#hmct ul li span.tb2 {
	background:url(../images/tb_icon.png) no-repeat -90px 0;
}
#hmct ul li:hover span.tb2 {
	background:url(../images/tb_icon.png) no-repeat -90px bottom;
}
#hmct ul li span.tb3 {
	background:url(../images/tb_icon.png) no-repeat -195px 0;
}
#hmct ul li:hover span.tb3 {
	background:url(../images/tb_icon.png) no-repeat -195px bottom;
}
footer {
	background:#F1F1F1;
	padding-top:30px;
}
.btmkk {
	float:left;
	margin-right:80px;
}
.btmkk h1 {
	font-size:18px;
	height:35px;
	font-weight:normal;
	color:#555;
}
.btmkk p {
	line-height:28px;
	font-size:14px;
}
.btmkk p a {
	color:#888;
}
.btmkk2 {
	float:right;
}
.btmkk2 h1 {
	font-size:18px;
	height:35px;
	font-weight:normal;
	color:#555;
	margin-left:20px;
}
.btmkk2 div {
	float:left;
	margin-left:20px;
	margin-top:10px;
}
.btmkk2 div p {
	text-align:center;
	font-size:14px;
	color:#888;
}
#btm {
	margin-top:30px;
	line-height:25px;
	padding:10px;
	background:#D6D6D6;
	font-size:14px;
}
#online {
	position:fixed;
	width:54px;
	height:220px;
	right:0;
	bottom:200px;
	z-index:9999;
}
#online ul li {
	width:54px;
	height:54px;
	float:left;
	position:relative;
	border-bottom:1px solid #000;
	cursor:pointer;
}
#online ul li.nobb {
	border:none;
}
#online ul li .sidebox{
	position: absolute;
	width: 54px;
	height: 54px;
	top: 0;
	right: 0;
	background: #000;
	opacity: 0.8;
	filter: Alpha(opacity=80);
	z-index:100;
}
#online ul li .tb1 {
	position: absolute;
	height: 54px;
	top: 0;
	right: -80px;
	width:80px;
	padding-left:54px;
	z-index:101;
	color:#FFF;
	line-height:54px;
	font-size:14px;
	background: url(../images/online.png) no-repeat 10px 12px;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#online ul li .tb1:hover {
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	background:#AC0E0D url(../images/online.png) no-repeat 10px 12px;
	right: 0;
}
#online ul li .tb2 {
	position: absolute;
	height: 54px;
	top: 0;
	right: -80px;
	width:80px;
	padding-left:54px;
	z-index:101;
	color:#FFF;
	line-height:54px;
	font-size:14px;
	background: url(../images/online.png) no-repeat 10px -50px;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#online ul li .tb2:hover {
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	background:#AC0E0D url(../images/online.png) no-repeat 10px -50px;
	right: 0;
}
#online ul li .tb3 {
	position: absolute;
	height: 54px;
	top: 0;
	right: -110px;
	width:110px;
	padding-left:54px;
	z-index:101;
	color:#FFF;
	line-height:54px;
	font-size:14px;
	background: url(../images/online.png) no-repeat 10px -110px;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	overflow:hidden;
}
#online ul li .tb3:hover {
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	background:#AC0E0D url(../images/online.png) no-repeat 10px -110px;
	right: 0;
}
#online ul li .tb4 {
	position: absolute;
	height: 54px;
	width: 54px;
	top: 0;
	right:-54px;
	padding-left:54px;
	z-index:101;
	color:#FFF;
	line-height:54px;
	font-size:14px;
	background: url(../images/online.png) no-repeat 10px -170px;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#online ul li .tb4:hover {
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	background:#AC0E0D url(../images/online.png) no-repeat 10px -170px;
}
#banner{ clear:both; width:100%; height:282px; position:relative; overflow:hidden;}
#banner div{ width:1920px; height:280px; position:absolute; left:50%; margin-left:-960px;top:0; text-align:center; border-bottom:solid 1px #EEE; border-top:solid 1px #EEE;}
#mid_lt {
	float: left;
	width: 240px;
	margin-top: 20px;
	margin-bottom:20px;
	-moz-box-shadow:1px 1px 2px #CCC;
	-webkit-box-shadow:1px 1px 2px #CCC;
	box-shadow:1px 1px 2px #CCC;
	position:relative;
}
.lttit {
	background:#c7161e;
	height:55px;
	line-height:55px;
	text-align:center;
	color:#FFF;
	font-size:18px;
	font-weight:normal;
}
#type {
	padding: 10px 15px;
	background:#FFF;
}
#type li {
	line-height:35px;
	border-bottom: dotted 1px #E3E3E3;
}
#type li.nobb {
	border-bottom: none;
}
#type li a {
	font-size:14px;
}
#type li a.on {
	color:#c7161e;
}
#type li ul {
	padding-bottom: 15px;
}
#type li ul li {
	border-bottom: none;
	line-height: 17px;
	padding-left: 20px;
	padding-top: 7px;
	background: url(../images/class.png) repeat-y -5px center #FFF;
}
#type li ul li a {
	font-size:12px;
}
#type li ul li a.on {
	color:#c7161e;
}
#mid_rt {
	float:right;
	width:740px;
	overflow:hidden;
	margin-top: 20px;
	margin-bottom:20px;
}
#rt_tit{
	border: solid 1px #EEE;
	line-height: 35px;
	height: 35px;
	font-size: 16px;
	background: #F7F7F7;
	-moz-box-shadow: 1px 0px 3px #CCC;
	-webkit-box-shadow: 1px 0px 3px #CCC;
	box-shadow: 1px 0px 3px #CCC;
	padding-right:10px;
}
#rt_tit div {
	background:#c7161e;
	padding:0 20px;
	float:left;
	border:solid 1px #c7161e;
	color:#FFF;
	margin-left:-1px;
	margin-top:-1px;
}
#rt_con {
	padding:10px;
	line-height:28px;
}
#rt_con article a {
	text-decoration:underline;
	font-weight:bold;
}
.news_list{
    background:#F6F6F6;
	line-height:24px;
	height:24px;
	overflow:hidden;
	padding:5px 10px;
}
.news_list.wt{
    background:#FFF;
}
.news_list a{
	padding-left:10px;
	background: url(../images/tb.png) no-repeat left center;
	font-size:14px;
}
.ny_list {
	margin-top: 10px;
	width: 720px;
	overflow: hidden;
}
.ny_list li {
	float: left;
	height: 240px;
	width: 240px;
	overflow: hidden;
}
.pic_img {
	height: 170px;
	width: 210px;
	text-align: center;
	border:solid 1px #DDD;
	margin:0 auto;
	-moz-box-shadow:1px 1px 3px #CCC;
	-webkit-box-shadow:1px 1px 3px #CCC;
	box-shadow:1px 1px 3px #CCC;
}
.pic_img img {vertical-align: middle;margin-right: -1px;}
.pic_img span {display: -moz-inline-box;/*针对火狐*/}
.pic_img span {display: inline-block;vertical-align: middle;height: 100%;visibility: hidden;width: 1px;}
.pic_tit {
	line-height:40px;
	text-align:center;
	height:40px;
	overflow: hidden;
	margin:0 auto;
	width: 200px;
}
.ny_list1 {
	width: 920px;
	overflow: hidden;
	margin-top: 10px;
}
.ny_list1 li {
	float: left;
	height: 260px;
	width: 240px;
	overflow: hidden;
}
.pic_img2 {
	height: 190px;
	width: 210px;
	padding: 1px;
	border: 1px solid #DDD;
	text-align: center;
	background:#FFF;
	margin:0 auto;
	position:relative;
}
.pic_img2 img {vertical-align: middle;margin-right: -1px;}
.pic_img2 span {display: -moz-inline-box;/*针对火狐*/}
.pic_img2 span {display: inline-block;vertical-align: middle;height: 100%;visibility: hidden;width: 1px;}
.pic_img2 a .video {
    position:absolute;
	width:100%;
	height:100%;
	background:url(../images/video.png) center center no-repeat #333;
    filter: Alpha(opacity=20);-moz-opacity:.20;opacity:0.20;
}
.pic_img2 a:hover .video {
    filter: Alpha(opacity=40);-moz-opacity:.40;opacity:0.40;
}
.pic_tit2 {
	line-height:20px;
	text-align:center;
	overflow: hidden;
	height:40px;
	width: 224px;
	margin:5px auto 0 auto;
	font-size:14px;
}
.ny_list2 {
	width: 720px;
	margin-top: 25px;
	height: 170px;
	padding-bottom:20px;
	border-bottom: 1px dotted #DDD;
}
.ny_list2_img {
	float: left;
	height: 160px;
	width: 180px;
	text-align:center;
	padding: 1px;
	border:solid 1px #EEE;
	-moz-box-shadow:1px 1px 3px #EEE;
	-webkit-box-shadow:1px 1px 3px #EEE;
	box-shadow:1px 1px 3px #EEE;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.ny_list2_img img {vertical-align: middle;margin-right: -1px;}
.ny_list2_img span {display: -moz-inline-box;/*针对火狐*/}
.ny_list2_img span {display: inline-block;vertical-align: middle;height: 100%;visibility: hidden;width: 1px;}
.ny_list2_main {
	float: right;
	height: 160px;
	width: 510px;
}
.ny_list2_main h3 {
	font-size: 14px;
	height: 28px;
	border-bottom: 1px solid #DDD;
}
.ny_list2_main p {
	line-height: 24px;
	color:#666;
	font-size:13px;
}
.down {
	height: 80px;
}
.down h3 {
	font-size: 14px;
	line-height: 30px;
	height: 30px;
}
.down div {
	background: #EEE;
	height: 35px;
	border-top: 1px solid #DDD;
	line-height: 35px;
	padding-left: 10px;
	padding-right: 10px;
}
.bdsharebuttonbox .sina {
	width:10px;
	height:25px;
	background:url(../images/share_icon.png) no-repeat -50px 0px;
}
.bdsharebuttonbox .weixin {
	width:10px;
	height:25px;
	background:url(../images/share_icon.png) no-repeat 0px 0px;
}
.bdsharebuttonbox .qzone {
	width:10px;
	height:25px;
	background:url(../images/share_icon.png) no-repeat -150px 0px;
}
.bdsharebuttonbox .tqq {
	width:10px;
	height:25px;
	background:url(../images/share_icon.png) no-repeat -100px 0px;
}
.bdsharebuttonbox .sqq {
	width:10px;
	height:25px;
	background:url(../images/share_icon.png) no-repeat -200px 0px;
}
#showinfo {
	padding:20px 0px;
	border-top:none;
	line-height:25px;
}
#showinfo .btn1 a {
	background:#FFF;
	border:1px solid #CCC;
	color:#999;
	height:25px;
	line-height:23px;
	text-align:center;
	margin:0px;
	padding:0 15px;
	display:block;
	font-size:14px;
}
#showinfo .btn1 a:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	background:#c7161e;
	color:#FFF;
	border:1px solid #c7161e;
}
#showinfo .btn2 a {
	background:#c7161e;
	border:1px solid #c7161e;
	color:#FFF;
	height:25px;
	line-height:23px;
	text-align:center;
	margin:0px;
	padding:0 15px;
	display:block;
	font-size:14px;
	margin-left:-1px;
}
#showinfo .btn2 a:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	background:#FFF;
	border:1px solid #CCC;
	color:#999;
}
#showinfo h1 {
	margin-top:20px;
	border-top:solid 1px #DDD;
	text-align:center;
	padding:20px 0;
	font-size:25px;
	font-weight:normal;
}
#showinfo .fb a{
    width:25px;
	height:25px;
	margin: 0 5px 0 15px;
	float:left;
	font-size:0;
	display:block;
	background: url(../images/icon.png) no-repeat 0px 0px;
}
#showinfo .fb a:hover{
	background: url(../images/icon.png) no-repeat -71px 0px;
}
#showinfo .fs a{
    width:25px;
	height:25px;
	float:left;
	font-size:0;
	display:block;
	background: url(../images/icon.png) no-repeat -35px 0px;
}
#showinfo .fs a:hover{
	background: url(../images/icon.png) no-repeat -106px 0px;
}
#showinfo article {
	margin-top:20px;
	line-height:28px;
	padding:10px;
}
#showinfo article a {
	text-decoration:underline;
	font-weight:bold;
}
#showinfo #bpicmain {
	width: 700px;
	margin:20px auto 0 auto;
	border:solid 1px #EEE;
	height:450px;
	position:relative;
}
#showinfo #bpic {
	width: 700px;
	text-align:center;
	height:450px;
	position:absolute;
	z-index:99;
}
#showinfo #bpic img {vertical-align: middle;margin-right: -1px;position:relative;z-index:1}
#showinfo #bpic span {display: -moz-inline-box;/*针对火狐*/}
#showinfo #bpic span {display: inline-block;vertical-align: middle;height: 100%;visibility: hidden;width: 1px;}
#showinfo #bpic_lt {
	height: 450px;
	width: 150px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index:100;
	background: #FFF;
	filter: Alpha(opacity=0);   
	-moz-opacity:0;   
	opacity:0;
}
#showinfo #bpic_rt {
	height: 450px;
	width: 150px;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index:100;
	background: #FFF;
	filter: Alpha(opacity=0);   
	-moz-opacity:0;   
	opacity:0;
}
#showinfo #bpic_ct {
	height: 450px;
	width: 400px;
	position: absolute;
	left: 150px;
	top: 0px;
	z-index:100;
	background: #FFF;
	filter: Alpha(opacity=0);   
	-moz-opacity:0;   
	opacity:0;
}
#showinfo #bbtn_c {
	background:url(../images/bigpic.png) no-repeat center center;
	width: 60px;
	height: 60px;
	position: absolute;
	left: 320px;
	top:195px;
	z-index:101;
	display:none;
	cursor:pointer;
}
#showinfo #bbtn_l {
	width: 60px;
	height: 60px;
	background: url(../images/butl.png) no-repeat;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='../images/butl.png');
	float:left;
	cursor:pointer;
	position:absolute;
	left:10px;
	top:195px;
	z-index:101;
	display:none;
}
#showinfo #bbtn_r {
	width: 60px;
	height: 60px;
	background: url(../images/butr.png) no-repeat;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='../images/butr.png');
	float:left;
	cursor:pointer;
	position:absolute;
	right:10px;
	top:195px;
	z-index:101;
	display:none;
}
#showinfo #spic {
	width: 610px;
	height: 64px;
	margin:0 auto;
}
#showinfo #sbtn_l {
	width: 14px;
	height: 20px;
	margin: 22px 8px 0px 8px;
	_margin: 22px 5px 0px 5px;	
	background: url(../images/arrow_l.png) no-repeat;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='../images/arrow_l.png');
	float:left;
	cursor:pointer;
}
#showinfo #sbtn_r {
	width: 14px;
	height: 20px;
	margin: 22px 8px 0px 8px;
	_margin: 22px 5px 0px 5px;	
	background: url(../images/arrow_r.png) no-repeat;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='../images/arrow_r.png');
	float:left;
	cursor:pointer;
}
#showinfo #spic_con {
	float: left;
	height: 64px;
	width: 550px;
	position: relative;
	overflow:hidden;
}
#showinfo #spic_con ul{
    position:absolute;
}
#showinfo #spic_con li{
    float:left;
	width:110px;
	height:64px;
}
#showinfo .spic_img {
	height:60px;
	width: 90px;
	border:solid 2px #EEE;
	margin: 0 auto;
	text-align:center;
}
#showinfo .cur{border:solid 2px #c7161e;}
#search {
	padding-top:20px;
}
#search .td {
    width:32px;
    height:32px;
	background: url(../images/icon.png) no-repeat 0px -37px;
	display:block;
	float:left;
	margin-right:10px;
}
.search {
	background:url(../images/line.jpg) repeat-x left bottom;
	line-height: 24px;
	padding: 20px 10px;
}
.search.bg {
    background:#EEE;
	padding: 10px;
}
.kk2 {
	margin:0px auto;
	width:940px;
	background:url(../images/w1022.jpg) repeat-y;
	padding:20px 41px;
}
.pro {
	border-bottom: solid 1px #DDD;
}
.pro.nobb {
	border-bottom: none;
}

.pro h1 {
	font-size:24px;
	font-weight:normal;
	margin-top:30px;
}
.pro li {
	float: left;
	width:235px;
	padding: 30px 0;
}
.pro li .bk {
	width:215px;
	border: solid 1px #FFF;
	padding: 20px 0;
	height:300px;
	position:relative;
}
.pro li .bk:hover {
	border: solid 1px #c7161e;
	-moz-box-shadow:1px 1px 3px #999;
	-webkit-box-shadow:1px 1px 3px #999;
	box-shadow:1px 1px 3px #999;
}
.pro li .bk .img {
	width:185px;
	height:185px;
	margin:0 auto;
	text-align:center;
}
.pro li .bk .img img {vertical-align: middle;margin-right: -1px;}
.pro li .bk .img span {display: -moz-inline-box;/*针对火狐*/}
.pro li .bk .img span {display: inline-block;vertical-align: middle;height: 100%;visibility: hidden;width: 1px;}
.pro li .bk .txt {
	text-align:center;
	margin-top:20px;
	font-size:13px;
}
.pro li .bk .txt .more {
	width:90px;
	height:28px;
	position:absolute;
	bottom:20px;
	left:60px;
}
.pro li .bk .txt .more a {
	font-size:14px;
	font-weight:normal;
	color:#666;
    position:absolute;
	display:block;
	z-index:101;
	width:90px;
	height:28px;
	line-height:28px;
	text-align:center;
	left:0;
	top:0;
	border:solid 1px #DDD;
}
.pro li .bk .txt .more a:hover,.pro li .bk .txt .more:hover a {
	color:#FFF;
	border:solid 1px #c7161e;
}
.pro li .bk .txt .more span {
    position:absolute;
	width:0px;
	height:28px;
	left:1px;
	top:1px;
	background:#c7161e;
	z-index:100;
}
.pro li .bk .txt .more:hover span {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	width:90px;
}
#pro {
	width: 740px;
	float: left;
	margin-top:15px;
}
#pro ul {
	border-top:solid 1px #DDD;
	border-left:solid 1px #DDD;
}
#pro li {
	float: left;
	height: 300px;
	width: 245.333px;
	border: solid #DDD;
	border-width:0 1px 1px 0;
}
#pro li.nobd {
	border-width:0 0 1px 0;
}
#pro li .kkbg {
	height: 288px;
	width: 233px;
	background:#FFF;
	margin:0 auto;
	position:relative;
}
#pro li:hover {
    background:#F7F7F7;
}
.pro_img {
    width:220px;
	height:230px;
	text-align:center;
	margin:6px auto 0 auto;
}
.pro_img img {
	vertical-align: middle;
	margin-right: -1px;
	transition: transform 0.3s ease 0s;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
}
.pro_img img:hover {
	-webkit-transform:scale(1.05);
	-moz-transform:scale(1.05);
	-ms-transform:scale(1.05);
	transform:scale(1.05)
}
.pro_img span {
	display: -moz-inline-box;/*针对火狐*/
}
.pro_img span {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	visibility: hidden;
	width: 1px;
}
.pro_tit {
	overflow: hidden;
	text-align: center;
	line-height:20px;
	height:40px;
	margin-top:5px;
	font-size:14px;
	word-break: break-all;
    word-wrap: break-word;
}
#wz {
	line-height:40px;
	border-bottom:solid 1px #DDD;
	margin-bottom:20px;
}
#prospic {
	float: left;
	height: 360px;
	width: 65px;
	margin-top:15px;
}
#prosbtn_up {
	width: 52px;
	height: 8px;
	margin-bottom:7px;
	background: url(../images/arrow.png) no-repeat center top;
	cursor:pointer;
	overflow:hidden;
}
#prosbtn_dw {
	width: 52px;
	height: 8px;
	background: url(../images/arrow.png) no-repeat center bottom;
	cursor:pointer;
	margin-top:7px;
	overflow:hidden;
}
#prospic_con {
	height: 330px;
	width: 52px;
	position: relative;
	overflow:hidden;
}
#prospic_con ul{
    position:absolute;
}
#prospic_con li{
    float:left;
	width:52px;
	height:66px;
}
.prospic_img {
	height:48px;
	width: 48px;
	border:solid 1px #DDD;
	text-align:center;
	margin-top:8px;
}
.prospic_img img {vertical-align: middle;margin-right: -1px;}
.prospic_img span {display: -moz-inline-box;/*针对火狐*/}
.prospic_img span {display: inline-block;vertical-align: middle;height: 100%;visibility: hidden;width: 1px;}
.procur{border:solid 2px #c7161e;}
#probpic {
	float: left;
	width:360px;
	text-align:center;
	height:360px;
	border:solid 1px #DDD;
	margin-left:15px;
	margin-top:15px;
}
#probpic img {vertical-align: middle;margin-right: -1px;position:relative;z-index:1}
#probpic span {display: -moz-inline-box;/*针对火狐*/}
#probpic span {display: inline-block;vertical-align: middle;height: 100%;visibility: hidden;width: 1px;}
#prodes {
	float: right;
	width: 530px;
	line-height: 25px;
	font-size:14px;
	margin-top:15px;
}
#prodes h1{
	color:#000;
	font-size:24px;
	font-weight:normal;
}
#prodes h2{
	color:#666;
	font-size:16px;
	font-weight:normal;
	margin-top:10px;
}
#procon {
	line-height: 28px;
	font-size:14px;
	margin-top:50px;
}
#procon h1{
	height:45px;
	border-top:solid 1px #DDD;
	border-bottom:solid 1px #DDD;
}
#procon h1 div {
	float: left;
	background: #c7161e;
	padding: 0 30px;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	color: #FFF;
	font-weight: normal;
}
#procon h1 span {
	float:right;
	background:url(../images/back.png) no-repeat left center;
	padding-left:30px;
	font-size:14px;
	font-weight:normal;
	margin-top:10px;
}
#samepro {
	clear: both;
	width: 530px;
	margin-top:20px;
}
#samepro h3 {
	border-bottom:solid 1px #DDD;
	padding-bottom:5px;
	font-size:15px;
}
#samepro li {
	float: left;
	width: 132px;
	text-align:center;
}
.samepro_img {
	height: 100px;
	width: 100px;
	margin:0 auto;
}
.samepro_img img {vertical-align: middle;margin-right: -1px;}
.samepro_img span {display: -moz-inline-box;/*针对火狐*/}
.samepro_img span {display: inline-block;vertical-align: middle;height: 100%;visibility: hidden;width: 1px;}
.samepro_txt {
    line-height:18px;
	width: 100px;
	margin:5px auto 0 auto;
	height:36px;
	font-size:12px;
	overflow:hidden;
}
#form_msg .ipt {
	width:97%;
	border:solid 1px #CCC;
	height:33px;
	line-height:33px;
	padding:0 1%;
	margin-top:10px;
}
#form_msg .ipt:focus {
	border:solid 1px #c7161e;
	-moz-box-shadow:1px 1px 3px #c7161e;
	-webkit-box-shadow:1px 1px 3px #c7161e;
	box-shadow:1px 1px 3px #c7161e;
}
#form_msg textarea {
	width:97%;
	padding:1%;
	height:60px;
	line-height:20px;
	border:solid 1px #CCC;
	margin-top:10px;
}
#form_msg textarea:focus {
	border:solid 1px #c7161e;
	-moz-box-shadow:1px 1px 3px #c7161e;
	-webkit-box-shadow:1px 1px 3px #c7161e;
	box-shadow:1px 1px 3px #c7161e;
}
#form_msg .btn {
	background:#c7161e;
	border:1px solid #c7161e;
	color:#FFF;
	height:35px;
	line-height:30px;
	text-align:center;
	margin-top:15px;
	margin-right:10px;
	cursor:pointer;
	padding:0 30px;
	font-family:"微软雅黑";
	font-size:18px;
}
#form_msg .btn:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	background:#FFF;
	color:#c7161e;
}
#search {
	margin:0px auto;
	width:1000px;
	background:url(../images/w1022.jpg) repeat-y;
	padding:0px 11px 10px 11px;
}
#search .hr {
	border-top:solid 1px #EEE;
	padding:20px 20px 0 20px;
}
#search .td {
    width:32px;
    height:32px;
	background: url(../images/icon.png) no-repeat 0px -37px;
	display:block;
	float:left;
}
.search {
	background:url(../images/line.jpg) repeat-x left bottom;
	line-height: 24px;
	padding: 20px 30px;
}
.search.bg {
    background:#EEE;
	padding: 10px 30px;
}
#choose {
	position:relative;
	top:10px;
	right:0;
}
#choose .over {
	position:relative;
}
#choose .over div {
	position:absolute;
	right:5px;
	width:20px;
	height:20px;
	background:url(../images/delete.png) no-repeat;
	display:none;
	cursor:pointer;
}
#choose .btn {
	height:28px;
	line-height:24px;
	margin:10px 0px;
	padding:0px 15px;
	background:#FEA000;
	border:solid 1px #FF5A00;
	-moz-box-shadow:1px 1px 3px #666;
	-webkit-box-shadow:1px 1px 3px #666;
	box-shadow:1px 1px 3px #666;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	color:#FFF;
	font-size:14px;
	-moz-text-shadow:1px 1px 1px #FF5A00;
	-webkit-text-shadow:1px 1px 1px #FF5A00;
	text-shadow:1px 1px 1px #FF5F00;
	font-family:"微软雅黑";
}
#choose .btn:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	border:solid 1px #FF5A00;
	background:#FFF;
	color:#FF5A00;
	-moz-text-shadow:0px 0px 0px #FF5A00;
	-webkit-text-shadow:0px 0px 0px #FF5A00;
	text-shadow:0px 0px 0px #FF5F00;
}
#showmsg {
	height: 100%;
	width: 100%;
	top: 0%; 
	left: 0%; 
	background:#000;
	-moz-opacity: 0.5; 
	opacity:.50;
	filter:alpha(opacity=50);
	position:absolute;
	display:none; 
	z-index:1003; 	
}
#showmsg_div {
	background: #FFF;
	width: 650px;
	display:none;
	position: absolute;
	z-index:1004;
	box-shadow: 1px 1px 3px #666;
	-moz-box-shadow: 1px 1px 3px #666;
	-webkit-box-shadow: 1px 1px 3px #666;
}
#showmsg_div_tit {
    height:20px;
	padding:10px;
	line-height:20px;
	font-size:15px;
	background:#c7161e;
	color:#FFF;
}
#showmsg_div_tit div{
    float:right;
	width:14px;
	height:14px;
	background: url(../images/close.png) no-repeat;
	cursor:pointer;
	margin-top:5px;
}
#showmsg_div_con {
	padding:10px;
}
#showmsg_div_con .ipt {
	border: solid #D9D9D9 1px;
	height:26px;
	width:500px;
	padding:0 5px;
	line-height:26px;
}
#showmsg_div_con .ipt:hover {
	border:solid 1px #FCE4E6;
	-moz-box-shadow:1px 1px 3px #FCE4E6;
	-webkit-box-shadow:1px 1px 3px #FCE4E6;
	box-shadow:1px 1px 3px #FCE4E6;
}
#showmsg_div_con .ipt:focus {
	border:solid 1px #c7161e;
	-moz-box-shadow:1px 1px 3px #c7161e;
	-webkit-box-shadow:1px 1px 3px #c7161e;
	box-shadow:1px 1px 3px #c7161e;
}
#showmsg_div_con .btn {
	background:#c7161e;
	border:1px solid #c7161e;
	color:#FFF;
	height:35px;
	line-height:30px;
	text-align:center;
	padding:0 20px;
	font-size:15px;
}
#showmsg_div_con .btn:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	background:#FFF;
	color:#c7161e;
}