/* CSS Document */

.index1{
width:955px;
height:auto;
overflow:hidden;
}
.index2{
width:213px;
height:auto;
overflow:hidden;
float:left;
}
.index2_1{
width:213px;
height:13px;
background-image:url(bt1.jpg);
margin-top:10px;
border-bottom:1px solid #FFFFFF;
}
.index2_2{
width:213px;
height:auto;
background-image:url(bg1.jpg);
background-repeat:repeat-x;
}
.index2_2_1{
width:205px;
height:38px;
line-height:38px;
font-size:14px;
font-weight:bold;
text-align:left;
color:#222222;
border-bottom:1px dashed #C3C3C3;
}
.index2_2_2{
width:195px;
height:34px;
line-height:34px;
font-size:12px;
text-align:left;
border-bottom:1px solid #E1E1E1;
word-break:keep-all;/* 不换行 */
white-space:nowrap;/* 不换行 */
overflow:hidden;/* 内容超出宽度时隐藏超出部分的内容 */
text-overflow:ellipsis;
}
.index2_2_3{
width:195px;
height:auto;
line-height:24px;
font-size:12px;
text-align:left;
padding-top:5px;
}
.index3{
width:732px;
height:auto;
overflow:hidden;
float:right;
margin-bottom:10px;
}
.index3_1{
width:732px;
height:auto;
overflow:hidden;
}
.index3_1_1{
width:503px;
height:auto;
float:left;
}
.index3_1_1_1{
width:503px;
height:32px;
border-bottom:1px solid #D2E3DD;
}
.index3_1_1_2{
width:177px;
height:31px;
float:left;
line-height:36px;
text-align:left;
padding-left:4px;
font-size:14px;
font-weight:bold;
border-bottom:1px solid #04B277;
}
.index3_1_1_3{
width:503px;
height:auto;
}
.index3_1_1_4{
width:142px;
height:156px;
float:left;
margin:10px 9px 10px 5px;
_margin:10px 5px 10px 4px;
background-image:url(ddyjinfo2.jpg);
}
.index3_1_1_5{
width:344px;
height:auto;
float:left;
line-height:23px;
margin-top:15px;
text-align:left;
}
.index3_1_2{
width:229px;
height:auto;
float:left;
}
.index3_1_2_1{
width:229px;
height:32px;
border-bottom:1px solid #D2E3DD;
}
.index3_1_2_2{
width:121px;
height:31px;
float:left;
line-height:36px;
text-align:left;
font-size:14px;
font-weight:bold;
border-bottom:1px solid #04B277;
overflow:hidden;/* 内容超出宽度时隐藏超出部分的内容 */
text-overflow:ellipsis;
}
.index3_1_2_3{
width:229px;
height:auto;
margin-top:10px;
}
.index3_1_2_4{
width:229px;
height:24px;
font-size:12px;
text-align:left;
line-height:24px;
word-break:keep-all;/* 不换行 */
white-space:nowrap;/* 不换行 */
overflow:hidden;/* 内容超出宽度时隐藏超出部分的内容 */
text-overflow:ellipsis;
}
.index3_2{
width:732px;
height:auto;
overflow:hidden;
}
.index3_2_1{
width:503px;
height:auto;
float:left;
}
.index3_2_1_1{
width:503px;
height:32px;
border-bottom:1px solid #D2E3DD;
}
.index3_2_1_2{
width:177px;
height:31px;
float:left;
line-height:36px;
text-align:left;
padding-left:4px;
font-size:14px;
font-weight:bold;
border-bottom:1px solid #04B277;
}
.index3_2_1_3{
width:503px;
height:auto;
margin-top:11px;
}
.index3_2_1_4{
width:140px;
height:129px;
float:left;
margin:0px 13px;
_margin:0px 10px;
}
.index3_2_1_5{
width:140px;
height:99px;
}
.index3_2_1_6{
width:140px;
height:30px;
font-size:12px;
line-height:30px;
word-break:keep-all;/* 不换行 */
white-space:nowrap;/* 不换行 */
overflow:hidden;/* 内容超出宽度时隐藏超出部分的内容 */
text-overflow:ellipsis;
}
.index3_2_2{
width:229px;
height:auto;
float:left;
}
.index3_2_2_1{
width:229px;
height:32px;
border-bottom:1px solid #D2E3DD;
}
.index3_2_2_2{
width:121px;
height:31px;
float:left;
line-height:36px;
text-align:left;
font-size:14px;
font-weight:bold;
border-bottom:1px solid #04B277;
}
.index3_2_2_3{
width:223px;
height:236px;
margin-top:12px;
}



/* banner*/
.banner {
	width: 100%;
	min-width: 1000px;
	z-index: 20;
	position: relative;
}
.banner .list, .banner li, .banner img {
	height: 241px;
}
.banner li {
	width: 100%;
	position: absolute;
	z-index: 1;
	overflow: hidden;
	background: #fff;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
.banner li img {
	width: 1000px;
	display: block;
	position: relative;
	left: 50%;
	margin-left: -500px;
	top: 0;
}
.banner li a {
	display: block;
	width: 100%;
}
.banner .tip {
	width: 100%;
	height: 6px;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 24px;
	z-index: 10;
}
.banner .tip span {
	width: 6px;
	height: 6px;
	margin: 0 9px;
	border: 2px solid #67b306;
	display: inline-block;
	cursor: pointer;
	vertical-align: top;
	border-radius: 100%;
}
.banner .tip span.cur {
	background: #67b306;
}
.banner .prev, .banner .next {
	width: 50px;
	height: 70px;
	position: absolute;
	z-index: 12;
	top: 50%;
	margin-top: -40px;
	cursor: pointer;
	transition: none;
	background: url(banner-btn.png) no-repeat 0 center;
}
.banner .prev {
	left: 3%;
	background-position: 8px center;
}
.banner .next {
	right: 3%;
	background-position: -59px 0;
}
.search_main {
	width: 100%;
	height: 65px;
	line-height: 65px;
	background: #fff;
	font-size: 12px;
}
.search_main .search_form {
	width: 256px;
	height: 36px;
	margin-top: 14px;
	border: 1px solid #67b306;
	position: relative;
}
.search_main .search_form input {
	border: 0 none;
	display: block;
	outline: none;
}
.search_main .search_form .stxt {
	width: 230px;
	height: 36px;
	padding-left: 12px;
	line-height: 36px;
	background: #fff;
	background: none;
	border: 0px;
	color: #666666;
}
.search_main .search_form .sbtn {
	width: 60px;
	height: 36px;
	line-height: 36px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	background-position: -95px 5px;
	background-color: #67b306;
}
.search_main .skey a {
	margin-right: 20px;
	color: #666666;
}
.search_main .skey a:hover {
	color: #67b306;
}
.search_main .skey span {
	color: #67b306;
	font-weight: bold;
}