body{
	background: #f8f8f8;
}
.navbar-box{
	display: none;
}
.hw-special{
	
}
.hw-special .special-nav{
	height: 50px;
	line-height: 50px;
	background: #ffffff;
	text-align: center;
}
.hw-special .special-nav ul li{
	display: inline-block;
	padding:0 40px;
	background: url('../images/dd_bg2.jpg') left center no-repeat;
}
.hw-special .special-nav ul li:first-child{
	background: none;
}
.hw-special .special-nav ul li a{
	font-size: 14px;
}
.hw-special .special-nav ul li.active a{
	color: #b9a37f;
}
.hw-special .special-box{
	margin-top: 40px;
}
.hw-special .special-box ul li{
	width: 620px;
	float: left;
	margin-right: 40px;
	margin-bottom: 40px;
	border-radius: 5px;
	overflow: hidden;
}
.hw-special .special-box ul li:nth-child(2n){
	margin-right: 0px;
}
.hw-special .special-box ul li .pic{
	width: 620px;
	height: 300px;
	position: relative;
	overflow: hidden;
}
.hw-special .special-box ul li .pic a::after{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.hw-special .special-box ul li .pic a:hover::after{
    opacity: 1;
    background: rgba(255, 255, 255,0.3)

}
.hw-special .special-box ul li .pic img{
	display: block;
	width: 620px;
	height: 300px;
}

.hw-special .special-box ul li .txt{
	height: 100px;
	background: #ffffff;
}
.hw-special .special-box ul li .txt .txt-top{
	height: 100px;
	padding: 20px 30px 0 30px;
	border-bottom: 1px solid #e6e6e6;
	position: relative;
}
.hw-special .special-box ul li .txt .txt-top h3{
	width: 440px;
	font-size: 18px;
	font-weight: normal;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.hw-special .special-box ul li .txt .txt-top p{
	font-size: 14px;
	color: #616161;
	margin-top: 10px;
}
.hw-special .special-box ul li .txt .txt-top .date{
	font-size: 14px;
	color: #aaaaaa;
	background: url('../images/date.png') left center no-repeat;
	padding-left:25px;
	position: absolute;
	right: 30px;
	top: 20px;
}
.hw-special .special-box ul li .txt .txt-bottom{
	height:45px;
	line-height: 45px;
	font-size: 14px;
	padding-left: 30px;
}
.hw-special .special-box ul li .txt .txt-bottom .click{
	color: #aaaaaa;
	display: inline-block;
	background: url('../images/click.png') left center no-repeat;
	padding-left: 30px;
}
.hw-special .special-box ul li .txt .txt-bottom .state{
	display: inline-block;
	width: 100px;
	height: 45px;
	text-align: center;
	background: #f4f0ea;
	color: #b9a37f;
}
.hw-special .special-box .more{
	display: block;
    width: 420px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    border: 2px solid #313131;
    margin: 30px auto 60px auto;
   
}
.strategy-banner{
    width: 1280px;
    height: 310px;
    position: relative;
    overflow: hidden;
}
.strategy-banner .slides {
    position: relative;
    z-index: 1;
}
.strategy-banner ul li{
	width: 1280px;
	overflow: hidden;
}

.strategy-banner .slides li {
	width: 1280px;
   height: 310px;
}
.strategy-banner .slides li a{
    display: block;
    height: 310px;
}
.strategy-banner .slides li img{
    display: block;
    width: 1280px;
    height: 310px;
}
.strategy-banner .flex-control-nav {
    position: absolute;
    left: 0;
    right: 0px;
    margin: 0 auto;
    bottom: 15px;
    z-index: 2;
    text-align:center;
}
.strategy-banner .flex-control-nav li {
    display: inline-block;
    margin: 0 5px;
    *display: inline;
    zoom: 1;
}
.strategy-banner .flex-control-nav a {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url('../images/control.png') no-repeat;
    overflow: hidden;
    cursor: pointer;
    transition: all .36s ease;
    position: relative;
}
.strategy-banner .flex-control-nav .flex-active{
    background: url('../images/controlon.png') no-repeat;
}
.strategy-banner .flex-direction-nav{
    position: absolute;
    z-index: 2;
    top:124px;
    left: 0px;
    width: 100%;
    transition: all .36s ease;
    opacity: 0;
}
.strategy-banner:hover .flex-direction-nav{
    opacity: 1;
}
.strategy-banner .flex-direction-nav a{
    display: block;
    width: 53px;
    height:67px;
    background: url('../images/jt2.png') center no-repeat;
    background-color: #8e9397;
    position: absolute;
    border-top-right-radius: 5px;
    border-bottom-right-radius:5px;
    overflow: hidden; 
}
.strategy-banner .flex-direction-nav a:hover{
    background: url('../images/jt2.png') center no-repeat;
    background-color: #545759;
}
.strategy-banner .flex-direction-nav .flex-prev{
    left: 0px; 
}
.strategy-banner .flex-direction-nav .flex-next{
    transform: rotate(180deg);
    right: 0px;
}