html {height: 100%;}
body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0}
body{min-height: 100%;position: relative;font:12px;background:#fff;-webkit-text-size-adjust:100%}
a{color:#222222;text-decoration:none}
a:hover {color: #FFAF00 !important;}
li{list-style:none}
img{border:0;vertical-align:middle}
table{border-collapse:collapse;border-spacing:0}
p{word-wrap:break-word}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clear {
    clear: both;
}
.box_1200 {
    width: 1200px;
    margin: 0 auto;
}
.over-txt3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.over-txt2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.over-txt1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.mb30 {
    margin-bottom: 30px;
}
.mr42 {
    margin-right: 42px;
}
.mb40 {
    margin-bottom: 40px;
}
.mt30 {
    margin-top: 30px;
}
.swiper-slide-shadow-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 40;
}
.swiper-slide-shadow-right {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 40;
}