.trans {
    transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
}

.wb3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.wb2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.trans {
    transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
}

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: #333333!important;
}

a:hover {
    text-decoration: none;
    /* color: #ccc!important; */
}

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;
}

.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: Alibaba-PuHuiTi-R;
}

.ta {
    text-align: center;
}

.pa {
    position: absolute;
}

.pr {
    position: relative;
}

.over {
    overflow: hidden;
}

.ma {
    margin: 0 auto;
}

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

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

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

.bl {
    display: block;
}

@media (min-width: 1500px) {
    .container {
        width: 1400px;
    }
}

.w50 {
    width: 50%;
}

.mb70 {
    margin-bottom: 70px;
}

.mb30 {
    margin-bottom: 30px !important;
}