#Content1,#Content3{width:100%;margin:0 auto;}


/*产品*/
.productCon {
    background: #e5f6fe;
    clear: both;
    width: 100%;
    min-height: 1px;
    padding: 50px 0 0 0;
    overflow: hidden;
}
.productCon-con {
    width: 1100px;
    margin: auto;
}
.product-tit {
    text-align: center;
}
.product-tit span {
    font-size: 26px;
    color: #1A72D0;
}
.product-tit p {
    color: #999;
    font-size: 14px;
    margin-top: 10px;
}
.proItem {
    width: 210px;
    float: left;
    border: 1px solid #ccc;
    margin: 50px 5px;
    padding: 15px;
    position: relative;
    height: 500px;
}
.proItem::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0px;
    border-right: 20px solid transparent;
}
.proItemHdtit {
    border-bottom: 1px solid #eee;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
.proItemFles {
    display: flex;
    flex-direction: column;
    height: 440px;
    justify-content: center;
}
.proItem-tit {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
}
.proItem ul li {
    text-align: center;
    padding: 5px 0;
}
.proItem ul li a {
    color: #333;
    font-size: 14px;
}

.proItem1::before{
    border-top: 20px solid #33A3CA;
}
.proItem2::before{
    border-top: 20px solid #F67958;
}
.proItem3::before{
    border-top: 20px solid #AB79C7;
}
.proItem4::before{
    border-top: 20px solid #D5A759;
}
.proItem5::before{
    border-top: 20px solid #8EBB80;
}

.proItem1:hover{
 border:2px solid #33A3CA;
}
.proItem2:hover{
 border:2px solid #F67958;
}
.proItem3:hover{
 border:2px solid #AB79C7;
}
.proItem4:hover{
 border:2px solid #D5A759;
}
.proItem5:hover{
 border:2px solid #8EBB80;
}
.proItem.proItem1 {
    border-top: 3px solid #33A3CA;
}
.proItem.proItem2 {
    border-top: 3px solid #F67958;
}
.proItem.proItem3 {
    border-top: 3px solid #AB79C7;
}
.proItem.proItem4 {
    border-top: 3px solid #D5A759;
}
.proItem.proItem5 {
    border-top: 3px solid #8EBB80;
}