@charset "UTF-8";
@-ms-viewport {
    width: device-width;
}

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

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

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

body {
    margin: 0;
    font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei, Noto Sans CJK SC, WenQuanYi Micro Hei, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    text-align: left;
    background-color: #fff;
    text-rendering: optimizeLegibility;
    word-break: break-all;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[tabindex="-1"]:focus {
    outline: 0 !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;
}

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;
    cursor: help;
    border-bottom: 0;
}

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

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}

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

dt {
    font-weight: 400;
}

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

blockquote {
    margin: 0 0 1rem;
}

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: -.25em;
}

sup {
    top: -.5em;
}

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

a:hover {
    color: #30415d;
    text-decoration: none;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):hover {
    color: #30415d;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

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

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

figure {
    margin: 0 0 1rem;
}

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

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

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #666;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
    font-weight: 400;
}

label {
    display: inline-block;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: 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;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: 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;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.h7 {
    font-family: inherit;
    font-weight: 400;
    line-height: 1.1;
    color: inherit;
}

.h1 {
    font-size: 36px;
    color: #333;
}

.h2 {
    font-size: 30px;
}

.h3 {
    font-size: 24px;
}

.h4 {
    font-size: 20px;
}

.h5 {
    font-size: 18px;
}

.h6 {
    font-size: 16px;
}

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

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

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

.clearfix:after {
    clear: both;
}

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

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

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

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

.invisible {
    visibility: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
    font-family: 'bebas';
  src: url("../fonts/HarmonyOS_Sans_SC_Regular.ttf");
    font-weight: normal;
    font-style: normal;
}

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

@media only screen and (max-width: 1280px) {
    .maxwidth {
        width: 94%;
    }
    .bu_list .item{width: 30%!important;}
}

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

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

.page-header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
    background: url(../img/header-bg.png) repeat-x left top;
    background-size: auto 100%;
    -webkit-transition: background-image .3s, -webkit-transform .3s ease-out;
    transition: background-image .3s, -webkit-transform .3s ease-out;
    -o-transition: background-image .3s, transform .3s ease-out;
    transition: background-image .3s, transform .3s ease-out;
    transition: background-image .3s, transform .3s ease-out, -webkit-transform .3s ease-out;
}

.page-header > .maxwidth {
    position: relative;
}

.page-header .logo {
    position: relative;
}

.page-header .logo .img {
    height: 46px;
    display: block;
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
}

.page-header .logo .img:last-of-type {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.page-header .container {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 50%;
    margin-top: -15px;
}

.page-header .language {
    color: #fff;
    padding-left: 28px;
    line-height: 18px;
    height: 18px;
    display: block;
    background: url(../img/icon01.png) no-repeat left center;
    background-size: 18px;
}

.page-header .hr {
    width: 1px;
    height: 14px;
    background: #fff;
    margin: 0 14px;
}

.page-header .search {
    position: relative;
    width: 20px;
    z-index: 2;
    border-bottom: 1px solid transparent;
    overflow: hidden;
    -webkit-transition: width .4s linear, border-color .4s linear;
    -o-transition: width .4s linear, border-color .4s linear;
    transition: width .4s linear, border-color .4s linear;
}

.page-header .search .input {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    width: 200px;
    padding: 0;
    line-height: 30px;
    height: 30px;
    background: none;
    border: none;
    outline: none;
    padding: 0 10px;
    color: #333;
    background: #fff;
    opacity: 0;
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
}

.page-header .search .submit {
    position: relative;
    z-index: 1;
    margin-left: auto;
    width: 20px;
    height: 30px;
    background: url(../img/icon03.png) no-repeat center;
    background-size: 16px;
    border: none;
    outline: none;
    cursor: pointer;
}

.page-header .search.active {
    width: 200px;
    border-color: rgba(51, 51, 51, 0.2);
}

.page-header .search.active .input {
    opacity: 1;
}

.page-header .nav-toggle {
    right: 0;
}

.page-nav {
    margin-left: 80px;
}

.page-nav .link {
    padding: 0 20px;
    color: #fff;
    display: block;
    line-height: 80px;
    height: 80px;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.page-nav .link span {
    position: relative;
}

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

.page-nav .link.hover span::after {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
}

.page-subnav {
    position: absolute;
    z-index: 9;
    left: 0;
    top: 80px;
    width: 100%;
    background: url(../img/header-subnav01.jpg) no-repeat center;
    background-size: cover;
}

.page-subnav .tit {
    font-size: 24px;
    color: #30415d;
    margin-bottom: 16px;
}

.page-subnav .item-l {
    width: 28%;
    border-right: 1px #d3d3d3 solid;
    padding-right: 4%;
}

.page-subnav .item-r {
    width: 62.5%;
    margin-left: auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.page-subnav .item-r .link:first-of-type {
    margin-left: 0;
}

.page-subnav .maxwidth {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.page-subnav .item {
    padding: 60px 0;
    display: none;
}

.page-subnav .txt {
    line-height: 1.6;
    max-width: 270px;
}

.page-subnav .link {
    width: 29.5%;
    margin-left: 5.75%;
}

.page-subnav .link:hover .title {
    color: #30415d;
}

.page-subnav .link:hover .title::before {
    border-left-color: #30415d;
}

.page-subnav .title {
    margin-top: 12px;
    line-height: 1.5;
    color: #333;
    padding-left: 12px;
    position: relative;
}

.page-subnav .title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-left: 7px solid #999;
    border-bottom: 4px solid transparent;
}

@media only screen and (min-width: 961px) {
    .page-header:hover, .page-header.hover {
        background-image: url(../img/header-bg.jpg);
    }
    .page-header:hover .logo .img:first-of-type, .page-header.hover .logo .img:first-of-type {
        opacity: 0;
    }
    .page-header:hover .logo .img:last-of-type, .page-header.hover .logo .img:last-of-type {
        opacity: 1;
    }
    .page-header:hover .page-nav .link, .page-header.hover .page-nav .link {
        color: #333;
    }
    .page-header:hover .page-nav .link span::after, .page-header.hover .page-nav .link span::after {
        background: #333;
    }
    .page-header:hover .language, .page-header.hover .language {
        background-image: url(../img/icon02.png);
        color: #333;
    }
    .page-header:hover .hr, .page-header.hover .hr {
        background: #333;
    }
    .page-header:hover .search .submit, .page-header.hover .search .submit {
        background-image: url(../img/icon04.png);
    }
}

@media only screen and (max-width: 1440px) {
    .page-nav {
        margin-left: 60px;
    }
}

@media only screen and (max-width: 960px) {
    .page-header {
        background: #fff;
        position: fixed;
    }
    .page-header > .maxwidth {
        width: 100%;
        padding: 0 3%;
        height: 60px;
    }
    .page-header .logo .img {
        height: 36px;
    }
    .page-header .logo .img:first-of-type {
        opacity: 0;
    }
    .page-header .logo .img:last-of-type {
        opacity: 1;
    }
    .page-header .container {
        display: none;
    }
    .page-nav {
        display: none;
    }
    .page-main {
        padding-top: 60px;
    }
}

.page-footer {
    background-color: #30415d;
    padding: 20px 0;
    color: #fff;
}

.page-footer .ewm {
    width: 75px;
}

.page-footer .ewm > img {
    width: 100%;
}

.page-footer .item-l {
    max-width: 560px;
    line-height: 1.6;
    margin-left: 16px;
}

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

.page-footer .link {
    color: #ddd;
}

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

@media only screen and (max-width: 960px) {
    .page-footer .item-r,
    .page-footer .ewm {
        display: none;
    }
    .page-footer .item-l {
        margin-left: 0;
    }
}

@media only screen and (max-width: 640px) {
    .page-footer {
        padding: 16px 0;
    }
    .page-footer .item-l {
        font-size: 13px;
    }
}

.nav-toggle {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 2%;
    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: 19px;
    position: absolute;
    top: 20px;
    right: 15px;
}

.nav-toggle-list span {
    position: absolute;
    right: 0;
    width: 100%;
    height: 3px;
    background-color: #666;
    -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.phone-nav nav a:nth-of-type(1) {
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    background-color: #30415d !important;
}

.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 ease-out;
    transition: -webkit-transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}

.phone-nav ul a {
    display: block;
    height: 50px;
    padding: 0 20px;
    font-size: 15px;
    line-height: 50px;
    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 {
    display: none;
}

.phone-nav li.on {
    display: block;
}

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

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

.phone-nav .search {
    padding: 12px 0;
}

.phone-nav .search .input {
    width: calc(100% - 20px);
    height: 36px;
    line-height: 36px;
    background: none;
    border: none;
    outline: none;
    color: #fff;
    font-size: 15px;
    padding-right: 10px;
}

.phone-nav .search .submit {
    width: 20px;
    height: 30px;
    background: url(../img/icon03.png) no-repeat center;
    background-size: 20px;
    border: none;
    outline: none;
    cursor: pointer;
}

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

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

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

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

body.on .page-header {
    -webkit-transform: translateX(-240px);
        -ms-transform: translateX(-240px);
            transform: translateX(-240px);
}

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

body.on .phone-nav {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3s ease-out, visibility .3s ease-out;
    -o-transition: opacity .3s ease-out, visibility .3s ease-out;
    transition: opacity .3s ease-out, visibility .3s ease-out;
}

body.off .phone-nav {
    -webkit-transition: opacity .3s ease-out, visibility .3s ease-out;
    -o-transition: opacity .3s ease-out, visibility .3s ease-out;
    transition: opacity .3s ease-out, visibility .3s ease-out;
}

.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 ease-out, -webkit-transform .3s ease-out;
    transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
    -o-transition: transform .3s ease-out, opacity .3s ease-out;
    transition: transform .3s ease-out, opacity .3s ease-out;
    transition: transform .3s ease-out, opacity .3s ease-out, -webkit-transform .3s ease-out;
    -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;
    }
}

.c-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    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: .5;
    opacity: 0;
    -webkit-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
}

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

.c-modal-dialog {
    width: auto;
    max-width: 94%;
    max-height: 94%;
    position: relative;
    z-index: 2;
    background: #fff;
    -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 ease-out, -webkit-transform .3s ease-out;
    transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
    -o-transition: opacity .3s ease-out, transform .3s ease-out;
    transition: opacity .3s ease-out, transform .3s ease-out;
    transition: opacity .3s ease-out, transform .3s ease-out, -webkit-transform .3s ease-out;
    overflow: hidden;
}

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

.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 .img {
    max-width: 100%;
}

.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-off {
    width: 20px;
    height: 20px;
    color: #aaa;
    position: absolute;
    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: #333;
    position: absolute;
    left: 0;
    top: 9px;
}

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

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

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

@media only screen and (max-width: 768px) {
    .c-modal-dialog {
        width: 94%;
    }
    .c-modal-dialog .video {
        width: 100%;
        height: auto;
        padding-bottom: 56.25%;
        position: relative;
    }
    .c-modal-dialog .video-js {
        position: absolute;
    }
}

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

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

.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:not(.disabled):hover, .c-pagination-item.active {
    color: #fff;
    background-color: #30415d;
    border-color: #30415d;
}

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

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

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

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

.baidu-share {
    margin: 0 20px 0 4px;
}

.baidu-share.bdshare-button-style0-16 .bds_weixin {
    width: 20px;
    height: 20px;
    background: url(../img/share01.png) no-repeat center;
    background-size: 100%;
    margin-right: 10px;
}

.baidu-share.bdshare-button-style0-16 .bds_tsina {
    width: 20px;
    height: 20px;
    background: url(../img/share02.png) no-repeat center;
    background-size: 100%;
}

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

.magnifierRentgen {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.magnifierRentgen .magnifier-loupe {
    overflow: hidden;
    position: absolute;
    border-radius: 10em;
    top: 0;
    left: 0;
    border: #f0f0f0 0 solid;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 5px 5px 8px;
            box-shadow: rgba(0, 0, 0, 0.3) 5px 5px 8px;
    cursor: none;
    -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
            transform: scale(1.5);
    display: none;
}

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

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

.page-main {
    overflow: hidden;
}

.bg-gary {
    background: #f3f3f3;
}

.inside-banner {
    position: relative;
    overflow: hidden;
}

.inside-banner .img {
    width: 1920px;
    position: relative;
    z-index: 0;
    left: 50%;
    margin-left: -960px;
}

.inside-banner .title {
    font-size: 44px;
    color: #fff;
    line-height: 1.5;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-weight: 300;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}

.inside-title {
    color: #333;
    margin-bottom: 32px;
}

.inside-title .inside-title-top {
    line-height: 1.3;
    margin-bottom: 4px;
}

.inside-title .inside-title-top::before {
    content: '';
    display: inline-block;
    margin-right: 4px;
    width: 28px;
    height: 1px;
    background: #333;
}

.inside-title .inside-title-bottom {
    line-height: 1.5;
    font-weight: 700;
}

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

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

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

@media only screen and (min-width: 961px) {
    .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);
    }
}

@media only screen and (max-width: 1440px) {
    .index-page-pd {
        padding: 60px 0;
    }
    .inside-page-pd {
        padding: 48px 0 60px;
    }
    .inside-banner .img {
        width: 1440px;
        margin-left: -720px;
    }
    .inside-banner .title {
        font-size: 36px;
    }
}

@media only screen and (max-width: 960px) {
    .index-page-pd {
        padding: 48px 0;
    }
    .inside-page-pd {
        padding: 40px 0 48px;
    }
    .inside-banner .img {
        width: 960px;
        margin-left: -480px;
    }
    .inside-banner .title {
        font-size: 24px;
    }
    .inside-title {
        margin-bottom: 28px;
    }
}

@media only screen and (max-width: 768px) {
    .inside-banner .img {
        width: 768px;
        margin-left: -384px;
    }
    .inside-banner .title {
        font-size: 20px;
    }
}

@media only screen and (max-width: 640px) {
    .index-page-pd {
        padding: 40px 0;
    }
    .inside-page-pd {
        padding: 32px 0 40px;
    }
    .inside-banner .img {
        width: 640px;
        margin-left: -320px;
    }
    .inside-banner .title {
        font-size: 18px;
    }
    .inside-title {
        margin-bottom: 24px;
    }
}

.index-banner {
    height: 100vh;
}

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

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

.index-banner .main {
    color: #fff;
    text-align: right;
    line-height: 1.4;
}

.index-banner .tit {
    font-size: 33px;
    font-weight: 300;
    opacity: 0;
}

.index-banner .title {
    font-size: 60px;
    font-weight: 300;
    letter-spacing: 2px;
    opacity: 0;
}

.index-banner .more {
    font-size: 16px;
    margin-top: 28px;
    opacity: 0;
}

.index-banner .more > span {
    padding-bottom: 5px;
    border-bottom: 2px #fff solid;
}

.index-banner .swiper-slide-active .tit {
    -webkit-animation: fadeInTop .8s ease-out forwards;
            animation: fadeInTop .8s ease-out forwards;
}

.index-banner .swiper-slide-active .title {
    -webkit-animation: fadeInTop .6s ease-out forwards .2s;
            animation: fadeInTop .6s ease-out forwards .2s;
}

.index-banner .swiper-slide-active .more {
    -webkit-animation: fadeInTop .4s ease-out forwards .4s;
            animation: fadeInTop .4s ease-out forwards .4s;
}

.index-banner .swiper-pagination-bullet {
    width: 80px;
    height: 2px;
    border-radius: 0;
    opacity: 1;
    background: #9a9ea7;
    position: relative;
}

.index-banner .swiper-pagination-bullet::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    -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;
}

.index-banner .swiper-pagination-bullet-active::after {
    -webkit-animation: bannerPaginationAnim 5s linear forwards;
            animation: bannerPaginationAnim 5s linear forwards;
}

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

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

@-webkit-keyframes fadeInTop {
    0% {
        -webkit-transform: translateY(100px);
                transform: translateY(100px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fadeInTop {
    0% {
        -webkit-transform: translateY(100px);
                transform: translateY(100px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        opacity: 1;
    }
}

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

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

.index-page01 .title {
    width: 81%;
    color: #333;
    margin: 0 auto;
    line-height: 1.4;
    text-align: center;
}

.index-page01 .content {
    width: 81%;
    text-align: center;
    line-height: 1.7;
    margin: 24px auto 60px;
}

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

.index-page01 .item-l {
    width: 56%;
    padding-right: 2.9%;
}

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

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

.index-page01 .tit {
    color: #333;
    line-height: 1.4;
    margin: 60px 0 30px;
}

.index-page01 .list {
    line-height: 24px;
}

.index-page01 .item {
    margin-top: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.index-page01 .word {
    width: 100px;
    color: #333;
    line-height: 24px;
    font-size: 16px;
    font-weight: 700;
}

.index-page01 .text {
    width: calc(100% - 100px);
}

.index-page02 {
    background: url(../img/index04.jpg) no-repeat center;
    background-size: cover;
    padding-top: 60px;
    margin-bottom: 72px;
    color: #fff;
}

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

.index-page02 .logo {
    height: 66px;
    margin-right: 16px;
}

.index-page02 .title {
    width: 100%;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    line-height: 1.5;
    margin-bottom: 32px;
}

.index-page02 .img {
    width: 100%;
    display: block;
    -webkit-transform: translateY(72px);
        -ms-transform: translateY(72px);
            transform: translateY(72px);
}

.index-page02 .item-l {
    width: 53%;
    padding-right: 4%;
    line-height: 1.6;
    font-weight: 300;
}

.index-page02 .item-r {
    width: 47%;
}

.index-page02 .content {
    line-height: 1.7;
    margin-bottom: 24px;
}

.index-page02 .link {
    color: #fff;
    position: relative;
}

.index-page02 .link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 1px;
    background: #fff;
}

.index-page03 .container {
    position: relative;
    padding-right: 120px;
}

.index-page03 .container .tit {
    color: #888;
    line-height: 1.5;
}

.index-page03 .container .title {
    color: #333;
    line-height: 1.5;
}

.index-page03 .choose {
    position: absolute;
    right: 0;
    bottom: 4px;
}

.index-page03 .prev,
.index-page03 .next {
    width: 40px;
    height: 40px;
    border: 1px #ccc solid;
    background: url(../img/icon05.png) no-repeat center;
    background-size: auto 8px;
    cursor: pointer;
}

.index-page03 .prev:hover,
.index-page03 .next:hover {
    border-color: #30415d;
}

.index-page03 .prev {
    border-left-color: #fff;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.gallery-swiper {
    width: calc(50vw + 678px);
    margin-top: 48px;
}

.gallery-swiper .main {
    width: 100%;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 4% 5%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: url(../img/news-wordbg.png) repeat-x left top;
    background-size: auto 100%;
}

.gallery-swiper .title {
    line-height: 1.5;
    margin-top: 6px;
}

.gallery-swiper .swiper-slide {
    overflow: hidden;
}

.gallery-swiper .img {
    width: 100%;
}

@media only screen and (max-width: 1440px) {
    .index-banner .tit {
        font-size: 24px;
    }
    .index-banner .title {
        font-size: 48px;
    }
    .index-banner .more {
        font-size: 14px;
        margin-top: 20px;
    }
    .index-banner .more > span {
        padding-bottom: 4px;
        border-width: 1px;
    }
    .index-page01 .content {
        line-height: 1.6;
        font-size: 13px;
        margin: 16px auto 40px;
    }
    .index-page01 .tit {
        margin: 48px 0 24px;
    }
    .index-page01 .text {
        width: calc(100% - 80px);
        font-size: 13px;
        line-height: 22px;
    }
    .index-page01 .word {
        width: 80px;
        font-size: 14px;
        line-height: 22px;
    }
    .index-page01 .item {
        margin-top: 16px;
    }
    .gallery-swiper {
        width: calc(50vw + 600px);
    }
}

@media only screen and (max-width: 1280px) {
    .gallery-swiper {
        width: 97vw;
    }
}

@media only screen and (max-width: 960px) {
    .index-banner {
        height: 480px;
    }
    .index-banner .tit {
        font-size: 18px;
    }
    .index-banner .title {
        font-size: 36px;
        margin-top: 4px;
    }
    .index-banner .swiper-pagination-bullet {
        width: 48px;
    }
    .index-banner .more {
        font-size: 12px;
    }
    .index-banner .more > span {
        padding-bottom: 2px;
    }
    .index-page01 .title {
        width: 100%;
    }
    .index-page01 .content {
        width: 100%;
        margin: 12px 0 28px;
    }
    .index-page01 .item-r {
        display: none;
    }
    .index-page01 .item-l {
        width: 100%;
        padding: 0;
    }
    .index-page01 .tit {
        margin: 32px 0 20px;
    }
    .index-page02 {
        padding-top: 48px;
        margin-bottom: 48px;
    }
    .index-page02 .logo {
        height: 48px;
    }
    .index-page02 .title {
        margin-bottom: 24px;
    }
    .index-page02 .item-l {
        width: 100%;
        padding: 0;
        margin-bottom: 24px;
    }
    .index-page02 .item-r {
        width: 100%;
    }
    .index-page02 .content {
        display: none;
    }
    .index-page02 .img {
        -webkit-transform: translateY(48px);
            -ms-transform: translateY(48px);
                transform: translateY(48px);
    }
}

@media only screen and (max-width: 768px) {
    .index-banner {
        height: 384px;
    }
}

@media only screen and (max-width: 640px) {
    .index-banner {
        height: 320px;
    }
    .index-banner .tit {
        font-size: 16px;
    }
    .index-banner .title {
        font-size: 30px;
        margin-top: 0;
    }
    .index-banner .swiper-pagination-bullet {
        width: 40px;
    }
    .index-banner .more {
        margin-top: 12px;
    }
    .index-page01 .title {
        font-size: 18px;
        text-align: left;
    }
    .index-page01 .content {
        text-align: left;
        margin-bottom: 20px;
    }
    .index-page01 .tit {
        margin-top: 20px;
    }
    .index-page02 {
        padding-top: 40px;
    }
    .index-page02 .loggo {
        height: 40px;
    }
    .gallery-swiper {
        width: 100%;
        margin-top: 24px;
    }
}

.group-page01 .content {
    line-height: 1.6;
    text-align: center;
    height: 132px;
    overflow: hidden;
}

.group-page01 .content.active {
    height: auto;
}

.group-page01 .more {
    line-height: 1;
    color: #999;
    padding-right: 18px;
    background: url(../img/icon06.png) no-repeat right center;
    background-size: 12px;
    margin: 36px auto 0;
    cursor: pointer;
}

.group-page01 .list {
    max-width: 1230px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin: 60px auto 0;
}

.group-page01 .item {
    width: calc(100%/3);
    position: relative;
}

.group-page01 .item::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #dbdbdb;
}

.group-page01 .item:last-of-type::after {
    display: none;
}

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

@media only screen and (max-width: 1440px) {
    .group-page01 .more {
        margin-top: 24px;
    }
}

@media only screen and (max-width: 640px) {
    .group-page01 .list {
        margin-top: 48px;
    }
    .group-page01 .item {
        width: 80%;
        margin: 0 auto;
    }
    .group-page01 .item::after {
        display: none;
    }
    .group-page01 .item:nth-of-type(2), .group-page01 .item:nth-of-type(3) {
        display: none;
    }
}

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

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

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

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

.about-page01 .inside-title {
    background: url(../img/about01.png) no-repeat left top;
    padding-top: 20px;
    margin-top: -20px;
}

.about-page01 .content {
    line-height: 24px;
    height: 288px;
    overflow-y: scroll;
    padding-right: 20px;
}

.about-page01 ::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background-color: rgba(0, 0, 0, 0.8);
}

.about-page01 ::-webkit-scrollbar-thumb {
    background-color: #30415d;
}

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

.about-page02 .inside-title {
    margin-bottom: 20px;
    color: #fff;
}

.about-page02 .text {
    line-height: 1.6;
    text-align: center;
    margin-bottom: 60px;
    color: #fff;
}

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

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

.about-page02 .item {
    width: 29%;
}

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

.about-page02 .item:nth-of-type(2) .item-b::after {
    top: auto;
    bottom: -20px;
}

.about-page02 .item:nth-of-type(2) .en {
    top: auto;
    bottom: -64px;
}

.about-page02 .item:nth-of-type(2) .title,
.about-page02 .item:nth-of-type(2) .content {
    color: #fff;
}

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

.about-page02 .content {
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    text-align: center;
}

.about-page02 .en {
    font-weight: 700;
    color: #fff;
    position: absolute;
    left: 0;
    top: -64px;
    width: 100%;
    line-height: 1;
    text-align: center;
}

.about-page02 .item-a {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.about-page02 .item-b {
    position: relative;
    width: 100%;
    padding: 30px 0;
    -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;
}

.about-page02 .item-b::after {
    content: '';
    position: absolute;
    left: 50%;
    top: -20px;
    width: 2px;
    margin-left: -1px;
    height: 40px;
    background: #fff;
}

.about-page02 .main {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.85);
    text-align: center;
    line-height: 1.5;
    padding: 70px 24px 24px;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
    -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;
}

.about-page02 .main::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 2px;
    margin-left: -1px;
    height: 40px;
    background: #333;
}

.about-page02 .h_en {
    color: #333;
    line-height: 1.3;
    margin-bottom: 16px;
    font-weight: 700;
}

.about-page02 .h_title {
    color: #333;
    line-height: 1.5;
    margin-bottom: 32px;
}

.about-page02 .container {
    position: relative;
    z-index: 1;
}

.about-page02 .bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    overflow: hidden;
}

.about-page02 .bg > img {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    display: block;
}

.about-page03 {
    background: url(../img/about07.jpg) repeat left top;
}

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

.about-page03 .item-l {
    width: 50%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.about-page03 .item-r {
    width: 50%;
    overflow: hidden;
}

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

.about-page03 .main {
    max-width: 360px;
    line-height: 1.5;
    text-align: center;
}

.about-page03 .title {
    line-height: 1.4;
    color: #333;
    margin: 12px 0 2px;
}

.about-page03 .en {
    color: #999;
    font-size: 13px;
}

.about-page03 .content {
    margin-top: 6px;
}

.about-page03 .img {
    width: 100%;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    -webkit-transition: -webkit-transform .4s, -webkit-filter .4s;
    transition: -webkit-transform .4s, -webkit-filter .4s;
    -o-transition: transform .4s, filter .4s;
    transition: transform .4s, filter .4s;
    transition: transform .4s, filter .4s, -webkit-transform .4s, -webkit-filter .4s;
}

@media only screen and (min-width: 961px) {
    .about-page02 .item:hover .main {
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
        opacity: 1;
    }
    .about-page02 .item:hover .item-b {
        -webkit-transform: translateY(20px);
            -ms-transform: translateY(20px);
                transform: translateY(20px);
        opacity: 0;
    }
    .about-page03 .item-r:hover .img {
        -webkit-filter: grayscale(0);
                filter: grayscale(0);
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1);
    }
}

@media only screen and (max-width: 1440px) {
    .about-page01 .content {
        height: 240px;
    }
    .about-page02 .bg > img {
        width: 1440px;
        margin-left: -720px;
    }
}

@media only screen and (max-width: 1280px) {
    .about-page03 .icon {
        width: 48px;
        height: 48px;
    }
    .about-page03 .en {
        font-size: 12px;
    }
}

@media only screen and (max-width: 1200px) {
    .about-page01 .inside-title {
        background-size: 100%;
    }
}

@media only screen and (max-width: 960px) {
    .about-page01 .item-l {
        width: 100%;
        display: none;
    }
    .about-page01 .item-r {
        width: 100%;
        padding: 0;
    }
    .about-page01 .content {
        height: auto;
        overflow: visible;
        padding: 0;
    }
    .about-page01 .inside-title {
        background-size: auto;
    }
    .about-page02 .list {
        display: none;
    }
    .about-page02 .text {
        margin-bottom: 0;
    }
    .about-page02 .bg > img {
        width: 960px;
        margin-left: -480px;
    }
    .about-page03 .item-r {
        width: 100%;
    }
    .about-page03 .item-l {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1;
        padding: 40px 3%;
    }
}

@media only screen and (max-width: 640px) {
    .about-page01 .inside-title {
        background-size: 100%;
    }
    .about-page03 .item-l {
        padding: 32px 3%;
    }
}

.honor-page01 {
    padding: 48px 0;
    background: url(../img/honor02.jpg) no-repeat center;
    background-size: cover;
    line-height: 1.5;
    overflow: hidden;
}

.honor-page01 .inside-title {
    margin-bottom: 10px;
}

.honor-swiper {
    background: #fff;
    margin-top: 24px;
}

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

.honor-swiper .swiper-slide {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 28px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.honor-swiper .img {
    width: 100%;
}

.honor-swiper .item-l {
    width: 44%;
    position: relative;
}

.honor-swiper .item-r {
    width: 56%;
    padding-left: 7%;
}

.honor-swiper .year {
    font-size: 50px;
    font-weight: 700;
    color: #30415d;
    margin-right: 8px;
    font-family: bebas;
}

.honor-swiper .content {
    line-height: 2;
    margin-top: 20px;
}

.honor-swiper .swiper-pagination-bullet-active {
    background-color: #30415d;
}

.honor-year {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    margin-top: 32px;
}

.honor-year .swiper-slide {
    text-align: center;
    font-size: 24px;
    font-family: bebas;
    font-weight: 700;
    background: url(../img/honor01.png) no-repeat top center;
    background-size: 100%;
    line-height: 1.3;
    padding-top: 28px;
    position: relative;
}

.honor-year .swiper-slide::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 14px;
    width: 9px;
    height: 9px;
    margin-left: -4px;
    background: #30415d;
    border-radius: 50%;
    opacity: 0;
}

.honor-year .swiper-slide-active {
    font-size: 36px;
    color: #30415d;
}

.honor-year .swiper-slide-active::before {
    opacity: 1;
}

.honor-year .choose {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 16px;
}

.honor-year .prev,
.honor-year .next {
    width: 34px;
    height: 34px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    margin: 0 8px;
    cursor: pointer;
}

.honor-year .prev {
    background-image: url(../img/icon07.png);
}

.honor-year .next {
    background-image: url(../img/icon08.png);
}

@media only screen and (max-width: 1440px) {
    .honor-swiper .year {
        font-size: 40px;
    }
    .honor-swiper .item-r {
        padding-left: 4%;
    }
}

@media only screen and (max-width: 960px) {
    .honor-swiper {
        max-width: 500px;
        background: none;
    }
    .honor-swiper .swiper-slide {
        padding: 0 0 36px;
    }
    .honor-swiper .item-l {
        width: 100%;
    }
    .honor-swiper .item-r {
        width: 100%;
        padding-left: 0;
        padding: 20px;
        background: #fff;
    }
    .honor-swiper .year {
        font-size: 32px;
    }
    .honor-swiper .content {
        line-height: 1.6;
        margin-top: 16px;
    }
    .honor-swiper .swiper-pagination {
        display: block;
    }
    .honor-year {
        display: none;
    }
}

@media only screen and (max-width: 640px) {
    .honor-page01 {
        padding: 40px 0;
    }
    .honor-swiper .year {
        font-size: 26px;
    }
    .honor-swiper .content {
        margin-top: 10px;
    }
}

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

.product-nav {
    width: 200px;
}

.product-nav .title {
    color: #333;
    font-weight: 700;
    line-height: 1.4;
    position: relative;
}

.product-nav .title::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 12px;
    height: 12px;
    background: url(../img/icon09.png) no-repeat right center;
    background-size: 100%;
    margin-top: -6px;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.product-nav .content {
    padding: 16px;
    display: none;
}

.product-nav .link {
    display: block;
    line-height: 1.4;
    margin-bottom: 8px;
    color: #777;
}

.product-nav .link:hover {
    color: #30415d;
}

.product-nav .item {
    margin-bottom: 10px;
    cursor: pointer;
}

.product-nav .item .link:last-of-type {
    margin-bottom: 0;
}

.product-nav .item.active .title::after, .product-nav .item:hover .title::after {
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
}

.product-nav .contact {
    margin-top: 48px;
}

.product-nav .contact a {
    color: #666;
    position: relative;
    line-height: 1.5;
}

.product-nav .contact a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 1px;
    background: #666;
}

.product-main {
    width: calc(100% - 200px);
    padding-left: 82px;
}

.product-banner {
    overflow: hidden;
    margin-bottom: 28px;
}

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

.product-list .item-l {
    width: 35%;
}

.product-list .item-r {
    width: 65%;
    padding: 28px 0;
}

.product-list .img {
    background-size: cover;
    background-position: center;
}

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

.product-list .item {
    margin-bottom: 20px;
    background: #f8f8f8;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}

.product-list .item:last-of-type {
    margin-bottom: 0;
}

.product-list .title {
    font-weight: 700;
    color: #333;
    line-height: 1.4;
    padding: 0 40px;
}

.product-list .title > span {
    font-weight: 500;
    font-size: 12px;
    color: #777;
}

.product-list .line {
    width: 100%;
    height: 1px;
    margin: 28px 0 20px;
    background: #e6e6e6;
    position: relative;
}

.product-list .line::after {
    content: '';
    position: absolute;
    left: 40px;
    top: -1px;
    width: 22px;
    height: 3px;
    background: #30415d;
}

.product-list .list {
    padding: 0 40px;
}

.product-list .list .li {
    width: 50%;
    line-height: 1.5;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 6px;
}

.product-list .tit {
    width: 88px;
    color: #999;
    padding-right: 8px;
}

.product-list .txt {
    color: #333;
    width: calc(100% - 88px);
    padding-right: 20px;
}

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

@media only screen and (min-width: 961px) {
    .product-list .item {
        -webkit-transition: -webkit-box-shadow .4s;
        transition: -webkit-box-shadow .4s;
        -o-transition: box-shadow .4s;
        transition: box-shadow .4s;
        transition: box-shadow .4s, -webkit-box-shadow .4s;
    }
    .product-list .item:hover {
        -webkit-box-shadow: 0px 7px 24px 0px rgba(6, 6, 6, 0.15);
                box-shadow: 0px 7px 24px 0px rgba(6, 6, 6, 0.15);
    }
}

@media only screen and (max-width: 1440px) {
    .product-list .list {
        font-size: 13px;
        padding: 0 32px;
    }
    .product-list .line {
        margin: 24px 0 16px;
    }
    .product-list .line::after {
        left: 32px;
    }
    .product-list .title {
        padding: 0 32px;
    }
    .product-list .item-r {
        padding: 24px 0;
    }
    .product-list .tit {
        width: 84px;
    }
    .product-list .txt {
        width: calc(100% - 84px);
    }
    .product-main {
        padding-left: 60px;
    }
    .product-nav .link {
        font-size: 13px;
    }
}

@media only screen and (max-width: 1200px) {
    .product-list .list {
        display: none;
    }
    .product-list .line {
        display: none;
    }
    .product-list .item-l {
        width: 25%;
    }
    .product-list .item-r {
        width: 75%;
    }
}

@media only screen and (max-width: 960px) {
    .product-nav {
        width: 100%;
        margin-top: 40px;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1;
    }
    .product-nav .contact {
        display: none;
    }
    .product-main {
        width: 100%;
        padding: 0;
    }
}

@media only screen and (max-width: 640px) {
    .product-banner {
        margin-bottom: 20px;
    }
    .product-list .item {
        margin-bottom: 16px;
        -webkit-box-shadow: 0px 6px 16px 0px rgba(6, 6, 6, 0.15);
                box-shadow: 0px 6px 16px 0px rgba(6, 6, 6, 0.15);
    }
    .product-list .item-l {
        width: 100%;
    }
    .product-list .item-r {
        width: 100%;
        padding: 16px 20px;
    }
    .product-list .title {
        padding: 0;
    }
}

.product-details01 {
    margin-bottom: 28px;
}

.product-details02 {
    margin-bottom: 20px;
    background: #f8f8f8;
    padding: 24px 32px;
    display: none;
}

.product-details02.product-list .list {
    padding: 0;
}

.product-details03 {
    padding-bottom: 48px;
    background: #f8f8f8;
}

.product-details03 .title {
    color: #333;
    line-height: 1.5;
    padding: 12px 40px;
    border-bottom: 1px #e1e1e1 solid;
    position: relative;
    margin-bottom: 40px;
}

.product-details03 .title::after {
    content: '';
    position: absolute;
    left: 40px;
    bottom: -2px;
    width: 22px;
    height: 3px;
    background: #30415d;
}

.product-details03 .content {
    padding: 0 40px;
    color: #666;
    font-size: 14px;
    line-height: 1.65;
}

.product-details03 .content ul {
    list-style: none;
}

.product-details03 .content 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;
}

.product-details03 .content ol {
    list-style: decimal;
}

.product-details03 .content li {
    margin-left: 30px;
    padding-top: 2px;
}

.product-details03 .content a {
    text-decoration: underline;
}

.product-details03 .content a:hover {
    color: #30415d;
}

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

.product-details03 .content img {
    max-width: 100%;
}

@media only screen and (max-width: 1200px) {
    .product-details01 {
        margin-bottom: 20px;
    }
    .product-details02 {
        display: block;
    }
    .product-details02.product-list .list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .product-details03 .title {
        padding: 12px 32px;
        margin-bottom: 32px;
    }
    .product-details03 .title::after {
        left: 32px;
    }
    .product-details03 .content {
        padding: 0 32px;
    }
}

@media only screen and (max-width: 640px) {
    .product-details01 {
        margin-bottom: 0;
    }
    .product-details01 .item {
        -webkit-box-shadow: none;
                box-shadow: none;
    }
    .product-details01 .line {
        display: block;
        margin: 16px 0 0;
    }
    .product-details01 .line::after {
        left: 0;
    }
    .product-details02 {
        padding: 0 20px 18px;
    }
    .product-details02 .list .li {
        width: 100%;
    }
    .product-details03 {
        padding-bottom: 32px;
    }
    .product-details03 .title {
        padding: 12px 20px;
        margin-bottom: 24px;
    }
    .product-details03 .title::after {
        left: 20px;
    }
    .product-details03 .content {
        padding: 0 20px;
    }
}

.workshop-page01 .item {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 80px;
}

.workshop-page01 .item:last-of-type {
    margin-bottom: 0;
}

.workshop-page01 .item:nth-of-type(2n) .item-l {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    padding-right: 0;
    padding-left: 6%;
}

.workshop-page01 .item-l {
    width: 56%;
    padding-right: 6%;
}

.workshop-page01 .item-r {
    width: 44%;
    padding: 0 0 32px 32px;
}

.workshop-page01 .content {
    line-height: 1.65;
}

.workshop-page01 .more {
    width: 140px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    background: #30415d;
    display: block;
    text-align: center;
    border-radius: 5px;
    margin-top: 28px;
}

.workshop-page01 .img-box {
    position: relative;
}

.workshop-page01 .img-box::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 3px #e1e1e1 solid;
}

.workshop-page01 .img {
    position: relative;
    z-index: 1;
    width: 100%;
    -webkit-transform: translate(-32px, 32px);
        -ms-transform: translate(-32px, 32px);
            transform: translate(-32px, 32px);
}

@media only screen and (max-width: 960px) {
    .workshop-page01 .item-l {
        width: 100%;
        padding: 0 !important;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1;
    }
    .workshop-page01 .item {
        margin-bottom: 60px;
    }
    .workshop-page01 .item-r {
        width: 400px;
        margin-bottom: 32px;
    }
}

@media only screen and (max-width: 640px) {
    .workshop-page01 .img-box::after {
        display: none;
    }
    .workshop-page01 .img-box .img {
        -webkit-transform: translate(0);
            -ms-transform: translate(0);
                transform: translate(0);
    }
    .workshop-page01 .item-r {
        padding: 0;
        margin-bottom: 24px;
    }
    .workshop-page01 .item {
        margin-bottom: 40px;
    }
}

.news-page .title {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-page .img {
    background-position: center;
    background-size: cover;
}

.news-page .bg {
    width: 100%;
}

.news-page .content {
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    margin: 16px 0;
}

.news-page .more {
    line-height: 16px;
}

.news-page .more::after {
    content: '>';
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 8px;
    font-size: 24px;
    line-height: 16px;
    font-weight: 300;
    -webkit-transform: scaleX(0.5);
        -ms-transform: scaleX(0.5);
            transform: scaleX(0.5);
}

.news-page .title {
    color: #333;
    font-weight: 700;
}

.news-page .time {
    font-size: 14px;
    color: #30415d;
    font-weight: 500;
}

.news-page01 {
    margin-bottom: 48px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.news-page01 .inside-title {
    width: 100%;
}

.news-page01 .item-l {
    width: 570px;
}

.news-page01 .item-l .link {
    display: block;
}

.news-page01 .item-l .main {
    background: #30415d;
    color: #fff;
    padding: 20px 24px;
    position: relative;
    z-index: 2;
}

.news-page01 .item-l .title {
    color: #fff !important;
}

.news-page01 .item-l .content {
    height: 24px;
}

.news-page01 .item-l .more {
    opacity: .6;
}

.news-page01 .item-r {
    width: calc(100% - 570px);
    padding-left: 4.5%;
    padding-top: 8px;
}

.news-page01 .item-r .link {
    display: block;
    padding-bottom: 20px;
    margin-bottom: 24px;
    border-bottom: #f0f0f0 1px solid;
}

.news-page01 .item-r .link:last-of-type {
    margin-bottom: 0;
}

.news-list .link {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding-bottom: 32px;
    margin-bottom: 32px;
    border-bottom: #f0f0f0 1px solid;
}

.news-list .link:last-of-type {
    margin-bottom: 0;
}

.news-list .item-l {
    width: 285px;
    overflow: hidden;
}

.news-list .item-r {
    width: calc(100% - 285px);
    padding-left: 3%;
    background: #fff;
    position: relative;
    z-index: 1;
}

.news-list .tit {
    width: 100%;
    padding-right: 120px;
    position: relative;
}

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

.news-list .time {
    position: absolute;
    right: 0;
    bottom: 0;
}

.bu_list{display: flex;flex-wrap:wrap;}
.bu_list .item{display: flex;width:432px;margin-right:30px;background-color:#F9F9F9;margin-bottom:30px;padding:26px;align-items:center;justify-content:space-between;transition:all 0.5s;}
.bu_list .item:hover{background-color:#fff;box-shadow:0 3px 50px rgba(4,38,161,0.1);}
.bu_list .item:nth-child(3n){margin-right:0;}
.bu_list .item .left{display: flex;align-items: center;width:270px;}
.bu_list .item .left .icon{width: 32px;margin-right:35px;
    
}
.bu_list .item .left .icon img{width: 100%;}
.bu_list .item .left .h{font-size: 18px;line-height: 26px;height: 26px;text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;color:#111111;font-weight: 600;margin-bottom:16px;}
.bu_list .item .right{width:74px;padding-left:32px;border-left:1px solid #EFEFEF;}
.bu_list .item .right a{display: block;width: 40px;}
.bu_list .item .right div{display: block;width: 40px;}
.bu_list .item .right a:nth-child(1){margin-bottom:20px;}
.bu_list .item .right a img{width: 100%;}
.bu_list .item .right div img{width: 100%;}

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

@media only screen and (max-width: 1440px) {
    .news-page01 .item-r {
        padding-top: 14px;
    }
}

@media only screen and (max-width: 960px) {
    .news-page01 {
        margin-bottom: 40px;
    }
    .news-page01 .item-l {
        width: 360px;
    }
    .news-page01 .item-r {
        width: calc(100% - 360px);
        padding-top: 0;
    }
    .news-page01 .item-r .content {
        height: 24px;
    }
    .news-page01 .item-r .link {
        padding-bottom: 16px;
        margin-bottom: 18px;
    }
    .news-page01 .content {
        margin: 12px 0;
    }
    .news-list .link {
        padding-bottom: 24px;
        margin-bottom: 24px;
    }
}

@media only screen and (max-width: 640px) {
    .news-page01 {
        margin-bottom: 28px;
    }
    .news-page01 .item-l {
        width: 100%;
    }
    .news-page01 .item-l .main {
        padding: 16px 20px;
    }
    .news-page01 .item-r {
        width: 100%;
        padding: 0;
        margin-top: 24px;
    }
    .news-list .item-l {
        width: 150px;
    }
    .news-list .tit {
        padding: 0;
    }
    .news-list .item-r {
        width: calc(100% - 150px);
    }
    .news-list .time {
        font-size: 12px;
        margin: 12px 0;
        position: static;
    }
    .news-list .content {
        height: 24px;
        margin: 0;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .news-list .more {
        display: none;
    }
    .news-list .link {
        padding-bottom: 16px;
        margin-bottom: 18px;
    }
}

.news-details .title {
    color: #333;
    margin: 0 auto;
    text-align: center;
    line-height: 1.4;
}

.news-details .time {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 16px;
    margin-top: 16px;
}

.news-details .time::before {
    content: '';
    display: inline-block;
    margin-right: 10px;
    width: 16px;
    height: 16px;
    background: url(../img/icon10.png) no-repeat center;
    background-size: cover;
}

.news-details .content {
    padding-top: 32px;
    margin-top: 32px;
    border-top: 1px #ddd solid;
    color: #666;
    font-size: 14px;
    line-height: 1.6;
}

.news-details .content ul {
    list-style: none;
}

.news-details .content 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;
}

.news-details .content ol {
    list-style: decimal;
}

.news-details .content li {
    margin-left: 30px;
    padding-top: 2px;
}

.news-details .content a {
    text-decoration: underline;
}

.news-details .content a:hover {
    color: #30415d;
}

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

.news-details .content img {
    max-width: 100%;
}

@media only screen and (max-width: 960px) {
    .news-details .time {
        margin-top: 12px;
    }
    .news-details .content {
        padding-top: 20px;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 640px) {
    .news-details .title {
        font-size: 18px;
    }
}

.join-page01 .link {
    font-weight: 700;
    color: #30415d;
}

.join-page01 .title {
    line-height: 1.3;
    color: #333;
    margin-bottom: 4px;
}

.join-page01 .content {
    line-height: 1.5;
}

.join-page01 .form {
    border-radius: 10px;
    max-width: 600px;
    background: #fff;
    border: 1px #b4b4b4 solid;
    overflow: hidden;
    margin-top: 20px;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(41, 41, 41, 0.31);
            box-shadow: 0px 2px 10px 0px rgba(41, 41, 41, 0.31);
}

.join-page01 .input {
    width: calc(100% - 136px);
    background: none;
    border: none;
    line-height: 44px;
    height: 44px;
    padding: 0 20px;
    outline: none;
}

.join-page01 .submit {
    width: 136px;
    height: 44px;
    background: #30415d;
    color: #fff;
    border-radius: 10px;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
}

.join-page01 .submit::before {
    content: '';
    width: 16px;
    height: 16px;
    margin-right: 12px;
    display: block;
    background: url(../img/icon03.png) no-repeat center;
    background-size: 100%;
}

.join-page02 {
    background: #fff;
    margin-top: 40px;
    padding-bottom: 60px;
}

.join-page02 .header {
    padding: 0 64px;
    background: #30415d;
    color: #fff;
    line-height: 1.5;
}

.join-page02 .header .tr {
    border-bottom: none;
}

.join-page02 .body {
    background: #fff;
    padding: 24px 24px 0;
    line-height: 1.5;
}

.join-page02 .body .tr {
    position: relative;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
}

.join-page02 .body .tr::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -4px;
    width: 16px;
    height: 9px;
    background: url(../img/icon16.png) no-repeat center;
    background-size: 100% 100%;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.join-page02 .item {
    padding: 0 40px;
    cursor: pointer;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
}

.join-page02 .item.active {
    background: #f1f6fc;
}

.join-page02 .item.active .tr::after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.join-page02 .tr {
    padding: 18px 18px 18px 0;
    border-bottom: 1px #e3e3e3 dashed;
}

.join-page02 .tr .td {
    padding-right: 24px;
}

.join-page02 .tr .td:nth-of-type(4n-3) {
    width: 30%;
}

.join-page02 .tr .td:nth-of-type(4n-2) {
    width: 20%;
}

.join-page02 .tr .td:nth-of-type(4n-1) {
    width: 30%;
}

.join-page02 .tr .td:nth-of-type(4n) {
    width: 20%;
}

.join-page02 .content {
    font-size: 14px;
    color: #999;
    line-height: 1.7;
    padding: 28px 0 40px;
    display: none;
}

.join-page02 .tit {
    color: #2b60ab;
    line-height: 1.5;
    margin-bottom: 4px;
}

.join-page02 .dd {
    margin-bottom: 20px;
}

.join-page02 .dt {
    color: #30415d;
    line-height: 1.7;
    border-top: 1px #e3e3e3 dashed;
    padding-top: 32px;
    margin-top: 40px;
}

.join-page02 .link {
    width: 120px;
    line-height: 36px;
    height: 36px;
    border-radius: 18px;
    display: block;
    background: #30415d;
    color: #fff;
    text-align: center;
    margin-left: auto;
    margin-top: 12px;
}

@media only screen and (min-width: 961px) {
    .join-page02 .item:hover {
        background: #f1f6fc;
    }
}

@media only screen and (max-width: 1440px) {
    .join-page02 .header {
        padding: 0 48px;
    }
    .join-page02 .body {
        padding: 16px 16px 0;
    }
    .join-page02 .item {
        padding: 0 32px;
    }
}

@media only screen and (max-width: 960px) {
    .join-page02 .header {
        padding: 0 32px;
    }
    .join-page02 .body {
        padding: 8px 8px 0;
    }
    .join-page02 .item {
        padding: 0 24px;
    }
    .join-page02 .tr {
        padding: 14px 16px 14px 0;
    }
    .join-page02 .content {
        padding: 20px 0 32px;
    }
    .join-page02 .dt {
        padding-top: 24px;
        margin-top: 28px;
    }
}

@media only screen and (max-width: 640px) {
    .join-page02 .body {
        padding: 0;
    }
    .join-page02 .header {
        padding: 0 16px;
    }
    .join-page02 .item {
        padding: 0 16px;
    }
    .join-page02 .body .tr::after {
        width: 12px;
        height: 7px;
    }
    .join-page02 .tr .td {
        font-size: 13px;
        padding-right: 20px;
    }
    .join-page02 .tr .td:nth-of-type(4n-3) {
        width: 50%;
    }
    .join-page02 .tr .td:nth-of-type(4n-2) {
        display: none;
    }
    .join-page02 .tr .td:nth-of-type(4n-1) {
        width: 50%;
    }
    .join-page02 .tr .td:nth-of-type(4n) {
        display: none;
    }
    .join-page02 .content {
        padding: 16px 0 28px;
        font-size: 13px;
    }
    .join-page02 .dt {
        padding-top: 20px;
        margin-top: 24px;
    }
}

.humanity-page01 {
    background: url(../img/humanity02.jpg) no-repeat center;
    background-size: cover;
}

.humanity-page01 .main {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.humanity-page01 .item-l {
    width: 46.68%;
    padding-right: 6%;
}

.humanity-page01 .item-r {
    width: 53.32%;
}

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

.humanity-page01 .content {
    line-height: 1.6;
}

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

.humanity-page02 .item-l {
    width: 50%;
    border-right: 1px #e1e1e1 solid;
    padding-right: 5%;
}

.humanity-page02 .item-r {
    width: 50%;
    padding-left: 5%;
}

.humanity-page02 .item-r .title {
    background-image: url(../img/icon15.png);
}

.humanity-page02 .more {
    width: 100%;
}

.humanity-page02 .link {
    width: 150px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    display: block;
    margin: 48px auto 0;
    background: #30415d;
    color: #fff;
    text-align: center;
}

.humanity-page02 .title {
    padding-left: 60px;
    background: url(../img/icon14.png) no-repeat left center;
    background-size: 48px;
}

.humanity-page02 .tit {
    line-height: 1.3;
    margin-bottom: 4px;
    color: #333;
}

.humanity-page02 .txt {
    line-height: 1.3;
    color: #999;
    font-size: 13px;
}

.humanity-page02 .content {
    line-height: 1.6;
    margin-top: 20px;
}

@media only screen and (max-width: 960px) {
    .humanity-page02 .title {
        background-size: 44px;
    }
}

@media only screen and (max-width: 640px) {
    .humanity-page01 .item-l {
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }
    .humanity-page01 .item-r {
        width: 100%;
    }
    .humanity-page02 .item-l {
        padding-right: 0;
        padding-bottom: 20px;
        margin-bottom: 20px;
        width: 100%;
        border-right: none;
        border-bottom: 1px #e1e1e1 solid;
    }
    .humanity-page02 .item-r {
        width: 100%;
        padding: 0;
    }
    .humanity-page02 .title {
        background-size: 40px;
        padding-left: 56px;
    }
    .humanity-page02 .link {
        margin-top: 40px;
    }
}

.contact-page01 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.contact-page01 .img1 {
    display: block;
}

.contact-page01 .img2 {
    display: block;
    margin-top: 28px;
}

.contact-page01 .item-r {
    margin-left: auto;
}

.contact-page01 .inside-title {
    margin-bottom: 0;
}

.contact-page01 .form {
    width: 100%;
    margin-top: 24px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.contact-page01 .input {
    width: 31%;
    background: #eee;
    border: 1px #e4e4e4 solid;
    line-height: 46px;
    height: 48px;
    margin-bottom: 24px;
    padding: 0 24px;
    outline: none;
    border-radius: 10px;
}

.contact-page01 .textarea {
    resize: none;
    outline: none;
    height: 150px;
    width: 100%;
    background: #eee;
    border: 1px #e4e4e4 solid;
    padding: 12px 24px;
    line-height: 1.5;
    border-radius: 10px;
}

.contact-page01 .submit {
    border: none;
    background-color: #30415d;
    line-height: 36px;
    height: 36px;
    color: #fff;
    width: 130px;
    display: block;
    margin: 0 auto;
    outline: none;
    margin-top: 12px;
    cursor: pointer;
    padding: 0;
    border-radius: 5px;
}

.contact-page01 .info {
    width: 100%;
    color: #e31919;
    font-size: 12px;
    margin-top: 6px;
    line-height: 1.5;
}

.contact-page02 .map {
    width: 100%;
    height: 480px;
}

.contact-page03 .list {
    padding: 48px 3% 0;
    margin-top: 48px;
    border-top: 1px #e4e4e4 solid;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.contact-page03 .item {
    padding-left: 48px;
    line-height: 1.5;
    background: url(../img/icon11.png) no-repeat left top 4px;
    background-size: 30px;
}

.contact-page03 .item:nth-of-type(2) {
    background-image: url(../img/icon12.png);
}

.contact-page03 .item:nth-of-type(3) {
    background-image: url(../img/icon13.png);
}

.contact-page03 .title {
    margin-bottom: 6px;
}

.contact-page03 .content {
    font-weight: 700;
    line-height: 1.5;
    color: #30415d;
}

@media only screen and (min-width: 961px) {
    .contact-page01 .inside-title .inside-title-bottom {
        font-size: 26px;
    }
    .contact-page03 .inside-title .inside-title-bottom {
        font-size: 26px;
        margin-top: 12px;
    }
}

@media only screen and (max-width: 1440px) {
    .contact-page02 .map {
        height: 320px;
    }
    .contact-page03 .list {
        padding: 40px 0 0;
        margin-top: 40px;
    }
    .bu_list .item{width: 376px;padding:20px;}
    .bu_list .item .right{width: 58px;}
    .bu_list .item .right a,.bu_list .item .right div{width: 30px;}
}

@media only screen and (max-width: 1200px) {
    .contact-page01 .item-l {
        display: none;
    }
    .contact-page01 .item-r {
        margin-left: 0;
    }
    .contact-page01 .inside-title {
        text-align: left;
    }
}

@media only screen and (max-width: 768px) {
    .contact-page02 .map {
        height: 240px;
    }
    .contact-page03 .item {
        padding-left: 40px;
        background-size: 26px;
    }
}

@media only screen and (max-width: 640px) {
    .contact-page01 .inside-title .inside-title-bottom {
        font-size: 16px;
    }
    .contact-page01 .input {
        width: 100%;
        border-radius: 5px;
        margin-bottom: 16px;
    }
    .contact-page03 .inside-title {
        text-align: left;
    }
    .contact-page03 .inside-title .inside-title-bottom {
        font-size: 16px;
    }
    .contact-page03 .item {
        width: 100%;
        margin-top: 24px;
    }
    .contact-page03 .list {
        padding-top: 0;
        margin-top: 24px;
    }
}
