﻿.block_home_slider {width:100%; z-index:3;height: 780px;background-color: rgba(0,0,0,0.4);
	position: relative;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	line-height: 0px;
	margin-right: auto;
	margin-left: auto; margin-top:80px; padding-top:0px; background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}  /*底部小图标*/
.block_home_slider:after{  
     content:".";  
     height:0;  
     visibility:hidden;  
     display:block;  
     clear:both;  
} 
.block_home_slider .slide {position:relative; height: 780px;background-color: rgba(0,0,0,0.4);}
.block_home_slider .slides li{width: 100%;
    float: left;
    position: relative;
    opacity: 1;
    display: block;
    z-index: 1;
background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;}
.block_home_slider .caption { display:none;position:absolute; width:100%; left:0px; top:auto; background:none; text-align:center;}
.flex-active-slide .caption{ display:block;}
.block_home_slider .t10{ top:30%;}
.block_home_slider .t15{ top:15%;}
.block_home_slider .b5{bottom:10%;}
.block_home_slider .ml{ text-align:left; left:10%;}
.block_home_slider .mr{ text-align:left; left:auto; right:10%; max-width:360px;}
.block_home_slider .slide .mt{}
.block_home_slider .caption p {width:60%; margin:0px auto; padding-bottom:0px; padding-top:0px; font-size:2.0em; color:#fff; font-weight:200;line-height:1.5em;}
.block_home_slider .caption p.title {padding-bottom:0px;padding-top:0px; font-size:3.6em; line-height:1.2em; color:#fff; font-weight:300;}
.block_home_slider .caption p.dis{ padding-bottom:40px;}
.block_home_slider .caption p sup{ font-size:0.5em;}
.block_home_slider .ml p.titleb{color:#005ABA; padding-bottom:30px;font-size:3.6em;font-weight:300;}
.block_home_slider .ml p.title{ color:#000;}
.block_home_slider .caption .img img{ max-width:60%;}
.block_home_slider a.white{text-decoration:none; background-color:#fff; padding:8px 16px;-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px; color:#333; font-size:1.1em; font-weight:500;}
.block_home_slider a.yw{text-decoration:none; background-color:#ffcc01; padding:8px 16px;-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px; color:#000; font-size:1.3em; font-weight:500;}

.block_home_slider a.white:hover,.block_home_slider a.yw:hover{ background-color:#e40210; color:#fff;}
.block_home_slider .ml p,.block_home_slider .mr p{ margin:0px 0px;}
.block_home_slider .mr .img img{ max-width:100%;}
.block_home_slider .mr p{ width:100%;}
.block_home_slider .mr p.title{color:#000;}
.block_home_slider .caption p.b40{ padding-top:20px; padding-bottom:40px;}
/*
.block_home_slider .flex-direction-nav a {width:19px; height:44px; display:block; position:absolute; top:49%; background-repeat:no-repeat; background-image:url(/images/sprite_arrow_2.png); text-indent:-9000px;}
*/
.block_home_slider .flex-direction-nav a {width:50px; height:50px; display:block; position:absolute; top:49%; background-repeat:no-repeat; background-image:url(/images/s_nav_btn.png); text-indent:-9000px;}
.block_home_slider .flex-direction-nav a.flex-prev {left:0px; background-position:left bottom;}
.block_home_slider .flex-direction-nav a.flex-prev:hover {background-position:left top;}
.block_home_slider .flex-direction-nav a.flex-next {right:0px; background-position:right bottom;}
.block_home_slider .flex-direction-nav a.flex-next:hover {background-position:right top;}

.block_home_slider .flex-control-paging {width:160px;padding:0px 0px; position:absolute;left:50%; margin:0px 0px 0px -80px; bottom:15px; display:inline-block;}
.block_home_slider .flex-control-paging li {
	margin: 0px 8px;
	padding: 0px;
	float: left;
	overflow: hidden;
	list-style-type: none; 
}
.block_home_slider .flex-control-paging li a {width:16px; height:16px; display:block; background-repeat:no-repeat; background-image:url(/images/pagination.png); text-indent:-9000px; cursor:pointer;}
.block_home_slider .flex-control-paging li a.flex-active {background-position:left -16px;}

.block_home_post_feature {width:100px;}
.block_home_post_feature p {padding-bottom:0px;}



.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
	list-style-type: none;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 100%;}
.flex-pauseplay span {text-transform: capitalize;}
@media (max-width:720px)
{.block_home_slider{ padding-top:0px; height:500px;}
.block_home_slider .slide{ height:500px;}
.block_home_slider .caption p{ width:80%; font-size:1.4em;}
.block_home_slider .caption p.title{ font-size:1.65em;}
.block_home_slider .ml{ left:15%;}
.block_home_slider .caption p.dis{ font-size:1.3em; line-height:1.2em; padding-bottom:30px;}
.block_home_slider .flex-direction-nav a{ top:37%;}
.block_home_slider .mr{ width:70%; left:15%; right:inherit; max-width:70%; text-align:center;}
.block_home_slider .mr .img img{ max-width:100%;}
.block_home_slider .mr p{ margin:0px auto;}
.block_home_slider .mr p.title{ color:#fff;}
.block_home_slider .t10{ top:15%;}
}