.navbar-box{
	display: none;
}
.hw-case{
	background: #fefefe;
	padding-top: 20px;
}
.case-banner{
    width: 100%;
    height: 310px;
    position: relative;
    overflow: hidden;
}
.case-banner .slides {
    position: relative;
    z-index: 1;
}
.case-banner .slides li {
   height: 310px;
}
.case-banner .slides li a{
    display: block;
    height: 310px;
}
.case-banner .slides li img{
    display: block;
    width: 100%;
    height: 310px;
}
.case-banner .flex-control-nav {
    position: absolute;
    left: 0;
    right: 0px;
    margin: 0 auto;
    bottom: 15px;
    z-index: 2;
    text-align:center;
}
.case-banner .flex-control-nav li {
    display: inline-block;
    margin: 0 5px;
    *display: inline;
    zoom: 1;
}
.case-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;
}
.case-banner .flex-control-nav .flex-active{
    background: url('../images/controlon.png') no-repeat;
}
.case-banner .flex-direction-nav{
    position: absolute;
    z-index: 2;
    top:124px;
    left: 0px;
    width: 100%;
    transition: all .36s ease;
    opacity: 0;
}
.case-banner:hover .flex-direction-nav{
    opacity: 1;
}
.case-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; 
}
.case-banner .flex-direction-nav a:hover{
    background: url('../images/jt2.png') center no-repeat;
    background-color: #545759;
}
.case-banner .flex-direction-nav .flex-prev{
    left: 0px; 
}
.case-banner .flex-direction-nav .flex-next{
    transform: rotate(180deg);
    right: 0px;
}

.case-story{

}
.case-story .title{
	height: 165px;
	line-height: 165px;
	text-align: center;
	overflow: hidden
}
.case-story .title h3{
	font-size: 24px;
	color: #313131;
}
.case-story .case-story-box{
	padding-bottom: 60px;
    background: url('../images/block_bg.png') left bottom no-repeat;
}
.case-story .case-story-box ul{
    height: 712px;
    overflow: hidden;
}
.case-story .case-story-box ul li{
    width: 246px;
    float: left;
    margin-right: 12.5px;
    margin-bottom:20px;
    overflow: hidden;
}
.case-story .case-story-box ul li:nth-child(5n){
    margin-right: 0px;
}
.case-story .case-story-box ul li .pic{
    width: 246px;
    height: 246px;
    position: relative;
    overflow: hidden;
}
.case-story .case-story-box ul li .pic img{
    display: block;
    width: 246px;
    height: 246px;
    transition: all 0.8s ease-in-out;
}
.case-story .case-story-box ul li .pic p{
    position: absolute;
    left: 0px;
    bottom: -70px;
    width: 100%;
    height: 70px;
    padding: 11px 30px;
    line-height: 26px;
    font-size: 14px;
    color: #ffffff;
    background: rgba(49,49,49,0.8);
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.case-story .case-story-box ul li .pic:hover p{
    bottom: 0px;
}
.case-story .case-story-box ul li .pic:hover img{
     transform: scale(1.08);
}
.case-story .case-story-box ul li .txt{
    text-align: center;
    color: #313131;
    height: 90px;
    padding-top: 20px;
    overflow: hidden
}
.case-story .case-story-box ul li .txt h3{
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    font-weight: normal;
    overflow:hidden;
}
.case-story .case-story-box ul li .txt p{
    font-size: 14px;
    color: #919191;
    margin-top: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.case-story .case-story-box ul li.top .txt1{
	width: 246px;
	height: 246px;
	text-align: center;
	padding-top: 100px;
	background: -webkit-linear-gradient(left top,#1ed16a,#06c68e); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(bottom right,#1ed16a,#06c68e); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(bottom right,#1ed16a,#06c68e); /* Firefox 3.6 - 15 */
  background: linear-gradient(to bottom right,#1ed16a,#06c68e); /* 标准的语法 */
}
.case-story .case-story-box ul li.top .txt1 p{
	font-size: 32px;
	color: #ffffff;
}
.case-story .case-story-box ul li.top .txt2{
	height: 90px;
	line-height: 90px;
	text-align: center;
	overflow: hidden;
}
.case-story .case-story-box ul li.top .txt2 p{
	font-size: 18px; 
	color: #06c68e;
}
.case-story .case-story-box .more{
	width: 420px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 20px auto 0 auto;
}
.case-story .case-story-box .more a{
	display: block;
    font-size: 16px;
    border: 2px solid #313131;
    color: #313131;
}
.case-story .case-story-box .more a:hover{
    background: #313131;
    color: #ffffff;
}
.case-case{
	margin-top: 50px;
}
.case-case .title{
	height: 250px;
	overflow: hidden;
}
.case-case .title .txt1{
	width: 245px;
	height: 250px;
	float: left;
	text-align: center;
	padding-top: 100px;
	background: -webkit-linear-gradient(left top,#a7b0b4,#8a9499); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(bottom right,#a7b0b4,#8a9499); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(bottom right,#a7b0b4,#8a9499); /* Firefox 3.6 - 15 */
  background: linear-gradient(to bottom right,#a7b0b4,#8a9499); /* 标准的语法 */
}
.case-case .title .txt1 p{
	font-size: 32px;
	color: #ffffff;
}
.case-case .title .txt2{
	width: 1022px;
	height: 250px;
	padding-top: 80px;
	background: #e6e6e6;
	float: right;
	color: #313131;
	text-align: center;
}
.case-case .title .txt2 h3{
	font-size: 32px;
	font-weight: normal;
}
.case-case .title .txt2 p{
	font-size: 16px;
	color: #616161;
	margin-top: 30px;
}
.case-case .title .txt2 p span{
	color: #313131;
	font-weight: bold;
	margin: 0 5px;
}

.case-case .case-case-box{
	padding-top: 40px;
    padding-bottom: 60px;
}
.case-case .case-case-box ul li{
    width: 300px;
    float: left;
    margin-right: 26.6666667px;
    margin-bottom: 40px;
}
.case-case .case-case-box ul li:nth-child(4n){
    margin-right: 0px;
}
.case-case .case-case-box ul li .pic{
    width: 300px;
    height: 180px;
    border: 1px solid #eee;
    box-shadow: 0 1px 3px rgba(0,0,0,.02), 0 4px 8px rgba(0,0,0,.02);
    border-radius: 8px;
    transition: all 0.3s ease;
}
.case-case .case-case-box ul li .pic img{
    display: block;
    width: 100%;
	border-radius: 5px;
    height: 100%;
}
.case-case .case-case-box ul li .pic:hover{
     transform: scale(1.08);
     border: none;
    box-shadow: 0 0 5px 3px rgba(0,0,0,0.09);
}
.case-case .case-case-box ul li .txt{
    height: 60px;
    padding: 10px 30px 0 30px;
    text-align: center;
    overflow: hidden;
}
.case-case .case-case-box ul li .txt .img{
    height: 54px;
    width: 200px;
}
.case-case .case-case-box ul li .txt .img img{
    display: block;
    width: 200px;
    height: 54px;
    margin: 0 auto;
}
.case-case .case-case-box ul li .txt p{
    font-size: 14px;
    color: #616161;
    line-height: 24px;
    margin-top: 12px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.case-case .case-case-box .more{
    width: 420px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 20px auto 0 auto;
}
.case-case .case-case-box .more a{
    display: block;
    font-size: 16px;
    color: #313131;
    border: 2px solid #313131;
}
.case-case .case-case-box .more a:hover{
    background: #313131;
    color: #ffffff;
}