﻿

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td,
figure {
    margin: 0;
    padding: 0
}

fieldset,
img {
    border: 0
}

:focus {
    outline: 0
}

address,
caption,
cite,
code,
dfn,
em,
th,
var,
optgroup {
    font-style: normal;
    font-weight: normal
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal
}

abbr,
acronym {
    border: 0;
    font-variant: normal
}

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit
}

code,
kbd,
samp,
tt {
    font-size: 100%
}

input,
button,
textarea,
select {
    font-size: 100%
}

body {
    line-height: 1.5
}

ol,
ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption,
th {
    text-align: left
}

sup,
sub {
    font-size: 100%;
    vertical-align: baseline
}

:link,
:visited,
ins {
    text-decoration: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

.clearfix {
    margin-right: auto;
    margin-left: auto;
    zoom: 1
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0
}

.clearfix:after {
    clear: both
}

b,
em,
i {
    font-style: normal;
}

html,
body {
    width: 100%;
}

a {
    color: #333;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    margin: 0;
    font-family: "Microsoft Yahei", Arial, Tahoma, Helvetica, "SimSun", "Hiragino Sans GB", sans-serif;
    font-size: 12px;
    line-height: 1.5;
    position: relative;
    color: #333;
    background: #fff;
    height: 100%;
}

button,
input,
select,
textarea,
th {
    background: #fff;
    font-size: 12px;
    line-height: 1;
    font-family: "Microsoft Yahei", Arial, Tahoma, Helvetica, "SimSun";
}

input[type="submit"],
input[type="reset"],
input[type="password"],
input[type="button"],
input[type="text"],
button {
    -webkit-appearance: none;
}

/*取消苹果渲染*/
* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
}

html {
    font-size: 100px;
}

body {
    font-size: .24rem;
    word-break: break-all
}

.h10 {
    width: 100%;
    height: .1rem;
    background-color: #f6f7f9
}

.bg {
    background: #fff;
}

.flex_grow {
    -moz-flex-grow: 1;
    flex-grow: 1;
}

.wrap {
    width: 100%;
    max-width: 7.5rem;
    min-width: 3.2rem;
    margin: 0 auto;
    overflow: hidden;
}

.hide {
    display: none;
}

.hidden {
    display: none !important;
}

.auto {
    height: auto !important;
}

.fx {
    display: flex;
}

.fx_gw {
    -moz-flex-grow: 1;
    flex-grow: 1;
}

.flex {
    display: flex;
}

.flex_grow {
    -moz-flex-grow: 1;
    flex-grow: 1;
}

.hidden {
    max-height: 12rem;
    overflow: hidden;
}

.icon {
    background-image: url("../image/icon.png");
    background-size: 8rem 8rem;
}

ul::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
    -webkit-appearance: none;
    border-radius: 0
}

/* header */
header {
    height: 1.75rem;
    width: 100%;
    background: aliceblue;
    position: relative;
}

    header .logo {
        width: 2rem;
        height: 0.8rem;
        float: left;
        background-position: 0 0rem;
        background-image: url("../image/1KYX.png");
        background-repeat: no-repeat;
        background-size: 100%;
        margin-left: 15px;
    }

header .search {
    float: left;
    width: 3.9rem;
    height: 0.6rem;
    line-height: 0.6rem;
    background: #ffffff;
    font-size: 0.24rem;
    color: #cccccc;
    border-radius: 0.3rem;
    margin-top: 0.24rem;
    text-indent: 0.3rem;
}

header .search .fdj {
    width: 0.35rem;
    height: 0.35rem;
    float: right;
    background-position: -1.92rem -0.02rem;
    margin: 0.13rem 0.24rem 0 0;
}

header .menu {
    width: 0.38rem;
    height: 0.38rem;
    float: right;
    background-position: -2.36rem -0.01rem;
    margin: 0.35rem 0.3rem 0 0;
}

/* nav */
nav {
    position: relative;
    width: 100%;
    height: 0.87rem;
    line-height: 0.87rem;
    float: left;
    margin-top: 0.04rem;
}

nav ul {
    display: flex;
    overflow-x: auto;
    width: 100%;
}

nav ul li a {
    display: block;
    position: relative;
    height: 0.87rem;
    line-height: 0.87rem;
    font-size: 0.32rem;
    color: #333333;
    white-space: nowrap;
    padding: 0 0.33rem;
}

nav ul li:first-child a {
    margin-left: 0.12rem;
}

nav ul li a.current {
    color: #158fed;
    font-weight: bold;
    font-size: 0.36rem;
}

nav ul li a i {
    display: none;
    position: absolute;
    width: 0.33rem;
    height: 0.07rem;
    background-position: -2.88rem -0.04rem;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0.1rem;
}

nav ul li a.current i {
    display: block;
}

nav ul::after {
    content: "";
    position: absolute;
    height: 0.87rem;
    width: 0.36rem;
    top: 0;
    right: 0;
    background: linear-gradient(to right, #efefef90, #efefef);
}

/* location */
.location {
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.24rem;
    color: #ffffff80;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    z-index: 1;
}

.location i {
    height: 0.24rem;
    width: 0.2rem;
    display: inline-block;
    background-position: -6.51rem -0.08rem;
    vertical-align: top;
    margin: 0.29rem 0.11rem 0 0.4rem;
}

/* page */
.pagecode {
    display: flex;
    justify-content: center;
}

.pagecode a {
    width: .58rem;
    height: .58rem;
    color: #94979b;
    font-size: .22rem;
    line-height: .58rem;
    text-align: center;
    border-radius: .06rem;
    background: #f6f7fa;
    margin-right: 0.3rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pagecode a:nth-child(1) {
    width: 0.96rem;
}

.pagecode a:nth-last-child(1) {
    width: 0.96rem;
    margin-right: 0;
}

.pagecode .current {
    background: #158fed;
    color: #fff;
}

.pagecode .left,
.pagecode .right {
    width: .14rem;
    height: .24rem;
    background-position: -3.33rem -0.04rem;
    display: inline-block;
    position: relative;
    top: .02rem;
}

.pagecode .right {
    transform: rotate(180deg);
}

/* footer */
footer {
    padding: 0.4rem 0 0.34rem 0;
    min-height: 2.04rem;
    background: #333333;
    width: 100%;
    max-width: 7.5rem;
    min-width: 3.2rem;
    margin: 0 auto;
    position: relative;
}

footer a.logoBottom {
    display: block;
    width: 2.06rem;
    height: 40px;
    /* background-position: -1.18rem -1.53rem; */
    margin: 0 auto 0.08rem;
    background-image: url(../image/1KYX.png);
    background-size: 1.8rem .8rem;
    background-repeat: no-repeat;
}

footer p {
    text-align: center;
    line-height: 0.48rem;
    color: #666666;
    font-size: 0.24rem;
    margin: auto;
}

footer p a {
    color: #666666;
}