body{
    margin: 0;
}

h3, p{
    margin: 0;
}

/* 我们的产品 start */
.productWrap{
    width: 100%;
    height: auto;
    background: url(../images/index/sy_guan_bg1.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 90px 0;
}

.ourProduct{
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.proRow{
    display: flex;
    margin-bottom: 20px;
}

.proRow:last-child{
    margin-bottom: none;
}

.proItem{
    flex: 1;
    height: 285px;
    background: #FFFFFF;
    box-shadow: 0px 5px 10px 0px rgba(225,196,174,0.33);
    border-radius: 5px;
    margin-right: 20px;

    box-sizing: border-box;
    padding: 25px;
    text-decoration: none;

    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all .5s;
}

.proItem:last-child{
    margin-right: 0;
}

.proLeft{
    flex: 1;
}

.proRight{
    flex-shrink: 0;
    width: 180px;
    height: 160px;
}

.proRight img{
    width: 180px;
    height: 160px;
    transition: all .5s;
}

.proLeft h3{
    font-size: 22px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 15px;
}

.proLeft p{
    font-size: 16px;
    color: #858281;
    line-height: 30px;
    height: 120px;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.proMore{
    width: 114px;
    height: 40px;
    border: 1px solid #F01B13;
    text-align: center;
    line-height: 40px;
    margin-top: 20px;

    font-size: 16px;
    color: #E5301B;
    transition: all .5s;
}

.proItem:hover .proLeft h3{
    color: #E5301B;
}
.proItem:hover .proLeft p{
    color: #333333;
}
.proItem:hover .proMore{
    background: #ffebec;
}
.proItem:hover{
    transform: scale(1.05);
}
/* 我们的产品 end */

/* 特色亮点、标杆案例 start */
.tese_biaogan{
    padding-bottom: 80px;
}

.tbTabWrap{
    width: 100%;
    height: 102px;
    background: url(../images/index/sy_guan_06.png) no-repeat;
    background-size: 100% 100%;
}

.tbTab{
    width: 1200px;
    height: 102px;
    margin: 0 auto;

    display: flex;
    align-items: center;
}

.tbTabItem{
    flex: 1;
    height: inherit;

    font-size: 24px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tbTabItem.on{
    background: url(../images/index/sy_guan_07.png) no-repeat;
    background-size: 100% 100%;
    font-weight: bold;
}

.tbTabItem:hover{
    font-weight: bold;
}

.tbSwitchBox{
    width: 100%;
    height: auto;
    background: url(../images/index/sy_guan_bg2.jpg) no-repeat;
    background-size: 100% auto;
}

.tbBox{
    width: 1200px;
    height: auto;
    margin: 0 auto;
    padding-top: 30px;
    
    display: flex;
    align-items: flex-start;
}

.tese{
    flex: 1;
}

.tsSub{
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 15px;
}

.tsList{
    display: flex;
    flex-wrap: wrap;
}

.tsItem{
    width: 433px;
    height: 165px;
    background: linear-gradient(90deg, #FBF1ED, #FFFFFF);
    border: 1px solid #FAD6D1;
    border-radius: 5px;
    margin: 0 20px 20px 0;

    box-sizing: border-box;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.tsTItle{
    display: flex;
    align-items: center;
}

.tsTItle img{
    width: 48px;
    height: 48px;
}

.tsTItle h3{
    font-size: 20px;
    color: #333333;
    font-style: italic;
    margin-left: 5px;
}

.tsItem p{
    font-size: 18px;
    color: #747474;
    line-height: 26px;
    height: 52px;
}

.biaogan{
    width: 290px;
    height: auto;
    flex-shrink: 0;
}

.bgSub{
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 15px;
}

.bgBox{
    width: 100%;
    height: auto;
    background: #fffaf9;
    border: 1px solid #FAD6D1;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 15px 20px;
}

.bgBox a{
    display: block;
    width: 100%;
    height: 120px;
    background: white;
    box-shadow: 0px 3px 10px 0px #F5EBE8;
    margin-bottom: 8px;

    overflow: hidden;
}

.bgBox a img{
    width: 100%;
    height: inherit;

    transition: all .5s;
}

.bgBox a:hover img{
    transform: scale(1.1);
}

.bgBox a:last-child{
    margin-bottom: 0;
}
/* 特色亮点、标杆案例 end */