﻿
body
{
	margin: 0px;
	padding: 0px; 
}
#master_div_head_banbar
{
	margin: 0px;
	padding: 0px;
	border: 1px dotted #800080;
	position: relative;
	width: 850px;
	height: 100px;
	top: 0px;
}
#master_div_head_logo
{
	position: relative;
	padding: 0px;
	left: 0px;
}
#master_div_head_companyname
{
	margin-top: 20px;
	border: 0px solid #FF0000;
	position: relative;
	left: 257px;
	width: 593px;
	top: 0px;
	height: 38px;
	font-family: 华文行楷;
	font-size: 38px;
	font-weight: bolder;
	color: #000080;
}

#master_div_head_login_message
{
	border-width: 0px;
	border-color: #FFFFFF;
	position: absolute;
	width: 593px;
	height: 22px;
	left: 257px;
	top: 78px;
	text-align: right;
	border-bottom-style: solid;
	 
}
 

.ullicss
{
	border: 0px solid #FF00FF;
	background-color: #800000;
	height: 44px; 
	padding: 0px;
	width: 850px;

}
.ullicss ul
{ 
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 850;
	height: 44px;
 
}
/*margin-left: 2px 每个相对前面一个的间隔，所以上面UL中的padding－LEFT: 0px;是表示左边空多少*/
.ullicss li
{
	 
	float: none;
	width: 100px;
	margin-left: 2px;
	line-height: 44px;
	display:inline-block;
}
.ullicss a:link
{
	color: Orange;
	font-weight: bold;
	text-decoration: none;
	background:#800000;
}
.ullicss a:visited
{
	color: Orange;
	font-weight: bold;
	text-decoration: none;
	background:#800000;
}
.ullicss a:hover
{
	color: #800000;
	font-weight: bold;
	text-decoration: none;
	background: yellow;
}
.ullicss a
{
	padding: 0px;
	margin: 0px;
	display: block;
	text-align: center;
	height: 44px;
	clip: rect(0px, auto, auto, auto);
	top: 0px;
} 

.fg_top_menu
{
	margin-left: 2px;
	padding: 0px;
	display: block;
	float: left;
	background-color: #00FF00;
	width: 100px;
	height: 44px;
	line-height: 44px;
}
.fg_botton_menu
{
	margin-left: 2px;
	padding: 0px;
	display: block;
	float: left;
	background-color: #00FF00;
	width: 100px;
	height: 44px;
	line-height: 44px;
}

.div_a
{
	padding: 0px;
	margin: 0px;
	border: 0px solid #FF00FF;
	display: block;
	text-align: center;
	height: 44px;
	top: 0px;
}
.div_a a:link
{
	color: Orange;
	font-weight: bold;
	text-decoration: none;
	background:#800000;
}
.div_a a:visited
{
	color: Orange;
	font-weight: bold;
	text-decoration: none;
	background:#800000;
}
.div_a a:hover
{
	color: #800000;
	font-weight: bold;
	text-decoration: none;
	background: yellow;
}
 
        
#sidebar a:link, 
#sidebar a:visited 
{ 
color:#FF0000; 
text-decoration: none;	

} 
#sidebar a:hover
{
color: #1d60ff; 
text-decoration:underline; 
}
#sidebar a:active 
{ 
color: #034af3; 
}

#divbody
{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: auto;
	position: relative;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	background-image: url('../images/banrepeat.jpg');
}
#divmainall
{
	padding: 0px;
	margin: 0px;
	width: 850px;
	height: auto;
	background-color: #FFFFCC;
}
#divheadbar
{
	border-width: 0px;
	border-color: #FF0000;
	padding: 0px;
	margin: 0px;
	width: 850px;
	height: 91px;
	background-image: url('../images/fgcm.jpg');
}


/*左边导航LI菜单的CSS*/
#divleftbar
{
	border: 0px dashed #FFFF00;
	margin: 0px;
	padding: 0px;
	width: 200px;
	height: 382px;
	background-color: #800000;
} 
 /*
.div_left_bar_ul
{
	padding: 0px;
	margin: 0px;
	display: block;
	height: 382px;
	font-family: 黑体;
	font-size: large;
	font-weight: bold;
	color: #FFFFFF;
	list-style-type: none;
	cursor: pointer;
	clip: rect(0px, auto, auto, auto);
	background-color: #FFFFCC;
	width: 200px;
}

.div_left_bar_li
{
	padding: 0px;
	margin: 0px 0px 0px 0px;
	width: 200px;
	line-height: 60px;
	display: inline-block;
	height: 60px;
	background-color: #800000;
	color: #FFFFFF;
	cursor: pointer;
}
 */

.div_left_bar_li a
{
	display: block;
	padding: 0px;
	margin: 1px 0px 0px 0px;
	text-align: center;
	cursor: pointer;
	width: 200px;
	height: 60px;
	background-color: #800000;
	color: #FFFF00;
	line-height: 60px;
	font-family: 'Arial Black';
	font-size: larger;
	font-weight: bold;
}
.div_left_bar_li a:link
{ 
	color: Orange;
	font-weight: bold;
	text-decoration: none;
	background: #800000;
}
.div_left_bar_li a:visited
{
	color: Orange;
	font-weight: bold;
	text-decoration: none;
	background:#800000; 
}
.div_left_bar_li a:hover
{
	color: #800000;
	font-weight: bold;
	text-decoration: none;
	background: #FFFFCC;
}
/*以上是左边导航菜单的CSS*/

.divmain
{
	background-color: #FFFFCC;
	border: 0px solid #FF0000;
	width: 650px;
	height: auto; 
}
.divmain a:link
{  
	text-decoration: none; 
}
.divmain a:visited
{  
	color:Blue;
	text-decoration: none; 
}
.divmain a:hover
{ 
	text-decoration:underline;
	color:#800000; 
}

#divmain1
{
	padding: 10px 0px 10px 10px;
	margin: 0px;
	background-color: #FFFFCC;
	border: 0px solid #FF0000;
	width: 640px;
	height: auto;
	 
}
#divmain2
{
	padding: 10px 0px 10px 10px;
	margin: 0px;
	background-color: #FFFFCC;
	border: 0px solid #FF0000;
	width: 640px;
	height: auto;
	display: none;
}
#divmain3
{
	padding: 10px 0px 10px 10px;
	margin: 0px;
	background-color: #FFFFCC;
	border: 0px solid #FF0000;
	width: 640px;
	height: auto;
	display: none;
}
#divmain4
{
	padding: 10px 0px 10px 10px;
	margin: 0px;
	background-color: #FFFFCC;
	border: 0px solid #FF0000;
	width: 640px;
	height: auto;
	display: none;
}
#divmain5
{
    padding: 10px 0px 10px 10px;
	margin: 0px;
	background-color: #FFFFCC;
	border: 0px solid #FF0000;
	width: 640px;
	height: auto;
	display: none;
}
#divmain6
{
	padding: 10px 0px 10px 10px;
	margin: 0px;
	background-color: #FFFFCC;
	border: 0px solid #FF0000;
	width: 640px;
	height: auto;
	display: none;
}



 
#div_main_botton
{
	border: 0px dashed #FF0000;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	width: 850px;
	height: 75px;
	background-image: url('../images/mainbarbotton.jpg');
}
#divfoot
{
	padding: 0px;
	margin: 0px;
	height: 100px;
	width: 850px;
	background-color: #CCCCFF;
}

/*以下是图片切换首页中的效果*/
.container_index, .container_index *{margin:0; padding:0;}

.container_index
{
	padding: 0px;
	margin: 0px;
	width: 850px;
	height: 380px;
	overflow: hidden;
	position: relative;
	top: 0px;
}

.slider_index{position:absolute;}
.slider_index li{ list-style:none;display:inline;}
.slider_index img{ width:850px; height:380px; display:block;}

.slider2{width:6000px;}
.slider2 li{float:left;}

.num{ position:absolute; right:5px; bottom:5px;}
.num li{
	float: left;
	color: #FF7300;
	text-align: center;
	line-height: 16px;
	width: 16px;
	height: 16px;
	font-family: Arial;
	font-size: 12px;
	cursor: pointer;
	overflow: hidden;
	margin: 3px 1px;
	border: 1px solid #FF7300;
	background-color: #fff;
}
.num li.on{
	color: #fff;
	line-height: 21px;
	width: 21px;
	height: 21px;
	font-size: 16px;
	margin: 0 1px;
	border: 0;
	background-color: #FF7300;
	font-weight: bold;
}

/*以下是图片切换*/
.container, .container *{margin:0; padding:0;}

.container
{
	padding: 0px;
	margin: 0px;
	width: 850px;
	height: 300px;
	overflow: hidden;
	position: relative;
	top: 0px;
}

.slider{position:absolute;}
.slider li{ list-style:none;display:inline;}
.slider img{ width:850px; height:300px; display:block;}

.slider2{width:6000px;}
.slider2 li{float:left;}

.num{ position:absolute; right:5px; bottom:5px;}
.num li{
	float: left;
	color: #FF7300;
	text-align: center;
	line-height: 16px;
	width: 16px;
	height: 16px;
	font-family: Arial;
	font-size: 12px;
	cursor: pointer;
	overflow: hidden;
	margin: 3px 1px;
	border: 1px solid #FF7300;
	background-color: #fff;
}
.num li.on{
	color: #fff;
	line-height: 21px;
	width: 21px;
	height: 21px;
	font-size: 16px;
	margin: 0 1px;
	border: 0;
	background-color: #FF7300;
	font-weight: bold;
}

/*下载页面的A链接样式*/
.dl_a a
{
	padding: 0px;
	margin: 0px;
	border: 0px solid #FF00FF;
	display: block;
	text-align: center;
	height: 20px;
	top: 0px;
}
.dl_a a:link
{
	font-weight: bold;
	text-decoration: none;
}
.dl_a a:visited
{
	font-weight: bold;
	text-decoration: none;
}
.dl_a a:hover
{
	color: #800000;
	font-weight: bold;
	text-decoration:underline;
	background: yellow;
}

/*产品页面的A链接样式*/
.product_a a
{
	padding: 0px;
	margin: 0px;
	border: 0px solid #FF00FF;
	display: block;
	text-align: left;
	height: 20px;
	top: 0px;
}
.product_a a:link
{
	font-weight: bold;
	text-decoration: none;
}
.product_a a:visited
{
	font-weight: bold;
	text-decoration: none;
}
.product_a a:hover
{
	color: #800000;
	font-weight: bold;
	text-decoration:underline;
	background: yellow;
}

/*以下是菜单指向*/
.main_menu_a a
{
    padding: 0px;
    margin: 0px;
    display: block;
    text-align: center;
    height: 44px;
    top: 0px;
    line-height: 44px;
    color: #FFFFFF;
    letter-spacing: 2px;
}
.main_menu_a a:link
{
	font-weight: bold;
	text-decoration: none;
}
.main_menu_a a:visited
{
	font-weight: bold;
	text-decoration: none; 
}
.main_menu_a a:hover
{
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: underline;
    background-color: #808000;
}
/*以上是菜单转换*/
        
/*以下是图片左右动*/
/*
#wrap
{
	width: 650px;
	height: 160px;
	border: 1px solid black;
	position: relative;
	left: 0%;
	top: 0%;
	margin-left: -410px;
	margin-top: -250px;
	background: #F5E0E3;
	overflow: hidden;
}
#wrap ul{
margin:0px;
padding:0px;
position:absolute;
top:0px;
left:0px;
}
#wrap ul li{
list-style:none;
float:left;
margin:5px 10px;
}
#wrap ul li img{
width:170px;
height:160px;
cursor:pointer;
}
.direction{
width:104px;
margin:50px auto;
}
.direction img{
border:1px dotted pink;
cursor:pointer;
}
.active{
border:2px solid gray;
}
*/