﻿@charset "UTF-8";
/* stylelint-disable at-rule-no-unknown */
html,
body {
 width: 100%;
}

input::-ms-clear,
input::-ms-reveal {
 display: none;
}
ul{ margin:0px; padding:0px}
*,
*::before,
*::after {
 -webkit-box-sizing: inherit;
 box-sizing: inherit;
}

html {
 font-family: sans-serif;
 line-height: 1.15;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 -webkit-text-size-adjust: 100%;
 -ms-text-size-adjust: 100%;
 -ms-overflow-style: scrollbar;
 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
 width: device-width;
}


article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
 display: block;
}

body {
 margin: 0;
 color: rgba(0, 0, 0, 0.65);
 font-size: 14px;
 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
 font-variant: tabular-nums;
 line-height: 1.5;
 background-color: #fff;
 -webkit-font-feature-settings: 'tnum';
 font-feature-settings: 'tnum';
}

[tabindex='-1']:focus {
 outline: none !important;
}

hr {
 -webkit-box-sizing: content-box;
 box-sizing: content-box;
 height: 0;
 overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
 margin-top: 0;
 margin-bottom: 0;
 color: rgba(0, 0, 0, 0.85);
 font-weight: 500;
}

p {
 margin-top: 0;
 margin-bottom: 0;
}

abbr[title],
abbr[data-original-title] {
 text-decoration: underline;
 -webkit-text-decoration: underline dotted;
 text-decoration: underline dotted;
 border-bottom: 0;
 cursor: help;
}

address {
 margin-bottom: 1em;
 font-style: normal;
 line-height: inherit;
}

input[type='text'],
input[type='password'],
input[type='number'],
textarea {
 -webkit-appearance: none;
}

ol,
ul,
dl {
 
 margin:0; list-style:none
}

ol ol,
ul ul,
ol ul,
ul ol {
 margin-bottom: 0;
}

dt {
 font-weight: 500;
}

dd {
 margin-bottom: 0.5em;
 margin-left: 0;
}

blockquote {
 margin: 0 0 1em;
}

dfn {
 font-style: italic;
}

b,
strong {
 font-weight: bolder;
}

small {
 font-size: 80%;
}

sub,
sup {
 position: relative;
 font-size: 75%;
 line-height: 0;
 vertical-align: baseline;
}

sub {
 bottom: -0.25em;
}

sup {
 top: -0.5em;
}

a {
 color: #666;
 text-decoration: none;
 background-color: transparent;
 outline: none;
 cursor: pointer;
 -webkit-transition: color 0.3s;
 -o-transition: color 0.3s;
 transition: color 0.3s;
 -webkit-text-decoration-skip: objects;
}

a:focus {
 text-decoration: none;
 -webkit-text-decoration-skip: ink;
 text-decoration-skip-ink: auto;
}

a:hover {
 text-decoration: none;
 outline: 0;
}

a[disabled] {
 color: fade(#000, 0.25);
 cursor: not-allowed;
 pointer-events: none;
}

pre,
code,
kbd,
samp {
 font-size: 1em;
 font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
}

pre {
 margin-top: 0;
 margin-bottom: 1em;
 overflow: auto;
}

figure {
 margin: 0 0 1em;
}

img {
 vertical-align: middle;
 border-style: none;
}

svg:not(:root) {
 overflow: hidden;
}

a,
area,
button,
[role='button'],
input:not([type='range']),
label,
select,
summary,
textarea {
 -ms-touch-action: manipulation;
 touch-action: manipulation;
}

table {
 border-collapse: collapse;
}

caption {
 padding-top: 0.75em;
 padding-bottom: 0.3em;
 color: rgba(0, 0, 0, 0.45);
 text-align: left;
 caption-side: bottom;
}

th {
 text-align: inherit;
}

input,
button,
select,
optgroup,
textarea {
 margin: 0;
 color: inherit;
 font-size: inherit;
 font-family: inherit;
 line-height: inherit;
}

button,
input {
 overflow: visible;
}

button,
select {
 text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
 -webkit-appearance: button;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
 padding: 0;
 border-style: none;
}

input[type='radio'],
input[type='checkbox'] {
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 padding: 0;
}

input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
 -webkit-appearance: listbox;
}

textarea {
 overflow: auto;
 resize: vertical;
}

fieldset {
 min-width: 0;
 margin: 0;
 padding: 0;
 border: 0;
}

legend {
 display: block;
 width: 100%;
 max-width: 100%;
 margin-bottom: 0.5em;
 padding: 0;
 color: inherit;
 font-size: 1.5em;
 line-height: inherit;
 white-space: normal;
}

progress {
 vertical-align: baseline;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
 height: auto;
}

[type='search'] {
 outline-offset: -2px;
 -webkit-appearance: none;
}

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
 -webkit-appearance: none;
}

::-webkit-file-upload-button {
 font: inherit;
 -webkit-appearance: button;
}

output {
 display: inline-block;
}

summary {
 display: list-item;
}

template {
 display: none;
}

[hidden] {
 display: none !important;
}

mark {
 padding: 0.2em;
 background-color: #feffe6;
}

::-moz-selection {
 color: #fff;
 background: #004098;
}

::selection {
 color: #fff;
 background: #004098;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
 font-family: inherit;
 font-weight: 400;
 line-height: 1.3;
 color: inherit;
 margin-bottom: 0;
}

.h1 {
 font-size: 34px;
 color: #333;
}

.h2 {
 font-size: 26px;
}

.h3 {
 font-size: 24px;
}

.h4 {
 font-size: 20px;
}

.h5 {
 font-size: 18px;
}

.h6 {
 font-size: 16px;
}

.maxwidth {
 width: 1280px;
 margin: 0 auto;
}

hr {
 margin-top: 16px;
 margin-bottom: 16px;
 border: 0;
 border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.clearfix:before,
.clearfix:after {
 content: " ";
 display: table;
}

.clearfix:after {
 clear: both;
}

.center-block {
 display: block;
 margin-left: auto;
 margin-right: auto;
}

.pull-right {
 float: right;
}

.pull-left {
 float: left;
}

.sr-only {
 position: absolute;
 width: 1px;
 height: 1px;
 padding: 0;
 margin: -1px;
 overflow: hidden;
 clip: rect(0, 0, 0, 0);
 border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
 position: static;
 width: auto;
 height: auto;
 margin: 0;
 overflow: visible;
 clip: auto;
}

.invisible {
 visibility: hidden;
}

.text-hide {
 font: "0/0"a;
 color: transparent;
 text-shadow: none;
 background-color: transparent;
 border: 0;
}

.text-left {
 text-align: left;
}

.text-right {
 text-align: right;
}

.text-center {
 text-align: center;
}

.text-justify {
 text-align: justify;
 text-justify: inter-ideograph;
}

.text-nowrap {
 white-space: nowrap;
}

.text-truncate {
 overflow: hidden;
 -o-text-overflow: ellipsis;
 text-overflow: ellipsis;
 white-space: nowrap;
}

.text-lowercase {
 text-transform: lowercase;
}

.text-uppercase {
 text-transform: uppercase;
}

.text-capitalize {
 text-transform: capitalize;
}

.c-flex {
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 -webkit-flex-wrap: wrap;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 -webkit-box-align: center;
 -webkit-align-items: center;
 -ms-flex-align: center;
 align-items: center;
}

::-webkit-scrollbar {
 width: 6px;
 height: 6px;
 background-color: rgba(255, 255, 255, 0.8);
}

::-webkit-scrollbar-track {
 background-color: rgba(255, 255, 255, 0.8);
}

::-webkit-scrollbar-thumb {
 background-color: #bfbfbf;
}

input:-webkit-autofill {
 -webkit-box-shadow: 0 0 0 1000px white inset !important;
 box-shadow: 0 0 0 1000px white inset !important;
}

svg.icon {
 width: 1em;
 height: 1em;
 vertical-align: -0.15em;
 fill: currentColor;
 overflow: hidden;
}

.unable-to-interact {
 cursor: not-allowed;
 pointer-events: none;
}

@font-face {
 font-family: "bebas";
 src: url("../fonts/bebas-webfont.woff2") format("woff2"), url("../fonts/bebas-webfont.woff") format("woff");
 font-weight: normal;
 font-style: normal;
}

@media only screen and (min-width: 961px) {
 a:hover {
 color: #004098;
 }
}

@media only screen and (max-width: 1350px) {
 .maxwidth {
 width: 1200px;
 }
}

@media only screen and (max-width: 1280px) {
 .h1 {
 font-size: 28px;
 }
 .h2 {
 font-size: 24px;
 }
 .h3 {
 font-size: 22px;
 }
 .h4 {
 font-size: 19px;
 }
 .h5 {
 font-size: 17px;
 }
 .h6 {
 font-size: 15px;
 }
 .maxwidth {
 width: 94%;
 }
}

@media only screen and (max-width: 960px) {
 .h1 {
 font-size: 24px;
 }
 .h2 {
 font-size: 22px;
 }
 .h3 {
 font-size: 20px;
 }
 .h4 {
 font-size: 18px;
 }
 .h5 {
 font-size: 16px;
 }
}

@media only screen and (max-width: 640px) {
 .h1 {
 font-size: 22px;
 }
 .h2 {
 font-size: 19px;
 }
 .h3 {
 font-size: 18px;
 }
 .h4 {
 font-size: 16px;
 }
 .h5 {
 font-size: 15px;
 }
}

.page-header {
 position: fixed;
 z-index: 9;
 width: 100%;
 background: #fff;
 opacity: 0;
 -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
 box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.page-header.ready {
 opacity: 1;
 -webkit-transition: background-color .3s, opacity .3s, -webkit-transform .3s;
 transition: background-color .3s, opacity .3s, -webkit-transform .3s;
 -o-transition: transform .3s, background-color .3s, opacity .3s;
 transition: transform .3s, background-color .3s, opacity .3s;
 transition: transform .3s, background-color .3s, opacity .3s, -webkit-transform .3s;
}

.page-header .search {
 cursor: pointer;
}

.page-header .search .title {
 width: 16px;
 height: 22px;
 background: url(../images/search.png) no-repeat center;
 background-size: 16px;
 -webkit-transition: background-color .3s;
 -o-transition: background-color .3s;
 transition: background-color .3s;
}

.page-header .search .content {
 left: auto;
 right: -8px;
}

.page-header .search .content::before, .page-header .search .content::after {
 left: auto;
 right: 10px;
}

.page-header .search .main {
 position: absolute;
 right: 0;
 bottom: 0;
 -webkit-transform: translateY(100%);
 -ms-transform: translateY(100%);
 transform: translateY(100%);
 z-index: 1;
 padding-top: 9px;
}

.page-header .search .form {
 width: 200px;
 padding: 0 10px;
 border-radius: 4px;
}

.page-header .search .submit {
 background: url(../images/search.png) no-repeat center;
 border: none;
 outline: none;
 padding: 0;
 width: 20px;
 height: 36px;
 background-size: 16px;
 cursor: pointer;
}

.page-header .search .input {
 width: 160px;
 height: 36px;
 border: none;
 padding: 0 0 0 8px;
 outline: none;
 color: #333;
}

.page-header .hr {
 width: 1px;
 height: 14px;
 background: #666;
 margin: 0 12px;
}

.page-header .language {
 line-height: 22px;
 cursor: pointer;
}

.page-header .language.lmtool-active .title::after {
 -webkit-transform: rotate(180deg);
 -ms-transform: rotate(180deg);
 transform: rotate(180deg);
}

.page-header .language .title {
 padding-right: 14px;
 position: relative;
}

.page-header .language .title::after {
 content: '';
 position: absolute;
 right: 0;
 top: 50%;
 margin-top: -4px;
 width: 8px;
 height: 8px;
 background: url(../images/down.png) no-repeat center;
 background-size: 8px;
 -webkit-transition: -webkit-transform .3s;
 transition: -webkit-transform .3s;
 -o-transition: transform .3s;
 transition: transform .3s;
 transition: transform .3s, -webkit-transform .3s;
}

.page-header .language .content {
 min-width: 88px;
 left: auto;
 right: 0;
 padding: 4px 0;
}

.page-header .language .content::before, .page-header .language .content::after {
 left: auto;
 right: 10px;
}

.page-header .language .item {
 display: block;
 padding: 4px 12px;
 -webkit-transition: color .3s, background-color .3s;
 -o-transition: color .3s, background-color .3s;
 transition: color .3s, background-color .3s;
}

.page-header .other .logo {
 height: 48px;
 margin-left: 28px;
}

.page-header .other .logo .img {
 height: 100%;
}

.page-logo {
 position: relative;
}

.page-logo .img {
 height: 58px;
 position: relative;
 z-index: 1;
 -webkit-transition: opacity .3s;
 -o-transition: opacity .3s;
 transition: opacity .3s;
}

.page-logo .img-w {
 height: 100%;
 position: absolute;
 left: 0;
 top: 0;
 z-index: 0;
 opacity: 0;
 -webkit-transition: opacity .3s;
 -o-transition: opacity .3s;
 transition: opacity .3s;
}

.page-nav {
 margin-left: auto;
}

.page-nav .item {
 max-width: 100px;
 height: 80px;
 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;
 -webkit-box-align: center;
 -webkit-align-items: center;
 -ms-flex-align: center;
 align-items: center;
 margin-right: 32px;
 text-align: center;
 line-height: 1.3; font-size:18px
}

.page-nav .item.active {
 color: #004098;
}

@media only screen and (min-width: 961px) {

 .page-header .language .item:hover {
 color: #fff;
 background: #004098;
 }
}

@media only screen and (max-width: 1280px) {
 .page-nav .item {
 margin-right: 28px;
 }
}

@media only screen and (max-width: 1200px) {
 .page-nav .item {
 margin-right: 24px;
 }
}

@media only screen and (max-width: 960px) {
 .page-header {
 -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
 box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
 border-bottom: none;
 padding-left: 3%;
 }
 .page-header > .maxwidth {
 width: 100%;
 }
 .page-header .other {
 margin: 0 54px 0 auto;
 }
 .page-header .hr {
 display: none;
 }
 .page-header .search {
 border-right: 1px #eee solid;
 }
 .page-header .search .title {
 width: 54px;
 height: 54px;
 background-size: 18px;
 }
 .page-header .search .content {
 right: 0;
 }
 .page-header .search .form {
 width: 180px;
 }
 .page-header .search .input {
 width: 140px;
 }
 .page-header .language .title {
 width: 54px;
 height: 54px;
 border-right: 1px #eee solid;
 padding: 0;
 font-size: 15px;
 text-align: center;
 line-height: 54px;
 }
 .page-header .language .title::after {
 display: none;
 }
 .page-nav {
 display: none;
 }
 .page-logo .img {
 height: 28px;
 }
}

.page-footer {
 position: relative;
 z-index: 2;
 background: #333333;
 padding-top: 40px;
 color: #eee;
}

.page-footer .copyright {
 padding: 12px 0;
 font-size: 12px;
 border-top: 1px #888 solid;color:#eee
}
.page-footer .copyright a{ color:#eee}
.page-footer .copyright .record {
 margin-left: auto; color:#eee
}

.page-footer .content {
 margin-bottom: 32px;
 -webkit-box-align: end;
 -webkit-align-items: flex-end;
 -ms-flex-align: end;
 align-items: flex-end;
}

.page-footer .content.top {
 -webkit-box-align: start;
 -webkit-align-items: flex-start;
 -ms-flex-align: start;
 align-items: flex-start;
}

.page-footer .content.top .item {
 margin-left: 48px;
}

.page-footer .logo {
 height: 38px;
}

.page-footer .item-r {
 margin-left: auto;
 text-align: right;
 font-size: 12px;
}

.page-footer .item-r .item {
 margin-left: 40px;
 font-size: 14px;
 color: #fff;
}

.page-footer .tel {
 font-size: 24px;
 font-family: bebas;
 color: #fff; font-weight:bold;
 margin-top: 2px;
}

.page-footer .prove {
 -webkit-box-align: start;
 -webkit-align-items: flex-start;
 -ms-flex-align: start;
 align-items: flex-start;
 padding: 16px 0;
}

.page-footer .prove .item {
 margin-right: 16px;
}

.page-footer .prove .img {
 height: 42px;
}

.page-footer .staff {
 -webkit-box-align: start;
 -webkit-align-items: flex-start;
 -ms-flex-align: start;
 align-items: flex-start;
 line-height: 1.6;
}

.page-footer .staff .item {
 font-size: 12px;
}

.page-footer .staff .tit {
 color: #000;
 font-size: 14px;
 margin-bottom: 6px;
}

.social-contact {
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 -webkit-flex-wrap: wrap;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 -webkit-box-align: center;
 -webkit-align-items: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: end;
 -webkit-justify-content: flex-end;
 -ms-flex-pack: end;
 justify-content: flex-end;
}

.social-contact-item {
 width: 44px;
 height: 44px;
 margin-right: 20px;
 cursor: pointer;
 position: relative;
 -webkit-transition: background-image .3s;
 -o-transition: background-image .3s;
 transition: background-image .3s;
 border: 1px #fff solid;
 border-radius: 50%;
}

.social-contact-item.weibo {
 background: url(../images/weibo-w.png) no-repeat center;
 background-size: 22px;
}

.social-contact-item.weixin {
 background: url(../images/weixin-w.png) no-repeat center;
 background-size: 22px;
}

.social-contact-item.linkedin {
 background: url(../images/linkedin-w.png) no-repeat center;
 background-size: 22px;
}

.social-contact-item.youtube {
 background: url(../images/youtube-w.png) no-repeat center;
 background-size: 22px;
}

.social-contact-item.instagram {
 background: url(../images/instagram-w.png) no-repeat center;
 background-size: 22px;
}

.social-contact-img {
 position: absolute;
 z-index: 1;
 left: 50%;
 top: -120px;
 width: 112px;
 margin-left: -56px;
 background: #fff;
 border: 1px #ddd solid;
 opacity: 0;
 visibility: hidden;
 -webkit-transition: opacity .3s, visibility .3s;
 -o-transition: opacity .3s, visibility .3s;
 transition: opacity .3s, visibility .3s;
}

.social-contact-img::after, .social-contact-img::before {
 content: '';
 position: absolute;
 left: 50%;
 bottom: -8px;
 z-index: 1;
 margin-left: -6px;
 width: 0;
 height: 0;
 border-left: 6px solid transparent;
 border-right: 6px solid transparent;
 border-top: 8px solid #ccc;
}

.social-contact-img::after {
 bottom: -7px;
 z-index: 2;
 border-top-color: #fff;
}

.social-contact-img .img {
 width: 100%;
}

.page-aside {
 position: fixed;
 right: 0;
 top: 50%;
 z-index: 2;
 margin-top: -63px;
 width: 40px;
}

.page-aside .item {
 width: 40px;
 height: 40px;
 display: block;
 background-color: #004098;
 margin-bottom: 2px;
 cursor: pointer;
 position: relative;
 margin-left: auto;
 -webkit-transition: -webkit-transform .3s;
 transition: -webkit-transform .3s;
 -o-transition: transform .3s;
 transition: transform .3s;
 transition: transform .3s, -webkit-transform .3s;
}

.page-aside .item::before {
 content: '';
 display: block;
 width: 40px;
 height: 40px;
 background: #004098 no-repeat center;
 background-size: 22px;
 -webkit-transition: -webkit-transform .3s;
 transition: -webkit-transform .3s;
 -o-transition: transform .3s;
 transition: transform .3s;
 transition: transform .3s, -webkit-transform .3s;
}

.page-aside .item.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;
 width: 180px;
}

.page-aside .item.tel::before {
 background-image: url(../images/icon02.png);
}

.page-aside .item.tel .content {
 color: #fff;
 font-size: 14px;
 letter-spacing: 0;
}

.page-aside .item.ewm::before {
 background-image: url(../images/icon03.png);
}

.page-aside .item.ewm .content {
 position: absolute;
 z-index: 1;
 left: -119px;
 top: 50%;
 width: 112px;
 margin-top: -56px;
 background: #fff;
 border: 1px #ddd solid;
 opacity: 0;
 visibility: hidden;
 -webkit-transition: opacity .3s, visibility .3s;
 -o-transition: opacity .3s, visibility .3s;
 transition: opacity .3s, visibility .3s;
}

.page-aside .item.ewm .content::after, .page-aside .item.ewm .content::before {
 content: '';
 position: absolute;
 right: -8px;
 top: 50%;
 z-index: 1;
 margin-top: -6px;
 width: 0;
 height: 0;
 border-left: 8px solid #ccc;
 border-top: 6px solid transparent;
 border-bottom: 6px solid transparent;
}

.page-aside .item.ewm .content::after {
 right: -7px;
 z-index: 2;
 border-left-color: #fff;
}

.page-aside .item.top::before {
 background-image: url(../images/icon04.png);
}

.page-aside .img {
 width: 100%;
}

@media only screen and (min-width: 961px) {
 .social-contact-item.hasimg:hover .social-contact-img {
 opacity: 1;
 visibility: visible;
 }
 .page-aside .item:hover.top::before {
 -webkit-transform: translateX(-6px);
 -ms-transform: translateX(-6px);
 transform: translateX(-6px);
 }
 .page-aside .item:hover.ewm .content {
 opacity: 1;
 visibility: visible;
 }
 .page-aside .item:hover.tel {
 -webkit-transform: translateX(-140px);
 -ms-transform: translateX(-140px);
 transform: translateX(-140px);
 }
}

@media only screen and (max-width: 1280px) {
 .page-footer .item-r .item {
 font-size: 13px;
 margin-left: 24px;
 }
}

@media only screen and (max-width: 960px) {
 .page-footer {
 border: none;
 padding-top: 0;
 }
 .page-footer .content {
 display: none;
 }
 .page-footer .copyright {
 border: none;
 text-align: center;
 }
 .page-footer .copyright > div {
 width: 100%;
 margin-bottom: 2px;
 }
 .page-footer .prove {
 display: none;
 }
 .page-aside {
 display: none;
 }
}

.index-banner {
 width: 100%;
 height: 780px;
}

.index-banner .img {
 width: 100%;
 display: none;
}

.index-banner .video {
 position: absolute;
 left: 0;
 top: 50%;
 z-index: 0;
 width: 100%;
 -webkit-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 transform: translateY(-50%);
 pointer-events: none;
}

.index-banner .swiper-slide {
 background-position: center;
 background-size: cover;
 background-color: #000;
}

.index-banner .index-page-pagination {
 bottom: 5%;
}

.index-banner .index-page-pagination .swiper-pagination-bullet {
 margin: 0 10px;
}

.index-banner .swiper-button-prev {
 left: 0;
 -webkit-transform: translateX(-60px);
 -ms-transform: translateX(-60px);
 transform: translateX(-60px);
 background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.index-banner .swiper-button-next {
 right: 0;
 -webkit-transform: translateX(60px);
 -ms-transform: translateX(60px);
 transform: translateX(60px);
 background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.index-banner .swiper-button-prev,
.index-banner .swiper-button-next {
 outline: none;
 width: 60px;
 height: 120px;
 margin-top: -60px;
 background-color: rgba(0, 0, 0, 0.3);
 background-size: 16px 32px;
 background-position: center;
 -webkit-transition: background-color .3s, opacity .3s, -webkit-transform .3s;
 transition: background-color .3s, opacity .3s, -webkit-transform .3s;
 -o-transition: background-color .3s, opacity .3s, transform .3s;
 transition: background-color .3s, opacity .3s, transform .3s;
 transition: background-color .3s, opacity .3s, transform .3s, -webkit-transform .3s;
}

.index-banner .swiper-button-prev:hover,
.index-banner .swiper-button-next:hover {
 background-color: #004098;
}

.index-page-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-page-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-page-pagination .swiper-pagination-bullet-active::after {
 opacity: 1;
 -webkit-animation: indicator-loading 10s linear forwards;
 animation: indicator-loading 10s linear forwards;
}

@media only screen and (min-width: 961px) {
 .index-banner:hover .swiper-button-prev,
 .index-banner:hover .swiper-button-next {
 -webkit-transform: translateX(0);
 -ms-transform: translateX(0);
 transform: translateX(0);
 }
}

@media only screen and (max-width: 1366px) {
 .index-banner .swiper-button-prev,
 .index-banner .swiper-button-next {
 width: 48px;
 height: 96px;
 background-size: 16px 32px;
 }
}

@media only screen and (max-width: 960px) {
 .index-banner {
 margin-top: 54px;
 height: auto;
 }
 .index-banner .img {
 display: block;
 }
 .index-banner .swiper-slide {
 background: none;
 }
 .index-banner .index-page-pagination .swiper-pagination-bullet {
 margin: 0 6px;
 }
 .index-banner .swiper-button-prev,
 .index-banner .swiper-button-next {
 display: none;
 }
 .index-page-pagination .swiper-pagination-bullet {
 width: 12px;
 height: 12px;
 color: transparent;
 border: 1px #fff solid;
 border-radius: 50%;
 }
 .index-page-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);
 }
}

.nav-toggle {
 width: 54px;
 height: 54px;
 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: 18px;
 right: 12px;
 -webkit-transform: scale(0.8);
 -ms-transform: scale(0.8);
 transform: scale(0.8);
}

.nav-toggle-list span {
 position: absolute;
 right: 0;
 width: 100%;
 height: 2px;
 background-color: #666;
 border-radius: 1px;
 border-radius: 1.5px;
 -webkit-transition: all .3s;
 -o-transition: all .3s;
 transition: all .3s;
}

.nav-toggle-list span:nth-of-type(1) {
 top: 0;
}

.nav-toggle-list span:nth-of-type(2) {
 top: 8px;
}

.nav-toggle-list span:nth-of-type(3) {
 width: 50%;
 top: 16px;
}

@-webkit-keyframes phone-navtop-animon {
 0% {
 top: 0;
 -webkit-transform: rotate(0);
 transform: rotate(0);
 }
 50% {
 top: 8px;
 -webkit-transform: rotate(0);
 transform: rotate(0);
 }
 100% {
 top: 8px;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
 }
}

@keyframes phone-navtop-animon {
 0% {
 top: 0;
 -webkit-transform: rotate(0);
 transform: rotate(0);
 }
 50% {
 top: 8px;
 -webkit-transform: rotate(0);
 transform: rotate(0);
 }
 100% {
 top: 8px;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
 }
}

@-webkit-keyframes phone-navbottom-animon {
 0% {
 width: 50%;
 top: 16px;
 -webkit-transform: rotate(0);
 transform: rotate(0);
 }
 50% {
 width: 100%;
 top: 8px;
 -webkit-transform: rotate(0);
 transform: rotate(0);
 }
 100% {
 width: 100%;
 top: 8px;
 -webkit-transform: rotate(-45deg);
 transform: rotate(-45deg);
 }
}

@keyframes phone-navbottom-animon {
 0% {
 width: 50%;
 top: 16px;
 -webkit-transform: rotate(0);
 transform: rotate(0);
 }
 50% {
 width: 100%;
 top: 8px;
 -webkit-transform: rotate(0);
 transform: rotate(0);
 }
 100% {
 width: 100%;
 top: 8px;
 -webkit-transform: rotate(-45deg);
 transform: rotate(-45deg);
 }
}

@-webkit-keyframes phone-navtop-animoff {
 0% {
 top: 8px;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
 }
 50% {
 top: 8px;
 -webkit-transform: rotate(0);
 transform: rotate(0);
 }
 100% {
 top: 0;
 -webkit-transform: rotate(0);
 transform: rotate(0);
 }
}

@keyframes phone-navtop-animoff {
 0% {
 top: 8px;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
 }
 50% {
 top: 8px;
 -webkit-transform: rotate(0);
 transform: rotate(0);
 }
 100% {
 top: 0;
 -webkit-transform: rotate(0);
 transform: rotate(0);
 }
}

@-webkit-keyframes phone-navbottom-animoff {
 0% {
 width: 100%;
 top: 8px;
 -webkit-transform: rotate(-45deg);
 transform: rotate(-45deg);
 }
 50% {
 width: 100%;
 top: 8px;
 -webkit-transform: rotate(0);
 transform: rotate(0);
 }
 100% {
 width: 50%;
 top: 16px;
 -webkit-transform: rotate(0);
 transform: rotate(0);
 }
}

@keyframes phone-navbottom-animoff {
 0% {
 width: 100%;
 top: 8px;
 -webkit-transform: rotate(-45deg);
 transform: rotate(-45deg);
 }
 50% {
 width: 100%;
 top: 8px;
 -webkit-transform: rotate(0);
 transform: rotate(0);
 }
 100% {
 width: 50%;
 top: 16px;
 -webkit-transform: rotate(0);
 transform: rotate(0);
 }
}

.phone-nav {
 position: fixed;
 left: 0;
 top: 0;
 right: 0;
 bottom: 0;
 z-index: 8;
 opacity: 0;
 visibility: hidden;
}

.phone-nav ::-webkit-scrollbar {
 width: 0;
 height: 0;
 background-color: rgba(255, 255, 255, 0);
}

.phone-nav.active {
 -webkit-transform: translateX(0);
 -ms-transform: translateX(0);
 transform: translateX(0);
}

.phone-nav .main {
 position: absolute;
 right: 0;
 top: 0;
 z-index: 1;
 width: 240px;
 height: 100%;
 background: #fff;
 border-left: 1px #eee solid;
 overflow: hidden;
 -webkit-transform: translateX(240px);
 -ms-transform: translateX(240px);
 transform: translateX(240px);
 -webkit-transition: -webkit-transform .3s;
 transition: -webkit-transform .3s;
 -o-transition: transform .3s;
 transition: transform .3s;
 transition: transform .3s, -webkit-transform .3s;
 overflow: hidden;
}

.phone-nav nav .ali-icon {
 margin-left: auto;
 width: 32px;
 height: 32px;
}

.phone-nav nav a {
 display: block;
 height: 54px;
 padding: 0 40px 0 20px;
 font-size: 15px;
 line-height: 54px;
 border-bottom: 1px solid #eee;
 color: #777;
 overflow: hidden;
 -o-text-overflow: ellipsis;
 text-overflow: ellipsis;
 white-space: nowrap;
}

.phone-nav nav a:first-of-type {
 height: 54px;
 line-height: 54px;
}

.phone-nav nav a.active {
 background: url(../images/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;
}

.phone-nav ul a {
 display: block;
 height: 48px;
 padding: 0 20px;
 font-size: 15px;
 line-height: 48px;
 border-bottom: 1px solid #eee;
 color: #777;
 overflow: hidden;
 -o-text-overflow: ellipsis;
 text-overflow: ellipsis;
 white-space: nowrap;
}

.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(../images/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;
}

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;
}

.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;
 }
}

.c-modal {
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 z-index: 99;
 overflow: hidden;
 outline: 0;
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 -webkit-flex-wrap: wrap;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 -webkit-box-align: center;
 -webkit-align-items: center;
 -ms-flex-align: center;
 align-items: center;
 opacity: 0;
 visibility: hidden;
}

.c-modal.on {
 opacity: 1;
 visibility: visible;
}

.c-modal-backdrop {
 position: absolute;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 z-index: 1;
 background: #000;
 opacity: 0;
 -webkit-transition: opacity .3s;
 -o-transition: opacity .3s;
 transition: opacity .3s;
}

.c-modal-backdrop.on {
 opacity: .5;
}

.c-modal-dialog {
 width: auto;
 max-width: 94%;
 max-height: 94%;
 position: relative;
 z-index: 2;
 -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
 box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
 border-radius: 5px;
 outline: 0;
 margin: 0 auto;
 opacity: 0;
 -webkit-transform: scale(0.8);
 -ms-transform: scale(0.8);
 transform: scale(0.8);
 -webkit-transition: opacity .3s, -webkit-transform .3s;
 transition: opacity .3s, -webkit-transform .3s;
 -o-transition: opacity .3s, transform .3s;
 transition: opacity .3s, transform .3s;
 transition: opacity .3s, transform .3s, -webkit-transform .3s;
 overflow: hidden;
}

.c-modal-dialog.on {
 opacity: 1;
 -webkit-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1);
}

.c-modal-dialog .content {
 display: none;
}

.c-modal-dialog .video {
 width: 768px;
 height: 432px;
}

.c-modal-dialog .video iframe {
 width: 100%;
 height: 100%;
}

.c-modal-dialog .video video,
.c-modal-dialog .video .video-js {
 width: 100%;
 height: 100%;
}

.c-modal-dialog .form {
 background: #fff;
 width: 500px;
 max-width: 100%;
 padding: 32px 6%;
}

.c-modal-dialog .imgshow {
 background-color: #fff;
}

.c-modal-dialog .imgshow .img {
 max-width: 100%;
}

.c-modal-dialog .imgshow .move {
 max-height: 94vh;
 overflow-y: scroll;
}

.c-modal-dialog .imgshow .move::-webkit-scrollbar {
 width: 17px;
 height: 17px;
 background-color: rgba(255, 255, 255, 0.8);
}

.c-modal-dialog .img {
 display: block;
 margin: 0 auto;
}

.c-modal-dialog .img > img {
 max-width: 94vw;
 max-height: 94vh;
}

.c-modal-off {
 width: 20px;
 height: 20px;
 color: #fff;
 position: absolute;
 z-index: 3;
 right: 20px;
 top: 20px;
 cursor: pointer;
 -webkit-transition: -webkit-transform .4s ease-out;
 transition: -webkit-transform .4s ease-out;
 -o-transition: transform .4s ease-out;
 transition: transform .4s ease-out;
 transition: transform .4s ease-out, -webkit-transform .4s ease-out;
}

.c-modal-off::after, .c-modal-off::before {
 content: '';
 width: 100%;
 height: 2px;
 background: #ddd;
 position: absolute;
 left: 0;
 top: 9px;
}

.c-modal-off::after {
 -webkit-transform: rotate(45deg);
 -ms-transform: rotate(45deg);
 transform: rotate(45deg);
}

.c-modal-off::before {
 -webkit-transform: rotate(-45deg);
 -ms-transform: rotate(-45deg);
 transform: rotate(-45deg);
}

.c-modal-off:hover {
 -webkit-transform: rotate(180deg);
 -ms-transform: rotate(180deg);
 transform: rotate(180deg);
}

@media only screen and (max-width: 768px) {
 .c-modal-dialog {
 width: 94%;
 }
 .c-modal-dialog .video {
 width: 100%;
 height: auto;
 padding-bottom: 56.25%;
 position: relative;
 }
 .c-modal-dialog .video-js {
 position: absolute;
 }
 .c-modal-dialog .search {
 margin: 0 auto;
 }
 .c-modal-dialog .search .input {
 height: 54px;
 line-height: 54px;
 }
 .c-modal-dialog .search .submit {
 width: 54px;
 height: 54px;
 background-size: 24px;
 }
}

.c-pagination {
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 -webkit-flex-wrap: wrap;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 -webkit-box-align: start;
 -webkit-align-items: flex-start;
 -ms-flex-align: start;
 align-items: flex-start;
 margin-top: 28px;
 -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: #004098;
}

.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: #004098;
 border-color: #004098;
}

@media only screen and (min-width: 961px) {
 .c-pagination-item:not(.disabled):hover {
 color: #fff;
 background-color: #004098;
 border-color: #004098;
 }
}

@media only screen and (max-width: 960px) {
 .c-pagination {
 margin-top: 24px;
 }
}

@media only screen and (max-width: 640px) {
 .c-pagination {
 margin-top: 20px;
 }
}

.swiper-container {
 opacity: 0;
 -webkit-transition: opacity .4s ease;
 -o-transition: opacity .4s ease;
 transition: opacity .4s ease;
}

.swiper-container.isready {
 opacity: 1;
}

.swiper-slide {
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 overflow: hidden;
}

.swiper-button-next,
.swiper-button-prev {
 outline: none;
}

/* ==========================================================================
 Component: Aniamtion
 ============================================================================ */
[class*=lmtool-animation-] {
 -webkit-animation-duration: 0.4s;
 animation-duration: 0.4s;
 -webkit-animation-timing-function: ease-out;
 animation-timing-function: ease-out;
 -webkit-animation-fill-mode: both;
 animation-fill-mode: both;
}

/* Fade */
.lmtool-animation-fade {
 -webkit-animation-name: lmtool-fade;
 animation-name: lmtool-fade;
 -webkit-animation-duration: 0.8s;
 animation-duration: 0.8s;
 -webkit-animation-timing-function: linear;
 animation-timing-function: linear;
}

/* Scale */
.lmtool-animation-scale-up {
 -webkit-animation-name: lmtool-scale-up;
 animation-name: lmtool-scale-up;
}

.lmtool-animation-scale-down {
 -webkit-animation-name: lmtool-scale-down;
 animation-name: lmtool-scale-down;
}

/* Slide */
.lmtool-animation-slide-top {
 -webkit-animation-name: lmtool-slide-top;
 animation-name: lmtool-slide-top;
}

.lmtool-animation-slide-top-fixed {
 -webkit-animation-name: lmtool-slide-top-fixed;
 animation-name: lmtool-slide-top-fixed;
}

.lmtool-animation-slide-bottom {
 -webkit-animation-name: lmtool-slide-bottom;
 animation-name: lmtool-slide-bottom;
}

.lmtool-animation-slide-bottom-fixed {
 -webkit-animation-name: lmtool-slide-bottom-fixed;
 animation-name: lmtool-slide-bottom-fixed;
}

.lmtool-animation-slide-left {
 -webkit-animation-name: lmtool-slide-left;
 animation-name: lmtool-slide-left;
}

.lmtool-animation-slide-right {
 -webkit-animation-name: lmtool-slide-right;
 animation-name: lmtool-slide-right;
}

.lmtool-animation-slide-top-fixed {
 -webkit-animation-name: lmtool-slide-top-fixed;
 animation-name: lmtool-slide-top-fixed;
}

/* Shake */
.lmtool-animation-shake {
 -webkit-animation-name: lmtool-shake;
 animation-name: lmtool-shake;
}

/* Spin */
.lmtool-animation-spin {
 -webkit-animation: lmtool-spin 2s infinite linear;
 animation: lmtool-spin 2s infinite linear;
}

/* Spring */
.lmtool-animation-left-spring {
 -webkit-animation: lmtool-left-spring 0.3s ease-in-out;
 animation: lmtool-left-spring 0.3s ease-in-out;
}

.lmtool-animation-right-spring {
 -webkit-animation: lmtool-right-spring 0.3s ease-in-out;
 animation: lmtool-right-spring 0.3s ease-in-out;
}

.lmtool-animation-reverse {
 animation-direction: reverse;
}

.lmtool-animation-paused {
 -webkit-animation-play-state: paused !important;
 animation-play-state: paused !important;
}

.lmtool-animation-delay-1 {
 -webkit-animation-delay: 1s;
 animation-delay: 1s;
}

.lmtool-animation-delay-2 {
 -webkit-animation-delay: 2s;
 animation-delay: 2s;
}

.lmtool-animation-delay-3 {
 -webkit-animation-delay: 3s;
 animation-delay: 3s;
}

.lmtool-animation-delay-4 {
 -webkit-animation-delay: 4s;
 animation-delay: 4s;
}

.lmtool-animation-delay-5 {
 -webkit-animation-delay: 5s;
 animation-delay: 5s;
}

.lmtool-animation-delay-6 {
 -webkit-animation-delay: 6s;
 animation-delay: 6s;
}

/* Keyframes
 ============================================================================ */
/* Fade */
@-webkit-keyframes lmtool-fade {
 0% {
 opacity: 0;
 }
 100% {
 opacity: 1;
 }
}

@keyframes lmtool-fade {
 0% {
 opacity: 0;
 }
 100% {
 opacity: 1;
 }
}

/* Scale up */
@-webkit-keyframes lmtool-scale-up {
 0% {
 opacity: 0;
 -webkit-transform: scale(0.2);
 transform: scale(0.2);
 }
 100% {
 opacity: 1;
 -webkit-transform: scale(1);
 transform: scale(1);
 }
}

@keyframes lmtool-scale-up {
 0% {
 opacity: 0;
 -webkit-transform: scale(0.2);
 transform: scale(0.2);
 }
 100% {
 opacity: 1;
 -webkit-transform: scale(1);
 transform: scale(1);
 }
}

/* Scale down */
@-webkit-keyframes lmtool-scale-down {
 0% {
 opacity: 0;
 -webkit-transform: scale(1.8);
 transform: scale(1.8);
 }
 100% {
 opacity: 1;
 -webkit-transform: scale(1);
 transform: scale(1);
 }
}

@keyframes lmtool-scale-down {
 0% {
 opacity: 0;
 -webkit-transform: scale(1.8);
 transform: scale(1.8);
 }
 100% {
 opacity: 1;
 -webkit-transform: scale(1);
 transform: scale(1);
 }
}

/* Slide top */
@-webkit-keyframes lmtool-slide-top {
 0% {
 opacity: 0;
 -webkit-transform: translateY(-100%);
 transform: translateY(-100%);
 }
 100% {
 opacity: 1;
 -webkit-transform: translateY(0);
 transform: translateY(0);
 }
}

@keyframes lmtool-slide-top {
 0% {
 opacity: 0;
 -webkit-transform: translateY(-100%);
 transform: translateY(-100%);
 }
 100% {
 opacity: 1;
 -webkit-transform: translateY(0);
 transform: translateY(0);
 }
}

/* Slide bottom */
@-webkit-keyframes lmtool-slide-bottom {
 0% {
 opacity: 0;
 -webkit-transform: translateY(100%);
 transform: translateY(100%);
 }
 100% {
 opacity: 1;
 -webkit-transform: translateY(0);
 transform: translateY(0);
 }
}

@keyframes lmtool-slide-bottom {
 0% {
 opacity: 0;
 -webkit-transform: translateY(100%);
 transform: translateY(100%);
 }
 100% {
 opacity: 1;
 -webkit-transform: translateY(0);
 transform: translateY(0);
 }
}

/* Slide left */
@-webkit-keyframes lmtool-slide-left {
 0% {
 opacity: 0;
 -webkit-transform: translateX(-100%);
 transform: translateX(-100%);
 }
 100% {
 opacity: 1;
 -webkit-transform: translateX(0);
 transform: translateX(0);
 }
}

@keyframes lmtool-slide-left {
 0% {
 opacity: 0;
 -webkit-transform: translateX(-100%);
 transform: translateX(-100%);
 }
 100% {
 opacity: 1;
 -webkit-transform: translateX(0);
 transform: translateX(0);
 }
}

/* Slide right */
@-webkit-keyframes lmtool-slide-right {
 0% {
 opacity: 0;
 -webkit-transform: translateX(100%);
 transform: translateX(100%);
 }
 100% {
 opacity: 1;
 -webkit-transform: translateX(0);
 transform: translateX(0);
 }
}

@keyframes lmtool-slide-right {
 0% {
 opacity: 0;
 -webkit-transform: translateX(100%);
 transform: translateX(100%);
 }
 100% {
 opacity: 1;
 -webkit-transform: translateX(0);
 transform: translateX(0);
 }
}

/* Shake */
@-webkit-keyframes lmtool-shake {
 0%,
 100% {
 -webkit-transform: translateX(0);
 transform: translateX(0);
 }
 10% {
 -webkit-transform: translateX(-9px);
 transform: translateX(-9px);
 }
 20% {
 -webkit-transform: translateX(8px);
 transform: translateX(8px);
 }
 30% {
 -webkit-transform: translateX(-7px);
 transform: translateX(-7px);
 }
 40% {
 -webkit-transform: translateX(6px);
 transform: translateX(6px);
 }
 50% {
 -webkit-transform: translateX(-5px);
 transform: translateX(-5px);
 }
 60% {
 -webkit-transform: translateX(4px);
 transform: translateX(4px);
 }
 70% {
 -webkit-transform: translateX(-3px);
 transform: translateX(-3px);
 }
 80% {
 -webkit-transform: translateX(2px);
 transform: translateX(2px);
 }
 90% {
 -webkit-transform: translateX(-1px);
 transform: translateX(-1px);
 }
}

@keyframes lmtool-shake {
 0%,
 100% {
 -webkit-transform: translateX(0);
 transform: translateX(0);
 }
 10% {
 -webkit-transform: translateX(-9px);
 transform: translateX(-9px);
 }
 20% {
 -webkit-transform: translateX(8px);
 transform: translateX(8px);
 }
 30% {
 -webkit-transform: translateX(-7px);
 transform: translateX(-7px);
 }
 40% {
 -webkit-transform: translateX(6px);
 transform: translateX(6px);
 }
 50% {
 -webkit-transform: translateX(-5px);
 transform: translateX(-5px);
 }
 60% {
 -webkit-transform: translateX(4px);
 transform: translateX(4px);
 }
 70% {
 -webkit-transform: translateX(-3px);
 transform: translateX(-3px);
 }
 80% {
 -webkit-transform: translateX(2px);
 transform: translateX(2px);
 }
 90% {
 -webkit-transform: translateX(-1px);
 transform: translateX(-1px);
 }
}

/* Slide top fixed */
@-webkit-keyframes lmtool-slide-top-fixed {
 0% {
 opacity: 0;
 -webkit-transform: translateY(-100px);
 transform: translateY(-100px);
 }
 100% {
 opacity: 1;
 -webkit-transform: translateY(0);
 transform: translateY(0);
 }
}

@keyframes lmtool-slide-top-fixed {
 0% {
 opacity: 0;
 -webkit-transform: translateY(-100px);
 transform: translateY(-100px);
 }
 100% {
 opacity: 1;
 -webkit-transform: translateY(0);
 transform: translateY(0);
 }
}

/* Slide bottom fixed */
@-webkit-keyframes lmtool-slide-bottom-fixed {
 0% {
 opacity: 0;
 -webkit-transform: translateY(100px);
 transform: translateY(100px);
 }
 100% {
 opacity: 1;
 -webkit-transform: translateY(0);
 transform: translateY(0);
 }
}

@keyframes lmtool-slide-bottom-fixed {
 0% {
 opacity: 0;
 -webkit-transform: translateY(100px);
 transform: translateY(100px);
 }
 100% {
 opacity: 1;
 -webkit-transform: translateY(0);
 transform: translateY(0);
 }
}

/* Spin */
@-webkit-keyframes lmtool-spin {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
 }
 100% {
 -webkit-transform: rotate(359deg);
 transform: rotate(359deg);
 }
}

@keyframes lmtool-spin {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
 }
 100% {
 -webkit-transform: rotate(359deg);
 transform: rotate(359deg);
 }
}

/* Spring */
@-webkit-keyframes lmtool-right-spring {
 0% {
 -webkit-transform: translateX(0);
 transform: translateX(0);
 }
 50% {
 -webkit-transform: translateX(-20%);
 transform: translateX(-20%);
 }
 100% {
 -webkit-transform: translateX(0);
 transform: translateX(0);
 }
}

@keyframes lmtool-right-spring {
 0% {
 -webkit-transform: translateX(0);
 transform: translateX(0);
 }
 50% {
 -webkit-transform: translateX(-20%);
 transform: translateX(-20%);
 }
 100% {
 -webkit-transform: translateX(0);
 transform: translateX(0);
 }
}

@-webkit-keyframes lmtool-left-spring {
 0% {
 -webkit-transform: translateX(0);
 transform: translateX(0);
 }
 50% {
 -webkit-transform: translateX(20%);
 transform: translateX(20%);
 }
 100% {
 -webkit-transform: translateX(0);
 transform: translateX(0);
 }
}

@keyframes lmtool-left-spring {
 0% {
 -webkit-transform: translateX(0);
 transform: translateX(0);
 }
 50% {
 -webkit-transform: translateX(20%);
 transform: translateX(20%);
 }
 100% {
 -webkit-transform: translateX(0);
 transform: translateX(0);
 }
}

.lmtool-sticky {
 position: fixed !important;
 z-index: 99;
 -webkit-transform-origin: 0 0;
 -ms-transform-origin: 0 0;
 transform-origin: 0 0;
}

[data-lmtool-sticky][class*=lmtool-animation-] {
 -webkit-animation-duration: 0.2s;
 animation-duration: 0.2s;
}

.lmtool-dropdown {
 position: relative;
 display: inline-block;
}

.lmtool-dropdown-toggle:focus {
 outline: 0;
}

.lmtool-dropdown-content {
 position: absolute;
 top: 100%;
 left: 0;
 z-index: 1020;
 display: none;
 float: left;
 min-width: 160px;
 margin: 9px 0 0;
 text-align: left;
 background-color: #fff;
 border: 1px solid #ddd;
 border-radius: 4px;
 background-clip: padding-box;
 -webkit-animation-duration: 0.15s;
 animation-duration: 0.15s;
}

.lmtool-dropdown-content:before,
.lmtool-dropdown-content:after {
 position: absolute;
 display: block;
 content: "";
 width: 0;
 height: 0;
 border: 8px dashed transparent;
 z-index: 1;
}

.lmtool-dropdown-content:before,
.lmtool-dropdown-content:after {
 border-bottom-style: solid;
 border-width: 0 8px 8px;
}

.lmtool-dropdown-content:before {
 border-bottom-color: #ddd;
 bottom: 0;
}

.lmtool-dropdown-content:after {
 border-bottom-color: #fff;
 bottom: -1px;
}

.lmtool-dropdown-content:before,
.lmtool-dropdown-content:after {
 left: 10px;
 top: -8px;
 pointer-events: none;
}

.lmtool-dropdown-content:after {
 top: -7px;
}

.lmtool-active > .lmtool-dropdown-content {
 display: block;
}

.lmtool-dropdown-content :first-child {
 margin-top: 0;
}

.lmtool-dropdown-up .lmtool-dropdown-content {
 top: auto;
 bottom: 100%;
 margin: 0 0 9px;
}

.lmtool-dropdown-up .lmtool-dropdown-content:before,
.lmtool-dropdown-up .lmtool-dropdown-content:after {
 border-bottom: none;
 border-top: 8px solid #ddd;
 top: auto;
 bottom: -8px;
}

.lmtool-dropdown-up .lmtool-dropdown-content:after {
 bottom: -7px;
 border-top-color: #fff;
}

.lmtool-dropdown-flip .lmtool-dropdown-content {
 left: auto;
 right: 0;
}

.lmtool-dropdown-flip .lmtool-dropdown-content:before,
.lmtool-dropdown-flip .lmtool-dropdown-content:after {
 left: auto;
 right: 10px;
}

.lmtool-dropdown-animation {
 -webkit-animation: lmtool-dropdown-animation 0.15s ease-out;
 animation: lmtool-dropdown-animation 0.15s ease-out;
}

@-webkit-keyframes lmtool-dropdown-animation {
 0% {
 opacity: 1;
 -webkit-transform: translateY(0);
 transform: translateY(0);
 }
 100% {
 opacity: 0;
 -webkit-transform: translateY(-10px);
 transform: translateY(-10px);
 }
}

@keyframes lmtool-dropdown-animation {
 0% {
 opacity: 1;
 -webkit-transform: translateY(0);
 transform: translateY(0);
 }
 100% {
 opacity: 0;
 -webkit-transform: translateY(-10px);
 transform: translateY(-10px);
 }
}

.page-main {
 overflow: hidden;
 padding-top: 80px;
 position: relative;
 background: #fff;
}

.page-main.not-pdtop {
 
}

.bsBox {
 -webkit-box-sizing: content-box;
 box-sizing: content-box;
}

.lmtool-dropdown-content {
 -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
 box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}

.c-imghover {
 overflow: hidden;
}

.c-imghover .c-imghover-item {
 -webkit-transition: -webkit-transform .4s ease-out;
 transition: -webkit-transform .4s ease-out;
 -o-transition: transform .4s ease-out;
 transition: transform .4s ease-out;
 transition: transform .4s ease-out, -webkit-transform .4s ease-out;
}

.inside-banner .img {
 width: 100%;
}

.inside-banner .img-m {
 width: 100%;
 display: none;
}

.crumb-nav-link {
 color: #999;
 padding-right: 16px;
 margin-right: 6px;
 position: relative;
 max-width: 160px;
 overflow: hidden;
 -o-text-overflow: ellipsis;
 text-overflow: ellipsis;
 white-space: nowrap;
}

.crumb-nav-link::after {
 content: '>';
 line-height: 14px;
 position: absolute;
 right: 0;
 top: 50%;
 margin-top: -7px;
 color: #ccc;
}

.crumb-nav-active {
 color: #004098;
 max-width: 160px;
 overflow: hidden;
 -o-text-overflow: ellipsis;
 text-overflow: ellipsis;
 white-space: nowrap;
}

.editor-detail {
 color: #666;
 font-size: 15px;
 line-height: 1.8;
 text-align: justify;
 text-justify: inter-ideograph;
}

.editor-detail ul {
 list-style: none;
 -webkit-padding-start: 0;
 padding-inline-start: 0;
}

.editor-detail ul li:before {
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 content: "•";
 display: inline-block;
 font-size: 14px;
 margin-left: -58px;
 padding-right: 15px;
 text-align: right;
 font-weight: 700;
 width: 58px;
}

.editor-detail ol {
 list-style: decimal;
}

.editor-detail li {
 margin-left: 30px;
 padding-top: 2px;
}

.editor-detail a {
 text-decoration: underline;
}

.editor-detail blockquote {
 background-color: #f2f5fb;
 padding: 5px 20px;
 margin-left: 0;
 margin-right: 0;
 color: #243342;
 border-left: 5px solid #d0d6dc;
}

.editor-detail img {
 max-width: 100%;
}

.editor-detail.img-center img {
 display: block;
 margin: 0 auto;
}

.editor-detail.img-mg img {
 display: block;
 margin: 15px auto;
}

.editor-detail.word-type {
 text-indent: 2em;
}

.editor-detail.word-type p {
 margin: 15px 0;
}

.editor-detail.word-type p img {
 display: block;
 margin: 0 auto;
}

.editor-detail.word-type p:first-of-type {
 margin-top: 0;
}

.editor-detail.no-spacing p {
 margin: 0;
}

.c-btn-a {
 width: 200px;
 line-height: 46px;
 color: #fff;
 background: #004098;
 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 #004098 solid;
}

.c-btn-a::after {
 content: '';
 width: 25px;
 height: 12px;
 background: url(../images/jt01-w.png) no-repeat center;
 background-size: 100% 100%;
 margin-left: 12px;
 -webkit-transition: background-image .3s;
 -o-transition: background-image .3s;
 transition: background-image .3s;
}

.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::after {
 background-image: url(../images/jt01.png);
}

.c-btn-a.type-line::before {
 background-color: #004098;
}

.c-btn-a.type-white {
 background: #fff;
 color: #666;
 border-color: #666;
}

.c-btn-a.type-white::after {
 background-image: url(../images/jt01.png);
}

.c-btn-a.type-white::before {
 background-color: #004098;
}

.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;
}

.title-typea {
 padding-bottom: 28px;
 margin-bottom: 36px;
 position: relative; font-weight:bold; font-size:36px
}
.title-typea span{ }
.title-typea::after {
 content: '';
 position: absolute;
 left: 0;
 bottom: 0;
 width: 48px;
 height: 1px;
 background-color: #333;
}

.title-typeb {
 max-width: 720px;
 text-align: center;
 margin: 0 auto 40px;
 line-height: 1.3;
}

.title-typeb .title-typeb-en {
 margin-top: 10px; text-transform:uppercase
}

.title-typeb .title-typeb-tit {
 margin-top: 12px;
}

.title-typeb .title-typeb-text {
 line-height: 1.6;
 margin-top: 16px;
}

.title-typeb.type-white {
 color: #fff;
}

.title-typeb.type-white .title-typeb-title {
 color: #fff;
}

.page-dw {
 position: absolute;
 left: 0;
 top: -100px;
 z-index: -1;
}

@media only screen and (min-width: 961px) {
 .c-imghover:hover .c-imghover-item {
 -webkit-transition: -webkit-transform 1.2s ease-out;
 transition: -webkit-transform 1.2s ease-out;
 -o-transition: transform 1.2s ease-out;
 transition: transform 1.2s ease-out;
 transition: transform 1.2s ease-out, -webkit-transform 1.2s ease-out;
 -webkit-transform: scale(1.1);
 -ms-transform: scale(1.1);
 transform: scale(1.1);
 }
 .c-btn-a:hover {
 color: #fff;
 border-color: #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: #004098;
 }
 .c-btn-a.type-line:hover::after {
 background-image: url(../images/jt01-w.png);
 }
 .c-btn-a.type-white:hover::after {
 background-image: url(../images/jt01-w.png);
 }
}

@media only screen and (max-width: 1280px) {
 .title-typea {
 padding-bottom: 20px;
 margin-bottom: 28px;
 }
 .title-typea::after {
 width: 40px;
 }
 .c-btn-a {
 width: 160px;
 font-size: 13px;
 line-height: 38px;
 }
 .c-btn-a::after {
 width: 18px;
 height: 9px;
 margin-left: 10px;
 }
}

@media only screen and (max-width: 960px) {
 .page-main {
 padding-top: 54px;
 }
 .inside-banner .img {
 display: none;
 }
 .inside-banner .img-m {
 display: block;
 }
 .page-dw {
 top: -54px;
 }
 .editor-detail.img-mg img {
 margin: 12px auto;
 }
 .editor-detail.word-type p {
 margin: 12px 0;
 }
 .title-typea {
 padding-bottom: 16px;
 margin-bottom: 24px;
 }
 .title-typea::after {
 width: 36px;
 }
 .title-typeb {
 margin-bottom: 32px;
 }
 .c-btn-a {
 width: 140px;
 }
}

@media only screen and (max-width: 640px) {
 .editor-detail.img-mg img {
 margin: 10px auto;
 }
 .editor-detail.word-type p {
 margin: 10px 0;
 }
 .title-typea {
 padding-bottom: 14px;
 margin-bottom: 18px;
 }
 .title-typea::after {
 width: 32px;
 }
 .title-typeb {
 margin-bottom: 24px;
 }
 .title-typeb .title-typeb-en {
 margin-top: 6px;
 }
 .title-typeb .title-typeb-tit {
 margin-top: 8px;
 }
 .title-typeb .title-typeb-text {
 margin-top: 14px;
 font-size: 14px;
 }
}

.index-page-pd {
 padding: 80px 0 100px;
}

.index-page01 {
 -webkit-box-align: start;
 -webkit-align-items: flex-start;
 -ms-flex-align: start;
 align-items: flex-start;
}

.index-page01 .item-l {
 width: 50%;
 padding: 3% 260px 0 8%;
}

.index-page01 .item-l .content {
 line-height: 1.7;
 margin-bottom: 100px;
}

.index-page01 .item-r {
 width: 50%;
}

.index-page01 .item-r .img {
 width: 100%;
}

.index-page01 .item-r .list {
 position: relative;
 padding: 0 3%;
 -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
 box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
}

.index-page01 .item-r .item {
 width: 20%;
 text-align: center;
 padding: 28px 3%;
 line-height: 22px;
}

.index-page01 .item-r .num {
 font-size: 42px;
 font-family: bebas;
 line-height: 1;
 margin-bottom: 10px; font-weight:bold
}

.index-page01 .item-r .video {
 position: absolute;
 left: -210px;
 top: 0;
 width: 210px;
 height: 100%;
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
 cursor: pointer;
}

.index-page01 .item-r .video::after {
 content: '';
 position: absolute;
 left: 0;
 right: 0;
 top: 0;
 bottom: 0;
 z-index: 1;
 background: rgba(0, 0, 0, 0.5) url(../images/icon01.png) no-repeat center;
 background-size: 50px;
}

.index-page02 {
 position: relative;
 height: 600px;
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
}

.index-page02 .more {
 
}

.index-page03 .item {
 -webkit-box-align: stretch;
 -webkit-align-items: stretch;
 -ms-flex-align: stretch;
 align-items: stretch;
}

.index-page03 .item:nth-of-type(2n) .box {
 -webkit-box-ordinal-group: 2;
 -webkit-order: 1;
 -ms-flex-order: 1;
 order: 1;
}

.index-page03 .item:nth-of-type(2n) .main {
 margin-left: 0;
 text-align: left;
}

.index-page03 .item:nth-of-type(2n) .more {
 margin-left: 0;
}

.index-page03 .item:nth-of-type(2n) .img-box::after {
 left: auto;
 right: 0;
 border-color: transparent #fff transparent transparent;
}

.index-page03 .box {
 width: 43.75%;
 padding: 4% 4.5%;
}

.index-page03 .main {
 max-width: 540px;
 margin-left: auto;
 text-align: right;
 color: #666;
}

.index-page03 .more {
 margin-left: auto;
 margin-top: 60px;
}

.index-page03 .img-box {
 width: 56.25%;
 position: relative;
 overflow: hidden;
 display: block;
}

.index-page03 .img-box::after {
 content: '';
 position: absolute;
 top: 50%;
 left: 0;
 z-index: 1;
 margin-top: -24px;
 border: 24px solid;
 border-color: transparent transparent transparent #fff;
}

.index-page03 .img {
 position: absolute;
 left: 0;
 top: 0;
 right: 0;
 bottom: 0;
 z-index: 0;
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
}

.index-page03 .tit {
 margin-top: 8px;
 color: #333;
}

.index-page03 .en {
 margin-top: 6px;
}

.index-page03 .text {
 margin-top: 24px;
 line-height: 1.5;
}

.index-page03 .bg {
 width: 100%;
 display: none;
}

.index-page04 .more {
 margin-top: 40px;
}

.index-page04 .word {
 max-width: 45%;
 margin: 0 auto;
 display: block;
}
.index-page04 h2{ color:#fff; font-size:30px; margin-bottom:20px}
.index-page04 .main{ width:500px}
.index-page04 .main h3{color:#fff; font-size:16px; margin:10px 0px}
.index-page04 .main p{color:#fff; font-size:14px; opacity:0.8; line-height:30px}

@media only screen and (max-width: 1600px) {
 .index-page01 .item-l {
 padding: 0 4%;
 }
 .index-page01 .item-l .content {
 margin-bottom: 60px;
 }
 .index-page01 .item-r .video {
 width: 160px;
 height: 100px;
 left: 0;
 top: -100px;
 }
 .index-page01 .item-r .video::after {
 background-size: 40px;
 }
 .index-page02 {
 height: 640px;
 }
}

@media only screen and (max-width: 1440px) {
 .index-page-pd {
 padding: 64px 0 80px;
 }
 .index-page01 .item-l .content {
 margin-bottom: 48px;
 }
 .index-page01 .item-r .num {
 font-size: 40px;
 }
 .index-page02 {
 height: 520px;
 }
 .index-page03 .more {
 margin-top: 48px;
 }
}

@media only screen and (max-width: 1200px) {
 .index-page01 .item-r .item {
 font-size: 13px;
 }
 .index-page01 .item-r .num {
 font-size: 32px;
 margin-bottom: 8px;
 }
}

@media only screen and (max-width: 960px) {
 .index-page-pd {
 padding: 48px 0 60px;
 }
 .index-page01 .item-l .content {
 margin-bottom: 28px;
 }
 .index-page01.index-page-pd {
 padding: 0;
 }
 .index-page01 .item-l {
 width: 100%;
 padding: 32px 3% 48px;
 }
 .index-page01 .item-r {
 width: 100%;
 }
 .index-page02 {
 height: 400px;
 }
 .index-page02 .more {
 margin-top: 60px;
 }
 .index-page03.index-page-pd {
 padding: 0;
 }
 .index-page03 .item:nth-of-type(2n) .box {
 -webkit-box-ordinal-group: 1;
 -webkit-order: 0;
 -ms-flex-order: 0;
 order: 0;
 }
 .index-page03 .box {
 width: 100%;
 padding: 32px 3% 48px;
 }
 .index-page03 .img-box {
 width: 100%;
 }
 .index-page03 .img-box::after {
 display: none;
 }
 .index-page03 .main {
 margin-left: 0;
 text-align: left;
 max-width: 100%;
 }
 .index-page03 .more {
 margin-left: 0;
 }
 .index-page03 .bg {
 display: block;
 }
 .index-page04 .more {
 margin-top: 32px;
 }
 .index-page04 .word {
 max-width: 50%;
 }
}

@media only screen and (max-width: 640px) {
 .index-page01 .item-l {
 padding: 32px 3% 40px;
 }
 .index-page01 .item-r .num {
 font-size: 24px;
 margin-bottom: 6px;
 }
 .index-page01 .item-r .item {
 font-size: 12px;
 padding: 20px 3%;
 }
 .index-page01 .item-r .video {
 width: 120px;
 height: 75px;
 top: -75px;
 }
 .index-page01 .item-r .video::after {
 background-size: 32px;
 }
 .index-page02 {
 height: 360px;
 }
 .index-page02 .more {
 margin-top: 40px;
 }
 .index-page03 .box {
 padding: 28px 3% 40px;
 }
 .index-page03 .more {
 margin-top: 28px;
 }
 .index-page03 .text {
 margin-top: 16px;
 }
 .index-page04 .more {
 margin-top: 28px;
 }
 .index-page04 .word {
 max-width: 80%;
 }
}

.inside-page-pd {
 padding: 80px 0; 
}
.inside-page-staff {
    padding-top: 80px; 
   }
   .inside-page-staff ul { overflow: hidden;}
   .inside-page-staff ul li{ float: left; width: 48%; margin-right: 4%; text-align: center;;;}
   .inside-page-staff ul li:nth-child(2n){  margin-right: 0px;}
   .inside-page-staff ul li p{ font-size: 18px;  background: #004098 ; color: #fff; height: 45px; line-height: 45px;;;;;}
   .inside-page-staff ul li img{ width: 100%;}
   .inside-page-staff ul li:hover p{ background: #e60012;}

@media only screen and (max-width: 1440px) {
 .inside-page-pd {
 padding: 60px 0;
 }
}

@media only screen and (max-width: 960px) {
 .inside-page-pd {
 padding: 48px 0;
 }
}

@media only screen and (max-width: 640px) {
 .inside-page-pd {
 padding: 32px 0;
 }
}

.about-page01 .container {
 position: relative;
}

.about-page01 .main {
 max-width: 1080px;
 margin: 0 auto;
 -webkit-box-align: start;
 -webkit-align-items: flex-start;
 -ms-flex-align: start;
 align-items: flex-start;
 position: relative;
 z-index: 1;
}

.about-page01 .item-l {
 width: 38%;
 position: relative;
 cursor: pointer;
}

.about-page01 .item-l::after {
 content: '';
 position: absolute;
 left: 0;
 right: 0;
 top: 0;
 bottom: 0;
 z-index: 1;
 
 background-size: 60px;
}

.about-page01 .item-r {
 width: 56%;
 margin-left: auto;
 margin-top: 80px;
 background: rgba(255, 255, 255, 0.9);
 padding: 3.5%;
}

.about-page01 .content {
 line-height: 1.7;
 font-size: 15px;
}

.about-page01 .bg {
 position: absolute;
 left: 0;
 top: 40px;
 z-index: 0;
 width: 100%;
}

.about-page01 .img {
 width: 100%;
}

.about-page02 {
 padding: 60px 0;
 background: #004098 url(../images/about01.png) no-repeat left bottom;
 background-size: 1920px auto;
 color: #fff;
}

.about-page02 .content {
 margin-top: 24px;
 line-height: 1.5;
}

.about-page02 .item-l {
 width: 30%;
 padding-right: 4%;
}
.about-page02 .item-l h1{ color:#fff}
.about-page02 .item-r {
 width: 70%;
 max-width: 720px;
 margin-left: auto;
 -webkit-box-pack: justify;
 -webkit-justify-content: space-between;
 -ms-flex-pack: justify;
 justify-content: space-between;
}

.about-page02 .item {
 text-align: center;
 line-height: 22px;
}

.about-page02 .num {
 font-size: 48px; font-weight:bold;
 line-height: 1;
 margin-bottom: 10px;
}

.about-page03 .title-typeb {
 margin-bottom: 20px;
}

.about-page03 .list {
 max-width: 1200px;
 margin: 0 auto;
 -webkit-box-align: stretch;
 -webkit-align-items: stretch;
 -ms-flex-align: stretch;
 align-items: stretch;
 -webkit-box-pack: center;
 -webkit-justify-content: center;
 -ms-flex-pack: center;
 justify-content: center;
}

.about-page03 .item {
 width: 22%;
 margin: 1.5%;
}
.about-page03 .item:hover i{ color:#fff}
.about-page03 .main {
 border: 1px #e7e7e7 solid;
 padding: 24% 12%;
 text-align: center;
 -webkit-transition: border-color .3s, background-color .3s;
 -o-transition: border-color .3s, background-color .3s;
 transition: border-color .3s, background-color .3s;
}

.about-page03 .icon {
 
 margin: 0 auto;
 position: relative;
}
.about-page03 .icon i{ font-size:60px}

.about-page03 .img {
 position: absolute;
 left: 50%;
 top: 50%;
 -webkit-transform: translate(-50%, -50%);
 -ms-transform: translate(-50%, -50%);
 transform: translate(-50%, -50%);
 max-width: 100%;
 max-height: 100%;
 opacity: 0;
 -webkit-transition: opacity .3s;
 -o-transition: opacity .3s;
 transition: opacity .3s;
}

.about-page03 .img:nth-of-type(1) {
 opacity: 1;
}

.about-page03 .title {
 color: #333;
 margin-bottom: 10px;
 -webkit-transition: color .3s;
 -o-transition: color .3s; font-weight: bold;;
 transition: color .3s;
}

.about-page03 .content {
 line-height: 24px;
 height: 72px;
 -webkit-transition: color .3s;
 -o-transition: color .3s;
 transition: color .3s; font-size: 18px;;
}

.about-page03 .hr {
 width: 24px;
 height: 1px;
 background-color: #666;
 margin: 40px auto 0;
 -webkit-transition: background-color .3s;
 -o-transition: background-color .3s;
 transition: background-color .3s;
}

.about-page04 {
 max-width: 1220px;
}

.about-page04 .main {
 -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;
 color: #fff;
 line-height: 1.5;
}

.about-page04 .main .item {
 width: 49.2%;
 padding: 5% 5% 8%;
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
}

.about-page04 .main .img {
 width: 100%;
}

.about-page04 .main .title {
 position: relative;
 padding-bottom: 16px;
 margin-bottom: 20px;
}

.about-page04 .main .title::after {
 content: '';
 position: absolute;
 left: 0;
 bottom: 0;
 width: 20px;
 height: 1px;
 background: #fff;
}

.about-page04 .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-page04 .list .item {
 width: 49.2%;
 margin-top: 1.6%;
 padding: 2.6% 3%;
 -webkit-transition: -webkit-box-shadow .3s;
 transition: -webkit-box-shadow .3s;
 -o-transition: box-shadow .3s;
 transition: box-shadow .3s;
 transition: box-shadow .3s, -webkit-box-shadow .3s;
}

.about-page04 .list .container {
 width: 100%;
 padding-left: 80px;
 position: relative;
}

.about-page04 .list .icon {
 position: absolute;
 left: 0;
 top: 0;
 z-index: 0;
}

.about-page04 .list .img {
 height: 55px;
}

.about-page04 .list .title {
 color: #333;
 margin-bottom: 8px;
}

.about-page04 .list .content {
 line-height: 1.7;
}

.about-page05 {
 max-width: 960px;
}

.about-page05.inside-page-pd {
 padding-bottom: 0; padding-top: 0;
}

.about-page05 .item-l {
 width: 48.75%;
 padding-right: 24px;
 padding-bottom: 24px;
}

.about-page05 .item-r {
 width: 51.25%;
 padding-left: 6%;
}

.about-page05 .img-box {
 border: 4px #004098 solid;
}

.about-page05 .img {
 width: 100%;
 position: relative;
 left: 28px;
 top: 28px;
}

.about-page05 .content {
 line-height: 1.7;
}
.about-page05 .content p{ font-size: 18px;;}
.about-page06 .container {
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
 position: relative;
}

.about-page06 .container::after {
 content: '';
 position: absolute;
 left: 0;
 top: 0;
 right: 0;
 bottom: 0;
 z-index: 0;
 
}

.about-page06 .container > .maxwidth {
 padding: 0 64px;
 position: relative;
}

.about-page06 .next,
.about-page06 .prev {
 width: 40px;
 height: 40px;
 border-radius: 50%;
 position: absolute;
 top: 50%;
 margin-top: -20px;
 border: 1px #fff solid;
 z-index: 1;
 background: url(../images/jt01-mw.png) no-repeat center;
 background-size: 40%;
 cursor: pointer;
 -webkit-transition: border-color .3s, background-color .3s;
 -o-transition: border-color .3s, background-color .3s;
 transition: border-color .3s, background-color .3s;
}

.about-page06 .next.disabled,
.about-page06 .prev.disabled {
 opacity: .6;
 pointer-events: none;
}

.about-page06 .prev {
 left: 0;
 -webkit-transform: rotate(180deg);
 -ms-transform: rotate(180deg);
 transform: rotate(180deg);
}

.about-page06 .next {
 right: 0;
}

.about-history::after {
 content: '';
 position: absolute;
 width: 100%;
 height: 2px;
 background: #fff;
 left: 0;
 top: 50%;
 z-index: 0;
 margin-top: -1px;
 opacity: .8;
}

.about-history .swiper-slide {
 padding: 300px 0;
 z-index: 1;
}

.about-history .swiper-slide:nth-of-type(2n-1) .main {
 -webkit-transform: translateY(-100%);
 -ms-transform: translateY(-100%);
 transform: translateY(-100%);
 margin-top: -36px;
}

.about-history .swiper-slide:nth-of-type(2n-1) .main::after {
 top: auto;
 bottom: -15px;
 border-top: 16px solid #004098;
 border-bottom: 0 dotted;
}

.about-history .spot {
 width: 16px;
 height: 16px;
 background: #004098;
 border-radius: 50%;
 margin: 0 auto;
 position: relative;
 z-index: 1;
}

.about-history .spot::after {
 content: '';
 width: 6px;
 height: 6px;
 border-radius: 50%;
 background: #fff;
 position: absolute;
 left: 50%;
 top: 50%;
 margin-left: -3px;
 margin-top: -3px;
}

.about-history .main {
 background: #004098;
 padding: 24px 12px 24px 24px;
 position: absolute;
 top: 50%;
 left: 0;
 width: 100%;
 color: #fff;
 border-radius: 5px;
 margin-top: 36px;
}

.about-history .main::after {
 content: '';
 position: absolute;
 left: 50%;
 top: -15px;
 margin-left: -16px;
 border-top: 0 dotted;
 border-right: 16px solid transparent;
 border-left: 16px solid transparent;
 border-bottom: 16px solid #004098;
}

.about-history .main ::-webkit-scrollbar {
 width: 3px;
 height: 3px;
 background-color: #e4e4e4;
}

.about-history .main ::-webkit-scrollbar-track {
 background-color: #e4e4e4;
}

.about-history .main ::-webkit-scrollbar-thumb {
 background-color: #b1b1b1;
}

.about-history .title {
 line-height: 1;
 margin-bottom: 10px;
}

.about-history .scroll {
 max-height: 100px;
 overflow-y: auto;
 padding-right: 12px;
}

.about-history .content {
 line-height: 1.5;
}

.about-page07 {
 position: relative;
}

.about-honor {
 width: 100%;
}

.about-honor .swiper-slide {
 cursor: pointer;
}

.about-honor .img {
 width: 100%;
 background-size: cover;
 background-position: center;
 background-repeat: no-repeat;
 border: 1px #ddd solid;
}

.about-honor .bg {
 width: 100%;
}

.about-honor .title {
 text-align: center;
 margin-top: 16px;
}

.about-honor .swiper-wrapper {
 -webkit-box-align: center;
 -webkit-align-items: center;
 -ms-flex-align: center;
 align-items: center;
}

.about-honor .swiper-pagination {
 position: relative;
 left: 0;
 bottom: 0;
 font-size: 16px;
 line-height: 40px;
 margin-top: 24px;
 color: #777;
 font-style: italic;
}

.about-honor .swiper-pagination .swiper-pagination-current {
 font-size: 24px;
 color: #000;
}

.about-honor .swiper-button-prev,
.about-honor .swiper-button-next {
 width: 40px;
 height: 40px;
 top: auto;
 bottom: 0;
 background: url(../images/jt01-b.png) no-repeat center;
 background-size: 40%;
 border: 1px #004098 solid;
 border-radius: 50%;
 left: 50%;
 cursor: pointer;
 z-index: 11;
 -webkit-transition: background-color .3s, background-image .3s;
 -o-transition: background-color .3s, background-image .3s;
 transition: background-color .3s, background-image .3s;
}

.about-honor .swiper-button-prev {
 -webkit-transform: rotate(180deg);
 -ms-transform: rotate(180deg);
 transform: rotate(180deg);
 margin-left: -100px;
}

.about-honor .swiper-button-next {
 margin-left: 60px;
}

@media only screen and (min-width: 961px) {
 .about-page03 .main:hover {
 border-color: #004098;
 background-color: #004098;
 }
 .about-page03 .main:hover .title {
 color: #fff;
 }
 .about-page03 .main:hover .content {
 color: #fff;
 }
 .about-page03 .main:hover .hr {
 background-color: #fff;
 }
 .about-page03 .main:hover .img:nth-of-type(1) {
 opacity: 0;
 }
 .about-page03 .main:hover .img:nth-of-type(2) {
 opacity: 1;
 }
 .about-page04 .list .item:hover {
 -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
 box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
 }
 .about-page06 .next:hover,
 .about-page06 .prev:hover {
 background-color: #004098;
 border-color: #004098;
 }
 .about-honor .swiper-button-prev:hover,
 .about-honor .swiper-button-next:hover {
 background-color: #004098;
 background-image: url(../images/jt01-w.png);
 }
}

@media only screen and (max-width: 1440px) {
 .about-history .main {
 padding: 20px 10px 20px 20px;
 }
 .about-history .content {
 font-size: 13px;
 }
 .about-history .scroll {
 padding-right: 10px;
 }
}

@media only screen and (max-width: 960px) {
 .about-page01 .bg {
 display: none;
 }
 .about-page01 .item-r {
 width: 58%;
 padding: 0;
 margin-top: 0;
 }
 .about-page01 .content {
 font-size: 14px;
 }
 .about-page02 {
 padding: 40px 0;
 }
 .about-page02 .num {
 font-size: 40px;
 }
 .about-page02 .item {
 width: 25%;
 }
 .about-page02 .item-l {
 display: none;
 }
 .about-page02 .item-r {
 width: 100%;
 max-width: 100%;
 }
 .about-page03 .item {
 width: 33.33%;
 }
 .about-page03 .icon {
 width: 36px;
 height: 36px;
 }
 .about-page03 .title {
 font-size: 18px; font-weight: bold;
 margin-bottom: 8px;
 }
 .about-page03 .content {
 font-size: 12px;
 line-height: 18px;
 height: 54px;
 }
 .about-page03 .main {
 padding: 20% 10%;
 }
 .about-page03 .hr {
 margin-top: 28px;
 }
 .about-page04 .main .item {
 padding: 4% 4% 6%;
 }
 .about-page04 .list .img {
 height: 40px;
 }
 .about-page04 .list .container {
 padding-left: 64px;
 }
 .about-page04 .list .content {
 font-size: 13px;
 }
 .about-page05 {
 -webkit-box-align: start;
 -webkit-align-items: flex-start;
 -ms-flex-align: start;
 align-items: flex-start;
 }
 .about-page05 .item-l {
 padding: 0;
 }
 .about-page05 .item-r {
 padding-left: 4%;
 }
 .about-page05 .img-box {
 border: none;
 }
 .about-page05 .img {
 left: 0;
 top: 0;
 }
}

@media only screen and (max-width: 640px) {
 .about-page01 .item-l {
 width: 100%;
 height: 200px;
 overflow: hidden;
 }
 .about-page01 .item-l .img {
 position: absolute;
 left: 0;
 top: 50%;
 -webkit-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 transform: translateY(-50%);
 }
 .about-page01 .item-r {
 width: 100%;
 margin-top: 20px;
 }
 .about-page01 .content {
 font-size: 14px;
 }
 .about-page02 {
 padding: 32px 0;
 }
 .about-page02 .num {
 font-size: 26px;
 margin-bottom: 6px;
 }
 .about-page02 .item {
 font-size: 12px;
 }
 .about-page03 .item {
 width: 50%;
 }
 .about-page03 .hr {
 display: none;
 }
 .about-page03 .main {
 padding: 18% 8%;
 }
 .about-page03 .content {
 height: auto;
 }
 .about-page04 .main .item {
 width: 100%;
 padding: 8% 8% 16%;
 margin-bottom: 12px;
 }
 .about-page04 .main .item:last-of-type {
 margin-bottom: 0;
 }
 .about-page04 .list .item {
 width: 100%;
 padding: 0;
 margin-top: 24px;
 }
 .about-page04 .list .img {
 height: 32px;
 }
 .about-page04 .list .container {
 padding-left: 55px;
 }
 .about-page05 {
 border-top: 2px #eee solid;
 padding-top: 24px;
 margin-top: 24px;
 }
 .about-page05 .item-l {
 display: none;
 }
 .about-page05 .item-r {
 width: 100%;
 padding-left: 0;
 }
 .about-page06 .container > .maxwidth {
 padding: 0 48px;
 }
 .about-page06 .next,
 .about-page06 .prev {
 width: 32px;
 height: 32px;
 top: auto;
 bottom: 72px;
 margin-top: 0;
 }
 .about-history {
 padding-bottom: 80px;
 }
 .about-history::after {
 display: none;
 }
 .about-history .swiper-slide {
 padding: 240px 0 0;
 }
 .about-history .swiper-slide::after {
 content: '';
 position: absolute;
 left: 0;
 bottom: 8px;
 width: 100%;
 height: 1px;
 background: #fff;
 z-index: 0;
 }
 .about-history .swiper-slide:nth-of-type(2n-1) .main {
 margin-top: 0;
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 transform: translateY(0);
 }
 .about-history .swiper-slide:nth-of-type(2n) .main {
 margin-top: 0;
 }
 .about-history .swiper-slide:nth-of-type(2n) .main::after {
 top: auto;
 bottom: -15px;
 border-top: 16px solid #004098;
 border-bottom: 0 dotted;
 }
 .about-history .swiper-slide .main {
 width: 96%;
 left: 2%;
 top: auto;
 bottom: 36px;
 padding: 16px 8px 16px 16px;
 }
 .about-history .swiper-slide .content {
 font-size: 12px;
 }
 .about-honor .title {
 margin-top: 12px;
 }
 .about-honor .swiper-pagination {
 font-size: 14px;
 line-height: 32px;
 margin-top: 16px;
 }
 .about-honor .swiper-pagination .swiper-pagination-current {
 font-size: 20px;
 }
 .about-honor .swiper-button-prev,
 .about-honor .swiper-button-next {
 width: 32px;
 height: 32px;
 }
 .about-honor .swiper-button-prev {
 margin-left: -80px;
 }
 .about-honor .swiper-button-next {
 margin-left: 40px;
 }
}

.solution-page01 .img {
 max-width: 100%;
 display: block;
 margin: 0 auto;
}

.solution-page01 .content {
 margin-top: 24px;
 line-height: 1.7;
}

.solution-page02.inside-page-pd {
 padding-top: 0;
}

.solution-page02 .item-l {
 width: 50.8%;
}

.solution-page02 .item-r {
 width: 49.2%;
 padding-left: 4%;
}

.solution-page02 .img {
 width: 100%;
}

.solution-page02 .content {
 line-height: 1.7;
}

.solution-page02 .more {
 margin-top: 20px;
}

.solution-page03 {
 position: relative;
 cursor: pointer;
}

.solution-page03::after {
 content: '';
 position: absolute;
 left: 0;
 right: 0;
 bottom: 0;
 top: 0;
 background: rgba(0, 0, 0, 0.5) url(../images/icon01.png) no-repeat center;
 background-size: 64px;
}

.solution-page03 .img {
 width: 100%;
}

@media only screen and (max-width: 960px) {
 .solution-page02 {
 -webkit-box-align: start;
 -webkit-align-items: flex-start;
 -ms-flex-align: start;
 align-items: flex-start;
 }
 .solution-page03::after {
 background-size: 60px;
 }
}

@media only screen and (max-width: 640px) {
 .solution-page02 .item-l {
 width: 100%;
 }
 .solution-page02 .item-r {
 width: 100%;
 padding: 16px 0 0;
 }
 .solution-page03::after {
 background-size: 40px;
 }
}

.job-list-title {
 background: #004098;
 color: #fff;
 text-align: center;
}

.job-list-title .item {
 width: 25%;
 padding: 10px 20px;
}

.job-list-content .title {
 border-bottom: 1px #e6e6e6 solid;
 cursor: pointer;
}

.job-list-content .title.active .tit:nth-of-type(6) {
 color: #004098;
}

.job-list-content .title.active .tit-a {
 display: none;
}

.job-list-content .title.active .tit-b {
 display: block;
}

.job-list-content .main {
 display: none;
 position: relative;
 border-bottom: 1px #e6e6e6 solid;
}

.job-list-content .tit {
 width:25%;
 text-align: center;
 padding: 20px;
}

.job-list-content .tit-b {
 display: none;
}

.job-list-content .content {
 line-height: 1.8;
 padding: 24px 240px 24px 24px;
}

.job-list-content .content p {
 margin-bottom: 0;
}

.job-list-content .more {
 padding-bottom: 24px;
 position: absolute;
 right: 24px;
 top: 24px;
 z-index: 1;
}

.job-list-content .btn {
 display: block;
 font-size: 15px;
 margin-left: 24px;
 color: #fff;
 background: #004098;
 width: 120px;
 line-height: 36px;
 text-align: center;
}

@media only screen and (max-width: 960px) {
 .job-list-title .item {
 width: 25%;
 }
 .job-list-title .item:nth-of-type(2), .job-list-title .item:nth-of-type(4) {
 display: none;
 }
 .job-list-content .tit {
 width: 25%;
 }
 .job-list-content .tit:nth-of-type(2), .job-list-content .tit:nth-of-type(4) {
 display: none;
 }
}

@media only screen and (max-width: 640px) {
 .job-list-title .item {
 width: 50%;
 }
 .job-list-title .item:nth-of-type(3), .job-list-title .item:nth-of-type(5) {
 display: none;
 }
 .job-list-content .tit {
 padding: 16px;
 width: 50%;
 }
 .job-list-content .tit:nth-of-type(3), .job-list-content .tit:nth-of-type(5) {
 display: none;
 }
 .job-list-content .content {
 padding: 12px 0 16px;
 }
 .job-list-content .more {
 position: static;
 }
 .job-list-content .btn {
 margin-left: 0;
 margin-right: 16px;
 }
}

.contact-page01 .container {
 -webkit-box-align: stretch;
 -webkit-align-items: stretch;
 -ms-flex-align: stretch;
 align-items: stretch;
 -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
 box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.contact-page01 .tit {
 margin-bottom: 24px;
}

.contact-page01 .item-l {
 width: 34.375%;
 padding: 4.5% 4%;
 background: url(../images/contact01.jpg) no-repeat center;
 background-size: cover;
 color: #fff;
}

.contact-page01 .item-l .item {
 margin-bottom: 14px;
 
 line-height: 22px;
 
 background-size: 16px;
}
.contact-page01 .item-l .item i{ font-size:20px; margin-right:10px}

.contact-page01 .item-l .ewm {
 margin-top: 100px;
}

.contact-page01 .item-l .ewm .img {
 display: block;
 width: 110px;
 margin-bottom: 10px;
}

.contact-page01 .item-r {
 width: 100%;
 padding: 4.5%;
}

.contact-page01 .item-r .tit {
 width: 100%;
 text-align: center;
 color: #333;
}
.contact-page01 .form {
 
 margin: 0 auto;
 -webkit-box-pack: justify;
 -webkit-justify-content: space-between;
 -ms-flex-pack: justify;
 justify-content: space-between;
 font-size: 13px;
}

.contact-page01 .form .item {
 width: 48%; float:left; margin-right:4%;
 margin-top: 16px;
}
.contact-page01 .form .item:nth-of-type(3){ margin-right:0;}
.contact-page01 .form .item.w100 {
 width: 100%;
}
.contact-page01 .input-field{ float:left; outline:none; padding:10px; border-radius:3px; border:1px #ddd solid; display:block; margin-top:30px }

.contact-page01 .form .star .label::before {
 content: '*';
 color: red;
 margin-right: 2px;
}

.contact-page01 .label {
 margin-bottom: 5px;
 color: #aaa;
}

.contact-page01 .input {
 width: 100%;
 height: 38px;
 outline: none;
 border: 1px #ddd solid;
 padding: 0 12px;
 border-radius: 3px;
 overflow: hidden;
 -webkit-appearance: none;
}

.contact-page01 .input:focus {
 border-color: #004098;
}

.contact-page01 .textarea {
 width: 100%;
 height: 120px;
 outline: none;
 resize: none;
 padding: 10px;
 border-radius: 3px;
 border: 1px #ddd solid;
 -webkit-appearance: none;
 display: block;
}

.contact-page01 .textarea:focus {
 border-color: #004098;
}

.contact-page01 .submit {
 width: 100%;
 
 margin: 0 auto;
 line-height: 40px;
 text-align: center;
 border-radius: 3px;
 background: #004098;
 color: #fff;
 cursor: pointer;
 margin-top: 40px;
}

.contact-map {
 width: 100%;
 height: 500px;
 -webkit-box-sizing: content-box;
 box-sizing: content-box;
 position: relative;
 z-index: 1;
}

.contact-map .amap-logo,
.contact-map .amap-copyright {
 display: none !important;
}

.contact-map .amap-adcombo-close {
 top: 8px;
 right: 12px;
}

.contact-map .info-title {
 color: white;
 font-size: 16px;
 background-color: #004098;
 line-height: 32px;
 padding: 0 32px 0 16px;
 letter-spacing: 1px;
}

.contact-map .info-content {
 font: 14px Helvetica, 'Hiragino Sans GB', 'Microsoft Yahei', '微软雅黑', Arial;
 padding: 12px;
 color: #666666;
 line-height: 1.5;
}

.contact-map .map-title {
 font-size: 15px;
 font-weight: 500;
 color: #333;
}

.contact-map .map-content {
 color: #777;
 font-size: 13px;
}

.contact-map .amap-info {
 width: 400px;
}

.contact-map .amap-info-content {
 -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
 box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
 border: none;
 padding: 20px;
}

.contact-map .amap-info-sharp {
 height: 16px !important;
 background: none;
}

.contact-map .title {
 color: #000;
 margin-bottom: 4px;
 font-size: 15px;
}

.contact-map .content {
 font-size: 13px;
 color: #777;
 margin-bottom: 8px;
}

.contact-map .more {
 font-size: 12px;
 color: #004098;
}

@media only screen and (max-width: 1440px) {
 .contact-map {
 height: 400px;
 }
}

@media only screen and (max-width: 960px) {
 .contact-map {
 height: 360px;
 }
 .contact-page01 .item-l {
 padding: 4.5% 3%;
 font-size: 12px;
 }
}

@media only screen and (max-width: 640px) {
 .contact-page01 .item-l {
 width: 100%;
 padding: 32px 20px;
 }
 .contact-page01 .item-l .ewm {
 margin-top: 48px;
 }
 .contact-page01 .item-r {
 padding: 32px 20px;
 width: 100%;
 }
 .contact-page01 .item-r .item {
 width: 100%;
 margin-top: 12px;
 }
 .contact-page01 .submit {
 margin-top: 28px;
 }
 .contact-page01 .tit {
 margin-bottom: 16px;
 }
 .contact-map {
 height: 280px;
 }
}

.news-page01 {
 padding-bottom: 40px;
}

.news-page01 .news-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;
}

.news-page01 .news-list .item {
 width: 100%;
 margin-bottom: 32px;
}

.news-page01 .news-list .item:last-of-type {
 margin-bottom: 0;
}

.news-page01 .item-l {
 width: 46.875%;
}

.news-page01 .item-r {
 width: 46.875%;
}

.news-page02 {
 padding-top: 40px;
 background: #f9f9f9;
}

.news-list {
 -webkit-box-pack: justify;
 -webkit-justify-content: space-between;
 -ms-flex-pack: justify;
 justify-content: space-between;
}

.news-list .img-box {
 overflow: hidden;
 margin-bottom: 20px;
}

.news-list .img {
 width: 100%;
}

.news-list .item {
 width: 46.875%;
 -webkit-box-align: stretch;
 -webkit-align-items: stretch;
 -ms-flex-align: stretch;
 align-items: stretch;
}

.news-list .time {
 width: 120px;
 color: #aaa;
 text-align: right;
 line-height: 1;
 padding-right: 24px;
 border-right: 1px #ccc solid;
 position: relative;
}

.news-list .time::after {
 content: '';
 width: 3px;
 height: 22px;
 position: absolute;
 right: -2px;
 top: 20px;
 z-index: 1;
 background: #666;
}

.news-list .main {
 width: calc(100% - 120px);
 padding: 20px 0 48px 24px;
}

.news-list .day {
 font-size: 32px;
 margin-bottom: 10px;
 padding-top: 20px;
}

.news-list .year {
 font-size: 18px;
}

.news-list .title {
 font-size: 18px;
 color: #333;
 margin-bottom: 8px;
 line-height: 1.3;
}

.news-list .content {
 line-height: 22px;
 height: 44px;
 overflow: hidden;
 color: #777;
}

.news-detail01 {
 max-width: 1024px;
}

.news-detail01 .title {
 text-align: center;
 color: #333;
}

.news-detail01 .time {
 text-align: center;
 color: #666;
 margin-top: 16px;
}

.news-detail01 .content {
 margin-top: 24px;
}

.news-detail01 .footer {
 padding-top: 28px;
 margin-top: 32px;
 border-top: 1px #e8e8e8 solid;
 line-height: 1.4;
 position: relative;
}

.news-detail01 .footer .item {
 margin-bottom: 10px;
}

.news-detail01 .footer .txt {
 color: #999;
}

.news-detail01 .footer .link {
 color: #333;
 position: relative;
 -webkit-transition: color .3s;
 -o-transition: color .3s;
 transition: color .3s;
}

.news-detail01 .footer .link::after {
 content: '';
 position: absolute;
 left: 0;
 bottom: -1px;
 width: 100%;
 height: 1px;
 background: #004098;
 opacity: 0;
 -webkit-transform: scaleX(0);
 -ms-transform: scaleX(0);
 transform: scaleX(0);
 -webkit-transition: color .3s, -webkit-transform .3s;
 transition: color .3s, -webkit-transform .3s;
 -o-transition: color .3s, transform .3s;
 transition: color .3s, transform .3s;
 transition: color .3s, transform .3s, -webkit-transform .3s;
}

@media only screen and (min-width: 961px) {
 .news-list .item:hover .title {
 color: #004098;
 }
 .news-list .item:hover .time::after {
 background-color: #004098;
 }
 .news-detail01 .footer .link:hover {
 color: #004098;
 }
 .news-detail01 .footer .link:hover::after {
 -webkit-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1);
 opacity: 1;
 }
}

@media only screen and (max-width: 1280px) {
 .news-page01 .news-list .item {
 margin-bottom: 24px;
 }
}

@media only screen and (max-width: 960px) {
 .news-page01 {
 padding-bottom: 32px;
 }
 .news-page01 .news-list .item {
 margin-bottom: 0;
 }
 .news-page01 .item-l {
 width: 48.5%;
 }
 .news-page01 .item-r {
 width: 48.5%;
 }
 .news-page02 {
 padding-top: 32px;
 }
 .news-list .item {
 width: 48.5%;
 }
 .news-list .time {
 width: 96px;
 padding-right: 20px;
 }
 .news-list .time .day {
 font-size: 24px;
 margin-bottom: 8px;
 }
 .news-list .time .year {
 font-size: 14px;
 }
 .news-list .main {
 width: calc(100% - 96px);
 padding-left: 20px;
 }
 .news-detail01 .time {
 margin-top: 8px;
 }
 .news-detail01 .content {
 margin: 20px 0;
 padding-bottom: 0;
 }
 .news-detail01 .footer {
 padding-top: 20px;
 margin-top: 24px;
 }
}

@media only screen and (max-width: 640px) {
 .news-page01 {
 padding-bottom: 24px;
 }
 .news-page01 .item-l {
 width: 100%;
 }
 .news-page01 .item-r {
 width: 100%;
 }
 .news-page02 {
 padding-top: 24px;
 }
 .news-list .item {
 width: 100%;
 }
 .news-list .time {
 width: 72px;
 padding-right: 16px;
 }
 .news-list .time::after {
 top: 12px;
 }
 .news-list .time .day {
 font-size: 18px;
 margin-bottom: 6px;
 padding-top: 12px;
 }
 .news-list .time .year {
 font-size: 12px;
 }
 .news-list .main {
 width: calc(100% - 72px);
 padding: 10px 0 24px 20px;
 }
 .news-list .title {
 font-size: 16px;
 }
}

.product-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;
}

.product-list .item {
 width: 31%;
 margin-bottom: 4%;
 -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;
}

.product-list .img-box {
 overflow: hidden;
}

.product-list .img {
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
}

.product-list .bg {
 width: 100%;
}

.product-list .main {
 padding: 4%;
}

.product-list .title {
 color: #333;
 margin-bottom: 8px;
}

.product-list .content {
 position: relative;
 color: #777;
}

.product-list .text {
 line-height: 22px;
 height: 44px;
 overflow: hidden;
 -webkit-transition: opacity .3s;
 -o-transition: opacity .3s;
 transition: opacity .3s;
}

.product-list .more {
 position: absolute;
 left: 0;
 top: 50%;
 margin-top: -16px;
 opacity: 0;
 -webkit-transition: opacity .3s;
 -o-transition: opacity .3s;
 transition: opacity .3s;
}

.product-detail01 {
 padding: 60px 0;
 border-bottom: 1px #ddd solid;
}

.product-detail01 .container {
 -webkit-box-align: start;
 -webkit-align-items: flex-start;
 -ms-flex-align: start;
 align-items: flex-start;
}

.product-detail01 .item-l {
 width: 45%;
}

.product-detail01 .item-r {
 width: 55%;
 padding-left: 8%;
}

.product-detail01 .item-r .title {
 margin-bottom: 32px;
}

.product-detail01 .item-r .tit {
 margin-bottom: 12px;
}

.product-detail01 .item-r .content {
 line-height: 1.8;
}

.product-detail01 .item-r .more {
 margin-top: 20px;
}

.product-detail01 .item-r .more::after {
 display: none;
}

.product-swiper-thumbs {
 margin-left: 0;
 width: 60px;
 height: 332px;
}

.product-swiper-thumbs .swiper-slide {
 opacity: .5;
 border: 1px #ccc solid;
}

.product-swiper-thumbs .swiper-slide.swiper-slide-thumb-active {
 opacity: 1;
 border-color: #004098;
}

.product-swiper-thumbs .img {
 position: absolute;
 left: 50%;
 top: 50%;
 -webkit-transform: translate(-50%, -50%);
 -ms-transform: translate(-50%, -50%);
 transform: translate(-50%, -50%);
 max-width: 100%;
 max-height: 100%;
}

.product-swiper {
 width: calc(100% - 100px);
 margin-right: 0;
}

.product-swiper .swiper-slide {
 padding-bottom: 75%;
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
}

.product-swiper .img {
 position: absolute;
 left: 50%;
 top: 50%;
 -webkit-transform: translate(-50%, -50%);
 -ms-transform: translate(-50%, -50%);
 transform: translate(-50%, -50%);
 max-width: 100%;
 max-height: 100%;
}

.product-swiper .swiper-button-prev {
 left: 0;
 -webkit-transform: translateX(-60px);
 -ms-transform: translateX(-60px);
 transform: translateX(-60px);
 background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.product-swiper .swiper-button-next {
 right: 0;
 -webkit-transform: translateX(60px);
 -ms-transform: translateX(60px);
 transform: translateX(60px);
 background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.product-swiper .swiper-button-prev,
.product-swiper .swiper-button-next {
 outline: none;
 width: 36px;
 height: 72px;
 margin-top: -36px;
 background-color: rgba(0, 0, 0, 0.3);
 background-size: 12px 24px;
 background-position: center;
 -webkit-transition: background-color .3s, opacity .3s, -webkit-transform .3s;
 transition: background-color .3s, opacity .3s, -webkit-transform .3s;
 -o-transition: background-color .3s, opacity .3s, transform .3s;
 transition: background-color .3s, opacity .3s, transform .3s;
 transition: background-color .3s, opacity .3s, transform .3s, -webkit-transform .3s;
}

.product-swiper .swiper-button-prev:hover,
.product-swiper .swiper-button-next:hover {
 background-color: #004098;
}

.product-swiper .swiper-pagination {
 display: none;
}

.product-swiper .swiper-pagination-bullet-active {
 background-color: #004098;
}

.product-detail02 .content p{ font-size:16px; line-height:36px; color:#666}

.product-detail02 .content h2{ font-size:18px; line-height:40px; color:#888; font-weight:bold }
.product-detail02 .img{background-color:#FFFFFF;border-radius:5px;box-shadow:0px 9px 24px rgba(0,0,0,.08); width:100%; margin:20px 0px 30px 0px}
.product-detail02 .img img{display:inline-block; padding:20px;max-width:100%}
.product-detail02 .title{ font-size:24px;; color:#555; text-align:center}
@media only screen and (min-width: 961px) {
 .product-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);
 }
 .product-list .item:hover .text {
 opacity: 0;
 }
 .product-list .item:hover .more {
 opacity: 1;
 }
 .product-swiper:hover .swiper-button-prev,
 .product-swiper:hover .swiper-button-next {
 -webkit-transform: translateX(0);
 -ms-transform: translateX(0);
 transform: translateX(0);
 }
}

@media only screen and (max-width: 960px) {
 .product-list .main {
 border: 1px #eee solid;
 }
 .product-detail01 {
 padding: 40px 0;
 }
 .product-detail01 .item-r .title {
 margin-bottom: 24px;
 }
 .product-detail01 .item-r .tit {
 margin-bottom: 8px;
 }
 .product-swiper-thumbs {
 display: none;
 }
 .product-swiper {
 width: 100%;
 }
 .product-swiper .swiper-button-prev,
 .product-swiper .swiper-button-next {
 display: none;
 }
 .product-swiper .swiper-pagination {
 display: block;
 }
 .product-detail02 .title {
 margin-bottom: 20px;
 }
}

@media only screen and (max-width: 640px) {
 .product-list .item {
 width: 100%;
 }
 .product-list .text {
 font-size: 13px;
 line-height: 20px;
 height: 40px;
 }
 .product-detail01 {
 padding: 0 0 28px;
 }
 .product-detail01 .container {
 width: 100%;
 }
 .product-detail01 .item-l {
 width: 100%;
 }
 .product-detail01 .item-r {
 width: 100%;
 padding: 16px 3% 0;
 }
 .product-detail02 .title {
 margin-bottom: 14px;
 }
}

.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(../images/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: #004098;
 opacity: 0;
}

.search-page02 .nav .item.active {
 color: #004098;
}

.search-page02 .nav .item.active::after {
 opacity: 1;
}

.search-list {
 -webkit-box-pack: justify;
 -webkit-justify-content: space-between;
 -ms-flex-pack: justify;
 justify-content: space-between;
 -webkit-box-align: start;
 -webkit-align-items: flex-start;
 -ms-flex-align: start;
 align-items: flex-start;
}

.search-list .item {
 width: 48.5%;
 margin-bottom: 3%;
 -webkit-transition: -webkit-box-shadow .3s;
 transition: -webkit-box-shadow .3s;
 -o-transition: box-shadow .3s;
 transition: box-shadow .3s;
 transition: box-shadow .3s, -webkit-box-shadow .3s;
 border: 1px #ddd solid;
 padding: 2% 3%;
}

.search-list .title {
 color: #333;
}

@media only screen and (min-width: 961px) {
 .search-list .item:hover {
 -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
 box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
 }
 .search-list .item:hover .title {
 color: #004098;
 }
}

@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;
 }
}

.record-page01 {
 display: none;
}

.record-page01.isready {
 display: block;
}

.record-page01 .el-dialog {
 width: 720px;
 max-width: 94%;
}

.record-page01 .el-dialog__header,
.record-page01 .el-dialog__body {
 padding: 16px 24px;
}

.record-page01 .el-dialog__footer {
 padding: 12px 24px;
}

.record-page01 .el-dialog__body {
 border-top: 1px solid #e8e8e8;
 border-bottom: 1px solid #e8e8e8;
}

.record-page01 .el-dialog__headerbtn {
 font-size: 24px;
 top: 16px;
 line-height: 1;
}

.record-page01 .el-button {
 font-weight: 400;
}

.record-page01 .el-select {
 width: 100%;
}

.record-page01 .el-form-item {
 margin-bottom: 18px;
}

.record-page01 .el-form-item__error {
 padding-top: 2px;
}

.record-page01 .el-checkbox {
 font-weight: 400;
 margin-right: 0;
 margin-left: 0;
 display: block;
}

.record-page01 .el-checkbox.is-bordered + .el-checkbox.is-bordered {
 margin-left: 0;
 margin-top: 12px;
}

.record-page01 .el-checkbox.is-bordered.el-checkbox--medium {
 height: auto;
}

.record-page01 .el-textarea__inner {
 height: 120px;
}

.record-page01 .el-upload {
 display: block;
}

.record-page01 .documents-item {
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 -webkit-flex-wrap: wrap;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 -webkit-box-pack: justify;
 -webkit-justify-content: space-between;
 -ms-flex-pack: justify;
 justify-content: space-between;
}

.record-page01 .documents-item .el-input {
 width: calc(100% - 138px);
}

.record-page01 .documents-label {
 width: calc(100% - 138px);
 display: block;
 padding: 7px 10px;
 border-radius: 4px;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 line-height: 22px;
 border: 1px solid #DCDFE6;
 overflow: hidden;
 text-align: left;
}

.record-page01 .documents-input {
 width: 120px;
}

.record-page01 .documents-input .el-button {
 display: block;
 width: 100%;
}

.record-page01 .el-checkbox {
 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;
}

.record-page01 .el-checkbox__input {
 margin-top: 4px;
}

.record-page01 .el-checkbox__label {
 width: calc(100% - 16px);
 display: block;
 margin-left: auto;
 line-height: 22px !important;
 white-space: normal;
}

.fh-form-title {
 padding: 6px 0;
 margin-bottom: 8px;
}

.record-list-title {
 background: #004098;
 color: #fff;
 text-align: center;
 font-size: 16px;
}

.record-list-title .item {
 width: 33.33%;
 padding: 12px 20px;
}

.record-list-content .title {
 border-bottom: 1px #e6e6e6 solid;
 cursor: pointer;
}

.record-list-content .sitem {
 width: 33.33%;
 text-align: center;
 padding: 20px;
}

.record-list-content .sitem:last-of-type {
 color: #004098;
}

@media only screen and (max-width: 640px) {
 .record-page01 .el-dialog {
 max-width: 100%;
 margin-top: 0 !important;
 margin-bottom: 0;
 }
 .record-page01 .el-col-12 {
 width: 100%;
 }
 .record-page01 .el-dialog__header,
 .record-page01 .el-dialog__body {
 padding: 16px 3%;
 }
 .record-page01 .el-dialog__footer {
 padding: 12px 3%;
 }
}
.news_cont li{ float:left; width:100%; background:#fff;transition: .1s linear; -moz-transition:.1s linear; -webkit-transition:.1s linear;}



.news_cont li:hover{ background:#f4f4f4; box-shadow:#efefef 0 5px 10px;}



.news_cont li .inner{ border-bottom:#ddd solid 1px; padding:60px 0;}



.news_cont li .sec1_left{ float:left; width:220px;transition: .1s linear; -moz-transition:.1s linear; -webkit-transition:.1s linear;}



.news_cont li .sec1_right{ float:right; width:895px;transition: .1s linear; -moz-transition:.1s linear; -webkit-transition:.1s linear; background-repeat:no-repeat; background-position:right center;}



.news_cont li:hover .sec1_left{ padding-left:20px;}



.news_cont li:hover .sec1_right{padding-right:40px; background-image:url(../images/news_icon.png);}



.news_cont li a h1{ color:#222; font-size:20px; font-weight:lighter; line-height:1.5; padding-bottom:20px; padding-top:10px;transition: .1s linear; -moz-transition:.1s linear; -webkit-transition:.1s linear;}



.news_cont li p{ color:#999; font-size:14px;font-weight:lighter; line-height:2; height:60px;}



.news_cont li a:hover h1,.news_cont li:hover .news_date h2{ color:#004098;}



.news_tet{ float:left;width:680px;}



.news_cont li .news_date{ float:right; width:160px; height:110px; text-align:right; border-left:#ddd solid 1px; margin-top:25px;}



.news_cont li .news_date h2{ color:#666; font-size:38px; line-height:1; padding-top:18px; padding-bottom:18px;}



.news_cont li .news_date h3{ color:#666; font-size:20px;line-height:1;}



.news_cont li .news_date h4{ display:none;}



.news_cont li:hover .news_date{ border-left:none;}

.scross{ height:380px; }
.scross::-webkit-scrollbar-thumb{ border-radius: 10px;
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
 background-color: #ed252d;}
.about-page01 .content p{ }

.dh ul{position: relative;overflow: hidden;width:100%;margin: 0px auto 0; padding:0; display:flex}
.dh ul li{float: left;width: 20%;overflow: hidden;height: 100%;position: relative;cursor: pointer; font-size:0; float:none; display:inline-block; padding:0; margin:0}
.dh ul li a{display: block;width: 100%;height: 100%;}

.dh ul li.curr{}


.col1{color: #00A39A;}
.col2{color: #fff;}
ul li,ul ol{list-style: none;}
img{display: block;}

.dh ul li a:before {
 content: '';
 display: block;
 width: 100%;
 height: 100%;
 background: rgba(0,0,0,0.2);
 position: absolute;
 left: 0;
 top: 0;
 z-index: 2;
 -webkit-transition: all .5s;
 -o-transition: all .5s;
 transition: all .5s
}
.dh ul li a .title_before {
 width: 100%;
 text-align: center;
 color: #fff;
 position: absolute;
 left: 0;
 bottom: 80px;
 z-index: 3;
 opacity: 1;
 -webkit-transition: all .5s;
 -o-transition: all .5s;
 transition: all .5s
}
.dh ul li a .title_before i.num {
 display: block;
 font-size: 40px;
 font-family: 'JosefinSans-Regular';
 font-style: normal
}
.dh ul li a .title_before i.num:after {
 content: '';
 display: block;
 width: 20px;
 height: 2px;
 line-height: 2px;
 background-color: #fff;
 margin: 30px auto
}

.dh ul li a .title_before b {
 display: block;
 font-size: 20px;
 line-height: 20px
}
.dh ul li a .title_before span {
 display: block;
 font-size: 20px;
 line-height: 60px;
 white-space: nowrap;
 font-family: 'JosefinSans-Regular';
 text-transform: uppercase
}

.list_page{text-align:center;margin:10px;display:block;}
.list_page:after{content:" ";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.list_page ul{list-style:none;margin:0;padding:0;display:inline-block;vertical-align:bottom;}
.list_page ul li{display:inline-block;border:solid 1px #ddd;border-radius:4px;}
.list_page ul a{color:#333;padding:8px 12px;line-height:18px;display:block;transition:all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;background:#fff;}
.page_group ul{border-right:solid 1px #ddd;border-radius:4px;}
.page_group ul li{border-right:none;border-radius:0;float:left;}
.page_group ul li:not(:first-child):not(:last-child){border-radius:0;}
.page_group ul li:first-child{border-radius:4px 0 0 4px;}
.page_group ul li:last-child{border-radius:0 4px 4px 0;}
.page_group ul .active a{background:#f3f3f3;border-radius:0;}
.con1x div{ width:50%; text-align:center; padding:40px 0px}
.con1x div i{ font-size:60px}
.con1x div p{ font-size:16px;}

.web{margin:0px auto; width:1200px}

.web .con{width:1200px;}

.web .con ul li{width:580px;height:397px;float:left;margin-right:40px;margin-bottom:40px;position:relative;overflow:hidden;cursor:pointer;}
.web .con ul li:nth-child(2n){ margin-right:0px}
.web .txt{width:580px;height:50px;background:rgba(0,0,0,0.6);/*透明背景色，不透明其文字内容*/position:absolute;left:0;bottom:0;color:#fff;}

.web .txt h3{font-size:20px;font-weight:100;height:50px;text-align:center;line-height:50px; color:#fff}

.web .txt p{font-size:14px;text-align:center;color:#fff; margin-top:20px; padding:30px; line-height:30px}

.indxe-pro1{ padding: 0 4%; text-align: center; }
.indxe-pro1 .title-typea::after{ left: 50%; margin-left: -24px;;}
.indxe-pro1 ul {overflow: hidden;}
.indxe-pro1 ul li{ width:23.5%; margin:2% 2% 2% 0; float: left;;;}
.indxe-pro1 ul li img{ max-width: 100%;}
.indxe-pro1 ul li:nth-child(4n){ margin: 2% 0 2% 0;}
.indxe-pro1 ul li .text p{ font-size: 16px; text-align: center; font-weight: bold; color: #333;;}
.indxe-pro1 ul li .pic{ width: 100%; overflow: hidden;}
.indxe-pro1 ul li img { transition: All 0.3s ease-in-out; -webkit-transition: All 0.3s ease-in-out; -moz-transition: All 0.3s ease-in-out; -o-transition: All 0.3s ease-in-out; }
.indxe-pro1 ul li img:hover { transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1); }
.indxe-pro1 ul li img.none:hover { transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); }