﻿@charset "utf-8";
/*--------------main-----------------*/

html{
	background-color: #F7F7F7;
}
#top,#content {
	margin: 0 auto 0 auto;
	display:block;
	position: relative;
}
#top{width:1000px;}
#content{ width:940px;padding: 0 30px 0 30px;}
#con_left{
	height: 150px;
	width: 400px;
	float: left;
}
#con_right{
	height: 143px;
	width: 519px;
	float: right;
}
#con_down{
	display:block;
	position: absolute;
	top: 160px;
	left: 30px;
	width: 920px;
	height: 110px;
	background-image: url(../images/list_bg.png);
	background-repeat: no-repeat;
	padding:45px 10px 10px 10px;
}


#page #copyright {
	float: left;
	width: 1000px;
	text-align: center;
	position: absolute;
	left: 0px;
	top: 350px;
}

/*--------------menus-----------------*/
.menus_content{
	height: 155px;
	width: 392px;
	background-image: url(../images/menu_bg.png);
	background-repeat: no-repeat;
	padding: 10px 10px 10px 15px;
}
.menus_content2{
	height: 85px;
	width: 355px;
	background-image: url(../images/menu_bg.png);
	background-repeat: no-repeat;
	padding: 10px 20px 20px 15px;
	overflow: hidden;
}
.menus_content2 h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #005599;
	letter-spacing: 1px;
}
.menus_content2 p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	padding: 5px 0 0 0;
	letter-spacing: 1px;
	text-align: justify;
	}
.menus_list{
	width: 392px;
	display: block;
	
}
.menus_content li{
	width:335px;
    height: 15px;
	padding: 5px 10px 2px 18px;
	background-image: url(../images/menu_point.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	display:block;
	overflow: hidden;
}
.menus_list .menus_list_down{
	border-bottom-width: 0px;
}
/*--------------solutions-----------------*/
#solutions .sol_lis1,
#solutions .sol_lis2,
#solutions .sol_lis3,
#solutions .sol_lis4{
	display: block;
	float: left;
	padding: 5px 0 0 0;
	height:105px;
}
#solutions .sol_lis1,
#solutions .sol_lis2,
#solutions .sol_lis3{
	padding: 5px 18px 0 0;
}
#solutions .sol_lis1{
	padding: 5px 15px 0 10px;
}
#solutions .sol_lis2{
}
#solutions .sol_lis3{
}
#solutions .sol_lis4{
}
/*--------------font_style-----------------*/
.content_txt,span,p,div
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
}
/*--------------font_link-----------------*/
a:visited,a:active,a:link {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #c3850e;
	text-decoration: underline;
}

a.specialLink:link,a.specialLink:visited,a.specialLink:active{
	color: red;
	text-decoration: none;
}
a.specialLink:hover {
	            color: #c3850e;
                    text-decoration: underline;
}


