/* reset.css */
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,
table,
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;
    font-size: 100%;
    font: inherit;
    vertical-align: middle;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    max-width: 1920px;
    margin: 0 auto;
    overflow-x: hidden;
    color: #1F204C;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

input[type=buttom] {
    border: none;
    cursor: pointer;
    outline: 0;
}

.fz60 {
    font-size: 60px;
}

.fz56 {
    font-size: 56px;
}

.fz50 {
    font-size: 50px;
}

.fz38 {
    font-size: 38px;
}

.fz36 {
    font-size: 36px;
}

.fz32 {
    font-size: 32px;
}

.fz30 {
    font-size: 30px;
}

.fz28 {
    font-size: 28px;
}

.fz26 {
    font-size: 26px;
}

.fz24 {
    font-size: 24px;
}

.fz22 {
    font-size: 22px;
}

.fz18 {
    font-size: 18px;
}

.fz20 {
    font-size: 20px;
}

.fz16 {
    font-size: 16px;
}

.fz14 {
    font-size: 14px;
}

.c-2F2F34 {
    color: #2F2F34;
}

.c-3F4E63 {
    color: #3F4E63;
}

.c-ffffff {
    color: #ffffff;
}

.c-45474D {
    color: #45474D;
}

.c-4E5056 {
    color: #4E5056;
}

.c-004DA1 {
    color: #004DA1;
}

.c-1F204C {
    color: #1F204C;
}

.c-4A4C6E {
    color: #4A4C6E;
}

.c-8B8CA2 {
    color: #8B8CA2;
}

.c-666666 {
    color: #666666;
}

input::-webkit-input-placeholder {
    color: #8B8CA2;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #8B8CA2;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #8B8CA2;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #8B8CA2;
}

/* public.css */
.one-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.two-line {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.clear::after {
    content: '';
    display: block;
    clear: both;
}

.crumbs {
    height: 66px;
    line-height: 66px;
    background: #FFF;
    box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.03);
    color: #666;
    position: relative;
    z-index: 3;
}
.crumbs>div{
    display: flex;
    align-items: center;
}

.crumbs>div span:last-child {
    color: #004DA1;
    font-weight: bold;
}

.index-same-position {
    position: relative;
    width: 100%;
    padding-top: 0 !important;
    height: 100vh;
    overflow: hidden;
}

.index-same-absolute {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.banner-swiper {}

.swiper-content {}

.banner-swiper .swiper-pagination {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 3.6%;
}

.banner-swiper .swiper-pagination span {
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: 1px solid #fff;
    opacity: 1;
    margin-bottom: 30px !important;
}

.banner-swiper .swiper-pagination .swiper-pagination-bullet-active {
    width: 40px;
    height: 20px;
    background-color: #fff;
    display: inline-block;
    border-radius: 10px;
    background: #FFFFFF;
}

.caption {
    /* width: 39.5%; */
    color: #fff;
    position: absolute;
    /* top: 32.4%; */
    top: 36.4%;
    left: 10.5%;
    line-height: 1.3;
    animation: slide-in 2s 1;
    font-weight: 500;
}

@keyframes slide-in {
    0% {
      left: -100%;
    }
    100% {
      left: 10.5%;
    }
  }

.caption p {
    position: relative;
}

.caption span {
    z-index: 2;
    position: relative;
}

.caption p::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 80%;
    height: 40%;
    min-width: 600px;
    background: linear-gradient(270deg, rgba(0, 133, 207, 0) 0%, rgba(0, 77, 161, 0.48) 38%, #004DA1 100%);
    opacity: 0.8;
}

.caption :nth-child(1) {
    /* margin-bottom: 26px; */
}

.caption :nth-child(2) {
    line-height: 1.5;
}


.scale15 {
    overflow: hidden;
    border-radius: 10px;
}

.img-box {
    border-radius: 5px;
}

.scale15 img:hover {
    transform: scale(1.2);
}

.scale15 img{
    transition: all 1000ms;
}

.groupProfile .box2 .list .item:hover {
    box-shadow: 0px 35px 45px 0px rgb(10 31 68 / 20%);
}


.no-banner-padding{
    padding-top: 80px;
}


@keyframes count-up {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.counter-num {
    opacity: 0;
    animation: count-up 2s ease-out forwards;
}

@media only screen and (max-width: 1600px) {
    .fz60 {
        font-size: 48px;
    }

    .fz56 {
        font-size: 42px;
    }

    .fz50 {
        font-size: 38px;
    }

    .fz38 {
        font-size: 28px;
    }

    .fz36 {
        font-size: 26px;
    }

    .fz32 {
        font-size: 26px;
    }

    .fz30 {
        font-size: 26px;
    }

    .fz28 {
        font-size: 26px;
    }

    .fz26 {
        font-size: 26px;
    }

    .fz24 {
        font-size: 24px;
    }

    .fz22 {
        font-size: 20px;
    }

    .fz18 {
        font-size: 18px;
    }

    .fz20 {
        font-size: 20px;
    }

    .fz16 {
        font-size: 16px;
    }

    .fz14 {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1240px) {
    .fz60 {
        font-size: 48px;
    }

    .fz56 {
        font-size: 42px;
    }

    .fz50 {
        font-size: 38px;
    }

    .fz38 {
        font-size: 28px;
    }

    .fz36 {
        font-size: 26px;
    }

    .fz32 {
        font-size: 24px;
    }

    .fz30 {
        font-size: 23px;
    }

    .fz28 {
        font-size: 23px;
    }

    .fz26 {
        font-size: 22px;
    }

    .fz24 {
        font-size: 16px;
    }

    .fz22 {
        font-size: 20px;
    }

    .fz18 {
        font-size: 16px;
    }

    .fz20 {
        font-size: 18px;
    }

    .fz16 {
        font-size: 14px;
    }

    .fz14 {
        font-size: 12px;
    }
}

@media only screen and (max-width: 768px) {
    .crumbs {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }

    .fz60 {
        font-size: 38px;
    }

    .fz56 {
        font-size: 30px;
    }

    .fz50 {
        font-size: 28px;
    }

    .fz38 {
        font-size: 28px;
    }

    .fz36 {
        font-size: 26px;
    }

    .fz32 {
        font-size: 24px;
    }

    .fz30 {
        font-size: 18px;
    }

    .fz28 {
        font-size: 18px;
    }

    .fz26 {
        font-size: 17px;
    }

    .fz24 {
        font-size: 16px;
    }

    .fz22 {
        font-size: 16px;
    }

    .fz18 {
        font-size: 16px;
    }

    .fz20 {
        font-size: 16px;
    }

    .fz16 {
        font-size: 14px;
    }

    .fz14 {
        font-size: 12px;
    }

    .fixed-box {
        /* display: none; */
        width: 12% !important;
    }

    .caption p::after {
        min-width: 200px;
    }
    .banner-swiper .swiper-pagination span{
        margin-bottom: 10px !important;
    }
    .index-same-position{
        padding-top: 56.3% !important;
        height: auto;
    }
    .banner-swiper .swiper-pagination .swiper-pagination-bullet-active{
        width: 20px;
        height: 10px;
    }
    .banner-swiper .swiper-pagination span{
        width: 10px;
        height: 10px;
    }
    .swiper-container-vertical>.swiper-pagination-bullets{
        top:50% !important;
        transform: translateX(-50%);
    }


    .no-banner-padding{
        padding-top: 54px;
    }
}


.fixed-box {
    position: fixed;
    top: 50%;
    transform: rotateY('-50%');
    /* bottom: 17.6%; */
    /* bottom: 12.6%; */
    right: 1.3%;
    width: 4%;
    z-index: 999;
    min-height: 15.5%;
}

.fixed-same {
    width: 100%;
    padding-top: 100%;
    position: relative;
    background-color: #E4E4E4;
    border-radius: 15px;
}

.fixed-box .phone-box {
    background-color: #004DA1;
    margin-bottom: 15px;
    position: relative;
}

.phone-box:hover .online-box {
    display: block;
}

.fixed-same>img {
    width: 50%;
    height: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.online-box {
    display: none;
    width: 446%;
    background: #fff;
    position: absolute;
    top: 0;
    left: -478.9%;
    box-shadow: 0px 35px 45px 0px rgba(10, 31, 68, 0.1);
    border-radius: 8px 8px 0px 0px;
    overflow: hidden;
    /* padding: 0 5.9%; */
}

.online-box .title {
    background: #004DA1;
    padding: 12px 5.9%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}

.online-box .title img {
    width: 5.3%;
    /* height: 5.3%; */
    cursor: pointer;
}

.online-detail {
    padding: 16px 8% 16px 8.6%;
    box-sizing: border-box;
    background: #fff;
    line-height: 1.2;
}

/* 283 */
.online-detail p {
    display: flex;
    align-items: center;
    margin-bottom: 10px;

    word-break: break-all;

}

.online-detail img {
    width: 7.1%;
    margin-right: 3.2%;
}

.online-qrcode {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

.online-qrcode img {
    width: 40.6%;
    margin-bottom: 10px;
    margin-right: 0;
}

.fw400{
    font-weight: 400 !important;
}