.wapper{
    background: #F5F5F5;
}
.us-banner{
    height: 420px;
    width: 100%;
    background: url('../images/pic-contact.png');
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover
}

.banner{
    width: 1100px;
    margin: 0 auto;
    position: relative;
    height: 100%;
}

.banner .contact{
    position: absolute;
    background:  url('../images/bg-contact.png');
    background-repeat:no-repeat;
    width: 597px;
    height: 196px;
    padding: 30px 50px;
    box-sizing: border-box;
    position: absolute;
    left: 390px;
    top: 110px;
}
.banner .contact .title{width: 160px;font-size: 30px;border-bottom: 1px solid #f3f3f3;margin-bottom: 20px;padding-bottom: 20px;}

.banner .contact .phone p{
    line-height: 24px;
}

.us-wapper{
    padding-top: 74px;
    width: 100%;
    background: #f5f5f5;
    padding-bottom: 60px;
}
.news-list{
    width: 1100px;
    margin: 0 auto;
    margin-top: 74px;
}


.news-list ul{
    display: inline-block;
    text-align: left;
    margin-top: 74px;
}


.news-list li{
    width: 356px;
    margin-right: 16px;
    margin-bottom: 16px;
    overflow: hidden;
    float: left;
    background: #ffffff;
    height: 366px;
}
.news-list li:nth-child(3n) {
    margin-right: 0;
}
.news-list li .new-images{
    height: 192px;
    overflow:hidden;
    text-align: center;
    line-height: 192px;
    border-bottom: 1px solid #DBDBDB;
}

.texts{
    box-sizing: border-box;
    text-align: center;
    height: 173px;
}
.texts .title{font-size:20px;color: #333333;overflow:hidden;padding-top: 40px;padding-bottom: 20px;}
.texts .title:hover{
    color: #9D496B;
}
.texts .data{
    font-size: 20px;
    color: #333333;
    margin-top: 20px;
}
.texts .details{
    font-size: 14px;
    color: #999999;
}

.news-list li img{
    display: inline-block;
}

.news-list li img:hover{
    transform: scale(1.1);
}


