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;
}

/* 标题元素样式清除 */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

/* 链接样式，颜色可酌情修改 */
del,
ins,
a {
    text-decoration: none;
    cursor: pointer;
}


/* 鼠标样式 */
input[type="submit"] {
    cursor: pointer;
}

button {
    cursor: pointer;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.m-width {
    max-width: 1400px;
    margin: 0 auto;
}


/* 酌情修改 */
body {
    background: #fff;
    color: #353535;
    position: relative;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    /* max-width: 1920px; */
    margin: 0 auto;

}

.clearfix {
    clear: both;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.border-none {
    border: none;
}

.m-top-70 {
    margin-top: 70px;
}

.m-bottom-60 {
    margin-bottom: 60px;
}



/* --- */

.header .top {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #0162ab;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 100px;
    transition: All 0.3s ease-in-out;

}

.header .top .text {
    color: #fff;
    opacity: .5;
}

.header .top .link a {
    color: #fff;
    opacity: .5;
}

.header .top .link span {
    color: #fff;
    opacity: .5;
    margin: 0 18px;
}



.header .hea-nav {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 100px;
    /* transition: All 0.3s ease-in-out; */
    position: fixed;
    background: #fff;
    z-index: 99999;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
    top: 40px;
}


.banner .swiper-container {
    z-index: 0;
}


.navigation .search {
    position: absolute;
    right: 0;
    top: 40px;
}




.notice {
    margin: 70px auto 0;
    max-width: 1400px;
    height: 150px;
    background: url(../img/notic-iconbg.png) left top no-repeat #f5f5f5;
    position: relative;
}

.notice .notic-text {
    color: #fff;
    width: 85px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
}

/* 本例子css */

.picScroll-top {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.picScroll-top .hd {
    overflow: hidden;
    width: 15px;
    height: 100%;
    padding: 0 10px;
    display: flex;
    align-items: center;
}

.picScroll-top .hd ul {
    float: right;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
    zoom: 1;
}

.picScroll-top .hd ul li {
    float: left;
    width: 10px;
    height: 10px;
    overflow: hidden;
    margin-bottom: 5px;
    text-indent: -999px;
    cursor: pointer;
    border: 1px solid #0162ab;
    border-radius: 100%;
}

.picScroll-top .hd ul li.on {
    background-color: #0162ab;
}

.picScroll-top .bd {
    height: 140px;
    width: 100%;
}

.picScroll-top .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picScroll-top .bd ul li {
    text-align: center;
    zoom: 1;
    height: 140px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.picScroll-top .bd ul li .title .tit a {
    font-size: 30px;
    font-weight: bold;
    color: #4c4c4c;

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;

}

.picScroll-top .bd ul li .title p {
    margin-top: 10px;
}

.picScroll-top .bd ul li .title p a {
    font-size: 18px;
    color: #333;
    opacity: 0.5;
    box-sizing: border-box;
    padding: 0 20px;
}

.main-xwdt {
    width: 100%;
    margin-top: 70px;
}

.column {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.column:hover .xian {
    width: 140px;
    transition: all 0.3s ease-in-out;
}

.column a {
    font-size: 36px;
    color: #1c6ac0;
}

.column .xian {
    width: 63px;
    height: 1px;
    background: #c50025;
    margin-top: 15px;
    transition: all 0.3s ease-in-out;
}

.xwdt-content .tab-cont .item {
    visibility: hidden;
}

.xwdt-content .tab-cont .item.onx {
    width: 100%;
    /* display: flex; */
    justify-content: space-between;
    visibility: visible;
    display: flex !important;
}

.xwdt-content .tab-cont .item .imglist {
    width: 43%;
}

.xwdt-content .tab-cont .item .textlist {
    width: 54%;
}

.xwdt-content .tab-cont .textlist li.nli {
    width: 100%;
    padding: 21px 0;
    border-bottom: 1px dashed #e9e9e9;
    display: flex;
    justify-content: space-between;
}

.xwdt-content .tab-cont .textlist li.nli a {
    font-size: 18px;
    color: #4c4c4c;

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;

}


.xwdt-content .tab-cont .textlist li.nli:hover a {
    color: #0162ab;
}

.xwdt-content .tab-cont .textlist li.first:hover .title {
    color: #0162ab;
}

.xwdt-content .tab-cont .textlist li.nli span {
    float: right;
    opacity: .7;
    font-size: 16px;
}

.xwdt-content .tab-cont .textlist li.first {
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 20px;
}

.xwdt-content .tab-cont .textlist li.first .title {
    font-size: 20px;
    font-weight: bold;
    color: #4c4c4c;

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.xwdt-content .tab-cont .textlist li.first .title span {
    width: 45px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    background: #c70028;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    border-radius: 20px;
    margin-left: 10px;
    position: relative;
    top: -1px;
}

.xwdt-content .tab-cont .textlist li.first .text {
    display: flex;
    margin-top: 20px;
}

.xwdt-content .tab-cont .textlist li.first .dete {
    display: flex;
    min-width: 60px;
    flex-direction: column;
    align-items: center;
    padding-right: 15px;
    border-right: 1px solid #e9e9e9;
}

.xwdt-content .tab-cont .textlist li.first .d {
    font-size: 12px;
    color: #b4b4b4;
}

.xwdt-content .tab-cont .textlist li.first .y {

    color: #c70028;
    font-size: 20px;
}

.xwdt-content .tab-cont .textlist li.first .desc {
    color: #4c4c4c;
    opacity: .5;
    padding-left: 15px;
    line-height: 21px;

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;

}


.xwdt-content .tab-cont .textlist li.last {
    padding-bottom: 0;
    border: none;
}



.xwdt-content .tab-cont .imglist .swiper-slide {
    /* position: relative; */
    /* padding-bottom: 80px; */
}

.xwdt-content .tab-cont .imglist .swiper-slide .img {
    overflow: hidden;
}

.xwdt-content .tab-cont .imglist .swiper-slide .img img {
    width: 600px;
    height: 450px;
    object-fit: cover;
    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;
}

.xwdt-content .tab-cont .imglist .swiper-slide: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);
}

.xwdt-content .tab-cont .imglist .swiper-slide:hover .title {
    color: #0162ab;
}




.xwdt-content .tab-cont .imglist .swiper-slide .text {
    /* width: 90%; */
    /* height: 160px; */
    width: 100%;
    height: 100px;
    background: #f2f2f2;
    box-sizing: border-box;
    padding: 25px;
    margin: 0 auto;
    /* position: absolute; */
    /* bottom: 0; */
    /* left: 5%; */
}

.xwdt-content .tab-cont .imglist .swiper-slide .title {
    font-size: 18px;
    color: #4c4c4c;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;

}

.xwdt-content .tab-cont .imglist .swiper-slide p {
    color: #fff;
    opacity: .5;
    margin: 15px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;

}

.xwdt-content .tab-cont .imglist .swiper-slide .time {
    color: #4c4c4c;
    opacity: .7;
    margin-top: 10px;
}

.xwdt-content .tab-cont .item .imglist .swiper-pagination {
    position: absolute;
    /* right: 50px; */
    /* bottom: 30px; */
    right: 25px;
    bottom: 22px;
}

.xwdt-content .imglist .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    background: #0162ab;
    opacity: .5;
}

.xwdt-content .imglist .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}


.xwdt-content .tab-head {
    margin: 38px 0 50px 0;
    text-align: center;
}



.xwdt-content .tab-head a,
.xwdt-content .tab-head #bthQtgz{
    color: #4c4c4c;
cursor: pointer;
        margin: 0 11px;
        display: inline-block;
        width: auto;
        padding: 0 15px;
        height: 34px;
        font-size: 16px;
        line-height: 34px;
        border-radius: 20px;
}

.xwdt-content .tab-head #bthQtgz:hover{
   background: #1c6ac0;
    font-weight: bold;
    text-align: center;
    color: #fff;
}

.xwdt-content .tab-head a.on {
    background: #1c6ac0;
    font-weight: bold;
    text-align: center;
    color: #fff;
}


.main-business {
    width: 100%;
    margin-top: 70px;
}

.main-business .content {
    width: 100%;
    height: 715px;
    margin-top: 50px;
    background: url(../img/main-jtyw-bg.jpg) center no-repeat;
   background-size: cover;
}

.main-business .content .m-width {
    display: flex;
    z-index: 99;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: space-between;
}

.main-business .content .tab-head {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
    box-sizing: border-box;
}

.main-business .content .tab-head a {
    width: 100px;
    display: flex;
    margin-right: 40px;
    margin-bottom: 70px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.main-business .content .tab-head a.name6,
.main-business .content .tab-head a.name7,
.main-business .content .tab-head a.name8,
.main-business .content .tab-head a.name9,
.main-business .content .tab-head a.name10 {
    margin-bottom: 0;
}

.main-business .content .tab-head a.onx .name {
    color: #ffb400;
}

.main-business .content .tab-head a span {
    width: 70px;
    height: 70px;
    display: inline-block;
}

.main-business .content .tab-head .name1 span {
    background: url(../img/jtyw-icon1.png) no-repeat;
}

.main-business .content .tab-head .name2 span {
    background: url(../img/jtyw-icon2.png) no-repeat;
}

.main-business .content .tab-head .name3 span {
    background: url(../img/jtyw-icon3.png) no-repeat;
}

.main-business .content .tab-head .name4 span {
    background: url(../img/jtyw-icon4.png) no-repeat;
}

.main-business .content .tab-head .name5 span {
    background: url(../img/jtyw-icon5.png) no-repeat;
}

.main-business .content .tab-head .name6 span {
    background: url(../img/jtyw-icon6.png) no-repeat;
}

.main-business .content .tab-head .name7 span {
    background: url(../img/jtyw-icon7.png) no-repeat;
}

.main-business .content .tab-head .name8 span {
    background: url(../img/jtyw-icon8.png) no-repeat;
}

.main-business .content .tab-head .name9 span {
    background: url(../img/jtyw-icon9.png) no-repeat;
}

.main-business .content .tab-head .name10 span {
    background: url(../img/jtyw-icon10.png) no-repeat;
}

/* - */
.main-business .content .tab-head .name1.onx span {
    background: url(../img/jtyw-icon1-on.png) no-repeat;
}

.main-business .content .tab-head .name2.onx span {
    background: url(../img/jtyw-icon2-on.png) no-repeat;
}

.main-business .content .tab-head .name3.onx span {
    background: url(../img/jtyw-icon3-on.png) no-repeat;
}

.main-business .content .tab-head .name4.onx span {
    background: url(../img/jtyw-icon4-on.png) no-repeat;
}

.main-business .content .tab-head .name5.onx span {
    background: url(../img/jtyw-icon5-on.png) no-repeat;
}

.main-business .content .tab-head .name6.onx span {
    background: url(../img/jtyw-icon6-on.png) no-repeat;
}

.main-business .content .tab-head .name7.onx span {
    background: url(../img/jtyw-icon7-on.png) no-repeat;
}

.main-business .content .tab-head .name8.onx span {
    background: url(../img/jtyw-icon8-on.png) no-repeat;
}

.main-business .content .tab-head .name9.onx span {
    background: url(../img/jtyw-icon9-on.png) no-repeat;
}

.main-business .content .tab-head .name10.onx span {
    background: url(../img/jtyw-icon10-on.png) no-repeat;
}

.main-business .content .tab-head a .name {
    font-size: 20px;
    color: #fff;
}

.main-business .content .tab-list {
    width: 32%;
}

.main-business .content .tab-list .item .title a {
    font-size: 28px;
    font-weight: bold;
    color: #FFF;
    border-top: 5px solid #ffb400;
    padding-top: 15px;
}

.main-business .content .tab-list .item .title {
    text-align: right;
}

.main-business .content .tab-list .item .desc {
    font-size: 18px;
    line-height: 35px;
    color: #FFF;
    margin: 35px 0 65px 0;
    /* text-align: right; */
}

.main-business .content .tab-list .item {
    display: none;
}

.main-business .content .tab-list .item.onx {
    display: block;
}

/* -- */

.main-party {
    width: 100%;
    margin-top: 70px;
}

.main-party .tab-count2 {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.main-party .tab-count2 .ztzl-list {
    width: 500px;
    position: absolute;
    left: 450px;
    top: -40px;
}

.main-party .tab-count2 .textlist {
    width: 36%;
    z-index: 99;
    background: #ffeded;

}

.main-party .tab-count2 .textlist ul {
    display: none;
}

.main-party .tab-count2 .img img {
    width: 500px;
    height: 605px;
}

.main-party .tab-count2 .ztzl-list .swiper-slide a img {
    width: 500px;
    height: 605px;
}

.main-party .tab-count2 .textlist ul.onx {
    display: block !important;
}

.main-party .tab-count2 .textlist ul li {
    padding: 15px 0;
    border-bottom: 1px dashed #e9e9e9;
}

.main-party .tab-count2 .textlist ul li a {
    display: inline-block;
    box-sizing: border-box;
    padding: 10px 45px;
    width: 100%;
}

.main-party .tab-count2 .textlist ul li .dete {
    color: #4c4c4c;
    opacity: .5;
}

.main-party .tab-count2 .textlist ul li .title {
    font-size: 18px;
    color: #4c4c4c;
    line-height: 35px;
    margin-top: 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;

}

.main-party .tab-count2 .textlist ul li a:hover {
    background: #fff;
    border-right: 5px solid #1c6ac0;
}

.main-party .tab-count2 .textlist ul li:hover {
    border-bottom: 1px dashed #ffeded;
}

.main-party .tab-count2 .textlist ul li:hover .title {
    color: #1c6ac0;
}


.main-party .xwdt-content .tab-head {
    margin-bottom: 95px;
}


.main-party .ztzl-list .swiper-pagination {
    position: absolute;
    right: 75px;
    bottom: 35px;
}

.main-party .ztzl-list .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    opacity: .5;
}

.main-party .ztzl-list .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}

/* -- */

.main-zgs {
    width: 100%;
    margin-top: 70px;
    margin-bottom: 80px;
}

.main-zgs .zgs-list .imglist a {
    display: none;
}

.main-zgs .zgs-list .imglist a.onx {
    display: block;
}

.main-zgs .zgs-list {
    display: flex;
    margin-top: 50px;
}


.main-zgs .zgs-list .swiper-slide {
    display: flex;
    justify-content: space-between;
}

.main-zgs .zgs-list .swiper-slide .img img {
    width: 900px;
    height: 400px;
}

.main-zgs .zgs-list .swiper-slide .img {
    width: 66.5%;
}


.main-zgs .zgs-list .swiper-slide .text {
    width: 33.5%;
    background: url(../img/zgs-side-bg.png) right bottom no-repeat #f5f5f5;
    background-position-y: 80%;
    background-position-x: 87%;
    box-sizing: border-box;
    padding: 35px 25px 0 35px;
}

.main-zgs .zgs-list .swiper-slide .text .title {
    font-size: 20px;
    color: #1c6ac0;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.main-zgs .zgs-list .swiper-slide .text .desc {
    color: #4c4c4c;
    opacity: .8;
    line-height: 30px;
    margin: 30px 0 45px 0;
}

.main-zgs .zgs-list .swiper-slide .text a.more {
    width: 170px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    background: #1c6ac0;
    color: #fff;
    border-radius: 20px;
}



.main-zgs .zgs-list .swiper-pagination {
    position: absolute;
    right: 35px;
    bottom: 35px;
}

.main-zgs .zgs-list .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    background: #0057b8;
    opacity: .5;
}

.main-zgs .zgs-list .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}


/* -- */
.footer .top {
    width: 100%;
    height: 630px;
    background: #585858;
}



.footer .top .imgcode {
    width: 100%;
    padding-top: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 40px;

}

.footer .top .imgcode .codes {
    display: flex;
}

.footer .top .imgcode .codes .imgs {
    margin-left: 15px;
}

.footer .top .imgcode .codes .img {
    background: #fff;
    padding: 6px;
}

.footer .top .imgcode .codes p {
    color: #b1b1b1;
    text-align: center;
    margin-top: 5px;
}

.footer .footnav {
    padding-top: 35px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    /* padding-bottom: 45px; */
    padding-bottom: 35px;
}

.footer .footnav ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.footer .footnav ul li .xian {
    width: 25px;
    height: 1px;
    display: inline-block;
    /* background: rgba(255, 255, 255, 0.5); */
}

.footer .footnav ul .sub {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.footer .footnav ul .nav-xian {
    width: 1px;
    /* height: 280px; */
    height: 230px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
}

.footer .footnav ul .sub li {
    line-height: 30PX;
}

.footer .footnav ul .sub li a {
    color: #FFF;
    opacity: .5;
}

.footer .footnav ul li a.name {
    font-size: 16px;
    color: #fff;
    display: inline-block;
    width: 100%;

}

.footer .banq {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #303030;
}

.footer .banq p {
    color: #9b9b9b;
    opacity: .78;
}

.footer .banq p a {
    color: #9b9b9b;
}

.footer .contact {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}




.footer .contact .left {
    display: flex;
}

.footer .contact .left .text {
    display: flex;
    margin-right: 45px;
}

.footer .contact .left .text p {
    color: #fff;
    font-size: 16px;
    opacity: .5;
    line-height: 25px;
    margin-left: 10px;
}


.footer .main-links .box {
    width: 233px;
    height: 43px;
    float: left;
    position: relative;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-left: 10px;
}

.footer .main-links .box h3 {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    line-height: 43px;
    height: 43px;
    text-indent: 5px;
    width: 100%;
    margin: 0;
    position: relative;
    padding-left: 20px;
}

.footer .main-links .box h3::before {
    content: '';
    width: 20px;
    height: 7px;
    display: inline-block;
    background: url(../img/ft-links-icon.png) no-repeat;
    position: absolute;
    right: 45px;
    top: 20px;
}



.footer .main-links .box ul {
    width: 130%;
    height: 350px;
    background: #f7f7f7;
    position: absolute;
    left: -15%;
    bottom: 45px;
    display: none;
    overflow-y: scroll;
}

.footer .main-links .box:hover ul {
    display: block;
}

.footer .main-links .box ul li {
    text-align: center;
    font-size: 14px;
    line-height: 45px;
    margin: 0 15px;
    border-bottom: 1px dashed #ddd;
}

.footer .main-links .box ul li:hover a {
    color: #0d55af;
}

.footer .main-links .box ul li a {
    color: #333;
}



.banner .swiper-slide a img {
    width: 100%;
}



.banner .swiper-pagination2 {
    position: absolute;
    bottom: 5%;
    width: 100%;
    text-align: center; 
    z-index:999;
}

.banner .swiper-pagination2 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    opacity: 1;
}

.banner .swiper-pagination2 .swiper-pagination-bullet-active {
    background: #0057b8;
}

/* ---------- */

.mbheader .header-con {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}



.mbheader .header-con .logo img {
    width: 60%;
}



.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: #0063b5;
    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: fixed;
    z-index: 9;
    background: #eee;
    width: 100%;
    height: auto !important;
    padding-bottom: 60px;
    font-size: 14px;
    line-height: 40px;
    top: -1000%;
    left: 0;
    overflow: auto;
    overflow-x: hidden;
    transition: top ease 0.35s;
}



.nav_show {
    top: 50px
}



.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
}

/* 信息公开 */


.nei-banner {
    width: 100%;
    height: 500px;
    position: relative;
}

.nei-banner .position {
    width: 1400px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 0;
}

.nei-banner img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.nei-banner .weizhi {
    width: 310px;
    height: 100px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 235px;
    box-sizing: border-box;
    padding: 25px 0 0 30px;
}

.nei-banner .weizhi .lanmut {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    line-height: 22px;
}

.nei-banner .weizhi .mianbaoxie {
    color: #fff;
    margin-top: 8px;
}

.nei-banner .weizhi .mianbaoxie a {
    color: #fff;
}

.main-content .xxgk-item {
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    padding: 30px;
    margin-bottom: 40px;
}

.main-content .xxgk-item .xxgk-column {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 14px;
    border-bottom: 1px solid #e5e5e6;
}

.main-content .xxgk-item .xxgk-col-name {
    color: #1c6ac0;
    font-size: 36px;
    position: relative;
}

.main-content .xxgk-item .xxgk-col-name::before {
    position: absolute;
    content: '';
    width: 63px;
    height: 1px;
    background: #b71937;
    bottom: -15px;
}


.main-content .xxgk-item .xxgk-col-more {
    color: #4c4c4c;
    opacity: .5;
}

.main-content .xxgk-item ul {
    padding-top: 15px;
}

.main-content .xxgk-item ul li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 13px 0;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
}

.main-content .xxgk-item ul li a {
    font-size: 16px;
    color: #4c4c4c;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.main-content .xxgk-item ul li span {
    font-size: 16px;
    color: #4c4c4c;
    opacity: .7;
}

.main-content .xxgk-item ul li:hover a {
    color: #0162ab;
    font-weight: bold;
}

/* 集团概况 */

.about-column a {
    font-size: 36px;
    color: #1c6ac0;
    width: 100%;
    display: inline-block;
}



.jtgk-content {
    position: relative;
    margin-top: 60px;
}

.jtgk-content .img {
    position: absolute;
    right: 0;
    top: 70px;
}

.jtgk-content .img a.videoB {
    position: absolute;
    left: 48%;
    top: 47%;
    width: 30px;
    height: 30px;
    background: url(../img/video-icon.png) no-repeat;
}

.jtgk-content .text {
    width: 69%;
    height: 550px;
    border: 10px solid #e5eff6;
    box-sizing: border-box;
    padding: 90px 295px 0 50px;
}

.jtgk-content .text .name {
    font-size: 26px;
    color: #0162ab;
    font-weight: bold;
}

.jtgk-content .text .name-en {
    color: #444;
    opacity: .5;
    margin: 2px 0 20px 0;
    text-transform: uppercase;
}

.jtgk-content .text .desc {
    font-size: 16px;
    color: #444;
    opacity: .7;
    line-height: 30px;

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    word-break: break-all;

}

.jtgk-content .text .more {
    width: 170px;
    height: 40px;
    line-height: 40px;
    background: #1c6ac0;
    display: inline-block;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    margin-top: 75px;
}

.about-column {
    text-align: center;
}

.con-jtld {
    width: 100%;
    height: 660px;
    background: url(../img/about-ldbz-bg.png) center center no-repeat;
    background-size: cover;
}

.con-jtld ul.jtldlist {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px dashed #d3d3d3;
    border-left: 1px dashed #d3d3d3;
    
}

.jtldlist li {
    width: 24.9%;
    height: 148px;
    border-bottom: 1px dashed #d3d3d3;
    border-right: 1px dashed #d3d3d3;
}

.jtldlist li a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 10px;
}


.jtldlist li .name {
    font-size: 24px;
    color: #3c3c3c;
}

.jtldlist li .sub-name {
    font-size: 16px;
    color: #8d8d8d;
    margin: 10px 0 20px 0;
    text-align: center;
}

.jtldlist li .xian {
    width: 35px;
    height: 1px;
    background: #c50025;
}

.jtldlist li.li1,
.jtldlist li.li2,
.jtldlist li.li3,
.jtldlist li.li5,
.jtldlist li.li6,
.jtldlist li.li7,
.jtldlist li.li9,
.jtldlist li.li10 {
    border-right: 1px solid #d3d3d3;
}

.con-jtld .about-column {
    padding: 50px 0 60px 0;
}

.jtldlist li:hover {
    background-image: url(../img/jtld-li-bg.png);
}

.jtldlist li:hover .name {
    color: #fff;
}

.jtldlist li:hover .sub-name {
    color: #fff;
}

.jtldlist li:hover .xian {
    background: #fff;
}





.con-jtbm {
    width: 100%;
    height: 440px;
    background: url(../img/jtbm-bg.png) center center no-repeat;
}

.con-jtbm .about-column {
    padding: 60px 0 55px 0;
}

.con-jtbm ul.jtbmlist {
    display: flex;
    flex-wrap: wrap;
}

.con-jtbm ul.jtbmlist li {
    width: 333px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    background: #fff;
    margin-bottom: 20px;
    margin-right: 20px;
    border: 1px solid #dadada;
        display: flex;
            align-items: center;
            justify-content: center;
}

.con-jtbm ul.jtbmlist li:nth-child(4n) {
    margin-right: 0;
}

.con-jtbm ul.jtbmlist li a {
    font-size: 18px;
    color: #4c4c4c;
}

.con-jtbm ul.jtbmlist li:hover {
    background: #1c6ac0;
}

.con-jtbm ul.jtbmlist li:hover a {
    color: #fff;
    font-weight: bold;
}

.con-zgs .zgslist {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.con-zgs .zgslist li {
    width: 335px;
    height: 140px;
    background: url(../img/zgs-li-bg.png) no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 20px 20px 0;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
}

.con-zgs .zgslist li a {
    color: #2d2d2d;
    font-size: 18px;
}

.con-zgs .zgslist li:hover {
    background: url(../img/zgs-li-on-bg.png) no-repeat;
}

.con-zgs .zgslist li:hover a {
    color: #fff;
}

.con-zgs .zgslist li.li4,
.con-zgs .zgslist li.li8,
.con-zgs .zgslist li.li12,
.con-zgs .zgslist li.li16 {
    margin-right: 0;
}


.con-zgs .about-column {
    padding: 70px 0 60px 0;
}


.img_content {
    display: none;
    position: fixed;
    background: #fff;
    left: 30%;
    top: 15%;
    z-index: 99999;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 10%);
}

.img_content video {
    width: 800px;
    height: auto;
}

.colse_btn {
    color: #3488db;
    height: 15px;
    margin-top: -5px;
    z-index: 99;
    line-height: 20px;
    font-size: 14px;
    width: 30px;
    display: inline-block;
    cursor: pointer;
    float: right;
    position: relative;
    top: -15px;
    right: -5px;
}


.fixed-top-0 {
    top: 0 !important;
}

.dis-none {
    display: none;
}

/* -0- */

.main-party .tab-count2 .img:hover,
.main-party .tab-count2 .ztzl-list:hover,
.main-party .tab-count2 .textlist:hover {
    z-index: 9999;
    transition: all 0.5s ease-in-out;
}


.main-party .tab-count2 .img,
.main-party .tab-count2 .ztzl-list,
.main-party .tab-count2 .textlist {
    transition: all 0.5s ease-in-out;
}



/* 导航新 */
.hea-nav {
    width: 90%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    background: #fff;
}

.hea-nav .nav {
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.newnav {
    width: 100%;
    height: 100%;
}

.newnav .newnav-cont {
    width: 1020px;
    height: 100%;
    margin: 0 auto;
}

.newnav .newnav-cont ul {
    height: 100%;
    display: flex;
    justify-content: space-around;
}

.newnav .newnav-cont ul li {
    display: flex;
}

.newnav .newnav-cont ul li>a {
    display: flex;
    width: auto;
    font-size: 18px;
    color: #4c4c4c;
    position: relative;
    align-items: center;
}

.newnav .newnav-cont ul li>a.on {
    font-weight: bold;
    color: #0162ab;
}

.newnav .newnav-cont ul li>a:hover {
    font-weight: bold;
    color: #0162ab;
}

.subnav {
    display: none;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 100px;
    left: 0;
    z-index: 999;
}

.subnav .subnav-cont {
    width: 1400px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 53px 0;
    box-sizing: border-box;
}

.subnav .subnav-cont .left {
    width: 54.5%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}

.subnav .subnav-cont .left .img {
    width: 315px;
    height: 180px;
    overflow: hidden;
    border: 1px solid #fff;
}

.subnav .subnav-cont .left .img img {
    transition: all .5s;
    width: 315px;
    height: 180px;
}

.subnav .subnav-cont .left .img img:hover {
    transform: scale(1.05);
}

.subnav .subnav-cont .left .text {
    width: 415px;
    height: 100%;
    margin-left: 30px;
    display: flex;
    align-items: center;
}

.subnav .subnav-cont .left .text .h2 {
    font-size: 20px;
    color: #fff;

    display: none;
}

.subnav .subnav-cont .left .text p {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    margin-top: 10px;
    opacity: 1;
}

.subnav .subnav-cont .right {
    width: 25%;
    height: -webkit-fill-available;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.subnav .subnav-cont .right a {
    display: inline-block;
    height: 30px;
    width: 43%;
    border-bottom: 1px solid #d6d6d6;
    margin-top: 14px;
    font-size: 16px;
    color: #fff;
    padding-left: 10px;
    position: relative;
}

.subnav .subnav-cont .right a::before {
    content: '·';
    position: absolute;
    left: 0;
}

.subnav .subnav-cont .right a:hover {
    font-weight: bold;
}

.newnav .newnav-cont ul li:hover>a {
    font-weight: bold;
}

.newnav .newnav-cont ul li:hover .subnav {
    display: block;
}

.banner {
    padding-top: 100px;
}

.djgzlist{
   position: relative;
    margin-top: 50px;
}

.djgzlist .swiper-container{
    width:90%;
}

.djgzlist .swiper-slide .img{
   overflow: hidden;
}

.djgzlist .swiper-slide .img img{
   width: 100%;
	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;
}

.djgzlist .swiper-slide: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);

}
