@charset "UTF-8";
/* stylelint-disable at-rule-no-unknown */
html,
body {
    width: 100%;
}

input::-ms-clear,
input::-ms-reveal {
    display: none;
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
    width: device-width;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

body {
    margin: 0;
    color: #666;
    font-size: 16px;
    font-family: Raleway, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Segoe UI", "Hiragino Sans GB", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-variant: tabular-nums;
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
    -webkit-font-feature-settings: 'tnum';
            font-feature-settings: 'tnum';
}

[tabindex='-1']:focus {
    outline: none !important;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0;
    color: #666;
    font-weight: 500;
}

p {
    margin-top: 0;
    margin-bottom: 0;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted;
    border-bottom: 0;
    cursor: help;
}

address {
    margin-bottom: 1em;
    font-style: normal;
    line-height: inherit;
}

input[type='text'],
input[type='password'],
input[type='number'],
textarea {
    -webkit-appearance: none;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1em;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 500;
}

dd {
    margin-bottom: 0.5em;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1em;
}

dfn {
    font-style: italic;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    color: #666;
    text-decoration: none;
    background-color: transparent;
    outline: none;
    cursor: pointer;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
    -webkit-text-decoration-skip: objects;
}

a:focus {
    text-decoration: none;
    -webkit-text-decoration-skip: ink;
            text-decoration-skip-ink: auto;
}

a:hover {
    text-decoration: none;
    outline: 0;
}

a[disabled] {
    color: fade(#000, 0.25);
    cursor: not-allowed;
    pointer-events: none;
}

pre,
code,
kbd,
samp {
    font-size: 1em;
    font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
}

pre {
    margin-top: 0;
    margin-bottom: 1em;
    overflow: auto;
}

figure {
    margin: 0 0 1em;
}

img {
    vertical-align: middle;
    border-style: none;
}

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

a,
area,
button,
[role='button'],
input:not([type='range']),
label,
select,
summary,
textarea {
    -ms-touch-action: manipulation;
        touch-action: manipulation;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75em;
    padding-bottom: 0.3em;
    color: rgba(0, 0, 0, 0.45);
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}

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 {
    padding: 0;
    border-style: none;
}

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

input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0.5em;
    padding: 0;
    color: inherit;
    font-size: 1.5em;
    line-height: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

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

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

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

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

output {
    display: inline-block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

mark {
    padding: 0.2em;
    background-color: #feffe6;
}

::-moz-selection {
    color: #fff;
    background: #437086;
}

::selection {
    color: #fff;
    background: #437086;
}

a[title="站长统计"] {
    display: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 400;
    line-height: 1.3;
    color: inherit;
    margin-bottom: 0;
}

.h1 {
    font-size: 40px;
}

.h2 {
    font-size: 28px;
}

.h3 {
    font-size: 24px;
}

.h4 {
    font-size: 20px;
}

.h5 {
    font-size: 18px;
}

.h6 {
    font-size: 16px;
}

.maxwidth {
    width: 85%;
    margin: 0 auto;
}

hr {
    margin-top: 16px;
    margin-bottom: 16px;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

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

.clearfix:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: "0/0"a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
    text-justify: inter-ideograph;
}

.text-nowrap {
    white-space: nowrap;
}

.text-truncate {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.c-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}

.overflow-hidden {
    overflow: hidden;
}

::-webkit-scrollbar {
    background: #f4f4f4;
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    width: 8px;
    border-radius: 8px;
}

::-webkit-scrollbar-track {
    border-radius: 8px;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
            box-shadow: 0 0 0 1000px white inset !important;
}

svg.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

.unable-to-interact {
    cursor: not-allowed;
    pointer-events: none;
}

@font-face {
    font-family: "Raleway";
    src: url("../fonts/Raleway.woff2") format("woff2"), url("../fonts/Raleway.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "bebas";
    src: url("../fonts/bebas-webfont.woff2") format("woff2"), url("../fonts/bebas-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@media only screen and (min-width: 961px) {
    a:hover {
        color: #437086;
    }
}

@media only screen and (max-width: 1600px) {
    body {
        font-size: 15px;
    }
    .h1 {
        font-size: 32px;
    }
    .h2 {
        font-size: 26px;
    }
    .h3 {
        font-size: 22px;
    }
    .h4 {
        font-size: 18px;
    }
    .h5 {
        font-size: 16px;
    }
    .h6 {
        font-size: 14px;
    }
    .maxwidth {
        width: 94%;
    }
}

@media only screen and (max-width: 960px) {
    body {
        font-size: 14px;
    }
    .h1 {
        font-size: 24px;
    }
    .h2 {
        font-size: 22px;
    }
    .h3 {
        font-size: 20px;
    }
    .h4 {
        font-size: 16px;
    }
    .h5 {
        font-size: 15px;
    }
    .h6 {
        font-size: 14px;
    }
}

@media only screen and (max-width: 640px) {
    .h1 {
        font-size: 22px;
    }
    .h2 {
        font-size: 19px;
    }
    .h3 {
        font-size: 18px;
    }
    .h4 {
        font-size: 15px;
    }
    .h5 {
        font-size: 14px;
    }
    .h6 {
        font-size: 13px;
    }
}

.page-header {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: background-color .3s, -webkit-transform .3s;
    transition: background-color .3s, -webkit-transform .3s;
    -o-transition: transform .3s, background-color .3s;
    transition: transform .3s, background-color .3s;
    transition: transform .3s, background-color .3s, -webkit-transform .3s;
}

.page-header .search {
    width: 24px;
    height: 100px;
    background: url(../img/icon-search.png) no-repeat center;
    background-size: 20px;
    opacity: .8;
}

.page-logo {
    position: relative;
}

.page-logo .img,
.page-logo .img-w {
    height: 70px;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.page-logo .img-w {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    opacity: 0;
}

.page-nav {
    margin-left: auto;
}

.page-nav .item {
    position: relative;
    margin-right: 60px;
}

.page-nav .item.j-drop-down .page-subnav {
    -webkit-box-shadow: 0px 11px 16px 0px rgba(35, 35, 35, 0.25);
            box-shadow: 0px 11px 16px 0px rgba(35, 35, 35, 0.25);
}

.page-nav .link {
    position: relative;
    font-size: 16px;
    line-height: 100px;
}

.page-nav .link.active {
    color: #437086;
    font-weight: 600;
}

.page-nav .link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 1px;
    background-color: #666;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.page-nav .subnav {
    position: fixed;
    z-index: 0;
    left: 0;
    top: 100px;
    background-color: #fff;
    padding: 48px 0 80px;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s, visibility .3s;
    -o-transition: opacity .3s, visibility .3s;
    transition: opacity .3s, visibility .3s;
    border-top: 2px #f0f0f0 solid;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.page-nav .header .sitem {
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 48px;
    overflow: hidden;
}

.page-nav .header .sitem > span {
    background-color: #fff;
    -webkit-transform: translateX(-24px);
        -ms-transform: translateX(-24px);
            transform: translateX(-24px);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.page-nav .header .sitem::before {
    content: '';
    width: 16px;
    height: 2px;
    background-color: #437086;
    margin-right: 8px;
}

.page-nav .header .sitem:last-of-type {
    margin-right: 0;
}

.page-nav .header .sitem.active {
    font-weight: 700;
    color: #437086;
}

.page-nav .header .sitem.active > span {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
}

.page-nav .body .sitem {
    display: none;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.page-nav .body .sitem.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.page-nav .body .box {
    width: 7.55%;
    margin-right: 4%;
    margin-top: 48px;
}

.page-nav .body .box:nth-of-type(9n) {
    margin-right: 0;
}

.page-nav .body .box:hover .title {
    color: #437086;
    font-weight: 700;
}

.page-nav .body .img {
    width: 100%;
}

.page-nav .body .title {
    text-align: center;
    margin-top: 12px;
    font-size: 14px;
}

.page-subnav {
    position: absolute;
    left: -24px;
    top: 100px;
    width: 150px;
    display: none;
}

.page-subnav .slink {
    display: block;
    font-size: 14px;
    padding-left: 24px;
    color: #666;
    background: #fff;
    position: relative;
    line-height: 40px;
    -webkit-transition: background-color 0.4s, color 0.4s;
    -o-transition: background-color 0.4s, color 0.4s;
    transition: background-color 0.4s, color 0.4s;
}

.page-subnav .slink::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 0;
    width: 130px;
    height: 1px;
    background: #f2f2f2;
}

.page-subnav .slink:first-of-type {
    margin-top: 10px;
}

.page-subnav .slink:first-of-type::before {
    opacity: 0;
}

.page-subnav .slink:hover {
    background: #f2f2f2;
    color: #437086;
}

@media only screen and (min-width: 961px) {
    .page-header .search:hover {
        opacity: 1;
    }
    .page-header.type-white {
        background-color: transparent;
        -webkit-box-shadow: none;
                box-shadow: none;
    }
    .page-header.type-white .search {
        background-image: url(../img/icon-search-w.png);
    }
    .page-header.type-white .page-logo .img {
        opacity: 0;
    }
    .page-header.type-white .page-logo .img-w {
        opacity: 1;
    }
    .page-header.type-white .page-nav .link {
        color: #fff;
    }
    .page-header.type-white .page-nav .link.active {
        color: #fff;
    }
    .page-header.type-white:hover {
        background-color: #fff;
    }
    .page-header.type-white:hover .search {
        background-image: url(../img/icon-search.png);
    }
    .page-header.type-white:hover .page-logo .img {
        opacity: 1;
    }
    .page-header.type-white:hover .page-logo .img-w {
        opacity: 0;
    }
    .page-header.type-white:hover .page-nav .link {
        color: #666;
    }
    .page-header.type-white:hover .page-nav .link.active {
        color: #437086;
    }
    .page-nav .link:hover::after {
        -webkit-transform: scaleX(1);
            -ms-transform: scaleX(1);
                transform: scaleX(1);
    }
    .page-nav .item.collection:hover .subnav {
        opacity: 1;
        visibility: visible;
    }
}

@media only screen and (max-width: 1600px) {
    .page-header .search {
        height: 80px;
    }
    .page-subnav {
        top: 80px;
    }
    .page-logo .img,
    .page-logo .img-w {
        height: 44px;
    }
    .page-nav .item {
        margin-right: 48px;
    }
    .page-nav .link {
        font-size: 14px;
        line-height: 80px;
    }
    .page-nav .subnav {
        top: 80px;
        padding: 32px 0 48px;
    }
    .page-nav .body .box {
        width: 10%;
        margin-right: 5%;
        margin-top: 40px;
    }
    .page-nav .body .box:nth-of-type(9n) {
        margin-right: 5%;
    }
    .page-nav .body .box:nth-of-type(7n) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 960px) {
    .page-header {
        padding: 12px 0;
    }
    .page-header.type-white {
        background-color: #fff;
    }
    .page-header .search {
        display: none;
    }
    .page-nav {
        display: none;
    }
    .page-logo .img,
    .page-logo .img-w {
        height: 36px;
    }
}

.nav-toggle {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.nav-toggle.on .nav-toggle-list span:nth-of-type(1) {
    -webkit-animation: phone-navtop-animon .4s linear forwards;
            animation: phone-navtop-animon .4s linear forwards;
}

.nav-toggle.on .nav-toggle-list span:nth-of-type(2) {
    opacity: 0;
}

.nav-toggle.on .nav-toggle-list span:nth-of-type(3) {
    -webkit-animation: phone-navbottom-animon .4s linear forwards;
            animation: phone-navbottom-animon .4s linear forwards;
}

.nav-toggle.off .nav-toggle-list span:nth-of-type(1) {
    -webkit-animation: phone-navtop-animoff .4s linear forwards;
            animation: phone-navtop-animoff .4s linear forwards;
}

.nav-toggle.off .nav-toggle-list span:nth-of-type(2) {
    opacity: 1;
    -webkit-transition: opacity .2s linear .2s;
    -o-transition: opacity .2s linear .2s;
    transition: opacity .2s linear .2s;
}

.nav-toggle.off .nav-toggle-list span:nth-of-type(3) {
    -webkit-animation: phone-navbottom-animoff .4s linear forwards;
            animation: phone-navbottom-animoff .4s linear forwards;
}

.nav-toggle-list {
    width: 30px;
    height: 18px;
    position: absolute;
    top: 21px;
    right: 15px;
}

.nav-toggle-list span {
    position: absolute;
    right: 0;
    width: 100%;
    height: 2px;
    background-color: #666;
    border-radius: 1px;
    border-radius: 1.5px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.nav-toggle-list span:nth-of-type(1) {
    top: 0;
}

.nav-toggle-list span:nth-of-type(2) {
    top: 8px;
}

.nav-toggle-list span:nth-of-type(3) {
    width: 50%;
    top: 16px;
}

@-webkit-keyframes phone-navtop-animon {
    0% {
        top: 0;
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
    50% {
        top: 8px;
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
    100% {
        top: 8px;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
    }
}

@keyframes phone-navtop-animon {
    0% {
        top: 0;
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
    50% {
        top: 8px;
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
    100% {
        top: 8px;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
    }
}

@-webkit-keyframes phone-navbottom-animon {
    0% {
        width: 50%;
        top: 16px;
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
    50% {
        width: 100%;
        top: 8px;
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
    100% {
        width: 100%;
        top: 8px;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
    }
}

@keyframes phone-navbottom-animon {
    0% {
        width: 50%;
        top: 16px;
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
    50% {
        width: 100%;
        top: 8px;
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
    100% {
        width: 100%;
        top: 8px;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
    }
}

@-webkit-keyframes phone-navtop-animoff {
    0% {
        top: 8px;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
    }
    50% {
        top: 8px;
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
    100% {
        top: 0;
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
}

@keyframes phone-navtop-animoff {
    0% {
        top: 8px;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
    }
    50% {
        top: 8px;
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
    100% {
        top: 0;
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
}

@-webkit-keyframes phone-navbottom-animoff {
    0% {
        width: 100%;
        top: 8px;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
    }
    50% {
        width: 100%;
        top: 8px;
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
    100% {
        width: 50%;
        top: 16px;
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
}

@keyframes phone-navbottom-animoff {
    0% {
        width: 100%;
        top: 8px;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
    }
    50% {
        width: 100%;
        top: 8px;
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
    100% {
        width: 50%;
        top: 16px;
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }
}

.phone-nav {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
}

.phone-nav ::-webkit-scrollbar {
    width: 0;
    height: 0;
    background-color: rgba(255, 255, 255, 0);
}

.phone-nav.active {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
}

.phone-nav .main {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    width: 240px;
    height: 100%;
    background: #fff;
    border-left: 1px #eee solid;
    overflow: hidden;
    -webkit-transform: translateX(240px);
        -ms-transform: translateX(240px);
            transform: translateX(240px);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    overflow: hidden;
}

.phone-nav nav .tel {
    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;
    height: 60px;
    padding: 0 20px;
    font-size: 22px;
    line-height: 60px;
    border-bottom: none;
    color: #fff;
    background: #437086;
    background-size: 22px;
    font-family: bebas, Helvetica, sans-serif;
}

.phone-nav nav .tel .icon {
    width: 28px;
    height: 28px;
    margin-right: 10px;
}

.phone-nav nav .ali-icon {
    margin-left: auto;
    width: 32px;
    height: 32px;
}

.phone-nav nav a {
    display: block;
    height: 60px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 60px;
    border-bottom: 1px solid #eee;
    color: #777;
}

.phone-nav nav a.active {
    background: url(../img/ico_navright.png) right 20px center no-repeat;
    background-size: 7px;
}

.phone-nav ul {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: #fff;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.phone-nav ul a {
    display: block;
    height: 60px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 60px;
    border-bottom: 1px solid #eee;
    color: #777;
}

.phone-nav ul.on {
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
}

.phone-nav li {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s, visibility .3s;
    -o-transition: opacity .3s, visibility .3s;
    transition: opacity .3s, visibility .3s;
}

.phone-nav li.on {
    opacity: 1;
    visibility: visible;
}

.phone-nav .title {
    font-size: 16px;
    line-height: 60px;
    padding-right: 20px;
    text-align: right;
    background: #f2f2f2 url(../img/ico_navleft.png) left 20px center no-repeat;
    background-size: 7px;
}

.phone-nav .bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.phone-nav .search {
    padding: 0 20px;
    height: 60px;
    line-height: 60px;
    border-bottom: none;
    background: #437086;
}

.phone-nav .search .submit {
    background: url(../img/icon-search-w.png) no-repeat center;
    border: none;
    outline: none;
    padding: 0;
    width: 22px;
    height: 60px;
    background-size: 20px;
}

.phone-nav .search .input {
    width: calc(100% - 22px);
    height: 60px;
    line-height: 1.5;
    border: none;
    padding: 0 0 0 12px;
    outline: none;
    color: #fff;
    font-size: 16px;
    background: none;
}

.phone-nav .search ::-moz-placeholder {
    color: #fff;
}

.phone-nav .search ::-webkit-input-placeholder {
    color: #fff;
}

.phone-nav .search :-ms-input-placeholder {
    color: #fff;
}

.phone-sub-nav {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9;
    width: 100vw;
    max-width: 480px;
    height: 100vh;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    -o-transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s, -webkit-transform .3s;
    -webkit-box-shadow: 3px 0px 13px 0px rgba(145, 144, 144, 0.5);
            box-shadow: 3px 0px 13px 0px rgba(145, 144, 144, 0.5);
}

.phone-sub-nav.on {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
}

.phone-sub-nav .nav-toggle {
    top: 2%;
}

.phone-sub-nav .main {
    width: 66%;
}

.phone-sub-nav .link {
    font-size: 16px;
    width: 100%;
    display: block;
    padding: 23px 0;
    text-align: center;
    border-bottom: 1px #ccc solid;
    color: #7f7f7f;
}

.phone-sub-nav .link:last-of-type {
    border-bottom: none;
}

@media only screen and (min-width: 961px) {
    .phone-sub-nav,
    .phone-nav,
    .nav-toggle {
        display: none;
    }
}

@media only screen and (max-width: 960px) {
    body.mNavOn .page-header {
        -webkit-transform: translateX(-240px);
            -ms-transform: translateX(-240px);
                transform: translateX(-240px);
    }
    body.mNavOn .phone-nav {
        opacity: 1;
        visibility: visible;
        -webkit-transition: opacity .3s, visibility .3s;
        -o-transition: opacity .3s, visibility .3s;
        transition: opacity .3s, visibility .3s;
    }
    body.mNavOn .phone-nav .main {
        -webkit-transform: translate(0);
            -ms-transform: translate(0);
                transform: translate(0);
    }
    body.mNavOff .phone-nav {
        -webkit-transition: opacity .3s, visibility .3s;
        -o-transition: opacity .3s, visibility .3s;
        transition: opacity .3s, visibility .3s;
    }
}

.page-footer {
    position: relative;
    z-index: 3;
    padding-top: 80px;
    background-color: #fff;
    border-top: 2px #e5e5e5 solid;
}

.page-footer .top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.page-footer .top .title {
    margin-bottom: 16px;
    font-weight: 600;
}

.page-footer .top .item {
    width: 18.75%;
}

.page-footer .top .text {
    margin-bottom: 6px;
}

.page-footer .top .text > a {
    position: relative;
}

.page-footer .top .text > a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: 0;
    width: 100%;
    height: 1px;
    background-color: #437086;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.page-footer .top .text > a:hover::after {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
}

.page-footer .bottom {
    padding: 28px 0;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
}

.page-footer .bottom .logo {
    height: 50px;
}

.page-footer .bottom .copyright {
    margin-left: auto;
}

.page-footer .contact {
    color: #000;
    margin-left: auto;
}

.page-footer .contact .input {
    width: 100%;
    height: 40px;
    line-height: 1.5;
    border: none;
    padding: 0;
    outline: none;
    color: #000;
    font-size: 16px;
    background: none;
    border-bottom: 1px #000 solid;
    margin-bottom: 24px;
}

.page-footer .contact .submit {
    border: none;
    outline: none;
    padding: 0;
    background: none;
    cursor: pointer;
}

@media only screen and (max-width: 1600px) {
    .page-footer {
        padding-top: 48px;
    }
    .page-footer .top .item {
        width: 20%;
    }
    .page-footer .bottom {
        padding: 20px 0;
    }
    .page-footer .bottom .logo {
        height: 40px;
    }
}

@media only screen and (max-width: 960px) {
    .page-footer {
        padding-top: 0;
        border-width: 1px;
    }
    .page-footer .top .item {
        display: none;
    }
    .page-footer .bottom {
        padding: 16px 0;
    }
    .page-footer .bottom .logo {
        height: 32px;
    }
}

@media only screen and (max-width: 640px) {
    .page-footer .bottom .logo {
        display: none;
    }
    .page-footer .bottom .copyright {
        width: 100%;
        text-align: center;
    }
}

.c-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    overflow: hidden;
    outline: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    opacity: 0;
    visibility: hidden;
}

.c-modal.on {
    opacity: 1;
    visibility: visible;
}

.c-modal-backdrop {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: #000;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.c-modal-backdrop.on {
    opacity: .5;
}

.c-modal-dialog {
    width: auto;
    max-width: 94%;
    max-height: 94%;
    position: relative;
    z-index: 2;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
            box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    outline: 0;
    margin: 0 auto;
    opacity: 0;
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    -o-transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
    overflow: hidden;
}

.c-modal-dialog.on {
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}

.c-modal-dialog .content {
    display: none;
}

.c-modal-dialog .video {
    width: 768px;
    height: 432px;
}

.c-modal-dialog .video iframe {
    width: 100%;
    height: 100%;
}

.c-modal-dialog .video video,
.c-modal-dialog .video .video-js {
    width: 100%;
    height: 100%;
}

.c-modal-dialog .imgshow {
    background-color: #fff;
}

.c-modal-dialog .imgshow .img {
    max-width: 100%;
    margin: 0 auto;
}

.c-modal-dialog .imgshow .move {
    max-height: 94vh;
    overflow-y: scroll;
}

.c-modal-dialog .imgshow .move::-webkit-scrollbar {
    width: 17px;
    height: 17px;
    background-color: rgba(255, 255, 255, 0.8);
}

.c-modal-dialog .consultation {
    width: 520px;
    background: url(../img/consultation01.jpg) no-repeat center;
    background-size: cover;
    padding: 14px;
    color: #fff;
    font-size: 14px;
}

.c-modal-dialog .consultation .title {
    font-size: 38px;
    margin: 8px 0 16px;
}

.c-modal-dialog .consultation .tit {
    font-size: 28px;
}

.c-modal-dialog .consultation .text {
    line-height: 1.5;
    font-size: 12px;
    margin: 8px 0 16px;
}

.c-modal-dialog .consultation .tel {
    font-size: 30px;
    color: #fff;
}

.c-modal-dialog .consultation .main {
    padding: 32px;
    border: 1px rgba(255, 255, 255, 0.3) solid;
}

.c-modal-dialog .consultation .form {
    background: #fff;
    max-width: 320px;
}

.c-modal-dialog .consultation .icon {
    width: 32px;
    height: 24px;
    color: #bcbcbc;
}

.c-modal-dialog .consultation .input {
    line-height: 40px;
    height: 40px;
    border: none;
    background: none;
    width: calc(100% - 92px);
    padding-left: 8px;
    outline: none;
    color: #666;
}

.c-modal-dialog .consultation .submit {
    width: 60px;
    height: 40px;
    line-height: 38px;
    background-color: #437086;
    color: #fff;
    border: 1px #fff solid;
    cursor: pointer;
}

.c-modal-dialog .img {
    display: block;
}

.c-modal-dialog .img > img {
    max-width: 94vw;
    max-height: 94vh;
}

.c-modal-off {
    width: 20px;
    height: 20px;
    color: #fff;
    position: absolute;
    z-index: 3;
    right: 20px;
    top: 20px;
    cursor: pointer;
    -webkit-transition: -webkit-transform .4s ease-out;
    transition: -webkit-transform .4s ease-out;
    -o-transition: transform .4s ease-out;
    transition: transform .4s ease-out;
    transition: transform .4s ease-out, -webkit-transform .4s ease-out;
}

.c-modal-off::after, .c-modal-off::before {
    content: '';
    width: 100%;
    height: 2px;
    background: #ddd;
    position: absolute;
    left: 0;
    top: 9px;
}

.c-modal-off::after {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}

.c-modal-off::before {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.c-modal-off:hover {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

@media only screen and (max-width: 640px) {
    .c-modal-dialog {
        width: auto;
    }
    .c-modal-dialog .video {
        width: 100%;
        height: auto;
        padding-bottom: 56.25%;
        position: relative;
    }
    .c-modal-dialog .video-js {
        position: absolute;
    }
    .c-modal-dialog .search {
        margin: 0 auto;
    }
    .c-modal-dialog .search .input {
        height: 54px;
        line-height: 54px;
    }
    .c-modal-dialog .search .submit {
        width: 54px;
        height: 54px;
        background-size: 24px;
    }
    .c-modal-dialog .consultation {
        width: 100%;
    }
    .c-modal-dialog .consultation .main {
        padding: 20px;
    }
    .c-modal-dialog .consultation .tit {
        font-size: 16px;
    }
    .c-modal-dialog .consultation .title {
        font-size: 24px;
    }
    .c-modal-dialog .consultation .tel {
        font-size: 24px;
    }
}

.c-pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-weight: 400;
}

.c-pagination.center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.c-pagination.type-a .c-pagination-item {
    background: none;
    color: #fff;
}

.c-pagination.type-a .c-pagination-item.active {
    background-color: #437086;
}

.c-pagination-item {
    display: block;
    font-size: 14px;
    line-height: 28px;
    background: #fff;
    border: 1px #ddd solid;
    padding: 0 10px;
    margin-right: 8px;
    margin-top: 8px;
    color: #999;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.c-pagination-item.disabled {
    cursor: not-allowed;
    color: #999;
    opacity: .4;
}

.c-pagination-item:last-of-type {
    margin-left: 0;
}

.c-pagination-item.active {
    color: #fff;
    background-color: #437086;
    border-color: #437086;
}

@media only screen and (min-width: 961px) {
    .c-pagination-item:not(.disabled):hover {
        color: #fff;
        background-color: #437086;
        border-color: #437086;
    }
}

@media only screen and (max-width: 960px) {
    .c-pagination {
        margin-top: 28px;
    }
}

@media only screen and (max-width: 640px) {
    .c-pagination {
        margin-top: 20px;
    }
}

.swiper-container {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease;
}

.swiper-container.isready {
    opacity: 1;
}

.swiper-slide {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
}

.swiper-button-next,
.swiper-button-prev {
    outline: none;
}

.swiper-pagination.typea {
    position: relative;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 40px;
}

.swiper-pagination.typea .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: .15;
    -webkit-transition: opacity .3s, background-color .3s;
    -o-transition: opacity .3s, background-color .3s;
    transition: opacity .3s, background-color .3s;
}

.swiper-pagination.typea .swiper-pagination-bullet-active {
    background-color: #437086;
    opacity: 1;
}

.swiper-pagination.typea.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
}

.swiper-pagination.typea.swiper-pagination-lock {
    display: none;
}

@media only screen and (min-width: 961px) {
    .swiper-pagination.typea .swiper-pagination-bullet:hover {
        background-color: #437086;
        opacity: 1;
    }
}

@media only screen and (max-width: 1600px) {
    .swiper-pagination.typea {
        margin-top: 28px;
    }
    .swiper-pagination.typea .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }
    .swiper-pagination.typea.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 6px;
    }
}

@media only screen and (max-width: 640px) {
    .swiper-pagination.typea {
        margin-top: 16px;
    }
    .swiper-pagination.typea .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }
    .swiper-pagination.typea.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 4px;
    }
}

.index-banner .img {
    width: 100%;
    height: 100vh;
    background-position: center;
    background-size: cover;
}

.index-banner .img-m {
    width: 100%;
    display: none;
}

.index-banner .swiper-pagination {
    bottom: 4%;
}

.index-banner .swiper-pagination .swiper-pagination-bullet {
    margin: 0 7px;
}

.index-banner .swiper-pagination-bullet {
    width: 24px;
    height: 8px;
    background-color: #999;
    border-radius: 4px;
    opacity: 1;
    -webkit-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s;
}

.index-banner .swiper-pagination-bullet-active {
    width: 60px;
    background-color: #436f88;
}

.index-banner .main {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
   
    color: #fff;
    padding-top: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}

.index-banner .main.anim .title,
.index-banner .main.anim .tit,
.index-banner .main.anim .text {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}

.index-banner .title {
    font-size: 54px;
    font-weight: 700;
    margin-bottom: 20px;
    opacity: 0;
    -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
            transform: translateY(100px);
    -webkit-transition: opacity 2s ease, -webkit-transform 2s ease;
    transition: opacity 2s ease, -webkit-transform 2s ease;
    -o-transition: opacity 2s ease, transform 2s ease;
    transition: opacity 2s ease, transform 2s ease;
    transition: opacity 2s ease, transform 2s ease, -webkit-transform 2s ease;
}

.index-banner .tit {
    font-size: 32px;
    margin-bottom: 120px;
    opacity: 0;
    -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
            transform: translateY(100px);
    -webkit-transition: opacity 1.5s .5s ease, -webkit-transform 1.5s .5s ease;
    transition: opacity 1.5s .5s ease, -webkit-transform 1.5s .5s ease;
    -o-transition: opacity 1.5s .5s ease, transform 1.5s .5s ease;
    transition: opacity 1.5s .5s ease, transform 1.5s .5s ease;
    transition: opacity 1.5s .5s ease, transform 1.5s .5s ease, -webkit-transform 1.5s .5s ease;
}

.index-banner .text {
    font-size: 18px;
    padding-left: 110px;
    position: relative;
    opacity: 0;
    -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
            transform: translateY(100px);
    -webkit-transition: opacity 1s 1s ease, -webkit-transform 1s 1s ease;
    transition: opacity 1s 1s ease, -webkit-transform 1s 1s ease;
    -o-transition: opacity 1s 1s ease, transform 1s 1s ease;
    transition: opacity 1s 1s ease, transform 1s 1s ease;
    transition: opacity 1s 1s ease, transform 1s 1s ease, -webkit-transform 1s 1s ease;
}

.index-banner .text::before {
    content: '';
    width: 96px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 0;
    margin-top: -1px;
    background-color: #fff;
}

@media only screen and (max-width: 1600px) {
    .index-banner .title {
        font-size: 40px;
        margin-bottom: 16px;
    }
    .index-banner .tit {
        font-size: 20px;
        margin-bottom: 80px;
    }
    .index-banner .text {
        font-size: 14px;
        padding-left: 80px;
    }
    .index-banner .text::before {
        width: 64px;
        height: 1px;
    }
}

@media only screen and (max-width: 960px) {
    .index-banner .img {
        display: none;
    }
    .index-banner .img-m {
        display: block;
    }
    .index-banner .swiper-pagination .swiper-pagination-bullet {
        margin: 0 4px;
    }
    .index-banner .swiper-pagination-bullet {
        width: 8px;
    }
    .index-banner .main {
        padding-top: 0;
    }
    .index-banner .title {
        font-size: 36px;
        margin-bottom: 12px;
    }
    .index-banner .tit {
        font-size: 16px;
        margin-bottom: 60px;
    }
    .index-banner .text {
        font-size: 12px;
        padding-left: 60px;
    }
    .index-banner .text::before {
        width: 48px;
    }
}

@media only screen and (max-width: 640px) {
    .index-banner .title {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .index-banner .tit {
        font-size: 12px;
        margin-bottom: 36px;
    }
    .index-banner .text {
        padding-left: 48px;
    }
    .index-banner .text::before {
        width: 36px;
    }
}

.page-main {
    background-color: #fff;
    overflow: hidden;
    padding-top: 100px;
}

.page-pd {
    padding: 100px 0;
}

.page-pd-m {
    padding: 80px 0;
}

.page-pd-sm {
    padding: 60px 0;
}

.c-btn-a {
    color: #bbb;
    font-size: 18px;
}

.c-btn-a::after {
    content: '';
    width: 24px;
    height: 12px;
    background: url(../img/icon01.png) no-repeat center;
    background-size: 100% 100%;
    margin-left: 12px;
}

.c-btn-a.center {
    margin: 0 auto;
}

.index-title {
    font-size: 60px;
    color: #000;
    margin-bottom: 8px;
}

.index-title.no-mb {
    margin-bottom: 0;
}

.inside-title {
    width: 94%;
    max-width: 1000px;
    margin: 0 auto 48px;
    text-align: center;
}

.inside-title .inside-title-tit {
    color: #333;
}

.inside-title .inside-title-txt {
    margin-top: 8px;
}

.inside-title .inside-title-text {
    margin-top: 30px;
    line-height: 1.7;
}

.editor-detail {
    color: #666;
    font-size: 15px;
    line-height: 1.8;
    text-align: justify;
    text-justify: inter-ideograph;
}

.editor-detail ul {
    list-style: none;
    -webkit-padding-start: 0;
            padding-inline-start: 0;
}

.editor-detail ul li:before {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    content: "•";
    display: inline-block;
    font-size: 14px;
    margin-left: -58px;
    padding-right: 15px;
    text-align: right;
    font-weight: 700;
    width: 58px;
}

.editor-detail ol {
    list-style: decimal;
}

.editor-detail li {
    margin-left: 30px;
    padding-top: 2px;
}

.editor-detail a {
    text-decoration: underline;
}

.editor-detail blockquote {
    background-color: #f2f5fb;
    padding: 5px 20px;
    margin-left: 0;
    margin-right: 0;
    color: #243342;
    border-left: 5px solid #d0d6dc;
}

.editor-detail img {
    max-width: 100%;
}

.editor-detail.img-center img {
    display: block;
    margin: 0 auto;
}

.editor-detail.img-mg img {
    display: block;
    margin: 15px auto;
}

.editor-detail.word-type {
    text-indent: 2em;
}

.editor-detail.word-type p {
    margin: 20px 0;
}

.editor-detail.word-type p img {
    display: block;
    margin: 0 auto;
}

.editor-detail.word-type p:first-of-type {
    margin-top: 0;
}

.editor-detail.no-spacing p {
    margin: 0;
}

.inside-banner {
    position: relative;
}

.inside-banner::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.2);
}

.inside-banner .img {
    width: 100%;
}

.inside-banner .img-m {
    width: 100%;
    display: none;
}

.inside-banner .main {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    z-index: 1;
    color: #fff;
    padding: 0 3%;
    text-align: center;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.inside-banner .tit {
    font-size: 64px;
    font-weight: 700;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
    line-height: 1.1;
}

.inside-banner .tit::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100px;
    height: 1px;
    z-index: 0;
    background-color: #fff;
    margin-left: -50px;
}

.inside-banner .tit.tyepea {
    margin-bottom: 0;
    padding-bottom: 0;
}

.inside-banner .tit.tyepea::after {
    display: none;
}

.inside-banner .title {
    font-size: 20px;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.maxwidths {
    width: 94%;
    max-width: 1280px;
    margin: 0 auto;
}

.bg-gray {
    background-color: #f3f3f3;
}

.page-dw {
    position: absolute;
    left: 0;
    top: -100px;
    z-index: -1;
}

@media only screen and (min-width: 961px) {
    .page-main.not-pdtop {
        padding-top: 0;
    }
    .c-imghover {
        overflow: hidden;
    }
    .c-imghover .c-imghover-item {
        -webkit-transition: -webkit-transform .4s ease-out;
        transition: -webkit-transform .4s ease-out;
        -o-transition: transform .4s ease-out;
        transition: transform .4s ease-out;
        transition: transform .4s ease-out, -webkit-transform .4s ease-out;
    }
    .c-imghover:hover .c-imghover-item {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
    .c-btn-a:hover {
        color: #437086;
    }
    .c-btn-a:hover::after {
        background-image: url(../img/icon01-b.png);
    }
}

@media only screen and (max-width: 1700px) {
    .index-title {
        font-size: 50px;
    }
}

@media only screen and (max-width: 1600px) {
    .page-main {
        padding-top: 80px;
    }
    .page-pd {
        padding: 80px 0;
    }
    .page-pd-m {
        padding: 60px 0;
    }
    .page-pd-sm {
        padding: 48px 0;
    }
    .index-title {
        font-size: 40px;
    }
    .c-btn-a {
        font-size: 16px;
    }
    .inside-banner .tit {
        font-size: 44px;
    }
    .inside-banner .tit::after {
        width: 60px;
        margin-left: -30px;
    }
    .inside-banner .title {
        font-size: 16px;
        max-width: 640px;
    }
    .inside-title {
        margin-bottom: 40px;
    }
    .page-dw {
        top: -80px;
    }
}

@media only screen and (max-width: 960px) {
    .page-main {
        padding-top: 60px;
    }
    .page-pd {
        padding: 60px 0;
    }
    .page-pd-m {
        padding: 48px 0;
    }
    .page-pd-sm {
        padding: 36px 0;
    }
    .index-title {
        font-size: 32px;
    }
    .editor-detail.img-mg img {
        margin: 12px auto;
    }
    .editor-detail.word-type p {
        margin: 12px 0;
    }
    .inside-banner .img {
        display: none;
    }
    .inside-banner .img-m {
        display: block;
    }
    .inside-title {
        margin-bottom: 32px;
    }
    .inside-title .inside-title-txt {
        margin-top: 6px;
    }
    .inside-title .inside-title-text {
        margin-top: 16px;
    }
    .page-dw {
        top: -60px;
    }
}

@media only screen and (max-width: 640px) {
    .page-pd {
        padding: 48px 0;
    }
    .page-pd-m {
        padding: 36px 0;
    }
    .page-pd-sm {
        padding: 28px 0;
    }
    .index-title {
        font-size: 24px;
    }
    .c-btn-a {
        font-size: 14px;
    }
    .c-btn-a::after {
        width: 20px;
        height: 10px;
        margin-left: 10px;
    }
    .editor-detail.img-mg img {
        margin: 10px auto;
    }
    .editor-detail.word-type p {
        margin: 10px 0;
    }
    .inside-banner .tit {
        font-size: 24px;
        margin-bottom: 12px;
        padding-bottom: 12px;
    }
    .inside-banner .tit::after {
        width: 28px;
        margin-left: -14px;
    }
    .inside-banner .title {
        font-size: 12px;
    }
    .inside-title {
        margin-bottom: 24px;
    }
    .inside-title .inside-title-txt {
        margin-top: 4px;
    }
    .inside-title .inside-title-text {
        margin-top: 12px;
    }
}

.index-page01 {
    padding-bottom: 0;
}

.index-page01 .item-l {
    width: 36.5%;
    padding: 0 4% 0 7.5%;
    line-height: 1.3;
}

.index-page01 .item-r {
    width: 63.5%;
}

.index-page01 .tit {
    color: #aaa;
}

.index-page01 .list {
    font-size: 18px;
}

.index-page01 .list .item {
    margin-top: 36px;
    padding: 0 26px;
    position: relative;
    cursor: pointer;
}

.index-page01 .list .item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 18px;
    height: 2px;
    margin-top: -1px;
    background-color: #437086;
}

.index-page01 .list .item > span {
    background-color: #fff;
    -webkit-transform: translateX(-26px);
        -ms-transform: translateX(-26px);
            transform: translateX(-26px);
    display: block;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.index-page01 .list .item.active {
    color: #437086;
    font-weight: 600;
}

.index-page01 .list .item.active > span {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
}

.index-page01 .more {
    margin-top: 120px;
}

.index-product .img {
    width: 100%;
}

.index-product .swiper-slide {
    position: relative;
}

.index-product .swiper-slide::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    height: 23%;
    background: url(../img/index01.png) repeat-x left top;
    background-size: auto 100%;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.index-product .swiper-slide.swiper-slide-active::after {
    opacity: 1;
}

.index-product .swiper-slide.swiper-slide-active .title {
    opacity: 1;
}

.index-product .title {
    position: absolute;
    left: 0;
    bottom: 4%;
    z-index: 1;
    color: #fff;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    padding: 0 5%;
    opacity: 0;
    line-height: 1.4;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.index-page02 .item-l {
    width: 39%;
}

.index-page02 .item-r {
    width: 55%;
    padding-left: 10%;
    margin-bottom: 16px;
}

.index-page02 .img {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: background-image .4s ease;
    -o-transition: background-image .4s ease;
    transition: background-image .4s ease;
}

.index-page02 .bg {
    width: 100%;
}

.index-page02 .content {
    line-height: 1.6;
}

.index-page02 .list {
    margin: 48px 0;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.index-page02 .item {
    width: 33.33%;
    padding-top: 24px;
    margin-top: 24px;
    border-top: 1px #f1f1f1 solid;
    opacity: .4;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.index-page02 .item.active {
    opacity: 1;
}

.index-page02 .item:nth-of-type(1), .index-page02 .item:nth-of-type(2), .index-page02 .item:nth-of-type(3) {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
}

.index-page02 .item:nth-of-type(3n) .box {
    border-right: none;
}

.index-page02 .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 24px;
    border-right: 1px #f1f1f1 solid;
}

.index-page02 .icon {
    width: 30px;
    margin-right: 12px;
}

.index-page03 {
    background: url(../img/index03.jpg) no-repeat center/cover;
    color: #fff;
    text-align: center;
    position: relative;
}

.index-page03::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.4);
}

.index-page03 .index-title {
    color: #fff;
}

.index-page03 .main {
    position: relative;
    z-index: 1;
    width: 94%;
    max-width: 1180px;
    margin: 0 auto;
}

.index-page03 .tit {
    color: #afafaf;
}

.index-page03 .list {
    margin: 80px 0;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}

.index-page03 .item {
    width: 50%;
    background-color: #2e2e30;
    padding: 60px 4%;
}

.index-page03 .item:nth-of-type(2n) {
    background-color: #363638;
}

.index-page03 .num {
    width: 44px;
    line-height: 44px;
    background-color: #fff;
    border-radius: 50%;
    margin: 0 auto;
    color: #000;
    text-align: center;
    font-size: 32px;
    margin-bottom: 20px;
}

.index-page03 .title {
    font-weight: 600;
}

.index-page03 .content {
    color: #afafaf;
    line-height: 1.8;
    margin-top: 12px;
}

.iddex-page04 {
    padding-left: 7.5%;
}

.iddex-page04 .main {
    margin-top: 30px;
    position: relative;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.iddex-page04 .main::after {
    content: '';
    position: absolute;
    width: 80%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    background-color: #f5f5f5;
}

.iddex-page04 .item-l {
    width: 44%;
    position: relative;
    z-index: 1;
    padding: 64px;
}

.iddex-page04 .item-r {
    width: 56%;
    position: relative;
    z-index: 1;
    -webkit-transform: translateY(-100px);
        -ms-transform: translateY(-100px);
            transform: translateY(-100px);
    overflow: hidden;
}

.iddex-page04 .title {
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
}

.iddex-page04 .content {
    line-height: 1.6;
    margin-bottom: 80px;
    text-align: justify;
}

.iddex-page04 .list {
    margin-bottom: 120px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: center;
    color: #437086;
}

.iddex-page04 .img {
    width: 100%;
}

.iddex-page04 .num {
    font-family: bebas, Arial, Helvetica, sans-serif;
    font-size: 44px;
    line-height: 1;
    margin-bottom: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.iddex-page04 .num.plus {
    padding-right: 16px;
}

.iddex-page04 .num.plus > span {
    position: relative;
}

.iddex-page04 .num.plus > span::after {
    content: '';
    position: absolute;
    right: -16px;
    top: -8px;
    z-index: 0;
    width: 16px;
    height: 16px;
    background: url(../img/icon-plus.png) no-repeat center/100% 100%;
}

.index-product01 {
    position: relative;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}

.index-product01 .box {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.index-product01 .item {
    position: relative;
    width: 100%;
    height: 100%;
    display: none;
}

.index-product01 .item.active {
    display: block;
}

.index-product01 .sitem {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 32%;
    height: 100%;
    background-size: cover;
    background-position: left center;
    -webkit-transition: left .6s ease-in-out, width .6s ease-in-out;
    -o-transition: left .6s ease-in-out, width .6s ease-in-out;
    transition: left .6s ease-in-out, width .6s ease-in-out;
    display: block;
}

.index-product01 .sitem .bg {
    display: none;
}

.index-product01 .sitem::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    height: 23%;
    background: url(../img/index01.png) repeat-x left top;
    background-size: auto 100%;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.index-product01 .sitem:nth-of-type(2) {
    left: 34%;
}

.index-product01 .sitem:nth-of-type(3) {
    left: 68%;
}

.index-product01 .bg {
    width: 84%;
}

.index-product01 .title {
    position: absolute;
    left: 0;
    bottom: 4%;
    z-index: 1;
    color: #fff;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    padding: 0 5%;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

@media only screen and (min-width: 961px) {
    .index-page01 .list .item:hover {
        color: #437086;
        font-weight: 600;
    }
    .index-page01 .list .item:hover > span {
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);
    }
    .index-product01 .item.state-0 .sitem:nth-of-type(1) {
        width: 84%;
    }
    .index-product01 .item.state-0 .sitem:nth-of-type(1)::after,
    .index-product01 .item.state-0 .sitem:nth-of-type(1) .title {
        opacity: 1;
    }
    .index-product01 .item.state-0 .sitem:nth-of-type(2) {
        left: 86%;
        width: 6%;
    }
    .index-product01 .item.state-0 .sitem:nth-of-type(3) {
        left: 94%;
        width: 6%;
    }
    .index-product01 .item.state-1 .sitem:nth-of-type(1) {
        width: 6%;
    }
    .index-product01 .item.state-1 .sitem:nth-of-type(2) {
        left: 8%;
        width: 84%;
    }
    .index-product01 .item.state-1 .sitem:nth-of-type(2)::after,
    .index-product01 .item.state-1 .sitem:nth-of-type(2) .title {
        opacity: 1;
    }
    .index-product01 .item.state-1 .sitem:nth-of-type(3) {
        left: 94%;
        width: 6%;
    }
    .index-product01 .item.state-2 .sitem:nth-of-type(1) {
        width: 6%;
    }
    .index-product01 .item.state-2 .sitem:nth-of-type(2) {
        left: 8%;
        width: 6%;
    }
    .index-product01 .item.state-2 .sitem:nth-of-type(3) {
        left: 16%;
        width: 84%;
    }
    .index-product01 .item.state-2 .sitem:nth-of-type(3)::after,
    .index-product01 .item.state-2 .sitem:nth-of-type(3) .title {
        opacity: 1;
    }
}

@media only screen and (max-width: 1600px) {
    .index-page01 .item-l {
        width: 40%;
        padding: 0 3%;
    }
    .index-page01 .item-r {
        width: 60%;
    }
    .index-page01 .list .item {
        margin-top: 24px;
        font-size: 16px;
    }
    .index-page01 .more {
        margin-top: 80px;
    }
    .index-product .title {
        font-size: 16px;
    }
    .index-page02 .item-r {
        width: 60%;
        padding-left: 6%;
    }
    .index-page02 .box {
        padding: 16px 24px;
    }
    .index-page02 .item {
        margin-top: 18px;
        padding-top: 18px;
    }
    .index-page02 .icon {
        width: 26px;
    }
    .index-page03 .main {
        max-width: 1000px;
    }
    .index-page03 .list {
        margin: 60px 0;
    }
    .index-page03 .item {
        padding: 48px 4%;
    }
    .index-page03 .num {
        width: 40px;
        line-height: 40px;
        font-size: 26px;
        margin-bottom: 16px;
    }
    .iddex-page04 {
        padding-left: 3%;
    }
    .iddex-page04 .item-l {
        padding: 48px 40px;
    }
    .iddex-page04 .item-r {
        -webkit-transform: translateY(-80px);
            -ms-transform: translateY(-80px);
                transform: translateY(-80px);
    }
    .iddex-page04 .num {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .iddex-page04 .num.plus {
        padding-right: 12px;
    }
    .iddex-page04 .num.plus > span::after {
        content: '';
        width: 12px;
        height: 12px;
        right: -12px;
        top: -6px;
    }
    .iddex-page04 .list {
        margin-bottom: 60px;
    }
    .iddex-page04 .content {
        margin-bottom: 48px;
    }
    .iddex-page04 .text {
        font-size: 13px;
    }
}

@media only screen and (max-width: 1200px) {
    .iddex-page04 .list {
        display: none;
    }
}

@media only screen and (max-width: 960px) {
    .index-page01 .item-l {
        width: 100%;
        margin-bottom: 32px;
    }
    .index-page01 .item-r {
        width: 100%;
    }
    .index-page01 .list {
        display: none;
    }
    .index-page01 .tit {
        margin-bottom: 4px;
    }
    .index-page01 .more {
        margin-top: 24px;
    }
    .index-page02 .item-l {
        width: 100%;
        display: none;
    }
    .index-page02 .item-r {
        width: 100%;
        padding: 0;
    }
    .index-page03 .list {
        margin: 40px 0;
    }
    .index-page03 .item {
        padding: 40px 4%;
    }
    .iddex-page04 {
        padding-right: 3%;
    }
    .iddex-page04 .list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .iddex-page04 .main::after {
        width: 100%;
    }
    .iddex-page04 .item-l {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1;
    }
    .iddex-page04 .item-r {
        width: 100%;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
    }
    .index-product01 .sitem {
        width: 100%;
        display: none;
        position: relative;
    }
    .index-product01 .sitem:nth-of-type(1) {
        display: block;
    }
    .index-product01 .sitem::after {
        opacity: 1;
    }
    .index-product01 .sitem .title {
        opacity: 1;
        font-size: 16px;
    }
    .index-product01 .sitem .bg {
        width: 100%;
        display: block;
    }
    .index-product01 .box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
        position: static;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .index-product01 .item {
        width: 48.5%;
        margin-bottom: 3%;
        display: block;
    }
    .index-product01 .bg {
        display: none;
    }
}

@media only screen and (max-width: 640px) {
    .index-page01 .tit {
        font-size: 12px;
    }
    .index-page01 .more {
        margin-top: 24px;
    }
    .index-product .swiper-slide::after {
        height: 40%;
    }
    .index-product .title {
        font-size: 14px;
    }
    .index-page02 .list {
        margin: 32px 0;
    }
    .index-page02 .item {
        width: 50%;
        margin-top: 16px;
        padding-top: 16px;
    }
    .index-page02 .item:nth-of-type(3) {
        border-top: 1px #f1f1f1 solid;
        margin-top: 16px;
        padding-top: 16px;
    }
    .index-page02 .item:nth-of-type(3n) .box {
        border-right: 1px #f1f1f1 solid;
    }
    .index-page02 .item:nth-of-type(2n) .box {
        border-right: none;
    }
    .index-page02 .box {
        padding: 16px 12px;
    }
    .index-page02 .icon {
        width: 20px;
    }
    .index-page03 .list {
        margin: 24px 0;
    }
    .index-page03 .item {
        width: 100%;
        padding: 36px 4%;
    }
    .index-page03 .num {
        width: 32px;
        line-height: 32px;
        font-size: 20px;
    }
    .iddex-page04 .item-l {
        padding: 24px 4%;
    }
    .iddex-page04 .title {
        margin-bottom: 12px;
    }
    .iddex-page04 .content {
        margin-bottom: 40px;
    }
    .iddex-page04 .item {
        width: 33.33%;
        line-height: 1.4;
    }
    .iddex-page04 .num {
        font-size: 22px;
        margin-bottom: 12px;
    }
    .iddex-page04 .list {
        margin-bottom: 28px;
    }
    .iddex-page04 .main {
        margin-top: 16px;
    }
    .index-product01 .sitem::after {
        height: 40%;
    }
    .index-product01 .sitem .title {
        font-size: 13px;
        font-weight: 400;
    }
}

.search-page01 {
    padding: 60px 0;
    background: #f4f4f4;
}

.search-page01 .form {
    width: 100%;
    max-width: 640px;
    padding: 0 8px;
    border-radius: 4px;
    background: #fff;
    font-size: 15px;
}

.search-page01 .submit {
    background: url(../img/icon-search.png) no-repeat center;
    border: none;
    outline: none;
    padding: 0;
    width: 48px;
    height: 48px;
    background-size: 20px;
    cursor: pointer;
}

.search-page01 .input {
    width: calc(100% - 48px);
    height: 48px;
    border: none;
    padding: 0 0 0 12px;
    outline: none;
    color: #333;
}

.search-page02 {
    min-height: 300px;
    padding: 40px 0 60px;
}

.search-page02 .nav {
    border-bottom: 1px #e9e9e9 solid;
    padding: 0 12px;
    margin-bottom: 36px;
}

.search-page02 .nav .item {
    max-width: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    line-height: 1.3;
    padding: 12px 2px;
    margin-right: 32px;
    position: relative;
}

.search-page02 .nav .item::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #437086;
    opacity: 0;
}

.search-page02 .nav .item.active {
    color: #437086;
}

.search-page02 .nav .item.active::after {
    opacity: 1;
}

.search-list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.search-list .item {
    width: 48.5%;
    margin-bottom: 3%;
    -webkit-transition: -webkit-box-shadow .3s;
    transition: -webkit-box-shadow .3s;
    -o-transition: box-shadow .3s;
    transition: box-shadow .3s;
    transition: box-shadow .3s, -webkit-box-shadow .3s;
    border: 1px #ddd solid;
    padding: 2% 3%;
}

.search-list .title {
    color: #333;
}

@media only screen and (min-width: 961px) {
    .search-list .item:hover {
        -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
                box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
    }
    .search-list .item:hover .title {
        color: #437086;
    }
}

@media only screen and (max-width: 960px) {
    .search-page01 {
        padding: 40px 0;
    }
    .search-page02 {
        padding: 32px 0 48px;
    }
    .search-page02 .nav {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 640px) {
    .search-page01 {
        padding: 16px 0;
    }
    .search-page01 .form {
        font-size: 14px;
    }
    .search-page01 .submit {
        width: 40px;
        height: 40px;
        background-size: 18px;
    }
    .search-page01 .input {
        width: calc(100% - 40px);
        height: 40px;
        padding-left: 8px;
    }
    .search-page02 {
        padding: 24px 0 36px;
    }
    .search-page02 .nav {
        margin-bottom: 16px;
        padding: 0;
    }
    .search-page02 .nav .item {
        margin-right: 16px;
        font-size: 13px;
    }
    .search-list .item {
        width: 100%;
        padding: 12px 0;
        border: none;
        border-bottom: 1px #ddd dashed;
        margin-bottom: 0;
    }
}

.news-detail {
    background-color: #f6f6f6;
}

.news-detail01 {
    max-width: 1200px;
    background-color: #fff;
    padding-left: 4%;
    padding-right: 4%;
}

.news-detail01 .title {
    text-align: center;
    color: #333;
}

.news-detail01 .main {
    max-width: 920px;
    margin: 0 auto;
}

.news-detail01 .time {
    text-align: center;
    color: #666;
    margin-top: 12px;
}

.news-detail01 .content {
    margin-top: 24px;
}

.news-detail01 .footer {
    padding-top: 28px;
    margin-top: 32px;
    border-top: 1px #e8e8e8 solid;
    line-height: 1.4;
    position: relative;
}

.news-detail01 .footer .item {
    margin-bottom: 10px;
}

.news-detail01 .footer .txt {
    color: #999;
}

.news-detail01 .footer .link {
    color: #333;
    position: relative;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.news-detail01 .footer .link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background: #437086;
    opacity: 0;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: color .3s, -webkit-transform .3s;
    transition: color .3s, -webkit-transform .3s;
    -o-transition: color .3s, transform .3s;
    transition: color .3s, transform .3s;
    transition: color .3s, transform .3s, -webkit-transform .3s;
}

@media only screen and (min-width: 961px) {
    .news-detail01 .footer .link:hover {
        color: #437086;
    }
    .news-detail01 .footer .link:hover::after {
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1);
        opacity: 1;
    }
}

@media only screen and (max-width: 960px) {
    .news-detail01 .time {
        margin-top: 8px;
    }
    .news-detail01 .content {
        margin: 20px 0;
        padding-bottom: 0;
    }
    .news-detail01 .footer {
        padding-top: 20px;
        margin-top: 24px;
    }
    .news-detail {
        padding: 0;
        background-color: #fff;
    }
    .news-detail01 {
        padding-left: 0;
        padding-right: 0;
    }
}

.news-list .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 72px;
    margin-bottom: 72px;
    border-bottom: 1px #eee solid;
}

.news-list .item:last-of-type {
    margin-bottom: 0;
    border-bottom: none;
}

.news-list .item-l {
    width: 54.5%;
    padding-top: 2%;
    padding-right: 14%;
}

.news-list .item-r {
    width: 45.5%;
    overflow: hidden;
}

.news-list .item-r a {
    display: block;
}

.news-list .img {
    width: 100%;
}

.news-list .time {
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    color: #437086;
    margin-bottom: 24px;
}

.news-list .title {
    display: block;
    color: #333;
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 12px;
}

.news-list .content {
    line-height: 1.6;
}

@media only screen and (min-width: 961px) {
    .news-list .title:hover {
        color: #437086;
    }
}

@media only screen and (max-width: 1600px) {
    .news-list .item {
        padding-bottom: 48px;
        margin-bottom: 48px;
    }
    .news-list .item-l {
        padding-right: 6%;
        padding-top: 1%;
    }
    .news-list .time {
        font-size: 14px;
        margin-bottom: 16px;
    }
    .news-list .title {
        font-size: 24px;
        margin-bottom: 8px;
    }
}

@media only screen and (max-width: 960px) {
    .news-list .item {
        padding-bottom: 32px;
        margin-bottom: 32px;
    }
    .news-list .item-l {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1;
        padding-right: 0;
        padding-top: 24px;
    }
    .news-list .item-r {
        width: 100%;
    }
    .news-list .title {
        font-size: 20px;
    }
}

@media only screen and (max-width: 960px) {
    .news-list .item {
        padding-bottom: 24px;
        margin-bottom: 24px;
    }
    .news-list .item-l {
        padding-top: 16px;
    }
    .news-list .title {
        font-size: 18px;
    }
    .news-list .content {
        font-size: 12px;
    }
    .news-list .time {
        margin-bottom: 12px;
    }
}

.contact-page01 {
    background: url(../img/contact01.jpg) no-repeat center/cover;
    position: relative;
    color: #fff;
}

.contact-page01::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.contact-page01 .main {
    position: relative;
    z-index: 1;
    width: 94%;
    max-width: 1100px;
    margin: 0 auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 14px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}

.contact-page01 .title {
    width: 100%;
    text-align: center;
    margin-bottom: 48px;
}

.contact-page01 .item-l {
    width: 46.5%;
    padding-right: 15%;
}

.contact-page01 .item-r {
    width: 53.5%;
    padding: 48px 40px 72px;
    background-color: #fff;
    border-radius: 5px;
    color: #666;
    font-size: 13px;
}

.contact-page01 .item-r .tit {
    text-align: center;
    margin-bottom: 30px;
}

.contact-page01 .item-r .text {
    color: #333;
    margin-bottom: 6px;
}

.contact-page01 .item-r .text::before {
    content: '*';
    display: none;
    color: red;
    font-family: Arial, Helvetica, sans-serif;
    margin-right: 4px;
}

.contact-page01 .item-r .form {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.contact-page01 .item-r .form ::-moz-placeholder {
    color: #bbb;
}

.contact-page01 .item-r .form ::-webkit-input-placeholder {
    color: #bbb;
}

.contact-page01 .item-r .form :-ms-input-placeholder {
    color: #bbb;
}

.contact-page01 .item-r .item {
    width: 47%;
    margin-bottom: 16px;
}

.contact-page01 .item-r .item.w100 {
    width: 100%;
}

.contact-page01 .item-r .item.essential .text::before {
    display: inline-block;
}

.contact-page01 .item-r .input {
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    height: 40px;
    outline: none;
    border: 1px #eee solid;
    background-color: none;
    padding: 0 12px;
    border-radius: 0;
    overflow: hidden;
    -webkit-appearance: none;
    border-radius: 3px;
    color: #000;
    cursor: pointer;
}

.contact-page01 .item-r .input:focus {
    border-color: #437086;
}

.contact-page01 .item-r .textarea {
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    height: 140px;
    outline: none;
    resize: none;
    padding: 10px;
    border: 1px #eee solid;
    background: none;
    -webkit-appearance: none;
    display: block;
    border-radius: 3px;
}

.contact-page01 .item-r .textarea:focus {
    border-color: #437086;
}

.contact-page01 .item-r .submit {
    width: 200px;
    line-height: 44px;
    background-color: #437086;
    color: #fff;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    border-radius: 5px;
    margin: 20px auto 0;
    font-weight: 600;
}

.contact-page01 .item-r .submit::before {
    display: none;
}

.contact-page01 .info .tit {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.contact-page01 .info .txt {
    color: #c8c8c8;
    margin-bottom: 4px;
}

.contact-page01 .info .text {
    font-family: Arial, Helvetica, sans-serif;
}

.contact-page01 .info .item {
    border-bottom: 1px #ccc solid;
    margin-bottom: 24px;
    padding-bottom: 24px;
}

.contact-page01 .info .item:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.contact-page01 .info .sitem {
    margin-bottom: 16px;
}

.contact-page01 .info .sitem:last-of-type {
    margin-bottom: 0;
}

.contact-page01 .social {
    margin-top: 32px;
}

.contact-page01 .social .item {
    width: 24px;
    margin-right: 24px;
}

.contact-page01 .social .img {
    width: 100%;
    display: block;
}

@media only screen and (max-width: 1600px) {
    .contact-page01 .title {
        margin-bottom: 36px;
    }
}

@media only screen and (max-width: 960px) {
    .contact-page01 {
        padding: 0;
        background-size: auto 50%;
        background-position: left top;
    }
    .contact-page01 .title {
        margin-bottom: 28px;
    }
    .contact-page01 .main {
        width: 100%;
    }
    .contact-page01 .item-l {
        width: 100%;
        padding: 48px 3%;
    }
    .contact-page01 .item-r {
        width: 100%;
        padding: 48px 3%;
        border-radius: 0;
    }
    .contact-page01 .item-r .submit {
        width: 180px;
        line-height: 40px;
        font-size: 14px;
    }
    .contact-page01 .item-r .item {
        width: 100%;
    }
    .contact-page01 .title {
        display: none;
    }
    .contact-page01 .info .tit {
        font-size: 18px;
    }
}

@media only screen and (max-width: 960px) {
    .contact-page01 .item-l {
        padding: 40px 3%;
    }
    .contact-page01 .item-r {
        padding: 40px 3%;
    }
    .contact-page01 .item-r .tit {
        margin-bottom: 20px;
    }
    .contact-page01 .item-r .text {
        margin-bottom: 4px;
    }
    .contact-page01 .info .tit {
        font-size: 16px;
    }
    .contact-page01 .info .sitem {
        font-size: 13px;
        margin-bottom: 12px;
    }
}

.about-quality01 {
    max-width: 1600px;
    margin: 0 auto;
}

.about-quality01 .index-page01 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.about-quality01 .index-page01 .item-l {
    width: 26%;
}

.about-quality01 .index-page01 .item-r {
    width: 74%;
    padding-right: 7.5%;
}

.about-quality01 .index-page01 .list .item:first-of-type {
    margin-top: 0;
}

.about-quality01 .swiper-pagination {
    display: none;
}

.about-philosophy .content img {
    width: 100%;
}

.about-factory01 {
    padding-bottom: 0;
}

.about-factory01 .main {
    position: relative;
    background: url(../img/about-factory01.jpg) no-repeat center/cover;
}

.about-factory01 .main::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.4);
}

.about-factory01 .list {
    position: relative;
    z-index: 1;
    max-width: 1440px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}

.about-factory01 .item {
    width: 33.33%;
    border-right: 1px rgba(255, 255, 255, 0.4) solid;
    color: #fff;
    text-align: center;
    padding: 80px 5%;
    border-top: 1px rgba(255, 255, 255, 0.4) solid;
}

.about-factory01 .item:nth-of-type(1), .about-factory01 .item:nth-of-type(2), .about-factory01 .item:nth-of-type(3) {
    border-top: none;
}

.about-factory01 .item:nth-of-type(3n) {
    border-right: none;
}

.about-factory01 .icon {
    width: 56px;
    display: block;
    margin: 0 auto 14px;
}

.about-factory01 .title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 16px;
}

.about-factory .img {
    width: 100%;
}

.about-history01 {
    padding-bottom: 0;
}

.about-history01 .main {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.about-history01 .img {
    width: 100%;
}

.about-history01 .item-l {
    width: 49%;
    padding-right: 5%;
}

.about-history01 .item-r {
    width: 51%;
    padding-left: 54px;
    position: relative;
}

.about-history01 .more {
    position: absolute;
    left: 0;
    bottom: 4%;
    width: 18px;
}

.about-history01 .content {
    max-width: 480px;
    text-align: justify;
    line-height: 1.6;
}

.about-title {
    line-height: 1;
    position: relative;
    margin-bottom: 24px;
}

.about-title .about-tit {
    font-size: 88px;
    font-weight: 600;
    color: #f6f6f6;
}

.about-title .about-text {
    font-size: 40px;
    color: #333;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
}

.about-history02 {
    padding-bottom: 0;
}

.about-history02 .main {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.about-history02 .img {
    width: 100%;
}

.about-history02 .item-l {
    width: 38%;
    padding-right: 48px;
    position: relative;
}

.about-history02 .item-r {
    width: 62%;
    padding-left: 5%;
}

.about-history02 .more {
    position: absolute;
    right: 0;
    bottom: 4%;
    width: 18px;
}

.about-history02 .content {
    max-width: 600px;
    text-align: justify;
    line-height: 1.6;
}

.about-history02 .box {
    padding-left: 10%;
    margin-top: 28px;
}

.about-history03 .item-l {
    padding-right: 40%;
    margin-bottom: 80px;
}

.about-history03 .item-r {
    padding-left: 25%;
    padding-top: 36px;
    position: relative;
}

.about-history03 .content {
    text-align: justify;
    line-height: 1.6;
}

.about-history03 .img {
    width: 100%;
}

.about-history03 .more {
    position: absolute;
    right: 27%;
    top: 0;
    height: 18px;
}

@media only screen and (max-width: 1600px) {
    .about-factory01 .item {
        padding: 48px 4%;
    }
    .about-factory01 .icon {
        width: 48px;
        margin-bottom: 12px;
    }
    .about-factory01 .title {
        margin-bottom: 12px;
    }
    .about-title {
        margin-bottom: 20px;
    }
    .about-title .about-tit {
        font-size: 80px;
    }
    .about-title .about-text {
        font-size: 36px;
    }
    .about-history03 .item-l {
        padding-right: 30%;
        margin-bottom: 48px;
    }
    .about-history03 .item-r {
        padding-left: 20%;
    }
}

@media only screen and (max-width: 960px) {
    .about-quality01 .index-page01 .item-l {
        display: none;
    }
    .about-quality01 .index-page01 .item-r {
        width: 100%;
        padding: 0;
    }
    .about-quality01 .swiper-pagination {
        display: block;
    }
    .about-factory01 .item {
        width: 50%;
        padding: 36px 4%;
    }
    .about-factory01 .item:nth-of-type(3) {
        border-top: 1px rgba(255, 255, 255, 0.4) solid;
    }
    .about-factory01 .item:nth-of-type(3n) {
        border-right: 1px rgba(255, 255, 255, 0.4) solid;
    }
    .about-factory01 .item:nth-of-type(2n) {
        border-right: none;
    }
    .about-factory01 .title {
        font-size: 14px;
    }
    .about-title {
        margin-bottom: 16px;
    }
    .about-title .about-tit {
        font-size: 48px;
    }
    .about-title .about-text {
        font-size: 24px;
    }
    .about-history01 .item-r {
        padding-left: 0;
    }
    .about-history01 .more {
        display: none;
    }
    .about-history02 .item-l {
        padding-right: 0;
    }
    .about-history02 .more {
        display: none;
    }
    .about-history02 .box {
        margin-top: 24px;
        padding-left: 0;
    }
    .about-history03 .item-l {
        padding-right: 0;
        margin-bottom: 24px;
    }
    .about-history03 .item-r {
        padding: 0;
    }
    .about-history03 .more {
        display: none;
    }
}

@media only screen and (max-width: 640px) {
    .about-factory01 .item {
        padding: 20px 4%;
    }
    .about-factory01 .text {
        display: none;
    }
    .about-factory01 .title {
        font-size: 12px;
        margin-bottom: 0;
        font-weight: 400;
    }
    .about-factory01 .icon {
        width: 32px;
    }
    .about-title .about-tit {
        font-size: 40px;
    }
    .about-title .about-text {
        font-size: 20px;
    }
    .about-history01 .item-l {
        width: 100%;
        margin-bottom: 24px;
        padding: 0;
    }
    .about-history01 .item-r {
        width: 100%;
        padding: 0;
    }
    .about-history02 .item-l {
        width: 100%;
        display: none;
    }
    .about-history02 .item-r {
        width: 100%;
        padding: 0;
    }
}

.design-page01 {
    position: relative;
}

.design-page01 .content {
    text-align: center;
    text-indent: 0;
}

.design-page02 {
    position: relative;
}

.design-page02 .main {
    background-color: #fff;
    padding: 64px 6.7%;
}

.design-page02 .item-l {
    width: 59%;
    padding-right: 12%;
}

.design-page02 .item-r {
    width: 41%;
}

.design-page02 .item-r .img {
    width: 100%;
}

.design-page02 .item {
    padding-left: 120px;
    margin-bottom: 60px;
    min-height: 90px;
    position: relative;
}

.design-page02 .item:last-of-type {
    margin-bottom: 0;
}

.design-page02 .num {
    font-family: bebas;
    font-size: 40px;
    font-style: italic;
    color: #437086;
    line-height: 1;
    margin-bottom: 16px;
}

.design-page02 .icon {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 90px;
    border: 1px #e6e6e6 solid;
    border-radius: 50%;
}

@media only screen and (max-width: 960px) {
    .design-page02 .main {
        padding: 0;
        background-color: transparent;
    }
    .design-page02 .icon {
        width: 64px;
    }
    .design-page02 .item {
        padding-left: 88px;
        min-height: 64px;
        margin-bottom: 40px;
    }
    .design-page02 .num {
        font-size: 28px;
    }
}

@media only screen and (max-width: 960px) {
    .design-page02 .item-l {
        width: 100%;
        padding-right: 0;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1;
    }
    .design-page02 .item-r {
        width: 100%;
        margin-bottom: 32px;
    }
    .design-page02 .icon {
        width: 48px;
    }
    .design-page02 .item {
        padding-left: 60px;
        min-height: 48px;
        margin-bottom: 24px;
        font-size: 12px;
    }
    .design-page02 .num {
        font-size: 24px;
        margin-bottom: 12px;
    }
}

.product-page01 {
    padding-left: 400px;
    min-height: calc(100vh - 100px);
    position: relative;
    overflow: hidden;
}

.product-side {
    position: fixed;
    left: 0;
    top: 100px;
    z-index: 2;
    width: 400px;
    height: calc(100vh - 100px);
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 3% 0;
    overflow: hidden;
}

.product-side .main {
    width: 100%;
}

.product-side .tit {
    font-size: 14px;
    color: #bbb;
    margin-bottom: 20px;
}

.product-side .more {
    color: #bbb;
    margin-top: 48px;
    font-size: 16px;
}

.product-side .pd {
    padding: 0 24%;
}

.product-side .title {
    display: block;
    font-size: 20px;
    position: relative;
    z-index: 1;
    -webkit-transition: background-color .3s, color .3s;
    -o-transition: background-color .3s, color .3s;
    transition: background-color .3s, color .3s;
    line-height: 66px;
}

.product-side .title::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 6px;
    height: 100%;
    background-color: #437086;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.product-side .item {
    display: block;
}

.product-side .item.actives .title {
    background-color: #f0f0f0;
    color: #437086;
    font-weight: 600;
}

.product-side .item.actives .title::after {
    opacity: 1;
}

.product-side .item.active .title {
    background-color: #f0f0f0;
    color: #437086;
    font-weight: 600;
}

.product-side .item.active .slist {
    display: block;
}

.product-side .slist {
    background-color: #f9f9f9;
    display: none;
}

.product-side .sitem {
    font-size: 16px;
    line-height: 48px;
    display: block;
}

.product-side .sitem:first-of-type {
    padding-top: 10px;
}

.product-side .sitem:last-of-type {
    padding-bottom: 10px;
}

.product-side .sitem.active .word > span {
    -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
            transform: translateX(20px);
}

.product-side .word {
    position: relative;
}

.product-side .word::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 0;
    width: 12px;
    height: 1px;
    background-color: #437086;
}

.product-side .word > span {
    position: relative;
    z-index: 1;
    padding-right: 20px;
    background-color: #f9f9f9;
    display: block;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.product-main .menu {
    display: none;
    width: 50px;
    height: 50px;
    position: fixed;
    left: 0;
    top: 30%;
    z-index: 1;
    background: #fff;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.product-main .menu > svg {
    width: 20px;
    height: 20px;
    display: block;
    margin: 15px auto;
}

.product-main .menu.active {
    -webkit-transform: translateX(240px);
        -ms-transform: translateX(240px);
            transform: translateX(240px);
}

.product-page02 {
    padding-top: 36px;
    width: 94%;
    max-width: 1160px;
    margin: 0 auto;
}

.product-page02 .form {
    width: 100%;
    padding: 0 8px;
    border-radius: 4px;
    background: #fff;
    font-size: 15px;
    border: 1px #eee solid;
    border-radius: 5px;
    margin: 0 auto 48px;
}

.product-page02 .submit {
    background: url(../img/icon-search.png) no-repeat center;
    border: none;
    outline: none;
    padding: 0;
    width: 48px;
    height: 48px;
    background-size: 20px;
    cursor: pointer;
    opacity: .3;
}

.product-page02 .input {
    width: calc(100% - 48px);
    height: 48px;
    border: none;
    padding: 0 12px 0 0;
    outline: none;
    color: #333;
}

.product-list {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.product-list .item {
    width: 26%;
    margin-right: 11%;
    margin-bottom: 5%;
    text-align: center;
}

.product-list .item:nth-of-type(3n) {
    margin-right: 0;
}

.product-list .img-box {
    overflow: hidden;
    margin-bottom: 16px;
}

.product-list .img {
    width: 100%;
    display: block;
}

@media only screen and (min-width: 961px) {
    .product-side .title:hover {
        color: #437086;
        font-weight: 600;
    }
    .product-side .sitem:hover .word > span {
        -webkit-transform: translateX(20px);
            -ms-transform: translateX(20px);
                transform: translateX(20px);
    }
    .product-list .item:hover .title {
        color: #437086;
        font-weight: 600;
    }
}

@media only screen and (max-width: 1600px) {
    .product-page01 {
        min-height: calc(100vh - 80px);
        padding-left: 256px;
    }
    .product-side {
        width: 256px;
        height: calc(100vh - 80px);
        top: 80px;
        padding: 1.5% 0;
    }
    .product-side .pd {
        padding: 0 16%;
    }
    .product-side .title {
        line-height: 48px;
        font-size: 16px;
    }
    .product-side .title::after {
        width: 4px;
    }
    .product-side .tit {
        font-size: 12px;
        margin-bottom: 12px;
        display: none;
    }
    .product-side .more {
        font-size: 12px;
        margin-top: 20px;
        display: none;
    }
    .product-side .sitem {
        font-size: 13px;
        line-height: 32px;
    }
}

@media only screen and (max-width: 960px) {
    .product-page01 {
        min-height: calc(100vh - 60px);
        padding-left: 0;
    }
    .product-side {
        width: 240px;
        height: calc(100vh - 60px);
        top: 60px;
        padding: 0;
        -webkit-transform: translateX(-240px);
            -ms-transform: translateX(-240px);
                transform: translateX(-240px);
        opacity: 0;
        -webkit-transition: opacity .3s, -webkit-transform .3s;
        transition: opacity .3s, -webkit-transform .3s;
        -o-transition: transform .3s, opacity .3s;
        transition: transform .3s, opacity .3s;
        transition: transform .3s, opacity .3s, -webkit-transform .3s;
    }
    .product-side .pd {
        padding: 0 12%;
    }
    .product-side.active {
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);
        opacity: 1;
    }
    .product-main .menu {
        display: block;
    }
    .product-page02 .form {
        font-size: 14px;
    }
    .product-page02 .submit {
        width: 40px;
        height: 40px;
        background-size: 18px;
    }
    .product-page02 .input {
        width: calc(100% - 40px);
        height: 40px;
    }
    .product-list {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .product-list .item {
        width: 42%;
        margin-right: 0;
        margin-bottom: 32px;
    }
    .product-list .img-box {
        margin-bottom: 10px;
    }
}

.product-detail01 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 0;
}

.product-detail01 .item-l {
    width: 51.5%;
}

.product-detail01 .item-r {
    width: 48.5%;
    padding-left: 8%;
    color: #888;
    padding-top: 3%;
}

.product-detail01 .item-r table,
.product-detail01 .item-r tbody,
.product-detail01 .item-r tr,
.product-detail01 .item-r td {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}

.product-detail01 .item-r tr {
    width: 100%;
    margin-bottom: 12px;
}

.product-detail01 .item-r td:nth-of-type(2) {
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    padding-left: 4px;
}

.product-detail01 .title {
    color: #333;
    font-weight: 700;
    margin-bottom: 8px;
}

.product-detail01 .content {
    text-align: justify;
    line-height: 1.6;
    margin-bottom: 24px;
}
.product-detail01 .table img,
.product-detail01 .content img{
    width: 100%;
}

.product-swiper01 .img{
    width: 100%;
}



.pro-video{
  
    width:100%;
    margin-top: 4%;
    height:100vh;
  
}
.pro-video video{
  height:100%!important;
}

.product-detail02 {
    padding-bottom: 0;
    max-width: 1200px;
}

.product-detail02 .img {
    width: 100%;
    margin-bottom: 28px;
}

.product-detail02 .title {
    margin-bottom: 16px;
    color: #333;
    font-weight: 600;
}

.product-detail02 .content table,
.product-detail02 .content tbody,
.product-detail02 .content tr,
.product-detail02 .content td {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}

.product-detail02 .content tr {
    width: 100%;
    margin-bottom: 8px;
}

.product-detail02 .content td:nth-of-type(2) {
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    padding-left: 4px;
}

.prodcut-detail03 {
    max-width: 1200px;
}

.prodcut-detail03 .img {
    width: 100%;
    margin-bottom: 28px;
}

.prodcut-detail03 .title {
    text-align: center;
}

@media only screen and (max-width: 1600px) {
    .product-detail01 .item-r {
        padding-top: 0;
        padding-left: 5%;
    }
}

@media only screen and (max-width: 960px) {
    .product-detail01 .content {
        line-height: 1.5;
    }
    .product-detail01 .item-r tr {
        margin-bottom: 8px;
    }
    .prodcut-detail02 .img,
    .prodcut-detail03 .img {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 640px) {
    .product-detail01 .item-l {
        width: 100%;
        margin-bottom: 24px;
    }
    .product-detail01 .item-r {
        width: 100%;
        padding: 0;
    }
    .product-detail01 .content {
        margin-bottom: 20px;
    }
}
