@charset "utf-8";
html {
	-webkit-text-size-adjust: none;
	background: #ccc;
}
html, body, div, address, blockquote, iframe, ul, ol, dl, dt, dd, li, dl, h1, h2, h3, h4, h5, h6, p, pre, table, caption, th, td, form, legend, fieldset, input, button, select, textarea, a, center, strong, b, i {
	margin: 0;
	padding: 0;
	outline: none;
	list-style: none;
	text-decoration: none;
	font-family: "微软雅黑", helvetica, Arial, sans-serif;
	font-size: 14px;
}
body {
	background: url(css_res/bkm.png) #fff center 140px no-repeat;
	width: 1400px;
	margin: 0 auto;
}
img {
	border: none;
	padding: 0;
	margin: 0;
	line-height: 0;
	font-size: 0;
}
a:hover {
	text-decoration: underline;
}
.w990 {
	width: 990px;
	margin: 0 auto;
	overflow: hidden;
}
.wv990 {
	width: 990px;
	margin: 0 auto;
	overflow: visible;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.floatfix {
*zoom:1;
}
.floatfix:after {
	content: "";
	display: table;
	clear: both;
}
.o {
	overflow: hidden;
}
.br {
	border-radius: 10px;
	border: 1px solid #cdcdcd;
	overflow: hidden;
	margin-bottom: 30px;
}
input[type="radio"] {
	margin-right: 5px;
}
/*========================================顶部菜单导航===============================================*/
.header .top {
	height: 40px;
	/*background: #1c7e47;*/
        background: #28469b;
}
.header .top .fl {
	line-height: 40px;
	color: #fff;
}
.header .top .fl a {
	color: #fff;
	font-size: 12px;
}
.header .top .fr {
	margin-top: 3px;display: none;
}
.header .top .fr input {
	width: 165px;
	height: 28px;
	line-height: 28px;
	border: 0;
	border-radius: 3px;
}
.header .top .fr button {
	width: 45px;
	height: 28px;
	border: 0;
	display: inline-block;
*display:inline;
*zoom:1;
	margin-left: 10px;
	background: url(css_res/bk.png) -1px -1px no-repeat;
}
.header .top .fr button:hover {
	cursor: pointer;
}
.header .top .fr a {
	color: #fff;
	font-size: 12px;
	display: block;
	line-height: 40px;
}
.header .menu {
	height: 100px;
	position: relative;
	/*background: #333;*/
        background: #28469b;
	    z-index: 9999;
}
.header .menu ul {
	position: absolute;
	width: 1035px;
	z-index: 1;
}
.header .menu ul .logo {
	margin-right: 10px;
}
.header .menu ul .m a {
	display: block;
	margin-top: 35px;
}
.header .menu ul li {
	text-align: center;
	margin-right: 34px;
}
.header .menu ul li:hover {
	color: #fff;
}
.header .menu ul li a {
	font-size: 14px;
	/*color: #999;*/
        color: #fff;
}
.header .menu ul li:hover a {
	text-decoration: none;
	color: #fff;
}
/*========================================banner轮播图===============================================*/
.banner {
	height: 280px;
	width: 990px;
	overflow: hidden;
	position: relative;
	font-size: 0;
	margin: 0 auto;
	border-bottom-left-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	zoom: 1;
	    z-index: 900;
}
.picFocus .bd li {
	line-height: 0;
}
.picFocus .hd {
	width: 100%;
	overflow: hidden;
	text-align: center;
	position: absolute;
	bottom: 15px;
}
.picFocus .hd ul {
	overflow: hidden;
	zoom: 1;
	margin-top: 4px;
	display: inline-block;
*display:inline;
*zoom:1;
	vertical-align: top;
}
.picFocus .hd li {
	width: 6px;
	height: 6px;
	border: 3px solid #000;
	border-radius: 10px;
	background: #000;
	float: left;
	margin: 0 3px;
}
.picFocus .hd .on {
	background: #fff;
}
.picFocus .prev, .picFocus .next {
	display: block;
	width: 19px;
	height: 19px;
	background: url(css_res/slider-arrow.png) left center no-repeat;
	display: inline-block;
*display:inline;
*zoom:1;
}
.picFocus .next {
	background-position: -19px center;
}
/*========================================sec===============================================*/
.main .sec {
	margin-top: 30px;
}
.main .sec .left {
	width: 332px;
	float: left;
}
.main .sec .left .box {
	width: 330px;
}
.main .sec .right {
	width: 632px;
	float: right;
}
.main .sec .right .box {
	width: 570px;
	padding: 30px;
}
/*========================================boxa===============================================*/
.boxa {
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 30px;
}
.boxa p {
	height: 60px;
	background: #00b053;
}
.boxa p img {
	margin-left: 10px;
	margin-top: 5px;
}
.boxa h1 {
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	font-size: 24px;
	color: #00b053;
	padding-left: 30px;
	padding-top: 120px;
	padding-bottom: 5px;
	background: url(css_res/bk.png) -7px -391px no-repeat;
}
.boxa .info {
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 15px 30px 45px 30px;
}
.boxa .info strong {
	font-weight: normal;
	color: #666;
	line-height: 25px;
	padding-bottom: 25px;
	display: block;
}
.boxa .info a {
	display: block;
	width: 125px;
	height: 35px;
	line-height: 35px;
	color: #fff;
	background: url(css_res/bk.png) -151px -2px no-repeat;
	text-align: center;
}
.boxa .info a:hover {
	text-decoration: none;
}
/*========================================boxb===============================================*/
.boxb p {
	background: url(css_res/bk.png) -385px -340px no-repeat;
	height: 175px;
}
.boxb p img {
	margin-top: 20px;
	margin-left: 15px;
}
.boxb ul {
	padding: 30px;
	margin-top: -10px;
}
.boxb ul li {
	background: url(css_res/spot.png) left center no-repeat;
	padding-left: 10px;
}
.boxb li a {
	color: #666;
	line-height: 35px;
}
/*========================================boxc===============================================*/
.boxc p {
	height: 80px;
}
.boxc p img {
	margin-top: 5px;
	margin-left: 15px;
}
.boxc ul {
	padding-bottom: 12px;
	background: url(css_res/bk.png) -747px -368px no-repeat;
}
.boxc li {
	padding-left: 180px;
	margin-bottom: 10px;
}
.boxc li a {
	color: #00b053;
	font-weight: bold;
	width: 115px;
	height: 33px;
	border: 1px solid #00b053;
	border-radius: 2px;
	text-align: center;
	line-height: 33px;
	display: block;
}
/*========================================boxd===============================================*/
.boxd .top {
	border-bottom: 1px solid #cdcdcd;
	overflow: hidden;
	padding-bottom: 40px;
	margin-bottom: 30px;
}
.boxd .top img {
	width: 225px;
	height: 155px;
	border: 3px solid #00b053;
	margin-right: 30px;
}
.boxd .top .info h1 {
	margin-bottom: 25px;
}
.boxd .top .info h1 a {
	color: #333;
	font-size: 24px;
}
.boxd .top .info strong {
	font-weight: normal;
	font-size: 12px;
	color: #999;
}
.boxd .top .info .more {
	display: block;
	color: #00b053;
	font-size: 12px;
	margin-top: 20px;
	font-weight: bold;
    float: left;
}
.boxd ul li {
	background: url(css_res/spot.png) left center no-repeat;
	padding-left: 10px;
}
.boxd li a {
	color: #666;
	line-height: 35px;
}
/*========================================boxe===============================================*/
.boxe {
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 30px;
	background: #00adcc;
}
.boxe .eleft p a {
	color: #000;
	font-size: 24px;
	font-weight: bold;
	display: block;
	margin-bottom: 15px;
}
.boxe .eleft .donate {
	color: #00b053;
	background: #fff;
	border-radius: 18px;
	padding: 10px 20px;
	display: block;
}
.boxe .eright {
	width: 474px;
	margin-top: 22px;
}
.boxe .eright strong {
	display: block;
	float: left;
	line-height: 25px;
	padding-left: 38px;
	color: #fff;
}
/*========================================boxf===============================================*/
.boxf p {
	margin-bottom: 30px;
}
.boxf p a {
	font-size: 24px;
	color: #333;
	font-weight: bold;
}
.boxf li {
	overflow: hidden;
}
.boxf li .tit {
	display: block;
	float: left;
	margin-right: 30px;
}
.boxf li img {
	width: 165px;
	height: 115px;
	border: 3px solid #00b053;
}
.boxf li .info {
	width: 300px;
	float: left;
}
.boxf li .info h1 {
	overflow: hidden;
	margin-bottom: 5px;
}
.boxf li .info h1 a {
	color: #333;
	font-weight: bold;
	float: left;
}
.boxf li .info h1 span {
	color: #00b053;
	float: left;
	font-size: 14px;
}
.boxf li .info span {
	color: #666;
	display: block;
	font-size: 12px;
}
.boxf li .info strong {
	font-weight: normal;
	font-size: 12px;
	color: #999;
	display: block;
	margin-top: 18px;
	line-height: 20px;
}
.boxf li .info .more {
	display: block;
	color: #00b053;
	font-size: 12px;
	margin-top: 7px;
	font-weight: bold;
float: left;
}
.boxf .line {
	height: 1px;
	background: #cdcdcd;
	margin: 30px 0;
}
/*========================================jx===============================================*/
.main .sec .jx {
	padding: 30px;
	width: 928px;
}
.main .sec .jx p a {
	font-size: 24px;
	color: #333;
	font-weight: bold;
}
.main .sec .jx p {
	margin-bottom: 30px;
}
.main .sec .jx .picScroll-left {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.main .sec .jx .picScroll-left .prev, .main .sec .jx .picScroll-left .next {
	display: block;
	position: absolute;
	color: #00adcc;
	font-size: 85px;
	font-weight: normal;
	font-family: "宋体";
	top: 25%;
}
.main .sec .jx .picScroll-left .prev:hover, .main .sec .jx .picScroll-left .next:hover {
	text-decoration: none;
	cursor: pointer;
}
.main .sec .jx .picScroll-left .prev {
	left: 1%;
}
.main .sec .jx .picScroll-left .next {
	right: 1%;
}
.main .sec .jx .picScroll-left .bd {
	width: 778px;
	margin: 0 auto;
}
.main .sec .jx .picScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
}
.main .sec .jx .picScroll-left .bd ul li {
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
	margin-right: 20px;
}
.main .sec .jx .picScroll-left .bd ul li .pic {
	text-align: center;
}
.main .sec .jx .picScroll-left .bd ul li .pic img {
	width: 170px;
	height: 238px;
	display: block;
	border: 1px solid #cdcdcd;
}
.main .sec .jx .picScroll-left .bd ul li .pic a:hover img {
	border-color: #999;
}
.main .sec .jx .picScroll-left .bd ul li .title {
	margin-top: 15px;
}
.main .sec .jx .picScroll-left .bd ul li .title a {
	line-height: 24px;
	color: #666;
}
/*========================================footer===============================================*/
.footera .w990 {
	height: 85px;
	background: url(css_res/bk.png) -3px -147px no-repeat;
	margin-bottom: 35px;
}
.footerb {
	background: #333;
	padding-top: 40px;
}
.footerb .left {
	background: url(css_res/bk.png) 45px -642px no-repeat;
}
.footerb .left .p1 {
	overflow: hidden;
	margin-top: 45px;
	width: 555px;
	height: 40px;
	/*background: url(css_res/bk.png) 350px -68px no-repeat;*/
	padding-top: 15px;
}
.footerb .left .p1 input {
	display: block;
	float: left;
	width: 200px;
	height: 35px;
	border-radius: 4px;
	border: 2px solid #999;
	padding-left: 10px;
	color: #999;
}
.footerb .left .p1 button {
	display: block;
	float: left;
	margin-left: 10px;
	border: 0;
	height: 37px;
	width: 47px;
	border-radius: 4px;
	background: url(css_res/bk.png) -51px 0 no-repeat;
}
.footerb .left .p1 button:hover {
	cursor: pointer;
}
.footerb .left .p2 {
	margin-top: 25px;
}
.footerb .left .p2 a {
	color: #fff;
	margin-right: 5px;
	font-size: 11px;
	-webkit-text-size-adjust: none;
}
.footerb .left .p3 {
	color: #fff;
	margin-right: 5px;
	font-size: 11px;
	margin-top: 25px;
	margin-bottom: 60px;
	-webkit-text-size-adjust: none;
}
.footerb .left .p3 a {
	color: #00b053;
	font-weight: bold;
}
.footerb .sao {
	margin-top: 20px;
	font-size: 10px;
	color: #00b053;
	height: 201px;
	-webkit-text-size-adjust: none;
	text-align: right;
}
.footerb .sao img {
	display: block;
	margin-bottom: 20px;
	float: right;
}
.footerb .sao a {
	color: #00b053;
	-webkit-text-size-adjust: none;
	font-size: 10px;
}
.footerb .sao p {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	margin-top: -5px;
}
.footerb .sao p span {
	color: #00b053;
	padding-left: 10px;
}
.kefu {
	position: fixed;
	right: 50px;
	top: 450px;
	z-index: 2;
	width: 60px;
	display: none
}
.kefu .qq {
	background: url(css_res/kefu.png) left top no-repeat;
	display: block;
	width: 60px;
	height: 60px;
}
.kefu .qq:hover {
	background: url(css_res/kefu.png) -60px top no-repeat;
}
.kefu .gotopb {
	background: url(css_res/kefu.png) -10px -69px no-repeat;
	display: block;
	width: 40px;
	height: 40px;
	margin: 15px auto 0 auto;
}
/*========================================neiye===============================================*/

.neiye {
	margin: 30px 0;
}
.neiye .inner_left {
	width: 235px;
	padding-top: 20px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 10px;
	background: url(css_res/bk2.png) #00b053 right bottom no-repeat;
	overflow: hidden;
	margin-top: 30px;
	padding-bottom: 80px;
}
.neiye .inner_left ul {
	padding-left: 35px;
}
.neiye .inner_left ul li {
	height: 75px;
	line-height: 75px;
	overflow: hidden;
	text-align: right;
	padding-right: 25px;
}
.neiye .inner_left ul li a {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}
.neiye .inner_left ul .on {
	background: url(css_res/bk3.png) left center no-repeat;
}
.neiye .inner_left ul .on a {
	color: #00b053;
}
.neiye .inner_right{width:100%;padding:30px;box-sizing:border-box;}
.neiye .inner_right.fl{
	width: 755px;
	padding: 30px;
}

.neiye .inner_right .inner_right_list li {
	background: url(css_res/spot.png) left center no-repeat;
	padding-left: 10px;
	border-bottom: 1px dotted #cdcdcd;
	line-height: 45px;
}
.neiye .inner_right .inner_right_list li a {
	color: #666;
	line-height: 35px;
}
.neiye .inner_right .inner_right_list li span {
	color: #666;
}
.neiye .inner_right .detail h1 {
	text-align: center;
	font-size: 24px;
	color: #333;
	margin-bottom: 10px;
}
.neiye .inner_right h2 {
	text-align: center;
	font-weight: normal;
	margin-bottom: 30px;
	color: #999;
}
.neiye .inner_right .detail .content h2 {
	text-align: left;
}
.neiye .inner_right .detail .content {
	font-size: 14px;
	color: #666;
	line-height: 30px;
}
.neiye .inner_right .detail .content img {
	max-width: 693px;
}
.neiye .inner_right .detail .share {
	margin-top: 20px;
	color: #00b053;
}
.neiye .inner_right .detail .share span {
	line-height: 36px;
	padding-right: 10px;
	font-weight: bold;
}
.neiye .xguan {
	width: 928px;
	margin-top: 30px;
	border-top: 1px solid #dfdfdf;
	padding-top: 30px;
}
.neiye .xguan p {
	font-size: 16px;
	font-weight: normal;
	text-align: left;
}
.neiye .xguan .inner_right_list li {
	background: url(css_res/spot.png) left center no-repeat;
	padding-left: 10px;
	line-height: 45px;
}
.neiye .xguan .inner_right_list li a {
	color: #666;
	line-height: 35px;
}
.neiye .xguan .inner_right_list li span {
	color: #666;
}
.neiye .inner_right .detail .group ul {
	color: #333;
	margin-top: 20px;
}
.neiye .inner_right .detail .group ul .head {
	background: #ddd;
}
.neiye .inner_right .detail .group ul .head span {
	font-size: 14px;
	font-weight: bold;
}
.neiye .inner_right .detail .group ul li {
	line-height: 40px;
	height: 40px;
	font-size: 12px;
	border-bottom: 1px dotted #cdcdcd;
}
.neiye .inner_right .detail .group ul li span {
	width: 170px;
	text-align: center;
	display: inline-block;
*display:inline;
*zoom:1;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
}
.neiye .inner_right .detail .group form strong {
	display: inline-block;
*display:inline;
*zoom:1;
	width: 120px;
	text-align: right;
	font-weight: normal;
}
.neiye .inner_right .detail .group form span {
	padding-bottom: 15px;
	display: inline-block;
*display:inline;
*zoom:1;
}
.neiye .inner_right .detail .group form span .subtijiao {
	border: none;
	background: #00b053;
	padding: 5px 15px;
	color: #fff;
	font-size: 12px;
}
.neiye .detail .piclist ul {
	border-bottom: 1px dotted #cdcdcd;
}
.neiye .detail .piclist li {
	overflow: hidden;
	padding-top: 30px;
	margin-bottom: 30px;
	border-top: 1px dotted #cdcdcd;
}
.neiye .detail .piclist li .tit {
	display: block;
	float: left;
	margin-right: 30px;
}
.neiye .detail .piclist li img {
	width: 165px;
	height: 115px;
	border: 3px solid #00b053;
}
.neiye .detail .piclist li .info {
	float: left;
	height: 125px;
	overflow: hidden;
}
.neiye .detail .piclist li .info h1 {
	overflow: hidden;
	margin-bottom: 5px;
}
.neiye .detail .piclist li .info h1 a {
	color: #333;
	font-weight: bold;
	float: left;
}
.neiye .detail .piclist li .info h1 span {
	color: #00b053;
	float: left;
	font-size: 14px;
}
.neiye .detail .piclist li .info span {
	color: #666;
	display: block;
	font-size: 12px;
}
.neiye .detail .piclist li .info strong {
	font-weight: normal;
	font-size: 12px;
	color: #999;
	display: block;
	margin-top: 18px;
	line-height: 20px;
}
.neiye .detail .piclist li .info .more {
	display: block;
	color: #00b053;
	font-size: 12px;
	margin-top: 7px;
	font-weight: bold;
}
.neiye .detail .piclista {
	margin-top: 40px;
}
.neiye .detail .piclista ul {
	width: 958px;
}
.neiye .detail .piclista li {
	float: left;
	text-align: center;
	margin-bottom: 25px;
	padding-right: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #dfdfdf;
}
.neiye .detail .piclista li img {
	width: 200px;
	height: 280px;
	display: block;
	margin-bottom: 10px;
}
.neiye .detail .piclista li a {
	line-height: 24px;
	color: #333;
}
.neiye .detail .piclista li .info {
	width: 230px;
	margin-left: 25px;
	text-align: left;
}
.neiye .detail .piclista li .info h1 {
	text-align: left;
}
.neiye .detail .piclista li .info h1 a {
	font-size: 18px;
}
.neiye .detail .piclista li .info .tdetail {
	display: block;
	height: 210px;
	overflow: hidden;
	color: #666;
	line-height: 30px;
	text-indent: 2em;
}
.neiye .detail .piclista li .info .more {
	color: #00b053
}
.neiye .detail .piclista .kanwu {
	width: 780px;
}
.neiye .detail .piclista .kanwu li {
	margin: 20px 30px;
}
.neiye .detail .piclista .kanwu li img {
	width: 170px;
	height: 220px;
}
.neiye .detail .donate {
	position: relative;
}
.neiye .detail .donate .p1, .neiye .detail .donate .p2, .neiye .detail .donate .p3 {
	margin-bottom: 40px;
	color: #666;
	line-height: 25px;
	margin-top: -40px;
}
.neiye .detail .donate .p3 {
	margin-top: 0;
}
.neiye .detail .donate .title {
	border-bottom: 1px solid #cdcdcd;
	line-height: 30px;
	margin-bottom: 15px;
	height: 31px;
}
.neiye .detail .donate .title p {
	border-bottom: 2px solid #1c7e47;
	float: left;
	color: #1c7e47;
	font-weight: bold;
	height: 30px;
}
.neiye .detail .donate .p2 .title p {
	width: 100px;
}
.neiye .detail .donate .p3 .red {
	color: red;
	padding-right: 5px;
}
.neiye .detail .donate .search {
	position: absolute;
	right: 0;
	top: -55px;
}
.neiye .detail .donate .search input {
	background: #ececec;
	padding-left: 15px;
	border: none;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	height: 25px;
	line-height: 25px;
	width: 115px;
}
.neiye .detail .donate .search button {
	width: 30px;
	height: 25px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	border: none;
	background: url(css_res/bk.png) -298px -5px no-repeat;
}
.neiye .detail .donate .search button:hover {
	cursor: pointer;
}
.neiye .detail .donate ul .head {
	background: #ddd;
}
.neiye .detail .donate ul .head strong {
	font-weight: bold;
	font-size: 12px;
}
.neiye .detail .donate ul li strong {
	display: inline-block;
*display:inline;
*zoom:1;
	font-weight: normal;
	width: 148px;
	text-align: center;
	font-size: 12px;
	border-bottom: 1px dotted #ddd;
	line-height: 35px;
}
.neiye .detail .donate ul li .date {
	width: 100px;
}
.neiye .detail .donate .p1 .info span {
	margin-right: 15px;
	display: inline-block;
*display:inline;
*zoom:1;
}
.neiye .detail .donate .p3 .info span {
	vertical-align: middle;
	line-height: 30px;
}
.neiye .detail .donate .p3 .jine, .neiye .detail .donate .p3 .xinxi, .neiye .detail .donate .p3 .jiyu, .neiye .detail .donate .p3 .fsh {
	overflow: hidden;
	margin-bottom: 25px;
}
.neiye .detail .donate .p3 .xinxi span {
	display: inline-block;
*display:inline;
*zoom:1;
	width: 100px;
	text-align: right;
	vertical-align: middle;
}
.neiye .detail .donate .p3 .xinxi h1 {
	display: inline-block;
*display:inline;
*zoom:1;
	font-weight: normal;
	font-size: 14px;
	color: #666;
	width: 200px;
	text-align: left;
	margin-bottom: 0;
}
.neiye .detail .donate .p3 .xinxi .texts {
	line-height: 25px;
	height: 25px;
	margin-bottom: 10px;
	width: 200px;
}
.neiye .detail .donate .p3 .xinxi .textb {
	line-height: 25px;
	height: 25px;
	margin-bottom: 10px;
	width: 508px;
}
.neiye .detail .donate .p3 .xinxi .textm {
	line-height: 25px;
	height: 25px;
	margin-bottom: 10px;
	width: 246px;
}
.neiye .detail .donate .p3 .textl {
	line-height: 30px;
	height: 30px;
	margin-bottom: 20px;
	width: 395px;
	margin-left: 10px;
}
.neiye .detail .donate .p3 .name {
	margin-right: 50px;
}
.neiye .detail .donate .p3 .textln {
	line-height: 30px;
	width: 598px;
	height: 100px;
	vertical-align: top;
	margin-left: 10px;
}
.neiye .detail .donate .p3 .textlt, .neiye .detail .donate .p3 .textlg {
	margin-top: 13px;
	width: 200px;
	height: 43px;
	line-height: 43px;
	background: #1b7e47;
	color: #fff;
	border: none;
	margin-left: 25px;
	text-align: center;
}
.neiye .detail .donate .p3 .textlg {
	background: #777;
}
.neiye .detail .donate .p3 .textlt:hover {
	cursor: pointer;
	text-decoration: none;
}
.neiye .detail .donate .p3 .textm {
	line-height: 39px;
	height: 39px;
	margin-bottom: 20px;
	width: 100px;
	margin-left: 10px;
	margin-top: -2px;
}
.neiye .detail .donate .p3 .yzm {
	margin-top: 15px;
}
.neiye .detail .donate .p3 img {
	display: inline-block;
*display:inline;
*zoom:1;
	vertical-align: top;
	margin-top: -3px;
	margin-left: 10px;
}
.neiye .inner {
	width: 928px;
	overflow: hidden;
	padding: 30px;
}
.neiye .detail {
	position: relative;
}
.neiye .detail .down {
	position: absolute;
	right: 0;
	top: 0;
}
.neiye .inner .detail h1 {
	text-align: center;
	font-size: 24px;
	color: #333;
	margin-bottom: 10px;
}
.neiye .inner .detail h2 {
	text-align: center;
	font-weight: normal;
	margin-bottom: 30px;
	color: #999;
}
.neiye .inner .detail .content {
	font-size: 14px;
	color: #666;
	line-height: 30px;
}
.neiye .inner .detail .content img {
	max-width: 928px;
}
.neiye .inner .detail .content .head {
	float: left;
	margin-right: 30px;
	margin-bottom: 5px;
	max-width: 200px;
}
.neiye .inner .detail .share {
	margin-top: 20px;
	color: #00b053;
}
.neiye .inner .detail .share span {
	line-height: 36px;
	padding-right: 10px;
	font-weight: bold;
}
/*========================================photos===============================================*/
.photolist {
	width: 730px;
}
.lightboxOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: black;
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	opacity: 0.8;
	display: none;
}
.lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 10000;
	text-align: center;
	line-height: 0;
	font-weight: normal;
}
.lightbox .lb-image {
	display: block;
	height: auto;
	max-width: inherit;
	border-radius: 3px;
}
.lightbox a img {
	border: none;
}
.lb-outerContainer {
	position: relative;
	background-color: white;
*zoom: 1;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	border-radius: 4px;
}
.lb-outerContainer:after {
	content: "";
	display: table;
	clear: both;
}
.lb-container {
	padding: 4px;
}
.lb-loader {
	position: absolute;
	top: 43%;
	left: 0;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
.lb-cancel {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto;
	background: url(css_res/loading.gif) no-repeat;
}
.lb-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
.lb-container > .nav {
	left: 0;
}
.lb-prev, .lb-next {
	height: 100%;
	cursor: pointer;
	display: block;
}
.lb-nav a.lb-prev {
	width: 34%;
	left: 0;
	float: left;
	background: url(css_res/prev.png) left 48% no-repeat;
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	-o-transition: opacity 0.6s;
	transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	opacity: 1;
}
.lb-nav a.lb-next {
	width: 64%;
	right: 0;
	float: right;
	background: url(css_res/next.png) right 48% no-repeat;
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	-o-transition: opacity 0.6s;
	transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	opacity: 1;
}
.lb-dataContainer {
	margin: 0 auto;
	padding-top: 5px;
*zoom: 1;
	width: 100%;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
	content: "";
	display: table;
	clear: both;
}
.lb-data {
	padding: 0 4px;
	color: #ccc;
}
.lb-data .lb-details {
	width: 85%;
	float: left;
	text-align: left;
	line-height: 1.1em;
}
.lb-data .lb-caption {
	font-size: 13px;
	font-weight: bold;
	line-height: 1em;
}
.lb-data .lb-number {
	display: block;
	clear: left;
	padding-bottom: 1em;
	font-size: 0px;
	color: #999999;
}
.lb-data .lb-close {
	display: block;
	float: right;
	width: 30px;
	height: 30px;
	background: url(css_res/close.png) top right no-repeat;
	text-align: right;
	outline: none;
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	opacity: 0.7;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
	cursor: pointer;
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	opacity: 1;
}
.example-image-link {
	float: left;
	margin-right: 20px;
}
.example-image-link:hover {
	text-decoration: none;
}
.example-image-link strong {
	display: block;
	width: 218px;
	text-align: center;
	font-weight: normal;
	color: #2d2d2d;
	padding: 15px 0 20px 0;
	background: #f6f6f6;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 20px;
}
.example-image-link:hover strong {
	background: #e3e3e3;
}
.example-image-link .example-image {
	display: block;
	width: 220px;
	height: 165px;
	margin-top: -1px;
}
.page {
	font-size: 0;
	text-align: right;
	padding: 30px 0;
}
.page li {
	display: inline-block;
*display: inline;
*zoom: 1;
	margin-left: 1px;
	font-size: 12px;
	line-height: 30px;
}
.page li a {
	display: block;
	border: 1px solid #e6e6e6;
	padding: 0 12px;
	color: #262626;
}
.page li a:hover, .page li a.on {
	background: #00b053;
	border-color: #00b053;
	color: #fff;
	text-decoration: none;
}
.pages {
	color: #666;
	font-family: 宋体;
	font-size: 12px;
	text-align: right;
    padding: 0px;
	float: right;
}
.pages a, .pages .cpb {
	display: block;
	height: 30px;
	line-height: 30px;
	width: 34px;
	float: left;
	background: white;
	color: #262626;
	font-size: 12px;
	border: 1px solid #e6e6e6;
	padding: 0 4px;
	margin: 0 2px;
}
.pages a:hover {
	color: #fff;
	background: #00b053;
	border-color: #00b053;
}
.pages .cpb {
	font-weight: bold;
	color: #fff;
	background: #00b053;
	border: 1px solid #00b053;
}
.main .sec .xyqy {
	padding: 30px;display: none;
}
.main .sec .xyqy a {
	font-size: 24px;
	color: #333;
	font-weight: bold;
}
.main .sec .xyqy .picMarquee-left {
	width: 930px;
	padding-top: 20px;
	overflow: hidden;
	position: relative;
}
.main .sec .xyqy .picMarquee-left .bd {
	padding: 10px;
}
.main .sec .xyqy .picMarquee-left .bd ul {
	overflow: hidden;
	zoom: 1;
}
.main .sec .xyqy .picMarquee-left .bd ul li {
	margin: 0 8px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}
.main .sec .xyqy .picMarquee-left .bd ul li img {
	width: 115px;
	height: 70px;
	display: block;
	border: 1px solid #ddd;
}
.login_box {
	width: 500px;
	margin: 0px auto;
	border-top: #3ba259 2px solid;
	border-left: #dedede 2px solid;
	border-right: #dedede 2px solid;
	border-bottom: #dedede 2px solid;
	padding: 15px;
}
.login_box td {
	padding: 10px;
}
.login_box td a {
	color: #666;
}
.Login_title {
	font-size: 20px;
	color: #3ba259;
}
.input_name {
	width: 280px;
	padding-left: 5px;
	border-left: #CCC 1px solid;
	height: 30px;
	line-height: 30px;
	border-right: #CCC 1px solid;
	border-bottom: #CCC 1px solid;
	border-top: #999 1px solid
}
.input_xiala {
	padding: 0px 15px;
	width: 180px;
	border-left: #CCC 1px solid;
	height: 30px;
	line-height: 30px;
	border-right: #CCC 1px solid;
	border-bottom: #CCC 1px solid;
	border-top: #999 1px solid
}
.input_sjyz {
	width: 170px;
	border-left: #CCC 1px solid;
	height: 30px;
	line-height: 30px;
	border-right: #CCC 1px solid;
	border-bottom: #CCC 1px solid;
	border-top: #999 1px solid
}
.btn_sjyz {
	width: 100px;
	background: #EEE;
	border: #CCC 1px solid;
	height: 30px;
}
.login_box td .btn_login {
	background: #3ba259;
	border: 0px;
	cursor: pointer;
	border-radius: 3px;
	width: 280px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	color: #FFF;
	font-family: "微软雅黑";
	font-size: 15px;
	display: inline-block;
}
.btn_login:hover {
	color: #fff;
}
.login_db {
	width: 1083px;
	margin: 100px auto 0;
}
.login_db span {
	float: right
}
.xyxx {
	border-collapse: collapse;
	border-spacing: 0px;
}
.xyxx tr {
}
.xyxx tr th {
	padding: 10px 5px;
	background: #1c7e47;
	color: #fff;
	font-size: 15px;
	font-weight: normal;
}
.xyxx tr td {
	border-bottom: 1px dotted #ccc;
	padding: 8px 5px;
	text-align: center;
	font-size: 12px;
	line-height: 24px;
}
.xyxx tr td a {
	color: #1c7e47;
}
.xyxx1 {
	border-collapse: collapse;
	border-spacing: 0px;
}
.xyxx1 tr {
}
.xyxx1 tr td {
	border: 1px solid #ccc;
	padding: 10px 5px;
	font-size: 12px;
	line-height: 24px;
	color: #333;
}
.xyxx1 tr td p {
	font-size: 12px;
	line-height: 24px;
}
.xyxx1 tr td a {
	color: #1c7e47;
}
.xyxx1 tr td.bj {
	background: #eee;
	text-align: center;
	white-space: nowrap;
}
.xyxx1 tr td .text {
	border: 0px solid #ccc;
	background: #f3f3f3;
	padding: 3px 5px;
	height: 30px;
	width: 240px;
}
.xyxx1 tr td .text1 {
	border: 0px solid #ccc;
	background: #f3f3f3;
	padding: 3px 5px;
	height: 30px;
	width: 540px;
}
.xyxx1 tr td .nr {
	border: 0px solid #ccc;
	background: #f3f3f3;
	padding: 3px 5px;
	height: 120px;
	width: 540px;
}
.xyxx1 tr td .anniu {
	background: #1c7e47;
	border: 0px;
	cursor: pointer;
	color: #fff;
	padding: 10px;
	width: 120px;
	font-size: 15px;
}
.fl .i2 {
	display: none;
}
.menu .i5{
	margin-right:0px !important;
	margin-right: 10px;
	width: 160px;
	height: 144px;
	    margin-top: 0px !important;
	background: url(logo.png) 0px 0px no-repeat;}
.menu .i5 a {
	display:none !important;
	
}
.w2 {
	display: none;
}
.inner_left .selected {
	background: url(bk3.png) 0px 0px no-repeat;
}
.inner_left .selected a {
	color:#00b053 !important;
}
/*.column-1{background: url(bk3.png) 0px 0px no-repeat;}
.column-1 a{color:#00b053 !important;}*/

.boxa .info.info1 a{    width: 100%;    height: auto;    font-weight: normal;    color: #666;    line-height: 25px;    display: block;    background: unset;    text-align: justify;    text-indent: 2em;}
