.banner{
	background-image: url(../img/jion-banner.png);
	background-size: 100% 100%;
	height: 600px;
	width: 100%;
}
.banner .container,.banner .container-copy{
	width: 79%;
	height: 100px;
	margin: 0 auto;
	background: rgba(255,255,255,0.6);
	text-align: center;
}
.banner .container h3{
	color: #595959;
    font-weight: bold;
    border-bottom: 1px solid #595959;
    width: 370px;
    margin: 0 auto;
    padding-top: 20px;
    margin-bottom: 10px;
}
.banner .container p{
	color: #595959;
}
.banner .container-copy{
	height: 120px;
	margin-top: 6px;
}
.banner .container-copy .text{
	padding-top: 20px;
	color: #595959;
}
.development-history .row{
	padding-bottom: 0;
}
.development-history p{
	text-align: center;
}
.row-content{
	width: 100%;
	margin-top: 20px;
	overflow: hidden;
}
.row-content .col-md-2{
	background: #FFFFFF;
    min-height: 310px;
    border-radius: 4px;
    text-align: center;
    width: 18%;
    float: left;
    margin: 0 10px 0 14px;
}

.row-content .container h5{
	color: #595959;
	font-weight: bold;
	margin-top: 40px;
}
.row-content .container p{
	width: 98%;
    text-align: justify;
    color: #595959;
    line-height: 21px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 126px;
    margin-top: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
.row-content .container .bnt{
	width: 140px;
	height: 30px;
	text-align: center;
	margin: 0px auto;
	margin-top: 20px;
	background-color: #2ea7c2;
	border-radius: 20px;
	color: #fff;
    line-height: 30px;
    box-shadow: 0 0 6px #2ca8c2;
    display: none;
}
.row-content .container .bnt button{
	width: 140px;
	height: 30px;
	background: none;
	border: none;
	outline: 0;
	color: #fff;
}

.row-content .col-md-2:hover .bnt{
	display: block;
	border: 1px solid #2EA7C2;
	box-shadow:0px 4px 10px #bae2ea;
}
.row-content .col-md-2:hover{
	cursor: pointer;
	min-height: 290px;
	border: 1px solid #2EA7C2;
}
.panel-group{
	width: 78%;
	margin: 20px auto;
}
.panel-default > .panel-heading {
    background-color: #595959;
}
.panel-group h4{
	color: #FFFFFF;
    font-size: 13px;
    text-align: left;
}
.development-history .search{
	width: 13%;
	float: right;
	margin-top: -60px;
}
.panel {
    background-color: #f0f1f5;
 }
 .panel-heading .title{
 	overflow: hidden;
 }
.panel-heading .title h4{
	float: left;
}
.panel-heading .title span{
	float: left;
	color: #fff;
    margin-left: 10px;
    font-size: 13px;
    line-height: 13px;
}
.panel-body .tag{
	width: 100px;
	height: 34px;
	background-color: #777779;
	text-align: center;
	color: #fff;
	line-height: 34px;
	float: left;
    margin-right: 10px;
}
.panel-body .row{
	width: 100%;
}
.panel-body .row h4{
	color: #595959;
	font-size: 16px;
	margin: 40px 0 20px 0;
}
.panel-body p{
	text-align: left;
}
@media (min-width:1336px) {
	.row-content .col-md-2 {
		margin: 0 10px 0 10px;
		}
     .row-content .col-md-2 {
		margin: 0 10px 0 10px;
		}
}
@media (min-width:320px){
	.panel {
	    background-color: #f0f1f5;
	}
    .panel-group{
		min-height: 100px;
	}
}
