html {
    color: #000;
    background: #FFF;
    min-width: 1200px;
}

*,
:before,
:after {
    background-repeat: no-repeat;
    box-sizing: border-box;
}

* {
    padding: 0;
    margin: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img {
    border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
i {
    font-style: normal;
    font-weight: normal
}

ol,
ul {
    list-style: none
}

caption,
th {
    text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal
}

q:before,
q:after {
    content: ''
}

abbr,
acronym {
    border: 0;
    font-variant: normal
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%
}

input::-ms-clear,
input::-ms-reveal {
    display: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
    cursor: pointer;
}

legend {
    color: #000
}

iframe {
    display: block;
}

body {
    font: 14px "Microsoft YaHei", arial, helvetica, clean, sans-serif;
    color: #333;
}

select,
input,
button,
textarea {
    font-family: inherit;
    font-size: 99%;
    line-height: inherit;
}

table {
    font-size: inherit;
    font: 100%
}

pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%
}

a {
    text-decoration: none;
    color: inherit;
}

::-webkit-input-placeholder {
    color: #999;
}

:-moz-placeholder {
    color: #999;
}

::-moz-placeholder {
    color: #999;
}

:-ms-input-placeholder {
    color: #999;
}

.placeholder {
    color: #999;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

.l {
    float: left !important;
}

.r {
    float: right !important;
}

.hidden {
    display: none !important;
}

.invisible {
    visibility: hidden !important;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

input,
button {
    border: 0;
    outline: 0;
}


/* 特殊字体 */

@font-face {
    font-family: 'GEHYe3gj';
    src: url("../css/font/GEHYe3gj.ttf");
}


/* 头部 */

.header {
    height: 130px;
}

.header a.logo {
    font-weight: bold;
    line-height: 130px;
    font-family: 'GEHYe3gj';
    font-size: 46px;
    color: #2270BF;
}

.search-wrapper {
    width: 290px;
    height: 38px;
    margin: 47px 3px 0 0;
    padding: 0 15px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(77, 168, 255, 1);
    border-radius: 19px;
}

.search-wrapper input {
    width: 220px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
}

.search-wrapper button {
    float: right;
    width: 27px;
    height: 100%;
    background: url(../images/search-btn.png) 0 center no-repeat;
}


/* 当前位置 */

.loc-now {
    margin: 25px 0;
    padding-left: 27px;
    font-size: 18px;
    color: #999;
    background: url(../images/loc.png) 0 center no-repeat;
}

.loc-now span {
    color: #2270BF;
}


/* 模块分类-标题 */

.type-list li {
    float: left;
    width: 25%;
    border-left: 1px solid #E1E1E1;
    border-top: 1px solid #E1E1E1;
    border-bottom: 1px solid #E1E1E1;
}

.type-list li.active {
    border-bottom: 0;
}

.type-list li:last-child {
    border-right: 1px solid #E9E9E9;
}

.type-list a {
    display: block;
    height: 56px;
    line-height: 48px;
    text-align: center;
    font-size: 20px;
    background-color: #F7F7F7;
    border-top: 4px solid transparent;
}

.type-list li.active a {
    font-weight: bold;
    color: #4178BE;
    border-top: 4px solid #4178BF;
    background-color: #fff;
}


/* 分页样式 */

.pager-info {
    text-align: center;
}

.pager-info>p {
    display: inline-block;
    color: #999;
}

.pager {
    display: inline-block;
}

.m-pagination-info {
    padding: 0 5px 0 12px !important;
}

.m-pagination-info span {
    margin-left: 16px!important;
}


/* 弹窗-关闭按钮 */

.layui-layer-setwin .layui-layer-close2 {
    right: -5px !important;
    top: -5px !important;
    width: 17px !important;
    height: 17px !important;
    background: url(../images/close-btn.png) !important;
}