@charset "utf-8";
.navbar-box{
	display: none;
}
.hw-strategy{
	
}
.strategy-top{
    background: #f8f8f8;
    padding: 30px 0px;
}
.strategy-banner{
    width: 1280px;
    height: 310px;
    position: relative;
    overflow: hidden;
}
.strategy-banner .slides {
    position: relative;
    z-index: 1;
}
.strategy-banner .slides li {
   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;
}

.strategy-type{

}
.strategy-type h3{
    font-size: 24px;
    color: #313131;
    text-align: center;
    height: 125px;
    line-height: 125px;
}
.strategy-type .type-box{
    height: 155px;
    background: #ffffff;
    box-shadow:0 0 12px rgba(0, 0, 0, 0.06);	
    border-radius: 5px;
    padding:30px 20px;
    overflow: hidden;
}
.strategy-type .type-box h5{
    width: 65px;
    height:95px;
    padding:10px 25px;
    font-size: 14px;
    font-weight: normal;
    color: #ffffff;
  background: -webkit-linear-gradient(left top,#f96767,#f53d3d); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(bottom right,#f96767,#f53d3d); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(bottom right,#f96767,#f53d3d); /* Firefox 3.6 - 15 */
  background: linear-gradient(to bottom right,#f96767,#f53d3d); /* 标准的语法 */
  border-radius: 5px;
  overflow: hidden;
  float: left;
}
.strategy-type .type-box ul{
    width: 1155px;
    height:95px;
    border-bottom: 1px solid #e6e6e6;
    float: right;
    position: relative;
    overflow: hidden;
}
.strategy-type .type-box ul::after{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #e6e6e6;
    position: absolute;
    left: 0px;
    top:47px;
}

.strategy-type .type-box ul li{
    float: left;
    height: 47px;
}
.strategy-type .type-box ul li a{
    display: inline-block;
    line-height: 37px;
    padding:0px 20px;
    margin: 5px 8px;
}
.strategy-type .type-box ul li:hover a,.strategy-type .type-box ul li.active a{
    
    background: -webkit-linear-gradient(left top,#f96767,#f53d3d); /* Safari 5.1 - 6.0 */
      background: -o-linear-gradient(bottom right,#f96767,#f53d3d); /* Opera 11.1 - 12.0 */
      background: -moz-linear-gradient(bottom right,#f96767,#f53d3d); /* Firefox 3.6 - 15 */
      background: linear-gradient(to bottom right,#f96767,#f53d3d); /* 标准的语法 */
      border-radius: 5px;
      color: #ffffff;
      overflow: hidden;
}
.strategy-bottom{
    background: #fefefe;
}
.strategy-content{

}
.strategy-content .title{
    height: 75px;
    line-height: 75px;
    font-size: 14px;
    overflow: hidden;
}
.strategy-content .title .fl a{
    
    display: inline-block;
    padding: 0 43px;
    background: url('../images/dd_bg2.jpg') left center no-repeat;
}
.strategy-content .title .fl a:first-child{
    padding-left: 0px;
    background: none;
}
.strategy-content .title .fl a.active{
    color: #b9a37f;
}
.strategy-content .strategy-box{

}
.strategy-content .strategy-box ul li{
    width: 280px;
    float: left;
    margin-right: 53.3333px;
    margin-bottom: 30px;
    overflow: hidden;
}
.strategy-content .strategy-box ul li:nth-child(4n){
    margin-right: 0px;
}
.strategy-content .strategy-box ul li .pic{
    width: 280px;
    height: 280px;
    position: relative;
    overflow: hidden;
}
.strategy-content .strategy-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;
}
.strategy-content .strategy-box ul li .pic a:hover::after{
    opacity: 1;
    background: rgba(255, 255, 255,0.3)

}
.strategy-content .strategy-box ul li .pic img{
    display: block;
    width: 280px;
    height: 280px;
}

.strategy-content .strategy-box ul li .txt{
    height: 120px;
}
.strategy-content .strategy-box ul li .txt .txt-top{
    height: 80px;
    padding: 10px 20px 0 20px;
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
    overflow: hidden
}
.strategy-content .strategy-box ul li .txt .txt-top h3{
    font-size: 16px;
    overflow: hidden;/*内容超出后隐藏*/
    text-overflow: ellipsis;/* 超出内容显示为省略号*/
    white-space: nowrap;/*文本不进行换行*/
}
.strategy-content .strategy-box ul li .txt .txt-top p{
    color: #616161;
    font-size: 14px;
    margin-top: 10px;
    line-height: 28px;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1; 
}
.strategy-content .strategy-box ul li .txt .txt-bottom{
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #aaaaaa;
}
.strategy-content .strategy-box ul li .txt .txt-bottom span{
    display: inline-block;
    padding-left: 30px;
}
.strategy-content .strategy-box ul li .txt .txt-bottom .date{
    float: left;
    background: url('../images/date.png') left center no-repeat;
}
.strategy-content .strategy-box ul li .txt .txt-bottom .click{
    float: right;
     background: url('../images/click.png') left center no-repeat;
}
#pages{margin:0 0 60px 0;}