﻿*{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}
.gao20px{
    clear: both;
    width: 100%;
    height: 20px;
}
/* 头部 */
.header{
    height: 360px;
    background: url(../images/njwyjxkh_4.jpg) no-repeat center top;
    background-size: cover;
}
.head{
    width: 1190px;
    padding: 5px;
    margin: auto;
    position: relative;
    text-align: center;
}
.logo{
    position: absolute;
    left: 0;
    top: 20px;
}
.itit{
    margin-top: 135px;
}
.back{
    position: absolute;
    right: 0;
    top: 20px;
}
/* 滚动导航 */
.nav{
    margin: 28px auto;
}
.picScroll-left{ width:1250px;  overflow:hidden; position:relative; margin: auto;}
.picScroll-left .hd .prev,.picScroll-left .hd .next{
    position: absolute;
    top: 30px;
    width: 30px;
    height: 40px;
    cursor: pointer;
}
.picScroll-left .hd .prev{
    background: url(../images/njwyjxkh_15.png);
    left: 0;
}
.picScroll-left .hd .next{
    background: url(../images/njwyjxkh_16.png);
    right: 0;
}
.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left .bd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center;position: relative;cursor: pointer;}
.picScroll-left .bd ul li.on::after{
    content: url(../images/njwyjxkh_13.png);
}
.picScroll-left .bd ul li .pic{ text-align:center; }
.picScroll-left .bd ul li .pic img{ width:280px; height:100px; display:block;}
.picScroll-left .bd ul li .title{
    text-align: center;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 100px;
}
.picScroll-left .bd ul li .title a{
    color: white;
}
.picScroll-left .bd ul li .title{
    color: white;
    font-size: 45px;
    font-weight: bolder;
}
.tempWrap{
    margin: auto;
}
/* 内容区 */
.main{
    width: 1190px;
    margin: auto;
    min-height: 400px;
}

.mk1 .title{
    height: 70px;
    line-height: 70px;
    border-bottom: 1px solid #e4e4e4;
}

.mk1 .title span{
    position: relative;
    font-size: 27px;
    height: 68px;
    font-weight: bold;
    display: inline-flex;
    padding: 0 15px;
    border-bottom: 3px solid #1d96ff;
}
.mk1 .title span img{
    position: relative;
    top: 10px;
    left: -12px;
    width: 45px;
    height: 45px;
}
.mk1 .title span font{
    color: #1d96ff;
}
.mk1 .title .more{
    float: right;
    margin-right: 10px;
    font-size: 16px;
    color: #777777;
}
.mk1 .listbox{
    margin-top: 25px;
    min-height: 210px;
}
.mk1 .listbox ul li{
    float: left;
    width: 48%;
    height: 40px;
    line-height: 40px;
}
.mk1 .listbox ul li:nth-child(2n){
    float: right;
}
.mk1 .listbox ul li a{
    color: black;
    font-size: 16px;
}