/*案例*/
.honor{ width:100%; margin:0 auto 45px auto; display: flex; flex-wrap:wrap; max-width: 1420px; }
.honor .honorXun{ width:calc( 25% - 23px); margin:0 10px 30px 10px; position: relative; background: #f8f8f8;  border: 1px solid rgba(0,0,0,.125);list-style: none;}
.honor .honorXun .honorXunMask{ width: 100%; height: 100%; background: rgba(0,0,0,0.5); opacity: 0; left: 0; top: 0; z-index: 2; position: absolute; left:0; top:0; pointer-events: none; padding-top: 35%; text-align: center; display:none;}
.honor .honorXun:hover .honorXunMask{ opacity: 1; transition: all 0.3s ease; }
.honor .honorXun .honorXunBox{ width: 100%; display: flex; flex-direction: column; }
.honor .honorXun .honorXunBox .honorXunImg{ border-bottom: #e5e9ed solid 1px; height: 195px; display: flex; justify-content: center; align-items: center; overflow: hidden; }

.honor .honorXun .honorXunBox .honorXunImg img{
-webkit-transform: scale(1); max-height:195px;
   -moz-transform: scale(1);
    -ms-transform: scale(1);
     -o-transform: scale(1);
           filter: scale(1);
           filter: transform;
       transition: all 0.5s ease 0s;
-webkit-transform: all 0.5s ease 0s; 
}
.honor .honorXun:hover .honorXunBox .honorXunImg img{
-webkit-transform: scale(1.1);
   -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
     -o-transform: scale(1.1);
           filter: scale(1.1);
           filter: transform;
       transition: all 0.5s ease 0s;
-webkit-transform: all 0.5s ease 0s; 
}
.honor .honorXun .honorXunBox .honorXunTitle{ font-size: 16px; color:#222222; line-height: 66px; text-align: center;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;padding: 0 10px;
}
.nycpimg{height: 315px !important;}
.nycpimg img{max-height: 272px !important;}
.honor .honorXun:hover .honorXunTitle{color: #c01920;}
.honor .honorXun:hover {border: 1px solid #c01920;}

.warp {
  width: 1300px;
  margin: 0 auto;
}
.intosr { width:100%;}
.intosr h1 { line-height:40px;  font-size:32px; color:#263145; letter-spacing:2px; padding-bottom:20px; text-align:center;}
.nyxiahx{border-bottom: 1px solid #b5b5b5;margin-bottom: 50px; text-align:center;padding-bottom: 16px;}
.yywztime{font-size: 16px;
color: #999999;
margin: 12px 0 0;
text-align: center;
font-weight: normal;}
.intosr .into01 { width:100%; padding:30px 0; /*background:url(../images/yt10.jpg) no-repeat center bottom;*/}
.msg { width:100%; margin-top:20px; position:relative;}
.msg .lh { font-size:15px; line-height:35px; text-align:justify; margin:15px 0 60px 0;}
.msg .lh p { margin-bottom:15px;}