*{
    margin: 0;
    padding: 0;
}
body{
    background-color: #ffffff;
}
input{
    outline: 0;
    border: 0;
}
img{
    display: block;
}
h1,h2,h3,h4,h5,h6{
    font-weight: normal;
}
a{
    text-decoration: none;
    color: inherit;
    font-size: inherit;
}
li{
    list-style: none;
}
.main-width{
    min-width: 1180px;
    width: 1180px;
    margin: 0 auto;
}


.swiper-container .swiper-slide .news-title a:hover{
    color: #8f000b;
}

/* banner */
.fullSlide {position:relative;margin:0 auto;padding-bottom:30px;}
.fullSlide .bd {position:relative;z-index:0;}
.fullSlide .bd li img {width:100%;height:100%;vertical-align:top;}
.fullSlide .hd {width:400px;position:relative;z-index:1;margin:-43px auto 0;line-height:10px;text-align:center;filter:alpha(opacity=60);opacity:0.8;}
.fullSlide .hd ul {text-align:center;}
.fullSlide .hd ul li {cursor:pointer;display:inline-block;*display:inline;zoom:1;width:5px;height:5px;background-color: #cccccc;;border: 5px solid #cccccc;border-radius: 10px;margin:0 5px;font-size:0;}
.fullSlide .hd ul li:first-child {margin-left:0;}
.fullSlide .hd ul li:last-child {margin-right:0;}
.fullSlide .hd ul .on {border: 5px solid #ffffff;}
.fullSlide .prev,.fullSlide .next {z-index:1;display:block;width:55px;height:55px;position:relative;margin:-13% 0 0 3%;float:left;background:url(../images/nmsys_slider-arrow.png) -110px 5px no-repeat;filter:alpha(opacity=40);opacity:0;transition: 0.5s all;}
.fullSlide .next {background-position:8px 5px;float:right;margin-right:3%}
.fullSlide:hover .prev,.fullSlide:hover .next {filter:alpha(opacity=50);opacity:0.5;}
.fullSlide .prev:hover,.fullSlide .next:hover{filter:alpha(opacity=100);opacity:1;}



.top-box{
    position: relative;
    height: 152px;
    background: url(../images/jjjcs-top-bg.png) no-repeat center top / 1903px 152px;
}
.top-box .logo{
    padding-top: 32px;
}
.top-box .logo img{
    width: 942px;
}
.top-box .back-home{
    position: absolute;
    right: 0;
    top: 0;
    width: 81px;
    height: 25px;
    background: url(../images/jjjcs-back-home.png) no-repeat left center / 100% 100%;
}


.nav-box{
    background: #8f000b;
}
.nav{
    display: flex;
}
.nav .nav-item{
    height: 50px;
    display: flex;
    align-content: center;
}
.nav .nav-item > a{
    padding: 0 45px;
    line-height: 50px;
    font-size: 15px;
    color: #fff;
}
.nav .nav-item > a:hover{
    background-color: rgba(0, 0, 0, .1);
}
.nav .nav-item > a.home{
    background-image: url(../images/jjjcs-icon-home.png);
    background-repeat: no-repeat;
    background-size: 22px auto;
    background-position: left center;
}
.nav .nav-item > a.home:hover{
    background-color: transparent;
}



.banner-box{
    margin-bottom: 6px;
}
.banner img{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.swiper-container{
    margin: 0 20px 0 0;
}
.swiper-container,
.swiper-container .news-img{
    width: 580px;
    height: 355px;
}
.swiper-container .swiper-slide .news-title{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 35px;
    background:rgba(22, 40, 78, .8);
    color: #fff;
    font-size: 12px;
    line-height: 35px;
    text-align: center;
}
.swiper-container .swiper-pagination{
    bottom: 0;
    width: auto;
    right: 0;
    left: unset;
    height: 35px;
    display: flex;
    align-items: center;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin-right: 7px;
    border: 0;
    margin-left: 0;
    width: 10px;
    height: 10px;
    cursor: pointer;
}


.news-area .title-box{
    display: flex;
    height: 38px;
    align-items: center;
    background: #e6e6e6;
    justify-content: space-between;
}
.news-area .title-box .title-name{
    color: #fff;
    background: #a40000;
    font-size: 15px;
    line-height: 38px;
    text-align: center;
    width: 114px;
}
.news-area .title-box .more{
    font-size: 12px;
    color: #a40000;
    padding-right: 12px;
}
.news-area .title-box .more:hover{
    text-decoration: underline;
}
.news-area  .news-list{
    border: 1px solid #dddddd;
    border-top-color: #fff;
}
.news-area  .news-list .news-item{
    font-size: 12px;
    color: #666666;
    display: flex;
    align-items: center;
    height: 35px;
    padding: 0 10px;
}
.news-area  .news-list .news-item .dot{
    width: 3px;
    height: 3px;
    background: #a40000;
    margin-right: 7px;
}
.news-area  .news-list .news-item .news-title{
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
}
.news-area  .news-list .news-item .news-title a:hover{
    color: #a40000;
}
.news-area  .news-list .news-item .date{
    margin-left: 20px;
}

.news-area .friend-list{
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #dddddd;
    border-top: 0;
    padding: 10px 10px 0;
}
.news-area .friend-list .friend-item{
    margin-right: 66px;
    margin-bottom: 10px;
}
.news-area .friend-list .friend-item:nth-of-type(4n){
    margin-right: 0;
}

.center-banner-box{
    margin: 10px 0;
}


.row1,
.row2,
.row3{
    display: flex;
    justify-content: space-between;
}
.row1 .news-area,
.row2 .news-area{
    width: 580px;
}
.row2-box,
.row3-box,
.row4-box{
    margin-bottom: 20px;
}
.row3 .news-area,
.row3 .menu-list{
    width: 380px;
}
.row3 .menu-list{
    border: 1px solid #dddddd;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding: 5px 0;
}
.row3 .menu-list a{
    width: 248px;
    height: 84px;
    color: #fff;
    font-size: 18px;
    line-height: 84px;
    padding-left: 100px;
    background: url(../images/jjjcs-item-lzjy.png) no-repeat left top / 100% 100%;
}
.row3 .menu-list a.xfjb{
    background-image: url(../images/jjjcs-item-xfjb.png);
}
.row3 .menu-list a.lxwm{
    background-image: url(../images/jjjcs-item-lxwm.png);
}






.footer-box{
    background-color: #a40000;
}
.footer-box .footer{
    text-align: center;
    padding: 35px 0;
    font-size: 13px;
    color: #fff;
}







/* 内页 */
.inner-page .inner-content{
    padding: 20px 0;
}
.inner-page .inner-content .sub-nav{
    display: flex;
    align-items: center;
    height: 60px;
    font-size: 13px;
    color: #333;
    border-bottom: 1px solid #cccccc;
}
.inner-page .inner-content .sub-nav a{
    margin: 0 5px;
}
.inner-page .inner-content .sub-nav span{
    color: #a40000;
}
.inner-page .inner-content .sub-nav a:hover{
    color: #a40000;
}
.inner-page .inner-content .detail-news-title-box{
    text-align: center;
    padding: 38px 0 10px;
    border-bottom: 1px solid #cccccc;
}
.inner-page .inner-content .detail-news-title-box h1{
    color: #c12200;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 36px;
}
.inner-page .inner-content .detail-news-title-box .info{
    font-size: 12px;
    color: #999999;
}
.inner-page .inner-content .detail-news-content{
    padding: 30px 0;
    border-bottom: 1px solid #cccccc;
}
.inner-page .inner-content .detail-news-content .test{
    color: #333;
    font-size: 13px;
    line-height: 2;
}
.inner-page .inner-content .pagination-box{
    font-size: 12px;
    color: #ff0000;
    line-height: 2;
    padding: 15px 0;
}
.inner-page .inner-content .pagination-box a,
.inner-page .inner-content .pagination-box span{
    color: #000;
}
.inner-page .inner-content .pagination-box a:hover{
    color: #ff0000;
    text-decoration: underline;
}
.inner-page .inner-content .btn-list{
    display: flex;
    justify-content: center;
    padding: 20px ;
}
.inner-page .inner-content .btn-list button{
    margin-right: 30px;
    cursor: pointer;
}



.inner-page.list .inner-content{
    display: flex;
} 
.inner-page.list .inner-content .left-menu{
    width: 280px;
    margin-right: 30px;
}
.inner-page.list .inner-content .left-menu .menu-title{
    height: 70px;
    text-align: center;
    line-height: 70px;
    color: #fff;
    font-size: 17px;
    background: #90000a;
}
.inner-page.list .inner-content .left-menu .menu-item{
    display: flex;
    border: 1px solid #e2e2e2;
    border-top: 0;
    justify-content: center;
}
.inner-page.list .inner-content .left-menu .menu-item a{
    height: 50px;
    display: flex;
    align-items: center;
    position: relative;
    color: #666;
    font-size: 16px;
    
}
.inner-page.list .inner-content .left-menu .menu-item.active a{
    color: #90000a;
}
.inner-page.list .inner-content .left-menu .menu-item a:hover{
    color: #90000a;
}
.inner-page.list .inner-content .left-menu .menu-item.active a::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #90000c;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);

}
.inner-page.list .inner-content .right-content{
    flex: 1;
    overflow: hidden;
}
.inner-page.list .inner-content .right-content .right-title{
    display: flex;
    align-content: center;
    justify-content: space-between;
    border-bottom: 2px solid #9a0000;
    padding-bottom: 10px;
}
.inner-page.list .inner-content .right-content .right-title .sub-nav{
    height: auto;
    border: 0;
    padding-right: 20px;
}
.inner-page.list .inner-content .right-content .right-title .sub-nav span{
    color: inherit;
}
.inner-page.list .inner-content .right-content .right-title .right-title-txt{
    color: #c91f00;
    font-size: 17px;
}
.inner-page.list .inner-content .right-content .right-list .right-item{
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    color: #333;
    display: flex;
    align-items: center;
}
.inner-page.list .inner-content .right-content .right-list .right-item .dot{
    width: 2px;
    height: 2px;
    background: #333333;
    margin-right: 20px;
}
.inner-page.list .inner-content .right-content .right-list .right-item .news-title{
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
}
.inner-page.list .inner-content .right-content .right-list .right-item .news-title a:hover{
    color: #c91f00;
}
.inner-page.list .inner-content .right-content .right-list .right-item  .date{
    margin-left: 20px;
}








