body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

html {
    font-size: 12px;
    font-family: "Microsoft YaHei";
}

fieldset,
img {
    border: 0;
}

:focus {
    outline: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
}

code,
kbd,
samp,
tt {
    font-size: 100%;
}

input,
button,
textarea,
select {
    *font-size: 100%;
}

body {
    line-height: 1.5;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th {
    text-align: left;
}

sup,
sub {
    font-size: 100%;
    vertical-align: baseline;
}

:link,
:visited,
ins {
    text-decoration: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}


td {
    vertical-align: top
}

/*************************************
* public style  author:wenbj
*************************************/
.clearfloat {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

.clearfloat2 {
    overflow: auto;
    zoom: 1;
}

.pabs {
    position: absolute;
}

.prel {
    position: relative;
}

.floatL {
    display: inline;
    float: left;
}

body {
    font-family: "Microsoft YaHei";
}

.top_t {
    background: #084384;
    width: 100%;
    height: 36px;
    line-height: 36px;
}

.top_t1 {
    background: #084384;
    width: 1200px;
    margin: 0 auto;
    height: 36px;
    line-height: 36px;
}

.top {
    background: #014da1;
    width: 100%;
    height: auto;
}

.top1 {
    background: #014da1;
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.nav {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #c30f01;
}

.nav1 {
    background: #c30f01;
    width: 1200px;
    height: auto;
    margin: 0 auto;
    z-index: 999;
    position: relative;
}

.news {
    width: 1200px;
    height: auto;
    margin: 20px auto 0;
}

.tpxw {
    width: 555px;
    height: auto;
}

.xwdt {
    width: 614px;
    height: auto;
    margin-left: 31px;
}

.main {
    width: 1200px;
    height: auto;
    margin: 20px auto 0;
}

.tzgg {
    width: 436px;
    height: auto;
}

.xsxx {
    width: 436px;
    height: auto;
    margin: 0 31px;
}

.ztwy {
    width: 266px;
    height: auto;
}


/**友情链接**/
.link {
    width: 100%;
    height: auto;
    background: #e8e8e8;
    margin-top: 20px;
}

.link1 {
    width: 1200px;
    height: auto;
    background: #e8e8e8;
    margin: 0 auto;
}

/**底部版权**/
.foot {
    width: 100%;
    _height: 50px;
    min-height: 50px;
    background: #014da1;
}

.foot1 {
    width: 1200px;
    _height: 50px;
    min-height: 50px;
    background: #014da1;
    margin: 0 auto;
}


/* swiper */

.swiper-container {
    width: 555px;
    height: 370px;
    position: relative;
}

.swiper-slide {
    text-align: center;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide p {
    position: absolute;
    width: 555px;
    height: 30px;
    line-height: 30px;
    bottom: 0;
    left: 0;
    color: white;
    font-size: 12px;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.5);
    text-align: left;
    text-indent: 10px;
}

.swiper-slide img {
    width: 555px;
    height: 370px;
    display: block;
}

/* Զҳʽ */
.swiper-pagination {
    position: absolute;
    bottom: 0px;
    right: 10px !important;
    width: auto !important;
    left: auto !important;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: white !important;
    opacity: 1 !important;

}

.swiper-pagination-bullet-active {
    background: #007aff !important;
}