﻿﻿/*第一组*/

.img_gallery {
	height: 100%;
	overflow: hidden;
	position: relative;
	width: 100%;
	margin: 0 auto;
	/*border: 1px solid green;*/
}

.main_img {
	height: 100%;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.main_img ul {
	width: 9999px;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

.main_img li {
	float: left;
	width: 100%;
	height: 100%;
}

.main_img li span {
	display: block;
	width: 100%;
	height: 100%;
}

.main_img li a {
	display: block;
	width: 100%;
	height: 100%;
}

.img_font {
	position: absolute;
	bottom: 0px;
	/* left: 8.5%; */
	color: #fff;
	width: 100%;
	height: 36px;
	line-height: 36px;
	/*border: 1px solid red;*/
	background: black;
	opacity: 0.6;
}

.img_font span {
	    float: left;
    font-size: 20px;
    margin-left: 60px;
}

div.point {
	position: absolute;
	bottom: 8px;
	left: 50%;
	z-index: 999;
	width: 140px;
	height: 21px;
	margin: 0 0 0px 34%;
}

div.point a {
	float: left;
	width: 21px;
	height: 21px;
	margin: 0;
	padding: 0;
	background: url(../images/btn_main_img.png) 0 0 no-repeat;
	display: block;
	text-indent: -1000px
}

div.point a.on {
	background-position: 0 -21px
}

#btn_prev,
#btn_next {
	z-index: 11111;
	position: absolute;
	display: block;
	width: 73px!important;
	height: 74px!important;
	top: 50%;
	margin-top: -37px;
	display: none;
}

#btn_prev {
	background: url(../images/hover_left.png) no-repeat left top;
	left: 0%;
	display: block;
}
#btn_prev {
	background: url(../images/banner_left.png) no-repeat left top;
	left: 0%;
	display: block;
}

#btn_next {
	background: url(../images/banner_right.png) no-repeat right top;
	right: 0%;
	display: block;
}

.xm_t {
	width: 100%;
	height: 50px;
	background: silver;
	/*	border: 1px solid red;*/
	float: left;
}

.bann_img {
	width: 100%;
	height: 100%;
	/*border: 1px solid yellow;*/
}

.nav_img {
	width: 100%;
	height: 40px;
	background: #357e22;
	/*border: 1px solid green;*/
}

.bannr_img {
	width: 100%;
	height: 550px;
	/*border: 1px solid black;*/
	float: left;
	/*padding-bottom: 100px;*/
}


/*第二组*/

.img_gallery1 {
	height: 100%;
	overflow: hidden;
	position: relative;
	width: 100%;
	margin: 0 auto;
	/*border: 1px solid green;*/
}

.main_img1 {
	height: 100%;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.main_img1 ul {
	width: 9999px;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

.main_img1 li {
	float: left;
	width: 100%;
	height: 100%;
}

.main_img1 li span {
	display: block;
	width: 100%;
	height: 100%;
}

.main_img1 li a {
	display: block;
	width: 100%;
	height: 100%;
}

.img_font1 {
	position: absolute;
	bottom: 0px;
	/* left: 8.5%; */
	color: #fff;
	width: 100%;
	padding: 4px;
	/*border: 1px solid red;*/
	background: black;
	opacity: 0.6;
}

.img_font1 span {
	display: none;
	margin-left: 17%;
}

div.point1 {
	position: absolute;
	bottom: 3px;
	left: 50%;
	z-index: 999;
	width: 140px;
	height: 21px;
	margin: 0 0 0px 24%;
}

div.point1 a {
	float: left;
	width: 21px;
	height: 21px;
	margin: 0;
	padding: 0;
	background: url('../images/btn_main_img.png') 0 0 no-repeat;
	display: block;
	text-indent: -1000px
}

div.point1 a.on {
	background-position: 0 -21px
}

#btn_prev1,
#btn_next1 {
	z-index: 11111;
	position: absolute;
	display: block;
	width: 73px!important;
	height: 74px!important;
	top: 50%;
	margin-top: -37px;
	display: none;
}

#btn_prev1 {
	background: url(../images/hover_left.png) no-repeat left top;
	left: 3%;
}

#btn_next1 {
	background: url(../images/hover_righ.png) no-repeat right top;
	right: 3%;
}

.xm_t {
	width: 100%;
	height: 50px;
	background: silver;
	/*	border: 1px solid red;*/
	float: left;
}

.bann_img {
	width: 100%;
	height: 100%;
	/*border: 1px solid yellow;*/
}

.nav_img {
	width: 100%;
	height: 40px;
	background: #357e22;
	/*border: 1px solid green;*/
}

.bannr_img1 {
	width: 100%;
	height: 220px;
	/*border: 1px solid black;*/
	float: left;
}