@import url("../css/iconfont.css");
@charset "utf-8";
@font-face { font-family: 'SourceHanSansCN-Normal';src: url('./fonts/SourceHanSansCN-Normal.ttf') }
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, font { padding: 0; margin: 0;   }
body {max-width: 1920px; margin: 0 auto;background:#fff;font-family: 'SourceHanSansCN-Normal'; src: url('./fonts/SourceHanSansCN-Normal.ttf')}
img,input,select{vertical-align:middle;margin:0;padding:0;border:0}
img{ max-width:100%}
textarea{outline: none!important;font-family: inherit !important;}
a{text-decoration: none; color: #333;}
li{list-style: none;}
.main{ width: 1200px; margin: 0 auto;}

.posnav {
 border-bottom: 1px solid #e6e6e6;
 height: 42px;
 line-height: 27px;
 padding-bottom: 18px;
 margin: 5% auto;

}
.posnav h2 {
 font-size: 26px;
 color: #004BA8;
 border-left: 3px solid #004BA8;
 padding-left: 10px;
 float: left;
}
.posnav p {
 float: right;
 font-size: 16px;
 color: #8c8c8c;
}
.posnav p  a{ color: #666; }
.posnav h2 span {
 display: block;
 font-size: 14px;
 color: #999;
 font-weight:normal;
 text-transform:Uppercase;
}
.pchidden{display:none;}
@media screen and (max-width: 767px) {
 .posnav p { margin-top: 3%;}
 .posnav {margin: 5% 2%;width: 96% !important;}
}


