@charset "utf-8";
:root {
    --main-color: #283089;
    --hover-color: #000324;
    --D-DINExp: D-DINExp;
    --D-DINExp-Bold: D-DINExp-Bold
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0
}

#bsWXBox {
    box-sizing: content-box
}

div, p, span, i, em {
    white-space: inherit !important
}

ul {
    list-style: none
}

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
}

html {
    font-size: 1px !important
}

html, body {
    position: relative;
    scroll-behavior: smooth
}

@media (max-width: 1730px) {
    html {
        font-size: .901042px !important
    }
}

@media (max-width: 1600px) {
    html {
        font-size: .824479px !important
    }
}

@media (max-width: 1530px) {
    html {
        font-size: .792708px !important
    }
}

@media (max-width: 1440px) {
    html {
        font-size: .741146px !important
    }
}

@media (max-width: 1366px) {
    html {
        font-size: .702604px !important
    }
}

@media (max-width: 1360px) {
    html {
        font-size: .699479px !important
    }
}

@media (max-width: 1280px) {
    html {
        font-size: .657813px !important
    }
}

body {
    font-family: 'Microsoft Yahei', '微软雅黑', '思源黑体 CN-Medium', '思源黑体 CN', 'Microsoft YaHei New', 'PingFang SC', 'Hiragino Sans GB', 'Arial', 'Helvetica', sans-serif;
    font-size: 14rem;
    color: #666;
    line-height: 1.1;
    width: 100%;
    background: #fff;
    margin: 0 auto !important;
    word-break: break-word;
    scroll-behavior: smooth;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: transparent
}

a:link, a:visited {
    text-decoration: none;
    outline: none;
    color: #666
}

a:hover, a:active, a:focus {
    color: #666;
    text-decoration: none
}

img {
    border: 0;
    max-width: 100%;
    height: auto
}

table {
    border-collapse: collapse;
    width: 100%
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal
}

input, textarea, select {
    font-size: 14px;
    outline: 0;
    overflow: hidden;
    font-family: 'Microsoft Yahei', '微软雅黑', '思源黑体 CN-Medium', '思源黑体 CN', 'Microsoft YaHei New', 'PingFang SC', 'Hiragino Sans GB', 'Arial', 'Helvetica', sans-serif
}

input[type='reset'], input[type='button'], input[type='submit'], input[type='radio'] {
    cursor: pointer;
    outline: 0
}

input[type='checkbox'], input[type='radio'] {
    position: relative;
    vertical-align: middle;
    margin-top: -1px;
    margin-bottom: 1px;
    margin-left: 5px;
    margin-right: 5px;
    width: 14px;
    height: 14px
}

textarea, input[type='email'], input[type='date'], input[type='password'], input[type='text'] {
    padding: 0;
    color: #666;
    outline: 0
}

input[type='submit'], input[type='reset'], input[type='button'], input[type='text'], select, button {
    -webkit-appearance: none
}

input, select, textarea {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border-radius: 0
}

::-webkit-input-placeholder {
    color: #888
}

:-moz-placeholder {
    color: #888;
    opacity: 1
}

::-moz-placeholder {
    color: #888;
    opacity: 1
}

:-ms-input-placeholder {
    color: #888
}

.fl {
    float: left
}

.fr {
    float: right
}

.clearfix:after {
    clear: both;
    height: 0;
    content: '';
    line-height: 0;
    font-size: 0;
    display: block
}

.pic {
    width: 100%;
    overflow: hidden;
    position: relative
}

.pic img {
    transition: .5s
}

.pic:after {
    content: '';
    display: block;
    padding-bottom: 100%
}

.middleCenter {
    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;
    object-fit: cover
}

.ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap !important;
    overflow: hidden
}

.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
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@keyframes fadeInLeft2 {
    0% {
        opacity: 0;
        transform: translate3d(-70px, 0, 0)
    }
    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInLeft2 {
    animation-name: fadeInLeft2
}

@keyframes fadeInLeft3 {
    0% {
        opacity: 0;
        transform: translate3d(-10px, 0, 0)
    }
    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInLeft3 {
    animation-name: fadeInLeft3
}

@keyframes fadeInRight2 {
    0% {
        opacity: 0;
        transform: translate3d(70px, 0, 0)
    }
    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInRight2 {
    animation-name: fadeInRight2
}

@keyframes fadeInUp2 {
    0% {
        opacity: 0;
        transform: translate3d(0, 70px, 0)
    }
    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInUp2 {
    animation-name: fadeInUp2
}

@keyframes fadeInDown2 {
    0% {
        opacity: 0;
        transform: translate3d(0, -70px, 0)
    }
    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.fadeInDown2 {
    animation-name: fadeInDown2
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    100% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@font-face {
    font-family: D-DINExp-Bold;
    src: url('../font/D-DINExp-Bold.woff2') format('woff2'), url('../font/D-DINExp-Bold.woff') format('woff'), url('../font/D-DINExp-Bold.ttf') format('truetype'), url('../font/D-DINExp-Bold.eot') format('embedded-opentype'), url('../font/D-DINExp-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: D-DINExp;
    src: url('../font/D-DINExp.woff2') format('woff2'), url('../font/D-DINExp.woff') format('woff'), url('../font/D-DINExp.ttf') format('truetype'), url('../font/D-DINExp.eot') format('embedded-opentype'), url('../font/D-DINExp.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: YouSheBiaoTiHei;
    src: url(../font/YouSheBiaoTiHei.otf);
    font-weight: normal;
    font-style: normal
}

.prompt {
    position: fixed;
    width: 100%;
    height: 100%;
    background: url(../images/ie_sosad.png) no-repeat center 35% #fff;
    left: 0;
    bottom: 0;
    display: none;
    z-index: 999;
    filter: alpha(opacity=80);
    opacity: 80
}

.prompt span {
    position: absolute;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    top: 55%;
    left: 50%;
    margin-left: -152px;
    width: 304px;
    display: block;
    line-height: 24px;
    color: #666
}

.prompt span a {
    text-decoration: underline
}

.prompt .prompt_close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 30px;
    top: 30px;
    background: url(../images/closed.png) no-repeat center center;
    cursor: pointer
}

.sitemap {
    padding-top: 60rem !important
}

.sitemap .site-bottom {
    font-size: 18rem;
    line-height: 30rem;
    color: #666
}

.sitemap li {
    border-bottom: 1px dashed #e0e0e0;
    padding-bottom: 20rem;
    margin-bottom: 20rem
}

.sitemap li .top1 {
    font-size: 22rem;
    color: #000;
    font-weight: bold
}

.sitemap li .top1 .txt-2 {
    display: none
}

.sitemap li .top1:hover {
    color: var(--main-color);
    text-decoration: underline
}

.sitemap li .subnav {
    margin-top: 15rem
}

.sitemap li .subnav .yi {
    padding-bottom: 5rem
}

.sitemap li .subnav a {
    font-size: 20rem;
    color: #333;
    margin-right: 20rem;
    padding: 5rem 0;
    display: block;
    float: left
}

.sitemap li .subnav a:hover {
    color: var(--main-color);
    text-decoration: underline
}

.sitemap li .subnav .er {
    padding-bottom: 5rem;
    padding-left: 10rem
}

.sitemap li .subnav .er a {
    font-size: 16rem
}

.sitemap li .subnav .er .top2 {
    display: block;
    padding: 10rem 0;
    width: 100%;
    font-size: 18rem
}

.sitemap li .subnav .san {
    padding-left: 10rem;
    padding-bottom: 10rem
}

.sitemap li .subnav p {
    display: block;
    width: 100%;
    overflow: hidden
}

.sitemap li .subnav .hover {
    padding: 10rem 20rem
}

.sitemap li .subnav .hover a {
    color: #333
}

.sitemap li .subnav .hover a:hover {
    color: var(--main-color);
    text-decoration: underline
}

.sitemap li .subnav .dot a {
    font-size: 16rem;
    color: #666
}

.sitemap li .subnav .dot a:hover {
    color: var(--main-color);
    text-decoration: underline
}

.fix {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 155777;
    transition: .5s;
    left: 0
}

.transparent {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.6);
    top: 0;
    left: 0;
    z-index: 888;
    backdrop-filter: blur(5px)
}

.transparent.active {
    display: block
}

.container {
    margin-right: auto;
    margin-left: auto;
    width: 1440rem
}

.container02 {
    margin-right: auto;
    margin-left: auto;
    width: 1440rem;
    padding-right: 100rem
}

.height {
    height: 1px;
    position: absolute;
    top: -100rem;
    left: 0;
    width: 100%
}

.height1 {
    height: 100rem
}

.height2 {
    top: -180rem;
}

.header {
    height: 70rem;
    width: 100%;
    transition: .7s;
    position: relative;
    z-index: 1
}

.header .logo {
    padding: 0;
    float: left;
    transition: .7s;
    margin-left: -135rem;
    margin-top: 22rem
}

.header .logo a {
    display: block;
    position: relative
}

.header .logo a img {
    display: inline-block;
    vertical-align: top;
    width: 152rem;
    z-index: 5;
    transition: .5s
}

.header .logo a .lg2 {
    display: none
}

.header .header-right {
    float: right;
    margin-right: -133rem
}

.header .header-right .menu {
    float: right;
    position: relative;
    width: 36px;
    height: 36px;
    margin-top: 12px;
    display: none
}

.header .header-right .menu .navPhoneBtn {
    display: inline-block;
    padding: 10px;
    cursor: pointer;
    float: left;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 36px;
    text-align: right
}

.header .header-right .menu .navPhoneBtn span {
    display: block;
    width: 20px;
    height: 2px;
    margin-bottom: 5px;
    position: relative;
    background: var(--main-color);
    border-radius: 3px;
    z-index: 1;
    -webkit-transform-origin: 20px;
    transform-origin: 20px;
    -webkit-transition: background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease, width .5s, -webkit-transform .5s cubic-bezier(.77, .2, .05, 1), -webkit-transform .5s cubic-bezier(.77, .2, .05, 1);
    transition: background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease, width .5s, -webkit-transform .5s cubic-bezier(.77, .2, .05, 1), -webkit-transform .5s cubic-bezier(.77, .2, .05, 1);
    transition: background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease, transform .5s cubic-bezier(.77, .2, .05, 1), width .5s, transform .5s cubic-bezier(.77, .2, .05, 1);
    transition: background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease, transform .5s cubic-bezier(.77, .2, .05, 1), width .5s, transform .5s cubic-bezier(.77, .2, .05, 1), -webkit-transform .5s cubic-bezier(.77, .2, .05, 1), -webkit-transform .5s cubic-bezier(.77, .2, .05, 1)
}

.header .header-right .menu .navPhoneBtn span:nth-last-child(2) {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: width .5s ease;
    transition: width .5s ease
}

.header .header-right .menu .navPhoneBtn span:last-child {
    margin-bottom: 0
}

.header .header-right .header-search {
    float: right;
    position: relative;
    padding-top: 14rem
}

.header .header-right .header-search .pull-right {
    position: relative;
    z-index: 778
}

.header .header-right .header-search .pull-right a {
    display: block;
    overflow: hidden;
    height: 49rem;
    transition: .7s;
    background: url(../images/search.png) no-repeat center center;
    background-size: 20rem !important;
    line-height: 49rem;
    color: #fff;
    width: 78rem
}

.header .header-right .header-search .search .search-main {
    top: 100%;
    right: 0;
    z-index: 777;
    width: 300rem;
    display: none;
    position: absolute;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1)
}

.header .header-right .header-search .form-control {
    text-align: left;
    border: 0;
    width: 100%;
    font-size: 16rem;
    color: #666;
    height: 50rem;
    vertical-align: top;
    padding: 0 60rem 0 30rem;
    -webkit-appearance: none;
    background: none
}

.header .header-right .header-search .btn {
    top: 0;
    border: 0;
    right: 0;
    color: #fff;
    width: 50rem;
    height: 50rem;
    line-height: 50rem;
    position: absolute;
    background: var(--main-color) url(../images/search.png) no-repeat center center;
    background-size: 20rem !important
}

.header .header-right .lan {
    float: right;
    padding-top: 14rem
}

.header .header-right .lan a {
    font-size: 18rem;
    line-height: 49rem;
    background: url(../images/diqiu.png) no-repeat center left;
    background-size: 22rem;
    padding-left: 28rem;
    color: #fff
}

.header .header-right .tel {
    float: right;
    padding-top: 15rem
}

.header .header-right .tel a {
    font-family: var(--D-DINExp);
    font-size: 20rem;
    line-height: 40rem;
    color: #fff;
    background: var(--main-color) url(../images/tel.png) no-repeat 20rem center;
    background-size: 20rem;
    padding: 0 22rem 0 52rem;
    border-radius: 30rem;
    display: block
}

/* @media (min-width: 1025px) {
    .header:hover {
        background: #fff
    }

    .header:hover .logo a .lg1 {
        display: none
    }

    .header:hover .logo a .lg2 {
        display: block
    }

    .header:hover .nav ul li a {
        color: #333
    }

    .header:hover .header-right .lan a {
        background: url(../images/diqiu1.png) no-repeat center left;
        background-size: 22rem;
        color: #666
    }

    .header:hover .header-right .header-search .pull-right a {
        background: url(../images/search1.png) no-repeat center center;
        background-size: 20rem !important
    }
}
 */
.headerfix, .header1 {
    background: #fff;
    box-shadow: 1rem 6rem 20rem rgba(30, 85, 56, 0.14)
}

.headerfix .logo a .lg1, .header1 .logo a .lg1 {
    display: none
}

.headerfix .logo a .lg2, .header1 .logo a .lg2 {
    display: block
}

.headerfix .nav ul li a, .header1 .nav ul li a {
    color: #333
}

.headerfix .header-right .lan a, .header1 .header-right .lan a {
    background: url(../images/diqiu1.png) no-repeat center left;
    background-size: 22rem;
    color: #666
}

.headerfix .header-right .header-search .pull-right a, .header1 .header-right .header-search .pull-right a {
    background: url(../images/search1.png) no-repeat center center;
    background-size: 20rem !important
}

.nav {
    transition: .2s;
    float: right;
    margin-right: 80rem
}

.nav ul {
    z-index: 1
}

.nav ul li {
    float: left;
    margin-left: 65rem;
    position: relative
}

.nav ul li a {
    font-size: 16rem;
    color: #eef2f6;
    height: 70rem;
    line-height: 70rem;
    transition: .7s;
    position: relative;
    cursor: pointer;
    display: inline-block;
    vertical-align: top
}

.nav ul li a > span {
    display: inline-block;
    overflow: hidden;
    height: 70rem;
    line-height: 70rem;
    position: relative
}

.nav ul li a .txt-1 {
    display: block;
    transition: .5s
}

.nav ul li a .txt-2 {
    display: none;
    transform: translateY(100%);
    transition: .5s;
}

.nav ul li .subnav {
    width: 120rem;
    position: absolute;
    top: 70rem;
    left: 50%;
    margin-left: -60rem;
    display: none;
    z-index: 556;
    background: #fff;
    padding: 15rem;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: 1rem 36rem 110rem rgba(30, 85, 56, 0.14)
}

.nav ul li .subnav2 {
    width: 200rem;
    margin-left: -100rem;
}

.nav ul li .subnav ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align: center;
    font-size: 0
}

.nav ul li .subnav ul li {
    margin: 0;
    width: 100%;
    float: none;
    padding: 0
}

.nav ul li .subnav ul li a {
    height: auto;
    font-size: 14rem;
    line-height: 24rem;
    padding: 10rem 0;
    margin: 0;
    color: #000;
	transition: none;
    font-weight: lighter;
    text-decoration: none;
    text-align: center;
    display: block
}

.nav ul li .subnav ul li a:after {
    display: none
}

@media (min-width: 1025px) {
    .nav ul li .subnav ul li:hover a {
        /* background: var(--main-color); */
        color: var(--main-color);
		font-weight: bold
    }
}

.nav ul li:hover a span {
    text-decoration: underline;
    font-weight: bold
}

/* .nav ul li:hover a .txt-1 {
    transform: translateY(-100%)
}

.nav ul li:hover a .txt-2 {
    transform: translateY(-100%)
} */

.nav ul li:nth-child(1) {
    margin-left: 0
}

.nav ul .active a > span {
    text-decoration: underline;
    font-weight: bold
}

/* .nav ul .active a .txt-1 {
    transform: translateY(-100%)
}

.nav ul .active a .txt-2 {
    transform: translateY(-100%)
} */

#menu {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    background: #fff;
    z-index: 9999;
    height: 100%;
    transition: .5s;
    overflow: auto;
    padding: 62px 8px
}

#menu .lan {
    text-align: center;
    padding: 15px 0
}

#menu .lan a {
    color: #666;
    font-size: 16px;
    margin: 0 5px 10px 5px
}

#menu .lan .active {
    color: var(--main-color)
}

#menu .search {
    background: #f1f1f1;
    position: relative
}

#menu .search .form-control {
    width: 100%;
    height: 40px;
    border: 0;
    background: none;
    padding: 0 20px;
    color: #666;
    font-size: 16px
}

#menu .search .btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    border: 0;
    background: var(--main-color) url(../images/search.png) no-repeat center center;
    background-size: 15px !important;
    padding: 0;
    margin: 0
}

#menu ul .subnav {
    display: none
}

#menu ul .subnav a {
    font-size: 15px
}

#menu ul ul {
    padding: 0;
    margin: 0 -5px;
    padding-left: 10px
}

#menu ul ul li {
    width: 100%;
    float: left;
    padding: 0 5px;
    border: 0
}

#menu ul ul li a {
    padding: 0;
    font-family: var(--Roboto-Bold);
    font-weight: normal
}

#menu ul ul li ul {
    display: none
}

#menu ul {
    overflow: hidden;
    padding: 0 0 0 10px
}

#menu ul li {
    position: relative;
    border-bottom: 1px solid #f1f1f1
}

#menu ul li i {
    display: block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 4;
    text-align: center;
    background: url(../images/jt.png) no-repeat center center;
    background-size: 13px
}

#menu ul li a {
    font-size: 18px;
    color: #333;
    display: block;
    line-height: 30px;
    padding: 10px 0;
    padding-right: 48px;
    position: relative
}

#menu ul li a span.txt-2 {
    display: none
}

#menu ul li ul li a {
    font-size: 16px;
    color: #555;
    line-height: 24px;
    margin: 10px 0
}

#menu ul li ul li ul li a {
    font-size: 14px
}

#menu ul li ul li ul li ul li a {
    font-size: 14px;
    font-weight: normal;
    padding-left: 15px;
    position: relative
}

#menu ul li ul li ul li ul li a:after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: var(--main-color);
    position: absolute;
    top: 50%;
    left: 0;
    border-radius: 50%;
    margin-top: -3px
}

#menu ul li:nth-child(1):before {
    display: none
}

#menu .close {
    display: block;
    height: 36px;
    width: 36px;
    position: absolute;
    right: 17px;
    top: 18px;
    border-radius: 50%;
    background: url(../images/closed.png) no-repeat center center;
    background-size: 15px
}

#menu.show1 {
    right: 0
}

.pc {
    display: block
}

.phone {
    display: none
}

@media (max-width: 1200px) {
    .phone {
        display: block
    }

    .pc {
        display: none
    }
}

.center {
    text-align: center
}

.home-title {
    font-size: 40rem;
    font-weight: bold;
    color: #333
}

.home-title1 {
    font-size: 48rem
}

.home-p {
    font-size: 18rem;
    line-height: 32rem;
    color: #666
}

.inmain-p {
    font-size: 16rem;
    line-height: 32rem;
    color: #666
}

.inmain-p .home-title{
    line-height: 1.5;
}

.more a, .more p {
    display: inline-block;
    vertical-align: top;
    font-size: 16rem;
    line-height: 32rem;
    color: #fff;
    transition: .5s
}

.more a svg, .more p svg {
    width: 22rem;
    height: 32rem;
    fill: #fff;
    display: inline-block;
    vertical-align: top
}

@media (min-width: 1025px) {
    .more a:hover {
        color: var(--main-color)
    }

    .more a:hover svg {
        fill: var(--main-color)
    }
}

.more2 a, .more2 p {
    display: inline-block;
    vertical-align: top;
    font-size: 16rem;
    line-height: 32rem;
    color: #333;
    border-radius: 30rem;
    border: solid 1px #e1e1e1;
    padding: 10rem 10rem 10rem 30rem;
    transition: .5s
}

.more2 a span, .more2 p span {
    display: inline-block;
    vertical-align: top
}

.more2 a svg, .more2 p svg {
    width: 22rem;
    height: 32rem;
    fill: #fff;
    display: inline-block;
    vertical-align: top
}

.more2 a i, .more2 p i {
    width: 32rem;
    height: 32rem;
    margin-left: 32rem;
    text-align: center;
    font-style: normal;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    background: var(--main-color)
}

@media (min-width: 1025px) {
    .more2 a:hover {
        background: var(--main-color);
        color: #fff;
        border: solid 1px var(--main-color)
    }

    .more2 a:hover svg {
        fill: var(--main-color)
    }

    .more2 a:hover i {
        background: #fff
    }
}

.white {
    color: #fff
}

.black {
    color: #000
}

.swiper-renewal-main {
    position: relative;
    overflow: hidden
}

.swiper-renewal-main .img1 {
    display: none
}

.swiper-renewal-main .img {
    position: relative;
    overflow: hidden
}

.swiper-renewal-main .swiper-slide img, .swiper-renewal-main .swiper-slide video {
    display: block;
    width: 100%;
    object-fit: cover
}

.swiper-renewal-main .banner-hover {
    color: #fff;
    position: absolute;
    top: 6%;
    left: 0;
    width: 100%;
    font-size: 0;
    z-index: 33;
    text-align: center;
    padding-top: 100rem
}

.swiper-renewal-main .banner-hover .left {
    position: relative
}

.swiper-renewal-main .banner-hover .bt {
    font-weight: bold;
    font-size: 57rem;
    padding-top: 54rem;
    color: #fff;
    text-shadow: 3rem 4rem 5rem rgba(0, 4, 47, 0.1)
}

.swiper-renewal-main .banner-hover .span {
    font-family: var(--D-DINExp-Bold);
    font-size: 153rem;
    color: #fff;
    line-height: 120rem;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1
}

.swiper-renewal-main .swiper-slide-active .banner-hover .span {
    -webkit-animation: fadeInUp2 2s alternate;
    animation: fadeInUp2 2s alternate
}

.swiper-renewal-main .swiper-slide-active .banner-hover .bt {
    -webkit-animation: fadeInUp2 3s alternate;
    animation: fadeInUp2 3s alternate
}

.banner {
    position: relative;
    z-index: 3
}

.banner:before {
    position: absolute;
	top:0;
	left:0;
	width:100%;
	display:block;
	background:rgba(0,0,0,0.4);
    width: 100%;
    height: 100%;
    content: '';
}

.banner .home-title{
    position: absolute;
	top:50%;
    transform: translateY(-50%);
    left: 0;
	font-size:60rem;
    width: 100%;
}

#Privacy {
    z-index: 10000;
    position: fixed;
    width: 800px;
    background: #fff;
    border: 4px solid rgba(0, 0, 0, 0.15);
    top: 50%;
    left: 50%;
    margin-top: -264px;
    margin-left: -400px;
    border-radius: 5px;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none
}

#Privacy .dialog_header {
    width: 100%;
    position: relative;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #f3f3f3
}

#Privacy .dialog_header .title {
    width: 100%;
    color: #000;
    font-weight: 700;
    font-size: 16px;
    line-height: 40px
}

#Privacy .dialog_header .close {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 40px;
    font-size: 22px;
    color: #c5c5c5;
    cursor: pointer
}

#Privacy .privacy_policy_title {
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 20px
}

#Privacy .p-1 {
    font-size: 20px
}

#Privacy .p-2 {
    font-size: 16px
}

#Privacy .privacy_content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 400px;
    padding: 20px 30px;
    overflow: auto;
    line-height: 30px
}

#Privacy .privacy_footer {
    width: 100%;
    padding: 20px 0;
    text-align: center
}

#Privacy .close_btn {
    display: inline-block;
    margin: 0 auto;
    width: auto;
    min-width: 200px;
    height: 40px;
    background: var(--main-color);
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    cursor: pointer
}

@media (max-width: 768px) {
    #Privacy {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        margin: 0
    }
}

#zixun, #zixun1 {
    z-index: 1000000;
    position: fixed;
    width: 1050rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    display: none;
    background: url(../images/floatbg.png) no-repeat top center;
    background-size: 100%;
    border-radius: 20rem;
    padding: 58rem 88rem
}

#zixun .close, #zixun1 .close {
    position: absolute;
    width: 34rem;
    height: 34rem;
    top: -30rem;
    right: -30rem;
    text-align: center;
    line-height: 30rem;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 22rem;
    color: #fff;
    cursor: pointer
}

#zixun .bt, #zixun1 .bt {
    font-size: 36rem;
    line-height: 56rem;
    font-weight: bold;
    color: #333
}

#zixun .home-message, #zixun1 .home-message {
    background: none;
    padding: 50rem 0 0 0
}

#zixun .home-message .home-bottom, #zixun1 .home-message .home-bottom {
    width: 100%
}

#zixun .home-message .home-bottom ul li.cp input, #zixun1 .home-message .home-bottom ul li.cp input {
    padding: 0 20rem 0 142rem
}

@keyframes ripple {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1, .1);
        transform: scale(.1, .1)
    }
    5% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.home-video {
    overflow: hidden;
    position: relative;
    height: 100vh
}

.home-video .text {
    position: relative;
    height: 100%
}

.home-video .text video {
    width: auto;
    height: auto;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%
}

.home-video .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    opacity: 1;
    overflow: hidden;
    background: url(../images/video_fill.png) no-repeat center center;
    background-size: 100rem;
    cursor: pointer
}

.home-video .overlay .img_logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.home-video .hide {
    background: none
}

@keyframes scale {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: .9
    }
    100% {
        transform: translate(-50%, -50%) scale(7);
        opacity: 0
    }
}

@keyframes scale2 {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: .9
    }
    100% {
        transform: translate(-50%, -50%) scale(10);
        opacity: 0
    }
}

.home-product {
    padding: 0 20rem;
    padding-top: 20rem
}

.home-product .nr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.home-product .left {
    width: 50%;
    padding-right: 10rem;
    flex: none;
    text-align: center
}

.home-product .right {
    width: 50%;
    padding-left: 10rem;
    flex: none
}

.home-product .right .ul {
    display: grid;
    grid-template-columns: repeat(1, 100%);
    grid-column-gap: 0;
    grid-row-gap: 20rem
}

.home-product .right .pic:after {
    padding-bottom: 48.92473118%
}


.home-product .right .text {
    top: 50%;
    transform: translateY(-50%)
}

.home-product .box {
    position: relative
}

.home-product .left .box .ph{
	display:none;
}

@media (min-width: 1025px) {
    .home-product .box:hover .pic img {
        transform: scale(1.1)
    }
}

.home-product .text {
    position: absolute;
    top: 97rem;
    left: 0;
    width: 100%;
    padding: 0 70rem
}

.home-product .bt {
    font-size: 32rem;
    font-weight: bold;
    line-height: 32rem;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap !important;
    overflow: hidden
}

.home-product .span {
    font-size: 18rem;
    line-height: 32rem;
    margin-top: 20rem;
    margin-bottom: 10rem;
    text-overflow: ellipsis;
    white-space: nowrap !important;
    overflow: hidden;
    color: #fff
}

.home-app {
    padding: 94rem 0 92rem 0;
    overflow: hidden
}

.home-app .home-p {
    margin-top: 18rem
}

.home-app .home-bottom {
    position: relative;
    padding-top: 53rem
}

.home-app .swiper {
    position: relative;
    overflow: hidden
}

.home-app .swiper-button-prev, .home-app .swiper-button-next {
    width: 40rem;
    height: 40rem;
    border-radius: 50%;
    float: left;
    left: -80rem;
    margin-top: -20rem;
    cursor: pointer;
    text-align: center;
    line-height: 40rem;
    background: rgba(0, 0, 0, 0.08)
}

.home-app .swiper-button-prev svg, .home-app .swiper-button-next svg {
    fill: var(--main-color);
    width: 22rem;
    height: 22rem
}

.home-app .swiper-button-prev:after, .home-app .swiper-button-next:after {
    content: ''
}

@media (min-width: 1025px) {
    .home-app .swiper-button-prev:hover, .home-app .swiper-button-next:hover {
        background: var(--main-color)
    }
    .home-app .swiper-button-prev:hover svg, .home-app .swiper-button-next:hover svg {
        fill:#fff; 
    }
}

.home-app .swiper-button-next {
    right: -80rem;
    left: auto
}

.applist {
    position: relative
}

.applist .item .pic:after {
    padding-bottom: 162.31884058%
}

@media (min-width: 1025px) {
    .applist .item:hover .pic img {
        transform: scale(1.1)
    }

    .applist .item:hover .more {
        opacity: 1
    }
}

.applist .box {
    position: relative
}

.applist .text {
    position: absolute;
    top: 57rem;
    left: 0;
    width: 100%;
    padding: 0 30rem;
    text-align: center
}

.applist .bt {
    font-size: 28rem;
    line-height: 32rem;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap !important;
    overflow: hidden
}

.applist .span {
    font-size: 16rem;
    line-height: 32rem;
    margin-top: 10rem;
    margin-bottom: 9rem;
    text-overflow: ellipsis;
    white-space: nowrap !important;
    overflow: hidden;
    color: #fff
}

.applist .more {
    transition: .5s;
    opacity: 0
}

.home-why {
    position: relative;
    overflow: hidden
}

.home-why .home-p {
    margin-top: 16rem
}

.home-why .home-bottom {
    position: relative;
    padding-top: 53rem
}

.home-why .swiper-why {
    width: 82.5%;
    margin: 0 auto;
    position: relative
}

.home-why .swiper-pagination {
    text-align: center;
    width: 100%;
    bottom: 20rem
}

.home-why .swiper-pagination .swiper-pagination-bullet {
    width: 16rem;
    height: 2rem;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 0;
    opacity: 1;
    margin: 0 4rem
}

.home-why .swiper-pagination .swiper-pagination-bullet-active {
    background: #fff
}

.home-why .swiper-button-prev, .home-why .swiper-button-next {
    width: 40rem;
    height: 40rem;
    border-radius: 50%;
    float: left;
    left: 40rem;
    margin-top: -20rem;
    cursor: pointer;
    text-align: center;
    line-height: 40rem;
    background: rgba(0, 0, 0, 0.08)
}

.home-why .swiper-button-prev svg, .home-why .swiper-button-next svg {
    fill: var(--main-color);
    width: 22rem;
    height: 22rem
}

.home-why .swiper-button-prev:after, .home-why .swiper-button-next:after {
    content: ''
}

@media (min-width: 1025px) {
    .home-why .swiper-button-prev:hover, .home-why .swiper-button-next:hover {
        background: var(--main-color)
    }
    .home-why .swiper-button-prev:hover svg, .home-why .swiper-button-next:hover svg {
        fill: #fff;
    }
}

.home-why .swiper-button-next {
    right: 40rem;
    left: auto
}

.whylist .item .pic:after {
    padding-bottom: 58.33333333%
}

.whylist .item .pic:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.whylist .item .text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 0 20rem;
    padding-top: 64rem;
    z-index: 3;
    opacity: 0;
    transition: .5s
}

.whylist .item .text .bt {
    font-size: 32rem;
    line-height: 36rem;
    text-overflow: ellipsis;
    white-space: nowrap !important;
    overflow: hidden;
    font-weight: bold;
    color: #fff
}

.whylist .item .text .span {
    font-size: 18rem;
    line-height: 32rem;
    text-overflow: ellipsis;
    white-space: nowrap !important;
    margin-top: 17rem;
    margin-bottom: 15rem;
    overflow: hidden;
    color: #fff
}

@media (min-width: 1025px) {
    .whylist .item:hover .pic img {
        transform: scale(1.1)
    }
}

.whylist .swiper-slide-active .pic:before {
    background: rgba(0, 0, 0, 0.1)
}

.whylist .swiper-slide-active .text {
    opacity: 1
}

.whylist .swiper-slide-active .text .bt {
    -webkit-animation: fadeInUp2 2s alternate;
    animation: fadeInUp2 2s alternate
}

.whylist .swiper-slide-active .text .span {
    -webkit-animation: fadeInUp2 3s alternate;
    animation: fadeInUp2 3s alternate
}

.whylist .swiper-slide-active .text .more {
    -webkit-animation: fadeInUp2 4s alternate;
    animation: fadeInUp2 4s alternate
}

.home-news {
    padding: 94rem 0;
    overflow: hidden
}

.home-news .home-p {
    margin-top: 16rem
}

.home-news .home-bottom {
    position: relative;
    padding-top: 53rem;
    padding-bottom: 47rem
}

.home-news .swiper-news {
    margin: 0 auto;
    position: relative;
    overflow: hidden
}

.home-news .swiper-button-prev, .home-news .swiper-button-next {
    width: 40rem;
    height: 40rem;
    border-radius: 50%;
    float: left;
    left: -80rem;
    margin-top: -20rem;
    cursor: pointer;
    text-align: center;
    line-height: 40rem;
    background: rgba(0, 0, 0, 0.08)
}

.home-news .swiper-button-prev svg, .home-news .swiper-button-next svg {
    fill: var(--main-color);
    width: 22rem;
    height: 22rem
}

.home-news .swiper-button-prev:after, .home-news .swiper-button-next:after {
    content: ''
}

@media (min-width: 1025px) {
    .home-news .swiper-button-prev:hover, .home-news .swiper-button-next:hover {
        background: var(--main-color)
    }
    .home-news .swiper-button-prev:hover svg, .home-news .swiper-button-next:hover svg {
        fill: #fff;
    }
}

.home-news .swiper-button-next {
    right: -80rem;
    left: auto
}

.newslist .item .pic:after {
    padding-bottom: 67.98245614%
}

.newslist .item .pic:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.newslist .item .text {
    width: 100%;
    padding-top: 25rem;
    transition: .5s
}

.newslist .item .text .bt {
    font-size: 20rem;
    font-weight: bold;
    line-height: 34rem;
    color: #333;
    height: 68rem;
    margin-bottom: 22rem;
    overflow: hidden
}

.newslist .item .text .span {
    font-family: var(--D-DINExp);
    font-size: 16rem;
    line-height: 34rem;
    color: #666
}

@media (min-width: 1025px) {
    .newslist .item:hover .pic img {
        transform: scale(1.1)
    }

    .newslist .item:hover .text .bt {
        color: var(--main-color)
    }
}

.home-message {
    padding: 70rem 0 93rem 0;
    background: #eeeff3 url(../images/flogo1.png) no-repeat 50rem bottom;
    background-size: 1002rem
}

.home-message .home-title {
    width: 40%;
    float: left
}

.home-message .home-title p {
    margin-top: 25rem
}

.home-message .home-bottom {
    width: 59%;
    float: right
}

.home-message .home-bottom ul {
    margin: 0 -10rem
}

.home-message .home-bottom ul li {
    width: 50%;
    float: left;
    padding: 0 10rem;
    margin-bottom: 20rem
}

.home-message .home-bottom ul li .box {
    position: relative
}

.home-message .home-bottom ul li .box span {
    position: absolute;
    top: 0;
    left: 18rem;
    font-size: 16rem;
    line-height: 50rem;
    color: #333
}

.home-message .home-bottom ul li .box span font {
    color: #b72234
}

.home-message .home-bottom ul li input, .home-message .home-bottom ul li textarea {
    width: 100%;
    border: 0;
    height: 50rem;
    padding: 0 20rem 0 89rem;
    font-size: 16rem;
    color: #333;
    background-color: #fff
}

.home-message .home-bottom ul li textarea {
    height: 153rem;
    padding: 40rem 20rem 10rem 20rem
}

.home-message .home-bottom ul li .submit a {
    padding: 0 55rem;
    line-height: 52rem;
    background-color: var(--main-color);
    border-radius: 30rem;
    text-align: center;
    font-size: 16rem;
    display: inline-block;
    vertical-align: top;
    color: #fff
}

@media (min-width: 1025px) {
    .home-message .home-bottom ul li .submit a:hover {
        text-decoration: underline;
        background: var(--hover-color)
    }
}

.footer {
    padding: 70rem 0 0 0;
    background: var(--hover-color) url(../images/fb.png) no-repeat bottom right;
    background-size: 672rem
}

@media (min-width: 1025px) {
    .footer a:hover {
        color: #fff !important;
        text-decoration: underline
    }
}

.footer-bottom {
    padding-bottom: 68rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

.footer-bottom .footer-left {
    float: left;
    width: 28%
}

.footer-bottom .footer-left .img img {
    width: 218rem;
    display: block
}

.footer-bottom .footer-left .f1 {
    background: url(../images/f01.png) no-repeat top left;
    background-size: 55rem;
    padding-left: 70rem;
    margin-bottom: 14rem;
    margin-top: 38rem;
    min-height: 55rem
}

.footer-bottom .footer-left .f1 span {
    font-size: 14rem;
    display: block;
    margin-bottom: 8rem;
    color: #fff
}

.footer-bottom .footer-left .f1 p {
    font-family: var(--D-DINExp-Bold);
    font-size: 32rem;
    line-height: 32rem;
    color: #fff
}

.footer-bottom .footer-left .f1 p a {
    color: #fff;
    display: block
}

.footer-bottom .footer-left .f3 {
    font-size: 16rem;
    line-height: 36rem;
    color: #fff
}

.footer-bottom .footer-left .f3 p {
    padding-left: 31rem;
    position: relative
}

.footer-bottom .footer-left .f3 p img {
    width: 15rem;
    position: absolute;
    top: 11rem;
    left: 0
}

.footer-bottom .footer-left .f3 a {
    color: #fff
}

.footer-bottom .footer-left .socialMedia {
    margin-top: 28rem
}

.footer-bottom .footer-left .socialMedia span {
    display: inline-block;
    font-size: 14rem;
    vertical-align: top;
    line-height: 38rem;
    margin-right: 5rem;
    color: rgba(255, 255, 255, 0.6)
}

.footer-bottom .footer-left .socialMedia .list {
    display: inline-block;
    vertical-align: top
}

.footer-bottom .footer-left .socialMedia .list li {
    display: inline-block;
    padding: 0 13rem 0 0
}

.footer-bottom .footer-left .socialMedia .list .box {
    display: block;
    cursor: pointer;
    position: relative
}

.footer-bottom .footer-left .socialMedia .list .icon {
    border: solid 1px #fff;
    display: block;
    width: 40rem;
    height: 40rem;
    border-radius: 50%;
    background-size: 25rem !important;
    opacity: .6
}

@media (min-width: 1025px) {
    .footer-bottom .footer-left .socialMedia .list .icon:hover {
        opacity: 1;
        background-color: var(--main-color);
        border: 1px solid var(--main-color)
    }
}

.footer-bottom .footer-left .socialMedia .list .icon-1 {
    background: url(../images/sp1.png) no-repeat center center
}

.footer-bottom .footer-left .socialMedia .list .icon-2 {
    background: url(../images/sp2.png) no-repeat center center
}

.footer-bottom .footer-left .socialMedia .list .icon-3 {
    background: url(../images/sp3.png) no-repeat center center
}

.footer-bottom .footer-left .socialMedia .list .down {
    display: none;
    color: #666;
    font-size: 14rem;
    align-items: center;
    width: 120rem;
    cursor: initial;
    padding-bottom: 20rem;
    position: absolute;
    bottom: 40rem;
    left: 0
}

.footer-bottom .footer-left .socialMedia .list .down .txt {
    margin-right: 10rem
}

.footer-bottom .footer-left .socialMedia .list .down .ewm {
    width: 119rem;
    position: relative
}

.footer-bottom .footer-left .socialMedia .list .down .ewm:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10rem 6rem 0 6rem;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    bottom: -6rem;
    left: 17rem
}

.footer-bottom .footer-left .socialMedia .list .active .down {
    display: block
}

.footer-bottom .footer-left .socialMedia .list .box:hover .icon {
    opacity: 1
}

.footer-bottom .footer-list {
    float: right;
    width: 62.5%
}

.footer-bottom .footer-list ul li {
    width: 16%;
    float: left
}

.footer-bottom .footer-list ul li a {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap !important;
    overflow: hidden;
    color: #fff;
    max-width: 100%;
    font-size: 18rem;
    font-weight: bold;
    padding-right: 5rem;
    padding-bottom: 31rem
}

.footer-bottom .footer-list ul li ul li {
    width: 100% !important
}

.footer-bottom .footer-list ul li ul li a {
    font-size: 14rem;
    line-height: 36rem;
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
    position: relative;
    color: rgba(255, 255, 255, 0.7)
}

.footer-bottom .footer-list ul li:nth-child(2) {
    width: 22%
}

.footer-bottom .footer-list ul li:nth-child(3) {
    width: 15%
}

.footer-bottom .footer-list ul li:nth-child(4) {
    width: 23%
}

.footer-bottom .footer-list ul li:nth-child(5) {
    width: 14%
}

.footer-bottom .footer-list ul li:nth-last-child(1) {
    width: 10%;
    float: right
}

.footer-copyright {
    padding: 21rem 0;
    font-size: 14rem;
    line-height: 22rem;
    text-align: center;
    color: rgba(255, 255, 255, 0.4)
}

.footer-copyright a {
    color: rgba(255, 255, 255, 0.4)
}

.float {
    position: fixed;
    bottom: 100rem;
    right: 10rem;
    width: 56rem;
    height: 56rem;
    background-color: #fff;
    border-radius: 10rem;
    padding: 4rem;
    text-align: center;
    line-height: 56rem;
    z-index: 4444;
    box-shadow: 0 0 20rem 0 rgba(40, 48, 137, 0.3)
}

.float a {
    background-color: #283089;
    border-radius: 10rem;
    display: block;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.float a img {
    width: 32rem;
    display: block;
    margin: 0 auto
}

.inbanner {
    color: #fff;
    position: relative;
    overflow: hidden
}

.inbanner img, .inbanner video {
    margin: 0 auto;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.inbanner .img {
    position: relative;
    overflow: hidden
}

.inbanner .img img {
    /*-webkit-animation: wave 2s alternate;
    animation: wave 2s alternate;*/
    display: block
}

.inbanner .img1 {
    position: relative;
    overflow: hidden;
    display: none
}

.inbanner .item {
    position: relative;
    overflow: hidden
}

.inbanner .banner-hover {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    z-index: 5;
    padding-top: 100rem;
	display:none;
    padding-bottom: 100rem
}

.inbanner .banner-hover .info {
    display: inline-block;
    text-align: center
}

.inbanner .banner-hover .bt {
    font-size: 48rem;
    font-weight: bold;
    color: #fff;
    -webkit-animation: fadeInUp2 2s alternate;
    animation: fadeInUp2 2s alternate
}

@-webkit-keyframes wave {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes wave {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.absolute {
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: 44;
    position: absolute
}

.second-nav {
    width: 100%
}

.second-nav .container {
    display: block
}

.second-nav .inside-menu {
    background: rgba(0, 0, 0, 0.3);
    text-align: center
}

.second-nav .inside-menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.second-nav .inside-menu ul li {
    flex: none;
    text-align: center
}

.second-nav .inside-menu ul li a {
    font-size: 18rem;
    line-height: 80rem;
    color: #fff;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap !important;
    overflow: hidden;
    min-width: 280rem;
    text-align: center;
    padding: 0 21rem
}

.second-nav .inside-menu ul li .pic {
    width: 40rem;
    margin-right: 10rem;
    display: inline-block;
    vertical-align: middle
}

@media (min-width: 1025px) {
    .second-nav .inside-menu ul li:hover a {
        color: #fff;
        background: var(--main-color)
    }
}

.second-nav .inside-menu ul .active a {
    color: #fff;
    background: var(--main-color)
}

.second-nav .inside-current {
    font-size: 16rem;
    line-height: 24rem;
    padding: 28rem 0;
    font-weight: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap !important;
    overflow: hidden;
    text-align: right
}

.second-nav .inside-current span {
    background: url(../images/home.png) no-repeat left 2rem;
    background-size: 20rem;
    padding-left: 30rem
}

.second-nav .inside-current b {
    color: #fff;
    font-weight: normal
}

.second-nav .inside-current a {
    color: #fff
}

.second-nav .inside-current1 {
    color: #999
}

.second-nav .inside-current1 span {
    background: url(../images/home1.png) no-repeat left 2rem;
    background-size: 20rem
}

.second-nav .inside-current1 b {
    color: var(--main-color)
}

.second-nav .inside-current1 a {
    color: #999
}

.content {
    min-height: 600rem;
    padding: 86rem 0 100rem 0
}

.about {
    padding-bottom: 635rem;
    background: #fff url(../images/abg.jpg) no-repeat bottom center;
    background-size: 100%
}

.about01 .left {
    float: left;
    width: 22%
}

.about01 .left .home-title {
    margin-bottom: 31rem
}

.about01 .left .home-p {
    margin-bottom: 50rem
}
.about01 .left .home-p video{
	margin-top:70rem;
	position: absolute;
    left: -44%;
    width: 520rem;
	border-radius: 10rem;
}
@media(max-width:768px){
	.about01 .left .home-p video{
		position: relative;
		left: auto;
		width: 100%;
	}
}
.about01 .right {
    float: right;
    width: 70%
}

.about01 .right .jsh {
    font-size: 16rem;
    line-height: 32rem;
    color: #666;
    margin-bottom: 31rem
}

.about01 .home-video {
    margin-top: 210rem;
    text-align: center;
    position: relative
}

.about01 .home-video .video .playBtn {
    background: rgba(0, 0, 0, 0.2)
}

.about01 .home-video .video .playBtn .circle::before {
    background: rgba(0, 0, 0, 0.8)
}

.about01 .home-video .video .playBtn .circle::after {
    background: rgba(0, 0, 0, 0.8)
}

.youshi li {
    float: left;
    width: 28%;
    position: relative
}

.youshi li .box {
    float: left
}

.youshi li .num {
    font-size: 56rem;
    line-height: 60rem;
    color: var(--main-color);
    font-family: var(--D-DINExp-Bold)
}

.youshi li .num span {
    display: inline-block;
    font-size: 56rem;
    vertical-align: middle;
    letter-spacing: -1rem
}

.youshi li .num em, .youshi li .num i {
    font-size: 18rem;
    line-height: 30rem;
    font-style: normal;
    display: inline-block;
    vertical-align: text-bottom
}

.youshi li .h3 {
    font-size: 18rem;
    margin-top: 7rem;
    color: #616161
}

.youshi li:nth-child(2) {
    width: 29%
}

.youshi li:nth-child(3) {
    width: 19%
}

.youshi li:nth-child(4) {
    width: 22%;
    float: right
}

.contact {
    padding: 0 !important
}

.contact01 {
    overflow: hidden;
    padding: 86rem 0 55rem 0
}

.contact01 .home-p {
    margin-top: 19rem
}

.contact01 ul {
    padding-top: 53rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-row-gap: 20rem;
    grid-column-gap: 40rem
}

.contact01 ul li .box {
    height: 100%;
    background: #fff;
    box-shadow: 0 0 20rem 0 rgba(0, 0, 0, 0.1);
    padding: 40rem 42rem;
    position: relative;
    min-height: 400rem
}

.contact01 ul li .box .span {
    position: absolute;
    top: 39rem;
    right: 39rem;
    font-size: 12rem;
    line-height: 24rem;
    color: #666;
    writing-mode: vertical-rl
}

.contact01 ul li .pic {
    width: 70rem;
    border: solid 1px #283089;
    border-radius: 50%
}

.contact01 ul li .pic .mh {
    display: none
}

.contact01 ul li .bt {
    font-size: 20rem;
    color: #333;
    margin-bottom: 20rem;
    margin-top: 41rem;
    z-index: 3;
    position: relative
}

.contact01 ul li .p {
    font-size: 20rem;
    line-height: 35rem;
    color: #333;
    z-index: 3;
    position: relative
}

.contact01 ul li .p a {
    color: #333;
    display: block;
    font-family: var(--D-DINExp);
    font-size: 28rem
}

.contact01 ul li .p p {
    position: relative;
    padding-left: 28rem
}

.contact01 ul li .p p img {
    width: 17rem;
    position: absolute;
    top: 10rem;
    left: 0
}

.contact01 ul li .ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 20rem;
    grid-column-gap: 20rem;
    text-align: center
}

.contact01 ul li .img {
    position: absolute;
    bottom: 0;
    right: 0
}

.contact01 ul li .img img {
    display: block
}

.contact01 ul li .img .mh {
    display: none
}

@media (min-width: 1025px) {
    .contact01 ul li:hover .box {
        background: var(--main-color)
    }

    .contact01 ul li:hover .box .span {
        color: #fff
    }

    .contact01 ul li:hover .pic {
        border: 1px solid #fff
    }

    .contact01 ul li:hover .pic .m {
        display: none
    }

    .contact01 ul li:hover .pic .mh {
        display: block
    }

    .contact01 ul li:hover .bt {
        color: #fff
    }

    .contact01 ul li:hover .p {
        color: #fff
    }

    .contact01 ul li:hover .p a {
        color: #fff
    }

    .contact01 ul li:hover .img .m {
        display: none
    }

    .contact01 ul li:hover .img .mh {
        display: block
    }
}

.contact01 ul .cc1 .img {
    width: 153rem
}

.contact01 ul .cc2 .img {
    width: 149rem
}

.contact01 ul .cc3 .img {
    width: 156rem
}

.contact01 ul .cc4 .img {
    width: 162rem
}

.contact02 {
    position: relative
}

.contact02 img {
    display: block
}

.contact02 .hover {
    position: absolute;
    width: 812rem;
    height: 328rem;
    background: url(../images/tankuan.png) no-repeat top left;
    background-size: 100%;
    top: 24%;
    left: 10%;
    padding: 0 70rem 0 9rem
}

.contact02 .hover .info {
    padding: 35rem 31rem;
    overflow: hidden
}

.contact02 .hover .info .text {
    float: left;
    width: 47%;
    padding-right: 13rem;
    padding-top: 11rem
}

.contact02 .hover .info .text .span {
    font-size: 16rem;
    color: #666
}

.contact02 .hover .info .text .bt {
    font-size: 32rem;
    color: #333;
    margin-bottom: 52rem;
    margin-top: 10rem
}

.contact02 .hover .info .text .p {
    font-size: 16rem;
    line-height: 28rem;
    color: #333
}

.contact02 .hover .info .text .p span {
    margin-bottom: 6rem;
    display: block
}

.contact02 .hover .info .text .p a {
    font-size: 20rem;
    color: var(--main-color)
}

.contact02 .hover .info .tupian {
    float: right;
    width: 52%
}

.contact02 .hover .info .tupian img {
    display: block
}

.zhengshu {
    padding: 86rem 0 53rem 0;
    background: #f5f5f5
}

.zhengshu .zhengshu-bottom {
    padding-top: 53rem
}

.zhengshu .show {
    padding-top: 38rem
}

.zhengshu .show .info {
    display: none
}

.se-menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.se-menu ul li {
    flex: none;
    text-align: center;
    margin: 0 15rem
}

.se-menu ul li a {
    min-width: 215rem;
    line-height: 50rem;
    border: solid 1px #e1e1e1;
    font-size: 16rem;
    color: #666;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap !important;
    overflow: hidden;
    text-align: center;
    padding: 0 21rem;
    border-radius: 30rem
}

.se-menu ul li .pic {
    width: 40rem;
    margin-right: 10rem;
    display: inline-block;
    vertical-align: middle
}

@media (min-width: 1025px) {
    .se-menu ul li:hover a {
        color: #fff;
        background: var(--main-color);
        border: solid 1px var(--main-color)
    }
}

.se-menu ul .active a {
    color: #fff;
    background: var(--main-color);
    border: solid 1px var(--main-color)
}

.honorlist1 {
    margin: 0 -20rem;
    overflow: hidden
}

.honorlist1 li {
    width: 25%;
    float: left;
    padding: 0 20rem;
    margin-bottom: 40rem
}

.honorlist1 li .box {
    padding: 43rem 20rem 43rem 20rem;
    background: #fff;
    position: relative
}

.honorlist1 li .pic {
    width: 80%;
    margin: 0 auto
}

.honorlist1 li .pic:after {
    padding-bottom: 133.3%
}

.honorlist1 li .hover {
    position: absolute;
    right: 20rem;
    top: 20rem;
    width: 21rem;
    height: 21rem;
    background: url(../images/fangda.png) no-repeat center center;
    background-size: 100%;
    z-index: 55
}

.honorlist1 li .bt {
    text-align: center;
    margin-top: 20rem;
    font-size: 18rem;
    line-height: 24rem;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap !important;
    overflow: hidden
}

@media (min-width: 1025px) {
    .honorlist1 li:hover .pic img {
        transform: scale(1.04)
    }
}

.jishu {
    overflow: hidden;
    background: #fff
}

.jishu .jishu-bottom {
    padding-top: 50rem
}

.jishu .jishu-bottom .p {
    font-size: 16rem;
    line-height: 32rem;
    color: #666
}

.jishu .shebei {
    position: relative;
    margin-top: 37rem
}

.jishu .shebei .h3 {
    font-size: 28rem;
    font-weight: bold;
    line-height: 40rem;
    color: #333
}

.jishu .shebei .pic {
    background: url(../images/sbbg.png) no-repeat top center;
    background-size: cover
}

.jishu .shebei .pic:after {
    padding-bottom: 68.28193833%
}

.jishu .shebei .pic .span {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 16rem;
    line-height: 32rem;
    transform: translateY(-50%);
    max-height: 96rem;
    overflow: hidden;
    color: #fff;
	padding:0 25rem;
    opacity: 0;
	display:none;
    transition: .5s;
    z-index: 336
}

.jishu .shebei .pic:before {
    content: '';
    display: block;
	display:none;
    width: 100%;
    height: 100%;
    background-color: rgba(40, 48, 137, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: .5s;
    z-index: 333
}

.jishu .shebei .bt {
    font-size: 20rem;
    font-weight: bold;
    line-height: 32rem;
    text-overflow: ellipsis;
    white-space: nowrap !important;
    overflow: hidden;
    color: #333;
    text-align: center;
    margin-top: 20rem
}

.jishu .shebei .item {
    cursor: pointer
}

@media (min-width: 1025px) {
    .jishu .shebei .item:hover .pic img {
        transform: scale(1.1)
    }

    .jishu .shebei .item:hover .pic::before {
        opacity: 1
    }

    .jishu .shebei .item:hover .pic .span {
        opacity: 1
    }
}

.jishu .shebei .swiper-shebei {
    width: 135%;
    margin-top: 39rem;
    position: relative;
    overflow: hidden
}

.jishu .shebei .swiper-button-prev, .jishu .shebei .swiper-button-next {
    width: 40rem;
    height: 40rem;
    border-radius: 50%;
    float: left;
    left: auto;
    margin-top: 0;
    top: 0;
    right: 60rem;
    cursor: pointer;
    text-align: center;
    line-height: 40rem;
    background: #e1e1e1
}

.jishu .shebei .swiper-button-prev svg, .jishu .shebei .swiper-button-next svg {
    fill: var(--main-color);
    width: 22rem;
    height: 22rem
}

.jishu .shebei .swiper-button-prev:after, .jishu .shebei .swiper-button-next:after {
    content: ''
}

@media (min-width: 1025px) {
    .jishu .shebei .swiper-button-prev:hover, .jishu .shebei .swiper-button-next:hover {
        background: var(--main-color)
    }
    .jishu .shebei  .swiper-button-prev:hover svg,.jishu .shebei  .swiper-button-next:hover svg {
        fill: #fff;
    }
}

.jishu .shebei .swiper-button-next {
    right: 0;
    left: auto
}

.brand-tabs {
    width: 117%;
    margin-top: 58rem;
    overflow: hidden;
    position: relative
}

.brand-tabs .culture-slide {
    position: relative;
    width: 900rem !important;
    overflow: hidden
}

.brand-tabs .culture-imgs {
    position: relative;
    line-height: 1;
    height: 0;
    padding-bottom: 64.35079727%
}

.brand-tabs .culture-imgs figure {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: 1s;
    overflow: hidden
}

.brand-tabs .culture-imgs figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .78s
}

.brand-tabs .swiper-lazy {
    transition: opacity 300ms;
    opacity: 1
}

.brand-tabs .culture-slide.swiper-slide-next .culture-imgs figure {
    width: 83%;
    height: 83%
}

.brand-tabs .bt {
    text-align: center;
    font-size: 24rem;
    font-weight: bold;
    line-height: 32rem;
    padding-top: 30rem;
    color: #333;
    opacity: 0;
    transition: .5s
}

.brand-tabs .swiper-slide-active .bt {
    opacity: 1
}

.brand-tabs .swiper-button-prev, .brand-tabs .swiper-button-next {
    width: 40rem;
    height: 40rem;
    border-radius: 50%;
    float: left;
    left: -80rem;
    margin-top: -20rem;
    cursor: pointer;
    text-align: center;
    line-height: 40rem;
    background: rgba(0, 0, 0, 0.08)
}

.brand-tabs .swiper-button-prev svg, .brand-tabs .swiper-button-next svg {
    fill: var(--main-color);
    width: 22rem;
    height: 22rem
}

.brand-tabs .swiper-button-prev:after, .brand-tabs .swiper-button-next:after {
    content: ''
}

@media (min-width: 1025px) {
    .brand-tabs .swiper-button-prev:hover, .brand-tabs .swiper-button-next:hover {
        background: var(--main-color)
    }
    .brand-tabs  .swiper-button-prev:hover svg,.brand-tabs   .swiper-button-next:hover svg {
        fill: #fff;
    }
}

.brand-tabs .swiper-button-next {
    right: 41%;
    left: auto
}

.news {
    padding: 63rem 0 100rem 0
}

.newslist1 {
    margin: 0 -18rem;
    padding-bottom: 10rem
}

.newslist1 .item {
    width: 33.33333333%;
    float: left;
    padding: 0 18rem;
    margin-bottom: 44rem
}

.newslist1 .item .pic img{
	width:100%;
	height:100%;
	object-fit:cover;
}

.page {
    clear: both;
    text-align: center;
    font-size: 0;
    color: #947d58
}

.page em {
    font-style: normal;
    font-size: 18px
}

.page a {
    color: #858585;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    min-width: 40px;
    line-height: 40px;
    font-weight: bold;
    text-transform: uppercase;
    height: 40px;
    border-radius: 2px;
    margin: 0 8px;
    padding: 0 5px;
    vertical-align: top;
    -webkit-transition: background .5s;
    transition: background .5s;
    -webkit-box-shadow: 0 0 0 1px #cdcdcd
}

.page a span {
    display: block
}

.page a.prev, .page a.next {
    margin-right: 5px;
    padding: 0 27px
}

.page a.prev svg, .page a.next svg {
    width: 14px;
    height: 19px;
    margin: 0 5px;
    fill: #666;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px
}

.page a.prev {
    padding-left: 24px
}

.page a.next {
    padding-right: 24px
}

.page a.cur, .page a:hover {
    background: var(--main-color);
    -webkit-box-shadow: 0 0 0 1px #fff;
    color: #fff
}

.page a.cur svg, .page a:hover svg {
    fill: #fff
}

@media (max-width: 768px) {
    .page a, .page em {
        display: none
    }

    .page a.prev, .page a.next {
        display: inline-block
    }
}

.video {
    padding: 63rem 0 100rem 0
}

.videolist {
    padding-bottom: 14rem
}

.videolist ul {
    margin: 0 -20rem
}

.videolist ul li {
    width: 33.33333333%;
    float: left;
    padding: 0 20rem;
    margin-bottom: 33rem
}

.videolist ul li .pic:after {
    padding-bottom: 70.4845815%
}

.videolist ul li .pic:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/video1.png) no-repeat center center;
    background-size: 43rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 44
}

.videolist ul li .bt {
    text-align: center;
    font-size: 20rem;
    margin-top: 14rem;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap !important;
    overflow: hidden;
    line-height: 34rem;
    color: #333
}

@media (min-width: 1025px) {
    .videolist ul li:hover .pic img {
        transform: scale(1.1)
    }
}

#video {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10000000000000000;
    display: none;
    background-color: #fff
}

#video .close {
    position: absolute;
    width: 25rem;
    height: 25rem;
    border-radius: 50%;
    border: 1px solid #666;
    top: 20rem;
    right: 20rem;
    text-align: center;
    background: #fff url(../images/closed.png) no-repeat center center;
    background-size: 12rem;
    cursor: pointer;
    z-index: 3333
}

#video video {
    display: block;
    max-width: 100%;
    max-height: 90vh;
    margin: 0 auto
}

.news-show {
    padding-top: 0 !important
}

.news-show {
    background: #f3f3f3
}

.news-show .left1 {
    width: 66.5%;
    float: left;
    padding: 57rem 59rem 67rem 65rem;
    background: #fff
}

.news-show .right1 {
    float: right;
    width: 31%;
    padding: 68rem 31rem;
    background: #fff;
    position: sticky;
    top: 100rem;
    z-index: 33
}

.news-show .right1 .title {
    font-size: 28rem;
    margin-bottom: 28rem;
    font-weight: bold;
    color: #212121
}

.news-show .right1 .newslist2 .item {
    width: 100%;
    margin-bottom: 22rem
}

.news-show .right1 .newslist2 .item .pic:after {
    padding-bottom: 67.98245614%
}

.news-show .right1 .newslist2 .item .pic img {
    width: 100%;
    object-fit: cover
}

@media (min-width: 1025px) {
    .news-show .right1 .newslist2 .item:hover .pic img {
        transform: scale(1.1)
    }

    .news-show .right1 .newslist2 .item:hover .box .h3 {
        color: var(--main-color);
        font-weight: bold
    }
}

.news-show .right1 .newslist2 .item .box {
    padding: 0;
    border-bottom: 1px solid #cdcccc;
    padding-bottom: 22rem;
    background: none;
    box-shadow: none;
    border-radius: 0;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.news-show .right1 .newslist2 .item .box .text {
    float: left;
    width: 55%;
    padding-left: 20rem
}

.news-show .right1 .newslist2 .item .box .date {
    font-size: 14rem;
    margin-bottom: 20rem;
    color: #7a7a7a
}

.news-show .right1 .newslist2 .item .box .h3 {
    font-size: 16rem;
    font-weight: bold;
    line-height: 28rem;
    height: 56rem;
    overflow: hidden;
    color: #212121
}

.news-show .right1 .newslist2 .item .pic {
    margin-bottom: 0;
    float: left;
    width: 40%
}

.news-show .right1 .newslist2 .item .date {
    letter-spacing: 0;
    margin-bottom: 0
}

.h01 {
    font-size: 36rem;
    font-weight: bold;
    line-height: 56rem;
    color: #212121
}

.h02 {
    font-size: 16rem;
    margin-top: 27rem;
    margin-bottom: 51rem;
    color: #7a7a7a;
    line-height: 40rem;
    border-bottom: 1px solid #cdcccc;
    padding-bottom: 18rem
}

.h02 span {
    margin-right: 20rem
}

.fenxiang {
    position: relative;
    float: right
}

.fenxiang span {
    display: block;
    float: left;
    line-height: 40rem
}

.fenxiang .fr {
    float: right;
    margin-right: 0
}

.fenxiang .fr a {
    display: block;
    float: left;
    width: 40rem
}

.news-info {
    font-size: 16rem;
    line-height: 32rem;
    color: #666;
    padding-bottom: 59rem;
    border-bottom: 1px solid #dfdfdf
}

.news-info p {
    margin-bottom: 9rem
}

.list-page {
    text-align: center;
    width: 100%;
    margin-top: 27rem
}

.list-page .return {
    display: inline-block;
    vertical-align: top;
    color: var(--main-color);
    padding: 0 20rem;
    line-height: 26rem;
    padding-top: 26rem;
    background: url(../images/return.png) no-repeat top center;
    background-size: 14rem
}

.list-page .prev, .list-page .next {
    width: 40%;
    font-size: 16rem;
    line-height: 26rem;
    color: #7a7a7a
}

.list-page .prev a, .list-page .next a {
    display: block
}

.list-page .prev .el, .list-page .next .el {
    text-overflow: ellipsis;
    white-space: nowrap !important;
    overflow: hidden
}

.list-page .prev a:hover, .list-page .next a:hover {
    color: var(--main-color)
}

.list-page .prev {
    text-align: left;
    float: left
}

.list-page .prev span {
    padding-left: 20rem;
    background: url(../images/prev-01.png) no-repeat center left;
    background-size: 8rem
}

.list-page .next {
    text-align: right;
    float: right
}

.list-page .next span {
    padding-right: 20rem;
    background: url(../images/next-01.png) no-repeat center right;
    background-size: 8rem
}

.job {
    padding: 97rem 0;
    position: relative;
    overflow: hidden
}

.job .p {
    font-size: 18rem;
    line-height: 32rem;
    padding-top: 50rem;
    width: 80%;
    margin: 0 auto;
    padding-bottom: 52rem;
    color: #666
}

.job .job-bottom {
    margin-bottom: 97rem
}

.job .job-bottom ul li {
    float: left;
    width: 14%;
    transition: .5s
}

.job .job-bottom ul li .box {
    height: 650rem;
    overflow: hidden;
    text-align: center;
    position: relative
}

.job .job-bottom ul li .box:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1
}

.job .job-bottom ul li .box .text {
    position: absolute;
    bottom: 50%;
    left: 0;
    width: 100%;
    padding: 0 70rem;
    transform: translateY(50%);
    z-index: 3
}

.job .job-bottom ul li .box .text .bt {
    font-size: 32rem;
    font-weight: bold;
    line-height: 56rem;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    position: relative
}

.job .job-bottom ul li .box .text .bt:after {
    content: '';
    display: block;
    width: 100%;
    height: 5rem;
    background: var(--main-color);
    position: absolute;
    bottom: 10rem;
    left: 0;
    opacity: 0;
    z-index: -1
}

.job .job-bottom ul .active {
    width: 44%
}

.job .job-bottom ul .active .box {
    text-align: left
}

.job .job-bottom ul .active .box .text {
    padding: 0 58rem 0 58rem;
    bottom: 63rem;
    transform: none
}

.job .job-bottom ul .active .box .text .bt:after {
    opacity: 1
}

.job {
    padding-bottom: 0 !important
}

.join01 {
    padding: 0 0 100rem 0;
    position: relative
}

.join01 .home-title {
    float: left;
    line-height: 48rem;
    margin-bottom: 55rem
}

.join01 .join-b {
    position: absolute;
    top: 0;
    right: 0;
    width: 125rem;
    height: 48rem
}

.join01 .join-b .swiper-button-prev, .join01 .join-b .swiper-button-next {
    width: 48rem;
    height: 48rem;
    line-height: 46rem;
    text-align: center;
    border: solid 1px #e1e1e1;
    border-radius: 50%
}

.join01 .join-b .swiper-button-prev:after, .join01 .join-b .swiper-button-next:after {
    font-size: 16rem;
    color: #cccccd
}

@media (min-width: 1025px) {
    .join01 .join-b .swiper-button-prev:hover, .join01 .join-b .swiper-button-next:hover {
        border: solid 1px var(--main-color);
        background: var(--main-color)
    }

    .join01 .join-b .swiper-button-prev:hover:after, .join01 .join-b .swiper-button-next:hover:after {
        color: #fff
    }
}

.join01 .join-b .swiper-button-prev {
    left: 0;
    right: auto
}

.join01 .join-b .swiper-button-next {
    right: 0
}

.join01 .swiper {
    position: relative;
    width: 150%;
    padding-right: 16%
}

.join01 .swiper .swiper-slide {
    height: auto
}

.join01 .num {
    font-size: 28rem;
    color: #999;
    text-align: right
}

.join01 .box {
    padding: 36rem 36rem 73rem 36rem;
    background: #fff;
    box-shadow: 0 0 15rem 0 rgba(94, 0, 4, 0.1);
    position: relative;
    cursor: pointer;
    height: 100%
}

.join01 .box:after {
    content: '';
    display: block;
    width: 0;
    height: 4px;
    background: var(--main-color);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: .5s;
    z-index: 33
}

.join01 .pic {
    width: 100rem;
    margin: 0 auto;
    margin-top: 45rem;
    margin-bottom: 55rem
}

.join01 .text {
    text-align: center
}

.join01 .text .bt {
    font-size: 28rem;
    color: #333;
    margin-bottom: 21rem
}

.join01 .text .pp {
    font-size: 16rem;
    line-height: 28rem;
    color: #666
}

@media (min-width: 1025px) {
    .join01 .swiper-slide:hover .box:after {
        width: 100%
    }

    .join01 .swiper-slide:hover .box .text .bt {
        color: var(--main-color)
    }
}

.join02 {
    padding: 95rem 0 200rem 0;
    background: #f2f2f5
}

.join02 .list {
    padding-top: 30rem;
    margin: 0 -50rem;
    font-size: 0
}

/*.join02 .list .li {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}*/

.join02 .list .span-01 {
    display: block;
    width: 34%;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap !important;
    overflow: hidden
}

.join02 .list .span-02 {
    display: block;
    width: 63%;
    float: right;
    position: relative;
    font-size: 16rem;
    color: #666;
    background: url(../images/jia.png) no-repeat center right;
    background-size: 21rem;
    padding-right: 50rem;
    text-overflow: ellipsis;
    white-space: nowrap !important;
    overflow: hidden
}

.join02 .list dl {
    margin-bottom: 18rem;
    width: 50%;
    float: left;
    padding: 0 50rem;
}

.join02 .list dt {
    overflow: hidden;
    cursor: pointer;
    font-size: 22rem;
    color: #333;
    line-height: 32rem;
    padding: 25rem 0;
    padding-right: 27rem;
    border-bottom: 1px solid #ceced0;
    transition: all .5s
}

.join02 .list dd {
    height: 0;
    overflow: hidden
}

.join02 .list dd .nr {
    padding: 28rem 61rem 67rem 0;
    position: relative;
    font-size: 16rem;
    line-height: 36rem;
    color: #666
}

.join02 .list .cur .span-02 {
    background: url(../images/jian.png) no-repeat center right;
    background-size: 21rem
}

.join02 .list .cur dd {
    height: auto
}

.join02 .list .p-01 {
    font-size: 18rem;
    margin-bottom: 8rem;
    font-weight: bold;
    color: #333
}

.more4 a {
    display: block;
    font-size: 16rem;
    color: #fff;
    width: 210rem;
    line-height: 54rem;
    border-radius: 30rem;
    text-align: center;
    background-color: var(--main-color)
}

.more4 a img {
    width: 27rem;
    margin-left: 5rem;
    display: inline-block;
    vertical-align: middle
}

@media (min-width: 1025px) {
    .more4 a:hover {
        background: var(--hover-color)
    }
}

.app {
    padding: 62rem 0 40rem 0;
    background-color: #f7f7f7
}

.solutionlist {
    padding-bottom: 22rem
}

.solutionlist li {
    margin-bottom: 60rem;
    position: relative
}

.solutionlist li .box {
    overflow: hidden;
    justify-content: space-between;
    display: flex;
    align-items: center;
    background-color: #fff
}

.solutionlist li .box .pic {
    width: 50%;
    flex: none
}

.solutionlist li .box .pic img {
    width: 100%
}

.solutionlist li .box .pic:after {
    padding-bottom: 62.5%
}

.solutionlist li .box .text0 {
    width: 50%;
    padding: 0 86rem;
    flex: none
}

.solutionlist li .box .text0 .img img {
    display: block;
    max-height: 60rem
}

.solutionlist li .box .text0 .bt {
    font-size: 36rem;
    font-weight: bold;
    line-height: 42rem;
    color: #333;
    margin-top: 21rem;
    margin-bottom: 22rem;
    /*text-overflow: ellipsis;
    white-space: nowrap !important;*/
    overflow: hidden
}

.solutionlist li .box .text0 .p {
    font-size: 16rem;
    line-height: 32rem;
    height: 64rem;
    overflow: hidden;
    color: #666;
    margin-bottom: 49rem
}

@media (min-width: 1025px) {
    .solutionlist li:hover .box {
        box-shadow: -1rem 1rem 30rem 0 rgba(51, 51, 51, 0.2)
    }

    .solutionlist li:hover .pic img {
        transform: scale(1.1)
    }

    .solutionlist li:hover .text .bt {
        color: var(--main-color)
    }

    .solutionlist li:hover .more5 p {
        background: var(--main-color);
        color: #fff;
        border: solid 1px var(--main-color)
    }
}

.solutionlist .item .box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.more5 a, .more5 p {
    width: 175rem;
    line-height: 50rem;
    border: solid 1px #e1e1e1;
    text-align: center;
    font-size: 16rem;
    color: #666;
    border-radius: 30rem;
    transition: .5s
}

@media (min-width: 1025px) {
    .more5 a:hover {
        background: var(--main-color);
        color: #fff;
        border: solid 1px var(--main-color)
    }
}

.development {
    position: relative;
    overflow: hidden;
    padding: 86rem 0 90rem 0
}

.development .pp {
    font-size: 16rem;
    line-height: 32rem;
    padding-top: 51rem;
	text-align: justify;
    color: #666
}

.development .pp1 {
    padding-top: 37rem
}

.development .solutionlist {
    padding-top: 51rem;
    padding-bottom: 0
}

.development .solutionlist li:nth-last-child(1) {
    margin-bottom: 0
}

.development .solutionlist li .box .text0 .p {
    height: auto;
	text-align: justify;
    margin-bottom: 0
}

.development .solutionlist li .box {
    background-color: #fff;
    box-shadow: 0 0 30rem 0 rgba(0, 0, 0, 0.1)
}

.development .solutionlist li .box .pic:after {
    padding-bottom: 66.66666667%
}

.development .solutionlist li .box .text0 .bt {
    margin-top: 0;
    font-size: 28rem
}

.related-app {
    position: relative;
    overflow: hidden;
    padding: 94rem 0 90rem 0;
    background: #f4f4f9
}

.applist2 {
    position: relative;
    overflow: hidden;
    margin-top: 57rem
}

.applist2 .item .box {
    overflow: hidden;
    background-color: #fff
}

.applist2 .item .box .pic {
    width: 100%
}

.applist2 .item .box .pic img {
    width: 100%
}

.applist2 .item .box .pic:after {
    padding-bottom: 62.5%
}

.applist2 .item .box .pic:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 22
}

.applist2 .item .box .text0 {
    width: 100%;
    padding: 0 16rem;
    position: absolute;
    top: 50%;
    left: 0;
    opacity: 0;
    transition: .5s;
    z-index: 33;
    text-align: center;
    transform: translateY(-50%)
}

.applist2 .item .box .text0 .bt {
    font-size: 16rem;
    font-weight: bold;
    line-height: 56rem;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap !important;
    overflow: hidden
}

@media (min-width: 1025px) {
    .applist2 .item:hover .box {
        box-shadow: -1rem 1rem 30rem 0 rgba(51, 51, 51, 0.2)
    }

    .applist2 .item:hover .pic img {
        transform: scale(1.1)
    }

    .applist2 .item:hover .pic::before {
        opacity: 1
    }

    .applist2 .item:hover .text0 {
        opacity: 1
    }
}

.product {
    padding: 0 !important
}

.product01 {
    padding: 96rem 0;
    overflow: hidden;
    background: #f7f7f7;
    position: relative
}

.product01 .pro {
    display: flex;
    flex-wrap: wrap
}

.product01 .left {
    float: left;
    width: 26%;
    position: relative
}

.product01 .left .btn {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 33
}

.product01 .left .swiper-button-prev, .product01 .left .swiper-button-next {
    width: 40rem;
    height: 40rem;
    border-radius: 50%;
    float: left;
    left: auto;
    margin-top: 0;
    top: auto;
    right: auto;
    cursor: pointer;
    text-align: center;
    line-height: 40rem;
    background: #e1e1e1;
    position: relative
}

.product01 .left .swiper-button-prev svg, .product01 .left .swiper-button-next svg {
    fill: var(--main-color);
    width: 22rem;
    height: 22rem
}

.product01 .left .swiper-button-prev:after, .product01 .left .swiper-button-next:after {
    content: ''
}

@media (min-width: 1025px) {
    .product01 .left .swiper-button-prev:hover, .product01 .left .swiper-button-next:hover {
        background: var(--main-color)
    }
    .product01 .left .swiper-button-prev:hover svg,.product01 .left   .swiper-button-next:hover svg {
        fill: #fff;
    }
}

.product01 .left .swiper-button-next {
    right: auto;
    left: auto;
    margin-left: 25rem
}

.product01 .left .swiper-pagination {
    text-align: left;
    bottom: 92rem;
    font-size: 16rem;
    color: #999
}

.product01 .left .swiper-pagination span {
    font-size: 48rem;
    font-style: italic;
    color: var(--main-color)
}

.product01 .right {
    float: right;
    width: 74%
}

.product01 .right .swiper {
    width: 151%;
    position: relative;
    overflow: hidden
}

.prolist {
    position: relative;
    overflow: hidden
}

@media (min-width: 1025px) {
    .prolist .item:hover .pic img {
        transform: scale(1.1)
    }

    .prolist .item:hover .text .bt {
        color: #fff;
        background-color: var(--main-color)
    }
}

.prolist .pic:after {
    padding-bottom: 104.85436893%
}

.prolist .text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.prolist .text .bt {
    text-overflow: ellipsis;
    white-space: nowrap !important;
    overflow: hidden;
    font-size: 24rem;
    font-weight: bold;
    line-height: 101rem;
    padding: 0 40rem;
    color: #333;
    width: 88%;
    transition: .5s;
    background-color: rgba(255, 255, 255, 0.9)
}

.product02 {
    background: #fff
}

.product02 .pro {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.product02 .pro .left {
    float: right;
    text-align: right
}

.product02 .pro .left .btn {
    right: 0;
    left: auto
}

.product02 .pro .right {
    float: left
}

.product02 .pro .right .swiper {
    left: -50%
}

.product03 .pro {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.product03 .pro .left {
    width: 44%;
	padding-right:10px;
}

.product03 .pro .left .p {
    font-size: 16rem;
    line-height: 42rem;
    padding-top: 26rem;
    color: #666
}

.product03 .pro .left .p p {
    padding-left: 33rem;
    background: url(../images/dian.png) no-repeat left 15rem;
    background-size: 15rem
}

.product03 .pro .right {
    width: 56%
}

.product-show {
    padding: 0 !important
}

.pro01 {
    padding: 100rem 0 62rem 0
}

.pro01 .nr {
    padding-top: 36rem
}

.pro01 .nr .left {
    float: left;
    width: 50%
}

.pro01 .nr .right {
    float: right;
    width: 44%;
    padding-top: 36rem
}

.pro01 .nr .right .span {
    font-size: 18rem;
    color: var(--main-color)
}

.pro01 .nr .right .bt {
    font-size: 36rem;
    font-weight: bold;
    color: #333;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 24rem;
    margin-bottom: 27rem;
    padding-top: 14rem
}

.pro01 .nr .right .p {
    font-size: 16rem;
    line-height: 36rem;
    min-height: 252rem;
    margin-bottom: 17rem;
    overflow: hidden;
    color: #666
}

.pro01 .nr .right .btn a {
    padding: 0 43rem;
    line-height: 50rem;
    border: solid 1px var(--main-color);
    display: inline-block;
    vertical-align: top;
    border-radius: 30rem;
    font-size: 16rem;
    color: #fff;
    background: var(--main-color);
    margin-right: 23rem;
    transition: .5s
}

.pro01 .nr .right .btn a svg {
    width: 22rem;
    height: 22rem;
    margin-top: -4rem;
    margin-left: 5rem;
    fill: #fff;
    display: inline-block;
    vertical-align: middle;
    transition: .5s
}

@media (min-width: 1025px) {
    .pro01 .nr .right .btn a:hover {
        background: var(--hover-color);
        color: #fff;
        border: solid 1px var(--hover-color)
    }

    .pro01 .nr .right .btn a:hover svg {
        fill: #fff
    }
}

.pro01 .nr .right .btn .zhiku {
    background: #fff;
    color: var(--main-color)
}

.pro01 .nr .right .btn .zhiku svg {
    fill: var(--main-color)
}

.plist {
    background-color: #f4f4f9;
    position: sticky;
    top: 100rem;
    left: 0;
    width: 100%;
    z-index: 33333
}

.plist ul {
    font-size: 0
}

.plist ul li {
    display: inline-block;
    vertical-align: top
}

.plist ul li a {
    width: 200rem;
    line-height: 80rem;
    font-size: 20rem;
    color: #333;
    text-align: center;
    display: block;
    position: relative;
    z-index: 33
}

.plist ul li a:after {
    content: '';
    display: block;
    width: 1rem;
    height: 18rem;
    background-color: rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -9rem
}

@media (min-width: 1025px) {
    .plist ul li:hover a {
        color: #fff;
        background: var(--main-color)
    }
}

.plist ul .active a {
    color: #fff;
    background: var(--main-color)
}

.inmain-title {
    font-size: 36rem;
    font-weight: bold;
    color: #333
}

.inmain-title:after {
    content: '';
    display: block;
    width: 89rem;
    height: 2rem;
    margin: 0 auto;
    margin-top: 28rem;
    background: var(--main-color)
}

.inmain-title1:after {
    margin: 0;
    margin-top: 28rem
}

.ps02 {
    position: relative
}

.ps02 .pro-item {
    position: relative;
    padding: 64rem 0 87rem 0
}

.ps02 .pro-item .left {
    float: left;
    width: 15%
}

.ps02 .pro-item .right {
    float: right;
    width: 60%
}

.ps02 .pro-item .miaoshu {
    font-size: 16rem;
    line-height: 46rem;
    color: #666
}

.ps02 .pro-item .miaoshu img{
	max-height:600rem;
}

.ps02 .pro-item .miaoshu b {
    color: #333
}

.ps02 .pro-item .miaoshu span {
    color: var(--main-color);
    font-weight: bold
}

.ps02 .pro-item .right1 {
    float: right;
    width: 74%
}

.ps02 .pro-item .right1 .tedianlist1 ul {
    grid-template-columns: 1fr 1fr 1fr
}

.ps02 .pro-item1 {
    background-color: #f9f9f9;
    padding: 95rem 0 69rem 0
}

.ps02 .pro-item2 {
    padding: 95rem 0 100rem 0
}

.ps02 .pro-item2 .left {
    padding-top: 94rem
}

.ps02 .pro-item2 .tedianlist {
    padding-top: 0
}

.ps02 .pro-item2 .tedianlist ul li .box {
    padding: 20rem 20rem 20rem 20rem
}

.ps02 .pro-item2 .tedianlist ul li .bt {
    font-size: 20rem;
    margin-bottom: 16rem;
    font-weight: bold;
    color: #333
}

.ps02 .pro-item2 .tedianlist ul li .span {
    font-size: 16rem;
    line-height: 26rem;
    color: #333
}

.ps02 .pro-item4 {
    padding: 94rem 0 85rem 0
}

.ps02 .pro-item4 .miaoshu {
    margin-top: 25rem
}

.tedianlist {
    padding-top: 39rem
}

.tedianlist ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-row-gap: 40rem;
    grid-column-gap: 40rem
}

.tedianlist ul li .box {
    text-align: center;
    background-color: #fff;
    box-shadow: 0 0 30rem 0 rgba(40, 48, 137, 0.1);
    height: 100%;
    padding: 55rem 20rem
}

.tedianlist ul li .text {
    padding-top: 27rem
}

.tedianlist ul li .pic {
    margin: 0 auto
}
.tedianlist ul li .pic:after{
	padding-bottom: 66.66667%;
}
.tedianlist ul li .span {
    font-size: 18rem;
    line-height: 32rem;
    color: #333
}

.ps03 {
    padding: 90rem 0 96rem 0;
    background: url(../images/tbg.jpg) no-repeat top center;
    background-size: cover
}

.ps03 .right {
    padding-top: 39rem
}

.listMenu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.listMenu li {
    padding: 0 15rem 15rem 15rem;
    position: relative;
    font-size: 0
}

.listMenu li.active a {
    background: var(--main-color);
    color: #fff;
    border: 1px solid var(--main-color)
}

.listMenu a {
    display: block;
    border-radius: 33rem;
    text-align: center;
    color: #333;
    font-size: 16rem;
    padding: 0 34rem;
    border: 1px solid #e1e1e1;
    line-height: 50rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1
}

@media (min-width: 1025px) {
    .listMenu a:hover {
        background: var(--main-color);
        border: 1px solid var(--main-color);
        color: #fff
    }
}

.app-show {
    padding: 0 !important
}

.app01 {
    padding: 62rem 0 94rem 0
}

.app01 .nr {
    padding-top: 84rem
}

.app01 .nr .left {
    float: right;
    width: 50%
}

.app01 .nr .left img {
    display: block
}

.app01 .nr .right {
    float: left;
    width: 44%;
    padding-top: 40rem
}

.app01 .nr .right .inmain-p {
	margin-top: 39rem;
	text-align: justify;
}

.app01-1 .nr .left {
    float: left;
    width: 50%
}

.app01-1 .nr .right {
    float: right;
    width: 44%;
    padding-top: 40rem
}

.app02 {
    padding: 96rem 0 99rem 0;
    position: relative;
    overflow: hidden;
    background: url(../images/asbg.jpg) no-repeat top center;
    background-size: cover
}

.app02 .inmain-p {
    margin-top: 39rem
}

.app04 .inmain-p {
    margin-top: 39rem
}

.app02 .inmain-bottom {
    position: relative;
    margin-top: 32rem
}

.app02 .swiper-button-prev, .app02 .swiper-button-next {
    width: 40rem;
    height: 40rem;
    border-radius: 50%;
    float: left;
    left: -80rem;
    margin-top: -20rem;
    cursor: pointer;
    text-align: center;
    line-height: 40rem;
    background: rgba(0, 0, 0, 0.08)
}

.app02 .swiper-button-prev svg, .app02 .swiper-button-next svg {
    fill: var(--main-color);
    width: 22rem;
    height: 22rem
}

.app02 .swiper-button-prev:after, .app02 .swiper-button-next:after {
    content: ''
}

@media (min-width: 1025px) {
    .app02 .swiper-button-prev:hover, .app02 .swiper-button-next:hover {
        background: var(--main-color)
    }
    .app02 .swiper-button-prev:hover svg, .app02 .swiper-button-next:hover svg {
        fill: #fff
    }
}

.app02 .swiper-button-next {
    right: -80rem;
    left: auto
}

.app02 .swiper {
    position: relative;
    overflow: hidden
}

.qushilist .item {
    height: auto
}

.qushilist .item .box {
    height: 100%;
    padding: 60rem 44rem 67rem 44rem;
    background: #fff
}

.qushilist .item .pic {
    width: 122rem;
    margin: 0 auto;
    border-radius: 50%;
    background: #f4f4f9
}

.qushilist .item .text {
    padding-top: 36rem
}

.qushilist .item .bt {
    text-align: center;
    font-size: 24rem;
    margin-bottom: 30rem;
    font-weight: bold;
    color: #333
}

.qushilist .item .p {
    font-size: 16rem;
    line-height: 24rem;
    color: #666
}

.qushilist .item .p p {
    padding-left: 24rem;
    margin-bottom: 8rem;
    background: url(../images/dian.png) no-repeat left 6rem;
    background-size: 15rem
}

@media (min-width: 1025px) {
    .qushilist .item:hover .box {
        background: var(--main-color)
    }

    .qushilist .item:hover .bt {
        font-weight: bold;
        color: #fff
    }

    .qushilist .item:hover .p {
        color: #fff
    }

    .qushilist .item:hover .p p {
        background: url(../images/dian1.png) no-repeat left 6rem;
        background-size: 15rem
    }
}

.app03 {
    padding: 95rem 0 104rem 0
}

.app03 .inmain-p {
    margin-top: 48rem
}

.app03 .left {
    position: relative;
    margin-top: 32rem
}

.app03 .left {
    padding-right: 440rem;
    position: relative
}

.app03 .left .pic:after {
    padding-bottom: 65%
}

.app03 .left .mySwiper2 {
    position: relative;
    overflow: hidden
}

.app03 .left .mySwiper2 .text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 45rem;
    z-index: 999999;
    background: rgba(0, 0, 0, 0.8);
}

.app03 .left .mySwiper2 .text .bt {
    font-size: 20rem;
    font-weight: bold;
    margin-bottom: 20rem;
    color: #fff
}

.app03 .left .mySwiper2 .text .p {
    font-size: 16rem;
    line-height: 32rem;
    color: #fff
}

@media (min-width: 1025px) {
    .app03 .left .mySwiper2 .swiper-slide:hover .pic img {
        transform: scale(1.1)
    }
}

.app03 .left .li {
    width: 440rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    height: 100%
}

.app03 .left .mySwiper1 {
    overflow: hidden;
    position: relative;
    height: 100%
}

.app03 .left .swiper-button-prev, .app03 .left .swiper-button-next {
    position: absolute;
    margin: 0; 
	color: #283089;
}

.app03 .left .swiper-button-next:after, .app03 .left .swiper-button-prev:after {
   font-size: 32rem;
}

.app03 .left .li .swiper-button-prev {
	left: 50%;
	top: -50px;
	bottom: auto;
	transform: rotate(90deg) translateY(50%);
}

.app03 .left .swiper-button-next {
	left: 50%;
	bottom: -50px;
	right: 0;
	transform: rotate(90deg) translateY(50%);
	top: auto;
}

.app03 .left .mySwiper1 .swiper-slide {
    background: #e9eaf3;
    display: flex;
    align-items: center;
    cursor: pointer
}

.app03 .left .mySwiper1 .pic {
    width: 80rem;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -40rem;
    left: 40rem;
    background: var(--main-color)
}

.app03 .left .mySwiper1 .pic:after {
    padding-bottom: 100%
}

.app03 .left .mySwiper1 .pic .mh {
    display: none
}

.app03 .left .mySwiper1 .bt {
    font-size: 20rem;
    font-weight: bold;
    line-height: 80rem;
    padding-left: 140rem;
    color: #333
}

.app03 .left .mySwiper1 .swiper-slide-thumb-active {
    background: var(--main-color)
}

.app03 .left .mySwiper1 .swiper-slide-thumb-active .pic {
    background: #fff
}

.app03 .left .mySwiper1 .swiper-slide-thumb-active .pic .m {
    display: none
}

.app03 .left .mySwiper1 .swiper-slide-thumb-active .pic .mh {
    display: block
}

.app03 .left .mySwiper1 .swiper-slide-thumb-active .bt {
    color: #fff
}

.app04 {
    padding: 95rem 0 96rem 0;
    background: #f2f7fa
}

.app04 .home-p {
    margin-top: 30rem
}

.app04 .home-p p {
    margin-bottom: 8rem
}

.app04 .inmain-bottom {
    margin-top: 51rem
}

.app04 .swiper-baozhuang {
    position: relative;
    overflow: hidden
}

.app04 .box {
    display: flex;
    align-items: center;
    background: #fff
}

.app04 .pic {
    float: right;
    width: 50%
}

.app04 .pic:after {
    padding-bottom: 62.5%
}

.app04 .text {
    float: left;
    width: 50%;
    padding: 0 51rem 0 76rem
}

.app04 .text .bt {
    font-size: 28rem;
    margin-bottom: 27rem;
    font-weight: bold;
    color: #333
}

.app04 .text .p {
    font-size: 16rem;
    line-height: 24rem;
    color: #666
}

.app04 .text .p p {
    padding-left: 24rem;
    margin-bottom: 8rem;
    background: url(../images/dian.png) no-repeat left 6rem;
    background-size: 15rem
}

.app04 .btn {
    position: absolute;
    bottom: 60rem;
    right: 53%;
    z-index: 33;
    width: 200rem
}

.app04 .swiper-button-prev, .app04 .swiper-button-next {
    width: 40rem;
    height: 40rem;
    float: left;
    left: 0;
    margin-top: -20rem;
    top: 50%;
    right: auto;
    cursor: pointer;
    text-align: center;
    line-height: 40rem;
    position: absolute
}

.app04 .swiper-button-prev svg, .app04 .swiper-button-next svg {
    fill: #999;
    width: 40rem;
    height: 40rem
}

.app04 .swiper-button-prev:after, .app04 .swiper-button-next:after {
    content: ''
}

@media (min-width: 1025px) {
    .app04 .swiper-button-prev:hover svg, .app04 .swiper-button-next:hover svg {
        fill: var(--main-color)
    }
}

.app04 .swiper-button-next {
    right: 0;
    left: auto;
    margin-left: 25rem
}

.app04 .swiper-pagination {
    text-align: center;
    position: relative;
    left: auto;
    bottom: auto;
    font-size: 16rem;
    color: #999;
    font-weight: bold
}

.app04 .swiper-pagination span {
    font-size: 48rem;
    font-style: italic;
    color: var(--main-color)
}

.app05 {
    padding: 94rem 0 84rem 0;
    background: url(../images/asbg2.jpg) no-repeat center center;
    background-size: cover
}

.app05 .inmain-bottom {
    position: relative;
    padding-top: 100rem
}

.app05 .inmain-bottom .img {
    position: relative;
    background: url(../images/asbg1.png) no-repeat center center;
    background-size: 593rem
}

.app05 .inmain-bottom .img img {
    /* display: block */
}

.app05 .inmain-bottom .img ul li .box .bt img {
	display: inline-block;
	vertical-align: middle;
	width: 30rem;
	margin-right:10rem;
    height: 30rem;
}

.app05 .inmain-bottom .img ul li {
    position: absolute;
    font-size: 0;
    cursor: pointer
}

.app05 .inmain-bottom .img ul li .dian {
    width: 30rem;
    height: 30rem;
    background: url(../images/dian2.png) no-repeat center center;
    background-size: 100%;
    display: inline-block;
    vertical-align: middle
}

.app05 .inmain-bottom .img ul li .box {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: none;
    padding-left: 250rem
}

.app05 .inmain-bottom .img ul li .box .info {
    width: 374rem;
    box-shadow: 0 0 30rem 0 rgba(58, 137, 197, 0.1);
    border: solid 1px #fff;
    padding: 25rem 35rem;
    background: url(../images/bg2.png) no-repeat center center;
    background-size: cover
}

.app05 .inmain-bottom .img ul li .box:before {
    width: 1rem;
    height: 235rem;
    display: inline-block;
    vertical-align: middle;
    border-bottom: dashed 1px var(--main-color);
    content: '';
    display: block;
    position: absolute;
    left: 15rem;
    top: 50%;
    transform: translateY(-50%)
}

.app05 .inmain-bottom .img ul li .box:after {
    width: 235rem;
    height: 1rem;
    display: inline-block;
    vertical-align: middle;
    border-bottom: dashed 1px var(--main-color);
    content: '';
    display: block;
    position: absolute;
    left: 15rem;
    top: 50%;
    transform: translateY(-50%)
}

.app05 .inmain-bottom .img ul li .box .pic {
    width: 33rem
}

.app05 .inmain-bottom .img ul li .box .bt {
    font-size: 20rem;
    margin-top: 15rem;
    margin-bottom: 10rem;
    font-weight: bold;
    color: var(--main-color)
}

.app05 .inmain-bottom .img ul li .box .p {
    font-size: 16rem;
    line-height: 28rem;
    color: #666
}

@media (min-width: 1025px) {
    .app05 .inmain-bottom .img ul li:hover .box {
        display: block
    }
}

.app05 .inmain-bottom .img ul .a0 .box {
    left: auto;
    right: 0;
    padding-right: 250rem;
    padding-left: 0
}

.app05 .inmain-bottom .img ul .a0 .box:after {
    right: 15rem;
    left: auto
}

.app05 .inmain-bottom .img ul .a1 {
    top: -2%;
    left: 50.5%;
}

.app05 .inmain-bottom .img ul .a2 {
    top: 26%;
    left: 55%
}

.app05 .inmain-bottom .img ul .a3 {
    top: 49%;
    left: 55%
}

.app05 .inmain-bottom .img ul .a4 {
    top: 76%;
    left: 55%
}

.app05 .inmain-bottom .img ul .a5 {
    top: 1%;
    left: 46.5%;
}

.app05 .inmain-bottom .img ul .a6 {
    top: 23%;
    left: 43.5%;
}

.app05 .inmain-bottom .img ul .a7 {
    top: 42%;
    left: 42.5%;
}

.app05 .inmain-bottom .img ul .a8 {
    top: 59%;
    left: 42.3%;
}

.app05 .inmain-bottom .img ul .a9 {
    top: 77%;
    left: 42.3%;
}


.app05 .inmain-bottom .img ul .a10{
    top: 3%;
    left: 52.3%;
}

.app05 .inmain-bottom .img ul .a-1 {
    top: -2%;
    left: 50.5%;
}

.app05 .inmain-bottom .img ul .a-2 {
    top: 26%;
    left: 55%
}

.app05 .inmain-bottom .img ul .a-3 {
    top: 49%;
    left: 55%
}

.app05 .inmain-bottom .img ul .a-4 {
    top: 76%;
    left: 55%
}

.app05 .inmain-bottom .img ul .a-5 {
    top: 1%;
    left: 46.5%;
}

.app05 .inmain-bottom .img ul .a-6 {
    top: 23%;
    left: 43.5%;
}

.app05 .inmain-bottom .img ul .a-7 {
    top: 42%;
    left: 42.5%;
}

.app06 {
    padding: 188rem 0 194rem 0
}

.app06 .home-p {
    margin-top: 51rem
}

.app06 .home-p p {
    margin-bottom: 8rem
}

.app01-1 .nr {
    padding: 0
}

.app02-1 .inmain-bottom {
    margin-top: 56rem
}

.app03-1 .left {
    margin-top: 56rem
}

.app07 {
    padding: 97rem 0 114rem 0
}

.app07 .inmain-bottom {
    position: relative
}

.app07 .inmain-bottom ul {
    text-align: center;
    font-size: 0;
    margin: 0 -35rem
}

.app07 .inmain-bottom ul li {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    padding: 0 35rem;
    margin-top: 60rem
}

.app07 .inmain-bottom ul li .pic {
    margin: 0 auto;
    width: 100rem;
    background: url(../images/yuan.png) no-repeat center center;
    background-size: 100%
}

.app07 .inmain-bottom ul li .text {
    padding-top: 19rem
}

.app07 .inmain-bottom ul li .bt {
    font-size: 20rem;
    font-weight: bold;
    margin-bottom: 10rem;
    color: #fff
}

.app07 .inmain-bottom ul li .span {
    font-size: 16rem;
    line-height: 24rem;
    color: rgba(255, 255, 255, 0.7)
}

.app08 {
    padding: 94rem 0 0 0;
    background: url(../images/sbg.jpg) no-repeat top center;
    background-size: cover
}

.app08 .inmain-bottom {
    position: relative;
    margin-top: -45rem;
    display: flex;
    flex-wrap: wrap
}

.app08 .inmain-bottom .left {
    width: 34%;
    flex: none;
    padding: 79rem 0
}

.app08 .inmain-bottom .left .box {
    background: url(../images/bg3.png) no-repeat center center;
    background-size: cover;
    border: solid 1px #fff;
	height: 100%;
    padding: 38rem 35rem
}

.app08 .inmain-bottom .left .li {
   margin-top: 45rem;
}

.app08 .inmain-bottom .left .bt {
    font-size: 22rem;
    font-weight: bold;
    color: #1f2d78;
    margin-bottom: 22rem
}

.app08 .inmain-bottom .left .bt img {
    width: 25rem;
    margin-right: 5rem;
    margin-top: -3rem;
    display: inline-block;
    vertical-align: middle
}

.app08 .inmain-bottom .left .p .h3 {
    font-size: 18rem;
    margin-bottom: 10rem;
    font-weight: bold;
    color: #333
}

.app08 .inmain-bottom .left .p .jh {
    font-size: 16rem;
    line-height: 24rem;
    color: #666
}

.app08 .inmain-bottom .img {
    width: 32%;
    flex: none
}

.app08 .inmain-bottom .img img {
    display: block
}

@media (max-width: 1200px) {
    body {
        font-size: 14px
    }

    .sitemap {
        padding-top: 60px !important
    }

    .sitemap .site-bottom {
        font-size: 18px;
        line-height: 30px
    }

    .sitemap li {
        border-bottom: 1px dashed #e0e0e0;
        padding-bottom: 20px;
        margin-bottom: 20px
    }

    .sitemap li .top1 {
        font-size: 18px
    }

    .sitemap li .subnav {
        margin-top: 10px
    }

    .sitemap li .subnav .yi {
        padding-bottom: 5px
    }

    .sitemap li .subnav a {
        font-size: 16px;
        margin-right: 20px;
        padding: 5px 0
    }

    .sitemap li .subnav .er {
        padding-bottom: 5px;
        padding-left: 10px
    }

    .sitemap li .subnav .er a {
        font-size: 16px
    }

    .sitemap li .subnav .er .top2 {
        display: block;
        padding: 10px 0;
        width: 100%;
        font-size: 18px
    }

    .sitemap li .subnav .san {
        padding-left: 10px;
        padding-bottom: 10px
    }

    .sitemap li .subnav p {
        display: block;
        width: 100%;
        overflow: hidden
    }

    .sitemap li .subnav .hover {
        padding: 10px 20px
    }

    .sitemap li .subnav .dot a {
        font-size: 16px
    }

    .container {
        max-width: 750px;
        padding: 0 15px;
        width: 100%
    }

    #zixun, #zixun1 {
        width: 96%;
        font-size: 14px;
        border-radius: 20px;
        padding: 18px;
        background-size: cover
    }

    #zixun .close, #zixun1 .close {
        width: 34px;
        height: 34px;
        top: -50px;
        right: 0;
        line-height: 30px;
        border: 2px solid #fff;
        font-size: 22px
    }

    #zixun .bt, #zixun1 .bt {
        font-size: 24px;
        line-height: 36px
    }

    #zixun .home-message, #zixun1 .home-message {
        padding: 0 0 0 0
    }

    #zixun .home-message .home-bottom ul li.cp input, #zixun1 .home-message .home-bottom ul li.cp input {
        padding: 0 20px 0 142px
    }

    .height {
        top: -80px
    }
	.height2 {
        top: -100px
    }

    .height1 {
        height: 60px
    }

    .header {
        height: 60px;
        background: #fff;
        box-shadow: 1px 6px 20px rgba(30, 85, 56, 0.14)
    }

    .header .logo {
        margin-left: 0;
        margin-top: 7px
    }

    .header .logo a img {
        width: 218px
    }

    .header .logo a .lg1 {
        display: none
    }

    .header .logo a .lg2 {
        display: block
    }

    .header .header-right {
        margin-right: 0
    }

    .header .header-right .menu {
        display: block
    }

    .header .header-right .header-search {
        display: none
    }

    .header .header-right .lan {
        display: none
    }

    .header .header-right .tel {
        display: none
    }

    .nav {
        display: none
    }

    .home-title {
        font-size: 22px
    }
	
	.banner{
		margin-top: 60px;
	}
	
	.banner .home-title {
        font-size: 30px
    }

    .home-title1 {
        font-size: 24px
    }

    .home-p {
        font-size: 14px;
        line-height: 26px
    }

    .inmain-p {
        font-size: 14px;
        line-height: 26px
    }

    .more a, .more p {
        font-size: 12px;
        line-height: 28px
    }

    .more a svg, .more p svg {
        width: 22px;
        height: 28px
    }

    .more2 a, .more2 p {
        font-size: 14px;
        line-height: 30px;
        border-radius: 30px;
        padding: 5px 5px 5px 15px
    }

    .more2 a svg, .more2 p svg {
        width: 22px;
        height: 30px
    }

    .more2 a i, .more2 p i {
        width: 30px;
        height: 30px;
        margin-left: 12px
    }

    .swiper-renewal-main {
        margin-top: 60px
    }

    .swiper-renewal-main .img {
        display: none
    }

    .swiper-renewal-main .img1 {
        display: block
    }

    .swiper-renewal-main .banner-hover {
        padding-top: 0
    }

    .swiper-renewal-main .banner-hover .bt {
        font-size: 24px;
        padding-top: 34px;
        text-shadow: 3px 4px 5px rgba(0, 4, 47, 0.1)
    }

    .swiper-renewal-main .banner-hover .span {
        font-size: 53px;
        line-height: 70px
    }

    .home-video {
        height: auto
    }

    .home-video .text video {
        width: auto;
        height: auto;
        object-fit: cover;
        min-width: 100%;
        min-height: 100%;
        width: 100%;
        height: 100%
    }

    .home-video .overlay {
        background-size: 50px
    }

    .home-video .overlay .img_logo {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 3;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        display: none
    }

    .home-video .hide {
        background: none
    }

    .home-product {
        padding: 0 20px;
        padding-top: 20px
    }

    .home-product .left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px
    }
	
	.home-product .left .box .pc{
		display:none;
	}
	
	.home-product .left .box .ph{
		display:block;
	}
	
	.home-product .left .pic:after {
		padding-bottom: 48.92473118%;
	}

    .home-product .right {
        width: 100%;
        padding-left: 0;
        flex: none
    }

    .home-product .right .ul {
        grid-row-gap: 20px
    }

	.home-product .text {
		padding: 0 20px;
		top: 50%;
		transform: translateY(-50%);
		text-align: left;
	}

    .home-product .bt {
        font-size: 20px;
        line-height: 30px
    }

    .home-product .span {
        font-size: 14px;
        line-height: 26px;
        margin-top: 10px;
        margin-bottom: 5px
    }

    .home-app {
        padding: 40px 0
    }

    .home-app .home-p {
        margin-top: 8px
    }

    .home-app .home-bottom {
        padding-top: 25px
    }

    .home-app .swiper-button-prev, .home-app .swiper-button-next {
        width: 40px;
        height: 40px;
        left: 10px;
        margin-top: -20px;
        line-height: 40px;
        background: var(--main-color)
    }

    .home-app .swiper-button-prev svg, .home-app .swiper-button-next svg {
        width: 22px;
		fill: #fff;
        height: 22px
    }

    .home-app .swiper-button-next {
        right: 10px;
        left: auto
    }

    .applist .text {
        top: 25px;
        left: 0;
        width: 100%;
        padding: 0 20px
    }

    .applist .bt {
        font-size: 18px;
        line-height: 30px
    }

    .applist .span {
        font-size: 14px;
        line-height: 26px;
        margin-top: 5px;
        margin-bottom: 4px
    }

    .home-why .home-p {
        margin-top: 8px
    }

    .home-why .home-bottom {
        padding-top: 25px
    }

    .home-why .swiper-why {
        width: 100%
    }

    .home-why .swiper-pagination {
        bottom: 10px
    }

    .home-why .swiper-pagination .swiper-pagination-bullet {
        width: 16px;
        height: 2px;
        margin: 0 4px
    }

    .home-why .swiper-button-prev, .home-why .swiper-button-next {
        width: 40px;
        height: 40px;
        left: 10px;
        margin-top: -20px;
        line-height: 40px;
        background: var(--main-color)
    }

    .home-why .swiper-button-prev svg, .home-why .swiper-button-next svg {
        fill: #fff;
        width: 22px;
        height: 22px
    }

    .home-why .swiper-button-next {
        right: 10px;
        left: auto
    }

    .whylist .item .text {
        padding: 0 20px;
        padding-top: 25px
    }

    .whylist .item .text .bt {
        font-size: 20px;
        line-height: 30px
    }

    .whylist .item .text .span {
        font-size: 14px;
        line-height: 26px;
        margin-top: 8px;
        margin-bottom: 7px
    }

    .home-news {
        padding: 40px 0
    }

    .home-news .home-p {
        margin-top: 8px
    }

    .home-news .home-bottom {
        padding-top: 25px;
        padding-bottom: 20px
    }

    .home-news .swiper-button-prev, .home-news .swiper-button-next {
        width: 40px;
        height: 40px;
        left: 10px;
        margin-top: -20px;
        line-height: 40px;
        top: 33.99%;
        background: var(--main-color)
    }

    .home-news .swiper-button-prev svg, .home-news .swiper-button-next svg {
        width: 22px;
        height: 22px;
		fill: #fff;
    }

    .home-news .swiper-button-next {
        right: 10px;
        left: auto
    }

    .newslist .item .text {
        padding-top: 15px
    }

    .newslist .item .text .bt {
        font-size: 16px;
        line-height: 30px;
        height: 60px;
        margin-bottom: 11px
    }

    .newslist .item .text .span {
        font-size: 14px;
        line-height: 26px
    }

    .home-message {
        padding: 40px 0;
        background: #eeeff3 url(../images/flogo1.png) no-repeat 50px bottom;
        background-size: 500px
    }

    .home-message .home-title {
        width: 100%
    }

    .home-message .home-title p {
        margin-top: 5px
    }

    .home-message .home-bottom {
        width: 100%;
        padding-top: 25px
    }

    .home-message .home-bottom ul {
        margin: 0 -5px
    }

    .home-message .home-bottom ul li {
        width: 100%;
        padding: 0 5px;
        margin-bottom: 10px
    }

    .home-message .home-bottom ul li .box span {
        left: 18px;
        font-size: 14px;
        line-height: 42px
    }

    .home-message .home-bottom ul li input, .home-message .home-bottom ul li textarea {
        width: 100%;
        height: 42px;
        padding: 0 20px 0 89px;
        font-size: 14px
    }

    .home-message .home-bottom ul li textarea {
        height: 153px;
        padding: 40px 20px 10px 20px
    }

    .home-message .home-bottom ul li .submit a {
        padding: 0 35px;
        line-height: 42px;
        border-radius: 30px;
        font-size: 14px
    }

    .footer {
        padding: 40px 0 0 0;
        background: var(--hover-color) url(../images/fb.png) no-repeat bottom right;
        background-size: 336px
    }

    .footer-bottom {
        padding-bottom: 40px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1)
    }

    .footer-bottom .footer-left {
        width: 100%
    }

    .footer-bottom .footer-left .img img {
        width: 109px
    }

    .footer-bottom .footer-left .f1 {
        background-size: 35px;
        padding-left: 50px;
        margin-bottom: 7px;
        margin-top: 19px;
        min-height: 35px
    }

    .footer-bottom .footer-left .f1 span {
        font-size: 14px;
        margin-bottom: 4px
    }

    .footer-bottom .footer-left .f1 p {
        font-size: 22px;
        line-height: 30px
    }

    .footer-bottom .footer-left .f3 {
        font-size: 14px;
        line-height: 36px
    }

    .footer-bottom .footer-left .f3 p {
        padding-left: 31px
    }

    .footer-bottom .footer-left .f3 p img {
        width: 15px;
        top: 11px
    }

    .footer-bottom .footer-left .socialMedia {
        margin-top: 18px
    }

    .footer-bottom .footer-left .socialMedia span {
        font-size: 14px;
        line-height: 38px;
        margin-right: 5px
    }

    .footer-bottom .footer-left .socialMedia .list li {
        padding: 0 13px 0 0
    }

    .footer-bottom .footer-left .socialMedia .list .icon {
        border: solid 1px #fff;
        display: block;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-size: 25px !important;
        opacity: .6
    }

    .footer-bottom .footer-left .socialMedia .list .icon-1 {
        background: url(../images/sp1.png) no-repeat center center
    }

    .footer-bottom .footer-left .socialMedia .list .icon-2 {
        background: url(../images/sp2.png) no-repeat center center
    }

    .footer-bottom .footer-left .socialMedia .list .icon-3 {
        background: url(../images/sp3.png) no-repeat center center
    }

    .footer-bottom .footer-left .socialMedia .list .down {
        display: none;
        color: #666;
        font-size: 14px;
        align-items: center;
        width: 120px;
        cursor: initial;
        padding-bottom: 20px;
        position: absolute;
        bottom: 40px;
        left: 0
    }

    .footer-bottom .footer-left .socialMedia .list .down .txt {
        margin-right: 10px
    }

    .footer-bottom .footer-left .socialMedia .list .down .ewm {
        width: 119px;
        position: relative
    }

    .footer-bottom .footer-left .socialMedia .list .down .ewm:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 6px 0 6px;
        border-color: #fff transparent transparent transparent;
        position: absolute;
        bottom: -6px;
        left: 17px
    }

    .footer-bottom .footer-left .socialMedia .list .active .down {
        display: block
    }

    .footer-bottom .footer-list {
        display: none
    }

    .footer-copyright {
        padding: 11px 0;
        font-size: 12px;
        line-height: 22px
    }

    .float {
        bottom: 100px;
        right: 10px;
        width: 46px;
        height: 46px;
        border-radius: 10px;
        padding: 4px;
        line-height: 46px;
        box-shadow: 0 0 20px 0 rgba(40, 48, 137, 0.3)
    }

    .float a {
        border-radius: 10px
    }

    .float a img {
        width: 32px
    }

    .inbanner {
        margin-top: 60px
    }

    .inbanner .img {
        display: none
    }

    .inbanner .img1 {
        display: block
    }

    .inbanner .banner-hover {
        padding-top: 0;
        padding-bottom: 0
    }

    .inbanner .banner-hover .bt {
        font-size: 28px
    }

    .second-nav {
        width: 100%
    }

    .second-nav .inside-menu {
        display: none
    }

    .second-nav .inside-current {
        font-size: 12px;
        line-height: 24px;
        padding: 10px 0
    }

    .second-nav .inside-current span {
        background: url(../images/home.png) no-repeat left 5px;
        background-size: 14px;
        padding-left: 20px;
        display: inline-block;
        vertical-align: top
    }

    .second-nav .inside-current1 span {
        background: url(../images/home1.png) no-repeat left 2px;
        background-size: 14px
    }

    .content {
        min-height: 600px;
        padding: 40px 0
    }

    .about {
        padding-bottom: 300px
    }

    .about01 .left {
        width: 100%
    }

    .about01 .left .home-title {
        margin-bottom: 8px
    }

    .about01 .left .home-p {
        margin-bottom: 25px
    }

    .about01 .right {
        width: 100%
    }

    .about01 .right .jsh {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 15px
    }

    .youshi li {
        width: 50% !important;
        margin-bottom: 10px
    }

    .youshi li .num {
        font-size: 36px;
        line-height: 50px
    }

    .youshi li .num span {
        font-size: 36px;
        letter-spacing: -1px
    }

    .youshi li .num em, .youshi li .num i {
        font-size: 15px;
        line-height: 30px
    }

    .youshi li .h3 {
        font-size: 14px;
        margin-top: 4px
    }

    .contact01 {
        padding: 40px 0
    }

    .contact01 .home-p {
        margin-top: 8px
    }

    .contact01 ul {
        padding-top: 25px;
        grid-template-columns: 1fr 1fr;
        grid-row-gap: 10px;
        grid-column-gap: 10px
    }

    .contact01 ul li .box {
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
        padding: 22px;
        min-height: 0
    }

    .contact01 ul li .box .span {
        top: 9px;
        right: 9px;
        font-size: 12px;
        line-height: 24px
    }

    .contact01 ul li .pic {
        width: 50px
    }

    .contact01 ul li .bt {
        font-size: 16px;
        margin-bottom: 10px;
        margin-top: 21px
    }

    .contact01 ul li .p {
        font-size: 18px;
        line-height: 35px
    }

    .contact01 ul li .p a {
        font-size: 20px
    }

    .contact01 ul li .p p {
        padding-left: 28px
    }

    .contact01 ul li .p p img {
        width: 17px;
        top: 10px
    }

    .contact01 ul li .ul {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-row-gap: 10px;
        grid-column-gap: 10px
    }

    .contact01 ul .cc1 .img {
        width: 73px
    }

    .contact01 ul .cc2 .img {
        width: 79px
    }

    .contact01 ul .cc3 .img {
        width: 76px
    }

    .contact01 ul .cc4 .img {
        width: 72px
    }

    .contact02 .hover {
        position: relative;
        width: 100%;
        height: auto;
        background: #fff;
        top: auto;
        left: auto;
        padding: 20px
    }

    .contact02 .hover .info {
        padding: 0
    }

    .contact02 .hover .info .text {
        float: left;
        width: 100%;
        padding-right: 0;
        padding-top: 11px
    }

    .contact02 .hover .info .text .span {
        font-size: 16px
    }

    .contact02 .hover .info .text .bt {
        font-size: 24px;
        margin-bottom: 12px;
        margin-top: 10px
    }

    .contact02 .hover .info .text .p {
        font-size: 14px;
        line-height: 26px
    }

    .contact02 .hover .info .text .p span {
        margin-bottom: 6px
    }

    .contact02 .hover .info .text .p a {
        font-size: 20px
    }

    .contact02 .hover .info .tupian {
        width: 100%;
        margin-top: 10px
    }

    .zhengshu {
        padding: 40px 0
    }

    .zhengshu .zhengshu-bottom {
        padding-top: 25x
    }

    .zhengshu .show {
        padding-top: 20px
    }

    .se-menu ul li {
        margin: 0 10px
    }

    .se-menu ul li a {
        min-width: 145px;
        line-height: 40px;
        font-size: 14px;
        padding: 0 21px;
        border-radius: 30px
    }

    .se-menu ul li .pic {
        width: 40px;
        margin-right: 10px
    }

    .honorlist1 {
        margin: 0 -6px
    }

    .honorlist1 li {
        width: 50%;
        padding: 0 6px;
        margin-bottom: 10px
    }

    .honorlist1 li .box {
        padding: 20px
    }

    .honorlist1 li .pic {
        width: 100%
    }

    .honorlist1 li .hover {
        right: 10px;
        top: 10px;
        width: 15px;
        height: 15px
    }

    .honorlist1 li .bt {
        margin-top: 10px;
        font-size: 15px;
        line-height: 24px
    }

    .jishu .jishu-bottom {
        padding-top: 25px
    }

    .jishu .jishu-bottom .p {
        font-size: 14px;
        line-height: 26px
    }

    .jishu .shebei {
        margin-top: 25px
    }

    .jishu .shebei .h3 {
        font-size: 20px;
        line-height: 40px
    }

    .jishu .shebei .pic .span {
        font-size: 14px;
		padding:0 10px;
        line-height: 26px;
        max-height: 104px
    }

    .jishu .shebei .bt {
        font-size: 16px;
        line-height: 32px;
        margin-top: 10px
    }

    .jishu .shebei .swiper-shebei {
        width: 100%;
        margin-top: 20px
    }

    .jishu .shebei .swiper-button-prev, .jishu .shebei .swiper-button-next {
        width: 40px;
        height: 40px;
        right: 50px;
        line-height: 40px
    }

    .jishu .shebei .swiper-button-prev svg, .jishu .shebei .swiper-button-next svg {
        width: 22px;
        height: 22px
    }

    .jishu .shebei .swiper-button-next {
        right: 0;
        left: auto
    }

    .brand-tabs {
        width: 100%;
        margin-top: 25px
    }

    .brand-tabs .culture-slide {
        width: 100% !important
    }

    .brand-tabs .culture-slide.swiper-slide-next .culture-imgs figure {
        width: 100%;
        height: 100%
    }

    .brand-tabs .bt {
        font-size: 16px;
        line-height: 32px;
        padding-top: 10px
    }

    .brand-tabs .swiper-button-prev, .brand-tabs .swiper-button-next {
        width: 40px;
        height: 40px;
        left: -80px;
        margin-top: -20px;
        line-height: 40px;
        top: 42.17%;
        background: var(--main-color)
    }

    .brand-tabs .swiper-button-prev svg, .brand-tabs .swiper-button-next svg {
        width: 22px;
		fill: #fff;
        height: 22px
    }

    .brand-tabs .swiper-button-next {
        right: 20px;
        left: auto
    }

    .news {
        padding: 40px 0
    }

    .newslist1 {
        margin: 0 -6px;
        padding-bottom: 10px
    }

    .newslist1 .item {
        width: 50%;
        float: left;
        padding: 0 6px;
        margin-bottom: 14px
    }

    .page a {
        display: none
    }

    .page a.prev, .page a.next {
        display: inline-block;
        vertical-align: top
    }

    .video {
        padding: 40px 0
    }

    .videolist {
        padding-bottom: 14px
    }

    .videolist ul {
        margin: 0 -5px
    }

    .videolist ul li {
        width: 50%;
        padding: 0 5px;
        margin-bottom: 15px
    }

    .videolist ul li .pic:before {
        background-size: 43px
    }

    .videolist ul li .bt {
        font-size: 16px;
        margin-top: 7px;
        line-height: 34px
    }

    #video {
        width: 90%
    }

    #video .close {
        width: 25px;
        height: 25px;
        top: 20px;
        right: 20px;
        background-size: 12px
    }

    #video video {
        max-height: 90vh
    }

    .news-show .left1 {
        width: 100%;
        float: left;
        padding: 25px
    }

    .news-show .right1 {
        width: 100%;
        padding: 25px;
        position: relative;
        top: auto;
        margin-top: 20px
    }

    .news-show .right1 .title {
        font-size: 28px;
        margin-bottom: 28px
    }

    .news-show .right1 .newslist2 .item {
        width: 100%;
        margin-bottom: 12px
    }

    .news-show .right1 .newslist2 .item .box {
        padding: 0;
        border-bottom: 1px solid #cdcccc;
        padding-bottom: 12px
    }

    .news-show .right1 .newslist2 .item .box .text {
        float: left;
        width: 55%;
        padding-left: 20px
    }

    .news-show .right1 .newslist2 .item .box .date {
        font-size: 14px;
        margin-bottom: 10px
    }

    .news-show .right1 .newslist2 .item .box .h3 {
        font-size: 16px;
        line-height: 28px;
        height: 56px
    }

    .news-show .right1 .newslist2 .item .pic {
        margin-bottom: 0;
        float: left;
        width: 40%
    }

    .news-show .right1 .newslist2 .item .date {
        letter-spacing: 0;
        margin-bottom: 0
    }

    .h01 {
        font-size: 26px;
        line-height: 36px
    }

    .h02 {
        font-size: 14px;
        margin-top: 17px;
        margin-bottom: 21px;
        line-height: 30px;
        border-bottom: 1px solid #cdcccc;
        padding-bottom: 18px
    }

    .h02 span {
        margin-right: 10px
    }

    .fenxiang span {
        line-height: 30px
    }

    .fenxiang .fr {
        float: right;
        margin-right: 0
    }

    .fenxiang .fr a {
        display: block;
        float: left;
        width: 30px
    }

    .news-info {
        font-size: 14px;
        line-height: 26px;
        padding-bottom: 29px;
        border-bottom: 1px solid #dfdfdf
    }

    .news-info p {
        margin-bottom: 9px
    }

    .list-page {
        width: 100%;
        margin-top: 27px
    }

    .list-page .return {
        padding: 0 20px;
        line-height: 26px;
        padding-top: 0;
        height: 26px;
        font-size: 0;
        background: url(../images/return.png) no-repeat center center;
        background-size: 14px
    }

    .list-page .prev, .list-page .next {
        width: 40%;
        font-size: 14px;
        line-height: 26px
    }

    .list-page .prev .el, .list-page .next .el {
        display: none
    }

    .list-page .prev span {
        padding-left: 20px;
        background-size: 8px
    }

    .list-page .next span {
        padding-right: 20px;
        background-size: 8px
    }

    .job {
        padding: 40px 0
    }

    .job .p {
        font-size: 14px;
        line-height: 26px;
        padding-top: 20px;
        width: 100%;
        padding-bottom: 25px
    }

    .job .job-bottom {
        margin-bottom: 40px
    }

    .job .job-bottom ul li {
        width: 33.33333%
    }

    .job .job-bottom ul li .box {
        height: 350px;
        text-align: left
    }

    .job .job-bottom ul li .box .text {
        bottom: 20px;
        padding: 0 20px;
        transform: none
    }

    .job .job-bottom ul li .box .text .bt {
        font-size: 22px;
        line-height: 36px
    }

    .job .job-bottom ul li .box .text .bt:after {
        height: 5px;
        bottom: 8px;
        opacity: 1
    }

    .job .job-bottom ul .active {
        width: 33.333333%
    }

    .job .job-bottom ul .active .box {
        text-align: left
    }

    .job .job-bottom ul .active .box .text {
        padding: 0 20px;
        bottom: 20px;
        transform: none
    }

    .job .job-bottom ul .active .box .text .bt:after {
        opacity: 1
    }

    .join01 {
        padding: 0 0 40px 0
    }

    .join01 .home-title {
        line-height: 38px;
        margin-bottom: 25px
    }

    .join01 .join-b {
        position: absolute;
        top: 0;
        right: 0;
        width: 85px;
        height: 48px
    }

    .join01 .join-b .swiper-button-prev, .join01 .join-b .swiper-button-next {
        width: 38px;
        height: 38px;
        line-height: 36px;
        border: solid 1px #e1e1e1
    }

    .join01 .join-b .swiper-button-prev:after, .join01 .join-b .swiper-button-next:after {
        font-size: 16px
    }

    .join01 .join-b .swiper-button-prev {
        left: 0;
        right: auto
    }

    .join01 .join-b .swiper-button-next {
        right: 0
    }

    .join01 .swiper {
        width: 100%;
        padding-right: 0
    }

    .join01 .swiper .swiper-slide {
        height: auto
    }

    .join01 .num {
        font-size: 20px
    }

    .join01 .box {
        padding: 26px;
        box-shadow: 0 0 15px 0 rgba(94, 0, 4, 0.1)
    }

    .join01 .box:after {
        height: 4px
    }

    .join01 .pic {
        width: 60px;
        margin-top: 15px;
        margin-bottom: 15px
    }

    .join01 .text .bt {
        font-size: 18px;
        margin-bottom: 11px
    }

    .join01 .text .pp {
        font-size: 14px;
        line-height: 26px
    }

    .join02 {
        padding: 40px 0 100px 0;
    }

    .join02 .list {
        padding-top: 25px;
        margin: 0 -10px
    }

    .join02 .list .li {
        width: 100%;
        padding: 0 10px
    }

    .join02 .list .span-01 {
        width: 100%
    }

    .join02 .list .span-02 {
        width: 100%;
        font-size: 14px;
        background-size: 12px;
        padding-right: 30px
    }

    .join02 .list dl {
        margin-bottom: 10px;
		width:100%;
		padding:0;
    }

    .join02 .list dt {
        font-size: 22px;
        line-height: 32px;
        padding: 15px 0;
        padding-right: 27px
    }

    .join02 .list dd .nr {
        padding: 27px 0;
        font-size: 14px;
        line-height: 26px
    }

    .join02 .list .cur .span-02 {
        background-size: 12px
    }

    .join02 .list .p-01 {
        font-size: 16px;
        margin-bottom: 8px
    }

    .more4 a {
        font-size: 14px;
        width: 160px;
        line-height: 44px;
        border-radius: 30px
    }

    .more4 a img {
        width: 17px;
        margin-left: 5px
    }

    .app {
        padding: 40px 0
    }

    .solutionlist {
        padding-bottom: 22px
    }

    .solutionlist li {
        margin-bottom: 20px
    }

    .solutionlist li .box {
        display: block
    }

    .solutionlist li .box .pic {
        width: 100%;
        flex: none
    }

    .solutionlist li .box .text0 {
        width: 100%;
        padding: 16px;
        flex: none
    }

    .solutionlist li .box .text0 .img img {
        display: block;
        max-height: 30px
    }

    .solutionlist li .box .text0 .bt {
        font-size: 26px;
        line-height: 32px;
        margin-top: 11px;
        margin-bottom: 12px
    }

    .solutionlist li .box .text0 .p {
        font-size: 14px;
        line-height: 26px;
        height: 52px;
        margin-bottom: 19px
    }

    .more5 a, .more5 p {
        width: 125px;
        line-height: 40px;
        font-size: 12px;
        border-radius: 30px
    }

    .development {
        padding: 40px 0
    }

    .development .pp {
        font-size: 14px;
        line-height: 26px;
        padding-top: 21px
    }

    .development .pp1 {
        padding-top: 25px
    }

    .development .solutionlist {
        padding-top: 25px;
        padding-bottom: 0
    }

    .development .solutionlist li:nth-last-child(1) {
        margin-bottom: 0
    }

    .development .solutionlist li .box .text0 .p {
        height: auto;
        margin-bottom: 0
    }

    .development .solutionlist li .box {
        box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1)
    }

    .development .solutionlist li .box .text0 .bt {
        margin-top: 0;
        font-size: 18px
    }

    .related-app {
        padding: 40px 0
    }

    .applist2 {
        margin-top: 25px
    }

    .applist2 .item .box .text0 {
        width: 100%;
        padding: 0 16px;
        position: absolute;
        top: 50%;
        left: 0;
        opacity: 0;
        transition: .5s;
        z-index: 33;
        text-align: center;
        transform: translateY(-50%)
    }

    .applist2 .item .box .text0 .bt {
        font-size: 16px;
        line-height: 56px
    }

    .product01 {
        padding: 40px 0
    }

    .product01 .pro {
        display: flex;
        flex-wrap: wrap
    }

    .product01 .left {
        width: 100%;
        min-height: 40px;
        margin-bottom: 20px
    }

    .product01 .left .home-title {
        line-height: 40px
    }

    .product01 .left .btn {
        left: auto;
        right: 0
    }

    .product01 .left .swiper-button-prev, .product01 .left .swiper-button-next {
        width: 40px;
        height: 40px;
        line-height: 40px
    }

    .product01 .left .swiper-button-prev svg, .product01 .left .swiper-button-next svg {
        width: 22px;
        height: 22px
    }

    .product01 .left .swiper-button-next {
        right: auto;
        left: auto;
        margin-left: 15px
    }

    .product01 .left .swiper-pagination {
        display: none
    }

    .product01 .right {
        width: 100%
    }

    .product01 .right .swiper {
        width: 100%
    }

    .prolist .text {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%
    }

    .prolist .text .bt {
        font-size: 18px;
        line-height: 61px;
        padding: 0 20px;
        width: 88%
    }

    .product02 .pro {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .product02 .pro .left {
        float: right;
        text-align: right
    }

    .product02 .pro .left .btn {
        left: 0;
        right: auto
    }

    .product02 .pro .right {
        float: left
    }

    .product02 .pro .right .swiper {
        left: 0
    }

    .product03 .pro .left {
        width: 100%;
		padding-right:0;
    }

    .product03 .pro .left .p {
        font-size: 14px;
        line-height: 32px;
        padding-top: 16px
    }

    .product03 .pro .left .p p {
        padding-left: 25px;
        background: url(../images/dian.png) no-repeat left 12px;
        background-size: 10px
    }

    .product03 .pro .right {
        width: 100%
    }

    .pro01 {
        padding: 60px 0 40px 0
    }

    .pro01 .nr {
        padding-top: 15px
    }

    .pro01 .nr .left {
        width: 100%
    }

    .pro01 .nr .right {
        width: 100%;
        padding-top: 15px
    }

    .pro01 .nr .right .span {
        font-size: 14px
    }

    .pro01 .nr .right .bt {
        font-size: 26px;
        border-bottom: 1px solid #d9d9d9;
        padding-bottom: 14px;
        margin-bottom: 17px;
        padding-top: 14px
    }

    .pro01 .nr .right .p {
        font-size: 14px;
        line-height: 26px;
        min-height: 0;
        margin-bottom: 17px
    }

    .pro01 .nr .right .btn a {
        padding: 0 23px;
        line-height: 43px;
        border-radius: 30px;
        font-size: 14px;
        margin-right: 13px
    }

    .pro01 .nr .right .btn a svg {
        width: 22px;
        height: 22px;
        margin-top: -4px;
        margin-left: 5px
    }

    .plist {
        top: 60px
    }

    .plist ul li a {
        width: 120px;
        line-height: 44px;
        font-size: 14px
    }

    .plist ul li a:after {
        height: 10px;
        margin-top: -5px
    }

    .inmain-title {
        font-size: 24px
    }

    .inmain-title:after {
        width: 45px;
        height: 2px;
        margin-top: 10px
    }

    .inmain-title1:after {
        margin: 0;
        margin-top: 28px
    }

    .ps02 .pro-item {
        padding: 40px 0
    }

    .ps02 .pro-item .left {
        width: 100%
    }

    .ps02 .pro-item .right {
        width: 100%;
        padding-top: 25px
    }

    .ps02 .pro-item .miaoshu {
        font-size: 14px;
        line-height: 26px
    }

    .ps02 .pro-item .right1 {
        width: 100%;
        padding-top: 25px
    }

    .ps02 .pro-item .right1 .tedianlist1 ul {
        grid-template-columns: 1fr 1fr
    }

    .ps02 .pro-item1 {
        padding: 40px 0
    }

    .ps02 .pro-item2 {
        padding: 40px 0
    }

    .ps02 .pro-item2 .left {
        padding-top: 0
    }

    .ps02 .pro-item2 .tedianlist {
        padding-top: 0
    }

    .ps02 .pro-item2 .tedianlist ul li .box {
        padding: 20px
    }

    .ps02 .pro-item2 .tedianlist ul li .bt {
        font-size: 16px;
        margin-bottom: 8px
    }

    .ps02 .pro-item2 .tedianlist ul li .span {
        font-size: 14px;
        line-height: 26px
    }

    .ps02 .pro-item4 {
        padding: 40px 0
    }

    .ps02 .pro-item4 .miaoshu {
        margin-top: 25px
    }

    .tedianlist {
        padding-top: 25px
    }

    .tedianlist ul {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-row-gap: 10px;
        grid-column-gap: 10px
    }

    .tedianlist ul li .box {
        box-shadow: 0 0 30px 0 rgba(40, 48, 137, 0.1);
        height: 100%;
        padding: 20px
    }

    .tedianlist ul li .text {
        padding-top: 15px
    }

    .tedianlist ul li .pic {
        //width: 50px
    }

    .tedianlist ul li .span {
        font-size: 14px;
        line-height: 26px
    }

    .ps03 {
        padding: 40px 0
    }

    .ps03 .right {
        padding-top: 25px
    }

    .listMenu li {
        padding: 0 5px 10px 5px
    }

    .listMenu a {
        border-radius: 33px;
        font-size: 14px;
        padding: 0 24px;
        line-height: 44px
    }

    .app01 {
        padding: 40px 0
    }

    .app01 .nr {
        padding-top: 25px
    }

    .app01 .nr .left {
        width: 100%
    }

    .app01 .nr .right {
        width: 100%;
        padding-top: 20px
    }

    .app01 .nr .right .inmain-p {
        margin-top: 15px
    }

    .app02 {
        padding: 40px 0
    }

    .app02 .inmain-p {
        margin-top: 12px
    }

    .app02 .inmain-bottom {
        margin-top: 25px
    }

    .app02 .swiper {
        padding-bottom: 60px
    }

    .app02 .swiper-button-prev, .app02 .swiper-button-next {
        width: 40px;
        height: 40px;
        top: auto;
        bottom: 0;
        left: 50%;
        margin-top: 0;
        line-height: 40px;
        margin: 0 -50px;
        background: var(--main-color)
    }

    .app02 .swiper-button-prev svg, .app02 .swiper-button-next svg {
        width: 22px;
		fill: #fff;
        height: 22px
    }

    .app02 .swiper-button-next {
        right: 50%;
        left: auto
    }

    .qushilist .item .box {
        padding: 24px
    }

    .qushilist .item .pic {
        width: 60px
    }

    .qushilist .item .text {
        padding-top: 15px
    }

    .qushilist .item .bt {
        font-size: 18px;
        margin-bottom: 15px
    }

    .qushilist .item .p {
        font-size: 14px;
        line-height: 24px
    }

    .qushilist .item .p p {
        padding-left: 24px;
        margin-bottom: 8px;
        background: url(../images/dian.png) no-repeat left 7px;
        background-size: 10px
    }

    .app03 {
        padding: 40px 0
    }

    .app03 .inmain-p {
        margin-top: 12px
    }

    .app03 .left {
        margin-top: 25px
    }

    .app03 .left {
        padding-right: 0
    }

    .app03 .left .mySwiper2 .text {
        bottom: 0;
        padding: 20px
    }

    .app03 .left .mySwiper2 .text .bt {
        font-size: 14px;
        margin-bottom: 10px
    }

    .app03 .left .mySwiper2 .text .p {
        font-size: 12px;
        line-height: 16px
    }

    .app03 .left .li {
        display: none
    }

    .app04 {
        padding: 40px 0
    }

    .app04 .home-p {
        margin-top: 12px
    }

    .app04 .home-p p {
        margin-bottom: 8px
    }

    .app04 .inmain-bottom {
        margin-top: 25px
    }

    .app04 .box {
        display: block
    }

    .app04 .pic {
        width: 100%
    }

    .app04 .text {
        width: 100%;
        padding: 20px 20px 40px 20px
    }

    .app04 .text .bt {
        font-size: 18px;
        margin-bottom: 14px
    }

    .app04 .text .p {
        font-size: 14px;
        line-height: 24px
    }

    .app04 .text .p p {
        padding-left: 24px;
        margin-bottom: 8px;
        background: url(../images/dian.png) no-repeat left 7px;
        background-size: 10px
    }

    .app04 .btn {
        bottom: 0;
        right: 0;
        width: 160px
    }

    .app04 .swiper-button-prev, .app04 .swiper-button-next {
        width: 40px;
        height: 40px;
        margin-top: -20px;
        line-height: 40px
    }

    .app04 .swiper-button-prev svg, .app04 .swiper-button-next svg {
        width: 40px;
        height: 40px
    }

    .app04 .swiper-button-next {
        margin-left: 15px
    }

    .app04 .swiper-pagination {
        font-size: 14px
    }

    .app04 .swiper-pagination span {
        font-size: 28px
    }

    .app05 {
        padding: 40px 0
    }

    .app05 .inmain-bottom {
        padding-top: 25px
    }

    .app05 .inmain-bottom .img {
        background-size: 0
    }

    .app05 .inmain-bottom .img img {
        height: 250px;
    }
	
	.app05 .inmain-bottom .img ul li .box .bt img {
		width: 30px;
		height: 30px;
		margin-right: 10px;
	}

    .app05 .inmain-bottom .img ul {
        margin-top: 20px;
        display: grid;
        grid-template-columns: 1fr;
        grid-row-gap: 10px;
        grid-column-gap: 10px
    }

    .app05 .inmain-bottom .img ul li {
        position: relative;
        top: auto !important;
        left: auto !important;
        bottom: auto !important;
        right: auto !important
    }

    .app05 .inmain-bottom .img ul li .dian {
        display: none
    }

    .app05 .inmain-bottom .img ul li .box {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        display: block;
        padding-left: 0!important;
    }

    .app05 .inmain-bottom .img ul li .box .info {
        width: 100%;
        box-shadow: 0 0 30px 0 rgba(58, 137, 197, 0.1);
        padding: 15px
    }

    .app05 .inmain-bottom .img ul li .box:after {
        display: none
    }

    .app05 .inmain-bottom .img ul li .box .pic {
        width: 33px
    }

    .app05 .inmain-bottom .img ul li .box .bt {
        font-size: 16px;
        margin-top: 7px;
        margin-bottom: 5px
    }

    .app05 .inmain-bottom .img ul li .box .p {
        font-size: 14px;
        line-height: 26px
    }

    .app05 .inmain-bottom .img ul .a0 .box {
        left: auto!important;
        right: 0!important;
        padding-right: 0!important;
        padding-left: 0!important;
    }

    .app05 .inmain-bottom .img ul .a0 .box:after {
        right: 15px;
        left: auto
    }

    .app06 {
        padding: 100px 0
    }

    .app06 .home-p {
        margin-top: 12px
    }

    .app06 .home-p p {
        margin-bottom: 4px
    }

    .app01-1 .nr {
        padding: 0
    }

    .app02-1 .inmain-bottom {
        margin-top: 25px
    }

    .app03-1 .left {
        margin-top: 25px
    }

    .app07 {
        padding: 40px 0
    }

    .app07 .inmain-bottom ul {
        margin: 0 -15px
    }

    .app07 .inmain-bottom ul li {
        width: 50%;
        padding: 0 15px;
        margin-top: 25px
    }

    .app07 .inmain-bottom ul li .pic {
        width: 60px
    }

    .app07 .inmain-bottom ul li .text {
        padding-top: 10px
    }

    .app07 .inmain-bottom ul li .bt {
        font-size: 16px;
        margin-bottom: 6px
    }

    .app07 .inmain-bottom ul li .span {
        font-size: 14px;
        line-height: 24px
    }

    .app08 {
        padding: 40px 0
    }

    .app08 .inmain-bottom {
        margin-top: 25px
    }

    .app08 .inmain-bottom .left {
        width: 100%;
        flex: none;
        padding: 5px 0
    }

    .app08 .inmain-bottom .left .box {
        padding: 25px
    }

    .app08 .inmain-bottom .left .li {
        margin-top: 10px
    }

    .app08 .inmain-bottom .left .bt {
        font-size: 18px;
        margin-bottom: 15px
    }

    .app08 .inmain-bottom .left .bt img {
        width: 20px;
        margin-right: 5px;
        margin-top: -3px
    }

    .app08 .inmain-bottom .left .p .h3 {
        font-size: 16px;
        margin-bottom: 6px
    }

    .app08 .inmain-bottom .left .p .jh {
        font-size: 14px;
        line-height: 24px
    }

    .app08 .inmain-bottom .img {
        width: 100%;
        display: none
    }
}

@media (max-width: 520px) {
    .header .logo a img {
        width: 150px
    }

    .header .logo {
        margin-top: 14px
    }

    .footer-bottom {
        padding-bottom: 20px
    }

    .about {
        padding-bottom: 100px
    }

    .contact01 ul {
        grid-template-columns: 1fr
    }

    .contact01 ul li .p {
        font-size: 15px;
        line-height: 28px
    }

    .news-show .right1 .newslist2 .item .box .text {
        width: 60%
    }
}

.swiper-renewal-main .banner-hover1{top:18%}.swiper-renewal-main .swiper-button-prev,.swiper-renewal-main .swiper-button-next{width:60rem;height:60rem;border-radius:50%;float:left;left:50rem;margin-top:-30rem;cursor:pointer;text-align:center;line-height:40rem;background:rgba(0,0,0,0.5)}.swiper-renewal-main .swiper-button-prev svg,.swiper-renewal-main .swiper-button-next svg{fill:#fff;width:32rem;height:32rem}.swiper-renewal-main .swiper-button-prev:after,.swiper-renewal-main .swiper-button-next:after{content:''}@media (min-width:1025px){.swiper-renewal-main .swiper-button-prev:hover,.swiper-renewal-main .swiper-button-next:hover{background:var(--main-color)}}.swiper-renewal-main .swiper-button-next{right:50rem;left:auto}

.app05 .inmain-bottom .img2 ul .a0 .box {
  padding-right: 330rem;
}
.app05 .inmain-bottom .img ul li .box{
	padding-left: 330rem;
}

.app05 .inmain-bottom .img2 ul .a1 {
	top: 56%;
	left: 61%;
}

.app05 .inmain-bottom .img2 ul .a2 {
	top: 29%;
	left: 64%;
}

.app05 .inmain-bottom .img2 ul .a3 {
	top: 31%;
	left: 55%;
}

.app05 .inmain-bottom .img2 ul .a4 {
    top: 49%;
    left: 39%;
}

.app05 .inmain-bottom .img2 ul .a5 {
    top: 40%;
    left: 42.5%;
}

.app05 .inmain-bottom .img2 ul .a6 {
	top: 47%;
	left: 47%;
}

.app05 .inmain-bottom .img2 ul .a7{
    top: 30%;
    left: 46.5%;
}
.app05 .inmain-bottom .img2 ul li .box:after{
	width: 310rem;
}