/* common start */
.onHide {
    display: none !important;
}

.onShow {
    display: show !important;
}

.mt-hedaer {
    margin-top: 77px;
}

.page-w {
    max-width: 1399px;
    min-width: 780px;
    margin: 0 auto;
    /*padding: 30px 0 140px 0;*/
}

.w-1288 {
    max-width: 1288px;
    margin: 0 auto;
}

.isShow {
    display: flex !important;

}

.common-title {
    font-size: 30px;
    color: #031C49;
    font-weight: 400;
    text-align: center;
}

.common-btn {
    padding: 0 4rem;
    text-align: center;
    line-height: 48px;
    color: #FFFFFF;
    font-size: 16px;
    margin-top: 30px;
    background-image: linear-gradient(-30deg, #003ce4, #0069ff);
    cursor: pointer;
}

.common-btn:hover {
    background-image: linear-gradient(-30deg, #0069ff, #0069ff);
}

.icon-tel,
.icon-vx,
.icon-headset,
.icon-backtop {
    position: fixed;
    width: 80px;
    height: 80px;
    background-color: #fff;
    color: #8C8C8C;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0px 5px 10px 0px #e5e5e5;
    cursor: pointer;
    transition: all linear .3s;
    transform: translateY(-50%);
    right: 20px;
    font-size: 12px;
    z-index: 999;
}

/* 电话咨询 */
.icon-tel {
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-tel .right .img2 {
    display: none;
}

.icon-tel .left {
    display: none;
    height: 50px;
    border-right: 1px solid #5b74c2;
}

.icon-tel .right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.icon-tel img {
    width: 19px;
    height: 26px;
    margin-bottom: 10px;
}

.icon-tel:hover {
    width: 247px;
    background: rgba(0, 47, 167, 1);
    color: #fff !important;
}

.icon-tel:hover .left {
    display: flex;
    align-items: center;
    margin-right: 15px;
    padding-right: 10px;
}

.icon-tel:hover .right .img1 {
    display: none;
}

.icon-tel:hover .right .img2 {
    display: block;
}

/* 微信咨询 */
.icon-vx {
    top: calc(50% + 90px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.icon-vx img {
    width: 31px;
    height: 25px;
    margin-bottom: 10px;
}

.icon-vx:hover {
    background: rgba(0, 47, 167, 1);
    color: #fff;
    box-shadow: none;
}

.icon-vx .img2 {
    display: none;
}

.icon-vx .card-box {
    position: absolute;
    left: -120px;
    top: 0;
    width: 110px;
    height: 110px;
    background-color: #fff;
    box-shadow: 0px 5px 10px 0px #e5e5e5;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
    transition: all linear .3s;
}

.icon-vx .card-box::after {
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 7px 0 7px 6px;
    content: "";
    height: 0;
    position: absolute;
    right: -6px;
    top: 20px;
    width: 0;
}


.icon-vx:hover .card-box {
    display: flex;
}

.icon-vx:hover .img1 {
    display: none;
}

.icon-vx:hover .img2 {
    display: block;
}

.icon-vx .card-box img {
    width: 74px;
    height: 74px;
}

/* 联系我们 */
.icon-headset {
    top: calc(50% + 180px);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.icon-headset img {
    width: 27px;
    height: 27px;
    margin-bottom: 10px;
}

.icon-headset .img2 {
    display: none;
}

/* 返回顶部 */
.icon-backtop {
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    top: calc(50% + 270px);
}

.icon-backtop img {
    width: 27px;
    height: 27px;
    box-shadow: 0;
}

.icon-headset:hover {
    background: rgba(0, 47, 167, 1);
    color: #fff;
    box-shadow: none;
}

.icon-headset:hover .img1 {
    display: none;
}

.icon-headset:hover .img2 {
    display: block;
}

.icon-backtop .img2 {
    display: none;
}

.icon-backtop:hover {
    background: rgba(0, 47, 167, 1);
    color: #fff;
    box-shadow: none;
}

.icon-backtop:hover .img1 {
    display: none;
}

.icon-backtop:hover .img2 {
    display: block;
}

/* common end */


/* 头部样式 start */
.header-container {
    position: fixed;
    z-index: 20;
    top: 0;
    width: 100%;
    height: 77px;
    transition: all linear .4s;
    border-bottom: 0.5px solid #fff;
}

/* .header-container a.active {color: ;} */
.header-container::before {
    content: '';
    background-color: #0D6CC5;
    display: block;
    clear: both;
}

.header-container .header-wrap {
    position: relative;
    max-width: 1399px;
    height: 77px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.header-wrap .logo {
    width: 108px;
}

.header-wrap .header-nav {
    display: flex;
    font-size: 20px;
    color: #fff;
    height: 100%;

}

.header-wrap .header-nav > a {
    height: 100%;
    display: flex;
    align-items: center;
}

.header-wrap .header-nav .nav-item {
    position: relative;
    padding: 0 50px;
    cursor: pointer;
    color: #fff;
    height: 100%;
    display: flex;
    align-items: center;

}

.header-wrap .active {
    color: #ffffff !important;
}

.header-wrap .header-nav a:hover {
    color: #ffffff;
}

.header-wrap .header-nav .nav-item:hover {
    color: #ffffff;
}

/* .nav-item:hover .more-nav {
	display: flex;
} */

.nav-item > .more-nav {
    position: absolute;
    display: none;
    top: 77px;
    left: 0;
    padding: 35px 45px;
    justify-content: space-between;
    /* transform: translateX(-50%); */
    z-index: 9999;
    background-color: #fff;
    color: #687792;
    font-size: 14px;
    box-shadow: 0px 2px 19px 1px rgba(14, 14, 14, 0.05);
}

/*
.nav-item>.more-nav a {
	color: #0365C3;
} */

.nav-item .more-nav a {
    color: #606060;
}

.header-product .header-wrap .header-nav .nav-item {
    color: #ffffff;
}
.header-product .header-wrap .header-nav .nav-item .more-nav a:hover {
    color: #0365C3;
}
.header-product .header-wrap .header-nav .nav-item a{
    color: #ffffff;
}
.header-product .header-wrap .header-nav .nav-item .more-nav a{
    color: #5E5D5C;
}
.resource-center .more-nav {
    /*width: 860px;*/
    /*left: -760px;*/
}

.about-nav .more-nav {

    left: -100px;
}

.nav-item > .more-nav a:hover {
    color: #0365C3;
}

.more-nav-item {
    vertical-align: top;
    display: inline-block;
    min-width: 226px;
}

.more-nav-item .flex {
    border-bottom: 1px solid rgba(221, 221, 221, 1);
    padding-bottom: 10px;
}

.more-nav-item .icon-diamond {
    width: 22px;
    height: 20px;
}

.header-container.notTop {
    backdrop-filter: blur(10px);
    background: hsla(0, 0%, 100%, .8);
    box-shadow: 0 0 40px 0 hsl(0deg 0% 47% / 10%);
}
.header-container.notTop .header-wrap .header-nav .nav-item {
    color: #5E5D5C;
}
.header-container.notTop .header-wrap .header-nav .nav-item a{
    color: #5E5D5C;
}
.header-container.notTop .header-wrap .active {
    color: #0365C3 !important;
}
.home-header.notTop {
    backdrop-filter: blur(10px);
    background: #0365C3;
    box-shadow: 0 0 40px 0 hsl(
        0deg
        0% 47% / 10%);
}

/* 头部样式 end */

/* 底部栏目开始 */
footer.footer {
    color: #ccc;
    background-size: 100% 100%;
    font-size: 14px;
    overflow: hidden;
}

.footer-container {
    margin-top: 102px;
}

.container-left {
    position: relative;
    width: 400px;
    margin-right: 80px;
}

.container-left .left-icon {
    cursor: pointer;
    transition: all linear 0.3s;
}

.container-left .left-icon:hover {
    transform: scale(1.08);
}

.container-left::before {
    content: '';
    height: 300px;
    border-left: 1px dashed #ccc;
    position: absolute;
    right: -40px;
    top: 0;
}

footer.footer .link {
    color: #ccc;
    cursor: pointer;
    border-bottom: 1px solid transparent;
    position: relative;
}

.container-left .line::before {
    position: absolute;
    content: '';
    height: 10px;
    width: 1px;
    background: #ccc;
    right: -12px;
    top: 2px;
}

footer.footer .link:hover {
    color: #fff;
    border-color: #fff;
}

.container-bottom {
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    border-top: 0.5px solid #fff;
}

.container-right-botton {
    padding: 15px 45px;
    background: rgba(79, 80, 80, 0.2);
    border-radius: 16px;
    border: 1px solid #313232;
    margin-top: 60px;
    margin-bottom: 90px;
}

.qrcode {
    width: 110px;
    height: 110px;
    background: #fff;
    border-radius: 4px;
    text-align: center;
    color: #3D3F40;
    font-size: 10px;
}

.qrcode img {
    width: 100%;
}

/* footer end */


/* model 弹出层 */
.fixed-model {
    display: none;
}

.fixed-model .mask {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .5);

}

.fixed-model .model-wrap {
    padding: 50px 50px 30px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    width: 550px;
    background: rgba(255, 255, 255, 1);
}

.model-wrap .input-wrap,
.textarea-wrap {
    padding: 0 15px;
    width: 100%;
    height: 45px;
    background-color: rgba(246, 246, 246, 1);
}

.model-wrap .input-wrap input {
    border: none;
    outline: none;
    background-color: transparent;
    width: 100%;
    min-height: 100%;
    font-size: 16px;
    color: #031C49;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}

.model-wrap .textarea-wrap {
    padding-top: 18px;
    padding-bottom: 18px;
    display: block;
    max-width: 100%;
    min-height: 59px;
    border: none;
    outline: none;
    color: #031C49;
    font-size: 16px;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}

.fixed-alert {
    position: fixed;
    top: 15%;
    width: 200px;
    height: 20px;
    right: 20px;
    min-width: 400px;
    z-index: 9999;
    border-radius: 20px;
    /* 盒子阴影 */
    box-shadow: 0 15px 30px rgb(0 0 0 / 10%);
    /* visibility: hidden; */
}

/*.fixed-alert.show {*/
/*	display: block;*/
/*	!* visibility: visible; *!*/
/*}*/
.fixed-alert .toast-wrapper .toast-wrapper-title {
    display: flex;
    justify-content: space-between;
    color: #fff;
    font-weight: bold;
    background-image: linear-gradient(to right, #0039CC, #002FA7);
    padding: 15px;
    font-size: 16px;
}

.header-container .logo-b {
    display: none;
}

.header-container.notTop .logo-b {
    display: inline-block;
}

.header-container.notTop .logo-w {
    display: none;
}
