@charset "utf-8";

@font-face {
    font-family: 'BLACK';
    src: url('../fonts/geo415m.ttf')
}

@font-face {
    font-family: "DINCond-Regular";
    src: url("../fonts/dincond-regular.woff2") format("woff2"), url("../fonts/dincond-regular.woff") format("woff"), url("../fonts/dincond-regular.ttf") format("truetype"), url("../fonts/dincond-regular.eot") format("embedded-opentype"), url("../fonts/dincond-regular.svg") format("svg");
}

@font-face {
    font-family: 'iconfont';
    src: url('../fonts/iconfont2.woff2?t=1686811086679') format('woff2'),
        url('../fonts/iconfont2.woff?t=1686811086679') format('woff'),
        url('../fonts/iconfont2.ttf?t=1686811086679') format('truetype');
}


.iconfont {
    font-family: "iconfont" !important;
    font-size: 14px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html,
body,
div,
span,
applet,
object,
iframe,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0px;
    border: 0;
    font-size: 100%;
    outline: none;
}

table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0px;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/*html::-webkit-scrollbar {
    width: 8px;
    background: none;
}

html::-webkit-scrollbar-thumb {
    width: 8px;
    background: #3d9911;
}

html::-webkit-scrollbar-corner {
    background: none;
}

html::-webkit-scrollbar:horizontal {
    height: 9px;
}*/
*,
::after,
::before {
    box-sizing: border-box;
}

body {
    font: 14px/1.8 "SourceHanSansCN-Regular", "Microsoft Yahei", sans-serif, "微软雅黑", "微软正黑体", "Microsoft JhengHei", "SimHei", "黑体", Arial, Helvetica;
    margin: 0 auto;
    color: #333;
    overflow-x: hidden;
}

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

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

strong {
    font-weight: bold;
}

img {
    border: 0;
}

input {
    outline: none;
}

input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
    border-radius: 0;
}

textarea {
    -webkit-appearance: none;
    border-radius: 0;
    outline: none;
}

::-moz-selection {
    background: #8b8b8b;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #8b8b8b;
    color: #fff;
    text-shadow: none;
}

select {
    outline: none;
}

select::-ms-expand {
    display: none;
}

table,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
}

a {
    text-decoration: none;
    blr: expression(this.onFocus=this.blur());
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

a:link,
a:visited {
    text-decoration: none;
}

a:active,
a:hover {
    text-decoration: none;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0px;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

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

.fc {
    text-align: center;
}

.fr {
    text-align: right;
}

.vt {
    vertical-align: top;
}

.vm {
    vertical-align: middle;
}

.db {
    display: block;
}

.bg-F6F6F6 {
    background: #F6F6F6;
}

.wzbs {
    color: #fff !important;
}

.fixedImg {
    background-repeat: no-repeat;
    background-size: cover;
}

.imgw {
    width: 100%;
    display: block;
}

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

.linkA {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/w0.png) no-repeat;
    z-index: 99;
}

.pageC a:link,
.pageC a:visited {
    color: #183D82;
}

.pageC a:active,
.pageC a:hover {
    color: #333;
}

.pageC img {
    max-width: 100% !important;
    height: auto !important;
}

.pageC {
    overflow: hidden;
}

.pageC table {
    width: 100% !important;
}

.pageC table img {
    width: 100% !important;
}

.pageC table td {
    padding: 5px !important;
}

.load-words.target span {
    opacity: 0;
    visibility: hidden;
}

.action.load-words span {
    visibility: visible;
    display: inline-block;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: wordsRightFade;
    animation-name: wordsRightFade;
}

@-webkit-keyframes wordsRightFade {
    0% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
        opacity: 0;
        visibility: hidden;
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
        visibility: visible;
    }
}

@-moz-keyframes wordsRightFade {
    0% {
        -moz-transform: translateX(50px);
        transform: translateX(50px);
        opacity: 0;
        visibility: hidden;
    }

    100% {
        -moz-transform: none;
        transform: none;
        opacity: 1;
        visibility: visible
    }
}

@keyframes wordsRightFade {
    0% {
        -webkit-transform: translateX(50px);
        -moz-transform: translateX(50px);
        transform: translateX(50px);
        opacity: 0;
        visibility: hidden
    }

    100% {
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
        opacity: 1;
        visibility: visible
    }
}

.nimg.target {
    visibility: hidden;
}

.nimg.action {
    visibility: visible !important;
    -webkit-animation: scaleUpDown 3.5s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
    animation: scaleUpDown 3.5s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.w88 {
    width: 1350px;
    margin: 0 auto;
}

.w1440 {
    width: 1440px;
    margin: 0 auto;
}


/* 头部  */

.header {
    position: fixed;
    width: 100%;
    height: 94px;
    line-height: 94px;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    transition: 0.75s;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.header.active .yj-bot .yj-link:before,
.header.mractive .yj-bot .yj-link:before {
    background: #2D56A4;
}

.header.active,
.header.mractive {
    background: #fff;
    border-bottom: 1px solid #eee;
}

.header.active .hlimg1,
.header.mractive .hlimg1 {
    display: none;
}

.header.active .hlimg2,
.header.mractive .hlimg2 {
    display: inline-block;
}

.header.active .yj-bot .yj-link,
.header.mractive .yj-bot .yj-link,
.header.active .nrsicon,
.header.mractive .nrsicon,
.header.active .nltxt,
.header.mractive .nltxt {
    color: #333333;
}

.header.active .fq1btn,
.header.mractive .fq1btn {
    border: 1px solid #666;
    color: #666;
}

.head-wrap {
    position: relative;
    padding: 0 5%;
}

.head-logo {
    float: left;
}

.head-logo img {
    vertical-align: middle;
    width: 100%;
}

.hlimg1 {
    display: inline-block;
}

.hlimg2 {
    display: none;
}

.header .nav {
    position: relative;
    float: right;
}

.header .yj-bot {
    float: left;
}

.navr {
    float: right;
    margin-left: 20px;
}

.nrsearch,
.nrlg {
    display: inline-block;
    vertical-align: middle;
    padding-left: 40px;
}

.nrsearch {
    position: relative;
}

.search-down {
    display: block;
    position: absolute;
    top: 100%;
    right: 0;
    width: 200px;
    height: 38px;
    line-height: 38px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.4s;
    transform: translateY(30px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .16);
}

.search-down .text {
    box-sizing: border-box;
    float: right;
    width: 150px;
    height: 38px;
    line-height: 38px;
    color: #004E7B;
    background: #fff;
    outline: none;
    border: none;
    color: #333;
    font-size: 14px;
}

.search-down .sub {
    display: block;
    margin-left: 12px;
    float: left;
    color: #333333;
    font-size: 18px;
    background: none;
    border: none;
    outline: none;
    transition: 0.4s;
}

.nrsearch:hover .search-down {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    pointer-events: visible;
}

.nrsicon {
    display: block;
    color: #fff;
    font-size: 20px;
}

.nltxt {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-right: 40px;
}

.header .yj-bot li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    transition: 0.35s;
    text-align: center;
    z-index: 10;
}

.header .yj-bot .yj-link {
    position: relative;
    z-index: 3;
    color: #fff;
    font-size: 14px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    overflow: hidden;
    margin: 0 30px;
    z-index: 3;
}

.header .yj-bot .yj-link:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 3px;
    background: #FFFFFF;
    z-index: -3;
    transition: 0.45s;
    opacity: 0;
    visibility: hidden;
}

.header .yj-bot li.active .yj-link:before {
    opacity: 1;
    visibility: visible;
    width: 100%;
    left: 0;
    right: auto;
}

.header .nav li:hover .ej-list {
    transition: 0.45s;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.ej-list.active {
    opacity: 1;
    visibility: visible;
}

.ej-list {
    position: absolute;
    z-index: 10;
    left: 0;
    width: 100%;
    top: 100%;
    transform: translateY(20px);
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    box-sizing: border-box;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .16);
    padding: 5px 0;
}

.el-link {
    position: relative;
    display: block;
    color: #6B6B6B;
    font-size: 12px;
    line-height: 1.5;
    box-sizing: border-box;
    padding: 8px 0;
}

.el-link:hover {
    color: #2D56A4;
}

.menu-handler {
    position: fixed;
    right: 0;
    top: 0;
    width: 55px;
    height: 55px;
    display: none;
    cursor: pointer;
    z-index: 1010;
    transition: 0.35s;
}

.menu-handler span {
    position: relative;
    display: block;
    margin: 27.5px 0 0 17.5px;
    width: 10px;
    height: 2px;
    background-color: #333;
    -webkit-transition-duration: .3s, .3s;
    -moz-transition-duration: .3s, .3s;
    -ms-transition-duration: .3s, .3s;
    -o-transition-duration: .3s, .3s;
    transition-duration: .3s, .3s;
    -webkit-transition-delay: .3s, 0s;
    -moz-transition-delay: .3s, 0s;
    -ms-transition-delay: .3s, 0s;
    -o-transition-delay: .3s, 0s;
    transition-delay: .3s, 0s;
}

.menu-handler span:after,
.menu-handler span:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 2px;
    left: 0;
    background-color: #333;
    -webkit-transition-duration: .3s, .3s;
    -moz-transition-duration: .3s, .3s;
    -ms-transition-duration: .3s, .3s;
    -o-transition-duration: .3s, .3s;
    transition-duration: .3s, .3s;
    -webkit-transition-delay: .3s, 0s;
    -moz-transition-delay: .3s, 0s;
    -ms-transition-delay: .3s, 0s;
    -o-transition-delay: .3s, 0s;
    transition-delay: .3s, 0s
}

.menu-handler span:before {
    top: -7px;
    -webkit-transition-property: top, transform;
    -moz-transition-property: top, transform;
    -ms-transition-property: top, transform;
    -o-transition-property: top, transform;
    transition-property: top, transform;
}

.menu-handler span:after {
    bottom: -7px;
    -webkit-transition-property: bottom, transform;
    -moz-transition-property: bottom, transform;
    -ms-transition-property: bottom, transform;
    -o-transition-property: bottom, transform;
    transition-property: bottom, transform;
}

.menu-handler.active span {
    height: 2px;
    background-color: transparent;
    -webkit-transition-delay: 0s, 0s;
    -moz-transition-delay: 0s, 0s;
    -ms-transition-delay: 0s, 0s;
    -o-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s
}

.menu-handler.active span:after,
.menu-handler.active span:before {
    -webkit-transition-delay: 0s, .3s;
    -moz-transition-delay: 0s, .3s;
    -ms-transition-delay: 0s, .3s;
    -o-transition-delay: 0s, .3s;
    transition-delay: 0s, .3s;
}

.menu-handler.active span:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.menu-handler.active span:after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menu-handler.active {
    top: 0;
}

.menuBox a:link,
.menuBox a:visited {
    color: #333333;
}

.menuMoblie .nav-link.active,
.menuMoblie .cur .nav-link,
.menuMoblie .nav-link:hover {
    background: #2D56A4;
}

.menuMoblie .nav-link:active i,
.menuMoblie .nav-link:hover i {
    color: #fff;
    transform: rotate(90deg);
}

.menuBox a:active,
.menuBox a:hover,
.menuMoblie .cur .nav-link {
    color: #fff;
}

.menuBox {
    border-top: 1px solid #e4e4e4;
    background-color: #fff;
    color: #333333;
    position: fixed;
    display: none;
    right: 0px;
    top: 55px;
    width: 100%;
    height: 100%;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-overflow-scrolling: touch;
    z-index: 1008;
    -webkit-transition: all .5s cubic-bezier(.25, .46, .45, .94);
    -moz-transition: all .5s cubic-bezier(.25, .46, .45, .94);
    -ms-transition: all .5s cubic-bezier(.25, .46, .45, .94);
    -o-transition: all .5s cubic-bezier(.25, .46, .45, .94);
    transition: all .5s cubic-bezier(.25, .46, .45, .94);
}

.menuMoblie {
    margin: 0 0 100px 0;
}

.menuMoblie .nav-link {
    position: relative;
    display: block;
    font-size: 18px;
    padding: 14px 5% 14px 10%;
}

.menuMoblie .nav-link i {
    float: right;
    color: #b1b1b1;
    font-size: 20px;
    vertical-align: middle;
}

.menuMoblie li {
    opacity: 0;
    visibility: hidden;
    transition: 0.55s;
    transform: scale(1.1) translateX(100px);
    border-bottom: 1px solid #e4e4e4;
}

.menuMoblie li:nth-child(1) {
    transition-delay: 0;
}

.menuMoblie li:nth-child(2) {
    transition-delay: 0.1s;
}

.menuMoblie li:nth-child(3) {
    transition-delay: 0.2s;
}

.menuMoblie li:nth-child(4) {
    transition-delay: 0.3s;
}

.menuMoblie li:nth-child(5) {
    transition-delay: 0.4s;
}

.menuMoblie li:nth-child(6) {
    transition-delay: 0.5s;
}

.menuMoblie li:nth-child(7) {
    transition-delay: 0.6s;
}

.menuMoblie .subnav {
    padding: 12px 5% 12px 10%;
    display: none;
}

.menuMoblie .subnav .item {
    display: block;
    /*padding: 0px 5% 0 10%;*/
}

.menuMoblie .subnav .item:active a,
.menuMoblie .subnav .item:hover a {
    /*background: #999;*/
    color: #2D56A4 !important;
}

.menuMoblie .subnav a {
    position: relative;
    display: block;
    padding: 12px 0;
    line-height: 1.4;
    font-size: 16px;
}

.menuOpen .menuBox {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.menuOpen .menuBox li {
    opacity: 1;
    visibility: visible;
    transform: scale(1) translateX(0);
}


/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-loading .slick-list {
    background: #f1f1f1 url(../images/loader.gif) center center no-repeat;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    zoom: 1;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}


/* Arrows */

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    padding: 0;
    border: none;
    outline: none;
}

@-webkit-keyframes scaleUpDown {
    from {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleUpDown {
    from {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}


/* pswp = photoswipe */

.pswp {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 1500;
    -webkit-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    outline: 0;

    * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    img {
        max-width: none;
    }
}

.pswp--animate_opacity {
    opacity: .001;
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
    display: block;
}

.pswp--zoom-allowed .pswp__img {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
}

.pswp--dragging .pswp__img {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing;
}

.pswp__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/black_80.png) repeat;
    background: none rgba(0, 0, 0, 0.8);
    opacity: 0;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    will-change: opacity;
}

.pswp__scroll-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
    -ms-touch-action: none;
    touch-action: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.pswp__container,
.pswp__img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
    position: absolute;
    width: 100%;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in {

    .pswp__bg,
    .pswp__zoom-wrap {
        -webkit-transition: none;
        transition: none;
    }
}

.pswp__container,
.pswp__zoom-wrap {
    -webkit-backface-visibility: hidden;
}

.pswp__item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
}

.pswp__img {
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    left: 0;
}

.pswp__img--placeholder {
    -webkit-backface-visibility: hidden;
}

.pswp__img--placeholder--blank {
    background: #222;
}

.pswp--ie .pswp__img {
    width: 100% !important;
    height: auto !important;
    left: 0;
    top: 0;
}

.pswp__error-msg {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    margin-top: -8px;
    color: #CCC;

    a {
        color: #CCC;
        text-decoration: underline;
    }
}

.pswp__button {
    width: 44px;
    height: 44px;
    position: relative;
    background: 0 0;
    cursor: pointer;
    overflow: visible;
    -webkit-appearance: none;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    float: right;
    opacity: .75;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    -webkit-box-shadow: none;
    box-shadow: none;

    &:focus,
    &:hover {
        opacity: 1;
    }

    &:active {
        outline: 0;
        opacity: .9;
    }

    &::-moz-focus-inner {
        padding: 0;
        border: 0;
    }
}

.pswp__ui--over-close .pswp__button--close {
    opacity: 1;
}

.pswp__button {
    background: url(../images/default-skin.png) 0 0 no-repeat;
    background-size: 264px 88px;
    width: 44px;
    height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1),
(-webkit-min-device-pixel-ratio: 1.09375),
(min-resolution: 105dpi),
(min-resolution: 1.1dppx) {
    .pswp--svg .pswp__button {
        background-image: url(../images/default-skin.svg);
    }

    .pswp__button--close {
        color: #fff;
    }
}

.pswp__button--close {
    background-position: 0 -44px;
}

.pswp__button--share {
    background-position: -44px -44px;
}

.pswp__button--fs {
    display: none;
}

.pswp--supports-fs .pswp__button--fs {
    display: block;
}

.pswp--fs .pswp__button--fs {
    background-position: -44px 0;
}

.pswp__button--zoom {
    display: none;
    background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
    display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
    background-position: -132px 0;
}

.pswp--touch {

    .pswp__button--arrow--left,
    .pswp__button--arrow--right {
        visibility: hidden;
    }
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
    top: 50%;
    width: 48px;
    height: 48px;
    line-height: 48px;
    margin-top: -24px;
    position: absolute;
    background: none #767676;
    color: #fff;
    display: block;
    font-family: "iconfont" !important;
    font-size: 15px;
    text-align: center;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.pswp__button--arrow--left {
    left: 2%;
}

.pswp__button--arrow--right {
    right: 2%;
}

.pswp__button--arrow--left:before {
    content: "\e892";
}

.pswp__button--arrow--right:before {
    content: "\e893";
}

.pswp__button--arrow--left:hover,
.pswp__button--arrow--right:hover {
    color: #fff;
    background-color: #1A1A1A;
}

.pswp__counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pswp__share-modal {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10px;
    position: absolute;
    z-index: 1600;
    opacity: 0;
    -webkit-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out;
    -webkit-backface-visibility: hidden;
    will-change: opacity;
}

.pswp__share-modal--hidden {
    display: none;
}

.pswp__share-tooltip {
    z-index: 1620;
    position: absolute;
    background: #FFF;
    top: 56px;
    border-radius: 2px;
    display: block;
    width: auto;
    right: 44px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
    -webkit-transition: -webkit-transform .25s;
    transition: transform .25s;
    -webkit-backface-visibility: hidden;
    will-change: transform;

    a {
        display: block;
        padding: 8px 12px;
        color: #000;
        text-decoration: none;
        font-size: 14px;
        line-height: 18px;

        &:hover {
            text-decoration: none;
            color: #000;
        }

        &:first-child {
            border-radius: 2px 2px 0 0;
        }

        &:last-child {
            border-radius: 0 0 2px 2px;
        }
    }
}

.pswp__share-modal--fade-in {
    opacity: 1;

    .pswp__share-tooltip {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.pswp--touch .pswp__share-tooltip a {
    padding: 16px 12px;
}

a {
    &.pswp__share--facebook {
        &:before {
            content: '';
            display: block;
            width: 0;
            height: 0;
            position: absolute;
            top: -12px;
            right: 15px;
            border: 6px solid transparent;
            border-bottom-color: #FFF;
            -webkit-pointer-events: none;
            -moz-pointer-events: none;
            pointer-events: none;
        }

        &:hover {
            background: #3E5C9A;
            color: #FFF;

            &:before {
                border-bottom-color: #3E5C9A;
            }
        }
    }

    &.pswp__share--twitter:hover {
        background: #55ACEE;
        color: #FFF;
    }

    &.pswp__share--pinterest:hover {
        background: #CCC;
        color: #CE272D;
    }

    &.pswp__share--download:hover {
        background: #DDD;
    }
}

.pswp__counter {
    float: left;
    height: 44px;
    font-size: 13px;
    line-height: 44px;
    color: #FFF;
    opacity: .75;
    padding: 0 10px;
}

.pswp__caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 44px;
}

.pswp__caption__center {
    text-align: center;
    max-width: 600px;
    font-size: 15px;
    margin: 0 auto;
    padding: 20px 10px;
    color: #fff;

    .xzy-zan {
        float: right;
        display: block;
    }
}

.pswp__caption--empty {
    display: none;
}

.pswp__caption--fake {
    visibility: hidden;
}

.pswp__preloader {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -22px;
    opacity: 0;
    -webkit-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out;
    will-change: opacity;
    direction: ltr;
}

.pswp__preloader__icn {
    width: 20px;
    height: 20px;
    margin: 12px;
}

.pswp__preloader--active {
    opacity: 1;

    .pswp__preloader__icn {
        background: url(../images/preloader.gif) 0 0 no-repeat;
    }
}

.pswp--css_animation {
    .pswp__preloader--active {
        opacity: 1;

        .pswp__preloader__icn {
            -webkit-animation: clockwise .5s linear infinite;
            animation: clockwise .5s linear infinite;
        }

        .pswp__preloader__donut {
            -webkit-animation: donut-rotate 1s cubic-bezier(0.4, 0, 0.22, 1) infinite;
            animation: donut-rotate 1s cubic-bezier(0.4, 0, 0.22, 1) infinite;
        }
    }

    .pswp__preloader__icn {
        background: 0 0;
        opacity: .75;
        width: 14px;
        height: 14px;
        position: absolute;
        left: 15px;
        top: 15px;
        margin: 0;
    }

    .pswp__preloader__cut {
        position: relative;
        width: 7px;
        height: 14px;
        overflow: hidden;
    }

    .pswp__preloader__donut {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 14px;
        height: 14px;
        border: 2px solid #FFF;
        border-radius: 50%;
        border-left-color: transparent;
        border-bottom-color: transparent;
        position: absolute;
        top: 0;
        left: 0;
        background: 0 0;
        margin: 0;
    }
}

@media screen and (max-width: 1024px) {
    .pswp__preloader {
        position: relative;
        left: auto;
        top: auto;
        margin: 0;
        float: right;
    }
}

@-webkit-keyframes clockwise {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes clockwise {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg);
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg);
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

.pswp__ui {
    -webkit-font-smoothing: auto;
    visibility: visible;
    opacity: 1;
    z-index: 1550;
}

.pswp__top-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    width: 100%;
}

.pswp--has_mouse {

    .pswp__button--arrow--left,
    .pswp__button--arrow--right {
        -webkit-backface-visibility: hidden;
        will-change: opacity;
        -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
        transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    }
}

.pswp__caption,
.pswp__top-bar {
    -webkit-backface-visibility: hidden;
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--has_mouse {

    .pswp__button--arrow--left,
    .pswp__button--arrow--right {
        visibility: visible;
    }
}

.pswp__caption,
.pswp__top-bar {
    background-color: rgba(0, 0, 0, 0.5);
}

.pswp__ui--fit {

    .pswp__caption,
    .pswp__top-bar {
        background-color: rgba(0, 0, 0, 0.3);
    }
}

.pswp__ui--idle {
    .pswp__top-bar {
        opacity: 1;
    }

    .pswp__button--arrow--left,
    .pswp__button--arrow--right {
        opacity: 0;
    }
}

.pswp__ui--hidden {

    .pswp__button--arrow--left,
    .pswp__button--arrow--right,
    .pswp__caption,
    .pswp__top-bar {
        opacity: .001;
    }
}

.pswp__ui--one-slide {

    .pswp__button--arrow--left,
    .pswp__button--arrow--right,
    .pswp__counter {
        display: none;
    }
}

.pswp__element--disabled {
    display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
    background: 0 0;
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
    background-image: none !important;
}

.mtop {
    height: 159px;
}


/* banner */

.banner-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
}


/*.banner-wrap:before{
    content: "";
    position: absolute;
    right: 14%;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 100%;
    background: rgba(255,255,255,.2);
    z-index: 100;
}*/

.banner {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

#swiper-container1 .swiper-pagination-bullet {
    position: relative;
    display: block;
    margin: 50px 0;
    background: #FFFFFF;
    width: 10px;
    height: 10px;
    opacity: 1;
}

#swiper-container1 .swiper-pagination-bullet:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    border-radius: 50%;
    transition: 0.65s;
}

#swiper-container1 .swiper-pagination-bullet-active:before {
    transform: translate(-50%, -50%) scale(1);
}

#swiper-container1 .swiper-pagination {
    right: 5%;
    bottom: 117px;
    left: auto;
    width: auto;
}

.item {
    position: relative;
    overflow: hidden;
}

#swiper-container1 .swiper-slide {
    text-align: center;
    background: #fff;
    overflow: hidden;
}

.banner .pimg {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    transition: transform 3.5s;
    -webkit-transition: transform 3.5s;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.banner .swiper-slide-active .pimg {
    visibility: visible !important;
    transform: scale(1);
    -webkit-transform: scale(1);
}

@keyframes scaleUpDown1 {
    from {
        transform: scale(1.2);
    }

    to {
        transform: scale(1);
    }
}

.bscover {
    position: absolute;
    width: 1350px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    text-align: left;
}

.bct1 {
    display: block;
    color: #fff;
    font-size: 40px;
    line-height: 1.5;
    font-weight: normal;
}

.bct2 {
    color: #fff;
    font-size: 18px;
    margin-top: 10px;
}

.bczs {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 65%;
    z-index: 10;
}

.bwdown {
    font-family: "DINCond-Regular";
    position: absolute;
    left: 5%;
    bottom: 20px;
    z-index: 1;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    writing-mode: tb-rl;
    text-align: center;
    line-height: 1.5;
}

.bwdown:before {
    content: "";
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 15px;
    background: #fff;
}


/* banner end */

.index-bg {
    background: url('../images/bg.png');
    overflow: hidden;
}

.index-bg .index-bg_box {
    position: relative;
    margin: 50px 0;
}

.index-bg .index-bg_box .index-img {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url() no-repeat center right / auto 100%;
    transition: .5s;
    background-image: url('../images/aboutbg.jpg');
    visibility: visible;
}

.index-about {
    padding-top: 100px;
}

.ialeft {
    float: left;
    width: 41%;
}

.gb1 {
    display: block;
    font-family: "DINCond-Regular";
    color: #999999;
    font-size: 40px;
    line-height: 1.2;
    text-transform: uppercase;
}

.gb2 {
    display: block;
    color: #2D56A4;
    font-size: 32px;
    line-height: 1.3;
    margin-top: 10px;
    font-weight: bold;
}

.ianr {
    color: #999999;
    font-size: 16px;
    margin-top: 40px;
    line-height: 36px;
}

.ianr .tit {
    display: block;
    color: #f6ba0a;
    font-size: 24px;
    letter-spacing: 2px;
}

.iasj {
    margin-top: 40px;
    display: flex;
    align-items: flex-end;
}

.iasj li {
    flex: 1;
}

.isnum {
    display: block;
    font-family: "DINCond-Regular";
    color: #2D56A4;
    font-size: 46px;
    font-weight: normal;
    line-height: 1;
}

.cont {
    font-family: "Microsoft YaHei, SimSun";
}

.insup {
    display: inline-block;
    vertical-align: top;
    color: #999999;
    font-size: 15px;
    margin-left: 8px;
}

.ism {
    display: inline-block;
    vertical-align: text-top;
    font-size: 25px;
    color: #2D56A4;
}

.isj {
    display: inline-block;
    vertical-align: text-top;
    color: #999999;
    font-size: 15px;
}

.isxz {
    display: block;
    color: #999999;
    font-size: 15px;
    margin-top: 3px;
}

.iamore a {
    position: relative;
    display: block;
    width: 154px;
    height: 49px;
    text-align: center;
    line-height: 49px;
    border: 1px solid #777777;
    color: #777777;
    font-size: 14px;
    margin-top: 70px;
    z-index: 3;
    overflow: hidden;
}

.iamore a:before {
    content: "";
    position: absolute;
    width: 0;
    top: 0;
    right: 0;
    height: 100%;
    background: #2D56A4;
    z-index: -3;
    transition: 0.65s;
}

.iamore a:hover:before {
    left: 0;
    width: 100%;
}

.iamore a:hover {
    color: #fff;
    border: 1px solid #2D56A4;
}

.iaright {
    position: relative;
    float: right;
    width: 41%;
}

.iarpic {
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}

.iarpic img {
    display: block;
    width: 100%;
}

.iarbtn {
    position: absolute;
    right: 10%;
    bottom: 0;
    width: 102px;
    height: 102px;
    background: #2D56A4;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    z-index: 50;
}

.iarbtn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(45, 86, 164, .55);
    border-radius: 50%;
    z-index: -3;
}

.iarbtn:hover:before {
    animation: bannerbuIn infinite linear 1.4s normal;
    -webkit-animation: bannerbuIn infinite linear 1.4s normal;
}

@keyframes bannerbuIn {
    0% {
        opacity: 1;
        filter: alpha(opacity=100);
        transform: scale(1);
    }

    100% {
        opacity: 0;
        filter: alpha(opacity=0);
        transform: scale(2);
    }
}

.irbicon {
    display: block;
    color: #fff;
    font-size: 18px;
    margin-top: 20px;
}

.irbtxt {
    display: block;
    color: #fff;
    font-size: 15px;
}

.index-products {
    background: url(../images/bg4.jpg) no-repeat center center;
    background-size: cover;
    padding: 40px 0;
}

.index-products .top-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.index-products .index-products-btn {
    position: relative;
}

.index-products .index-product-list {
    overflow: hidden;
}

.index-products .index-product-list .item {
    padding: 10px;
}

.index-products .index-product-list .item .item-link {
    background-color: #fff;
    padding: 5px;
    box-shadow: 0 0 10px #ccc;
    display: block;
}

.index-products .index-product-list .item .item-link:hover {
    background: #2D56A4;
}

.index-products .index-product-list .item .img-box img {
    width: 100%;
}

.index-products .index-product-list .item .tit-box {
    padding: 20px 15px;
    position: relative;
}

.index-products .index-product-list .item .tit-box h5 {
    width: 80%;
    font-size: 18px;
    color: #777777;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-products .index-product-list .item .item-link:hover h5 {
    color: #fff;
}

.index-products .index-product-list .item .tit-box h5:after {
    position: absolute;
    width: 38px;
    height: 14px;
    content: '';
    display: inline-block;
    background: url(../images/icon14.png) no-repeat;
    overflow: hidden;
    background-size: 76px;
    right: 15px;
    top: 27px;
}

.index-products .index-product-list .item .item-link:hover h5:after {
    background-position: -38px 0;
}

.ipleft {
    float: left;
    width: 30%;
    box-sizing: border-box;
    padding-left: 15%;
}

.ilmenu {
    margin-top: 120px;
}

.imqh {
    position: relative;
    margin-top: 22px;
    line-height: 1.5;
    color: #2D56A4;
    font-size: 24px;
    opacity: 0.3;
    transition: 0.35s;
    cursor: pointer;
}

.imqh:hover,
.imqh.active {
    opacity: 1;
    font-weight: bold;
}


/*.imqh:hover:before,
.imqh.active:before {
    width: 35%;
}*/


/*.imqh:before {
    content: "";
    position: absolute;
    left: -42%;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 2px;
    background: #2D56A4;
    transition: 0.5s;
}*/

.ipright {
    position: relative;
    float: right;
    width: 68%;
    height: 530px;
    overflow: hidden;
    padding-bottom: 55px;
}

.iprbot.active {
    top: 0;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: 0.65s;
}

.iprbot {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transform: translateY(30px);
}

.irbanner {
    position: relative;
    width: 90%;
}

.irbanner .slick-list {
    overflow: visible;
}

.irbanner .swiper-slide-active.irbitem,
.irbanner .swiper-slide-next {
    opacity: 1;
}

.irbitem {
    opacity: 0.5;
    transition: 0.35s;
    position: relative;
    float: left;
    background: #fff;
    border-radius: 20px;
    padding: 35px 60px;
    margin-right: 50px;
    box-sizing: border-box;
    cursor: pointer;
}

.irbitem:hover .iripic img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}

.irbitem:hover .iritxt {
    color: #2D56A4;
}

.iripic {
    overflow: hidden;
}

.iripic img {
    display: block;
    width: 100%;
    transition: 0.5s;
}

.iritxt {
    text-align: center;
    color: #888888;
    font-size: 24px;
    margin-top: 20px;
    font-weight: bold;
    transition: 0.35s;
}

.irbpn {
    position: absolute;
    left: 41%;
    bottom: 0;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: #2D56A4;
    text-align: center;
    line-height: 110px;
    z-index: 100;
}

.irbpn::-moz-selection {
    background: transparent;
    text-shadow: none;
}

.irbpn::selection {
    background: transparent;
    text-shadow: none;
}

.irbjt {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 34px;
    cursor: pointer;
    border: 0 none;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: #304b97;
}

.irbjt::-moz-selection {
    background: transparent;
    text-shadow: none;
}

.irbjt::selection {
    background: transparent;
    text-shadow: none;
}

.index-news {
    margin-top: 110px;
    padding-bottom: 120px;
}

.intl {
    float: left;
}

.intr {
    float: right;
    margin-top: 50px;
}

.inrqh {
    display: inline-block;
    vertical-align: middle;
    color: #777777;
    width: 100px;
    text-align: center;
    font-size: 16px;
    padding: 5px 0;
    border-radius: 19px;
    transition: 0.35s;
    margin-left: 40px;
}

.inrqh:hover,
.inrqh.active {
    color: #fff;
    background: #2D56A4;
}

.indhz {
    position: relative;
    width: 100%;
    height: 480px;
}

.incont.active {
    opacity: 1;
    visibility: visible;
}

.incont {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: 20px;
}

.incleft {
    position: relative;
    float: left;
    width: 42%;
    background: #fff;
    border-radius: 0 20px 20px 0;
    box-sizing: border-box;
    /*padding: 100px 60px 60px 0;*/
}

.incleft:after {
    content: "";
    position: absolute;
    top: 0;
    left: -50%;
    bottom: 0;
    width: 50%;
    height: 100%;
    background: #fff;
}

.iclbanner {
    position: relative;
    overflow: hidden;
    padding-left: 60px;
    margin: 100px 60px 60px 0;
    border-left: 1px solid rgba(112, 112, 112, .2);
}

.iclbanner .slick-dots {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    display: block;
    *display: inline;
    *zoom: 1;
    /*z-index: 104;*/
}

.iclbanner .slick-dots li {
    position: relative;
    display: block;
    width: 3px;
    height: 33.333%;
}

.iclbanner .slick-dots li:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: #2D56A4;
    transition: 0.5s;
}

.iclbanner .slick-dots li a {
    text-indent: 10em;
    position: relative;
    display: block;
    text-align: center;
    border-radius: 50%;
    padding: 0px;
    cursor: pointer;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.iclbanner .slick-dots li a:focus {
    outline: none;
}

.iclbanner .slick-dots li.slick-active:before {
    top: 0;
    height: 100%;
}

.inlitem {
    float: left;
    position: relative;
}

.inlitem:hover .ilipic img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}

.ilims {
    float: left;
    width: 80%;
    color: #333333;
    font-size: 20px;
    line-height: 1.5;
}

.ilidate {
    display: block;
    float: right;
    color: #999999;
    font-size: 20px;
    line-height: 1.5;
}

.ilipic {
    margin-top: 70px;
    overflow: hidden;
}

.ilipic img {
    display: block;
    width: 100%;
    transition: 0.5s;
}

.incright {
    float: right;
    width: 53%;
}

.incright li {
    position: relative;
    margin: 70px 0;
}

.incright li:hover .icrms,
.incright li:hover .icrdate,
.incright li:hover .icrdate i {
    color: #2D56A4;
}

.incright li:hover .icrms:before {
    background: #2D56A4;
}

.icrms {
    position: relative;
    float: left;
    color: #333333;
    font-size: 18px;
    padding-left: 12px;
    width: 70%;
}

.icrms:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    background: #666666;
    border-radius: 50%;
}

.icrdate {
    display: block;
    float: right;
    color: #999999;
    font-size: 18px;
    margin-right: 40px;
}

.icrdate i {
    display: block;
    color: #999999;
    font-size: 16px;
    font-style: normal;
}

.footer-wrap {
    background: url(../images/p44.jpg) no-repeat;
    background-size: cover;
}

.footer-box {
    float: left;
}

.footer-box .footer-info .item {
    display: flex;
    align-items: center;
}

.footer-box .footer-info .item .fi {
    width: 25px;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 18px;
    text-align: center;
}

.footer-box .footer-info .item .text {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    color: #fff;
    font-size: 14px;
}

.fwbot1 {
    padding: 48px 0;
}

.fb1left {
    float: left;
}

.fb1left li {
    float: left;
}

.fb1left li:not(:first-child) {
    margin-left: 100px;
}

.fl1bt {
    display: block;
    color: rgba(255, 255, 255, .8);
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: bold;
}

.fl1link {
    display: block;
    color: #fff;
    font-size: 14px;
    margin-top: 10px;
}

.fb1right {
    float: right;
}

.fr1txt {
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    margin-top: 10px;
}

.fr1txt em {
    font-style: normal;
    color: rgba(255, 255, 255, .5);
    font-weight: normal;
}

.fe1qh {
    display: none;
}

.fq1btn {
    display: inline-block;
    vertical-align: middle;
    width: 62px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border: 1px solid rgba(255, 255, 255, .5);
    color: rgba(255, 255, 255, .5);
    font-size: 12px;
    margin-left: -5px;
}

.fq1btn:hover,
.header.active .fq1btn:hover,
.header.mractive .fq1btn:hover {
    color: #fff;
    background: #2D56A4;
    border: 1px solid #2D56A4;
}

.fe1m {
    /*margin-top: 50px;*/
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.fe1m img {
    display: block;
    width: 150px;
    margin: 0 auto 5px;
}

.fwbot2 {
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.fb2box {
    position: relative;
}

.fb2l {
    position: absolute;
    left: 0;
}

.fl2txt {
    font-size: 14px;
    color: rgba(255, 255, 255, .5);
}

.fb2txt {
    color: #fff;
    font-size: 12px;
    text-align: center;
}

.fb2txt a {
    color: #fff;
}

.fb2r {
    position: absolute;
    right: 0;
    top: 0;
    color: #888888;
    font-size: 12px;
}

.fb2r a {
    color: rgba(255, 255, 255, .5);
}


/* 弹框 */

.tk-bg {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .75);
    z-index: 9999;
}

.tb-cb {
    position: relative;
    top: 50%;
    left: 50%;
    width: 800px;
    height: 500px;
    transform: translate(-50%, -50%);
}

.tbclose {
    position: absolute;
    right: -54px;
    top: 0;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
}

.tbclose:hover i {
    transform: rotate(360deg);
}

.tbclose i {
    display: block;
    color: #fff;
    font-size: 40px;
    line-height: 1;
    transition: 0.55s;
}

.tbvideo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.apply-show {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.insides-banner {
    position: relative;
}

.ibpic {
    overflow: hidden;
}

.ibpic img {
    display: block;
    width: 100%;
}

.ibcv {
    position: absolute;
    top: 50%;
    width: 90%;
    left: 5%;
    transform: translateY(-50%);
    text-align: center;
}

.ibct1 {
    display: block;
    color: #fff;
    font-size: 36px;
    line-height: 1.5;
    font-weight: bold;
}

.ibct2 {
    display: block;
    font-family: "DINCond-Regular";
    color: #fff;
    position: relative;
    line-height: 1;
    color: #fff;
    font-size: 30px;
    padding-bottom: 20px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-color: #fff;
    -webkit-text-stroke-width: 1px;
    text-fill-color: transparent;
    text-stroke-color: #fff;
    text-stroke-width: 1px;
    margin-bottom: 14px;
}


.ibcmenu {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 90px;
    text-align: center;
}

.icmlink {
    position: relative;
    display: inline-block;
    width: 164px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    color: #999999;
    font-size: 16px;
    background: #fff;
    margin: 0 6px;
    z-index: 3;
}

.icmlink:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    background: #2D56A4;
    transition: 0.45s;
    z-index: -3;
}

.icmlink.active:before,
.icmlink:hover:before {
    width: 100%;
}

.icmlink.active,
.icmlink:hover {
    color: #fff;
}

.insides-bm {
    position: relative;
    /*background: #F7F7F7;*/
    /*height: 98px;*/
    line-height: 98px;
}

.ibleft {
    float: left;
}

.ibltxt {
    color: #666666;
    font-size: 16px;
}

.ibmenu {
    float: right;
}

.imtxt {
    display: inline-block;
    vertical-align: top;
    position: relative;
    color: #666666;
    font-size: 16px;
    padding: 0 20px;
    z-index: 3;
}

.imtxt:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    background: #2D56A4;
    z-index: -3;
    transition: 0.45s;
}

.imtxt:hover,
.imtxt.active {
    color: #fff;
}

.imtxt:hover:before,
.imtxt.active:before {
    left: 0;
    width: 100%;
}

.pb100 {
    padding: 100px 0;
}

.about-bot1 {
    position: relative;
}

.aibl {
    float: left;
}

.aititle {
    color: #333333;
    font-size: 40px;
    line-height: 1.5;
}

.aieng {
    display: block;
    color: #999999;
    font-size: 24px;
    line-height: 1.2;
    text-transform: uppercase;
}

.gybt1 {
    display: block;
    color: #333333;
    font-size: 32px;
    line-height: 1.5;
    font-weight: normal;
}

.gybt2 {
    display: block;
    font-family: "DINCond-Regular";
    color: #666666;
    font-size: 28px;
    line-height: 1.5;
}

.al1lable {
    color: #2D56A4;
    font-size: 24px;
    margin-top: 120px;
    line-height: 1.5;
    font-weight: normal;
}

.al1nr {
    color: #666666;
    font-size: 14px;
    margin-top: 50px;
    /*height: 200px;
    overflow-y: scroll;
    padding-right: 30px;*/
}

.al1nr::-webkit-scrollbar {
    width: 3px;
    background: #E8E8E8;
}

.al1nr::-webkit-scrollbar-thumb {
    width: 3px;
    background: #2D56A4;
}

.al1nr::-webkit-scrollbar-corner {
    background: none;
}

.al1nr::-webkit-scrollbar:horizontal {
    height: 9px;
}

.aibr {
    float: right;
    width: 69%;
    color: #666666;
    font-size: 16px;
}

.aipic {
    overflow: hidden;
    margin-top: 50px;
}

.aipic img {
    display: block;
    width: 100%;
}

.ab1right .slick-arrow {
    position: absolute;
    z-index: 99;
    top: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    border-radius: 50%;
    transform: translateY(-50%);
    color: #fff;
}

.ab1right .slick-arrow:before {
    font-family: "iconfont" !important;
    font-size: 12px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: lighter;
}

.ab1right .slick-prev:before {
    content: "\e7d5";
}

.ab1right .slick-next:before {
    content: "\eb8c";
}

.ab1right .slick-prev {
    left: 20px;
}

.ab1right .slick-next {
    right: 20px;
}

.ab1right .slick-arrow:hover {
    background: #2D56A4;
}

.ab1right .slick-dots {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    text-align: center;
    display: block;
    *display: inline;
    *zoom: 1;
    /*z-index: 104;*/
}

.ab1right .slick-dots li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
    background: #FFFFFF;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    opacity: 1;
}

.ab1right .slick-dots li:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 25px;
    height: 25px;
    border: 1px solid #fff;
    border-radius: 50%;
    transition: 0.65s;
}

.ab1right .slick-dots li a {
    text-indent: 10em;
    position: relative;
    display: block;
    text-align: center;
    border-radius: 50%;
    padding: 0px;
    cursor: pointer;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ab1right .slick-dots li a:focus {
    outline: none;
}

.ab1right .slick-dots li.slick-active:before {
    transform: translate(-50%, -50%) scale(1);
}

.ar1item {
    position: relative;
    float: left;
}

.ar1item img {
    display: block;
    width: 100%;
}

.ab1dz {
    position: absolute;
    top: 0;
    right: 0;
    font-family: "DINCond-Regular";
    font-size: 300px;
    -webkit-text-stroke: 1px #F4F4F4;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.2;
}

.gtbs .gybt1 {
    color: #fff;
}

.gtbs .gybt2 {
    color: rgba(255, 255, 255, .5);
}

.about-bot2 {
    background-repeat: no-repeat;
    background-size: cover;
    /*background-attachment: fixed;*/
    /*background-position: center bottom;*/
}

.alcbox {
    position: relative;
}

.alcline {
    position: absolute;
    top: 0;
    left: 0;
}

.alcline img {
    display: block;
    width: 100%;
}

.alcbanner {
    position: relative;
    overflow: hidden;
    padding: 0 6%;
}

.albitem {
    float: left;
    height: 750px;
    position: relative;
    cursor: grab;
}

.aliz {
    position: relative;
    float: left;
    width: 11.111%;
    height: 204px;
}

.aliz:nth-of-type(odd) .aliwz {
    top: 0;
    left: 40px;
}

.aliz:nth-of-type(even) .aliwz {
    bottom: 0;
    left: 40px;
}

.aliwz {
    position: absolute;
}

.alwt1 {
    font-family: "SourceHanSerifCN";
    display: block;
    color: #c59e4a;
    font-size: 24px;
}

.alwt2 {
    color: #fff;
    font-size: 16px;
}

.ab3cont {
    position: relative;
    margin-top: 60px;
}

.ac3pic img {
    display: block;
    width: 100%;
}

.ac3list {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
}

.ac3list li {
    position: relative;
    flex: 1;
    text-align: center;
    padding: 0 30px;
    z-index: 2;
}

.ac3list li:hover:before {
    left: 0;
    width: 100%;
}

.ac3list li:hover .al3ms {
    opacity: 1;
    visibility: visible;
    height: 200px;
    transform: scale(1);
}

.ac3list li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    background: #2D56A4;
    transition: 0.55s;
    z-index: -3;
}

.al3cv {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 100px;
}

.al3bt {
    display: block;
    color: #fff;
    font-size: 20px;
}

.al3ms {
    color: #fff;
    font-size: 14px;
    margin-top: 30px;
    height: 200px;
    opacity: 0;
    visibility: hidden;
    height: 0;
    transform: scale(0.8);
    transition: 0.55s;
}

.al3num {
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.ab4box {
    /*margin-top: 40px;*/
}

.ab4left {
    float: left;
    width: 42%;
    margin-top: 100px;
}

.al4box {
    display: none;
}

.al4lable {
    color: #fff;
    font-size: 20px;
}

.al4nr {
    color: rgba(255, 255, 255, .5);
    font-size: 14px;
    margin-top: 30px;
}

.ab4right {
    float: right;
    width: 50%;
}

.ab4right li {
    position: relative;
    padding: 50px 0;
}

.ab4right li.active .ar4pic {
    opacity: 1;
    visibility: visible;
}

.ab4right li.active .ar4txt {
    color: #fff;
}

.ab4right li.active .ar4txt:before {
    width: 100%;
}

.ar4txt {
    position: relative;
    line-height: 1.5;
    padding: 15px 0;
    color: rgba(255, 255, 255, .5);
    font-size: 24px;
    border-top: 1px solid rgba(255, 255, 255, .1);
    transition: 0.45s;
}

.ar4txt:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 1px;
    background: #fff;
    transition: 0.85s;
}

.ar4pic {
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: 0.25s;
    position: absolute;
    width: 326px;
    top: -100px;
    left: 30%;
    overflow: hidden;
    border-radius: 50%;
    z-index: 999;
}

.ar4pic:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(rgba(45, 86, 164, 0), rgba(12, 56, 141));
}

.ar4pic img {
    display: block;
    width: 100%;
}

.ab5banner {
    width: 100%;
    margin-top: 60px;
    overflow: hidden;
    padding-bottom: 60px !important;
    /*margin-left: 12.5% !important;*/
}

.ab5banner.swiper-container {
    width: 100%;
    height: 100%;
}

.ab5banner .swiper-pagination-progressbar {
    height: 1px !important;
    background: #E8E8E8;
    top: auto !important;
    bottom: 0;
    margin-top: 60px;
}

.ab5banner .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    top: -1px;
    background: #2D56A4 !important;
    height: 3px;
}

.ab5item {
    background: #F6F9FB;
    padding: 50px 40px;
    box-sizing: border-box;
}

.ab5item:hover .ai5r img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}

.ai5l {
    /*float: left;
    width: 40%;*/
    margin-top: 20px;
}

.al5t1 {
    float: left;
    width: 80%;
    color: #333333;
    font-size: 18px;
    text-align: left;
    height: 32px;
    overflow: hidden;
    margin-top: 10px;
}

.al5t2 {
    display: block;
    float: right;
    font-family: "DINCond-Regular";
    color: #CCCCCC;
    font-size: 30px;
}

.ai5r {
    /*float: right;
    width: 49%;*/
}

.ai5r img {
    display: block;
    width: 100%;
    transition: 0.45s;
}

.ab5top .gtitle {
    float: left;
}

.ab5r {
    float: right;
}

.ar5pn {
    display: inline-block;
    vertical-align: middle;
    width: 68px;
    height: 68px;
    text-align: center;
    line-height: 68px;
    border-radius: 50%;
    border: 1px solid #CCCCCC;
    margin-left: 12px;
    cursor: pointer;
    color: #CCCCCC;
    font-size: 15px;
}

.ar5pn:hover {
    color: #2D56A4;
    border: 1px solid #2D56A4;
}

.ab5nl {
    position: relative;
    margin-top: 180px;
}

.ab5nl:before {
    content: "";
    position: absolute;
    left: 11px;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 100%;
    background: #E8F0F6;
}

.ab5nl li:not(:first-child) {
    margin-top: 30px;
}

.ab5nl li {
    position: relative;
}

.an5qq {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    border: 1px solid #2D56A4;
    border-radius: 50%;
    box-sizing: border-box;
}

.an5qq:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background: #2D56A4;
    border-radius: 50%;
}

.an5wz {
    position: relative;
    float: right;
    width: 92%;
    background: #F6F9FB;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 48px 60px;
    z-index: 3;
    overflow: hidden;
}

.an5wz:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    background: #2D56A4;
    width: 100%;
    height: 0;
    transition: 0.5s;
    z-index: -3;
}

.particle-network-animation {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 4;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

.particle-network-animation canvas {
    height: 100%;
}

.aw5date {
    display: block;
    font-family: "DINCond-Regular";
    float: left;
    color: #2D56A4;
    font-size: 30px;
    text-align: center;
    line-height: 1.2;
}

.ad5y {
    display: block;
    color: #2D56A4;
    font-size: 14px;
    font-style: normal;
    text-transform: uppercase;
}

.aw5ms {
    position: relative;
    float: right;
    width: 85%;
    color: #666666;
    font-size: 16px;
    padding-left: 15px;
}

.aw5ms:before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 5px;
    height: 5px;
    background: #2D56A4;
    border-radius: 50%;
}

.page-warp.mt3 {
    margin-top: 57px;
    text-align: center;
}

#pages li {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    /* padding: 8px 12px; */
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    font-family: Arial, Helvetica, sans-serif;
    border: 1px solid #CCCCCC;
    color: #CCCCCC;
    margin: 0px 4px;
    font-size: 16px;
    user-select: none;
}

#pages li.active {
    background-color: #2D56A4;
    color: #fff;
    border: none;
}

#pages li a {
    display: block;
    color: inherit;
}

#pages li:hover {
    background-color: #2D56A4;
    color: #fff;
}

.about-bot4 {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center top;
}

.products-bg {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 0 120px 0;
}

.pdlist {
    margin-left: -5%;
}

.pdlist li {
    position: relative;
    float: left;
    width: 28.333%;
    margin: 100px 0 0 5%;
    background: #fff;
    box-sizing: border-box;
    padding: 50px;
    cursor: pointer;
}

.pdlist li:hover .pltxt {
    color: #2D56A4;
}

.pdlist li:hover .plbtn {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
}

.pdlist li:hover .pltp img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}

.products-bg .insides-bm {
    background: none;
}

.pltp {
    display: block;
    position: relative;
    height: 216px;
}

.pltp img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    transition: 0.45s;
}

.pltxt {
    text-align: center;
    color: #333333;
    font-size: 20px;
    margin-top: 100px;
}

.plbtn {
    opacity: 0;
    visibility: hidden;
    transition: 0.45s;
    display: block;
    position: absolute;
    left: 50%;
    bottom: -25px;
    transform: translate(-50%, 10px);
    width: 160px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 12px;
    background: #2D56A4;
    border-radius: 30px;
}

.pages-list {
    margin-top: 80px;
    position: relative;
    text-align: center;
}

.plpn,
.plnum {
    display: inline-block;
    vertical-align: middle;
}

.plpn {
    color: #999999;
    font-size: 14px;
    margin: 0 40px;
}

.plnum {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    background: #fff;
    color: #333333;
    font-size: 20px;
    margin: 0 8px;
}

.plnum:hover,
.plnum.active {
    color: #fff;
    background: #2D56A4;
}

.plpn:hover {
    color: #2D56A4;
}

.nswrap {
    padding: 30px 0;
    background: #F6F9FB;
}

.nslist li {
    position: relative;
    margin-top: 20px;
    padding: 35px 65px;
    z-index: 3;
}

.nslist li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: -3;
    border-radius: 10px;
    transition: 0.85s;
    box-shadow: 0 3px 40px rgba(200, 200, 200, .16);
}

.nslist li:hover .nldw {
    left: 0;
}

.nslist li:hover .nldate,
.nslist li:hover .nldate b,
.nslist li:hover .nwbt {
    color: #2D56A4;
}

.nslist li:hover .nwmore {
    opacity: 1;
    visibility: visible;
}

.nslist li:hover .nldate b {
    font-weight: bold;
}

.nldw {
    float: right;
    transition: 0.45s;
    width: 35%;
}

.nldate {
    font-family: "DINCond-Regular";
    float: right;
    color: #999999;
    font-size: 18px;
}

.nldate b {
    color: #212121;
    font-size: 34px;
    font-weight: normal;
}

.nlpic {
    float: left;
    border-radius: 12px;
    overflow: hidden;
    width: 78%;
}

.nlpic img {
    display: block;
    width: 100%;
    transition: all 0.6s;
}

.nslist li:hover .nlpic img {
    transform: scale(1.05);
}

.nlwz {
    float: left;
    width: 52%;
    margin-top: 40px;
}

.nwbt {
    color: #333333;
    font-size: 20px;
    line-height: 1.5;
    font-weight: normal;
}

.nwms {
    color: #888888;
    font-size: 16px;
    margin-top: 40px;
    height: 58px;
    overflow: hidden;
}

.nwmore {
    font-family: "DINCond-Regular";
    display: block;
    color: #2D56A4;
    font-size: 16px;
    margin-top: 40px;
    transition: 0.45s;
}

.bg-F6F9FB {
    background: #F6F9FB;
}

.bg-F6F9FB .insides-bm {
    background: none;
}

.nd-wrap {
    padding: 175px 0 100px 0;
}

.nwtp {
    width: 100%;
    text-align: center;
}

.nwltitle {
    color: #212121;
    font-size: 28px;
    line-height: 1.5;
}

.nwltl {
    margin-top: 20px;
}

.ntltxt {
    display: inline-block;
    vertical-align: middle;
    color: #999999;
    font-size: 14px;
    margin: 0 15px;
}

.ndwleft {
    float: left;
    width: 76%;
    background: #fff;
    box-sizing: border-box;
    padding: 60px 75px 50px 75px;
}

.nlcnr {
    color: #666666;
    font-size: 16px;
}

.nlcbt {
    margin-top: 70px;
    border-top: 1px solid #E3E8EA;
    padding-top: 20px;
}

.ncbl {
    float: left;
}

.nclpn {
    display: inline-block;
    vertical-align: middle;
    color: #999999;
    font-size: 14px;
    margin-right: 26px;
}

.nclpn:hover {
    color: #2D56A4;
}

.ncbr a {
    float: right;
    display: block;
    width: 91px;
    height: 29px;
    text-align: center;
    line-height: 29px;
    background: #2D56A4;
    color: #fff;
    font-size: 14px;
}

.ndwright {
    float: right;
    width: 22%;
    background: #fff;
    box-sizing: border-box;
    padding: 30px 24px;
}

.nwrbt1 {
    color: #212121;
    font-size: 30px;
    line-height: 1.5;
}

.nwrbt2 {
    display: block;
    color: #666666;
    font-size: 16px;
    line-height: 1.5;
}

.nwrlist {
    margin-top: 30px;
    border-top: 1px solid #BEC1C7;
}

.nwrlist li {
    position: relative;
    margin-top: 30px;
}

.nwrlist li:hover .nrltxt {
    color: #2D56A4;
}

.nrltxt {
    color: #333333;
    font-size: 16px;
}

.nrldate {
    position: relative;
    display: block;
    color: #888888;
    font-size: 12px;
    padding-bottom: 20px;
    line-height: 1.5;
}

.nrldate:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 31px;
    height: 1px;
    background: #BEC1C7;
}

.ndwbot {
    margin-top: 50px;
}

.ns4bot {
    padding: 10px 0 100px 0;
}

.nl4y {
    width: 100%;
    background: url(../images/p37.png) no-repeat;
    background-size: contain;
    background-position: center bottom;
    padding: 0 30px 30px 30px;
    box-sizing: border-box;
}

.ny4item {
    position: relative;
    float: left;
    width: 21%;
    margin: 70px 2% 0 2%;
    transition: 0.45s;
}

.ny4item:hover {
    transform: translateY(-30px);
}

.nl4pic {
    overflow: hidden;
    box-shadow: 0 10px 30px #E5E5E5;
    margin-top: 30px;
}

.nl4pic img {
    display: block;
    width: 100%;
}

.nl4txt {
    color: #2D56A4;
    font-size: 20px;
    text-align: center;
}

.rcwrap {
    position: relative;
    margin-top: 95px;
}

.rwbg {
    overflow: hidden;
}

.rwbg img {
    display: block;
    width: 100%;
}

.rcwcont {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.rcbt {
    text-align: center;
}

.rcbt img {
    display: inline-block;
    max-width: 100%;
}

.rcsr {
    width: 880px;
    height: 62px;
    line-height: 62px;
    margin: 70px auto 0;
    border-radius: 31px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 6px 30px #435EB4;
}

.rsxz {
    display: block;
    float: left;
    margin-left: 24px;
    width: 10%;
    height: 62px;
    border: none;
    background: none;
    font-size: 14px;
    font-family: "SourceHanSansCN-Regular";
}

.rsxz select {
    color: #333333;
    font-size: 14px;
}

.rcline {
    display: block;
    float: left;
    margin-left: 10px;
    width: 1px;
    height: 20px;
    background: #E5E5E5;
    margin-top: 21px;
}

.rswbk {
    display: block;
    float: left;
    width: 40%;
    height: 62px;
    border: none;
    color: #999999;
    font-size: 14px;
    padding: 0 27px;
    background: none;
}

.rsbtn {
    display: block;
    float: right;
    width: 100px;
    text-align: center;
    line-height: 62px;
    background: #2D5EB9;
    border-radius: 31px;
    color: #fff;
    font-size: 20px;
}

.rczp {
    margin-top: 50px;
    text-align: center;
}

.rzbtn {
    display: inline-block;
    vertical-align: middle;
    width: 180px;
    height: 61px;
    background: #fff;
    border-radius: 31px;
    margin: 0 20px;
    text-align: center;
    line-height: 61px;
    color: #333333;
    font-size: 16px;
}

.rzicon {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #2D5EB9;
    border-radius: 50%;
    color: #fff;
    font-size: 17px;
    margin-right: 20px;
}

.rs1bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}

.rc1wrap {
    padding: 80px 0 130px 0;
}

.rwtitle {
    position: relative;
    color: #333333;
    font-size: 32px;
    text-align: center;
    line-height: 1.5;
    padding-bottom: 30px;
}

.rwtitle:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 30px;
    height: 2px;
    background: #2D56A4;
}

.rwnr {
    color: #777777;
    font-size: 16px;
    margin-top: 40px;
}

.rc2bot {
    padding: 67px 0 100px 0;
}

.rb2head {
    background: #2D56A4;
    height: 80px;
    line-height: 80px;
}

.rh2txt {
    position: relative;
    float: left;
    width: 18%;
    text-align: center;
    color: #fff;
    font-size: 20px;
}

.rh2txt:not(:first-child):before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background: rgba(255, 255, 255, .5);
}

.rb2list li {
    background: #fff;
    margin-top: 10px;
}

.rl2bt {
    cursor: pointer;
}

.rl2bt.active,
.rl2bt:hover .rb2txt {
    color: #2D56A4;
}

.rl2bt.active .rt2jt,
.rl2bt:hover .rt2jt {
    background: #2D56A4;
}

.rl2bt.active .rt2jt {
    transform: rotate(180deg);
}

.rb2txt {
    display: block;
    float: left;
    width: 18%;
    text-align: center;
    color: #666666;
    font-size: 20px;
    padding: 20px 0;
}

.rb2txt:last-child {
    width: 10%;
}

.rt2jt {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    background: #E8E8E8;
    color: #fff;
    font-size: 20px;
    transition: 0.45s;
}

.rl2zk {
    display: none;
    padding: 30px 0;
    margin: 0 60px;
    border-top: 1px solid #E8E8E8;
}

.rz2nr {
    color: #666666;
    font-size: 16px;
}

.rz2txt {
    color: #999999;
    font-size: 20px;
    margin-top: 10px;
    line-height: 1.5;
}

.rz2txt a {
    color: #2D56A4;
}

.rz2bt {
    margin-top: 30px;
}

.ctwleft {
    float: left;
    width: 35%;
}

.ctlt1 {
    color: #333333;
    font-size: 32px;
    line-height: 1.2;
    font-weight: normal;
}

.ctlt2 {
    display: block;
    font-family: "DINCond-Regular";
    line-height: 1.5;
    color: #666666;
    font-size: 28px;
}

.ctllx {
    margin-top: 25px;
}

.ctlicon {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 4px;
}

.ctlwz {
    float: right;
    width: 93%;
}

.clwtxt {
    display: block;
    color: #333333;
    font-size: 16px;
    line-height: 1.5;
}

.clwtxt:not(:first-child) {
    margin-top: 7px;
}

.clwewm {
    margin-top: 7px;
    width: 110px;
}

.ctwright {
    float: right;
    width: 59%;
}

.maps {
    width: 100%;
    height: 480px;
}

.anchorBL {
    display: none;
}

.cw2title {
    background: #2D56A4;
    color: #fff;
    font-size: 16px;
    padding: 5px 0;
    font-weight: normal;
    width: 224px;
    text-align: center;
}

.cw2bot {
    background: #fff;
    padding: 25px 30px 40px 30px;
}

.cb2item:not(:first-child) {
    border-top: 1px solid #E8E8E8;
    margin-top: 45px;
    padding-top: 30px;
}

.ci2bt {
    color: #212121;
    font-size: 16px;
}

.cl2it {
    float: left;
    margin-top: 20px;
}

.ci2name {
    display: inline-block;
    vertical-align: middle;
    color: #666666;
    font-size: 14px;
    width: 120px;
    text-align: right;
}

.cn2sup {
    display: inline-block;
    vertical-align: top;
    color: #D60909;
    font-size: 14px;
}

.ci2wb {
    display: inline-block;
    vertical-align: middle;
    width: 250px;
    height: 30px;
    border: 1px solid #F0F0F0;
    margin-left: 10px;
    color: #666;
    font-size: 14px;
    box-sizing: border-box;
    padding: 0 15px;
}

.ci2rd {
    display: inline-block;
    vertical-align: middle;
    color: #888888;
    font-size: 14px;
    margin-left: 10px;
}

.ci2cc {
    width: 1000px;
}

.ci2dw {
    width: 135px;
}

.ci2area {
    font-family: "SourceHanSansCN-Regular";
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    resize: none;
    box-sizing: border-box;
    padding: 15px;
    border: 1px solid #F0F0F0;
    color: #333;
    font-size: 14px;
    width: 1000px;
    height: 150px;
}

.cb2submit a {
    display: block;
    width: 92px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #2D56A4;
    color: #fff;
    font-size: 14px;
    margin: 20px 0 0 132px;
}

.cw2bz {
    margin-top: 45px;
}

.cb2t1 {
    color: #333333;
    font-size: 14px;
}

.cb2t2 {
    color: #666666;
    font-size: 12px;
}

.ns2bot {
    padding: 80px 0;
    overflow: hidden;
}

.nb2t1 {
    color: #2D56A4;
    font-size: 32px;
    text-align: center;
    font-weight: normal;
}

.nb2t2 {
    color: #666666;
    font-size: 20px;
    text-align: center;
}

.nb2banner {
    width: 725px;
    position: relative;
    margin: 60px auto 0;
}

.nb2banner .slick-list {
    overflow: visible;
}

.nb2item {
    position: relative;
    float: left;
    padding-bottom: 40px;
    margin: 0 9px;
}

.nb2item:hover .ni2pic img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}

.ni2pic {
    overflow: hidden;
}

.ni2pic img {
    display: block;
    width: 100%;
    transition: 0.45s;
}

.nb2banner .slick-active .ni2wz {
    opacity: 1;
    visibility: visible;
}

.ni2wz {
    opacity: 0;
    visibility: hidden;
    transition: 0.45s;
    position: absolute;
    left: 60px;
    right: 60px;
    bottom: 0;
    background: #fff;
    padding: 20px;
    box-shadow: 0 3px 30px rgba(0, 0, 0, .16);
}

.ni2txt {
    position: relative;
    color: #333333;
    font-size: 18px;
    text-align: center;
    padding-bottom: 20px;
    line-height: 1.5;
}

.ni2txt:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 105px;
    height: 1px;
    background: #2D56A4;
}

.ns3bot {
    padding: 20px 0 80px 0;
}

.nb3list {
    margin-left: -3%;
}

.nb3list li {
    position: relative;
    float: left;
    width: 30.333%;
    margin-left: 3%;
    margin-top: 60px;
}

.nb3list li:hover .nl3pic img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}

.nb3list li:hover .nl3ms,
.nb3list li:hover .nl3btn {
    color: #2D56A4;
}

.nl3top {
    line-height: 45px;
}

.nt3l {
    display: block;
    float: left;
    color: #999999;
    font-size: 16px;
    font-family: arial;
}

.nt3l em {
    color: #333333;
    font-size: 30px;
    margin-right: 10px;
}

.nt3r {
    display: block;
    float: right;
    color: #666666;
    font-size: 16px;
    font-family: arial;
}

.nl3pic {
    overflow: hidden;
    margin-top: 10px;
}

.nl3pic img {
    display: block;
    width: 100%;
    transition: 0.45s;
}

.nl3ms {
    color: #333333;
    font-size: 18px;
    margin-top: 30px;
    line-height: 1.5;
    height: 54px;
    overflow: hidden;
}

.nl3btn {
    display: block;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #E8E8E8;
    color: #666666;
    font-size: 14px;
    font-weight: normal;
}

.nl3btn i {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    margin-left: 5px;
    line-height: 1.5;
}

.aliz:nth-child(1) {
    top: 54%;
}

.aliz:nth-child(2) {
    top: 71%;
}

.aliz:nth-child(3) {
    top: 36%;
}

.aliz:nth-child(4) {
    top: 60%;
}

.aliz:nth-child(5) {
    top: 30%;
}

.aliz:nth-child(6) {
    top: 52%;
}

.aliz:nth-child(7) {
    top: 23%;
}

.aliz:nth-child(8) {
    top: 40%;
}

.aliz:nth-child(9) {
    top: 0;
}

.srwrap {
    padding: 80px 0;
}

.srdz {
    color: #333;
    font-size: 30px;
    font-weight: normal;
}

.srlist li {
    position: relative;
    padding: 30px 0;
    border-bottom: 1px solid #eee;
}

.srlist li:hover .srlms {
    color: #2D56A4;
}

.srlms {
    float: left;
    width: 70%;
    color: #666;
    font-size: 16px;
}

.srldate {
    display: block;
    float: right;
    color: #999;
    font-size: 14px;
}

.srcv {
    width: 850px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.srsrk {
    display: block;
    float: left;
    width: 90%;
    height: 60px;
    line-height: 60px;
    background: rgba(255, 255, 255, .7);
    border: none;
    box-sizing: border-box;
    padding: 0 30px;
    color: #333;
    font-size: 14px;
}

.srbtn {
    display: block;
    float: left;
    width: 10%;
    height: 60px;
    line-height: 60px;
    background: #2D56A4;
    text-align: center;
    color: #fff;
    font-size: 20px;
}

.clcode {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    width: 80px;
    height: 30px;
    background: #eee;
}

.ci2yzm {
    display: inline-block;
    vertical-align: middle;
}

.pd-tk.active {
    opacity: 1;
    visibility: visible;
}

.pd-tk {
    opacity: 0;
    visibility: hidden;
    transition: 0.45s;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 9999;
}

.pdbot {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #F6F9FB;
    width: 1093px;
    box-sizing: border-box;
    padding: 80px 60px;
}

.pdclose {
    position: absolute;
    top: 25px;
    right: 25px;
    color: #666666;
    font-size: 25px;
    font-weight: bold;
    cursor: pointer;
}

.pdcpic {
    position: relative;
    float: left;
    width: 46%;
    height: 450px;
    background: #fff;
    border-radius: 10px;
}

.pdcpic img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.pdcwz {
    float: right;
    width: 45%;
    margin-top: 40px;
}

.pcwtitle {
    color: #212121;
    font-size: 26px;
    line-height: 1.5;
}

.pcweng {
    display: block;
    color: #CCCCCC;
    font-size: 16px;
    text-transform: uppercase;
}

.pcwnr {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #E8E8E8;
    color: #666666;
    font-size: 16px;
    line-height: 36px;
    height: 250px;
    overflow-y: scroll;
    padding-right: 30px;
}

.pcwnr::-webkit-scrollbar {
    width: 6px;
    background: none;
}

.pcwnr::-webkit-scrollbar-thumb {
    width: 6px;
    background: #2D56A4;
}

.pcwnr::-webkit-scrollbar-corner {
    background: none;
}

.pcwnr::-webkit-scrollbar:horizontal {
    height: 9px;
}

.dsz-zc {
    padding: 120px 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
}

.dztp {
    position: relative;
    float: left;
    width: 30%;
    z-index: 3;
}

.dztp:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 219px;
    background: #F8F8F8;
    z-index: -3;
}

.dztp img {
    display: block;
    width: 100%;
    margin: 40px 0 0 40px;
}

.dzwz {
    float: right;
    width: 60%;
    margin-top: 100px;
    color: #666666;
    font-size: 20px;
}

.rw1left {
    float: left;
    width: 43%;
    background: #fff;
    border-radius: 12px;
    box-sizing: border-box;
    padding: 75px 40px;
}

.rl1bt1 {
    display: block;
    color: #2D56A4;
    font-size: 32px;
    line-height: 1.5;
    font-weight: normal;
}

.rl1bt2 {
    position: relative;
    display: block;
    line-height: 1.5;
    font-family: "DINCond-Regular";
    color: #CCCCCC;
    font-size: 26px;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.rl1bt2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 33px;
    height: 3px;
    background: #2D56A4;
}

.rl1nr {
    color: #666666;
    font-size: 16px;
    margin-top: 50px;
    line-height: 36px;
}

.rw1right {
    float: right;
    width: 52%;
}

.rw1cricle {
    width: 309px;
    margin: 100px auto 0;
    position: relative;
}

.rw1cricle .img img {
    display: block;
    width: 100%;
}

.rw1list li {
    position: absolute;
    width: 100%;
    height: 50%;
}

.rw1list li:hover .rltp {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.rw1list li:hover .rlbt {
    color: #2D56A4;
}

.rltp {
    position: absolute;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.85);
    transition: 0.45s;
}

.rltp img {
    display: block;
}

.rlwz {
    position: absolute;
}

.rl1 {
    bottom: 51%;
    left: 50%;
}

.rl1 .rltp {
    left: 0;
    bottom: 0;
}

.rl1 .rlline {
    left: 35%;
    bottom: 56%;
}

.rl1 .rlwz {
    left: 70%;
    top: -46%;
}

.rl2 {
    top: 54%;
    left: 50%;
}

.rl2 .rltp {
    left: 0;
    bottom: 0;
}

.rl2 .rlline {
    left: 35%;
    top: 58%;
}

.rl2 .rlwz {
    left: 70%;
    top: 72%;
}

.rl3 {
    top: 51%;
    right: 50%;
    text-align: right;
}

.rl3 .rltp {
    right: 0;
    bottom: 0;
}

.rl3 .rlline {
    right: 35%;
    top: 62%;
}

.rl3 .rlwz {
    right: 70%;
    top: 76%;
}

.rl4 {
    bottom: 51%;
    right: 50%;
    text-align: right;
}

.rl4 .rltp {
    right: 0;
    bottom: 0;
}

.rl4 .rlline {
    right: 35%;
    bottom: 56%;
}

.rl4 .rlwz {
    right: 70%;
    top: -46%;
}

.rlbt {
    position: relative;
    display: block;
    color: #333333;
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.rlbt:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 70px;
    height: 1px;
    background: #CCCCCC;
}

.rl1 .rlbt:before,
.rl2 .rlbt:before {
    left: 0;
}

.rl3 .rlbt:before,
.rl4 .rlbt:before {
    right: 0;
}

.rlms {
    color: #666666;
    font-size: 18px;
}

.rlline {
    position: absolute;
}

.about7-wrap {
    padding: 80px 0 120px 0;
}

.aw7bot {
    margin-left: -3%;
}

.aw7item {
    position: relative;
    float: left;
    width: 47%;
    margin-left: 3%;
}

.aw7item:hover .ai7pic img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}

.ai7pic {
    position: relative;
    overflow: hidden;
}

.ai7pic:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(45, 86, 164, .7);
    z-index: 1;
}

.ai7pic img {
    display: block;
    width: 100%;
    transition: 0.45s;
}

.ai7wz {
    position: absolute;
    top: 50%;
    left: 5%;
    width: 90%;
    transform: translateY(-50%);
    text-align: center;
    z-index: 10;
}

.ai7bt {
    display: block;
    color: #fff;
    font-size: 26px;
    line-height: 1.5;
    font-weight: normal;
}

.ai7lable {
    color: #fff;
    font-size: 34px;
    font-weight: bold;
}

.aw7item:hover .ai7lable {
    color: #1b4081;
}

.about5-wrap {
    width: 1216px;
    margin: 0 auto;
    padding: 10px 0 100px 0;
}

.aw5list li {
    position: relative;
    margin-top: 60px;
}

.aw5list li:hover .al5pic img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}

.al5pic {
    float: left;
    width: 30%;
    overflow: hidden;
}

.al5pic img {
    display: block;
    width: 100%;
    transition: 0.45s;
}

.al5wz {
    float: right;
    width: 65%;
    margin-top: 30px;
}

.aw5bt {
    color: #333333;
    font-size: 20px;
    line-height: 1.5;
}

.aw5desc {
    color: #888888;
    font-size: 16px;
    margin-top: 30px;
}

.alr {
    position: relative;
    float: right;
    width: 84%;
}

.about-culture {
    position: relative;
    padding: 110px 0;
}

.fx {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}
.fw{
    flex-wrap: wrap;
}

.transition {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.idea .idea-item {
    position: relative;
    height: 408px;
    flex: 1;
}

.idea .idea-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.idea .idea-item .img {
    height: 100%;
}

.idea .idea-item .img img {
    height: 100%;
    object-fit: cover;
    display: block;
    width: 100%;
}

.l50 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.jsb {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
}

.fc {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}

.idea .txt {
    position: absolute;
    bottom: 25%;
}

.idea .txt1 {
    height: 42.2%;
}

.idea .txt1 * {
    writing-mode: vertical-lr;
    color: rgba(255, 255, 255, 0.6);
    margin: 0 auto;
}

.idea .txt1 .p1 {
    font-size: 24px;
}

.idea .txt1 .p2 {
    text-transform: capitalize;
}

.idea .txt2 {
    left: 2%;
    opacity: 0;
}

.idea .txt2 * {
    color: #fff;
}

.idea .txt2 h3 {
    font-size: 46px;
    line-height: 1;
    font-weight: normal;
    margin-bottom: 21px;
}

.idea .txt2 .en {
    margin-top: 64px;
    text-transform: capitalize;
}

.idea .cur {
    flex: 5.3;
}

.idea .cur::before {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 100%);
}

.idea .cur .txt1 {
    opacity: 0;
}

.idea .cur .txt2 {
    left: 9%;
    opacity: 1;
}

.d-none {
    display: none;
}

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

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

.about-bus {
    padding: 110px 0;
}

.bus-tit {
    font-size: 40px;
    text-align: center;
    font-weight: 700;
}

.about-bus .info {
    margin-top: 30px;
    justify-content: center;
}

.about-bus .info .desc {
    margin-top: 5%;
    flex: 1;
}

.about-bus .info .img {
    position: relative;
}

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

.about-bus .info .img .text {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-bus .info .img .text .img-tit {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    text-align: center;
}

.about-bus .desc {
    margin-top: 10px;
}

.about-bus .desc-tit {
    font-weight: 700;
    color: #2D56A4;
    font-size: 28px;
}

.about-bus .font-16 {
    font-size: 16px;
}

.about-his {
    background: url(../images/course_bg.jpg);
    background-size: cover;
    background-position-x: center;
    background-position-y: bottom;
    padding: 110px 0;
}

.about-his .his-tit {
    font-size: 40px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 50px;
}

.about-his .hiscourse {
    position: relative;
}

.about-his .hiscourse::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 72px;
    border: 1px #ddd solid;
}

.about-his .hiscourse ul li .gal-item {
    margin-bottom: 95px;
    opacity: .3;
    align-items: flex-start;
    padding: 30px;
    background-color: #fff;
}

.about-his .hiscourse ul li.swiper-slide-active .gal-item {
    opacity: 1;
}

.about-his .hiscourse ul li .gal-item .img {
    width: 55%;
    padding-top: 40%;
    position: relative;
    overflow: hidden;
}

.about-his .hiscourse ul li .gal-item .img .ho-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-width: auto;
    min-height: auto;
    width: 100%;
    height: 100%;
    transform: none;
    transition: transform .5s ease;
    object-fit: cover;
    max-height: 100%;
}

.about-his .hiscourse ul li .gal-item .img .text {
    flex: 1;
}

.about-his .hiscourse ul li .gal-item .text {
    flex: 1;
    padding-left: 30px;
}

.about-his .hiscourse ul li .gal-item .text .tit {
    color: #11216c;
    font-size: 28px;
}

.about-his .hiscourse ul li .gal-item .text .desc {
    line-height: 32px;
    height: 280px;
    overflow-y: auto;
}

.about-his .hiscourse ul li .gal-item .time {
    position: absolute;
    bottom: 5%;
    right: 5%;
    font-size: 80px;
    color: #11216c;
    font-weight: 700;
    font-family: 'BLACK';
}

.gallery-progress {
    position: relative;
}

.gallery-progress .thumbs-width {
    width: 90%;
}

.gallery-progress .swiper-wrapper {
    height: auto !important;
}

.gallery-progress .thumbs-width .gallery-thumbs {
    padding-top: 30px;
}

.gallery-progress .thumbs-width .pro-item {
    overflow: visible;
}

.gallery-progress .thumbs-width .pro-item h3 {
    font: initial;
    color: #aaa;
    padding-top: 30px;
    position: relative;
    cursor: pointer;
    font-family: 'BLACK';
    text-align: center;
    font-size: 20px;
}

.gallery-progress .thumbs-width .pro-item.swiper-slide-thumb-active h3 {
    color: #11216c;
    font-size: 36px;
}

.gallery-progress .thumbs-width .pro-item h3::before {
    content: '';
    position: absolute;
    left: calc(50% - 7px);
    top: -7px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 3px #fff solid;
    background: #aaa;
}

.gallery-progress .thumbs-width .pro-item.swiper-slide-thumb-active h3::before {
    background: #11216c;
}

.gallery-progress .course-next {
    position: absolute;
    right: 10px;
    top: 2px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    z-index: 2;
    user-select: none;
}

.gallery-progress .course-next .iconfont {
    font-size: 28px;
}

.tem-pic {
    margin-top: 70px;
}

.tem-pic .tem-item {
    position: relative;
    width: 32.14%;
    margin-right: 1.79%;
    margin-bottom: 25px;
    cursor: pointer;
}

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

.tem-pic .tem-item::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    background-color: rgba(15, 28, 96, 0.83);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    opacity: 0;
    z-index: 1;
}

.tem-pic .tem-item:hover::before {
    width: 83.11%;
    height: 82.91%;
    opacity: 1;
}

.tem-pic .tem-item .img {
    position: relative;
    padding-bottom: 70.22%;
    overflow: hidden;
}

.tem-pic .tem-item .img img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: block;
    object-fit: cover;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.tem-pic .tem-item:hover img {
    transform: scale(1.04);
}

.tem-pic .tem-item .txt {
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
    text-align: center;
    max-width: 83.11%;
    max-height: 82.91%;
    z-index: 2;
    opacity: 0;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.tem-pic .tem-item:hover .txt {
    top: 50%;
    opacity: 1;
}

.tem-pic .tem-item .txt h3 {
    font-size: 18px;
    margin-bottom: 6px;
    color: #fff;
    font-weight: bold;
}

.tem-pic .tem-item .txt i {
    display: block;
    font-size: 26px;
    color: #fff;
}

.bread-crumb {
    padding: 20px 0;
}

.bread-crumb .address,
.bread-crumb .address a {
    font-size: 14px;
    color: #8f8d98;
}

.product-box {
    padding: 30px 0;
    background-color: #F6F9FB;
}

.product-box .product-list ul {
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.product-box .product-list .col-6 {
    flex: 0 0 50%;
    padding-right: 15px;
    padding-left: 15px;
}

.product-box .product-list ul li {
    padding: 20px;
    margin-bottom: 30px;
    background: #fff;
    box-sizing: border-box;
    overflow: hidden;
}

.product-box .product-list ul li .pic {
    width: 40%;
    float: left;
    margin-right: 30px;
}

.product-box .product-list ul li .pic .img {
    width: 100%;
    padding-top: 66.67%;
    height: auto;
    overflow: hidden;
    position: relative;
    display: block;
    border-radius: 5px;
}

.product-box .product-list ul li .pic .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .4s ease;
}

.product-box .product-list ul li:hover .img img {
    transform: scale(1.05);
}

.product-box .product-list ul li .con {
    overflow: hidden;
    padding-top: 10px;
}

.product-box .product-list ul li .con .tit {
    font-size: 18px;
    display: block;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-box .product-list ul li .con .mt10 {
    margin-top: 5px;
    font-size: 12px;
}

.product-box .product-list ul li .con .txt {
    margin-top: 10px;
    color: #666;
    font-size: 12px;
    line-height: 21px;
    height: 63px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 3;
}

.product-box .product-list ul li .con .more {
    display: block;
    margin-top: 10px;
    color: #2D56A4;
}

.newsdetail {
    background: #F6F9FB;
    padding: 30px 0;
}

.newsdetail .ndc {
    background: #fff;
    padding: 50px;
}

.newsdetail .ndc img {
    max-width: 100%;
}

.newsdetail .ndc .top {
    text-align: center;
    border-bottom: 1px solid #F6F9FB;
    padding-bottom: 30px;
}

.newsdetail .ndc .top .time {
    margin-top: 10px;
}

.newsdetail .ndc .bottom {
    margin-top: 10px;
}

.newsdetail .btnbox {
    background: #fff;
}

.newsdetail .btnbox .ct {
    justify-content: space-between;
    padding: 30px 15px;
    border-top: 1px solid #F6F9FB;
}

.newsdetail .btnbox .ct a {
    color: #2D56A4;
}

.talents {
    padding: 50px 0;
}

.talents .itembox {
    justify-content: space-between;
    flex-wrap: wrap;
}

.talents .itembox:nth-child(odd) {
    flex-flow: row-reverse wrap;
}

.talents .itembox .img {
    width: 50%;
}

.talents .itembox .img img {
    display: block;
    max-width: 100%;
}

.talents .itembox .text {
    width: 45%;
    padding-top: 20px;
    padding-bottom: 10px;
}

.talents .itembox .text .tit {
    font-size: 33px;
    font-weight: bold;
}

.talents .itembox .text .desc {
    font-size: 14px;
    color: #666;
}

.message-box {
    padding: 20px 0;
}

.message-box .inputtxt {
    border: 0px;
    background: #fff;
    line-height: 40px;
    padding: 10px 20px;
    margin-bottom: 24px;
    width: 100%;
    border: 1px #dbe3ea solid;
}

.message-box .submit {
    overflow: hidden;
    color: #fff;
    background: #2D56A4;
    font-size: 15px;
    line-height: 1;
    padding: 15px 50px;
    display: inline-block;
    border: 0px;
    cursor: pointer;
}

.store-address {
    padding: 100px 0;
}

.rwhead {
    background: #2D56A4;
    height: 60px;
    line-height: 60px;
}

.rwtxt {
    position: relative;
    display: block;
    float: left;
    width: 16%;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
}

.rwhead .rwtxt {
    color: #fff;
}

.mbno {
    width: 52%;
    position: relative;
}

.mbno:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 16px;
    background: #FFFFFF;
}

.mbno:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 16px;
    background: #FFFFFF;
}

.rwltitle {
    cursor: pointer;
    background: #F6F6F6;
    transition: all 0.3s;
}

.rwltitle:hover {
    background: #2D56A4;
}

.rwlist li {
    margin-top: 10px;
}

.rwlist li .rwtxt {
    color: #666666;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.rwlist li .txt {
    color: #2D56A4;
}

.rwltitle:hover .rwtxt {
    color: #fff !important;
}

.rwltitle:hover .txt {
    color: #fff !important;
}