@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    transition: all 0.6s;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

input,
select {
    outline: none;
    border: 0;
}

body {
    width: 100%;
    height: 100%;
    font-family: "Microsoft yahei", "simhei", "simsun";
}

img {
    border: 0;
}

:hover {
    transition: all 0.6s;
}

body {
    background: #fff url(szfzt_dbyblh_bg20230822bg.jpg) no-repeat top center;
}

.banner {
    max-width: 1400px;
    margin: 0 auto 50px;
    height: 300px;
}

.logo {
    width: 100%;
    margin-left: 15px;
    /* margin: 80px 0 50px; */
}

.main_logo img {
    margin-top: 41px;
    /* margin-top: 50px; */
}

.szf_logo {
    margin-top: 0;
}

.szf_logo img {
    /* height: 46px; */
}

.c {
    margin: 0 auto;
    width: 1400px;
}

.c_b {
    padding: 10px 1%;
    overflow: hidden;
    border-radius: 10px;
    background: #fff;
}

.lj {
    width: 100%;
    height: auto;
}

/*图片轮播*/
.top_new {
    display: block;
    margin: 20px 0;
    text-align: center;
}

.top_new a {
    display: flexbox;
    line-height: 46px;
    font-size: 32px;
    color: #303030;
    font-weight: bold;
}

.swiper_main {
    width: 48%;
    overflow: hidden;
    padding-bottom: 44px;
}

.new_swiper {
    display: flex;
    justify-content: space-between;
}

.new_swiper .swiper-slide {
    height: 387px;
    position: relative;
}

.new_swiper .swiper-slide img {
    height: auto !important
}

.new_swiper .swiper-slide p {
    color: #Fff;
    position: absolute;
    bottom: -44px;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    font-size: 20px;
    line-height: 57px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    padding: 0 8%;
    white-space: nowrap;
    box-sizing: border-box;
    border-radius: 5px;
}

.zhdt_bg {
    margin-top: 50px;
    width: 100%;
    background: #f3f8ff url(szfzt_fbyblh_zly_20230822zhdtbg.png) repeat-x top;
    min-height: 20px;
    padding-bottom: 20px;
}

.swiper_main {
    position: relative;
}

.swiper_main .swiper-button-next,
.swiper-button-prev {
    top: 397px;
    width: 30px;
    height: 56px;
    background: #138ad0;
    color: #fff;
    text-align: center;
    line-height: 57px;
}

.swiper_main .swiper-button-next {
    right: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.swiper_main .swiper-button-next::before {
    display: inline-block;
    content: ' ';
    font-size: 38px;
    font-family: cursive;
    background: url(szfzt_zhdtbt_zly_btnr120230822.png) no-repeat center;
    background-size: auto 24px;
    width: 14px;
    height: 24px;
    margin-top: 16px;
}

.swiper_main .swiper-button-prev {
    left: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.swiper_main .swiper-button-prev::before {
    display: inline-block;
    content: ' ';
    font-size: 38px;
    font-family: cursive;
    background: url(szfzt_zhdtbt_zly_btnl120230822.png) no-repeat center;
    background-size: auto 24px;
    width: 14px;
    height: 24px;
    margin-top: 16px;
}

.newl {
    width: 49%;
    height: auto;
    float: left;


}

.tzbannerbt {
    display: inline-block;
    margin-left: 5%;
    width: 400px;
    margin-top: 5px;
    height: 40px;
}

.tzbannerbt img {
    width: 100%;
    height: auto;
}



.mt20 {
    margin-top: 20px;
}

.newlc .tit {
    text-align: center;
    margin: 20px 0;
    font-size: 26px;
    line-height: 60px;
    color: #b42220;
    letter-spacing: 2px;
    font-weight: bold;
}

.newlc .titb {
    width: 92%;
    text-indent: 28px;
    text-align: justify;
    font-size: 18px;
    line-height: 31px;
    color: #666;
    margin: 0 auto;
}

.newlc .titan {
    width: 100%;
    display: flex;
    text-align: center;
    margin: 30px auto 0 auto;
}

.newlc .titan a {
    display: inline-flex;
    margin: 0 auto;
    padding: 14px 8%;
    background: #e78849;
    border-radius: 3px;
    color: #fff;
    font-size: 18px;
    text-align: center;
}

.newlc .titan a:hover {
    opacity: 0.9;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* background: #fff; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 4px;
}

.swiper-slide img {
    height: 478px;
    width: 100%;
    border-radius: 4px;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 20px !important;
}

.swiper-pagination {
    right: 0;
}

.swiper-pagination-bullet {
    float: right;
    width: 21px;
    height: 21px;
    border-radius: 10px;
    opacity: 1;
    color: #fff;
    background: url(swiper_pagination_Xu211124.png) no-repeat;
    background-size: 21px;
    margin: 0 13px;
    /* transition: background-color 0.5s; */
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 21px;
    height: 21px;
    background: url(star_Xu211124.png) no-repeat;
    background-size: 21px;
    margin-top: 0;
}

.swiper-pagination-bullet:first-child {
    margin-left: 0;
}

.swiper-pagination-bullet:last-child {
    margin-right: 0;
}

.slide_text {
    text-align: left;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    bottom: 0;
    width: 97%;
    height: auto;
    color: #fff;
    line-height: 57px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding-left: 3%;
    height: 57px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.slide_text a {
    display: inline-block;
    font-size: 20px;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.slide_text .docTime {
    margin-left: 20px;
}

.slide_text .swiper-slide {
    background: none;
}

.swiper-pagination-bullet {
    opacity: 1 !important;
    background: #cb3e3e !important;
    width: 24px !important;
    height: 7px !important;
    border-radius: 3px !important;
}

.swiper-pagination-bullet-active {
    background: #ffffff !important;
}

.szyw {
    margin-left: 1%;
    width: 42%;
    float: left;
    background: #fff;
    padding: 10px 2%;
    height: 460px;
    overflow: hidden;
}

.szywul {
    width: 100%;
    margin: 13px 0 20px;
    overflow: hidden;
}

.szywul li {
    margin: 0 15px;
    float: left;
    position: relative;
}

.szywul li:first-child::before {
    display: none;
}

.szywul li::before {
    position: absolute;
    display: inline-block;
    content: '';
    width: 1px;
    height: 20px;
    background: #f9e5e5;
    left: -16px;
    top: 6px;
}

.szywul li a {
    font-size: 24px;
    font-weight: bold;
    color: #434343;
}

.szywul li.cur a {
    color: #b3382c;
}

.tab-con {
    display: none;
}

.new_list {
    width: 100%;
    overflow: hidden;
    display: block;
}

.currency_ul li {
    margin-top: 0;
    clear: both;
    display: table;
    line-height: 42px;
    overflow: hidden;
    height: 50px;
    padding: 10px 2%;
    width: 98%;
    border-bottom: #dcdcdc 1px solid;
}

.currency_ul li:last-child {
    margin-bottom: 0px;
}

/*最新动态*/
.zxdt {
    float: left;
    margin-left: 3%;
    width: 47%;

}

.txttop {
    width: 100%;
    background: url(szfzt_yhsy_zly_20230713titrbgl.png) no-repeat top right;
    background-size: 40% 100%;
    height: 80px;
    right: 0;
    overflow: hidden;
    position: relative;
}

.txttop::before {
    position: absolute;
    display: inline-block;
    content: '';
    width: 70%;
    right: 20px;
    height: 1px;
    background: #3556af;
    bottom: 15px;

}

.txttop::after {
    position: absolute;
    display: inline-block;
    content: '';
    width: 70%;
    height: 1px;
    background: #3556af;
    bottom: 11px;
    right: 0;

}

.txttop a img {
    margin-top: 30px;
    float: left;
    height: 42px;
}

.txttop a span {

    position: absolute;
    color: #666;
    font-size: 16px;

    right: 0;
    bottom: 22px;
}

/*大标题*/
.txttopc {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.txttopc_c {
    display: inline-block;
    float: left;
    width: 20%;
    height: 80px;
    text-align: center;
}

.txttopc_c img {
    margin-top: 36px;
    height: 43px;
}

.txttopc_l {
    width: 40%;
    float: left;
    background: url(szfzt_yhsy_zly_20230713titrbgr.png) no-repeat top left;
    background-size: 40% 100%;
    height: 80px;
    right: 0;
    overflow: hidden;
    position: relative;
}

.txttopc_l::before {
    position: absolute;
    display: inline-block;
    content: '';
    width: 90%;
    left: 20px;
    height: 1px;
    background: #3556af;
    bottom: 15px;
}

.txttopc_l::after {
    position: absolute;
    display: inline-block;
    content: '';
    width: 90%;
    height: 1px;
    background: #3556af;
    bottom: 11px;
    left: 0;
}

.txttopc_r {
    width: 40%;
    float: left;
    background: url(szfzt_yhsy_zly_20230713titrbgl.png) no-repeat top right;
    background-size: 40% 100%;
    height: 80px;
    right: 0;
    overflow: hidden;
    position: relative;
}

.txttopc_r::before {
    position: absolute;
    display: inline-block;
    content: '';
    width: 90%;
    right: 20px;
    height: 1px;
    background: #3556af;
    bottom: 15px;
}

.txttopc_r::after {
    position: absolute;
    display: inline-block;
    content: '';
    width: 90%;
    height: 1px;
    background: #3556af;
    bottom: 11px;
    right: 0;
}


.ultxt {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ultxt li {
    width: 100%;
    position: relative;
    margin-bottom: 22px;
}

.ultxt li a {
    width: 96%;
    display: block;
    text-overflow: ellipsis;

    font-size: 20px;
    line-height: 32px;
    padding-left: 2%;
    transition: color 0.2s;

}

.ultxt li::before {
    content: " ";
    width: 8px;
    height: 10px;
    background: url(szfzt_fbyblh_zly_20230822libg.png);
    background-size: 100%;
    display: block;
    position: absolute;
    top: 11px;
}

.ultxt li a:hover {
    color: #e51a1e;
}

.tit {


    display: block;
}

.tit a img {
    height: 88px;
    background: #fff;
}

.pos_r {
    position: relative;
}
.pos_r .title{
    line-height: 120px;
    font-size: 32px;
    color: #204dbb;
    font-weight: bold;
}
.picture .picture_list{
    display: flex;
    justify-content: space-between;
}
.picture .picture_list li{
    width: 23%;
}
.picture .picture_list li img{
    width: 100%;
    height: 183px;
    border-radius: 5px;
}
.picture .picture_list li p{
    margin-top: 10px;
    line-height: 24px;
}
.pos_a {
    position: absolute;
    top: -34px;
}

.zhdt li {
    width: 49%;
    float: left;
    margin: 0 1% 22px 0;
}

.zhdt li::before {
    background: #0c6ee9;
    width: 8px;
    height: 8px;
    border-radius: 10px;

}

/*图片滚动*/
.tplb {
    width: 100%;
    height: 700px;
    background: #f9f9f9;
    border-radius: 5px;
    margin-top: 40px;
    padding: 0;
}

.p-40 {
    padding-top: 40px;
}

.tplb .swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.tplb .swiper-slide {
    background-size: cover;
    background-position: center;
}

.tplb .swiper-slide {
    background-size: 100%;
    height: auto;

}

.tplb .gallery-top .swiper-slide {
    background-size: 50%;
    height: auto;
    background-repeat: no-repeat;
    background-position: left;
}

.tplb .gallery-top .pic {
    width: 60%;
    float: left;
}

.tplb .gallery-top .pic a {
    display: block;
    position: relative;
    width: 98%;
    height: 534px;
}

.tplb .gallery-top .pic a::after {
    position: absolute;
    bottom: -10px;
    right: -20px;
    content: '';
    background: #0c6ee9;
    border-radius: 10px;
    width: 80%;
    height: 80%;
    display: inline-block;
    z-index: 1;

}

.tplb .gallery-top .pic a img {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3;
    left: 10px;
}

.tplb .gallery-top .pic a::before {
    position: absolute;
    content: '';
    background: #0c6ee9;
    border-radius: 10px;
    width: 80%;
    height: 80%;
    display: inline-block;
    top: -10px;
    left: 0;
    z-index: 1;
}

.tplb .gallery-top .txt {
    width: 38%;
    margin-left: 2%;
    float: left;
}

.tplb .gallery-top .txt b {
    font-size: 30px;
    line-height: 46px;
    color: #303030;
    display: block;
    float: left;
    width: 80%;
    padding: 10px 0;
}

.tplb .gallery-top .txt p {
    display: inline-block;
    width: 60%;
    margin-top: 20px;
    color: #999;
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
    padding: 0 30% 0 10%;
    float: left;
}

.tplb .gallery-top .txt .more {
    display: inline-block;
    padding: 10px 30px;
    background: #0c6ee9;
    color: #fff;
    float: left;
    margin-top: 20px;
    margin-left: 10%;
    border-radius: 4px;
}

.tplb .gallery-top {
    height: 80%;
    width: 100%;
}

.tplb .gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.tplb .gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.tplb .gallery-thumbs .swiper-slide-active {
    opacity: 1;
}

.tplb .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background: url(szfzt_zhdtbt_zly_btnr20230822.png) no-repeat;
    background-size: 48px auto;
    top: 456px;
    right: 30px;
    width: 48px;
    height: 48px;
}

.tplb .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background: url(szfzt_zhdtbt_zly_btnl20230822.png) no-repeat;
    background-size: 48px auto;
    top: 456px;
    right: 177px;
    width: 48px;
    height: 48px;
    left: auto;
}

.tplb .swiper-slide img {
    width: 100%;
    height: 554px;
}



















.currency_ul li:hover {
    background: url(" libg_on_dkj_2021621.png") 0 6px no-repeat;
}

.currency_ul li a {
    color: #434343;
    vertical-align: middle;
    font-size: 20px;
    display: table-cell;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    width: 98%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 32px;
}

.currency_ul li span {
    display: none;
    float: right;
    color: #999999
}

.currency_ul a:hover {
    color: #1572cf;

}

.currency_ul li a::before {
    display: inline-block;
    content: "";
    border-radius: 2px;
    width: 8px;
    height: 8px;
    margin-right: 10px;
    background: #b3382c;
}

.currency_ul li.on {
    background: #f5f5f5;
    height: 48px;
    line-height: 48px;
    position: relative;
    border-radius: 5px;
}

.currency_ul li.on::before {
    display: none;
}

.currency_ul li.on a {
    margin-left: 100px;
    font-size: 18px;
    color: #086eb7;
}

.currency_ul li.on span {
    display: inline-block;
    position: absolute;
    left: 10px;
    background: #f8b551;
    padding: 0px 4px;
    color: #fff;
    line-height: 30px;
    top: 10px;
    border-radius: 3px;
}

.main_list {
    margin-top: 120px;
}

.pic_title {
    position: relative;
    background: url(zly_xxgc_szfzt_20230712tit.png) no-repeat center;
    background-size: 100%;
    text-align: center;
}

.pic_title a {
    margin: 0 auto;
    color: #e21837;
    font-size: 42px;
    font-family: "方正大标宋";
}

.pic_title a img {
    height: 42px;
}

.main_list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.main_list ul li {
    width: 49%;
    position: relative;
}

.main_list ul li a {
    width: 96%;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 40px;
    padding-left: 3%;
    transition: color 0.2s;
}

.main_list ul li::before {
    content: " ";
    width: 7px;
    height: 12px;
    background: url(zly_xxgc_szfzt_20230712bigtit_libg.png) no-repeat;
    display: block;
    border-radius: 6px;
    position: absolute;
    top: 15px;
}

.main_list ul li a:hover {
    color: #e51a1e;
}

.jujiao_main {
    margin-top: 19px;
}

.jujiao_main .list {
    margin-top: 5px;
}

.jujiao_main .top_news {

    margin-bottom: 20px;
}

.jujiao_main .top_news .title {
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
}

.jujiao_main .top_news .title a {
    width: 100%;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.jujiao_main .top_news .doccontent {
    color: #666666;
    text-indent: 35px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-bottom: 5px;
}

.jujiao_main .top_news .doccontent br {
    display: none;
}

.mtpl_main .top_news_border .title a {
    white-space: normal;
}

.pljd {
    width: 96%;
    height: auto;
    margin: 20px 2%;
    overflow: hidden;
}

.pljd a {
    display: inline-block;
    width: 30%;
    float: left;
    margin-left: 5%;
}

.pljd a:first-child {
    margin-left: 0;
}

.pljd a img {
    width: 100%;
    height: 200px;
}

.pljdlb {
    width: 96%;
    height: auto;
    margin: 20px 2%;
    overflow: hidden;
    display: flex;
}

.pljdlb dd:first-child {
    margin-left: 0 !important;
}

.pljdlb dd a {
    display: inline-block;
    font-size: 18px;
    color: #434343;
    line-height: 28px;
    font-weight: bold;
}

.pljdlb dd {
    display: inline-flex;
    display: inline-block;
    width: 45%;
    border: #ffebc9 1px solid;
    border-radius: 10px;
    padding: 10px 2%;
    margin-left: 2%;
}

.pljdlb dd p {
    margin-top: 20px;
    line-height: 28px;
    font-size: 16px;
    color: #666;
}

.pljdlb dd:hover {
    background: #fdfaef;
    border: #f9e2bb 1px solid;
}

.pljdlb dd:hover a {
    color: #f00;
}

/*投资机遇*/
.tzjy {
    width: 100%;
    margin: 10px auto;
    background: url(szfzt_zhdtbt_zly_tzjbbg20230822.png) no-repeat;
    background-size: 100%;
}

.bor-tz {

    background: rgba(255, 255, 255, 0.8);
    border: #a1c4f9 1px solid;
    border-radius: 5px;
    padding: 20px;
    min-height: 100px;
}

.tzbanner {
    background: url(szfzt_dbyblh_tzju20230822bg.jpg);
    background-size: 100% auto;
    width: 100%;
    line-height: 140px;
    height: 140px
}

.tzbanner b {
    display: inline-block;
    float: right;
    border: #fff 1px solid;
    color: #0a7db0;
    font-size: 16px;
    line-height: 28px;
    padding: 10px;
    margin: 34px;
    font-weight: normal;
    border-radius: 5px;
}

.tzbanner b a {
    display: inline-block;
    background: #fff;
    padding: 10px;
    color: #0a7db0;
    font-size: 18px;
    padding: 10px 20px;
    line-height: 28px;
}

.main2 {
    width: 90%;
    margin: 0 auto;
}

.main2 .linkButton {
    margin: 80px 0;
    display: flex;
    justify-content: space-between;
}

.main2 .linkButton li {
    width: 210px;
    height: 96px;
    border: 1px solid #5399cd;
    border-radius: 3px;
    /* overflow: hidden; */
    display: flex;
    align-items: center;
    position: relative;
}

.main2 .linkButton li .linkButton_wrap {
    width: 93%;
    height: 80px;
    margin: 0 auto;
    border: 1px solid #5399cd;
    border-radius: 3px;
    display: flex;
    align-items: center;
    text-align: center;
}

.main2 .linkButton li:nth-child(2),
.main2 .linkButton li:nth-child(2) .linkButton_wrap {
    border: 1px solid #e5d57c;
}

.main2 .linkButton li:nth-child(3),
.main2 .linkButton li:nth-child(3) .linkButton_wrap {
    border: 1px solid #81ccf2;
}

.main2 .linkButton li:nth-child(4),
.main2 .linkButton li:nth-child(4) .linkButton_wrap {
    border: 1px solid #bde2e4;
}

.main2 .linkButton li:nth-child(5),
.main2 .linkButton li:nth-child(5) .linkButton_wrap {
    border: 1px solid #f1c89f;
}

.main2 .linkButton li:nth-child(2) .big,
.main2 .linkButton li:nth-child(2) .medium,
.main2 .linkButton li:nth-child(2) .small {
    background: rgba(229, 213, 124, 0.38);
}

.main2 .linkButton li:nth-child(3) .big,
.main2 .linkButton li:nth-child(3) .medium,
.main2 .linkButton li:nth-child(3) .small {
    background: rgba(129, 204, 242, 0.38);
}

.main2 .linkButton li:nth-child(4) .big,
.main2 .linkButton li:nth-child(4) .medium,
.main2 .linkButton li:nth-child(4) .small {
    background: rgba(189, 226, 228, 0.38);
}

.main2 .linkButton li:nth-child(5) .big,
.main2 .linkButton li:nth-child(5) .medium,
.main2 .linkButton li:nth-child(5) .small {
    background: rgba(241, 200, 159, 0.38);
}

.main2 .linkButton li .linkButton_wrap p {
    display: inline-block;
    margin: 0 auto;
    font-size: 20px;
    transition: color 0.2s;
}

.main2 .linkButton li:nth-child(1) .linkButton_wrap p:hover {
    color: #5399cd;
}

.main2 .linkButton li:nth-child(2) .linkButton_wrap p:hover {
    color: #e5d57c;
}

.main2 .linkButton li:nth-child(3) .linkButton_wrap p:hover {
    color: #81ccf2;
}

.main2 .linkButton li:nth-child(4) .linkButton_wrap p:hover {
    color: #bde2e4;
}

.main2 .linkButton li:nth-child(5) .linkButton_wrap p:hover {
    color: #f1c89f;
}

.main2 .linkButton li .icon {
    background-color: #fff;
    width: 39px;
    height: 30px;
    position: absolute;
    z-index: 99;
    bottom: -10px;
    left: -9px;
    padding-top: 2px;
    padding-left: 2px;
}

.main2 .linkButton li .icon_right {
    bottom: auto;
    left: auto;
    top: -5px;
    right: -20px;
}

.main2 .linkButton li .big,
.main2 .linkButton li .medium,
.main2 .linkButton li .small {
    position: absolute;
    background: rgba(58, 112, 195, 0.38);
}

.main2 .linkButton li .big {
    width: 22px;
    height: 22px;
    border-radius: 3px;
    bottom: 8px;
    left: 2px;
}

.main2 .linkButton li .medium {
    width: 17px;
    height: 17px;
    border-radius: 3px;
    left: 15px;
    bottom: 1px;
}

.main2 .linkButton li .small {
    width: 9px;
    height: 9px;
    border-radius: 3px;
    right: 0;
    top: 0;
}

@media screen and (max-width: 1440px) {
    .c,.banner {
        width: 1200px;
    }
}

@media screen and (max-width: 1280px) {
    .c,.banner {
        width: 1080px;
    }
}

@media screen and (max-width: 1024px) {
    .logo {
        margin: 20px auto;
    }

    .zxdt {
        width: 98%;
        margin: 0 1%;
    }

    .zcjdl {
        width: 98%;
        margin: 0 1%;
    }

    .tj {
        width: 98%;
        margin: 0 1%;
    }

    .bsfw li {
        float: left;
        width: 28%;
        margin: 5px 1% !important;
    }

    .bsfw {
        margin: 0 !important;
    }

    .dxzfl {
        width: 98%;
        margin: 0 1%;
    }

    .dxzfl_b {
        height: auto;
        margin-bottom: 20px;
    }

    .dxzfr {
        width: 98%;
        margin: 0 1%;
    }

    .newl {
        width: 100%;
        height: auto;
        float: none;
    }

    .szyw {
        margin: 20px 0;
        width: 98%;
        float: none;
        padding: 10px 1%;
        height: auto;
    }

    .pljd a img {
        height: auto;
    }

    .c {
        width: 97%;
    }
}

@media screen and (max-width: 768px) {
    .newlc .tit {
        font-size: 1.2rem;
        line-height: 2.5rem;
    }

    .newlc .titb {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .newlc .titan a {
        font-size: 1rem;
        padding: 0.5rem 1rem;
    }

    .txttop a img {
        margin-top: 44px;
        float: none;

    }

    .txttop::before {
        display: none;
    }

    .txttop::after {
        display: none;
    }

    .txttopc_l {
        display: none;
    }

    .txttopc_r {
        display: none;
    }

    .txttopc_c {
        width: 100%;
        text-align: center;
        float: none;
    }

    .zcjdl {
        width: 94%;
        margin: 0 1%;
    }

    .txttop {
        background: none;
        text-align: center;
    }

    .txttop a span {
        display: none;
    }

    .swiper-slide img {
        width: 116%;
        height: 478px;
    }

    .bsfw li {

        width: 45%;
        margin: 5px 1% !important;
    }

    .dxzfl_t {
        height: 5rem;
        width: 80%;
        padding: 0 10%;
    }

    .dxzfl_b {
        font-size: 1rem;
    }

    .dxzfl_t a {
        font-size: 1rem;
    }

    .main_list ul {
        width: 100%;
        display: block;
    }

    .main_list ul li {
        width: 100%;
    }

    .pljdlb {
        display: block;
    }

    .ultxt li::before {
        top: 8px;
    }

    .ultxt li a {
        font-size: 1rem;
        white-space: break-spaces;
        line-height: 1.5rem;
        margin-bottom: 20px;
    }

    .zhdt li {
        width: 100%;
    }

    .pos_a {
        width: 100%;
        text-align: center;
    }

    .zcjdl_t b {
        font-size: 0.925rem;
    }

    .zcjdl_t a {
        font-size: 1.2rem;
    }

    .dxzfrul li a {
        font-size: 1rem;
        line-height: 1.5rem;
        white-space: break-spaces;
    }

    .dxzfrul li::before {
        top: 19px;
        left: 12px;
    }

    .pljd a img {
        height: auto;
    }

    .pljdlb dd {
        width: 95%;
        margin: 10px auto;
    }

    .szywul li a {
        font-size: 1.2rem;
    }

    .currency_ul li a {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .pic_title a img {
        height: 21px;
        background: #fff;
        margin-bottom: 5px;
        padding: 0 10px;
    }

    .main_list {
        margin-top: 0;
    }

    .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 0px !important;
    }

    .swiper-pagination-bullet {
        float: none;
    }

    .swiper-slide {
        font-size: 1rem;
    }

    .lj {
        text-align: center;
    }

    .lj li {
        margin: 0 auto;
        width: 32%;
        float: none;
        display: inline-block;
    }

    .szf_logo img {
        height: 26px;
    }

    .main_logo img {
        width: 90%;
        margin-top: 20px;
    }

    .new_swiper {
        display: block;
    }

    .new_swiper .swiper-slide {
        width: 100% !important;
    }

    .new_swiper .swiper-slide {
        height: auto;

    }

    .new_swiper .swiper-slide img {
        width: 100%;
        height: auto !important;
    }

    .top_new a {
        font-size: 1, 5rem;
        line-height: 3rem;
    }

    .ultxt li {
        margin-bottom: 0;
    }

    .swiper_main {
        width: 100%;
    }

    .banner {
        width: 90%;
        height: auto;
        margin: 0 auto 20px;
    }

    body {

        background-size: 500%;
    }
    .picture .picture_list{
        flex-wrap: wrap;
    }
    .picture .picture_list li{
        width: 49%;
        margin-top: 1rem;
    }
    .banner .logo {
        width: 100%;
        text-align: center;
        margin: 0 0 20px;
    }
    .picture .picture_list li img{
        height: auto;
        max-height: 110px;
    }
    .slide_text a {
        font-size: 1rem;
    }

    .szywul li {
        margin: 0 5px;
    }

    .szywul li::before {
        left: -5px;
    }

    .jujiao_main .top_news .title {
        font-size: 1rem;
    }

    .jujiao_main .top_news .doccontent {
        font-size: 0.925rem;
        line-height: 1.8rem;
    }

    .main_list ul li a {
        padding: 10px 0;
        width: 96%;
        white-space: inherit;
        line-height: 2rem;
        padding-left: 3%;
        transition: color 0.2s;
        font-size: 1rem;
        border-bottom: #dcdcdc 1px dashed;
    }

    .main_list ul li::before {
        top: 21px;
    }

    .pljdlb dd a {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .pljd a {

        width: 32%;

        margin-left: 1%;
    }

    .tit {
        width: 100%;
        text-align: center;
    }

    .tplb {
        padding: 10px 1%;
        width: 98%;
        height: auto;
        padding-bottom: 20px;
    }

    .tplb .swiper-slide {
        display: inline-block;
    }

    .tplb .gallery-top .pic {
        width: 100%;
        height: 220px;
    }

    .tplb .gallery-top .pic a {
        height: auto;
    }

    .tplb .gallery-top .pic a img {
        height: auto;
        left: 0;
    }

    .tplb .gallery-top .txt {
        width: 100%;
        margin: 0;
    }

    .gallery-thumbs {
        display: none;
    }

    .tplb .gallery-top .txt b {
        display: block;
        width: 100%;
        text-align: center;
    }

    .tplb .gallery-top .txt p {
        padding: 0 1%;
        width: 97%;
    }

    .tplb .gallery-top .txt .more {
        margin-left: 1%;
    }

    .tzbanner b {
        display: none;
    }

    .main2 .linkButton {
        margin: 0;
        display: inline-block;
    }

    .main2 .linkButton li {
        display: inline-block;
        width: 100%;
        margin-bottom: 20px;
    }

    .tzbannerbt {
        margin: 0;
        width: 100%;
    }

    .swiper_main .swiper-button-next,
    .swiper-button-prev {}

    .tzbanner {
        background: url(szfzt_dbyblh_tzju20230822bg1.jpg);
        background-size: 100% auto;
        width: 100%;
        line-height: 140px;
        height: 140px;
    }

}