body {
	margin:0;
	background-repeat: repeat-x;
	text-align:center;
}

body,td,th {
	font-size: 12px;
	color:#666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
ul,li{
	margin:0;
	padding:0;
	list-style:none;
}
.font_en{
	font-size:10px;
}
/*-----------------------------------------top start----------------------------*/
#top{
	width:930px;
	margin:0 auto;
	background-image: url(../../images/top_header.jpg);
	height:106px;
	background-repeat: no-repeat;
}
#top_logo{
	float:left;
	margin-top:30px;
}
#top_right{
	width:201px;
	line-height:26px;
	text-align:center;
	float:right;
	background-image: url(../../images/top_header_right.jpg);
	height:26px;
	background-repeat: no-repeat;
}
#nav_box{
	width:100%;
	height:26px;
	background-color:#000000;
	text-align:right;
	line-height:26px;
	margin:0 auto;
	text-align:center;
}
#nav{
	width:930px;
	margin:0 auto;
	text-align:right;
}
#nav ul li{
	float:left;
	text-align:center;
	width:90px;
}

#nav a{
	font-weight:bold;
	display:block;
	color:#FFFFFF;
}

#service{
	width:930px;
	height:31px;
	margin:0 auto;
	text-align:left;
	background-image: url(../../images/tel_bg.jpg);
}
#banner{
	width:930px;
	height:133px;
	margin:0 auto;
}
#tel{
	float:left;
}


#service_right{
	float:right;
	line-height:31px;
}

#menu .menu_1 a{
	background-color: #FFFFFF;
	color:#333333;
}

/*main*/
#main{
	width:930px;
	height:550px;
	margin:0 auto;
}
#main_left{
	width:600px;
	float:left
}
#main_right{
	width:321px;
	float:right;
}
.content {
	line-height: 24px;
	background-color: #F6F6F6;
	padding: 10px;
}

/*-----------------------------------------top end------------------------------*/

/*sub*/
#sub_main{
	width:930px;
	margin:0 auto;
	margin-bottom:10px;
	background-image: url(../../images/alpha.gif);
	background-repeat: repeat-y;
	background-position: 300px;
}
#sub_left{
	width:205px;
	float:left;
	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: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#sub_right{
	width:715px;
	float:right;
}
.clear{ clear:both;}

.left_title_1 {
	background-image: url(../../images/left_bg_1.gif);
	background-repeat: no-repeat;
	padding-left:40px;
}
.bg_color {
	background-color: #F2F2F2;
}

.left_title_2 {
	padding-left:40px;
}


/*-----------------------------------------foot start----------------------------*/
#link{
	width:930px;
	height:70px;
	margin:0 auto;
	text-align:left;
	line-height:24px;
	background-color:#F2F2F2;
	padding:5px;
	clear:both;
}
#foot{
	width:930px;
	height:50px;
	margin:0 auto;
	text-align:left;
	line-height:20px;
	background-image: url(../../images/copright_bg.jpg);
	background-repeat: no-repeat;
}

/*-----------------------------------------foot end------------------------------*/




/*-----------------------------------------font style start-----------------------*/
.font_white{
	color:#FFFFFF;
}
.black{
	color:#000000;
}
.left_padding_10 {
	padding-left: 10px;
}
.left_padding_65 {
	padding-left: 65px;
}
.left_padding_50 {
	padding-left: 50px;
}
.line_height_24 {
	line-height: 24px;
}
.line_height_20 {
	line-height: 20px;
}

/*-----------------------------------------font style end------------------------------*/


/*-----------------------------------------link style start----------------------------*/
/*默认连接*/
a {
	color:#666666;
	text-decoration: none;
}
a:link {
	color:#666666;
	text-decoration: none;
}
a:visited {
	color:#666666;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color:#666666;
}
a:active {
	text-decoration: none;
	color:#666666;
}
/*白色连接*/
a#white {
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}
a#white:link {
	text-decoration: none;
}
a#white:visited {
	text-decoration: none;
	color: #000000;
}
a#white:hover {
	text-decoration: underline;
	color: #FF0000;
}
a#white:active {
	text-decoration: none;
	color: #999999;
}

/*白色连接*/
a#black {
	font-size: 13px;
	color: #000000;
}
a#black:link {
	text-decoration: none;
}
a#black:visited {
	text-decoration: none;
	color: #000000;
}
a#black:hover {
	text-decoration: underline;
	color: #FF0000;
}
a#black:active {
	text-decoration: none;
	color: #000000;
}


/*menu连接*/
a#menu {
	font-size: 14px;
	font-weight:bold;
	color:#FFFFFF;
}
a#menu:link {
	text-decoration: none;
	font-size: 14px;
	font-weight:bold;
	color:#FFFFFF;
}
a#menu:visited {
	text-decoration: none;
	font-size: 14px;
	color:#FFFFFF;
	font-weight:bold;
}

a#menu:hover {
	text-decoration: underline;
	font-size: 14px;
	color:#FF6600;
	font-weight:bold;
}
a#menu:active {
	text-decoration: none;
	color:#333333;
	
}


/*-----------------------------------------link style end------------------------------*/


/*-----------------------------------------form style start----------------------------*/

.input_1 {
	height: 16px;
	border: 1px solid #F7BD2E;
}
.line_height_24{
	line-height:24px;
}
.input_2 {

	height: 18px;
	border: 1px solid #E3E3E3;
	background-color: #F7F7F7;
}
.input_3 {
	border: 1px solid #E3E3E3;
	background-color: #F7F7F7;
}

/*-----------------------------------------form style end----------------------------*/

.line_bootom {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E1E1E1;
}
.img_border {
	border: 1px solid #EEEEEE;
	padding: 5px;
}
.title_1 {
	font-size: 14px;
	font-weight: bold;
	color: #385487;
}
.title_2 {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
.title_3 {
	font-weight: bold;
	padding-left: 40px;
}
.top_line_2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1CDD38;
}
.m1 {
	background-image: url(../../images/top/menu_bg_1.gif);
	color:#000000;
	cursor:pointer;
}
.m2 {
	
}
.font_1{
	color:#4B9E94;
}


.is_hidden_1{
	display:none;
}

.is_hidden_2{
	display:block;
}
.font_red {
	color: #FF0000;
}

.index_main{
	width:1002px;
	height:720px;
	margin:0 auto;
}
.index_left{
	width:708px;
	float:left;
}
.index_right{
	width:292px;
	float:left;
	background-image: url(../../images/sidebar_bg.gif);
	background-repeat: no-repeat;
}

.sub_title_font {
	color: #000000;
	font-weight: bold;
}
#line{
	width:930px;
	height:15px;
	margin:0 auto;
	background-image: url(../../images/line_1.jpg);
	background-repeat: repeat-x;
}



.point {
	list-style-image: url(../../images/s/point_1.gif);
	font-size: 12px;
	line-height: 20px;
	color: #666666;
}


.point_2 {
	list-style-image: url(../../images/s/point_1.gif);
	font-size: 12px;
	line-height: 25px;
	color: #666666;
}
.padding_left_30 {
	padding-left: 35px;
}
.index_center_article {
	width: 190px;
	float:left;
	line-height:24px;
}
.index_picture {
	line-height: 24px;
	height: 150px;
	width: 155px;
	text-align:center;
	float:left;
	padding-top:5px;
}
.index_picture_1 {
	line-height: 24px;
	height: 150px;
	width: 155px;
	text-align:center;
	padding-top:5px;
}
.case_li{
	width:120px;
	height:140px;
	float:left;
	margin-top:10px;
	line-height:24px;
}
.case_li img{
	width:105px;
	height:105px;
	padding: 2px;
	border: 1px solid #F0F0F0;
}
.news_list {
	line-height: 24px;
	width:680px;
	margin:0 auto;
	text-align:left;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.news_title{
	font-size: 14px;
	font-weight: bolder;
}
