@charset "gb2312";
/* CSS Document */

body {
	margin: 0 auto;
	font-size: 12px;
	font-family: "微软雅黑";
	line-height: 1.5;
	color: #323232;
	background-image: url(../images/top_bj.png);
	background-repeat: repeat-x;
	background-position: left top;
}
h1 {
	padding: 0;
	margin: 0;
	font-weight: normal;
}
ul,dl,dd,h1,h2,h3,h4,h5,h6,form,p { padding:0; margin:0;}
ul { list-style:none;}
img { border:0px;}
b,em { font-style: normal; font-weight: normal}
input,textarea { outline: none; font-size: 100%;}
.left {
	text-align: left;
	vertical-align: middle;
	line-height: 30px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
}
.left_j {
	padding-left: 10px;
}

.right {
	text-align: right;
	line-height: 25px;
}
.middle_2 {
	text-align: center;
	vertical-align: middle;
}

.red1 {
	color: #FF0000;
	padding-left: 5px;
	font-size: 13px;
	font-family: "宋体";
}

.bian {
	border: 1px solid #FFFFFF;
}

a {
	color:#323232;
	text-decoration:none;
}


a:hover {
	color: #F60;
}

/*提交表单的样式*/

a.anniu:link {
	background-color: #FF0000;
	border-radius: 3px 3px 3px 3px;
	float: left;
	height: 34px;
	width: 110px;
	margin-right: 50px;
	text-align: center;
	line-height: 34px;
	color: #FFFFFF;
	font-size: 13px;
}
a.anniu:visited {
	color: #FFFFFF;
	background-color: #FF0000;
}
a.anniu:hover {
	color: #FFFFFF;
	background-color: #FF0000;
}
#middle12 {
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E1E1E1;
}


.red {
	color: #FF0000;
	font-size: 13px;
	font-family: "微软雅黑";
}
.red:hover {
	text-decoration: underline;
	color: #FF0000;
}
/*提交表单的样式*/

.textfield {
	height: 30px;
	border: 1px solid #DDDDDD;
	border-radius: 3px;
	padding-left: 10px;
	width: 50%;
	font-family: "微软雅黑";
	font-size: 17px;
	line-height: 30px;
}
.textfield2 {
	border: 1px solid #DDDDDD;
	border-radius: 3px;
	font-family: "微软雅黑";
	font-size: 14px;
	height: 30px;
	width: 85%;
	padding-left: 10px;
	line-height: 30px;
}
.textfield3 {
	border: 1px solid #DDDDDD;
	border-radius: 3px;
	font-family: "微软雅黑";
	font-size: 17px;
	width: 85%;
	padding-left: 10px;
	line-height: 25px;
}
.textfield4 {
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    font-family: "微软雅黑";
    font-size: 14px;
    height: 30px;
    width: 12%;
    padding-left: 10px;
    line-height: 30px;
}
/*body*/
#body {
	width: 100%;
	min-width: 1200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#head {
	float: left;
	width: 100%;
	min-width: 1200px;
	top: 0px;
	position: relative;
}
.top {
	position: relative;
	width: 1200px;
	min-width: 1200px;
	font-family: "微软雅黑";
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.toplogo {
	top: 55px;
	left: 0;
	z-index: 9;
	position: absolute;
	float: left;
	height: 200px;
	width: 1200px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.topnav {
	float: left;
	width: 100%;
	height: 50px;
	min-width: 1200px;
	background-color: #0C8918;
}
.topnav ul {
	width: 1200px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
}
.topnav ul li {
	float: left;
	font-size: 15px;
	text-align: center;
	margin-right: 1px;
}
.topnav ul li a {
	float: left;
	color: #FFF;
	padding: 0 21px;
}
.topnav ul li a.active {
	color: #FFF;
	background-color: #1FA700;
}

.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			50px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu li ul {
	width: 102px !important;
}
.sf-menu li li {
	height: 45px;
	line-height: 45px;
	text-align: center !important;
 	background-color: rgba(26,147,0,0.85);
	border-top: 1px solid #0C8918;
    overflow: hidden;
}
.sf-menu li li li {
	background:		#4096ee;
}
.sf-menu li li li li {
	background:		#40c6ee;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background-color: #20B700;
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/*幻灯片*/
.flash {
	float: left;
	width: 100%;
}
.index_focus {
	position: relative;
	width: 100%;
	min-width: 1200px;
	height: 240px;
	margin: 0 auto;
	overflow: hidden;
}
.index_focus .bd li {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.index_focus .bd li img {
	height: 240px;
	width: 100%;
	min-width: 1200px;
}

.index_focus_post {
    z-index: 10;
}
.index_focus .pic {
	height: auto;
	display: block;
	width: 100%;
}
.index_focus .pic:hover {
    text-decoration: none;
}
.index_focus .slide_nav {
	position: absolute;
	left: 48%;
	bottom: 3.5%;
	z-index: 9999999 !important;
}
.index_focus .slide_nav a {
	cursor:pointer;
	float:left;
	padding:0px;
	color: #FFFFFF;
	width: 15px;
	height: 15px;
	margin-right: 5px;
	margin-left: 5px;
	border-radius: 100%;
	/*background-color: rgba(255,255,255,0.46);*/
}
.index_focus .slide_nav li:hover,.index_focus .slide_nav .on{
	text-decoration: none;
	color: #fff;
	/*background-color: rgba(255,255,255,1);*/
}
.index_focus_pre,.index_focus_next {
	display: none;
	position: absolute;
	top: 50%;
	margin-top: -36.5px;
	width: 73px;
	height: 73px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	z-index: 10;
	background-image: url(../images/ico_sliding.png);
	background-repeat: no-repeat;
}
.index_focus_pre {
    left: 50px;
    background-position: 0 0;
}
.index_focus_pre:hover {
    background-position: 0 -146px;
}
.index_focus_next {
    right: 50px;
    background-position: 0 -73px;
}
.index_focus_next:hover {
    background-position: 0 -219px;
}
.index_focus_info .text {
    width: 500px;
    line-height: 24px;
    font-size: 14px;
    word-wrap: break-word;
    overflow: hidden;
	display:none;
}
/*结束*/
#content {
	float: left;
	width: 100%;
	min-width: 1200px;
	margin-top: 38px;
}
.middle {
	width: 1200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.tqriqi {
	float: left;
	width: 1198px;
	height: 34px;
	line-height: 34px;
	margin-top: 13px;
	margin-bottom: -25px;
	font-family: "宋体";
	border: 1px solid #E1E1E1;
	background-image: url(../images/tqriqi_img_01.png);
}
.tqriqi h2,.tqriqi,.time {
	float: left;
	color: #000;
	font-size: 12px;
	font-weight: normal;
}
.tqriqi h2 {
	margin-left: 15px;
}
.tqriqi span {
	float: right;
	width: 270px;
	margin-right: 10px;
}
.tqriqi .input1 {
	float: left;
	width: 71%;
	height: 20px;
	margin-top: 5px;
	padding-left: 8px;
	border: 1px solid #CDCDCD;
}
.tqriqi .input2 {
	float: right;
	width: 62px;
	color: #FFF;
	height: 24px;
	margin-top: 5px;
	border: none;
	border-radius: 3px;
	background-image: url(../images/tqriqi_img_02.png);
}
.sy_news {
	float: left;
	width: 100%;
}
.news_g {
	float: left;
	width: 247px;
}
.news_g h2 {
	float: left;
	width: 100%;
	height: 45px;
	background-image: url(../images/news_g_h2_01.png);
}
.news_g h2 span a {
	float: right;
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
	line-height: 45px;
	margin-right: 10px;
}
.news_g h2 strong {
	float: left;
	width: 104px;
	color: #1A7A0A;
	font-size: 16px;
	text-align: center;
	line-height: 39px;
	font-weight: normal;
	margin-top: 7px;
	margin-left: 12px;
	background-image: url(../images/news_g_h2_02.png);
}
.g_lits {
	float: left;
	width: 215px;
	padding: 8px 15px;
	border: 1px solid #E9E9E9;
}
.g_lits ul li {
	display: block;
	line-height: 21px;
	font-size: 14px;
	padding-left: 20px;
	margin-bottom: 8px;
	background-image: url(../images/news_g_icon.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.g_lits ul li a {
	color: #353535;
}
.g_lits ul li a:hover {
	text-decoration: underline !important;
}
.g_lits ul li em {
	color: #FF0000;
}

#marquee{
	float: left;
	width: 100%;
	height: 241px;
	margin: 7px 0;
	overflow: hidden;
}
.yx-rotaion{
	float: left;
	width: 436px;
	height: 318px;
	margin: 0 16px;
}
.yx-rotaion img{
	display: block;
	width: 436px;
	height: 318px;
}
.yx-rotaion-btn,.yx-rotaion-title,.yx-rotation-focus,.yx-rotation-t,.yx-rotaion-btn{position:absolute}

.yx-rotation-title{
	position:absolute;
	width:100%;
	height:40px;
	line-height:76px;
	background:#000;
	filter:alpha(opacity=76);
	-moz-opacity:0.76;
	-khtml-opacity:0.76;
	opacity:0.76;
	left:0;
	bottom:0;
	_bottom:-1px;
	z-index:1
}
.yx-rotation-t{
	color:#fff !important;
	font-size:15px;
	font-family:"microsoft yahei";
	z-index:2;
	bottom:0;
	left:15px;
	height: 40px;
	line-height:40px;
	overflow: hidden;
}
.yx-rotation-t a:hover{
	color: #fff !important;
	text-decoration: underline !important;
}
.yx-rotation-focus span{
	display:block;
	border-radius: 100%;
	background-color: rgba(255,255,255,0.58);
}
.yx-rotation-focus{
	height:40px;
	line-height:40px;
	right:15px;
	bottom:0;
	z-index:2
}
.yx-rotation-focus span{width:11px;height:11px;line-height:10px;float:left;margin-left:6px;position:relative;top:15px;cursor:pointer;text-indent:-9999px}
.yx-rotation-focus span.hover{background-color: #6FC331;
}

.yx-rotaion-btn{width:100%;height:48px;top:50%;margin-top:-20px;}
.yx-rotaion-btn span{width:14px;height:25px;cursor:pointer;position:relative}
.yx-rotaion-btn .left_btn{
	float:left;
	left:24px;
	background-image: url(../images/news_s_an_left.png);
}
.yx-rotaion-btn .right_btn{
	float:right;
	right:24px;
	background-image: url(../images/news_s_an_right.png);
}
.tab {
	position: relative;
	float: right;
	width: 484px;
	height: 318px;
	overflow: hidden;
}
.tab h2 {
	display: block;
	height: 44px;
	border: 1px solid #E1E1E1;
	border-bottom: 2px solid #51931F;
	background-image: url(../images/news_s_h2_01.png);
}
.tab h2 span a,.news_list h2 span a,#wrapper h2 span a  {
	float: right;
	color: #777777;
	font-size: 14px;
	font-weight: normal;
	line-height: 44px;
	margin-right: 10px;
}
.tab h2 span a:hover,.news_list h2 span a:hover,#wrapper span a:hover {
	color: #F60;
}
.tab ul.menu {
	top: 6px;
	left: 6px;
	position: absolute;
	float: left;
	width: 300px;
	height: 39px;
	overflow: hidden;
	
}
.tab ul.menu li{
	float: left;
	width: 108px;
	height: 39px;
	color: #51931F;
	font-size: 16px;
	cursor: pointer;
	line-height: 37px;
	text-align:center;
	margin-left: 4px;
}
.tab ul.menu li a {
	color: #51931F;
}
.tab ul.menu li.active {
	color:#FFFFFF;
	background-image: url(../images/news_s_h2_02.png);
}
.tab .con1 {
	float: left;
	width: 100%;
}
.tab .con2 {
	float: left;
	width: 100%;
    display:none;
}
.tab .con1 dl,.tab .con2 dl {
	float: left;
	width: 100%;
}
.tab .con1 dl dt,.tab .con2 dl dt {
	float: left;
	width: 100%;
	margin-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D7D7D7;
}
.tab .con1 dl dt h3 a,.tab .con2 dl dt h3 a {
	display: block;
	height: 44px;
	color: #559723;
	font-size: 18px;
	line-height: 44px;
	margin-top: 9px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tab .con1 dl dt span,.tab .con2 dl dt span {
	display: block;
	height: 54px;
	color: #000000;
	font-size: 14px;
	line-height: 27px;
	margin-bottom: 8px;
	overflow: hidden;
}
.tab .con1 dl dt span a,.tab .con2 dl dt span a {
	color: #559723;
}
.tab .con1 dl dt h3 a:hover,.tab .con1 dl dt span a:hover,.tab .con2 dl dt h3 a:hover,.tab .con2 dl dt span a:hover {
	color: #F60;
}
.tab .con1 dl dd,.tab .con2 dl dd,.news_list ul li {
	display: block;
	height: 31px;
	font-size: 14px;
	line-height: 31px;
	padding-left: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	background-image: url(../images/news_s_h2_icon.png);
	background-repeat: no-repeat;
	background-position: left center;
} 
.tab .con1 dl dd span,.tab .con2 dl dd span,.news_list ul li span {
	float: right;
	color: #878787;
	margin-left: 30px;
}
.bodyhengf {
	position: relative;
	float: left;
	width: 1200px;
	margin-top: 24px;
}
.bodyhengf img {
	display: block;
	width: 1200px;
	height: 120px;
}
.bodyhengf h2 {
	top: 0;
	left: 0;
	width: 100%;
	color: #FDFB57;
	font-size: 36px;
	position: absolute;
	text-align: center;
	line-height: 120px;
	font-weight: bold;
	font-family: "方正大黑简体";
	-webkit-text-stroke: 2px #376F0E;
	letter-spacing: 6px;
}
.news_dyz {
	float: left;
	width: 1221px;
	margin-left: -21px;
	margin-top: 24px;
}
.news_list {
	float: left;
	width: 385px;
	margin-left: 20px;
	border: 1px solid #E1E1E1;
}
.news_list h2 {
	display: block;
	height: 40px !important;
	line-height: 40px !important;
	background-image: url(../images/news_d_h2_01.png);
}
.news_list h2 span a {
	line-height: 40px !important;
}
.news_list h2 strong {
	float: left;
	width: 145px;
	color: #FFF;
	font-size: 16px;
	text-align: left;
	font-weight: normal;
	padding-left: 16px;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(../images/news_d_h2_02.png);
}
.news_list ul {
	display: block;
	height: 252px;
	padding: 10px 12px;
	overflow: hidden;
}
.news_list ul li {
	display: block;
	height: 28px !important;
	line-height: 28px !important;
}
.bodynav {
	float: left;
	width: 1200px;
	margin: 30px 0;
}
.bodynav ul {
	float: left;
	width: 1220px;
	margin-left: -20px;
}
.bodynav ul li {
	float: left;
	width: 386px;
	margin-left: 20px;
}
.bodynav ul li img {
	display: block;
	width: 386px;
	height: 131px;
}
.sy_service {
	float: left;
	width: 1200px;
	margin-top: 4px;
	margin-bottom: 40px;
}
.sy_service ul {
	float: left;
	width: 1230px;
	margin-left: -30px;
}
.sy_service ul li {
	float: left;
	width: 175px;
	height: 189px;
	text-align: center;
	margin-left: 30px;
	box-shadow:0px 0px  10px 1px rgba(0,0,0,0.2);
	background-image: url(../images/bodynav_bj.png);
}
.sy_service ul li img {
	display: block;
	width: 88px;
	height: 88px;
	margin: 0 auto;
	margin-top: 30px;
}
.sy_service ul li h3 {
	display: block;
	color: #777777;
	font-size: 16px;
	margin: 10px 35px;
}
.sy_service ul span {
	float: right;
	width: 385px;
	box-shadow:0px 0px  10px 1px rgba(0,0,0,0.2);
}
.sy_service ul span img {
	display: block;
	width: 385px;
	height: 189px;
}
.friendship {
	float: left;
	width: 100%;
	margin-bottom: -35px;
	background-color: #F0F0F0;
}
#wrapper {
	position: relative;
	float: left;
	width: 1200px;
	margin: 38px 0;
	border: 1px solid #E1E1E1;
	background-color: #FFF;
}
#wrapper h2 {
	display: block;
	height: 34px;
	border-bottom: 1px solid #E1E1E1;
	background-image: url(../images/friendship_h2_01.png);
}
#wrapper h2 strong {
	float: left;
	width: 109px;
	color: #FFF;
	font-size: 15px;
	line-height: 34px;
	text-align: center;
	font-weight: normal;
	padding-right: 12px;
	background-image: url(../images/friendship_h2_02.png);
}
#wrapper h2 span a {
	line-height: 34px;
}

#CSSBox {
	float: left;
	width: 1164px;
	height: 50px;
	overflow: hidden;
	margin: 34px 25px 24px 11px;
}
#CSSBox ul li {
	position: relative;
	float:left;
	width: 180px;
	height: 36px;
	margin-left: 14px;
}
/*#CSSBox ul li a {
	display: block;
	width: 176px;
	height: 46px;
	border: 2px solid #FFF;
}*/
#CSSBox ul li a:hover {
	border: 2px solid #F60;
}
#CSSBox ul li  img {
	display: block;
	width: 176px;
	height: 46px;
}
#bottom {
	position: relative;
	width: 100%;
	min-width: 1200px;
	float: left;
	color: #FFF;
	margin-top: 35px;
	background-color: #0C8918;
}
#dibu {
	float: left;
	width: 100%;
	min-width: 1200px;
}
#dibu dl {
	display: block;
	width: 1200px;
	min-width: 1200px;
	font-size: 14px;
	text-align: center;
	margin: 0 auto;
}
#dibu dl dd {
	float: left;
	width: 1200px;
	min-width: 1200px;
	padding: 28px 0 25px 0;
}
#dibu dl dd span {
	display: block;
	margin-bottom: 15px;
}
#dibu dl dd span em {
	margin: 0 33px;
}
#dibu dl dd span em img {
	width: 20px;
	height: 20px;
	margin-right: 8px;
}
#dibu dl dd p {
	display: block;
	line-height: 24px;
}
#dibu dl dd strong {
	float: right;
	width: 98px;
	line-height: 24px;
	text-align: center;
	font-weight: normal;
}
#dibu dl dd strong img {
	display: block;
	width: 85px;
	height: 85px;
	border: 6px solid #FFF;
}
#dibu dl a {
	color: #FFF;
}
#dibu dl a:hover {
	color: #FFF;
	text-decoration: underline;
}

.float {
	display:block;
	position: relative;
	width: 330px;
	height: 86px;
}
.float_nr {
	position: absolute;
	top: 25px;
	left: 26px;
	width: 280px;
	color: #FFF;
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
}