body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
legend,
button form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    padding: 0;
    margin: 0;
}


/* 短引用的内容可取值：''或"" */
q:before,
q:after {
    content: '';
}

/* 缩写，图片等无边框 */
fieldset,
img,
abbr,
acronym {
    border: 0 none;
}

abbr,
acronym {
    font-variant: normal;
}

legend {
    color: #000;
}



/* 上下标 */
sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

/* 设置表格的边框被合并为一个单一的边框, 指定分隔边框模型中单元格边界之间的距离为0*/
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 表格标题及内容居左显示 */
caption,
th {
    text-align: left;
}

input,
img,
select {
    vertical-align: middle;
}

/* 清除列表样式 */
ol,
ul {
    list-style: none;
}

/* 输入控件字体 */
input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}



/* 链接样式，颜色可酌情修改 */
del,
ins,
a {
    text-decoration: none;
    cursor: pointer;
}


/* 鼠标样式 */
input[type="submit"] {
    cursor: pointer;
}

button {
    cursor: pointer;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.clear {
    clear: both;
}

.m-width {
    max-width: 1400px;
    margin: 0 auto;
}


/* 酌情修改 */
body {
    background: #fff;
    color: #2c2c2c;
    font-size: 14px;
    font-family: "微软雅黑";
    max-width: 1920px;
    margin: 0 auto;
   min-width: 1400px; 
}


.f-left {
    float: left;
}

.f-right {
    float: right;
}

.clearfix {
    clear: both;
}

/* -------- */

.header {
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    z-index: 50;
}

.header:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 40px;
    z-index: -1;
    right: 0;
    height: 150px;
    background: linear-gradient(to bottom, #1E63AB, rgba(0, 0, 255, 0));
}



.header .top {
    width: 100%;
    height: 40px;
    background: #1E63AB;
    box-sizing: border-box;
    padding: 0 90px;
}


.header .top-text {
    color: #fff;
    line-height: 40px;
}

.header .top-link a {
    color: #fff;
    line-height: 40px;
}

.header .top-link a.search {
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    background: #fff;
    display: inline-block;
    text-align: center;
    margin-left: 20px;
}

.header .top-link a.search img {
    display: inline-block;
}

.header .nav h1 {
    width: 29%;
    float: left;
    margin-top: 30px;
    display: inline-block;
}



.banner a.prev,
.banner a.next {
    width: 25px;
    height: 47px;
    display: inline-block;
    position: absolute;
    top: 48%;
    opacity: 0.6;
}

.banner .nav2-lunbo {
    position: relative;
    width: 100%;
    height: 800px;
    overflow: hidden;
}


.banner a.prev {
    background: url(../img/ban-qh-l.png) no-repeat;
    left: 8%;
}

.banner a.next {
    background: url(../img/ban-qh-r.png) no-repeat;
    right: 8%;
}

.banner .nav2-lunbo-bd ul li a img {
    width: 100%;
    height:800px;
}


.banner a.prev:hover,
.banner a.next:hover {
    opacity: 1;
}

#nav{
    padding-left: 85px;
}


/* 导航 */
.con-navigation {
    height: 60px;
    width: 71%;
    float: right;
    margin-top: 50px;
}

.nav-con {
    max-width: 1400px;
    margin: 0 auto;
}

.nav {
    height: 50px;
    line-height: 50px;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    padding: 0 90px;
}

.nav h3 a {
    letter-spacing: 0em;
    color: #353535;
}

.nav .nLi {
    width: 125px;
    height: 50px;
    float: left;
    display: inline;
    text-align: center;
    position: relative;
}

.nav .nLi h3 {
    height: 50px;
    font-weight: normal;
}

.nav .nLi h3 a {
    display: inline-block;
    font-size: 16px;
    text-align: center;
    height: 95%;
    padding: 0 15px;
}

.nav .nLi h3 a:hover {
    font-weight: bold;
}

.nav .nLi.on h3 a {
    font-weight: bold;
    color: #095899;
    border-bottom: 2px solid #fff;
}


.nav .sub {
    display: none;
    width: 130px;
    top: 50px;
    position: absolute;
    background: rgba(255,255,255,1);
    border-radius: 0 0 5px 5px;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
}

.nav .sub li {
    height: 50px;
    line-height: 50px;
    text-align: center;
    zoom: 1;
    float: left;
    width: 130px;
    border-top: 1px solid #d2d2d2;
    border-radius: 0 0 5px 5px;
    position: relative;
}

.nav .sub li .sj{
    width: 130px;
    height: auto;
    position: absolute;
    right: -130px;
    top: 25px;
    background: rgba(9,88,153,0.7);
    display: none;
}

.nav .sub li .sj li{
    width: 130px;
}


.nav .sub li .sj li a:hover{
    font-weight: bold;
}


.nav .sub li:hover a.ej {
    font-weight: bold;
}

.nav .sub li:hover .sj{
    display: block;
}


.nav .nLi a{
    font-size: 22px;
    color: #fff;
    font-weight: 700;
}


.nav .sub a.s2 {
    color: #333;
    font-size: 16px;
    display: inline-block;
    font-weight: normal;
    position: relative;
}

.nav .sub a.s2:hover{
    color: #1E63AB;
}

.nav .sub a.s2x::before{
    content: '';
    width: 6px;
    height: 11px;
    display: inline-block;
    background: url(../img/sub-erji-icon.png) no-repeat;
    right: -20px;
    position: absolute;
    top: 20px;
}


/* ------------- */

.column {
    width: 100%;
    height: 40px;
    line-height: 40px;
}

.column .column-name {
    float: left;
    position: relative;
}

.xwzx .column .column-name::before {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    background: rgba(2, 70, 145, 0.1);
    border-radius: 50%;
    top: -10px;
    left: 20px;
}


.column .col-more {
    float: right;
}

.column .column-name a {
    display: inline-block;
    float: left;
}

.column .column-name a img {
    margin-bottom: 10px;
}


.column .column-name .name {
    font-size: 30px;
    line-height: 34px;
    color: #3D3D3D;
    display: inline-block;
    margin-left: 5px;
}

.column .column-name .name-en {
    font-size: 12px;
    line-height: 34px;
    color: rgba(30, 99, 171, 0.8);
    float: left;
}

.column .column-name span {
    font-size: 12px;
    line-height: 34px;
    color: rgba(30, 99, 171, 0.8);
    margin: 0 5px;
}

.tzgg .column .column-name::before {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    background: rgba(123, 47, 224, 0.1);
    border-radius: 50%;
    top: -10px;
    left: 20px;
}



.column .col-more a {
    font-size: 14px;
    line-height: 34px;
    color: #999;
}

.column .col-more a:hover{
    color: #1E63AB;
}


.con-news .news {
    width: 100%;
    margin-top: 85px;
}

.con-news .xwzx {
    width: 66%;
}


.con-news .tzgg {
    width: 31.8%;
}

.con-news .tzgg ul{
    margin-top: 45px;
}

.con-news .tzgg ul li{
        margin-bottom: 24px;
    position: relative;
}

.con-news .tzgg ul li a{
        font-size: 18px;
    color: #3D3D3D;
    padding-left: 15px;
}

.con-news .tzgg ul li span{
       float: right;
    font-size: 18px;
    color: rgba(153, 153, 153, 0.8);
}

.con-news .tzgg ul li::before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background: #DBDBDB;
    top: 10px;
}
.con-news .tzgg ul li:hover a{
    color: #1E63AB;
}

.con-news .tzgg ul li:hover span{
   color: #666;
}
.con-news .tzgg  li.nli:hover::before {
    background: #1E63AB;
}




.con-news  .xwzxlist{
    width: 100%;
    margin-top: 45px;
}

.con-news  .xwzxlist .imglist{
    width: 48.1%;
    float: left;
    position: relative;
}

.con-news  .xwzxlist .infolist{
    width: 48.1%;
    float: right;
}

.con-news  .xwzxlist .infolist li.first{
    margin-bottom: 15px;
}

.con-news  .xwzxlist .infolist li.first .title{
    font-size: 18px;
    color: #3D3D3D;
}

.con-news  .xwzxlist .infolist li.first .title span{
    font-size: 18px;
    float: right;
    color: rgba(153, 153, 153, 0.8);
}

.con-news  .xwzxlist .infolist li.first .desc{
    font-size: 16px;
    line-height: 32px;
    color: #999;
    margin-top: 10px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #D8D8D8;
}

.con-news  .xwzxlist .infolist li.nli{
    margin-bottom: 24px;
    position: relative;
    
}

.con-news .xwzxlist .infolist li.nli::before{
    position: absolute;
    content: '';
    width: 5px;
height: 5px;
background: #DBDBDB;
top: 10px;
}


.con-news .xwzxlist .infolist li.nli:hover::before{
    background: #1E63AB;
}

.con-news  .xwzxlist .infolist li.nli a{
    font-size: 18px;
    color: #3D3D3D;
    padding-left: 15px;
}

.con-news  .xwzxlist .infolist li span{
    float: right;
    font-size: 18px;
color: rgba(153, 153, 153, 0.8);
}

.con-news  .xwzxlist .imglist .bd ul li{
    position: relative;
}

.con-news  .xwzxlist .infolist li:hover .title{
    color: #1E63AB;
}

.con-news  .xwzxlist .infolist li:hover .desc{
    color: #666;
}

.con-news  .xwzxlist .infolist li.first:hover  span{
    color: #666;
}

.con-news  .xwzxlist .infolist li:hover a{
    color: #1E63AB;
}

.con-news  .xwzxlist .infolist li:hover span{
    color: #666;
}

.con-news  .xwzxlist .imglist .bd ul li .text{
    background: #F7F7F7;
    box-sizing: border-box;
    padding: 30px 20px;
    min-height: 195px;
}

.con-news  .xwzxlist .imglist .bd ul li .title{
    font-size: 18px;
    color: #3D3D3D;
    margin-bottom: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;

}

.con-news  .xwzxlist .imglist .bd ul li .desc{
    font-size: 16px;
    line-height: 34px;
    color: #999;
}

.con-news  .xwzxlist .imglist .bd ul li .dete{
    width: 81px;
    height: 83px;
    background: rgba(30, 99, 171, 0.8);
    backdrop-filter: blur(5px);
    position: absolute;
    top: 185px;
    left: 35px;
}

.con-news  .xwzxlist .imglist .bd ul li .d{
    font-size: 24px;
    color: #fff;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 5px;
}

.con-news  .xwzxlist .imglist .bd ul li .y{
    font-size: 16px;
    color: #fff;
    text-align: center;
}


.con-news  .xwzxlist .imglist .hd ul li{
    width: 8px;
height: 8px;
display: inline-block;
background: #fff;
border-radius: 50%;
margin: 0 2px;
cursor: pointer;
}

.con-news  .xwzxlist .imglist .hd ul li.on{
    background: #1E63AB;
}


.con-news  .xwzxlist .imglist .hd{
    position: absolute;
    top: 220px;
    right: 20px;
}

.con-news  .xwzxlist .imglist .bd ul li .img{
    overflow: hidden;
}

.con-news  .xwzxlist .imglist .bd ul li .img img{
    width: 445px;
    height: 250px;
    transition: All 0.3s ease-in-out;
	-webkit-transition: All 0.3s ease-in-out;
	-moz-transition: All 0.3s ease-in-out;
	-o-transition: All 0.3s ease-in-out;
}

.con-news  .xwzxlist .imglist .bd ul li:hover .img img{
    transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
}

.con-news  .xwzxlist .imglist .bd ul li:hover .title{
    color: #1E63AB;
}

.con-news  .xwzxlist .imglist .bd ul li:hover .desc{
    color: #666;
}


/* --- */


.advlist{
    position: relative;
    width: 100%;
    margin-top: 55px;
    margin-bottom: 80px;
}

.advlist .bd ul li .img{
    overflow: hidden;
}

.advlist .bd ul li .img img{
    width: 1400px;
    height: 120px;
    transition: All 0.3s ease-in-out;
	-webkit-transition: All 0.3s ease-in-out;
	-moz-transition: All 0.3s ease-in-out;
	-o-transition: All 0.3s ease-in-out;
}


.advlist .bd ul li .img img:hover {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
}

.advlist a.prev,.advlist a.next{
    width: 17px;
    height: 33px;
    display: inline-block;
    position: absolute;
    top: 40%;
}

.advlist a.prev{
    background: url(../img/left_btn4_r.png) no-repeat;
}

.advlist a.next{
    background: url(../img/left_btn4_l.png) no-repeat;
    right: 0;
}



.main{
    width: 100%;
    min-height: 657px;
    background: url(../img/djgz-bg.png) no-repeat;
    background-position-y: 100%;
}


.con-part .party{
    width: 100%;
}

.con-part .party .djgz{
    width: 49%;
}





.con-part .party .xsjl{
    width: 49%;
}

.party .xsjl ul{
    margin-top: 45px;
}

.party .xsjl ul li{
    margin-bottom: 26px;
    width: 100%;
    height: 33px;
}

.party .xsjl ul li .dete{
    font-size: 16px;
    color: #999;
    float: left;
    margin-right: 15px;
    width: 110px;
    text-align: center;
    height: 33px;
    line-height: 33px;
    background: #FFF;
    border-radius: 0 0 10px 0;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 15%);
}

.party .xsjl ul li a{
    font-size: 18px;
    line-height: 25.2px;
    color: #333;
    margin-top: 2px;
    display: inline-block;
}

.party .xsjl ul li:hover .dete{
    background: #1E63AB;
    color: #fff;
}

.party .xsjl ul li:hover a{
    color: #1E63AB;
}



.party  .djgz ul li.first{
    width: 100%;
    height: 180px;
    display: inline-block;
}

.party  .djgz ul li.first a{
    display: inline-block;
    display: inline-block;
    width: 100%;
}

.party  .djgz ul li.first .img{
    float: left;
    overflow: hidden;
}

.party  .djgz ul li.first .img img{
    width: 330px;
    height: 180px;
    transition: All 0.3s ease-in-out;
	-webkit-transition: All 0.3s ease-in-out;
	-moz-transition: All 0.3s ease-in-out;
	-o-transition: All 0.3s ease-in-out;
}

.party  .djgz ul li.first .text{
    float: right;
    width: 355px;
height: 180px;
    box-sizing: border-box;
    padding: 20px;
    background: #FFF;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

.party  .djgz ul li.first .title{
    font-size: 18px;
    color: #3D3D3D;
}

.party  .djgz ul li.first .desc{
    font-size: 16px;
    line-height: 32px;
    color: #999;
}

.party  .djgz ul li.first .dete{
    font-size: 16px;
color: rgba(153, 153, 153, 0.8);
}

.party  .djgz ul li{
    margin-top: 25px;
    position: relative;
}

.party  .djgz ul li::before{
    content: '';
    position: absolute;
    width: 3px;
height: 17px;
background: #1E63AB;
top: 3px;
left: 0;
}

.party  .djgz ul li.nli a{
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0em;
    color: #3D3D3D;
    padding-left: 15px;
}

.party  .djgz ul li span{
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0em;
    color: rgba(153, 153, 153, 0.8);
    float: right;
}

.party  .djgz ul li:hover a{
    color: #1E63AB;
}

.party  .djgz ul li:hover span{
    color: #666;
}



.party  .djgz ul{
    margin-top: 20px;
}

.party  .djgz ul li.first .title{
    font-size: 18px;
    color: #3D3D3D;
    line-height: 35px;
}

.party  .djgz ul li.first .desc{
    font-size: 16px;
    line-height: 32px;
    color: #999;
    margin-top: 5px;
    margin-bottom: 10px;
}

.party  .djgz ul li.first .dete{
    font-size: 16px;
    color: rgba(153, 153, 153, 0.8);
}

.party  .djgz ul li.first:hover .title{
    color: #1E63AB;
}

.party  .djgz ul li.first:hover .desc{
    color: #666;
}

.party  .djgz ul li.first:hover .dete{
    color: #666;
}

.party  .djgz ul li.first:hover .img img{
    transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);

}

/* ----- */

.con-content  .content{
    width: 100%;
    margin-top: 80px;
}

.con-content  .content .kxyj{
    float: left;
    width: 49%;
}


.content .kxyj  ul{
    margin-top: 40px;
}

.content .kxyj  ul li{
    margin-bottom: 25px;
}

.content .kxyj  ul li .dete{
    float: left;
}

.content .kxyj  ul li .d{
    font-size: 22px;
    color: #1E63AB;
    width: 70px;
height: 38px;
line-height: 38px;
text-align: center;
box-sizing: border-box;
border: 1px solid #1E63AB;
}

.content .kxyj  ul li .y{
    font-size: 14px;
    color: #fff;
    width: 70px;
height: 30px;
line-height: 30px;
text-align: center;
background: #1E63AB;
}

.content .kxyj  ul li .text{
    height: 68px;
    padding: 0 10px 0 85px;
}

.content .kxyj  ul li .title{
    font-size: 18px;
    color: #333;
    line-height: 30px;
}

.content .kxyj  ul li .desc{
    font-size: 16px;
color: #999;
margin-top: 10px;
}

.content .kxyj  ul li:hover .title{
    color: #1E63AB;
}

.content .kxyj  ul li:hover .desc{
    color: #666;
}




.con-content  .content .xgdt{
    width: 49%;
}

.content .xgdt  ul{
    margin-top: 40px;
}

.content .xgdt  ul li a{
    display: inline-block;
}

.content .xgdt  ul li{
    margin-bottom: 30px;
}

.content .xgdt  ul li .img{
    overflow: hidden;
    float: left;
}

.content .xgdt  ul li .img img{
    width: 285px;
    height: 160px;
    transition: All 0.3s ease-in-out;
}

.content .xgdt  ul li  .text{
    float: right;
    width: 400px;
    box-sizing: border-box;
    padding-left: 15px;
}

.content .xgdt  ul li  .title{
    font-size: 18px;
    color: #333;
    line-height: 40px;
}

.content .xgdt  ul li  .desc{
    font-size: 16px;
    line-height: 34px;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #999;
}

.content .xgdt  ul li  .dete{
    font-size: 16px;
    line-height: 34px;
    color: #999;
}

.content .xgdt  ul li:hover .title{
    color: #1E63AB;
}

.content .xgdt  ul li:hover  .img img{
    transform: scale(1.05);
}

.content .xgdt  ul li:hover  .desc{
    color: #666;
}

.content .xgdt  ul li:hover  .dete{
    color: #666;
}

.con-ztzl .ztzl .lblist {
    float: left;
    width: 49%;
    position: relative;
}

.con-ztzl .ztzl .lblist .bd ul li .img{
    overflow: hidden;
}

.con-ztzl .ztzl .lblist .bd ul li .img img{
    width: 685px;
    height: 180px;
    transition: All 0.3s ease-in-out;
	-webkit-transition: All 0.3s ease-in-out;
	-moz-transition: All 0.3s ease-in-out;
	-o-transition: All 0.3s ease-in-out;
}
.con-ztzl .ztzl .lblist .bd ul li:hover .img img{
    transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);

}


.con-ztzl .ztzl .itemlist {
    float: right;
    width: 49%;
}


.ztzl .lblist a.prev,.lblist a.next{
    width: 17px;
    height: 33px;
    display: inline-block;
    position: absolute;
    top: 40%;
}

.ztzl  .lblist a.prev{
    background: url(../img/left_btn4_r.png) no-repeat;
    left: 0;
}

.ztzl  .lblist a.next{
    background: url(../img/left_btn4_l.png) no-repeat;
    right: -1px;
}

.ztzl .itemlist .item{
    float: left;
    margin-right: 26px;
    position: relative;
}

.ztzl .itemlist .item .title{
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 16px;
    color: #fff;
height: 35px;
line-height: 35px;
text-align: center;
background: rgba(0, 0, 0, 0.5);
}

.ztzl .itemlist .item .img{
    overflow: hidden;
}

.ztzl .itemlist .item .img img{
    width: 330px;
    height: 180px;
    transition: All 0.3s ease-in-out;
	-webkit-transition: All 0.3s ease-in-out;
	-moz-transition: All 0.3s ease-in-out;
	-o-transition: All 0.3s ease-in-out;

}

.con-ztzl .ztzl{
    margin-top: 50px;
}

.ztzl .itemlist .item:hover .img img{
    transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);

}


/* -- */

.con-links .links{
  margin-top: 80px;
  margin-bottom: 80px;
}


.con-links .links .box{
    width: 210px;
    height: 45px;
    float: left;
    position: relative;
    margin-right: 20px;
    cursor: pointer;
    background: #F9F9F9;
    border: 1px solid #F0F0F0;
}
.con-links .links .box h3{
    color: #868686;
    font-size: 14px;
    font-weight: normal;
    line-height: 48px;
    height: 48px;
    text-indent: 30px;
    width: 100%;
    margin: 0;
}

.con-links .links .box::before{
    content: '';
    right: 30px;
    position: absolute;
    width: 15px;
    top: 18px;
    height: 10px;
    display: inline-block;
    background: url(../img/links-icon.png) no-repeat;
}


.con-links .links .box ul{
    width: 100%;
    max-height: 285px;
    background: #f7f7f7;
    position: absolute;
    left: 0;
    display: none;
    overflow-y: scroll;
    max-height: 220px;
    z-index: 999;
}
.con-links .links .box:hover ul{
    display: block;
}
.con-links .links .box ul li{
    text-align: center;
    font-size: 14px;
    line-height: 45px;
    margin: 0 15px;
    border-bottom: 1px dashed #ddd;
}

.con-links .links .box ul li:hover a{
    color:#0d55af;
}

.con-links .links .box ul li a{
    color: #333;
}

/* ---- */

.footer{
    width: 100%;
    height: 210px;
background: #1E63AB;
}

.footer .foot .yw-logo{
    width: 100%;
    text-align: center;
    padding-top: 20px;
}

.footer .foot .yw-logo a{
    display: inline-block;
}

.footer .foot .banq{
    margin-top: 20px;
}

.footer .foot .banq p{
    font-size: 16px;
line-height: 36px;
color: rgba(255, 255, 255, 0.6);
text-align: center;
}

.footer .foot .banq p img{
    display: inline-block;
}


/* --- */


.header-pc .nav-bottom .nav-bottom-right .nav-line {
    pointer-events: none;
    top: 150px;
    left: 0;
    display: none;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    transition: all 0.3s linear;
    border-bottom: 4px solid white;
  }
  
  
  
  
  .nav .sub li .nav-sanji{
    position: absolute;
    width: 160px;
    left: 130px;
    display: none;
    top: 0;
    background: rgba(255,255,255,0.9);
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
  }
  
  .nav .sub li .nav-sanji a{
    float: left;
line-height: 40px;
    font-size: 14px;
    color: #666;
    font-weight: normal;
    border-top: 1px solid #d2d2d2;
    width: 100%;
  }

  .nav .sub li .nav-sanji a:hover{
    color: #00407c;
  }
  
  .nav .sub li:hover .nav-sanji{
    display: block;
  }
  
  
  
/* 手机导航 */
.mb-header {
    height: 55px;
    line-height: 55px;
	display: none;
    background: #1E63AB;
}

.mb-header .header-con .logo{
	/* width: 90%; */
    height: 100%;
    margin-top: -3px;
}

.mb-header .header-con .logo h1{
    height: 100%;
}

.mb-header .header-con .logo h1 a{
    height: 100%;
}


.mb-header .header-con {
    width: 90%;
    height: 100%;
    margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.mb-header .header-con .logo img {
    height: 100%;
}

.sp_header {
	height: 50px;
	background: #fff;
	position: fixed;
	z-index: 10;
	width: 100%;
}

.sp_logo {
	padding: 10px;
	float: left;
	height: 50px;
	width: 70%;
}

.sp_logo img {
	margin: auto;
	width: 100%;
	height: 100%;
}

.sp_nav {
	width: 50px;
	float: right;
	position: relative;
	cursor: pointer;
	height: 30px;
	margin-top: 10px
}

.sp_nav span {
	display: block;
	background: #fff;
	width: 30px;
	height: 2px;
	position: absolute;
	left: 10px;
	transition: all ease 0.35s
}

.sp_nav span:nth-of-type(1) {
	top: 0px
}

.sp_nav span:nth-of-type(2) {
	top: 10px
}

.sp_nav span:nth-of-type(3) {
	top: 20px
}

.sp_nav_se span:nth-of-type(1) {
	top: 10px;
	transform: rotate(45deg)
}

.sp_nav_se span:nth-of-type(2) {
	width: 0
}

.sp_nav_se span:nth-of-type(3) {
	top: 10px;
	transform: rotate(-45deg)
}

.sjj_nav {
	position: absolute;
	z-index: 9;
	background: #eee;
	width: 100%;
	height: calc(100% - 104px);
	font-size: 14px;
	line-height: 40px;
	top: -100%;
	left: 0;
	overflow: auto;
	overflow-x: hidden;
	transition: top ease 0.35s;

	height: auto !important;
	padding-bottom: 50px;
}

.nav_show {
	top: 55px !important;
}

.sjj_nav>ul>li:first-child {
	overflow: hidden;
	border-top: 0
}

.sjj_nav>ul>li:first-child>a {
	float: left;
	width: calc(100% - 70px)
}

.sjj_nav>ul>li:first-child .language {
	float: right;
	width: 70px;
	overflow: hidden;
	line-height: 30px;
	margin-top: 5px
}

.sjj_nav>ul>li:first-child .language a {
	width: 35px;
	float: left;
	border-left: 1px #ddd solid;
	text-align: center;
	color: #999;
}

.sjj_nav ul li i {
	position: absolute;
	top: 5px;
	right: 0px;
	border-left: 1px #ddd solid;
	height: 30px;
	padding: 0px 7px 0 7px;
}

.sjj_nav ul li i svg {
	transform: rotate(-90deg);
	transition: all ease 0.35s
}

.sjj_nav ul li .sjj_nav_i_se svg {
	transform: rotate(0deg)
}

.sjj_nav ul li {
	border-top: 1px #ddd solid;
	margin-left: 20px;
	position: relative;
	line-height: 40px;
	font-size: 14px
}

.sjj_nav>ul>li:last-child {
	border-bottom: 1px #ddd solid;
}

.sjj_nav ul li ul {
	display: none
}

.sjj_nav ul li a {
	color: #666;
	width: 80%
}

.sjj_nav ul li ul li a {
	color: #999;
	display: block;
	text-align: left;
}

.sjj_nav ul li i svg {
	width: 20px;
	height: 20px;
	fill: #555;
}

.sjj_nav ul li .sjj_nav_i_se svg {
	fill: #c9141e
}

.sjj_nav ul li ul li>ul {
	margin-left: 10px
}
.mb-header .header-con .logo h1 a{
    display: inline-block;
}



/* --- */
.djgz .column .column-name::before {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    background: rgba(2, 70, 145, 0.1);
    border-radius: 50%;
    top: -10px;
    left: 20px;
}

.djgz .column .column-name::before {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    background: rgba(123, 47, 224, 0.1);
    border-radius: 50%;
    top: -10px;
    left: 20px;
}

.xsjl .column .column-name::before {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    background: rgba(222, 119, 9, 0.1);
    border-radius: 50%;
    top: -10px;
    left: 20px;
}

.kxyj .column .column-name::before {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    background: rgba(234, 3, 3, 0.1);
    border-radius: 50%;
    top: -10px;
    left: 20px;
}

.xgdt .column .column-name::before {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    background: rgba(9, 222, 208, 0.1);
    border-radius: 50%;
    top: -10px;
    left: 20px;
}

/* -- */
.con-links .links .box1{
    width: 210px;
    height: 45px;
    float: left;
    position: relative;
    margin-right: 20px;
    cursor: pointer;
    background: #F9F9F9;
    border: 1px solid #F0F0F0;
}

.con-links .links .box1 a{
    color: #868686;
    font-size: 14px;
    font-weight: normal;
    line-height: 48px;
    height: 48px;
    text-indent: 30px;
    width: 100%;
    margin: 0;
    display: inline-block;
}

.con-links .links .box1::before {
    content: '→';
    right: 30px;
    position: absolute;
    top: 15px;
    color: #868686;
    display: inline-block;
}



.advlist .hd ul li{
    width: 8px;
height: 8px;
display: inline-block;
background: #1E63AB;
border-radius: 50%;
margin: 0 2px;
cursor: pointer;
opacity: 0.7;
}

.advlist .hd ul li.on{
    background: #1E63AB;
    opacity: 1;
}


.advlist .hd{
    position: absolute;
    right: 20px;
    bottom: 10px;
}

.msfclist,
.msfclist .bd,
.msfclist .tempWrap{
   width:100%;
}








