/* CSS重置 */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
a,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

header,
footer,
nav,
hgroup,
section,
article,
section,
aside {
    display: block;
}


/*标签属性重置*/

body {
    line-height: 32px;
    color: #333333;
    background-color: #fff;
    font-family: '微软雅黑';
    max-width: 1920px;
    display: block;
    margin: 0 auto;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    border: 0;
    vertical-align: middle;
}

ol,
ul,
li {
    list-style: none;
}

input {
    border: none;
    outline: medium;
}

a {
    font-size: 16px;
    color: #333333;
    text-decoration: none;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

p,
span {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.f-fl {
    float: left;
}

.f-fr {
    float: right;
}

.f-cb {
    clear: both;
}

.text-over-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-over-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /*将对象作为弹性伸缩盒子模型显示。*/
    -webkit-box-orient: vertical;
    /*从上到下垂直排列子元素（设置伸缩盒子的子元素排列方式）*/
    -webkit-line-clamp: 2;
    /*这个属性不是css的规范属性，需要组合上面两个属性，表示显示的行数。*/
}

.text-over-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /*将对象作为弹性伸缩盒子模型显示。*/
    -webkit-box-orient: vertical;
    /*从上到下垂直排列子元素（设置伸缩盒子的子元素排列方式）*/
    -webkit-line-clamp: 3;
    /*这个属性不是css的规范属性，需要组合上面两个属性，表示显示的行数。*/
}


/* hd */

.hd-logo {
    width: 100%;
}

.hd-logo img {
    width: 100%;
}
.hd{
    width: 100%;
    height: auto;
    background: url(20240919bg1.jpg) no-repeat top center;
    padding-bottom: 240px;
}
.hd1{
    width: 100%;
    height: 510px;
    background: url(20240919bg2.jpg) no-repeat top center;
    padding-bottom: 240px;
}
.hd-auto {
    width: 1200px;
    height: auto;
   
    margin: 0 auto;
}

.hd-auto-t1 {
    padding-top: 55px;
    width: 193px;
}
.hd-auto-t1 a ,.hd-auto-t1 img{
    width: 100%;
    display: block;
}
.hd-auto-t2 {
    padding-top: 50px;
    width: 140px;
    margin-right: 30px;
    
}
.hd-auto-t3 {
    margin-top: 50px;
    width: 131px;
    height: 32px;
    background: url(jz20240919_wbtop.png) no-repeat center center;
    
}
.hd-auto-t3 a{
    font-size: 0;
}

.hd-auto-t2 img,.hd-auto-t3 img  {
    width: 100%;
}

.huitan20240919{
    display: block;
    margin: 80px auto;
    width:70%;
}
/* main */

.main {
    width: 100%;
    height: auto;
}


.gd0919{
    margin: 0 20px;
}
.gd0919 img{
    vertical-align: top;
}
.jj-img {
    margin: 0 auto;
    display: block;
    padding-top: 80px;
}

.jj-auto {
    width: auto;
    border: 2px solid #bed5f5;
    min-height: 228px;
    margin-top: 37px;
    position: relative;
}

.jj-s1 {
    position: absolute;
    left: 49px;
    top: -14px;
}

.jj-s2 {
    position: absolute;
    right: 49px;
    bottom: -14px;
}

.jj-content {
    width: auto;
    height: auto;
    padding: 40px;
    color: #333333;
    line-height: 40px;
    font-size: 20px;
    text-indent: 40px;
}

.jj-content a {
    display: inline-block;
    color: #206fdb;
    font-size: 20px;
    text-indent: 0;
}

.jj-content a:hover {
    font-weight: bold;
}

.sp {
    width: 100%;
    margin-top: 50px;
}

.sp-left {
    width: 520px;
    height: 290px;
    border: 4px solid #206fdb;
    overflow: hidden;
    position: relative;
}

.sp-left a .img1 {
    width: 100%;
}

.sp-left a .sp-left-img {
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    cursor: pointer;
}

.sp-right {
    width: 447px;
}

.sp-right-timg1 {
    margin-top: 4px;
    /* animation: load 2s linear infinite; */
}

@keyframes load {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate( 360deg);
    }
}

.sp-right-t1 a {
    margin-top: 5px;
    color: #8a8a8a;
    line-height: 40px;
    font-size: 18px;
}

.sp-right-t1 a:hover {
    color: #206fdb;
}

.sp-right-timg3 {
    width: 100%;
}

.sp-right-ul {
    width: 100%;
    margin-top: 5px;
}

.sp-right-ul li {
    width: 100%;
}

.sp-right-ul li img {
    margin-top: 10px;
    padding: 7px;
}

.sp-right-ul li a {
    font-size: 20px;
    line-height: 37px;
    color: #333333;
    width: auto;
}

.sp-right-ul li a:hover {
    color: #206fdb;
}

.hdrc {
    width: 1100px;
    margin: 0 auto;
    margin-top: 30px;
    background: url(jz20240919_bg3.png) no-repeat center center;
    border-radius: 10px;
    height: 487px;
}

.hdrc-img {
    margin: 0 auto;
    display: block;
    
}

.hdrc-div {
    width: 100%;
    position: relative;
   
}

.hdrc-div-auto {
    width: 780px;
    height: 100%;
    padding: 24px 10px;
    background: #ffffff;
    border-radius: 10px;
    margin: 40px;
}
.hda {
    width: 99%;
    height: 350px;
    overflow-y: scroll;
    padding: 2%;
}
.hdrc-div-auto p {
    text-align: center;
}

.hdrc-div-auto img {
    max-width: 100% !important;
}

.hdrc-div-auto::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    /**/
}

.hdrc-div-auto::-webkit-scrollbar-track {
    background: rgb(239, 239, 239);
    border-radius: 2px;
}

.hdrc-div-auto::-webkit-scrollbar-thumb {
    background: #206fdb;
    border-radius: 10px;
}

.hdrc-div-auto::-webkit-scrollbar-thumb:hover {
    background: #206fdb;
}

.hdrc-div-auto::-webkit-scrollbar-corner {
    background: #206fdb;
}

.hdrc-ul {
    width: 188px;
    height: auto;
    position: absolute;
    top: 42px;
    left: 50px;
    background: url(jz20240919_bg2.png) no-repeat center center;
}
.hdrc-ul li  {
    color: #ffffff;
    font-size: 22px;
}
.hdrc-ul li a {
    color: #ffffff;
    font-size: 22px;
    display: block;
    width: 100%;
    height: 100%;
    background: url(jz20240919_bg5.png) no-repeat 86% center;
}
.hdrc-ul li.active  {
    color: #0969fc;
    font-size: 22px;
}
.hdrc-ul li.active a{
    color: #0969fc;
    font-size: 22px;
    background: url(jz20240919_bg4.png) no-repeat 90% center;
}
.hdrc-ul li.active {
    color: #0969fc;
    font-size: 22px;
    background: url(jz20240919_bg4.png) no-repeat 90% center;
}
.hdrc-ul li:hover {
    color: #0969fc;
}

.hdrc-ul li:hover a {
    color: #0969fc;
}


.hide {
    display: none;
}

.tkjzh {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    margin-top: 50px;
}

.tkjzh img {
    display: block;
    margin: 0 auto;
}

.tkjzh-auto {
    width: 100%;
    margin-top: 30px;
    height: 434px;
}


/* ft */

.ft {
    width: 100%;
    height: 300px;
}

.ft-auto {
    width: 1200px;
    margin: 0 auto;
    height: 230px;
    padding-top: 90px;
    background: url(ft0919.jpg) no-repeat center center;
}



.sp-right-t1 {
    width: 100%;
    height: 53px;
    background: url(jz20240919_div1.png) no-repeat 0 bottom;
}

.hdrc-ul li {
    width: 100%;
    height: 48px;
    background: url(jz20240919_bg2.png) no-repeat center center;
    text-align: center;
    line-height: 48px;
    margin-bottom: 17px;
    cursor: pointer;
}

.hdrc-ul li:hover {
    background: url(jz20240919_bg1.png) no-repeat center center;
}

.hdrc-ul li.active {
    background: url(jz20240919_bg1.png) no-repeat center center;
}

.swiper-button-prev {
    position: absolute;
    top: 50%;
    left: -5%;
    width: 58px;
    height: 58px;
    background: url(20240919left.png) no-repeat center center;
    cursor: pointer;
    z-index: 9999999;
}
.swiper-button-prev:hover {
    position: absolute;
    top: 50%;
    left: -5%;
    width: 58px;
    height: 58px;
    background: url(20240919left1.png) no-repeat center center;
    cursor: pointer;
    z-index: 9999999;
}

.swiper-button-next {
    position: absolute;
    top: 50%;
    right: -5%;
    width: 58px;
    height: 58px;
    background: url(20240919right1.png) no-repeat center center;
    cursor: pointer;
    z-index: 9999999;
}
.swiper-button-next:hover {
    position: absolute;
    top: 50%;
    right: -5%;
    width: 58px;
    height: 58px;
    background: url(20240919right.png) no-repeat center center;
    cursor: pointer;
    z-index: 9999999;
}
.swiper4 .pagination {
    position: absolute;
    left: 0;
    text-align: center;
    bottom: -120px;
    width: 100%;
}

.swiper4 .swiper-pagination-switch {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #b4b5b7;
    margin: 0 5px;
    cursor: pointer;
    border-radius: 50%;
}

.swiper4 .swiper-active-switch {
    background: #0b518a;
}

.swiper4 {
    position: relative;
}

.swiper-slidea2 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    padding: 0 2%;
    background: rgba(0, 0, 0, 0.5);
    height: 60px;
    line-height: 60px;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
}

.swiper-slidea2 a {
    display: block;
    width: auto;
    color: #ffffff;
    font-size: 18px;
    padding: 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hd1-auto{
    width: 1286px;
    margin: 0 auto;
    height: 508px;
    background: url(jj20240919.png) no-repeat center center;
    margin-top: 205px;
}
.hd1-left {
    width: 724px;
    height: 410px;
    margin: 18px 19px 0 19px ;
}
.hd1-right {
    width: 380px;
    height: 320px;
    margin: 110px 70px 0 0;
}
.jjtop20240919{
    width: 250px;
    display: block;
}
.jjcontent0919{
    font-size: 18px;
    text-indent: 36px;
    color: #ffffff;
    line-height: 32px;
    padding-top: 20px;
}
.jjcontent0919 a{
    font-size: 18px;
    text-indent: 36px;
    color: red;
    line-height: 32px;
    font-weight: bold;
}
.img-xwzx0919{
    display: block;
    margin: 0 auto;
}
.img-rcap0919{
    display: block;
    margin: 0 auto;
    padding-top: 200px;
}

.xwzx0919{
    
}
.tkjzh0919{
    width: 100%;
    padding: 50px 0;
    height: 900px;
    background: #edf5ff;
}
.hdrc0919{
    width: 100%;
    padding: 50px 0 100px 0;
    background: url(bg0919.png) no-repeat top center;
}
.ul0919{
    width: 1200px;
    margin: 0 auto;
}
.ul0919 ul {
    width: 50%;
    margin: 30px 0;
    /* display: flex;
    justify-content: space-between;
    flex-wrap: wrap; */
    height: 591px;
}
.ul0919 ul li{
    width: 98%;
    margin-bottom: 20px;
    margin-left: 2%; 
    
}
.ul0919 ul li .a1{
    height: 60px;
    line-height: 60px;
    background: #0969fc;
    color: #ffffff;
}
.ul0919 ul li .a1 a{
    width: 100%;
    padding: 0 2%;
    display: block;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    font-size: 20px;
    color: #ffffff;
}
.ul0919 ul li .a2{
    color: red;

}
.ul0919 ul li .aa{
    font-size: 16px;
    line-height: 32px;
    color: #797979;
    padding: 10px 20px 0 30px;
    text-align: justify;
}
.overflow .aa{
    height: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    background: #0969fc;

}
.overflow .a1{
    background: #d6e7ff !important;
   

}
.overflow .a1 a{
    color: #33312f !important;
}
.nonde{
    display: none !important;
}
.guidang {
    position: absolute;
    right: 100px;
    top: 142px;
    width: 300px;
    height: 206px;
}

.guidang img {
    width: 100%;
}
.jjcontent0919 div{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}