html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /* 消除移动浏览器点击蓝色背景 */
}

body {
    margin: 0;
    text-align: left;
    font-size: 12px;
    background: #f2f2f2;
    font-family: arial, "Microsoft YaHei", "\5fae\8f6f\96c5\9ed1";
}

article,
aside,
details,
/* 1 */
figcaption,
figure,
footer,
header,
main,
/* 2 */
menu,
nav,
section,
summary {
    /* 1 */
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

progress {
    vertical-align: baseline;
}

template,
/* 1 */
[hidden] {
    display: none;
}

a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}

a:active,
a:hover {
    outline-width: 0;
}

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

b,
strong {
    font-weight: inherit;
}

b,
strong {
    font-weight: bolder;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

button,
input,
select,
textarea {
    font: inherit;
    /* 1 */
    margin: 0;
    /* 2 */
}

optgroup {
    font-weight: bold;
}

button,
input {
    /* 1 */
    overflow: visible;
}

button,
select {
    /* 1 */
    text-transform: none;
}

button,
html [type="button"],
/* 1 */
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}

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: 0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

[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;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* normalize.css结束 */
.clearfix {
    *zoom: 1
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: ""
}

.clearfix:after {
    clear: both
}

p {
    margin: 0;
}

img {
    width: auto\9;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic
}

ul,
ol,
dl,
h1,
h2,
h3,
h4,
h5,
h6,
dt,
dd {
    margin: 0;
    padding: 0
}

ul li,
ol li {
    list-style: none
}

.f-fl,
.f-lifl li {
    float: left;
    display: inline
}

.f-fr {
    float: right;
    display: inline
}

a,
a:visited {
    text-decoration: none;
    color: #2a2a2a;
}

em {
    font-style: normal;
}

/* 全站全局CSS部分结束 */

.g-white-box {
    width: 100%;
    height: auto;
    background: #fff;
    box-shadow: 0px 2px 4px #ccc;
    margin: 12px 0 0;
    display: block;
    overflow: hidden
}

/*头部*/
.g-top {
    width: 100%;
    height: 50px;
    background: #2b2e33;
    box-sizing: border-box;
    display: -webkit-box;
    overflow: hidden;
    position: relative;
    zoom: 1
}

.g-top .m-logo {
    height: 50px;
    display: block;
    margin: 0 auto;
    overflow: hidden;
}

.g-top .m-logo img {
    display: block;
    margin: 0 auto;
    max-height: 50px;
}

.g-top .m-search {
    height: 30px;
    background: #5a5b5c;
    border-radius: 4px;
    margin: 10px 10px 0 30%;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-flex: 1
}

.g-top .m-search .m_txtSearch {
    background: none;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: normal;
    color: #cecece;
    text-indent: 12px;
    display: block;
    overflow: hidden;
    -webkit-box-flex: 1;
    border: 0;
    padding: 0;
    margin: 0;
}

.g-top .m-search .m_ssbtn {
    width: 40px;
    height: 30px;
    background: url(../images/index-icon.png) no-repeat 11px -53px;
    border: 0;
    margin: 0;
    padding: 0;
    background-size: 20px;
    text-indent: 99999px;
    display: block;
    overflow: hidden;
}

.g-top .m-class-btn {
    width: 44px;
    height: 44px;
    background: url(../images/index-icon.png) no-repeat 10px -15px;
    background-size: 24px;
    margin: 0;
    display: none;
    overflow: hidden
}

/*滑动导航*/
.g-class-nav {
    height: 38px;
    margin: 0;
    padding: 0 38px 0 0;
    box-sizing: border-box;
    position: relative;
    zoom: 1
}

.g-class-nav .swiper-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    box-sizing: content-box;
    position: relative;
    zoom: 1;
    z-index: 10;
}

.g-class-nav .swiper-wrapper .swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

.g-class-nav .swiper-wrapper .swiper-slide a {
    height: 38px;
    line-height: 38px;
    font-size: 15px;
    font-weight: normal;
    color: #333;
    text-align: center;
    border-bottom: 2px solid #fff;
    box-sizing: border-box;
    display: block;
    overflow: hidden
}

.g-class-nav .swiper-wrapper .swiper-slide .active {
    color: #ffc51d;
}

.g-class-nav .m-right-icon {
    width: 34px;
    height: 34px;
    background: #fff;
    display: block;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
}

.g-class-nav .m-right-icon b {
    width: 18px;
    height: 18px;
    border: 1px solid #ffc51d;
    border-radius: 22px;
    margin: 9px auto 0;
    display: block;
    overflow: hidden;
}

.g-class-nav .m-right-icon b:after {
    content: "";
    width: 7px;
    height: 7px;
    border-top: 1px solid #ffc51d;
    border-right: 1px solid #ffc51d;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 5px 0 0 4px;
    display: block;
    overflow: hidden;
}

/*底部*/
.g-foot {
    padding: 12px;
    box-sizing: border-box;
    background: #2b2e33;
    display: block;
    overflow: hidden;
    margin: 12px 0 0;
}

.g-foot p {
    font-size: 14px;
    font-weight: normal;
    color: #999;
    text-align: center;
    display: block;
    overflow: hidden;
}

.g-foot p a {
    color: #999999;
    padding: 0 5px;
}

.footer365jz {
    width: 100%;
    margin: 15px auto;
}

.footer365jz .linkslist {
    text-align: center;
    margin-bottom: 15px;
}

.footer365jz .linkslist li {
    display: inline-block;
    margin: 5px 10px;
    color: #ffc51d;
    font-size: 14px;
    line-height: 18px;
}

.footer365jz .linkslist li a {
    color: #ffc51d;
}