.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;
	overflow: hidden;
}

.summary_area:before{
    position: absolute;
    right: 50%;
    top: 100%;
    z-index: 9;
    content: '';
    width: 100%;
    height: 100%;
    background: #f4f5f6;
    transform: rotate(4.3deg);
    transform-origin: 100% 0;
}

.summary_area:after{
    position: absolute;
    left: 50%;
    top: 100%;
    z-index: 9;
    content: '';
    width: 100%;
    height: 100%;
    background: #f4f5f6;
    transform: rotate(-4.3deg);
    transform-origin: 0 0;
}

.summary_area .summary_title{
    position: relative;
    width: 100%;
    background: url(../png/title-bg1.png) no-repeat center bottom;
    background-size: auto 12px;
    color: #222;
    font-family: 'Microsoft Yahei';
    margin-bottom: 20px;
    text-align: center;
    line-height: 30px;
    padding: 0px 0px 18px;
}

.summary_area .summary_title:before{
    position: absolute;
    left: 0;
    right: 0;
    top: 15px;
    z-index: 1;
    width: 100%;
    height: 1px;
    background: #c2c2c2;
    content: '';
}

.summary_area .summary_title>span{
    position: relative;
    z-index: 3;
    display: inline-block;
    min-width: 150px;
    height: 30px;
    padding: 0px 12px 0px;
    background: #fff;
    margin: 0px auto;
    font-size: 26px;
	font-weight: bold;
	font-family: 'Microsoft Yahei';
}

.summary_area .summary_con{
	margin-top: 5%;
	margin-left: 5%;
	margin-right: 5%;
}

.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;
	padding-bottom: 50px;
}

.solution_area .solution_title{
    position: relative;
    width: 100%;
    background: url(../png/title-bg1.png) no-repeat center bottom;
    background-size: auto 12px;
    color: #222;
    font-family: 'Microsoft Yahei';
    margin-bottom: 20px;
    text-align: center;
    line-height: 30px;
    padding: 0px 0px 18px;
}

.solution_area .solution_title:before{
    position: absolute;
    left: 0;
    right: 0;
    top: 15px;
    z-index: 1;
    width: 100%;
    height: 1px;
    background: #c2c2c2;
    content: '';
}

.solution_area .solution_title>span{
    position: relative;
    z-index: 3;
    display: inline-block;
    min-width: 150px;
    height: 30px;
    padding: 0px 12px 0px;
    background: #f4f5f6;
    margin: 0px auto;
    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;
	width: 100%;
	overflow: hidden;
}

.solution_area .solution_con ul li{
	text-align: center;
}

.solution_area .solution_con ul li .solution_item{
	display: block;
	width: 100%;
	height: 100%;
	padding: 30px 20px;
	background: transparent;
	text-decoration: none;
}

.solution_area .solution_con ul li .solution_item:hover{
	background: #d9e5f2;
}

.solution_area .solution_con ul li .item_img{
	display: block;
	width: 80px;
	height: 80px;
	margin: auto;
	line-height: 80px;
	text-align: center;
}

.solution_area .solution_con ul li .item_title{
	display: block;
	margin-top: 30px;
	color: #000;
	font-size: 20px;
	white-space: nowrap;
}

.solution_area .solution_con ul li .solution_item:hover .item_title{
	color: #00479d;
}

@media (max-width: 767px){
    .container_fluid .page_nav_box{
        display: none;
    }

    .summary_area,.solution_area{
    	padding-top: 15px;
    	margin-top: 15px;
    }

    .summary_area{
        min-height: 200px;
        padding-bottom: 30px;
    }

    .summary_area .summary_title>span,
    .solution_area .solution_title>span{
    	font-size: 18px;
    }

    .summary_area .summary_con p{
    	font-size: 16px;
    }

    .solution_area .solution_con ul li .item_title{
    	font-size: 16px;
    }
}

@media (min-width: 768px){
    .container_fluid .page_nav{
        width: 750px;
    }
}

@media (min-width: 992px){
    .container_fluid .page_nav{
        width: 970px;
    }
}

@media (min-width: 1200px){
    .container_fluid .page_nav{
        width: 1170px;
    }
}

@media (min-width: 1230px){
    .container_fluid .container {
        width: 1200px;
    }

    .container_fluid .page_nav{
        width: 1200px;
    }
}
