/*标签定义*/
body {
	margin: 0px;
	padding: 0px;
	background-color: #ecfaff;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	font-family: Verdana;
	font-size: 11px;
	line-height: 18px;
	color: #57606c;
}
.head1 {
	font-family: Tahoma;
	font-size: 24px;
	font-weight: bold;
	color: #2d6d9e;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.head2 {
	font-family: Tahoma;
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 36px;
	padding: 0px;
	margin-top: 40px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 0px;
	display: block;
}
.head3 {
	font-family: Arial;
	font-size: 24px;
	font-weight: bold;
	color: #098cc0;
	padding: 0px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 8px;
}
.small {
	font-size: 18px;
	margin: 15px;
	padding: 0px;
}
.head4 {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #098cc0;
	margin: 15px;
	padding: 0px;
}
strong {font-weight: bold;}
p.text-feature {
	font-family: Verdana;
	font-size: 11px;
	color: #535353;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-weight: normal;
	line-height: 18px;
	display: block;
	margin: 0px;
	text-align: left;
	text-indent: 0px;
}
a:link, a:visited {color: #0b65aa;text-decoration: underline;}
a:hover {color: #333;text-decoration: none;}

/*字体样式定义*/
span.yellow {font-weight: bold;color: #ec6600;}
span.reviews_word {
	color: #748596;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
}
.reviews_name {font-size: 10px;color: #666;}

/*购买按钮样式定义*/
a.button-buy-b {
	background-image: url(images/button-buy-b.gif);
	background-repeat: no-repeat;
	display: block;
	height: 53px;
	width: 210px;
	margin-right: auto;
	margin-left: auto;
}
a:hover.button-buy-b {
	background-image: url(images/button-buy-bhover.gif);
	background-repeat: no-repeat;
	display: block;
	height: 53px;
	width: 210px;
	margin-right: auto;
	margin-left: auto;
}
a.button-buy-c {
	background-image: url(images/button-buy-c.gif);
	background-repeat: no-repeat;
	display: block;
	height: 53px;
	width: 152px;
	margin-right: 35px;
	margin-left: 35px;
}
a:hover.button-buy-c {
	background-image: url(images/button-buy-chover.gif);
	background-repeat: no-repeat;
	display: block;
	height: 53px;
	width: 152px;
}

/*下载字体样式定义*/
.text-download {
	font-size: 24px;
	color: #359e02;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	line-height: 30px;
}
.text-download a:link,.text-download a:visited {
	color: #359e02;
	text-decoration: underline;
	line-height: 30px;
	font-size: 24px;
}
.text-download a:hover{
	text-decoration: none;
	color: #333;
}
.text-download1 {
	font-family: Arial;
	font-size: 12px;
	color: #d1fe00;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	line-height: 26px;
}
.text-download1 a:link,.text-download1 a:visited {
	color: #d1fe00;
	text-decoration: underline;
	line-height: 26px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}
.text-download1 a:hover{
	text-decoration: none;
	color: #CDF900;
}
.text-price {
	font-size: 18px;
	color: #ffba27;
	font-family: Tahoma;
}
.text-size {
	font-size: 18px;
	color: #d2ff00;
	font-family: Tahoma;
}

/*列表样式定义*/
ul.main{
	list-style-type: none;
	display: block;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.h-small{
	float: left;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	height: 55px;
	width: 73px;
	line-height: 45px;
	background-image: url(images/main-smallhover.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	cursor:pointer;
}
.h-big{
	float: left;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	height: 55px;
	width: 107px;
	line-height: 45px;
	background-image: url(images/main-bighover.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	cursor:pointer;
}
ul.main li{
	float: left;
	padding: 0px;
	margin-right: 45px;
	line-height: 45px;
	font-family: Arial;
	color: #393939;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
}
ul.main li a:link,ul.main li a:visited{
	color: #393939;
	text-decoration: none;
	height: 55px;
	width: 73px;
	display: block;
}

ul.main li a:hover{
	float: left;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	height: 55px;
	width: 73px;
	background-image: url(images/main-smallhover.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	display: block;
}
ul.main li.big{}
ul.main li.big a:link,ul.main li.big a:visited{
	color: #393939;
	text-decoration: none;
	display: block;
	height: 55px;
	width: 107px;
}
ul.main li.big a:hover{
	float: left;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	height: 55px;
	width: 107px;
	line-height: 45px;
	background-image: url(images/main-bighover.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	display: block;
}

ul.banner {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	list-style-type: none;
	padding: 0px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 5px;
	display: block;
}
ul.banner li {
	display: block;
	margin-left: 0px;
	background-image: url(images/icon-2.jpg);
	background-repeat: no-repeat;
	padding-left: 30px;
	margin-bottom: 10px;
	line-height: 24px;
}
/*列表样式定义 建议不要修改*/
ul.feature {
	list-style-type: none;
	padding: 0px;
	display: block;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.feature li  {
	font-family: Arial;
	font-size: 14px;
	color: #535353;
	text-align: left;
	line-height: 18px;
	background-image: url(images/icon-1.jpg);
	background-repeat: no-repeat;
	font-weight: bold;
	text-indent: 20px;
}

.guides_ico {
	list-style-type: none;
	padding: 0px;
	margin: 15px;
}
.guides_ico li {
	background-image: url(images/r_tab_ico.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
	padding-left: 20px;
	margin-bottom:5px;
}
.guides_link a:link, .guides_link a:visited {
	font-size: 12px;
	color: #004E9B;
	text-decoration: none;
	font-family: Verdana;
	line-height: 12px;
}
.guides_link a:hover{color:#000;text-decoration: underline;}

/*软件链接样式定义*/
.b_link,.b_link a:link, .b_link a:visited {
	font-family: Verdana;
	font-size: 11px;
	line-height: 24px;
	color: #0072d4;
	text-align: center;
}
.b_link a:hover{color:#000;}

/*版权字体定义*/
.cright-text {font-family: Verdana;font-size: 11px;color: #595959;text-align: center;
line-height: 36px;}




















/*背景以及线条定义*/
.main-bg {
	background-image: url(images/main-bg.jpg);
	background-repeat: repeat-x;
	height: 56px;
}
.content-line {
	border: 1px solid #87c0ee;
	background-color: #FFF;
}
.banner-left {
	background-image: url(images/banner-left.jpg);
	background-repeat: no-repeat;
	height: 374px;
	width: 421px;
}
.copyright-bg {
	background-image: url(images/copyright-bg.jpg);
	background-repeat: repeat-x;
	height: 131px;
}

