@charset "utf-8";

/* CSS Document */
html,
body,
dbottomborderiv,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    border: 0 none;
    font-family: inherit;
    font-style: inherit;
    margin: 0;
    outline: 0 none;
    padding: 0;
}

.header {
    width: 100%;
    background-size: 100%;
}

.qx_c a,
.qx_ca a {
    font-size: 1.6rem;
}

input:focus {
    outline: 0 none;
}


a {
    text-decoration: none;
    color: #000000;
}

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

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

img,
iframe {
    border: medium none;
}

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

li {
    vertical-align: top;
    list-style-type: none;
}

/*解决IE6/7下li会向下产生大约2px的外边距影响*/
input,
textarea,
select,
button {
    font-family: inherit;
    font-size: 100%;
}

.clearfix {
    overflow: auto;
    _height: 1%
}

/*方法一：必须放在父元素上，用于清楚内部浮动影响*/
.text_hidden {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.text_auto {
    word-wrap: break-word;
    white-space: nowrap;
}

body {
    background: #fff;
}



.cont {
    width: 1190px;
    margin: 0 auto;
    background: #fff;
    margin-top: 18%;
}

.top_box {
    height: 120px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.top_box a {
    display: block;
}

.jgnb {
    width: 46%;
    height: 90px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 90px;
    background: url(/lsswszf/resource/ztzlimg/bbBg.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.gzbb {
    width: 46%;
    height: 90px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 90px;
    background: url(/lsswszf/resource/ztzlimg/bbBg.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.szfw {
    background: #f1f1f1 url(../ztzlimg/szfwz_pic.png) 25px 25px no-repeat;
    width: 1000px;
    margin: 0 auto;
    padding-top: 35px;
    margin-bottom: 35px;
}

.szfw_list {
    margin-top: 130px;
    margin-left: 50px;
    font-family: "微软雅黑";
    font-size: 18px;
}


.qx_bl {
    width: 1000px;
    margin: 0 auto;
    background: #f1f1f1 url(../ztzlimg/qx_ico.png) 25px 25px no-repeat;
    min-height: 220px;
}

.qx_c,
.qx_cb {
    padding-top: 80px;
    width: 89%;
    margin: 0 auto;
}

.qx_ca {
    padding-top: 50px;
    width: 89%;
    margin: 0 auto;
    padding-bottom: 20px;
}

.qx_c a,
.qx_ca a {
    color: #666;
    display: block;
    float: left;
    font-family: "微软雅黑";
    background: url(/lsswszf/resource/ztzlimg/qx_ico2.png) no-repeat left center;
    text-indent: 15px;
    height: 40px;
    line-height: 40px;
    width: 220px;
}

.qx_c a span {
    display: inline-block;
    width: 185px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.qx_c a:hover,
.qx_ca a:hover,
.qx_cb a:hover {
    color: #000;
    text-indent: 25px;
}

.zcbm {
    background: #f1f1f1 url(../ztzlimg/szcbm_ico.png) 25px 25px no-repeat;
    width: 1000px;
    margin: 0 auto;
    margin-top: 35px;
    padding-bottom: 20px;
}

.zsdw {
    background: #f1f1f1 url(../ztzlimg/zsdw_ico.png) 25px 25px no-repeat;
    width: 1000px;
    margin: 35px auto;
    padding-bottom: 20px;
}

@media (max-width: 1200px) {

    .cont {
        width: 80%;
    }

    .zsdw,
    .zcbm,
    .qx_bl {
        width: 90%;
    }

}

@media (max-width: 830px) {
    .cont {
        width: 100%;
    }

    .top_box {
        height: auto;
        justify-content: center;
        flex-wrap: wrap;
    }

    .top_box div {
        margin-top: 10px;
        width: 100%;
    }
}

@media(max-width: 430px) {
    .gzbb {
        font-size: 12px;
    }
}