* {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

h2,
h3,
i,
em {
    font-style: normal;
}

html,
body {
    font-family: 微软雅黑;
}
body{
    min-width:1300px;
}

input,
img,
a {
    outline: none;
    border: 0;
}

.clear {
    clear: both;
}

.px1300 {
    width: 1300px;
    margin: 0 auto;
}

.banner a {
    display: block;
}

.banner a img {
    display: block;
    width: 100%;
}

.banner .slick-dots {
    bottom: 40px;
}

.banner .slick-dots li {
    width: 35px;
    height: 35px;
    margin: 0 3px;
    background: url(../images/slick.png) no-repeat center center;
}

.banner .slick-dots li.slick-active {
    background: url(../images/slick-active.png) no-repeat center center;
}

.footer {
    background: url(../images/footer-bg.png) no-repeat center center;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 40px;
}

.foot {
    overflow: hidden;
}

.foot-l {
    width: 535px;
    float: left;
}

.fl-logo {
    padding-bottom: 35px;
    background: url(../images/foot-xx.png) no-repeat left bottom;
}

.dz {
    margin-top: 30px;
}

.dz p {
    margin-top: 15px;
    font-size: 16px;
    color: #fff;
}

.foot-m {
    float: left;
    margin-left: 60px;
    width: 300px;
}

.link h2 {
    padding-left: 40px;
    background: url(../images/link.png) no-repeat left center;
    font-size: 24px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 25px;
}

.link a {
    display: block;
    padding-left: 20px;
    margin-top: 15px;
    background: url(../images/link-icon.png) no-repeat left center;
    font-size: 16px;
    color: #fff;
}

.link a:hover {
    color: rgba(255, 255, 255, .7);
}

.foot-r {
    float: right;
}

.foot-r>ul>li {
    float: left;
    margin-left: 34px;
    text-align: center;
}

.foot-r>ul>li img {
    display: block;
    width: 100%;
}

.foot-r>ul>li p {
    font-size: 16px;
    color: #fff;
    margin-top: 15px;
}