@charset "utf-8";
@media only screen and (max-width:1199px){
    .navbar-right {
        float: none!important;
        margin-top: 0px;
    }

    .navbar-left {
        width: 100%;
    }

    .navBar-middle.clearfix {
        height: auto;
    }

    .navBar-middle .navbar-left {
        line-height: 36px;
        height: 36px;
        margin: 15px 0px 0px 0px;
        border-top: 1px solid transparent;
    }

    .navBar-middle .navbar-left span, .navBar-middle .navbar-left a {
        line-height: 36px;
        height: 36px;
    }

    .navBar-middle .cateListBox {
        margin-top: 10px;
        margin-bottom: 18px;
    }
    .case li{
    	padding: 0px!important;
    }
}
.case li {
    padding-right: 24px;
    margin-bottom: 30px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.case li .row {
    margin: 0px;
    transition: all .3s ease-in-out 0s;
}

.case li .img {
    background: #ddd;
    transition:all .5s;
    display: block;
}
.case li:hover .img img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
}

.case li .p {
    border: 1px solid #efefef;
    display: block;
    width: 100%;
    padding: 0 19px;
    height: 108px;
    border-top: none;
}
.case li .p p {
	border-bottom: 1px solid #d6d6d6;
	height: 58px;
	line-height: 58px;
	margin-bottom: 10px;
	font-size: 18px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.case li .p span {
	color: #666;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.case li .p i {
	width: 32px;
	height: 12px;
	background-position: -73px -43px;
}
.case li .p .fl {
	font-size: 12px;
	font-family: arial;
}
.case li:hover a span {
	color: #1f6eb1;
}
.case li:hover a p {
	color: #1f6eb1;
}
.case li:hover .row {
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

.case li:hover .p {
    border: 0 none;
}