html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    font-size: 16px;
}

table {
    max-width: calc(100vw - 40px) !important;
}

img {
    max-width: 100%;
}

.flex-row-center {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.flex-row-sb {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flex-row-fs {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.flex-row-fe {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
}

.flex-row-sb-fs {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.all-banner {
    height:350px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.all-banner .mediabox { width: 100%;}
.all-banner .mediabox .mediambox { width:1000px; margin: 0px auto;}
.all-banner .mediabox .mediambox video {width:100%; margin:0px auto; max-height: 350px;}



.all-banner .banner-title-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
    font-family: PingFang SC, PingFang SC-Bold;
    text-align: center;
    color: #ffffff;
    letter-spacing: 2px;
    line-height: 50px;
}

.all-banner .banner-title-center p {
    margin-top: 30px;
    font-size: 30px;
}

.all-banner .banner-title-left {
    max-width: calc(100vw - 40px);
    width: 1450px;
    padding: 0 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
    font-family: PingFang SC, PingFang SC-Bold;
    color: #ffffff;
    letter-spacing: 2px;
    line-height: 50px;
}

.all-banner .banner-title-left p {
    margin-top: 30px;
    font-size: 30px;
}

.all-banner nav {
    position: relative;
    left: 0;
    top: 440px;
}

.all-banner nav ul {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}

.all-banner nav ul li {
    flex-grow: 1;
}

.all-banner nav ul li a {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 60px;
    height: 60px;
    opacity: 0.6;
    background: #005ba8;
    color: white;
    text-decoration: none;
}

.all-banner nav ul li a:hover {
    background: #005ba8;
    opacity: 1;
}

#jsmind_container {
    width: 100%;
    height: 800px;
    margin-bottom: 50px;
}

.contactWay {
    position: fixed;
    right: 0;
    bottom: 300px;
    z-index: 9999;
    width: 200px;
    transform: translateX(calc(100% - 45px));
    cursor: pointer;
    transition: 0.2s;
}

.contactWay:hover {
    transform: translateX(-5px);
}

.contactWay:hover .flex-row-fs .qrCode {
    display: block;
}

.contactWay .flex-row-fs {
    background: #005ba8;
    padding: 10px;
    color: white;
    border-radius: 5px;
    margin-bottom: 3px;
}

.contactWay .flex-row-fs img {
    margin-right: 10px;
    width: 25px;
}

.contactWay .flex-row-fs .qrCode {
    width: 100px;
    margin: 20px;
    display: none;
    transition: 0.2s;
}

.onlineLink {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9999;
    cursor: pointer;
    display: block;
}

.onlineLink p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 16px;
}

.paging {
    margin: 70px 0;
}

.paging ul li {
    width: 45px;
    height: 45px;
    border: 1px solid #333333;
    border-radius: 4px;
    margin: 0 4px;
}

.paging ul li a {
    font-size: 18px;
    text-align: center;
    color: #666666;
    display: block;
    line-height: 45px;
    text-decoration: none;
}

.paging-active {
    border-color: #005ba8 !important;
    background: #005ba8;
}

.paging-active a {
    color: white !important;
}

.active-main-nav {
    background: #005ba8 !important;
    opacity: 1 !important;
    border: none !important;
    border: 1px solid #005ba8 !important;
}

.active-main-nav a {
    color: white !important;
}

.main-container {
    max-width: 1450px;
    padding: 0 20px;
    margin: 30px auto 0;
}

.breadcrumb-nav a {
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Bold;
    color: #999999;
    line-height: 24px;
    letter-spacing: 1px;
    text-decoration: none;
}

.breadcrumb-nav a:hover {
    color: black;
}

header {
    background-color: white;
}

.mb-header {
    display: none;
}

.header-linkUs {
    max-width: 1750px;
    padding: 0 20px;
    margin: auto;
    height: 30px;
}

.header-linkUs div img {
    margin-right: 12px;
}

.header-linkUs div p {
    margin-right: 30px;
}

.notice-content {
    position: relative;
    width: 400px;
    height: 100%;
    white-space: nowrap;
    overflow: hidden;
    float: left;
}

.notice-text {
    font-size: 14px;
    position: absolute;
    z-index: 999;
    height: 100%;
}

.notice-text span {
    line-height: 30px;
}

.header-nav {
    max-width: 1750px;
    padding: 0 20px;
    margin: auto;
}

.header-nav .logo {
    width: 176px;
}

.header-nav nav {
    flex-wrap: nowrap;
    flex-grow: 1;
}

.header-nav nav ul {
    flex-shrink: 0;
    flex-grow: 0.6;
    list-style: none;
    flex-wrap: nowrap;
}

.header-nav nav ul li {
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
}

.header-nav nav ul li a {
    display: inline-block;
    line-height: 88px;
    border-bottom: white solid 4px;
    text-decoration: none;
    color: #222222;
    font-size: 16px;
}

.header-nav nav ul li a:hover {
    color: #005ba8;
    border-bottom: #005ba8 solid 4px;
}

.active-header-nav {
    color: #005ba8 !important;
    border-bottom: #005ba8 solid 4px !important;
}

.header-nav nav .search {
    width: 36px;
    height: 36px;
    background-color: #005ba8;
    background-image: url(../img/search.png);
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 18px;
    margin-left: 40px;
    cursor: pointer;
    position: relative;
}

.header-nav nav .language {
    padding: 0 20px;
    height: 31px;
    width: 130px;
    background: #005ba8;
    border-radius: 16px;
    text-align: center;
    color: white;
    line-height: 31px;
    margin-left: 20px;
    cursor: pointer;
    position: relative;
}

.header-nav nav .language:hover ul {
    display: block;
}

.header-nav nav .language div span {
    width: 10px;
    height: 10px;
    display: block;
    border: white 1px solid;
    border-color: transparent white white transparent;
    transform: rotate(45deg);
    margin-left: 10px;
    position: relative;
    top: -2px;
}

.header-nav nav .language ul {
    position: relative;
    z-index: 999;
    list-style: none;
    width: 130px;
    background: white;
    color: #333333;
    left: 50%;
    transform: translateX(-50%);
    top: 0px;
    display: none;
}

.header-nav nav .language ul li {
    justify-content: center;
}

.header-nav nav .language ul li:hover {
    background: #005ba8;
    color: white;
}

header .mb-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 55px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    background: white;
    z-index: 999;
}

header .mb-nav .logo {
    width: 100px;
}

header .mb-nav .mb-nav-img {
    width: 30px;
}

header .mb-header-nav {
    list-style: none;
    z-index: 999;
    position: fixed;
    top: 55px;
    left: 0;
    width: 100vw;
    background: rgba(29, 29, 29, 0.74);
    display: none;
}

header .mb-header-nav li a,
header .mb-header-nav li p {
    display: block;
    line-height: 45px;
    padding: 0 20px;
    color: white;
    text-decoration: none;
}

header .mb-header-nav li a:active,
header .mb-header-nav li p:active {
    background: rgba(83, 80, 80, 0.37);
}

header .mb-language {
    display: none;
    line-height: 45px;
    text-decoration: none;
    position: fixed;
    top: 55px;
    left: 0;
    width: 100vw;
    z-index: 9999;
    background: white;
}

header .mb-language li {
    padding: 0 20px;
    position: relative;
}

header .mb-language li .close {
    position: absolute;
    width: 36px;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    opacity: 1;
    border-radius: 50%;
    padding: 5px;
}

header .mb-language li:active {
    background: rgb(231, 229, 229);
}

header .mb-search {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    height: 100vh;
    width: 100vw;
    background: rgba(46, 45, 45, 0.897);
    display: none;
}

header .mb-search div {
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
}

header .mb-search div input {
    outline: none;
    width: 60vw;
    padding: 8px 20px;
    border-radius: 20px;
    border: none;
    margin-right: 20px;
}

header .mb-search div button {
    background: #005ba8;
    border: none;
    border-radius: 20px;
    padding: 8px 20px;
    color: white;
}

.mask-layer {
    width: 100vw;
    height: 200px;
    background: #f7f7f7;
    position: absolute;
    z-index: 9999;
    display: none;
}

.mask-layer .cha {
    width: 20px;
    margin-top: 20px;
    cursor: pointer;
}

.mask-layer h3 {
    text-align: center;
}

.mask-layer input {
    width: 40%;
    box-shadow: none;
    border: none;
    background: #fff;
    border-radius: 0;
    color: #808080;
    height: 40px;
    line-height: 40px;
    padding: 0 45px 0 15px;
    text-align: left;
    font-size: 12px;
}

.mask-layer button {
    width: calc(10% - 20px);
    margin-left: 20px;
    align-self: stretch;
    border: none;
    background-color: #005ba8;
    color: white;
}

footer {
    background: #272727;
}

footer .web-footer {
    max-width: 1750px;
    padding: 0 20px;
    margin: auto;
}

footer .web-footer .other-link {
    height: 60px;
    border-bottom: white solid 1px;
    margin-bottom: 96px;
}

footer .web-footer .other-link p {
    color: white;
}

footer .web-footer .other-link p a {
    color: white;
    text-decoration: none;
}

footer .web-footer .other-link p a:hover {
    color: #005ba8;
}

footer .web-footer .other-link div {
    background-color: #303030;
    padding: 10px 20px;
    color: white;
    position: relative;
    cursor: pointer;
}

footer .web-footer .other-link #station p {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .web-footer .other-link #station p::after {
    content: "";
    display: inline-block;
    border-color: #acacac transparent transparent transparent;
    border-style: solid;
    border-width: 7px;
    margin-left: 10px;
    margin-top: 7px;
}

footer .web-footer .other-link #station:hover p::after {
    border-color: transparent transparent #acacac transparent;
    margin-top: unset;
    margin-bottom: 7px;
}

footer .web-footer .other-link div:hover ul {
    display: block;
}

footer .web-footer .other-link div ul {
    position: absolute;
    width: 100%;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

footer .web-footer .other-link div ul li a {
    display: block;
    text-decoration: none;
    color: white;
    padding: 10px 20px;
    background-color: #303030;
}

footer .web-footer .other-link div ul li a:hover {
    background: #696969;
}

footer .web-footer .son-company {
    background-color: #303030;
    padding: 10px 20px;
    color: white;
    position: relative;
    cursor: pointer;
}

footer .web-footer .son-company p {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .web-footer .son-company p::after {
    content: "";
    display: inline-block;
    border-color: #acacac transparent transparent transparent;
    border-style: solid;
    border-width: 7px;
    margin-left: 10px;
    margin-top: 7px;
}

footer .web-footer .son-company ul {
    position: absolute;
    width: 100%;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

footer .web-footer .son-company ul li a {
    display: block;
    text-decoration: none;
    color: white;
    padding: 10px 20px;
    background-color: #303030;
}

footer .web-footer .son-company ul li a:active {
    background: #696969;
}

footer .web-footer .footer-search {
    width: 280px;
    padding: 10px;
    background: #3c3c3c;
}

footer .web-footer .footer-search p {
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    color: #ffffff;
    line-height: 40px;
    letter-spacing: 2px;
    width: 100%;
}

footer .web-footer .footer-search .search-button {
    width: 94px;
    background: #005ba8;
    line-height: 40px;
    color: white;
    text-align: center;
    margin-right: 12px;
    margin-bottom: 12px;
    cursor: pointer;
}

footer .web-footer .footer-search .code {
    width: 100%;
    height: 40px;
    background: #ffffff;
    border: none;
    outline: none;
    padding: 0 15px;
    margin-bottom: 12px;
}

footer .web-footer .footer-search .authCode input {
    width: 65%;
    height: 40px;
    background: #ffffff;
    border: none;
    outline: none;
    padding: 0 15px;
    margin-bottom: 12px;
}

footer .web-footer .footer-search .authCode img {
    width: 30%;
    height: 40px;
    margin-bottom: 12px;
}

footer .web-footer .footer-search button {
    width: 100%;
    height: 37px;
    background: #005ba8;
    text-align: center;
    line-height: 37px;
    border: none;
    color: white;
}

footer .footer-nav {
    width: 210px;
    padding-bottom: 30px;
}

footer .footer-nav h3 {
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    letter-spacing: 2px;
    border-bottom: white solid 1px;
    height: 40px;
    margin-bottom: 10px;
}

footer .footer-nav h3 span {
    display: inline-block;
    width: 7px;
    height: 22px;
    background: #005ba8;
    margin-right: 23px;
}

footer .footer-nav ul {
    list-style: none;
    color: white;
}

footer .footer-nav ul li a {
    color: white;
    text-decoration: none;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    letter-spacing: 2px;
}

footer .footer-nav ul li a:hover {
    color: #005ba8;
}

footer .footer-nav ul li a span {
    opacity: 1;
    font-size: 21px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #005ba8;
    letter-spacing: 3px;
}

footer .footer-linkUs ul li {
    height: 30px;
}

footer .footer-linkUs ul li img {
    margin-right: 10px;
}

footer .footer-linkUs div {
    margin: 20px 0;
}

footer .footer-linkUs div img {
    margin-right: 10px;
    width: 40px;
    cursor: pointer;
}

footer .footer-linkUs .linkUs_qrCode img {
    width: 100px;
}

footer .provider {
    background-color: white;
}

footer .provider .provider-content {
    max-width: 1790px;
    padding: 0 20px;
    margin: auto;
    height: 50px;
}

footer .provider .provider-content div p {
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

footer .provider .provider-content div p span {
    width: 0;
    height: 0;
    display: inline-block;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent transparent black;
}

.index-banner {
    position: relative;
}

.index-banner .swiper-slide {
    height: calc(100vh - 120px);
    background-position: center;
    background-size: cover;
}

.index-banner .index-page {
    max-width: 1450px;
    width: 100%;
    padding: 20px;
    position: absolute;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
}

.index-banner .swiper_btn {
    width: 100px;
    height: 50px;
    background-size: unset;
}

.index-service-swiper .swiper-button {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index-service-swiper .swiper-button .swiper_btn {
    position: unset;
    margin-top: unset;
    width: 100px;
    height: 60px;
    margin: 10px;
    opacity: 0.7;
    transition: 0.3s;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.index-service-swiper .swiper-button .swiper_btn:hover {
    opacity: 1;
}

/*未轮播到此页*/
.index-banner .swiper-pagination-bullet {
    width:8px;
    height: 8px;
    border-radius: 11px;
    background-color: gray;
    opacity: 1;
    margin: 40px 7px !important;
    transition: 0.2s;
}

/*轮播到此页*/
.index-banner .swiper-pagination-bullet-active {
    width: 10px;
    height:10px;
    background: white;
}

.index-banner-content {
    max-width: 1000px;
    padding: 0 20px;
    width: 100%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.index-banner-content h1 {
    font-size: 40px;
    font-family: Alibaba PuHuiTi, Alibaba PuHuiTi-Medium;
    font-weight: 900;
    color: #ffffff;
    line-height:59px;
    letter-spacing: 5px;
}

.index-banner-content p {
    font-size: 22px;
    font-family: Alibaba PuHuiTi, Alibaba PuHuiTi-Regular;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 2px;
    padding: 15px 0px 58px;
}

.index-banner-content div span {
    font-size: 14px;
    font-family: Alibaba PuHuiTi, Alibaba PuHuiTi-Regular;
    font-weight: 400;
    color: #ffffff;
    line-height: 30px;
    letter-spacing: 1px;
}

.index-banner-content div span img {
    width: 26px;
    margin-right: 10px;
}

.index-banner-content button {
    display: block;
    margin-top: 60px;
    width: 133px;
    height: 60px;
    background: #005ba8;
    border-radius: 10px;
    border: none;
    color: white;
    font-size: 18px;
}

.index-banner-content .flex-row-center {
    justify-content: flex-start;
}

.index-service {
    max-width: 1750px;
    padding: 0 20px;
    margin: 110px auto 0;
}

.index-service h2 {
    font-size: 30px;
    font-family: PingFang SC, PingFang SC-Bold;
    text-align: center;
    color: #333333;
    line-height: 71px;
    letter-spacing: 3px;
}

.index-nav {
    align-items: flex-end;
}

.index-nav span {
    display: block;
    padding: 13px 20px;
    font-size: 18px;
    font-family: PingFang SC, PingFang SC-Bold;
    text-align: center;
    color: #333333;
    letter-spacing: 2px;
    border-bottom: #e0e0e0 solid 5px;
    cursor: pointer;
}

.index-nav span:hover {
    color: #005ba8;
    border-bottom: #005ba8 solid 5px;
}

.index-nav-active {
    color: #005ba8 !important;
    border-color: #005ba8 !important;
}

.index-service-list {
    margin-top: 40px;
}

.index-service-list i {
    width: 400px;
    margin: 8px;
}

.index-button {
    display: block;
    margin: 78px auto 0;
    width: 250px;
    height: 54px;
    background: #005ba8;
    border-radius: 27px;
    border: none;
    font-size: 20px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    color: #ffffff;
}

.index-service-swiper {
    width: 816px;
    max-width: 100%;
    height: 310px;
    margin: 8px;
    border-radius: 6px;
    overflow: auto;
}

.index-service-swiper .swiper-slide {
    width: 816px;
    max-width: 100%;
    height: 310px;
    background-size: cover;
    position: relative;
}

.index-service-swiper .swiper-slide::after {
    content: "";
    position: absolute;
    background: linear-gradient(0deg, rgb(1, 1, 1, 0.95) 0, transparent 100%);
    bottom: 0;
    left: 0;
    display: block;
    height: 50%;
    width: 100%;
    opacity: 0.5;
    transition: 0.4s;
}

.index-service-swiper .swiper-slide h3 {
    color: white;
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
    font-size: 22px;
    font-weight: bold;
    z-index: 10;
}

.index-service-one {
    display: block;
    max-width: calc(50% - 16px);
    width: 400px;
    height: 310px;
    margin: 8px;
    position: relative;
    cursor: pointer;
    border-radius: 6px;
    overflow: hidden;
}

.index-service-one .service-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-size: cover;
    background-position: center;
    transition: 0.3s;
}

.index-service-one:hover .service-bg {
    transform: translate(-50%, -50%) scale(1.3);
}

.index-service-one::after {
    content: "";
    position: absolute;
    background: linear-gradient(0deg, rgb(1, 1, 1, 0.95) 0, transparent 100%);
    bottom: 0;
    left: 0;
    display: block;
    height: 50%;
    width: 100%;
    opacity: 0.5;
    transition: 0.4s;
}

.index-service-one h3 {
    font-size: 22px;
    font-family: PingFang SC, PingFang SC-Bold;
    font-weight: bold;
    color: #ffffff;
    line-height: 25px;
    letter-spacing: 1px;
    position: absolute;
    left: 24px;
    bottom: 38px;
    z-index: 5;
    transition: 0.4s;
}

.index-aboutUs {
    height: 655px;
    background-size: cover;
    position: relative;
    margin: 100px 0 250px;
}

.index-aboutUs-video {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 20%;
    cursor: pointer;
}

.layui-layer-iframe {
    overflow: visible !important;
}

.index-aboutUs .index-aboutUs-content {
    max-width: calc(100vw - 40px);
    width: 1670px;
    position: absolute;
    background-color: white;
    left: 50%;
    top: 365px;
    transform: translateX(-50%);
    box-shadow: 0px 0px 10px 5px rgba(48, 53, 48, 0.082);
}

.index-aboutUs-content h2 {
    font-size: 30px;
    font-family: PingFang SC, PingFang SC-Heavy;
    text-align: center;
    line-height: 30px;
    letter-spacing: 2px;
    padding: 70px 0 40px;
}

.index-aboutUs-content p {
    font-size: 16px;
    font-family: PingFang SC, PingFang SC-Bold;
    text-align: center;
    line-height: 30px;
    letter-spacing: 1px;
    max-width: 1350px;
    margin: auto;
    padding-left: 20px;
}

.index-aboutUs-list {
    padding: 75px 20px;
    max-width: 650px;
    margin: auto;
    align-items: flex-start;
}

.index-aboutUs-list span h3 {
    font-size: 26px;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    line-height: 48px;
    letter-spacing: 1px;
    text-align: center;
    font-weight: bold;
}

.index-aboutUs-list span span {
    font-size: 14px;
    display: block;
    margin: auto;
    color: #9c9b9b;
    text-align: center;
}

.index-aboutUs-list span .underline {
    width: 40px;
    height: 2px;
    background: #9c9b9b;
    margin: 0 auto 10px;
}

.index-news {
    max-width: 1670px;
    margin: 0 auto 110px;
    padding: 0 20px;
}

.index-news .flex-row-center {
    flex-wrap: nowrap;
}

.index-news h2 {
    font-size: 30px;
    font-family: PingFang SC, PingFang SC-Bold;
    text-align: center;
    color: #333333;
    line-height: 71px;
    letter-spacing: 3px;
}

.index-news-one {
    width: 25%;
    height: 535px;
    flex-shrink: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0px 0px 10px 5px rgba(48, 53, 48, 0.082);
    margin: 10px;
    overflow: hidden;
    text-decoration: none !important;
}

.index-news-one div h3 {
    font-size: 22px;
    font-family: PingFang SC, PingFang SC-Bold;
    text-align: left;
    color: #333333;
    letter-spacing: 1px;
    padding: 20px;
}

.index-news-one div span {
    font-size: 18px;
    font-family: PingFang SC, PingFang SC-Bold;
    text-align: left;
    color: #005ba8;
    line-height: 30px;
    letter-spacing: 1px;
    padding: 20px;
}

.index-news-one div p {
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Bold;
    text-align: left;
    color: #333333;
    line-height: 25px;
    letter-spacing: 1px;
    padding: 20px;
}

.index-news-one div .more {
    display: block;
    font-size: 16px;
    font-family: PingFang SC, PingFang SC-Bold;
    text-decoration: underline;
    color: #005ba8;
    line-height: 30px;
    letter-spacing: 1px;
    padding: 20px 20px 40px;
}

.index-news-one .index-news-img {
    width: 100%;
    height: 315px;
    background-size: cover;
    background-position: center;
}

.index-news-list-pc {
    height: 555px;
    overflow: hidden;
}

.index-news-list-pc .swiper-container {
    width: 100%;
    height: 100%;
}

.index-news-list-pc .swiper-container .swiper-slide {
    padding: 10px;
}

.index-news-list-pc .swiper-container .swiper-slide a {
    height: 100%;
    flex-wrap: nowrap;
    width: calc(100% - 20px);
    margin: auto;
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0px 0px 10px 5px rgba(48, 53, 48, 0.082);
    padding: 20px;
    text-decoration: none;
}

.index-news-list-pc .swiper-slide a .left-box {
    width: 120px;
    flex-shrink: 0;
    font-size: 18px;
    font-family: PingFang SC, PingFang SC-Bold;
    text-align: left;
    color: #005ba8;
    line-height: 36px;
    letter-spacing: 1px;
    padding: 20px;
    border-right: solid 1px rgb(240, 238, 238);
}

.index-news-list-pc .swiper-slide a .right-box {
    flex-grow: 1;
    margin-left: 20px;
}

.index-news-list-pc .swiper-slide a .right-box h4 {
    font-size: 22px;
    font-family: PingFang SC, PingFang SC-Bold;
    text-align: left;
    color: #333333;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.index-news-list-pc .swiper-slide a .right-box h4 p {
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Bold;
    text-align: left;
    color: #333333;
    line-height: 25px;
    letter-spacing: 1px;
}

.index-news-list-mb {
    width: 100%;
}

.index-news .index-news-list-mb li a {
    text-decoration: none;
    padding: 20px;
    flex-wrap: nowrap;
}

.index-news .index-news-list-mb li {
    list-style: none;
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0px 0px 10px 5px rgba(48, 53, 48, 0.082);
    margin-bottom: 20px;
}

.index-news .index-news-list-mb li .left-box {
    width: 25%;
    flex-shrink: 0;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Bold;
    text-align: left;
    color: #005ba8;
    line-height: 36px;
    letter-spacing: 1px;
}

.index-news .index-news-list-mb li .right-box {
    flex-grow: 1;
    border-left: #e2e2e2 solid 2px;
    padding: 0 0 0 20px;
}

.index-news .index-news-list-mb li .right-box h4 {
    font-size: 16px;
    font-family: PingFang SC, PingFang SC-Bold;
    color: #333333;
    line-height: 20px;
    letter-spacing: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.index-news .index-news-list-mb li .right-box p {
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Bold;
    color: #333333;
    line-height: 20px;
    letter-spacing: 1px;
    margin-top: 10px;
    /*限制多行*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.index-news .index-news-list-mb li .right-box span {
    font-size: 16px;
    font-family: PingFang SC, PingFang SC-Bold;
    text-decoration: underline;
    color: #005ba8;
    line-height: 30px;
    letter-spacing: 1px;
    display: block;
    margin-top: 5px;
}

.company-synopsis {
    max-width: 1450px;
    padding: 30px 20px 90px;
    margin: auto;
}

.company-synopsis .flex-row-sb div {
    max-width: 736px;
    flex-grow: 1;
}

.company-synopsis .flex-row-sb div h2 {
    font-size: 30px;
    font-family: PingFang SC, PingFang SC-Heavy;
    color: #005ba8;
    line-height: 100px;
    letter-spacing: 3px;
}

.company-synopsis .flex-row-sb div p {
    font-size: 16px;
    font-family: PingFang SC, PingFang SC-Bold;
    color: #444444;
    line-height: 24px;
    letter-spacing: 2px;
    white-space: pre-line;
}

.company-synopsis .flex-row-sb img {
    max-width: 100%;
    width: 500px;
    margin-left: 30px;
}

.company-synopsis .flex-row-sb .flex-row-sb div {
    padding-top: 30px;
}

.company-synopsis .flex-row-sb .flex-row-sb p {
    font-size: 40px;
    font-family: PingFang SC, PingFang SC-Bold;
    color: #005ba8;
    line-height: 60px;
    letter-spacing: 4px;
    text-align: center;
}

.company-synopsis .flex-row-sb .flex-row-sb p span {
    color: #222222;
    font-size: 12px;
}

.company-synopsis .flex-row-sb .flex-row-sb span {
    display: block;
    text-align: center;
}

.framework {
    overflow: hidden;
    background-position: center;
    background-size: cover;
    padding: 40px 20px 0;
}

.framework h2 {
    text-align: center;
    padding-bottom: 40px;
}

.framework .framework-content {
    position: relative;
    height: 700px;
}

.framework .framework-img {
    width: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.framework-list {
    position: absolute;
    min-width: 400px;
}

.framework-list h3 {
    position: relative;
}

.framework-list h3 a {
    display: inline-block;
    font-size: 20px;
    padding: 0 40px;
    height: 60px;
    line-height: 60px;
    background: #00af4e;
    border-radius: 15px 0px 15px 0px;
    color: white;
    position: relative;
    min-width: 400px;
    text-align: center;
    transition: 0.3s;
    text-decoration: none;
}

.framework-list h3 a:hover {
    transform: scale(1.04);
    transform-origin: left;
}

.framework-list:nth-child(-n + 4) h3 a {
    transform-origin: right;
}

.framework-list .framework-intro {
    width: 300px;
    margin: auto;
    margin-top: 10px;
}

.framework-list .framework-intro h4 {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

.framework-list img {
    position: absolute;
}

.framework-content-mb {
    padding: 0 !important;
}

.framework-content-mb .framework-list-mb {
    display: block;
    text-decoration: none;
    box-shadow: 0px 0px 6px 5px rgba(48, 53, 48, 0.082);
    padding: 20px;
    margin: 15px 0;
    border-radius: 5px;
}

.framework-content-mb .framework-intro-mb h4 {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
}

.framework-content-mb .framework-intro-mb p {
    font-size: 14px;
}

.framework-content-mb .framework-list-mb h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #005ba8;
}

.framework-content-mb .framework-list-mb p {
    font-size: 14px;
}

.company-culture {
    padding: 57px 20px 90px;
}

.company-culture h2 {
    font-size: 30px;
    font-family: PingFang SC, PingFang SC-Bold;
    text-align: center;
    color: #333333;
    letter-spacing: 2px;
    margin-bottom: 30px;
}

.title-sm {
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Bold;
    text-align: center;
    color: #666666;
    line-height: 24px;
    letter-spacing: 1px;
}

.culture-box {
    flex-wrap: nowrap;
    margin-top: 30px;
}

.culture-list {
    transition: 0.4s;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    width: 180px;
    height: 566px;
    padding: 57px 0 80px;
    background: #005ba8;
    margin: 80px 1px 0;
}

.culture-list h3 {
    font-size: 16px;
    font-family: PingFang SC, PingFang SC-Bold;
    line-height: 24px;
    letter-spacing: 1px;
    text-shadow: NaNpx NaNpx 1px 0px rgba(31, 31, 31, 0.14);
    color: white;
}

.culture-list h3 span {
    display: block;
    height: 0;
    width: 35px;
    margin: auto;
    border-bottom: solid white 4px;
    margin-top: 10px;
}

.culture-list img {
    width: 30px;
    height: 30px;
}

.culture-list-active {
    width: 544px;
    height: 566px;
    padding: 0;
}

.culture-list-active h3 {
    display: none;
}

.culture-list-active img {
    display: none;
}

.culture-list-active .culture-list-content {
    display: flex;
}

.culture-list-content {
    display: none;
    position: relative;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    padding-bottom: 30px;
}

.culture-list-content h4 {
    font-size: 24px;
    font-family: PingFang SC, PingFang SC-Bold;
    color: #ffffff;
    line-height: 24px;
    letter-spacing: 2px;
    margin-bottom: 40px;
}

.culture-list-content .culture-intro {
    width: 100%;
    padding: 30px;
}

.culture-list-content .culture-intro p {
    font-size: 16px;
    font-family: PingFang SC, PingFang SC-Bold;
    color: #ffffff;
    letter-spacing: 1px;
    line-height: 40px;
}

.lab .lab-list {
    width: 460px;
    border-bottom: #f0f0f0 solid 3px;
    margin-bottom: 35px;
    cursor: pointer;
    padding: 0;
    height: 440px;
    overflow: hidden;
    transition: 0.2s;
}

.lab i {
    width: 460px;
}

.lab .lab-list .lab-list-img {
    height: 338px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: 0.2s;
}

.lab .lab-list .lab-list-content {
    flex-direction: column;
    align-items: flex-start;
    height: 262px;
    flex-wrap: nowrap;
}

.lab .lab-list h3 {
    padding: 40px 20px 20px;
    font-size: 18px;
    font-family: PingFang SC, PingFang SC-Bold;
    line-height: 24px;
    letter-spacing: 1px;
}

.lab .lab-list p {
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Bold;
    color: #333333;
    line-height: 24px;
    letter-spacing: 1px;
    padding: 0 20px;
}

.lab .lab-list span {
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Bold;
    text-decoration: underline;
    color: #333333;
    letter-spacing: 1px;
    display: block;
    padding: 40px 20px;
}

.lab .lab-list:hover {
    border-bottom: #005ba8 solid 3px;
    transform: scale(1.02);
}

.lab .lab-list:hover h3 {
    color: #005ba8;
}

.lab .lab-list:hover span {
    color: #005ba8;
}

.lab .lab-list:hover .lab-list-img {
    transform: scale(1.1);
}

.certificate ul {
    list-style: none;
    margin: 40px 0;
}

.certificate ul li {
    font-size: 18px;
    font-family: PingFang SC, PingFang SC-Bold;
    text-align: center;
    color: #333333;
    letter-spacing: 1px;
    padding: 0 30px;
    height: 64px;
    line-height: 64px;
    border: solid black 1px;
    cursor: pointer;
    margin: 0 10px 10px 0;
}

.certificate ul li a {
    text-decoration: none;
    display: block;
    color: #333333;
}

.certificate ul li:hover {
    background: #005ba8;
    border: solid #005ba8 1px;
}

.certificate ul .active {
    background: #005ba8;
    border: solid #005ba8 1px;
}

.certificate ul .active a {
    color: white;
}

.certificate ul li:hover a {
    color: white;
}

.certificate .certificate-list {
    width: 270px;
    margin-bottom: 20px;
    opacity: 1;
    background: #fcfcfc;
    box-shadow: 0px 0px 10px 5px rgba(48, 53, 48, 0.082);
    flex-wrap: nowrap;
    flex-direction: column;
}

.certificate i {
    width: 270px;
    margin-bottom: 20px;
}

.certificate .certificate-list .certificate-img {
    height: 300px;
    width: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.certificate .certificate-list .certificate-intro {
    height: 70px;
    width: 100%;
    padding: 0 25px;
    border-top: #bebebe solid 2px;
    flex-wrap: nowrap;
}

.certificate .certificate-list .certificate-intro .moreBig {
    cursor: pointer;
    width: 25px;
}

.join {
    max-width: 1450px;
    padding: 35px 20px;
    margin: auto;
}

.join .join-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 40px;
}

.join .join-list {
    text-align: center;
    width: 280px;
}

.join .join-list h3 {
    font-size: 24px;
    font-family: PingFang SC, PingFang SC-Bold;
    text-align: center;
    color: #333333;
    line-height: 24px;
    letter-spacing: 2px;
    margin: 12px 0;
}

.join .join-list p {
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Bold;
    line-height: 24px;
    letter-spacing: 1px;
}

.join-map {
    margin: 80px 0 0;
    flex-wrap: nowrap;
}

#contact {
    height: 80px;
}

#map {
    width: 1014px;
    height: 804px;
}

.join-map ul {
    list-style: none;
    overflow-y: scroll;
    max-width: 380px;
    height: 804px;
}

.join-map ul li {
    background: #fcfcfc;
    padding: 20px;
    border-bottom: solid rgb(235, 234, 234) 1px;
}

.join-map ul li p {
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Bold;
    text-align: left;
    color: #333333;
    line-height: 24px;
    letter-spacing: 1px;
}

.join .linkUs {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 0px 10px 5px rgba(48, 53, 48, 0.082);
    padding: 60px 0;
}

.join .linkUs h2 {
    font-size: 24px;
    font-family: PingFang SC, PingFang SC-Bold;
    color: #2b2b2b;
    line-height: 24px;
    letter-spacing: 2px;
    text-align: center;
    width: 130px;
    margin: auto;
    padding: 0 0 20px;
    border-bottom: #005ba8 solid 4px;
    margin-bottom: 15px;
}

.join .linkUs p {
    text-align: center;
    margin-bottom: 50px;
}

.join .linkUs form {
    margin: auto;
    max-width: 1300px;
    padding: 20px;
}

.join .linkUs form input {
    width: 48%;
    height: 63px;
    opacity: 0.75;
    background: #f0f0f0;
    outline: none;
    border: none;
    padding: 20px;
    margin-bottom: 20px;
}

.join .linkUs form label {
    width: 48%;
    height: 63px;
    margin-bottom: 20px;
    position: relative;
}

.join .linkUs form label select {
    width: 100%;
    height: 100%;
    border: none;
    opacity: 0.75;
    background: #f0f0f0;
    padding: 0 20px;
    -webkit-appearance: none;
}

.join .linkUs form label i {
    display: block;
    position: absolute;
    right: 20px;
    bottom: 20px;
    border-style: solid;
    border-width: 6px;
    border-color: black transparent transparent transparent;
}

.join .linkUs form textarea {
    width: 100%;
    height: 157px;
    background: #f0f0f0;
    padding: 20px;
    outline: none;
    border: none;
}

.join .linkUs form button {
    width: 180px;
    height: 50px;
    border: 1px solid #005ba8;
    border-radius: 8px;
    background: none;
    font-size: 18px;
    font-family: PingFang SC, PingFang SC-Bold;
    color: #005ba8;
    letter-spacing: 2px;
    margin: 40px auto 0;
}

.recruit {
    max-width: 1450px;
    padding: 0 20px;
    margin: 35px auto;
}

.recruit .recruit-list {
    margin: 80px 0;
}

.recruit .recruit-list .recruit-one {
    width: 691px;
    background: #ffffff;
    box-shadow: 0px 0px 10px 5px rgba(48, 53, 48, 0.082);
    padding: 60px 30px 30px;
    position: relative;
    margin-bottom: 52px;
    align-self: stretch;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-start;
}

.recruit .recruit-list .recruit-one h3 {
    font-size: 24px;
    font-family: PingFang SC, PingFang SC-Bold;
    color: #2b2b2b;
    letter-spacing: 2px;
    width: 100%;
}

.recruit .recruit-list .recruit-one h3 span {
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Bold;
    color: #666666;
    line-height: 24px;
    letter-spacing: 1px;
}

.recruit .recruit-list .recruit-one .underline {
    height: 2px;
    background: #d9d9d9;
    border-radius: 1px;
    margin: 20px 0;
    width: 100%;
}

.recruit .recruit-list .recruit-one .underline::after {
    content: "";
    display: block;
    height: 2px;
    width: 100px;
    background: #005ba8;
    border-radius: 1px;
}

.recruit .recruit-list .recruit-one .recruit-intro {
    flex-grow: 1;
}

.recruit .recruit-list .recruit-one p,
.recruit .recruit-list .recruit-one h4 {
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Bold;
    line-height: 24px;
    letter-spacing: 1px;
}

.recruit .recruit-list .recruit-one button {
    width: 96px;
    height: 41px;
    opacity: 1;
    border: 1px solid black;
    border-radius: 3px;
    background: none;
    margin-top: 30px;
}

.recruit .recruit-list .recruit-one button:hover {
    border-color: #005ba8;
    color: #005ba8;
}

.recruitDetail h2 {
    font-size: 24px;
    font-family: PingFang SC, PingFang SC-Bold;
    color: #2b2b2b;
    letter-spacing: 2px;
}

.recruitDetail h2 span {
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Bold;
    color: #666666;
    line-height: 24px;
    letter-spacing: 1px;
}

.recruitDetail .underline {
    height: 2px;
    background: #d9d9d9;
    border-radius: 1px;
    margin: 20px 0;
}

.recruitDetail .underline span {
    display: block;
    height: 2px;
    width: 100px;
    background: #005ba8;
    border-radius: 1px;
}

.recruitDetail .recruitDetail-content p,
.recruitDetail .recruitDetail-content li,
.recruitDetail .recruitDetail-content strong {
    line-height: 35px;
    font-size: 16px;
}

.recruitDetail .recruitDetail-content img,
.recruitDetail .recruitDetail-content table {
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
}

.recruitDetail button {
    width: 96px;
    height: 41px;
    opacity: 1;
    border: 1px solid black;
    border-radius: 3px;
    background: none;
    margin: 40px 0;
}

.recruitDetail button:hover {
    color: #005ba8;
    border-color: #005ba8;
}

.main-nav {
    list-style: none;
}

.main-nav li {
    opacity: 1;
    border: 1px solid #333333;
    border-radius: 2px;
    font-size: 18px;
    font-family: PingFang SC, PingFang SC-Heavy;
    font-weight: 800;
    text-align: center;
    color: #333333;
    letter-spacing: 1px;
    margin-top: 20px;
    cursor: pointer;
    margin-right: 15px;
}

.main-nav li a {
    padding: 20px 30px;
    display: block;
    color: #333333;
    text-decoration: none;
}

.main-nav i {
    display: block;
    max-width: 180px !important;
    width: 180px !important;
    margin-top: 20px !important;
}

.main-nav li:hover {
    border-color: #005ba8;
    background: #005ba8;
}

.main-nav li a:hover {
    color: white;
}

.scheme-list {
    border-radius: 2px;
    list-style: none;
}

.one-scheme {
    flex-wrap: nowrap;
    cursor: pointer;
    margin-top: 42px;
    border-radius: 2px;
    box-shadow: 0px 0px 10px 5px rgba(48, 53, 48, 0.082);
    transition: ease-in-out 0.2s;
}

.one-scheme-left {
    display: block;
    width: 465px;
    height: 387px;
    background-size: cover;
    background-position: center;
}

.one-scheme-right {
    max-width: 900px;
    padding: 0 20px;
}

.one-scheme-right h3 {
    font-size: 20px;
    font-family: PingFang SC, PingFang SC-Bold;
    color: #333333;
    line-height: 24px;
    letter-spacing: 2px;
    padding-bottom: 30px;
    border-bottom: #e3e3e3 solid 3px;
    margin-bottom: 50px;
    transition: 0.2s;
}

.one-scheme-right p {
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Bold;
    color: #333333;
    line-height: 24px;
    letter-spacing: 1px;
    margin-bottom: 50px;
}

.one-scheme-right div {
    width: 150px;
    height: 45px;
}

.one-scheme-right div p {
    margin: 0;
    padding: 0;
    line-height: 44px;
    text-align: center;
    flex-grow: 1;
    border: 1px solid #666666;
    border-radius: 3px 0px 0px 3px;
    transition: 0.2s;
}

.one-scheme-right div span {
    display: inline-block;
    height: 45px;
    width: 45px;
    background: #005ba8;
    background-image: url(../img/go1.png);
    background-position: center;
    background-size: 30px;
    background-repeat: no-repeat;
    border-radius: 0px 3px 3px 0px;
    transition: 0.2s;
}

.one-scheme:hover {
    transform: scale(1.01);
}

.one-scheme:hover h3 {
    color: #005ba8;
}

.one-scheme:hover .one-scheme-right div p {
    border: 1px solid #005ba8;
    background-color: #005ba8;
    color: white;
}

.one-scheme:hover .one-scheme-right div span {
    background-color: white;
    background-image: url(../img/go2.png);
    border: 1px solid #005ba8;
}

.all-news {
    list-style: none;
    flex-grow: 1;
    display: inline-block;
}

.all-news li {
    transition: 0.2s;
}

.all-news li:hover {
    transform: scale(1.02);
}

.all-news li a {
    width: 100%;
    text-decoration: none;
    margin-top: 20px;
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0px 0px 10px 5px rgba(48, 53, 48, 0.082);
    padding: 50px 80px 50px 20px;
    max-width: 1400px;
    flex-wrap: nowrap;
}

.all-news a .news-list-left {
    max-width: 715px;
    display: block;
    padding-right: 20px;
    flex-grow: 1;
}

.all-news a .news-list-left span {
    font-size: 16px;
    font-family: PingFang SC, PingFang SC-Bold;
    color: #999999;
    line-height: 24px;
    letter-spacing: 1px;
}

.all-news a .news-list-left h3 {
    font-size: 22px;
    font-family: PingFang SC, PingFang SC-Bold;
    color: #005ba8;
    line-height: 24px;
    letter-spacing: 2px;
    padding: 14px 0;
    margin-bottom: 25px;
    border-bottom: #cdcdcd solid 2px;
}

.all-news a .news-list-left p {
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Bold;
    color: #333333;
    line-height: 24px;
    letter-spacing: 1px;
}

.all-news a .news-list-left .news-more {
    display: block;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Bold;
    color: #005ba8;
    line-height: 24px;
    letter-spacing: 1px;
    margin-top: 50px;
}

.all-news a .news-list-right {
    width: 350px;
    min-width: 350px;
    height: 223px;
    background-position: center;
    background-size: cover;
}

.mb-main-article {
    padding-bottom: 50px;
}

.mb-article-one {
    width: 100%;
    height: 100px;
    text-decoration: none !important;
    margin-bottom: 10px;
    align-items: flex-start;
    flex-wrap: nowrap;
    box-shadow: 0px 0px 10px 5px rgba(48, 53, 48, 0.082);
    border-radius: 8px;
    overflow: hidden;
}

.mb-article-one .mb-article-one-img {
    width: 120px;
    min-width: 120px;
    max-width: 120px;
    height: 100px;
    background-size: cover !important;
    background-position: center !important;
    border-radius: 10px;
    flex-grow: 1;
}

.mb-article-one-intro {
    flex-grow: 1;
    padding: 15px;
}

.mb-article-one-intro h3 {
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Bold;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.mb-article-one-intro p {
    font-size: 12px;
    font-family: PingFang SC, PingFang SC-Bold;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.main-article {
    padding-bottom: 100px;
}

.main-article i {
    margin-bottom: 7px;
    width: 275px;
    max-width: calc(50% - 16px);
}

.main-article-one {
    width: 275px;
    height: 270px;
    position: relative;
    cursor: pointer;
    border-radius: 6px;
    overflow: hidden;
    display: block;
    text-decoration: none !important;
    background-size: cover !important;
    background-position: center !important;
    margin-bottom: 7px;
}

.main-article-one .article-one-title {
    position: absolute;
    bottom: 38px;
    padding: 0 24px;
    color: white;
    font-size: 18px;
    font-weight: bolder;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    font-family: PingFang SC, PingFang SC-Bold;
    transition: 0.4s;
    z-index: 5;
}

.main-article-one .article-one-title span {
    color: #00af4e;
}

.main-article-one .article-one-titles {
    position: absolute;
    bottom: 10px;
    padding: 0 20px;
    z-index: 5;
}

.main-article-one .article-one-titles h3:nth-child(1) {
    font-weight: bolder !important;
}

.main-article-one .article-one-titles h3 {
    color: white;
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    font-family: PingFang SC, PingFang SC-Bold;
    transition: 0.4s;
    margin-bottom: 20px;
}

.main-article-one::after {
    content: "";
    position: absolute;
    background: linear-gradient(0deg,
            black,
            rgba(0, 0, 0, 0.781),
            transparent 100%);
    bottom: 0;
    left: 0;
    display: block;
    height: 80%;
    width: 100%;
    opacity: 0.5;
    transition: 0.4s;
}

.main-article-one:hover .article-one-title,
.main-article-one:hover .article-one-titles,
.main-article-one:hover .main-article-one::after {
    opacity: 0;
}

.main-article-one:nth-child(2n - 1) .article-one-intro {
    top: -100%;
    background: linear-gradient(180deg, rgb(1, 1, 1, 0.95) 0, transparent 100%);
}

.main-article-one:nth-child(2n) .article-one-intro {
    top: 100%;
    background: linear-gradient(0deg, rgb(1, 1, 1, 0.95) 0, transparent 100%);
}

.main-article-one:hover .article-one-intro {
    top: 0;
}

.main-article-one .underline {
    width: 35px;
    height: 3px;
    background: white;
    border-radius: 2px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.article-one-intro {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    z-index: 10;
    transition: 0.4s;
    padding: 20px;
}

.article-one-intro h3 {
    font-size: 18px;
    font-family: PingFang SC, PingFang SC-Bold;
    color: white;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.article-one-intro h3 span {
    color: #00af4e;
}

.article-one-intro p {
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Bold;
    text-align: left;
    color: white;
    line-height: 25px;
    letter-spacing: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.article-one-intro p span {
    color: #00af4e;
}

.article-tags {
    padding-bottom: 30px;
    border: 1px solid rgb(200, 200, 200);
    padding: 10px;
    margin-bottom: 40px;
}

.article-tags p {
    font-size: 16px;
    font-weight: bold;
    margin-right: 10px;
}

.article-tags a {
    font-size: 16px;
    text-decoration: none;
    margin-right: 10px;
}

.article-tags a:hover {
    color: #005ba8;
}

.other-news {
    width: 470px;
    max-width: 100%;
    flex-shrink: 0;
    margin-left: 20px;
}

.other-news h3 {
    font-size: 23px;
    font-family: PingFang SC, PingFang SC-Bold;
    color: #333333;
    line-height: 30px;
    letter-spacing: 2px;
    padding: 22px 0;
    margin-bottom: 30px;
    border-bottom: #f2f2f2 solid 2px;
}

.other-news h3 span {
    width: 5px;
    height: 28px;
    background: #005ba8;
    border-radius: 3px;
    display: inline-block;
    margin-right: 20px;
}

.other-news ul {
    list-style: none;
}

.other-news ul li {
    max-width: 100%;
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0px 0px 10px 5px rgba(48, 53, 48, 0.082);
    flex-wrap: nowrap;
    margin: 10px 0px 20px;
    overflow: hidden;
    padding: 25px 20px;
    transition: 0.2s;
}

.other-news ul li:hover {
    transform: scale(1.02);
}

.other-news-one {
    flex-wrap: nowrap;
}

.other-news .other-news-content {
    flex-grow: 1;
}

.other-news .other-news-content h4 {
    font-size: 18px;
    font-family: PingFang SC, PingFang SC-Bold;
    color: #333333;
    line-height: 24px;
    letter-spacing: 1px;
}

.other-news .other-news-content span {
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Bold;
    color: #999999;
    line-height: 24px;
    letter-spacing: 1px;
}

.other-news .other-news-content p {
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Bold;
    color: #333333;
    line-height: 24px;
    letter-spacing: 1px;
}

.other-news .other-news-img {
    width: 150px;
    height: 150px;
    flex-shrink: 0;
    background-size: cover;
    background-position: center;
    margin-right: 20px;
}

.news-detail {
    margin-top: 0;
    margin-bottom: 40px;
}

.news-detail-left {
    width: 900px;
    max-width: 100%;
    flex-grow: 1;
}

.news-detail-left table {
    width: 100%;
}

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

.news-detail-left p {
    line-height: 25px;
}

.news-detail-title {
    padding: 25px 0;
    border-bottom: #f4f4f4 solid 2px;
    margin-bottom: 30px;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.news-detail-title h2 {
    font-size: 22px;
    font-family: PingFang SC, PingFang SC-Bold;
    color: #222222;
    line-height: 24px;
    letter-spacing: 2px;
}

.news-detail-title span {
    font-size: 12px;
    font-family: PingFang SC, PingFang SC-Bold;
    color: #999999;
    line-height: 24px;
    letter-spacing: 1px;
    flex-wrap: nowrap;
    flex-shrink: 0;
}

.news-detail-title span img {
    margin-right: 5px;
}

.news-detail-content {
    font-size: 16px;
}

.news-detail-content div {
    line-height: 25px;
}

.news-detail .show-page {
    border-top: #f4f4f4 solid 2px;
    padding-top: 20px;
    margin-top: 20px;
}

.news-detail .show-page div a {
    display: block;
    line-height: 35px;
    text-decoration: none;
    transition: 0.2s;
}

.news-detail .show-page div a:hover {
    color: #005ba8;
}

.news-detail .show-page .backIndex {
    padding: 20px 30px;
    color: white;
    background: #005ba8;
    text-decoration: none;
    transition: 0.2s;
}

.news-detail .show-page .backIndex:hover {
    transform: scale(1.05);
}

.consultUs {
    padding: 15px 30px;
    color: white;
    background: #005ba8;
    border: none;
}

.go-top {
    position: fixed;
    bottom: 255px;
    right: 0px;
    height: 45px;
    width: 45px;
    background:#005ba8;
    border-bottom-left-radius:5px;
    border-top-left-radius:5px;
    z-index: 999;
    background-size: 25px;
    background-position: center;
    background-repeat: no-repeat;
}

.addthis_toolbox {
    margin: 40px 0;
}

.scheme-detail-top {
    border-bottom: #a3a3a3 solid 3px;
    padding-bottom: 60px;
}

.scheme-detail-img {
    width: 100%;
    height: 468px;
    background-size: cover;
    background-position: center;
}

.scheme-detail-top h2 {
    font-size: 24px;
    font-family: PingFang SC, PingFang SC-Bold;
    color: #333333;
    line-height: 24px;
    letter-spacing: 2px;
    padding: 40px 0;
}

.scheme-detail-top h2 span {
    font-size: 12px;
    font-family: PingFang SC, PingFang SC-Bold;
    color: #999999;
    line-height: 24px;
    letter-spacing: 1px;
}

.scheme-detail-top h2 span img {
    margin-right: 5px;
}

.scheme-detail-top button {
    width: 181px;
    height: 64px;
    opacity: 1;
    border: 1px solid #005ba8;
    color: #005ba8;
    background: white;
}

.scheme-detail-content {
    font-size: 16px;
    font-family: PingFang SC, PingFang SC-Bold;
    color: #333333;
    line-height: 24px;
    letter-spacing: 1px;
    padding-bottom: 60px;
    border-bottom: #a3a3a3 solid 3px;
}

.scheme-detail-content p {
    line-height: 30px;
}

.video-box {
    max-width: 800px;
    padding-bottom: 50%;
    position: relative;
    background-color: white;
    margin: auto;
}

.video-box iframe {
    left: 0;
    top: 0;
    position: absolute;
    width: 100% !important;
    height: 100% !important;
}

.video-box video {
    left: 0;
    top: 0;
    position: absolute;
    width: 100% !important;
    height: 100% !important;
}

.other-article {
    padding-bottom: 50px;
}

.other-article-content {
    height: 400px;
}

.other-article h2 {
    font-size: 30px;
    font-family: PingFang SC, PingFang SC-Bold;
    color: #333333;
    letter-spacing: 2px;
    padding: 40px 0;
    text-align: center;
}

.other-article-one {
    margin-top: 30px;
    max-width: 100%;
    width: 428px;
    background: #fcfcfc;
    box-shadow: 0px 0px 10px 5px rgba(48, 53, 48, 0.082);
    margin: 10px 25px;
}

.other-article-img {
    max-width: 100%;
    width: 428px;
    height: 191px;
    background-position: center;
    background-size: cover;
    margin-bottom: 20px;
}

.other-article-one h3 {
    font-size: 18px;
    font-family: PingFang SC, PingFang SC-Bold;
    color: #333333;
    letter-spacing: 1px;
    padding: 10px 15px;
}

.other-article-one .underline {
    width: 56px;
    height: 4px;
    background: #005ba8;
    border-radius: 2px;
    margin-left: 15px;
}

.other-article-one p {
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Bold;
    color: #bbbbbb;
    line-height: 24px;
    letter-spacing: 1px;
    padding: 20px 15px;
}

.test-content {
    align-items: flex-start;
}

.test-content .content {
    max-width: 750px;
}

.test-content .content h3 {
    font-size: 22px;
    font-family: PingFang SC, PingFang SC-Bold;
    color: #005ba8;
    line-height: 24px;
    letter-spacing: 2px;
    padding: 20px 20px 20px 0;
    margin-bottom: 40px;
    border-bottom: #f1f1f1 solid 3px;
}

.test-content .content h3 span {
    font-size: 12px;
    font-family: PingFang SC, PingFang SC-Bold;
    color: #999999;
    line-height: 24px;
    letter-spacing: 1px;
}

.test-content .content h3 span img {
    margin-right: 5px;
}

.test-content .content p {
    font-size: 16px;
    font-family: PingFang SC, PingFang SC-Bold;
    color: #333333;
    line-height: 24px;
    letter-spacing: 1px;
    white-space: pre-wrap;
    line-height: 30px;
}

.test-content .content button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 146px;
    height: 44px;
    border: 1px solid #666666;
    background: white;
    margin: 40px 40px 40px 0px;
}

.test-content .content button img {
    width: 25px;
    margin-right: 10px;
}

.test-content .content-img {
    width: 608px;
    height: 429px;
    background-size: cover;
    background-position: center;
}

.test-detail-list p {
    line-height: 30px;
    font-size: 16px;
}

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

.test-mask-layer-img {
    position: fixed;
    height: 100vh;
    width: 100vw;
    left: 0;
    top: 0;
    background: rgba(68, 68, 68, 0.404);
    z-index: 1000;
    visibility: hidden;
}

.test-mask-layer-img #certificate-img {
    position: absolute;
    width: 270px;
    left: calc(50% - 135px);
    top: 35%;
    cursor: move;
}

.test-mask-layer-img .zoom {
    width: 200px;
    background-color: white;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 20px;
    border-radius: 10px;
}

.test-mask-layer-img .zoom img {
    cursor: pointer;
}

.test-mask-layer-1,
.test-mask-layer-2 {
    position: fixed;
    height: 100vh;
    width: 100vw;
    left: 0;
    top: 0;
    background: rgba(68, 68, 68, 0.404);
    z-index: 1000;
    display: none;
    overflow-y: scroll;
}

.test-mask-layer-1 .test-pop-form {
    width: 900px;
    max-width: calc(100vw - 40px);
    max-height: calc(100vh - 40px);
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0px 0px 10px 5px rgba(48, 53, 48, 0.082);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding-bottom: 60px;
    overflow-y: scroll;
}

.test-mask-layer-1 .test-pop-form::-webkit-scrollbar {
    width: 0;
}

.test-mask-layer-1 .test-pop-form .cha {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 40px;
    top: 40px;
    left: unset;
    border-radius: 50%;
    cursor: pointer;
}

.test-mask-layer-1 .test-pop-form h2 {
    font-size: 25px;
    font-family: PingFang SC, PingFang SC-Bold;
    text-align: center;
    color: #333333;
    padding: 20px;
    /* margin-top: 20px; */
}

.test-mask-layer-1 .test-pop-form .underline {
    width: 88px;
    height: 5px;
    background: #005ba8;
    border-radius: 2px;
    margin: auto;
}

.test-mask-layer-1 .test-pop-form .sm-title {
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Bold;
    text-align: center;
    color: #bbbbbb;
    margin: 30px 0 0 0;
}

.test-mask-layer-1 .test-pop-form form {
    width: 100%;
    max-width: calc(100% - 40px);
    margin: auto;
}

.test-mask-layer-1 .test-pop-form form::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.input-label {
    width: 45%;
    position: relative;
}

.test-mask-layer-1 .test-pop-form form p {
    font-size: 18px;
    font-family: PingFang SC, PingFang SC-Bold;
    color: #333333;
    line-height: 65px;
}

.input-label input,
.input-label select {
    width: 100%;
    height: 52px;
    background: #f4f4f4;
    border-radius: 2px;
    border: none;
    padding: 0 20px;
    outline: none;
}

.input-label select {
    width: 100%;
    height: 52px;
    background: #f4f4f4;
    -webkit-appearance: none;
    border: none;
}

.input-label i {
    display: block;
    position: absolute;
    right: 20px;
    bottom: 17px;
    border-style: solid;
    border-width: 6px;
    border-color: black transparent transparent transparent;
}

.textarea-label {
    width: 100%;
}

.textarea-label textarea {
    width: 100%;
    height: 185px;
    background: #f4f4f4;
    border-radius: 2px;
    border: none;
    outline: none;
    padding: 20px;
}

.test-mask-layer-1 .test-pop-form form div {
    margin-top: 30px;
    flex-wrap: nowrap;
}

.test-mask-layer-1 .test-pop-form form div input {
    width: 183px;
    height: 58px;
    background: #f2f2f2;
    border: none;
    outline: none;
    padding: 20px;
}

.test-mask-layer-1 .test-pop-form form button {
    width: 170px;
    height: 50px;
    opacity: 1;
    background: #005ba8;
    border-radius: 7px;
    margin-top: 30px;
    border: none;
    color: white;
}

.test-mask-layer-2 .pop-2 {
    width: 584px;
    max-width: calc(100% - 40px);
    background: #ffffff;
    border-radius: 13px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 25px;
}

.test-mask-layer-2 .pop-2 .cha {
    position: absolute;
    width: 20px;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

.test-mask-layer-2 .cha {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 20px;
    cursor: pointer;
}

.test-mask-layer-2 .pop-2 p {
    width: 100%;
    font-size: 24px;
    font-family: PingFang SC, PingFang SC-Bold;
    color: #333333;
    padding: 50px 15px;
}

.test-mask-layer-2 .pop-2 button {
    height: 50px;
    background: #e5e5e5;
    border-radius: 25px;
    font-size: 20px;
    font-family: PingFang SC, PingFang SC-Bold;
    text-align: center;
    color: #666666;
    border: none;
    flex-grow: 1;
}

.test-mask-layer-2 .submit_form3 {
    flex-grow: 1;
}

.test-mask-layer-2 .submit_form3 .button-1 {
    width: 100%;
}

.test-mask-layer-2 .pop-2 .button-2 {
    background: #005ba8;
    color: white;
    margin-left: 30px;
}

.test-mask-layer-2 .submit_form2 {
    width: 531px;
    max-width: calc(100vw - 40px);
    background: #ffffff;
    border-radius: 13px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding-bottom: 30px;
    display: none;
}

.test-mask-layer-2 .test-pop-title {
    font-size: 24px;
    font-family: PingFang SC, PingFang SC-Bold;
    color: #333333;
    padding: 50px;
}

.test-mask-layer-2 .submit_form2 .pop-3 {
    padding: 0 50px;
}

.test-mask-layer-2 .submit_form2 .textarea-label {
    width: 433px;
    display: block;
    margin: auto;
    padding: 30px 0;
}

.test-mask-layer-2 .submit_form2 .textarea-label textarea {
    width: 100%;
    height: 111px;
    background: #e5e5e5;
    border-radius: 15px;
}

.test-mask-layer-2 .submit_form2 .textarea-label p {
    font-size: 18px;
    font-family: PingFang SC, PingFang SC-Bold;
    color: #333333;
    line-height: 40px;
}

.test-mask-layer-2 .submit_form2 button {
    width: 108px;
    height: 40px;
    background: #005ba8;
    border-radius: 15px;
    color: white;
    display: block;
    margin: auto;
    border: none;
}

.other-service h3 {
    font-size: 22px;
    font-family: PingFang SC, PingFang SC-Bold;
    color: #333333;
    line-height: 24px;
    letter-spacing: 2px;
    padding: 30px 0;
}

.other-service p {
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Bold;
    color: #333333;
    line-height: 24px;
    letter-spacing: 1px;
}

.other-article-list {
    margin-bottom: 30px;
}

.other-article-list h2 {
    font-size: 29px;
    font-family: PingFang SC, PingFang SC-Bold;
    color: #333333;
    letter-spacing: 2px;
    text-align: center;
    padding: 30px 0 80px;
}

.other-article-list a {
    text-decoration: none;
}

.article-list-one {
    max-width: 440px;
    width: 440px;
    padding-bottom: 50px;
    margin: 0 15px;
}

.article-list-one .article-list-img {
    width: 100%;
    height: 350px;
    background-position: center;
    background-size: cover;
}

.article-list-one h3 {
    font-size: 24px;
    font-family: PingFang SC, PingFang SC-Bold;
    color: #333333;
    line-height: 24px;
    letter-spacing: 2px;
    padding: 30px 0 20px;
}

.article-list-one p {
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Bold;
    color: #333333;
    line-height: 24px;
    letter-spacing: 1px;
}

.article-list-one span {
    display: block;
    padding: 40px 0;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Bold;
    text-decoration: underline;
    color: #333333;
    letter-spacing: 1px;
}

.timeline h2 {
    opacity: 1;
    font-size: 30px;
    font-family: PingFang SC, PingFang SC-Bold;
    text-align: center;
    color: #222222;
    letter-spacing: 2px;
}

.timeline p {
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Bold;
    color: #444444;
    line-height: 24px;
    letter-spacing: 1px;
}

.timeline h3 {
    font-size: 48px;
    font-family: PingFang SC, PingFang SC-Bold;
    color: #222222;
    letter-spacing: 4px;
}

.timeline h3 span {
    font-size: 18px;
}

.timeline-left {
    max-width: 50%;
    width: 50%;
    height: 150px;
    position: relative;
    border-right: #333333 solid 1px;
    display: block;
}

.timeline-left .timeline-box {
    position: absolute;
    right: 70px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
}

.timeline-left .timeline-text {
    text-align: right;
    max-width: 420px;
    padding: 20px;
}

.timeline-left .timeline-disc {
    background-image: url(../img/timeline.png);
    background-position: right;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    height: 30px;
    position: absolute;
    width: 100px;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
}

.timeline-left .timeline-disc div {
    width: 70px;
    height: 1px;
    background: #333333;
}

.timeline-right {
    max-width: 50%;
    width: 50%;
    margin-left: calc(50% - 1px);
    height: 150px;
    position: relative;
    border-left: #333333 solid 1px;
    display: block;
}

.timeline-right .timeline-text {
    max-width: 420px;
    padding: 20px;
}

.timeline-right .timeline-box {
    position: absolute;
    left: 70px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
}

.timeline-right .timeline-disc {
    background-image: url(../img/timeline.png);
    background-position: left;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    height: 30px;
    position: absolute;
    width: 100px;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
}

.timeline-right .timeline-disc div {
    width: 70px;
    height: 1px;
    background: #333333;
}

.timeline-img {
    width: 150px;
    height: 150px;
    background-size: cover;
    background-position: center;
}

.timeline .timeline-more {
    text-align: center;
    font-size: 24px;
    font-family: PingFang SC, PingFang SC-Bold;
    color: #444444;
    letter-spacing: 2px;
    padding: 20px 0 110px;
}

.timeline-right:hover .timeline-disc {
    background-image: url(../img/timeline2.png);
}

.timeline-left:hover .timeline-disc {
    background-image: url(../img/timeline2.png);
}

.timeline-box:hover h3 {
    color: #005ba8;
}

.all-test-list {
    display: block;
    max-width: 460px;
    margin: 50px 0;
    border-bottom: white solid 3px;
}

.all-test-list-img {
    width: 100%;
    height: 330px;
    background-size: cover;
    background-position: center;
    margin-bottom: 10px;
}

.all-test-list h3 {
    font-size: 24px;
    font-family: PingFang SC, PingFang SC-Bold;
    color: #333333;
    letter-spacing: 2px;
    padding: 30px 20px;
}

.all-test-list p {
    font-size: 18px;
    font-family: PingFang SC, PingFang SC-Bold;
    color: #333333;
    line-height: 24px;
    letter-spacing: 1px;
    padding: 0 20px;
}

.all-test-list span {
    font-size: 18px;
    font-family: PingFang SC, PingFang SC-Bold;
    text-decoration: underline;
    color: #333333;
    line-height: 24px;
    letter-spacing: 1px;
    display: block;
    padding: 50px 20px;
}

.all-test-list:hover {
    border-bottom: #005ba8 solid 3px;
}

.all-test-list:hover h3 {
    color: #005ba8;
}

.all-test-list:hover span {
    color: #005ba8;
}

.all-test i {
    max-width: 460px;
    margin: 50px 0;
}

.table-box {
    overflow-x: auto;
}

@media screen and (max-width: 1024px) {
    .all-banner {height:280px;}
    .all-banner .mediabox .mediambox { width:100%; margin: 0px auto;}
    .all-banner .mediabox .mediambox video {width:100%; margin:0px auto; max-height:280px;}
    .all-banner .banner-title-left {display: none;}

    .hidden-xs {
        display: none !important;
    }

    .visible-xs {
        display: block !important;
    }

    .pc-header {
        display: none;
    }

    .mb-header {
        display: block;
    }

    footer .footer-linkUs h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    footer .footer-linkUs ul li {
        font-size: 14px;
    }

    footer .provider {
        font-size: 12px;
    }

    .join-list img {
        width: 40px;
    }

    .join-box .join-list h3 {
        font-size: 16px;
    }

    .join-map {
        margin: 60px 0 0;
    }

    .join-map ul {
        width: 100%;
        max-width: unset;
    }

    #map {
        height: 200px;
    }

    .join-map .box-right {
        position: fixed;
        top: 55px;
        right: -80vw;
        width: 80vw;
        height: calc(100vh - 55px);
        z-index: 10;
    }

    .join-map .box-right img {
        background: #005ba8;
        position: absolute;
        left: -45px;
        top: 50%;
        width: 40px;
        height: 40px;
        transform: rotate(-90deg);
        padding: 5px;
        border-radius: 50%;
    }

    .join-map .box-right ul {
        height: 100%;
    }

    .join-box .join-list p {
        font-size: 10px;
    }

    .join .linkUs {
        box-shadow: none;
        padding: 0;
    }

    .join .linkUs h2 {
        font-size: 20px;
        padding-bottom: 10px;
        border-width: 2px;
    }

    .join .linkUs p {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .join .linkUs form {
        padding: 0;
    }

    .join .linkUs form input {
        height: 30px;
        font-size: 14px;
    }

    .join .linkUs form label {
        height: 40px;
        font-size: 14px;
    }

    .join .linkUs form label i {
        bottom: 10px;
    }

    .join .linkUs form textarea {
        margin-top: 10px;
        font-size: 14px;
        height: 100px;
    }

    .join .linkUs form button {
        width: 100px;
        height: 40px;
        font-size: 16px;
    }

    .certificate-list {
        height: unset !important;
        margin: 20px 0 !important;
    }

    .lab-list,
    .certificate-list,
    .test-list {
        max-width: 100% !important;
        width: calc(100vw - 40px) !important;
    }

    .lab-list {
        height: unset !important;
    }

    .lab-list .lab-list-img {
        height: 250px !important;
    }

    .recruit .recruit-list .recruit-one {
        padding: 35px 20px;
        width: 100%;
    }

    .recruit .recruit-list .recruit-one h3 {
        font-size: 18px;
    }

    .recruit .recruit-list .recruit-one p {
        max-width: 100%;
    }

    .recruit .recruit-list .recruit-one button {
        position: static;
        display: block;
        margin: 20px auto 0;
    }

    .recruitDetail h2 {
        font-size: 18px;
    }

    .one-scheme-left {
        height: 250px;
    }

    .one-scheme-right h3 {
        font-size: 18px;
        padding: 15px 0;
        margin-bottom: 15px;
    }

    .one-scheme-right p {
        margin-bottom: 15px;
    }

    .one-scheme-right div {
        margin-bottom: 20px;
    }

    .scheme-list {
        box-shadow: none;
    }

    .other-article-content {
        height: unset;
    }

    .other-article-one {
        margin: 20px 0;
        box-shadow: none;
        background: #f0f0f0;
    }

    .other-article h2 {
        padding: 20px 0;
        font-size: 20px;
    }

    .other-article-content {
        overflow: unset;
    }

    .scheme-detail-img {
        height: 250px;
        margin: 0;
    }

    .scheme-detail-top {
        padding-bottom: 40px;
    }

    .scheme-detail-top h2 {
        font-size: 18px;
        padding: 20px 0;
    }

    .scheme-detail-top button {
        width: 130px;
        height: 50px;
    }

    .company-synopsis {
        padding-bottom: 20px;
    }

    .company-synopsis div {
        flex-wrap: wrap !important;
    }

    .company-synopsis .flex-row-sb img {
        margin-top: 20px;
        margin-left: unset !important;
        width: unset;
    }

    .company-synopsis .flex-row-sb .flex-row-sb p {
        font-size: 18px !important;
        line-height: 10px !important;
    }

    .timeline-text {
        padding: 0 !important;
        max-width: 100% !important;
    }

    .timeline h2 {
        margin-bottom: 60px;
        font-size: 22px;
    }

    .timeline-text h3 {
        font-size: 25px;
    }

    .timeline-text h3 span {
        font-size: 12px;
    }

    .timeline-disc {
        width: 60px !important;
    }

    .timeline-disc div {
        width: 30px !important;
    }

    .timeline-box {
        width: calc(100% - 50px);
    }

    .timeline-left,
    .timeline-right {
        height: 250px;
    }

    .timeline-left .timeline-box {
        right: 50px;
    }

    .timeline-right .timeline-box {
        left: 50px;
    }

    .timeline-more {
        font-size: 18px !important;
    }

    .main-nav li {
        line-height: 40px;
        font-size: 14px;
        margin: 0 5px 5px 0;
    }

    .main-nav li a {
        padding: 3px 10px;
    }

    .main-nav i {
        width: 30% !important;
        margin-top: 20px !important;
    }

    .culture-box {
        flex-wrap: wrap;
    }

    .culture-list {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row;
        width: 100%;
        height: 50px;
        padding: 0 20px;
        background: #005ba8;
        margin: 1px 0;
    }

    .culture-list-active {
        height: unset;
        padding: 0 !important;
    }

    .culture-list-content div {
        position: unset;
        left: unset;
        top: unset;
        transform: unset;
        max-width: unset;
        width: 100%;
    }

    .test-content {
        margin-top: 0;
    }

    .test-content .content h3 {
        font-size: 18px;
        padding: 20px 0px 10px;
    }

    .test-content .content p {
        font-size: 14px;
    }

    .test-detail-list p {
        font-size: 14px;
    }

    .test-content .content button {
        width: 100px;
        height: 40px;
        margin: 30px 20px 40px 0px;
        font-size: 14px;
    }

    .test-content .content button img {
        width: 25px;
    }

    .test-content .content-img {
        height: 250px;
    }

    .article-list-one {
        width: 100% !important;
        padding: 0 0 20px;
        border-bottom: #a3a3a3 solid 3px;
        margin: 20px 0;
    }

    .article-list-one .article-list-img {
        height: 200px;
    }

    .article-list-one h3 {
        font-size: 16px;
        padding: 10px 0;
    }

    .article-list-one p {
        font-size: 12px;
    }

    .article-list-one span {
        padding: 10px 0 30px;
    }

    .test-detail-list {
        padding: 20px;
    }

    .test-detail-list div {
        max-width: 650px;
        font-size: 12px;
    }

    .test-detail-list div h4 {
        font-size: 16px;
    }

    .other-service {
        margin-top: 20px;
    }

    .other-service h3 {
        font-size: 16px;
        padding: 0 0 10px;
    }

    .other-service p {
        font-size: 12px;
    }

    .other-article-list h2 {
        font-size: 20px;
        padding: 0;
    }

    .index-news-one {
        width: 100%;
        height: unset;
        flex-direction: row;
        margin: 0 0 20px 0;
    }

    .index-news-one .index-news-img {
        width: 40%;
        height: unset;
        align-self: stretch;
        flex-shrink: 0;
    }

    .index-news-one div p {
        padding: 0 20px;
        margin-bottom: 20px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
    }

    .index-news-one div h3 {
        font-size: 16px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        padding: 20px 20px 0;
    }

    .index-news-one div span {
        padding: 0 20px;
        font-size: 14px;
    }

    .index-service-list {
        justify-content: space-between;
    }

    .index-service-swiper {
        height: unset;
        margin: 5px 0;
    }

    .index-service-swiper .swiper-slide {
        width: 100%;
        height: 0px;
        padding-bottom: 50%;
    }

    .index-service-one {
        max-width: unset;
        width: 100%;
        height: 0;
        padding-bottom: 50%;
        margin: 5px 0;
    }

    .index-banner .index-page {
        bottom: 20px;
    }

    .index-banner .swiper-slide {
        height: 400px;
    }

    .index-banner .swiper-pagination {
        width: 100%;
    }

    .index-banner .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        border-radius: 50%;
    }

    /*轮播到此页*/
    .index-banner .swiper-pagination-bullet-active {
        width: 13px;
        height: 13px;
    }

    .index-banner-content h1 {
        text-align: center;
        font-size: 20px;
        line-height: 30px;
        font-weight: bold;
    }

    .index-banner-content h1 span {
        font-size: 24px;
    }

    .index-banner-content p {
        text-align: center;
        font-size: 14px;
        padding: 20px;
    }

    .index-banner-content button {
        display: block;
        margin: 20px auto 0;
        width: 133px;
        height: 40px;
        font-size: 14px;
        background: #005ba8;
        border-radius: 20px;
        border: none;
        color: white;
    }


    .all-banner .banner-title-center,
    .all-banner .banner-title-left {
        font-size: 25px;
    }

    .all-banner .banner-title-center p,
    .all-banner .banner-title-left p {
        font-size: 20px;
        margin-top: 10px;
    }

    .all-banner nav {
        top: 340px;
    }

    .index-service {
        margin: 0;
    }

    .index-service h2 {
        font-size: 20px;
    }

    .index-nav span {
        font-size: 14px;
        border-width: 2px;
        width: 25%;
        padding: 10px 0;
    }

    .index-nav span:hover {
        border-width: 2px;
    }

    .index-service .index-button {
        margin-top: -50px;
    }

    .index-button {
        margin: 0 auto;
        font-size: 16px;
        padding: 0;
        width: 120px;
        height: 40px;
    }

    .index-aboutUs {
        height: unset;
        margin: 60px 0;
    }

    .index-aboutUs h2 {
        font-size: 20px;
    }

    .index-aboutUs .index-aboutUs-content {
        position: unset;
        transform: unset;
        margin: auto;
        background: none;
        color: white !important;
        max-width: 100%;
    }

    .index-aboutUs-content p {
        padding: 0 20px;
    }

    .index-news h2 {
        font-size: 20px;
    }

    .index-news .flex-row-center {
        flex-wrap: wrap;
    }

    .framework {
        background: none !important;
    }

    .company-synopsis h2,
    .company-culture h2,
    .framework h2 {
        font-size: 20px !important;
        line-height: 60px !important;
        margin-bottom: 0;
    }

    .framework h2 {
        padding: 0;
    }

    .company-synopsis p,
    .company-culture .title-sm {
        font-size: 14px !important;
        text-align: left;
    }

    .test-mask-layer-1 .test-pop-form {
        position: relative;
        top: unset;
        left: unset !important;
        transform: unset;
        border-radius: unset;
        overflow: scroll;
        margin: 20px;
        display: block;
        padding-bottom: 30px;
    }

    .test-mask-layer-1 .test-pop-form h2 {
        font-size: 16px;
        line-height: 50px;
        padding: 0;
        margin-top: 10px;
    }

    .test-mask-layer-1 .test-pop-form .underline {
        height: 2px;
        width: 100%;
        margin-bottom: 10px;
        background: #bebdbd;
    }

    .test-mask-layer-1 .test-pop-form .input-label {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .test-mask-layer-1 .test-pop-form .input-label input {
        height: 30px;
        width: 180px !important;
        font-size: 12px;
    }

    .test-mask-layer-1 .test-pop-form .input-label select {
        height: 30px;
        width: 180px !important;
        font-size: 12px;
    }

    .test-mask-layer-1 .test-pop-form .textarea-label textarea {
        height: 70px;
        font-size: 12px;
        padding: 10px;
    }

    .input-label p,
    .textarea-label p {
        font-size: 14px !important;
        line-height: 40px !important;
        padding-top: 10px;
    }

    .test-mask-layer-1 .test-pop-form form div {
        margin-top: 10px;
    }

    .test-mask-layer-1 .test-pop-form form div input {
        height: 30px;
        width: 50%;
    }

    .test-mask-layer-1 .test-pop-form form button {
        width: 100%;
        height: 40px;
    }

    .test-mask-layer-1 .cha {
        border: 1px solid black;
        padding: 3px;
        width: 20px !important;
        height: 20px !important;
        right: 20px !important;
        top: 20px !important;
    }

    .all-news {
        padding: 20px;
    }

    .all-news li {
        padding: 0px;
    }

    .all-news li a {
        padding: 20px;
    }

    .all-news li .news-list-left {
        max-width: unset;
        padding: 0;
    }

    .certificate ul li {
        padding: 0 10px;
        width: 100%;
        line-height: 40px;
        height: unset;
        margin: unset;
        border: none;
    }

    .certificate ul li a {
        font-size: 12px;
        height: 40px;
    }

    .certificate ul li:hover {
        background: unset;
        border: unset;
    }

    .certificate ul li a:hover {
        color: unset;
    }

    .lab .lab-list .lab-list-content {
        height: unset !important;
        padding-bottom: 30px;
    }

    .certificate .certificate-list div {
        height: 60px;
    }

    .certificate .certificate-list div p {
        flex-grow: 1;
        text-align: center;
    }

    .timeline-left .timeline-img {
        width: 120px;
        height: 120px;
        position: absolute;
        left: calc(100% + 100px);
    }

    .timeline-right .timeline-img {
        width: 120px;
        height: 120px;
        position: absolute;
        right: calc(100% + 100px);
    }

    .test-mask-layer-1 .test-pop-form .sm-title {
        font-size: 14px;
        margin: 10px 0;
        padding: 0 20px;
    }

    .test-mask-layer-2 .submit_form2 {
        padding: 20px !important;
    }

    .test-mask-layer-2 .submit_form2 p {
        font-size: 14px;
        padding: 0;
        text-align: center;
    }

    .test-mask-layer-2 .submit_form2 input {
        font-size: 14px;
    }

    .test-mask-layer-2 form .pop-3 {
        padding: 20px 0;
    }

    .test-mask-layer-2 .textarea-label {
        padding: 0 0 30px !important;
    }

    .test-mask-layer-1 .test-pop-form form div img {
        height: 40px;
        width: 50%;
    }

    .test-mask-layer-2 .pop-2 p {
        font-size: 16px;
        text-align: center;
    }

    .test-mask-layer-2 .pop-2 button {
        font-size: 14px;
    }

    .news-detail .show-page .backIndex {
        width: 100%;
        text-align: center;
        margin-top: 20px;
        padding: 15px 0;
    }

    .news-detail-title {
        flex-wrap: wrap;
    }

    .news-detail-title span {
        margin-top: 20px;
    }

    .news-detail-box {
        flex-wrap: wrap !important;
    }

    .other-news ul li {
        padding: 0;
    }

    .other-news {
        width: 100%;
        margin: 30px 0 0;
    }

    .other-news .other-news-img {
        width: 150px;
        align-self: stretch;
        height: unset;
        margin-right: 0;
    }

    .other-news .other-news-content {
        padding: 20px;
    }

    .other-news .other-news-content h4 {
        font-size: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .other-news .other-news-content p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .index-service-swiper .swiper-button .swiper_btn {
        width: 50px;
        height: 30px;
        display: block;
    }

    .index-service-one::after {
        content: "";
        display: none;
    }

    .aboutUs-video-md {
        display: flex !important;
        flex-wrap: nowrap;
        padding: 30px;
        margin: 30px;
        border: white solid 2px;
        border-radius: 10px;
    }

    .mask-layer {
        top: 55px;
        height: 150px;
        position: fixed !important;
    }

    .mask-layer .main-container {
        margin-top: 0;
        justify-content: flex-end;
    }

    .mask-layer h3 {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .mask-layer input {
        width: 80%;
    }

    .mask-layer button {
        width: calc(20% - 10px);
        margin: 0;
    }

    .test-mask-layer-img #certificate-img {
        position: absolute;
        width: 100vw;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        cursor: move;
    }

    .mb-article-one-intro h3 {
        line-height: 20px;
    }

    .mb-article-one-intro h3:nth-child(2) {
        color: #005ba8;
    }

    footer .web-footer {
        padding-top: 20px;
    }

    footer .web-footer .footer-search {
        width: 100%;
        margin: 20px 0 10px;
    }

    footer .web-footer .footer-search .authCode {
        width: 100%;
    }
}