@charset "utf-8";
/* CSS Document */
.intro_menu {
	width: 100%;
	float: left;
	margin-top: 10px;
}
.intro_menu_title {
	width: 100%;
	background: #f9f9f9;
	font-size: 16px;
	height: 55px;
	color: #333333;
	line-height: 55px;
	text-indent: 20px;
	font-weight: bold;
}
.intro_menu_content {
	float: left;
	background: #fff;
	width: 100%;
	margin-top: 1px;
}
.intro_menu_content ul {
	width: 276px;
	margin-left:30px;
	margin-top: 5px;
	margin-bottom: 30px;
}
.intro_menu_content ul li {
	background: url(../img/icon_menu.png) no-repeat 30px;
	border-bottom: 1px #cccccc solid;
	height: 50px;
	text-indent: 80px;
	line-height: 50px;
	width: 100%;
}
.intro_menu_content ul li:hover {
	background: url(../img/icon_menu2.png) no-repeat 30px;
}
.intro_menu_content ul li.choose {
	background: url(../img/icon_menu2.png) no-repeat 30px;
}
.intro_menu_content ul li.choose a {
	color: #80c269;
}
.intro_menu_content ul li a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 16px;
}
.intro_menu_content ul li a:hover {
	color: #80c269;
}


.intro_title {
	border-bottom: double #eaeaea;
	font-size: 24px;
	color: #444444;
	line-height: 36px;
	padding-bottom: 4px;
}
.intro_content {
	font-size: 16px;
	padding-top: 30px;
	line-height: 30px;
}

.intro_content p, .intro_content div {
     padding-bottom: 10px; 
}
.intro_menu2 {
	width: 100%;
	float: left;
	margin-top: 10px;
}
.intro_menu2_title {
	width: 100%;
    background: #f9f9f9;
    font-size: 16px;
    height: 55px;
    color: #333333;
    line-height: 55px;
    text-indent: 20px;
    font-weight: bold;
}
.intro_menu2_content {
	float: left;
	background: #fff;
	width: 100%;
	margin-top: 1px;
}
.intro_menu2_content ul {
	padding: 0 0;
	width: 280px;
	margin-left: 28px;
	margin-top: 28px;
	margin-bottom: 28px; float:left;
}
.intro_menu2_content ul li {
	float: left;
	margin-right:2px;
	margin-top: 10px;
}
.intro_menu2_content ul li:nth-child(even) {
	margin-right: 0;
}
.intro_menu2_content ul li a {
	display: inline-block;
	width: 139px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	background: #f59467;
	overflow: hidden;
	color: #fff;
}
.intro_menu2_content ul li:nth-child(1) a {
	background: #f59467;
}
.intro_menu2_content ul li:nth-child(2) a {
	background: #b7c894;
}
.intro_menu2_content ul li:nth-child(3) a {
	background: #92d2c4;
}
.intro_menu2_content ul li:nth-child(4) a {
	background: #f3c669;
}
.intro_menu2_content ul li:nth-child(5) a {
	background: #f59467;
}
.intro_menu2_content ul li:nth-child(6) a {
	background: #b7c894;
}
.intro_menu2_content ul li:nth-child(7) a {
	background: #92d2c4;
}
.intro_menu2_content ul li:nth-child(8) a {
	background: #f3c669;
}
.intro_menu2_content ul li a:hover {
	background: #fff;
	border: 1px solid #888888;
	color: #444;
	width: 137px;
	height: 38px;
}


.intro_page {
	padding-top: 20px;
	float: left;
	clear: both;
	width: 100%;
}
.intro_page ul {
	padding: 10px;
	padding-bottom: 0px;
	text-align: center;
}
.intro_page li {
	color: #0046b5;
	font-size: 14px;
	border: 1px #0046b5 solid;
	width: 30px;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
	display: inline-table;
	text-align: center;
	margin: 5px;
}
.intro_page li a {
	display: block;
	width: 30px;
	height: 30px;
	font-size: 14px;
	line-height: 30px; 
}
.intro_page li a:link {
	color: #0046b5;
	text-decoration: none;
}
.intro_page li a:visited {
	color: #0046b5;
	text-decoration: none
}
.intro_page li a:active {
	color: #0046b5;
	text-decoration: none
}
.intro_page li a:hover {
	color: #ffffff;
	background-color: #0046b5;
	text-decoration: underline;
	position: relative;
}
.intro_page ul li.pageupdown {
	width: 60px;
	height: 30px;
	line-height: 30px;
}
.intro_page ul li.pageupdownok {
	width: 60px;
	height: 30px;
	border-color: #0046b5;
}
.intro_page ul li.pageupdownok a {
	display: block;
	width: 60px;
	height: 30px;
	line-height: 30px;
}
.intro_page ul li.choose {
	color: #ffffff;
	background-color: #0046b5;
}
.intro_page ul li.choose  a{
	color: #fff;
}