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,
section,
article,
aside,
header,
footer,
nav,
dialog,
figure,
hgroup {
    margin: 0;
    padding: 0
}

input,
select,
textarea {
    font-size: 100%
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img {
    border: 0
}

caption,
th {
    text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 500
}

ul,
ol,
li {
    list-style: none
}

em,
i {
    font-style: normal
}

del {
    text-decoration: line-through
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: 500
}

img {
    border: 0;
    max-width: 100%
}

input,
img {
    vertical-align: middle
}

input:focus,
a:focus {
    outline: none
}

a {
    color: #333;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

a:active {
    opacity: .7
}

* {
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background: #f4f4f4;
    color: #333;
    font-family: "Helvetica Neue", Helvetica, Tahoma, sans-serif
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.3;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

figcaption,
figure,
main {
    display: block
}

figure {
    margin: 1em 4.0rem
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

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
}

audio,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    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: .1rem dotted ButtonText
}

fieldset {
    padding: 0.35em 0.75em 0.625em
}

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

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    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: -.2rem
}

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

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details,
menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

.bdr-btm,
.bdr-top {
    position: relative
}

.bdr-top::before {
    content: ' ';
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    border-top: .1rem solid #ddd;
    color: #ddd;
    -webkit-transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
    transform: scaleY(0.5)
}

.bdr-btm::after {
    content: ' ';
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    border-top: .1rem solid #ddd;
    color: #ddd;
    -webkit-transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
    transform: scaleY(0.5)
}

.fl {
    float: left
}

.fr {
    float: right
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: ''
}

.clearfix:after {
    clear: both;
    zoom: 1
}

html,
body {
    height: 100%
}

p {
    margin: 0
}

body {
    min-width: 120.0rem
}

body a:hover {
    cursor: pointer;
    text-decoration: none
}

.content {
    width: 120.0rem;
    margin: auto;
    overflow: hidden
}

.clearfix:after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both
}

.clearfix {
    zoom: 1
}

.pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.pagination .swiper-pagination-switch {
    width: .8rem;
    height: .8rem;
    display: inline-block;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

.pagination .swiper-pagination-switch.swiper-active-switch {
    opacity: 1;
    background-color: #007aff
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 2.7rem;
    height: 4.4rem;
    margin-top: -2.2rem;
    z-index: 10;
    cursor: pointer
}

.swiper-button-prev {
    left: 1.0rem;
    background: url(/frontend/images/btn-left.png) no-repeat center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%
}

.swiper-button-next {
    background: url(/frontend/images/btn-right.png) no-repeat center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    right: 1.0rem;
    left: auto
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
    bottom: 1.0rem;
    left: 0;
    width: 100%
}

.swiper-pagination .swiper-pagination-switch {
    width: .8rem;
    height: .8rem;
    display: inline-block;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: #000;
    opacity: .2;
    margin: 0 .4rem
}

.swiper-pagination .swiper-active-switch {
    opacity: 1;
    background: #007aff
}

.head {
    width: 100%;
    height: 8.4rem;
    background-color: #ffffff
}

.head .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 8.4rem
}

.head .logo {
    float: left;
    text-align: center;
    height: 5.6rem;
    width: 50.0rem;
    margin-top: 1.5rem;
    margin-right: 30.0rem
}

.head .logo img {
    float: left
}

.head .logo .txt {
    margin-left: 1.0rem;
    text-align: left;
    margin-top: .4rem;
    float: left
}

.head .logo .txt .one {
    font-size: 2.4rem;
    color: #504a4c;
    font-weight: bold
}

.head .logo .txt .two {
    font-size: 1.2rem;
    color: #504a4c;
    letter-spacing: 1..1rem;
    font-family: "Helvetica Neue", Helvetica, Tahoma, sans-serif
}

.head .search {
    float: left;
    padding-top: 2.2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 8.4rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.head .search input {
    float: left
}

.head #search {
    background: url("/frontend/images/search.png") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 4.0rem;
    height: 4.0rem;
    border: none;
    cursor: pointer
}

.head input {
    width: 23.0rem;
    height: 4.0rem;
    line-height: 4.0rem;
    font-size: 1.6rem;
    padding: 0 1.0rem
}

.head .er {
    margin: .2rem 1.0rem .0rem 3.0rem;
    width: 8.0rem;
    height: 8.0rem;
    float: right
}

.head .er img {
    width: 100%;
    height: 100%
}

.allSwiper {
    min-width: 120.0rem;
    height: 40.6rem
}

.allSwiper .swiperItem {
    height: 40.6rem
}

.allSwiper .swiperItem img {
    height: 40.6rem
}

.allSwiper .swiper-pagination-switch {
    width: 1.2rem;
    height: .5rem;
    background-color: #ffffff;
    -webkit-border-radius: .2rem;
    border-radius: .2rem;
    opacity: 0.5
}

.allSwiper .swiper-active-switch {
    width: 2.1rem;
    height: .5rem;
    background-color: #ffffff;
    -webkit-border-radius: .2rem;
    border-radius: .2rem;
    opacity: 1
}

.nav {
    width: 100%;
    height: 6.6rem;
    background-color: #133984
}

.nav .content {
    height: 6.6rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.nav .item {
    float: left;
    width: 15.33rem;
    height: 6.6rem;
    font-size: 1.8rem;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.nav .item.active {
    background: rgb(255 255 255/20%);
}

.nav .item.active .items {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.nav .item a {
    display: inline-block;
    width: 100%;
    height: 100%
}

.nav .item .items {
    width: 100%;
    height: 6.6rem;
    display: inline-block;
    border-right: .1rem solid #164197;
    color: white;
    -webkit-box-shadow: .1rem 0 #141a4e;
    box-shadow: .1rem 0 #141a4e;
    cursor: pointer;
    line-height: 6.6rem
}

.nav .item:last-child .items {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.footer {
    width: 100%;
    padding: 1.8rem 0;
    background-color: #333333
}

.footer .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 1.4rem;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer .top a {
    color: white;
    display: inline-block;
    padding-right: 3.0rem;
    font-size: 1.4rem;
    position: relative
}

.footer .top a::after {
    content: '';
    width: .1rem;
    height: 2rem;
    /* background-color: White; */
    position: absolute;
    top: .3rem;
    left: 8.5rem
}

.footer .top a:last-of-type::after {
    display: none
}

.footer .link a::after {
    display: none
}

.footer .copyRight {
    font-size: 1.4rem;
    color: #ffffff;
    margin-top: 2.1rem;
    text-align: center;
    letter-spacing: .1rem
}