@charset "utf-8";
/* 基本属性区 */
body{
	background-color: #E4EDF3;
}
.g {
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
a {
	color: #0066cc;
	text-decoration: underline;
	font-family: Verdana;
	font-size: 12px;
}

a:hover{text-decoration: none;}
/* 背景属性区*/
.head_bg{
	background-image: url(images/head-img.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.soft_bg{
	background-image: url(images/banner-bg.jpg);
	padding-top: 0px;
	padding-left: 30px;
	background-repeat: no-repeat;
	padding-right: 0px;
	padding-bottom: 0px;
}
/*h1-3属性区*/
.head1{
	font-family: Arial;
	font-size: 30px;
	line-height: 35px;
	color: #333;
	padding-left: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.head2{
	font-family: Arial;
	font-size: 40px;
	line-height: 45px;
	color: #FFF;
	margin: 0px;
	padding-top: 24px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.head3 {
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	color: #000;
	padding-bottom: 15px;
	display: block;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 10px;
	text-align: left;
}
/*li属性区*/
.soft_ico {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.soft_ico li {
	background-image: url(images/soft-ico.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 30px;
	padding-right: 60px;
}
/*文字属性区*/
.soft_sum_word{
	font-family: Arial;
	font-size: 20px;
	line-height: 25px;
	color: #fff;
}
.soft_word{
	font-family: Arial;
	font-size: 14px;
	line-height: 21px;
	color: #fff;
}
.pri_word{
	font-family: Arial;
	font-size: 16px;
	line-height: 18px;
	color: #000;
	font-style: oblique;
	font-weight: bold;
}
p.content {
	font-family: Verdana;
	font-size: 12px;
	color: #333;
	line-height: 18px;
	margin-bottom: 20px;
	text-align: left;
}
p.content1 {
	font-family: Verdana;
	font-size: 11px;
	color: #333;
	line-height: 18px;
	margin-bottom: 5px;
	text-align: left;
}
/*br属性区*/
.soft_br{
	display: block;
	margin-top: 8px;
}
/*按钮属性区*/
a.nav_home {
	display: block;
	height: 100px;
	width: 260px;
	background-image: url(images/nav-home.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
a.home,a:hover.nav_home {
	background-image: url(images/nav-home.gif);
	background-repeat: repeat-x;
	background-position: 0px -100px;
}
a.nav_dow {
	display: block;
	height: 100px;
	width: 241px;
	background-image: url(images/nav-dow.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
a.dow,a:hover.nav_dow {
	background-image: url(images/nav-dow.gif);
	background-repeat: repeat-x;
	background-position: 0px -100px;
}
a.nav_ord {
	display: block;
	height: 100px;
	width: 249px;
	background-image: url(images/nav-order.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
a.ord,a:hover.nav_ord {
	background-image: url(images/nav-order.gif);
	background-repeat: repeat-x;
	background-position: 0px -100px;
}
a.nav_gui {
	display: block;
	height: 100px;
	width: 240px;
	background-image: url(images/nav-guides.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
a.gui,a:hover.nav_gui {
	background-image: url(images/nav-guides.gif);
	background-repeat: repeat-x;
	background-position: 0px -100px;
}
a.buy {
	display: block;
	height: 64px;
	width: 184px;
	background-image: url(images/buy.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
a:hover.buy {
	background-image: url(images/buy.gif);
	background-repeat: no-repeat;
	background-position: 0px -64px;
}
a.b_buy {
	display: block;
	height: 64px;
	width: 184px;
	background-image: url(images/b-buy.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
a:hover.b_buy {
	background-image: url(images/b-buy.gif);
	background-repeat: no-repeat;
	background-position: 0px -64px;
}
a.t_dow{
	display: block;
	height: 64px;
	width: 184px;
	background-image: url(images/dow.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
a:hover.t_dow {
	background-image: url(images/dow.gif);
	background-repeat: no-repeat;
	background-position: 0px -64px;
}
a.b_dow {
	display: block;
	height: 64px;
	width: 184px;
	background-image: url(images/b-dow.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
a:hover.b_dow {
	background-image: url(images/b-dow.gif);
	background-repeat: no-repeat;
	background-position: 0px -64px;
}
.nav_link a:link, .nav_link a:visited{
	font-size: 10px;
	color: #fff;
	text-decoration: none;
	font-family: Verdana;
	margin: 0px;
	padding: 0px;
	line-height: 12px;
}
.nav_link a:hover, .nav_link a.effect{
	color: #000;
}
.nav_ico {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.nav_ico li {
	background-position: left;
	padding-top: 55px;
	padding-left: 15px;
	padding-right: 10px;
}
/*右侧标题定义*/
.right-title {
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	color: #000;
	padding-bottom: 15px;
	display: block;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 10px;
	text-align: left;
}

/*其他列表定义*/
.guide {
	font-family: Arial;
	font-size: 11px;
	line-height: 18px;
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	text-align: left;
}
.guide li{
	margin-bottom: 10px;
	color: #004488;
	background-image: url(con-images/icon-4.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
}
.guide li a{
	color: #004e9b;
	text-decoration: none;
	font-size: 12px;
}
.guide li a:hover{color: #333;text-decoration: underline;}

/*价格文字定义*/
.text-price {
	font-family: "Times New Roman";
	font-size: 25px;
	color: #275682;
	font-weight: bold;
}
.text-buyprice {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	text-align: left;
}
.text-buyprice a {
	font-size: 20px;
	color: #0a68c8;
	text-decoration: underline;
}
.text-buyprice a:hover {
	color: #333;
	text-decoration: none;
}
.content-bro1 {
	padding-top: 15px;
	padding-bottom: 20px;
} 
.content-bro3 {
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
} 
.line {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #e8e8e8;
	border-bottom-color: #e8e8e8;
	border-left-color: #e8e8e8;
}
/*b*/
.b_word{
	color: #333;
	text-decoration: none;
	font-family: Verdana;
	font-size: 12px;
	line-height: 17px;
}
.b_word_link{
	color: #06c;
	text-decoration: none;
	font-family: Verdana;
	font-size: 12px;
	line-height: 17px;
}
.b_link a:link, .b_link a:visited {
	font-size: 12px;
	color: #06c;
	text-decoration: none;
	font-family: Verdana;
	line-height: 18px;
}
.b_link a:hover{
	color:#000;
	text-decoration: underline;
}
.step{
	font-family: "Times New Roman";
	font-size: 20px;
	color:#FF3300;
	font-weight: bold;
}