.case-divider {
  margin-bottom: 0; 
} 

.case_pg1 {
		background: #fff;
		padding-top: 20px;
		padding-bottom: 20px;
}
.case_pg2, .case_pg3{
		background: #fff;
		padding-bottom: 20px;
	}
.case_pg4 {
		background: #fff;
		padding-top: 20px;
		padding-bottom: 20px;
}
.case_pg5 {
		background: #fff;
		padding-bottom: 20px;
	    border-bottom: 1px solid #eee;
}
.case_pg6 {
		background: #fff;
		padding-bottom: 40px;
}
.logobox_title1{
	color: #2871d5;
    font-size: 2.4em;
    text-align: center;
}
.logobox_title2{
    text-align: center;
    color: #bbb;
    font-size: 1em;
}
.c_banner{
	width: 100%;
	overflow: hidden;
	background-image:url(../images/case/banner_case.png);
	background-size: cover;
	background-position: 35% 50%;
	background-repeat: no-repeat;
	background-color:#ffffff;
	position:relative;
}

.caselogo {
	 margin-top: 30px;
	 max-height: 175px;
	 display: block;
	 margin: 30px auto 20px;
}
.imgcontent {
	width: 100%;
	/*margin: 10px auto;*/
	text-align: left;
	font-size: 14px;
	line-height: 18px;
	color: #7a7a7a;
	
}
.case_contentbox {
    width: 100%;
	padding-bottom: 20px;
	}
.case_contentbox_t1 {
    color: #444;
    width: 100%;
    font-size: 18px;
	margin: 30px 0 10px 0;
	padding-left: 28px;
	position: relative;
}
.case_contentbox_t1:after {
    content: '';
    position: absolute;
	bottom: 3px;
    left: 15px;
    width: 16px;
    height: 16px;
    background-image:url(../images/case/list1.png);
    margin-left: -14px;
}
.case_contentbox_t1_2 {
    color: #444;
    width: 100%;
    font-size: 18px;
	margin: 30px 0 10px 0;
	padding-left: 28px;
	position: relative;
}
.case_contentbox_t1_2:after {
    content: '';
    position: absolute;
	bottom: 3px;
    left: 15px;
    width: 16px;
    height: 16px;
    background-image:url(../images/case/list2.png);
    margin-left: -14px;
}
.case_contentbox_t2 {
    color: #7a7a7a;
    width: 100%;
    font-size: 14px;
    line-height: 1.6em;
    margin-bottom: 18px;
}
.case_contentbox_t2 ul{
	padding: 0;
	margin: 0;
}
.case_contentbox_t2 ul li{
	list-style: none;
	width: 100%;
	overflow: hidden;
}
.case_contentbox_t2 ul li h8{
    float: left;
    font-weight: bold;
    color: #666666;
}
.morecaselogo {
	border: 1px solid #eee;
	border-radius: 4%;
	max-height: 52px;
    display: block;
    margin: 0 auto 20px;
}

.caselist_title{
	width: 100%;
	height: 40px;
	font-size: 18px;
	color:#444;
}
.caselist_title2{
	width: 100%;
	height: 40px;
	font-size: 18px;
	color:#666;
	margin-top: 30px;
}
.caselist_content{
	width: 100%;
	min-height: 1px;
	font-size: 1em;
	color:#7a7a7a;
}

.btn-caselist {
    font-size: .8em;
    border: 1px solid #999;
    color: #666;
    border-radius: 4px;
    margin-top: 0px;
    display: inline-block;
    width: 140px;
    height: 38px;
    line-height: 37px;
    text-align: center;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}
.btn-caselist:hover{
   	color: #ffffff;
	background-color: #999;
	text-decoration: none;
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

.title_cterbox {
    width: 100%;
    min-height: 1px;
    padding-top: 24px !important;
    margin-bottom: 20px !important;
}


.a7{
	color:#7a7a7a !important;
}
.a7:hover{
    color: #2871d5 !important;
    text-decoration: none;
}

@media (min-width: 320px) and (max-width:460px) {
	.c_banner{
		width: 100%;
		overflow: hidden;
		background-image:url(../images/case/banner_case.png);
		background-size: cover;
		background-position: 35% 50%;
		background-repeat: no-repeat;
		background-color:#ffffff;
		position:relative;
	}
	.title_case{
		border-bottom: 1px solid #eee;
	}
	.title_cterbox {
	    width: 100%;
	    min-height: 1px;
	    padding-top: 20px !important;
	    margin-bottom: 20px !important;
	}
	.caselogo {
	    margin-top: 30px;
	    max-height: 100px;
	    display: block;
	    margin-left: 10px;
	    /*margin: 30px auto 20px;*/
	}
	.case_pg2, .case_pg3, .case_pg4 {
	    background: #fff;
	    padding-bottom: 0px !important; 
	}
	.case_pg1 {
	    background: #fff;
	    padding-top: 20px;
	    padding-bottom: 0px !important;
	}

}






















