.ny_pages_bg {
    width: 100%;
    background: #eee;
    padding: 50px 0px;
	overflow: hidden;
}
.solution_bg {
    width: 1020px;
}
@media only screen and (max-width:1299px) {
.solution_bg{width: 930px;}
}
/* .solution_bg li:nth-child(1), .solution_bg li:nth-child(2), .solution_bg li:nth-child(3) {
    margin-top: 0px;
} */
.solution_bg li {
    float: left;
    width: 30%;
    margin-left: 31px;
    margin-bottom: 30px;
}
.solution_bg.solution_bg2 ul{
	margin: 0 -10px;
}
.solution_bg.solution_bg2 li {
	width: 33.%;
}
.solution_bg.solution_bg2 li .inner{
	margin: 0 10px;
}
.solution_bg .c_t {
    width: 100%;
    overflow: hidden;
/* height:226px; */
}
.solution_bg .c_t img{width: 100%;}
.solution_bg .c_b {
    width: 100%;
    margin-top: 15px;
}
.solution_bg .c_b_l {
    width: 60%;
    float: left;
    background: #fff;
    height: 90px;
    padding: 19px;
    border: 1px solid #e0e0e0;
}
.solution_bg .c_b_l .h1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    height: 28px;
}
.solution_bg .c_b_l .h1 a {
    font-size: 18px;
    color: #222;
}
.solution_bg .c_b_l .h2 {
    font-size: 12px;
    color: #888;
    width: 100%;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 10px;
}
.solution_bg .c_b_r {
    width: 25%;
    height: 130px;
    float: right;
    background: /*#008CD6*/#1857A4;
    text-align: center;
    color: #fff;
    font-size: 14px;
}
.solution_bg .c_b_r a {
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    height: 100px;
    padding-top: 30px;
}
.clear {
    font-size: 0;
    line-height: 0;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}
.pagination {
    padding: 20px 0;
    text-align: center;
    overflow: hidden;
}
.pagination a {
    font-size: 12px;
    line-height: 30px;
    display: inline-block;
    height: 30px;
    padding: 0 12px;
    text-align: center;
    color: #333;
    border: 1px solid #e3e3e3;
    background: #fff;
    margin-left: 2px;
}
.pagination span {
    line-height: 30px;
    display: inline-block;
    height: 30px;
    padding: 0 12px;
    text-align: center;
    color: #fff !important;
    margin-left: 2px;
    background: /*#008CD6*/#1857A4;
    color: #fff;
    border: 1px solid #008CD6;
}
.margin50 {
    margin-top: 50px;
}
.ny_page {
    width: 1400px;
    margin: 0 auto;
}
.pages {
    padding: 20px 0;
    margin: 20px 0 15px 0;
    clear: both;
    text-align: center;
    font-size: 12px;
}
.pages ul {
    padding: 0;
    list-style: none;
    margin: 0;
    display: block;
    width: 100%;
}
.pages li {
    display: inline-block;
    margin-right: 5px;
    float: none;
}
.pages li span {
    border: 1px solid #e1e1e1;
    height: 24px;
    line-height: 24px;
    color: #c4c4c4;
    padding: 5px 10px;
}
.active {
    color: blue;
}
.pages li a {
    padding: 5px 10px;
    border: 1px solid #e1e1e1;
    height: 24px;
    line-height: 24px;
    color: #666;
    font-size: 12px;
}

.prolist {
    float: right;
    width: 915px;
    overflow: hidden;
}
.prolist ul {
    float: left;
    width: 950px;
    overflow: hidden;
}
.prolist ul li {
    float: left;
    width: 282px;
    height: 246px;
    overflow: hidden;
    margin-right: 34px;
    margin-top: 30px;
}
.prolist ul li img {
    float: left;
    width: 280px;
    height: 210px;
    border: 1px solid #e0e0e0;
}
.prolist ul li a h2 {
    float: left;
    width: 282px;
    font-weight: normal;
    font-size: 12px;
    color: #333;
    text-align: center;
    line-height: 35px;
    background: #e0e0e0;
}