/* å¾®è½¯é›…é»‘ */
@font-face{
    font-family: regular;
    src:url('../fonts/MicrosoftHeiTi.ttf');
}

/* æ¸…é™¤é»˜è®¤æ ·å¼ */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,hr,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0px; padding:0px;font-weight: normal;}
img,input,select,button { vertical-align:middle;margin:0;padding:0;}
body { font-family:'Microsoft YaHei',Arial;font-size: 16px;}
img { border:0;}
input,button { outline:none;border:none;}
li{ list-style: none;}
a { 
    font-family:'Microsoft YaHei',Arial;
    text-decoration:none; 
    color:#000;
	cursor:pointer!important;
}

/* æµ®åŠ¨ï¼Œæ¸…é™¤æµ®åŠ¨ */
.left{
    float:left;
}

.right{
    float:right;
}

.clear::after{
    content: ' ';
    display:block;
    height:0;
    line-height:0;
    visibility: hidden;
    clear: both;
}
.clear{
    zoom: 1;
    overflow: hidden\9;
}
.clear-n{
    zoom: 1;
}
.el{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.space{
    padding:0 10px;
}
.container{
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
   box-sizing:border-box;
}
.fl {
    float: left;
    /* margin-left: 240px;
    width: 224px;
    height: 43px; */
    /* margin-top: 57px; */
    
    /* border-width: 0px;
    display: flex;
    font-family: 'PingFangSC-Semibold', 'PingFang SC Semibold', 'PingFang SC', sans-serif;
    font-weight: 650;
    font-style: normal;
    color: #FFF8F8; */
}

.fr {
    float: right;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    line-height: 0;
}
*:focus {
    outline: none;
}
.layout {
    max-width: 1400px;
    margin: 0 auto;
}

@media (max-width: 1400px){
.container{
    width: 1170px;
}
.layout {max-width: 100%;padding:0 10px}
}
@media (max-width: 992px){
.container{
    width: 970px;
}
}
@media (max-width: 768px){
.container{
    width: 750px;
}
}
