@media (min-width: 991px) {
    footer .footer .footer-info {
        width: 40% !important;
    }
  footer .footer .footer-nav{
   width: 60% !important;
  }
  footer .footer .footer-nav ul li {
    max-width: 33.3333% !important;
}
}
header .header .header-nav>li>a {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    padding-left: .25rem;
    padding-right: .25rem;
}
.section1 .scroll .pro-series a {
    display: inline-block;
    -webkit-border-radius: .06rem;
    -moz-border-radius: .06rem;
    border-radius: .06rem;
    color: #000;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    padding: .08rem .2rem;
    border: .01rem solid #b5b5b5;
    font-size: .2rem;
    margin-right: .05rem;
}
.section1 .scroll .pro-series a.active {
    color: #fff;
    border-color: #005788;
    background-color: #005788;
}
body {
    background-color: #f8f8f8 !important;
}


.section5 .cont {
    -webkit-box-shadow: 0 0 .2rem rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 .2rem rgba(0, 0, 0, .1);
    box-shadow: 0 0 .2rem rgba(0, 0, 0, .1);
    padding: .4rem .4rem .4rem .5rem;
    -webkit-border-radius: .15rem;
    -moz-border-radius: .15rem;
    border-radius: .15rem;
}
.section5 .cont ul li {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .15rem .15rem .15rem .2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.section5 .cont ul li .title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.2;
    margin-bottom: 0;
}
.section5 .cont ul li .right {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: .15rem;
    width: 2.35rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.section5 .cont ul li .title:before {
    content: "\e740";
    font-family: iconfont;
    color: #818181;
    line-height: 1;
    margin-right: .15rem;
    font-size: .26rem;
}
.section3 .right-swiper {
    background: url(/images/nkjsc/1/images/article_pro_img4.jpg) no-repeat 0 !important;
}
.section3 {
    background-color: #e2ebef;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
ol.breadcrumb li:after {
    content: '>';
    padding: 0px 5px;
}
ol.breadcrumb li {
    display: inline;
    /* margin-right: 10px; */
}