@charset "utf-8";
/* CSS Document */

/* 英文 */

/*banner开始*/
.Banner_wraq{ width:auto; margin:0px auto; overflow:hidden; position:relative;}
.Banner{  margin:0 auto; z-index:1;height: auto;}
.BannerMoreList{width: 1200px; margin: 0 auto; position: absolute; height: 50px; left:50%;    margin-left: -720px; bottom: 0px;z-index: 1;text-align: right;}
.BannerMoreList a{ background: rgba(255,255,255,0.7);padding:3px 5px; z-index: 999999999;color:#888;}
.iosSliderDemo {
	clear: both;
	width: 100%;
	/* padding: 0 0 30% 0; */
	padding: 0 0 360px;overflow: hidden;
	position: relative;
}
.fluidHeight {
	position: absolute;
	width: 100%;
	height:360px;
}
.sliderContainer {
	height: 100%;
	max-height:360px;
	padding: 0 0;
}
.iosSlider {
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.iosSlider .slider {
	width: 100%;
	height: 100%;
}
.iosSlider .slider .item {
/* PKU	width: 1200px; */
	width: 100%;
   	max-width:1200px;
	height: 100%;
	padding: 0 0 0 0;
	text-align: center;
}
.iosSlider .slider .item .inner {
	position: relative;
	top: 0;
	left: 0;
	width:100%;
	margin: 0 auto;
	height: 0;
	box-shadow: 0 0 10px -5px #000;
	background-position: 50% 0;
	background-repeat: no-repeat;padding-bottom: 30%;
}
.iosSlider .slider .item .inner img {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0 auto;
	/* width:1200px;
	height:360px; */
}
.iosSlider .slider .item .inner .selectorShadow {
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../images-2025/selector-shadow.png) no-repeat 0 0;
	width: 120px;
	height: 30px;
	display: none;
}
.iosSlider .slider .item .inner .text1{
	opacity: 0;
	filter: alpha(opacity=0);
/* PKU	background:#9b0000; */
	background: none repeat scroll 0 0 #000000;
	position: absolute;
/* PKU	left: 150px; */
/* PKU	top: 250px; */
	bottom: 12%;
	padding: 0 12px 0 12px;
	height:50px;
	text-align: left;width:calc(100% - 24px);
}
.iosSlider .slider .item .inner .text1 span {
	color: #fff;
	font-size:24px;
	font-weight: normal;
	line-height:50px;
	margin: 0 8px;
	font-family:"Microsoft Yahei";display: block;white-space: nowrap;text-overflow: ellipsis;max-width: 90%;display: block;overflow: hidden;
}
.iosSlider .slider .item .inner .text1 span i {
	margin: 0 0 0 5px;
}
.iosSlider .slider .item .inner .text2 {
	background: none repeat scroll 0 0 #000000;
	opacity: 0;
	filter: alpha(opacity=0);
	padding: 10px 12px 10px;
	position: absolute;
	left: 100px;
/* PKU	top: 301px; */
	top: 451px;
	text-align: left;
}
.iosSlider .slider .item .inner .text2 span {
	display: block;
	color: #fff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
	line-height:1.5;
	font-weight: 100;
	padding: 0 8px;
	font-family:"Microsoft Yahei"
}
.iosSlider .slider .item .inner .more{
/*	opacity: 0.3;  zb */
	opacity: 0.4;
	background: none repeat scroll 0 0 #fff;
	position: absolute;
	bottom: 6%;
   	right:0;
/*	padding: 0 5px; zb */
	padding: 0 5px 0 2px;
	height:25px;
   	width:55px;
   	z-index:2;
	text-align: center;
}
.iosSlider .slider .item .inner .more a {
	color: #000;
   text-decoration:none;
	font-size:14px;
	line-height:25px;
	font-family:"寰蒋闆呴粦"
}
.sliderContainer .slideSelectors {
	/* PKU	left: 0;
	width: 137px; */
	margin: 0 auto;
	z-index: 1;
	position:absolute;
	width:100%;
	top:0px;
	height:auto;
}
.mask{ width:1200px; margin:0px auto; position:relative; z-index:3;}
.slideSelectors_pn .prev {
	position:absolute;
	left:46%;
	top:150px;
	margin-left:-500px;
	width:48px;
	height: 48px;
	background:url(../images-2025/arr_lf.png) no-repeat 50% 0;
	
}
.slideSelectors_pn .next {
	position:absolute;
	left:53%;
	top:150px;
	width: 48px;
	height: 48px;
	margin: 0 0 0 10px;
	background:url(../images-2025/arr_rt.png) no-repeat 50% 0;
	margin-left:470px;
}
.sliderContainer .slideSelectors .item {
	float: left;
	width: 9px;
	height: 9px;
	background: #aaa;
	margin: 1px 1px 1px 11px;
	/* opacity: 0.25; */
	filter: alpha(opacity=25);
	border-radius: 10px;
}
.sliderContainer .slideSelectors .item.first {
	margin-left: 1px;
}
.sliderContainer .slideSelectors .selected {
	width: 11px;
	height: 11px;
	margin: 0 0 0 10px;
	background: #eee;
	opacity: 1;
	filter: alpha(opacity=100);
	box-shadow: none;
}
.sliderContainer .slideSelectors .selected.first {
	margin-left: 0;
}
.sliderContainer .scrollbarContainer {
	position: relative;
	bottom: 4px;
	left: 0;
	height: 4px;
	margin: 0 auto;
	z-index: 1;
}

.slideSelectors .mask-right, .slideSelectors .mask-left {
    background: #fff none repeat scroll 0 0;
    opacity: 0.5;
	filter:alpha(opacity=50); 
	-moz-opacity:0.5; 
    overflow: hidden;
    z-index: 4;
	height: 360px;
	position: absolute;
	width:1200px;
	
}
.slideSelectors .mask-left {
	margin-left:-1800px;
    left:50%;
}
.slideSelectors .mask-right {
	margin-left:599px;
    left:50%;
}
/*banner结束*/

.articleList_firstImageSummary_title{overflow: hidden;border-bottom:1px solid #ddd;}
.more{margin-top:6px;}
.more a{color:#888;font-size: 14px;}
.more a:hover{color:#8f000b;}
.title03{overflow: hidden;}
.title03 h2{color:#8f000b; font-size: 18px; font-weight: normal; background:url(../images-2025/a_img_03.png) no-repeat left bottom;padding-bottom: 15px;width: 130px;float: left; }
.firstArticle { overflow: hidden; margin: 18px 0 30px 0; }
.firstArticle_image { width: 216px; float: left; }
.firstArticle_content { margin-left: 236px; }
.firstArticle_title { font-size: 14px; color: #333; display: block; margin: 0 0 11px 0; }
.firstArticle_summary { font-size: 13px; line-height: 24px; }
.articleList_firstImageSummary ul li { height: 32px; line-height: 32px; padding: 0 0 0 31px; background:url(../images-2025/li04.png) no-repeat 4px center; *vertical-align: middle; }
.articleList_firstImageSummary ul li a { font-size: 13px; float: left; }
.articleList_firstImageSummary ul li span { float: right; font-size: 13px; color: #787878; }

@media screen and ( max-width:1240px) {
.iosSliderDemo {padding-bottom: 30%;max-height: 360px;}
.slideSelectors_pn{width: 100%;padding-bottom: 30%;}
.slideSelectors_pn .prev{left: 6px;margin-left: 0;top: 50%;margin-top: -24px;}
.slideSelectors_pn .next{right: 6px;margin-left: 0;left: auto;top: 50%;margin-top: -24px;}
}
@media screen and ( max-width:996px) {
	.iosSlider .slider .item .inner .text1 span{font-size: 18px;}
}

@media screen and ( max-width:767px) {
	.iosSlider .slider .item .inner .text1{display: none;}
	.slideSelectors_pn > div{transform: scale(.7);}
}
