@font-face {
    font-family:SourceHanSansCN;
    src : url('../fonts/sourcehansanscn-normal.ttf');
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
/* HTML5 display definitions */
article,aside,details, figcaption,figure,footer,header,main, menu,nav,section,summary {
    display: block;
}
audio,canvas,progress,video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
h1,h2,h3,h4,h5,h6{
    font-weight: 400;
}
/* Links */
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
    outline-width: 0;
}

/* Text-level semantics */
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
figure {
    margin: 1em 40px;
}
b,
strong {
    font-weight: bolder;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
small {
    font-size: 80%;
}
.gary{
    background: #eee;
}

/*=============
 * 工具样式
 =============*/
.center-block{
    display: block;
    margin-right: 0;
    margin-left: 0;
}
.f-cb {
    zoom: 1;
}
.float_r{
    float: right !important;
}
.float_l{
    float: left !important;
}
.text-right{
    text-align: right !important;
}
.text-left{
    text-align: left !important;
}
.text-center{
    text-align: center !important;
}
.hide{
    display: none !important;
}
.show{
    display: block !important;
}
.invisible{
    visibility: hidden;
}
.text-hide{
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.clearfix:after,.clearfix:before{
    content: '';
    display: table;
}
.clearfix:after{
    clear: both;
}
.clear{
    clear: both;
}
*{box-sizing: border-box;}

/* Embedded content */
img {
    border-style: none;
    border: 0;
    vertical-align: middle;
}
svg:not(:root) {
    overflow: hidden;
}
.clear{clear:both; height:0;}
.clearfix:after {content: "."; display: block;  height: 0; clear: both;  visibility: hidden;}
.clearfix{zoom:1;}
.container{ 
    max-width: 75rem; 
    margin: 0 auto; 
    overflow: hidden;
}
.wrap_top {
    max-width: 110.75rem;
    margin: 0 auto;
    width: 93%;
}
/* Forms*/
button,input,select,textarea {
    font: inherit;
    margin: 0;
}
button,input {
    overflow: visible;
}
button,select {
    text-transform: none;
}
button,html [type="button"], [type="reset"],[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
textarea {
    overflow: auto;
}

[type="checkbox"],[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
.w1520 {
    width: 79%;
    margin: 0 auto;
}
.mgint-30 {
    margin-top: 16px;
}
/*按钮*/
.h-but{
   text-align: center;
   margin-top: 2rem;
   transition: background .3s linear;
}
.h-but a{
    color: #fff;
    font-size:1.5rem ;
    text-align: center;
    display: inline-block;
    background: #fe9100;
    padding:.3rem 4.5rem;
}
.h-but a:hover{
    background: #d1d1d1;
    color: #333;
}
/*首页标题*/
.h-tit h1{
    color: #161616;
    font-size:  3rem;
    text-align: left;
    line-height:3rem ;
}
.h-tit h5{
    color: #999999;
    font-size: .5rem ;
    margin-bottom:  1.5rem;
}
/*首页更多*/
.h-more{
    border:#d92816 solid 1px;
    height: 2.8125rem;
    line-height:    2.8125rem;
    text-align: center;
    width: 10rem;
    margin:2rem 0;

}
.h-more a{
    color: #d92816;
    font-size: .875rem ;
    display: block;
}
.h-more:hover{
    background: #d92816;
}
.h-more:hover a{
    color: #fff;
}
/*pagenum*/
.pageNum{
    width:100%;
    height:2.5rem;
    text-align: center;
    vertical-align: middle;
    margin: 3.75rem auto 0;
    display: inline-block;
    justify-content: center;
    font-size: 0;
}
.pageNum a{
    display:inline-block;
    width: 3rem;
    height:2.5rem;
    line-height:2.5rem;
    text-align:center;
    color:#404040;
    /*border:1px solid #e2e2e2;*/
    border-right: 0;
    background: #fff;
    font-size: 1rem;
}
.pageNum a:first-child,
.pageNum a:last-child{
    width: 3rem;
}
.pageNum a:last-child{
    /*border-right:1px solid #f1f1f1;*/
}
.pageNum a:hover{
    color:#fff;
    background:#d92816;
    /*border:1px solid #d92816;*/
}
.pageNum a.active{
    color:#fff;
    background:#d92816;
    /*border:1px solid #d92816;*/
}