@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: rgba(0, 0, 0, 0.65);
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-variant: tabular-nums;
    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: rgba(0, 0, 0, 0.85);
    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: #44526c;
}

::selection {
    color: #fff;
    background: #44526c;
}

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: 32px;
    color: #333;
}

.h2 {
    font-size: 28px;
}

.h3 {
    font-size: 24px;
}

.h4 {
    font-size: 20px;
}

.h5 {
    font-size: 18px;
}

.h6 {
    font-size: 16px;
}

.maxwidth {
    width: 1200px;
    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;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: rgba(255, 255, 255, 0.8);
}

::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0.8);
}

::-webkit-scrollbar-thumb {
    background-color: #bfbfbf;
}

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: "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: #0064bc;
    }
}

@media only screen and (max-width: 1280px) {
    .h1 {
        font-size: 30px;
    }
    .h2 {
        font-size: 25px;
    }
    .h3 {
        font-size: 22px;
    }
    .h4 {
        font-size: 19px;
    }
    .h5 {
        font-size: 17px;
    }
    .h6 {
        font-size: 15px;
    }
    .maxwidth {
        width: 94%;
    }
}

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

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

.page-header {
    background: #fff;
    position: fixed;
    top: 4px;
    left: 0;
    width: 100%;
    z-index: 6;
    padding-left: 4%;
    -webkit-box-shadow: 0px 4px 8px 0px rgba(152, 157, 163, 0.2);
            box-shadow: 0px 4px 8px 0px rgba(152, 157, 163, 0.2);
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
}

.page-header.scoll-hide {
    -webkit-transform: translateY(-104px);
        -ms-transform: translateY(-104px);
            transform: translateY(-104px);
}

.page-header .logo {
    height: 46px;
}

.page-header .logo > img {
    height: 100%;
    display: block;
}

.page-header .btn {
    width: 100px;
    height: 100px;
}

.page-header .search {
    background: url(../img/icon01.png) no-repeat center;
    background-size: 32px;
}

.page-header .language {
    background: #0064bc;
    color: #fff;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.page-header .group {
    background: #575654;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #c7c7c7;
    font-size: 12px;
}

.page-header .group .text {
    padding-top: 36px;
    background: url(../img/icon02.png) no-repeat top center;
    background-size: auto 28px;
}

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

.page-nav .item {
    position: relative;
}

.page-nav .item:first-of-type .title::before {
    content: '';
    width: 1px;
    height: 36px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -18px;
    background: #ebebeb;
}

.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 .title {
    color: #333;
    padding: 0 24px;
    position: relative;
    line-height: 100px;
    -webkit-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s;
    display: block;
}

.page-nav .title::after {
    content: '';
    width: 1px;
    height: 36px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -18px;
    background: #eee;
}

.page-nav .title > span {
    position: relative;
}

.page-nav .title > span::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    background: #0064bc;
    width: 100%;
    height: 1px;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
}

.page-nav .title:hover, .page-nav .title.active {
    color: #0064bc;
}

.page-nav .title:hover > span::after, .page-nav .title.active > span::after {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
}

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

.page-subnav .link {
    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 .link::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 0;
    width: 130px;
    height: 1px;
    background: #f2f2f2;
}

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

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

.page-subnav .link:hover {
    background: #f2f2f2;
    color: #0064bc;
}

.header-group {
    position: fixed;
    top: 104px;
    left: 0;
    z-index: 5;
    width: 100%;
    padding: 60px 0;
    -webkit-box-shadow: 0px 4px 8px 0px rgba(152, 157, 163, 0.2);
            box-shadow: 0px 4px 8px 0px rgba(152, 157, 163, 0.2);
    display: none;
    background-color: #f8f8f8;
}

.header-group .main {
    max-width: 1024px;
    margin: 0 auto;
}

.header-group .item-l {
    width: 50%;
    padding-right: 40px;
}

.header-group .item-r {
    width: 50%;
}

.header-group .item-r > img {
    width: 100%;
}

.header-group .title {
    font-weight: bold;
    color: #0064bc;
    margin-bottom: 16px;
    display: block;
}

.header-group .tit {
    color: #333;
    line-height: 2;
    display: block;
}

.header-group .c-btn-typea {
    margin-bottom: 16px;
}

.header-group .content {
    font-size: 12px;
    color: #888;
    line-height: 1.35;
    margin-bottom: 8px;
}

.header-group a.tit:hover {
    color: #0064bc;
}

.page-aside {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 7;
    margin-top: -88px;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    -webkit-box-shadow: 0px 4px 8px 0px rgba(152, 157, 163, 0.2);
            box-shadow: 0px 4px 8px 0px rgba(152, 157, 163, 0.2);
}

.page-aside.scoll-show {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
}

.page-aside .item {
    width: 88px;
    height: 88px;
    display: block;
    cursor: pointer;
}

.page-aside .item.top {
    background: #fff url(../img/icon-top.png) no-repeat center;
    background-size: 40%;
    position: relative;
}

.page-aside .item.top::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background-color: #e8e8e8;
}

.header-menu-logo {
    background: #0064bc url(../img/logo01.png) no-repeat center;
    background-size: 54%;
}

.header-menu {
    background: #fff url(../img/menu01.png) no-repeat center;
    background-size: 40%;
}

body.isready .header-eject {
    display: block;
}

.header-eject {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .5s ease-out, visibility .5s ease-out;
    -o-transition: opacity .5s ease-out, visibility .5s ease-out;
    transition: opacity .5s ease-out, visibility .5s ease-out;
}

.header-eject.active {
    opacity: 1;
    visibility: visible;
}

.header-eject.active .item-l {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
}

.header-eject.active .item-r {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
}

.header-eject.active .img {
    -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transition: -webkit-transform 1s .5s ease-out;
    transition: -webkit-transform 1s .5s ease-out;
    -o-transition: transform 1s .5s ease-out;
    transition: transform 1s .5s ease-out;
    transition: transform 1s .5s ease-out, -webkit-transform 1s .5s ease-out;
}

.header-eject.active .search {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    -webkit-transition: opacity .2s .5s, -webkit-transform .2s .5s;
    transition: opacity .2s .5s, -webkit-transform .2s .5s;
    -o-transition: transform .2s .5s, opacity .2s .5s;
    transition: transform .2s .5s, opacity .2s .5s;
    transition: transform .2s .5s, opacity .2s .5s, -webkit-transform .2s .5s;
}

.header-eject.active .header-eject-nav .line {
    opacity: 1;
    -webkit-transition: left .4s ease-out, opacity .2s 1.5s;
    -o-transition: left .4s ease-out, opacity .2s 1.5s;
    transition: left .4s ease-out, opacity .2s 1.5s;
}

.header-eject.active .header-eject-nav .item {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    -webkit-transition: opacity .4s .5s linear, -webkit-transform .4s .5s linear;
    transition: opacity .4s .5s linear, -webkit-transform .4s .5s linear;
    -o-transition: transform .4s .5s linear, opacity .4s .5s linear;
    transition: transform .4s .5s linear, opacity .4s .5s linear;
    transition: transform .4s .5s linear, opacity .4s .5s linear, -webkit-transform .4s .5s linear;
}

.header-eject.active .header-eject-nav .item:nth-of-type(2) {
    -webkit-transition: opacity .4s .7s linear, -webkit-transform .4s .7s linear;
    transition: opacity .4s .7s linear, -webkit-transform .4s .7s linear;
    -o-transition: transform .4s .7s linear, opacity .4s .7s linear;
    transition: transform .4s .7s linear, opacity .4s .7s linear;
    transition: transform .4s .7s linear, opacity .4s .7s linear, -webkit-transform .4s .7s linear;
}

.header-eject.active .header-eject-nav .item:nth-of-type(3) {
    -webkit-transition: opacity .4s .9s linear, -webkit-transform .4s .9s linear;
    transition: opacity .4s .9s linear, -webkit-transform .4s .9s linear;
    -o-transition: transform .4s .9s linear, opacity .4s .9s linear;
    transition: transform .4s .9s linear, opacity .4s .9s linear;
    transition: transform .4s .9s linear, opacity .4s .9s linear, -webkit-transform .4s .9s linear;
}

.header-eject.active .header-eject-nav .item:nth-of-type(4) {
    -webkit-transition: opacity .4s 1.1s linear, -webkit-transform .4s 1.1s linear;
    transition: opacity .4s 1.1s linear, -webkit-transform .4s 1.1s linear;
    -o-transition: transform .4s 1.1s linear, opacity .4s 1.1s linear;
    transition: transform .4s 1.1s linear, opacity .4s 1.1s linear;
    transition: transform .4s 1.1s linear, opacity .4s 1.1s linear, -webkit-transform .4s 1.1s linear;
}

.header-eject.active .header-eject-nav .item:nth-of-type(5) {
    -webkit-transition: opacity .4s 1.3s linear, -webkit-transform .4s 1.3s linear;
    transition: opacity .4s 1.3s linear, -webkit-transform .4s 1.3s linear;
    -o-transition: transform .4s 1.3s linear, opacity .4s 1.3s linear;
    transition: transform .4s 1.3s linear, opacity .4s 1.3s linear;
    transition: transform .4s 1.3s linear, opacity .4s 1.3s linear, -webkit-transform .4s 1.3s linear;
}

.header-eject.active .language {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    -webkit-transition: opacity .2s 1.5s, -webkit-transform .2s 1.5s;
    transition: opacity .2s 1.5s, -webkit-transform .2s 1.5s;
    -o-transition: transform .2s 1.5s, opacity .2s 1.5s;
    transition: transform .2s 1.5s, opacity .2s 1.5s;
    transition: transform .2s 1.5s, opacity .2s 1.5s, -webkit-transform .2s 1.5s;
}

.header-eject .main {
    width: 82%;
    margin: 0 auto;
}

.header-eject .item-l {
    width: 30%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
}

.header-eject .item-r {
    position: relative;
    width: calc(70% + 1px);
    margin-left: calc(30% - 1px);
    height: 100%;
    background: #fff;
    z-index: 0;
    overflow: hidden;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
}

.header-eject .img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    -webkit-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
}

.header-eject .off {
    position: absolute;
    right: 48px;
    top: 48px;
    z-index: 1;
    width: 28px;
    height: 28px;
    cursor: pointer;
}

.header-eject .off::before, .header-eject .off::after {
    content: '';
    width: 100%;
    height: 2px;
    background: #000;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
}

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

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

.header-eject .search {
    width: 32px;
    display: block;
    -webkit-transform: translateY(96px);
        -ms-transform: translateY(96px);
            transform: translateY(96px);
    opacity: 0;
    -webkit-transition: opacity .5s, -webkit-transform .5s;
    transition: opacity .5s, -webkit-transform .5s;
    -o-transition: transform .5s, opacity .5s;
    transition: transform .5s, opacity .5s;
    transition: transform .5s, opacity .5s, -webkit-transform .5s;
}

.header-eject .search > img {
    width: 100%;
    display: block;
}

.header-eject .language {
    color: #999;
    margin-right: 24px;
    -webkit-transform: translateY(96px);
        -ms-transform: translateY(96px);
            transform: translateY(96px);
    opacity: 0;
    -webkit-transition: opacity .5s, -webkit-transform .5s;
    transition: opacity .5s, -webkit-transform .5s;
    -o-transition: transform .5s, opacity .5s;
    transition: transform .5s, opacity .5s;
    transition: transform .5s, opacity .5s, -webkit-transform .5s;
}

.header-eject .language:last-of-type {
    margin-right: 0;
}

.header-eject .language.active {
    color: #000;
    cursor: default;
}

.header-eject .language:not(.active):hover {
    color: #0064bc;
}

.header-eject-nav {
    margin: 128px 0;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    min-height: 224px;
    position: relative;
}

.header-eject-nav .list {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.header-eject-nav .line {
    width: 1440px;
    height: 1px;
    background: #333;
    position: absolute;
    left: 0;
    top: 3.75rem;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    left: 10%;
    opacity: 0;
    -webkit-transition: left .4s ease-out, opacity .5s;
    -o-transition: left .4s ease-out, opacity .5s;
    transition: left .4s ease-out, opacity .5s;
}

.header-eject-nav .tit {
    font-size: 24px;
    color: #333;
    line-height: 1;
}

.header-eject-nav .title {
    margin-bottom: 60px;
}

.header-eject-nav .item {
    width: 20%;
    -webkit-transform: translateY(96px);
        -ms-transform: translateY(96px);
            transform: translateY(96px);
    opacity: 0;
    -webkit-transition: opacity .5s, -webkit-transform .5s;
    transition: opacity .5s, -webkit-transform .5s;
    -o-transition: transform .5s, opacity .5s;
    transition: transform .5s, opacity .5s;
    transition: transform .5s, opacity .5s, -webkit-transform .5s;
}

.header-eject-nav .link {
    margin-bottom: 8px;
    overflow: hidden;
    line-height: 1.5;
}

.header-eject-nav .link .txt {
    padding-left: 14px;
    color: #666;
    display: inline-block;
    position: relative;
    -webkit-transform: translate3d(-14px, 0, 0);
            transform: translate3d(-14px, 0, 0);
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    -o-transition: transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out;
}

.header-eject-nav .link .txt::before {
    content: '';
    position: absolute;
    width: 12px;
    height: 1px;
    background: #666;
    left: 0;
    bottom: 0;
}

@media screen and (min-width: 961px) {
    .header-eject-nav .link .txt:hover {
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }
}

@media screen and (max-width: 1600px) {
    .page-header.scoll-hide {
        -webkit-transform: translateY(-84px);
            -ms-transform: translateY(-84px);
                transform: translateY(-84px);
    }
    .page-header .logo {
        height: 32px;
    }
    .page-header .btn {
        width: 80px;
        height: 80px;
    }
    .page-header .search {
        background-size: 24px;
    }
    .page-header .group .text {
        -webkit-transform: scale(0.9);
            -ms-transform: scale(0.9);
                transform: scale(0.9);
    }
    .page-nav .item:first-of-type .title::before {
        height: 30px;
        margin-top: -15px;
    }
    .page-nav .title {
        line-height: 80px;
        padding: 0 28px;
    }
    .page-nav .title::after {
        height: 30px;
        margin-top: -15px;
    }
    .page-subnav {
        top: 80px;
    }
    .header-group {
        top: 84px;
        padding: 48px 0;
    }
    .page-aside {
        margin-top: -72px;
    }
    .page-aside .item {
        width: 72px;
        height: 72px;
    }
    .header-eject .search {
        width: 24px;
    }
    .header-eject-nav .tit {
        font-size: 20px;
    }
    .header-eject-nav {
        min-height: auto;
        margin: 80px 0;
    }
}

@media only screen and (max-width: 1440px) {
    .page-nav .item:first-of-type .title::before {
        opacity: 0;
    }
    .page-nav .title {
        padding: 0 20px;
    }
    .page-nav .title::after {
        opacity: 0;
    }
    .header-eject .main {
        width: 85%;
    }
}

@media only screen and (max-width: 1280px) {
    .page-header {
        padding-left: 3%;
    }
    .page-header .logo {
        height: 24px;
    }
    .page-nav .title {
        padding: 0 16px;
    }
}

@media only screen and (max-width: 1200px) {
    .page-nav .title {
        padding: 0 10px;
    }
}

@media only screen and (max-width: 1024px) {
    .page-nav {
        display: none;
    }
    .page-header {
        top: 0;
        padding-left: 3%;
    }
    .page-header.scoll-hide {
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
    }
    .page-header .search,
    .page-header .language {
        display: none;
    }
    .page-header .list {
        margin-left: auto;
    }
    .header-group {
        top: 80px;
    }
    .page-aside {
        top: 0;
        right: 80px;
        margin-top: 0;
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);
        -webkit-box-shadow: none;
                box-shadow: none;
    }
    .page-aside .item {
        width: 80px;
        height: 80px;
    }
    .page-aside .item.top {
        display: none;
    }
    .page-aside .header-menu-logo {
        display: none;
    }
    .header-menu {
        background-size: 36%;
    }
}

@media only screen and (max-width: 960px) {
    .header-eject .item-l {
        display: none;
    }
    .header-eject .item-r {
        width: 100%;
        margin-left: 0;
    }
    .header-eject .main {
        width: 94%;
    }
}

@media only screen and (max-width: 640px) {
    .page-aside {
        right: 52px;
    }
    .page-aside .item {
        width: 52px;
        height: 52px;
    }
    .page-header .logo {
        height: 32px;
    }
    .page-header .group {
        background: #575654 url(../img/icon02.png) no-repeat center;
        background-size: auto 18px;
    }
    .page-header .group .text {
        display: none;
    }
    .page-header .btn {
        width: 52px;
        height: 52px;
    }
    .header-group {
        top: 52px;
        padding: 40px 0;
        height: calc(100vh - 52px);
    }
    .header-group .item-l {
        width: 100%;
        padding-right: 0;
    }
    .header-group .item-r {
        display: none;
    }
    .header-eject .off {
        right: 3%;
        top: 3%;
    }
    .header-eject .language-list {
        position: absolute;
        left: 3%;
        bottom: 3%;
    }
    .header-eject .search {
        position: absolute;
        right: 3%;
        bottom: 3%;
    }
    .header-eject .item-r .maxwidth {
        width: 100%;
    }
    .header-eject-nav .line {
        display: none;
    }
    .header-eject-nav .item {
        width: 100%;
    }
    .header-eject-nav .item:last-of-type .tit {
        border-color: #fff;
    }
    .header-eject-nav .title {
        margin-bottom: 0;
        width: 60%;
        margin: 0 auto;
    }
    .header-eject-nav .tit {
        padding: 20px 0;
        display: block;
        text-align: center;
        font-size: 16px;
        border-bottom: 1px #ddd solid;
        -webkit-transition: border-color .4s;
        -o-transition: border-color .4s;
        transition: border-color .4s;
    }
    .header-eject-nav .tit.active {
        border-color: #fff;
    }
    .header-eject-nav .content {
        background: #efefef;
        display: none;
    }
    .header-eject-nav .link {
        margin-bottom: 0;
        line-height: 40px;
        text-align: center;
    }
    .header-eject-nav .link .txt {
        padding: 0 20px;
        display: block;
        width: 100%;
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);
    }
    .header-eject-nav .link .txt::before {
        display: none;
    }
}

.page-footer {
    background-color: #252525;
    color: #ccc;
}

.page-footer .copyright {
    padding: 20px 0;
    font-size: 12px;
    border-top: 1px rgba(255, 255, 255, 0.2) solid;
}

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

.page-footer .record {
    color: #fff;
    display: block;
}

.page-footer .content {
    padding: 40px 0 24px;
    border-bottom: 1px #999 solid;
}

.page-footer .content .item-r {
    margin-left: auto;
}

.page-footer .list .item {
    color: #ccc;
    margin-right: 48px;
    position: relative;
}

.page-footer .list .item::after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: 0;
    background-color: #fff;
    -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 .list .item:last-of-type {
    margin-right: 0;
}

.page-footer .jtzq {
    font-size: 13px;
}

.page-footer .jtzq .tit {
    margin-right: 12px;
}

.page-footer .jtzq .title {
    width: 210px;
    color: #fff;
    line-height: 32px;
    border: 1px #777 solid;
    border-radius: 4px;
    padding: 0 44px 0 12px;
    position: relative;
    overflow: hidden;
}

.page-footer .jtzq .title::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 34px;
    height: 34px;
    background: #777 url(../img/down-w.png) no-repeat center;
    background-size: 12px;
}

.page-footer .jtzq .scroll {
    border-radius: 4px;
    height: auto;
    max-height: 140px;
    overflow-y: auto;
    position: relative;
    z-index: 2;
    padding: 6px 0;
}

.page-footer .jtzq .link {
    display: block;
    line-height: 20px;
    padding: 6px 12px;
    -webkit-transition: background-color .2s, color .2s;
    -o-transition: background-color .2s, color .2s;
    transition: background-color .2s, color .2s;
}

.page-footer .jtzq .lmtool-dropdown-content {
    width: 100%;
}

.page-footer .state .item {
    color: #ccc;
    padding-right: 10px;
    margin-right: 10px;
    position: relative;
}

.page-footer .state .item::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 10px;
    background-color: #999;
    margin-top: -5px;
}

.page-footer .state .item:hover {
    color: #fff;
}

@media only screen and (min-width: 961px) {
    .page-footer .jtzq .link:hover {
        color: #fff;
        background-color: #0064bc;
    }
    .page-footer .list .item:hover {
        color: #fff;
    }
    .page-footer .list .item:hover::after {
        -webkit-transform: scaleX(1);
            -ms-transform: scaleX(1);
                transform: scaleX(1);
    }
}

@media only screen and (max-width: 960px) {
    .page-footer .content {
        display: none;
    }
    .page-footer .copyright {
        border: none;
        text-align: center;
        display: block;
    }
    .page-footer .record {
        margin-top: 3px;
    }
    .page-footer .state {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-bottom: 6px;
    }
    .page-footer .state .item:last-of-type {
        padding-right: 0;
        margin-right: 0;
    }
    .page-footer .state .item:last-of-type::after {
        display: none;
    }
}

.index-banner {
    background: #fff;
}

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

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

.index-banner .index-page-pagination {
    bottom: 5%;
}

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

.index-banner .swiper-button-prev {
    left: 0;
    -webkit-transform: translateX(-60px);
        -ms-transform: translateX(-60px);
            transform: translateX(-60px);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.index-banner .swiper-button-next {
    right: 0;
    -webkit-transform: translateX(60px);
        -ms-transform: translateX(60px);
            transform: translateX(60px);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.index-banner .swiper-button-prev,
.index-banner .swiper-button-next {
    outline: none;
    width: 60px;
    height: 120px;
    margin-top: -60px;
    background-color: rgba(0, 0, 0, 0.3);
    background-size: 16px 32px;
    background-position: center;
    -webkit-transition: background-color .3s, opacity .3s, -webkit-transform .3s;
    transition: background-color .3s, opacity .3s, -webkit-transform .3s;
    -o-transition: background-color .3s, opacity .3s, transform .3s;
    transition: background-color .3s, opacity .3s, transform .3s;
    transition: background-color .3s, opacity .3s, transform .3s, -webkit-transform .3s;
}

.index-banner .swiper-button-prev:hover,
.index-banner .swiper-button-next:hover {
    background-color: #0064bc;
}

.index-page-pagination .swiper-pagination-bullet {
    width: 48px;
    height: 2px;
    opacity: 1;
    position: relative;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.88);
    overflow: hidden;
    -webkit-box-shadow: 0 0 2px #000;
            box-shadow: 0 0 2px #000;
}

.index-page-pagination .swiper-pagination-bullet::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #0064bc;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
            transform-origin: left center;
    -webkit-box-shadow: 0 0 2px #000;
            box-shadow: 0 0 2px #000;
}

.index-page-pagination .swiper-pagination-bullet-active::after {
    opacity: 1;
    -webkit-animation: indicator-loading 6s linear forwards;
            animation: indicator-loading 6s linear forwards;
}

.inside-page-pagination {
    position: static;
    margin-top: 28px;
}

.inside-page-pagination .swiper-pagination-bullet {
    width: 48px;
    height: 4px;
    border-radius: 0;
    opacity: 1;
    background: none;
    position: relative;
}

.inside-page-pagination .swiper-pagination-bullet::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #ccc;
}

.inside-page-pagination .swiper-pagination-bullet-active::after {
    height: 4px;
    background-color: #0064bc;
}

@media only screen and (min-width: 961px) {
    .index-banner:hover .swiper-button-prev,
    .index-banner:hover .swiper-button-next {
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);
    }
}

@media only screen and (max-width: 1366px) {
    .index-banner .swiper-button-prev,
    .index-banner .swiper-button-next {
        width: 48px;
        height: 96px;
        background-size: 16px 32px;
    }
}

@media only screen and (max-width: 960px) {
    .index-banner .img {
        display: none;
    }
    .index-banner .img-m {
        display: block;
    }
    .index-banner .swiper-button-prev,
    .index-banner .swiper-button-next {
        display: none;
    }
    .index-banner .index-page-pagination .swiper-pagination-bullet {
        margin: 0 4px;
    }
    .index-page-pagination .swiper-pagination-bullet {
        width: 36px;
    }
    .inside-page-pagination {
        position: static;
        margin-top: 20px;
    }
    .inside-page-pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #ccc;
    }
    .inside-page-pagination .swiper-pagination-bullet::after {
        display: none;
    }
    .inside-page-pagination .swiper-pagination-bullet-active {
        background-color: #0064bc;
    }
}

@-webkit-keyframes indicator-loading {
    0% {
        -webkit-transform: scaleX(0);
                transform: scaleX(0);
    }
    100% {
        -webkit-transform: scaleX(1);
                transform: scaleX(1);
    }
}

@keyframes indicator-loading {
    0% {
        -webkit-transform: scaleX(0);
                transform: scaleX(0);
    }
    100% {
        -webkit-transform: scaleX(1);
                transform: scaleX(1);
    }
}

.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: 8;
    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;
    height: 60px;
    padding: 0 20px 0 54px;
    font-size: 18px;
    line-height: 60px;
    border-bottom: 1px solid #eee;
    color: #fff;
    background: #0064bc url(../img/icon15.png) no-repeat left 20px center;
    background-size: 22px;
}

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

.phone-nav nav a {
    display: block;
    height: 54px;
    padding: 0 20px;
    font-size: 15px;
    line-height: 54px;
    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: 54px;
    padding: 0 20px;
    font-size: 15px;
    line-height: 54px;
    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: #44526c;
}

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

.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;
    }
}

.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 .form {
    background: #fff;
    width: 500px;
    max-width: 100%;
    padding: 32px 6%;
}

.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 .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: 768px) {
    .c-modal-dialog {
        width: 94%;
    }
    .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-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: 48px;
    -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: #0064bc;
}

.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: #0064bc;
    border-color: #0064bc;
}

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

@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;
}

/* ==========================================================================
   Component: Aniamtion
 ============================================================================ */
[class*=lmtool-animation-] {
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/* Fade */
.lmtool-animation-fade {
    -webkit-animation-name: lmtool-fade;
    animation-name: lmtool-fade;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

/* Scale */
.lmtool-animation-scale-up {
    -webkit-animation-name: lmtool-scale-up;
    animation-name: lmtool-scale-up;
}

.lmtool-animation-scale-down {
    -webkit-animation-name: lmtool-scale-down;
    animation-name: lmtool-scale-down;
}

/* Slide */
.lmtool-animation-slide-top {
    -webkit-animation-name: lmtool-slide-top;
    animation-name: lmtool-slide-top;
}

.lmtool-animation-slide-top-fixed {
    -webkit-animation-name: lmtool-slide-top-fixed;
    animation-name: lmtool-slide-top-fixed;
}

.lmtool-animation-slide-bottom {
    -webkit-animation-name: lmtool-slide-bottom;
    animation-name: lmtool-slide-bottom;
}

.lmtool-animation-slide-bottom-fixed {
    -webkit-animation-name: lmtool-slide-bottom-fixed;
    animation-name: lmtool-slide-bottom-fixed;
}

.lmtool-animation-slide-left {
    -webkit-animation-name: lmtool-slide-left;
    animation-name: lmtool-slide-left;
}

.lmtool-animation-slide-right {
    -webkit-animation-name: lmtool-slide-right;
    animation-name: lmtool-slide-right;
}

.lmtool-animation-slide-top-fixed {
    -webkit-animation-name: lmtool-slide-top-fixed;
    animation-name: lmtool-slide-top-fixed;
}

/* Shake */
.lmtool-animation-shake {
    -webkit-animation-name: lmtool-shake;
    animation-name: lmtool-shake;
}

/* Spin */
.lmtool-animation-spin {
    -webkit-animation: lmtool-spin 2s infinite linear;
    animation: lmtool-spin 2s infinite linear;
}

/* Spring */
.lmtool-animation-left-spring {
    -webkit-animation: lmtool-left-spring 0.3s ease-in-out;
    animation: lmtool-left-spring 0.3s ease-in-out;
}

.lmtool-animation-right-spring {
    -webkit-animation: lmtool-right-spring 0.3s ease-in-out;
    animation: lmtool-right-spring 0.3s ease-in-out;
}

.lmtool-animation-reverse {
    animation-direction: reverse;
}

.lmtool-animation-paused {
    -webkit-animation-play-state: paused !important;
    animation-play-state: paused !important;
}

.lmtool-animation-delay-1 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.lmtool-animation-delay-2 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.lmtool-animation-delay-3 {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.lmtool-animation-delay-4 {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.lmtool-animation-delay-5 {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}

.lmtool-animation-delay-6 {
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
}

/* Keyframes
   ============================================================================ */
/* Fade */
@-webkit-keyframes lmtool-fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes lmtool-fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* Scale up */
@-webkit-keyframes lmtool-scale-up {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes lmtool-scale-up {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/* Scale down */
@-webkit-keyframes lmtool-scale-down {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes lmtool-scale-down {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/* Slide top */
@-webkit-keyframes lmtool-slide-top {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes lmtool-slide-top {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

/* Slide bottom */
@-webkit-keyframes lmtool-slide-bottom {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes lmtool-slide-bottom {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

/* Slide left */
@-webkit-keyframes lmtool-slide-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes lmtool-slide-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

/* Slide right */
@-webkit-keyframes lmtool-slide-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes lmtool-slide-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

/* Shake */
@-webkit-keyframes lmtool-shake {
    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    10% {
        -webkit-transform: translateX(-9px);
        transform: translateX(-9px);
    }
    20% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }
    30% {
        -webkit-transform: translateX(-7px);
        transform: translateX(-7px);
    }
    40% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }
    50% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    60% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
    70% {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80% {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    90% {
        -webkit-transform: translateX(-1px);
        transform: translateX(-1px);
    }
}

@keyframes lmtool-shake {
    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    10% {
        -webkit-transform: translateX(-9px);
        transform: translateX(-9px);
    }
    20% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }
    30% {
        -webkit-transform: translateX(-7px);
        transform: translateX(-7px);
    }
    40% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }
    50% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    60% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
    70% {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80% {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    90% {
        -webkit-transform: translateX(-1px);
        transform: translateX(-1px);
    }
}

/* Slide top fixed */
@-webkit-keyframes lmtool-slide-top-fixed {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes lmtool-slide-top-fixed {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

/* Slide bottom fixed */
@-webkit-keyframes lmtool-slide-bottom-fixed {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes lmtool-slide-bottom-fixed {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

/* Spin */
@-webkit-keyframes lmtool-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes lmtool-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

/* Spring */
@-webkit-keyframes lmtool-right-spring {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(-20%);
        transform: translateX(-20%);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes lmtool-right-spring {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(-20%);
        transform: translateX(-20%);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes lmtool-left-spring {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(20%);
        transform: translateX(20%);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes lmtool-left-spring {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(20%);
        transform: translateX(20%);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.lmtool-sticky {
    position: fixed !important;
    z-index: 99;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
        transform-origin: 0 0;
}

[data-lmtool-sticky][class*=lmtool-animation-] {
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
}

.lmtool-dropdown {
    position: relative;
    display: inline-block;
}

.lmtool-dropdown-toggle:focus {
    outline: 0;
}

.lmtool-dropdown-content {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1020;
    display: none;
    float: left;
    min-width: 100px;
    margin: 9px 0 0;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-clip: padding-box;
    -webkit-animation-duration: 0.15s;
    animation-duration: 0.15s;
}

.lmtool-dropdown-content:before,
.lmtool-dropdown-content:after {
    position: absolute;
    display: block;
    content: "";
    width: 0;
    height: 0;
    border: 8px dashed transparent;
    z-index: 1;
}

.lmtool-dropdown-content:before,
.lmtool-dropdown-content:after {
    border-bottom-style: solid;
    border-width: 0 8px 8px;
}

.lmtool-dropdown-content:before {
    border-bottom-color: #ddd;
    bottom: 0;
}

.lmtool-dropdown-content:after {
    border-bottom-color: #fff;
    bottom: -1px;
}

.lmtool-dropdown-content:before,
.lmtool-dropdown-content:after {
    left: 10px;
    top: -8px;
    pointer-events: none;
}

.lmtool-dropdown-content:after {
    top: -7px;
}

.lmtool-active > .lmtool-dropdown-content {
    display: block;
}

.lmtool-dropdown-content :first-child {
    margin-top: 0;
}

.lmtool-dropdown-up .lmtool-dropdown-content {
    top: auto;
    bottom: 100%;
    margin: 0 0 9px;
}

.lmtool-dropdown-up .lmtool-dropdown-content:before,
.lmtool-dropdown-up .lmtool-dropdown-content:after {
    border-bottom: none;
    border-top: 8px solid #ddd;
    top: auto;
    bottom: -8px;
}

.lmtool-dropdown-up .lmtool-dropdown-content:after {
    bottom: -7px;
    border-top-color: #fff;
}

.lmtool-dropdown-flip .lmtool-dropdown-content {
    left: auto;
    right: 0;
}

.lmtool-dropdown-flip .lmtool-dropdown-content:before,
.lmtool-dropdown-flip .lmtool-dropdown-content:after {
    left: auto;
    right: 10px;
}

.lmtool-dropdown-animation {
    -webkit-animation: lmtool-dropdown-animation 0.15s ease-out;
    animation: lmtool-dropdown-animation 0.15s ease-out;
}

@-webkit-keyframes lmtool-dropdown-animation {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

@keyframes lmtool-dropdown-animation {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

.page-main {
    overflow: hidden;
    padding-top: 100px;
    position: relative;
    z-index: 1;
    background: #fff;
    min-height: calc(100vh - 158px);
}

.page-main.not-pdtop {
    padding-top: 0;
}

.bsBox {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
}

.lmtool-dropdown-content {
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}

.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;
}

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

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

.crumb-nav {
    padding: 24px 0;
    font-size: 13px;
}

.crumb-nav-link {
    color: #999;
    padding-right: 16px;
    margin-right: 6px;
    position: relative;
    max-width: 160px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
}

.crumb-nav-link::after {
    content: '>';
    line-height: 14px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
    color: #ccc;
}

.crumb-nav-active {
    color: #0064bc;
    max-width: 160px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
}

.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: 15px 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;
}

.c-btn-a {
    width: 180px;
    line-height: 40px;
    color: #333;
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-transition: color .3s, border-color .3s;
    -o-transition: color .3s, border-color .3s;
    transition: color .3s, border-color .3s;
    cursor: pointer;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px #333 solid;
}

.c-btn-a::before {
    content: '';
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 100%;
    margin: -15px 0 0 1px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #0064bc;
    -webkit-transform-origin: 100% 50%;
        -ms-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    -webkit-transform: scale3d(1, 2, 1);
            transform: scale3d(1, 2, 1);
    -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-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
         -o-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
            transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
}

.c-btn-a.type-white {
    color: #fff;
    border-color: #fff;
}

.c-btn-b {
    width: 140px;
    font-size: 13px;
    line-height: 32px;
    color: #fff;
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-transition: color .3s, border-color .3s, background-color .3s;
    -o-transition: color .3s, border-color .3s, background-color .3s;
    transition: color .3s, border-color .3s, background-color .3s;
    cursor: pointer;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #0064bc;
}

.c-btn-b::after {
    content: '';
    width: 16px;
    height: 8px;
    background: url(../img/jt01-w.png) no-repeat center;
    background-size: 100% 100%;
    margin-left: 8px;
    -webkit-transition: background-image .3s;
    -o-transition: background-image .3s;
    transition: background-image .3s;
}

.c-btn-b.type-white {
    background-color: transparent;
    border: 1px #fff solid;
}

.c-btn-b.type-blue {
    color: #0064bc;
    background-color: transparent;
    border: 1px #0064bc solid;
}

.c-btn-b.type-blue::after {
    background-image: url(../img/jt01-b.png);
}

.title-typea {
    margin-bottom: 28px;
    line-height: 1.4;
    text-align: center;
    font-weight: 400;
}

.title-typea .title-typea-title {
    color: #333;
}

.title-typea .title-typea-tit {
    font-size: 14px;
    color: #0064bc;
    margin: 6px auto 0;
    position: relative;
    padding: 0 28px;
    display: none;
}

.title-typea .title-typea-tit::after, .title-typea .title-typea-tit::before {
    content: '';
    width: 14px;
    height: 1px;
    background-color: #0064bc;
    position: absolute;
    z-index: 0;
    top: 50%;
}

.title-typea .title-typea-tit::after {
    right: 0;
}

.title-typea .title-typea-tit::before {
    left: 0;
}

.title-typeb .title-typeb-tit {
    color: #333;
    margin: 0 auto;
    position: relative;
    padding: 0 64px;
}

.title-typeb .title-typeb-tit::after, .title-typeb .title-typeb-tit::before {
    content: '';
    width: 40px;
    height: 1px;
    background-color: #333;
    position: absolute;
    z-index: 0;
    top: 50%;
}

.title-typeb .title-typeb-tit::after {
    right: 0;
}

.title-typeb .title-typeb-tit::before {
    left: 0;
}

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

.pswp .pswp__bg {
    background-color: rgba(0, 0, 0, 0.6);
}

.pswp .pswp__top-bar {
    background-color: transparent !important;
    opacity: 1 !important;
}

@media only screen and (min-width: 961px) {
    .c-imghover:hover .c-imghover-item {
        -webkit-transition: -webkit-transform 1.2s ease-out;
        transition: -webkit-transform 1.2s ease-out;
        -o-transition: transform 1.2s ease-out;
        transition: transform 1.2s ease-out;
        transition: transform 1.2s ease-out, -webkit-transform 1.2s ease-out;
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
    .c-btn-a:hover {
        color: #fff;
        border-color: #0064bc;
    }
    .c-btn-a:hover::before {
        -webkit-transform: scale3d(9, 9, 1);
                transform: scale3d(9, 9, 1);
    }
    .c-btn-b.type-white:hover {
        color: #0064bc;
        background-color: #fff;
    }
    .c-btn-b.type-white:hover::after {
        background-image: url(../img/jt01-b.png);
    }
    .c-btn-b.type-blue:hover {
        color: #fff;
        background-color: #0064bc;
    }
    .c-btn-b.type-blue:hover::after {
        background-image: url(../img/jt01-w.png);
    }
}

@media only screen and (max-width: 1600px) {
    .page-main {
        padding-top: 84px;
    }
    .page-dw {
        top: 0;
    }
}

@media only screen and (max-width: 1280px) {
    .title-typea {
        margin-bottom: 24px;
    }
}

@media only screen and (max-width: 1024px) {
    .page-main {
        padding-top: 80px;
    }
    .page-dw {
        top: -80px;
    }
}

@media only screen and (max-width: 960px) {
    .crumb-nav {
        padding: 16px 0;
    }
    .inside-banner .img {
        display: none;
    }
    .inside-banner .img-m {
        display: block;
    }
    .page-dw {
        top: -54px;
    }
    .editor-detail.img-mg img {
        margin: 12px auto;
    }
    .editor-detail.word-type p {
        margin: 12px 0;
    }
    .title-typea {
        margin-bottom: 20px;
    }
    .title-typea .title-typea-tit {
        font-size: 12px;
        margin-top: 3px;
        padding: 0 18px;
    }
    .title-typea .title-typea-tit::after, .title-typea .title-typea-tit::before {
        width: 10px;
    }
    .title-typeb .title-typeb-tit {
        padding: 0 40px;
    }
    .title-typeb .title-typeb-tit::after, .title-typeb .title-typeb-tit::before {
        width: 24px;
    }
}

@media only screen and (max-width: 640px) {
    .page-main {
        padding-top: 52px;
    }
    .page-dw {
        top: -52px;
    }
    .crumb-nav {
        padding: 12px 0;
    }
    .editor-detail.img-mg img {
        margin: 10px auto;
    }
    .editor-detail.word-type p {
        margin: 10px 0;
    }
    .c-btn-a {
        width: 118px;
        font-size: 12px;
        line-height: 32px;
    }
}

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

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

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

@media only screen and (max-width: 960px) {
    .page-pd {
        padding: 48px 0;
    }
    .page-pd-big {
        padding: 60px 0;
    }
    .page-pd-plus {
        padding: 80px 0;
    }
}

@media only screen and (max-width: 640px) {
    .page-pd {
        padding: 32px 0;
    }
    .page-pd-big {
        padding: 40px 0;
    }
    .page-pd-plus {
        padding: 48px 0;
    }
}

.index-page01 {
    background-color: #f9f9f9;
}

.index-page01 .header {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 28px;
}

.index-page01 .header .item {
    padding: 6px 24px;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: background-color .3s, color .3s;
    -o-transition: background-color .3s, color .3s;
    transition: background-color .3s, color .3s;
}

.index-page01 .header .item.active {
    background-color: #0064bc;
    color: #fff;
}

.index-page01 .main .item {
    display: none;
}

.index-page01 .main .item.active {
    display: block;
}

.index-page01 .main .more {
    margin: 20px auto 0;
}

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

.index-product .item-l,
.index-product .item-r {
    width: calc(50% - 10px);
    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: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.index-product .item-l .sitem:nth-of-type(1) {
    width: 100%;
}

.index-product .item-l .sitem:nth-of-type(1) .img {
    width: 50%;
}

.index-product .item-r .sitem:nth-of-type(3) {
    width: 100%;
}

.index-product .item-r .sitem:nth-of-type(3) .img {
    width: 50%;
}

.index-product .item-r {
    margin-left: auto;
}

.index-product .sitem {
    width: calc(50% - 10px);
    border: 1px #e8e8e8 solid;
    background-color: #fff;
    padding: 32px;
    -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;
    text-align: center;
    display: block;
    position: relative;
    margin-bottom: 20px;
}

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

.index-product .img {
    width: 78%;
    max-width: 250px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
}

.index-product .title {
    color: #333;
    margin-top: 24px;
}

.index-product .content {
    margin-top: 8px;
    color: #666;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.index-product .text {
    width: 88%;
    max-width: 250px;
    margin: 0 auto;
}

.index-product .btn {
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 1;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.index-page02 .header {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-bottom: 28px;
}

.index-page02 .header .item {
    width: 15.83%;
    padding: 20px 24px 16px;
    margin-right: 1%;
    background-color: #f6f6f6;
    text-align: center;
    cursor: pointer;
    -webkit-transition: background-color .3s, color .3s;
    -o-transition: background-color .3s, color .3s;
    transition: background-color .3s, color .3s;
    font-weight: 300;
}

.index-page02 .header .item:nth-of-type(6n) {
    margin-right: 0;
}

.index-page02 .header .item.active {
    background-color: #0064bc;
    color: #fff;
}

.index-page02 .header .item.active .img:nth-of-type(1) {
    opacity: 0;
}

.index-page02 .header .item.active .img:nth-of-type(2) {
    opacity: 1;
}

.index-page02 .header .icon {
    margin: 0 auto 12px;
    height: 38px;
    position: relative;
}

.index-page02 .header .img {
    height: 100%;
    display: block;
    margin: 0 auto;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.index-page02 .header .img:nth-of-type(2) {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    opacity: 0;
}

.index-page02 .main .item {
    display: none;
    background-position: center;
    background-size: cover;
    color: #fff;
    position: relative;
    text-align: center;
}

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

.index-page02 .main .item.active {
    display: block;
}

.index-page02 .main .more {
    margin: 48px auto 0;
}

.index-page02 .main .box {
    position: relative;
    z-index: 1;
    max-width: 900px;
}

.index-page02 .main .tit {
    margin-bottom: 16px;
}

.index-page02 .main .text {
    line-height: 22px;
    height: 66px;
    margin: 0 auto 24px;
    overflow: hidden;
}

.index-page02 .main .img-box {
    overflow: hidden;
}

.index-page02 .main .img {
    width: 100%;
}

.index-page02 .main .title {
    padding: 20px;
    background-color: #fff;
    color: #333;
}

.index-page02 .main .link {
    width: 31.5%;
    margin-right: 2.75%;
}

.index-page02 .main .link:nth-of-type(3) {
    margin-right: 0;
}

.index-page03 {
    color: #fff;
    position: relative;
    text-align: center;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

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

.index-page03 .main {
    position: relative;
    z-index: 1;
    max-width: 1060px;
}

.index-page03 .title {
    padding-bottom: 16px;
    margin-bottom: 20px;
    position: relative;
}

.index-page03 .title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 0;
    background-color: #fff;
    margin-left: -20px;
    width: 40px;
    height: 1px;
}

.index-page03 .content {
    line-height: 1.6;
  	text-align: left;
}

.index-page03 .item {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 33.33%;
    padding: 12px 4%;
    border-right: 1px #ccc dashed;
}

.index-page03 .item:last-of-type {
    border-right: none;
}

.index-page03 .num {
    font-size: 50px;
    line-height: 1;
    font-family: bebas;
}

.index-page03 .tit {
    position: relative;
}

.index-page03 .text {
    width: 100%;
    margin-top: 12px;
}

.index-page03 .plus {
    width: 14px;
    height: 14px;
    position: absolute;
    top: -7px;
    right: -20px;
}

.index-page03 .plus::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    top: 50%;
    margin-top: -1px;
    background-color: #fff;
}

.index-page03 .plus::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    left: 50%;
    top: 0;
    margin-left: -1px;
    background-color: #fff;
}

.index-page03 .more {
    margin: 0 auto;
}

.index-page04 .main {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}

.index-page04 .item {
    width: 31%;
    padding: 12px 4% 12px 48px;
    border-right: 1px #e5e5e5 solid;
    margin-left: 4%;
    background: url(../img/icon04.png) no-repeat left top 12px;
    background-size: 36px;
}

.index-page04 .item:nth-of-type(2) {
    background-image: url(../img/icon05.png);
}

.index-page04 .item:first-of-type {
    margin-left: 0;
}

.index-page04 .title {
    color: #333;
    margin-bottom: 6px;
}

.index-page04 .content {
    font-size: 12px;
    line-height: 1.6;
}

.index-page04 .other {
    width: 34%;
    padding-left: 4%;
}

.index-page04 .tit {
    width: 88px;
    line-height: 26px;
    color: #fff;
    background-color: #0064bc;
    border-radius: 12px;
    font-size: 12px;
    text-align: center;
    margin-bottom: 12px;
}

.social-contact {
    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;
}

.social-contact-item {
    margin-right: 12px;
    cursor: pointer;
    position: relative;
    -webkit-transition: background-image .3s;
    -o-transition: background-image .3s;
    transition: background-image .3s;
    border: 1px #fff solid;
    border-radius: 50%;
}

.social-contact-item .icon {
    width: 32px;
    height: 32px;
}

.social-contact-item.weibo {
    background: url(../img/weibo-w.png) no-repeat center;
    background-size: 20px;
}

.social-contact-item.weixin {
    background: url(../img/weixin-w.png) no-repeat center;
    background-size: 20px;
}

.social-contact-img {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: -120px;
    width: 120px;
    margin-left: -60px;
    background: #fff;
    border: 1px #ddd solid;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s, visibility .3s;
    -o-transition: opacity .3s, visibility .3s;
    transition: opacity .3s, visibility .3s;
}

.social-contact-img::after, .social-contact-img::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -8px;
    z-index: 1;
    margin-left: -6px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #ccc;
}

.social-contact-img::after {
    bottom: -7px;
    z-index: 2;
    border-top-color: #fff;
}

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

.social-contact-item.hasimg:hover .social-contact-img {
    opacity: 1;
    visibility: visible;
}

@media only screen and (min-width: 961px) {
    .index-page01 .header .item:hover {
        background-color: #0064bc;
        color: #fff;
    }
    .index-page02 .header .item:hover {
        background-color: #0064bc;
        color: #fff;
    }
    .index-page02 .header .item:hover .img:nth-of-type(1) {
        opacity: 0;
    }
    .index-page02 .header .item:hover .img:nth-of-type(2) {
        opacity: 1;
    }
    .index-product .sitem:hover {
        -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
                box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    }
    .index-product .sitem:hover .content {
        opacity: 0;
    }
    .index-product .sitem:hover .btn {
        opacity: 1;
    }
}

@media only screen and (max-width: 1280px) {
    .index-page03 .num {
        font-size: 44px;
    }
}

@media only screen and (max-width: 960px) {
    .index-product .item-l {
        width: 100%;
    }
    .index-product .item-l .sitem:nth-of-type(1) {
        width: 48%;
    }
    .index-product .item-l .sitem:nth-of-type(1) .img {
        width: 60%;
    }
    .index-product .item-l .sitem:nth-of-type(3) {
        display: none;
    }
    .index-product .item-r {
        display: none;
    }
    .index-product .sitem {
        width: 48%;
        padding: 32px 32px 24px;
        margin-bottom: 3%;
    }
    .index-product .img {
        width: 60%;
    }
    .index-product .title {
        margin-top: 20px;
    }
    .index-product .content {
        margin: 5px;
        font-size: 13px;
    }
    .index-page01 .header {
        margin-bottom: 20px;
    }
    .index-page02 .header {
        margin-bottom: 0px;
    }
    .index-page02 .header .item {
        width: 31.5%;
        margin-right: 2.75%;
        margin-bottom: 2.75%;
    }
    .index-page02 .header .item:nth-of-type(3n) {
        margin-right: 0;
    }
    .index-page02 .main .title {
        padding: 16px;
    }
    .index-page03 .num {
        font-size: 32px;
    }
    .index-page04 .item {
        width: 48%;
    }
    .index-page04 .item:nth-of-type(2) {
        border-right: none;
    }
    .index-page04 .other {
        display: none;
    }
}

@media only screen and (max-width: 640px) {
    .index-page01 .header {
        margin-bottom: 16px;
    }
    .index-page01 .header .item {
        font-size: 12px;
        padding: 5px 12px;
        font-size: 12px;
        margin: 0 6px;
    }
    .index-product .item-l {
        width: 100%;
    }
    .index-product .item-l .sitem:nth-of-type(1) {
        width: 100%;
        padding: 32px 28px 24px;
    }
    .index-product .item-l .sitem:nth-of-type(1) .img {
        width: 40%;
    }
    .index-product .item-l .sitem:nth-of-type(3) {
        display: block;
    }
    .index-product .img {
        width: 80%;
    }
    .index-product .sitem {
        width: 48.5%;
        padding: 28px 24px 20px;
    }
    .index-product .content {
        display: none;
    }
    .index-product .title {
        margin-top: 16px;
    }
    .index-page02 .header .item {
        padding: 14px 12px 12px;
        font-size: 13px;
    }
    .index-page02 .header .icon {
        height: 24px;
        margin-bottom: 8px;
    }
    .index-page02 .main .list {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .index-page02 .main .link {
        width: 48.5%;
        margin-right: 0;
    }
    .index-page02 .main .link:nth-of-type(3) {
        display: none;
    }
    .index-page02 .main .title {
        padding: 12px;
    }
    .index-page02 .main .tit {
        margin-bottom: 12px;
    }
    .index-page02 .main .text {
        font-size: 13px;
        width: 100%;
        margin-bottom: 20px;
    }
    .index-page02 .main .more {
        margin-top: 40px;
    }
    .index-page03 {
        background-attachment: inherit;
    }
    .index-page03 .num {
        font-size: 20px;
    }
    .index-page03 .plus {
        width: 8px;
        height: 8px;
        right: -8px;
        top: -4px;
    }
    .index-page03 .content {
        font-size: 13px;
    }
    .index-page03 .text {
        font-size: 12px;
        margin-top: 8px;
    }
    .index-page04 {
        padding: 28px 0;
    }
    .index-page04 .item {
        width: 100%;
        border-right: 0;
        margin-left: 0;
        padding: 0 0 0 40px;
        background-size: 28px;
        background-position: left top 2px;
    }
    .index-page04 .item:nth-of-type(1) {
        padding-bottom: 20px;
        border-bottom: 1px #eee solid;
        margin-bottom: 20px;
    }
}

.product-page01 .jg {
    height: 40px;
}

.product-list01 .tit {
    margin-bottom: 16px;
}

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

.product-list01 .item {
    width: 31.5%;
    margin-right: 2.75%;
    margin-bottom: 2.75%;
    border: 1px #e5e5e5 solid;
    padding: 0 28px 20px;
}

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

.product-list01 .bg {
    width: 100%;
}

.product-list01 .img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 75%;
    border-bottom: 1px #e5e5e5 solid;
}

.product-list01 .title {
    color: #333;
    margin-top: 24px;
}

.product-list01 .content {
    font-size: 14px;
    line-height: 22px;
    height: 66px;
    overflow: hidden;
    margin-top: 8px;
    color: #666;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    text-align: justify;
}

.product-list01 .text {
    position: relative;
}

.product-list01 .btn {
    position: absolute;
    bottom: 16px;
    left: 0;
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

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

.product-list02 .item {
    width: 24.25%;
    margin-right: 1%;
    margin-bottom: 1%;
    border: 1px #e5e5e5 solid;
    padding: 24px 32px 36px;
    text-align: center;
}

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

.product-list02 .bg {
    width: 100%;
}

.product-list02 .img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 75%;
}

.product-list02 .title {
    color: #333;
    margin-top: 12px;
}

.product-list02 .content {
    line-height: 1.4;
    font-size: 12px;
    margin-top: 8px;
    color: #888;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.product-list02 .text {
    position: relative;
}

.product-list02 .btn {
    position: absolute;
    bottom: -16px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.product-page02 {
    padding: 28px;
    margin-bottom: 60px;
    background-color: #f6f6f6;
}

.product-page02 .tit {
    margin-bottom: 8px;
}

.product-page02 .item {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    line-height: 26px;
    margin-top: 12px;
}

.product-page02 .item-l {
    width: 120px;
    padding-right: 16px;
    text-align: right;
    padding-right: 16px;
    color: #000;
}

.product-page02 .item-r {
    width: calc(100% - 120px);
}

.product-page02 .link {
    padding: 0 10px;
    margin-bottom: 6px;
    color: #666;
    font-weight: 300;
    margin-right: 16px;
    -webkit-transition: color .3s, background-color .3s;
    -o-transition: color .3s, background-color .3s;
    transition: color .3s, background-color .3s;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-page02 .link.active {
    background-color: #0064bc;
    color: #fff;
}

@media only screen and (min-width: 961px) {
    .product-list01 .item:hover .content,
    .product-list02 .item:hover .content {
        opacity: 0;
    }
    .product-list01 .item:hover .btn,
    .product-list02 .item:hover .btn {
        opacity: 1;
    }
    .product-page02 .link:hover {
        background-color: #0064bc;
        color: #fff;
    }
}

@media only screen and (max-width: 960px) {
    .product-list01 .item {
        width: 48.5%;
        margin-right: 3%;
        margin-bottom: 3%;
    }
    .product-list01 .item:nth-of-type(3n) {
        margin-right: 3%;
    }
    .product-list01 .item:nth-of-type(2n) {
        margin-right: 0;
    }
    .product-list02 .item {
        width: 32.5%;
        margin-right: 1.25%;
        margin-bottom: 1.25%;
        padding: 16px 24px 28px;
    }
    .product-list02 .item:nth-of-type(4n) {
        margin-right: 1.25%;
    }
    .product-list02 .item:nth-of-type(3n) {
        margin-right: 0;
    }
    .product-page02 {
        margin-bottom: 40px;
        padding: 20px;
    }
    .product-page02 .item-l {
        width: 100%;
        text-align: left;
        padding: 0;
        margin-bottom: 6px;
    }
    .product-page02 .item-r {
        width: 100%;
    }
    .product-page02 .tit {
        margin-bottom: 0;
    }
    .product-page02 .item {
        margin-top: 12px;
        line-height: 20px;
    }
    .product-page02 .link {
        font-size: 12px;
        padding: 0 8px;
        margin-right: 12px;
        margin-bottom: 4px;
    }
}

@media only screen and (max-width: 640px) {
    .product-list01 .item {
        padding: 0;
    }
    .product-list01 .content {
        display: none;
    }
    .product-list01 .title {
        margin-top: 0;
        padding: 12px;
        font-size: 14px;
    }
    .product-list01 .img {
        background-size: 70%;
    }
    .product-list02 .item {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 2%;
        padding: 12px 12px 16px;
    }
    .product-list02 .item:nth-of-type(4n) {
        margin-right: 0;
    }
    .product-list02 .item:nth-of-type(3n) {
        margin-right: 2%;
    }
    .product-list02 .item:nth-of-type(2n) {
        margin-right: 0;
    }
    .product-list02 .title {
        margin-top: 8px;
    }
    .product-list02 .content {
        display: none;
    }
    .product-page02 {
        margin-bottom: 28px;
        padding: 16px 3% 12px;
    }
    .product-page02 .item-l {
        font-size: 13px;
    }
    .product-page02 .link {
        width: 25%;
        text-align: center;
        padding: 0 8px;
        margin-right: 0;
        letter-spacing: 0;
    }
    .product-page02 .item {
        margin-top: 4px;
        padding-top: 8px;
        border-top: 1px #ccc dashed;
    }
    .product-page02 .item:first-of-type {
        border-top: none;
        margin-top: 0;
        padding-top: 0;
    }
    .product-page02 .item.type-a .link {
        width: 33.33%;
        padding: 0 12px;
    }
    .product-page02 .tit {
        display: none;
    }
    .product-page03 {
        width: 100%;
    }
}

.product-detail01 {
    padding: 60px 0;
    border-bottom: 1px #ddd solid;
    margin-bottom: 16px;
}

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

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

.product-detail01 .item-r {
    width: 55%;
    padding-left: 8%;
}

.product-detail01 .item-r .title {
    color: #333;
}

.product-detail01 .item-r .tit {
    margin-top: 16px;
    margin-bottom: 6px;
    color: #333;
}

.product-detail01 .item-r .content {
    font-size: 13px;
    line-height: 1.6;
    text-align: justify;
}

.product-detail01 .item-r .more {
    width: 150px;
    line-height: 38px;
    margin-top: 40px;
    background-color: #0064bc;
    color: #fff;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 13px;
}

.product-detail01 .item-r .more::before {
    content: '';
    width: 14px;
    height: 14px;
    background: url(../img/icon-download.png) no-repeat center;
    background-size: 100%;
    margin-right: 8px;
}

.product-detail01 .item-r .list .item {
    line-height: 28px;
    padding: 0 16px;
    border: 1px #ccc solid;
    border-radius: 4px;
    margin-right: 8px;
    margin-top: 8px;
}

.product-swiper-thumbs {
    margin-left: 0;
    width: 60px;
    height: 332px;
}

.product-swiper-thumbs .swiper-slide {
    opacity: .5;
    border: 1px #ccc solid;
}

.product-swiper-thumbs .swiper-slide.swiper-slide-thumb-active {
    opacity: 1;
    border-color: #0064bc;
}

.product-swiper-thumbs .img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    padding: 8px;
}

.product-swiper {
    width: calc(100% - 100px);
    margin-right: 0;
}

.product-swiper .swiper-slide {
    padding-bottom: 75%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.product-swiper .img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}

.product-swiper .swiper-button-prev {
    left: 0;
    -webkit-transform: translateX(-60px);
        -ms-transform: translateX(-60px);
            transform: translateX(-60px);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.product-swiper .swiper-button-next {
    right: 0;
    -webkit-transform: translateX(60px);
        -ms-transform: translateX(60px);
            transform: translateX(60px);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.product-swiper .swiper-button-prev,
.product-swiper .swiper-button-next {
    outline: none;
    width: 36px;
    height: 72px;
    margin-top: -36px;
    background-color: rgba(0, 0, 0, 0.3);
    background-size: 12px 24px;
    background-position: center;
    -webkit-transition: background-color .3s, opacity .3s, -webkit-transform .3s;
    transition: background-color .3s, opacity .3s, -webkit-transform .3s;
    -o-transition: background-color .3s, opacity .3s, transform .3s;
    transition: background-color .3s, opacity .3s, transform .3s;
    transition: background-color .3s, opacity .3s, transform .3s, -webkit-transform .3s;
}

.product-swiper .swiper-button-prev:hover,
.product-swiper .swiper-button-next:hover {
    background-color: #0064bc;
}

.product-swiper .swiper-pagination {
    display: none;
}

.product-swiper .swiper-pagination-bullet-active {
    background-color: #0064bc;
}

.product-detail02 {
    padding-top: 0;
}

.product-detail02 .table-type table {
    width: 100%;
    border: 1px #ccc solid;
}

.product-detail02 .table-type tr,
.product-detail02 .table-type td {
    border: 1px #ccc solid;
}

.product-detail02 .table-type td {
    padding: 8px;
    text-align: center;
}

.product-detail02 .header .list {
    position: relative;
    background-color: #fff;
}

.product-detail02 .header .list::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #ebebeb;
    z-index: 0;
}

.product-detail02 .header .item {
    padding: 12px 0;
    margin-right: 48px;
    font-size: 16px;
    line-height: 1.5;
    position: relative;
    z-index: 1;
    cursor: pointer;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.product-detail02 .header .item::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #0064bc;
    -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;
}

.product-detail02 .header .item.active {
    color: #0064bc;
}

.product-detail02 .header .item.active::after {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
}

.product-detail02 .main .sitem {
    position: relative;
}

.product-detail02 .main .hr {
    width: 100%;
    height: 1px;
    border: none;
    display: block;
    background-color: #ebebeb;
    margin: 36px 0;
}

.product-detail02 .main .hr.only-top {
    margin-top: 0;
    background-color: transparent;
}

.product-detail02 .main .title {
    color: #000;
    margin-bottom: 20px;
}

.product-detail02 .main .tit {
    margin-bottom: 16px;
    color: #333;
}

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

.product-detail02 .main .box-l {
    width: 160px;
}

.product-detail02 .main .box-r {
    width: calc(100% - 160px);
}

.product-detail02 .main .more {
    margin: 32px auto 0;
}

.product-detail02 .content.typea img {
    max-height: 400px;
}

.product-detail02 .content.typeb img {
    max-height: 550px;
}

.dl-parameter table,
.dl-parameter tbody,
.dl-parameter tr,
.dl-parameter 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: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.dl-parameter table,
.dl-parameter tbody,
.dl-parameter tr {
    width: 100%;
}

.dl-parameter tr:after {
    content: '';
    display: block;
    clear: both;
}

.dl-parameter td {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 8px;
}

.dl-parameter td:nth-of-type(2n-1) {
    color: #8c8c8c;
    width: 160px;
    margin-right: 40px;
}

.dl-parameter td:nth-of-type(2n) {
    color: #333333;
    width: calc(100% - 200px);
}

@media only screen and (min-width: 961px) {
    .product-swiper:hover .swiper-button-prev,
    .product-swiper:hover .swiper-button-next {
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);
    }
    .product-detail02 .header .item:hover {
        color: #0064bc;
    }
    .product-detail02 .header .item:hover::after {
        -webkit-transform: scaleX(1);
            -ms-transform: scaleX(1);
                transform: scaleX(1);
    }
}

@media only screen and (max-width: 1440px) {
    .product-detail02 .content.typeb img {
        max-height: 400px;
    }
}

@media only screen and (max-width: 960px) {
    .product-detail01 {
        margin-bottom: 12px;
        padding: 40px 0;
    }
    .product-swiper-thumbs {
        display: none;
    }
    .product-swiper {
        width: 100%;
    }
    .product-swiper .swiper-button-prev,
    .product-swiper .swiper-button-next {
        display: none;
    }
    .product-swiper .swiper-pagination {
        display: block;
    }
    .product-detail02 .product-list02 .item:nth-of-type(4) {
        display: none;
    }
    .product-detail02 .main .hr {
        margin: 32px 0;
    }
    .product-detail02 .main .more {
        margin-top: 24px;
    }
}

@media only screen and (max-width: 640px) {
    .product-detail01 {
        margin-bottom: 8px;
        padding: 0 0 28px;
    }
    .product-detail01 .container {
        width: 100%;
    }
    .product-detail01 .item-l {
        width: 100%;
    }
    .product-detail01 .item-r {
        width: 100%;
        padding: 16px 3% 0;
    }
    .dl-parameter td:nth-of-type(2n-1) {
        width: 130px;
        font-size: 13px;
        margin-bottom: 0;
        margin-right: 20px;
    }
    .dl-parameter td :nth-of-type(2n) {
        font-size: 13px;
        width: calc(100% - 150px);
    }
    .product-detail02 .product-list02 .item:nth-of-type(3) {
        display: none;
    }
    .product-detail02 .header .item {
        margin-right: 16px;
    }
    .product-detail02 .main .hr {
        margin: 20px 0;
    }
    .product-detail02 .main .more {
        margin-top: 20px;
    }
    .product-detail02 .main .box-l {
        width: 100%;
    }
    .product-detail02 .main .box-r {
        width: 100%;
    }
}

.industry-page01 .index-page02 {
    padding-top: 0;
}

.industry-page01 .index-page02 .header {
    margin-bottom: 0;
}

.industry-page02 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.industry-page02 .item-l {
    width: 48%;
    padding-right: 7%;
}

.industry-page02 .item-r {
    width: 52%;
}

.industry-page02 .img {
    width: 100%;
}

.industry-page02 .title {
    color: #333;
    line-height: 1.2;
    padding-bottom: 16px;
    margin-bottom: 16px;
    position: relative;
}

.industry-page02 .title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 28px;
    height: 2px;
    background-color: #0064bc;
}

.industry-page02 .content {
    line-height: 24px;
    max-height: 240px;
    overflow-y: auto;
    text-align: justify;
    padding-right: 12px;
}

.industry-page02 .other {
    margin-top: 60px;
}

.industry-page02 .tit {
    color: #333;
    margin-bottom: 12px;
}

.industry-page02 .item {
    display: block;
    margin-top: 6px;
}

.industry-page02 ::-webkit-scrollbar {
    width: 4px;
    background-color: #aaa;
}

.industry-page02 ::-webkit-scrollbar-thumb {
    background-color: #aaa;
}

.industry-page03 {
    background-color: #f8f8f8;
    position: relative;
}

.industry-page03 .index-page02 .main .link {
    display: block;
}

.industry-page03 .index-page02 .main .link:nth-of-type(3n) {
    margin-right: 0;
}

.industry-page03 .index-page02 .main .title {
    text-align: center;
    background-color: transparent;
}

.industry-page04 .header {
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 40px;
}

.industry-page04 .header::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #ebebeb;
    z-index: 0;
}

.industry-page04 .header .item {
    padding-bottom: 16px;
    position: relative;
    z-index: 1;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    margin-right: 60px;
    cursor: pointer;
}

.industry-page04 .header .item::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #0064bc;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
}

.industry-page04 .header .item.active {
    color: #0064bc;
}

.industry-page04 .header .item.active::after {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
}

.industry-page04 .main .sitem {
    display: none;
}

.industry-page04 .main .sitem.active {
    display: block;
}

.industry-page04 .main .more {
    margin: 40px auto 0;
}

.industry-page04 .container {
    opacity: 0;
}

.industry-page04 .container.ready {
    opacity: 1;
}

.industry-page04 .choose {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 24px;
}

.news-detail01 {
    max-width: 1024px;
}

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

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

.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: #0064bc;
    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) {
    .industry-page04 .header .item:hover {
        color: #0064bc;
    }
    .industry-page04 .header .item:hover::after {
        -webkit-transform: scaleX(1);
            -ms-transform: scaleX(1);
                transform: scaleX(1);
    }
    .news-detail01 .footer .link:hover {
        color: #0064bc;
    }
    .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) {
    .industry-page01 .index-page02 {
        padding-bottom: 20px;
    }
    .industry-page02 .item-l {
        width: 50%;
        padding-right: 6%;
    }
    .industry-page02 .item-r {
        width: 50%;
    }
    .industry-page02 .other {
        margin-top: 36px;
    }
    .industry-page04 {
        display: none;
    }
    .news-detail01 .time {
        margin-top: 8px;
    }
    .news-detail01 .content {
        margin: 20px 0;
        padding-bottom: 0;
    }
    .news-detail01 .footer {
        padding-top: 20px;
        margin-top: 24px;
    }
}

@media only screen and (max-width: 640px) {
    .industry-page01 .index-page02 {
        padding-bottom: 0;
    }
    .industry-page02 .item-l {
        width: 100%;
        padding-right: 0;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1;
    }
    .industry-page02 .item-r {
        width: 100%;
        margin-bottom: 16px;
    }
    .industry-page02 .content {
        max-height: 100%;
        padding-right: 0;
    }
    .industry-page02 .other {
        margin-top: 24px;
    }
    .industry-page03 .index-page02 .main .link {
        display: block;
    }
    .industry-page03 .index-page02 .main .link:nth-of-type(3n) {
        margin-right: 0;
    }
}

.strength-page01,
.strength-page02,
.strength-page03,
.strength-page04 {
    position: relative;
}

.strength-capacity {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.strength-capacity .swiper-slide {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.strength-capacity .bg {
    width: 100%;
    display: none;
}

.strength-capacity .item-l {
    width: 64%;
    background-size: cover;
    background-position: center;
}

.strength-capacity .item-r {
    width: 36%;
    padding: 6% 3%;
}

.strength-capacity .title {
    color: #333;
    line-height: 1.3;
    padding-bottom: 24px;
    margin-bottom: 24px;
    position: relative;
}

.strength-capacity .title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 28px;
    height: 2px;
    background-color: #333;
}

.strength-capacity .content {
    line-height: 24px;
}

.strength-capacity .other {
    margin-top: 40px;
}

.strength-capacity .text {
    color: #333;
    margin: 0 14px;
}

.strength-capacity .box {
    width: 100%;
    padding-right: 6px;
    height: 250px;
    overflow-y: auto;
}

.strength-capacity .prev,
.strength-capacity .next {
    width: 20px;
    height: 20px;
    background: url(../img/down.png) no-repeat center;
    background-size: 12px;
    cursor: pointer;
}

.strength-capacity .prev {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}

.strength-capacity .next {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
}

.strength-capacity ::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background-color: #fff;
}

.strength-capacity ::-webkit-scrollbar-track {
    background-color: #eee;
}

.strength-capacity ::-webkit-scrollbar-thumb {
    background-color: #aaa;
}

.strength-page02 .item-l {
    width: 50%;
}

.strength-page02 .item-r {
    width: 50%;
}

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

.strength-page02 .img {
    background-position: center;
    background-size: cover;
}

.strength-page02 .main {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.strength-page02 .item {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}

.strength-page02 .item:nth-of-type(2) .info {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
}

.strength-page02 .item:nth-of-type(2) .info::after {
    left: -22px;
    right: auto;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.strength-page02 .box {
    width: 50%;
    background-color: #0064bc;
}

.strength-page02 .info {
    padding: 0 4%;
    color: #fff;
    position: relative;
}

.strength-page02 .info::after {
    content: '';
    position: absolute;
    right: -22px;
    top: 16%;
    z-index: 1;
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 22px solid #0064bc;
}

.strength-page02 .inside {
    width: 100%;
}

.strength-page02 .title {
    padding-bottom: 12px;
    margin-bottom: 12px;
    position: relative;
}

.strength-page02 .title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 20px;
    height: 1px;
    background-color: #fff;
}

.strength-page02 .content {
    font-size: 13px;
    line-height: 22px;
    height: 88px;
    overflow: hidden;
}

.strength-page02 .btn {
    margin-top: 32px;
}

.strength-rd .swiper-button-prev {
    right: 61px;
    left: auto;
}

.strength-rd .swiper-button-next {
    right: 0;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.strength-rd .swiper-button-prev,
.strength-rd .swiper-button-next {
    top: auto;
    bottom: 0;
    width: 60px;
    height: 60px;
    background: #f1f1f1 url(../img/icon06.png) no-repeat center;
    background-size: 12px;
    -webkit-transition: background-color .3s, background-image .3s;
    -o-transition: background-color .3s, background-image .3s;
    transition: background-color .3s, background-image .3s;
}

.strength-page03 {
    background-color: #f2f2f2;
}

.strength-page03 .other {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 32px;
}

.strength-page03 .prev,
.strength-page03 .next {
    width: 40px;
    height: 40px;
    background: #e5e5e5 url(../img/icon06.png) no-repeat center;
    background-size: 10px;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: background-color .3s, background-image .3s;
    -o-transition: background-color .3s, background-image .3s;
    transition: background-color .3s, background-image .3s;
}

.strength-page03 .next {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    margin-left: 72px;
}

.strength-honor {
    padding: 8px;
}

.strength-honor .swiper-slide {
    overflow: visible;
    display: block;
}

.strength-honor .bg {
    width: 100%;
    opacity: 0;
    pointer-events: none;
}

.strength-honor .img {
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.strength-honor .title {
    margin-top: 16px;
    text-align: center;
}

.strength-page04 {
    background: url(../img/strength03.jpg) no-repeat center;
    background-size: 1920px;
}

.strength-page04 .title-typea {
    text-align: left;
}

.strength-page04 .title-typea-tit {
    margin-left: 0;
    padding-left: 0;
}

.strength-page04 .title-typea-tit::before {
    display: none;
}

.strength-page04 .box {
    max-width: 640px;
}

.strength-page04 .content {
    line-height: 1.7;
}

.strength-logo {
    margin-top: 24px;
    padding-bottom: 60px;
}

.strength-logo .swiper-button-prev {
    left: 0;
}

.strength-logo .swiper-button-next {
    right: auto;
    left: 50px;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.strength-logo .swiper-button-prev,
.strength-logo .swiper-button-next {
    top: auto;
    bottom: 0;
    width: 40px;
    height: 24px;
    background: #e5e5e5 url(../img/icon06.png) no-repeat center;
    background-size: 6px;
    -webkit-transition: background-color .3s, background-image .3s;
    -o-transition: background-color .3s, background-image .3s;
    transition: background-color .3s, background-image .3s;
}

.strength-logo .img {
    width: 100%;
}

@media only screen and (min-width: 961px) {
    .strength-rd .swiper-button-prev:hover,
    .strength-rd .swiper-button-next:hover {
        background-color: #0064bc;
        background-image: url(../img/icon06-w.png);
    }
    .strength-page03 .prev:hover,
    .strength-page03 .next:hover {
        background-color: #0064bc;
        background-image: url(../img/icon06-w.png);
    }
    .strength-logo .swiper-button-prev:hover,
    .strength-logo .swiper-button-next:hover {
        background-color: #0064bc;
        background-image: url(../img/icon06-w.png);
    }
}

@media only screen and (max-width: 1200px) {
    .strength-page02 .content {
        height: 44px;
    }
}

@media only screen and (max-width: 960px) {
    .strength-capacity .item-l {
        width: 100%;
    }
    .strength-capacity .item-r {
        width: 100%;
        padding: 32px 4%;
    }
    .strength-capacity .bg {
        display: block;
    }
    .strength-capacity .title {
        margin-bottom: 16px;
        padding-bottom: 16px;
    }
    .strength-capacity .other {
        margin-top: 28px;
    }
    .strength-capacity .box {
        height: 180px;
    }
    .strength-page02 .item-l {
        width: 100%;
    }
    .strength-page02 .item-r {
        width: 100%;
    }
    .strength-page02 .content {
        height: 88px;
    }
}

@media only screen and (max-width: 640px) {
    .strength-page01 {
        width: 100%;
    }
    .strength-capacity .item-r {
        padding: 24px 4%;
    }
    .strength-capacity .other {
        margin-top: 24px;
    }
    .strength-page02 .content {
        display: none;
    }
    .strength-page02 .btn {
        margin-top: 24px;
    }
    .strength-page02 .item-r {
        display: none;
    }
    .strength-page03 .next {
        margin-left: 48px;
    }
    .strength-page03 .other {
        margin-top: 20px;
    }
    .strength-honor .title {
        margin-top: 12px;
    }
    .strength-page04 .strength-logo {
        margin-top: 20px;
        padding-bottom: 40px;
    }
}

.about-page01,
.about-page02,
.about-page03,
.about-page04,
.about-page05 {
    position: relative;
}

.about-page01 .item-l {
    width: 50%;
}

.about-page01 .item-r {
    width: 50%;
    padding-left: 5%;
}

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

.about-page01 .title {
    color: #333;
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 16px;
}

.about-page01 .title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 32px;
    height: 1px;
    background: #333;
}

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

.about-page01 .list {
    text-align: center;
    margin-top: 48px;
}

.about-page01 .list .item {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 25%;
    padding: 12px 4%;
    border-right: 1px #ccc dashed;
}

.about-page01 .list .item:last-of-type {
    border-right: none;
}

.about-page01 .list .num {
    font-size: 48px;
    line-height: 1;
    font-family: bebas;
}

.about-page01 .list .tit {
    position: relative;
}

.about-page01 .list .text {
    width: 100%;
    margin-top: 12px;
}

.about-page01 .list .plus {
    width: 14px;
    height: 14px;
    position: absolute;
    top: -7px;
    right: -20px;
}

.about-page01 .list .plus::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    top: 50%;
    margin-top: -1px;
    background-color: #333;
}

.about-page01 .list .plus::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    left: 50%;
    top: 0;
    margin-left: -1px;
    background-color: #333;
}

.about-page02 {
    position: relative;
    cursor: pointer;
}

.about-page02::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5) url(../img/icon07.png) no-repeat center;
    background-size: 64px;
}

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

.about-page03 {
    background-color: #f6f6f6;
}

.about-page03 .content {
    line-height: 1.8;
    color: #666;
    text-align: justify;
}

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

.about-page04 .list {
    max-width: 1200px;
    margin: 0 auto;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.about-page04 .item {
    width: 25%;
    padding: 1.5%;
}

.about-page04 .main {
    border: 1px #e7e7e7 solid;
    padding: 24% 8%;
    text-align: center;
    height: 100%;
    -webkit-transition: border-color .3s, background-color .3s;
    -o-transition: border-color .3s, background-color .3s;
    transition: border-color .3s, background-color .3s;
}

.about-page04 .icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 20px;
    position: relative;
}

.about-page04 .img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.about-page04 .img:nth-of-type(1) {
    opacity: 1;
}

.about-page04 .title {
    color: #333;
    margin-bottom: 10px;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.about-page04 .content {
    line-height: 24px;
    height: 72px;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    overflow: hidden;
}

.about-page04 .hr {
    width: 24px;
    height: 1px;
    background-color: #666;
    margin: 40px auto 0;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
}

.news-nav {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 40px;
}

.news-nav .item {
    line-height: 26px;
    padding: 0 14px;
    margin-right: 32px;
    -webkit-transition: color .3s, background-color .3s;
    -o-transition: color .3s, background-color .3s;
    transition: color .3s, background-color .3s;
}

.news-nav .item:last-of-type {
    margin-right: 0;
}

.news-nav .item.active {
    background-color: #0064bc;
    color: #fff;
}

.news-page01 {
    margin: 0 auto;
    width: 94%;
    max-width: 1320px;
}

.news-page01 .nav {
    width: 100%;
    margin-top: 24px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.news-page01 .nav .link {
    padding: 0 16px;
    line-height: 26px;
    margin-right: 32px;
}

.news-page01 .nav .link.active {
    background-color: #0064bc;
    color: #fff;
}

.news-page01 .nav .link:last-of-type {
    margin-right: 0;
}

.news-page01 .list {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
}

.news-page01 .list::after, .news-page01 .list::before {
    content: '';
    position: absolute;
    top: 0;
    z-index: 0;
    width: 1px;
    height: 100%;
    background-color: #eee;
}

.news-page01 .list::before {
    left: 32.25%;
}

.news-page01 .list::after {
    right: 32.25%;
}

.news-page01 .item {
    width: 29%;
    margin-right: 6.5%;
    margin-bottom: 5%;
}

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

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

.news-page01 .img-box {
    overflow: hidden;
}

.news-page01 .box {
    position: relative;
}

.news-page01 .time {
    width: 68px;
    background-color: #0064bc;
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 8px 0;
    position: absolute;
    left: 0;
    top: 0;
}

.news-page01 .day {
    font-size: 34px;
    line-height: 1;
}

.news-page01 .box {
    padding-left: 84px;
    margin-bottom: 20px;
}

.news-page01 .title {
    color: #333;
    font-size: 18px;
}

.news-page01 .content {
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    margin-top: 4px;
    color: #666;
}

.news-page01 .more {
    margin-top: 20px;
}

.news-page01 .c-pagination {
    margin-top: 0;
}

@media only screen and (min-width: 961px) {
    .about-page04 .main:hover {
        border-color: #0064bc;
        background-color: #0064bc;
    }
    .about-page04 .main:hover .title {
        color: #fff;
    }
    .about-page04 .main:hover .content {
        color: #fff;
    }
    .about-page04 .main:hover .hr {
        background-color: #fff;
    }
    .about-page04 .main:hover .img:nth-of-type(1) {
        opacity: 0;
    }
    .about-page04 .main:hover .img:nth-of-type(2) {
        opacity: 1;
    }
    .news-nav .item:hover {
        background-color: #0064bc;
        color: #fff;
    }
    .news-page01 .item:hover .title {
        color: #0064bc;
    }
}

@media only screen and (max-width: 1440px) {
    .news-page01 .list::after, .news-page01 .list::before {
        display: none;
    }
    .news-page01 .item {
        width: 31%;
        margin-right: 3.5%;
        margin-bottom: 3.5%;
    }
}

@media only screen and (max-width: 960px) {
    .about-page01 .item-l {
        width: 100%;
        display: none;
        margin-bottom: 16px;
    }
    .about-page01 .item-r {
        width: 100%;
        padding: 0;
    }
    .about-page01 .list {
        margin-top: 32px;
    }
    .about-page01 .list .num {
        font-size: 28px;
    }
    .about-page02::after {
        background-size: 60px;
    }
    .about-page04 .item {
        width: 33.33%;
    }
    .about-page04 .icon {
        width: 60px;
        height: 60px;
        margin-bottom: 12px;
    }
    .about-page04 .title {
        font-size: 16px;
        margin-bottom: 8px;
    }
    .about-page04 .content {
        font-size: 12px;
        line-height: 18px;
        height: 54px;
    }
    .about-page04 .main {
        padding: 20% 10%;
    }
    .about-page04 .hr {
        margin-top: 28px;
    }
    .news-page01 .nav .link {
        margin-right: 24px;
    }
    .news-page01 .item {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 4%;
    }
    .news-page01 .item:nth-of-type(3n) {
        margin-right: 4%;
    }
    .news-page01 .item:nth-of-type(2n) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 640px) {
    .about-page01 .item-l {
        display: block;
    }
    .about-page01 .list .item {
        width: 50%;
    }
    .about-page01 .list .item:nth-of-type(2) {
        border-right: none;
    }
    .about-page01 .list .num {
        font-size: 22px;
    }
    .about-page01 .list .plus {
        width: 8px;
        height: 8px;
        right: -8px;
        top: -4px;
    }
    .about-page01 .list .content {
        font-size: 12px;
    }
    .about-page01 .list .text {
        font-size: 12px;
        margin-top: 8px;
    }
    .about-page02::after {
        background-size: 40px;
    }
    .about-page04 .item {
        width: 50%;
    }
    .about-page04 .hr {
        display: none;
    }
    .about-page04 .main {
        padding: 18% 8%;
    }
    .about-page04 .content {
        height: auto;
    }
    .news-nav {
        margin-bottom: 24px;
    }
    .news-nav .item {
        font-size: 13px;
        line-height: 24px;
        padding: 0 12px;
        margin-right: 20px;
    }
    .news-page01 .nav .link {
        font-size: 12px;
        padding: 0 10px;
        line-height: 22px;
        margin-right: 12px;
    }
    .news-page01 .box {
        margin-bottom: 16px;
    }
    .news-page01 .more {
        margin-top: 16px;
    }
    .news-page01 .time {
        padding: 10px 0;
    }
    .news-page01 .day {
        font-size: 30px;
    }
    .news-page01 .item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px #eee solid;
    }
    .news-page01 .item:nth-of-type(3n) {
        margin-right: 0;
    }
    .news-page01 .more {
        display: none;
    }
}

.contact-map {
    width: 100%;
    height: 550px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    position: relative;
    z-index: 1;
}

.contact-map .amap-logo,
.contact-map .amap-copyright {
    display: none !important;
}

.contact-map .amap-adcombo-close {
    top: 8px;
    right: 12px;
}

.contact-map .info-title {
    color: white;
    font-size: 16px;
    background-color: #0064bc;
    line-height: 32px;
    padding: 0 32px 0 16px;
    letter-spacing: 1px;
}

.contact-map .info-content {
    font: 14px Helvetica, Arial, 'Hiragino Sans GB', 'Microsoft Yahei', '微软雅黑';
    padding: 12px;
    color: #666666;
    line-height: 1.5;
}

.contact-map .map-title {
    font-size: 15px;
    font-weight: 500;
    color: #333;
}

.contact-map .map-content {
    color: #777;
    font-size: 13px;
}

.contact-map .amap-info {
    width: 400px;
}

.contact-map .amap-info-content {
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    border: none;
    padding: 20px;
}

.contact-map .amap-info-sharp {
    height: 16px !important;
    background: none;
}

.contact-map .title {
    color: #000;
    margin-bottom: 4px;
    font-size: 15px;
}

.contact-map .content {
    font-size: 13px;
    color: #777;
    margin-bottom: 8px;
}

.contact-map .more {
    font-size: 12px;
    color: #0064bc;
}

.contact-page01 .main {
    max-width: 1540px;
    width: 94%;
    margin: 0 auto;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}

.contact-page01 .item-l {
    width: 40%;
    padding-right: 5%;
}

.contact-page01 .item-r {
    width: 60%;
    border-left: 1px #ebebeb solid;
    padding-left: 8%;
}

.contact-page01 .item-r .text {
    width: 75%;
}

.contact-page01 .form {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #333;
}

.contact-page01 .input {
    width: 32%;
    font-size: 13px;
    margin-bottom: 2%;
    height: 40px;
    outline: none;
    border: 1px #e6e6e6 solid;
    padding: 0 12px;
    border-radius: 0;
    overflow: hidden;
}

.contact-page01 .input:focus {
    border-color: #0064bc;
}

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

.contact-page01 .textarea {
    font-size: 13px;
    width: 100%;
    height: 100px;
    outline: none;
    resize: none;
    padding: 10px 12px;
    border: 1px #e6e6e6 solid;
    -webkit-appearance: none;
    display: block;
    border-radius: 0;
}

.contact-page01 .textarea:focus {
    border-color: #0064bc;
}

.contact-page01 .submit {
    width: 100%;
    line-height: 40px;
    background-color: #0064bc;
    color: #fff;
    cursor: pointer;
    margin-left: auto;
    margin-top: 20px;
    text-align: center;
    font-size: 16px;
    border: none;
}

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

.contact-page01 .tit {
    margin-bottom: 6px;
    color: #000;
}

.contact-page01 .text {
    line-height: 1.6;
    color: #888;
    margin-bottom: 24px;
}

.contact-page01 .box {
    width: 100%;
    -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;
}

.contact-page01 .list {
    width: 45%;
}

.contact-page01 .list .item {
    margin-bottom: 36px;
}

.contact-page01 .list .title {
    color: #333;
    margin-bottom: 12px;
}

.contact-page01 .list .content {
    line-height: 1.7;
}

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

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

.contact-page01 .social .item:last-of-type {
    margin-right: 0;
}

.contact-page01 .social .icon {
    width: 28px;
    height: 28px;
    opacity: 1;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

@media only screen and (max-width: 1440px) {
    .contact-map {
        height: 400px;
    }
    .contact-page01 .item-l {
        width: 50%;
        padding-right: 4%;
    }
    .contact-page01 .item-r {
        width: 50%;
        padding-left: 4%;
    }
    .contact-page01 .list {
        width: 46%;
    }
}

@media only screen and (max-width: 960px) {
    .contact-map {
        height: 360px;
    }
    .contact-page01 .item-l {
        width: 100%;
        padding-right: 0;
    }
    .contact-page01 .item-r {
        width: 100%;
        padding-left: 0;
    }
}

@media only screen and (max-width: 640px) {
    .contact-map {
        height: 280px;
    }
    .contact-page01 .item-r .text {
        width: 100%;
    }
    .contact-page01 .list {
        width: 100%;
    }
    .contact-page01 .list .content {
        line-height: 1.6;
    }
    .contact-page01 .list .title {
        margin-bottom: 8px;
    }
    .contact-page01 .list .item {
        margin-bottom: 24px;
    }
    .contact-page01 .tit {
        margin-bottom: 4px;
    }
    .contact-page01 .input {
        width: 100%;
        margin-bottom: 12px;
    }
}

.search-page01 {
    background: url(../img/search01.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}

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

.search-page01 .nav {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 16px;
}

.search-page01 .nav .item {
    color: #fff;
    opacity: .6;
    margin-right: 20px;
}

.search-page01 .nav .item:last-of-type {
    margin-right: 0;
}

.search-page01 .nav .item.active, .search-page01 .nav .item:hover {
    opacity: 1;
}

.search-page01 .main {
    position: relative;
    z-index: 1;
    text-align: center;
}

.search-page01 .title {
    font-weight: 300;
    color: #fff;
}

.search-page01 .text {
    font-weight: 300;
    color: #fff;
}

.search-page01 .form {
    width: 100%;
    max-width: 350px;
    padding: 0 8px;
    border-radius: 4px;
    background: rgba(159, 159, 159, 0.36);
    border: 1px rgba(255, 255, 255, 0.6) solid;
    margin: 12px auto 12px;
}

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

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

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

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

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

/* Add 20200921 */
.language-title {
    font-size:12px;
    text-align: center;
}
/* END Add 20200921 */
