#Content2{width:450px;floar:left;}
#Content3{width:600px;float:right;}

/*产品与服务*/
.pro{width:1100px;height:385px;
    overflow:hidden;
margin:50px 0;
}
.pro-tit{
    font-weight: bold;
    font-size:20px;
    width: 100%;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}
.pro-tit::before{
    content: "";
    width: 480px;
    border-bottom: 1px solid #DBDBDB;
    position: absolute;
    top: 10px;
    left: 0;
}
.pro-tit::after{
    content: "";
    width: 480px;
    border-bottom: 1px solid #DBDBDB;
    position: absolute;
    top: 10px;
    right: 0;
}
.pro-area{
    overflow: hidden;height:385px;
    width:204px;*width:226px;
    float: left;
    padding-right:22px;
}
.pro-teg{
    display: block;
}
.pro-top{
    width: 204px;
    height: 134px;
    background-color: #EDEDED;
    margin-bottom: 15px;
    overflow: hidden;
}
.pro-top img{
    display: block;
    margin: 20px auto 15px;
}
.pro-top span{
    display: block;
    font-size: 16px;
    color: #222;
    text-align: center;
}
.pro-area p{
    font-size: 14px;
    color: #8C8C8C;
    line-height: 200%;
    width: 90%;margin:0 auto;
    margin-bottom: 15px;
}
.pro-area .pro-more{
    color: #4CA7FF;
    font-size: 14px;
    display: block;
    text-align: center;
}
.pro-area .pro-more a{color:#4CA7FF;}
.li-i1{background:#DF3D4A;}