
* {
	margin: 0;
	padding: 0;
	font-size: 12px;
}
html,body {
    font:12px/18px "宋体";
    background:#BFBFBF;
	height:100%;
}

img {
	border: 0;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
	color: #ffffff;
}

a:hover {
	color: #0E0151 !important;
}

.bgNone {
	background: none !important;
}

.padNone {
	padding: 0 !important;
}

.red {
	color: #b0003f;
}

.gray {
	color: #7F7F7F;
}

.purple {
	color: #8069B1;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

.hide {
	display: none;
}


#wrap {
	width: 980px;
	padding: 0 10px;
	background: url(../image/bg.gif) top center repeat-y;
	margin: 0 auto;
}

.header {
	height: 100px;
	padding-right: 20px;
}

.logo {
    width:260px;
    height:100px;
    float:left;
    margin:0px 0 0 30px;
}

.header p {
	width: 220px;
	float: left;
	color: #8069B1;
	padding: 20px 0 0 17px;
}

.headerBar {
	height: 24px;
	padding: 1px 0 0 5px;
	float: right;
	background: url(../image/header-bar.gif) top left repeat-x;
	position: relative;
}

.headerBar img {
	position: absolute;
	bottom: 0;
	_bottom: -1px;
}

.headerBar a {
	color: #8069B1;
	float: left;
	height: 24px;
	line-height: 24px;
	padding: 0 12px 0 10px;
	background: url(../image/header-bar-line.gif) right 2px no-repeat;
}

.headerBar a:hover {
	background: #8069B1 !important;
	color: #ffffff !important;
}

.call {
	width: 380px;
	height: 50px;
	float: right;
	background: url(../image/call.gif) no-repeat;
	margin-top: 11px;
}

.call a {
	float: right;
	width: 77px;
	height: 100%;
}

.nav {
	width: 100%;
	height: 30px;
	line-height: 30px;
	background: url(../image/nav-bg.gif) top left repeat-x;
	color: #ffffff;
}

.nav ul li {
	height: 30px;
	float: left;
	background: url(../image/nav-line.gif) top right no-repeat;
	position: relative;
	z-index: 10;
}

.nav ul li.hover {
	background: #8069B1 !important;
}

.nav ul li a {
	font-size: 13px;
	display: block;
	padding: 0 25px;
}

.nav ul li a:hover {
	color: #ffffff !important;
}

.nav ul li.current {
	background: url(../image/nav-hover.gif) top left repeat-x !important;
}

.nav ul li.current a:link,.nav ul li.current a:visited,.nav ul li.current a:hover
	{
	color: #8069B1 !important;
}

.nav .fl {
	padding-left: 30px;
	font-size: 13px;
}

.layer {
	border: 3px solid #8069B1;
	background: #fff;
	padding: 5px;
	position: absolute;
	top: 30px;
	right: 0px;
	overflow: hidden;
	width: 620px;
	display: none;
}

.layer .title {
	border: 1px solid #d6d6d6;
	background: #f9f9f9;
	color: #B0003F;
	padding-left: 10px;
	margin-bottom: 5px;
}

.layer .box {
	float: left;
	width: 120px;
	padding-right: 5px;
	color: #8069B1;
	line-height: 18px;
}

.layer .box h3 {
	border: 1px solid #d6d6d6;
	line-height: 28px;
	padding-left: 7px;
}

.layer .box h3 span {
	font-weight: normal;
}

.layer .imgBox {
	border: 1px solid #d6d6d6;
	border-top: none;
	padding: 1px;
}

.nav ul li .layer a {
	padding: 0;
}

.nav .layer a,.nav .layer a:hover {
	display: inline;
	color: #7F7F7F !important;
}

.searchBar {
	width: 950px;
	height: 28px;
	padding: 12px 0 0 30px;
	background: url(../image/searchBar-bg.gif) top left repeat-x;
	color: #7F7F7F;
}

.searchBox {
	width: 175px;
	height: 19px;
	padding: 4px 13px 0 12px;
	float: left;
	background: url(../image/search-bg.gif) no-repeat;
}

.searchBox input {
	background: none;
	border: none;
	width: 140px;
	height: 18px;
	line-height: 16px;
	float: left;
	color: #999999;
	outline: none;
}

.searchBox input.submit {
	width: 20px;
	margin-left: 15px;
	cursor: pointer;
}

.hot {
	width: 372px;
	float: left;
	padding: 4px 0 0 40px;
}

.hot strong {
	font-weight: normal;
}

.hot span {
	padding: 0 0 0 10px;
}

.notice {
	width: 300px;
	float: left;
	padding: 4px 0 0 25px;
}

.main {
	width: 940px;
	margin: 8px auto 0 auto;
}

.advBox {
	width: 938px;
	height: 358px;
	border: 1px solid #766090;
}

.advBox .imgs {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.advBox .imgs img {
	float: left;
	display: none;
}

.playBar {
	width: 200px;
	height: 20px;
	padding-left: 5px;
	background: url(../image/play-bar.gif) no-repeat;
	position: absolute;
	bottom: -1px;
	left: 369px;
}

.playBar a {
	float: left;
	width: 22px;
	height: 100%;
	margin: 0 1px;
	outline: none;
}

.playBar a.current {
	background: url(../image/current.gif) no-repeat 10px 1px;
	_background-position: 11px 1px;
}

.playBar span {
	float: left;
	margin: 4px 0 0 9px;
	width: 52px;
	height: 13px;
	background: url(../image/play.gif) no-repeat;
	cursor: pointer;
}

.playBar span.play {
	background: none;
}

.adArea {
	width: 100%;
	height: 50px;
	margin: 20px 0;
}

.seriesHead {
	height: 23px;
	line-height: 22px;
	border-bottom: 1px solid #000000;
	color: #ffffff;
	background: #eaeaea url(../image/series-bg.gif) top left repeat-x;
	font-size: 13px;
}

.seriesHead span {
	float: right;
	width: 440px;
	font-size: 12px;
}

.seriesHead a:link,.seriesHead a:visited {
	float: right;
	padding: 0 20px 0 18px;
	background: url(../image/nav-line.gif) top right no-repeat;
	font-size: 13px;
}

.seriesHead a.current:link,.seriesHead a.current:visited,.seriesHead a.current:hover
	{
	background: url(../image/series-hover.gif) top left repeat-x;
	color: #8069B1 !important;
}

.seriesBox {
	width: 100%;
	height: 445px;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}

.seriesBox img {
	float: left;
}

.seriesBox div {
	width: 9999px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.news {
	width: 300px;
	height: 180px;
	float: left;
}

.news h5 {
	font-weight: normal;
	color: #8069B1;
	height: 23px;
	line-height: 23px;
	padding: 5px 10px 0;
	background: url(../image/news-title.gif) top left repeat-x;
	border-bottom: 1px solid #8069B1;
	margin-bottom: 3px;
	font-size: 13px;
}

.news h5 a:link,.news h5 a:visited {
	float: right;
	color: #8069B1;
}

.news ul {
	color: #545454;
	padding-left: 10px;
}

.news ul li {
	padding-top: 6px;
	list-style: inside square;
	line-height: 18px;
}

.news ul li a:link,.news ul li a:visited {
	color: #7F7F7F;
}

.pad20 {
	padding: 0 20px;
}

.footer {
	padding: 25px 0 60px;
	width: 980px;
	overflow: hidden;
	background: #f5f5f5;
}

.footer .callNO {
	float: left;
	width: 220px;
	height: 65px;
	margin: 0 25px 0 10px;
	background: url(../image/call-bottom.gif) no-repeat;
}

.footer .line {
	width: 1px;
	height: 66px;
	background: #887FB2;
	float: left;
}

.footer p {
	width: 115px;
	float: left;
	color: #7F7F7F;
	padding-left: 10px;
}

.footer p a:link,.footer p a:visited {
	color: #7F7F7F;
}

.fixdBar {
	width: 100%;
	height: 40px;
	position: fixed;
	bottom: 0;
	z-index: 99;
	background: url(../image/fixBar-bg.gif) left bottom repeat-x;
}

.fixdBar .wrap {
	width: 980px;
	height: 100%;
	margin: 0 auto;
}

.fixdBar img {
    float:left;
    margin:-40px 32px 0 35px;
    position:relative;
}

.fixdBar p {
	float: left;
	padding-top: 5px;
	color: #B0003F;
}

.fixdBar a:link,.fixdBar a:visited {
	color: #7F7F7F;
}

 
.ringL {
	width: 190px;
	float: left;
	margin-top: 15px;
}

.ringL .list {
	width: 100%;
	padding-bottom: 20px;
}

.ringL h4,.ringL h5 {
	font-size: 13px;
	font-weight: normal;
	height: 22px;
	line-height: 23px;
	border-bottom: 1px solid #8069b1;
	padding: 0 0 1px 10px;
	color: #ffffff;
	background: url(../image/list-left-title.gif) no-repeat;
}

.ringL h5 {
	color: #8069b1;
	height: 28px;
	line-height: 29px;
	background: url(../image/ring-title01.gif) no-repeat;
	cursor: pointer;
}

.ringL h5 span {
	float: left;
	width: 9px;
	height: 9px;
	background: url(../image/ .gif) no-repeat;
	margin: 10px 10px 0;
}

.ringL h5 span.unfold {
	background: url(../image/-.gif) no-repeat;
}

.ringL p {
	display: none;
}

.ringL p a:link,.ringL p a:visited {
	color: #545454;
	background: #f9f9f9;
	border-bottom: 1px solid #cccccc;
	display: block;
	height: 28px;
	line-height: 28px;
	margin-top: 1px;
	padding-left: 17px;
}

.ringL p a:hover,.ringL p a.red:hover {
	background: #8069b1;
	color: #ffffff !important;
}

.ringL p a.red {
	color: #b00040 !important;
}

.customize {
	width: 173px;
	height: 198px;
	background: url(../image/customize.gif) no-repeat;
	margin: 15px 0 13px 10px;
}

.adLeft {
	display: block;
	margin-bottom: 10px;
}

.ringL h5.title01 {
	background: url(../image/ring-title02.gif) no-repeat;
}

.ringL h5.title02 {
	background: url(../image/ring-title03.gif) no-repeat;
}

.ringL h5.title03 {
	background: url(../image/ring-title04.gif) no-repeat;
}

.ringL h5.title04 {
	background: url(../image/ring-title05.gif) no-repeat;
}

.ringL h5.title05 {
	background: url(../image/ring-title06.gif) no-repeat;
}

.ringL h5.title06 {
	background: url(../image/ring-title07.gif) no-repeat;
}

.ringL h5.title07 {
	background: url(../image/ring-title08.gif) no-repeat;
}

.ringR {
	width: 740px;
	float: left;
	padding-left: 10px;
	margin-top: 15px;
}

.priceTitle {
	height: 62px;
	background: url(../image/price-title.gif) no-repeat;
}

.diamondPriceTitle {
	height: 90px;
	background: url(../image/diamond-price-title.gif) no-repeat;
}

.priceTitle p {
	padding-left: 17px;
	color: #7f7f7f;
	line-height: 30px;
}

.priceTitle p a {
	color: #7f7f7f;
}

.priceTitle p a.red {
	color: #B0003F;
}

.pager {
	width: 100%;
	padding-top: 30px;
	overflow: hidden;
	text-align: right;
}

.pager a {
	border: 1px solid #e0e0e0;
	height: 18px;
	color: #7f7f7f;
	padding: 0 5px;
	line-height: 18px;
	float: right;
	margin: 0 2px;
}

.pager a.left,.pager a.left:hover {
	float: left;
	width: 80px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	margin-right: 10px;
	color: #8069b1 !important;
	background: url(../image/btn-bg.gif) no-repeat;
	border: none;
	padding: 0;
}

.pager a.hot,.pager a.hot:hover {
	background: url(../image/hot.gif) no-repeat;
}

.pager a.price,.pager a.price:hover {
	background: url(../image/price_bg.gif) no-repeat;
	width: 40px;
	height: 24px;
	padding-right: 10px;
	color: #7f7f7f !important;
}

.pager span {
	float: right;
}

.pager a.current,.pager a.current:hover,.pager a:hover {
	color: #ffffff !important;
	background: #8069b1;
	border: 1px solid #8069b1;
	font-weight: bold;
}

.blockList {
	width: 750px;
	overflow: hidden;
	margin: 10px -10px 0 0;
}

.blockList li {
	width: 210px;
	height: 260px;
	padding: 0 15px;
	background: url(../image/block_bg.gif) no-repeat;
	margin: 10px 10px 0 0;
	float: left
}

.blockList li h5 {
	line-height: 20px;
}

.blockList li .img {
	display: block;
	width: 210px;
	height: 150px;
	line-height: 142px;
	text-align: center;
}

.blockList li .img img {
	vertical-align: middle;
}

.blockList li p {
	border-top: 1px solid #e0e0e0;
	padding: 8px 0;
	text-align: center;
}

.blockList li p strong {
	color: #FF0000;
}

.blockList li p strong span {
	font-size: 16px;
}

.blockList li.hotBlock {
	background: url(../image/block-hot.gif) no-repeat;
}


.proBox {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #e0e0e0;
	padding: 10px 0;
	color: #7f7f7f;
}

.proBoxL {
	width: 520px;
	float: left;
}

.proBoxL .showBox {
	width: 500px;
	height: 475px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

.proBoxL .thumbnail {
	width: 100%;
	float: left;
}

.thumbnail span {
	float: left;
	width: 58px;
	height: 58px;
	border: 1px solid #e0e0e0;
	margin-right: 4px;
	text-align: center;
	cursor: pointer;
}

.proBoxR {
	float: left;
	width: 420px;
}

.proTitle {
	line-height: 30px;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 10px;
}

.proTitle strong {
	font-size: 20px;
	margin-right: 20px;
	color: #8069B1;
}

.proTitle span {
	margin-left: 20px;
	color: #8069B1;
}

.proBoxR .detail {
	padding-top: 20px;
}

.detail strong {
	color: #b0003f;
	font-size: 30px;
	margin-right: 30px;
}

.detail strong span {
	font-size: 12px;
	color: #b0003f;
	text-decoration: none;
}

.detail span.marketPrice {
	text-decoration: line-through;
	color: #7f7f7f;
}

.detail span.singlePrice {
	color: #7f7f7f;
	margin-right: 20px;
	text-decoration: none;
}

.choose_rings {
	width: 100%;
	overflow: hidden;
	padding-top: 20px;
	_padding-top: 25px; +
	padding-top: 25px;
	text-align: right;
	color: #7f7f7f;
}

.detail .choose_rings span {
	float: left;
	padding-right: 20px;
	color: #8069B1;
	text-decoration: none;
}

.detail .choose_rings input {
	float: left;
	width: 13px;
	height: 13px;
	margin-right: 5px;
}

.diamondMore {
	width: 420px;
	padding: 1px 1px 10px;
	background: #fff;
	border: 1px solid #8069b1;
	position: absolute;
	margin: 64px 0 0 -425px;
	_margin-top: 61px; +
	margin-top: 61px;
	margin-top: 69px\9;
	overflow: hidden;
	display: none;
}

.diamondMore h5,.hideBox h5,#sizeBox_man h5,#sizeBox_lady h5 {
	font-weight: normal;
	color: #fff;
	height: 25px;
	line-height: 25px;
	padding: 0 15px 0 5px;
	overflow: hidden;
	background: #8069b1;
}

.diamondMore h5 a,.hideBox h5 a,#sizeBox_man h5 a,#sizeBox_lady h5 a {
	float: right;
}

.diamondMore table {
	margin: 0 10px;
	width: 400px;
}

.diamondMore th,.diamondMore td {
	font-weight: normal;
	vertical-align: top;
	line-height: 14px;
	border-bottom: 1px solid #e0e0e0;
	padding: 5px 1px;
	text-align: left;
}

.diamondMore td.tc {
	text-align: center;
}

.diamondMore input {
	width: 13px;
	height: 13px;
}

.diamondMore input.submit {
	float: left;
	width: 60px;
	height: 24px;
	color: #8069B1;
	line-height: 24px;
	text-align: center;
	background: url(../image/btn-small.gif) no-repeat;
	margin: 10px 10px 0;
	border: none;
}

.detail fieldset {
	border: 1px solid #8069B1;
	padding: 5px 10px 10px;
	overflow: hidden;
	margin-top: 10px;
}

.detail fieldset legend {
	color: #8069B1;
}

.detail span,.detail span a:link,.detail span a:visited {
	text-decoration: underline;
	color: #8069B1;
}

.detail span a {
	margin-top: 5px;
	float: left;
}

.detail .info,.proBoxR .list {
	width: 100%;
	float: left;
	position: relative;
}

.proBoxR .list span {
	float: left;
	width: 42px;
	padding-top: 12px;
}

.proBoxR .list span.gray {
	text-decoration: none;
	color: #7F7F7F;
}

.proBoxR .list div {
	float: left;
	width: 370px;
}

.proBoxR fieldset .list div {
	float: left;
	width: 360px;
}

fieldset .list div p {
	float: left;
	padding: 12px 20px 0 0;
}

fieldset .list div p span {
	float: none;
	padding: 0;
}

.info .list div a,fieldset .list div a,#sizeBox div a,#sizeBox_man div a,#sizeBox_lady div a
	{
	float: left;
	width: 80px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background: url(../image/pro-link.gif) no-repeat;
	color: #7f7f7f;
	margin: 10px 10px 0 0;
	cursor: pointer;
}

.info .list div a.current,fieldset .list div a.current {
	background: url(../image/pro-link-on.gif) no-repeat;
	color: #ffffff !important;
}

.info .list div.short a,fieldset .list div.short a {
	width: 40px;
	margin-right: 5px;
	background: url(../image/pro-link-s.gif) no-repeat;
}

.info .list div.short a.current,fieldset .list div.short a.current,#sizeBox div a.current,#sizeBox_man div a.current,#sizeBox_lady div a.current
	{
	background: url(../image/pro-link-s-on.gif) no-repeat;
	color: #ffffff !important;
}

.info .list div.short a.more,fieldset .list div.short a.more,fieldset .list div.short a.choose_more
	{
	width: 50px;
	background: none;
	color: #8069B1;
	text-decoration: underline;
}

fieldset .list div.short a.choose_more {
	float: right;
	width: 100px;
}

.detail .outBox {
	width: 100%;
	float: left;
	padding-top: 30px;
	position: relative;
}

.detail .cart,.detail .favorites {
	float: left;
	width: 150px;
	height: 40px;
	background: url(../image/cart.gif) no-repeat;
	margin-left: 10px;
	cursor: pointer;
}

.detail .favorites {
	background: url(../image/favorites.gif) no-repeat;
	width: 90px;
}

.hideBox {
	width: 255px;
	overflow: hidden;
	padding: 1px 1px 10px;
	background: #ffffff;
	border: 1px solid #8069b1;
	position: absolute;
	top: 30px;
	left: 161px;
	z-index: 10;
	display: none;
}

#sizeBox {
	width: 355px;
	top: 10px;
	left: 50px;
}

#sizeBox div,#sizeBox_man div,#sizeBox_lady div {
	width: 320px;
	padding: 3px 0 0 20px;
}

#sizeBox div a,#sizeBox_man div a,#sizeBox_lady div a {
	background: transparent url(../image/pro-link-s.gif) no-repeat scroll 0
		0;
	margin: 5px 5px 0 0;
	width: 40px;
}

#sizeBox div a.check,#sizeBox_man div a.check,#sizeBox_lady div a.check
	{
	width: 60px;
	margin-left: 25px;
	text-decoration: underline;
	background: none;
	color: #8069B1;
}

#sizeBox_man,#sizeBox_lady {
	width: 355px;
	overflow: hidden;
	padding: 1px 1px 10px;
	background: #ffffff;
	border: 1px solid #8069b1;
	position: absolute;
	z-index: 10;
	margin: 60px 0 0 50px;
	display: none;
}

#sizeBox_man {
	margin-top: 180px;
}

.hideBox p {
	margin-top: 10px;
	text-align: center;
}

.hideBox p span,.hideBox p a {
	display: inline-block;
	width: 80px;
	height: 24px;
	margin: 0 5px;
	line-height: 24px;
	background: url(../image/btn-gray.gif) no-repeat;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	color: #7F7F7F;
}

.hideBox p a {
	width: 100px;
	background: url(../image/btn-big.gif) no-repeat;
	color: #8069B1;
}

#favoritesBox {
	left: -90px;
}

.proBotm {
	border-top: 1px solid #e0e0e0;
	margin-top: 25px;
	padding-top: 10px;
	width: 100%;
	float: left;
}

.proBotm span {
	display: block;
	color: #8069B1;
	padding-bottom: 5px;
}

.tab {
	width: 100%;
	height: 23px;
	float: left;
	margin-top: 35px;
	border-bottom: 1px solid #8069b1;
	background: url(../image/series-hover.gif) top left repeat-x;
}

.tab a {
	float: left;
	width: 90px;
	height: 22px;
	line-height: 22px;
	color: #8069B1;
	text-align: center;
	background: url(../image/tab-line.gif) top right no-repeat;
	cursor: pointer;
}

.tab a.current,.tab a.current:hover {
	height: 23px;
	color: #ffffff !important;
	background: url(../image/nav-bg.gif) top left repeat-x;
}

.tabCont {
	padding-top: 15px;
	float: left;
	width: 100%;
}

.tabCont fieldset {
	float: left;
	border: 1px solid #8069B1;
	padding: 5px 10px 10px;
	width: 256px;
	margin-left: 20px;
}

.tabCont fieldset.first {
	width: 320px;
	margin-left: 0;
}

.tabCont fieldset legend {
	color: #8069B1;
}

.tabCont fieldset legend span.gray {
	color: #7F7F7F;
	cursor: pointer;
}

.tabCont fieldset td {
	border-bottom: 1px solid #E0E0E0;
	line-height: 22px;
	color: #7F7F7F;
	vertical-align: top;
}

.tabCont fieldset td span {
	text-decoration: underline;
	color: #8069B1;
}

.tabCont fieldset td b {
	font-weight: normal;
	color: #B0003F;
}

.tabCont fieldset .last td {
	line-height: 16px;
	border: none;
	padding-top: 5px;
}

.tabCont th {
	text-align: left;
	padding: 12px 0 8px;
	background: url(../image/dot.gif) left center repeat-x;
	font-weight: normal;
}

.tabCont th span {
	float: left;
	width: 60px;
	margin-right: 10px;
	background: #fff;
	color: #7F7F7F;
	cursor: pointer;
}

.tabCont th span.current {
	color: #8069B1;
}

.area {
	border: 1px solid #8069B1;
	width: 938px;
	height: 200px;
	margin-top: 90px;
	float: left;
}

.themeBlock {
	width: 100%;
	overflow: hidden;
	padding-bottom: 20px;
}

.themeBlock .imgBox {
	width: 100%;
	display: block;
}

.themeBlock p {
	color: #7F7F7F;
	padding-top: 15px;
}

.themeBlock p strong {
	color: #8069B1;
	font-weight: normal;
	float: left;
}

.themeBlock p span {
	float: left;
	padding-left: 5px;
}

.lb {
	width: 420px;
	height: 109px;
	background: url(../image/lb_bj.jpg) no-repeat;
	margin-top: 10px;
}

.lb_left {
	float: left;
}

.lb_left img {
	margin-top: 30px;
	border: #8680B2 solid 1px;
}

.lb_right {
	float: right;
	font-size: 25px;
	color: #B0003F;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 60px;
	margin-right: 60px;
	_margin-right: 30px;
}

/*近期样式开始*******/
.lhy_proBoxa {
	width: 906px;
	height: auto;
	margin: 32px 15px 17px;
}

.lhy_product1 {
	width: 920px;
	height: auto;
	float: left;
	margin-bottom: 10px;
}

.lhy_proBoxL {
	width: 460px;
	height: auto;
	float: left;
	margin-right: 15px;
}

.lhy_product1a {
	width: 430px;
	height: 49px;
	float: left;
	background: url(../image/lhy_product1a.jpg) right bottom no-repeat;
}

.lhy_product1a img {
	float: left;
}

.lhy_product1a span {
	font-size: 12px;
	line-height: 33px;
	margin-top: 10px;
	display: block;
	float: left;
	color: #9E9E9E
}

.lhy_product1b {
	width: 400px;
	height: auto;
	float: left;
	font-size: 12px;
	line-height: 20px;
	color: #9E9E9E;
	margin-top: 15px;
	background: url(../image/lhy_product1b.jpg) bottom no-repeat;
	padding: 0 0 20px 30px;
	display: inline;
}

.lhy_product1c {
	width: 400px;
	height: auto;
	float: left;
	font-size: 12px;
	line-height: 20px;
	margin-top: 15px;
	background: url(../image/lhy_product1b.jpg) bottom no-repeat;
	padding: 0 0 20px 30px;
	display: inline;
}

.lhy_product1c b {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	color: #59595B;
	float: left;
}

.lhy_product1c span {
	font-size: 12px;
	line-height: 20px;
	color: #FE5858;
	float: left;
}

.lhy_product1c em {
	font-size: 18px;
	line-height: 20px;
	color: #FE5858;
	font-style: normal;
}

.lhy_product1c h1 {
	font-size: 12px;
	line-height: 20px;
	color: #58595B;
	float: left;
	margin-left: 30px;
	font-weight: normal;
}

.lhy_product1c h1 a {
	font-size: 12px;
	line-height: 20px;
	color: #58595B;
	margin: 0px 10px;
}

.lhy_product1d {
	width: 400px;
	height: auto;
	float: left;
	background: url(../image/lhy_product1b.jpg) top no-repeat;
	padding-top: 28px;
	margin-top: 25px;
}

.lhy_product1d img {
	margin: 0px 20px;
}

.lhy_proBoxR {
	width: 420px;
	height: auto;
	float: left;
}

.lhy_detail {
	width: 420px;
	height: auto;
	float: left;
	margin-top: 15px;
}

.lhy_detaila {
	width: 50px;
	height: auto;
	text-align: center;
	font-size: 12px;
	color: #816AB2;
	text-decoration: underline;
	float: left;
	display: block;
	margin-left: 10px;
}

.lhy_product2 {
	width: 910px;
	height: auto;
	float: left;
	border-top: 1px dotted #C4C6C5;
	border-bottom: 1px dotted #C4C6C5;
}

.lhy_product2_left {
	width: 501px;
	height: auto;
	float: left;
}

.lhy_product2_right {
	width: 409px;
	height: auto;
	float: left;
}

.lhy_product2_right li {
	font-size: 12px;
	line-height: 32px;
	background: url(../image/lhy_product2_right.jpg) bottom no-repeat;
	padding-left: 74px;
	color: #5A5A5C;
}

.lhy_product2_right li span {
	margin-left: 100px;
}

.lhy_product2_right li a {
	color: #7F6AAF
}

.lhy_product3 {
	width: 910px;
	height: auto;
	float: left;
	margin-top: 16px;
}

.lhy_product3a {
	width: 268px;
	height: auto;
	float: left;
	margin: 0 32px 0 3px;
	display: inline
}

.lhy_product3a_top {
	width: 268px;
	height: auto;
	float: left;
}

.lhy_product3a_top {
	margin-bottom: 12px;
}

.lhy_product3a_bottom {
	width: 268px;
	height: auto;
	float: left;
}

.lhy_product3a_bottom img {
	float: left;
}

.lhy_product3a_bottom ul {
	width: 120px;
	height: auto;
	float: left;
}

.lhy_product3a_bottom ul li {
	width: 120px;
	height: auto;
	margin-left: 20px;
	display: inline;
	font-size: 12px;
	line-height: 20px;
	color: #5B5B5D;
	float: left;
}

.lhy_product3a_bottom ul li span {
	font-size: 18px;
	color: #FD0100;
	font-weight: bold;
}

.lhy_product3a_bottom ul li em {
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
}

.lhy_product3a_bottom ul li h1 {
	font-weight: normal;
	line-height: 46px;
}

.lhy_product4 {
	width: 910px;
	height: auto;
	text-align: right;
	float: left;
	margin-top: 11px;
}

.lhy_product4 img {
	margin: 0px 6px;
	display: inline;
}

/******/ /*div1开始*****/
.lhy_diy {
	width: 940px;
	height: auto;
	float: left;
	margin-top: 20px;
}

.lhy_diy img {
	display: block;
}

.lhy_diya {
	width: 940px;
	height: auto;
	float: left;
	border-bottom: 1px solid #E0E0E0;
	padding-bottom: 15px;
}

.lhy_diya_left {
	width: 472px;
	height: auto;
	float: left;
}

.lhy_diya_lefttop {
	width: 392px;
	height: auto;
	float: left;
	margin-left: 10px;
	display: inline;
	background: #FF0
}

.lhy_diya_leftbottom {
	width: 392px;
	height: auto;
	float: left;
	margin: 10px 0 0 10px;
	display: inline;
}

.lhy_diya_leftbottom img {
	float: left;
	margin-right: 4px;
	display: inline;
}

.lhy_diy1 {
	width: 400px;
	height: auto;
	float: left;
}

.lhy_diy1_top {
	width: 390px;
	height: auto;
	float: left;
	font-size: 24px;
	font-family: "寰蒋闆呴粦";
	color: #8069B1;
	line-height: 40px;
	padding-left: 10px;
	border-bottom: 1px solid #8069B1;
}

.lhy_diy1_bottom {
	width: 400px;
	height: auto;
	float: left;
}

.lhy_diy1_bottom ul {
	width: 400px;
	height: auto;
	float: left;
	list-style-type: none;
	display: inline;
}

.lhy_diy1_bottom ul li {
	width: 400px;
	height: auto;
	float: left;
}

#lhy_diy1_bottom1 {
	width: 400px;
	height: auto;
	float: left;
	font-size: 12px;
	display: inline;
	line-height: 21px;
	color: #949398;
	margin: 10px 0 0 10px;
}

#lhy_diy1_bottom1 a {
	font-weight: bold;
	text-decoration: underline;
	color: #8069B1;
	margin: 0px 5px;
}

#lhy_diy1_bottom1 em {
	font-style: normal;
	margin-right: 5px;
}

#lhy_diy1_bottom2 {
	width: 350px;
	height: 25px;
	line-height: 25px;
	float: left;
	margin: 24px 0 0 7px;
	display: inline;
}

#lhy_diy1_bottom2 em {
	font-style: normal;
	font-family: 'Arial';
	color: #B0003F;
}

#lhy_diy1_bottom2 i {
	font-style: normal;
	font-size: 30px;
	font-family: arial;
	margin-left: 2px;
}

#lhy_diy1_bottom2 span {
	margin-left: 25px;
	color: #949398;
	text-decoration: line-through;
}

.lhy_diy1_bottom3 {
	width: 350px;
	height: auto;
	float: left;
	margin: 29px 0 0 7px;
	display: inline;
}

.lhy_diy1_bottom3 a {
	font-size: 12px;
	color: #8069B1;
	text-decoration: underline;
	margin-right: 0;
	float: left;
	display: inline;
}

.lhy_diy1_bottom4 {
	width: 400px;
	height: auto;
	float: left;
	display: block;
	margin-top: 30px;
}

.lhy_diy1_bottom4 img {
	float: left;
	margin: 0px 4px;
	display: inline;
}

.lhy_diy1_bottoma {
	width: 400px;
	height: auto;
	float: left;
	margin: 33px 0 0 27px;
	border-top: 1px solid #E0E0E0;
	display: inline;
}

.lhy_diy1_bottoma span {
	width: 420px;
	height: auto;
	font-size: 12px;
	color: #8069B1;
	margin-top: 24px;
	display: block;
}

.lhy_diy1_bottoma em {
	font-style: normal;
	font-size: 12px;
	line-height: 21px;
	color: #9E9E9E;
	margin-top: 10px;
	display: block;
}

.lhy_tab {
	width: 940px;
	height: 23px;
	float: left;
	margin-top: 15px;
	border-bottom: 1px solid #8069b1;
	background: url(../image/series-hover.gif) top left repeat-x;
}

.lhy_tab a {
	float: left;
	width: 90px;
	height: 22px;
	line-height: 22px;
	color: #8069B1;
	text-align: center;
	background: url(../image/tab-line.gif) top right no-repeat;
	cursor: pointer;
}

.lhy_tab a.current,.lhy_tab a.current:hover {
	height: 23px;
	color: #ffffff !important;
	background: url(../image/nav-bg.gif) top left repeat-x;
}

.lhy_tabCont {
	float: left;
	width: 938px;
	height: auto;
	margin-top: 10px;
}

.lhy_tabCont span {
	color: #B0003F;
}

.lhy_tabCont table {
	float: left;
	margin-left: 10px;
}

.lhy_tabCont fieldset {
	float: left;
	border: 1px solid #8069B1;
	width: 938px;
	padding-bottom: 10px;
}

.lhy_tabCont fieldset.lhy_first {
	width: 938px;
	margin-left: 0;
}

.lhy_first a {
	color: #8069B1;
	text-decoration: underline;
}

.lhy_tabCont legend {
	color: #8069B1;
	margin-left: 15px;
	display: inline;
}

.lhy_tabCont fieldset legend span {
	color: #7F7F7F;
	cursor: pointer;
}

.lhy_tabCont fieldset td {
	border-bottom: 1px solid #E0E0E0;
	line-height: 25px;
	color: #7F7F7F;
	vertical-align: top;
	padding: 0 5px;
}

/*div1结束*****/ /*diy3开始*****/
#lhy_diy1_bottom1 span {
	float: left;
}

#lhy_diy1_bottom1 b {
	float: left;
	font-weight: normal;
	margin-right: 10px;
}

.lhy_diy1_bottom3 span {
	float: left;
	color: #949398;
	line-height: 20px;
}

.lhy_diy1_bottom3 ul {
	width: 352px;
	height: auto;
	float: left;
	margin-left: 5px;
	display: inline;
}

.lhy_diy1_bottom3 ul li {
	width: 80px;
	height: auto;
	margin-right: 5px;
	display: inline;
}

.lhy_diy1_bottom3 ul li a {
	width: 80px;
	height: auto;
	font-size: 12px;
	line-height: 20px;
	background: url(../image/pro-link.gif) no-repeat;
	color: #8B8B8B;
	font-family: arial;
	text-align: center;
	display: block;
	text-decoration: none;
}

.lhy_diy1_bottom3 ul li a:hover,#lhy_diy1_bottom3 {
	color: #FFF !important;
	background: url(../image/pro-link-on.gif) no-repeat;
}

.lhy_diy1_bottom4a {
	width: 400px;
	height: auto;
	float: left;
	display: block;
	margin-top: 10px;
}

.lhy_diy1_bottom4a span {
	float: left;
	color: #949398;
	line-height: 20px;
	margin-left: 7px;
}

.lhy_diy1_bottom4a ul {
	width: 352px;
	height: auto;
	list-style-type: none;
	float: left;
	margin-left: 5px;
}

.lhy_diy1_bottom4a ul li {
	width: 40px;
	height: auto;
	float: left;
	margin-right: 5px;
}

.lhy_diy1_bottom4a ul li a {
	width: 40px;
	height: auto;
	font-size: 12px;
	line-height: 20px;
	background: url(../image/pro-link-s.gif) no-repeat;
	display: block;
	color: #8B8B8B;
	font-family: arial;
	text-align: center;
	margin-bottom: 5px;
}

.lhy_diy1_bottom4a ul li a:hover,#lhy_diy1_bottom4 {
	color: #FFF !important;
	background: url(../image/pro-link-s-on.gif) no-repeat;
}

.lhy_diy1_bottom4a b {
	width: 370px;
	height: auto;
	float: left;
	font-weight: normal;
	margin: 15px 0 0 49px;
}

.lhy_diy1_bottom4a b a {
	text-decoration: underline;
	color: #8069B1;
	line-height: 20px;
}

.lhy_diy1_bottom5 {
	width: 400px;
	height: auto;
	float: left;
	display: block;
	margin-top: 30px;
}

.lhy_diy1_bottom5 img,.lhy_diy1_bottom6 img {
	float: left;
	margin: 0px 7px;
	display: inline;
}

/*diy3结束*****/ /*diy4开始*****/
.lhy_tabCont1 {
	float: left;
	width: 420px;
	height: auto;
	margin: 10px 0 0 7px;
}

.lhy_tabCont1 span {
	color: #B0003F;
}

.lhy_tabCont1 b {
	color: #7F7F7F;
	font-weight: normal;
	margin-left: 10px;
	line-height: 21px;
}

.lhy_tabCont1 b a {
	color: #8069B1;
	text-decoration: underline;
}

.lhy_tabCont1 table {
	float: left;
	margin-left: 10px;
}

.lhy_tabCont1 fieldset {
	float: left;
	border: 1px solid #8069B1;
	width: 420px;
	padding-bottom: 5px;
}

.lhy_tabCont1 fieldset.lhy_first1 {
	width: 420px;
	margin-left: 0;
}

.lhy_tabCont1 legend {
	color: #8069B1;
	margin-left: 10px;
	display: inline;
}

.lhy_tabCont1 fieldset legend span {
	color: #7F7F7F;
	cursor: pointer;
}

.lhy_tabCont1 fieldset td {
	border-bottom: 1px solid #E0E0E0;
	line-height: 25px;
	color: #7F7F7F;
	vertical-align: top;
	padding: 0 5px;
}

.lhy_diy1_bottom2a {
	width: 420px;
	height: auto;
	float: left;
	margin: 17px 0 -20px 7px;
	font-size: 12px;
	color: #949398
}

.lhy_diy1_bottom6 {
	width: 477px;
	height: auto;
	float: left;
	display: block;
	margin: 15px 0 0px 7px;
}

/*diy4结束*****/ 
.main_diy07 {
	width: 940px;
	height: auto;
	float: left;
	font-size: 12px;
	margin-top: 10px;
	line-height: 35px;
	color: #7f7f7f;
}

.main_diy07 span {
	width: 925px;
	height: auto;
	float: left;
	display: block;
	font-size: 14px;
	line-height: 35px;
	font-weight: bold;
	padding: 0 0 10px 15px;
	color: #8069B1
}

.table {
	width: 940px;
	height: auto;
	float: left;
}

.main_diy07 b {
	font-size: 14px;
	line-height: 35px;
	color: #7F7F7F;
	margin-left: 10px;
}

.main_diy07 em {
	float: left;
	font-style: normal;
	line-height: 35px;
	margin-left: 25px;
}

.main_diy07a {
	border-bottom: none;
}

.main_diy07a td {
	border-bottom: 1px solid #e0e0e0;
	font-size: 12px;
	line-height: 35px;
}

.main_diy07a img {
	float: left;
	margin: 5px 0 0 10px;
}

#main_diy07b {
	border-bottom: none;
	padding-left: 10px;
}

#main_diy07b img {
	margin: 0px 3px;
}

.main_diy07c {
	height: 35px;
}


