.m-contact{
	overflow: hidden;
}
.m-contact .txt{
    font-size: 16px;
    color: #423C3C;
    line-height: 1.88em;
    overflow: hidden;
}
.m-contact .txt p span{
    color: #FBC729;
    font-weight: 600;
}
.m-contact .bot{
    margin-top: 36px;
    overflow: hidden;
}
.m-contact .bot .ma{
    float: right;
    width: 139px;
    height: auto;
    margin-top: 5px;
    margin-left: 20px;
    overflow: hidden;
}
.m-contact .bot .ma img{
    display: block;
    width: 100%;
    height: auto;
}
.m-contact .bot .box{
    font-size: 16px;
    color: #423C3C;
    line-height: 2.25em;
    overflow: hidden;
}
.m-contact .bot .box p em{
    display: block;
    float: left;
    font-style: normal;
    font-weight: 600;
}
.m-honor{
    margin-top: 82px;
    margin-bottom: 44px;
}
.m-honor .imgtxt{
    position: relative;
}
.m-honor .imgtxt .swiper-container{
    margin: 0 -9px;
}
.m-honor .imgtxt .con{
    display: block;
    padding: 0 9px;
    overflow: hidden;
}
.m-honor .imgtxt .pic{
    position: relative;
    height: 0;
    padding-top: 130%;
    background-color: #ccc;
    margin-bottom: 14px;
    overflow: hidden;
}
.m-honor .imgtxt .pic img{
    display: block;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.m-honor .imgtxt a:hover .pic img{
    -webkit-transform: translate(-50%, -50%) scale(1.08);
    -moz-transform: translate(-50%, -50%) scale(1.08); 
    -ms-transform: translate(-50%, -50%) scale(1.08); 
    -o-transform: translate(-50%, -50%) scale(1.08); 
    transform: translate(-50%, -50%) scale(1.08);
}
.m-honor .imgtxt h3{
    height: 2.5em;
    font-size: 16px;
    color: #666;
    line-height: 1.25em;
    text-align: center;
    font-weight: normal;
    overflow: hidden;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.m-honor .imgtxt a:hover h3{
    color: #FF5A0E;
}
.m-honor .imgtxt .swiper-button-next,
.m-honor .imgtxt .swiper-button-prev {
    position:absolute;
    top:50%;
    width:48px;
    height:48px;
    margin-top:-50px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index:2;
    cursor:pointer;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.m-honor .imgtxt .swiper-button-prev{
    left: -24px;
    background-image:url(../image/arrow_l.png);
}
.m-honor .imgtxt .swiper-button-next{
    right: -24px;
    background-image:url(../image/arrow_r.png);
}
.m-honor .imgtxt .swiper-button-next:hover,
.m-honor .imgtxt .swiper-button-prev:hover{
    opacity: .8;
    filter: alpha(opacity=80);
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
}