@charset "utf-8";
/* CSS Document */

/*以下新闻焦点图*/
.banner-bews {
    float: left;
    width: 582px;
    height: 400px;
    overflow: hidden;
    position: relative;
    border: 1px solid #ddd;
	margin-right:22px;
}


.banner-bews .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.banner-bews .banner-bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.banner-bews .banner-bd li {
    zoom: 1;
    vertical-align: middle;
    position: relative;
}

.banner-bews .banner-bd img {
    width: 582px;
    height: 400px;
    display: block;

}
.banner-bews .banner-bd .slider-title {
    /*margin-left: 15px;*/
    width: 476px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
	height:40px;
}
.banner-bews .banner-bd span{
    position: absolute;
    bottom: 0px;
    left: 0;
    /*margin-left: 15px;*/
    width: 476px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    /*background-color: #f3f3f3;*/
    color: #ffffff;
	background:url(/images/icon819_7.png) bottom repeat-x;
    zoom: 1;
    padding: 100px 85px 0px 21px;
	font-size:15px;
}

.banner-bews .prev{
    background: url("/images/icon819_news_2.png");
    position: absolute;
    bottom: 16px;
    right: 60px;
    filter: alpha(opacity=50);
    opacity: 1;
    z-index: 2;
    display: block;
    width: 28px;
    height: 28px;
}
.banner-bews .next {
    background: url("/images/icon819_news_1.png");
    position: absolute;
    bottom: 16px;
    right: 20px;
    filter: alpha(opacity=50);
    opacity: 1;
    z-index: 2;
    display: block;
    width: 28px;
    height: 28px;
}
.banner-bews .prev:hover{background: url("/images/icon819_news_2-1.png");}
.banner-bews .next:hover{background: url("/images/icon819_news_1-1.png");}


/*以上新闻焦点图*/


@media screen and (min-width: 2401px){
	/*以下新闻焦点图*/
.banner-bews {
    float: left;
    width: 1164px;
    height: 800px;
    overflow: hidden;
    position: relative;
    border: 2px solid #ddd;
	margin-right:44px;
}


.banner-bews .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.banner-bews .banner-bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.banner-bews .banner-bd li {
    zoom: 1;
    vertical-align: middle;
    position: relative;
}

.banner-bews .banner-bd img {
    width: 1164px;
    height: 800px;
    display: block;

}
.banner-bews .banner-bd .slider-title {
    /*margin-left: 15px;*/
    width: 952px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
	height:80px;
}
.banner-bews .banner-bd span{
    position: absolute;
    bottom: 0px;
    left: 0;
    /*margin-left: 15px;*/
    width: 952px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    /*background-color: #f3f3f3;*/
    color: #ffffff;
	background:url(/images/icon819_7.png) bottom repeat-x;
    zoom: 1;
    padding: 200px 170px 0px 42px;
	font-size:30px;
}

.banner-bews .prev{
    background: url("/images/icon8192_news_2.png");
    position: absolute;
    bottom: 32px;
    right: 120px;
    filter: alpha(opacity=50);
    opacity: 1;
    z-index: 2;
    display: block;
    width: 56px;
    height: 56px;
}
.banner-bews .next {
    background: url("/images/icon8192_news_1.png");
    position: absolute;
    bottom: 32px;
    right: 40px;
    filter: alpha(opacity=50);
    opacity: 1;
    z-index: 2;
    display: block;
    width: 56px;
    height: 56px;
}
.banner-bews .prev:hover{background: url("/images/icon8192_news_2-1.png");}
.banner-bews .next:hover{background: url("/images/icon8192_news_1-1.png");}


/*以上新闻焦点图*/

	
	}