@charset "utf-8";

/* css document*/
/* reset*/
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
    /* [disabled]margin:0;*/
    padding: 0;
    font-family: "microsoft yahei", "simhei", "simsun";
    color: #394351;
    margin: 0;
    font-size: 16px
}

p {
    padding: 0;
    font-family: "microsoft yahei", "simhei", "simsun";
    color: #394351;
    margin: 0;
}

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

html,
body,
fieldset,
img,
iframe,
abbr {
    border: 0;
}

i,
cite,
em,
var,
address,
dfn {
    font-style: normal;
}

[hidefocus],
summary {
    outline: 0;
}

li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
    font-size: 100%;
    font-weight: normal
}

sup,
sub {
    font-size: 83%;
}

pre,
code,
kbd,
samp {
    font-family: inherit;
}

q:before,
q:after {
    content: none;
}

textarea {
    overflow: auto;
    resize: none;
}

label,
summary {
    cursor: default;
}

a,
button {
    cursor: pointer;
}

del,
ins,
u,
s,
a,
a:hover {
    text-decoration: none;
}

a {
    color: #1f1f1f;
    font-family: "microsoft yahei";
}

a:hover {
    color: #bf0d0d
}

.f_right {
    float: right !important
}

.f_left {
    float: left !important
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clearfix {
    * height: 1%;
}

*,
:before,
:after {
    box-sizing: border-box;
}

img {
    border: 0;
    display: block
}

body {
    background: url(/uploads/image/images/snw_rsfzzt_20241121_bodybg.jpg) no-repeat top center;
    background-size: 100% auto;
}

.c {
    width: 1440px;
    margin: 0 auto;
    padding: 10px;
    overflow: hidden;
}

.logo_img {
    float: left;
    width: 100%;
    height: auto;
    margin-top: 22px;
}

.logo_img a img {
    height: 50px;
}

h1 {
    display: inline-block;
    margin: 150px auto 100px auto;
    width: 100%;
}

h1 img {
    height: 201px;
    margin: 0 auto;
}

.cbg {
    border: #fff 10px solid;
    background: #fff;
    border-radius: 10px;

}

.qy {
    background: url(/uploads/image/images/snw_rsfzzt_20241121_qybg.jpg) no-repeat;
    background-size: 100% auto;
    padding: 20px 10%;
    color: #fff;
    font-size: 20px;
    line-height: 42px;
}

.tit_banner {
    width: 100%;
    margin: 20px auto;
    background: url(/uploads/image/images/snw_rsfzzt_20241121_titbg.png) no-repeat center;
    background-size: auto 120px;
    position: relative;
    height: 120px;
}

.tit_banner a img {
    width: auto;
    height: 80px;
    margin: 0 auto;
}

.tit_banner .more {
    display: inline-block;
    position: absolute;
    right: 5%;
    top: 40%;
}

.tit_banner .more a img {
    height: 36px;
    width: auto;
}

.xlist {
    background: url(/uploads/image/images/snw_ymkjl_20241121_mtsjbg.png) no-repeat;
    background-size: 100% auto;
    overflow: hidden;
}

.xlist_l {
    width: 48%;
    float: left;
    position: relative;
    padding: 0 10px 10px 10px;
    height: 450px;
    background: #fff;
    overflow: hidden;
}

.xlist_l::before {
    background: #1ba3f3;
    content: '';
    display: inline-block;
    width: 450px;
    height: 400px;
    position: absolute;
    left: 0;
    bottom: 0;
}

/*图片滚动*/
.swiper-container {

    width: 100%;
    height: 100%;
    color: #fff;

    border: #fff 10px solid;
    text-align: center;

}


.swiper-slide a {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
}

.swiper-slide a img {
    width: 100%;
    height: 450px;
}

.swiper-slide a .title {
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    text-align: left;
    color: #fff;
    width: 100%;
    font-size: 18px;
    z-index: 999;
    line-height: 45px;
    bottom: 20px;
    padding-left: 5%;
}

.pagination {
    position: absolute;
    z-index: 20;
    right: 10px;
    bottom: 10px;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background: #fff;
    margin-right: 5px;


    cursor: pointer;
}

.swiper-visible-switch {
    background: #aaa;
}

.swiper-active-switch {
    background: #1654c5;
}

.xlistul {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.xlistul li {
    margin-top: 26px;
    position: relative;
    line-height: 20px;
}

.xlistul li::before {
    display: inline-block;
    content: '';
    background: url(/uploads/image/images/snw_rsfzzt_20241121_icon.png) no-repeat;
    width: 6px;
    height: 12px;
    background-size: 100% auto;
    position: absolute;
    top: 5px;
    left: 0;
}

.xlistul li a {
    font-size: 18px;
    margin-left: 2%;
    display: inline-block;
    overflow: hidden;
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
}

.xlistul li span {
    color: #999;
    font-size: 18px;
    margin-left: 4px;
}

.xlistul li.first::before {
    display: none;
}

.xlistul li.first {
    margin: 0 auto;
    border-bottom: #84cdf9 1px solid;
    text-align: center;
    overflow: hidden;
    line-height: 40px;
}

.xlistul li.first a {
    font-size: 24px;
    color: #2d6391;
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
}

.xlistul li.first span {
    margin: 10px auto;
    display: inline-block;
    width: 100%;
    line-height: 28px;
    font-size: 16px;
    color: #999;
    text-align: left;
    text-align: justify;
}

.spzq_c {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.spzq_l {
    float: left;
    width: 68%;
    height: auto;
}

.spzq_l a {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 100%;
}

.spzq_l a p {
    display: inline-block;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 18px;
    line-height: 60px;
    text-align: center;
}

.spzq_l a img {
    width: 100%;
    height: 440px;
}

.spzq_r {
    float: left;
    width: 28%;
    height: auto;
    margin: 0 auto;
}

.spzq_r a {
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin-left: 2%;
    width: 98%;

    display: inline-block;
    float: left;
}

.spzq_r a p {
    display: inline-block;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

.spzq_r a img {
    width: 100%;
    height: 209px;
}

.xlist_r {
    width: 48%;
    float: left;
    margin-left: 4%;
}

.xximg {
    padding: 7%;
}

.xximg a img {
    width: 100%;
    height: auto;
}

.mt40 {
    margin-top: 40px !important;
}

.p0 {
    padding: 0;
}

.dqwz {
    background: #f7f7f7;
    border: 10px;
    line-height: 30px;
    color: #999;
    padding: 10px;
}

.dqwz a {
    color: #2d6391;
}

.ejy {
    width: 98%;
    margin: 10px 1%;
}

.ejy li {
    border-bottom: #f7f7f7 dashed 1px;
    padding-bottom: 20px;
    overflow: hidden;
}

.ejy li a {
    margin-left: 2%;
}

.ejy li span {
    float: right;
}

.pageszly {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.pageszly a {
    border: 1px solid #ddd;
    padding: 10px 10px;
    margin-left: 5px;
    border-radius: 2px;

    color: #555;
}

.pageszly a:hover {
    border: 1px solid #ddd;
    padding: 10px 10px;
    margin-left: 5px;
    border-radius: 2px;

    color: #fff;
    background-color: #ad1010;
}

.pageszly .current {
    background: #ad1010;
    color: #fff;
    cursor: pointer;
}

.sjdx {
    width: 100%;
    color: #999;
    font-size: 14px;
    border-bottom: #d7d7d7 1px solid;
    padding: 10px;
    overflow: hidden;
    margin: 10px 0;
}

.sjdx dt,
.sjdx dd {
    display: inline-block;
}

.sjdx dd {
    float: right;
    display: inline-block;
}

.sjdx dt {
    float: left;
    display: inline-block;
}

.titlenr {
    font-size: 24px;
    color: #333;
    display: block;
    text-align: center;
    font-weight: bold;
}

.titlenr span {
    font-size: 18px;
}

.tpgjz-content {
    line-height: 32px;
    font-size: 18px;
    width: 90%;
    margin: 20px 5%;
}

.gzdt {
    width: 100%;
    height: 320px;
    overflow: hidden;
    position: relative;
}

.swiper-containerdt {
    width: 100%;
    height: 100%;
}

.swiper-containerdt .swiper-slide {
    width: 100%;
    height: 100%;

}

.swiper-containerdt .swiper-slide a {
    width: 48%;
    margin-right: 2%;
    height: 100%;
    float: left;

}

.swiper-containerdt .swiper-slide .title {
    height: 100%;
    width: 48%;
    margin-left: 2%;
    float: left;
    background: url(/uploads/image/images/snw_rsfzzt_20241121_gzdtbg.jpg) no-repeat;
    background-size: 100% 100%;
}

.gzdt .arrow-left,
.gzdt .arrow-right {
    position: absolute;
    display: inline-block;
    top: 45%;
    width: 26px;
    height: 45px;
    z-index: 999;
    background-color: rgba(121, 167, 186, 0.7);
    background-image: url(/uploads/image/images/snw_rszt_jtl20241122.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

.gzdt .arrow-left {
    background-position: 11px 10px;
    left: 0;
}

.gzdt .arrow-right {
    background-position: -11px 10px;
    right: 52%;
}

.swiper-containerdt .swiper-slide .title a {
    display: inline-block;
    width: 100%;
    height: auto;
    margin-top: 100px;
    font-size: 20px;
    color: #fff;
    text-align: center;
}

.swiper-containerdt .swiper-slide .title p {
    width: 80%;
    display: inline-block;
    margin: 20px 10%;
    line-height: 28px;
    font-size: 18px;
    color: #666;
}

.w48 {
    width: 48%;
    float: left;
    margin-left: 4%;
}

.bottom_box {
    background: url(/uploads/image/images/nw_bottom_20170714.jpg) no-repeat center;
    background-size: cover;
    margin-top: 30px;
    padding: 25px 0 35px;
}

.bottom {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.bottom ul {
    overflow: hidden;
    width: 1220px;
}

.bottom ul li {
    float: left;
    width: 222px;
    margin-right: 20px;
    background: url(/uploads/image/images/nw_index_20170714_50.jpg) no-repeat 200px center #fff;
    border: 1px solid #d1d1d1;
    border-radius: 3px;
    list-style: none;
    overflow: hidden;
}

.bottom ul li select {
    width: 242px;
    font-size: 14px;
    padding: 6px 0 6px 5px;
    font-family: 'microsoft yahei';
    color: #666;
}

.bottom ul li option {
    font-size: 14px;
    cursor: pointer;
    font-family: 'microsoft yahei';
    color: #666;
}

.bottom_xx {
    overflow: hidden;
    margin-top: 40px;
}

.bottom_xx dl {
    float: left;
    width: 530px;
}

.bottom_xx dt {
    float: left;
}

.bottom_xx dt img {
    width: 112px;
    height: 112px;
    display: block;
    border: 1px solid #d1d1d1;
    box-shadow: 2px 2px 2px #ddd;
}

.bottom_xx dd {
    float: left;
    margin-left: 20px;
    width: 390px;
}

.bottom_xx dd a,
.bottom_xx dd span {
    float: left;
    font-size: 14px;
    font-weight: bold;
    line-height: 100%;
}

.bottom_xx dd a:hover {
    color: #c40001;
}

.bottom_xx dd span {
    margin: 0 5px;
}

.bottom_xx dd {
    margin-bottom: 12px;
    font-size: 14px;
}

.bottom_xx p {
    float: right;
    margin-top: 25px;
}

.bottom_xx p a {
    float: left;
    margin-left: 30px;
}

.ml0 {
    margin-left: 0 !important;
}

.zcfg {
    border: #b1e1f8 1px solid;
    padding: 10px;
    position: relative;
    padding-bottom: 20px;
}

.zcfg::before {
    position: absolute;
    top: 1px;
    left: 1%;
    display: inline-block;
    content: '';
    width: 98%;
    height: 1px;
    background: #1654c5;
}

.zcfg::after {
    position: absolute;
    top: 5px;
    left: 1%;
    display: inline-block;
    content: '';
    width: 98%;
    height: 3px;
    background: #1654c5;
}

.w3 {
    float: left;
    width: 32%;
    margin-left: 2%;
    padding: 10px 0;
}

.w3b {
    border: #b1e1f8 1px solid;
    padding: 10px;
}

.w3img {

    width: 100%;
    height: 180px;
}

.w3img a {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: inline-block;
}

.w3img a p {
    display: inline-block;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(2, 108, 189, 0.6);
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 60px;
    z-index: 999;
}

.w3img a img {
    position: relative;
    width: 100%;
    height: 100%;
}

.tit_banner1 {
    width: 100%;
    text-align: center;
}

.tit_banner1 a {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
}

.tit_banner1 a img {
    height: 80px;
}

.tit_banner1 .more {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
}

.tit_banner1 .more a img {
    height: 36px;
}

@media screen and (max-width: 1440px) {
    .c {
        width: 1300px;
    }

    .qy {
        padding: 10px 5%;
    }

    h1 {
        margin: 50px auto;
    }

    h1 img {
        height: auto;
        margin: 0 auto;
        width: 90%;
    }
}

@media screen and (max-width: 1439px)and (min-width: 1280px) {
    .c {
        width: 1200px;
    }

    .qy {
        padding: 10px 2%;
        line-height: 36px;
    }

    h1 {
        margin: 50px auto;
    }

    h1 img {
        height: auto;
        margin: 0 auto;
        width: 90%;
    }

    .xlist_l {
        width: 53%;
    }

    .xlist_r {
        width: 45%;
        margin-left: 1%;
    }

}

@media screen and (max-width: 1279px) and (min-width: 1024px) {
    .c {
        width: 100%
    }

    .cbg_b {
        padding: 0;
    }
    .swiper-containerdt .swiper-slide a{
        width: 100%;
        margin-right: 0;
    }
    .gzdt .arrow-right{right: 0;}
    .w48{width: 100%; margin: 0 auto;}
    .w3{width: 100%; margin: 10px 0;}
    .tit_banner1 {
        width: 100%;
        margin: 20px auto;
        background: url(/uploads/image/images/snw_rsfzzt_20241121_titbg.png) no-repeat center;
        background-size: auto 120px;
        position: relative;
        height: 120px;
    }
    .w3img {
        width: 100%;
        height: auto;
    }
    .tit_banner1 a img {
        height: 70px;
    }
    .spzq_r a p{font-size: 18px; line-height: 60px;}
    .tit_banner1 .more {
        display: inline-block;
        position: absolute;
        right: 5%;
        top: 40%;
    }
    .tit_banner a img {
        height: 70px;
    }

    .xlist {
        background: none;
    }

    .xlist_l,
    .spzq_l,
    .spzq_r a,
    .spzq_r,
    .xlist_r {
        float: none;
        width: 100%;
        margin: 10px auto;
    }

    .xlistul,
    .xximg {
        padding: 0;
    }

    .spzq_l a img,
    .spzq_r a img {
        height: auto;
    }

    .bottom {
        width: 100%;
    }

    .bottom ul {
        display: none;
    }

    .bottom_xx dl {
        width: 100% !important;
        float: none;
        text-align: center;
    }

    .bottom_xx p {
        display: block;
        text-align: center;
        float: none;
    }

    .bottom_xx dd {
        width: 100%;
        text-align: center;
        float: none;
    }

    .bottom_xx p span {
        float: none !important;
        display: inline-block;
        margin: 0 auto;
    }

    .sjdx dt,
    .sjdx dd {
        display: inline-block;
        width: 100%;
        float: none;
        text-align: center;
        font-size: 18px;
    }

    .bottom_xx {
        margin-top: 0;
    }

    .bottom_xx dd a,
    .bottom_xx dd span {
        float: none;

        font-weight: bold;
        line-height: 100%;
        display: inline-block;
    }

    .bottom_xx p {
        float: none;
        margin-top: 25px;
        display: inline-block;
        width: 100%;
        text-align: center;
    }

    .ejy li span {
        float: left;
        display: block;
        width: 95%;
        margin-left: 5%;
        margin-top: 10px;
    }
}

@media screen and (max-width: 1024px) {
    .titlenr {
        line-height: 38px;
    }
    .swiper-containerdt .swiper-slide a{
        width: 100%;
        margin-right: 0;
    }
    .gzdt .arrow-right{right: 0;}
    .w48{width: 100%; margin: 0 auto;}
    .w3{width: 100%; margin: 10px 0;}
    .tit_banner1,.tit_banner {
       background: none; height: auto;
    }
    .w3img {
        width: 100%;
        height: auto;
    }
    .tit_banner1 a img {
        height: 50px;
    }
    .xlist_l{height: 200px;}
    .xlist_l .swiper-slide a img{height: 200px;}
    .swiper-containerdt .swiper-slide a img{height: auto;}
    .spzq_r a p{font-size: 18px; line-height: 32px;}
    .tit_banner .more {
        position: inherit;
        margin: 0 auto;
        right: inherit;
        width: 100%;
        top: inherit;
    }
    .tit_banner a img {
        height: 50px;
    }
    .tit_banner1 .more{width: 100%; text-align: center;}
    .logo_img a img {
        height: 20px;
    }
    .spzq_l a p{line-height: 32px;}
    .swiper-containerdt .swiper-slide .title{background: none; width: 100%; margin: 0 auto; border-bottom: #ddd 1px dashed;}
    .swiper-containerdt .swiper-slide .title a{margin-top: 10px; background: #1654c5; border-radius: 5px;}
    .swiper-containerdt .swiper-slide .title p{
        width: 90%;
        margin: 0 5%;
        text-align: left;
    }
    .qy {
        padding: 10px 3%;
        background-size: 100% 100%;
        font-size: 16px;
        line-height: 32px;}
    h1 {
        margin: 10px auto;
    }
    h1 img {
       width: 100%;
       height: auto;
    }
    .gzdt{height: auto;}
    .gzdt .arrow-left, .gzdt .arrow-right{top: 36%;}
    .c {
        width: 98%; padding: 0; margin: 0 1%;
    }

    .cbg_b {
        padding: 0;
    }

   

    .xlist {
        background: none;
    }

    .xlist_l,
    .spzq_l,
    .spzq_r a,
    .spzq_r,
    .xlist_r {
        float: none;
        width: 100%;
        margin: 10px auto;
    }

    .xlistul,
    .xximg {
        padding: 0;
    }

    .spzq_l a img,
    .spzq_r a img {
        height: auto;
    }

    .xlistul li a {
        font-size: 18px;
        margin-left: 5%;
        display: inline-block;
        overflow: hidden;
        max-width: initial;
        overflow: hidden;
        text-overflow: inherit;
        white-space: inherit;
        float: left;
        line-height: 1.5rem;
    }

    .xlistul li.first a {
        font-size: 1.2rem;
        margin-left: 0;
        color: #2d6391;
    }

    .bottom {
        width: 100%;
    }

    .bottom ul {
        display: none;
    }

    .bottom_xx dl {
        width: 100% !important;
        float: none;
        text-align: center;
    }

    .bottom_xx p a {
        display: inline-block;
        float: none;
    }

    .bottom_xx dd {
        width: 100%;
        text-align: center;
        float: none;
    }

    .bottom_xx p span {
        float: none !important;
        display: inline-block;
        margin: 0 auto;
    }

    .sjdx dt,
    .sjdx dd {
        display: inline-block;
        width: 100%;
        float: none;
        text-align: center;
        font-size: 16px;
    }

    .sjdx dt span,
    .sjdx dd span {
        display: inline-block;
        width: 100%;
        float: none;
        text-align: center;
        font-size: 16px;
    }

    .sjdx dd {
        display: none;
    }

    .bottom_xx {
        margin-top: 0;
    }

    .bottom_xx dd a,
    .bottom_xx dd span {
        float: none;

        font-weight: bold;
        line-height: 100%;
        display: inline-block;
    }

    .ejy li span {
        float: left;
        display: block;
        width: 95%;
        margin-left: 5%;
        margin-top: 10px;
    }

    .bottom_xx p {
        float: none;
        margin-top: 25px;
        display: inline-block;
        width: 100%;
        text-align: center;
    }
}