/* @Author: chenlin*/
@charset "utf-8";
/*编码引用@import url("reset.css");*/
body,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button,img{padding: 0; margin: 0;vertical-align:baseline;}
@font-face {
  font-family: 'SourceHanSansSC';
  src: url(../fonts/SourceHanSansCN-Regular.otf) format('opentype');
  font-weight: normal;
}
@font-face {
  font-family: 'SourceHanSansSCl';
  src: url(../fonts/SourceHanSansCN-ExtraLight.otf) format('opentype');
  font-weight: normal;
}
@font-face {
  font-family: 'SourceHanSansSCh';
  src: url(../fonts/SourceHanSansCN-Bold.otf) format('opentype');
  font-weight: normal;
}
@font-face {
  font-family: 'MFJianHei_Noncommercial-Regular';
  src: url(../fonts/MFJianHei_Noncommercial-Regular.ttf) format('opentype');
  font-weight: normal;
}
html{ _background:url(about:blank);}
body{background:#fff;font-family:"SourceHanSansSC";box-sizing:border-box;line-height: 1.5;font-weight:300;font-size:12px;}
*{box-sizing:border-box;}
html,body{ scroll-behavior:smooth;}/*平滑滚动*/
input,textarea{font-size:100%;border:0;padding:0;background:none;outline:none;font-family:'Microsoft Yahei';color:#666;}
dl,ul,ol,menu,li{list-style:none}
/* 去掉Chrome浏览器会在输入控制聚集的时候添加一个蓝色的outline*/
input:focus,
textarea:focus,
select:focus{
    outline: none;
}
a:visited {}/* 已访问的链接 */
a:hover {}/* 鼠标移动到链接上 */
a:active {}/* 选定的链接 */
a,del,ins{text-decoration:none;}
a:hover,a:active,a:focus{ text-decoration:none;}
/* 取消a标签点击后的虚线框 */
.clear{clear:both;}
.clearfix{zoom:1;}/*兼容IE*/
.clearfix:after {content:" ";display: block; clear: both;}
.fl{float:left;}
.fr{float:right;}
.fl,.fr{display:inline;}
/*浮动后，此元素会被显示为内联元素，元素前后没有换行符*/
.w1200{width: 1200px;margin: 0 auto;}
/* 去除默认边框 */
fieldset, img, iframe {
    border: 0 none;
}
@media screen and (max-width:1199px){
    .w1200{
        width:100%;
        padding:0 10px;
    }
}