.img_active{
    width: 100%;
    overflow: hidden;
}
.img_active a{
    transition: all .3s;
    -webkit-transition: all .3s;
}
.img_active a img{
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition-duration: 4s;
    transition-duration: 4s;
    -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.img_active a img:hover{
    -moz-transform: scale3d(1.1, 1.1, 1);
    -ms-transform: scale3d(1.1, 1.1, 1);
    -o-transform: scale3d(1.1, 1.1, 1);
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}
.title_left{
    font-size: 26px;
    color: #383838;
    line-height: 32px;
    padding-top: 5px;
    padding-bottom: 34px;
}
.nsrmdgbl_box{
    background: url(../images/nsrmdgbl/bg_t.png) no-repeat top,
                url(../images/nsrmdgbl/bg_b.png) no-repeat bottom;
    padding:0 75px;
    margin-top:40px;
}
.nsrmdgbl_box h2.tit{
    color: #2957A1;
    font-size: 32px;
    line-height: 43px;
    text-align: center;
    padding-top: 48px;
    padding-bottom: 19px;
}
.nsrmdgbl_box p{
    font-size: 20px;
    color: #000;
    line-height: 40px;
    padding:8px 0;
    text-indent: 2em;
}

.nsrmdgbl_box h2{
    padding: 5px 0;
    text-align: center;
    border-radius: 5px;
    margin: 10px auto 10px;
    background-color: #1d4d9b;
    color: #fff;
}

.nsrmdgbl_box h3{
    text-align: center;
    border-radius: 5px;
    padding: 25px 0 10px;
    font-size: 34px;
    color: #1d4d9b;
}

.nsrmdgbl_box_list{
    font-size: 0;
    margin:33px -10px 0 -10px;
    text-align: center;
}
.nsrmdgbl_box_list li{
    display: inline-block;
    width: 11.11%;
    text-align: center;
    line-height: 51px;
    margin-bottom:20px;
}
.nsrmdgbl_box_list li a{
    color: #2957A1;
    font-size: 20px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(154, 197, 245,.5);
    margin:0 5px;
    display: block;
}
.nsrmdgbl_box_list li:hover a{
    color: #fff;
    background: #2E69BC;
}

@media (max-width:992px){
    .nsrmdgbl_box_list li{
        width: 16.6%;
    }
}
@media (max-width:768px){
    .nsrmdgbl_box{
        padding: 0 4%;
    }
}
@media (max-width:510px){
    .nsrmdgbl_box_list li{
        width: 25%;
    }
}