.solution_header {
    height: 300px;
    margin-top: 64px;
    background-image: url('/statics/images/kyfg/top.jpg');
    position: relative;
    background-position: center center;
}
.solution_header_popup {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: black;
    opacity: .1;
}
.solution_header_main {
    position: relative;
    height: 100%;
}
.solution_header_main .header_content {
    width: 90%;
    text-align: center;
}
.customer_content {
    padding-bottom: 60px;
}
.solution_core {
    padding-bottom: 22px;
    background: #F9F9F9;
}
.header_content h2 {
    font-size: 36px;
    color: white;
    line-height: 42px;
    font-weight: normal;
    margin-bottom: 20px;
}
.header_content p {
    font-size:42px;
    color: white;
}
.customer_dep_title {
    font-size: 28px;
    font-weight: normal;
    color: #373737;
    padding-top: 40px;
    text-align: center;
}
.customer_dep_info {
    font-size: 16px;
    color: #888;
    text-align: center;
}
.customer_dep_figure {
    margin: 30px auto;
    overflow: hidden;
}

.customer_case_box {
    margin-top: 40px;
}
.customer_case_tab {
    text-align: center;
}

.probox{
    width: 48%;
	float: left;
	font-size: 14px;
    height: auto;
    margin-right: 3.5%;
    margin-bottom: 30px;
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
    border-radius: 5px;
	position: relative;
	overflow: hidden;
}
.probox:nth-child(2n) {
    margin-right: 0;
}
.probox .primary{
	float: left;
	width: 37%;
	height: 295px;
	background: linear-gradient(to bottom, #12b7f5,#2a62c5);
	position: relative;
}
.probox .primary img{
	width: 130%;
	position: absolute;
	left: -90px;
	bottom: -20px;
}
.probox .side{
	width: 55%;
	padding: 10px;
	float: right;
}
.probox .side .info{
    font-size: 18px;
    color: #3A3A3A;
	font-weight: bold;
	line-height: 2;
}
.probox .side .infodesc{
	color: #888;
	padding-bottom:9px;
	border-bottom: dashed 1px #ddd;
}
.probox .side .info_2{
	border-bottom: dashed 1px #ddd;
	line-height: 40px;
}
.probox .side .info_2 b{
	display: inline-block;
	width: 35%;
}
.probox .side .btn-box{
	position: absolute;
	bottom:10px;
	right: 10px;
}
.probox .side .btn-box a{
    border: 1px solid #2288FF;
    border-radius: 100px;
    line-height: 28px;
    padding: 0 15px;
    display: inline-block;
    color: #2288FF;
}
.probox .side .btn-box a:hover{
    color: #fff;
	background: #2288FF;
}
.customer_case_content {
    margin-top: 62px;
}
.customer_case_list {
    flex-wrap: wrap;
    justify-content: left;
    display: -webkit-flex;
    display: flex;
}
.customer_case_list .customer_case_item {
    width: 48%;
    height: auto;
    margin-right: 3.5%;
    margin-bottom: 30px;
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
    border-radius: 5px;
    -webkit-transition: border .3s ease;
    -moz-transition: border .3s ease;
    -ms-transition: border .3s ease;
    -o-transition: border .3s ease;
    transition: border .3s ease;
}
.customer_case_list .customer_case_item:hover {
	box-shadow: 0 0 8px #ccc;
}
.customer_case_list .customer_case_item:nth-child(2n) {
    margin-right: 0;
}
.lqkyfg a {
    border: 1px solid #2288FF;
    border-radius: 100px;
    line-height: 28px;
    padding: 0 15px;
    display: inline-block;
    color: #2288FF;
}
.lqkyfg a:hover {
    color: #fff;
	background: #2288FF;
}
.customer_case_item .customer_case_logo {
    position: relative;
}
.customer_case_item .customer_case_logo img {
    width: 100%;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	max-width: 576px;
	max-height: 203px;
}
.customer_case_item .customer_case_details {
    font-size: 14px;
    color: #666;
    padding:15px 30px;
	text-align:justify;
    overflow: hidden;
}
.customer_case_item .customer_case_details p{
    padding: 5px 0;
}
.jioning{
	text-align: center;
	margin: 50px auto;
	font-size: 24px;
	color: #bbb;
}
.hzhbdesc{}
.hzhbdesc b{
	display:block;
    font-size: 18px;
    color: #3A3A3A;
}
@media screen and (max-width: 1200px) {
	.customer_dep_figure {
		width: 96%;
	}
}
@media screen and (max-width: 1000px) {
	.probox .primary {
		display: none;
	}
	.probox .side{
		width:92%;
	}
	.probox .side .btn-box{
		position: inherit;
		margin-top: 10px;
	}
}
