/* 页面自定义css样式 */
.fl {
   float: left;
}

.fr {
   float: right;
}

.cf:after {
   display: block;
   content: "";
   height: 0;
   visibility: hidden;
   clear: both;
}
body {
   font-family: 'Microsoft YaHei', '微软雅黑';
}
.cf {
   zoom: 1;
}

.hide {
   display: none;
}

.block {
   display: block;
}

a:hover {
   color: #2F79F4;
}

/* 第一部分 */
.first{
   margin-top: 40px;
   margin-bottom: 130px;
}
.ty-bt{
   font-size: 45px;
   color: #1a62dc;
   font-weight: bold;
   text-align: center;
   margin-bottom: 50px;
}
.ty-bt span{
   margin: 0 25px;
   vertical-align: middle;
}
.first-nr{
   display: flex;
   justify-content: space-between;
}
.first-left{
   width: 660px;
}
.first-left a{
   font-size: 28px;
   color: #1A62DC;
}
.first-left p{
   margin-top: 23px;
   font-size: 22px;
   color: #696969;
   line-height: 36px;
}
.first-right img{
   width: 500px;
   height: 294px;
}
/* 第二部分 */
.second,
.third,
.fourth,
.fifth,
.sixth{
   margin-bottom: 130px;
}
.second-nr,
.third-nr{
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
}
.second-nr li,
.third-left li{
   width: 590px;
   padding-left: 33px;
   background: url(//www.jxnf.gov.cn/picture/662/2407311747166449338.png) no-repeat 9px center;
   border-bottom: 3px dashed #747474;
   height: 70px;
   font-size: 21px;
   line-height: 70px;
   color: #696969;
}
.second-nr li:nth-child(5),
.second-nr li:nth-child(6),
.third-left li:last-child{
   border: none;
}
.second-nr li a ,
.third-left li a{
   width: 75%;
   float: left;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
   color: #696969;
}

/* 第三部分 */
.slideBox,
.slideBox .bd img{
   width: 564px !important;
   height: 351px !important;
}
#slideBox-slide1.slideBox .hd ul li {
   float: left;
   margin-right: .125rem;
   width: 9px;
   height: 9px;
   background: url(//www.jxnf.gov.cn/picture/662/2407311747166246069.png) no-repeat center center;
   cursor: pointer;
   border-radius: 50%;
   margin: 0 3px;
}
#slideBox-slide1.slideBox .hd ul li.on{
   background: url(//www.jxnf.gov.cn/picture/662/2407311747166449338.png) no-repeat center center;
}
#slideBox-slide1.slideBox .bd li div{
   background-color: rgba(0, 0, 0, 0.6);
}
/* 第六部分 */
.sixth .ty-bt{
   margin-bottom: 100px;
}
.sixth-nr{
   display: flex;
   justify-content: left;
   flex-wrap: wrap;
}
.sixth-nr li{
   width: 150px;
   margin: 0 30px;
   margin-bottom: 70px;
   text-align: center;
}
.sixth-nr li:nth-child(6n){
   margin-right: 0;
}
.sixth-nr li:nth-child(1),
.sixth-nr li:nth-child(6n+1){
   margin-left: 0;
}
.sixth-nr li img{
   margin-bottom: 20px;
}
/* 第七部分 */
.seventh {
   margin-bottom: 60px;
}
.seventh-content {
   width: 100%;
   position: relative;
   overflow: hidden;
   padding: 0 45px;
 }

 .seventh-container {
   width: 1116px;
   height: 280px;
 }

 .swiper-hover {
   position: absolute;
   top: 0;
   left: -100%;
 }

 .seventh-content .seventh-container li{
   width: 385px !important;
   height: 240px;
 }

 .seventh-content .seventh-container li a {
   width: 100%;
   height: auto;
   display: block;
 }

 .seventh-content .seventh-container li a img {
   width: 347px;
   height: 240px !important;
   height: auto;
   cursor: pointer;
 }

 .seventh-button-prev:after,
 .seventh-button-next:after {
   content: none;
 }

 .seventh-content .seventh-button-prev,
 .seventh-content .seventh-button-next {
   position: absolute;
   width: 28px;
   height: 11px;
   background: #f4f4f4;
   top: 50%;
   margin-top: -5px;
   cursor: pointer;
 }

 .seventh-content .seventh-button-prev {
   background: url(lb-left.png) center no-repeat;
   left: 0;
 }

 .seventh-content .seventh-button-next {
   background: url(lb-right.png) center no-repeat;
   right: 0;
 }

.seventh .seventh-content .hd li {
   width: 13px;
   height: 13px;
   background: url(//www.jxnf.gov.cn/picture/662/2407311747166343160.png) no-repeat center center;
   margin: 0 10px;
}

.seventh .seventh-content .hd li.on {
   background: url(//www.jxnf.gov.cn/picture/662/2407311747166449338.png) no-repeat center center;
}
.seventh .seventh-content .hd ul {
   display: flex;
   width: 100px;
   position: absolute;
   bottom: 0;
   left: 50%;
   margin-left: -50px;
}