/*list_case.css*/
.case-banner {
    background: url(../images/case.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 400px;
}

.breadcrumb-nav{
	max-width: 1200px;
	margin: 10px auto;
    color: #666;
    font-size: 14px;
    padding-left: 10px;
}
.main.case-wrap{
	background-color: #00645a;
	margin: auto;
	text-align: center;
}
.main.case-wrap img{
	max-width: 840px;

}
.case{
	background-color: #262626;
	padding: 
}
.case h2{
	text-align: center;
    padding: 0 20px;
    font-size: 18px;
    letter-spacing: .2em;
    color: #fff;
    font-weight: 600;
}
.case h5{
	color: #888;
	text-align: center;
	padding-top: 10px;
}
.case-nav{
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
}
.case-nav li {
    line-height: 40px;
}
.case-nav li a {
    color: #fff !important;
    padding: 5px 10px;
    margin: 0 5px;
    font-size: 14px;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    border-radius: 0;
    max-width: 450px;
    margin: 20px auto;
}
.search {
    display: block;
    width: 100%;
    height: 30px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 4px 0 0 4px;
    outline: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.search-btn {
    display: inline-block;
    padding: 4px 24px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0 4px 4px 0;
    outline: none;
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.wrap {
    margin: 0 auto;
    height: auto;
    max-width: 1200px;
    padding-bottom: 30px;
}
.case-item {
    -webkit-flex-basis: 380px;
    -ms-flex-preferred-size: 380px;
    flex-basis: 380px;
    height: 254px;
    cursor: pointer;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    margin: 10px 0 40px;
}
.case-item img {
    height: 214px;
	width: 100%;
    opacity: 0.8;
}
.case-item .case-title {
	margin-top: 0;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    background-color: #000;
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 0;
    font-weight: inherit;
    letter-spacing: inherit;
    overflow: hidden;
}
.page {
    color: #fff;
    text-align: center;
    padding: 20px 0;
}
.page li {
    display: inline-block;
}
.page a {
        color: #fff !important;
    margin: 5px;
    font-size: 14px;
    border: 1px solid #e5e5e5;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    font-weight: 600;
    border-radius: 2px;
}
.page .active{
    color: #000 !important;
    background-color: #fff;
}
.wrap button, .news button, .service button {
    padding: 10px 50px;
    font-weight: 500;
    line-height: 16px;
    border-radius: 30px;
    outline: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
    letter-spacing: .5px;
    background: #2f4052;
    color: #fff;
    box-shadow: 0 2px 8px -1px rgba(39, 94, 254, 0.32);
    display: block;
    margin: 0 auto;
    transition: all ease .5s;
}
.btn.goback {
    display: block;
    margin: 0 auto;
    width: 170px;
}

@media (max-width: 500px){
	.search{
		max-width: 
	}
}