blockquote,
body,
button,
caption,
dd,
div,
dl,
dt,
fieldset,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
input,
legend,
li,
menu,
ol,
p,
pre,
table,
td,
textarea,
th,
ul {
    padding: 0;
    margin: 0
}

b,
em,
h1,
h2,
h3,
h4,
h5,
h6,
strong {
    font-weight: 700;
    font-family: "微软雅黑", 'Microsoft YaHei', serif;
}

address,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

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

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

.hidden {
    display: none;
}

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

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

[hidefocus],
summary {
    outline: 0
}

li {
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
    font-size: 100%;
    font-family: "微软雅黑", 'Microsoft YaHei', serif, Helvetica, Arial, sans-serif;
}

sub,
sup {
    font-size: 83%
}

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

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

textarea {
    overflow: auto;
    resize: none
}

label,
summary {
    cursor: default
}

a,
button {
    cursor: pointer
}

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


body {
    background: #fefefe;
}

.ind_top {
    width: 100%;
    height: 350px;
    background: url(../../images/zzms/ind-bj.jpg) center center no-repeat;
}

.continter {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.overflow {
    overflow: hidden;
}

.ind-logo {
    width: 700px;
    height: 80px;
    font-size: 60px;
    font-weight: bold;
    padding-left: 100px;
    margin-top: 100px;
    background: url(../../images/zzms/gh.png) 0 0 no-repeat;
    background-size: contain;
    color: rgb(216, 38, 18);
    text-shadow: 5px 5px 5px #eee;
}

.ind-zz {
    width: 320px;
    height: 101px;
    background: url(../../images/zzms/zzzb.png) center center no-repeat;
    margin-left: 100px;
}

.ind-cen-tt {
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    margin-top: 30px;
    
}

.ind-yw-box {
    overflow: hidden;
    margin: 0 -14px;
    padding: 40px 0;
}

.ind-yw-xq {
    float: left;
    width: 25%;
    padding: 14px;
}

.ind-yw-xq a {
    display: block;
    border-radius: 6px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    background-color: #fff;
    padding: 40px 0;
}

.ind-yw-xq a img {
    margin: 0 auto;
}

.ind-yw-xq a p {
    text-align: center;
    font-size: 42px;
    line-height: 1;
    font-weight: bold;
    color: #494949;
    letter-spacing: 2px;
    margin-top: 10px;
}

.ind-bs-box{
    overflow: hidden;
    margin: 0 -14px;
    padding: 40px 0;
}
.ind-bs-xq{
    float: left;
    width: 33.333%;
    padding: 14px;
}
.ind-bs-xq a{
    position: relative;
    display: block;
    border-radius: 6px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
    text-align: center;
    padding: 30px;
    background-color: #fff;
    overflow: hidden;
}
.ind-bs-xq a p{
    text-align: left;
    font-size: 40px;
    font-weight: bold;
    color: #494949;
    letter-spacing: 2px;
    padding-right: 40%;
    line-height: 50px;
}
.ind-bs-xq a img{
    position: absolute;
    bottom: 6px;
    right: 10px;
    width: 145px;
}
.ind-wza{
    margin-top: 10px;
    position: absolute;
    top: 30px;
    right: 20px;
}
.ind-wza a{
    display: block;
    background: #007de8;
    display: inline-block;
    padding: 0 15px;
    margin-left: 5px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    float: right;
    line-height: 37px;
    border-radius: 5px;
}

#banner {
    position: relative;
    width: 100%;
    overflow: hidden;
    border: solid 10px #f1f1f1;
    margin-top: 30px;
}

#banner a {
    display: block
}

#banner img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height:700px;
    min-height:700px;
    overflow: hidden;
    object-fit: fill;
    transition: all .6s
}

#banner h2 {
    padding-left: 10px;
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 42px;
    font-size: 25px;
    font-weight: bold;
    line-height: 42px;
    color: #fafafa;
    text-align: left;
    background: rgba(0, 0, 0, .6)
}

.swiper-button-prev1 {
    width: 55px;
    height: 90px;
    background: url(../../images/zzms/pre.png) 0 0 no-repeat;
    left: 0;
}

.swiper-button-next1 {
    width: 55px;
    height: 90px;
    background: url(../../images/zzms/next.png) 0 0 no-repeat;
    right: 0;
}
.swiper-pagination{
    text-align: right;
}
#pic-pagination span {
    width: 15px;
    height: 15px;
    background: #c3c3c3;
}

#pic-pagination #swiper-pagination-bullet-active {
    width: 15px;
    height: 15px;
    background: #fff;
    color: #000;
}