/*网站公用样式，必须定义*/
/*****    让所有标签的外边界和内部的填充都为0    *****/
html,body,a,h1,h2,h3,h4,h5,h6,p,div,ul,li,ol,dl,dt,dd,img,form,input,textarea,select,fieldset {
	margin: 0px;
	padding: 0px;
}

/*****    让所有图片都边框都为0    *****/
img {
	border:none;
}
/*****    让所有类型的列表都是没有样式的    *****/
ul,ol,dl {
	list-style-type: none;
}
select,input,select{
	vertical-align:middle;
}
/*****   控制页面中的文字字体和字号   *****/
body,table,input,select,textarea {
	font-family: Arial, "宋体";
	font-size: 12px;
}
/*****    清楚对象的左右浮动    *****/
.clear {
	font-size: 0px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
/*****    单独设置下划线    *****/
.underline {
	text-decoration: none;
}
/*****    网页公用的属性设置，包括文字字体、文字颜色、背景颜色或者图像等    *****/
body {
	color: #2F3C4C;
	background-repeat: repeat-x;
	background-image: url(images/body_line.jpg);
}
/*****   网页中默认链接的样式设置   *****/
a {
	color: #2F3C4C;
	text-decoration: none;
}
/*****   网页中默认鼠标滑过链接的样式设置   *****/
a:hover {
	color: #000000;
	text-decoration: underline;
}
.bg_dis_body {
	background-image: url(images/bg_dis_body.jpg);
	background-repeat: repeat-x;
}

/*网站公用样式结束*/
/*页面样式开始*/
.logo_right {
	color: #ffffff;
}
.logo_right a {
	color: #ffffff;
}
.logo_right a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.nav a {
	background-image: url(images/nav_bg1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	color: #000101;
	line-height: 34px;
	display: block;
	height: 34px;
	font-weight: bold;
	text-decoration: none;
}
.nav a:hover {
	background-image: url(images/nav_bg2.jpg);
	color: #FFFFFF;
	text-decoration: none;
}
.nav a.position {
	background-image: url(images/nav_bg2.jpg);
	color: #FFFFFF;
	text-decoration: none;
}
.title_ind_about_m {
	background-image: url(images/title_ind_about_m.jpg);
	background-repeat: repeat-x;
}
.font1 {
	font-weight: bold;
	padding-top: 12px;
	color: #000000;
}
.font_title_dis {
	color: #000000;
	font-weight: bold;
	padding-top: 10px;
	text-align: left;
}

.more1 a {
	color: #000000;
	text-decoration: underline;
}

.text_ind_about {
	line-height: 170%;
	padding-bottom: 4px;
}
.text_footer {
	line-height: 170%;
	color: #001128;
	padding-right: 40px;
}
.text_footer a {
	color: #001128;
	text-decoration: none;
}
.text_footer a:hover {
	color: #001128;
	text-decoration: underline;
}
.text_con_left {
	line-height: 190%;
	color: #355F79;
	padding-left: 14px;
}
.text_pro_content {
	line-height: 200%;
	padding-top: 26px;
	padding-bottom: 100px;
	padding-left: 50px;
	text-align: left;
}
.text_about {
	line-height: 30px;
	padding-right: 16px;
	padding-bottom: 14px;
	padding-left: 16px;
	text-align: left;
	line-height:30px;
	font-family: Arial, Helvetica, sans-serif, "宋体";
}





.list1 {
	line-height: 160%;
	color: #355F79;
	padding-top: 5px;
}
.list1 span {
	font-size: 11px;
	float: right;
	padding-right: 4px;
}

.list1 a {
	color: #355F79;
	text-decoration: underline;
	padding-left: 12px;
}
.list1 a:hover {
	color: #000000;
	text-decoration: none;
}
.list1 li {
	background-image: url(images/arrow05.gif);
	background-repeat: no-repeat;
	background-position: 8px;
	padding-left: 13px;
	height:25px;
	line-height:25px;
}

.bg_title_ind1 {
	background-image: url(images/title_ind1_center.jpg);
	background-repeat: repeat-x;
}
.bg_title_ind1 a {
	color: #355F79;
	text-decoration: underline;
}
.bg_title_ind1 a:hover {
	color: #000000;
	text-decoration: none;
}

.bg_title_dis1 {
	background-image: url(images/title_dis_bg1_center.jpg);
	background-repeat: repeat-y;
}
.bg_title_dis_con {
	background-image: url(images/title_dis_con_center.jpg);
	background-repeat: repeat-y;
}


.list_left {
	line-height: 210%;
	color: #FFFFFF;
	padding-top: 15px;
}
.list_left a.link {
	color: #FFFFFF;
	background-image: url(images/list_bg1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	padding-left: 66px;
	text-decoration: none;
	height: 26px;
	padding-bottom: 4px;
}
.list_left a.link:hover,.list_left a.link.position{
	color: #99CFE7;
	text-decoration: none;
	background-image: url(images/list_bg2.jpg);
	background-repeat: no-repeat;
}


.title_dis_bg1 {
	background-image: url(images/title_dis_bg1.jpg);
	background-repeat: no-repeat;
	padding-left: 35px;
	font-weight: bold;
	color: #000000;
}
.title_dis_bg2 {
	background-image: url(images/title_dis2_center.jpg);
	background-repeat: repeat-x;
	font-weight: bold;
	color: #000000;
}
.title_dis_body {
	background-image: url(images/title_dis_bg2_center.jpg);
	background-repeat: repeat-y;
}

.more1 {
	color: #355F79;
	font-weight: normal;
	padding-top: 11px;
}
.more1 a {
	color: #355F79;
	text-decoration: none;
}
.more1 a:hover {
	color: #000000;
	text-decoration: underline;
}
.page1 {
	color: #111219;
}


.news_main_list {
	margin:20px 0px 10px 0px;
	padding:0px 30px;		
}
.news_main_list li {
	border-bottom: dashed 1px #CCCCCC;
	text-align:left;
	height:36px;
	line-height:36px
}
.news_main_list a {
	display:block;
	text-align:left;
	color:#000000;
	font-size:14px;
	text-decoration:none;
	padding-left:25px;
	line-height:36px;
	background:url(images/li.gif) no-repeat;	
}
.news_main_list a:hover {
	background:url(images/li_1.gif) no-repeat;
	text-decoration:underline;
	line-height:36px;
	color:#0b296f;
}
.news_main_list span {
	float:right;
	padding-right:10px;	
	color:#5e5e5e;
	font-size:12px;
	font-family:"宋体"	
}



.message	/*留言边框和背景*/
{
	text-align:left;
	margin-top: 20px;
	margin-bottom: 15px;
	border: 1px solid #153B63;;
	background-color: #FFFFFF;
}
.message .messageTitle	/*留言标题*/
{
	padding: 0 6px 0 25px;
	color: #000000;
	background: url(images/icon_r_03.jpg) no-repeat 6px center;	
}
.message .messageContent	/*留言内容*/
{
	padding: 0 6px 20px 25px;
	line-height: 180%;
	color: #000000;
}
.message .replyTitle		/*回复标题*/
{
	padding: 0 6px 0 25px;
	color: #000000;
	background: url(images/t_icon_03.jpg) no-repeat 6px center;	
}
.message .replyContent	/*回复内容*/
{
	padding: 0 6px 20px 25px;
	line-height: 180%;
	color: #000000;
}

.contactTitle	/*在线发送电子邮件*/
{
	font-weight: bold;
	color: #000000;
	background-color: #CACACA;
}

.contactInfo	/*联系我们内容*/
{
	line-height: 180%;
	color: #000;
	font-size:14px;
}
.order	/*订购*/
{
	margin-top: 20px;
	border-collapse:collapse;
}
.order td
{
	border: 1px solid  #153B63;
	background-color: #DDDBDB;
}
.order td.orderTitle	/*订购头部样式*/
{
	font-weight: bold;
	color: #153B63;
}
.order td.orderContent	/*订购内容样式*/
{
	color: #000000;
}
.order a /*订购表格中的链接*/
{
}
.orderLink a /*修改订购数量链接*/
{
}
.orderLink a:hover
{
}
.font2 {
	font-family: Arial, Helvetica, sans-serif, "宋体";
	font-size: 11px;
	line-height: 25px;
}
.font3 {
	font-family: Arial, Helvetica, sans-serif, "宋体";
	font-size: 12px;
	line-height: 25px;
}
.font4 {
	font-family: Arial, Helvetica, sans-serif, "宋体";
	font-size: 12px;
	line-height: 25px;
	color:#FFF
}
.bianbian {
	font-family: Arial, Helvetica, sans-serif, "宋体";
	font-size: 12px;
	border: 1.5px dashed #6699FF;
}
.title_dis_bg3 {

	background-image: url(images/title_dis3_center.jpg);
	background-repeat: repeat-x;
	font-weight: bold;
	color: #000000;
}
