.wapper{
  background: #F5F5F5;
 }
 .us-banner{
   height: 420px;
   width: 100%;
   background: url('../images/contactUs/pic-contact-2.jpg');
   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/contactUs/bg-contact.png');*/
   text-align: center;
   background-repeat:no-repeat;
   width: 620px;
   height: 196px;
   padding: 30px 50px;
   box-sizing: border-box;
   position: absolute;
   left: -40px;
   top: 110px;
 }
 .banner .contact .title{width: 100%;font-size: 40px;border-bottom: 1px solid #f3f3f3;margin-bottom: 20px;padding-bottom: 20px;}

  .banner .contact .phone p{
      width: 100%;
      line-height: 24px;
      font-size: 18px;
 }

 .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);
 }

