body,
p,
h1,
h2,
h3,
h4 {
    margin: 0px;
}

ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

img {
    border: none;
    vertical-align: middle;
}

a {
    text-decoration: none;
    color: #3c3c3c;
}

a:hover {
    text-decoration: none;
}

i {
    font-style: normal;
}

input {
    margin: 0px;
    padding: 0px;
}

button {
    margin: 0px;
    padding: 0px;
    outline: none;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

a:hover {
    text-decoration: none;
    color: #1bac4a;
}

.w100 {
    width: 100%;
}

.w80 {
    width: 80%;
}

.imgTop {
    overflow: hidden;
}

address,
em,
i {
    font-style: normal;
}

img {
    max-width: 100%;
}

html {
    font-size: 10px;
}

body {
    font-family: 'Microsoft YaHei', "Source Han Sans CN", 'pingfang SC', helvetica, arial, verdana, tahoma, sans-serif;
}

.ta {
    text-align: center;
}

.pa {
    position: absolute;
}

.pr {
    position: relative;
}

.over {
    overflow: hidden;
}

.ma {
    margin: 0 auto;
}

.over>img:hover {
    transform: scale(1.2);
}

.over>img {
    cursor: pointer;
    transition: all 0.6s;
}

.swiper-button-next,
.swiper-button-prev,
.swiper-pagination-clickable .swiper-pagination-bullet,
textarea,
input:focus {
    outline: none;
    resize: none;
}

.bl {
    display: block;
}

.pal {
    padding-left: 16.6%;
}

.pad16 {
    padding-left: 16.14%;
}

.pad32 {
    padding-left: 32.3%;
}

.par {
    padding-right: 7.8125%;
}

.wc {
    margin: 0 auto;
    width: 84.375%;
}

.bgf8 {
    background-color: #f8f8f8;
}

.pt110 {
    padding-top: 110px;
}

.pb30 {
    padding-bottom: 30px;
}

.he.title {
    color: #000;
}

@media (min-width:1600px) {
    .container {
        width: 1300px;
    }
}