html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
big,
del,
em,
img,
s,
small,
strong,
sub,
sup,
i,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
tr,
th,
td,
audio,
video,
input {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    font-family: "Microsoft YaHei", "微软雅黑";
}
html,html {
    overflow-x: hidden;
    background-color: #fff;
    color: #333;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
em,
i{
    font-style: normal;
}
a {
    color: #333;
    text-decoration: none;
    -webkit-backface-visibility: hidden;
}

img {
    vertical-align: middle;
    max-width: 100%;
}
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-thumb {
    background: #0078D4;
    border-radius: 4px;
}
::-webkit-scrollbar-track {
    background: #fff;
}
a:link,
a:visited,
a:hover,
a:focus{
    text-decoration:none;
}

ul,li{
    list-style:none;
}
button {
    border: none;
    background:none
}
/*显示省略号*/
.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clearfix:after,.clearfix:before{
    content: "";
    display: table;
}
.clearfix:after{
    clear: both;
}
.clearfix{
    *zoom: 1;
}
.w {
    width: 80%;
    max-width: 1200px;
    min-width: 980px;
    margin: 0 auto;
}
.scale {
    overflow: hidden;
}
.scale img{
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.scale img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.flex {
    display: flex;
    justify-content: space-between;
}
.flex_arround {
    display: flex;
    justify-content: space-around;
}
@media screen and (max-width: 768px) {
    .w {
        width: 100%;
    }
}
@font-face {
    font-family: 'iconfont';  /* project id 1391853 */
    src: url('//at.alicdn.com/t/font_1391853_uxuxn1rpyy.eot');
    src: url('//at.alicdn.com/t/font_1391853_uxuxn1rpyy.eot?#iefix') format('embedded-opentype'),
    url('//at.alicdn.com/t/font_1391853_uxuxn1rpyy.woff2') format('woff2'),
    url('//at.alicdn.com/t/font_1391853_uxuxn1rpyy.woff') format('woff'),
    url('//at.alicdn.com/t/font_1391853_uxuxn1rpyy.ttf') format('truetype'),
    url('//at.alicdn.com/t/font_1391853_uxuxn1rpyy.svg#iconfont') format('svg');
}
.iconfont {
    font-family: iconfont;
    font-size: 16px;
    font-style: normal;
}
.ico_pre {
    content: '\e795';
}
.ico_next {
    content: '\e601';
}