2@import url(fontawesome-all.min.css);

* {
    margin: 0px;
    padding: 0;

}

@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,800,800italic");
/*
	Spectral by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/
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: baseline;
    caret-color: transparent
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

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;
}

body {
    -webkit-text-size-adjust: none;
}

mark {
    background-color: transparent;
    color: inherit;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input,
select,
textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
}

/* Basic */

@-ms-viewport {
    width: device-width;
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    background: #2e3842;
    height: 100vh;
}

body.is-preload *,
body.is-preload *:before,
body.is-preload *:after {
    -moz-animation: none !important;
    -webkit-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
}

body,
input,
select,
textarea {
    color: #fff;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 15pt;
    font-weight: 400;
    letter-spacing: 0.075em;
    line-height: 1.65em;
}


@media screen and (max-width:440px) {

    .smartTitle{
        font-size: 20px !important;
        /* border: 2px solid red; */
    }
    .smartBtn{
        width: 103px !important;
        height: 34px !important;
        left: 9px !important;
    }
    .smartTitle1{
        font-size: 20px !important;
    }

    .midInfo{
        display: none;
    }

    .companyinfoFont{
        font-size: 13px !important;
    }
    .companyinfoTitle{
        font-size: 40px !important;
       left: 29px !important; 
    }
    .smartBtnabv{
        height: 34px !important;
        width: 200px !important;
    }
    .headerNew{
        margin-left: -39% !important;
    }
    .headerNew1{
        display:none !important;
    } 
    /* .el-tabs__item {
        padding: 0 !important;
        font-size: 14px !important;
    }
    .el-tabs__item{
        width: 256px !important;
        margin-left: 18.5% !important;
    } */
    #wechat{
        display: none !important;
    }
}

@media screen and (max-width: 1680px) {

    body,
    input,
    select,
    textarea {
        font-size: 13pt;
    }

}

@media screen and (max-width: 1280px) {

    body,
    input,
    select,
    textarea {
        font-size: 12pt;
    }

}

@media screen and (max-width: 736px) {

    body,
    input,
    select,
    textarea {
        font-size: 11pt;
        letter-spacing: 0.0375em;
    }

}

a {
    -moz-transition: color 0.2s ease, border-bottom-color 0.2s ease;
    -webkit-transition: color 0.2s ease, border-bottom-color 0.2s ease;
    -ms-transition: color 0.2s ease, border-bottom-color 0.2s ease;
    transition: color 0.2s ease, border-bottom-color 0.2s ease;
    /* border-bottom: dotted 1px; */
    color: inherit;
    text-decoration: none;
}

a:hover {
    border-bottom-color: transparent;
}

strong,
b {
    color: #fff;
    font-weight: 600;
}

em,
i {
    font-style: italic;
}



h1,
h2,
h3,
h4,
h5,
h6 {
    color: #fff;
    font-weight: 800;
    letter-spacing: 0.225em;
    line-height: 1em;
    margin: 0 0 1em 0;
    text-transform: uppercase;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    text-decoration: none;
}

h2 {
    font-size: 1.35em;
    line-height: 1.75em;
}

@media screen and (max-width: 736px) {

    h2 {
        font-size: 1.1em;
        line-height: 1.65em;
    }

}

h3 {
    font-size: 1.15em;
    line-height: 1.75em;
}

@media screen and (max-width: 736px) {

    h3 {
        font-size: 1em;
        line-height: 1.65em;
    }

}

h4 {
    font-size: 1em;
    line-height: 1.5em;
}

h5 {
    font-size: 0.8em;
    line-height: 1.5em;
}

h6 {
    font-size: 0.7em;
    line-height: 1.5em;
}

sub {
    font-size: 0.8em;
    position: relative;
    top: 0.5em;
}

sup {
    font-size: 0.8em;
    position: relative;
    top: -0.5em;
}

hr {
    border: 0;
    border-bottom: solid 2px #fff;
    margin: 3em 0;
}

hr.major {
    margin: 4.5em 0;
}

blockquote {
    border-left: solid 4px #fff;
    font-style: italic;
    margin: 0 0 2em 0;
    padding: 0.5em 0 0.5em 2em;
}

code {
    background: rgba(144, 144, 144, 0.25);
    border-radius: 3px;
    font-family: "Courier New", monospace;
    font-size: 0.9em;
    letter-spacing: 0;
    margin: 0 0.25em;
    padding: 0.25em 0.65em;
}

pre {
    -webkit-overflow-scrolling: touch;
    font-family: "Courier New", monospace;
    font-size: 0.9em;
    margin: 0 0 2em 0;
}

pre code {
    display: block;
    line-height: 1.75em;
    padding: 1em 1.5em;
    overflow-x: auto;
}

.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

/* Row */

.row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
}

.row>* {
    box-sizing: border-box;
}

.row.gtr-uniform>*> :last-child {
    margin-bottom: 0;
}

.row.aln-left {
    justify-content: flex-start;
}

.row.aln-center {
    justify-content: center;
}

.row.aln-right {
    justify-content: flex-end;
}

.row.aln-top {
    align-items: flex-start;
}

.row.aln-middle {
    align-items: center;
}

.row.aln-bottom {
    align-items: flex-end;
}

.row>.imp {
    order: -1;
}

.row>.col-1 {
    width: 8.33333%;
}

.row>.off-1 {
    margin-left: 8.33333%;
}

.row>.col-2 {
    width: 16.66667%;
}

.row>.off-2 {
    margin-left: 16.66667%;
}

.row>.col-3 {
    width: 25%;
}

.row>.off-3 {
    margin-left: 25%;
}

.row>.col-4 {
    width: 33.33333%;
}

.row>.off-4 {
    margin-left: 33.33333%;
}

.row>.col-5 {
    width: 41.66667%;
}

.row>.off-5 {
    margin-left: 41.66667%;
}

.row>.col-6 {
    width: 50%;
}

.row>.off-6 {
    margin-left: 50%;
}

.row>.col-7 {
    width: 58.33333%;
}

.row>.off-7 {
    margin-left: 58.33333%;
}

.row>.col-8 {
    width: 66.66667%;
}

.row>.off-8 {
    margin-left: 66.66667%;
}

.row>.col-9 {
    width: 75%;
}

.row>.off-9 {
    margin-left: 75%;
}

.row>.col-10 {
    width: 83.33333%;
}

.row>.off-10 {
    margin-left: 83.33333%;
}

.row>.col-11 {
    width: 91.66667%;
}

.row>.off-11 {
    margin-left: 91.66667%;
}

.row>.col-12 {
    width: 100%;
}

.row>.off-12 {
    margin-left: 100%;
}

.row.gtr-0 {
    margin-top: 0;
    margin-left: 0em;
}

.row.gtr-0>* {
    padding: 0 0 0 0em;
}

.row.gtr-0.gtr-uniform {
    margin-top: 0em;
}

.row.gtr-0.gtr-uniform>* {
    padding-top: 0em;
}

.row.gtr-25 {
    margin-top: 0;
    margin-left: -0.375em;
}

.row.gtr-25>* {
    padding: 0 0 0 0.375em;
}

.row.gtr-25.gtr-uniform {
    margin-top: -0.375em;
}

.row.gtr-25.gtr-uniform>* {
    padding-top: 0.375em;
}

.row.gtr-50 {
    margin-top: 0;
    margin-left: -0.75em;
}

.row.gtr-50>* {
    padding: 0 0 0 0.75em;
}

.row.gtr-50.gtr-uniform {
    margin-top: -0.75em;
}

.row.gtr-50.gtr-uniform>* {
    padding-top: 0.75em;
}

.row {
    margin-top: 0;
    margin-left: -1.5em;
}

.row>* {
    padding: 0 0 0 1.5em;
}

.row.gtr-uniform {
    margin-top: -1.5em;
}

.row.gtr-uniform>* {
    padding-top: 1.5em;
}

.row.gtr-150 {
    margin-top: 0;
    margin-left: -2.25em;
}

.row.gtr-150>* {
    padding: 0 0 0 2.25em;
}

.row.gtr-150.gtr-uniform {
    margin-top: -2.25em;
}

.row.gtr-150.gtr-uniform>* {
    padding-top: 2.25em;
}

.row.gtr-200 {
    margin-top: 0;
    margin-left: -3em;
}

.row.gtr-200>* {
    padding: 0 0 0 3em;
}

.row.gtr-200.gtr-uniform {
    margin-top: -3em;
}

.row.gtr-200.gtr-uniform>* {
    padding-top: 3em;
}

@media screen and (max-width: 1680px) {

    .row {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        align-items: stretch;
    }

    .row>* {
        box-sizing: border-box;
    }

    .row.gtr-uniform>*> :last-child {
        margin-bottom: 0;
    }

    .row.aln-left {
        justify-content: flex-start;
    }

    .row.aln-center {
        justify-content: center;
    }

    .row.aln-right {
        justify-content: flex-end;
    }

    .row.aln-top {
        align-items: flex-start;
    }

    .row.aln-middle {
        align-items: center;
    }

    .row.aln-bottom {
        align-items: flex-end;
    }

    .row>.imp-xlarge {
        order: -1;
    }

    .row>.col-1-xlarge {
        width: 8.33333%;
    }

    .row>.off-1-xlarge {
        margin-left: 8.33333%;
    }

    .row>.col-2-xlarge {
        width: 16.66667%;
    }

    .row>.off-2-xlarge {
        margin-left: 16.66667%;
    }

    .row>.col-3-xlarge {
        width: 25%;
    }

    .row>.off-3-xlarge {
        margin-left: 25%;
    }

    .row>.col-4-xlarge {
        width: 33.33333%;
    }

    .row>.off-4-xlarge {
        margin-left: 33.33333%;
    }

    .row>.col-5-xlarge {
        width: 41.66667%;
    }

    .row>.off-5-xlarge {
        margin-left: 41.66667%;
    }

    .row>.col-6-xlarge {
        width: 50%;
    }

    .row>.off-6-xlarge {
        margin-left: 50%;
    }

    .row>.col-7-xlarge {
        width: 58.33333%;
    }

    .row>.off-7-xlarge {
        margin-left: 58.33333%;
    }

    .row>.col-8-xlarge {
        width: 66.66667%;
    }

    .row>.off-8-xlarge {
        margin-left: 66.66667%;
    }

    .row>.col-9-xlarge {
        width: 75%;
    }

    .row>.off-9-xlarge {
        margin-left: 75%;
    }

    .row>.col-10-xlarge {
        width: 83.33333%;
    }

    .row>.off-10-xlarge {
        margin-left: 83.33333%;
    }

    .row>.col-11-xlarge {
        width: 91.66667%;
    }

    .row>.off-11-xlarge {
        margin-left: 91.66667%;
    }

    .row>.col-12-xlarge {
        width: 100%;
    }

    .row>.off-12-xlarge {
        margin-left: 100%;
    }

    .row.gtr-0 {
        margin-top: 0;
        margin-left: 0em;
    }

    .row.gtr-0>* {
        padding: 0 0 0 0em;
    }

    .row.gtr-0.gtr-uniform {
        margin-top: 0em;
    }

    .row.gtr-0.gtr-uniform>* {
        padding-top: 0em;
    }

    .row.gtr-25 {
        margin-top: 0;
        margin-left: -0.375em;
    }

    .row.gtr-25>* {
        padding: 0 0 0 0.375em;
    }

    .row.gtr-25.gtr-uniform {
        margin-top: -0.375em;
    }

    .row.gtr-25.gtr-uniform>* {
        padding-top: 0.375em;
    }

    .row.gtr-50 {
        margin-top: 0;
        margin-left: -0.75em;
    }

    .row.gtr-50>* {
        padding: 0 0 0 0.75em;
    }

    .row.gtr-50.gtr-uniform {
        margin-top: -0.75em;
    }

    .row.gtr-50.gtr-uniform>* {
        padding-top: 0.75em;
    }

    .row {
        margin-top: 0;
        margin-left: -1.5em;
    }

    .row>* {
        padding: 0 0 0 1.5em;
    }

    .row.gtr-uniform {
        margin-top: -1.5em;
    }

    .row.gtr-uniform>* {
        padding-top: 1.5em;
    }

    .row.gtr-150 {
        margin-top: 0;
        margin-left: -2.25em;
    }

    .row.gtr-150>* {
        padding: 0 0 0 2.25em;
    }

    .row.gtr-150.gtr-uniform {
        margin-top: -2.25em;
    }

    .row.gtr-150.gtr-uniform>* {
        padding-top: 2.25em;
    }

    .row.gtr-200 {
        margin-top: 0;
        margin-left: -3em;
    }

    .row.gtr-200>* {
        padding: 0 0 0 3em;
    }

    .row.gtr-200.gtr-uniform {
        margin-top: -3em;
    }

    .row.gtr-200.gtr-uniform>* {
        padding-top: 3em;
    }

}

@media screen and (max-width: 1280px) {

    .row {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        align-items: stretch;
    }

    .row>* {
        box-sizing: border-box;
    }

    .row.gtr-uniform>*> :last-child {
        margin-bottom: 0;
    }

    .row.aln-left {
        justify-content: flex-start;
    }

    .row.aln-center {
        justify-content: center;
    }

    .row.aln-right {
        justify-content: flex-end;
    }

    .row.aln-top {
        align-items: flex-start;
    }

    .row.aln-middle {
        align-items: center;
    }

    .row.aln-bottom {
        align-items: flex-end;
    }

    .row>.imp-large {
        order: -1;
    }

    .row>.col-1-large {
        width: 8.33333%;
    }

    .row>.off-1-large {
        margin-left: 8.33333%;
    }

    .row>.col-2-large {
        width: 16.66667%;
    }

    .row>.off-2-large {
        margin-left: 16.66667%;
    }

    .row>.col-3-large {
        width: 25%;
    }

    .row>.off-3-large {
        margin-left: 25%;
    }

    .row>.col-4-large {
        width: 33.33333%;
    }

    .row>.off-4-large {
        margin-left: 33.33333%;
    }

    .row>.col-5-large {
        width: 41.66667%;
    }

    .row>.off-5-large {
        margin-left: 41.66667%;
    }

    .row>.col-6-large {
        width: 50%;
    }

    .row>.off-6-large {
        margin-left: 50%;
    }

    .row>.col-7-large {
        width: 58.33333%;
    }

    .row>.off-7-large {
        margin-left: 58.33333%;
    }

    .row>.col-8-large {
        width: 66.66667%;
    }

    .row>.off-8-large {
        margin-left: 66.66667%;
    }

    .row>.col-9-large {
        width: 75%;
    }

    .row>.off-9-large {
        margin-left: 75%;
    }

    .row>.col-10-large {
        width: 83.33333%;
    }

    .row>.off-10-large {
        margin-left: 83.33333%;
    }

    .row>.col-11-large {
        width: 91.66667%;
    }

    .row>.off-11-large {
        margin-left: 91.66667%;
    }

    .row>.col-12-large {
        width: 100%;
    }

    .row>.off-12-large {
        margin-left: 100%;
    }

    .row.gtr-0 {
        margin-top: 0;
        margin-left: 0em;
    }

    .row.gtr-0>* {
        padding: 0 0 0 0em;
    }

    .row.gtr-0.gtr-uniform {
        margin-top: 0em;
    }

    .row.gtr-0.gtr-uniform>* {
        padding-top: 0em;
    }

    .row.gtr-25 {
        margin-top: 0;
        margin-left: -0.375em;
    }

    .row.gtr-25>* {
        padding: 0 0 0 0.375em;
    }

    .row.gtr-25.gtr-uniform {
        margin-top: -0.375em;
    }

    .row.gtr-25.gtr-uniform>* {
        padding-top: 0.375em;
    }

    .row.gtr-50 {
        margin-top: 0;
        margin-left: -0.75em;
    }

    .row.gtr-50>* {
        padding: 0 0 0 0.75em;
    }

    .row.gtr-50.gtr-uniform {
        margin-top: -0.75em;
    }

    .row.gtr-50.gtr-uniform>* {
        padding-top: 0.75em;
    }

    .row {
        margin-top: 0;
        margin-left: -1.5em;
    }

    .row>* {
        padding: 0 0 0 1.5em;
    }

    .row.gtr-uniform {
        margin-top: -1.5em;
    }

    .row.gtr-uniform>* {
        padding-top: 1.5em;
    }

    .row.gtr-150 {
        margin-top: 0;
        margin-left: -2.25em;
    }

    .row.gtr-150>* {
        padding: 0 0 0 2.25em;
    }

    .row.gtr-150.gtr-uniform {
        margin-top: -2.25em;
    }

    .row.gtr-150.gtr-uniform>* {
        padding-top: 2.25em;
    }

    .row.gtr-200 {
        margin-top: 0;
        margin-left: -3em;
    }

    .row.gtr-200>* {
        padding: 0 0 0 3em;
    }

    .row.gtr-200.gtr-uniform {
        margin-top: -3em;
    }

    .row.gtr-200.gtr-uniform>* {
        padding-top: 3em;
    }

}

@media screen and (max-width: 980px) {

    .row {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        align-items: stretch;
    }

    .row>* {
        box-sizing: border-box;
    }

    .row.gtr-uniform>*> :last-child {
        margin-bottom: 0;
    }

    .row.aln-left {
        justify-content: flex-start;
    }

    .row.aln-center {
        justify-content: center;
    }

    .row.aln-right {
        justify-content: flex-end;
    }

    .row.aln-top {
        align-items: flex-start;
    }

    .row.aln-middle {
        align-items: center;
    }

    .row.aln-bottom {
        align-items: flex-end;
    }

    .row>.imp-medium {
        order: -1;
    }

    .row>.col-1-medium {
        width: 8.33333%;
    }

    .row>.off-1-medium {
        margin-left: 8.33333%;
    }

    .row>.col-2-medium {
        width: 16.66667%;
    }

    .row>.off-2-medium {
        margin-left: 16.66667%;
    }

    .row>.col-3-medium {
        width: 25%;
    }

    .row>.off-3-medium {
        margin-left: 25%;
    }

    .row>.col-4-medium {
        width: 33.33333%;
    }

    .row>.off-4-medium {
        margin-left: 33.33333%;
    }

    .row>.col-5-medium {
        width: 41.66667%;
    }

    .row>.off-5-medium {
        margin-left: 41.66667%;
    }

    .row>.col-6-medium {
        width: 50%;
    }

    .row>.off-6-medium {
        margin-left: 50%;
    }

    .row>.col-7-medium {
        width: 58.33333%;
    }

    .row>.off-7-medium {
        margin-left: 58.33333%;
    }

    .row>.col-8-medium {
        width: 66.66667%;
    }

    .row>.off-8-medium {
        margin-left: 66.66667%;
    }

    .row>.col-9-medium {
        width: 75%;
    }

    .row>.off-9-medium {
        margin-left: 75%;
    }

    .row>.col-10-medium {
        width: 83.33333%;
    }

    .row>.off-10-medium {
        margin-left: 83.33333%;
    }

    .row>.col-11-medium {
        width: 91.66667%;
    }

    .row>.off-11-medium {
        margin-left: 91.66667%;
    }

    .row>.col-12-medium {
        width: 100%;
    }

    .row>.off-12-medium {
        margin-left: 100%;
    }

    .row.gtr-0 {
        margin-top: 0;
        margin-left: 0em;
    }

    .row.gtr-0>* {
        padding: 0 0 0 0em;
    }

    .row.gtr-0.gtr-uniform {
        margin-top: 0em;
    }

    .row.gtr-0.gtr-uniform>* {
        padding-top: 0em;
    }

    .row.gtr-25 {
        margin-top: 0;
        margin-left: -0.375em;
    }

    .row.gtr-25>* {
        padding: 0 0 0 0.375em;
    }

    .row.gtr-25.gtr-uniform {
        margin-top: -0.375em;
    }

    .row.gtr-25.gtr-uniform>* {
        padding-top: 0.375em;
    }

    .row.gtr-50 {
        margin-top: 0;
        margin-left: -0.75em;
    }

    .row.gtr-50>* {
        padding: 0 0 0 0.75em;
    }

    .row.gtr-50.gtr-uniform {
        margin-top: -0.75em;
    }

    .row.gtr-50.gtr-uniform>* {
        padding-top: 0.75em;
    }

    .row {
        margin-top: 0;
        margin-left: -1.5em;
    }

    .row>* {
        padding: 0 0 0 1.5em;
    }

    .row.gtr-uniform {
        margin-top: -1.5em;
    }

    .row.gtr-uniform>* {
        padding-top: 1.5em;
    }

    .row.gtr-150 {
        margin-top: 0;
        margin-left: -2.25em;
    }

    .row.gtr-150>* {
        padding: 0 0 0 2.25em;
    }

    .row.gtr-150.gtr-uniform {
        margin-top: -2.25em;
    }

    .row.gtr-150.gtr-uniform>* {
        padding-top: 2.25em;
    }

    .row.gtr-200 {
        margin-top: 0;
        margin-left: -3em;
    }

    .row.gtr-200>* {
        padding: 0 0 0 3em;
    }

    .row.gtr-200.gtr-uniform {
        margin-top: -3em;
    }

    .row.gtr-200.gtr-uniform>* {
        padding-top: 3em;
    }

}

@media screen and (max-width: 736px) {

    .row {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        align-items: stretch;
    }

    .row>* {
        box-sizing: border-box;
    }

    .row.gtr-uniform>*> :last-child {
        margin-bottom: 0;
    }

    .row.aln-left {
        justify-content: flex-start;
    }

    .row.aln-center {
        justify-content: center;
    }

    .row.aln-right {
        justify-content: flex-end;
    }

    .row.aln-top {
        align-items: flex-start;
    }

    .row.aln-middle {
        align-items: center;
    }

    .row.aln-bottom {
        align-items: flex-end;
    }

    .row>.imp-small {
        order: -1;
    }

    .row>.col-1-small {
        width: 8.33333%;
    }

    .row>.off-1-small {
        margin-left: 8.33333%;
    }

    .row>.col-2-small {
        width: 16.66667%;
    }

    .row>.off-2-small {
        margin-left: 16.66667%;
    }

    .row>.col-3-small {
        width: 25%;
    }

    .row>.off-3-small {
        margin-left: 25%;
    }

    .row>.col-4-small {
        width: 33.33333%;
    }

    .row>.off-4-small {
        margin-left: 33.33333%;
    }

    .row>.col-5-small {
        width: 41.66667%;
    }

    .row>.off-5-small {
        margin-left: 41.66667%;
    }

    .row>.col-6-small {
        width: 50%;
    }

    .row>.off-6-small {
        margin-left: 50%;
    }

    .row>.col-7-small {
        width: 58.33333%;
    }

    .row>.off-7-small {
        margin-left: 58.33333%;
    }

    .row>.col-8-small {
        width: 66.66667%;
    }

    .row>.off-8-small {
        margin-left: 66.66667%;
    }

    .row>.col-9-small {
        width: 75%;
    }

    .row>.off-9-small {
        margin-left: 75%;
    }

    .row>.col-10-small {
        width: 83.33333%;
    }

    .row>.off-10-small {
        margin-left: 83.33333%;
    }

    .row>.col-11-small {
        width: 91.66667%;
    }

    .row>.off-11-small {
        margin-left: 91.66667%;
    }

    .row>.col-12-small {
        width: 100%;
    }

    .row>.off-12-small {
        margin-left: 100%;
    }

    .row.gtr-0 {
        margin-top: 0;
        margin-left: 0em;
    }

    .row.gtr-0>* {
        padding: 0 0 0 0em;
    }

    .row.gtr-0.gtr-uniform {
        margin-top: 0em;
    }

    .row.gtr-0.gtr-uniform>* {
        padding-top: 0em;
    }

    .row.gtr-25 {
        margin-top: 0;
        margin-left: -0.375em;
    }

    .row.gtr-25>* {
        padding: 0 0 0 0.375em;
    }

    .row.gtr-25.gtr-uniform {
        margin-top: -0.375em;
    }

    .row.gtr-25.gtr-uniform>* {
        padding-top: 0.375em;
    }

    .row.gtr-50 {
        margin-top: 0;
        margin-left: -0.75em;
    }

    .row.gtr-50>* {
        padding: 0 0 0 0.75em;
    }

    .row.gtr-50.gtr-uniform {
        margin-top: -0.75em;
    }

    .row.gtr-50.gtr-uniform>* {
        padding-top: 0.75em;
    }

    .row {
        margin-top: 0;
        margin-left: -1.5em;
    }

    .row>* {
        padding: 0 0 0 1.5em;
    }

    .row.gtr-uniform {
        margin-top: -1.5em;
    }

    .row.gtr-uniform>* {
        padding-top: 1.5em;
    }

    .row.gtr-150 {
        margin-top: 0;
        margin-left: -2.25em;
    }

    .row.gtr-150>* {
        padding: 0 0 0 2.25em;
    }

    .row.gtr-150.gtr-uniform {
        margin-top: -2.25em;
    }

    .row.gtr-150.gtr-uniform>* {
        padding-top: 2.25em;
    }

    .row.gtr-200 {
        margin-top: 0;
        margin-left: -3em;
    }

    .row.gtr-200>* {
        padding: 0 0 0 3em;
    }

    .row.gtr-200.gtr-uniform {
        margin-top: -3em;
    }

    .row.gtr-200.gtr-uniform>* {
        padding-top: 3em;
    }

}

@media screen and (max-width: 480px) {

    .row {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        align-items: stretch;
    }

    .row>* {
        box-sizing: border-box;
    }

    .row.gtr-uniform>*> :last-child {
        margin-bottom: 0;
    }

    .row.aln-left {
        justify-content: flex-start;
    }

    .row.aln-center {
        justify-content: center;
    }

    .row.aln-right {
        justify-content: flex-end;
    }

    .row.aln-top {
        align-items: flex-start;
    }

    .row.aln-middle {
        align-items: center;
    }

    .row.aln-bottom {
        align-items: flex-end;
    }

    .row>.imp-xsmall {
        order: -1;
    }

    .row>.col-1-xsmall {
        width: 8.33333%;
    }

    .row>.off-1-xsmall {
        margin-left: 8.33333%;
    }

    .row>.col-2-xsmall {
        width: 16.66667%;
    }

    .row>.off-2-xsmall {
        margin-left: 16.66667%;
    }

    .row>.col-3-xsmall {
        width: 25%;
    }

    .row>.off-3-xsmall {
        margin-left: 25%;
    }

    .row>.col-4-xsmall {
        width: 33.33333%;
    }

    .row>.off-4-xsmall {
        margin-left: 33.33333%;
    }

    .row>.col-5-xsmall {
        width: 41.66667%;
    }

    .row>.off-5-xsmall {
        margin-left: 41.66667%;
    }

    .row>.col-6-xsmall {
        width: 50%;
    }

    .row>.off-6-xsmall {
        margin-left: 50%;
    }

    .row>.col-7-xsmall {
        width: 58.33333%;
    }

    .row>.off-7-xsmall {
        margin-left: 58.33333%;
    }

    .row>.col-8-xsmall {
        width: 66.66667%;
    }

    .row>.off-8-xsmall {
        margin-left: 66.66667%;
    }

    .row>.col-9-xsmall {
        width: 75%;
    }

    .row>.off-9-xsmall {
        margin-left: 75%;
    }

    .row>.col-10-xsmall {
        width: 83.33333%;
    }

    .row>.off-10-xsmall {
        margin-left: 83.33333%;
    }

    .row>.col-11-xsmall {
        width: 91.66667%;
    }

    .row>.off-11-xsmall {
        margin-left: 91.66667%;
    }

    .row>.col-12-xsmall {
        width: 100%;
    }

    .row>.off-12-xsmall {
        margin-left: 100%;
    }

    .row.gtr-0 {
        margin-top: 0;
        margin-left: 0em;
    }

    .row.gtr-0>* {
        padding: 0 0 0 0em;
    }

    .row.gtr-0.gtr-uniform {
        margin-top: 0em;
    }

    .row.gtr-0.gtr-uniform>* {
        padding-top: 0em;
    }

    .row.gtr-25 {
        margin-top: 0;
        margin-left: -0.375em;
    }

    .row.gtr-25>* {
        padding: 0 0 0 0.375em;
    }

    .row.gtr-25.gtr-uniform {
        margin-top: -0.375em;
    }

    .row.gtr-25.gtr-uniform>* {
        padding-top: 0.375em;
    }

    .row.gtr-50 {
        margin-top: 0;
        margin-left: -0.75em;
    }

    .row.gtr-50>* {
        padding: 0 0 0 0.75em;
    }

    .row.gtr-50.gtr-uniform {
        margin-top: -0.75em;
    }

    .row.gtr-50.gtr-uniform>* {
        padding-top: 0.75em;
    }

    .row {
        margin-top: 0;
        margin-left: -1.5em;
    }

    .row>* {
        padding: 0 0 0 1.5em;
    }

    .row.gtr-uniform {
        margin-top: -1.5em;
    }

    .row.gtr-uniform>* {
        padding-top: 1.5em;
    }

    .row.gtr-150 {
        margin-top: 0;
        margin-left: -2.25em;
    }

    .row.gtr-150>* {
        padding: 0 0 0 2.25em;
    }

    .row.gtr-150.gtr-uniform {
        margin-top: -2.25em;
    }

    .row.gtr-150.gtr-uniform>* {
        padding-top: 2.25em;
    }

    .row.gtr-200 {
        margin-top: 0;
        margin-left: -3em;
    }

    .row.gtr-200>* {
        padding: 0 0 0 3em;
    }

    .row.gtr-200.gtr-uniform {
        margin-top: -3em;
    }

    .row.gtr-200.gtr-uniform>* {
        padding-top: 3em;
    }

}

/* Section/Article */

section.special,
article.special {
    text-align: center;
}

header p {
    color: rgba(255, 255, 255, 0.5);
    position: relative;
    top: -0.25em;
}

header h3+p {
    font-size: 1.1em;
}

header h4+p,
header h5+p,
header h6+p {
    font-size: 0.9em;
}

header.major {
    margin: 0 0 3.5em 0;
}

header.major h2,
header.major h3,
header.major h4,
header.major h5,
header.major h6 {
    border-bottom: solid 2px #fff;
    display: inline-block;
    padding-bottom: 1em;
    position: relative;
}

header.major h2:after,
header.major h3:after,
header.major h4:after,
header.major h5:after,
header.major h6:after {
    content: '';
    display: block;
    height: 1px;
}

header.major p {
    color: #fff;
    top: 0;
}

@media screen and (max-width: 736px) {

    header.major {
        margin: 0 0 2em 0;
    }

}

@media screen and (max-width: 980px) {

    header br {
        display: none;
    }

}

/* Form */

form {
    margin: 0 0 2em 0;
}

label {
    color: #fff;
    display: block;
    font-size: 0.9em;
    font-weight: 600;
    margin: 0 0 1em 0;
}

input[type="text"],
input[type="password"],
input[type="email"],
select,
textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-color: rgba(144, 144, 144, 0.25);
    border-radius: 3px;
    border: none;
    color: inherit;
    display: block;
    outline: 0;
    padding: 0 1em;
    text-decoration: none;
    width: 100%;
}

input[type="text"]:invalid,
input[type="password"]:invalid,
input[type="email"]:invalid,
select:invalid,
textarea:invalid {
    box-shadow: none;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus {
    box-shadow: 0 0 0 2px #21b2a6;
}

select {
    background-size: 1.25em;
    background-repeat: no-repeat;
    background-position: calc(100% - 1em) center;
    height: 2.75em;
    padding-right: 2.75em;
    text-overflow: ellipsis;
}

select:focus::-ms-value {
    background-color: transparent;
}

select::-ms-expand {
    display: none;
}

input[type="text"],
input[type="password"],
input[type="email"],
select {
    height: 2.75em;
}

textarea {
    padding: 0.75em 1em;
}

input[type="checkbox"],
input[type="radio"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    display: block;
    float: left;
    margin-right: -2em;
    opacity: 0;
    width: 1em;
    z-index: -1;
}

input[type="checkbox"]+label,
input[type="radio"]+label {
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    font-weight: 400;
    padding-left: 2.4em;
    padding-right: 0.75em;
    position: relative;
}

input[type="checkbox"]+label:before,
input[type="radio"]+label:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    text-transform: none !important;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

input[type="checkbox"]+label:before,
input[type="radio"]+label:before {
    background: rgba(144, 144, 144, 0.25);
    border-radius: 3px;
    content: '';
    display: inline-block;
    font-size: 0.8em;
    height: 2.0625em;
    left: 0;
    line-height: 2.0625em;
    position: absolute;
    text-align: center;
    top: 0;
    width: 2.0625em;
}

input[type="checkbox"]:checked+label:before,
input[type="radio"]:checked+label:before {
    background: #2e3842;
    color: #fff;
    content: '\f00c';
}

input[type="checkbox"]:focus+label:before,
input[type="radio"]:focus+label:before {
    box-shadow: 0 0 0 2px #21b2a6;
}

input[type="checkbox"]+label:before {
    border-radius: 3px;
}

input[type="radio"]+label:before {
    border-radius: 100%;
}

::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
    opacity: 1.0;
}

:-moz-placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
    opacity: 1.0;
}

::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
    opacity: 1.0;
}

:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
    opacity: 1.0;
}

/* Box */

.box {
    border-radius: 3px;
    border: solid 2px #fff;
    margin-bottom: 2em;
    padding: 1.5em;
}

.box> :last-child,
.box> :last-child> :last-child,
.box> :last-child> :last-child> :last-child {
    margin-bottom: 0;
}

.box.alt {
    border: 0;
    border-radius: 0;
    padding: 0;
}

/* Icon */

.icon {
    text-decoration: none;
    border-bottom: none;
    position: relative;
}

.icon:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    text-transform: none !important;
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
}

.icon>.label {
    display: none;
}

.icon:before {
    line-height: inherit;
}

.icon.solid:before {
    font-weight: 900;
}

.icon.brands:before {
    font-family: 'Font Awesome 5 Brands';
}

.icon.major {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-radius: 3px;
    border: solid 2px #fff;
    display: inline-block;
    font-size: 1.35em;
    height: calc(3em + 2px);
    line-height: 3em;
    text-align: center;
    width: calc(3em + 2px);
}

.icon.major:before {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block;
    font-size: 1.5em;
}

@media screen and (max-width: 736px) {

    .icon.major {
        font-size: 1em;
    }

}

.icon.style1 {
    color: #00ffcc;
}

.icon.style2 {
    color: #00f0ff;
}

.icon.style3 {
    color: #76ddff;
}

/* Image */

.image {
    border-radius: 3px;
    border: 0;
    display: inline-block;
    position: relative;
}

.image img {
    border-radius: 3px;
    display: block;
}

.image.left {
    float: left;
    margin: 0 2em 2em 0;
    top: 0.25em;
}

.image.right {
    float: right;
    margin: 0 0 2em 2em;
    top: 0.25em;
}

.image.left,
.image.right {
    max-width: 40%;
}

.image.left img,
.image.right img {
    width: 100%;
}

.image.fit {
    display: block;
    margin: 0 0 2em 0;
    width: 100%;
}

.image.fit img {
    width: 100%;
}

/* List */

ol {
    list-style: decimal;
    margin: 0 0 2em 0;
    padding-left: 1.25em;
}

ol li {
    padding-left: 0.25em;
}

ul {
    list-style: none;
    margin: 0 0 2em 0;
    padding-left: 0;
}

ul.alt {
    list-style: none;
    padding-left: 0;
}

ul.alt li {
    border-top: solid 1px #fff;
    padding: 0.5em 0;
}

ul.alt li:first-child {
    border-top: 0;
    padding-top: 0;
}

dl {
    margin: 0 0 2em 0;
}

/* Actions */

ul.actions {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    cursor: default;
    list-style: none;
    margin-left: -1em;
    padding-left: 0;
}

ul.actions li {
    padding: 0 0 0 1em;
    vertical-align: middle;
}

ul.actions.special {
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    width: 100%;
    margin-left: 0;
}

ul.actions.special li:first-child {
    padding-left: 0;
}

ul.actions.stacked {
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
}

ul.actions.stacked li {
    padding: 1em 0 0 0;
}

ul.actions.stacked li:first-child {
    padding-top: 0;
}

ul.actions.fit {
    width: calc(100% + 1em);
}

ul.actions.fit li {
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -moz-flex-shrink: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1;
    width: 100%;
}

.dev741 {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.actions.fit li>* {
    width: 100%;
}

ul.actions.fit.stacked {
    width: 100%;
}

@media screen and (max-width: 480px) {

    ul.actions:not(.fixed) {
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: 0;
        width: 100% !important;
    }

    ul.actions:not(.fixed) li {
        -moz-flex-grow: 1;
        -webkit-flex-grow: 1;
        -ms-flex-grow: 1;
        flex-grow: 1;
        -moz-flex-shrink: 1;
        -webkit-flex-shrink: 1;
        -ms-flex-shrink: 1;
        flex-shrink: 1;
        padding: 1em 0 0 0;
        text-align: center;
        width: 100%;
    }

    ul.actions:not(.fixed) li>* {
        width: 100%;
    }

    ul.actions:not(.fixed) li:first-child {
        padding-top: 0;
    }

    ul.actions:not(.fixed) li input[type="submit"],
    ul.actions:not(.fixed) li input[type="reset"],
    ul.actions:not(.fixed) li input[type="button"],
    ul.actions:not(.fixed) li button,
    ul.actions:not(.fixed) li .button {
        width: 100%;
    }

    ul.actions:not(.fixed) li input[type="submit"].icon:before,
    ul.actions:not(.fixed) li input[type="reset"].icon:before,
    ul.actions:not(.fixed) li input[type="button"].icon:before,
    ul.actions:not(.fixed) li button.icon:before,
    ul.actions:not(.fixed) li .button.icon:before {
        margin-left: -0.5em;
    }

}



/* Icons */
.ppp {
    text-align: center;
    font-weight: 800;
    font-size: 32px;
    margin-top: 64px;
}


.headerNew {
    margin-left: 20%;
}

.headerNew1 {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(237, 73, 51);
    width: 205px;
    height: 45px;
    margin-left: 36%;
    margin-top: 10px;
    border-radius:
        8px;
}

.vvv {
    margin-top: 64px;
    /* border: 2px solid red; */
}

ul.icons {
    cursor: default;
    list-style: none;
    padding-left: 0;
}

ul.icons li {
    display: inline-block;
    padding: 0 1em 0 0;
}

ul.icons li:last-child {
    padding-right: 0 !important;
}

ul.icons.major {
    padding: 1em 0;
}

ul.icons.major li {
    padding-right: 3.5em;
}

@media screen and (max-width: 736px) {

    ul.icons.major li {
        padding: 0 1em !important;
    }

}

/* Table */

.table-wrapper {
/* border: 2px solid red; */
/* height: 800px; */
}

table {
    margin: 0 0 2em 0;
    width: 100%;
}

table tbody tr {
    border: solid 1px #fff;
    border-left: 0;
    border-right: 0;
}

table tbody tr:nth-child(2n + 1) {
    background-color: rgba(144, 144, 144, 0.25);
}

table td {
    padding: 0.75em 0.75em;
}

table th {
    color: #fff;
    font-size: 0.9em;
    font-weight: 600;
    padding: 0 0.75em 0.75em 0.75em;
    text-align: left;
}

table thead {
    border-bottom: solid 2px #fff;
}

table tfoot {
    border-top: solid 2px #fff;
}

table.alt {
    border-collapse: separate;
}

table.alt tbody tr td {
    border: solid 1px #fff;
    border-left-width: 0;
    border-top-width: 0;
}

table.alt tbody tr td:first-child {
    border-left-width: 1px;
}

table.alt tbody tr:first-child td {
    border-top-width: 1px;
}

table.alt thead {
    border-bottom: 0;
}

table.alt tfoot {
    border-top: 0;
}

/* Button */

input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    background-color: transparent;
    border-radius: 3px;
    border: 0;
    box-shadow: inset 0 0 0 2px #fff;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 0.8em;
    font-weight: 600;
    height: 3.125em;
    letter-spacing: 0.225em;
    line-height: 3.125em;
    max-width: 30em;
    padding: 0 2.75em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover,
.button:hover {
    background-color: rgba(144, 144, 144, 0.25);
}

input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active,
button:active,
.button:active {
    background-color: rgba(144, 144, 144, 0.5);
}

input[type="submit"].icon:before,
input[type="reset"].icon:before,
input[type="button"].icon:before,
button.icon:before,
.button.icon:before {
    margin-right: 0.5em;
}

input[type="submit"].fit,
input[type="reset"].fit,
input[type="button"].fit,
button.fit,
.button.fit {
    width: 100%;
}

input[type="submit"].small,
input[type="reset"].small,
input[type="button"].small,
button.small,
.button.small {
    font-size: 0.8em;
}

input[type="submit"].large,
input[type="reset"].large,
input[type="button"].large,
button.large,
.button.large {
    font-size: 1.35em;
}

input[type="submit"].primary,
input[type="reset"].primary,
input[type="button"].primary,
button.primary,
.button.primary {
    background-color: #ed4933;
    box-shadow: none !important;
    color: #ffffff !important;
}

input[type="submit"].primary:hover,
input[type="reset"].primary:hover,
input[type="button"].primary:hover,
button.primary:hover,
.button.primary:hover {
    background-color: #ef5e4a !important;
}

input[type="submit"].primary:active,
input[type="reset"].primary:active,
input[type="button"].primary:active,
button.primary:active,
.button.primary:active {
    background-color: #eb341c !important;
}

input[type="submit"].disabled,
input[type="submit"]:disabled,
input[type="reset"].disabled,
input[type="reset"]:disabled,
input[type="button"].disabled,
input[type="button"]:disabled,
button.disabled,
button:disabled,
.button.disabled,
.button:disabled {
    pointer-events: none;
    opacity: 0.25;
}

@media screen and (max-width: 736px) {

    input[type="submit"],
    input[type="reset"],
    input[type="button"],
    button,
    .button {
        height: 3.75em;
        line-height: 3.75em;
    }

}

/* Features */

.features {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    list-style: none;
    padding: 0;
    width: 100%;
}

.features li {
    padding: 4em 4em 2em 6em;
    display: block;
    position: relative;
    text-align: left;
    width: 50%;
}

.features li:nth-child(1) {
    background-color: rgba(0, 0, 0, 0.035);
}

.features li:nth-child(2) {
    background-color: rgba(0, 0, 0, 0.07);
}

.features li:nth-child(3) {
    background-color: rgba(0, 0, 0, 0.105);
}

.features li:nth-child(4) {
    background-color: rgba(0, 0, 0, 0.14);
}

.features li:nth-child(5) {
    background-color: rgba(0, 0, 0, 0.175);
}

.features li:nth-child(6) {
    background-color: rgba(0, 0, 0, 0.21);
}

.features li:nth-child(7) {
    background-color: rgba(0, 0, 0, 0.245);
}

.features li:nth-child(8) {
    background-color: rgba(0, 0, 0, 0.28);
}

.features li:nth-child(9) {
    background-color: rgba(0, 0, 0, 0.315);
}

.features li:nth-child(10) {
    background-color: rgba(0, 0, 0, 0.35);
}

.features li:before {
    display: block;
    color: #00ffcc;
    position: absolute;
    left: 1.75em;
    top: 2.75em;
    font-size: 1.5em;
}

.features li:nth-child(1) {
    border-top-left-radius: 3px;
}

.features li:nth-child(2) {
    border-top-right-radius: 3px;
}

.features li:nth-last-child(1) {
    border-bottom-right-radius: 3px;
}

.features li:nth-last-child(2) {
    border-bottom-left-radius: 3px;
}

@media screen and (max-width: 980px) {

    .features li {
        padding: 3em 2em 1em 2em;
        text-align: center;
    }

    .features li:before {
        left: 0;
        margin: 0 0 1em 0;
        position: relative;
        top: 0;
    }

}

@media screen and (max-width: 736px) {

    .features li {
        padding: 3em 0 1em 0;
        background-color: transparent !important;
        border-top: solid 2px #fff;
        width: 100%;
    }

    .features li:first-child {
        border-top: 0;
    }

}

/* Spotlight */

.spotlight {
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    height: 100vh;
}

.spotlight1 {
    /* -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center; */

    /* display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex; */
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
    align-items: center;
    height: 100vh;

}



.smartImg {
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover;

}

.imgCenter11 {
    text-align: center;
    display: flex;
}

.smartImg1 {
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.smartImg2 {
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}




.el-tabs__nav {
    display: flex !important;
    justify-content: center !important;
    white-space: nowrap !important;
    position: relative !important;
    transition: transform var(--el-transition-duration) !important;
    z-index: calc(var(--el-index-normal) + 1) !important;
    float: none !important;
    height: 50px !important;
}

.imgBanner {
    width: 100%;
    height: 75%;
    object-fit: cover;
    object-position: top;
    position: relative;
}
.imgBanner1 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    position: relative;
}
.efgh {
    position: relative;

}

.abcd {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 205px;
    /* padding-top: 15px; */
    background-color: rgba(0, 0, 0, 0.5);
    text-align: left;
    padding-left: 20px;
}

.friendsBox {
    width: 100%;
    height: auto;
}

.smart {
    position: relative;
    width: 35%;
    height: 100%;
    overflow: hidden;
}

.smart1 {
    display: inline-block;
    position: relative;
    width: 35%;
    height: 100%;
    /* border: 2px solid red; */

}

.smart2 {
    display: inline-block;
    position: relative;
    width: 35%;
    height: 100%;
    /* border: 2px solid red; */

}

.overlay {
    position: absolute;
    bottom: 0;
    /* 修改为从下到上 */
    left: 0;
    width: 100%;
    height: 0;
    /* 初始高度为0，鼠标经过时改变高度 */
    background-color: rgba(0, 0, 0, 0.5);
    /* 遮盖层的背景色和透明度 */
    transition: height 0.3s ease;
    /* 添加动画效果 */
}

.smart1:hover .overlay {
    height: 100%;

}

.smart:hover .overlay {
    height: 100%;

}



.smart1:hover .smartMain-1 {
    opacity: 1;
}

.smart1:hover .smartMain-2 {
    opacity: 1;
}

.smart1:hover .smartMain-3 {
    opacity: 1;
}

.smart1:hover .smartMain-4 {
    opacity: 1;
}

.smart1:hover .smartMain-5 {
    opacity: 1;
}

.smart:hover .fuc {
    opacity: 1;
}

.smart1:hover .smartBtn {
    opacity: 1;
}


/* 1 */
.smart:hover .smartMain-1 {
    opacity: 1;
}

.smart:hover .smartMain-2 {
    opacity: 1;
}

.smart:hover .smartMain-3 {
    opacity: 1;
}

.smart:hover .smartMain-4 {
    opacity: 1;
}

.smart:hover .smartMain-5 {
    opacity: 1;
}

.smart:hover .smartBtn {
    opacity: 1;
}

/* 3 */

.smartTitle {
    position: absolute;
    width: 390.1px;
    height: 36px;
    left: 10.26%;
    right: 54.1%;
    top: 243px;
    bottom: 801px;

    color: rgb(255, 255, 255);
    font-family: Fira Sans;
    font-size: 40px;
    font-weight: 800;
    line-height: 36px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: uppercase;
}
.smartTitle1 {
    position: absolute;
    width: 390.1px;
    height: 36px;
    left: 10.26%;
    right: 54.1%;
    top: 295px;
    bottom: 801px;

    color: rgb(255, 255, 255);
    font-family: Fira Sans;
    font-size: 40px;
    font-weight: 800;
    line-height: 36px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: uppercase;
}

/* .smart:hover .overlay {
    height: 100%;
} */

/* .smart::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 1;
    transition: opacity 0.3s ease;
} */

/* .smart2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 1;
    transition: opacity 0.3s ease;
} */

/* .smart:hover::before {
    opacity: 1;
} */

.smartMain {
    position: absolute;
    left: 66px;
    right: 276px;
    top: 469px;
    bottom: 589px;


}

.smartMain-1 {  
    position: absolute;
    width: 350px;
    height: 22px;
    left: 66px;
    right: 276px;
    top: 469px;
    bottom: 589px;
    opacity: 0;
    color: rgb(255, 255, 255);
    font-family: Fira Sans;
    font-size: 18px;
    font-weight: 400;
    /* line-height: 22; */
    letter-spacing: 2px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.smartMain-2 {
    position: absolute;
    width: 350px;
    height: 22px;
    left: 66px;
    right: 356px;
    top: 511px;
    bottom: 547px;
    opacity: 0;
    color: rgb(255, 255, 255);
    font-family: Fira Sans;
    font-size: 18px;
    font-weight: 400;
    /* line-height: 22; */
    letter-spacing: 2px;
    text-align: left;
    text-transform: uppercase;
}

.smartMain-3 {
    position: absolute;
    width: 350px;
    height: 22px;
    left: 66px;
    right: 256px;
    top: 553px;
    bottom: 505px;
    opacity: 0;
    color: rgb(255, 255, 255);
    font-family: Fira Sans;
    font-size: 18px;
    font-weight: 400;
    /* line-height: 22; */
    letter-spacing: 2px;
    text-align: left;
    text-transform: uppercase;
}

.smartMain-4 {
    position: absolute;
    width: 350px;
    height: 22px;
    left: 66px;
    right: 276px;
    top: 595px;
    bottom: 463px;
    opacity: 0;
    color: rgb(255, 255, 255);
    font-family: Fira Sans;
    font-size: 18px;
    font-weight: 400;
    /* line-height: 22; */
    letter-spacing: 2px;
    text-align: left;
    text-transform: uppercase;
}

.smartMain-5 {
    position: absolute;
    width: 350px;
    height: 22px;
    left: 66px;
    right: 316px;
    top: 637px;
    bottom: 421px;
    color: rgb(255, 255, 255);
    font-family: Fira Sans;
    font-size: 18px;
    font-weight: 400;
    /* line-height: 22; */
    letter-spacing: 2px;
    text-align: left;
    text-transform: uppercase;
    opacity: 0;
}

.aaaaa {
    color: white;
}

.smartMain-6 {
    position: absolute;
    width: 350px;
    height: 22px;
    left: 266px;
    right: 316px;
    top: 537px;
    bottom: 421px;
    color: rgb(255, 255, 255);
    font-family: Fira Sans;
    font-size: 18px;
    font-weight: 400;
    /* line-height: 22; */
    letter-spacing: 2px;
    text-align: left;
    text-transform: uppercase;
    opacity: 0;
}

.van-tab {
    position: relative !important;
    display: flex !important;
    flex: 0 !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
    padding: 0 var(--van-padding-base) !important;
    color: var(--van-tab-text-color) !important;
    font-size: var(--van-tab-font-size) !important;
    line-height: var(--van-tab-line-height) !important;
    cursor: pointer !important;
}

.van-tabs__nav {
    position: relative !important;
    display: flex !important;
    background: var(--van-tabs-nav-background) !important;
    -webkit-user-select: none !important;
    user-select: none !important;
    justify-content: center !important;
}

.van-tab__text--ellipsis {
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
    background-color: white !important;
    width: 155px !important;
    height: 35px !important;
    text-align: center !important;
    border-radius: 0rem !important;
    color: black !important;
    font-size: 36px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    line-height: 35px !important;
    letter-spacing: 2px !important;
    text-align: center !important;
    text-transform: uppercase !important;
    margin-left: 57px !important;
}

.van-tabs__line {
    position: absolute;
    bottom: 15px;
    left: 27px !important;
    z-index: 1;
    width: var(--van-tabs-bottom-bar-width);
    height: var(--van-tabs-bottom-bar-height);
    background: rgb(233, 188, 14) !important;
    border-radius: var(--van-tabs-bottom-bar-height);
}



.smartBtn {
    position: absolute;

    left: 68px;
    right: 347px;
    top: 81%;
    bottom: 198px;
    background: rgb(237, 73, 51);
    width: 225px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius:
        8px;
}
.midInfo{
    /* margin-bottom: 30px; */
}
.smartBtnabv{
    background: rgb(237, 73, 51);
    width: 225px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius:
        8px;
        color: white;
}
.defenseabc{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 26px;
}
.hhh{
    display: flex;
   
}
.testNewsImg1{
    width: 100%;
    object-fit: cover;
}
.testNewsImgaa{
    width: 35%;
    object-fit: cover;
}
.testNewsImg2{
    width: 30%;
    margin-left: 30px;

    object-fit: cover;
}
.testNewsImg3{
    object-fit: cover;
}
.gebao{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.review_1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.hhh1{
    margin-left: 2px;
}
.adada {
    /* border: 2px solid pink; */
    position: absolute;
    background: rgb(237, 73, 51);
    width: 225px;
    height: 65px;
    border-radius: 8px;
    left: -40px;
    top: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fuc {
    position: absolute;
    width: 350px;
    height: 22px;
    right: 100px;
    left: 66px;
    top: 680px;
    /* border: 2px solid red; */
    opacity: 0;
}


.defend {
    width: 35%;
    height: 1080px;
    border: 2px solid pink;
}

.fireBoom {
    width: 35%;
    height: 1080px;
    border: 2px solid black;
}

.spotlight2 {
    /* -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center; */
    /* display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex; */
    display: flex;
    justify-content: center;
    align-items: center;
    height: 106vh;
    background-size: cover;
}

.spotlight3 {
    /* -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center; */

    /* display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex; */
    display: flex;
    justify-content: center;
    align-items: center;
    height: 102vh;
}

.spotlight .image {
    -moz-order: 1;
    -webkit-order: 1;
    -ms-order: 1;
    order: 1;
    border-radius: 0;
    width: 40%;
}

.spotlight .image img {
    border-radius: 0;
    width: 100%;
}

.spotlight .content {

    padding: 2em 4em 0.1em 4em;
    -moz-order: 2;
    -webkit-order: 2;
    -ms-order: 2;
    order: 2;
    max-width: 48em;
    width: 60%;
}

.spotlight1 .content {
    position: absolute;
    padding: 2em 4em 0.1em 4em;
    -moz-order: 2;
    -webkit-order: 2;
    -ms-order: 2;
    order: 2;
    max-width: 48em;
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.spotlight2 .content {
    position: absolute;
    padding: 2em 4em 0.1em 4em;
    -moz-order: 2;
    -webkit-order: 2;
    -ms-order: 2;
    order: 2;
    max-width: 48em;
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.spotlight3 .content {
    position: absolute;
    padding: 2em 4em 0.1em 4em;
    -moz-order: 2;
    -webkit-order: 2;
    -ms-order: 2;
    order: 2;
    max-width: 48em;
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.spotlight:nth-child(2n) {
    -moz-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.spotlight:nth-child(1) {
    background-color: rgba(0, 0, 0, 0.075);
}

.spotlight:nth-child(2) {
    background-color: rgba(0, 0, 0, 0.15);
}

.spotlight:nth-child(3) {
    background-color: rgba(0, 0, 0, 0.225);
}

.spotlight:nth-child(4) {
    background-color: rgba(0, 0, 0, 0.3);
}

.spotlight:nth-child(5) {
    background-color: rgba(0, 0, 0, 0.375);
}

.spotlight:nth-child(6) {
    background-color: rgba(0, 0, 0, 0.45);
}

.spotlight:nth-child(7) {
    background-color: rgba(0, 0, 0, 0.525);
}

.spotlight:nth-child(8) {
    background-color: rgba(0, 0, 0, 0.6);
}

.spotlight:nth-child(9) {
    background-color: rgba(0, 0, 0, 0.675);
}

.spotlight:nth-child(10) {
    background-color: rgba(0, 0, 0, 0.75);
}

@media screen and (max-width: 1280px) {

    .spotlight .image {
        width: 45%;
    }

    .spotlight .content {
        width: 55%;
    }

}
@media screen and (max-width: 1910px) {

    .el-tabs__header{
        margin-left: 20%;
    }

}
@media screen and (max-width: 980px) {

    .spotlight {
        display: block;
    }

    .spotlight br {
        display: none;
    }

    .spotlight .image {
        width: 100%;
    }

    .spotlight .content {
        padding: 4em 3em 2em 3em;
        max-width: none;
        text-align: center;
        width: 100%;
    }

}

@media screen and (max-width: 736px) {

    .spotlight .content {
        padding: 3em 2em 1em 2em;
    }

}

/* Wrapper */

.wrapper {
    /* padding: 2em 0 2em 0; */
    overflow: hidden;
}


.wrapper1 {
    /* padding: 2em 0 2em 0; */
    overflow: hidden;
}

.wrapper2 {
    padding-top: 12px;
    /* padding-bottom: 18px; */
    /* padding: 6em 0 4em 0; */
}

/* .el-tabs__header {
    padding: 0 !important;
    position: relative !important;

    width: 80% !important;
    margin-top: 32px !important;
    margin-left: 10% !important;
} */


.el-tabs__item {
    /* padding: 0 59px 0 0px !important; */
    height: var(--el-tabs-header-height) !important;
    box-sizing: border-box !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    list-style: none;
    /* font-size: var(--el-font-size-base); */
    font-weight: 500 !important;
    font-size: 34px !important;
    color: var(--el-text-color-primary) !important;
    position: relative !important;
    /* margin-left: 54px; */
}

.el-tabs__active-bar {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    height: 2px !important;
    background-color: orange !important;
    z-index: 1 !important;
    transition: width var(--el-transition-duration) var(--el-transition-function-ease-in-out-bezier), transform var(--el-transition-duration) var(--el-transition-function-ease-in-out-bezier) !important;
    list-style: none !important;
    height: 6px !important;
    /* margin-top: 33px; */
}

.indexShow {
    width: 50%;
    position: absolute;
    left: 25%;
    top: 22rem;
}

.indexShow1 {
    position: absolute;
}

.wrapper>.inner {
    width: 60rem;
    margin: 0 auto;
}

.wrapper2>.inner {
    width: 60rem;
    margin: 0 auto;
    padding-bottom: 20px;
}

.wrapper1>.inner1 {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.ttttt {
    margin-top: 20px;
}

.agh {
    width: 80%;
    height: auto;
}

.agh img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.yibao{
    display: flex;
    justify-content: center;
    align-items: center;
}
.img99 {
   
    height: auto;
    object-fit: cover;
    background-size: 100% 100%;
    /* margin-left: 250px; */
}

.img9 {
    width: 50%;
    height: auto;
    margin-left: 250px;
    margin-top: 20px;

}

.titleStrong {
    font-weight: 800;
    /* margin-left: -870px; */
}

.try {
    text-indent: 4ch;
}

@media screen and (max-width: 1280px) {

    .wrapper>.inner {
        width: 90%;
    }

}

@media screen and (max-width: 980px) {

    .wrapper>.inner {
        width: 100%;
    }

}

.wrapper.alt {
    padding: 0;
}

.wrapper.style1 {
    /* background-image: url("/images/背景.png");
    background-position: 100% 100%; */
    color: #c8ece9;
    width: auto;
    height: 110vh;
    position: relative;
    /* top: -120px; */
}

.companyinfoTitle {
    position: absolute;
    width: 368px;
    height: 86px;
    left: 106px;
    right: 1446px;
    top: 135px;
    bottom: 811px;
    color: rgb(255, 255, 255);
    font-family: Fira Sans;
    font-size: 72px;
    font-weight: 500;
    letter-spacing: 2px;
    text-align: left;
    text-transform: uppercase;
}

.companyinfoFont {
    position: absolute;
    width: 55%;
    height: 125px;
    left: 6%;
    right: 828px;
    top: 249px;
    bottom: 627px;
    /* border: 2px solid red; */
    color: rgb(255, 255, 255);
    font-family: Fira Sans;
    font-size: 24px;
    font-weight: 500;
    /* line-height: 35px; */
    letter-spacing: 2px;
    text-align: left;
    text-transform: uppercase;

}

.foreachCompany-1 {
    /* border: 2px solid red */
    position: absolute;
    width: 276px;
    height: 86px;
    left: 6%;
    right: 1528px;
    top: 463px;
    bottom: 482px;
    cursor: pointer;
    /* background: rgba(253, 252, 252, 0.37); */
    /* border-radius: 45px; */

}

.foreachCompany-2 {
    position: absolute;
    width: 276px;
    height: 86px;
    left: 18%;
    right: 1278px;
    top: 592px;
    bottom: 360px;
    cursor: pointer;
    background: rgba(253, 252, 252, 0.37);

    border-radius:
        45px;

}

.foreachCompany-3 {
    position: absolute;
    width: 276px;
    height: 86px;
    left: 28%;
    right: 1011px;
    top: 725px;
    bottom: 238px;
    cursor: pointer;
    background: rgba(253, 252, 252, 0.37);

    border-radius:
        45px;
}

.foreachCompany-1-path {
    position: relative;
    width: 32.42px;
    height: 32.42px;
    left: 49.4%;
    right: 5.55%;
    top: -6%;
    z-index: 9999;
}

.foreachCompany-2-path {
    position: relative;
    width: 32.42px;
    height: 32.42px;
    left: 49.4%;
    right: 5.55%;
    top: -6%;
    z-index: 9999;
}

.foreachCompany-3-path {
    position: relative;
    width: 32.42px;
    height: 32.42px;
    left: 49.4%;
    right: 5.55%;
    top: -6%;
    z-index: 9999;

}

.foreachCompany-4-path {
    position: relative;
    width: 32.42px;
    height: 32.42px;
    left: 49.4%;
    right: 5.55%;
    top: -6%;
    z-index: 9999;
}

.foreachCompany-1-path1 {
    position: relative;
    width: 66.42px;
    height: 66.42px;
    left: 29.4%;
    right: 4.55%;
    top: 11.72%;

}

.itemaaaa {}

.foreachCompany-2-path2 {
    position: relative;
    width: 66.42px;
    height: 66.42px;
    left: 29.4%;
    right: 4.55%;
    top: 11.72%;
}

.foreachCompany-3-path3 {
    position: relative;
    width: 66.42px;
    height: 66.42px;
    left: 29.4%;
    right: 4.55%;
    top: 11.72%;
}

.foreachCompany-4-path4 {
    position: relative;
    width: 66.42px;
    height: 66.42px;
    left: 29.4%;
    right: 4.55%;
    top: 11.72%;
}

.foreachCompany-1 span {
    position: absolute;
    width: 180px;
    height: 35px;
    left: 11.89%;
    right: 35.66%;
    top: 31.4%;
    bottom: 27.91%;

    color: rgb(255, 255, 255);
    font-family: Fira Sans;
    font-size: 36px;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: 2px;
    text-align: left;
    text-transform: uppercase;
}

.foreachCompany-2 span {
    position: absolute;
    width: 180px;
    height: 35px;
    left: 14.34%;
    right: 33.22%;
    top: 30.23%;
    bottom: 29.07%;

    color: rgb(255, 255, 255);
    font-family: Fira Sans;
    font-size: 36px;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: 2px;
    text-align: left;
    text-transform: uppercase;
}

.foreachCompany-3 span {
    position: absolute;
    width: 180px;
    height: 35px;
    left: 14.34%;
    right: 33.22%;
    top: 30.23%;
    bottom: 29.07%;

    color: rgb(255, 255, 255);
    font-family: Fira Sans;
    font-size: 36px;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: 2px;
    text-align: left;
    text-transform: uppercase;
}

.foreachCompany-4 span {
    position: absolute;
    width: 180px;
    height: 35px;
    left: 14.34%;
    right: 33.22%;
    top: 30.23%;
    bottom: 29.07%;

    color: rgb(255, 255, 255);
    font-family: Fira Sans;
    font-size: 36px;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: 2px;
    text-align: left;
    text-transform: uppercase;
}

.foreachCompany-4 {
    position: absolute;
    width: 276px;
    height: 86px;
    left: 38%;
    right: 777px;
    top: 855px;
    bottom: 116px;
    cursor: pointer;
    background: rgba(253, 252, 252, 0.37);
    border-radius: 45px;
}

.companyinfoImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wrapper.style1 strong,
.wrapper.style1 b {
    color: #ffffff;
}

.wrapper.style1 h2,
.wrapper.style1 h3,
.wrapper.style1 h4,
.wrapper.style1 h5,
.wrapper.style1 h6 {
    color: #ffffff;
}

.wrapper.style1 hr {
    border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style1 blockquote {
    border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style1 code {
    background: rgba(255, 255, 255, 0.075);
}

.wrapper.style1 header p {
    color: #a6e0db;
}

.wrapper.style1 header.major h2,
.wrapper.style1 header.major h3,
.wrapper.style1 header.major h4,
.wrapper.style1 header.major h5,
.wrapper.style1 header.major h6 {
    border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style1 header.major p {
    color: #c8ece9;
}

.wrapper.style1 label {
    color: #ffffff;
}

.wrapper.style1 input[type="text"],
.wrapper.style1 input[type="password"],
.wrapper.style1 input[type="email"],
.wrapper.style1 select,
.wrapper.style1 textarea {
    background-color: rgba(255, 255, 255, 0.075);
}

.wrapper.style1 select {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(0, 0, 0, 0.125)' /%3E%3C/svg%3E");
}

.wrapper.style1 select option {
    color: #ffffff;
    background: #21b2a6;
}

.wrapper.style1 input[type="checkbox"]+label,
.wrapper.style1 input[type="radio"]+label {
    color: #c8ece9;
}

.wrapper.style1 input[type="checkbox"]+label:before,
.wrapper.style1 input[type="radio"]+label:before {
    background: rgba(255, 255, 255, 0.075);
}

.wrapper.style1 input[type="checkbox"]:checked+label:before,
.wrapper.style1 input[type="radio"]:checked+label:before {
    background: #ffffff;
    color: #21b2a6;
}

.wrapper.style1 ::-webkit-input-placeholder {
    color: #a6e0db !important;
}

.wrapper.style1 :-moz-placeholder {
    color: #a6e0db !important;
}

.wrapper.style1 ::-moz-placeholder {
    color: #a6e0db !important;
}

.wrapper.style1 :-ms-input-placeholder {
    color: #a6e0db !important;
}

.wrapper.style1 .formerize-placeholder {
    color: #a6e0db !important;
}

.wrapper.style1 .icon.major {
    border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style1 ul.alt li {
    border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style1 table tbody tr {
    border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style1 table tbody tr:nth-child(2n + 1) {
    background-color: rgba(255, 255, 255, 0.075);
}

.wrapper.style1 table th {
    color: #ffffff;
}

.wrapper.style1 table thead {
    border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style1 table tfoot {
    border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style1 table.alt tbody tr td {
    border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style1 input[type="submit"],
.wrapper.style1 input[type="reset"],
.wrapper.style1 input[type="button"],
.wrapper.style1 button,
.wrapper.style1 .button {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.125);
    color: #ffffff;
}

.wrapper.style1 input[type="submit"]:hover,
.wrapper.style1 input[type="reset"]:hover,
.wrapper.style1 input[type="button"]:hover,
.wrapper.style1 button:hover,
.wrapper.style1 .button:hover {
    background-color: rgba(255, 255, 255, 0.075);
}

.wrapper.style1 input[type="submit"]:active,
.wrapper.style1 input[type="reset"]:active,
.wrapper.style1 input[type="button"]:active,
.wrapper.style1 button:active,
.wrapper.style1 .button:active {
    background-color: rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 736px) {

    .wrapper.style1 .features li {
        border-top-color: rgba(0, 0, 0, 0.125);
    }

}

.wrapper.style2 {
    overflow: hidden;
    background-color: #2e3842;
    height: 104vh;
}

.wrapper.style3 {
    background-color: #505393;
    color: #d3d4e4;
}

.wrapper.style3 strong,
.wrapper.style3 b {
    color: #ffffff;
}

.wrapper.style3 h2,
.wrapper.style3 h3,
.wrapper.style3 h4,
.wrapper.style3 h5,
.wrapper.style3 h6 {
    color: #ffffff;
}

.wrapper.style3 hr {
    border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style3 blockquote {
    border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style3 code {
    background: rgba(255, 255, 255, 0.075);
}

.wrapper.style3 header p {
    color: #b9bad4;
}

.wrapper.style3 header.major h2,
.wrapper.style3 header.major h3,
.wrapper.style3 header.major h4,
.wrapper.style3 header.major h5,
.wrapper.style3 header.major h6 {
    border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style3 header.major p {
    color: #d3d4e4;
}

.wrapper.style3 label {
    color: #ffffff;
}

.wrapper.style3 input[type="text"],
.wrapper.style3 input[type="password"],
.wrapper.style3 input[type="email"],
.wrapper.style3 select,
.wrapper.style3 textarea {
    background-color: rgba(255, 255, 255, 0.075);
}

.wrapper.style3 select {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(0, 0, 0, 0.125)' /%3E%3C/svg%3E");
}

.wrapper.style3 select option {
    color: #ffffff;
    background: #505393;
}

.wrapper.style3 input[type="checkbox"]+label,
.wrapper.style3 input[type="radio"]+label {
    color: #d3d4e4;
}

.wrapper.style3 input[type="checkbox"]+label:before,
.wrapper.style3 input[type="radio"]+label:before {
    background: rgba(255, 255, 255, 0.075);
}

.wrapper.style3 input[type="checkbox"]:checked+label:before,
.wrapper.style3 input[type="radio"]:checked+label:before {
    background: #ffffff;
    color: #505393;
}

.wrapper.style3 ::-webkit-input-placeholder {
    color: #b9bad4 !important;
}

.wrapper.style3 :-moz-placeholder {
    color: #b9bad4 !important;
}

.wrapper.style3 ::-moz-placeholder {
    color: #b9bad4 !important;
}

.wrapper.style3 :-ms-input-placeholder {
    color: #b9bad4 !important;
}

.wrapper.style3 .formerize-placeholder {
    color: #b9bad4 !important;
}

.wrapper.style3 .icon.major {
    border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style3 ul.alt li {
    border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style3 table tbody tr {
    border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style3 table tbody tr:nth-child(2n + 1) {
    background-color: rgba(255, 255, 255, 0.075);
}

.wrapper.style3 table th {
    color: #ffffff;
}

.wrapper.style3 table thead {
    border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style3 table tfoot {
    border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style3 table.alt tbody tr td {
    border-color: rgba(0, 0, 0, 0.125);
}

.wrapper.style3 input[type="submit"],
.wrapper.style3 input[type="reset"],
.wrapper.style3 input[type="button"],
.wrapper.style3 button,
.wrapper.style3 .button {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.125);
    color: #ffffff;
}

.wrapper.style3 input[type="submit"]:hover,
.wrapper.style3 input[type="reset"]:hover,
.wrapper.style3 input[type="button"]:hover,
.wrapper.style3 button:hover,
.wrapper.style3 .button:hover {
    background-color: rgba(255, 255, 255, 0.075);
}

.wrapper.style3 input[type="submit"]:active,
.wrapper.style3 input[type="reset"]:active,
.wrapper.style3 input[type="button"]:active,
.wrapper.style3 button:active,
.wrapper.style3 .button:active {
    background-color: rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 736px) {

    .wrapper.style3 .features li {
        border-top-color: rgba(0, 0, 0, 0.125);
    }

}

.wrapper.style4 {
    background-color: transparent;
    /* height: 100vh; */
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
        url("../../images/banner.jpg");
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
        url("../../images/banner.jpg");
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
        url("../../images/banner.jpg");
    background-image: linear-gradient(top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
        url("../../images/banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
   
}

.wrapper.style5 {
    background-color: #ffffff;
    color: #4E4852;
    padding-bottom: 20px;
}

.wrapper1.style5 {
    background-color: #ffffff;
    color: #4E4852;
}

.wrapper2.style5 {
    background-color: #ffffff;
    color: #4E4852;
}

.wrapper.style5 strong,
.wrapper.style5 b {
    color: #2E3842;
}

.wrapper.style5 h2,
.wrapper.style5 h3,
.wrapper.style5 h4,
.wrapper.style5 h5,
.wrapper.style5 h6 {
    color: #2E3842;
}

.wrapper.style5 hr {
    border-color: #dfdfdf;
}

.wrapper.style5 blockquote {
    border-color: #dfdfdf;
}

.wrapper.style5 code {
    background: rgba(0, 0, 0, 0.0375);
}

.wrapper.style5 header p {
    color: #8E8892;
}

.wrapper.style5 header.major h2,
.wrapper.style5 header.major h3,
.wrapper.style5 header.major h4,
.wrapper.style5 header.major h5,
.wrapper.style5 header.major h6 {
    border-color: #dfdfdf;
}

.wrapper.style5 header.major p {
    color: #4E4852;
}

.wrapper.style5 label {
    color: #2E3842;
}

.wrapper.style5 input[type="text"],
.wrapper.style5 input[type="password"],
.wrapper.style5 input[type="email"],
.wrapper.style5 select,
.wrapper.style5 textarea {
    background-color: rgba(0, 0, 0, 0.0375);
}

.wrapper.style5 select {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='%23dfdfdf' /%3E%3C/svg%3E");
}

.wrapper.style5 select option {
    color: #2E3842;
    background: #ffffff;
}

.wrapper.style5 input[type="checkbox"]+label,
.wrapper.style5 input[type="radio"]+label {
    color: #4E4852;
}

.wrapper.style5 input[type="checkbox"]+label:before,
.wrapper.style5 input[type="radio"]+label:before {
    background: rgba(0, 0, 0, 0.0375);
}

.wrapper.style5 input[type="checkbox"]:checked+label:before,
.wrapper.style5 input[type="radio"]:checked+label:before {
    background: #2E3842;
    color: #ffffff;
}

.wrapper.style5 ::-webkit-input-placeholder {
    color: #8E8892 !important;
}

.wrapper.style5 :-moz-placeholder {
    color: #8E8892 !important;
}

.wrapper.style5 ::-moz-placeholder {
    color: #8E8892 !important;
}

.wrapper.style5 :-ms-input-placeholder {
    color: #8E8892 !important;
}

.wrapper.style5 .formerize-placeholder {
    color: #8E8892 !important;
}

.wrapper.style5 .icon.major {
    border-color: #dfdfdf;
}

.wrapper.style5 ul.alt li {
    border-color: #dfdfdf;
}

.wrapper.style5 table tbody tr {
    border-color: #dfdfdf;
}

.wrapper.style5 table tbody tr:nth-child(2n + 1) {
    background-color: rgba(0, 0, 0, 0.0375);
}

.wrapper.style5 table th {
    color: #2E3842;
}

.wrapper.style5 table thead {
    border-color: #dfdfdf;
}

.wrapper.style5 table tfoot {
    border-color: #dfdfdf;
}

.wrapper.style5 table.alt tbody tr td {
    border-color: #dfdfdf;
}

.wrapper.style5 input[type="submit"],
.wrapper.style5 input[type="reset"],
.wrapper.style5 input[type="button"],
.wrapper.style5 button,
.wrapper.style5 .button {
    box-shadow: inset 0 0 0 2px #dfdfdf;
    color: #2E3842;
}

.wrapper.style5 input[type="submit"]:hover,
.wrapper.style5 input[type="reset"]:hover,
.wrapper.style5 input[type="button"]:hover,
.wrapper.style5 button:hover,
.wrapper.style5 .button:hover {
    background-color: rgba(0, 0, 0, 0.0375);
}

.wrapper.style5 input[type="submit"]:active,
.wrapper.style5 input[type="reset"]:active,
.wrapper.style5 input[type="button"]:active,
.wrapper.style5 button:active,
.wrapper.style5 .button:active {
    background-color: rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 736px) {

    .wrapper.style5 .features li {
        border-top-color: #dfdfdf;
    }

}

@media screen and (max-width: 980px) {

    .wrapper {
        /* padding: 4em 3em 2em 3em; */
    }

}

@media screen and (max-width: 736px) {

    .wrapper {
        /* padding: 3em 2em 1em 2em; */
    }

}

/* Page Wrapper + Menu */

#page-wrapper {
    -moz-transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    opacity: 1;
    /* padding-top: 3em; */
    overflow: hidden;
    /* overflow-y: hidden; */
}

#page-wrapper:before {
    background: rgba(0, 0, 0, 0);
    content: '';
    display: block;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10001;
}

#menu {
    -moz-transform: translateX(20em);
    -webkit-transform: translateX(20em);
    -ms-transform: translateX(20em);
    transform: translateX(20em);
    -moz-transition: -moz-transform 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    transition: transform 0.5s ease;
    -webkit-overflow-scrolling: touch;
    background: rgb(26, 70, 89);
    color: #ffffff;
    height: 100%;
    max-width: 80%;
    overflow-y: auto;
    padding: 3em 2em;
    position: fixed;
    right: 0;
    top: 0;
    width: 13em;
    z-index: 10002;
}

#menu ul {
    list-style: none;
    padding: 0;
}

#menu ul>li {
    border-top: solid 1px rgba(0, 0, 0, 0.125);
    margin: 0.5em 0 0 0;
    padding: 0.5em 0 0 0;
}

#menu ul>li:first-child {
    border-top: 0 !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
}

#menu ul>li>a {
    border: 0;
    color: inherit;
    display: block;
    font-size: 0.8em;
    letter-spacing: 0.225em;
    outline: 0;
    text-decoration: none;
    text-transform: uppercase;
}

@media screen and (max-width: 736px) {
    #menu ul>li>a {
        line-height: 3em;
    }

}

#menu .close {
    /* background-image: url("images/close.svg"); */
    background-position: 4.85em 1em;
    background-repeat: no-repeat;
    border: 0;
    cursor: pointer;
    display: block;
    height: 3em;
    position: absolute;
    right: 0;
    top: 0;
    vertical-align: middle;
    width: 7em;
}

@media screen and (max-width: 736px) {

    #menu {
        padding: 3em 1.5em;
    }

}

body.is-menu-visible #page-wrapper {
    opacity: 0.35;
}

body.is-menu-visible #page-wrapper:before {
    display: block;
}

body.is-menu-visible #menu {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

/* Header */

#header {
    -moz-transition: background-color 0.2s ease;
    -webkit-transition: background-color 0.2s ease;
    -ms-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
    background: rgb(28, 71, 90);
    height: 3em;
    left: 0;
    line-height: 3em;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}


#header1 {
    -moz-transition: background-color 0.2s ease;
    -webkit-transition: background-color 0.2s ease;
    -ms-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
    background: rgb(28, 71, 90);
    height: 3em;
    left: 0;
    line-height: 3em;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
.van-card {
    cursor: pointer !important;
    position: relative;
    box-sizing: border-box;
    padding: var(--van-card-padding);
    color: var(--van-card-text-color);
    font-size: var(--van-card-font-size);
    background: var(--van-card-background);
}
.van-card__thumb img {
    object-position: top;
    border-radius: var(--van-card-thumb-radius);
    object-fit: cover !important;
}

#header h1 {
    -moz-transition: opacity 0.2s ease;
    -webkit-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    height: inherit;
    /* left: 1.25em; */
    line-height: inherit;
    position: absolute;
    top: 0;
}
.whyIsShow{
    border: 2px solid red;
}
#header h1 a {
    border: 0;
    display: block;
    height: inherit;
    line-height: inherit;
}

@media screen and (max-width: 736px) {

    #header h1 a {
        font-size: 0.8em;
    }

}

#header nav {
    height: inherit;
    line-height: inherit;
    position: absolute;
    right: 0;
    top: 0;
}

#header1 nav {
    height: inherit;
    line-height: inherit;
    position: absolute;
    right: 0;
    top: 0;
}

#header nav>ul {
    list-style: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

#header1 nav>ul {
    list-style: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

#header nav>ul>li {
    display: inline-block;
    padding: 0;
}

#header1 nav>ul>li {
    display: inline-block;
    padding: 0;
}

#header nav>ul>li>a {
    border: 0;
    color: #fff;
    display: block;
    font-size: 0.8em;
    letter-spacing: 0.225em;
    padding: 0 1.5em;
    text-transform: uppercase;
}

#header1 nav>ul>li>a {
    border: 0;
    color: #fff;
    display: block;
    font-size: 0.8em;
    letter-spacing: 0.225em;
    padding: 0 1.5em;
    text-transform: uppercase;
}

#header nav>ul>li>a.menuToggle {
    outline: 0;
    position: relative;
}

#header1 nav>ul>li>a.menuToggle {
    outline: 0;
    position: relative;
}

#header nav>ul>li>a.menuToggle:after {
    background-image: url("../../images/barCopy.png");
    background-position: right center;
    background-repeat: no-repeat;
    content: '';
    display: inline-block;
    height: 3.75em;
    vertical-align: top;
    width: 2em;
}

#header1 nav>ul>li>a.menuToggle:after {
    background-image: url("../../images/barCopy.png");
    background-position: right center;
    background-repeat: no-repeat;
    content: '';
    display: inline-block;
    height: 3.75em;
    vertical-align: top;
    width: 2em;
}

.yyu {
    margin-left: 3.7rem;
}

@media screen and (max-width: 736px) {

    #header nav>ul>li>a.menuToggle {
        padding: 0 1.5em;
    }

    #header nav>ul>li>a.menuToggle span {
        display: none;
    }

    #header1 nav>ul>li>a.menuToggle {
        padding: 0 1.5em;
    }

    #header1 nav>ul>li>a.menuToggle span {
        display: none;
    }
}

@media screen and (max-width: 736px) {

    #header nav>ul>li>a {
        padding: 0 0 0 1.5em;
    }

    #header1 nav>ul>li>a {
        padding: 0 0 0 1.5em;
    }
}

#header nav>ul>li:first-child {
    margin-left: 0;
}

#header1 nav>ul>li:first-child {
    margin-left: 0;
}

#header.alt {
    background: transparent;
}

#header1.alt {
    background: transparent;
}

#header.alt h1 {
    pointer-events: none;
    opacity: 0;
}

#header1.alt h1 {
    pointer-events: none;
    opacity: 0;
}

/* Banner */
#one {
    height: 100vh;
    width: 100vw;
}

#companyinfo {
    height: 100vh;
    width: 100vw;
}

#cta {
    height: 100vh;
    width: 100vw;
}

#banner {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    cursor: default;
    width: 100vw;
    height: 100vh;
    min-height: 35em;
    overflow: hidden;
    position: relative;
    text-align: center;
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
        url("../../images/banner.jpg");
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
        url("../../images/banner.jpg");
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
        url("../../images/banner.jpg");
    background-image: linear-gradient(top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
        url("../../images/banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

#banner h2 {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -moz-transition: -moz-transform 0.5s ease, opacity 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease, opacity 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease;
    display: inline-block;
    font-size: 1.5em;
    opacity: 1;
    padding: 0.35em 1em;
    position: relative;
    z-index: 1;
}

#banner h2:before,
#banner h2:after {
    -moz-transition: width 0.85s ease;
    -webkit-transition: width 0.85s ease;
    -ms-transition: width 0.85s ease;
    transition: width 0.85s ease;
    -moz-transition-delay: 0.25s;
    -webkit-transition-delay: 0.25s;
    -ms-transition-delay: 0.25s;
    transition-delay: 0.25s;
    background: #fff;
    content: '';
    display: block;
    height: 2px;
    position: absolute;
    width: 100%;
}

#banner h2:before {
    top: 0;
    left: 0;
}

#banner h2:after {
    bottom: 0;
    right: 0;
}

#banner p {
    letter-spacing: 0.225em;
    text-transform: uppercase;
    font-size: 16px;
}



.spanA {
    font-size: 18px;
}

#banner p a {
    color: inherit;
}

#banner .more {
    -moz-transition: -moz-transform 0.75s ease, opacity 0.75s ease;
    -webkit-transition: -webkit-transform 0.75s ease, opacity 0.75s ease;
    -ms-transition: -ms-transform 0.75s ease, opacity 0.75s ease;
    transition: transform 0.75s ease, opacity 0.75s ease;
    -moz-transition-delay: 3.5s;
    -webkit-transition-delay: 3.5s;
    -ms-transition-delay: 3.5s;
    transition-delay: 3.5s;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    border: none;
    bottom: 0;
    color: inherit;
    font-size: 0.8em;
    height: 8.5em;
    left: 50%;
    letter-spacing: 0.225em;
    margin-left: -8.5em;
    opacity: 1;
    outline: 0;
    padding-left: 0.225em;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 16em;
    z-index: 1;
}

#banner .more:after {
    background-image: url("../../images/arrow.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 4em;
    content: '';
    display: block;
    height: 1.5em;
    left: 50%;
    margin: 0 0 0 -0.75em;
    position: absolute;
    width: 1.5em;
}

#banner:after {
    pointer-events: none;
    -moz-transition: opacity 3s ease-in-out;
    -webkit-transition: opacity 3s ease-in-out;
    -ms-transition: opacity 3s ease-in-out;
    transition: opacity 3s ease-in-out;
    -moz-transition-delay: 1.25s;
    -webkit-transition-delay: 1.25s;
    -ms-transition-delay: 1.25s;
    transition-delay: 1.25s;
    content: '';
    background: #2e3842;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.yuy {}

.img1 {
    /* margin-left: 310px; */
}

.btn1 {
    width: 80px;
}

.img88 {
    margin-left: 180px;
}

.img5 {

    object-fit: contain;
}
.imgBox{
    display: flex;
    flex-direction: column;
    object-fit: contain;
}
@media screen and (max-width: 736px) {

    #banner {
        padding: 7em 3em 5em 3em;
        height: auto;
        min-height: 0;
    }

    #banner h2 {
        font-size: 1.25em;
    }

    #banner br {
        display: none;
    }

    #banner .more {
        display: none;
    }

}

body.is-preload #banner h2 {
    -moz-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
}

body.is-preload #banner h2:before,
body.is-preload #banner h2:after {
    width: 0;
}

body.is-preload #banner .more {
    -moz-transform: translateY(8.5em);
    -webkit-transform: translateY(8.5em);
    -ms-transform: translateY(8.5em);
    transform: translateY(8.5em);
    opacity: 0;
}

body.is-preload #banner:after {
    opacity: 1;
}

/* CTA */

#cta .inner {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    /* max-width: 45em; */
    margin-top: 61px;
}

#cta .inner header {
    -moz-order: 1;
    -webkit-order: 1;
    -ms-order: 1;
    order: 1;
    padding-right: 3em;
    width: 70%;
}

#cta .inner header p {
    color: inherit;
}

#cta .inner .actions {
    -moz-order: 2;
    -webkit-order: 2;
    -ms-order: 2;
    order: 2;
    width: 30%;
}

@media screen and (max-width: 980px) {

    #cta .inner {
        display: block;
        text-align: center;
    }

    #cta .inner header {
        padding-right: 0;
        width: 100%;
    }

    #cta .inner .actions {
        margin-left: auto;
        margin-right: auto;
        max-width: 20em;
        width: 100%;
    }

}

@media screen and (max-width: 736px) {

    #cta .inner .actions {
        max-width: none;
    }

}

/* Main */


/* new */

.title_1 {
    font-size: 30px;
}




/* new */
#main>header {
    padding: 12em 0 10em 0;
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../images/banner.jpg");
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../images/banner.jpg");
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../images/banner.jpg");
    background-image: linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../images/banner.jpg");
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    font-size: 20px;
}

#main>header h2 {
    font-size: 1.75em;
    margin: 0 0 0.5em 0;
}

#main>header p {
    color: inherit;
    letter-spacing: 0.225em;
    text-transform: uppercase;
    top: 0;
}

#main>header p a {
    color: inherit;
}

@media screen and (max-width: 1680px) {

    #main>header {
        padding: 10em 0 8em 0;
    }

}

@media screen and (max-width: 1280px) {

    #main>header {
        padding: 8em 3em 6em 3em;
    }

}

@media screen and (max-width: 980px) {

    #main>header {
        padding: 10em 3em 8em 3em;
    }

}

@media screen and (max-width: 736px) {

    #main>header {
        padding: 5em 3em 3em 3em;
    }

    #main>header h2 {
        font-size: 1.25em;
        margin: 0 0 1em 0;
    }

}

body.is-mobile #main>header {
    background-attachment: scroll;
}

/* Footer */

#footer {
    padding: 2em 0 4em 0;
    background-color: #1d242a;
    text-align: center;
}

#footer .icons {
    font-size: 1.25em;
}

#footer .icons a {
    color: rgba(255, 255, 255, 0.5);
}

#footer .icons a:hover {
    color: #fff;
}

#footer .copyright {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.8em;
    letter-spacing: 0.225em;
    list-style: none;
    padding: 0;
    text-transform: uppercase;
}

#footer .copyright li {
    border-left: solid 1px rgba(255, 255, 255, 0.5);
    display: inline-block;
    line-height: 1em;
    margin-left: 1em;
    padding-left: 1em;
}

#footer .copyright li:first-child {
    border-left: 0;
    margin-left: 0;
    padding-left: 0;
}

#footer .copyright li a {
    color: inherit;
}

#footer .copyright li a:hover {
    color: #fff;
}

@media screen and (max-width: 480px) {

    #footer .copyright li {
        border: 0;
        display: block;
        line-height: 1.65em;
        margin: 0;
        padding: 0.5em 0;
    }

}

@media screen and (max-width: 980px) {

    #footer {
        padding: 4em 3em 2em 3em;
    }

}

@media screen and (max-width: 736px) {

    #footer {
        padding: 3em 2em 1em 2em;
    }

}

/* Landing */

body.landing #page-wrapper {
    /* background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../images/banner.jpg");
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../images/banner.jpg");
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../images/banner.jpg");
    background-image: linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../images/banner.jpg"); */
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 0;
}

body.landing #footer {
    height: 100%;
    background-color: rgba(29, 36, 42, 0.9);
}

body.is-mobile.landing #page-wrapper {}

body.is-mobile.landing #banner,
body.is-mobile.landing .wrapper.style4 {
    /* background: url('../../images/banner.jpg'); */
    /* background: url('D:\companyWebsite\images'); */
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../images/banner.jpg");
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../images/banner.jpg");
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../images/banner.jpg");
    background-image: linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../images/banner.jpg");
    background-position: center center;
    background-repeat: repeat-x;
    background-size: cover;
    height: 100vh;
}

body.is-mobile.landing #footer {
    background-color: #1d242a;
}


/*以下为新增 */

.bannerul li {
    display: inline;
    padding-right: 1em;
    font-size: 1.9em;
}

.bannerul a::before {
    border-radius: 100%;
    transition: all 0.2s ease-in-out;
    border: solid 1px #fff;
    height: 2.5em;
    line-height: 2.5em;
    position: relative;
    text-align: center;
    top: 0;
    width: 2.5em;
}

#newdetail {
    font-size: 15px;
    margin-top: 20%;
}

#newdetail::after {
    content: '\f061';
}

.contact {
    display: block;
    /* border: 2px solid red; */
   
}

#message {
    display: block;
    /* width: 50%; */
    border-right: 1px solid #8E8892;
    float: left;
    font-size: small;
    /* margin-bottom: -100px; */
    padding-left: 30%;
    /* border: 2px solid pink; */
}

#message img {
    display: block;
    width: 70%;
    text-align: center;
}

#message ul {
    text-align: left;
}

/* #message ul li:nth-child(1) a::before{
		content: '\e634';
	}

	.comm li:nth-child(2) a::before{
		content: '\e634';
	}

	.comm li:nth-child(3) a::before{
		content: '\e634';
	}

	.comm li:nth-child(4) a::before{
		content: '\e6a0';
	}

	.comm li:nth-child(5) a::before{
		content: '\e634';
	} */
.1 {
    height: 100%;
    margin-left: 1.25rem;
}

.img_header {
    height: 100%;
}

#wechat {
    float: left;
    display: block;
    text-align: left;
    padding-left: 10%;
    padding-top: 40px;
}

#wechat p {
    display: block;
    font-size: small;
    margin-bottom: auto;
    text-align: justify;
}

#wechat img {
    display: block;
    width: 50%;
}

#footer-copy {
    clear: both;
    display: block;
    padding-top: 10px;
}


:root {
    --w: 310;
    --speed: 2s;
    --s: 5;
}

#container {
    text-align: center;
    width: 55%;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-left: 20%;
}

.newlist {
    display: flex;
    flex-direction: row;
    opacity: 1;
    width: 3000px;
    overflow: hidden;
    /* margin-top: 235px; */
    animation: move calc(var(--speed)*var(--s)) steps(var(--s)) infinite;
}

.newlist li {
    margin-left: 10px;
    margin-right: 10px;
    display: block;
    animation: limove calc(var(--speed)) infinite;
}

@keyframes move {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(var(--s)*var(--w)*-1px));
    }
}

@keyframes limove {
    0% {
        transform: translateX(0);
    }

    80%,
    100% {
        transform: translateX(calc(var(--w)*-1px));
    }
}

.backvedio {
    width: 100vw;
    position: relative;
    margin-left: 0;
    height: 30vw;
}

.backvedio header {
    margin-left: 2em;
    padding-top: 3.5em;
}

.backvedio li {
    margin-left: 2em;
    width: 200px;
}

.video-background {
    width: 60%;
    position: absolute;
    right: 0;
    top: 0;
    object-fit: cover;
}

/* .slide-fade-enter-active,
.slide-fade-leave-active {
    transition: all 0.5s;

} */

/* .slide-fade-enter,
.slide-fade-leave-to {
    transform: translateY(-150px);
    opacity: 0;
} */



/* .custom-pagination .van-pagination__item--prev,
.custom-pagination .van-pagination__item--next {
    display: none;
} */

.adads {
    margin-left: 53px;
}

/* 分页css */
.custom-pagination {
    padding-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.smartPeak {
    cursor: pointer; /* 添加鼠标手势 */
    /* transform: translateY(-100%); */

}

.fot1 {
    margin-left: 6rem;
}

.fot2 {
    margin-left: 4.8rem;
}

/* .smartPeak:hover+#contactInfo,
#contactInfo:hover {
    display: block;
    animation: fade-in-out 10s ease-in-out  infinite;
} */

/* #contactInfo {
    opacity: 0; 
} */
@keyframes fade-in-out {
    0% { opacity: 0; }
    50% { opacity: 5; }
    100% { opacity: 0; }
  }
.title-news {
    display: flex;
    justify-content: center;
    align-items: center;
    /* font-weight: 700; */
    font-size: 36px;
    line-height: 1.5;
    color: rgb(0, 0, 0);
    font-family: Fira Sans;
    margin-top: 95px;
    margin-bottom: 26px;
    letter-spacing: 2px;
    text-align: left;
    text-transform: uppercase;
}

.devStrong {
    display: flex;
    justify-content: center;
    color: rgb(0, 0, 0);
    font-family: Fira Sans;
    font-size: 36px;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: 2px;
    text-align: left;
    text-transform: uppercase;
    margin-top: 95px;
}

.devStrong1 {
    display: flex;
    justify-content: center;
    color: rgb(0, 0, 0);
    font-family: Fira Sans;
    font-size: 36px;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: 2px;
    text-align: left;
    text-transform: uppercase;
    margin-top: 95px;
    /* margin-bottom: 142px; */
}

.ulMax {
    margin-top: 80px;
}

.honor {
    /* width: 100%; */
    object-fit: contain;
}

.beFriend {
    object-fit: cover;
    /* background-size: 100% 100%; */
    /* margin-right: -33px; */
    /* margin-left: -128px; */
}

.van-pagination {
    font-size: var(--van-pagination-font-size) !important;
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
}

.data-news {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #999;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}


.contactBox {
    display: flex;
    flex-direction: row;
}

.contact-left {
    /* border: 2px solid red; */
    width: 50%;
    height: 100%;
}

.img97 {
    width: 100%;
    height: auto;
    background-size: 100% 100%;
    object-fit: cover;
}

.left-img {
    width: 100%;
}

.contact-right {
    margin-left: 15px;
    /* border: 2px solid blue; */
    width: 50%;
    height: 100%;
    padding-top: 10px;
}

.contact-right-1 {
    /* border: 2px solid pink; */
    /* width: 20%; */
    margin-right: 10px;

}

.box1 {
    display: flex;
    /* margin-top: 10px; */
}

.box2,
.box3,
.box4,
.box5 {
    display: flex;
    /* margin-top: 22.5px; */
}

/* <img src="./images/gt.png"alt=""class="imggt"> */
.efeaf {
    text-align: right;
}

/* .box {
    display: flex;
} */
hr {
    border: 0;
    border-bottom: solid 0.5px#edebeb;
    margin: 0.45em 0;
}

.imggt {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.gyb {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.xsb_3 {

    margin-bottom: 20px;
}

pre {
    color: black;
}


.news-title {
    font-size: 20px;
}


.news-img {
    width: 120px;
    height: 120px;
}

.testNewsImg {
    width: 100%;
     object-fit: contain;
}
.testNewsImg88 {
     object-fit: contain;
}
.testNewsImg7 {

     object-fit: contain;
}
.testNewsImg1 {
  width: 70%;
    object-fit: contain;
}

.imgCenter {
    /* border: 2px solid pink; */
    text-align: center;
}
.imgCenter1 {

    /* border: 2px solid pink; */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.firstDemo {
    /* border: 2px solid red; */
    /* width: 74%; */
    /* text-align: center; */
    /* margin-left: 153px; */
    display: flex;
    /* justify-content: center; */
    font-weight: 400;
    line-height: 50px;
    letter-spacing: 2px;
    font-family: Fira Sans;
}

.uio {
    font-weight: 800;
}

.newsP-2 {
    margin-left: -565px;
}


.service123 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.servece_1 {
    margin-bottom: 26px;
}

.news-button {
    text-align: center;
}

.newAndActive {

    font-weight: 400;
    font-size: 22px;
}

.news-title:hover {
    color: orange;
}

.service {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.service-1 {
    background-color: rgb(248, 248, 248);
    width: 33.3%;
    /* border: 2px solid red; */
    height: auto;
    border-radius: 0 0 2px 2px;

}

#serviceImg {
    width: 100%;
    transition: transform 0.3s ease-in-out;
}

#serviceImg-1 {
    width: 100%;
    transition: transform 0.3s ease-in-out;
}

#serviceImg-2 {
    width: 100%;
    transition: transform 0.3s ease-in-out;
}

.service-2 {
    background-color: rgb(248, 248, 248);
    margin-left: 20px;
    width: 33.3%;
    /* border: 2px solid pink; */
    border-radius: 0 0 2px 2px;

}

.service-btm {
    padding: 42px 60px 65px;
}

.serce-title1 {
    font-size: 36px;
    line-height: 42px;
    font-weight: 400;
    color: #3d3d3d;
}

.btm {
    margin-top: 38px;
    background: #f8c300;
}

.service-main {
    margin-top: 28px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    color: rgba(61, 61, 61, .7);
}

.sys {
    width: 25%;
    height: auto;
    background-color: rgb(248, 248, 248);
    padding: 1.75rem 2rem 2.625rem;
    margin-right: 20px;
    margin-top: 20px;
}

#myImage {
    width: 100%;
    height: 209px;
    transition: transform 0.3s ease-in-out;
    /* background-position: 80%; */
    object-fit: contain;
}

#myImage:hover {
    transform: scale(1.1);
}

.sys-title {
    font-size: 18px;
    font-weight: 800;
}

.step {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.indexNews:hover {
    color: orange;
}

.SmartMines {
    display: flex;
    /* border: 2px solid pink; */
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
}


.van-tab__text--ellipsis {

    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    background-color: #3d3d3d;
    width: 100px;
    height: 30px;
    text-align: center;
    border-radius: 1.5rem;
    color: white;
    font-size: 20px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.successStory {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
    color: black;
    font-weight: 500;
    font-size: 30px;
}

.imgShowRight {
    width: 40%;
    margin-top: 10px;
    /* border: 2px solid pink; */
}

.imgShowRight img {
    width: 100%;
}




.titleShowLeft {
    font-weight: 800;
}

.showLeft {
    margin-left: 20px;
    margin-top: 10px;
}

.btnSearchOnline {
    margin-top: 150px;
    margin-left: 280px;
    background: #f7b202;
}

.scale-up {
    transform: scale(1.1);
    /* 将图片放大到1.2倍 */
}

.fireImg {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.fireImg img {
    width: 100%;
    height: auto;
    background-image: 100% 100%;
    object-fit: cover;
}

/* .wenzi {

    font-size: 1rem;

    font-family: SourceHanSansSC-Regular, Tahoma, Arial, sans-serif;
} */

.wenzi .func {
    font-weight: 1000;
}

.spotlight1 img {
    width: 100%;
    height: 100%;

}

.spotlight2 img {
    width: 100%;
    height: 100%;


}

.spotlight3 img {
    width: 100%;
    height: 100%;

}

.content h2 {
    font-size: 40px;
}

.twoModule {
    /* border: 2px solid red; */
    /* height: 100vh; */
    height: calc(100vh-50vh);
    width: 100%;
    /* background-color: red; */

}

.imgSmart {
    height: 100%;
    width: 100%;
}

.tyu {
    float: right;
}

.imgDiv{
    margin-bottom: 20px;
}
.marktImg{
    height: 20%;
}
.beian{
    display: inline-block;
    margin-top: 10px;
}
.beianImg{
    margin-top: 15px;
}