@charset "utf-8";

.index_focus {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;

}
.bd{
	position: relative;

}
.index_focus .bd ul{
    width: 100% !important;
	height:100vh !important;
	min-height: 600px;	
}
.index_focus .bd li {  
    display: none;
    position: absolute;
    left: 0;
    top: 0;
	width: 100% !important;
	overflow-anchor: none;
}
.bd ul li a img{
    width: 100%;
	object-fit: cover;
	height:100vh;  /* Banner高度 */
	image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
	min-height:600px;	
	}
@media (max-width: 980px) {
.index_focus .bd ul{
	height:50vh !important;
	min-height: 300px;
}
.bd ul li a img{
	height:50vh;  
	min-height:300px;
	}
}		
.index_focus_post {
    z-index: 10;
}

.index_focus .slide_nav {
    position: absolute;
    left:0px;
    bottom:50px;
    width:100%;
    text-align:center;
}
.index_focus .slide_nav a {
	display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:middle;
	cursor:pointer;
	border:#ffffff solid 0px;
	width:45px;
	height:4px;
	border-radius:2px;
	margin-left:15px;
	text-decoration: none;
	background:#fff;
	filter:alpha(opacity=35);
	opacity:0.35;	
}
.index_focus .slide_nav a:first-child{margin-left:0px;}
.index_focus .slide_nav li:hover,.index_focus .slide_nav .on{
	filter:alpha(opacity=100);
	opacity:1;
	background:#fff;
	width:45px;
	height:4px;
	border-radius:2px;
}

.index_focus_pre,.index_focus_next {
    display: none;
    position: absolute;
    top: 50%;
    margin-top: -36px;
    width: 72px;
    height: 72px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    z-index: 10;
    background: url(images/ico_sliding.png) no-repeat;
	display:none;
}
.index_focus_pre {
    left: 30px;
    background-position: 0 0;
}
.index_focus_pre:hover {
    background-position: 0 -144px;
}
.index_focus_next {
    right: 30px;
    background-position: 0 -72px;
}
.index_focus_next:hover {
    background-position: 0 -216px;
}

.index_focus_bg{background:rgba(0,0,0,0.2); width:100%; height:100%; position:absolute;display: flex;
    justify-content: center;
    align-items: center;padding-top: 80px;}

.index_focus_txt{ background:rgb(0 153 68 / 0%); width:65%; display:block;margin-left:0px;border-radius: 0px;text-align: left;}

.index_focus_txt h1{ color:#fff; font-size:70px; display:block;text-transform: uppercase; margin-bottom:14px;-moz-text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2); -webkit-text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2); font-weight:900;line-height: 68px;font-family: Roboto Condensed;}

.index_focus_txt h2{ color:#fff; font-size:25px; display:block;text-transform:capitalize;margin-bottom:30px;-moz-text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2); -webkit-text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);font-weight:400; line-height:38px;}

.index_focus_txt h3{display:block; background:#fff; color:rgb(0 0 0/100%); width:160px; line-height:40px; font-size:16px; padding-bottom:3px; border-radius:7px;text-transform:capitalize; text-align:center; border:solid rgb(255 255 255/80%) 1px; font-weight:400;letter-spacing:0px; font-weight:400 !important;}
.index_focus_txt h3:hover{background:#192e7a;border:solid #192e7a 1px; color:#fff;}
