/* 基本信息 */
body {
	margin:0 auto;
	padding:0;
	font-family:"微软雅黑", Arial Narrow, Arial, serif;
	font-size:13px;
	color:#333;
	text-align:center;
	background:#FFF url(../images/bg.jpg) no-repeat center top;
}
div, form, img, ul, ol, li, dl, dt, dd, p {
	margin: 0;
	padding: 0;
	border: 0;
	list-style:none;
}
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-size:12px;
}
table, td, tr, th, input, select, textarea {
	font-size:12px;
	font-family:"微软雅黑", Arial Narrow, Arial, serif;
}
html {
	height:100%;
}
/* Link */
a:link {
	color: #333;
	text-decoration:none;
}
a:visited {
	color:#333;
	text-decoration:none;
}
a:hover {
	color: #cca756;
	text-decoration:none;
}
a:active {
	color: #333;
}
/* 其他属性 */
.Fleft {
	float: left;
}
.Fright {
	float: right;
}
.Tleft {
	text-align:left;
}
.Tright {
	text-align:right;
}
.Tcenter {
	text-align:center;
}
.cler {
	clear: both;
	font-size:1px;
	width:1px;
	height:0;
	overflow:hidden;
}
.hidden {
	display: none;
}
.NoNewline {
	word-break: keep-all;
}
.AutoNewline {
	word-break: break-all;
}
/* Font  */
.fB {
	font-weight: bold;
}
.f11px {
	font-size:11px;
}
.f12px {
	font-size:12px;
}
.f13px {
	font-size:13px;
}
.f14px {
	font-size:14px;
}
.f15px {
	font-size:15px;
}
.f16px {
	font-size:16px;
}
.f17px {
	font-size:17px;
}
.f18px {
	font-size:18px;
}
.f30px {
	font-size:30px;
}
.overh {
	overflow:hidden;
}
.poa {
	position:absolute;
}
.por {
	position:relative;
}
/* =====================
 * 表单元素格式化及伪类效果
 * ===================== */
input[type=text] {
	-webkit-appearance:none;
	-moz-appearance:none;
	margin:0;
	padding:0;
	background:0 0;
	border:none
}
input {
	outline: none;
	-webkit-appearance: none;
	border-radius: 0;
}
/* color */
.gray {
	color: #999;
	text-decoration:none;
}
.gray a:link {
	color: #999;
	text-decoration:none;
}
.gray a:visited {
	color:#999;
	text-decoration:none;
}
.gray a:hover {
	color: #cca756;
	text-decoration:none;
}
.gray a:active {
	color: #999;
}
/* background */
.site_01 {
	background:#4a4229
}
.site_01:hover {
	background:#817b6a;
}
.site_02 {
	background:#5a5a25
}
.site_02:hover {
	background:#8c8c67;
}
.site_03 {
	background:#6b8484
}
.site_03:hover {
	background:#98a9a9;
}
.site_04 {
	background:#d6ad4a
}
.site_04:hover {
	background:#e2c681;
}
.site_05 {
	background:#e68c3a
}
.site_05:hover {
	background:#eeaf75;
}
.site_06 {
	background:#a56352
}
.site_06:hover {
	background:#c09286;
}
.site_07 {
	background:#6b2921
}
.site_07:hover {
	background:#986a64;
}
/*.site_01{
	background:#525229
}
.site_01:hover{
	background:#86866a;
}
.site_02{
	background:#844229
}
.site_02:hover{
	background:#a97b6a;
}
.site_03{
	background:#8c524a
}
.site_03:hover{
	background:#af8681;
}
.site_04{
	background:#e68c3a
}
.site_04:hover{
	background:#eeaf75;
}
.site_05{
	background:#d6ad4a
}
.site_05:hover{
	background:#e2c681;
}
.site_06{
	background:#212108
}
.site_06:hover{
	background:#646453;
}
.site_07{
	background:#524a3a
}
.site_07:hover{
	background:#868175;
}*/
/* num */
.pt5 {
	padding-top:5px;
}
.pt10 {
	padding-top:10px;
}
.pt15 {
	padding-top:15px;
}
.pt20 {
	padding-top:20px;
}
.pr10 {
	padding-right:10px;
}
.pl15 {
	padding-left:15px;
}
.pl10 {
	padding-left:10px;
}
.plr10 {
	padding:0px 10px;
}
.plr15 {
	padding:0px 15px;
}
.mr10 {
	margin-right:10px;
}
.ml10 {
	margin-left:10px;
}
/* 具体内容*/
/*头部*/
.headerall {
	width:100%;
	overflow:hidden;
	position:relative;
	height:auto;
}
.swiper-container {
	width: 100%;
 he ight: 100%;
	color: #fff;
	text-align: center;
	padding:0;
	margin:0;
}
.slide_pic img {
	width:100%;
	height:auto;
	padding-top:102px;
}
.pagi nation {
	position: absolute;
	z-index: 20;
	left:50%;
	background:#f0b9c0;
	bottom: 30px;
	padding:5px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	-o-border-radius:20px;
	border-radius:20px;
}
.swip er-pagination-switch {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 8px;
	background: #b70000;
	margin:0px 5px;
	opacity: 0.8;
	cursor: pointer;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%;
}
.swi per-visible-switch {
 backgro und: #b70000;
}
.swi per-active-switch {
	background: #FFF;
}
.headermain {
	overflow:hidden;
	margin:0px auto;
 backg round:url(../images/banner.png) no-repeat 0px 102px;
	height:496px;
	width:100%;
	position:absolute;
	left:0;
	top:0px;
	z-index:100;
}
.headerdiv {
	width:1200px;
	margin:0 auto;
	overflow:hidden;
}
.header_left {
	width:580px;
	height:81px;
	overflow:hidden;
	text-align:left;
	overflow:hidden;
	padding-top:32px;
}
.header_right {
	width:488px;
	overflow:hidden;
	text-align:right;
	color:#666;
	padding-top:10px;
}
.header_font {
	width:488px;
	overflow:hidden;
	height:35px;
	line-height:35px;
}
.header_search {
	width:198px;
	overflow:hidden;
	height:26px;
	padding-left:290px;
	padding-top:10px;
}
.header_input {
	width:136px;
	height:24px;
	background:#FFF;
	border:1px solid #c1c1c1;
	padding:0px 5px;
}
.header_input input {
	width:136px;
	overflow:hidden;
	height:24px;
	background:none;
	line-height:24px;
	border:0;
	color:#999;
}
.header_btn {
	width:50px;
	height:26px;
	overflow:hidden;
	background:#cca756;
	color:#FFF;
	cursor:pointer;
	text-align:center;
	line-height:26px;
}
.navdiv {
	width:1200px;
	margin:0 auto;
	overflow:hidden;
	height:27px;
}
.navdiv ul li {
	width:109px;
	overflow:hidden;
	height:27px;
	float:left;
	line-height:27px;
	font-size:15px;
	font-weight:bold;
}
.navdiv ul li:hover {
	color:#FFF;
}
.navdiv ul li:hover {
	background:url(../images/nav.png) no-repeat 10px 0px;
}
.nav_active {
	background:url(../images/nav.png) no-repeat 10px 0px;
	color: #fff;
}
.nav ul li a.active {
	background:url(../images/nav.png) no-repeat 10px 0px;
	color: #fff;
}
.nav_active a:link {
	color: #FFF;
	text-decoration:none;
}
.nav_active a:visited {
	color:#FFF;
	text-decoration:none;
}
.nav_active a:hover {
	color: #FFF;
	text-decoration:none;
}
.nav_active a:active {
	color: #FFF;
}
.contentmain {
	width:1200px;
	overflow:hidden;
	background:url(../images/middle.png) no-repeat;
	margin:0 auto;
}
.infordiv {
	width:1160px;
	overflow:hidden;
	background:#FFF;
	margin-top:41px;
	padding:10px 20px 20px 20px;
}
.bottommain {
	width:100%;
	overflow:hidden;
	background:url(../images/bottom_bg.jpg) repeat-x;
	height:200px;
}
.bottom_con {
	width:1200px;
	overflow:hidden;
	height:160px;
	padding-top:20px;
	font-size:13px;
	margin:0 auto;
	color:#ccc;
	line-height:35px;
}
.bottom_nav {
	padding-bottom:15px;
}
.bottom_nav a {
	padding:0px 20px;
}
.bottom_nav a:link {
	color: #ccc;
	text-decoration:none;
}
.bottom_nav a:visited {
	color:#ccc;
	text-decoration:none;
}
.bottom_nav a:hover {
	color: #ccc;
	text-decoration:none;
}
.bottom_nav a:active {
	color: #ccc;
}
.return_top {
	position:fixed;
	right:0px;
	bottom:50px;
}
.return_item {
	display:block;
	width:52px;
	height:52px;
	margin-top:1px;
	position:relative;
	-moz-transition:background-position 1s;
	-ms-transition:background-position 1s;
	-o-moz-transition:background-position 1s;
	-webkit-moz-transition:background-position 1s;
	transition:background-position 1s;
	background:url(../images/return.png) no-repeat;
}
.return_item_top {
	background-position:0 -674px;
}
.return_item_top:hover {
	background-position:0 -736px;
}
.poverty_new_pic:hover, .poverty_enterprise_pic:hover, .brand_public_pic:hover, .poverty_brand_pic:hover, .brand_enterprise_pic:hover, .training_plan_pic:hover, .training_plan_list ul li:hover, .training_teacher_pic:hover, .tourism_pic:hover, .communication_pic:hover, .communication_list ul li:hover, .communication_r_pic:hover, .pr_con ul li:hover, .site_pic:hover, .leadership_pic:hover, .meeting_pic:hover, .announcement_pic:hover, .project_con ul li:hover, .poverty_pic:hover, .dynamic_pic:hover, .enterprise_pic:hover, .authorization ul li:hover, .brand_enterprise ul li:hover, .train_pic:hover, .students_pic:hover, .lecturer_pic:hover, .results_pic:hover, .line_pic:hover, .food_con ul li:hover, .scenery_con_img:hover, .scenery_pic:hover, .pr_con dl dd:hover, .pr_tj dl dd:hover, .affairs_right_img:hover, .prd_con dl dd:hover, .pr_right_con ul li:hover {
	border:1px solid #cca756;
}
/*.poverty_new_pic img,.poverty_enterprise_pic img,.brand_public_pic img,.poverty_brand_pic img,.brand_enterprise_pic img,.training_plan_pic img,.training_plan_img img,.training_teacher_pic img,.tourism_pic img,.communication_pic img,.communication_list ul li img,.communication_r_pic img,.pr_con ul li img,.site_pic img,.leadership_pic img,.meeting_pic img,.announcement_pic img,.project_con ul li img,.poverty_pic img,.dynamic_pic img,.enterprise_pic img,.household_pic img,.authorization ul li img,.brand_enterprise ul li img,.train_pic img,.students_pic img,.lecturer_img img,.results_pic img,.line_pic img,.food_pic img,.scenery_img img,.pr_con dl dd img,.pr_pic img,.pr_tj ul li img,.affairs_right_img img,.pr_tj_pic img,.pr_right_pic img{
	width:100%;
	height:100%;
}*/
.poverty_new_img:hover img, .poverty_enterprise_img:hover img, .brand_public_img:hover img, .training_plan_img:hover img, .training_teacher_pic:hover img, .communication_img:hover img, .communication_small:hover img, .leadership_img:hover img, .announcement_pic:hover img, .dynamic_img:hover img, .enterprise_img:hover img, .household_pic:hover img, .authorization_pic:hover img, .brand_enterprise_img:hover img, .train_img:hover img, .students_pic:hover img, .lecturer_img:hover img, .line_pic:hover img, .scenery_img:hover img {
	transform: scale(1.2);
	-moz-transform:scale(1.2);
	-webkit-transform:scale(1.2);
	-o-transform:scale(1.2);
}
.poverty_new_img img, .poverty_enterprise_img img, .brand_public_img img, .training_plan_img img, .training_teacher_pic img, .communication_img img, .communication_small img, .leadership_img img, .announcement_pic img, .dynamic_img img, .enterprise_img img, .household_pic img, .authorization_pic img, .brand_enterprise_img img, .train_img img, .students_pic img, .lecturer_img img, .line_pic img, .scenery_img img {
	transition: all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-o-transition:all 0.5s;
}
.poverty_brand_pic:hover img, .brand_enterprise_pic:hover img, .training_plan_pic:hover img, .tourism_pic:hover img, .communication_r_pic:hover img, .pr_con ul li:hover img, .site_pic:hover img, .meeting_pic:hover img, .project_pic:hover img, .poverty_pic:hover img, .results_pic:hover img, .food_pic:hover img, .scenery_pic:hover img, .pr_pic:hover img, .pr_tj_pic:hover img, .affairs_right_img:hover img, .pr_right_pic:hover img {
	-webkit-animation: 2.5s ease-out backwards;
	-moz-animation: 2.5s ease-out backwards;
	-ms-animation: 2.5s ease-out backwards;
	animation: 2.5s ease-out backwards;
	-webkit-animation-name: bouncein;
	-moz-animation-name: bouncein;
	-ms-animation-name: bouncein;
	animation-name: bouncein;
}
.pic_float {
	height:30px;
	overflow:hidden;
	padding:0px 5px;
	line-height:30px;
	color:#FFF;
	position:absolute;
	left:0;
	bottom:0;
	background:url(../images/float.png) repeat;
	cursor:pointer;
}
.poverty_new_h3 {
	width:115px;
	height:29px;
	color:#FFF;
	font-size:15px;
	line-height:29px;
	background:url(../images/titile.jpg) no-repeat;
}
.alldiv {
	width:1200px;
	overflow:hidden;
	background:#FFF;
	margin-top:41px;
	padding:10px 0px 20px 0px;
}
.alldiv_h3 {
	width:115px;
	height:29px;
	color:#FFF;
	font-size:15px;
	line-height:29px;
	background:url(../images/sub.jpg) no-repeat;
}
.information {
	width:1160px;
	overflow:hidden;
	padding:0px 20px;
}
.all_span {
	border-bottom:1px solid #cca756;
	overflow:hidden;
	float:right;
	height:28px;
	line-height:28px;
	text-align:right;
	font-size:12px;
}
.meeting {
	width:1200px;
	overflow:hidden;
	padding-top:20px;
}
.meeting_title {
	width:1160px;
	overflow:hidden;
	padding:0px 20px;
}
.meeting_title span {
	width:1045px;
}
/*small banner*/
.infor_banner a:link {
	color: #FFF;
	text-decoration:none;
}
.infor_banner a:visited {
	color:#FFF;
	text-decoration:none;
}
.infor_banner a:hover {
	color: #FFF;
	text-decoration:none;
}
.infor_banner a:active {
	color: #FFF;
}
.infor_banner_title, .infor_banner_focus, .infor_banner_t {
	position:absolute;
}
.infor_banner_title {
	position:absolute;
	width:100%;
	height:40px;
	line-height:40px;
	background:#000;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity:0.5;
	opacity:0.5;
	left:0;
	bottom:0;
	_bottom:-1px;
	z-index:1;
}
.infor_banner_t {
	color:#fff;
	font-family:microsoft yahei;
	z-index:2;
	bottom:0;
	left:10px;
	line-height:40px;
	color:#FFF;
}
.infor_banner_focus span {
	background:url(../images/ico.png) no-repeat;
	display:block;
}
.infor_banner_focus {
	height:35px;
	line-height:40px;
	right:20px;
	bottom:0px;
	z-index:2;
	margin-top:15px;
}
.infor_banner_focus span {
	width:15px;
	height:15px;
	line-height:12px;
	float:left;
	position:relative;
	top:14px;
	cursor:pointer;
	background-position:-25px 0px;
	text-indent:-9999px;
}
.infor_banner_focus span.hover {
	background-position:0px 0px;
	width:25px;
	height:15px;
	line-height:12px;
	float:left;
	position:relative;
	top:14px;
	cursor:pointer;
	text-indent:-9999px;
}
.leadership {
	width:570px;
	overflow:hidden;
}
.leadership_title {
	width:570px;
	overflow:hidden;
	height:29px;
}
.leadership_title span {
	width:455px;
}
