@charset "utf-8";
/* CSS Document */
a {
	color: #0066cc;
	text-decoration: underline;
	font-family: Verdana;
	font-size: 12px;
}
a:hover{
	text-decoration: underline;
	color: #000;
}
body{
	background-image: url(images/w-bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	line-height: 10px;
}
.g{
	width: 996px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.head1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 31px;
	line-height: 45px;
	color: #222222;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
.head2{
	font-family: Arial;
	font-size: 40px;
	line-height: 45px;
	color: #000;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
.head3 {
	font-family: Arial;
	font-size: 20px;
	font-weight: normal;
	color: #000000;
	padding-bottom: 10px;
	display: block;
	margin: 0px;
	padding-top: 12px;
	padding-left: 10px;
	text-align: left;
	background-color: #DDDDDD;
	background-position: top;
	background-repeat: no-repeat;
	padding-right: 0px;
}
/*nav*/
a.nav_short {
	display: block;
	height: 43px;
	width: 100px;
	background-image: url(images/nav-home.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
a.short,a:hover.nav_short {
	background-image: url(images/nav-home.jpg);
	background-repeat: repeat-x;
	background-position: 0px -43px;
}
a.nav_long {
	display: block;
	height: 43px;
	width: 121px;
	background-image: url(images/nav-dow.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
a.long,a:hover.nav_long {
	background-image: url(images/nav-dow.jpg);
	background-repeat: repeat-x;
	background-position: 0px -43px;
}
.nav_link a:link, .nav_link a:visited {
	font-size: 14px;
	color: #E1F5FF;
	text-decoration: none;
	font-family: Arial;
	margin: 0px;
	padding: 0px;
	line-height: 41px;
}
.nav_link a:hover, .nav_link a.effect{
	color:#01355D;
}
/*fs*/
.banner_bg{
	background-image: url(images/banner_bg.jpg);
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-left: 30px;
}
.soft_sum_word{
	font-family: Arial;
	font-size: 12px;
	line-height: 20px;
	color: #000;
}
.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;
}
.soft_word{
	font-family: Arial;
	font-size: 16px;
	line-height: 21px;
	color: #000;
	font-weight: bold;
}
.soft_br{
	display: block;
	margin-top: 10px;
}
a.b_dow {
	display: block;
	height: 64px;
	width: 184px;
	background-image: url(images/dow.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
a:hover.b_dow {
	background-image: url(images/dow.gif);
	background-repeat: no-repeat;
	background-position: 0px -64px;
}
a.buy {
	display: block;
	height: 69px;
	width: 210px;
	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 -69px;
}
.pri_word{
	font-family: Arial;
	font-size: 25px;
	line-height: 85px;
	color: #000;
}
.dow_word{
	color: #275682;
	font-family: Verdana;
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
}
/*body*/
.body_bg{
	background-image: url(images/body-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.body_tt {
	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;
}
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;
}

/*右侧标题定义*/
.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: 10px;
} 
.content-bro3 {
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 10px;
	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_link{
	color: #039;
	text-decoration: none;
	font-family: Verdana;
	font-size: 12px;
	line-height: 40px;
}
.b_word{
	color: #000;
	font-family: Verdana;
	font-size: 12px;
}


.l_ta_ico {
	list-style-type: none;
	margin: 0px;
	padding-left: 15px;
	padding-bottom: 6px;
}
.l_ta_ico li {
	background-image: url(guide-images/l-tab-ico.jpg);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-left: 14px;
	padding-bottom: 5px;
}
.l_green_ico {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 5px;
}
.l_green_ico li {
	background-image: url(guide-images/arrow_green.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
	padding-left: 26px;
	padding-bottom: 5px;
	padding-top: 0px;
	color: #333333;
}
.rrhr
{
    border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
	margin-top:6px!important;
    margin-top:7px;
	margin-bottom:4px !important;
	margin-bottom:5px;
}
.bg {
	background-color: #FFFFCC;
}
.title2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: normal;
	font-weight: bold;
	color: #333333;
}
.link1 {
	font-family: Verdana;
	font-size: 12px;
	line-height: normal;
	color: #336699;
	text-decoration: underline;
}
.link3 {
	font-family: Verdana;
	font-size: 12px;
	line-height: normal;
	color: #333333;
	text-decoration: underline;
}
.title3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: normal;
	font-weight: bold;
	color: #333333;
}
.title4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
	color: #333333;
}
.pri2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: normal;
	color: #336699;
	font-style: italic;
	font-weight: bold;
}
td{
	font-family: Verdana;
	font-size: 12px;
	line-height: 20px;
	color: #333;
}
.down2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: normal;
	font-weight: normal;
	color: #0066cc;
	text-decoration: underline;
}
.pri_word{
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	line-height: normal;
	color: #CC0000;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}
.head1_1 {
	font-family: Arial;
	font-size: 28px;
	line-height: 45px;
	color: #004061;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
.head3_1 {
	font-family: Arial;
	font-size: 20px;
	font-weight: normal;
	color: #000000;
	padding-bottom: 10px;
	display: block;
	margin: 0px;
	padding-top: 12px;
	padding-left: 10px;
	text-align: left;
	background-position: top;
	background-repeat: no-repeat;
	padding-right: 0px;
}
.soft2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	font-weight: normal;
}
.soft3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
	font-weight: normal;
}

