*{margin:0px; padding:0px;}
body{font-size:12px; color:#333; font-family:"微软雅黑";}
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: #f65452;
}
a:active {
	text-decoration: none;
}

a.wl:link,a.wl:visited,a.wl:active {color:#FFF;text-decoration:none;}
a.wl:hover {color:#F90;}

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:#b5621b;}
.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;}
.px30  {font-size:30px;}
.input {height:18px; border:solid 1px #ccc; margin-left:5px; padding:3px;}
.input2{border:#666 solid 1px; background:#FFF; padding:5px;}
.fleft {float:left;}
.fright{float:right;}
.mt5   {margin-top:5px;}
.mt10  {margin-top:10px;}
.mt15  {margin-top:15px;}
.mt20  {margin-top:20px;}
.mt25  {margin-top:25px;}
.mt35  {margin-top:35px;}
.mt45  {margin-top:45px;}
.line  {background: url(line.png) repeat-x left center;height:18px;width:100%;margin:0px auto;clear:both;}
.line1 {background:none;border-bottom: 1px dotted #CCC;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:#EEE solid 1px;}
.clear {clear:both; line-height:0px;}

.kk {margin:0 auto; width:1200px;}
#topod {
	height:30px;
	background:#f5f5f5;
}
#topod #by {
	background:url(icon_td.png) no-repeat left center;
	height:30px;
	line-height:30px;
	padding-left:25px;
}
#topod #toplink {
	float: right;
	background:url(icon_td2.png) no-repeat right center;
	padding-right:180px;
}
#topod #toplink ul li {
	float:left;
	height:30px;
	margin-left:10px;
	position:relative;
}
#topod #toplink ul li a {
	display:block;
	height:12px;
	line-height:12px;
	border-right:solid 1px #999;
	margin-top:8px;
	padding-right:10px;
}
#topod #toplink ul li a.nobr {
	border:none;
}
#topod #toplink ul li a span {
	display:none;
	position:absolute;
	top:30px;
	left:0;
	z-index:9999;
}
#topod #toplink ul li a:hover span {
	display:block;
}
#logo {
	height:110px;
	background:url(logo.png) no-repeat left center;
}
#logourl a {
	float:left;
	width:300px;
	height:110px;
	font-size:0;
}
#tel {
	float:right;
	background: url(tel.png) no-repeat left 5px;
	height: 60px;
	padding-left:55px;
	color:#000;
	margin-top:25px;
	font-size:14px;
}
#tel span {
	display: block;
	font-size: 28px;
	color: #e70012;
}
#menu {
	height:40px;
	background:#f65452;
}
#promenu {
	float: left;
	height: 40px;
	width: 210px;
	background:#f77577 url(icon_td3.png) no-repeat 40px center;
	line-height:40px;
	color:#FFF;
	font-size:16px;
	text-indent:70px;
	position:relative;
}
#promenu > ul {
	width:208px;
	background: #FFF;
	border:solid 1px #f5716e;
	border-top:none;
	display:none;
	position: absolute;
	top:40px;
	z-index: 1000;
	filter: Alpha(opacity=95);   
	-moz-opacity:.95;   
	opacity:0.95;
}
#promenu li {
	line-height:36px;
	text-indent:40px;
	border-bottom:solid 1px #e3e3e3;
	background:url(icon_td7.png) no-repeat 185px 12px;
	position:relative;
}
#promenu li.nobb {
	border-bottom:none;
}
#promenu li a {
	display:block;
	font-size:14px;
	font-weight:bold;
	-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;
}
#promenu li > a:hover  {
	background:#f5716e;
	color:#FFF;
	padding-left:5px;
	-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;
}
#promenu li:hover > a {
	background:#f5716e;
	color:#FFF;
}
#promenu li ul {
	display:block;
	padding-bottom:10px;
}
#promenu li ul li {
	width:auto;
	background:none;
	border:none;
	line-height:28px;
	height:28px;
	text-indent:40px;
}
#promenu li ul li a {
	background:none;
	font-weight:normal;
	font-size:13px;
}
#promenu li ul li:hover a {
	border:none;
	background:none;
	width:auto;
	line-height:28px;
	height:28px;
	color:#ce4745;
	font-weight:bold;
}
#cdmenu {
	float:left;
	height: 40px;
}
#cdmenu li {
	float:left;
}
#cdmenu li a {
	display:block;
	font-size:16px;
	color:#FFF;
	line-height:40px;
	padding:0 16px;
}
#cdmenu li a:hover {
	color:#FD0;
	background:#ef413f;
}
#cdmenu li a span.tb1 {
	float:left;
	margin-top:11px;
	margin-right:5px;
	width:22px;
	height:18px;
	background:url(icon_td4.png) no-repeat;
}
#cdmenu li a span.tb2 {
	float:left;
	margin-top:10px;
	margin-right:5px;
	width:31px;
	height:19px;
	background:url(icon_td5.png) no-repeat;
}
#cdmenu li a span.tb3 {
	float:left;
	margin-top:10px;
	margin-right:5px;
	width:21px;
	height:20px;
	background:url(icon_td6.png) no-repeat;
}
/*幻灯片*/
#bn{width:100%; height:420px; 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:380px;
	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:#F77577; border:solid 2px #FFF;}
#prev{position:absolute; left:0px; top:190px; cursor:pointer; display:none;}
#bn:hover #prev {display:block; width:30px; height:43px; font-size:0px; background:url(scroll_btn.png) left bottom;}
#next{position:absolute; right:0px; top:190px; cursor:pointer; display:none;}
#bn:hover #next {display:block; width:30px; height:43px; font-size:0px; background:url(scroll_btn.png) right bottom;}

.banner{ clear:both; width:100%; position:relative; overflow:hidden; margin-top:20px;}
.banner div{ width:1920px; position:absolute; left:50%; margin-left:-960px; top:0; text-align:center;}

#hmpro h1 {
	height:95px;
	background:url(icon_td8.png) no-repeat center center;
	font-size:0;
}
#hmpro .adpic {}
#hmpro .adpic li {
	float:left;
	margin-right:20px;
	width:590px;
	height:350px;
}
#hmpro .adpic li.nomr {
	margin:0px;
}
#hmpro .adpic li img {
	width:590px;
	height:350px;
	transition: transform 0.3s ease 0s;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
}
#hmpro .adpic li:hover img  {
	-webkit-transform:scale(1.03);
	-moz-transform:scale(1.03);
	-ms-transform:scale(1.03);
	transform:scale(1.03)
}
#hmpro .plt {
	float:left;
	width:240px;
	margin-top:20px;
}
#hmpro .plt h2 {
	background:#ea4446;
	color:#FFF;
	font-size:28px;
	font-weight:normal;
	text-align:center;
	padding:15px 0;
}
#hmpro .plt h2 span {
	display:block;
	color:#e5acac;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	font-family:Verdana, Geneva, sans-serif;
}
#hmpro .plt ul {
	border:solid 1px #ea4446;
	padding:10px 20px;
}
#hmpro .plt ul li {
	line-height:35px;
	margin-top:8px;
}
#hmpro .plt ul li a {
	background:#f65452 url(type_td.png) no-repeat 160px center;
	display:block;
	color:#FFF;
	text-indent:20px;
	font-size:14px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	-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;
}
#hmpro .plt ul li a:hover {
	background:#f65452 url(type_td.png) no-repeat 163px center;
	text-indent:23px;
	-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;
}
#hmpro .plt ul li ul {
	border:none;
	padding:0;
	padding-bottom:5px;
}
#hmpro .plt ul li ul li {
	border-bottom:solid 1px #DDD;
	margin:0px;
}
#hmpro .plt ul li ul li a {
	background:none;
	color:#333;
}
#hmpro .plt ul li ul li a:hover {
	background:none;
	color:#f65452;
}
#hmpro .prt {
	float:left;
	width:960px;
	margin-top:20px;
	position:relative;
}
#hmpro .prt li {
	float:left;
	width:220px;
	margin-left:20px;
	margin-bottom:20px;
	text-align:center;
}
#hmpro .prt li .img {
	width: 202px;
	height: 202px;
	background: #FFF;
	padding: 8px;
	-moz-box-shadow: 1px 1px 2px 2px #DDD;
	-webkit-box-shadow: 1px 1px 2px 2px #DDD;
	box-shadow: 1px 1px 2px 2px #DDD;
	transition: transform 0.3s ease 0s;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
}
#hmpro .prt li a:hover .img {
	-moz-box-shadow: 1px 1px 2px 2px #F85252;
	-webkit-box-shadow: 1px 1px 2px 2px #F85252;
	box-shadow: 1px 1px 2px 2px #F85252;
	-webkit-transform:scale(1.01);
	-moz-transform:scale(1.01);
	-ms-transform:scale(1.01);
	transform:scale(1.01);
}
#hmpro .prt li h3 {
	margin-top:15px;
	height:30px;
	line-height:30px;
	border:solid #ff8c27;
	border-width:1px 0px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	color:#ff811a;
	font-size:16px;
}
#hmpro .prt li a:hover h3 {
	border:solid #F85252;
	border-width:1px 0px;
	color:#F85252;
}
#hmpro .prt li p {
	height:35px;
	line-height:35px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	color:#999;
	font-size:14px;
}
#hmpro .prt li .btn {
	display:inline-block;
	height:37px;
	line-height:37px;
	padding:0 30px 0 20px;
	background:#ea4446 url(icon_td9.png) no-repeat right;
	color:#FFF;
	-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;
	margin-top:10px;
}
#hmpro .prt li .btn div {
	float:right;
	line-height:20px;
	height:20px;
	margin-top:8px;
	margin-left:10px;
	padding:0 12px;
	font-size:14px;
	font-weight:bold;
	color:#b20103;
	background:#faec6f;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	-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;
}
#hmpro .prt li a:hover .btn {
	padding:0 36px 0 26px;
	-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;
}
#hmpro .prt li a:hover .btn div {
	margin-left:20px;
	background:#FFF;
	-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;
}
#ys {
	height:1880px;
	background:url(ysbg.jpg) no-repeat center top;
}
#ys h1 {
	font-size:0;
}
#ys article {
	margin:0 auto;
	width:1160px;
	position:relative;
}
#ys article #tit1 {
	width:460px;
	position:absolute;
	top:220px;
	left:90px;
}
#ys article #tit1 h3 {
	font-size:22px;
	color:#f65451;
	font-weight:normal;
}
#ys article #tit1 p {
	font-size:15px;
	margin-top:5px;
	color:#666;
}
#ys article #des1 {
	width:530px;
	position:absolute;
	top:295px;
	left:10px;
}
#ys article #des1 p {
	line-height:30px;
	background:url(ys_td.jpg) no-repeat left 8px;
	padding-left:25px;
	font-size:15px;
}
#ys article #ad1 {
	width:620px;
	position:absolute;
	top:175px;
	right:0px;
	text-align:center;
}
#ys article #tit2 {
	width:445px;
	position:absolute;
	top:570px;
	right:0px;
}
#ys article #tit2 h3 {
	font-size:22px;
	color:#f65451;
	font-weight:normal;
}
#ys article #tit2 p {
	font-size:15px;
	margin-top:5px;
	color:#666;
}
#ys article #des2 {
	width:525px;
	position:absolute;
	top:640px;
	right:0px;
}
#ys article #des2 p {
	line-height:30px;
	background:url(ys_td.jpg) no-repeat left 8px;
	padding-left:25px;
	font-size:15px;
}
#ys article #ad2 {
	width:620px;
	position:absolute;
	top:520px;
	left:0px;
	text-align:center;
}
#ys article #an2 a {
	display:block;
	width:110px;
	height:38px;
	line-height:38px;
	text-align:center;
	color:#FFF;
	background:#f65354;
	border:#f65354 solid 1px;
	position:absolute;
	top:760px;
	right:410px;
	font-size:16px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
	-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;
}
#ys article #an2 a:hover {
	color:#f65354;
	background:#FFF;
	-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;
}
#ys article #tit3 {
	width:460px;
	position:absolute;
	top:925px;
	left:90px;
}
#ys article #tit3 h3 {
	font-size:22px;
	color:#f65451;
	font-weight:normal;
}
#ys article #tit3 p {
	font-size:15px;
	margin-top:5px;
	color:#666;
}
#ys article #des3 {
	width:540px;
	position:absolute;
	top:1000px;
	left:10px;
}
#ys article #des3 p {
	line-height:30px;
	background:url(ys_td.jpg) no-repeat left 8px;
	padding-left:25px;
	font-size:15px;
}
#ys article #ad3 {
	width:600px;
	position:absolute;
	top:845px;
	right:0px;
	text-align:center;
}
#ys article #tit4 {
	width:365px;
	position:absolute;
	top:1285px;
	right:0px;
}
#ys article #tit4 h3 {
	font-size:22px;
	color:#f65451;
	font-weight:normal;
}
#ys article #tit4 p {
	font-size:15px;
	margin-top:5px;
	color:#666;
}
#ys article #des4 {
	width:445px;
	position:absolute;
	top:1360px;
	right:0px;
}
#ys article #des4 p {
	line-height:30px;
	background:url(ys_td.jpg) no-repeat left 8px;
	padding-left:25px;
	font-size:15px;
}
#ys article #ad4 {
	width:700px;
	position:absolute;
	top:1240px;
	left:0px;
	text-align:center;
}
#ys article #tit5 {
	width:460px;
	position:absolute;
	top:1615px;
	left:90px;
}
#ys article #tit5 h3 {
	font-size:22px;
	color:#f65451;
	font-weight:normal;
}
#ys article #tit5 p {
	font-size:15px;
	margin-top:5px;
	color:#666;
}
#ys article #des5 {
	width:540px;
	position:absolute;
	top:1690px;
	left:10px;
}
#ys article #des5 p {
	line-height:30px;
	background:url(ys_td.jpg) no-repeat left 8px;
	padding-left:25px;
	font-size:15px;
}
#ys article #ad5 {
	width:600px;
	position:absolute;
	top:1570px;
	right:0px;
	text-align:center;
}
#ys article #an5 a {
	display:block;
	width:110px;
	height:38px;
	line-height:38px;
	text-align:center;
	color:#FFF;
	background:#f65354;
	border:solid 1px #f65354;
	position:absolute;
	top:1800px;
	left:10px;
	font-size:16px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
	-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;
}
#ys article #an5 a:hover {
	color:#f65354;
	background:#FFF;
	-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;
}
#hmcase {
	margin-top:20px;
	width:772px;
	float:left;
}
#hmcase h1 {
	height:80px;
	background:url(line2.jpg) repeat-x left 40px;
}
#hmcase h1 div {
	float:left;
	font-size:20px;
	font-weight:normal;
	color:#DDD;
	text-transform:uppercase;
	font-family:Verdana, Geneva, sans-serif;
}
#hmcase h1 div span {
	display:block;
	font-size:20px;
	height:30px;
	color:#333;
	font-weight:bold;
	border-bottom:solid 3px #f65452;
	background:#FFF;
}
#hmsls {
	width:772px;
	height:250px;
	position:relative;
	overflow:hidden;
}
#hmsls:hover .move_l {
	width:34px;
	height:68px;
	background:url(arrow_btn.png) no-repeat left;
	position:absolute;
	left:0;
	top:70px;
	z-index:999;
}
#hmsls:hover .move_r {
	width:34px;
	height:68px;
	background:url(arrow_btn.png) no-repeat right;
	position:absolute;
	right:0;
	top:70px;
	z-index:999;
}
#hmsls ul li {
	float:left;
	margin-right:20px;
	width:244px;
}
#hmsls ul li.nomr {
	margin-right:0;
}
#hmsls ul li img{
	width:240px;
	height:210px;
	border:solid 1px #CCC;
	padding:1px;
}
#hmsls ul li span {
	display:block;
	line-height:30px;
	height:30px;
	font-size:14px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	text-align:center;
}
#hmorder {
	margin-top:20px;
	float:right;
	width:370px;
	height:320px;
	padding-left:30px;
	border-left:solid 1px #DDD;
	position:relative;
	overflow:hidden;
}
#hmorder h1 {
	height:80px;
	background:#FFF url(line2.jpg) repeat-x left 40px;
	position:relative;
	z-index:2;
}
#hmorder h1 div {
	float:left;
	font-size:20px;
	font-weight:normal;
	color:#DDD;
	text-transform:uppercase;
	font-family:Verdana, Geneva, sans-serif;
}
#hmorder h1 div span {
	display:block;
	font-size:20px;
	height:30px;
	color:#333;
	font-weight:bold;
	border-bottom:solid 3px #f65452;
	background:#FFF;
}
#hmorder li {
	padding:10px 0;
	border-bottom: dotted 1px #CCC;
	line-height:24px;
	font-size:14px;
}
#hmab {
	float:left;
	width:670px;
	margin-top:20px;
}
#hmab h1 {
	height:80px;
	background:url(line2.jpg) repeat-x left 40px;
}
#hmab h1 div {
	float:left;
	font-size:20px;
	font-weight:normal;
	color:#DDD;
	text-transform:uppercase;
	font-family:Verdana, Geneva, sans-serif;
}
#hmab h1 div span {
	display:inline-block;
	font-size:20px;
	height:30px;
	color:#333;
	font-weight:bold;
	border-bottom:solid 3px #f65452;
	background:#FFF;
}
#hmab article {
	line-height:25px;
	font-size:14px;
}
#hmab article > img {
	height:200px;
	float:left;
	border:solid 2px #CCC;
	margin-right:20px;
}
#hmfc {
	height:130px;
	margin-top:15px;
}
#hmfc_l {
	height:80px;
	width:20px;
	float:left;
	margin-top:25px;
	background:url(move_btn.png) no-repeat left top;
	cursor:pointer;
}
#hmfc_l:hover {
	background:url(move_btn.png) no-repeat left bottom;
}
#hmfc_r {
	height:80px;
	width:20px;
	float:left;
	margin-top:25px;
	background:url(move_btn.png) no-repeat right top;
	cursor:pointer;
}
#hmfc_r:hover {
	background:url(move_btn.png) no-repeat right bottom;
}
#hmfc_c {
	height:130px;
	width:630px;
	float:left;
	overflow:hidden;
	position:relative;
}
#hmfc_c ul {
	position:absolute;
}
#hmfc_c ul li {
	float:left;
	width:210px;
	height:130px;
}
#hmfc_c ul li .img {
	width:190px;
	height:128px;
	border:solid 1px #CCC;
	margin:0 auto;
	position:relative;
}
#hmfc_c ul li .img img {
	width:100%;
	height:100%;
}
#hmfc_c ul li .img span {
	position:absolute;
	width:100%;
	height:30px;
	line-height:30px;
	background:#333;
	left:0;
	bottom:0;
	filter: Alpha(opacity=75);   
	-moz-opacity:.75;   
	opacity:0.75;
	text-align:center;
}
#hmfc_c ul li .img a span {
	color:#FFF;
}
#hmnews {
	float:right;
	width:470px;
	height:430px;
	padding-left:30px;
	border-left: solid 1px #CCC;
	margin-top:20px;
}
#hmnews h1 {
	height:40px;
	border-bottom:solid 2px #f65452;
}
#hmnews h1 div {
	float:left;
	padding:0 15px;
	line-height:40px;
	font-size:16px;
	cursor:pointer;
}
#hmnews h1 div.on {
	background:#f65452;
	color:#FFF;
	-moz-border-radius:8px 8px 0px 0px;
	-webkit-border-radius:8px 8px 0px 0px;
	border-radius:8px 8px 0px 0px;
}
#hmnews ul {
	padding:15px 0px;
	display:none;
}
#hmnews ul img {
	width:180px;
	height:120px;
	float:left;
	background:#EEE;
	margin-right:10px;
	margin-bottom:10px;
}
#hmnews ul h3 {
	font-size:16px;
	height:28px;
	line-height:28px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
#hmnews ul article {
	line-height:22px;
	color:#666;
}
#hmnews ul li {
	line-height:32px;
	height:32px;
	overflow:hidden;
	border-bottom: dotted 1px #CCC;
	background: url(tb.png) no-repeat left center;
	padding-left:10px;
	font-size:14px;
}
#hmnews ul li.nobb {
	border-bottom:none;
}
#hmhb {
	margin-top:20px;
}
#hmhb h1 {
	height:80px;
	background:url(line2.jpg) repeat-x left 40px;
	text-align:center;
}
#hmhb h1 div {
	display:inline-block;
	font-size:20px;
	font-weight:normal;
	color:#DDD;
	text-transform:uppercase;
	font-family:Verdana, Geneva, sans-serif;
}
#hmhb h1 div span {
	display:inline-block;
	font-size:20px;
	height:30px;
	color:#333;
	font-weight:bold;
	border-bottom:solid 3px #f65452;
	background:#FFF;
}
#hmhb_l {
	float:left;
	width:20px;
	height:33px;
	background:url(move2_btn.png) no-repeat left;
	margin-top:10px;
}
#hmhb_r {
	float:left;
	width:20px;
	height:33px;
	background:url(move2_btn.png) no-repeat right;
	margin-top:10px;
}
#hmhb_c {
	float:left;
	width:1160px;
	height:90px;
	position:relative;
	overflow:hidden;
}
#hmhb_c ul {
	position:absolute;
}
#hmhb_c ul li {
	float:left;
	width:145px;
}
#hmhb_c ul li .img {
	margin:0 auto;
	width:130px;
	height:55px;
	border:solid 1px #DDD;
	text-align:center;
}
#hmhb_c ul li .img img {vertical-align: middle;margin-right: -1px;}
#hmhb_c ul li .img span {display: -moz-inline-box;/*针对火狐*/}
#hmhb_c ul li .img span {display: inline-block;vertical-align: middle;height: 100%;visibility: hidden;width: 1px;}
#hmhb_c ul li .tit {
	text-align:center;
	height:30px;
	line-height:30px;
	overflow:hidden;
}
#hmnews2 {
	float:left;
	width:730px;
	height:430px;
	margin-top:20px;
}
#hmnews2 h1 {
	height:40px;
	border-bottom:solid 2px #f65452;
}
#hmnews2 h1 div {
	float:left;
	padding:0 15px;
	line-height:40px;
	font-size:16px;
	cursor:pointer;
}
#hmnews2 h1 div.on {
	background:#f65452;
	color:#FFF;
	-moz-border-radius:8px 8px 0px 0px;
	-webkit-border-radius:8px 8px 0px 0px;
	border-radius:8px 8px 0px 0px;
}
#hmnews2 ul {
	padding:15px 0px;
	display:none;
}
#hmnews2 ul img {
	width:180px;
	height:120px;
	float:left;
	background:#EEE;
	margin-right:10px;
	margin-bottom:10px;
}
#hmnews2 ul h3 {
	font-size:16px;
	height:28px;
	line-height:28px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
#hmnews2 ul article {
	line-height:22px;
	color:#666;
}
#hmnews2 ul li {
	line-height:32px;
	height:32px;
	overflow:hidden;
	border-bottom: dotted 1px #CCC;
	background: url(tb.png) no-repeat left center;
	padding-left:10px;
	font-size:14px;
}
#hmnews2 ul li.nobb {
	border-bottom:none;
}
#hmfaq {
	margin-top:20px;
	float:right;
	width:410px;
	height:420px;
	padding-left:30px;
	border-left:solid 1px #DDD;
	position:relative;
	overflow:hidden;
}
#hmfaq h1 {
	height:80px;
	background:#FFF url(line2.jpg) repeat-x left 40px;
	position:relative;
	z-index:2;
}
#hmfaq h1 div {
	float:left;
	font-size:20px;
	font-weight:normal;
	color:#DDD;
	text-transform:uppercase;
	font-family:Verdana, Geneva, sans-serif;
}
#hmfaq h1 div span {
	display:block;
	font-size:20px;
	height:30px;
	color:#333;
	font-weight:bold;
	border-bottom:solid 3px #f65452;
	background:#FFF;
}
#hmfaq li {
	padding:10px 0;
	border-bottom: dotted 1px #CCC;
	line-height:24px;
	font-size:14px;
}
#hmfaq_con {
	height:330px;
	overflow:hidden;
	position:relative;
}
#hmfaq_con ul {
	position:absolute;
}
#hmfaq_con li {
	border-bottom:dotted 1px #DDD;
	padding:10px 5px;
	font-size:13px;
}
#hmfaq_con li p.qs {
	background:url(q.jpg) no-repeat left 2px;
	padding-left:30px;
}
#hmfaq_con li p.as {
	background:url(a.jpg) no-repeat left 2px;
	padding-left:30px;
}
#hmod {
	height:130px;
	background:#f5f5f5;
}
#hmod ul {
	width:1200px;
	height:130px;
	margin:0 auto;
	background: url(icon_td10.png) no-repeat 20px center;
}
#hmod ul li {
	float:left;
	width:220px;
	margin-left:20px;
	margin-top:45px;
	font-size:14px;
}
#hmod ul li h3 {
	font-size:18px;
	font-weight:normal;
}
#hmod ul li a {
	width:165px;
	padding-left:55px;
	display:block;
	-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;
}
#hmod ul li a:hover {
	width:170px;
	padding-left:50px;
	color:#666;
	-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;
}
#hmod ul li p {
	color:#999;
}
footer {
	background:#333;
}
.btm_kk {
	float:left;
	margin:40px 0px;
	width:150px;
}
.btm_kk h1 {
	color:#FFF;
	font-size:16px;
	font-weight:normal;
}
.btm_kk ul {
	margin-top:10px;
}
.btm_kk ul li a {
	color:#DDD;
	line-height:28px;
	font-size:13px;
	-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;
}
.btm_kk ul li a:hover {
	color:#F60;
	padding-left:3px;
	-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;
}
.btm_kk.nomr {
	margin:0;
	width:auto;
	text-align:center;
	border-left:solid 1px #666;
	margin-top:25px;
	padding-left:50px;
	padding-top:15px;
	height:215px;
}
.btm_kk.nomr article {
	float:left;
	margin-left:20px;
}
.btm_kk.nomr p {
	margin-top:20px;
}
.btm_kk.ct {
	margin-left:50px;
	float:right;
	width:auto;
}
.btm_kk.ct article {
	margin-top:10px;
	width:194px;
	height:60px;
	background:url(tel2.png) no-repeat;
	text-align:center;
	padding-top:13px;
	color:#000;
}
.btm_kk.ct article h3 {
	font-size:25px;
}
.btm_kk.ct article p {
	font-size:14px;
}
#btm_con {
	padding:10px;
	line-height:24px;
	text-align:center;
	background:#FFF;
}
#link {
	border-bottom:solid 1px #DDD;
	text-align:left;
	margin-bottom:10px;
}
#link h1 {
	display:inline-block;
	line-height:30px;
	font-size:14px;
}
#link ul {
	display:inline-block;
	line-height:30px;
}
#link ul li {
	display:inline-block;
	margin:0 5px;
}
#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 #222;
	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: 46px;
	top: 0;
	right: -230px;
	width:230px;
	padding-left:54px;
	z-index:101;
	color:#FFF;
	line-height:35px;
	font-size:14px;
	padding-top:8px;
	background: url(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:#ca403f url(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(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:#ca403f url(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(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:#ca403f url(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(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:#ca403f url(online.png) no-repeat 10px -170px;
}
.bdsharebuttonbox .sina {
	width:10px;
	height:25px;
	background:url(share_icon.png) no-repeat -50px 0px;
}
.bdsharebuttonbox .weixin {
	width:10px;
	height:25px;
	background:url(share_icon.png) no-repeat 0px 0px;
}
.bdsharebuttonbox .qzone {
	width:10px;
	height:25px;
	background:url(share_icon.png) no-repeat -150px 0px;
}
.bdsharebuttonbox .tqq {
	width:10px;
	height:25px;
	background:url(share_icon.png) no-repeat -100px 0px;
}
.bdsharebuttonbox .sqq {
	width:10px;
	height:25px;
	background:url(share_icon.png) no-repeat -200px 0px;
}
#banner{ clear:both; width:100%; height:250px; position:relative; overflow:hidden;}
#banner div{ width:1920px; height:250px; position:absolute; left:50%; margin-left:-960px;top:0; text-align:center;}

#mid_lt {
	float: left;
	width: 240px;
}
#mid_lt h1 {
	background:#ea4446;
	color:#FFF;
	font-size:28px;
	font-weight:normal;
	text-align:center;
	padding:15px 0;
}
#mid_lt h1 span {
	display:block;
	color:#e5acac;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	font-family:Verdana, Geneva, sans-serif;
}
#type {
	border:solid 1px #DDD;
	padding:10px 20px;
}
#type ul li {
	line-height:35px;
	margin-top:8px;
}
#type ul li a {
	background:#666 url(type_td.png) no-repeat 160px center;
	display:block;
	color:#FFF;
	text-indent:20px;
	font-size:14px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
}
#type ul li a.on {
	background:#f65452 url(type_td.png) no-repeat 160px center;
}
#type ul li ul {
	border:none;
	padding:0;
	padding-bottom:5px;
}
#type ul li ul li {
	border-bottom:solid 1px #DDD;
	margin:0px;
}
#type ul li ul li a {
	background:none;
	color:#333;
}
#type ul li ul li a:hover,#type ul li ul li a.on {
	background:none;
	color:#f65452;
}
#mid_lt #ltct {
	margin-bottom:20px;
}
#mid_lt #ltct h2 {
	height:40px;
	background:#ea4446;
	text-align:center;
	line-height:40px;
	font-size:16px;
	color:#FFF;
}
#mid_lt #ltct article {
	border:solid 1px #DDD;
	padding:9px;
	line-height:24px;
	font-size:13px;
}
#mid_lt #ltct article p {
	text-indent:15px;
}
#mid_lt #ltct article li {
	float:left;
	width:50%;
	text-align:center;
}
#mid_lt #ltct article li img {
	width:85px;
	height:85px;
	padding:2px;
	border:solid 1px #DDD;
	margin-top:5px;
}
#mid_lt #ltct article li span {
	display:block;
	line-height:16px;
}
#mid_lt #ltpro {
	margin-bottom:20px;
}
#mid_lt #ltpro h2 {
	height:40px;
	background:#ea4446;
	text-align:center;
	line-height:40px;
	font-size:16px;
	color:#FFF;
}
#mid_lt #ltpro ul {
	padding:9px;
	border:solid 1px #DDD;
}
#mid_lt #ltpro ul li {
	margin:10px 0;
	width:220px;
}
#mid_lt #ltpro ul li img {
	width:100%;
}
#mid_lt #ltpro ul li span {
	display:block;
	width:100%;
	height:30px;
	line-height:30px;
	text-align:center;
	font-size:14px;
}
#mid_rt {
	float:right;
	width:940px;
	overflow:hidden;
	margin-top: 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:#e84341;
	padding:0 30px;
	float:left;
	border:solid 1px #f65452;
	color:#FFF;
	margin-left:-1px;
	margin-top:-1px;
}
#pro {
	float: left;
	margin: 20px 0px;
}
#pro ul {
	border-top:solid 1px #DDD;
	border-left:solid 1px #DDD;
}
#pro li {
	float: left;
	height: 430px;
	width: 312px;
	border: solid #DDD;
	border-width:0 1px 1px 0;
}
#pro li.nobd {
	border-width:0 0 1px 0;
}
#pro li .kkbg {
	height: 418px;
	width: 300px;
	background:#FFF;
	margin:6px auto 0 auto;
	position:relative;
	overflow:hidden;
}
#pro li:hover {
    background:#F6F6F6;
}
.pro_img {
    width:300px;
	height:300px;
	text-align:center;
	margin: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:25px;
	margin-top:10px;
}
.pro_tit h3 {
	line-height:30px;
	height:30px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.pro_tit p {
	line-height:20px;
	height:20px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.pro_tit .btn {
	display:inline-block;
    background:#ea4446;
	border:solid 1px #ea4446;
	color:#FFF;
	height:26px;
	line-height:26px;
	padding:0 25px;
	margin-left:10px;
	margin-top:10px;
	font-size:14px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-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;
}
.pro_tit .price {
	display:inline-block;
	height:26px;
	line-height:26px;
	margin-top:5px;
	margin-right:20px;
	font-size:14px;
	color:#D90909;
	-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;
}
#pro li:hover .pro_tit .btn {
	margin-left:0px;
	-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;
}
#wz {
	height:45px;
	line-height:45px;
}
#propic {
	width:422px;
	text-align:center;
	float:left;
}
#propic #bpicmain {
	width: 420px;
	height:420px;
	position:relative;
	border:solid 1px #DDD;
}
#propic #bpic {
	width: 420px;
	height:420px;
	text-align:center;
	margin:0 auto;
}
#propic #bpic a{display:block;text-align:center;margin:0px auto;}
#bpicmain:hover #bbtn_l {
	width: 40px;
	height: 40px;
	background: url(butl2.png) no-repeat;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='butl.png');
	float:left;
	cursor:pointer;
	position:absolute;
	left:0px;
	top:190px;
	z-index:9999;
}
#bpicmain:hover #bbtn_r {
	width: 40px;
	height: 40px;
	background: url(butr2.png) no-repeat;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='butr.png');
	float:left;
	cursor:pointer;
	position:absolute;
	right:0px;
	top:190px;
	z-index:9999;
}
#propic #spic {
	width: 420px;
	height: 80px;
	margin:10px auto 0 auto;
}
#propic #sbtn_l {
	width: 8px;
	height: 16px;
	margin-top:32px;
	margin-right:2px;
	background: url(arrow.png) no-repeat left;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='arrow.png');
	float:left;
	cursor:pointer;
}
#propic #sbtn_r {
	width: 8px;
	height: 16px;
	margin-top:32px;
	margin-left:2px;
	background: url(arrow.png) no-repeat right;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='arrow.png');
	float:left;
	cursor:pointer;
}
#propic #spic_con {
	float: left;
	height: 80px;
	width: 400px;
	position: relative;
	overflow:hidden;
}
#propic #spic_con ul{
    position:absolute;
}
#propic #spic_con li{
    float:left;
	width:80px;
	height:80px;
}
#propic .spic_img {
	height:70px;
	width: 70px;
	border:solid 2px #EEE;
	margin: 0 auto;
	text-align:center;
}
#propic .cur{border:solid 2px #E70012;}
#prodes {
	float: left;
	width: 525px;
	line-height: 25px;
	font-size:14px;
	margin-left:25px;
}
#prodes h1{
	color:#000;
	font-size:18px;
}
#prodes h2{
	color:#f76b69;
	font-size:14px;
	margin-top:5px;
}
#prodes #price {
	padding:15px;
	background:#f5f5f5;
	margin-top:10px;
	font-size:13px;
	line-height:30px;
}
#prodes #price .dline {
	text-decoration:line-through;
	color:#666;
}
#prodes p img {
	vertical-align:middle;
}
#prodes .btn a {
	height:40px;
	margin-top:10px;
	background:#f65452 url(icon_tb2.png) no-repeat 20px center;
	padding-left:50px;
	padding-right:30px;
	line-height:40px;
	float:left;
	color:#FFF;
	cursor:pointer;
	display:block;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	font-size:16px;
}
#prodes .btn a:hover {
	background:#e70012 url(icon_tb2.png) no-repeat 20px center;
}
#prodes .btn2 a {
	height:40px;
	margin-top:10px;
	margin-left:10px;
	padding-left:45px;
	padding-right:30px;
	line-height:40px;
	float:left;
	background:#f39801 url(icon_tb1.png) no-repeat 20px center;
	color:#FFF;
	cursor:pointer;
	display:block;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	font-size:16px;
}
#prodes .btn2 a:hover {
	background:#d48707 url(icon_tb1.png) no-repeat 20px center;
}
#samepro {
	float:right;
	width: 202px;
}
#samepro h1 {
	height:40px;
	background:#ea4446;
	text-align:center;
	line-height:40px;
	font-size:16px;
	color:#FFF;
}
#samepro_c {
	width: 200px;
	position:relative;
	height:460px;
	overflow:hidden;
	border:solid 1px #DDD;
}
#samepro ul {
	position:absolute;
}
#samepro li {
	float:left;
	height: 215px;
	width: 200px;
	margin-top:15px;
}
.samepro_img {
	height: 160px;
	width: 160px;
	margin:0px auto;
	border:solid 1px #DDD;
	text-align:center;
}
.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:20px;
	height:40px;
	font-size:12px;
	overflow:hidden;
	text-align:center;
	width: 160px;
	margin:0px auto;
}
#odsize {
	border:solid 1px #DDD;
	padding:15px;
	margin-top:20px;
}
#odsize h1 {
	color:#ea4446;
	font-size:16px;
}
#odsize ul {
	text-align:center;
	margin-top:15px;
}
#odsize ul li {
	_float:left;
	display:inline-block;
	width:160px;
	height:190px;
	margin:0 13px;
}
#odsize ul li img {
	width:160px;
	height:160px;
}
#odsize ul li span {
	height:30px;
	line-height:30px;
	display:block;
}
#procon {
	line-height: 28px;
	font-size:14px;
	float:right;
	width:940px;
	overflow:hidden;
	margin-top: 20px;
}
#procon h1{
	height:40px;
	border-top:solid 1px #DDD;
	border-bottom:solid 1px #DDD;
	border-right:solid 1px #DDD;
}
#procon h1 div {
	float: left;
	background: #EA4446;
	padding: 0 30px;
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	color: #FFF;
	font-weight: normal;
	margin:-1px;
}
#procon h1 span {
	float:right;
	background:url(back.png) no-repeat left center;
	padding-left:30px;
	font-size:14px;
	font-weight:normal;
	margin-top:5px;
	margin-right:10px;
}
#procon article {
	margin: 20px 10px;
}
#procon article img {
	vertical-align : bottom;
}
#rt_con {
	padding:10px;
	line-height:28px;
}
#rt_con article a {
	text-decoration:underline;
	font-weight:bold;
}
#rt_con article img {
	vertical-align : bottom;
}
.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(tb.png) no-repeat left center;
	font-size:14px;
}
.ny_list {
	margin-top: 10px;
	width: 920px;
	overflow: hidden;
}
.ny_list li {
	float: left;
	height: 250px;
	width: 230px;
	overflow: hidden;
}
.ny_list .pic_img {
	height: 190px;
	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;
}
.ny_list .pic_img img {vertical-align: middle;margin-right: -1px;}
.ny_list .pic_img span {display: -moz-inline-box;/*针对火狐*/}
.ny_list .pic_img span {display: inline-block;vertical-align: middle;height: 100%;visibility: hidden;width: 1px;}
.ny_list .pic_tit {
	line-height:40px;
	text-align:center;
	height:40px;
	overflow: hidden;
	margin:0 auto;
	width: 214px;
}
.ny_list1 {
	width: 920px;
	overflow: hidden;
	margin-top: 10px;
}
.ny_list1 li {
	float: left;
	height: 240px;
	width: 230px;
	overflow: hidden;
}
.ny_list1 .pic_img2 {
	height: 190px;
	width: 210px;
	padding: 1px;
	border: 1px solid #DDD;
	text-align: center;
	background:#FFF;
	margin:0 auto;
	position:relative;
}
.ny_list1 .pic_img2 img {vertical-align: middle;margin-right: -1px;}
.ny_list1 .pic_img2 span {display: -moz-inline-box;/*针对火狐*/}
.ny_list1 .pic_img2 span {display: inline-block;vertical-align: middle;height: 100%;visibility: hidden;width: 1px;}
.ny_list1 .pic_img2 a .video {
    position:absolute;
	width:100%;
	height:100%;
	background:url(video.png) center center no-repeat #333;
    filter: Alpha(opacity=20);-moz-opacity:.20;opacity:0.20;
}
.ny_list1 .pic_img2 a:hover .video {
    filter: Alpha(opacity=40);-moz-opacity:.40;opacity:0.40;
}
.ny_list1 .pic_tit2 {
	line-height:20px;
	text-align:center;
	overflow: hidden;
	height:40px;
	width: 210px;
	margin:5px auto 0 auto;
	font-size:14px;
}
.ny_list2 {
	width: 920px;
	margin-top: 25px;
	padding-bottom:20px;
	border-bottom: 1px dotted #DDD;
}
.ny_list2_img {
	float: left;
	height: 140px;
	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;
	width: 710px;
}
.ny_list2_main h3 {
	font-size: 14px;
	height: 30px;
	border-bottom: 1px solid #DDD;
}
.ny_list2_main h3 img {
	vertical-align:text-bottom;
}
.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;
}
#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:#da251c;
	color:#FFF;
	border:1px solid #da251c;
}
#showinfo .btn2 a {
	background:#da251c;
	border:1px solid #da251c;
	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(icon.png) no-repeat 0px 0px;
}
#showinfo .fb a:hover{
	background: url(icon.png) no-repeat -71px 0px;
}
#showinfo .fs a{
    width:25px;
	height:25px;
	float:left;
	font-size:0;
	display:block;
	background: url(icon.png) no-repeat -35px 0px;
}
#showinfo .fs a:hover{
	background: url(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(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(butl.png) no-repeat;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='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(butr.png) no-repeat;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='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(arrow_l.png) no-repeat;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='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(arrow_r.png) no-repeat;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='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 #da251c;}
#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 #da251c;
	-moz-box-shadow:1px 1px 3px #da251c;
	-webkit-box-shadow:1px 1px 3px #da251c;
	box-shadow:1px 1px 3px #da251c;
}
#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 #da251c;
	-moz-box-shadow:1px 1px 3px #da251c;
	-webkit-box-shadow:1px 1px 3px #da251c;
	box-shadow:1px 1px 3px #da251c;
}
#form_msg .btn {
	background:#da251c;
	border:1px solid #da251c;
	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:#da251c;
}
.faq_q {
	padding:10px;
	line-height:20px;
	background:#F6F6F6;
	font-weight:bold;
	font-size:15px;
	margin-top:10px;
}
.faq_a {
	padding:10px;
	line-height:24px;
	font-size:14px;
}
.faq_a2 {
	display:none;
	padding:10px;
	line-height:24px;
	background:#FFFFE6;
	font-size:14px;
}
#rt_tit2 {
	border: solid 1px #DDD;
	line-height: 35px;
	height: 35px;
	font-size: 14px;
	background:#F3F3F3;
	padding-left:10px;
}
#rt_con2 {
	padding:9px 9px 0px 9px;
	line-height:28px;
	border: solid 1px #DDD;
	margin-bottom:20px;
}
.type {
	margin-bottom:10px;
}
.type h2 {
	height:38px;
	background:#666;
	line-height:38px;
	font-size:16px;
	color:#FFF;
	text-indent:20px;
}
.type li {
	height:40px;
	border:solid 1px #DDD;
	margin-top:-1px;
	background:#F7F7F7;
}
.type li.nobt {
	border-top:none;
	border-bottom:none;
}
.type li a {
	display:block;
	line-height:40px;
	font-size:14px;
	padding-left:20px;
}
.type li.on a {
	color:#C00;
}
#other {clear:both; width:100%; position:relative; overflow:hidden;}
#other > div{ width:1920px; position:absolute; left:50%; margin-left:-960px; top:0; text-align:center;}
#other img {
	vertical-align : bottom;
}
#tbpic {
	margin-top:20px;
}
#tbpic li {
	float:left;
	margin-right:12px;
	width:291px;
	height:120px;
	white-space:nowrap;
	overflow:hidden;
}
#tbpic li.nomr {
	margin-right:0px;
}
#tbpic li img {
	width:100%;
	height:100%;
	display:inline-block;
	vertical-align:top;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#tbpic li div {
	display:inline-block;
	width:100%;
	height:100%;
	line-height:120px;
	text-align:center;
	font-size:20px;
	color:#FFF;
}
#tbpic li .bg1 {
	background:#d11826 url(tbbg.png) no-repeat right top;
}
#tbpic li .bg2 {
	background:#9d229e url(tbbg.png) no-repeat right top;
}
#tbpic li .bg3 {
	background:#0667ab url(tbbg.png) no-repeat right top;
}
#tbpic li .bg4 {
	background:#ea3e16 url(tbbg.png) no-repeat right top;
}
#tbpic li:hover img {
	margin-left:-291px;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
#loading {
	display:none;
	width:100%;
	height:100%;
	background:#FFF url(loading.gif) no-repeat center 250px;
	position:absolute;
	left:0;
	top:-3px;
	z-index:999;
	filter: Alpha(opacity=80);   
	-moz-opacity:.80;   
	opacity:0.80;
}
#casetype ul li {
	border:solid 1px #DDD;
	border-top:none;
}
#casetype ul li a {
	display:block;
	line-height:40px;
	font-size:14px;
	padding-left:20px;
}
#casetype ul li.on {
	background:#555 url(type_td2.png) no-repeat 220px 16px;
	margin:0 -1px;
}
#casetype ul li.on > a {
	color:#FFF;
}
#casetype ul li ul {
	background:#F9F9F9;
	padding:10px;
	margin:0;
}
#casetype ul li.on ul li {
	border:none;
	background:none;
	margin:0;
}
#casetype ul li ul li a {
	background:url(class.gif) no-repeat 5px center;
	color:#333;
	font-size:13px;
	font-weight:normal;
	padding-left:30px;
	line-height:24px;
}
#casetype ul li ul li.on a,#casetype ul li ul li a:hover {
	background:url(class.gif) no-repeat 5px center;
	color:#C00;
	margin:0px;
}
