.pro-bgc {
    width: 100%;
    background: #e5e9ec;
    padding: 0 0 0 0;
    border-top: 1px solid #b0c0ca;
}
.product-box {
    width: 1200px;
    margin: 0 auto;
}
.pro {
    width: 1030px;
}

.pro {
    overflow: hidden;
    /* width: 1000px; */
	width: 1200px;
    margin: 0 auto;
}
.pro-l {
    margin: 0 0 20px 0;
}
.pro-l {
    width: 210px;
    float: left;
    padding: 0 20px 20px 20px;
    background: #fff;
}
.pro-l .title {
    margin: 0 0 20px 0;
}
.title h2 a{
    font-size:16px;
}
.title {
    overflow: hidden;
    width: 100%;
}
.pro-l h2 {
    border: 1px solid #b7c5ce;
    font-size: 16px;
    line-height: 50px;
    text-align: left;
}
.pro .more {
    background: #1168df;
}
.pro .more {
    display: block;
    width: 208px;
    height: 53px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    margin: 0 auto;
    line-height: 48px;
}
.pro-r {
    /* width: 750px; */
	width: 950px;
    overflow: hidden;
    float: right;
    /* height: 757px; */
}
.pro-r ul {
    padding: 0 0 0 20px;
}

.pro ul {
    width: 100%;
}
.pro ul {
    overflow: hidden;
    width: 100%;
    margin-top: 0px;
    /* height: 757px; */
    margin-bottom: 25px;
}
.pro-r li {
    width: 227px;
    /* height: 180px; */
    margin-bottom: 90px;
}
.pro li {
    margin: 30px 5px 0;
    float: left;
}
.pro li a {
    display: block;
    text-decoration: none;
}

a {
    color: #666;
}
.pro-r img{
    width: 227px;
    height: 170px;
}
.pro li span {
    display: block;
    width: 100%;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
    color: #fff;
    background-color: #006bbd;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.pro li:hover span {
    background-color: #ffbf00;
}