@charset "utf-8";

/*清除样式*/
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
img {
    margin: 0px;
    padding: 0px;
    outline: none;
    border: 0px;
    font-weight: normal;
}

li {
    list-style: none;
}

body {
    text-align: left;
    font-family: "Microsoft YaHei";
    font-size: 15px;
    color: #333333;
}

a,
ins {
    text-decoration: none;
}

a {
    color: #333333;
}

a:hover,
a:focus {
    color: #21528A;
}

/* 清除浮动 */
.clearfloat:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.clearfloat {
    zoom: 1
}

.w {
    width: 1200px;
    margin: 0 auto;
}

.con {
    margin-top: 30px;
}

/* tit样式 */
.tit {
    border-bottom: 1px solid #DCDCDC;
    height: 34px;
}

.tit li {
    float: left;
    font-size: 19px;
    font-weight: bold;
    color: #878787;
    height: 34px;
    padding: 0 10px;
}

.tit li.hover {
    color: #4a6f9c;
    border-bottom: 3px solid #4a6f9c;
}

.tit .more {
    float: right;
    font-weight: normal;
    font-size: 15px;
}

.more a {
    color: #999999;
}

/* list样式 */
.list {
    margin-top: 14px;
}

.list li {
    line-height: 230%;
}

.list li img {
    margin-right: 10px;
}

.list li span {
    float: right;
}


/* 当前位置 */
.dqwz {
    height: 40px;
    line-height: 40px;
    background-color: #EDEDED;
}
.dqwz.bl{
    outline-offset: -14px;
}
.zbjd_box.bl{
    outline-offset: -4px;
}
.dqwz table, .dqwz tbody, .dqwz tr, .dqwz td {
    display: inline;
    vertical-align: bottom;
}
.wz {
    float: left;
}
.main {
    margin-bottom: 0 !important;
    padding-bottom: 50px;
}
.logo {
    display: inline-block;
    margin-left: 12px !important;
    margin-top: 7px !important;
}
.content_1{
       height: 300px !important;
}
.content_1 .con1_box{
       padding-top: 70px !important;
}
@media screen and (max-width: 1199px) {
.dqwz {
    height: auto !important;
}
    body {
        min-width: auto !important;
    }

    .w {
        width: 100% !important;
        max-width: 1200px;
    }

    .banquan .w {
        width: 100% !important;
        max-width: 1200px;
    }

    .main {
        padding: 0 20px 50px 20px !important;
       
    }
}

@media screen and (max-width: 1024px) {
    .jiansuo {
        display: none;
    }

    .top-r {
        display: none !important;
    }

    .logo {
        margin: 0 !important;
        display: block !important;
    }

    .logo img {
        display: block;
        margin: 0 auto;
    }

    .nav li {
        width: 33% !important;
    }

}

@media screen and (max-width: 550px) {
    .logo img {
        width: 90%;
    }

    .banquan {
        padding: 20px !important;
    }
     .banquan .bqnr{
        width: 100% !important;
    }
    .banquan .dzjg {
        display: none !important;
    }

    .banquan .wzjc {
        display: none !important;
    }

}