.main_container_fluid{
	background: #f4f5f6;
}

.summary_area{
	position: relative;
	width: 100%;
	min-height: 336px;
	padding-top: 48px;
	padding-bottom: 72px;
	margin-top: 48px;
	background: #fff url(../png/c-bg.png) no-repeat right bottom;
	background-size: auto;
}

.summary_area:before{
	position: absolute;
    right: 50%;
    bottom: 0;
    z-index: 100;
    content: '';
    width: 0; 
    height: 0; 
    border-bottom: 25px solid #f4f5f6;
	border-right: 600px solid transparent;
}

.summary_area:after{
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 100;
    content: '';
    width: 0;
    height: 0;
    border-bottom: 25px solid #f4f5f6;
	border-left: 600px solid transparent; 
}

.summary_area .summary_title{
	width: 100%;
	height: 72px;
	background: url(../png/title-bg.png) no-repeat center center;
	background-size: 100% 100%;
	color: #222222;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	font-family: 'Microsoft Yahei';
}

.summary_area .summary_con{
	margin-top: 50px;
	margin-left: 85px;
	margin-right: 85px;
}

.summary_area .summary_con p{
	line-height: 36px;
	color: #222222;
	text-align: left;
	font-size: 18px;
	font-family: 'Microsoft Yahei';
}

.solution_area{
	width: 100%;
	padding-top: 65px;
	margin-top: 12px;
}

.solution_area .solution_title{
	width: 100%;
	height: 72px;
	background: url(../png/title-bg.png) no-repeat center center;
	background-size: 100% 100%;
	color: #222222;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	font-family: 'Microsoft Yahei';
}

.solution_area .solution_title a{
	color: #222222;
	text-decoration: none;
}

.solution_area .solution_con{
	position: relative;
	/*overflow: hidden;*/
	width: 100%;
	height: 531px;
	margin-top: 30px;
}

.solution_area .solution_con .swiper_prev{
	position: absolute;
	left: -66px;
	top: 268px;
	width: 19px;
	height: 30px;
	background: url(../png/arrow_left1.png) no-repeat center center;
	background-size: 100% 100%;
	cursor: pointer;
}

.solution_area .solution_con .swiper_next{
	position: absolute;
	right: -66px;
	top: 268px;
	width: 19px;
	height: 30px;
	background: url(../png/arrow_right1.png) no-repeat center center;
	background-size: 100% 100%;
	cursor: pointer;
}

.solution_area .solution_con .swiper-button-disabled{
	opacity: 0.3;
}

.solution_area .solution_con .swiper-container{
	width: calc(100% + 24px);
	height: 100%;
	margin-left: -12px;
	margin-right: -12px;
	overflow: hidden;
}

.solution_area .solution_con .item{
	display: block;
	width: calc(100% - 24px);
	height: 491px;
	overflow: hidden;
	background-color: #fff;
	text-decoration: none;
    margin: 20px 12px;
    border-radius: 6px;
}

.solution_area .solution_con .item:hover{
	box-shadow: 0px 1px 5px #ccc;
}

.solution_area .solution_con .item .solution_img{
	width: 100%;
	height: 215px;
	overflow: hidden;
}

.solution_area .solution_con .item .solution_img img{
	width: 100%;
	height: 100%;
	transition: transform 6s cubic-bezier(.23,1,.32,1);
    transform: scale(1);
}

.solution_area .solution_con .item:hover .solution_img img{
	transition: transform 6s cubic-bezier(.23,1,.32,1);
    transform: scale(1.1);
}

.solution_area .solution_con .item .sulution_item_con{
	height: 276px;
	padding: 15px 45px;
}

.solution_area .solution_con .item .solution_item_title{
	display: block;
	width: 100%;
	height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 50px;
	color: #222222;
	font-size: 20px;
	font-family: 'Microsoft Yahei';
}

.solution_area .solution_con .item .sulution_item_con p{
	display: -webkit-box; 
	height: 150px;
	overflow: hidden;
	margin: 0;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	line-height: 25px;
	color: #898989;
	font-size: 16px;
	font-family: 'Microsoft Yahei';
}

.solution_area .solution_con .item .sulution_item_con .learn_more{
	display: inline-block;
	padding-left: 30px;
	line-height: 14px;
	background: url(../png/arrow_right2.png) no-repeat left center;
	background-size: auto;
	margin-top: 20px;
	color: #252525;
	font-size: 14px;
}

.case_area{
	width: 100%;
	padding-top: 40px;
	margin-top: 12px;
}

.case_area .case_title{
	width: 100%;
	height: 72px;
	background: url(../png/title-bg.png) no-repeat center center;
	background-size: 100% 100%;
	color: #222222;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	font-family: 'Microsoft Yahei';
}

.case_area .case_con{
	width: 100%;
}

.case_area .case_con{
	width: 100%;
	margin-top: 35px;
}

.case_area .case_con ul{
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

.case_area .case_con ul li{
	float: left;
	width: 50%;
	line-height: 36px;
	border-right: 1px solid #dddddd;
	text-align: left;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #222222;
    font-size: 18px;
}

.case_area .case_con ul li:nth-child(2n+1){
	padding-right: 130px;
}

.case_area .case_con ul li:nth-child(2n){
	padding-left: 130px;
	border-right: none;
}

.case_area .case_con ul li a{
	color: #222222;
	font-size: 18px;
	text-decoration: none;
}

.case_area .case_con ul li span{
	cursor: pointer;
}

.case_area .case_con ul li:hover,
.case_area .case_con ul li a:hover{
	color: #00479d;
}

.info_area{
	width: 100%;
	padding-top: 65px;
	margin-top: 12px;
}

.info_area .info_title{
	width: 100%;
	height: 72px;
	background: url(../png/title-bg.png) no-repeat center center;
	background-size: 100% 100%;
	color: #222222;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	font-family: 'Microsoft Yahei';
}

.info_area .info_con{
	margin-top: 20px;
	width: 100%;
}

.info_area .info_con ul{
	margin: 0 -73px; 
}

.info_area .info_con ul li{
	float: left;
	width: 527px;
	height: 133px;
	padding: 24px 35px;
	border: 1px solid #dddddd;
	margin: 34px 73px;
	cursor: pointer;
}

.info_area .info_con ul li:hover{
	border-color: #00479d;
	box-shadow: 5px 5px 5px #ddd;
}

.info_area .info_con ul li .img{
	float: left;
	margin-top: 8px;
	width: 60px;
	height: 60px;
}

.info_area .info_con ul li .img img{
	max-width: 100%;
	max-height: 100%;
}

.info_area .info_con ul li .item_info{
	float: left;
	width: 370px;
	margin-left: 24px;
}

.info_area .info_con ul li .item_info .item_info_title{
	white-space: nowrap;
	overflow: hidden;
	line-height: 34px;
}

.info_area .info_con ul li .item_info .item_info_title a{
	color: #222;
	font-size: 20px;
	font-family: 'Microsoft Yahei';
	font-weight: bold;
	text-decoration: none;
}

.info_area .info_con ul li .item_info .item_info_title a:hover{
	color: #00479d;
}

.info_area .info_con ul li .item_info .item_info_con p{
	display: -webkit-box; 
	overflow: hidden;
	margin: 0;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	line-height: 21px;
	color: #666666;
}