@charset "UTF-8";

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

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

body {
    margin: 0;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

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

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

a {
    background-color: transparent;
    display: block;
    cursor: pointer;
}

a:active {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

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

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

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

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: .35em .75em .625em;
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

ol,
ul,
li {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
}

p,
h2,
h3,
h4 {
    margin: 0;
}

a:hover {
    -webkit-tap-highlight-color: transparent;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.por {
    position: relative;
}

.poa {
    position: absolute;
}

.clearfix:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}

.clearfix {
    zoom: 1;
}

.tac {
    text-align: center;
}

input[type='text'],
input[type='number'],
input[type='password'],
input[type='reset'],
input[type='submit'],
input[type='button'],
input[type='tel'],
button,
textarea {
    -webkit-appearance: none;
    outline: none;
}

figure {
    margin: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition-delay: 9999s;
    -webkit-transition: color 9999s ease-out, background-color 9999s ease-out;
}

sub {
    bottom: -0.05em;
}

a {
    -webkit-transition: all .22s ease-in-out;
    transition: all .22s ease-in-out;
}

input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    outline: none;
    padding: 0;
}

input::-webkit-input-placeholder,
input::-moz-placeholder,
input:-moz-placeholder,
input:-ms-input-placeholder{
    color: #999999;
}
/* 移除safari浏览器点击出现蓝框 */
a:focus,
input:focus,
p:focus,
div:focus{
	outline:none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	/* -webkit-user-modify:read-write-plaintext-only;  */
}

/* css模块 */
a.underline {
    position: relative;
}

a.underline::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background-color: #FFFFFF;
    position: absolute;
    left: 0;
    bottom: -2px;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

a.underline:hover::after {
    width: 50%;
}

.container {
    width: calc(100% - 40px);
    max-width: 1360px;
    margin: 0 auto;
}

.stickey {
    position: -webkit-sticky;
    /* Safari */
    position: sticky;
    top: 0;
    z-index: 2;
}
/* css模块end */
#header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}
#header.headerbg{
    background-color: #FFFFFF;
    /* box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 
    0 3px 1px -2px rgba(0, 0, 0, 0.2),
    0 1px 5px 0 rgba(0, 0, 0, 0.12); */
    box-shadow: 7px 7px 40px 0px rgba(55,95,188,0.1);
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.header .header-top {
    height: 64px;
    justify-content: space-between;
    background-color: #4162b6;
    color: #FFFFFF;
}

.header .top-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -js-display:flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
    max-width: 1360px;
    margin: 0 auto;
}

.header .header-top .top-container>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -js-display:flex;
    flex-wrap: wrap;
    height: 100%;
    align-items: center;
}

.header .headertop-lt>span {
    margin-right: 2rem;
}

.header .headertop-lt .headertop-tel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -js-display:flex;
    align-items: center;
}

.header .headertop-lt .headertop-tel span {
    margin-left: 8px;
}

.header .header-rt ul,
.header .header-rt li,
.header .header-rt li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -js-display:flex;
    align-items: center;
}

.header .header-rt li a {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 7px;
    height: 37px;
    margin-right: 10px;
    cursor: pointer;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.header .header-rt li:not(.hrt-search) a {
    padding: 0 2.02rem;
}

.header .header-rt li.hrt-search {
    padding: 6px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.header .header-rt li a span,
.header .header-rt li span {
    margin-left: 5px;
    color: #FFFFFF;
}

.header .header-rt li:hover a {
    background-color: rgba(255, 255, 255, 0.4);
}

.header .header-rt .bgy-en {
    padding: 0 1.5625rem;
    min-height: 22px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0 2.03125rem 0 0.9025rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -js-display:flex;
}

.header .header-rt .bgy-en a {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    display: block;
    min-width: fit-content;
}

.header .header-rt .bgy-en a::after {
    display: block;
    content: attr(title);
    font-weight: bold;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.header .header-rt .hrt-btn {
    height: 36px;
    width: 70px;
}

.header .header-rt .hrt-btn a {
    width: 100%;
    height: 100%;
    display: block;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    background-color: #FFFFFF;
    color: #4162b6;
    border-radius: 0.5rem;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.header .header-rt .hrt-btn:hover a {
    background-color: #4162b6;
    color: #FFFFFF;
}

.header .header-content {
    width: calc(100% - 40px);
    max-width: 1340px;
    margin: 0 auto;
}

.header .header-content.navFix {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.header .header-nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -js-display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    position: relative;
}

.header .header-nav ul>li {
    /* height: 100%; */
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -js-display:flex;
    align-items: center;
    width: 187px;
}

.header .header-nav ul>li>a {
    width: 100%;
    font-size: 1rem;
    font-weight: bold;
    color: #001941;
    padding: 1.25rem 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -js-display:flex;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    /* height: 100%; */
    flex-direction: column;
    position: relative;
}

.header .header-nav ul>li>a span{
    color: #001941;
    opacity: 0.3;
    font-size: 0.88rem;
}

.header .header-nav ul>li.has-childnav {
    position: relative;
}
.header .header-nav ul>li.on>a::after,
.header .header-nav ul>li>a::after{
    content: "";
    position: absolute;
    top: -4px;
    left: 50%;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    height: 4px;
    width: 0;
    background-color: #FFFFFF;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}
#header.headerColor .header-nav ul>li.on>a::after{
    background-color: #FFFFFF;
}
#header.headerColor:hover .header-nav ul>li.on>a::after,
#header.headerColor .header-nav ul>li:hover>a::after,
.header .header-nav ul>li.on>a::after,
.header .header-nav ul>li:hover>a::after{
    width: 100%;
    background-color: #4162b6;
}

.header .header-nav ul>li.has-childnav>a::before {
    content: "";
    display: block;
    background: url(../images/xia.png) no-repeat;
    background-size: 100% 100%;
    width: 10px;
    height: 6px;
    color: #001941;
    position: absolute;
    right: 0.325rem;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    display: none;
}

.header .header-nav ul>li>a.underline::after {
    height: 2px;
    background-color: #4162b6;
    bottom: calc(50% - 15px);
    left: 50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.header .header-nav ul>li>a.underline:hover::after {
    width: calc(100% - 1.5625rem * 2);
}

.header .header-nav ul>li>a::after {
    background-color: #4162b6;
}
.header .header-nav ul>li:hover>a,
.header .header-nav ul>li.on>a{
    color: #4162b6;
}
#header.headerColor .header-nav ul>li:hover>a{
    color: #4162b6;
}
#header.headerColor .header-nav ul>li.on>a{
    color: #FFFFFF;
}

.header .header-nav .has-childnav>ol {
    margin: 0;
    padding: 1rem 0;
    list-style: none;
    display: none;
    /* box-shadow: 7px 7px 40px 0px rgba(55,95,188,0.3); */
    position: absolute;
    top: 100%;
    left: 0;
    /* background-color: #FFFFFF; */
    width: 180px;
    /* border-radius: 4px; */
}
.header .header-nav .has-childnav>ol div,
.header .header-nav ol li.has-childnav:hover>ol{
    padding: 1rem 0;
    background-color: #FFFFFF;
    box-shadow: 7px 7px 40px 0px rgba(55,95,188,0.3);
    border-radius: 4px;
}
.header .header-nav .has-childnav li{
    float: none;
    position: relative;
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.header .header-nav .has-childnav li a{
    display: block;
    float: none;
    text-decoration: none;
    outline: none;
    text-transform: uppercase;
    padding: 1rem 22px;
    /* border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid; */
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden; 
    white-space: nowrap; 
    text-overflow: ellipsis;
}
.header .header-nav .has-childnav li.has-childnav>a::after{
    /* content: '➣'; */
    content: "";
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 0.5rem;
    height: 0.6rem;
    background: url(../images/nav_xia.svg) no-repeat;
    background-size: 0.5rem 0.6rem;
}
.header .header-nav .has-childnav .has-childnav>ol{
    top: 0;
    left: 100%;
}

.header .header-nav ol a {
    display: block;
    color: #001941;
    font-size: 1rem;
    padding: .5rem 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: PingFang;
}

/* .header .header-nav ol::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 62.5px solid transparent;
    border-right: 62.5px solid transparent;
    border-top: 50px solid rgba(255, 255, 255, 0.9);
    position: absolute;
    left: 50%;
    bottom: -50px;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
} */

.header .header-nav ol li:hover>a {
    /* background-color: rgba(255, 255, 255, 1); */
    /* color: #FFFFFF; */
    background-color: #eef3ff;
}
.header .header-nav li.has-childnav:hover>ol {
    /* display: flow-root; */
    display: block;
}
/* .header .navFix .header-nav ol{
    background-color: #FFFFFF;
}
.header .navFix .header-nav ol::after{
    border-top: 50px solid #FFFFFF;
} */
.header .header-logo {
    height: 4.25rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -js-display:flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 4px solid rgba(107,140,229,0.05);
    position: relative;
}

.header .header-logo a {
    display: block;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
}

.header .header-logo img {
    object-fit: cover;
    height: 2rem;
    line-height: 2rem;
}
.header .header-logo a .nav-logo-line{
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 4px;
    background-color: rgba(65,98,182,1);
    display: none;
}
/* 移动端.menu-btn */
.menu-btn {
    display: none;
    z-index: 9999;
    position: absolute;
    top: 50%;
    right: 3%;
    margin-top: -16px;
    height: 32px;
    text-align: center;
}

.menu-btn span {
    position: relative;
    margin-top: 15px;
    width: 2rem;
    height: .2rem;
    display: inline-block;
    background: #4162b6;
}

.menu-btn i {
    position: absolute;
    left: 0;
    width: 2rem;
    height: .2rem;
    display: block;
    background: #4162b6;
    transition-duration: .3s, .3s;
    -webkit-transition-duration: .3s, .3s;
    transition-delay: .3s, 0s;
    -webkit-transition-delay: .3s, 0s;
}

.menu-btn i.menu-btn-top {
    top: -.7rem;
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, -webkit-transform;
    transition-property: top, transform;
    transition-property: top, transform, -webkit-transform;
    -webkit-transition-property: top, transform;
}

.menu-btn i.menu-btn-bottom {
    bottom: -.7rem;
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
    transition-property: bottom, transform, -webkit-transform;
    -webkit-transition-property: bottom, transform;
}

.menu-btn.menu-btn-on span {
    background-color: transparent;
}

.menu-btn.menu-btn-on i.menu-btn-top {
    top: 0;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.menu-btn.menu-btn-on i.menu-btn-bottom {
    bottom: 0;
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.menu-btn.menu-btn-on i.menu-btn-top,
.menu-btn.menu-btn-on i.menu-btn-bottom {
    background: #4162b6;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.nav-mb {
    z-index: 9999;
    position: fixed;
    width: 100%;
    display: none;
    overflow: hidden;
    top: 60px;
    left: 0;
    background: transparent;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.nav-mb ul{
    display: none;
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: 0;
    overflow-y: scroll;
    height: calc(100vh - 80px);
}
.nav-mb ul li{
    width: 100%;
    display: block;
    position: relative;
}
.nav-mb ul>li>a>span{
    display: none;
}
.nav-mb a{
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    background-color: #4162b6;
    border-bottom: solid 1px #3b424d;
    border-bottom-color: #3053aa;
    padding: 14px 22px;
    text-decoration: none;
    color: #f0f0f0;
    font-size: 13px;
    position: relative;
    -o-transition: color .2s linear,background .2s linear;
    -moz-transition: color .2s linear,background .2s linear;
    -webkit-transition: color .2s linear,background .2s linear;
    transition: color .2s linear,background .2s linear;
}

.nav-mb ul>li.on>a,
.nav-mb ul>li:hover>a{
    background: #3053aa;
    color: #FFFFFF;
}
.nav-mb a.on:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.nav-mb a.has-childnav:after {
    display: block;
    position: absolute;
    top: .5rem;
    right: 4%;
    font-size: 22px;
    content: "+";
    -webkit-transition: all .2s;
    transition: all .2s;
    background: transparent !important;
}
.nav-mb ol {
    display: none;
    background-color: #4162b6;
}
.nav-mb ol a{
    font-size: 11px;
    background: #001941;
    border-left: solid 6px transparent;
    -o-transition: border .2s linear;
    -moz-transition: border .2s linear;
    -webkit-transition: border .2s linear;
    transition: border .2s linear;
    border-bottom: unset;
}
.nav-mb ol li.on>a,
.nav-mb ol li:hover>a{
    border-left-color: #FFFFFF;
}
.nav-mb ol li .nav-two-sub{
    display: none;
}
.nav-mb ol li .nav-two-sub a{
    padding-left: 2rem;
}
/* 移动端.menu-btn end*/
#footer{
    background-color: #242A3B;
    padding-top: 8.8rem;
}
.footer-logo{
    height: 9.69rem;
    padding: 3.5rem 0;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
}
.footer-logo img{
    height: 2.06rem;
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
}
.footer-nav{
    padding-bottom: 1rem;
}
.footer-nav ul{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.footer-nav li a{
    font-size: 1rem;
    color: #FFFFFF;
    font-weight: 400;
    line-height: 1.25rem;
    display: inline-block;
}
.footer-nav ul>li>a{
    font-weight: bold;
    padding: 2rem 0;
}
.footer-nav ol li{
    margin-bottom: 1rem;
}
.footer-nav ol a{
    color: #999;
}
.footer-nav ol a.underline::after{
    background-color: #999;
}
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.2);
}
.footer-consult p{
    padding: 1.5rem 0;
    color: #FFFFFF;
    font-size: 1rem;
}
.footer-consult a{
    display: inline-block;
    color: #FFFFFF;
}
.footer-bottom{
    padding: 1.5rem 0;
    color: #999;
    font-size: 0.85rem;
}
.footer-bottom a{
    color: #999;
    font-size: 0.85rem;
    display: inline-block;
    margin-left: 1rem;
}
.index-testing-bg{
    /* background: url(../images/bg.png) no-repeat; */
    background-size: 100% 100%;
    position: relative;
    width: 100%;
    background-image: linear-gradient(#A3C2EE,#FFFFFF, #7A9EDB); 
    /* overflow: hidden; */
}
.index-testing-bg::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(farthest-corner at 50% 0, rgba(255,255,255,0.6), rgba(152,181,232,0.1), rgba(152,181,232,1));
    z-index: 0;
}

.index-testing-bg>.container{
    position: relative;
    padding-top: 13.875rem;
    /* margin-bottom: 40.56rem; */
    margin-bottom: calc((100vw / 4));
    z-index: 2;
}

.index-testing-bg h2{
    font-size: 4rem;
    /* font-size: 2.5rem; */
    font-weight: 900;
    text-align: left;
    color: #4162b6;
    line-height: 124px;
    display: inline-block;
    font-family: '微软雅黑';
    /* margin-left: 15vw; */
}
.index-testing-isle{
    position: absolute;
    top: 16.875rem;
    left: 0;
    display: inline-block;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    width: 100%;
}
.index-testing-isle img{
    width: auto;
    height: auto;
    max-width: 70%;
    object-fit: cover;
    display: inline-block;
    margin-left: 7.5%;
}
.index-testing-earth{
    position: absolute;
    top: -8vh;
    right: 0;
    width: calc(100vw / 2);
    overflow: hidden;
    z-index: 2;
    /* transform: scale(1.2); */
}
.index-testing-earth img{
    width: calc(100vw - 20%);
    object-fit: cover;
    animation:fadenum 80s linear infinite;
}

@keyframes fadenum{
    0%{
        -webkit-transform:rotate(0deg);
    } 
    50%{
        -webkit-transform:rotate(180deg);
    } 
    100%{
        -webkit-transform:rotate(360deg);
    }
 }
 .indexe-testing-flair{
    position: relative;
    z-index: 2;
 }
 .page-flair-title{
    max-height: 200px;
    /* padding: 3.5rem; */
    padding: 1.5rem 3.5rem;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: rgba(247,248,250,0.8);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.page-flair-title small{
    font-size: 2rem;
    font-weight: 800;
    text-align: right;
    color: rgba(44,92,182,0.1);
    text-transform: uppercase;
}
.page-flair-title h3{
    font-size: 2.5rem;
    font-weight: 800;
    text-align: left;
    color: #1A1A1A;
    margin-top: 1.13rem;
}
.page-flair-title i{
    width: 187px;
    height: 267px;
    transform: scale(0.8);
    position: absolute;
    right: 7.5rem;
    bottom: 0;    
}
.page-flair-title i:hover img{
    animation: bounce;
    animation-duration: 1s;
}
.page-flair-item{
    width: 100%;
    padding: 3rem 5rem;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.flair-item-top{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    position: relative;
}
.flair-item-top figure{
    max-width: 100px;
}
.flair-item-top img{
    max-width: 100%;
    object-fit: cover;
}
.flair-item-top div{
    margin-left: 2.13rem;
}

.flair-item-top div h4{
    padding-top: 1.2rem;
    font-size: 2.25rem;
    font-family: SourceHanSansSC;
    font-weight: 700;
    text-align: left;
    color: #1A1A1A;
    display: block;
}
.flair-item-top div span{
    padding-top: 1.2rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-family: PingFang;
    font-weight: normal;
    text-align: left;
    color: #1A1A1A;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 67px;
}
.flair-item-centre{
    margin-top: 2.5rem;
    background-color: #F9FAFC;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 3.5rem 5rem;
    position: relative;
}
.flair-item-centre-lt{
    width: 59%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-right: 11%;
}
.flair-item-centre figure{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
.flair-item-centre figure img{
    max-width: 1.31rem;
}
.flair-item-centre figure h5{
    font-size: 1rem;
    font-family: PingFang;
    font-weight: bold;
    text-align: left;
    color: #1A1A1A;
    margin: 0;
    padding-left: 0.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.flair-item-centre-lt p{
    margin-top: 1.25rem;
    display: block;
    font-size: 0.88rem;
    font-family: PingFang;
    font-weight: normal;
    color: #1A1A1A;
    text-align: justify;
    line-height: 1.5rem;
}
.flair-item-centre-lt li:first-child{
    margin-bottom: 3.25rem;
}
.flair-item-centre-rt{
    width: 41%;
}
.flair-item-centre-rt ul{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-top: 1.25rem;
}
.flair-item-centre-rt li {
    margin-right: 0.88rem;
    margin-bottom: 0.81rem;
}
.flair-item-centre-rt li p{
    min-width: 5.25rem;
    background: #e5e8ee;
    border-radius: 1.06rem;
    line-height: 2rem;
    display: inline-block;
    font-size: 0.88rem;
    font-family: PingFang;
    font-weight: normal;
    text-align: center;
    color: #1A1A1A;
    transition: all .23s;
    -o-transition: all .23s;
    -moz-transition: all .23s;
    -webkit-transition: all .23s;
    padding: 0 1rem;
}
.flair-item-centre-rt li.on p{
    background: #F67443;
    color: #FFFFFF;
}
.flair-item-bottom{
    background-color: #FFFFFF;
    padding: 2.68rem 0 2.68rem 4.13rem;
    margin-top: 1.31rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    position: relative;
}
.flair-item-bottom ul{
    margin-left: 3.89rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
}
.flair-item-bottom li{
    line-height: normal;
    width: 25%;
}
.flair-item-bottom p{
    min-width: 7.94rem;
    font-size: 1rem;
    font-family: PingFang, PingFang-SC-Bold;
    font-weight: normal;
    text-align: left;
    color: #1A1A1A;
    padding: 0.7rem 0;
    display: inline-block;
    position: relative;
}
.flair-item-bottom p::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #f67443;
    border-radius: 1px;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}
.flair-item-bottom li.on p::after{
    width: 100%;
}
.page-flair-content,
.page-flair-item{
    z-index: 10;
    position: relative;
}
.page-flair-content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.page-flair-bt{
    position: relative;
}
.page-flair-bt .page-flair-btn{
    position: relative;
    left: -11.6875rem;
    top: 0;
    width: 13.75rem;
    padding-top: 1.81rem;
    z-index: 100;
}
.page-flair-btn li{
    width: 100%;
    line-height: 4rem;
    font-size: 1rem;
    font-family: PingFang, PingFang-SC-Bold;
    font-weight: normal;
    text-align: left;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;    
    padding: 0 2.8rem;
    position: relative;
    border-radius: 0.25rem;
    cursor: pointer;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.page-flair-btn li p{
    text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.page-flair-btn li i{
    font-style: normal;
    margin-right: 0.5rem;
}
.page-flair-btn li:hover{
    background-color: rgba(255,255,255,0.1);
    box-shadow: -0.75rem 0rem 2.5rem 0.75rem rgba(45,91,211,0.30); 
}
.page-flair-btn li.on{
    background: #FFFFFF;
    box-shadow: -0.75rem 0rem 2.5rem 0.75rem rgba(45,91,211,0.30); 
    color: #3441C0;
    padding: 0 2.13rem 0 4.82rem;
    z-index: 1000;
}
.page-flair-btn li.on::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 2.13rem;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 1.25rem;
    height: 0.25rem;
    background: #3441C0;
    border-radius: 0.13rem;
}
.index-cert-brief{
    background-color: #E6E9F6;
    padding-top: 19rem;
}
.cert-brief-top{
    background: url(../images/cert_bg.png) no-repeat right bottom;
    background-size: 81.25% 100%;  
    position: relative;
}
.cert-brief-top::after{
    content: '';
    position: absolute;
    top: -4.63rem;
    left:  0;
    width: calc((100vw - 1360px) / 2);
    height: calc(100% - 5.31rem);
    background-color: #FFFFFF;
    border-top-left-radius: 0.63rem;
    border-bottom-left-radius: 0.63rem;
}
.cert-brief-top .container{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 10;
    padding-bottom: 5.31rem;
}
.cert-brief-top-lt{
    width: 72.13%;
    background: #FFFFFF;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-top-right-radius: 0.63rem;
    border-bottom-right-radius: 0.63rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    top: -4.63rem;
    left: 0;
}
.page-cert-box span{
    height: 2.81rem;
    opacity: 0.1;
    font-size: 6.56rem;
    /* font-family: SourceHanSansSC; */
    font-weight: bold;
    text-align: left;
    color: #1A1A1A;
    display: block;
    overflow: hidden;
    line-height: 5.62rem;
    letter-spacing:-6px;
}
.page-cert-box h3{
    font-size: 3rem;
    font-weight: 800;
    text-align: left;
    color: #1A1A1A;
    display: inline-block;
    margin-top: 0.8rem;
}
.page-cert-box div{
    margin-top: 3.5rem;
    max-height: 105px;
    overflow: hidden;
}
.page-cert-box li{
    font-size: 1rem;
    font-family: PingFang;
    font-weight: normal;
    text-align: left;
    color: #4162b6;
    padding-left: 2.2rem;
    margin-bottom: 1.5rem;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.page-cert-box li::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background: url(../images/cert_list_icon.png) no-repeat;
    background-size: cover;
    width: 16px;
    height: 23px;
}
.page-cert-img{
    margin: 3.5rem 5rem;
    box-shadow: 0rem 0rem 2rem 0rem #deeeff; 
}
.page-cert-img-list{
    width: 22rem;
    height: 22rem;
}
.page-cert-img-list .page-cert-img-item{
    border: 0.06rem solid #e8ecf4;
    background-color: #f0f7ff;
    width: 22rem;
    height: 22rem;
}
.page-cert-img-item figure{
    margin: 1rem;
    background: #ececec;
    /* width: 22rem;
    height: 22rem; */
    position: relative;
    width: calc(100% - 2rem);
    height: calc(100% - 2rem);
}

.page-cert-img-item figure img{
    width: 75%;
    height: auto;
    max-height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
.cert-brief-top-rt{
    width: calc(100% - 72.13%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 2rem;
}

.cert-brief-top-rt figure{
    width: 13.8rem;
    margin-top: 3.6rem;

}
.cert-brief-top-rt  figure img{
    max-width: 100%;
}
.page-cert-box li.swiper-slide{
    opacity: 0.2;
}
.page-cert-box li.swiper-slide-next{
    opacity: 0.5;
}
.page-cert-box li.swiper-slide-thumb-active{
    opacity: 1;
}
/* .page-cert-box li.swiper-slide-after-prev{
    opacity: 0.2;
} */
.cert-brief-bottom .container{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
}
.cert-brief-bottom ul{
    width: 83.5%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.cert-brief-bottom li{
    width: calc((100% - 3rem) / 4);
    background-color: #FFFFFF;
    margin-right: 1rem;
    border-radius: 0.63rem;
    display: inline-block;
    overflow: hidden;
    margin-bottom: 1rem;
    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
}
.cert-brief-bottom li:nth-child(4n){
    margin-right: 0;
}
.cert-brief-bottom li i{
    opacity: 0.05;
    width: 100%;
    height: 6.5rem;
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    /* background: url(../images/certbrief1.svg) no-repeat calc(100% + 35%) bottom;
    background-size: 50%; */
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}
.cert-brief-bottom li i img{
    max-width: 50%;
    position: absolute;
    top: -50%;
    right: -15%;
}
.certbrief-bottom-title{
    padding: 1.2rem 2.5rem 1.7rem;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: auto;
    display: inline-block;
}
.cert-brief-bottom li span{
    opacity: 0.5;
    font-size: 1.5rem;
    font-family: SourceHanSansSC;
    font-weight: bold;
    font-style: italic;
    text-align: right;
    color: #999999;
    display: block;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}
.cert-brief-bottom li strong{
    font-size: 2.69rem;
    font-family: Oswald;
    font-weight: bolder;
    font-style: italic;
    text-align: left;
    color: #1A1A1A;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}
.cert-brief-bottom li p{
    font-size: 0.94rem;
    font-family: PingFang;
    font-weight: 400;
    text-align: left;
    color: #999999;
    margin-top: 0.5rem;
}
.cert-brief-bottom li:hover{
    position: relative;
    /* top: 3.5rem; */
}
.cert-brief-bottom li:hover strong{
    color: #f67443;
}
.cert-brief-bottom li:hover span{
    color: #fbc1b1;
}
.cert-brief-bottom li:hover i{
    opacity: 1;
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    top: 5%;
    left: -5%;
}
.cert-brief-bottom{
    margin-top: -5.31rem;
    z-index: 10;
    position: relative;
    padding-bottom: 5.16rem;
}
.index-page-news{
    background-color: #F3F6FF;
    padding: 6.5rem 6.5rem 3rem;
}
.index-page-news .container>span{
    font-size: 3.25rem;
    font-family: SourceHanSansSC;
    font-weight: 800;
    text-align: left;
    color: #d7dbed;
    text-transform: uppercase;
    display: block;
    line-height: 2.75rem;
}
.index-page-news-content{
    /* margin-top: 2.75rem; */
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.index-page-news-content .page-news-lt{
    width: calc(100% - 75.6% - 1.75rem);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 3.5rem;
}
.index-page-news-content .page-news-rt{
    width: calc(75.6% + 1.75rem);
    /* border: 1px solid ; */
    padding: 2.75rem 1.75rem 1.75rem 1.75rem;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-right: -1.75rem;
    position: relative;
}
.index-page-news-content .page-news-lt h3{
    font-size: 3rem;
    font-weight: bolder;
    text-align: left;
    color: #1A1A1A;
    letter-spacing: -0.06rem;
    margin-top: 2.75rem;
}
.page-news-btn small{
    background-color: #4162B6;
    color: #FFFFFF;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 14.5rem;
    height: 5rem;
    align-items: center;
    justify-content: center;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    /* border: 1px solid #4162B6; */
}
.page-news-btn small p{
    font-size: 1rem;
    font-family: PingFang;
    font-weight: 400;
    text-align: left;
    color: #FFFFFF;
    letter-spacing: -0.02rem;
}
.page-news-btn small i{
    width: 2.13rem;
    height: 0.75rem;
    background: url(../images/shownews_rt.svg) no-repeat;
    margin-left: 4.38rem;
}
.page-news-btn{
    display: inline-block;
    width: 14.5rem;
    position: relative;
    cursor: pointer;
}
span.borderLinear{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
span.borderLinear i:nth-child(1){
    width: 0;
    height: 1px;
    background-color: #4162B6;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.1s linear;
}
span.borderLinear i:nth-child(2){
    width: 1px;
    height: 0;
    background-color: #4162B6;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.1s 0.1s linear;
}
span.borderLinear i:nth-child(3){
    width: 0;
    height: 1px;
    background-color: #4162B6;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: all 0.1s 0.2s linear;
}
span.borderLinear i:nth-child(4){
    width: 1px;
    height: 0;
    background-color: #4162B6;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.1s 0.3s linear;
}
.page-news-btn.page-news-btn:hover small{
    /* border: 1px solid #4162B6; */
    background-color: transparent;   
}
.page-news-btn.page-news-btn:hover small p{
    color: #4162B6;
}
span.borderLinear:hover i:nth-child(1){
    width: 100%;
}
span.borderLinear:hover i:nth-child(2){
    height: 100%;
}
span.borderLinear:hover i:nth-child(3){
    width: 100%;
}
span.borderLinear:hover i:nth-child(4){
    height: 100%;
}
.page-news-rt ul{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.page-news-rt li{
    width: calc((100% - 1.75rem) / 2);
    background: #FFFFFF;
    border-radius: 0.75rem;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    /* margin-right: 1.75rem;
    margin-bottom: 1.75rem; */
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}
.page-news-rt li:nth-child(2n){
    /* margin-right: 0; */
}
.page-news-rt li:hover{
    /* box-shadow: -0.75rem 0rem 2.5rem 0.75rem rgba(45,91,211,0.15); */
    box-shadow: 0 0rem 1.75rem 0.75rem rgba(45,91,211,0.15);
}
.page-news-rt li>i{
    margin-top: 1.5rem;
    margin-left: 2.25rem;
    width: 1rem;
    height: 1.5rem;
    display: inline-block;
    background: url(../images/news_sign.svg) top no-repeat;
    background-size: 1rem 1rem;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.page-news-rt li:hover>i{
    background: url(../images/news_sign_hover.svg) top no-repeat;
    background-size: 1rem 1.5rem;
}
.page-news-rt .page-news-item,
.page-news-item .news-item-data,
.page-news-item .news-item-title{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.page-news-rt .page-news-item{
    width: 100%;
    height: calc(100% - 3rem);
}
.page-news-item .news-item-data,
.page-news-item .news-item-title{
    flex-direction: column;
}
.page-news-item .news-item-title{
    /* width: 100%;
    height: 100%; */
    flex: 1;
    justify-content: space-between;
    width: calc(100% - 158px);
}
.page-news-item .news-item-data{
    padding: 1rem 1.4rem 2.2rem 2.25rem;
    justify-content: space-between;
    flex: 1;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    max-width: 158px;
}
.page-news-item .news-item-data span{
    font-size: 1.63rem;
    font-weight: 800;
    font-family: SourceHanSansSC;
    color: #1A1A1A;
    letter-spacing: -0.03rem;
}
.page-news-item .news-item-data small{
    opacity: 0.5;
    font-size: 1rem;
    font-family: PingFang;
    font-weight: 400;
    color: #999999;
    letter-spacing: -0.02rem;
    position: relative;
    padding-bottom: 1rem;
    min-width: 6.25rem;
}
.page-news-item .news-item-data small::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.38rem;
    background: url(../images/news_year.png) no-repeat;
    background-size: 100%;
}
.news-item-title h5{
    margin: 0;
    font-size: 1rem;
    font-family: PingFang;
    font-weight: 400;
    color: #1A1A1A;
    margin-right: 2.4rem;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    display: inline-block;
}
.news-item-title p{
    font-size: 0.88rem;
    line-height: 1.25rem;
    font-family: PingFang;
    font-weight: 400;
    color: #999999;
    margin: 1.25rem 2.4rem 1.2rem 0;
    overflow : hidden;
    -o-text-overflow:ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: calc(100% - 2.4rem);
    max-height: 40px;
}
.news-item-title a{
    width: 6rem;
    height: 3rem;
    background: url(../images/news_on.svg) no-repeat;
    background-size: 100%;
    margin-left: calc(100% - 6rem);
    opacity: 0;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}
.page-news-rt li:hover .news-item-title a{
    opacity: 1;
}
.page-news-lt .index-news-pages{
    margin-top: 2.2rem;
    width: auto;
    height: 3.75rem;
    position: relative;
}
.index-news-pages .swiper-button-prev,
.index-news-pages .swiper-button-next{
    width: 3.75rem;
    height: 3.75rem;
    background: #FFFFFF;
    border-radius: 50%;
    position: static;
    margin-top: 0;
    margin-right: 1rem;
    display: inline-block;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    border: unset;
    --antd-wave-shadow-color: transparent !important;
}
.index-news-pages .swiper-button-prev:hover,
.index-news-pages .swiper-button-next:hover{
    box-shadow:7px 7px 40px 0px rgba(55,95,188,0.1);
}
.index-news-pages .swiper-button-prev::after,
.index-news-pages .swiper-button-next::after{
    display: none;
}
.index-news-pages .swiper-button-prev{
    background: url(../images/news_lt.svg) no-repeat;
    background-size: 100%;
}
.index-news-pages .swiper-button-next{
    background: url(../images/news_rt.svg) no-repeat;
    background-size: 100%;
}
.index-page-cooperation{
    background: linear-gradient(180deg,#e6e9f6 0%, #FFFFFF 100%);
}
.page-cooperation-title{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    /* margin-bottom: 2.35rem; */
}
.page-cooperation-title div{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    flex-direction: column;
    margin: 5.25rem 2.5rem 1rem;
}
.page-cooperation-title span{
    font-size: 4.5rem;
    font-weight: bolder;
    text-align: center;
    color: #d7dbed;
    text-transform: uppercase;
    height: 4.5rem;
    overflow: hidden;
    margin-bottom: -1.5rem;
}
.page-cooperation-title h3{
    font-size: 3rem;
    font-weight: bolder;
    text-align: center;
    color: #1A1A1A;
    letter-spacing: -0.06rem;
}
.page-cooperation-title i{
    width: 43px;
    height: 81px;
    background: url(../images/cooperation-title.svg) no-repeat;
    background-size: 100%;
}
.page-cooperation-list{
   padding-top: 2.35rem;
   padding-bottom: 3.2rem;
   box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   height: 20.36rem;
}
.page-cooperation-list ul{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.page-cooperation-list li{
    height: 10.44rem;
    background: #FFFFFF;
    opacity: 0.25;
    display: inline-block;
    width: 18.5%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}
.page-cooperation-list li img{
    max-height: 80%;
    max-width: 90%;
    object-fit: cover;
}
.page-cooperation-list li.swiper-slide-active{
    width: 26%;
    height: 14.81rem;
    background: #FFFFFF;
    box-shadow: 0 0rem 1.5rem 0.75rem rgba(45,91,211,0.15);
    opacity: 1;
}
.page-contact-box{
    background-color: #FFFFFF;
    padding-bottom: 5rem;
    margin-bottom: -8.8rem;
    position: relative;
}
.page-contact-box h3{
    font-size: 3rem;
    font-weight: bolder;
    text-align: center;
    color: #1A1A1A;
    padding-top: 7.6rem;
    padding-bottom: 6.5rem;
}
.contact-lt{
    margin-left: 6rem;
    display: inline-block;
    width: auto;
}
.contact-lt-tel,
.contact-lt-address{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.contact-lt-tel figure img,
.contact-lt-address figure img{
    width: 2.25rem;
    height: auto;
    object-fit: cover;
}
.contact-lt-tel div,
.contact-lt-address div{
    margin-left: 1.5rem;
}
.contact-lt-tel a{
    font-size: 1.38rem;
    font-family: SourceHanSansSC;
    font-weight: bolder;
    text-align: left;
    color: #1A1A1A;
    margin-bottom: 0.5rem;
}
.contact-lt-tel p,
.contact-lt-address  p{
    font-size: 0.88rem;
    font-family: PingFang;
    font-weight: 400;
    text-align: left;
    color: #999999;
    margin-bottom: 0.94rem;
}
.contact-lt-address a{
    font-size: 1rem;
    font-family: SourceHanSansSC;
    font-weight: bolder;
    text-align: left;
    color: #1A1A1A;
    margin-bottom: 0.38rem;
}
.contact-lt-tel{
    margin-bottom: 3.56rem;
}
.contact-text{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.contact-rt{
    padding-left: 8rem;
    padding-right: 4.56rem;
    width: 64%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.contact-btn{
    width: 10.94rem;
    height: 3.75rem;
    background: #4162b6;
    font-size: 1rem;
    font-family: PingFang;
    font-weight: 400;
    text-align: center;
    color: #FFFFFF;
    border: none;
    box-shadow: none;
    position: relative;
    margin-top: 0.25rem;
}
.contact-btn:hover{
    background-color: transparent;
    color: #4162b6;
}
.contact-form-text{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
}
.contact-form-text div{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 50%;
    padding-right: 2.44rem;
}
.contact-form-text input{
    background: #fafafa;
    padding: 1rem;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 1rem;
    font-family: PingFang;
    font-weight: 400;
    color: #1A1A1A;
    margin-bottom: 1.25rem;
    border: 1px solid #fafafa;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}
.contact-form-text textarea{
    height: 7.56rem;
    background: #fafafa;
    font-size: 1rem;
    font-family: PingFang;
    font-weight: normal;
    text-align: left;
    color: #1A1A1A;
    padding: 1rem;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: unset;
    border: 1px solid #fafafa;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}
.contact-form-text input:hover,
.contact-form-text textarea:hover{
    border: 1px solid #4162b6;
}
.headerColor .header-nav ul>li>a,
.headerColor .header-nav ul>li>a span{
    color: #FFFFFF;
}
.headerColor .header-logo a{
    filter: brightness(100);
}
.page-bg-img{
    width: 100%;
    position: relative;
}
.page-bg-img{
    width: 100%;
    overflow: hidden;
}
.page-bg-img>figure img{
    max-width: 100%;
    width: 100%;
    object-fit: cover;
}
.page-bg-img .page-bg-img-title{
    position: absolute;
    top: 50%;
    left:50%;
    transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    width: 1360px;
    max-width: 1360px;
}
.page-bg-img-title span{
    opacity: 0.1;
    font-size: 2rem;
    font-family: SourceHanSansSC;
    font-weight: 700;
    text-align: left;
    color: #FFFFFF;
    display: block;
    text-transform: uppercase;
}
.page-bg-img-title h2{
    font-size: 2.55rem;
    font-family: SourceHanSansSCBold;
    font-weight: bolder;
    color: #FFFFFF;
    /* margin-top: 0.8rem; */
    padding-bottom: 2.25rem;
    position: relative;
    display: block;
}
.page-bg-img-title h2::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 6.25rem;
    height: 0.38rem;
    background: #9bbeff;
}
.page-brief-content{
    background: #F7F8FA;
}
.page-brief-box{
    margin-top: -5rem;
    position: relative;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 2rem 0rem rgba(222,238,255,0.27); 
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 4rem 5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}
.page-brief-box::before{
    content: "";
    position: absolute;
    right: 9%;
    top: -191px;
    width: 130px;
    height: 191px;
    background: url(../images/aptitude_robot.png) no-repeat;
    background-size: 100%;
}
.page-brief-title{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
}
.page-brief-title figure{
    width: 30%;
    display: inline-block;
}
.page-brief-title figure img{
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}
.page-brief-title .brief-rt{
    width: 70%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-left: 2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    padding-top: 8rem;
    position: relative;
}
.page-brief-title .brief-rt::before{
    content: "";
    position: absolute;
    top: 1.87rem;
    left: 2rem;
    width: 3.75rem;
    height: 2.94rem;
    background: url(../images/quotes.png) no-repeat;
    background-size: 100%;
}
.page-brief-title .brief-rt>span{
    opacity: 0.1;
    font-size: 1.5rem;
    font-family: SourceHanSansSC;
    font-weight: 700;
    text-align: left;
    color: #1A1A1A;
    text-transform: uppercase;
}
.page-brief-title .brief-rt>h3{
    font-size: 2.25rem;
    font-family: SourceHanSansSC;
    font-weight: 700;
    text-align: left;
    color: #1A1A1A;
    padding-bottom: 1.6rem;
    position: relative;
}
.page-brief-title .brief-rt>h3::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 4.13rem;
    height: 0.38rem;
    background: #9bbeff;
}
.page-brief-title .brief-contents{
    margin-top: 2.8rem;
}
.page-brief-title .brief-contents p{
    font-size: 1rem;
    font-family: PingFang;
    font-weight: normal;
    text-align: left;
    color: #1A1A1A;
    line-height: 2rem;
    text-indent: 2em;
    text-align: justify;
}
.page-brief-list{
    margin-top: 6rem;
}
.page-brief-list ul,
.page-brief-list li{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.page-brief-list ul{
    flex-wrap: wrap;
}
.page-brief-list ul li{
    width: 25%;
}
.page-brief-list figure{
    width: 5.5rem;
    height: 5.5rem;
    border-radius: 50%;
    background-color: #F1F9FF;
}
.page-brief-list figure img{
    max-width: 100%;
    object-fit: 100%;
    height: auto;
}
.page-brief-list li div{
    margin-left: 1.5rem;
}
.page-brief-list li span{
    font-size: 1.25rem;
    font-family: SourceHanSansSC;
    font-weight: bold;
    color: #333333;
    margin-bottom: 0.69rem;
    display: inline-block;
}
.page-brief-list li p{
    font-size: 1rem;
    font-family: PingFang;
    font-weight: 400;
    color: #999999;
}
#pagenav #footer{
    padding-top:0;
}
.page-brief-service .container>h3{
    font-size: 3.13rem;
    font-family: SourceHanSansSC;
    font-weight: 800;
    text-align: center;
    color: #4162b6;
    margin-top: 5rem;
}
.page-brief-service .container>span{
    opacity: 0.1;
    font-size: 2.25rem;
    font-family: SourceHanSansSC;
    font-weight: 800;
    text-align: center;
    color: #1A1A1A;
    margin-top: 1rem;
    display: block;
    text-transform: uppercase;
}
.page-brief-service ul{
    margin-top: 7rem;
    margin-bottom: 6.35rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.page-brief-service ul li{
    width: 25%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.page-brief-service li figure{
    width: 6.25rem;
    height: 6.25rem;
    background: #f5f7ff;
    border-radius: 50%;
    overflow: hidden;
}
.page-brief-service li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page-brief-service li div{
    margin-left: 1.25rem;
}
.page-brief-service li i{
    display: block;
    font-size: 1.25rem;
    font-family: PingFang;
    font-weight: normal;
    text-align: left;
    padding-left: 6rem;
    color: #1A1A1A;
    font-style: normal;
}
.page-brief-service li span{
    font-size: 2.5rem;
    font-family: DINAlternate;
    font-weight: bold;
    text-align: left;
    color: #1A1A1A;
}
.page-brief-service li p{
    font-size: 1rem;
    font-family: PingFang;
    font-weight: normal;
    text-align: left;
    color: #999999;
    margin-top: 0.6rem;
}
.page_culture-conent .brief-rt{
    padding-left: 0;
}
.page_culture-conent .page-culture-item{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
    position: relative;
    margin-bottom: 1.7rem;
}
.page-culture-item figure{
    width: 55%;
    margin-bottom: 2.5rem;
}
.page-culture-item figure img{
    width: 100%;
    max-width: 100%;
    object-fit: cover;
}
.page-culture-item .culture-item-title{
    width: 55%;
    background-color: #FFFFFF;
    padding: 3.5rem;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: -0.75rem 0rem 2.5rem 0.75rem rgba(45,91,211,0.14); 
    position: relative;
}
.culture-item-title h3{
    position: relative;
    font-size: 2rem;
    font-family: SourceHanSansSC;
    font-weight: bold;
    color: #1A1A1A;
    display: block;
    padding-left: 2.3rem;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.culture-item-title h3::after{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 50%;
    background-color: #2C5CB6;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.culture-item-title p{
    font-size: 1rem;
    font-family: PingFang;
    font-weight: 400;
    color: #666666;
    padding-left: 2.3rem;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-top: 1.25rem;
}
.page_culture-conent .page-culture-item:nth-child(odd){
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.page_culture-conent .page-culture-item:nth-child(odd) .culture-item-title{
    margin-right: -10%;
}
.page_culture-conent .page-culture-item:nth-child(odd) .culture-item-title::after{
    content:'';
    position: absolute;
    right: -2rem;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    border-top: 2rem solid transparent;
    border-bottom: 2rem solid transparent;
    border-left: 2rem solid #FFFFFF;
}
.page_culture-conent .page-culture-item:nth-child(even){
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row;
    flex-direction: row;
}
.page_culture-conent .page-culture-item:nth-child(even) .culture-item-title{
    margin-left: -10%;
}
.page_culture-conent .page-culture-item:nth-child(even) .culture-item-title::after{
    content:'';
    position: absolute;
    left: -2rem;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    border-top: 2rem solid transparent;
    border-bottom: 2rem solid transparent;
    border-right: 2rem solid #FFFFFF;
}
.page_culture-conent .page-brief-box{
    margin-bottom: 5.38rem;
}
.page_culture-conent  .page-culture-list{
    margin-top: 3rem;
}
.page_culture-conent .page-brief-title{
    position: absolute;
    top: 4rem;
    left: 5rem;
}
.page-history-content{
    background: url(../images/historybg.png) no-repeat center bottom;
    background-size: cover;
    padding: 3.5rem 0 5rem;
}
.page-history-content .history-title span{
    opacity: 0.1;
    font-size: 1.5rem;
    font-family: SourceHanSansSC;
    font-weight: 700;
    text-align: center;
    display: block;
    color: #1A1A1A;
    text-transform: uppercase;
}
.page-history-content .history-title h3{
    font-size: 2.25rem;
    font-family: SourceHanSansSC;
    font-weight: bolder;
    text-align: center;
    color: #1A1A1A;
    margin-top: 1rem;
    padding-bottom: 2.8rem;
    position: relative;
}
.page-history-content .history-title h3::after{
    content:"";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 4.13rem;
    height: 0.38rem;
    background: #9bbeff;
}
.page-history-content .history-list{
    padding: 5rem 0;
    position: relative;
}
.page-history-content .history-list::after{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    height: 1px;
    width: 100%;
    background: #EDEDED;
}
.page-history-content .history-container{
    width: calc(100% - 40px);
    max-width: 1360px;
    margin: 0 auto;
    position: relative;
}
.history-swiper{
    position: relative;
    z-index: 10;
    width: calc(100% - 7.9rem);
    margin: 0 auto;
}
.history-swiper ul{
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2rem 0;
}
.history-swiper li div{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: calc((100% - 5.1rem) / 4);
    min-height: 15.5rem;
    display: inline-block;
    padding: 2.3rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    cursor: pointer;
    width: calc(100% - 3rem);
    margin: 0 1.5rem;
}
.history-swiper li i{
    width: 0.5rem;
    height: 0.5rem;
    background: #1A1A1A;
    border-radius: 50%;
}
.history-swiper li span{
    font-size: 1.5rem;
    font-family: PingFang;
    font-weight: 400;
    text-align: center;
    color: #1A1A1A;
    line-height: 1.88rem;
    padding-bottom: 0.8em;
}
.history-swiper li p{
    font-size: 1rem;
    font-family: PingFang;
    font-weight: 400;
    text-align: center;
    color: #1A1A1A;
    line-height: 1.5rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.history-swiper li.on div{
    background-color: #FFFFFF;
    box-shadow: -0.75rem 0rem 2.5rem 0.75rem rgba(45,91,211,0.10);
}
.history-swiper li.on span,
.history-swiper li.on p{
    color: #4162B6;
}
.history-swiper li.on i{
    width: 0.88rem;
    height: 0.88rem;
    background: #4162B6;
}
.history-container .history-lt,
.history-container .history-rt{
    width: 1.13rem;
    height: 1.94rem;
    color: #4162B6;
    margin-top: -0.97rem;
}
.history-container .history-lt::after,
.history-container .history-rt::after{
    content: '';
}
.history-container .history-lt{
    background: url(../images/history_lt.png) no-repeat;
    background-size: 100%;
}
.history-container .history-rt{
    background: url(../images/history_rt.png) no-repeat;
    background-size: 100%;
}
.page-history-news-swiper{
    background-color: #FFFFFF;
    padding: 3.77rem;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.page-history-news-list .history-news-item{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}
.history-news-item .history-news-lt{
    width: 42%;
}
.history-news-item .history-news-rt{
    width: 58%;
    padding-left: 5.4%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.history-news-rt-content{
    max-height: 320px;
    overflow: hidden;
}
.history-news-item .history-news-rt li{
    padding: 1.5rem 0;
    border-bottom: 1px solid #EDEDED;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.history-news-item .history-news-rt li a{
    position: relative;
}
.history-news-rt li span{
    font-size: 1.25rem;
    font-family: PingFang;
    font-weight: 400;
    color: #1A1A1A;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 100%;
    overflow: hidden;
}
.history-news-rt li p{
    font-size: 1rem;
    font-family: PingFang;
    font-weight: 400;
    color: #666666;
    margin-top: 0.88rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
}
.history-news-rt li a:hover span{
    color: #4162B6;
}
.history-news-lt a{
    width: 100%;
    display: block;
    overflow: hidden;
}
.history-news-lt a img{
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}
.history-news-lt a:hover img{
    transform: scale(1.1);
}
.page-honor-content{
    padding: 0;
    padding-bottom: 6rem;
}
.page-honor-box{
    padding: 3.5rem 5rem;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    margin-top: -5rem;
    position: relative;
}
.page-honor-box .brief-rt{
    padding: 0;
    width: 100%;
}
.page-honor-box .brief-rt>span,
.page-honor-box .brief-rt>h3{
    text-align: center;
}
.page-honor-box .brief-rt>h3::after{
    left: 50%;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.page-honor-box .brief-rt::before{
    display: none;
}
.page-honor-swiper{
    padding: 3.5rem 0 5rem;
}
.page-honor-swiper ul,
.page-honor-swiper .page-honor-data{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.page-honor-swiper ul{
    align-items: center !important;
}
.page-honor-swiper li{
    width: 15%;
    /* max-width: 11.23rem; */
    /* margin-right: 5%; */
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}
.page-honor-swiper li a{
    max-width: 11.23rem;
}
.page-honor-swiper .page-honor-data{
    align-items: center;
    justify-content: center;
}
.page-honor-swiper .page-honor-data p{
    position: relative;
    background: #2c5cb6;
    border-radius: 1.25rem 0rem 1.25rem 0rem;
    font-size: 1.13rem;
    font-family: PingFang;
    font-weight: 400;
    color: #FFFFFF;
    display: inline-block;
    min-width: 5.81rem;
    line-height: 2.5rem;
    text-align: center;
    margin-bottom: 9px;
}
.page-honor-swiper .page-honor-data p::after{
    content: "";
    opacity: 0.2;
    background: #2c5cb6;
    border-radius: 1.25rem 0rem 1.25rem 0rem;
    min-width: 100%;
    height: 2.5rem;
    position: absolute;
    bottom: -9px;
    left: 0;
}
.page-honor-swiper li .page-honor-img{
    border: 0.06rem solid #e8ecf4;
    background-color: #FFFFFF;
    width: 11.23rem;
    height: 11.23rem;
    margin: 1.5rem 0;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}
.page-honor-swiper .page-honor-img figure{
    width: 10.25rem;
    height: 10.25rem;
    margin: 0.49rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ECECEC;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}
.page-honor-swiper .page-honor-img img{
    max-width: 80%;
    max-height: 80%;
    object-fit: cover;
}
.page-honor-swiper li span{
    font-size: 0.88rem;
    font-family: PingFang;
    font-weight: 400;
    color: #1A1A1A;
    text-align: justify;
    display: block;
}
.page-honor-swiper li.swiper-slide-active a{
    max-width: 15.88rem;
}
.page-honor-swiper li.swiper-slide-active{
    max-width: 15.88rem;
    width: 25%;
}
.page-honor-swiper li.swiper-slide-active  .page-honor-img{
    width: 15.88rem;
    height: 15.88rem;
    box-shadow: 0rem 0rem 2rem 0rem #deeeff; 
}
.page-honor-swiper li.swiper-slide-active figure{
    width: 14.5rem;
    height: 14.5rem;
    margin: 0.69rem;
}
.honor-scrollbar.swiper-scrollbar{
    left: 50%;
    width: calc(100% - 40px);
    height: auto;
    text-align: center;
    background: transparent;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    display: none;
}
.honor-scrollbar.swiper-scrollbar span{
    width: 2.38rem;
    height: 0.5rem;
    background: #2c5cb6;
    border-radius: 0;
}
.page-envir-content .brief-rt>span,
.page-envir-content .brief-rt>h3{
    text-align: left;
}
.page-envir-content .brief-rt>h3::after{
    left: 0;
    transform: unset;
}
.page-envir-content .brief-rt{
    margin-bottom: 3rem;
}
.page-envir-box{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.page-envir-lt{
    width: 90%;
    min-height: 580px;
}
.page-envir-lt figure{
    /* max-height: 480px; */
    overflow: hidden;
}
.page-envir-lt figure img{
    height: 100%;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
}
.page-envir-lt h5{
    font-size: 1.25rem;
    font-family: SourceHanSansSC;
    font-weight: bolder;
    color: #1A1A1A;
    margin: 1.75rem 0 20px;
}
.page-envir-lt p{
    font-size: 1rem;
    line-height: 1.5rem;
    font-family: PingFang;
    font-weight: 400;
    color: #1A1A1A;
    width: calc((100% / 3) * 2);
    text-align: justify;
}
.page-envir-rt{
    width: 25%;
    position: absolute;
    right: 0;
    top: -5rem;
    padding-bottom: 5rem;
}
.page-envir-rt ul{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    padding: 1px;
}
.page-envir-rt li {
    position: relative;
    margin-bottom: 1.25rem;
    height: auto;
}
.page-envir-rt li figure{
    width: 100%;
    height: 100%;
    padding: 0.5rem;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: #FFFFFF;
}
.page-envir-rt img{
    height: 100%;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
}
.page-envir-rt li span{
    position: absolute;
    width: calc(100% - 1rem);
    height: calc(100% - 1rem);
    top: 0.5rem;
    left: 0.5rem;
    background-color: rgba(0, 0, 0, 0.5);
}
.page-envir-rt li span p{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    color: #FFFFFF;
    font-size: 1.25rem;
    font-family: SourceHanSansSC;
    font-weight: bolder;
}
.page-envir-rt li.swiper-slide-thumb-active span{
    background-color: rgba(0, 0, 0, 0.9);
}
.envir-rt-swiper{
    max-height: 580px;
}
.envir-lt,
.envir-rt {
    display: block;
    width: 3.75rem;
    height: 3.75rem;
    background: #FFFFFF;
    border-radius: 50%;
    left: unset;
    right: unset;
    top: unset;
    bottom: unset;
    position: relative;
}
.envir-btn-swiper{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}
.envir-lt{
    margin-right: 1rem;
}
.envir-lt::after{
    content: '';
    width: 1.25rem;
    height: 0.75rem;
    background: url(../images/shang.png) no-repeat;
    background-size: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
.envir-rt::after{
    content: '';
    width: 1.25rem;
    height: 0.75rem;
    background: url(../images/xia.png) no-repeat;
    background-size: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
.page-business-content{
    background-color: #F7F8FA;
}
.page-business-box{
    width: 100%;
    padding: 5rem;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #FFFFFF;
    margin-top: -7rem;
    position: relative;
}
.page-business-box::before{
    content: "";
    position: absolute;
    right: 9%;
    top: -191px;
    width: 130px;
    height: 191px;
    background: url(../images/aptitude_robot.png) no-repeat;
    background-size: 100%;
}
.page-business-box .business-title{
    height: 3.5rem;
    position: absolute;
    left: 50%;
    top: calc(-3.5rem / 2);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.page-business-box .business-title a{
    line-height: 3.5rem;
    color: #1A1A1A;
    font-size: 1.13rem;
    font-family: PingFang;
    font-weight: 400;
    background-color: #FFFFFF;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    width: 10.5rem;
    text-align: center;
}
.page-business-box .business-title a.on,
.page-business-box .business-title a:hover{
    background-color: #4162B6;
    color: #FFFFFF;
}
.business-content{
    /* background: url(../images/business_bg.png) no-repeat;
    background-size: cover; */
    /* padding: 2.36rem 3.13rem; */
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-top: 1px;
}
.business-float{
    padding: 2.36rem 3.13rem;
    background-image: linear-gradient(rgba(255,255,255,0),rgba(0,0,0,0.6));
}
.business-float>span{
    opacity: 0.2;
    font-size: 1.88rem;
    font-family: SourceHanSansSC;
    font-weight: 700;
    color: #FFFFFF;
    text-transform: uppercase;
}
.business-float>h3{
    font-size: 2.5rem;
    font-family: SourceHanSansSC;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 1.38rem;
}
.business-float>p{
    font-size: 1rem;
    font-family: SourceHanSansSC;
    font-weight: 500;
    color: #FFFFFF;
    margin-top: 0.94rem;
}
.business-float ul{
    margin-top: 2.63rem;
    background-color: #FFFFFF;
    padding: 2.5rem 3rem;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.business-float li{
    width: 25%;
    padding-left: 1.8rem;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
    font-size: 1.13rem;
    font-family: SourceHanSansSC;
    font-weight: bold;
    color: #1A1A1A;
    margin-bottom: 1.44rem;
}
.business-float li::before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 1.06rem;
    height: 0.75rem;
    background: url(../images/dui.png) no-repeat;
    background-size: 100% 100%;
}
.quals-tab-list ul{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.quals-tab-list ul li{
    margin-right: 2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    position: relative;
    width: auto;
    height: auto;
}
.quals-tab-list ul li figure{
    width: 6.25rem;
    height: 6.25rem;
    background-color: #FFFFFF;
    border: 1px solid rgba(26,26,26,0.1);
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}
.quals-tab-list ul li img{
    max-width: 50%;
    width: auto;
}
.quals-tab-list ul li p{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    font-size: 0.88rem;
    font-family: PingFang;
    font-weight: 400;
    color: #999999;
    margin-top: 0.7rem;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    width: 6.25rem;
}
.quals-tab-list ul li:hover figure{
    border: 1px solid #1A1A1A;
}
.quals-tab-list ul li:hover p{
    color: #1A1A1A;
}
.quals-tab-list ul li.on{
    justify-content: flex-end;
    cursor: unset;
}
.quals-tab-list ul li.on figure{
    background: linear-gradient(-15deg,#e75050 0%, #ff893b 100%);
    border: unset;
    z-index: 100;
    position: relative;
}
.quals-tab-list ul li.on img{
    filter: brightness(100);
}
.quals-tab-list ul li.on p{
    display: none;
}
.quals-tab-list ul li.on div{
    position: relative;
}
.quals-tab-list ul li.on div::before{
    content: "";
    width: 82%;
    height: 82%;
    position: absolute;
    top: -0.63rem;
    left: 50%;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    background: #FC813E;
    opacity: 0.2;
}
.quals-tab-list ul li.on div::after{
    content: "";
    width: 70%;
    height: 70%;
    position: absolute;
    top: -1.06rem;
    left: 50%;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    background: #FC813E;
    opacity: 0.1;
}
.quals-content-item{
    margin-top: 2.8rem;
}
.quals-content-item .quals-item{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.quals-content-item .quals-item-lt>span{
    opacity: 0.1;
    font-size: 1.88rem;
    font-family: SourceHanSansSC;
    font-weight: 700;
    color: #1A1A1A;
    text-transform: uppercase;
}
.quals-content-item .quals-item-lt>h3{
    margin-top: 1.5rem;
    font-size: 2.25rem;
    font-family: SourceHanSansSC;
    font-weight: 800;
    color: #1A1A1A;
    padding-top: 2rem;
    position: relative;
}
.quals-content-item .quals-item-lt>h3::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 6.25rem;
    height: 0.38rem;
    background: #9BBEFF;
}
.quals-content-item .quals-item-lt h5{
    background: rgba(44,92,182,0.1);
    border-radius: 0rem 2rem 0rem 2rem;
    font-size: 1.13rem;
    font-family: PingFang;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 4rem;
    display: inline-block;
    padding: 0 2rem;
    margin: 0;
    margin-bottom: 2rem;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}
.quals-content-item .quals-item-lt>div{
    margin-top: 2.5rem;
}
.quals-content-item .quals-item-lt>div:hover h5{
    color: #FFFFFF;
    background: linear-gradient(-15deg,#e75050 0%, #ff893b 100%);
}
.quals-content-item .quals-item-lt p{
    font-size: 1rem;
    font-family: PingFang;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 1.88rem;
    text-align: justify;
}
.quals-content-item .quals-item-lt a{
    font-size: 1rem;
    font-family: PingFang;
    font-weight: 400;
    color: #1A1A1A;
    margin-bottom: 1.5rem;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}
.quals-content-item .quals-item-lt a:hover{
    color: #4162b6;
}
.quals-item .quals-item-lt,
.quals-item .quals-item-rt{
    width: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.quals-item .quals-item-lt{
    padding-right: 5%;
}
.quals-item .quals-item-rt{
    padding-left: 5%;
}
.quals-content-item .quals-item-rt>figure{
    width: 100%;
}
.quals-content-item .quals-item-rt>figure img{
    max-width: 100%;
    width: 100%;
    object-fit: cover;
}
.quals-content-item .quals-item-rt .flair-item-centre-rt{
    width: 100%;
    margin-top: 1.6rem;
}
.quals-content-item .quals-item-rt .flair-item-centre-rt figure{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.quals-item-rt .flair-item-centre-rt h5{
    font-size: 1.13rem;
    font-family: PingFang;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 1.88rem;
    margin: 0;
    margin-left: 0.5rem;
}
.case-title{
    max-width: 70%;
    width: calc(100% - 40px);
    margin: 0 auto;
}
.case-title span{
    opacity: 0.1;
    font-size: 1.5rem;
    font-family: SourceHanSansSC;
    font-weight: bold;
    text-align: center;
    color: #1A1A1A;
    text-transform: uppercase;
    display: block;
}
.case-title h3{
    font-size: 2.25rem;
    font-family: SourceHanSansSC;
    font-weight: bolder;
    text-align: center;
    color: #1A1A1A;
    margin-top: 1rem;
    padding-bottom: 2rem;
    position: relative;
}
.case-title h3::after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 4.13rem;
    height: 0.38rem;
    background: #9BBEFF;
}
.case-title p{
    font-size: 1rem;
    font-family: PingFang;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 1.88rem;
    text-align: justify;
    margin-top: 2rem;
}
.case-tab-list{
    padding-top: 7rem;
}
.case-tab-list ul{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    max-height: 600px;
}
.case-tab-list ul li{
    width: 25%;
    padding: 1rem;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-bottom: 4.5rem;
}
.case-tab-list img{
    max-width: 100%;
}
.case-tab-list figure{
    width: 100%;
    background: #ffffff;
    box-shadow: 0rem 0rem 1.5rem 0rem #deeeff; 
    height: 10.44rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}
.case-tab-list figure img{
    max-width: 80%;
    max-height: 100%;
    object-fit: cover;
}
.case-tab-list a:hover figure{
    box-shadow: 0rem 0rem 2rem 0rem #deeeff;
    animation: bounceIn;
    animation-duration: 1s;
}
.case-tab-list a p{
    margin-top: 1rem;
    color: #1A1A1A;
    font-size: 1.13rem;
    font-family: PingFang;
    font-weight: 400;
    text-align: center;
    display: block;
}
.case-paging{
    display: none;
}
.case-paging span,
.news-pagination span{
    width: 2.38rem;
    height: 0.5rem;
    background: #2C5CB6;
    border-radius: unset;
}
.page-message-form{
    max-width: 700px;
    margin: 2.5rem auto 0;
}
.page-message-form label p{
    font-size: 1rem;
    font-family: PingFang;
    font-weight: normal;
    color: #1A1A1A;
    margin-bottom: 0.88rem;
}
.page-message-form label{
    margin-bottom: 1.8rem;
    display: block;
}
.page-message-form label textarea,
.page-message-form label input{
    width: 100%;
    padding:0.5rem 1rem;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    font-size: 1rem;
    line-height: 1.5rem;
    font-family: PingFang;
    font-weight: 400;
    color: #1A1A1A;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}
.page-message-form label textarea{
    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    overflow:hidden;
}
.page-message-form label textarea:hover,
.page-message-form label input:hover{
    border: 1px solid #4162b6;
}
.meaagse-btn{
    width: 100%;
    max-width: 12.5rem;
    text-align: center;
    margin: 0.5rem auto 0;
    position: relative;
    cursor: pointer;
    height: 3.75rem;
}
.meaagse-btn .message-sub{
    width: 12.5rem;
    height: 3.75rem;
    background: #4162B6;
    font-size: 1rem;
    font-family: PingFang;
    font-weight: 400;
    color: #ffffff;
    border: unset;
    cursor: pointer;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    z-index: 100;
    position: relative;
}
.meaagse-btn:hover .message-sub{
    background: transparent;
    color: #4162B6;
}
.contactus-title figure{
    max-height: 2.2rem;
}
.contactus-title figure img{
    max-height: 100%;
    object-fit: cover;
} 
.contactus-title h3{
    font-size: 1.88rem;
    font-family: SourceHanSansSC;
    font-weight: bolder;
    color: #1A1A1A;
    display: block;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
}  
.contactus-title>p{
    font-size: 1rem;
    font-family: PingFang;
    font-weight: 400;
    color: #1a1a1a;
    line-height: 1.88rem;
    padding-bottom: 2rem;
    position: relative;
    margin-bottom: 4.5rem;
}
.contactus-title>p::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 4.13rem;
    height: 0.38rem;
    background: #9bbeff;
}
.page-contactus-box{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.page-contactus-box .contactus-title{
    width: 45%;
    padding-right: 10%;
}
.page-contactus-box .contactus-rt{
    width: 55%;
}
.contactus-list-item>div{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.2rem
}
.contactus-list-item span,
.contactus-list-item p,
.contactus-list-item a{
    color: #1A1A1A;
    font-size: 1rem;
    font-family: PingFang;
    font-weight: 400;
}
.contactus-list-item{
    margin-bottom: 3rem;
}
.page-contactus-box .contactus-rt figure{
    width: 100%;
}
.page-contactus-box .contactus-rt img{
    max-width: 100%;
    object-fit: cover;
}
.page-news-content {
    background: #FFFFFF;
}
.page-news-content .page-business-box{
    margin-top: 0;
}
.news-first-item{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 4rem;
    background: linear-gradient(to left, #F6F8FB 0%,#F6F8FB 85%,white 86%,white 100%);
}
.news-first-item>figure{
    width: 25%;
}
.news-first-item>figure a{
    width: 100%;
    height: 100%;
    max-height: 200px;
}
.news-first-item>figure img{
    height: 100%;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
}
.news-first-item .news-first-title{
    width: 75%;
    padding: 0 10% 0 5%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.news-first-item .news-first-title .news-first-lt{
    padding-right: 7rem;
    width: 80%;
    padding-bottom: 5rem;
}
.news-first-item .news-first-title .news-first-lt a{
    width: 100%;
}
.news-first-item .news-first-title h5{
    font-size: 1.38rem;
    line-height: 2rem;
    font-family: PingFang;
    font-weight: 400;
    color: #1a1a1a;
    margin: 1.5rem 0 1rem;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 64px;
}
.news-first-item .news-first-title span{
    font-size: 0.94rem;
    font-family: PingFang;
    font-weight: 400;
    color: #666666;
    line-height: 1.75rem;
    text-align: justify;
    display: block;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 112px;
}
.news-first-item .news-first-title .news-first-rt {
    width: 20%;
}
.news-lt-date{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    padding-top: 1.5rem;
}
.news-lt-date p{
    font-size: 1.38rem;
    font-family: SourceHanSansSC;
    font-weight: bolder;
    color: #1a1a1a;
    margin-bottom: 1.9rem;
}
.news-lt-date a{
    display: inline-block;
}
.news-lt-date i{
    display: inline-block;
    width: 2.56rem;
    height: 1.31rem;
    background: url(../images/news_rt.png) no-repeat;
    background-size: 100%;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}
.news-lt-date a:hover i{
    background: url(../images/news_rt_on.png) no-repeat;
    background-size: 100%;
}
.news-first-item .news-first-title .news-first-lt a:hover h5{
    color: #4162B6;
}
.news-tab-item{
    margin-top: 6rem;
    width: 100%;
}
.news-tab-item ul,
.news-tab-item ul li a{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.news-tab-item ul li a{
    width: 90%;
    margin-left: 10%;
    align-items: center;
}
.news-tab-item ul li{
    width: 50%;
    height: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    /* padding-left: 10%; */
    margin-bottom: 5.5rem;
}
.news-tab-item .news-lt-date{
    width: 8.63rem;
    height: 8.63rem;
    background: #ffffff;
    border: 0.06rem solid #e0e0e0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    align-items: flex-start;
    justify-content: space-evenly;
    padding-left: 1.44rem;
    padding-right: 1.44rem;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}
.news-tab-item .news-rt-title{
    width: calc(100% - 8.63rem);
    padding-left: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.news-tab-item .news-lt-date p{
    margin-bottom: 0;
    width: 100%;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}
.news-tab-item li a:hover .news-lt-date{
    background: #4162B6;
    border: 1px solid #4162B6;
    align-items: flex-end;
}
.news-tab-item li a:hover .news-lt-date p{
    color: #FFFFFF;
}
.news-tab-item li a:hover .news-lt-date i{
    filter: brightness(100);
}
.news-tab-item .news-rt-title h5{
    font-size: 1.38rem;
    line-height: 2rem;
    font-family: PingFang;
    font-weight: 400;
    color: #1a1a1a;
    margin: 1.25rem 0 1rem;
    word-break:break-all;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow:hidden;
    max-height: 64px;
}
.news-tab-item .news-rt-title span{
    font-size: 0.94rem;
    line-height: 1.5rem;
    font-family: PingFang;
    font-weight: 400;
    text-align: justify;
    color: #666666;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 48px;
    height: 48px;
    display: block;
}
.news-tab-item ul{
    flex-wrap: wrap;
}
.news-tab-item li a:hover .news-rt-title h5{
    color: #4162B6;
}
.page-news-list{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column; 
}
.news-info-item{
    width: 100%;
    height: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 3.6rem 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    border-bottom: 1px solid #ededed;
}
.news-info-item figure{
    width: 20%;
    overflow: hidden;
}
.news-info-item figure a{
    width: 100%;
    height: 100%;
}
.news-info-item figure img{
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}
.news-info-item .news-info-title{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
}
.news-info-item .news-info-title .news-info-rt{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 25%;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    opacity: 0;
}
.news-info-title .news-info-rt p{
    color: #2C5CB6;
    font-size: 1.75rem;
    font-family: SourceHanSansSC;
    font-weight: bold;
    margin: 1.8rem 0;
}
.news-info-title .news-info-rt i{
    background-color: #FFFFFF;
    position: relative;
    width: 5.81rem;
    height: 2.81rem;
    background: #ffffff;
    border-radius: 1.44rem;
    display: block;
}
.news-info-title .news-info-rt i::after{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    background: url(../images/info_rt.png) no-repeat;
    background-size: 100%;
    width: 1.81rem;
    height: 1.31rem;
}
.news-info-item .news-info-title .news-info-lt{
    width: 50%;
    margin-right: 25%;
}
.page-info-content .page-business-box{
    padding: 5rem 0 0;
    margin-top: 0;
}
.news-info-item .news-info-lt h5{
    font-size: 1.38rem;
    line-height: 2rem;
    font-family: PingFang;
    font-weight: bold;
    color: #1a1a1a;
    margin: 1.8rem 0 1rem;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 64px;
}
.news-info-item .news-info-lt span{
    font-size: 0.94rem;
    font-family: PingFang;
    font-weight: 400;
    color: #666666;
    text-align: justify;
    line-height: 1.5rem;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 72px;
}
.news-info-item .news-info-title .news-info-lt a:hover h5{
    color: #2C5CB6;
}
.news-info-item:hover{
    background: #F7F7F7;
}
.news-info-item:hover .news-info-rt{
    opacity: 1;
}
.news-info-item:hover figure img{
    transform: scale(1.1);
}
.page-info-content{
    background: #FFFFFF;
}
.page-info-content .page{
    padding: 5rem 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}
.page-info-content .page li{
    width: 1rem;
    height: 1rem;
    margin: 0 0.5rem;
}
.page-info-content .page li a{
    width: 100%;
    height: 100%;
    line-height: 1rem;
    text-align: center;
    font-size: 0.88rem;
    font-family: PingFang;
    font-weight: 400;
    color: #1a1a1a;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}
.page-info-content .page li:hover a,
.page-info-content .page li.thisclass a{
    color: #4162B6;
}
.page-info-content .page li.p,
.page-info-content .page li.n{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-info-content .page li.p a{
    background: url(../images/info_page_lt.png) no-repeat;
    background-size: 100%;
    filter: grayscale(100%);
    width: 7px;
    height: 12px;
}
.page-info-content .page li.n a{
    background: url(../images/info_page_rt.png) no-repeat;
    background-size: 100%;
    filter: grayscale(100%);
    width: 6px;
    height: 10px;
}
.page-info-content .page li.p:hover a,
.page-info-content .page li.n:hover a{
    filter: grayscale(0);
}
.page-eq-list{
    margin-top: 5rem;
    padding-bottom: 5.5rem;
}
.page-eq-list ul{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    /* max-height: 817px; */
}
.page-eq-list ul li{
    width: calc(50% - 1rem);
    /* margin-right: 2rem; */
    /* margin-bottom: 3rem; */
    position: relative;
}
.page-eq-list ul li img{
    height: 100%;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
}
.page-eq-list ul li:nth-child(2n){
    margin-right: 0;
}
.page-eq-list li span{
    width: calc(100% - 2.8rem);
    position: absolute;
    left: 1.4rem;
    bottom: 0.5rem;
    padding: 1rem;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    backdrop-filter: blur(20px);
    background-color: rgba(255, 255, 255, 0.7);
    font-size: 1rem;
    font-family: SourceHanSansSC;
    font-weight: bold;
    color: #1a1a1a;
    text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.page-eq-list li span i{
    width: 0.63rem;
    height: 0.63rem;
    background: #2c5cb6;
    border-radius: 50%;
    display: inline-block;
    margin-right: 0.9rem;
}
.page-workflow-title{
    margin-top: 5rem;
}
.page-workflow-title figure{
    margin: 0 auto;
    display: block;
    text-align: center;
}
.page-workflow-title img{
    max-width: 100%;
    object-fit: cover;
}
.page-workflow-content,
.page-eq-content{
    padding-bottom: 4rem;
}
.page-eq-list .eq-pagination span{
    width: 2.38rem;
    height: 0.5rem;
    background: #2c5cb6;
    border-radius: unset;
}
.flair-item-top div.flairImg{
    margin-left: 0;
    position: relative;
}
.flair-item-top div.flairImg figure{
    width: 6.25rem;
    height: 6.25rem;
    background-color: #FFFFFF;
    border: 1px solid rgba(26,26,26,0.1);
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    background: linear-gradient(-15deg,#e75050 0%, #ff893b 100%);
    border: unset;
    z-index: 100;
    position: relative;
    border-radius: 0.88rem;
}
.flair-item-top div.flairImg::before{
    content: "";
    width: 82%;
    height: 82%;
    position: absolute;
    top: -0.63rem;
    left: 50%;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    background: #FC813E;
    opacity: 0.2;
    border-radius: 0.88rem;
}
.flair-item-top div.flairImg::after{
    content: "";
    width: 70%;
    height: 70%;
    position: absolute;
    top: -1.06rem;
    left: 50%;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    background: #FC813E;
    opacity: 0.1;
    border-radius: 0.88rem;
}
.flair-item-top div.flairImg img{
    filter: brightness(100);
}
.page-news-show-content .page-business-box{
    max-width: 70%;
    width: calc(100% - 40px);
    margin: 0 auto;
}
.news-show-list h3{
    font-size: 2rem;
    text-align: center;
    display: block;
}
.news-show-list>span{
    font-size: 1rem;
    font-weight: 400;
    color: #999;
    font-family: 'PingFang';
    display: block;
    text-align: center;
    margin: 1rem;
}
.news-show-list .news-show-content{
    margin: 3rem 0;

}
.news-show-pages a{
    color: #1A1A1A;
    font-size: 1rem;
    line-height: 1.5rem;
    font-family: 'PingFang';
    font-weight: bold;
    display: inline-block;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}
.news-show-pages p{
    display: inline-block;
}
.news-show-pages .pages-div{
    display: block;
}
.news-show-pages a:hover p{
    color: #4162b6;
}
.page-news-rt .page-news-btn{
    margin-top: 2rem;
}
#header:hover{
    background-color: #FFFFFF;
}
#header.headerColor:hover .header-nav ul>li>a{
    color: #001941;
}
#header.headerColor:hover .header-nav ul>li>a span{
    color: #001941;
}
#header.headerColor:hover .header-logo a{
    filter: unset;
}
#header.headerColor:hover .header-nav ul>li:hover>a{
    color: #4162b6;
}
.footer-nav ol a:hover{
    color: #FFFFFF;
}
.footer-nav ol a.underline:hover::after{
    background-color: #FFFFFF;
}
.page-contactus-content{
    background-color: #F7F8FA;
}
.meaagse-btn:hover span.borderLinear i:nth-child(1){
    width: 100%;
}
.meaagse-btn:hover span.borderLinear i:nth-child(2){
    height: 100%;
}
.meaagse-btn:hover span.borderLinear i:nth-child(3){
    width: 100%;
}
.meaagse-btn:hover span.borderLinear i:nth-child(4){
    height: 100%;
}
.page-flair-item-mask{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.page-flair-item-mask img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page-flair-item-mask::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    opacity: 0.4;
}
.timeline {
    width: 100%;
    background-color: #fff;
    box-shadow: 0 5px 25px 5px rgba(0, 0, 0, 0.2);
}

.timeline .swiper {
    height: 600px;
    width: 100%;
    position: relative;
}

.timeline .swiper-wrapper {
    transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
}

.timeline .swiper-slide {
    position: relative;
    color: #fff;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.timeline .swiper-slide::after {
    content: "";
    position: absolute;
    z-index: 1;
    right: -115%;
    bottom: -10%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    box-shadow: -230px 0 150px 60vw rgba(0, 0, 0, 0.7);
    border-radius: 100%;
}

.timeline .swiper-slide-content {
    position: absolute;
    text-align: center;
    width: 80%;
    max-width: calc(100% - 40px);
    right: 50%;
    top: 13%;
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
    font-size: 12px;
    z-index: 2;
}

.timeline .swiper-slide .timeline-year {
    display: block;
    /* font-style: italic; */
    font-size: 32px;
    font-weight: bolder;
    font-family: 'PingFang';

    margin-bottom: 50px;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
    color: #4162b6;
    font-weight: 300;
    opacity: 0;
    transition: .2s ease .4s;
}

.timeline .swiper-slide .timeline-title {
    font-weight: 800;
    font-size: 26px;
    line-height: 42px;
    margin: 0 0 30px;
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
    transition: .2s ease .5s;
}

.timeline .swiper-slide .timeline-text {
    line-height: 1.5;
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
    transition: .2s ease .6s;
}

.timeline .swiper-slide-active .timeline-year {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: .4s ease 1.6s;
}

.timeline .swiper-slide-active .timeline-title {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: .4s ease 1.7s;
}

.timeline .swiper-slide-active .timeline-text {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: .4s ease 1.8s;
    margin-top: 1rem;
    line-height: 1rem;
    font-size: 0.85rem;
}

.timeline .swiper-pagination {
    right: 15% !important;
    height: 100%;
    display: none;
    flex-direction: column;
    justify-content: center;
    font-style: italic;
    font-weight: 300;
    font-size: 18px;
    z-index: 1;
}

.timeline .swiper-pagination::before {
    content: "";
    position: absolute;
    left: -30px;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.2);
}

.timeline .swiper-pagination-bullet {
    width: auto;
    height: auto;
    text-align: center;
    opacity: 1;
    background: transparent;
    color: #FFFFFF;
    margin: 15px 0 !important;
    position: relative;
}

.timeline .swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    top: 6px;
    left: -33.5px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #4162b6;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: .2s;
}

.timeline .swiper-pagination-bullet-active {
    color: #4162b6;
    font-weight: 800;
    font-size: 1.25rem;
}

.timeline .swiper-pagination-bullet-active::before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.timeline .swiper-button-next,
.timeline .swiper-button-prev {
    background-size: 20px 20px;
    top: 15%;
    width: 20px;
    height: 20px;
    margin-top: 0;
    z-index: 2;
    transition: .2s;
}

.timeline .swiper-button-next::after,
.timeline .swiper-button-prev::after {
    font-size: 2rem;
    color: #4162b6;
}

.timeline .swiper-button-prev {
    left: 8%;
}

.timeline .swiper-button-prev:hover {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
}

.timeline .swiper-button-next {
    right: 8%;
}

.timeline .swiper-button-next:hover {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
}

@media screen and (min-width: 768px) {
    .timeline .swiper-slide::after {
        right: -30%;
        bottom: -8%;
        width: 240px;
        height: 50%;
        box-shadow: -230px 0 150px 50vw rgba(0, 0, 0, 0.7);
    }

    .timeline .swiper-slide-content {
        right: 30%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 30%;
        font-size: 11px;
        text-align: right;
    }

    .timeline .swiper-slide .timeline-year {
        margin-bottom: 0;
        font-size: 42px;
        font-weight: bolder;
        font-family: 'PingFang';
    }

    .timeline .swiper-slide .timeline-title {
        font-size: 32px;
        margin: 0;
    }

    .timeline .swiper-pagination {
        display: flex;
    }

    .timeline .swiper-button-prev {
        top: 15%;
        left: auto;
        right: calc(15% + 4px);
        -webkit-transform: rotate(90deg) translate(0, 10px);
        transform: rotate(90deg) translate(0, 10px);
    }

    .timeline .swiper-button-prev:hover {
        -webkit-transform: rotate(90deg) translate(-3px, 10px);
        transform: rotate(90deg) translate(-3px, 10px);
    }

    .timeline .swiper-button-next {
        top: auto;
        bottom: 15%;
        right: calc(15% + 4px);
        -webkit-transform: rotate(90deg) translate(0, 10px);
        transform: rotate(90deg) translate(0, 10px);
    }

    .timeline .swiper-button-next:hover {
        -webkit-transform: rotate(90deg) translate(3px, 10px);
        transform: rotate(90deg) translate(3px, 10px);
    }
}

@media screen and (min-width: 1024px) {
    .timeline .swiper-slide::after {
        right: 0;
        bottom: -12%;
        width: 0;
        height: 50%;
        /* box-shadow: -230px 0 150px 39vw rgba(0, 0, 0, 0.7); */
    }

    .timeline .swiper-slide-content {
        right: 25%;
    }
}