@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.6);
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Segoe UI", "Hiragino Sans GB", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-variant: tabular-nums;
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
    -webkit-font-feature-settings: 'tnum';
            font-feature-settings: 'tnum';
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0;
    color: rgba(0, 0, 0, 0.6);
    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: rgba(0, 0, 0, 0.6);
    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: #26357b;
}

::selection {
    color: #fff;
    background: #26357b;
}

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

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

.h1 {
    font-size: 36px;
}

.h2 {
    font-size: 28px;
}

.h3 {
    font-size: 24px;
}

.h4 {
    font-size: 20px;
}

.h5 {
    font-size: 18px;
}

.h6 {
    font-size: 16px;
}

.maxwidth {
    width: 1370px;
    margin: 0 auto;
}

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

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

.clearfix:after {
    clear: both;
}

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

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

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

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

.invisible {
    visibility: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

.overflow-hidden {
    overflow: hidden;
}

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

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

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

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

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

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

@font-face {
    font-family: "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: #26357b;
    }
}

@media only screen and (max-width: 1440px) {
    .h1 {
        font-size: 30px;
    }
    .h2 {
        font-size: 26px;
    }
    .h3 {
        font-size: 22px;
    }
    .h4 {
        font-size: 18px;
    }
    .h5 {
        font-size: 16px;
    }
    .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: 16px;
    }
    .h5 {
        font-size: 15px;
    }
    .h6 {
        font-size: 14px;
    }
}

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

.h-xl{
    display: none;
    position: fixed;
    width:100%;
    top:88px;
    left:0;
    z-index: 99;
    background-color: #ffffff;
}
.h-xl .item{
    width:calc(100% / 3);
    
}

.h-xl .item:nth-of-type(1){
    width:20%;
}
.h-xl .item:nth-of-type(2){
    width:50%;
}
.h-xl .item:nth-of-type(3){
    width:30%;
}

.h-xl .item a{
    display:block;
    font-size:18px;
    color: #333333;
    font-weight: bold;
    transition: all .3s;
    margin-bottom: 20px;
}
.h-xl .item:nth-of-type(1) a:hover,.h-xl .item:nth-of-type(1) a.active{
    color: #2B2E66;
    text-decoration: underline;
}
.h-xl .item:nth-of-type(2){
    background-color: #F6F5F3;
    padding-left:55px;
    
}

.h-xl .item:nth-of-type(2) a{
    font-size:16px;
    color: #666666;
    font-weight: 500;
    
}
.h-xl .item:nth-of-type(2) a:hover,.h-xl .item:nth-of-type(2) a.active{
    color: #C7C7C7;
}
.h-xl .item:nth-of-type(2) ul{
    width: 100%;
    height:410px;
    padding-top:67px;
    position: relative;
}
.h-xl .item:nth-of-type(2) ul li{
    margin-left:0;
    padding:0;
    width: 100%;
    /*height: 100%;*/
    display: block;
    position: absolute;
    left:0;
    top:50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all .3s;
    z-index: -1;
}
.h-xl .item:nth-of-type(2) ul li a{
    display: block;
    width: 48%;
    margin-right: 4%;
    float: left;
}
.h-xl .item:nth-of-type(2) ul li a:nth-of-type(2n){
    margin-right:0;
}
.h-xl .item:nth-of-type(2) ul li.active{
    opacity: 1;
    z-index: 11;
}

@media only screen and (max-width: 1440px) {
    .h-xl{
        top:80px;
    }
}
.page-header {
    position: relative;
    z-index: 6;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

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

.page-header .tel {
    font-size: 18px;
    line-height: 36px;
    padding: 0 20px;
    background-color: #26357b;
    color: #fff;
    font-family: bebas, Arial, Helvetica, sans-serif;
    border-radius: 18px;
    margin-left: 30px;
    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;
}

.page-header .tel::before {
    content: '';
    width: 12px;
    height: 20px;
    margin-right: 8px;
    background: url(../img/icon-tel-w.png) no-repeat center;
    background-size: 100% 100%;
}

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

.page-nav .item {
    line-height: 88px;
    margin-right: 48px;
}

.page-logo {
    position: relative;
}

.page-logo > .img {
    height: 42px;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

@media only screen and (max-width: 1440px) {
    .page-header .search {
        width: 18px;
    }
    .page-header .tel {
        font-size: 16px;
    }
    .page-nav .item {
        line-height: 80px;
        margin-right: 36px;
    }
    .page-logo > .img {
        height: 36px;
    }
}

@media only screen and (max-width: 1200px) {
    .page-header .tel {
        display: none;
    }
}

@media only screen and (max-width: 960px) {
    .page-header {
        position: fixed;
        left: 0;
        top: 0;
    }
    .page-header .search {
        display: none;
    }
    .page-header > .maxwidth {
        padding: 14px 0;
    }
    .page-logo > .img {
        height: 32px;
    }
    .page-nav {
        display: none;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.phone-nav nav .tel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 60px;
    padding: 0 20px;
    font-size: 22px;
    line-height: 60px;
    border-bottom: none;
    color: #fff;
    background: #26357b;
    background-size: 22px;
    font-family: bebas, Helvetica, sans-serif;
}

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

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

.phone-nav nav a {
    display: block;
    height: 56px;
    padding: 0 20px;
    font-size: 15px;
    line-height: 56px;
    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: 50px;
    padding: 0 20px;
    font-size: 14px;
    line-height: 48px;
    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: #26357b;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.page-footer {
    position: relative;
    z-index: 3;
    padding-top: 60px;
    background-color: #f0f0f0;
}

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

.page-footer .top .title {
    margin-bottom: 20px;
    color: #333;
    font-weight: 600;
}

.page-footer .top .item {
    width: 12.5%;
    font-size: 13px;
}

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

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

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

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

.page-footer .top .contact {
    width: 25%;
}

.page-footer .bottom {
    margin-top: 40px;
    border-top: 1px #e0e0e0 solid;
    padding: 16px 0;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    font-size: 13px;
}

.page-footer .contact {
    border-left: 1px #e0e0e0 solid;
    text-align: right;
    padding-left: 8%;
}

.page-footer .contact .txt {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.page-footer .contact .tel {
    font-size: 28px;
    margin-bottom: 20px;
    line-height: 1;
    letter-spacing: -1px;
    color: #26357b;
    font-family: bebas, Arial, Helvetica, sans-serif;
}

.page-footer .contact .ewm {
    width: 100px;
    margin-bottom: 8px;
}

@media only screen and (max-width: 1440px) {
    .page-footer {
        padding-top: 48px;
    }
}

@media only screen and (max-width: 1200px) {
    .page-footer .top .item {
        width: 16.66%;
    }
    .page-footer .top .contact {
        display: none;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: #26357b;
    border-color: #26357b;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.index-banner {
    width: 100%;
}

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

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

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

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

.index-banner-pagination .swiper-pagination-bullet {
    width: 32px;
    height: 40px;
    opacity: 1;
    position: relative;
    border-radius: 0;
    background: none;
    color: #fff;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    text-shadow: 1px 0 3px #000;
    overflow: hidden;
}

.index-banner-pagination .swiper-pagination-bullet::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    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-banner-pagination .swiper-pagination-bullet-active::after {
    opacity: 1;
    -webkit-animation: indicator-loading 6s linear forwards;
            animation: indicator-loading 6s linear forwards;
}

@media only screen and (max-width: 960px) {
    .index-banner .img {
        display: none;
    }
    .index-banner .img-m {
        display: block;
    }
    .index-banner .index-banner-pagination .swiper-pagination-bullet {
        margin: 0 6px;
    }
    .index-banner-pagination .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        color: transparent;
        border: 1px #fff solid;
        border-radius: 50%;
    }
    .index-banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #fff;
    }
}

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

.page-main {
    background-color: #fff;
    overflow: hidden;
}

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

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

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

.c-btn-a {
    width: 200px;
    line-height: 44px;
    color: #fff;
    background: #26357b;
    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 #26357b solid;
    font-size: 16px;
}

.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: #181878;
    -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-line {
    background: none;
    color: #666;
    border-color: #666;
}

.c-btn-a.type-line::before {
    background-color: #26357b;
}

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

.c-btn-a.type-line-white::before {
    background-color: #fff;
}

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

.c-btn-a.type-white::before {
    background-color: #26357b;
}

.c-btn-a.mini {
    width: 110px;
    font-size: 12px;
    border: none;
    line-height: 32px;
}

.c-btn-a.mini::after {
    width: 16px;
    height: 8px;
    margin-left: 8px;
}

.index-title {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    margin-bottom: 48px;
}

.index-title > span {
    padding: 0 200px;
    position: relative;
}

.index-title > span::before, .index-title > span::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 160px;
    height: 1px;
    background-color: #d5d5d5;
    z-index: 0;
}

.index-title > span::before {
    left: 0;
}

.index-title > span::after {
    right: 0;
}

.index-title .index-title-tit {
    line-height: 1.1;
    margin-bottom: 12px;
}

.index-titlea {
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 24px;
    color: #333;
}

.index-titlea::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #333;
    width: 40px;
    height: 1px;
    z-index: 0;
}

.index-titlea.type-white {
    color: #fff;
}

.index-titlea.type-white::after {
    background-color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.inside-banner {
    position: relative;
}

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

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

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

.inside-page01 {
    background-color: #f6f6f6;
    margin-bottom: 40px;
    padding-bottom: 20px;
}

.inside-page01.nomb {
    margin-bottom: 0;
}

.crumb-nav {
    font-size: 15px;
    padding: 16px 0;
}

.crumb-nav-link {
    color: #999;
    position: relative;
    max-width: 160px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 12px;
}

.crumb-nav-link::after {
    content: '';
    display: block;
    width: 6px;
    height: 10px;
    background: url(../img/icon-jt01.png) no-repeat center/100% 100%;
    margin-left: 12px;
}

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

.inside-nav01 {
    background-color: #ececec;
    padding: 20px 28px;
}

.inside-nav01 .item {
    line-height: 1.8;
    margin-right: 40px;
    color: #888;
}

.inside-nav01 .item:hover, .inside-nav01 .item.active {
    color: #26357b;
}

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

.nav-typea .nav-typea-item {
    line-height: 30px;
    padding: 0 10px;
    margin-right: 20px;
    color: #333;
    -webkit-transition: color .3s, background-color .3s;
    -o-transition: color .3s, background-color .3s;
    transition: color .3s, background-color .3s;
    cursor: pointer;
}

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

.nav-typea .nav-typea-item.active {
    background-color: #26357b;
    color: #fff;
}

@media only screen and (min-width: 961px) {
    .page-main.not-pdtop {
        padding-top: 0;
    }
    .c-imghover {
        overflow: hidden;
    }
    .c-imghover .c-imghover-item {
        -webkit-transition: -webkit-transform .4s ease-out;
        transition: -webkit-transform .4s ease-out;
        -o-transition: transform .4s ease-out;
        transition: transform .4s ease-out;
        transition: transform .4s ease-out, -webkit-transform .4s ease-out;
    }
    .c-imghover:hover .c-imghover-item {
        -webkit-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;
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
    .c-btn-a:hover {
        color: #fff;
        border-color: #181878;
    }
    .c-btn-a:hover::before {
        -webkit-transform: scale3d(9, 9, 1);
                transform: scale3d(9, 9, 1);
    }
    .c-btn-a.type-line:hover {
        color: #fff;
        border-color: #26357b;
    }
    .c-btn-a.type-line-white:hover {
        color: #26357b;
        border-color: #fff;
    }
    .nav-typea .nav-typea-item:hover {
        background-color: #26357b;
        color: #fff;
    }
}

@media only screen and (max-width: 1440px) {
    .page-pd-l {
        padding: 80px 0;
    }
    .page-pd {
        padding: 60px 0;
    }
    .page-pd-m {
        padding: 48px 0;
    }
    .c-btn-a {
        width: 160px;
        font-size: 14px;
        line-height: 38px;
    }
    .index-title {
        margin-bottom: 40px;
    }
    .index-title > span {
        padding: 0 160px;
    }
    .index-title > span::after, .index-title > span::before {
        width: 120px;
    }
    .index-title .index-title-tit {
        margin-bottom: 6px;
    }
    .index-title .index-title-text {
        font-size: 12px;
    }
    .inside-nav01 {
        padding: 16px 20px;
    }
    .inside-nav01 .item {
        margin-right: 20px;
    }
    .nav-typea {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 960px) {
    .page-main {
        padding-top: 60px;
    }
    .page-pd-l {
        padding: 60px 0;
    }
    .page-pd {
        padding: 48px 0;
    }
    .page-pd-m {
        padding: 36px 0;
    }
    .editor-detail.img-mg img {
        margin: 12px auto;
    }
    .editor-detail.word-type p {
        margin: 12px 0;
    }
    .inside-banner .img {
        display: none;
    }
    .inside-banner .img-m {
        display: block;
    }
    .page-dw {
        top: -60px;
    }
    .c-btn-a {
        width: 140px;
    }
    .index-title {
        margin-bottom: 32px;
    }
    .index-title > span {
        padding: 0 100px;
    }
    .index-title > span::after, .index-title > span::before {
        width: 80px;
    }
    .crumb-nav {
        font-size: 13px;
    }
    .inside-nav01 .item {
        line-height: 2;
        margin-right: 16px;
        font-size: 12px;
    }
    .inside-page01 {
        margin-bottom: 32px;
    }
    .nav-typea {
        margin-bottom: 28px;
    }
    .nav-typea .nav-typea-item {
        line-height: 24px;
        font-size: 13px;
        margin-right: 8px;
    }
}

@media only screen and (max-width: 640px) {
    .page-pd-l {
        padding: 48px 0;
    }
    .page-pd {
        padding: 40px 0;
    }
    .page-pd-m {
        padding: 28px 0;
    }
    .c-btn-a {
        font-size: 14px;
    }
    .c-btn-a::after {
        width: 20px;
        height: 10px;
        margin-left: 10px;
    }
    .editor-detail.img-mg img {
        margin: 10px auto;
    }
    .editor-detail.word-type p {
        margin: 10px 0;
    }
    .index-title {
        margin-bottom: 24px;
    }
    .index-title > span {
        padding: 0 60px;
    }
    .index-title > span::after, .index-title > span::before {
        width: 48px;
    }
    .inside-page01 {
        margin-bottom: 24px;
    }
    .nav-typea {
        margin-bottom: 24px;
    }
}

.index-page01 {
    max-width: 1280px;
}

.index-page01 .container {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}

.index-page01 .nav {
    width: 23.5%;
    border-right: 1px #ddd solid;
}

.index-page01 .nav .item {
    line-height: 48px;
    margin-bottom: 12px;
    text-align: right;
    padding-right: 20px;
    cursor: pointer;
}

.index-page01 .nav .item.active {
    background-image: -webkit-gradient(linear, right top, left top, from(#26357b), to(rgba(38, 53, 123, 0)));
    background-image: -o-linear-gradient(right, #26357b 0%, rgba(38, 53, 123, 0) 100%);
    background-image: linear-gradient(-90deg, #26357b 0%, rgba(38, 53, 123, 0) 100%);
    color: #fff;
}

.index-page01 .main {
    width: 76.5%;
    padding-left: 7%;
    padding-top: 8px;
}

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

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

.index-page01 .main .title {
    margin-bottom: 20px;
}

.index-page01 .main .content {
    line-height: 1.7;
    margin-bottom: 20px;
    text-align: justify;
}

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

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

.index-page02 {
    background: url(../img/index02.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    color: #fff;
    padding-top: 0;
}

.index-page02::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    background-color: #000;
    opacity: .2;
}

.index-page02 .container {
    position: relative;
    z-index: 1;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.index-page02 .item-l {
    width: 43.8%;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.index-page02 .item-l::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 0;
    background: url(../img/icon-play.png) no-repeat center/100px;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.index-page02 .item-r {
    width: 56.2%;
    padding-left: 6%;
}

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

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

.index-page02 .content {
    line-height: 1.5;
    text-align: justify;
}

.index-page02 .list {
    margin-top: 60px;
    -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;
    text-align: center;
    color: #fff;
}

.index-page02 .item {
    padding: 20px 0;
}

.index-page02 .hr {
    width: 1px;
    border-right: 1px #ccc dashed;
}

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

.index-page02 .num.plus {
    padding-right: 16px;
}

.index-page02 .num.plus > span {
    position: relative;
}

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

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

.index-page03 .news-list02 .item {
    margin-bottom: 0;
}

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

.index-page04 {
    padding-top: 36px;
    display: none;
}

.index-page04 .container {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    padding: 0 40px;
}

.index-page04 .prev,
.index-page04 .next {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 50%;
    z-index: 1;
    margin-top: -18px;
    background: url(../img/icon-jt.png) no-repeat center/8px;
    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;
}

.index-page04 .prev {
    left: 0;
}

.index-page04 .next {
    right: 0;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.index-partner {
    max-width: 1100px;
    padding: 10px;
}

.index-partner .swiper-slide {
    -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;
}

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

.index-page05 {
    border-top: 1px #ececec solid;
}

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

.index-page05 .item {
    width: 33.33%;
    border-right: 1px #ececec solid;
    text-align: center;
    display: block;
    color: #888;
}

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

.index-page05 .icon {
    width: 52px;
    display: block;
    margin: 0 auto 12px;
}

.index-page05 .title {
    color: #333;
    margin-bottom: 4px;
}

@media only screen and (min-width: 961px) {
    .index-page01 .nav .item:hover {
        background-image: -webkit-gradient(linear, right top, left top, from(#26357b), to(rgba(38, 53, 123, 0)));
        background-image: -o-linear-gradient(right, #26357b 0%, rgba(38, 53, 123, 0) 100%);
        background-image: linear-gradient(-90deg, #26357b 0%, rgba(38, 53, 123, 0) 100%);
        color: #fff;
    }
    .index-page02 .item-l:hover::after {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
    .index-page04 .prev:hover,
    .index-page04 .next:hover {
        background-color: #26357b;
        background-image: url(../img/icon-jt-w.png);
    }
    .index-partner .swiper-slide:hover {
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
                box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    }
}

@media only screen and (max-width: 1440px) {
    .index-page01 .nav .item {
        line-height: 44px;
        margin-bottom: 8px;
    }
    .index-page01 .main {
        padding-left: 6%;
        padding-top: 0;
    }
    .index-page02 .more {
        margin-top: 60px;
    }
    .index-page02 .item-l::after {
        background-size: 80px;
    }
    .index-page02 .list {
        margin-top: 40px;
    }
    .index-page02 .item {
        padding: 8px 0;
    }
    .index-page02 .num {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .index-page02 .num.plus {
        padding-right: 12px;
    }
    .index-page02 .num.plus > span::after {
        content: '';
        width: 12px;
        height: 12px;
        right: -12px;
        top: -6px;
    }
}

@media only screen and (max-width: 960px) {
    .index-page01 .nav {
        display: none;
    }
    .index-page01 .main {
        padding-left: 0;
        width: 100%;
    }
    .index-page01 .main .title {
        margin-bottom: 16px;
    }
    .index-page01 .main .more {
        margin-top: 40px;
    }
    .index-page02 .content {
        text-align: center;
    }
    .index-page02 .index-titlea {
        text-align: center;
    }
    .index-page02 .index-titlea::after {
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
    }
    .index-page02 .item-l {
        width: 100%;
        display: none;
    }
    .index-page02 .item-r {
        width: 100%;
        padding: 0;
    }
    .index-page02 .more {
        margin-top: 48px;
    }
    .index-page03 .news-list02 .item:nth-of-type(3) {
        display: none;
    }
    .index-page05 .icon {
        width: 40px;
    }
    .index-page05 .text {
        font-size: 12px;
    }
}

@media only screen and (max-width: 640px) {
    .index-page01 .main .title {
        margin-bottom: 12px;
    }
    .index-page02 .item-l {
        display: block;
        margin-top: 28px;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1;
    }
    .index-page02 .item-l::after {
        background-size: 60px;
    }
    .index-page02 .list {
        margin-top: 24px;
    }
    .index-page02 .num {
        font-size: 22px;
        margin-bottom: 12px;
    }
    .index-page02 .item {
        font-size: 12px;
    }
    .index-page02 .more {
        margin-top: 36px;
    }
    .index-page02 .hr {
        display: none;
    }
    .index-page03 .news-list02 .item {
        padding-bottom: 0;
        border-bottom: none;
    }
    .index-page03 .news-list02 .item:nth-of-type(2) {
        display: none;
    }
    .index-page04 .container {
        padding: 0 30px;
    }
    .index-page05 .text {
        display: none;
    }
    .index-page05 .title {
        font-size: 14px;
        margin-bottom: 0;
    }
    .index-page05 .icon {
        width: 28px;
        margin-bottom: 8px;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.news-page01 {
    position: relative;
}

.news-list .item {
    display: block;
    background-color: #f7f7f7;
    padding: 40px 3%;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
}

.news-list .item:nth-of-type(2n) {
    background-color: #fff;
}

.news-list .container {
    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;
    max-width: 1200px;
    margin: 0 auto;
}

.news-list .cover {
    width: 0;
    overflow: hidden;
    -webkit-transition: width .5s ease-in-out;
    -o-transition: width .5s ease-in-out;
    transition: width .5s ease-in-out;
}

.news-list .cover .img {
    width: 240px;
}

.news-list .time {
    width: 24%;
}

.news-list .main {
    width: calc(76% - 280px);
    padding-right: 60px;
    border-right: 1px #e9e9e9 solid;
}

.news-list .title {
    font-size: 20px;
    color: #333;
    margin-bottom: 8px;
}

.news-list .content {
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    color: #777;
}

.news-list .time {
    padding-left: 60px;
    position: relative;
}

.news-list .day {
    font-size: 40px;
    color: #26357b;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 4px;
}

.news-list .year {
    font-size: 16px;
    color: #777;
}

.news-list .more {
    width: 16px;
    height: 10px;
    background: url(../img/down.png) center no-repeat;
    background-size: 100% 100%;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -5px;
}

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

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

.news-list02::before {
    left: 32.25%;
}

.news-list02::after {
    right: 32.25%;
}

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

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

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

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

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

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

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

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

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

.news-list02 .content {
    line-height: 20px;
    height: 40px;
    margin-top: 4px;
    color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media only screen and (min-width: 961px) {
    .news-list .item:hover {
        background-color: #26357b;
    }
    .news-list .item:hover .cover {
        width: 280px;
    }
    .news-list .item:hover .title,
    .news-list .item:hover .content,
    .news-list .item:hover .day,
    .news-list .item:hover .year {
        color: #fff;
    }
    .news-list .item:hover .more {
        background-image: url(../img/down-w.png);
    }
    .news-list02 .item:hover .title {
        color: #26357b;
    }
}

@media only screen and (max-width: 1440px) {
    .news-list .item {
        padding: 28px 3%;
    }
    .news-list .main {
        padding-right: 48px;
    }
    .news-list .time {
        padding-left: 48px;
    }
    .news-list .day {
        font-size: 32px;
    }
    .news-list .year {
        font-size: 13px;
    }
    .news-list .title {
        font-size: 18px;
    }
    .news-list02::after, .news-list02::before {
        display: none;
    }
    .news-list02 .day {
        font-size: 30px;
        margin-bottom: 4px;
    }
    .news-list02 .item {
        width: 31%;
        margin-right: 3.5%;
        margin-bottom: 3.5%;
    }
}

@media only screen and (max-width: 960px) {
    .news-list .cover {
        display: none;
    }
    .news-list .item {
        padding: 32px 3%;
    }
    .news-list .main {
        width: 75%;
        padding-right: 40px;
    }
    .news-list .time {
        width: 25%;
        padding-left: 40px;
    }
    .news-list02 .item {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 4%;
    }
    .news-list02 .item:nth-of-type(3n) {
        margin-right: 4%;
    }
    .news-list02 .item:nth-of-type(2n) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 640px) {
    .news-list .item {
        padding: 25px 3%;
    }
    .news-list .main {
        width: 70%;
        padding-right: 24px;
    }
    .news-list .time {
        width: 30%;
        padding-left: 28px;
    }
    .news-list .more {
        display: none;
    }
    .news-list .day {
        font-size: 18px;
    }
    .news-list .year {
        font-size: 12px;
    }
    .news-list .content {
        font-size: 13px;
        line-height: 20px;
        height: 20px;
    }
    .news-list .title {
        font-size: 16px;
        margin-bottom: 6px;
    }
    .news-list02 .title {
        font-size: 16px;
        margin-bottom: 4px;
    }
    .news-list02 .content {
        font-size: 13px;
    }
    .news-list02 .box {
        padding-left: 80px;
        margin-bottom: 16px;
    }
    .news-list02 .more {
        margin-top: 16px;
    }
    .news-list02 .time {
        width: 64px;
        padding: 8px 0;
    }
    .news-list02 .day {
        font-size: 28px;
    }
    .news-list02 .item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px #eee solid;
    }
    .news-list02 .item:nth-of-type(3n) {
        margin-right: 0;
    }
    .news-list02 .more {
        display: none;
    }
}

.news-detail01 {
    position: relative;
}

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

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

.news-detail01 .main .title {
    color: #333;
    font-size: 28px;
}

.news-detail01 .main .time {
    margin-top: 16px;
}

.news-detail01 .main .content {
    padding-top: 20px;
    margin-top: 12px;
    border-top: 1px #e8e8e8 solid;
}

.news-detail01 .main .c-share {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 60px;
}

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

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

.news-detail01 .main .footer .item:last-of-type {
    margin-bottom: 0;
}

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

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

.news-detail01 .main .footer .link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background: #26357b;
    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;
}

.news-detail01 .main .footer .return {
    position: absolute;
    right: 0;
    bottom: 0;
}

.news-detail01 .re-news {
    padding: 16px 20px 44px;
    border-top: 3px #26357b solid;
    position: relative;
    background-color: #fff;
    border-left: 1px #e5e5e5 solid;
    border-right: 1px #e5e5e5 solid;
    background-color: #fff;
}

.news-detail01 .re-news .more {
    color: #fff;
    background: #26357b;
    width: 100%;
    line-height: 40px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
}

.news-detail01 .re-news .item {
    display: block;
    line-height: 1.3;
    padding-bottom: 14px;
    border-bottom: 1px #ddd solid;
    margin-bottom: 14px;
}

.news-detail01 .re-news .item:last-of-type {
    margin-bottom: 0;
    border-bottom: 0;
}

.news-detail01 .re-news .day {
    font-size: 12px;
    margin-top: 4px;
}

.news-detail01 .re-news .aitem {
    border: 1px #eee solid;
    display: block;
    margin-bottom: 12px;
    text-align: center;
    line-height: 34px;
    -webkit-transition: background-color .3s, color .3s;
    -o-transition: background-color .3s, color .3s;
    transition: background-color .3s, color .3s;
}

.news-detail01 .re-news .aitem:hover {
    background-color: #26357b;
    color: #fff;
}

.news-detail01 .re-video {
    padding: 16px 16px 24px;
    border: 1px #ddd solid;
    border-bottom: 3px #26357b solid;
}

.news-detail01 .tit {
    font-size: 16px;
    line-height: 1;
    color: #333;
    padding-left: 8px;
    border-left: 2px #26357b solid;
    margin-bottom: 20px;
}

.c-share {
    margin-top: 20px;
}

.c-share .c-share-item {
    margin-left: 12px;
    cursor: pointer;
    border: 1px #fff solid;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    -webkit-transition: border-color .3s, opacity .3s;
    -o-transition: border-color .3s, opacity .3s;
    transition: border-color .3s, opacity .3s;
}

.c-share .c-share-item::before {
    content: '';
    display: block;
    width: 34px;
    height: 34px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    position: relative;
    z-index: 1;
    -webkit-transition: background-image .3s;
    -o-transition: background-image .3s;
    transition: background-image .3s;
}

.c-share .c-share-item::after {
    content: '';
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff;
    border-radius: 50%;
    opacity: 0;
    -webkit-transform: scale(0.3);
        -ms-transform: scale(0.3);
            transform: scale(0.3);
    -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;
}

.c-share .c-share-item.weixin::before {
    background-image: url(../img/weixin-w.png);
}

.c-share .c-share-item.weibo::before {
    background-image: url(../img/weibo-w.png);
}

.c-share .c-share-item.qq::before {
    background-image: url(../img/qq-w.png);
}

.c-share.type-a .c-share-item {
    border-color: #999;
}

.c-share.type-a .c-share-item::after {
    background-color: #26357b;
}

.c-share.type-a .c-share-item.weixin::before {
    background-image: url(../img/weixin.png);
}

.c-share.type-a .c-share-item.weibo::before {
    background-image: url(../img/weibo.png);
}

.c-share.type-a .c-share-item.qq::before {
    background-image: url(../img/qq.png);
}

.c-share.type-b .c-share-item {
    opacity: .7;
}

.inside-page02 {
    padding-top: 0;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
    width: 1370px;
    margin: 0 auto;
}

.inside-page02-main {
    width: calc(100% - 320px);
    min-height: calc(100vh - 60px);
    padding-right: 8%;
    position: relative;
    z-index: 1;
    padding-bottom: 0;
}

.inside-page02-side {
    width: 1370px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    z-index: 0;
}

.inside-page02-side.isbottom {
    top: auto;
    bottom: 0;
}

.inside-page02-side.isfixed {
    position: fixed;
}

.inside-page02-side-main {
    width: 320px;
    margin-left: auto;
}

@media only screen and (min-width: 961px) {
    .news-detail01 .main .footer .link:hover {
        color: #26357b;
    }
    .news-detail01 .main .footer .link:hover::after {
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1);
        opacity: 1;
    }
    .c-share .c-share-item:hover.weixin::before {
        background-image: url(../img/weixin-b.png);
    }
    .c-share .c-share-item:hover.weibo::before {
        background-image: url(../img/weibo-b.png);
    }
    .c-share .c-share-item:hover.qq::before {
        background-image: url(../img/qq-b.png);
    }
    .c-share .c-share-item:hover::after {
        opacity: 1;
        -webkit-transform: scale(1.2);
            -ms-transform: scale(1.2);
                transform: scale(1.2);
    }
    .c-share.type-a .c-share-item:hover {
        border-color: #26357b;
    }
    .c-share.type-a .c-share-item:hover.weixin::before {
        background-image: url(../img/weixin-w.png);
    }
    .c-share.type-a .c-share-item:hover.weibo::before {
        background-image: url(../img/weibo-w.png);
    }
    .c-share.type-a .c-share-item:hover.qq::before {
        background-image: url(../img/qq-w.png);
    }
    .c-share.type-b .c-share-item:hover {
        opacity: 1;
    }
}

@media only screen and (max-width: 1440px) {
    .inside-page02 {
        width: 100%;
        padding-left: 3%;
        padding-right: 3%;
    }
    .inside-page02-main {
        padding-right: 6%;
    }
    .inside-page02-side {
        width: 94%;
    }
}

@media only screen and (max-width: 1200px) {
    .news-detail01 .main .time {
        margin-top: 8px;
    }
    .news-detail01 .main .title {
        font-size: 24px;
    }
    .inside-page02-side {
        display: none;
    }
    .inside-page02-main {
        width: 100%;
        padding-right: 0;
    }
}

@media only screen and (max-width: 960px) {
    .news-detail01 {
        background-color: #fff;
    }
    .news-detail01 .main {
        width: 100%;
        padding-right: 0;
    }
    .news-detail01 .main .footer {
        margin-top: 40px;
    }
    .news-detail01 .c-share {
        display: none;
    }
}

@media only screen and (max-width: 640px) {
    .news-detail01 .main {
        width: 100%;
    }
    .news-detail01 .main .title {
        font-size: 18px;
    }
    .news-detail01 .main .footer {
        margin-top: 40px;
    }
    .news-detail01 .main .time {
        font-size: 12px;
    }
    .news-detail01 .main .footer {
        padding: 16px 0 0;
        margin-top: 32px;
    }
    .news-detail01 .main .return {
        display: none;
    }
}

@media screen and (-ms-high-contrast: active) and (-ms-high-contrast: none) {
    .inside-page02-side {
        position: absolute !important;
        left: 0 !important;
        top: 0 !important;
        bottom: auto !important;
    }
}

@media screen and (max-width: 1440px) and (-ms-high-contrast: active) and (-ms-high-contrast: none) {
    .inside-page02-side {
        width: 100%;
        padding-right: 3%;
    }
}

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

.industry-page01 .item-l {
    width: 50%;
    display: block;
}

.industry-page01 .item-r {
    width: 50%;
    padding: 0 8%;
}

.industry-page01 .main {
    max-width: 280px;
}

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

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

.industry-page01 .content {
    line-height: 24px;
    max-height: 72px;
    overflow: hidden;
    text-align: justify;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 28px;
}

.industry-page01 .more {
    font-size: 16px;
}

.industry-page01 .icon {
    margin-left: 14px;
    width: 28px;
}

.industry-page01 .item:nth-of-type(2n) .item-l {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
}

.industry-page01 .item:nth-of-type(2n) .main {
    margin-left: auto;
}

.industry-detail01 .title {
    color: #26357b;
    margin-bottom: 32px;
}

.industry-detail01 .main {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 40px;
}

.industry-detail01 .item-l {
    width: 55.5%;
    font-size: 15px;
    line-height: 1.6;
    text-align: justify;
    padding-right: 7%;
}

.industry-detail01 .item-r {
    width: 44.5%;
}

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

.industry-detail02 .main .content {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
    text-indent: 0;
}

.industry-detail02 .main .content p img {
    margin-left: 0;
}

@media only screen and (max-width: 1440px) {
    .industry-detail01 .title {
        margin-bottom: 28px;
    }
    .industry-detail01 .main {
        margin-bottom: 32px;
    }
}

@media only screen and (max-width: 960px) {
    .industry-page01 .item-r {
        padding: 0 6%;
    }
    .industry-page01 .title {
        margin-bottom: 8px;
    }
    .industry-page01 .content {
        line-height: 22px;
        height: 22px;
        -webkit-line-clamp: 1;
        margin-bottom: 20px;
    }
    .industry-page01 .more {
        font-size: 14px;
    }
    .industry-page01 .icon {
        margin-left: 12px;
        width: 20px;
    }
    .industry-detail01 .title {
        margin-bottom: 20px;
    }
    .industry-detail01 .main {
        margin-bottom: 28px;
    }
    .industry-detail01 .item-l {
        width: 100%;
        padding: 0;
    }
    .industry-detail01 .item-r {
        width: 100%;
        margin-top: 20px;
        display: none;
    }
}

@media only screen and (max-width: 640px) {
    .industry-page01 .item-l {
        width: 100%;
    }
    .industry-page01 .item-r {
        width: 100%;
        padding: 24px 0;
    }
    .industry-page01 .item:nth-of-type(2n) .item-l {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
            -ms-flex-order: 0;
                order: 0;
    }
    .industry-page01 .content {
        line-height: 22px;
        height: 44px;
        -webkit-line-clamp: 2;
        margin-bottom: 16px;
    }
    .industry-page01 .main {
        max-width: 100%;
    }
    .industry-detail01 .title {
        margin-bottom: 16px;
    }
    .industry-detail01 .main {
        margin-bottom: 20px;
    }
    .industry-detail01 .item-r {
        display: block;
    }
}

.solution-list01 {
    position: relative;
}

.solution-list01.noline .item {
    border: none !important;
}

.solution-list01 .item {
    display: block;
    border-top: 1px #eee solid;
}

.solution-list01 .item:last-of-type {
    border-bottom: 1px #eee solid;
}

.solution-list01 .item.active .main {
    display: block;
}

.solution-list01 .item.active .tit {
    color: #26357b;
}

.solution-list01 .item.active .tit::before {
    background-image: url(../img/icon-jt01-b.png);
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}

.solution-list01 .main {
    display: none;
    background-color: #eee;
}

.solution-list01 .tit {
    color: #666;
    padding: 24px 0;
}

.solution-list01 .tit::before {
    content: '';
    width: 8px;
    height: 15px;
    display: block;
    background: url(../img/icon-jt01.png) no-repeat center/100% 100%;
    margin-right: 20px;
}

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

.solution-list01 .sitem {
    width: 30.66%;
    margin-right: 4.01%;
    margin-bottom: 4.01%;
    background-color: #fff;
}

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

.solution-list01 .img-box {
    overflow: hidden;
}

.solution-list01 .img {
    width: 100%;
}

.solution-list01 .box {
    padding: 24px;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
}

.solution-list01 .title {
    color: #333;
    margin-bottom: 8px;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.solution-list01 .content {
    line-height: 22px;
    height: 44px;
    color: #999;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media only screen and (min-width: 961px) {
    .solution-list01 .item:hover .tit {
        color: #26357b;
    }
    .solution-list01 .item:hover .tit::before {
        background-image: url(../img/icon-jt01-b.png);
    }
    .solution-list01 .sitem:hover .title {
        color: #fff;
    }
    .solution-list01 .sitem:hover .content {
        color: #fff;
    }
    .solution-list01 .sitem:hover .box {
        background-color: #26357b;
    }
}

@media only screen and (max-width: 960px) {
    .solution-list01 .tit {
        padding: 18px 0;
    }
    .solution-list01 .box {
        padding: 18px;
    }
    .solution-list01 .title {
        margin-bottom: 6px;
    }
    .solution-list01 .content {
        font-size: 13px;
    }
    .solution-list01 .list {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .solution-list01 .sitem {
        width: 48%;
        margin-right: 0;
    }
}

@media only screen and (max-width: 640px) {
    .solution-list01 .tit {
        padding: 16px 0;
    }
    .solution-list01 .tit::before {
        width: 6px;
        height: 10px;
        margin-right: 12px;
    }
    .solution-list01 .sitem {
        width: 100%;
        margin-bottom: 24px;
    }
}

.contact-page01 {
    position: relative;
    padding-bottom: 0;
}

.contact-page01 .list {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    max-width: 1080px;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.contact-page01 .item {
    width: 22.5%;
    border: 1px #eee solid;
    padding: 6% 1.5% 9%;
    text-align: center;
    position: relative;
    -webkit-transition: border-color .3s, -webkit-box-shadow .3s;
    transition: border-color .3s, -webkit-box-shadow .3s;
    -o-transition: box-shadow .3s, border-color .3s;
    transition: box-shadow .3s, border-color .3s;
    transition: box-shadow .3s, border-color .3s, -webkit-box-shadow .3s;
    margin-bottom: 3%;
}

.contact-page01 .item::after {
    content: '';
    width: 15%;
    height: 1px;
    position: absolute;
    left: 50%;
    bottom: 10%;
    z-index: 0;
    background: #26357b;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

.contact-page01 .title {
    color: #999;
    margin-bottom: 8px;
}

.contact-page01 .content {
    color: #000;
    line-height: 1.5;
}

.contact-page01 .icon {
    height: 50px;
    display: block;
    margin: 0 auto;
    margin-bottom: 24px;
}

.contact-page01 .ewm {
    width: 128px;
}

.contact-page02 {
    position: relative;
}

.contact-page02 .form {
    max-width: 1080px;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.contact-page02 .item {
    width: 49%;
    margin-bottom: 2%;
    position: relative;
}

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

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

.contact-page02 .text {
    line-height: 44px;
    color: #333;
    position: absolute;
    left: 16px;
    top: 0;
    z-index: 0;
    pointer-events: none;
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

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

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

.contact-page02 .input:focus + .text, .contact-page02 .input.focus + .text {
    -webkit-transform: translateY(-18px) scale(0.85);
        -ms-transform: translateY(-18px) scale(0.85);
            transform: translateY(-18px) scale(0.85);
}

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

.contact-page02 .submit {
    width: 50%;
    line-height: 44px;
    background-color: #26357b;
    color: #fff;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    border-radius: 5px;
    margin: 20px auto 0;
}

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

@media only screen and (min-width: 961px) {
    .contact-page01 .item:hover {
        border-color: #fff;
        -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.12);
                box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.12);
    }
}

@media only screen and (max-width: 960px) {
    .contact-page01 .item {
        width: 23.5%;
        padding: 5% 1.5% 8%;
    }
    .contact-page01 .icon {
        height: 36px;
        margin-bottom: 20px;
    }
    .contact-page01 .title {
        font-size: 12px;
        margin-bottom: 6px;
    }
    .contact-page01 .content {
        font-size: 13px;
    }
    .contact-page01 .ewm {
        width: 88px;
    }
}

@media only screen and (max-width: 640px) {
    .contact-page01 .item {
        width: 48.5%;
        padding: 32px 12px 48px;
    }
    .contact-page01 .icon {
        height: 32px;
        margin-bottom: 24px;
    }
    .contact-page01 .title {
        margin-bottom: 4px;
    }
    .contact-page02 .item {
        width: 100%;
        margin-bottom: 16px;
    }
}

.about-page01 .item-l {
    width: 54%;
    padding-right: 8%;
}

.about-page01 .item-r {
    width: 46%;
}

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

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

.about-page01 .list {
    margin-top: 60px;
    -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;
    text-align: center;
    color: #666;
}

.about-page01 .item {
    padding: 20px 0;
}

.about-page01 .hr {
    width: 1px;
    border-right: 1px #999 dashed;
}

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

.about-page01 .num.plus {
    padding-right: 16px;
}

.about-page01 .num.plus > span {
    position: relative;
}

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

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

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

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

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

.about-page02 .paly::before {
    content: '';
    display: block;
    width: 100px;
    height: 100px;
    background: url(../img/icon-play.png) no-repeat center/100%;
    margin: 0 auto 28px;
}

.about-page03 {
    position: relative;
    padding-bottom: 0;
}

.about-page03 .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 120px;
    position: relative;
}

.about-page03 .prev,
.about-page03 .next {
    position: absolute;
    top: 50%;
    outline: none;
    width: 24px;
    height: 46px;
    margin-top: -23px;
    background-size: 100% 100%;
    background-position: center;
    cursor: pointer;
}

.about-page03 .prev {
    left: 0;
    z-index: 1;
    background-image: url(../img/prev.png);
}

.about-page03 .next {
    right: 0;
    z-index: 1;
    background-image: url(../img/next.png);
}

.about-page03 .year {
    padding: 32px 0;
    background: #f7f9fa;
    margin-top: 40px;
    position: relative;
}

.about-page03 .year::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 0;
    width: 100%;
    height: 1px;
    background-color: #dedede;
}

.about-history .swiper-slide {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}

.about-history .img-box {
    width: 42%;
}

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

.about-history .main {
    width: 58%;
    padding-top: 2.5%;
    padding-left: 5%;
    position: relative;
    overflow: hidden;
}

.about-history .time {
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(33%);
        -ms-transform: translateY(33%);
            transform: translateY(33%);
    z-index: 0;
    line-height: 1;
    font-size: 200px;
    color: #f5f7f9;
    font-weight: 500;
}

.about-history .title {
    color: #26357b;
    font-weight: 300;
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
}

.about-history .content {
    line-height: 1.6;
    position: relative;
    z-index: 1;
}

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

.about-history-year {
    max-width: 1368px;
    margin: 0 auto;
}

.about-history-year .swiper-slide {
    padding: 8px;
}

.about-history-year::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 0;
    width: 100%;
    height: 1px;
    background-color: #888;
}

.about-history-year .show-a {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 16px;
    margin-top: -8px;
}

.about-history-year .show-a::before {
    content: '';
    width: 17px;
    height: 17px;
    background-color: #666;
    display: block;
    border-radius: 50%;
    margin: 0 auto;
    border: 5px #faf9f7 solid;
    margin-bottom: 3px;
}

.about-history-year .show-b {
    position: relative;
    margin: 0 auto;
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    font-size: 18px;
    color: #26357b;
    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-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    cursor: pointer;
}

.about-history-year .swiper-slide-thumb-active .show-a {
    opacity: 0;
}

.about-history-year .swiper-slide-thumb-active .show-b {
    opacity: 1;
}

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

.about-honor .swiper-slide {
    padding: 0 3%;
    cursor: pointer;
    border-bottom: 1px #ccc solid;
}

.about-honor .main {
    margin: 0 auto;
    padding-bottom: 40px;
    position: relative;
}

.about-honor .main::after {
    content: '';
    position: absolute;
    left: 25%;
    bottom: 0;
    width: 50%;
    height: 4px;
    background-color: #26357b;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    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;
}

.about-honor .img-box {
    width: 100%;
    padding-bottom: 90%;
    position: relative;
    margin-bottom: 24px;
}

.about-honor .img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 0;
    max-width: 100%;
    max-height: 100%;
}

.about-honor .title {
    text-align: center;
    color: #333;
    margin-bottom: 8px;
}

.about-honor .text {
    margin-bottom: 24px;
    text-align: center;
    height: 42px;
}

.about-honor .arrow {
    display: block;
    width: 12px;
    margin: 0 auto;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.about-page05 .container {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.about-page05 .item-l {
    width: 34.5%;
    padding-right: 24px;
    padding-bottom: 24px;
}

.about-page05 .img-box {
    border: 4px #26357b solid;
}

.about-page05 .img {
    width: 100%;
    position: relative;
    left: 28px;
    top: 28px;
}

.about-page05 .item-r {
    width: 65.5%;
    padding-left: 6%;
    padding-top: 24px;
}

.about-page05 .main .item {
    display: none;
}

.about-page05 .main .item.active {
    display: block;
}

@media only screen and (min-width: 961px) {
    .about-honor .swiper-slide:hover .main::after {
        -webkit-transform: scaleX(1);
            -ms-transform: scaleX(1);
                transform: scaleX(1);
        opacity: 1;
    }
}

@media only screen and (max-width: 1440px) {
    .about-page02 .paly::before {
        width: 80px;
        height: 80px;
        margin-bottom: 20px;
    }
    .about-page03 .year {
        padding: 24px 0;
    }
}

@media only screen and (max-width: 1200px) {
    .about-page03 .container {
        padding: 0 80px;
    }
    .about-history .time {
        font-size: 160px;
    }
}

@media only screen and (max-width: 960px) {
    .about-page01 .item-l {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1;
        padding-right: 0;
    }
    .about-page01 .item-r {
        width: 100%;
        margin-bottom: 24px;
        display: none;
    }
    .about-page01 .list {
        margin-top: 40px;
    }
    .about-page01 .item {
        padding: 8px 0;
    }
    .about-page01 .num {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .about-page01 .num.plus {
        padding-right: 12px;
    }
    .about-page01 .num.plus > span::after {
        content: '';
        width: 12px;
        height: 12px;
        right: -12px;
        top: -6px;
    }
    .about-page02 .img {
        width: 960px;
        position: relative;
        left: 50%;
        margin-left: -480px;
    }
    .about-page02 .paly::before {
        width: 64px;
        height: 64px;
        margin-bottom: 18px;
    }
    .about-page03 .year {
        display: none;
    }
    .about-history .time {
        font-size: 120px;
    }
    .about-honor .swiper-slide {
        border-bottom: none;
    }
    .about-honor .main {
        padding-bottom: 0;
    }
    .about-honor .img-box {
        margin-bottom: 20px;
    }
    .about-honor .title {
        margin-bottom: 4px;
    }
    .about-honor .text {
        font-size: 12px;
        margin-bottom: 0;
    }
    .about-honor .arrow {
        display: none;
    }
    .about-page05 .item-l {
        display: none;
    }
    .about-page05 .item-r {
        width: 100%;
        padding: 0;
    }
}

@media only screen and (max-width: 640px) {
    .about-page01 .item-r {
        display: block;
    }
    .about-page01 .list {
        margin-top: 24px;
    }
    .about-page01 .num {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .about-page01 .item {
        font-size: 12px;
    }
    .about-page01 .more {
        margin-top: 36px;
    }
    .about-page01 .hr {
        display: none;
    }
    .about-page02 .img {
        width: 800px;
        margin-left: -400px;
    }
    .about-page02 .paly {
        font-size: 20px;
    }
    .about-page02 .paly::before {
        width: 56px;
        height: 56px;
        margin-bottom: 16px;
    }
    .about-page03 .container {
        padding: 0;
    }
    .about-page03 .prev,
    .about-page03 .next {
        display: none;
    }
    .about-history .img-box {
        width: 100%;
    }
    .about-history .main {
        width: 100%;
        padding-left: 0;
        padding-top: 16px;
    }
    .about-history .swiper-pagination {
        display: block;
    }
    .about-history .title {
        margin-bottom: 8px;
    }
    .about-honor .swiper-slide {
        padding: 0;
    }
}

.inside-nav02 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-bottom: 1px #ccc solid;
}

.inside-nav02 .item {
    font-size: 16px;
    line-height: 72px;
    margin-right: 60px;
    position: relative;
}

.inside-nav02 .item::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #26357b;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    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;
}

.inside-nav02 .item.active {
    color: #26357b;
}

.inside-nav02 .item.active::after {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
    opacity: 1;
}

.res-list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-self: start;
        -ms-flex-item-align: start;
            align-self: start;
}

.res-list .item {
    width: 47.5%;
    margin-bottom: 5%;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}

.res-list .item-l {
    width: 50%;
    padding: 0 10%;
    position: relative;
}

.res-list .item-l::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #999;
}

.res-list .item-r {
    width: 50%;
    position: relative;
}

.res-list .item-r::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 30%;
    height: 100%;
    -webkit-transform: skewX(-20deg) translateX(-100%);
        -ms-transform: skewX(-20deg) translateX(-100%);
            transform: skewX(-20deg) translateX(-100%);
    -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
            transform-origin: left bottom;
    background-color: #fff;
}

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

.res-list .title {
    color: #333;
    margin-bottom: 12px;
    display: block;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.res-list .text {
    width: 100%;
    display: block;
    color: #888;
    line-height: 22px;
    max-height: 44px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.res-list .download {
    padding-left: 24px;
    background: url(../img/icon-download.png) no-repeat left center/14px;
}

.res-list .download:hover {
    color: #26357b;
}

.res-list .more {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #666 url(../img/icon-jt-w.png) no-repeat center/8px;
    position: absolute;
    bottom: 0;
    left: 20%;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
}

.res-list .more:hover {
    background-color: #26357b;
}

.res-video .item {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 4%;
    cursor: pointer;
}

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

.res-video .img-box {
    position: relative;
}

.res-video .img-box::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    background: rgba(0, 0, 0, 0.4) url(../img/icon-play.png) no-repeat center/60px;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.res-video .img {
    width: 100%;
}

.res-video .title {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 16px;
}

.res-qa01 .container {
    width: 100%;
    background-color: #f9f9f9;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}

.res-qa01 .side {
    width: 240px;
    min-height: 400px;
    padding: 40px 0 120px;
    background-color: #26357b;
    color: #fff;
}

.res-qa01 .side .tit {
    line-height: 1.3;
    padding-left: 36px;
    margin-bottom: 16px;
}

.res-qa01 .side .tit::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    opacity: .6;
    margin-top: 20px;
}

.res-qa01 .side .item {
    color: #fff;
    display: block;
    padding: 16px 36px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: background-color .3s, color .3s;
    -o-transition: background-color .3s, color .3s;
    transition: background-color .3s, color .3s;
}

.res-qa01 .side .item.active {
    background-color: #fff;
    color: #26357b;
}

.res-qa01 .main {
    width: calc(100% - 240px);
    position: relative;
}

.res-qa01 .main .scroll {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 40px 6%;
}

.res-qa01 .main .item {
    margin-bottom: 40px;
}

.res-qa01 .main .tit {
    line-height: 1.3;
    padding-bottom: 20px;
    margin-bottom: 24px;
    border-bottom: 1px #e6e6e6 solid;
    color: #333;
}

.res-qa01 .main .title {
    color: #26357b;
    margin-bottom: 12px;
    padding-left: 32px;
    font-size: 18px;
    line-height: 28px;
    background: url(../img/icon-problem-b.png) no-repeat left top 4px/20px;
}

.res-qa01 .main .content {
    font-size: 14px;
    text-align: justify;
}

@media only screen and (min-width: 961px) {
    .inside-nav02 .item:hover {
        color: #26357b;
    }
    .inside-nav02 .item:hover::after {
        -webkit-transform: scaleX(1);
            -ms-transform: scaleX(1);
                transform: scaleX(1);
        opacity: 1;
    }
    .res-video .item:hover .img-box::after {
        opacity: 1;
    }
    .res-qa01 .side .item:hover {
        background-color: #fff;
        color: #26357b;
    }
}

@media only screen and (max-width: 960px) {
    .inside-nav02 {
        display: none;
    }
    .res-list .item {
        width: 46%;
        margin-bottom: 8%;
    }
    .res-list .item-l {
        width: 100%;
        padding: 0;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1;
    }
    .res-list .item-l::before {
        display: none;
    }
    .res-list .item-r {
        width: 100%;
        margin-bottom: 24px;
    }
    .res-list .item-r::after {
        display: none;
    }
    .res-list .title {
        margin-bottom: 8px;
    }
    .res-list .more {
        display: none;
    }
    .res-video {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .res-video .item {
        width: 47.5%;
        margin-right: 0;
    }
    .res-video .title {
        margin-top: 12px;
    }
    .res-qa01 .container {
        background: none;
    }
    .res-qa01 .side {
        padding: 20px 20px 12px;
        width: 100%;
        min-height: auto;
        background: none;
        background-color: #f6f6f6;
        margin-bottom: 32px;
    }
    .res-qa01 .side .tit {
        display: none;
    }
    .res-qa01 .side .list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .res-qa01 .side .item {
        font-size: 13px;
        padding: 4px 10px;
        color: #666;
        margin-bottom: 8px;
        margin-right: 8px;
    }
    .res-qa01 .side .item.active {
        color: #fff;
        background-color: #26357b;
    }
    .res-qa01 .main {
        width: 100%;
    }
    .res-qa01 .main .scroll {
        position: relative;
        padding: 0;
    }
    .res-qa01 .main .tit {
        padding-bottom: 12px;
        margin-bottom: 16px;
    }
    .res-qa01 .main .title {
        font-size: 15px;
        line-height: 24px;
        background-size: 16px;
        padding-left: 24px;
        margin-bottom: 8px;
    }
    .res-qa01 .main .item {
        margin-bottom: 28px;
    }
    .res-qa01 .main .content {
        line-height: 1.6;
        font-size: 13px;
    }
}

@media only screen and (max-width: 640px) {
    .inside-nav02 .item {
        font-size: 12px;
        line-height: 40px;
        margin-right: 12px;
    }
    .res-list .item {
        width: 100%;
        margin-bottom: 24px;
        padding-bottom: 20px;
        border-bottom: 1px #eee solid;
    }
    .res-list .item:last-of-type {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }
    .res-list .item-r {
        margin-bottom: 12px;
    }
    .res-list .title {
        margin-bottom: 8px;
    }
    .res-list .text {
        font-size: 13px;
    }
    .res-video .item {
        width: 100%;
        margin-bottom: 24px;
        padding-bottom: 20px;
        border-bottom: 1px #eee solid;
    }
    .res-video .item:last-of-type {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }
    .res-video .title {
        margin-top: 10px;
    }
}
