*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0
}

body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
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,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
    margin: 0;
    padding: 0
}

div,
p,
span,
i,
em {
    white-space: inherit !important
}

a {
    color: #666;
    outline: none;
    text-decoration: none
}

a:hover {
    color: var(--main-color)
}

ol,
ul {
    list-style: none
}

img {
    border: 0;
    vertical-align: top
}

table {
    border-collapse: collapse;
    width: 100%
}

input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'] {
    cursor: pointer;
    outline: none
}

input[type='checkbox'],
input[type='radio'] {
    position: relative;
    vertical-align: middle;
    margin: -2px 5px 1px
}

textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'] {
    padding: 0;
    color: #616161;
    outline: none
}

html,
body {
    position: relative;
    scroll-behavior: smooth;
    min-width: 125.9rem
}

html {
    font-size: 10px
}

@media screen and (min-width:1920px) {
    html {
        font-size: 10px !important
    }
}

@media (max-width:1024px) {
    html {
        font-size: 8px !important
    }
}

@font-face {
    font-family: "Oswald";
    src: url('../fonts/Oswald-Bold.woff');
    src: url('../fonts/Oswald-Bold.eot');
    src: url('../fonts/Oswald-Bold.otf');
    src: url('../fonts/Oswald-Bold.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

:root {
    --main-color: #317dc0;
    --font-family-1: "Oswald"
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px
}

::-webkit-scrollbar-thumb {
    height: 0;
    opacity: .5;
    background: rgba(0, 0, 0, 0.08);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

::-webkit-scrollbar-thumb:hover {
    background-color: var(--main-color)
}

::-webkit-scrollbar-thumb:active {
    background-color: var(--main-color)
}

.f-l {
    float: left
}

.f-r {
    float: right
}

.dw {
    top: -9rem;
    width: 1px;
    z-index: -1;
    position: absolute
}

.clearfix:after {
    clear: both;
    height: 0;
    content: "";
    line-height: 0;
    font-size: 0;
    display: block
}

.vcenter {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    display: block;
    vertical-align: middle;
    text-align: center;
    margin: auto
}

.hid {
    text-overflow: ellipsis;
    white-space: nowrap
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ellipsis1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1
}

.ellipsis2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2
}

.ellipsis3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3
}

.ellipsis4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4
}

.ellipsis5 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes dong {
    0% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes dong {
    0% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeInUp2 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInUp2 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInUp2 {
    -webkit-animation-name: fadeInUp2;
    animation-name: fadeInUp2
}

@-webkit-keyframes fadeInUp3 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInUp3 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInUp3 {
    -webkit-animation-name: fadeInUp3;
    animation-name: fadeInUp3
}

@-webkit-keyframes fadeInDown2 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -50px, 0);
        transform: translate3d(0, -50px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInDown2 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -50px, 0);
        transform: translate3d(0, -50px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInDown3 {
    -webkit-animation-name: fadeInDown3;
    animation-name: fadeInDown3
}

@-webkit-keyframes fadeInDown3 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInDown3 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInDown2 {
    -webkit-animation-name: fadeInDown2;
    animation-name: fadeInDown2
}

@-webkit-keyframes fadeInLeft {
    from {
        -webkit-transform: translate3d(-30px, 0, 0);
        transform: translate3d(-30px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInLeft {
    from {
        -webkit-transform: translate3d(-30px, 0, 0);
        transform: translate3d(-30px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeft2 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-50px, 0, 0);
        transform: translate3d(-50px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInLeft2 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-50px, 0, 0);
        transform: translate3d(-50px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInLeft2 {
    -webkit-animation-name: fadeInLeft2;
    animation-name: fadeInLeft2
}

@-webkit-keyframes fadeInRight2 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(50px, 0, 0);
        transform: translate3d(50px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInRight2 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(50px, 0, 0);
        transform: translate3d(50px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInRight2 {
    -webkit-animation-name: fadeInRight2;
    animation-name: fadeInRight2
}

.scrollArrow {
    -webkit-animation-name: scrollArrow;
    animation-name: scrollArrow
}

.scrollArrow1 {
    -webkit-animation-name: scrollArrow1;
    animation-name: scrollArrow1
}

@-webkit-keyframes titFadeup1 {
    0% {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0
    }

    100% {
        opacity: 1;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes titFadeup1 {
    0% {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0
    }

    100% {
        opacity: 1;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes titFadeup1_1 {
    0% {
        opacity: 1;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        opacity: 0
    }
}

@keyframes titFadeup1_1 {
    0% {
        opacity: 1;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 50%);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        opacity: 0
    }
}

@-webkit-keyframes imgScale {
    0% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes imgScale {
    0% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes fadeInup {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 60px, 0);
        transform: translate3d(0, 60px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInup {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 60px, 0);
        transform: translate3d(0, 60px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes fadeInup1 {
    0% {
        opacity: 0;
        -webkit-transform: translate(-50%, 60px);
        transform: translate(-50%, 60px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }
}

@keyframes fadeInup1 {
    0% {
        opacity: 0;
        -webkit-transform: translate(-50%, 60px);
        transform: translate(-50%, 60px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }
}

.titFadeup1 {
    -webkit-animation: titFadeup1 1.1s ease-in-out both .1s;
    animation: titFadeup1 1.1s ease-in-out both .1s
}

.titFadeup2 {
    -webkit-animation: titFadeup1 1.1s ease-in-out both .2s;
    animation: titFadeup1 1.1s ease-in-out both .2s
}

.fadeInup1 {
    -webkit-animation: fadeInup 1.1s ease-in-out both .2s;
    animation: fadeInup 1.1s ease-in-out both .2s
}

.fadeInup2 {
    -webkit-animation: fadeInup 1.1s ease-in-out both .3s;
    animation: fadeInup 1.1s ease-in-out both .3s
}

.fadeInup3 {
    -webkit-animation: fadeInup 1.1s ease-in-out both .4s;
    animation: fadeInup 1.1s ease-in-out both .4s
}

.fadeInUpimg {
    -webkit-animation: imgScale 1.2s ease-in-out both .2s;
    animation: imgScale 1.2s ease-in-out both .2s
}

@-webkit-keyframes bmove1 {
    0% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bmove1 {
    0% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes scrollArrow {
    0% {
        opacity: 0;
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes scrollArrow {
    0% {
        opacity: 0;
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes scrollArrow1 {
    0% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes scrollArrow1 {
    0% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

body {
    color: #666;
    background: #fff;
    margin: 0 auto;
    font-size: 1.6rem;
    line-height: 1.5;
    font-family: "微软雅黑", "arial";
    word-wrap: normal
}

img {
    border: 0;
    max-width: 100%;
    vertical-align: top
}

.vcenter {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    vertical-align: middle
}

.clearfix:after {
    clear: both;
    height: 0;
    content: "";
    line-height: 0;
    font-size: 0;
    display: block
}

.container {
    width: 100%;
    margin: 0 auto;
    max-width: 152rem
}

@media (max-width:1200px) {
    .container {
        padding: 0 20px
    }
}

.header {
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    -webkit-transition: all 334ms ease;
    transition: all 334ms ease;
    position: fixed
}

.header .listflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header .listbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*position:relative;*/
    height: 9rem;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header .logo {
    width: 20%;
    position: relative
}

.header .logo img {
    max-height: 5rem
}

.header .logo .img2 {
    top: 0;
    left: 0;
    opacity: 0;
    position: absolute
}

.header .searchBtn {
    z-index: 2;
    vertical-align: middle;
    text-align: center;
    width: 5rem;
    height: 5rem;
    line-height: 4.6rem;
    position: relative;
    cursor: pointer;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1
}

.header .searchBtn:before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .5s;
    transition: .5s
}

.header .searchBtn svg {
    fill: #fff;
    width: 2.4rem;
    height: 2.4rem;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -webkit-transition: .5s;
    transition: .5s
}

.header .searchBtn img {
    vertical-align: middle;
    max-height: 2rem
}

.header .searchBtn:hover:before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
    background: var(--main-color)
}

.header .searchBtn:hover svg {
    fill: #fff !important
}

.common-nav {
    margin: 0 auto;
    /*position:relative;*/
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.common-nav .listNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.common-nav .listNav>li {
    font-size: 1.8rem;
    margin: 0 3rem;
    text-align: center;
}

.common-nav .listNav>li>a {
    z-index: 1;
    color: #fff;
    height: 9rem;
    line-height: 3rem;
    padding: 3rem 0;
    display: inline-block;
    position: relative;
    vertical-align: middle
}

.common-nav .listNav>li>a>span {
    display: inline-block;
    overflow: hidden;
    height: 3rem;
    line-height: 3rem;
    position: relative
}

.common-nav .listNav>li>a .txt-1 {
    display: block;
    -webkit-transition: .5s;
    transition: .5s
}

.common-nav .listNav>li>a .txt-2 {
    display: block;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: .5s;
    transition: .5s;
    color: #fff
}

.common-nav .listNav>li:hover>a:after,
.common-nav .listNav>li.active>a:after {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.common-nav .listNav>li:hover>a>span::after,
.common-nav .listNav>li.active>a>span::after {
    width: 100%
}

.common-nav .listNav>li:hover>a .txt-1,
.common-nav .listNav>li.active>a .txt-1 {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.common-nav .listNav>li:hover>a .txt-2,
.common-nav .listNav>li.active>a .txt-2 {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.common-nav .listNav>li:hover>a:hover:after,
.common-nav .listNav>li.active>a:hover:after {
    left: 0;
    opacity: 1;
    width: 100%
}

.common-nav .listNav>li.active>a {
    font-weight: 700;
    color: var(--main-color)
}

.common-nav .listNav>li.active>a:after {
    left: 0;
    opacity: 1;
    width: 100%
}

.common-nav .listNav>li:last-child>a span {
    padding-right: 0
}

.common-nav .listNav>li>.child {
    display: block;
    width: 100%;
    text-align: left;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    font-size: 1.6rem;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0) translateX(-50%);
    transform: scaleY(0) translateX(-50%);
    -webkit-transition: -webkit-transform .8s;
    transition: -webkit-transform .8s;
    transition: transform .8s;
    transition: transform .8s, -webkit-transform .8s;
    color: #333;
    background: rgba(0, 42, 71, 0.5);
}

.common-nav .listNav>li>.child a {
    color: #fff
}

.common-nav .listNav>li>.child>.list {
    text-align: left;
    border-radius: 2rem;
    padding: 7rem 7rem 7rem 15rem;
    /*background:#fff;*/
    position: relative;
    -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.05)
}

.common-nav .listNav>li>.child>.list a {
    width: 100%;
    display: inline-block;
    height: auto;
    line-height: 2.4rem;
    padding: 1rem 0;
    font-size: 1.8rem;
    /*border-radius:1rem;*/
    position: relative
}

.common-nav .listNav>li>.child>.list a:hover {
    text-decoration: none;
    /*background:var(--main-color);color:#fff*/
}

.common-nav .listNav>li>.child>.list-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 6rem 2rem 6rem 2rem;
    background: #fafafa
}

.common-nav .listNav>li>.child>.list-2>li {
    width: 50%;
    padding: 0 6rem
}

.common-nav .listNav>li>.child>.list-2 .title {
    color: var(--main-color);
    border-bottom: 1px var(--main-color) solid;
    padding-bottom: 1rem;
    margin-bottom: 1rem
}

.common-nav .listNav>li>.child>.list-2 .title a {
    color: var(--main-color);
    display: block;
    line-height: 3rem;
    height: 3rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1
}

.common-nav .listNav>li>.child>.list-2 .list a {
    color: #212121;
    line-height: 3.6rem;
    height: 3.6rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1
}

.common-nav .listNav>li>.child>.list-2 .list a:hover {
    color: var(--main-color)
}

.common-nav .listNav>li>.child.child-2 {
    width: 80rem
}

.common-nav .listNav>li>.child.child-2>.list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.common-nav .listNav>li>.child.child-2>.list li {
    min-width: 50%
}

.common-nav .listNav>li>.child.child-3 {
    width: 20rem
}

.common-nav .listNav>li>.child.child-3 li {
    text-align: center
}

.common-nav .listNav>li>.child.show {
    display: block;
    -webkit-transform: scaleY(1) translateX(-50%);
    transform: scaleY(1) translateX(-50%)
}

@media (max-width:1200px) {
    .common-nav .listNav>li {
        margin: 0 1rem
    }
}

.fixed,
.header-ny {
    z-index: 999;
    background: #fff;
    -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2)
}

.fixed .common-nav .listNav>li>a,
.header-ny .common-nav .listNav>li>a {
    color: #333
}

.fixed .common-nav .listNav>li>a .txt-2,
.header-ny .common-nav .listNav>li>a .txt-2 {
    color: var(--main-color)
}

.fixed .searchBtn svg,
.header-ny .searchBtn svg {
    fill: #333
}

.fixed .logo .img1,
.header-ny .logo .img1 {
    opacity: 0
}

.fixed .logo .img2,
.header-ny .logo .img2 {
    opacity: 1
}

.header-ny {
    top: auto;
    left: auto;
    position: relative
}

.fixed {
    top: 0;
    left: 0;
    width: 100%;
    position: fixed
}

.banner {
    height: 100%;
    clear: both;
    overflow: hidden;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 9
}

.banner .swiper-container {
    height: 100%
}

.banner .swiper-slide {
    width: 100% !important;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top
}

.banner img {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    object-fit: cover;
    height: 100vh;
}

.banner .pc {
    display: block
}

.banner .box {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%
}

.banner .text {
    color: #fff;
    width: 100%;
    top: 50%;
    text-align: left;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
    position: absolute
}

.banner .text .t-1 {
    font-weight: lighter;
    font-size: 6rem;
    line-height: 6rem
}

.banner .text .t-1 span {
    margin: 0 1rem;
    line-height: 3rem;
    vertical-align: top;
    display: inline-block;
    font-weight: 700
}

.banner .text .t-2 {
    color: #e1e1e1;
    margin-top: 4rem;
    font-weight: lighter;
    line-height: 5rem;
    font-size: 4rem
}

.banner .text .t-3 {
    font-size: 5.2rem;
    line-height: 6rem;
    color: rgba(255, 255, 255, 0.4)
}

.banner .swiper-pagination {
    width: 100%;
    bottom: 6rem
}

.banner .swiper-pagination-bullet {
    opacity: 1;
    border-radius: 0;
    position: relative;
    vertical-align: middle;
    background: rgba(255, 255, 255, 0.3);
    width: 4.5rem;
    height: .2rem;
    margin: 0 .8rem
}

.banner .swiper-pagination-bullet-active {
    background: #fff
}

.banner .swiper-slide-active .text .t-1 {
    -webkit-animation: 1.6s fadeInUp2 ease;
    animation: 1.6s fadeInUp2 ease
}

.banner .swiper-slide-active .text .t-2 {
    -webkit-animation: 1.7s fadeInDown2 ease;
    animation: 1.7s fadeInDown2 ease
}

.banner .swiper-slide-active .text .t-3 {
    -webkit-animation: 1.7s fadeInDown2 ease;
    animation: 1.7s fadeInDown2 ease
}

.fp-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh
}

@media (max-width:1200px) {
    .fp-flex {
        display: block;
        height: auto
    }
}

@media (max-width:1200px) {
    .fp-table {
        height: auto !important
    }
}

.index-title {
    font-weight: 100;
    color: #111;
    font-size: 4.6rem;
    line-height: 5rem;
    text-align: center
}

.index-about .container {
    width: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.index-about .index-title {
    text-align: left;
    color: #fff
}

.index-about .left {
    color: #fff;
    width: 50%;
    padding-top: 8rem;
    padding-right: 8rem;
    padding-left: 20rem
}

.index-about .left .text {
    font-size: 2rem;
    line-height: 4.6rem;
    padding-top: 3rem
}

.index-about .left .button a {
    color: #fff;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    margin-top: 7rem;
    font-size: 1.8rem;
    padding: 0 1.5rem;
    text-align: center;
    height: 5.8rem;
    line-height: 5.4rem;
    min-width: 18rem;
    border-radius: 1rem;
    display: inline-block;
    border: solid 2px #fff
}

.index-about .left .button a:hover {
    background: rgba(255, 255, 255, 0.1)
}

.index-about .right {
    width: 50%;
    height: 100vh;
    position: relative;
    background-position: top left;
    background-size: cover;
    background-repeat: no-repeat
}

.index-about .right .videobtn {
    top: 50%;
    left: 50%;
    z-index: 6;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.index-about .numlist {
    padding-top: 7rem
}

.index-about .numlist ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.index-about .numlist li {
    text-align: center
}

.index-about .numlist li .counter {
    font-size: 6rem;
    line-height: 6rem;
    font-family: var(--font-family-1)
}

.index-about .numlist li p:first-child {
    padding-bottom: 1rem
}

.index-about .numlist li i {
    font-style: normal;
    font-size: 6rem;
    line-height: 6rem;
    font-family: var(--font-family-1)
}

.index-about .numlist li sub {
    vertical-align: middle;
    margin-bottom: 1rem;
    display: inline-block;
    font-size: 1.8rem
}

@media (max-width:1200px) {
    .index-about .container {
        padding: 0
    }

    .index-about .left {
        padding-left: 20px
    }

    .index-about .right {
        height: 30vh
    }
}

.index-solution {
    position: relative;
    -webkit-box-pack: start;
    justify-content: flex-start;
}

.index-solution .index-title {
    padding-top: 12rem;
}

.index-solution .txt {
	color: #555;
    padding-top: 1.5rem;
    text-align: center;
    font-size: 1.8rem;
    font-weight: normal;
}

.index-solution .swiper-button-prev,
.index-solution .swiper-button-next {
    opacity: 0;
    top: auto;
    margin-top: auto;
    bottom: 0;
    color: #c8c8c8;
    width: 4.6rem;
    height: 4.6rem;
    border-radius: 50%;
    font-size: 1.6rem;
    margin-top: 13rem;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border: solid 1px #c8c8c8
}

.index-solution .swiper-button-prev:after,
.index-solution .swiper-button-next:after {
    font-size: 1.6rem
}

.index-solution .swiper-button-prev:hover,
.index-solution .swiper-button-next:hover {
    color: #fff;
    background: var(--main-color);
    border-color: var(--main-color)
}

.index-solution .swiper-button-prev {
    left: 9rem
}

.index-solution .swiper-button-next {
    right: 9rem
}

.index-solution .nr {
    max-width: 78rem
}

.index-solution .title {
    line-height: 4rem;
    font-size: 3.2rem
}

.index-solution .text {
    color: rgba(255, 255, 255, 0.7);
    height: 7.2rem;
    font-size: 2rem;
    margin-top: 2rem;
    line-height: 3.6rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2
}

.index-solution .button {
    margin-top: 6rem
}

.index-solution .button a {
    color: #fff;
    font-weight: 100;
    font-size: 1.8rem
}

.index-solution .list .item {
    color: #fff;
    height: 66rem;
    padding-top: 10rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative
}

.index-solution .list .item:before {
    top: 0;
    left: 0;
    z-index: 3;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 21, 39, 0.58)
}

.index-solution .list .nr {
    z-index: 6;
    position: relative
}

.index-solution .list .swiper-slide-active .nr {
    -webkit-animation: fadeInUp2 ease 2.5s;
    animation: fadeInUp2 ease 2.5s
}

.index-solution .listbox {
    width: 100%;
    z-index: 4;
    bottom: 0;
    position: absolute
}

.index-solution .list-2 {
    max-width: 192rem;
    margin: 0 auto
}

.index-solution .list-2 .item {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 14rem;
    font-size: 2.4rem;
    padding-left: 7rem;
    padding-right: 2rem;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border: solid 1px rgba(255, 255, 255, 0.8);
    border-left: 0;
    border-bottom: 0
}

@media (max-width:1200px) {
    .index-solution .list-2 .item {
        padding-left: 20px
    }
}

.index-solution .list-2 .icon {
    margin-right: 1.5rem;
    height: 5rem;
    width: 5rem
}

.index-solution .list-2 .icon img {
    max-width: 5rem
}

.index-solution .list-2 .tit {
    line-height: 3rem
}

.index-solution .list-2 .tit span {
    display: block
}

.index-solution .list-2 .swiper-container {
    border-left: solid 1px rgba(255, 255, 255, 0.28)
}

.index-solution .list-2 .swiper-slide-thumb-active .item {
    background: var(--main-color)
}

.index-case {
    background: #f7f7f7;
    overflow: hidden
}

.index-case .container {
    text-align: center;
    position: relative
}

.index-case .index-title {
    padding-top: 5rem
}

.index-case .txt {
    color: #555;
    padding-top: 1.5rem;
    text-align: center;
    font-size: 1.8rem;
    font-weight: normal
}

.index-case .menuTabs {
    padding-top: 4rem
}

.index-case .menuTabs .listMenu {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.index-case .menuTabs li {
    padding: 0 2.5rem;
    position: relative;
    display: inline-block
}

.index-case .menuTabs li:before {
    content: "/";
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: lighter
}

.index-case .menuTabs li:first-child:before {
    display: none
}

.index-case .menuTabs .box {
    display: block;
    text-align: center;
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    font-size: 2.4rem
}

.index-case .menuTabs .box:hover {
    color: var(--main-color)
}

.index-case .menuTabs .active .box {
    color: var(--main-color)
}

.index-case .swiper-button-next,
.index-case .swiper-button-prev {
    top: -6rem;
    margin-top: 0;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    color: #1a1a1a;
    opacity: 1;
    color: #999;
    background: #fff;
    -webkit-box-shadow: 0 0 1rem rgba(49, 125, 192, 0.3);
    box-shadow: 0 0 1rem rgba(49, 125, 192, 0.3);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.index-case .swiper-button-next:after,
.index-case .swiper-button-prev:after {
    font-weight: 700;
    font-size: 1.6rem
}

.index-case .swiper-button-next:hover,
.index-case .swiper-button-prev:hover {
    border-color: var(--main-color);
    background: var(--main-color);
    color: #fff
}

.index-case .swiper-button-prev {
    left: auto;
    right: 7rem
}

.index-case .conTabs {
    position: relative;
    margin-top: 3rem
}

.index-case .item {
    display: none
}

.index-case .item.show {
    display: block
}

.index-case .listCase li .pic {
    overflow: hidden;
    position: relative
}

.index-case .listCase li .pic img {
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease
}

.index-case .listCase li .pic:after {
    content: "";
    display: block;
    padding-bottom: 85.85858586%
}

.index-case .listCase li .text {
    text-align: left
}

.index-case .listCase li .text .title {
    color: #222;
    -webkit-transition: all 334ms ease;
    transition: all 334ms ease;
    margin-top: 2.5rem;
    font-size: 2.2rem;
    height: 3rem;
    line-height: 3rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1
}

.index-case .listCase li .text .more {
    color: #999;
    -webkit-transition: all 334ms ease;
    transition: all 334ms ease;
    font-size: 1.8rem;
    margin-top: 2.5rem
}

.index-case .listCase li .text .more i {
    font-weight: 700;
    margin-left: 1rem;
    font-family: "宋体";
    font-style: normal
}

.index-case .listCase li:hover .pic img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.index-case .listCase li:hover .text .title,
.index-case .listCase li:hover .text .more {
    color: var(--main-color)
}

@media (max-width:1200px) {
    .index-case {
        padding: 40px 0
    }
}

.index-news .index-title {
    padding-top: 4rem
}

.index-news .listwarp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 5rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.index-news .listwarp .left {
    width: 66%
}

.index-news .listwarp .left ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -1.5rem
}

.index-news .listwarp .left li {
    width: 50%;
    padding: 0 1.5rem
}

.index-news .listwarp .left li .item {
    position: relative
}

.index-news .listwarp .left li .item .info {
    top: 0;
    left: 0;
    z-index: 2;
    position: absolute
}

.index-news .listwarp .left li .item .info span {
    color: #fff;
    padding: 0 1.5rem;
    line-height: 3.6rem;
    display: inline-block;
    background: var(--main-color)
}

.index-news .listwarp .left li .pic {
    overflow: hidden;
    position: relative
}

.index-news .listwarp .left li .pic:after {
    content: "";
    display: block;
    padding-bottom: 61.8556701%
}

.index-news .listwarp .left li .pic img {
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease
}

.index-news .listwarp .left li .text {
    padding: 3rem;
    padding-top: 2rem;
    background: #f8f8f8
}

.index-news .listwarp .left li .text .time {
    color: #666;
    font-weight: lighter
}

.index-news .listwarp .left li .text .time svg {
    fill: #999;
    width: 2rem;
    height: 2rem;
    margin-top: .2rem;
    margin-right: .5rem;
    vertical-align: top
}

.index-news .listwarp .left li .text .title {
    -webkit-transition: all 334ms ease;
    transition: all 334ms ease;
    margin-top: 1rem;
    height: 6rem;
    line-height: 3rem;
    font-weight: 700;
    color: #111;
    font-size: 1.8rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2
}

.index-news .listwarp .left li .text .txt {
    color: #333;
    margin-top: 1rem;
    height: 7.8rem;
    line-height: 2.6rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3
}

.index-news .listwarp .left li .text .more {
    color: #999;
    text-align: right;
    -webkit-transition: all 334ms ease;
    transition: all 334ms ease;
    font-size: 1.8rem;
    margin-top: 2.5rem
}

.index-news .listwarp .left li .text .more i {
    font-weight: 700;
    margin-left: 1rem;
    font-family: "宋体";
    font-style: normal
}

.index-news .listwarp .left li:hover .pic img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.index-news .listwarp .left li:hover .title {
    color: var(--main-color)
}

.index-news .listwarp .right {
    width: 32.333%;
    position: relative;
    background: #f8f8f8;
    padding: 3rem
}

.index-news .listwarp .right .info {
    top: 0;
    left: 0;
    z-index: 2;
    position: absolute
}

.index-news .listwarp .right .info span {
    color: #fff;
    padding: 0 1.5rem;
    line-height: 3.6rem;
    display: inline-block;
    background: var(--main-color)
}

.index-news .listwarp .right li:first-child {
    border-top: 0
}

.index-news .listwarp .right li {
    padding-top: 3rem;
    padding-bottom: 1rem;
    border-top: dashed 1px #e0e2e8
}

.index-news .listwarp .right li .title {
    color: #333;
    font-size: 1.8rem;
    height: 3rem;
    line-height: 3rem;
    -webkit-transition: all 334ms ease;
    transition: all 334ms ease;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1
}

.index-news .listwarp .right li .time {
    color: #666;
    margin-top: 1rem;
    font-weight: lighter
}

.index-news .listwarp .right li .time svg {
    fill: #999;
    width: 2rem;
    height: 2rem;
    margin-top: .2rem;
    margin-right: .5rem;
    vertical-align: top
}

.index-news .listwarp .right li:hover .title {
    font-weight: 700;
    color: var(--main-color)
}

@media (max-width:1200px) {
    .index-news {
        padding: 40px 0
    }
}

.footer .ad img {
    width: 100%
}

.footer .listbg {
    padding-top: 7rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center
}

.footer .listbg .warp {
    min-height: 43.3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer .listbg .left {
    width: 41%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer .listbg .left .contact-1 {
    width: 47%
}

.footer .listbg .left .contact-1 .tel {
    padding-right: .5rem;
    text-align: right
}

.footer .listbg .left .contact-1 .tel .t-1 {
    color: #92979c;
    font-size: 1.4rem
}

.footer .listbg .left .contact-1 .tel .t-2 {
    font-size: 3rem;
    line-height: 3rem;
    font-family: var(--font-family-1)
}

.footer .listbg .left .contact-1 .tel .t-2 a {
    color: #fff
}

.footer .listbg .left .contact-2 {
    width: 45%
}

.footer .listbg .left .contact-2 {
    color: #c3c3c3;
    font-size: 1.4rem
}

.footer .listbg .left .contact-2 a {
    color: #c3c3c3
}

.footer .listbg .left .contact-2 .item {
    margin-bottom: 2rem
}

.footer .listbg .right {
    width: 58%
}

.footer .listbg .right ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer .listbg .right li {
    width: 18%
}

.footer .listbg .right li .title {
    padding-bottom: 2rem
}

.footer .listbg .right li .title a {
    color: #fff;
    font-size: 1.8rem
}

.footer .listbg .right li .drop a {
    -webkit-transition: all 334ms ease;
    transition: all 334ms ease;
    margin-top: 1rem;
    color: #dcdcdc;
    display: block;
    font-weight: lighter
}

.footer .listbg .right li .drop a:hover {
    color: #fff
}

.footer .listbg .right li:last-child {
    width: 10%
}

@media (max-width:1200px) {
    .footer .listbg .left {
        width: 40%
    }

    .footer .listbg .right li {
        width: 16.66666667% !important
    }
}

.footer .socialMedia {
    line-height: 4rem;
    padding-top: 3rem;
    padding-bottom: 8rem
}

.footer .socialMedia .list {
    margin: 0 -0.5rem
}

.footer .socialMedia .list li {
    width: auto;
    border: 0;
    padding: 0 .4rem;
    vertical-align: top;
    display: inline-block
}

.footer .socialMedia .list li .box {
    display: block;
    cursor: pointer;
    position: relative
}

.footer .socialMedia .list li:first-child {
    padding-left: 0
}

@media (max-width:1200px) {
    .footer .socialMedia .list {
        margin: 0
    }

    .footer .socialMedia .list li {
        padding: 0
    }
}

.footer .socialMedia .list .icon {
    display: block;
    width: 3.8rem;
    height: 3.8rem;
    border-radius: 50%;
    position: relative;
    line-height: 3rem;
    text-align: center;
    border: solid 1px #24303a;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.footer .socialMedia .list .icon svg {
    vertical-align: middle;
    width: 2.6rem;
    height: 2.6rem;
    fill: #fff
}

.footer .socialMedia .list .icon:hover {
    opacity: 1;
    border-color: var(--footer-color);
    background: var(--footer-color)
}

.footer .socialMedia .list .down {
    display: none;
    color: #666;
    text-align: center;
    width: 12.7rem;
    cursor: initial;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 5rem;
    z-index: 9
}

.footer .socialMedia .list .down p {
    color: #92979c;
    font-size: 1.4rem
}

.footer .socialMedia .list .down .ewm {
    position: relative
}

.footer .socialMedia .list .down .ewm img {
    max-height: 13.7rem
}

.footer .socialMedia .list .box:hover .icon {
    opacity: 1
}

.footer .socialMedia .list .box:hover .down {
    display: block
}

.footer .socialMedia .list .cur .down {
    display: block
}

.footer .copy {
    color: #dae8f3;
    font-weight: 100;
    padding: 2rem 0
}

.footer .copy span {
    padding: 0 6rem
}

.footer .copy a {
    color: #dae8f3
}

.footer .copy a:hover {
    color: #fff
}

.footer .copy img {
    margin-top: .2rem;
    margin-right: .5rem;
    max-height: 2rem
}

@media (max-width:1200px) {
    #fullpage {
        overflow: hidden
    }
}

.fp-viewing-section3 .header,
.fp-viewing-section4 .header,
.fp-viewing-section5 .header {
    background: #fff;
    -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2)
}

.fp-viewing-section3 .header .logo .img1,
.fp-viewing-section4 .header .logo .img1,
.fp-viewing-section5 .header .logo .img1 {
    opacity: 0
}

.fp-viewing-section3 .header .logo .img2,
.fp-viewing-section4 .header .logo .img2,
.fp-viewing-section5 .header .logo .img2 {
    opacity: 1
}

.fp-viewing-section3 .common-nav .listNav>li>a,
.fp-viewing-section4 .common-nav .listNav>li>a,
.fp-viewing-section5 .common-nav .listNav>li>a {
    color: #333
}

.fp-viewing-section3 .common-nav .listNav>li>a .txt-2,
.fp-viewing-section4 .common-nav .listNav>li>a .txt-2,
.fp-viewing-section5 .common-nav .listNav>li>a .txt-2 {
    color: var(--main-color)
}

.fp-viewing-section3 .searchBtn svg,
.fp-viewing-section4 .searchBtn svg,
.fp-viewing-section5 .searchBtn svg {
    fill: #333
}

.fp-viewing-section6 .header {
    display: none
}

#fp-nav {
    right: 10px
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    background: var(--main-color)
}

.active.index-about .index-title {
    -webkit-animation: fadeInUp2 ease 1.6s;
    animation: fadeInUp2 ease 1.6s
}

.active.index-about .text {
    -webkit-animation: fadeInDown2 ease 1.7s;
    animation: fadeInDown2 ease 1.7s
}

.active.index-case {
    -webkit-animation: fadeInUp2 ease 2s;
    animation: fadeInUp2 ease 2s
}

.active.index-news {
    -webkit-animation: fadeInUp2 ease 2s;
    animation: fadeInUp2 ease 2s
}

.inside-banner {
    position: relative
}

.inside-banner .pic img {
    width: 100%
}

.inside-banner .text {
    top: 50%;
    width: 100%;
    left: 0;
    z-index: 3;
    color: #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute
}

.inside-banner .title {
    font-size: 4.8rem;
    line-height: 5rem
}

.inside-banner .title-2 {
    margin-top: 2.5rem
}

.inside-current {
    font-size: 1.4rem;
    font-weight: normal;
    height: 6rem;
    line-height: 5.9rem;
    border-bottom: solid 1px #f4f4f4;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1
}

.inside-current svg {
    width: 1.8rem;
    height: 1.8rem;
    margin-bottom: .8rem;
    margin-right: .5rem;
    vertical-align: middle;
    fill: var(--main-color)
}

.inside-current a {
    color: #666
}

.inside-current a:hover {
    color: var(--main-color)
}

.inside-current span {
    color: var(--main-color)
}

.inside-menu {
    padding-top: 10rem
}

.inside-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
   
    justify-content: space-between
}

.inside-menu li {
    padding: 0 1rem
}

.inside-menu li a {
    color: #000;
    height: 4.6rem;
    padding: 0 1.5rem;
    text-align: center;
    line-height: 4.6rem;
    min-width: 17rem;
    border-radius: 3rem;
    display: inline-block;
    -webkit-box-shadow: 0 0 0 1px #ccc;
    box-shadow: 0 0 0 1px #ccc
}

.inside-menu .active a,
.inside-menu li:hover a {
    color: #fff;
    -webkit-box-shadow: 0 0 1px var(--main-color);
    box-shadow: 0 0 1px var(--main-color);
    border-color: var(--main-color);
    background: var(--main-color)
}

.inside-title {
    color: #fff;
    font-size: 3.2rem;
    text-align: center
}

.inside-about {
    color: #fff;
    padding: 10rem 0;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center
}

.inside-about .text {
    padding-top: 2rem;
    text-align: center
}

.inside-about .text p {
    padding-top: 4rem
}

.inside-about .numlist {
    padding-top: 7rem
}

.inside-about .numlist ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.inside-about .numlist li {
    text-align: center
}

.inside-about .numlist li .counter {
    font-size: 6rem;
    line-height: 6rem;
    font-family: var(--font-family-1)
}

.inside-about .numlist li p:first-child {
    padding-bottom: 1rem
}

.inside-about .numlist li i {
    font-style: normal;
    font-size: 6rem;
    line-height: 6rem;
    font-family: var(--font-family-1)
}

.inside-about .numlist li sub {
    vertical-align: middle;
    margin-bottom: 1rem;
    display: inline-block;
    font-size: 1.8rem
}

.inside-gssl {
    position: relative;
    padding: 10rem 0
}

.inside-gssl .inside-title {
    color: #333;
    text-align: center
}

.inside-gssl .list {
    margin: 0 -2rem;
    margin-top: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.inside-gssl .list li {
    padding: 0 2rem;
    width: 33.333%
}

.inside-gssl .list li .item {
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
    padding-top: 8rem;
    position: relative;
    height: 54rem;
    border-radius: 1rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center
}

.inside-gssl .list li .item:before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 1rem;
    background: rgba(57, 114, 164, 0.9)
}

.inside-gssl .list li .nr {
    color: #fff;
    width: 100%;
    z-index: 2;
    padding: 0 4rem;
    position: relative;
    text-align: center
}

.inside-gssl .list li .nr .tit {
    font-size: 2.8rem
}

.inside-gssl .list li .nr .icon {
    margin-top: 4rem
}

.inside-gssl .list li .nr .icon img {
    max-height: 7rem;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.inside-gssl .list li .nr .txt {
    position: relative;
    line-height: 3rem;
    margin-top: 6rem
}

.inside-gssl .list li .nr .txt:after {
    height: 2px;
    content: "";
    left: 50%;
    bottom: -7rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    width: 4.2rem;
    background: #fff
}

.inside-gssl .list li:hover .nr .icon img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.inside-qywh {
    position: relative;
    min-height: 75rem;
    padding: 10rem 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center
}

.inside-qywh .inside-title {
    color: #fff
}

.inside-qywh .list {
    margin: 0 -2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.inside-qywh .list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 7rem;
    padding: 0 2rem;
    width: 25%
}

.inside-qywh .list li .item {
    width: 100%;
    text-align: center;
    min-height: 36rem;
    background: #fff;
    padding: 4rem 7.5rem;
    border-radius: 1rem;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease
}

.inside-qywh .list li .icon img {
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease
}

.inside-qywh .list li .tit {
    margin-top: 2rem;
    font-size: 2.4rem;
    color: var(--main-color)
}

.inside-qywh .list li .txt {
    color: #333;
    font-size: 1.8rem;
    line-height: 3rem;
    margin-top: 6rem
}

.inside-qywh .list li:hover .item {
    -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.95)
}

.inside-qywh .list li:hover .icon img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.inside-fzlc {
    position: relative;
    margin: 10rem 0
}

.inside-fzlc:before {
    content: "";
    width: 100%;
    height: 2px;
    top: 18.5rem;
    left: 0;
    position: absolute;
    background: #eaf2f9
}

.inside-fzlc .inside-title {
    color: #333
}

.inside-fzlc .list {
    padding-top: 8rem
}

.inside-fzlc .list .item .year {
    padding-left: 1rem;
    padding-bottom: 3rem;
    font-weight: 700;
    font-size: 3.2rem;
    line-height: 4rem;
    color: var(--main-color);
    position: relative
}

.inside-fzlc .list .item .year:before {
    top: 4.3rem;
    left: 3rem;
    position: absolute;
    content: "";
    width: 3.2rem;
    height: 12.6rem;
    background: url(../images/fzlc-line.png) no-repeat top left;
    background-size: cover
}

.inside-fzlc .list .item .nr {
    margin: 4rem 0;
    border-radius: 1rem;
    padding: 4rem 7rem;
    padding-right: 3rem;
    -webkit-box-shadow: 0 .5rem .5rem rgba(0, 0, 0, 0.05);
    box-shadow: 0 .5rem .5rem rgba(0, 0, 0, 0.05);
    min-height: 14rem
}

.inside-fzlc .list .swiper-pagination-bullet {
    width: 1rem;
    height: 1rem
}

.inside-fzlc .list .swiper-pagination-bullet-active {
    background: var(--main-color)
}

.inside-fzlc .list .swiper-container-horizontal>.swiper-pagination-bullets,
.inside-fzlc .list .swiper-pagination-custom,
.inside-fzlc .list .swiper-pagination-fraction {
    position: relative;
    bottom: auto
}

.inside-qyry {
    position: relative;
    padding: 10rem 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center
}

.inside-qyry .inside-title {
    color: #333
}

.inside-qyry .list {
    padding-top: 5rem
}

.inside-qyry .list .pic {
    border-radius: 1rem;
    border: solid 1rem #dfe5ec;
    background: #dfe5ec;
    position: relative
}

.inside-qyry .list .pic:after {
    content: "";
    display: block;
    padding-bottom: 142.30769231%
}

.inside-qyry .list .tit {
    text-align: center;
    margin-top: 1.5rem
}

.inside-qyry .list .swiper-pagination-bullet {
    width: 1rem;
    height: 1rem
}

.inside-qyry .list .swiper-pagination-bullet-active {
    background: var(--main-color)
}

.inside-qyry .list .swiper-container-horizontal>.swiper-pagination-bullets,
.inside-qyry .list .swiper-pagination-custom,
.inside-qyry .list .swiper-pagination-fraction {
    position: relative;
    bottom: auto;
    margin-top: 5rem
}

.inside-qyry .list .tempWrap {
    margin-left: auto;
    margin-right: auto
}
.inside-qyry .list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
.inside-qyry .list li {
    width: 31rem;
    padding-left: 1rem;
    padding-right: 1rem;

}
.rczl {
    position: relative;
    padding-top: 8rem;
    padding-bottom: 10rem;
    background-repeat: no-repeat;
    background-position: center top
}

.rczl .titleBig {
    padding-bottom: 1rem;
    text-align: center;
    font-weight: 700;
    font-size: 4.2rem;
    color: #000
}

.rczl .titleBig span {
    color: var(--main-color)
}

.rczl .hd {
    text-align: center;
    color: #666;
    font-size: 1.8rem;
    line-height: 2
}

.rczl .videoDiv {
    position: relative
}

.rczl .videoDiv:before {
    content: "";
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.5)
}

.rczl .playBtn {
    z-index: 3;
    cursor: pointer;
    width: 9rem;
    height: 9rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.rczl .playBtn img {
    width: 9rem;
    height: 9rem;
    -webkit-transition: .5s;
    transition: .5s
}

.rczl .playBtn:hover img {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.job {
    line-height: 2;
    font-size: 1.8rem;
    color: #666;
    background-color: #fff;
    padding-bottom: 10rem;
    position: relative
}

.job .inside-title {
    color: #333;
    font-size: 4rem
}

.job .jieshao {
    color: #0f0f0f;
    padding-bottom: 3rem
}

.job .nr {
    margin-top: 6rem;
    -webkit-box-shadow: 0 0 3rem 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3rem 0 rgba(0, 0, 0, 0.1);
    padding: 2rem 4rem;
    background: #fff
}

.job .title-hd {
    color: #0f0f0f;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 4rem;
    padding: 2rem 0;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

.job .a-1 {
    display: inline-block;
    vertical-align: top;
    padding: 0 1rem;
    min-width: 10rem;
    line-height: 4rem;
    border-radius: .5rem;
    text-align: center;
    background: var(--main-color);
    color: #fff;
    font-size: 1.6rem;
    overflow: hidden;
    -webkit-transition: all .5s;
    transition: all .5s;
    position: relative;
    z-index: 1
}

.job .a-1::after {
    content: "";
    display: block;
    width: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.job .a-1:hover {
    background: var(--sub-color)
}

.job .a-1:hover::after {
    width: 100%
}

.job .span-01 {
    display: block;
    width: 25%;
    float: left;
    padding-left: 3rem;
    text-align: left
}

.job .span-02 {
    display: block;
    width: 25%;
    float: left;
    padding-left: 2rem;
    text-align: left
}

.job .span-03 {
    display: block;
    width: 25%;
    float: left;
    text-align: left
}

.job .span-04 {
    display: block;
    width: 25%;
    float: left;
    text-align: left
}

.job dl {
    margin-bottom: 2rem;
    background: #fff
}

.job dt {
    background-color: #f0f0f0;
    overflow: hidden;
    cursor: pointer;
    font-size: 1.8rem;
    line-height: 4rem;
    padding: 1rem 0;
    color: #222;
    position: relative
}

.job dt .icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    position: absolute;
    right: 3rem;
    top: 1rem;
    -webkit-transition: .5s;
    transition: .5s
}

.job dt .icon svg {
    width: 2rem;
    height: 2rem;
    color: #666
}

.job dt:hover {
    background-color: #eaeaea
}

.job dd {
    height: 0;
    background-color: #f8f8f8;
    font-size: 1.8rem;
    color: #666;
    line-height: 2;
    overflow: hidden
}

.job dd .xx {
    padding: 4rem 3rem 4rem 3rem
}

.job .cur dd {
    height: auto
}

.job .cur dt .icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.job .p-1 {
    font-weight: 700;
    color: #0f0f0f;
    margin-bottom: .5rem
}

.inside-news-top {
    padding: 8rem 0
}

.inside-news-top .container {
    position: relative
}

.inside-news-top .list {
    -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
    border-radius: 2rem
}

.inside-news-top .list a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%
}

.inside-news-top .list a:hover .pic img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.inside-news-top .list a:hover .tit {
    color: var(--main-color)
}

.inside-news-top .list a:hover .button span:before {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-animation: shine 1.5s ease-out infinite;
    animation: shine 1.5s ease-out infinite
}

.inside-news-top .list .pic {
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem;
    width: 50%;
    overflow: hidden;
    position: relative
}

.inside-news-top .list .pic img {
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease
}

.inside-news-top .list .pic:after {
    content: "";
    display: block;
    padding-bottom: 61.84210526%
}

.inside-news-top .list .txtbox {
    width: 50%;
    padding: 3rem 6rem
}

.inside-news-top .list .time {
    font-size: 2.4rem;
    font-family: arial;
    color: var(--main-color)
}

.inside-news-top .list .tit {
    color: #333;
    margin-top: 1rem;
    height: 8rem;
    font-size: 2.6rem;
    line-height: 4rem;
    -webkit-transition: color 334ms ease;
    transition: color 334ms ease;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2
}

.inside-news-top .list .txt {
    color: #7a7a7a;
    font-size: 1.8rem;
    margin-top: 3rem;
    height: 6rem;
    line-height: 3rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2
}

.inside-news-top .list .button {
    margin-top: 5rem
}

.inside-news-top .list .button span {
    color: #fff;
    text-align: center;
    min-width: 14rem;
    display: inline-block;
    border-radius: 3rem;
    background: var(--main-color);
    height: 4.5rem;
    line-height: 4.5rem
}

.inside-news-top .swiper-box {
    position: relative
}

.inside-news-top .swiper-button-prev,
.inside-news-top .swiper-button-next {
    top: 7rem;
    width: 4rem;
    height: 4rem;
    z-index: 9;
    color: #767676;
    background-color: #fff;
    border: solid 1px #e2e2e2;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    vertical-align: top
}

.inside-news-top .swiper-button-prev:after,
.inside-news-top .swiper-button-next:after {
    font-size: 1.6rem
}

.inside-news-top .swiper-button-prev {
    left: 30rem
}

.inside-news-top .swiper-button-next {
    right: 30rem
}

.inside-news-top .swiper-pagination-progressbar {
    height: 2px;
    margin: 0 auto;
    width: 100%;
    left: 50%;
    z-index: 1;
    bottom: -7rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 80rem;
    background: #e3e3e3
}

.inside-news-top .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--main-color)
}

@media (max-width:1200px) {
    .inside-news-top .swiper-button-prev {
        left: 0
    }

    .inside-news-top .swiper-button-next {
        right: 0
    }
}

.inside-news {
    padding-bottom: 10rem;
    padding-top: 6rem
}

.inside-news ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -1.5rem
}

.inside-news li {
    width: 33.333%;
    padding: 0 1.5rem;
    padding-top: 4rem
}

.inside-news li .item {
    position: relative
}

.inside-news li .item .info {
    top: 0;
    left: 0;
    z-index: 2;
    position: absolute
}

.inside-news li .item .info span {
    color: #fff;
    padding: 0 1.5rem;
    line-height: 3.6rem;
    display: inline-block;
    background: var(--main-color)
}

.inside-news li .pic {
    overflow: hidden;
    position: relative
}

.inside-news li .pic:after {
    content: "";
    display: block;
    padding-bottom: 61.8556701%
}

.inside-news li .pic img {
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease
}

.inside-news li .text {
    padding: 3rem;
    padding-top: 2rem;
    background: #f8f8f8
}

.inside-news li .text .time {
    color: #666;
    font-weight: lighter
}

.inside-news li .text .time svg {
    fill: #999;
    margin-top: .2rem;
    margin-right: .5rem;
    vertical-align: top
}

.inside-news li .text .title {
    -webkit-transition: all 334ms ease;
    transition: all 334ms ease;
    margin-top: 1rem;
    height: 6rem;
    line-height: 3rem;
    font-weight: 700;
    color: #111;
    font-size: 1.8rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2
}

.inside-news li .text .txt {
    color: #333;
    margin-top: 1rem;
    height: 7.8rem;
    line-height: 2.6rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3
}

.inside-news li .text .more {
    color: #999;
    text-align: right;
    -webkit-transition: all 334ms ease;
    transition: all 334ms ease;
    font-size: 1.8rem;
    margin-top: 2.5rem
}

.inside-news li .text .more i {
    font-weight: 700;
    margin-left: 1rem;
    font-family: "宋体";
    font-style: normal
}

.inside-news li:hover .pic img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.inside-news li:hover .title {
    color: var(--main-color)
}

.inside-case {
    padding-bottom: 10rem
}

.inside-case ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -1rem
}

.inside-case li {
    padding: 0 1rem;
    margin-top: 6rem;
    width: 33.333%
}

.inside-case li .pic {
    overflow: hidden;
    position: relative
}

.inside-case li .pic img {
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease
}

.inside-case li .pic:after {
    content: "";
    display: block;
    padding-bottom: 85.85858586%
}

.inside-case li .text {
    text-align: left
}

.inside-case li .text .title {
    color: #222;
    -webkit-transition: all 334ms ease;
    transition: all 334ms ease;
    margin-top: 2.5rem;
    font-size: 2.2rem;
    height: 3rem;
    line-height: 3rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1
}

.inside-case li .text .more {
    color: #999;
    -webkit-transition: all 334ms ease;
    transition: all 334ms ease;
    font-size: 1.8rem;
    margin-top: 2.5rem
}

.inside-case li .text .more i {
    font-weight: 700;
    margin-left: 1rem;
    font-family: "宋体";
    font-style: normal
}

.inside-case li:hover .pic img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.inside-case li:hover .text .title,
.inside-case li:hover .text .more {
    color: var(--main-color)
}

.inside-solution {
    padding-top: 4rem;
    padding-bottom: 10rem
}

.inside-solution li {
    position: relative;
    padding-top: 6rem
}

.inside-solution li .box {
    border-radius: 2rem;
    background: #f5f5f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.inside-solution li .pic {
    width: 50%;
    position: relative;
    overflow: hidden;
    border-radius: 2rem
}

.inside-solution li .pic img {
    border-radius: 2rem;
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease
}

.inside-solution li .pic:after {
    content: "";
    display: block;
    padding-bottom: 75%
}

.inside-solution li .text {
    width: 50%;
    padding: 3rem 6rem
}

.inside-solution li .text .icon img {
    max-height: 6rem
}

.inside-solution li .text .tit {
    -webkit-transition: all 334ms ease;
    transition: all 334ms ease;
    margin-top: 2.5rem;
    line-height: 4rem;
    font-size: 3.2rem;
    font-weight: 700;
    color: #333
}

.inside-solution li .text .txt {
    color: #333;
    margin-top: 3rem;
    font-size: 2rem;
    line-height: 4rem;
    height: 12rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3
}

.inside-solution li .text .more {
    color: var(--main-color);
    font-size: 1.8rem;
    margin-top: 5rem
}

.inside-solution li .text .more i {
    padding-left: 1rem;
    font-style: normal;
    font-family: "宋体"
}

.inside-solution li:nth-child(2n) .box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.inside-solution li:hover .pic img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.inside-solution li:hover .text .tit {
    color: var(--main-color)
}

.inside-solution-show {
    padding-bottom: 7rem;
    background: #f9f9f9
}

.inside-solution-show .list {
    padding-top: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.inside-solution-show .pic {
    border-radius: 2rem;
    width: 50%
}

.inside-solution-show .pic img {
    border-radius: 2rem
}

.inside-solution-show .text {
    color: #333;
    width: 50%;
    padding: 6rem;
    line-height: 4rem;
    font-size: 2rem
}

.inside-solution-show .text h1 {
    color: #000;
    font-size: 3.2rem;
    padding-bottom: 4rem
}

.inside-xg-case {
    padding-top: 5rem
}

.inside-xg-case .bt {
    font-size: 2.4rem;
    color: var(--main-color);
    font-weight: normal;
    border-bottom: solid 1px #e8e8e8
}

.inside-xg-case .bt span {
    position: relative;
    display: inline-block;
    padding-bottom: 1.5rem
}

.inside-xg-case .bt span:after {
    left: 0;
    bottom: -1px;
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    background: var(--main-color)
}

.inside-product {
    padding: 10rem 0
}

.inside-product li .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.inside-product li .pic {
    width: 50%;
    overflow: hidden;
    position: relative
}

.inside-product li .pic:after {
    content: "";
    display: block;
    padding-bottom: 78.94736842%
}

.inside-product li .pic img {
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease
}

.inside-product li .text {
    width: 50%;
    padding-left: 3rem
}

.inside-product li .text .tit {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    max-height: 8rem;
    color: #000;
    font-size: 2.8rem;
    line-height: 4rem;
    -webkit-transition: all 334ms ease;
    transition: all 334ms ease
}

.inside-product li .text .tag {
    margin-top: 2rem;
    color: var(--main-color);
    font-size: 1.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.inside-product li .text .tag svg {
    margin-bottom: .2rem;
    margin-right: .5rem;
    vertical-align: middle;
    width: 2rem;
    height: 2rem;
    fill: var(--main-color)
}

.inside-product li .text .tag span {
    padding-right: 2rem
}

.inside-product li .text .txt {
    color: #000;
    padding-top: 2rem;
    font-size: 1.8rem
}

.inside-product li .text .txt span {
    padding-left: 2.5rem;
    display: block;
    position: relative;
    margin-top: 2.5rem
}

.inside-product li .text .txt span:before {
    top: .9rem;
    left: 0;
    content: "";
    width: .8rem;
    height: .8rem;
    border-radius: 50%;
    position: absolute;
    background: var(--main-color)
}

.inside-product li .text .more {
    margin-top: 5rem
}

.inside-product li .text .more span,.inside-product li .text .more a {
    font-size: 1.8rem;
    text-align: center;
    display: inline-block;
    color: #fff;
    height: 4.8rem;
    line-height: 4.8rem;
    padding: 0 2rem;
    min-width: 16rem;
    border-radius: 3rem;
    -webkit-transition: all 334ms ease;
    transition: all 334ms ease;
    background: var(--main-color)
}

.inside-product li .text .more i {
    font-family: "宋体";
    font-style: normal;
    padding-left: 1rem
}

.inside-product li .pic a:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.inside-product li .tit:hover {
    color: var(--main-color)
}

.inside-product li .more span:hover,.inside-product li .more a:hover {
    background: #50a1e8
}

.inside-product li:nth-child(2n) {
    background: #f8f8f8
}

.inside-proshow {
    padding-bottom: 7rem;
    background: #f9f9f9
}

.inside-proshow .list {
    position: relative;
    padding-top: 1rem
}

.inside-proshow .list .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.inside-proshow .list .left {
    width: 45%;
    background: #fff
}

.inside-proshow .list .left .pic {
    position: relative
}

.inside-proshow .list .left .pic:after {
    content: "";
    display: block;
    padding-bottom: 100%
}

.inside-proshow .list .left .swiper-container-horizontal>.swiper-pagination-bullets,
.inside-proshow .list .left .swiper-pagination-custom,
.inside-proshow .list .left .swiper-pagination-fraction {
    bottom: 3rem
}

.inside-proshow .list .left .swiper-pagination-bullet-active {
    background: var(--main-color)
}

.inside-proshow .list .right {
    width: 55%;
    padding-top: 7rem;
    padding-left: 8rem
}

.inside-proshow .list .right .tit {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    max-height: 8rem;
    color: #000;
    font-size: 3.2rem;
    line-height: 5rem;
    -webkit-transition: all 334ms ease;
    transition: all 334ms ease
}

.inside-proshow .list .right .tag {
    margin-top: 2rem;
    color: var(--main-color);
    font-size: 1.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.inside-proshow .list .right .tag svg {
    margin-bottom: .2rem;
    margin-right: .5rem;
    vertical-align: middle;
    width: 2rem;
    height: 2rem;
    fill: var(--main-color)
}

.inside-proshow .list .right .tag span {
    padding-right: 2rem
}

.inside-proshow .list .right .txt {
    color: #000;
    padding-top: 2rem;
    font-size: 1.8rem
}

.inside-proshow .list .right .txt span {
    padding-left: 2.5rem;
    display: block;
    position: relative;
    margin-top: 2.5rem
}

.inside-proshow .list .right .txt span:before {
    top: .9rem;
    left: 0;
    content: "";
    width: .8rem;
    height: .8rem;
    border-radius: 50%;
    position: absolute;
    background: var(--main-color)
}

.inside-proshow .list .right .btnbox {
    bottom: 0;
    position: absolute
}

.inside-proshow .list .right .btnbox a {
	overflow: hidden;
    color: #fff;
    text-align: center;
    min-width: 16rem;
    height: 4.8rem;
    line-height: 4.8rem;
    padding: 0 2rem;
    display: inline-block;
    border-radius: 3rem;
	position: relative;
	z-index: 1;
	transition: .5s;
}
.inside-proshow .list .right .btnbox a::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.1);
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	opacity: 0;
	transition: .5s;

}
.inside-proshow .list .right .btnbox a:hover {
	transform: translateX(.5rem);
}
.inside-proshow .list .right .btnbox a:hover::after {
	opacity: 1;
}
.inside-proshow .list .right .btnbox img {
    margin-right: .5rem;
    margin-bottom: .4rem;
    vertical-align: middle;
    max-height: 3rem
}

.inside-proshow .list .right .button-1 {
    background: var(--main-color)
}

.inside-proshow .list .right .button-2 {
    margin-left: 1.5rem;
    background: #f35a14
}

.inside-proshow-2 {
    padding-top: 4rem;
    padding-bottom: 10rem
}

.inside-proshow-2 .left {
    width: 71%;
    float: left
}

.inside-proshow-2 .left .menu {
    left: 0;
    z-index: 99;
    top: 9rem;
    width: 100%;
    padding-top: 4rem;
    background: #fff;
    position: -webkit-sticky;
    position: sticky;
    border-bottom: solid 1px #e8e8e8
}

.inside-proshow-2 .left .menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.inside-proshow-2 .left .menu li:first-child {
    margin-left: 0
}

.inside-proshow-2 .left .menu li {
    margin-left: 9rem
}

.inside-proshow-2 .left .menu li a {
    color: #333;
    position: relative;
    display: inline-block;
    font-size: 2.4rem;
    padding-bottom: 2rem
}

.inside-proshow-2 .left .menu li a:after {
    opacity: 0;
    left: 0;
    bottom: -1px;
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    background: var(--main-color)
}

.inside-proshow-2 .left .menu .active a {
    color: var(--main-color)
}

.inside-proshow-2 .left .menu .active a:after {
    opacity: 1
}

.inside-proshow-2 .left .box {
    margin-top: 5rem
}

.inside-proshow-2 .left .box .nr {
    position: relative
}

.inside-proshow-2 .right {
    top: 13rem;
    right: 0;
    width: 23%;
    float: right;
    position: -webkit-sticky;
    position: sticky
}

.inside-proshow-2 .right .title {
    color: #333;
    font-size: 2.4rem;
    font-weight: normal
}

.inside-proshow-2 .right .list {
    margin-top: 2.5rem;
    padding: 2rem;
    padding-bottom: 3rem;
    border-radius: 1rem;
    border: solid 1px #e8e8e8
}

.inside-proshow-2 .right .list li {
    margin-top: 2rem
}

.inside-proshow-2 .right .list li .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.inside-proshow-2 .right .list li .pic {
    width: 45%;
    position: relative;
    overflow: hidden;
    background: #f9f9f9
}

.inside-proshow-2 .right .list li .pic img {
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease
}

.inside-proshow-2 .right .list li .pic:after {
    content: "";
    display: block;
    padding-bottom: 78.94736842%
}

.inside-proshow-2 .right .list li .tit {
    width: 55%;
    color: #000;
    height: 6rem;
    line-height: 3rem;
    font-size: 1.8rem;
    font-weight: 700;
    padding-left: 2rem;
    -webkit-transition: all 334ms ease;
    transition: all 334ms ease;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2
}

.inside-proshow-2 .right .list li:first-child {
    margin-top: 0
}

.inside-proshow-2 .right .list li:hover .tit {
    color: var(--main-color)
}

.inside-contact {
    padding: 10rem 0
}

.inside-contact .title {
    color: #333;
    line-height: 4rem;
    font-size: 4rem
}

.inside-contact .title span {
    color: var(--main-color)
}

.inside-contact .title-2 {
    font-size: 1.8rem;
    padding-top: 2rem
}

.inside-contact .list {
    margin-top: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.inside-contact .list .left {
    color: #fff;
    width: 40%;
    padding: 3rem;
    background: var(--main-color)
}

.inside-contact .list .left li {
    padding: 2rem 0;
    position: relative;
    border-top: solid 1px rgba(255, 255, 255, 0.1)
}

.inside-contact .list .left li .item {
    padding-left: 9rem;
    position: relative
}

.inside-contact .list .left li .icon {
    top: 0;
    left: 0;
    width: 6rem;
    height: 6rem;
    border-radius: 5rem;
    background: #5a97cd;
    position: absolute
}

.inside-contact .list .left li .icon img {
    max-height: 6rem
}

.inside-contact .list .left li .nr {
    padding-top: 1.5rem
}

.inside-contact .list .left li .nr .t-2 {
    padding-top: .5rem;
    font-weight: 700;
    font-size: 2rem
}

.inside-contact .list .left li .nr .t-2 a {
    color: #fff
}

.inside-contact .list .left li .nr:nth-child(2) {
    padding-top: 0
}

.inside-contact .list .left li .nr-2 {
    font-weight: 600;
    font-size: 2rem;
    margin-top: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.inside-contact .list .left li .nr-2 img {
    margin-right: 2rem
}

.inside-contact .list .left li:first-child {
    border-top: 0
}

.inside-contact .list .right {
    width: 60%
}

.inside-message {
    padding-bottom: 10rem;
    position: relative
}

.inside-message .index-title {
    text-align: left;
    font-weight: 700
}

.inside-message .title {
    font-size: 1.8rem;
    padding-top: 2rem
}

.inside-message .nr {
    padding-top: 6rem
}

.inside-message .list {
    margin: 0 -3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

.inside-message .list li {
    width: 33.33333333%;
    position: relative;
    padding: 0 3rem 3rem 3rem
}

.inside-message .list li em {
    color: #d90716;
    font-style: normal
}

.inside-message .list li:last-child {
    padding-bottom: 0
}

.inside-message .list .li-w {
    width: 48%
}

.inside-message .list .li-w2 {
    width: 100%
}

.inside-message .list .li-w2 .box span {
    font-size: 1.6rem;
    color: #08060b
}

.inside-message .box {
    position: relative
}

.inside-message .red {
    z-index: 9;
    left: 0;
    top: 1.8rem;
    color: #c70204;
    position: absolute
}

.inside-message .red img {
    max-height: 2rem
}

.inside-message select,
.inside-message .input-form,
.inside-message .textarea-form {
    border: none;
    color: #666;
    width: 100%;
    font-family: "微软雅黑";
    vertical-align: middle;
    padding: 0 3rem;
    height: 5.5rem;
    line-height: 4.3rem;
    font-size: 1.6rem;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-bottom: #ebebeb solid 1px
}

.inside-message select {
    color: #999;
    background-color: transparent
}

.inside-message .textarea-form {
    font-size: 1.6rem;
    line-height: 3rem;
    padding-right: 9rem;
    height: 10rem;
    padding-top: 1.2rem
}

.inside-message .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100% !important
}

.inside-message .submit {
    color: #fff;
    width: 100%;
    border-radius: 3rem;
    background: var(--main-color);
    display: inline-block;
    width: 20rem;
    text-align: center;
    line-height: 5rem;
    height: 5rem;
    font-size: 1.6rem;
    background-size: cover;
    border: none
}

.inside-message .verifyDiv {
    width: 30%
}

.news-show {
    line-height: 3.6rem;
    position: relative;
    margin-top: -1px;
    color: #555;
    font-size: 1.8rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(#fff), color-stop(#fff), to(#c4daed));
    background: linear-gradient(to bottom, #fff, #fff, #fff, #c4daed)
}

.news-show .hd {
    background: #fff;
    padding-top: 4rem;
    padding-bottom: 3rem;
    border-bottom: 1px #e0e1e0 solid;
    position: relative
}

.news-show .show-title {
    line-height: 6rem;
    font-weight: 700;
    color: #222;
    text-align: left;
    font-size: 4rem;
    margin-bottom: 3rem
}

.news-show .show-info {
    color: #555;
    line-height: 2.4rem;
    padding: 1.5rem 0;
    font-weight: 100;
    position: relative
}

.news-show .show-info span {
    padding-right: 3rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.news-show .show-info span:last-child {
    margin-right: 0;
    padding-right: 0
}

.news-show .show-info svg {
    width: 1.6rem;
    height: 1.6rem;
    margin-right: 1rem
}

.news-show .bd {
    border-left: 1px #e0e1e0 solid
}

.news-show .bd>.container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: self-start;
    -ms-flex-align: self-start;
    align-items: self-start
}

.news-show .aside {
    width: 7.2rem;
    position: -webkit-sticky;
    position: sticky;
    padding-top: 20rem;
    left: 0;
    top: 0;
    margin-left: -7.2rem
}

.news-show .aside .socialMedia {
    background: #f2f2f2;
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem;
    text-align: center;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    position: relative;
    z-index: 30
}

.news-show .aside .socialMedia .bt {
    display: block;
    font-size: 1.4rem;
    color: #333;
    line-height: 3rem;
    margin-bottom: 1rem
}

.news-show .aside .socialMedia .icon {
    display: block;
    width: 4rem;
    height: 4rem;
    margin: auto
}

.news-show .aside .socialMedia a {
    display: block;
    margin-bottom: 1rem
}

.news-show .aside .socialMedia a:last-child {
    margin-bottom: 0
}

.news-show .aside .socialMedia a:hover {
    opacity: .8
}

.news-show .aside .returnList {
    background: var(--main-color);
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem;
    text-align: center;
    color: #fff;
    padding-top: 5.5rem;
    padding-bottom: 1.5rem;
    margin-top: -3rem;
    position: relative;
    z-index: 20
}

.news-show .aside .returnList a {
    color: #fff
}

.news-show .aside .returnList a:hover {
    opacity: .8
}

.news-show .aside .returnList .bt {
    display: block;
    font-size: 1.4rem;
    line-height: 3rem;
    margin-bottom: 1rem
}

.news-show .aside .returnList .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    border: .2rem #fff solid;
    margin: auto
}

.news-show .aside .returnList .icon svg {
    width: 2rem;
    height: 2rem
}

.news-show .aside .returnTop {
    background: #1c9ef2;
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem;
    text-align: center;
    color: #fff;
    padding-top: 5rem;
    padding-bottom: 2rem;
    margin-top: -3rem;
    position: relative
}

.news-show .aside .returnTop a {
    color: #fff
}

.news-show .aside .returnTop a:hover {
    opacity: .8
}

.news-show .aside .returnTop .bt {
    display: block;
    font-size: 1.4rem;
    line-height: 3rem;
    margin-bottom: 1rem
}

.news-show .aside .returnTop .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    margin: auto
}

.news-show .aside .returnTop .icon svg {
    width: 2.4rem;
    height: 2.4rem;
    color: #fff
}

.news-show .bdC {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.news-show .bdC .left {
    width: 70%;
    padding-bottom: 13rem;
    border-left: 1px rgba(0, 0, 0, 0.08) solid;
    border-right: 1px rgba(0, 0, 0, 0.08) solid;
    padding-top: 8rem;
    padding-left: 6rem;
    padding-right: 6rem
}

.news-show .bdC .right {
    width: 30%;
    padding-bottom: 10rem;
    padding-top: 8rem;
    padding-left: 4rem
}

.news-show .bdC .titleBig {
    font-weight: 700;
    line-height: 1;
    color: var(--main-color);
    font-size: 2.6rem;
    margin-bottom: 3rem
}

.news-show .nr {
    padding-bottom: 8rem
}

.news-show .con {
    background-color: #fff;
    -webkit-box-shadow: 0 0 1rem 0 rgba(0, 65, 0, 0.1);
    box-shadow: 0 0 1rem 0 rgba(0, 65, 0, 0.1);
    padding: 4rem 9rem 9rem 9rem
}

.news-show .p-1 {
    font-weight: 700
}

.news-show .tags {
    line-height: 3.6rem;
    padding-bottom: 10rem
}

.news-show .tags .bt {
    color: #333;
    margin-right: 1rem
}

.news-show .tags a {
    color: #333;
    display: inline-block;
    margin-right: 1rem;
    margin-bottom: 1rem
}

.news-show .tags a:hover {
    color: var(--main-color);
    text-decoration: underline
}

.news-show .tjNews {
    position: -webkit-sticky;
    position: sticky;
    right: 0;
    top: 12rem
}

.news-show .tjNews .list li {
    padding-bottom: 2.5rem
}

.news-show .tjNews .list li:last-child {
    padding-bottom: 0
}

.news-show .tjNews .list .box {
    display: block;
    background-color: #fafafa;
    font-size: 2rem;
    color: #222;
    font-weight: 700;
    padding: 3rem 3rem
}

.news-show .tjNews .list .title {
    margin-bottom: 2rem;
    line-height: 3rem;
    max-height: 6rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2
}

.news-show .tjNews .list .btnDiv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.news-show .tjNews .list .btnDiv>span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: top
}

.news-show .tjNews .list .btnDiv svg {
    width: 3.2rem;
    height: auto
}

.news-show .tjNews .list .box:hover {
    color: var(--main-color)
}

.news-show .tjNews .list-2 li {
    padding-bottom: 3rem
}

.news-show .tjNews .list-2 li .box {
    background: #fafafa;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.news-show .tjNews .list-2 li .pic {
    position: relative;
    overflow: hidden;
    width: 50%
}

.news-show .tjNews .list-2 li .pic img {
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease
}

.news-show .tjNews .list-2 li .pic:after {
    content: "";
    display: block;
    padding-bottom: 85.85858586%
}

.news-show .tjNews .list-2 li .item {
    width: 50%;
    padding: 2rem
}

.news-show .tjNews .list-2 li .item .title {
    font-weight: 700;
    color: #333;
    height: 6rem;
    line-height: 3rem;
    font-size: 1.8rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2
}

.news-show .tjNews .list-2 li .btnDiv {
    margin-top: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.news-show .tjNews .list-2 li .btnDiv>span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: top
}

.news-show .tjNews .list-2 li .btnDiv svg {
    fill: #333;
    width: 3.2rem;
    height: auto
}

.news-show .tjNews .list-2 li .box:hover .pic img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.news-show .tjNews .list-2 li .box:hover .item .title {
    color: var(--main-color)
}

.news-show .tjNews .list-2 li .box:hover .btnDiv svg {
    fill: var(--main-color)
}

.prev-next .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -2rem;
    margin-right: -2rem
}

.prev-next .prev,
.prev-next .next {
    width: 50%;
    padding-left: 2rem;
    padding-right: 2rem
}

.prev-next .title {
    color: #333;
    font-size: 1.8rem
}

.prev-next a {
    color: #1d3054;
    font-weight: 700;
    font-size: 2.6rem;
    line-height: 1.5
}

.prev-next a:hover {
    color: var(--main-color);
    text-decoration: underline
}

.inside-page {
    font-size: 12px;
    text-align: center;
    padding-top: 8rem
}

.inside-page a {
    width: 4rem;
    height: 4rem;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    line-height: 3.8rem;
    border-radius: 100%;
    margin: 0 .5rem;
    color: #666;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-box-shadow: 0 0 1px #b5b5b5;
    box-shadow: 0 0 1px #b5b5b5
}

.inside-page a:hover,
.inside-page .cur {
    color: #fff;
    -webkit-box-shadow: 0 0 1px var(--main-color);
    box-shadow: 0 0 1px var(--main-color);
    background: var(--main-color)
}

.inside-page .prev,
.inside-page .next {
    width: 10rem;
    position: relative;
    border-radius: 3rem
}

.inside-page .prev:before {
    content: "<";
    margin-right: .6rem;
    font-family: "宋体";
    display: inline-block;
    font-weight: 700
}

.inside-page .next:after {
    content: ">";
    margin-left: .6rem;
    font-family: "宋体";
    display: inline-block;
    font-weight: 700
}

.inside-page span {
    padding-left: 2rem;
    font-size: 1.4rem
}

.inside-page span input {
    color: #666;
    width: 6rem;
    padding: 0 1rem;
    height: 2.4rem;
    text-align: center;
    font-family: arial
}

.inside-map {
    padding: 6.5rem 0
}

.inside-map li {
    padding: 1.5rem 0
}

.inside-map li h3 {
    font-size: 1.8rem
}

.inside-map li .drop {
    padding-top: 1.5rem
}

.inside-map li .drop a {
    display: inline-block;
    padding-right: 1.5rem
}

#searchPopup {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    z-index: 9999
}

#searchPopup .searchBox {
    color: #fff;
    padding-right: 0;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: -1;
    top: 13rem;
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s
}

#searchPopup .searchBox.fadeIn {
    top: 10rem;
    opacity: 1;
    z-index: 999
}

#searchPopup .searchBox .container {
    width: 100%;
    position: relative;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

#searchPopup .searchBox input {
    -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
    border: 1px #fff solid;
    background: #fff;
    color: #333;
    width: 40%;
    padding: 0 10px;
    font-size: 1.4rem;
    height: 6rem;
    line-height: 5.8rem
}

#searchPopup .searchBox input:focus {
    color: #333
}

#searchPopup .searchBox .btn {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    height: 6rem;
    width: 6rem;
    background: var(--main-color);
    text-align: center;
    display: inline-block
}

#searchPopup .searchBox .btn svg {
    width: 3rem;
    height: 3rem;
    margin: 1.5rem
}

#searchPopup .searchBox .btn .cls-1 {
    fill: #fff
}

#searchPopup .searchBox .btn .cls-2 {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 2px
}

#searchPopup .searchBox .btn:hover {
    background: var(--main-color)
}

#searchPopup .searchBox .close {
    display: none
}

#searchPopup .searchBox2.fadeIn {
    top: 9.5rem
}

.verifyDiv {
    width: 25%;
    vertical-align: middle;
    position: relative
}

.verify {
    height: 5rem;
    background-color: #e8e8e8;
    position: relative
}

.verify .drag-btn {
    position: absolute;
    left: 0;
    top: 0;
    border: 1px #e5e5e5 solid;
    width: 5rem;
    height: 5rem;
    background: #fff url(../images/drag-arrow.svg) no-repeat center center;
    background-size: 2rem 2rem;
    z-index: 2;
    cursor: move
}

.verify .suc-drag-btn {
    background: #fff url(../images/drag-success.svg) no-repeat center center;
    background-size: 2rem 2rem
}

.verify .drag-progress {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 5rem;
    line-height: 4.8rem;
    background-color: #e8e8e8;
    color: #666;
    text-align: center
}

.verify .fix-tips,
.verify .verify-msg {
    width: 100%;
    position: absolute;
    right: 0;
    left: 0;
    height: 100%;
    color: #666;
    z-index: 1;
    font-size: 1.6rem;
    line-height: 5rem;
    padding-left: 5rem;
    text-align: center
}

.verify .verify-msg {
    padding-left: 0;
    padding-right: 5rem
}

.verify .verify-msg {
    background-color: #7ac23c;
    color: #fff;
    display: none
}

.videoWindow {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000000;
    display: none
}

.videoWindow video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 132rem;
    height: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    max-height: 70%;
    max-width: 80%
}

.videoWindow i {
    display: block;
    position: absolute;
    top: 3rem;
    right: 3rem;
    width: 2.5rem;
    height: 2.5rem;
    background: url(../images/onlineClose.png) no-repeat center center;
    background-size: contain;
    cursor: pointer
}

.inside-contact .list .left li .nr-2 img {
    margin-right: 2rem;
    max-height: 11.7rem;
}

.index-solution .list {
    bottom: 0;
    left: 0;
    width: 100%;
    position: absolute;
}

.floatRight {
    width: 40px;
    font-size: 16px;
    position: fixed;
    z-index: 999;
    right: 0;
    bottom: 40px;
    -webkit-transition: .5s;
    transition: .5s
}

.floatRight .returnTopBtn {
    opacity: 0
}

.floatRight .returnTopBtn.show {
    opacity: 1
}

.floatRight .list li {
    padding-bottom: 4px
}

.floatRight .list .box {
    width: 40px;
    -webkit-transition: .5s;
    transition: .5s;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.floatRight .list .box:hover {
    opacity: .8
}

.floatRight .list .box:hover .icon {
    background: var(--main-color);
    color: #fff
}

.floatRight .list .icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    background: #fcfcfd;
    color: var(--main-color)
}

.floatRight .list .icon img,
.floatRight .list .icon svg {
    width: 20px;
    height: 20px
}

@media screen and (max-width:1023px) {
    .floatRight {
        display: none
    }
}

.common-nav .listNav>li>.child>.list {
    margin-top: 7rem;
}

.common-nav .listNav>li>.child>.list2 {
    overflow: hidden;
    text-align: center;
}

.common-nav .listNav>li>.child>.list2 li {
    width: 16.66667%;
    float: left;
}


.common-nav .listNav>li>.child>.list2 li .title {
    font-size: 1.6rem;
    text-align: center;
    padding: 1rem 0;
}


.common-nav .listNav>li>.child>.list2 a:hover .title {
    font-weight: 700;
    color: var(--main-color);
}

.common-nav .listNav>li>.child>.list a:hover {
    color: var(--main-color);
}

.common-nav .listNav>li>.child>.list2 li .pic {
    width: 100%;
    padding-top: 3rem;
    overflow: hidden;
    position: relative;
}

.common-nav .listNav>li>.child>.list2 li .pic::after {
    content: "";
    display: block;
    padding-bottom: 60.94736842%;
}

.fixed .common-nav .listNav>li>.child {
    top: 100%;
}

.fixed .common-nav .listNav>li>.child>.list {
    margin-top: 0;
}

.banner .text-2 {
    text-align: center;
    top: 30%;
}

.banner .text-2 .t-1 {
    font-weight: bold;
}