﻿body
{
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-size: 13px;
}

*
{
	padding: 0px;
	margin: 0px;
}

a
{
	color: White;
	text-decoration: none;
}

a:hover
{
	color: #838383;
	text-decoration: underline;
}
#pageing a
{
	color: #74869A;
	font-weight: bold;
	text-decoration: none;
}

#pageing a:hover
{
	color: Black;
	text-decoration: underline;
}



.PictureBox
{
	padding: 2px;
	background-color: #FFF2BB;
	border: 1px solid #FFD21E;
}


.BlueFont
{
	color: #277FE0;
}


.WhiteFont
{
	color: White;
}

.RedFont
{
	color: Red;
}

.TextBox
{
	border: 1px solid #888888;
	background-color: #FFFFFF;

}

.Hg20
{
	height: 20px;
}

.Hg25
{
	height: 25px;
}

.Hg28
{
	height: 28px;
}

.Hg30
{
	height: 30px;
}


.FontsRH28
{
	height: 28px;
	text-align: right;
	font-weight: bold;
}



/*产品详细*/
.ProductDetailsbg
{
	width: 710px;
	height: 360px;
	background-image: url(/Content/images/midbg.jpg);
	background-repeat: repeat-y;
}

.ProductDetailsTb
{
	width: 710px;
	height: 34px;
	background-image: url(/Content/images/MainContentsTitle.jpg);
}
.ProductDetailsTxt ul
{
	list-style-type: none;
	line-height: 22px;
}

.ProductDetailsftbg
{
	width: 710px;
	height: 3px;
	background-image: url(/Content/images/footline.jpg);
}



/*按钮*/
.ButtonOut
{
	background: url(/Content/images/ButtonImg1.jpg);
	border: 0px;
	width: 141px;
	height: 40px;
	line-height: 40px;
	color: White;
	cursor: pointer;
}

.ButtonOver
{
	font-weight: bold;
	background: url(/Content/images/ButtonImg2.jpg);
	border: 0px;
	width: 141px;
	height: 40px;
	line-height: 40px;
	color: #ABB7C5;
	font-weight: bold;
	cursor: pointer;
}



/*产品排序*/
.ProSort
{
	float: left;
	width: 90px;
}

.ProSort ul
{
	list-style-type: none;
}


/*产品*/
.prolist ul li
{
	float: left;
	width: 199px;
	height: 180px;
}

.prolist ul
{
	list-style-type: none;
	text-align: center;
}

/*视频标题*/
.videotitle ul
{
	list-style-type: none;
	text-align: center;
}


.videotitle ul li
{
	font-size: 14px;
	font-weight: bold;
	height: 25px;
}


/*最新产品*/
.newpro ul
{
	list-style-type: none;
}

.newpro ul li
{
	height: 200px;
}





/*购物车*/
.shopcartfoot
{
	width: 870px;
	padding-top: 5px;
	height: 42px;
	text-align: center; /*	border-top: 1px solid #888888; */
}

.shopcarttitle
{
	width: 870px;
	font-weight: bold;
	color: White;
	text-align: center;
	height: 30px;
	line-height: 30px;
	background-color: #2A343D;
}
.shopcarttitle ul li
{
	float: left;
	width: 136px;
	border-bottom: 1px solid #888888;
}
.shopcarttitle ul
{
	list-style-type: none;
}

.shopcart
{
	padding-top: 5px;
	width: 870px;
	text-align: center;
	height: 140px;
}
.shopcart ul li
{
	float: left;
	width: 136px;
}
.shopcart ul
{
	list-style-type: none;
}

/*会员注册*/
#Register ul li
{
	height: 30px;
	font-weight: bold;
}

#Register ul .RedFont
{
	color: Red;
	font-weight: normal;
}

#Register ul
{
	list-style-type: none;
}



/*留言 */