﻿body,html {
    height: 100%;
    margin: 0;
    padding: 0
}

body {
    min-height: 100%
}

* {
    margin: 0;
    padding: 0
}

*,:after,:before {
    box-sizing: border-box
}

a {
    -webkit-tap-highlight-color: transparent;
    outline: none;
    text-decoration: none
}

button,input {
    font-family: inherit
}

ol,ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    -webkit-text-size-adjust: 100%;
    line-height: 1.15
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace,monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline dotted
}

b,strong {
    font-weight: bolder
}

code,kbd,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,input,optgroup,select,textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

[type=button],[type=reset],[type=submit],button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],template {
    display: none
}

* {
    font-family: PingFangSC-Regular,Microsoft YaHei,serif
}

img {
    vertical-align: bottom
}

header {
    height: 64px;
    position: fixed;
    transition: background .4s ease-in-out;
    width: 100%;
    z-index: 90
}

section {
    padding-top: 88px
}

h1 {
    color: #303133;
    font-size: 28px;
    font-weight: 700;
    line-height: 28px;
    text-align: center
}

.scroll-x {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto
}

.scroll-x::-webkit-scrollbar {
    display: none
}

.navbar {
    font-size: 14px;
    height: 64px;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width:1200px)/*大于*/
{
    .navbar{width:1200px;} 
    footer>main{width:1200px;}
    #sm-footer{display:none;}
}

@media screen and (min-width: 375px) and (max-width: 960px) /*{//720 <= xxx < 960的设备}*/
{
    .navbar{width:100%;} 
    .navbar .menu{display:none!important;}
    footer>main{width:100%;}
    #xl-footer{display:none;}
    .homeBanner {height:100vh!important;}
    .homeBanner .banner-video .banner-v {height:100vh!important;}
    .homeBanner .banner-video .mask{height:100vh!important;}
    .floating-btn {
        background: #fff!important;
        border-radius: 22px!important;
        bottom: 2vh!important;
        box-shadow: 0 2px 12px 0 rgb(0 0 0 / 8%)!important;
        padding: 2px 0!important;
        position: fixed!important;
        right: 4vw!important;
        width: 44px!important;
        z-index: 99!important;
    }
    .floating-btn>li {
        padding: 8px 0!important;
        width: 32px!important;
    }
    .floating-btn>li>div {
        background-position: 50%!important;
        background-repeat: no-repeat!important;
        background-size: cover!important;
        height: 32px!important;
        width: 32px!important;
    }
    .floating-btn>li>p {display:none;}
    
}

#sm-footer>div>a,#sm-footer>div>p{margin-bottom:12px;}
.navbar,.navbar>.left {
    align-items: center;
    display: flex
}

.navbar>.left {
    flex-grow: 1
}

.navbar>.right {
    margin-left: auto
}
.navbar>.right a {
    color: #fff;
    padding: 6px 12px;
    text-align: center;
}
.sign-in {
    background: #2786e7;
    border-radius: 4px;
    color: #fff!important;
    padding: 6px 12px;
    text-align: center;
}

.navbar>.left>ul {
    display: flex;
    flex-grow: 1;
    margin-left: 56px;
    margin-top: 8px
}

.navbar>.left>ul>li {
    margin-right: 36px;
    padding: 16px 0;
    position: relative
}

.navbar>.left>ul>li:last-child {
    margin-left: auto
}

.navbar>.left>ul>li:nth-child(2):hover .nav-productList {
    display: flex
}

.navbar>.left>ul>li>a {
    color: #303133
}

.navbar>.left>ul>li>ul>li>a {
    font-weight: 400
}

.navbar>.left>ul>.li-selected-blue>a {
    color: #303133;
    font-weight: 700
}

.navbar>.left>ul>.li-selected-blue:after {
    background: #2786e7;
    content: "";
    display: block;
    height: 2px;
    margin-top: 8px;
    width: 100%
}

.navbar>.left>ul>.li-selected-white>a {
    color: #fff;
    font-weight: 700
}

.navbar>.left>ul>.li-selected-white:after {
    background: #fff;
    content: "";
    display: block;
    height: 2px;
    margin-top: 8px;
    width: 100%
}

.navbar>.left>ul>.li-normal-black>a {
    color: #404244
}

.navbar>.left>ul>.li-normal-white>a {
    color: #fff
}

.navbar #navLogo>img {
    height: 36px
}

.nav-productList {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 6px 24px 0 rgba(39,134,231,.1);
    display: none;
    flex-direction: column;
    margin-left: -16px;
    margin-top: 16px;
    padding: 12px 0;
    position: absolute;
    width: 144px
}

.nav-productList>li {
    background: #fff
}

.nav-productList>li>a {
    color: #404244;
    display: block;
    padding: 12px
}

.nav-productList>li>a:hover {
    background: #e8f3ff;
    color: #2786e7
}

.pagesBanner {
    background-origin: content-box;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 64px
}

footer {
    background-color: #fafafa
}

footer>main {
    margin-left: auto;
    margin-right: auto;
}

.footer-icon {
    border-bottom: 1px solid #ebebeb;
    height: 96px;
    justify-content: space-between;
    padding: 24px 0
}

.footer-icon,.footer-icon>li {
    align-items: center;
    display: flex
}

.footer-icon>li {
    flex-direction: row-reverse
}

.footer-icon>li>p {
    color: #484848;
    font-size: 16px;
    margin-left: 10px
}

footer a,footer p,footer span {
    color: #909399;
    font-size: 14px;
    line-height: 14px
}

.footer-table {
    display: flex
}

.footer-table div {
    margin-left: auto
}

.footer-table table {
    display: inline-block;
    margin-right: 100px
}

.footer-table table:first-child tbody td:first-child {
    padding-right: 36px
}

.footer-table table thead {
    color: #303133;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    text-align: left
}

.footer-table table tbody td {
    color: #606266;
    font-size: 14px;
    line-height: 30px;
    text-align: left
}

.footer-table table tbody td>a {
    color: #606266
}

.qrcode {
    display: flex;
    margin-top: 12px
}

.qrcode-item img {
    margin-bottom: 12px;
    width: 104px
}

.qrcode-item p {
    color: #606266
}

.qrcode-item {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-right: 32px
}

.qrcode-item:last-child {
    margin-right: 0
}

footer section:first-child {
    margin-top: 0
}

footer section {
    margin-top: 16px;
    padding-top: 0;
    padding-bottom: 20px
}

footer section
{
    display: flex;
    flex-direction: column;
}
footer section:last-child {
    border-top: 1px solid #ebebeb;
    display: flex;
    flex-direction: column;
    padding-bottom: 20px
}

footer .contact {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    margin-top: 24px
}

footer .contact>a {
    margin-left: 56px
}

footer .beian {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px
}

footer .beian>a,footer .beian>p,footer .beian>span {
    margin-right: 32px
}

.beian img {
    height: 16px;
    margin-left: 12px;
    margin-right: 4px
}

.bottom-banner {
    background: #f0f0f0;
    height: 170px
}

.bottom-banner>div {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    width: 1200px
}

.bottom-banner-content>p {
    color: rgba(7,7,7,.8);
    font-size: 22px;
    font-weight: 700;
    line-height: 22px
}

.bottom-banner-content>a {
    border: 1px solid #ccc;
    color: #606266;
    display: inline-block;
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    margin-top: 36px;
    text-align: center;
    width: 128px
}

.bottom-banner-img {
    background-image: url(/qzt_home/images/7ea67448545314061281.png);
    background-origin: content-box;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 170px;
    width: 420px
}

.floating-btn {
    background: #fff;
    border-radius: 36px;
    bottom: 8vh;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.08);
    padding: 16px 0;
    position: fixed;
    right: 8vw;
    width: 72px;
    z-index: 99
}

.floating-btn>li {
    border-bottom: 1px solid #ebebeb;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    padding: 16px 0;
    width: 48px
}

.floating-btn>li:last-child {
    border-bottom: unset
}

.floating-btn>li>div {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 36px;
    margin-left: auto;
    margin-right: auto;
    width: 36px
}

.floating-btn>li>p {
    color: #606266;
    font-size: 12px;
    line-height: 1;
    text-align: center
}

.icon-phone {
    background: url(/assets/home/images/tel.png)
}

.icon-totop {
    background: url(/assets/home/images/top.png)
}
/*home*/
.homeBanner {
    height: 720px;
    position: relative;
    width: 100%;
}
.homeBanner .banner-video {
    position: absolute;
    width: 100%;
    z-index: -1;
}
.homeBanner .banner-video .mask {
    background-image: linear-gradient(0deg,rgba(1,31,61,.8),rgba(26,58,92,.88));
    height: 720px;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.homeBanner .banner-video .banner-v {
    height: 100%;
    min-height: 720px;
    object-fit: cover;
    width: 100%;
}

.homeBanner .banner-content {
    align-items: center;
    display: flex;
    flex-direction: column;
}

.homeBanner .banner-content .bannerTitle {
    color: #f5f5f5;
    font-size: 44px;
    font-weight: 700;
    margin-top: 260px;
    text-align: center;
}
.homeBanner .banner-content .bannerDescription {
    align-items: center;
    color: #e0e0e0;
    display: flex;
    font-size: 24px;
    justify-content: space-between;
    margin-top: 20px;
    min-width: 280px;
    text-align: center;
    width: 306px;
}
.homeBanner .banner-content .customerData {
    display: flex;
    height: 52px;
    justify-content: space-between;
    margin-top: 108px;
    padding: 0 270px;
    width: 1200px;
}
.homeBanner .banner-content .customerData div div {
    display: flex;
    flex-direction: row;
    justify-content: unset;
}
.homeBanner .banner-content .customerData div div p {
    color: #e0e0e0;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
}

.homeBanner .banner-content .customerData div span {
    color: #e0e0e0;
    font-size: 16px;
    line-height: 16px;
    margin-top: 8px;
    text-align: center;
}

.homeBanner .banner-content a {
    border: 1px solid hsla(0,0%,100%,.72);
    border-radius: 4px;
    color: hsla(0,0%,100%,.88);
    font-size: 16px;
    line-height: 34px;
    margin-top: 64px;
    text-align: center;
    transition: all .3s ease-in-out;
    width: 128px;
}
.homeBanner .banner-content a:hover {
    background: hsla(0,0%,100%,.36);
    color: #fff
}
.business {
    background: #fff;
    height: 600px;
    padding-top: 0;
    width: 100%;
}

.navPage {
    background-color: #fafafa;
    height: 100%;
    position: fixed;
    transform: translateX(100%);
    width: 100%;
    z-index: 99
}

.navPage>ul {
    margin-top: 20px
}

.navPage>ul>li {
    color: #303133;
    font-size: 16px;
    font-weight: 400;
    line-height: 56px;
    text-align: center
}

.navPage>nav {
    align-items: center;
    display: flex;
    height: 64px;
    justify-content: space-between;
    padding: 16px 10px;
    width: 100%
}
.homeBanner .banner-content img {
    animation: bannerArrow 2s ease-in-out 0s infinite;
    height: 44px;
    margin-bottom: auto;
    width: 44px;
}
#navIcon {display:none;margin-right:10px;margin-left:10px;}
#arrow-down{display:none;}
@media screen and (min-width: 375px) and (max-width: 960px) /*{//720 <= xxx < 960的设备}*/
{
    #navIcon {display:block!important;}
    #arrow-down{display:block!important;}
    .homeBanner .banner-content .bannerTitle {font-size: 28px;}
}


@keyframes bannerArrow {
    0% {
        margin-top: 16px
    }

    50% {
        margin-top: 36px
    }

    to {
        margin-top: 16px
    }
}
