@charset "utf-8";

:root {
    --main-color: #1466af;
    --hover-color: #2498e6;
    --title-color: #005780;
    --main-color1: #1280b5;
    --Poppins-Regular: Poppins-Regular;
    --Poppins-SemiBold: Poppins-SemiBold;
    --Poppins-Bold: Poppins-Bold;
    --Poppins-Medium: Poppins-Medium;
    --Oswald-Medium: Oswald-Medium
}

*,
*: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:1920px) {
    html {
        font-size: 1px !important
    }
}

@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: var(--Poppins-Regular), '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: keep-all;
    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 {
    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: var(--Poppins-Regular), '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;
    width: 24rem;
    height: 24rem;
    border-radius: 4rem;
    border: solid 1rem #a2aaad
}

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 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1
}

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

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

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

.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 rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}


@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: Poppins-Regular;
    src: url('../font/Poppins-Regular.woff2') format('woff2'), url('../font/Poppins-Regular.woff') format('woff'), url('../font/Poppins-Regular.ttf') format('truetype'), url('../font/Poppins-Regular.eot') format('embedded-opentype'), url('../font/Poppins-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Poppins-Bold;
    src: url('../font/Poppins-Bold.woff2') format('woff2'), url('../font/Poppins-Bold.woff') format('woff'), url('../font/Poppins-Bold.ttf') format('truetype'), url('../font/Poppins-Bold.eot') format('embedded-opentype'), url('../font/Poppins-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Poppins-Medium;
    src: url('../font/Poppins-Medium.woff2') format('woff2'), url('../font/Poppins-Medium.woff') format('woff'), url('../font/Poppins-Medium.ttf') format('truetype'), url('../font/Poppins-Medium.eot') format('embedded-opentype'), url('../font/Poppins-Medium.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Poppins-SemiBold;
    src: url('../font/Poppins-SemiBold.woff2') format('woff2'), url('../font/Poppins-SemiBold.woff') format('woff'), url('../font/Poppins-SemiBold.ttf') format('truetype'), url('../font/Poppins-SemiBold.eot') format('embedded-opentype'), url('../font/Poppins-SemiBold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Oswald-Medium;
    src: url('../font/Oswald-Medium.woff2') format('woff2'), url('../font/Oswald-Medium.woff') format('woff'), url('../font/Oswald-Medium.ttf') format('truetype'), url('../font/Oswald-Medium.eot') format('embedded-opentype'), url('../font/Oswald-Medium.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: TaoBaoMaiCaiTi-Regular;
    src: url(../font/TaoBaoMaiCaiTi-Regular.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 .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 a {
    font-size: 16rem;
    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 p {
    display: block;
    width: 100%;
    overflow: hidden
}

.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: 1640rem
}

.height {
    height: 1px;
    position: absolute;
    top: -90rem;
    left: 0;
    width: 100%
}

.height1 {
    height: 90rem
}

.header {
    height: 90rem;
    width: 100%;
    transition: .7s;
    position: relative;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.12)
}

.header .logo {
    padding: 0;
    float: left;
    transition: .7s;
    margin-top: 23rem; 
}

.header .logo a {
    display: block;
    position: relative
}

.header .logo a img {
    display: inline-block;
    vertical-align: top;
    width: 176rem;
    z-index: 5;
    transition: .5s
}

.header .logo a .lg2 {
    display: none
}

.header .header-right {
    float: right
}

.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 .Subscription {
    float: right;
    padding-top: 22rem
}

.header .header-right .Subscription a {
    font-family: var(--Poppins-Bold);
    font-size: 20rem;
    text-align: center;
    color: #fff;
    width: 170rem;
    line-height: 46rem;
    background-color: var(--hover-color);
    border-radius: 10rem;
    display: block
}

@media (min-width:1200px) {
    .header .header-right .Subscription a:hover {
        /* background-color: var(--main-color);
        text-decoration: underline */
    }
}

.header .header-right .header-search {
    float: right;
    position: relative;
    padding-top: 22rem;
    margin-right: 30rem;
    margin-left: 16rem
}

.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: 46rem;
    transition: .7s;
    background: url(../images/search.png) no-repeat center center;
    background-size: 26rem !important;
    line-height: 46rem;
    color: #fff;
    width: 50rem
}

.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: 26rem !important
}

.header .header-right .lan {
    float: right;
    cursor: pointer;
    position: relative;
    z-index: 1;
    transition: .5s;
    margin-top: 22rem
}

.header .header-right .lan h3 {
    background: url(../images/lan.png) no-repeat center center;
    background-size: 25rem;
    width: 46rem
}

.header .header-right .lan span {
    display: block;
    height: 46rem;
    transition: .5s;
    padding: 0 20rem 0 0;
    font-size: 16rem;
    line-height: 36rem;
    color: #fff
}

.header .header-right .lan ul {
    position: absolute;
    top: 100%;
    width: 120rem;
    background: #fff;
    color: #fff;
    display: none;
    z-index: -1;
    border-radius: 5rem;
    padding: 10rem 0;
    left: 50%;
    margin-left: -60rem;
    text-align: center;
    box-shadow: 0 0 10rem rgba(0, 0, 0, 0.2)
}
.header .header-right .lan ul:after {
    content: "";
    border: 8rem solid transparent;
    border-bottom-color: #fff;
    width: 0;
    height: 0;
    margin: 0 auto;
    position: absolute;
    top: -14rem;
    left: 0;
    right: 0;
}

.header .header-right .lan ul li a {
    display: block;
    color: #666;
    text-align: center;
    font-size: 16rem;
    line-height: 40rem
}

@media (min-width:1200px) {
    .header .header-right .lan ul li a:hover {
        background: #eee
    }
}

.nav {
    transition: .2s;
    float: right;
    margin-right: 33rem
}

.nav ul {
    z-index: 1
}

.nav ul li {
    float: left;
    margin-left: 20rem;
    position: relative
}

.nav ul li a {
    font-size: 20rem;
    color: #fff;
    height: 90rem;
    line-height: 90rem;
    transition: .7s;
    position: relative;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    font-family: var(--Poppins-Bold)
}

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

.nav ul li a .txt-1 {
    display: block;
    transition: .5s
}

.nav ul li a .txt-2 {
    display: block;
    transform: translateY(100%);
    transition: .5s
}

.nav ul li .subnav {
    width: 180rem;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -90rem;
    display: none;
    z-index: 556;
    background: #fff;
    padding: 12rem;
    border-radius: 5rem;
    box-shadow: 0 0 10rem rgba(0, 0, 0, 0.2);
}
.nav ul li.fo3 .subnav{
	width: 260rem;
	margin-left: -130rem;
}
.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: 16rem;
    line-height: 25rem;
    padding: 10rem 10rem;
    margin: 0;
    color: #333 !important;
    font-weight: lighter;
    text-decoration: none;
    text-align: center;
    display: block;
    border-radius: 5rem;
    font-family: var(--Poppins-Regular);
	transition: 0s;
}

.nav ul li .subnav ul li a:after {
    display: none
}

.nav ul li .subnav ul li .sanji{
    width: 180rem;
    position: absolute;
    top: 0;
    left: 100%;
    display: none;
    z-index: 556;
    background: #fff;
    padding: 12rem;
    border-radius: 5rem;
    box-shadow: 0 0 10rem rgba(0, 0, 0, 0.2);
}

.nav ul li .subnav ul li.erji:hover .sanji{
    display: block
}

@media (min-width:1200px) {
    .nav ul li .subnav ul li:hover>a {
        background: var(--main-color);
        color: #fff !important
    }
	
	.nav ul li .subnav ul li.zvi:hover>a {
        background: none;
        color: var(--main-color) !important;
		font-weight:700;
    }
	
	.nav ul li .subnav ul li .sanji li:hover a {
        color: var(--main-color) !important;
		font-weight:700;
		background: none;
    }
}

.nav ul li:hover a span {
    text-decoration: underline
}

.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
}

.nav ul .active a .txt-1 {
    transform: translateY(-100%)
}

.nav ul .active a .txt-2 {
    transform: translateY(-100%)
}

.header2,
.headerfix {
    background: #fff;
    box-shadow: 0 8rem 21rem 0 rgba(20, 102, 175, 0.12)
}

.header2 .nav ul li a,
.headerfix .nav ul li a {
    color: var(--title-color)
}

.header2 .header-right .lan h3,
.headerfix .header-right .lan h3 {
    background: url(../images/lan1.png) no-repeat center center;
    background-size: 25rem
}

.header2 .header-right .header-search .pull-right a,
.headerfix .header-right .header-search .pull-right a {
    background: url(../images/search1.png) no-repeat center center;
    background-size: 26rem !important
}

#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;
    display: inline-block;
    vertical-align: top
}

#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
    }
}

.more a,
.more p {
    font-size: 20rem;
    line-height: 57rem;
    color: #fff;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    padding: 0 35rem;
    background: var(--main-color);
    border-radius: 30rem;
    position: relative;
    overflow: hidden;
    font-family: var(--Poppins-Bold)
}

.more a b,
.more p b {
    display: block;
    font-weight: normal;
    position: relative;
    overflow: hidden;
    z-index: 3
}

.more a:after,
.more p:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: -120%;
    -webkit-transition: 1s;
    transition: 1s;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0) 60%);
    opacity: .8
}

@media (min-width:1200px) {
    .more a:hover:after {
        left: 100%
    }
}

.more1 a,
.more1 p {
    font-size: 16rem;
    line-height: 32rem;
    color: #4db0df
}

.more1 a svg,
.more1 p svg {
    width: 22rem;
    height: 32rem;
    fill: #4db0df;
    display: inline-block;
    vertical-align: top
}

.home-title {
    font-family: var(--Poppins-Bold);
    font-size: 80rem;
    color: var(--title-color)
}

.center {
    text-align: center
}

.tright {
    text-align: right
}

.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%;
	height:100%;
    object-fit: cover
}

.swiper-renewal-main .banner-hover {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    padding-top: 90rem
}

.swiper-renewal-main .banner-hover .bt {
    font-family: var(--Poppins-Bold);
    font-size: 70rem;
    margin-bottom: 19rem;
    text-transform: uppercase;
    color: #fbfeff
}

.swiper-renewal-main .banner-hover .p {
    font-family: var(--Poppins-SemiBold);
    font-size: 22rem;
    line-height: 26rem;
    margin-bottom: 100rem;
    color: #f9fdff
}

.swiper-renewal-main .swiper-slide-active .banner-hover .bt {
    -webkit-animation: fadeInUp2 2s alternate;
    animation: fadeInUp2 2s alternate
}

.swiper-renewal-main .swiper-slide-active .banner-hover .p {
    -webkit-animation: fadeInUp2 4s alternate;
    animation: fadeInUp2 4s alternate
}

.swiper-renewal-main .swiper-slide-active .banner-hover .more {
    -webkit-animation: fadeInUp2 4s alternate;
    animation: fadeInUp2 4s alternate
}

.swiper-renewal-main .swiper-pagination {
    bottom: auto;
    position: relative;
    left: auto;
    display: inline-block;
    vertical-align: middle
}

.swiper-renewal-main .swiper-pagination .swiper-pagination-bullet {
    /*width: 8rem;
    height: 8rem;
    background: #fff;
    border-radius: 50%;
    margin: 0 6rem;
    position: relative;
    overflow: hidden;
    opacity: 1;*/
	width: 34rem;
    height: 34rem;
    background: url(../images/hbdot.png) no-repeat center center;
    background-size: 100%;
    margin: 0 5rem;
    opacity: 1;
}

.swiper-renewal-main .swiper-pagination .swiper-pagination-bullet:after {
    position: absolute;
    top: 0;
    width: 0;
    height: 100%;
    content: '';
    background: #fff;
    left: 0
}

.swiper-renewal-main .swiper-pagination .swiper-pagination-bullet-active {
    /*width: 80rem;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 4rem;*/
	background: url(../images/hbdot1.png) no-repeat center center;
    background-size: 100%;
	animation: rotate 5s linear infinite;
}

.swiper-renewal-main .swiper-pagination .swiper-pagination-bullet-active::after {
    /*-webkit-animation: swiperbanner 5s linear;
    animation: swiperbanner 5s linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;*/
}

.swiper-renewal-main .swiper-pagination .stopya::after {
    -webkit-animation: swiperbanner1 0s linear;
    animation: swiperbanner1 0s linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.swiper-renewal-main .btn {
    bottom: 25rem;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 22
}

.swiper-renewal-main .main_slide_handler {
    display: inline-block;
    vertical-align: middle;
	display:none;
}

.swiper-renewal-main a.slide_btn {
    width: 40rem;
    height: 20rem;
    background-size: 100%;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer
}
.swiper-renewal-main a.slide_btn.stop {
    background: url(../images/control-light.svg) no-repeat center center;
}
.swiper-renewal-main a.slide_btn.play {
    background: url(../images/control-light1.svg) no-repeat center center;
}

.banner {
    position: relative;
    z-index: 3
}

@-webkit-keyframes swiperbanner {
    0% {
        width: 0
    }

    to {
        width: 100%
    }
}

@keyframes swiperbanner {
    0% {
        width: 0
    }

    to {
        width: 100%
    }
}

@-webkit-keyframes swiperbanner1 {
    0% {
        width: 100%
    }

    to {
        width: 1%
    }
}

@keyframes swiperbanner1 {
    0% {
        width: 100%
    }

    to {
        width: 1%
    }
}

#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
    }
}

.home-product {
    padding: 114rem 0 126rem 0;
    background: url(../images/bg.jpg) no-repeat center center;
    background-size: cover
}

.home-product .home-bottom {
    padding-top: 57rem;
    position: relative;
    overflow: hidden
}

.productlist .item {
    height: 100%;
    width: 25%;
    float: left;
    margin-right: 30rem;
    padding-bottom: 42rem
}

.productlist .item .box {
    display: block;
    min-height: 100%;
    background-image: linear-gradient(168deg, #f2f7fa 0, #fff 100%);
    box-shadow: 2rem 6rem 30rem 0 rgba(52, 104, 167, 0.2);
    border-radius: 10rem;
    border: solid 5rem #fff;
    position: relative;
	overflow: hidden;
}

.productlist .item .box:before {
    content: '';
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(168deg, #f2f7fa 0, #fff 100%);
    box-shadow: 2rem 6rem 30rem 0 rgba(52, 104, 167, 0.2);
    border-radius: 10rem;
    z-index: 344;
    opacity: 0;
    transition: .5s;
    border-radius: 10rem
}

.productlist .item .pic{
    /* transition: .5s; */
}

.productlist .item .pic:after {
    padding-bottom: 74.21875%;
}

.productlist .item .text {
    padding: 4rem 35rem 26rem 35rem
}
.productlist .item .text.text-2 {
    background-image: linear-gradient(168deg, #f2f7fa 0, #fff 100%);
    box-shadow: 2rem 6rem 30rem 0 rgba(52, 104, 167, 0.2);
    border-radius: 10rem;
    position: relative;
	padding: 26rem 35rem;
	overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 0;
    display: none;
    position: absolute;
    top: 0;
    left: 0;

}
.productlist .item .bt {
    font-family: var(--Poppins-Bold);
    font-size: 28rem;
    margin-bottom: 19rem;
    color: var(--title-color);
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1
}
.productlist .item .txt{
    padding: 20rem 0;
    font-size: 18rem;
    line-height: 30rem;
    color: #000;
    transition: .5s;
	display: none;
	padding-top: 0;
}
.productlist .item .p {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 20rem;
    font-size: 18rem;
    line-height: 30rem;
    color: #fff;
    transform: translateY(-50%);
    opacity: 0;
    transition: .5s;
    z-index: 444
}

.productlist .item .more1{
	position: absolute;
	bottom:25rem;
}

@media (min-width:1200px) {
    .productlist .item:hover .box:before {
        opacity: .9
    }
    .productlist .item:hover .pic img {
        transform: scale(1.1);
    }
    .productlist .item:hover .p {
        opacity: 1;
    }
	.productlist .item:hover .text.text-2 {
        opacity: 1;
        display: block;
    }
    .productlist .item:hover .txt {
        display: block;
    }
	 /* .productlist-home .item:hover .pic{
		position: absolute;
		margin-top: -100%;
	}
	.productlist-home .item:hover .text{
		padding-top:20rem;
	}
	.productlist-home .item:hover .txt{
		display: block;
		height: 260rem;
		overflow: hidden;
	}
	.productlist-home .item:hover .box:before{
		opacity: 0;
	} */
}


.home-product .b {
   /* position: relative;
    overflow: hidden; 
    width: 150px;
    height: 42px;
	margin: 0 auto;
    float: none;
    margin-bottom:20px;*/
}

.home-product .b .swiper-button-next,
.home-product .b .swiper-button-prev {
    width: 40px;
    height: 40px;
    border-radius: 36px;
    background-color: #c9dbe4; 
    /*left: 0;
    top: 0;
    margin-top: 0*/
}

.home-product .b .swiper-button-next:after,
.home-product .b .swiper-button-prev:after {
    content: ''
}

.home-product .b .swiper-button-next svg,
.home-product .b .swiper-button-prev svg {
    fill: #fff;
    width: 32px;
    height: 32px;
}

.home-product .b .swiper-button-next {
    /*right: 0;*/
    left: auto
}
 
@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-about {
    padding: 120rem 0 105rem 0;
    background: #fff url(../images/bg1.jpg) no-repeat top center;
    background-size: 100%
}

.home-about .home-bottom {
    position: relative
}

.home-about .nr {
    padding-bottom: 49rem
}

.home-about .left {
    float: right;
    width: 48%;
    padding-right: 30rem;
    padding-bottom: 30rem;
    position: relative
}

.home-about .left .index-about{
	overflow:hidden;
	z-index: 9;
    position: relative;
}

.home-about .left:after {
    content: '';
    display: block;
    width: calc(100% - 65rem);
    height: calc(100% - 30rem);
    background: #daeff9;
    border-radius: 20rem;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2
}

.home-about .left .pic {
    border-radius: 20rem;
    z-index: 5
}

.home-about .left .pic:after {
    padding-bottom: 68.69220608%
}

.home-about .left .playBtn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 33333;
    width: 60rem;
    height: 60rem;
    border-radius: 50%;
    background: #2598e5
}

.home-about .left .playBtn .icon {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    border-width: 9rem 0 9rem 17rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.home-about .left .playBtn .circle {
    width: 90rem;
    height: 90rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.home-about .left .playBtn .circle::before {
    content: '';
    display: block;
    width: 90rem;
    height: 90rem;
    border-radius: 50%;
    background: rgba(37, 152, 229, 0.8);
    position: absolute;
    z-index: -1;
    animation: ripple 4s ease-out 0s infinite
}

.home-about .left .playBtn .circle::after {
    content: '';
    display: block;
    width: 90rem;
    height: 90rem;
    border-radius: 50%;
    background: rgba(37, 152, 229, 0.8);
    position: absolute;
    z-index: -1;
    animation: ripple 2s ease-out 0s infinite
}

@media (min-width:1200px) {
    .home-about .left:hover .pic img {
        transform: scale(1.1)
    }
}

.home-about .left a {
    position: relative;
    display: block
}

.home-about .left a img {
    border-radius: 20rem
}

.home-about .right {
    float: left;
    width: 46%;
    padding-top: 24rem
}

.home-about .home-title img {
    vertical-align: middle;
    display: inline-block;
    width: 267rem
}

.home-about .span {
    font-family: var(--Poppins-SemiBold);
    font-size: 20rem;
    line-height: 34rem;
    padding: 20rem 0 19rem 0;
    color: #4e5b61
}

.home-about .p {
    font-size: 20rem;
    line-height: 32rem;
    margin-bottom: 46rem;
    font-weight: lighter;
    color: #192b33
}

#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
}

.youshi {
    text-align: center
}

.youshi li {
    float: left;
    width: 33.3333%;
    position: relative
}

.youshi li .num {
    font-size: 66rem;
    line-height: 60rem;
    height: 60rem;
    color: #2598e5
}

.youshi li .num span {
    display: inline-block;
    font-size: 66rem;
    vertical-align: middle;
    font-family: var(--Oswald-Medium)
}

.youshi li .num em {
    vertical-align: middle;
    display: inline-block;
    font-style: normal;
    line-height: 60rem;
    height: 60rem;
    font-family: var(--Oswald-Medium)
}

.youshi li .num i {
    font-size: 18rem;
    line-height: 60rem;
    font-style: normal;
    display: inline-block;
    vertical-align: text-bottom
}

.youshi li .h3 {
    font-size: 16rem;
    margin-top: 17rem;
    color: #666;
    font-family: var(--Poppins-Medium)
}

.home-advtange {
    padding: 109rem 0 102rem 0;
    background: url(../images/bg2.jpg) no-repeat center center;
    background-size: cover;
    overflow: hidden
}

.home-advtange .home-bottom {
    padding-top: 48rem;
    margin: 0 -34px;
    position: relative;
    overflow: hidden
}

.home-advtange .swiper-advantages {
    padding: 0 34px
}

.home-advtange .tn {
    text-align: center
}

.home-advtange .b {
    margin: 0 auto;
    display: inline-block;
    vertical-align: top;
    border-radius: 30px;
    padding: 10px;
    background: #fff
}

.home-advtange .b .swiper-pagination {
    position: relative
}

.home-advtange .b .swiper-pagination .swiper-pagination-bullet {
    background: #6e6e72;
    width: 8px;
    height: 8px;
    margin: 0 5px;
    opacity: 1
}

.home-advtange .b .swiper-pagination .swiper-pagination-bullet-active {
    width: 50px;
    height: 8px;
    background-color: #1466af;
    border-radius: 4px
}

.advlist .item {
    width: 20%;
    float: left;
    margin-right: 34rem;
    height: auto;
    padding-bottom: 47rem
}

.advlist .item .box {
    background-image: linear-gradient(168deg, #63b6ec 0, #30a2e8 100%);
    box-shadow: 7rem 17rem 35rem 0 rgba(8, 53, 92, 0.2);
    border-radius: 20rem;
    text-align: center;
    height: 100%;
    padding: 77rem 20rem 57rem 20rem;
    transition: .5s
}

.advlist .item .pic {
    width: 80rem;
    margin: 0 auto
}

.advlist .item .text {
    margin-top: 21rem
}

.advlist .item .bt {
    font-family: var(--Poppins-Bold);
    font-size: 24rem;
    line-height: 42rem;
    color: #fff
}

@media (min-width:1200px) {
    .advlist .item:hover .box {
        margin-top: -20rem;
        margin-bottom: 20rem
    }
}

.home-news {
    padding: 91rem 0 65rem 0;
    background: #fcfdfd;
    overflow: hidden
}

.home-news .home-top {
    position: relative;
    overflow: hidden
}

.home-news .home-top .home-title {
    float: left
}

.home-news .b {
    position: relative;
    overflow: hidden;
    float: right;
    width: 390rem;
    height: 72rem
}

.home-news .b .swiper-button-next,
.home-news .b .swiper-button-prev {
    width: 190rem;
    height: 72rem;
    background-color: #c9dbe4;
    border-radius: 36rem;
    left: 0;
    top: 0;
    margin-top: 0
}

.home-news .b .swiper-button-next:after,
.home-news .b .swiper-button-prev:after {
    content: ''
}

.home-news .b .swiper-button-next svg,
.home-news .b .swiper-button-prev svg {
    fill: #fff;
    width: 72rem;
    height: 72rem
}

@media (min-width:1200px) {

    .home-news .b .swiper-button-next:hover,
    .home-news .b .swiper-button-prev:hover {
        background: var(--main-color)
    }
}

.home-news .b .swiper-button-next {
    right: 0;
    left: auto
}

.home-news .home-bottom {
    padding-top: 64rem;
    position: relative
}

.newslist .item {
    width: 33.33333333%;
    float: left;
    padding-bottom: 42rem
}

.newslist .item .box {
    background: #fff;
    box-shadow: 2rem 6rem 30rem 0 rgba(52, 104, 167, 0.2);
    border-radius: 20rem;
    overflow: hidden
}

.newslist .item .pic {
    border-radius: 20rem
}

.newslist .item .pic:after {
    padding-bottom: 60.546875%
}

.newslist .item .text {
    padding: 30rem 35rem 48rem 35rem
}

.newslist .item .span .fenlei {
    float: left;
    font-size: 18rem;
    font-weight: normal;
    max-width: 175rem;
    line-height: 42rem;
	height: 42rem;
    background-color: #f0f9fd;
    font-family: var(--Poppins-Bold);
    border-radius: 10rem;
    padding: 0 10rem;
    overflow: hidden;

    text-align: center;
    color: var(--main-color1);
    margin-right: 20rem
}

.newslist .item .span .date {
    float: left;
    line-height: 42rem;
    font-family: var(--Poppins-Bold);
    font-size: 18rem;
    color: var(--main-color1);
    padding-left: 24rem;
    background: url(../images/date.png) no-repeat center left;
    background-size: 16rem
}

.newslist .item .bt {
    font-family: var(--Poppins-Bold);
    font-size: 26rem;
    line-height: 44rem;
    margin-top: 20rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    color: var(--title-color)
}

@media (min-width:1200px) {
    .newslist .item:hover .pic img {
        transform: scale(1.1)
    }

    .newslist .item:hover .bt {
        color: var(--main-color)
    }
}

.home-message {
    position: relative;
    overflow: hidden
}

.home-message .bg {
    border-radius: 20rem;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    transform: scale(.8);
    background: url(../images/bg3.png) no-repeat bottom center;
    background-size: cover;
    z-index: 1;
    transition: .5s
}

.home-message .nr {
    padding: 74rem 0 41rem 0;
    position: relative;
    z-index: 44;
    height: 477rem;
    transform: scale(.8);
    transition: .5s
}

@media (min-width:1200px) {
    .home-message .nr:hover .left .bt {
        font-size: 24rem;
        line-height: 40rem
    }

    .home-message .nr:hover .left .bt br {
        display: none
    }

    .home-message .nr:hover .left .p {
        opacity: 1;
        font-size: 36rem;
        line-height: 60rem;
        top:70rem;
    }

    .home-message .nr:hover .right ul .hide {
        opacity: 1;
        height: auto
    }
}

.home-message .left {
    float: left;
    width: 50%;
    padding-top: 24rem
}

.home-message .left a {
    display: block;
    font-family: var(--Poppins-Bold);
    background: url(../images/more.png) no-repeat bottom left;
    background-size: 65rem;
    padding-bottom: 60rem;
    height: 240rem;
    position: relative
}

.home-message .left a .bt {
    font-size: 80rem;
    line-height: 90rem;
    /* transition: .5s; */
    color: #fff
}

.home-message .left a .p {
    font-size: 36rem;
    line-height: 60rem; 
    transition: .5s;
    color: #fff;
    position: absolute;
    top: -30rem;
    left: 0;
    width: 100%;
    opacity: 0
}

.home-message .right {
    float: right;
    width: 45%;
    padding-right: 22rem
}

.home-message .right ul {
    margin: 0 -10rem
}

.home-message .right ul li {
    width: 50%;
    float: left;
    padding: 0 10rem;
    margin-bottom: 18rem
}

.home-message .right ul li .box {
    position: relative
}

.home-message .right ul li .box .span {
    position: absolute;
    top: 0;
    left: 0;
    font-family: var(--Poppins-Medium);
    font-size: 16rem;
    line-height: 57rem;
    color: #fff;
	background: #1466af;
    padding: 0 10rem;
    border-top-left-radius: 6rem;
    border-bottom-left-radius: 6rem;
    min-width: 120rem;
    text-align: center;
}

.home-message .right ul li .box .span font {
    color: #fff
}

.home-message .right ul li .input,
.home-message .right ul li textarea {
    width: 100%;
    border: 0;
    height: 57rem;
    background-color: #f5fbff;
    border-radius: 6rem;
    padding: 0px 20rem 0 125rem;
    font-size: 16rem;
    color: #333;
    background-color: #fff
}

.home-message .right ul li textarea {
    height: 153rem;
    border-radius: 6rem;
    padding: 40rem 20rem 10rem 20rem
}

.home-message .right ul li input[type=checkbox] {
    cursor: pointer;
    position: relative;
    width: 24rem;
    height: 24rem;
    line-height: 26rem;
    font-size: 14rem;
    border-radius: 0;
    border: 1px solid #fff
}

.home-message .right ul li input[type=checkbox]::after {
    position: absolute;
    top: 0;
    color: #000;
    width: 24rem;
    height: 24rem;
    display: inline-block;
    visibility: visible;
    padding-left: 0;
    text-align: center;
    content: ' '
}

.home-message .right ul li input[type=checkbox]:checked::after {
    content: "✓";
    color: var(--hover-color);
    font-size: 14rem;
    font-weight: bold;
    background-color: #fff
}

.home-message .right ul .m3 {
    width: 100%
}

.home-message .right ul .m3 input,
.home-message .right ul .m3 textarea {
    padding-left: 125rem
}

.home-message .right ul .hide {
    opacity: 0;
    color: #fff;
    line-height: 22rem;
    height: 0;
    transition: .5s;
    overflow: hidden
}

.home-message .right ul .hide a {
    color: #fff;
	font-weight: bold;
}

.home-message .right ul .hide .box {
    position: relative;
    padding-left: 40rem
}

.home-message .right ul .hide .box .checkbox {
    position: absolute;
    top: 0;
    left: 0
}

.home-message .right ul .m4 {
    width: 100%
}

.home-message .right ul .m4 input,
.home-message .right ul .m4 textarea {
    /* padding-left: 81rem */
}

.flist li {
    padding-bottom: 4rem;
    position: relative
}

.flist li:hover .box {
    background: var(--main-color);
    color: #fff
}

.flist li:hover .box img,
.flist li:hover .box svg {
    fill: #fff
}

.flist .box {
    width: 42rem;
    height: 42rem;
    transition: .5s;
    display: block;
    background-color: #fcfcfd;
    border-radius: 4rem;
    box-shadow: 2rem 6rem 30rem 0 rgba(52, 104, 167, 0.2)
}

.flist .icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42rem;
    height: 42rem
}

.flist .icon img,
.flist .icon svg {
    width: 20rem;
    height: 20rem;
    fill: var(--main-color)
}

.flist .hover {
    position: absolute;
    top: 0;
    right: 100%;
    width: 130rem;
    padding: 0 10rem;
    display: none
}

.footer {
    padding: 101rem 0 0 0;
    background: #f5fbff
}

.footer .footer-top {
    padding-bottom: 50rem
}

.footer .footer-top .left {
    float: left
}

.footer .footer-top .left img {
    width: 282rem;
    display: block
}

.footer .footer-top .right {
    float: right;
    width: 64%
}

.footer .footer-top .right ul li {
    float: left;
	padding-right: 115rem;
    /* width: 29% */
}
.footer .footer-top .right ul li:last-child {
	padding-right: 0rem;
}


.footer .footer-top .right ul li a {
    font-size: 32rem;
    display: block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    color: var(--title-color);
    margin-bottom: 38rem;
	padding: 0 10px;
    font-family: var(--Oswald-Medium)
}

.footer .footer-top .right ul li a i{
	font-size: 16rem;
	font-style:normal;
	padding-left: 10rem;
}

.footer .footer-top .right ul li a .txt-2 {
    display: none
}

.footer .footer-top .right ul li.zvi{
	padding:0;
	background:none;
}

.footer .footer-top .right ul li.zvi a{
    background: #fff;
    display: inline-block;
	border-radius: 5rem;
    padding: 0 10px;
}
@media (min-width:1200px) {
    .footer .footer-top .right ul li a:hover {
        color: var(--main-color);
        text-decoration: underline
    }
	.footer .footer-top .right ul li.zvi:hover>a {
        color: var(--main-color) !important;
		text-decoration:none;
        font-weight: 700;
    }
}

.footer .footer-top .right ul li ul li {
    width: 100%;
	padding-right: 0;
    float: none
}

.footer .footer-top .right ul li ul li a {
    margin: 0;
    font-size: 18rem;
    line-height: 40rem;
    color: #526066;
    font-family: var(--Poppins-Regular)
}

.footer .footer-top .right ul .fo5 {
    width: 13%;
    float: right
}

.footer .footer-center {
    border-bottom: 1px solid #e7e8e9;
    padding-bottom: 14rem
}

.footer .footer-center .right {
    float: left;
    width: 25%
}

.footer .footer-center .right .p {
    font-size: 18rem;
    line-height: 30rem;
    color: #526066
}

.footer .footer-center .right .p a {
    color: #526066
}

.footer .footer-center .right .p p {
    padding-left: 30rem;
    margin-bottom: 21rem;
    position: relative
}

.footer .footer-center .right .p p img {
    width: 18rem;
    position: absolute;
    top: 3rem;
    left: 0
}

.footer .footer-center .left {
    float: right;
    width: 63%;
    padding-top: 50rem
}

.footer .footer-center .left .bt {
    font-size: 32rem;
    display: block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    color: var(--title-color);
    margin-bottom: 28rem;
    font-family: var(--Oswald-Medium)
}

.footer .footer-center .left .flist li {
    float: left;
    margin-right: 8rem
}

.footer .footer-center .left .flist li .box {
    width: 36rem;
    height: 36rem
}

.footer .footer-center .left .flist li .icon {
    width: 36rem;
    height: 36rem
}

.footer .footer-center .left .flist li .icon img,
.footer .footer-center .left .flist li .icon svg {
    fill: #fff
}

.footer .footer-center .left .flist li .hover {
    position: absolute;
    top: auto;
    bottom: 100%;
    right: auto;
    left: 50%;
    margin-left: -65rem
}

.footer .footer-bottom {
    font-size: 18rem;
    line-height: 36rem;
    padding: 16rem 0;
    color: #526066
}

.footer .footer-bottom a {
    color: #526066
}

.float {
    position: fixed;
    bottom: 100rem;
    right: 10rem;
    padding: 4rem;
    text-align: center;
    z-index: 4444
}

.content {
    padding: 113rem 0;
	position: relative;
    min-height: 600rem
}

.inbanner {
    color: #fff;
    position: relative
}

.inbanner img {
    margin: 0 auto;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.inbanner .img {
    position: relative;
    overflow: hidden
}

.inbanner .img1 {
    position: relative;
    overflow: hidden;
    display: none
}

.inbanner .item {
    position: relative;
    overflow: hidden
}

.inbanner .banner-hover {
    position: absolute;
    bottom: 19%;
    left: 0;
    width: 100%;
    z-index: 5
}

.inbanner .banner-hover .p {
    font-family: var(--Poppins-SemiBold);
    font-size: 22rem;
    line-height: 26rem;
    color: #f9fdff;
    -webkit-animation: fadeInUp2 3s alternate;
    animation: fadeInUp2 3s alternate
}

.inbanner .banner-hover .bt {
    font-family: var(--Poppins-Bold);
    font-size: 70rem;
    color: #fbfeff;
    margin-bottom: 20rem;
    -webkit-animation: fadeInUp2 1s alternate;
    animation: fadeInUp2 1s alternate
}

.inbanner01 .banner-hover {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%)
}

.inbanner01 .banner-hover .info {
    width: 53%;
    padding: 0 130rem
}

.inbanner01 .banner-hover .info img{
	width: auto;
	max-width:50px;
	float: left;
	height: auto;
}

.inbanner01 .banner-hover .bt {
    font-size: 62rem;
    margin-bottom: 50rem
}

.inbanner01 .banner-hover .bt sup {
    font-size: 30rem
}

.inbanner01 .banner-hover .span {
    font-family: var(--Poppins-Bold);
    font-size: 28rem;
    color: #fff;
    -webkit-animation: fadeInUp2 2s alternate;
    animation: fadeInUp2 2s alternate
}

.inbanner01 .banner-hover .p {
    font-family: var(--Poppins-Light);
    margin-top: 19rem;
    font-size: 18rem
}

.contact01 {
    position: relative
}

.contact01 .left {
    width: 44%;
    float: left;
    position: relative;
    z-index: 1;
    padding-top: 79rem
}

.contact01 .left .f3 {
    padding-bottom: 6rem
}

.contact01 .left .f3 span {
    display: block;
    font-size: 20rem;
    line-height: 33rem;
    color: #212121;
    font-family: var(--Poppins-Bold)
}

.contact01 .left .f3 p {
    color: #c3c3c3;
    font-family: var(--Poppins-Bold);
    font-size: 40rem;
    padding-top: 25rem;
    min-height: 41rem;
    line-height: 50rem;
    margin-bottom: 58rem;
    color: var(--title-color)
}

.contact01 .left .f3 a {
    color: var(--title-color)
}

.contact01 .left .flist li {
    float: left;
    margin-right: 8rem
}

.contact01 .left .flist li .box {
    width: 36rem;
    height: 36rem
}

.contact01 .left .flist li .icon {
    width: 36rem;
    height: 36rem
}

.contact01 .left .flist li .icon img,
.contact01 .left .flist li .icon svg {
    fill: #fff
}

.contact01 .left .flist li .hover {
    position: absolute;
    top: auto;
    bottom: 100%;
    right: auto;
    left: 50%;
    margin-left: -65rem
}

.contact01 .right {
    float: right;
    width: 53%;
    position: relative;
    z-index: 3
}

.contact01 .right .nr {
    background-image: linear-gradient(168deg, #f2f7fa 0, #fff 100%);
    box-shadow: 2rem 6rem 30rem 0 rgba(52, 104, 167, 0.2);
    border-radius: 40rem;
    border: solid 5rem #fff;
    padding: 50rem 54rem
}

.contact01 .right .h3 {
    font-family: var(--Poppins-Bold);
    font-size: 62rem;
    color: var(--title-color)
}

.contact01 .right .list {
    margin: 0 auto;
    margin-top: 22rem
}

.contact01 .right .list ul {
    font-size: 0;
    margin: 0 -7rem
}

.contact01 .right .list ul li {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding: 0 7rem;
    margin-bottom: 18rem
}

.contact01 .right .list ul li .span {
    font-family: var(--Poppins-Medium);
    font-size: 20rem;
    color: #192b33;
    margin-bottom: 8rem;
    display: block
}

.contact01 .right .list ul li .span font {
    color: #f00
}

.contact01 .right .list ul li .input,
.contact01 .right .list ul li textarea,
.contact01 .right .list ul li select {
    width: 100%;
    height: 53rem;
    background: #ebf1f5;
    border-radius: 10rem;
    border: 0;
    font-size: 14rem;
    color: #666;
    padding: 0 20rem;
    font-family: var(--Poppins-Regular)
}

.contact01 .right .list ul li select::-ms-expand {
    display: none
}

.contact01 .right .list ul li select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #ebf1f5 url(../images/next.png) no-repeat scroll 98% center;
    background-size: 12rem
}

.contact01 .right .list ul li p {
    font-size: 14rem;
    line-height: 30rem;
    color: #949494
}

.contact01 .right .list ul li textarea {
    height: 100rem;
    padding: 11rem 20rem
}

.contact01 .right .list ul li .more a {
    background: var(--hover-color)
}

.contact01 .right .list ul .hide {
    transition: .5s;
    color: #192b33;
    font-size: 14rem;
    line-height: 22rem
}

.contact01 .right .list ul .hide a {
    color: #2598e5
}

.contact01 .right .list ul .hide .box {
    position: relative;
    padding-left: 40rem
}

.contact01 .right .list ul .hide .box .checkbox {
    position: absolute;
    top: 0;
    left: 0
}

.second-nav {
    position: relative;
    min-height: 72rem;
    padding-right: 80rem
}

.second-nav ul {
    position: relative;
    z-index: 9991
}

.second-nav ul li {
    float: left;
    margin-right: 20rem;
    position: relative;
    z-index: 1;
    margin-bottom: 20rem
}

.second-nav ul li a {
    display: block;
    line-height: 72rem;
    height: 72rem;
    background: #c9dbe4;
    border-radius: 36rem;
    font-family: var(--Poppins-Bold);
    font-size: 28rem;
    color: #005780;
    position: relative;
    z-index: 1
}

.second-nav ul li a span {
    padding: 0 35rem;
    transition: .5s
}

.second-nav ul li a .t2 {
    width: 0;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    border-radius: 36rem;
    top: 0;
    left: 0;
    height: 72rem;
    opacity: 0;
    z-index: 1
}

.second-nav ul li a .t2:before {
    content: "";
    width: 0;
    background-color: var(--main-color);
    height: 100%;
    transition: .5s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

@media (min-width:1200px) {
    .second-nav ul:hover li a .t1{
        opacity: 0.7
    }
    .second-nav ul li:hover {
        z-index: 12
    }

    .second-nav ul li:hover a {
        color: #fff
    }

    .second-nav ul li:hover a .t1 {
        opacity: 0
    }

    .second-nav ul li:hover a .t2 {
        opacity: 1;
        width: max-content
    }

    .second-nav ul li:hover a .t2:before {
        width: 100%
    }
}

.second-nav ul .active {
    /* z-index: 12 */
}

.second-nav ul .active a {
    color: #fff
}

.second-nav ul .active a {
    background: #1466af;
    color: #fff;
}

.second-nav ul .active a .t2:before {
    width: 100%
}

.sea_btn_box {
    width: 72rem;
    height: 72rem;
    z-index: 3;
    cursor: pointer;
    border-radius: 36rem;
    transition: width .5s cubic-bezier(.435, .25, .15, .965);
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    z-index: 9999
}

.sea_btn_box .sea_box {
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    width: 28.6458vw;
    height: 72rem;
    border-radius: 36rem;
    overflow: hidden;
    transform: translateZ(0)
}

.sea_btn_box .sea_box:before {
    content: "";
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 2;
    opacity: 0;
    border: 2px solid var(--title-color);
    border-radius: 36rem;
    transition: opacity .5s cubic-bezier(.435, .25, .15, .965);
    position: absolute;
    top: 0;
    left: 0
}

.sea_btn_box .sea_box form {
    display: -ms-flexbox;
    display: flex
}

.sea_btn_box .sea_box form input {
    letter-spacing: -0.04em;
    background-color: #fff;
    border: none;
    outline: none;
    padding-left: 1.5625vw;
    height: 72rem;
    width: calc(100% - 72rem);
    font-size: 19rem
}

.sea_btn_box .sea_box form a {
    width: 72rem;
    height: 72rem;
    color: var(--title-color);
    cursor: pointer;
    background-color: #c9dbe4;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    transition: color .5s cubic-bezier(.435, .25, .15, .965), background-color .15s cubic-bezier(.435, .25, .15, .965);
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow: hidden
}

.sea_btn_box .sea_box form a:before {
    content: "";
    width: 100%;
    background-color: var(--title-color);
    border-radius: 50%;
    height: 100%;
    transition: transform .5s cubic-bezier(.435, .25, .15, .965);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0)
}

.sea_btn_box .sea_box form a svg {
    z-index: 2;
    width: 30rem;
    height: 30rem;
    fill: var(--title-color);
    position: relative
}

.sea_btn_box .sea_box form a {
    pointer-events: none;
    padding: 0
}

.sea_btn_box .sea_box form a i {
    font-size: 1.875vw
}

@media (min-width:1200px) {
    .sea_btn_box:not(.on):hover .sea_box form a {
        color: #fff;
        transition: color .5s cubic-bezier(.435, .25, .15, .965), background-color .15s cubic-bezier(.435, .25, .15, .965) .3s;
        background-color: transparent !important
    }

    .sea_btn_box:not(.on):hover .sea_box form a svg {
        fill: #fff
    }

    .sea_btn_box:not(.on):hover .sea_box form a:before {
        transform: translate(-50%, -50%) scale(1)
    }
}

.sea_btn_box.on {
    width: 28.6458vw !important
}

.sea_btn_box.on .btn_sty {
    opacity: 0;
    pointer-events: none
}

.sea_btn_box.on .sea_box:before {
    opacity: 1
}

.sea_btn_box.on .sea_box form a {
    pointer-events: all
}

.solutions {
    padding: 73rem 0;
    background: #f7f9fa;
	position: relative;
}

.productlist1 {
    margin: 0 -20rem;
    padding-top: 63rem
}

.productlist1 .item {
    width: 50%;
    margin-right: 0;
    padding: 0 20rem;
    margin-bottom: 48rem;
    transition: .5s
}

.productlist1 .item .box {
    justify-content: space-between;
    display: flex;
    align-items: center;
    transition: .5s
}

.productlist1 .item .box::before {
    display: none
}

.productlist1 .item .pic {
    width: 47%
}

.productlist1 .item .text {
    width: 53%;
    padding: 0 35rem 26rem 10rem
}

.productlist1 .item .pic:after {
    padding-bottom: 86%
}

.productlist1 .item .bt {
    font-size: 30rem;
    margin-bottom: 13rem
}

.productlist1 .item .p {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    padding: 0;
    font-size: 19rem;
    line-height: 32rem;
    color: #192b33;
    transform: none;
    opacity: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    margin-bottom: 32rem
}

.productlist1 .item .more1 a,
.productlist1 .item .more1 p {
    font-size: 18rem
}

.pb {
    position: relative;
    z-index: 999
}

.pb .pitem {
    float: left;
    margin-right: 20rem;
    margin-bottom: 20rem
}

.pb .pitem .box {
    position: relative;
    background: #c9dbe4;
    border-radius: 36rem
}

@media (min-width:1200px) {
    .pb .pitem .box:hover .sel_sha {
        opacity: 1
    }
}

.pb .pitem span {
    width: 100%;
    padding: 0 45rem 0 35rem;
    cursor: pointer;
    display: block;
    line-height: 72rem;
    height: 72rem;
    font-family: var(--Poppins-Bold);
    font-size: 28rem;
    color: #005780;
    position: relative;
    z-index: 8;
    transition: .5s
}

.pb .pitem span i {
    width: 20rem;
    height: 72rem;
    display: block;
    position: absolute;
    top: 0;
    right: 20rem;
    background: url(../images/next1.png) no-repeat center center;
    background-size: 10rem;
    z-index: 8
}

.pb .pitem .sel_sha {
    content: "";
    pointer-events: none;
    width: 100%;
    z-index: 1;
    height: 100%;
    opacity: 0;
    background-color: #fff;
    border: 2px solid var(--hover-color);
    border-radius: 36rem;
    transition: opacity .5s cubic-bezier(.435, .25, .15, .965), height .3s cubic-bezier(.435, .25, .15, .965) .1s, box-shadow .3s cubic-bezier(.435, .25, .15, .965) .1s, border-radius .3s cubic-bezier(.435, .25, .15, .965);
    position: absolute;
    top: 0;
    left: 0
}

.pb .pitem .item-hover {
    position: absolute;
    border-radius: 0 0 18rem 18rem;
    transition: .5s;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    z-index: 2;
    transition: opacity .2s cubic-bezier(.435, .25, .15, .965);
    top: 100%;
    left: 0;
    overflow: hidden;
    padding-right: 2rem
}

.pb .pitem .item-hover .ul {
    max-height: 275rem;
    overflow: auto
}

.pb .pitem .item-hover .ul::-webkit-scrollbar {
    width: 6px;
    height: 6px
}

.pb .pitem .item-hover .ul::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.12);
    border-radius: 3px
}

.pb .pitem .item-hover .ul::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 3px
}

.pb .pitem .item-hover a {
    display: block;
    font-size: 20rem;
    line-height: 45rem;
    padding: 5rem 20rem;
    color: #a4aaa7;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    cursor: pointer;
    position: relative;
    z-index: 5
}

@media (min-width:1200px) {
    .pb .pitem .item-hover a:hover {
        background: var(--hover-color);
        color: #fff
    }
}

.pb .pitem .on {
    position: relative;
    z-index: 4433
}

.pb .pitem .on .item-hover {
    opacity: 1;
    pointer-events: auto;
    transition: opacity .2s cubic-bezier(.435, .25, .15, .965) .3s
}

.pb .pitem .on .sel_sha {
    opacity: 1;
    box-shadow: 0 2.91667vw 3.125vw rgba(0, 101, 61, 0.15);
    border-radius: 18rem !important
}

.zvi {
    padding: 73rem 0 100rem 0;
    background: #f7f9fa
}

.zvi .nr {
    padding-top: 56rem;
	position:relative;
    padding-bottom: 50rem
}

.zvi .nr .left {
    float: left;
    width: 78%
}

.zvi .nr .right {
    float: right;
    width: 20%;
    position: sticky;
    top: 100rem;
    padding-bottom: 40rem
}

.zvilist li {
    margin-bottom: 44rem
}

.zvilist li .box {
    background: #fff url(../images/bg4.png) repeat-y top left;
    background-size: 13rem;
    box-shadow: 2rem 6rem 30rem 0 rgba(52, 104, 167, 0.2);
    border-radius: 20rem;
    padding: 37rem 76rem;
    transition: .5s
}

.zvilist li .bt {
    font-family: var(--Poppins-Bold);
    font-size: 24rem;
    line-height: 38rem;
    color: #005780;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2
}

.zvilist li .span {
    font-size: 18rem;
    font-family: var(--Poppins-Bold);
    color: #1280b5;
    margin-bottom: 31rem;
    margin-top: 11rem
}

.zvilist li .span span {
    padding-right: 20rem;
    margin-right: 20rem;
    position: relative
}

.zvilist li .span span:after {
    content: '';
    display: block;
    width: 1px;
    height: 20rem;
    background: #a4d7f1;
    position: absolute;
    bottom: 7rem;
    right: 0
}

.zvilist li .p {
    font-size: 20rem;
    line-height: 32rem;
    color: #4e5b61;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    margin-bottom: 12rem
}

@media (min-width:1200px) {
   /*  .zvilist li:hover .box {
        background: none;
        background-image: linear-gradient(168deg, #63b6ec 0, #30a2e8 100%)
    } */
    .zvilist li:hover .box {
        box-shadow: 2rem 16rem 30rem 0 rgba(52, 104, 167, 0.3);
    } 
    
    /* .zvilist li:hover .bt {
        color: #fff
    }

    .zvilist li:hover .span {
        color: #fff
    }

    .zvilist li:hover .p {
        color: #fff
    }

    .zvilist li:hover .more1 p {
        color: #fff
    }

    .zvilist li:hover .more1 p svg {
        fill: #fff
    } */
}

.subscription {
    margin-bottom: 20rem
}

.subscription a {
    display: block;
    background: #fff;
    box-shadow: 2rem 6rem 30rem 0 rgba(52, 104, 167, 0.2);
    border-radius: 10rem;
    padding: 30rem 29rem 30rem 29rem
}

.subscription a .box {
    background: url(../images/email.png) no-repeat center right;
    background-size: 53rem;
    padding-right: 60rem
}

.subscription a .bt {
    font-family: var(--Poppins-Bold);
    font-size: 24rem;
    margin-bottom: 10rem;
    color: var(--title-color)
}

.subscription a .p {
    font-size: 18rem;
    line-height: 24rem;
    color: #4e5b61
}

@media (min-width:1200px) {
    .subscription a:hover {
        background: none;
        background-image: linear-gradient(168deg, #63b6ec 0, #30a2e8 100%)
    }

    .subscription a:hover .bt {
        color: #fff
    }

    .subscription a:hover .p {
        color: #fff
    }
}

.popular a {
    display: block;
    background: #fff;
    box-shadow: 2rem 6rem 30rem 0 rgba(52, 104, 167, 0.2);
    border-radius: 10rem;
    padding: 22rem 29rem 30rem 29rem
}

@media (min-width:1200px) {
    .popular a:Hover .pic img {
        transform: scale(1.1)
    }

    .popular a:Hover .more p:after {
        left: 100%
    }
}

.popular a .pic {
    border-radius: 10rem
}

.popular a .pic img {
    width: 100%;
    height: 100%
}

.popular a .pic:after {
    padding-bottom: 56.81818182%
}

.popular a .bt {
    font-family: var(--Poppins-Bold);
    font-size: 24rem;
    line-height: 38rem;
    margin-bottom: 10rem;
    color: var(--title-color)
}

.popular a .p {
    font-size: 20rem;
    line-height: 30rem;
    font-family: var(--Poppins-Medium);
    color: #4e5b61;
    margin-top: 10rem;
    margin-bottom: 15rem
}

.popular a .more p {
    font-size: 14rem;
    line-height: 40rem;
    padding: 0 20rem
}

.page {
    clear: both;
    text-align: center;
    font-size: 0;
    color: #202020
}

.page em {
    font-style: normal;
    font-size: 18rem
}

.page a {
    color: #202020;
    display: inline-block;
    text-align: center;
    font-size: 17rem;
    min-width: 60rem;
    line-height: 60rem;
    font-weight: bold;
    text-transform: uppercase;
    height: 60rem;
    border-radius: 30rem;
    margin: 0 8rem;
    padding: 0 5rem;
    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: 5rem;
    padding: 0 37rem
}

.page a.prev svg,
.page a.next svg {
    width: 16rem;
    height: 19rem;
    margin: 0 10rem 0 10rem;
    fill: #202020;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3rem
}

.page a.prev {
    padding-left: 24rem
}

.page a.next {
    padding-right: 24rem
}

.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:1200px) {
    .page em {
        font-size: 18px
    }

    .page a {
        font-size: 12px;
        min-width: 40px;
        line-height: 40px;
        height: 40px;
        border-radius: 30px;
        margin: 0 8px;
        padding: 0 5px
    }

    .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;
        margin-top: -3px
    }

    .page a.prev {
        padding-left: 24px
    }

    .page a.next {
        padding-right: 24px
    }

    .page a,
    .page em {
        display: none
    }

    .page a.prev,
    .page a.next {
        display: inline-block
    }
}

.news {
    position: relative;
    overflow: hidden;
    background: #f7f9fa;
    padding: 77rem 0 100rem 0
}

.newslist1 {
    margin: 0 -26rem
}

.newslist1 .item {
    padding: 0 26rem;
    margin-bottom: 51rem
}

.news-one {
    padding: 0 97rem;
    position: relative;
    overflow: hidden;
    margin-bottom: 85rem
}

.news-one .swiper-button-next,
.news-one .swiper-button-prev {
    width: 72rem;
    height: 72rem;
    background-color: #e0eaef;
    border-radius: 36rem;
    left: 0;
    margin-top: -36rem
}

.news-one .swiper-button-next:after,
.news-one .swiper-button-prev:after {
    font-size: 30rem;
    color: var(--main-color);
    font-weight: bold
}

.news-one .swiper-button-next svg,
.news-one .swiper-button-prev svg {
    fill: #fff;
    width: 72rem;
    height: 72rem
}

@media (min-width:1200px) {

    .news-one .swiper-button-next:hover,
    .news-one .swiper-button-prev:hover {
        background: var(--main-color)
    }

    .news-one .swiper-button-next:hover:after,
    .news-one .swiper-button-prev:hover:after {
        color: #fff
    }
}

.news-one .swiper-button-next {
    right: 0;
    left: auto
}

.news-one .swiper-pagination {
    position: relative;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
    width: 100%;
    bottom: auto;
    margin-top: 7rem
}

.news-one .swiper-pagination .swiper-pagination-bullet {
    width: 15rem;
    height: 15rem;
    border: solid 2rem #4e5b61;
    background: #fff;
    border-radius: 50%;
    margin: 0 6rem;
    overflow: hidden;
    opacity: 1
}

.news-one .swiper-pagination .swiper-pagination-bullet:after {
    position: absolute;
    top: 0;
    width: 0;
    height: 100%;
    content: '';
    background: #fff;
    left: 0
}

.news-one .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--hover-color);
    border: solid 2rem var(--hover-color)
}

.swiper-one {
    position: relative;
    overflow: hidden
}

.swiper-one .item {
    width: 100%;
    padding: 30rem
}

.swiper-one .item .box {
    background: #fff;
    box-shadow: 2rem 6rem 30rem 0 rgba(52, 104, 167, 0.2);
    border-radius: 20rem;
    overflow: hidden;
    justify-content: space-between;
    display: flex;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.swiper-one .item .pic {
    flex: none;
    width: 50%;
    background-color: #07212f
}

.swiper-one .item .pic img {
    width: 100%;
    height: 100%
}

.swiper-one .item .pic:after {
    padding-bottom: 60.546875%
}

.swiper-one .item .text {
    padding: 30rem 56rem;
    flex: none;
    width: 50%
}

.swiper-one .item .span .fenlei {
    float: left;
    font-size: 18rem;
    font-weight: normal;
    max-width: 180rem;
    line-height: 42rem;
	height: 42rem;
    background-color: #f0f9fd;
    font-family: var(--Poppins-Bold);
    border-radius: 10rem;
    padding: 0 10rem;
    overflow: hidden;
    color: var(--main-color1)
}

.swiper-one .item .span .date {
    float: left;
    margin-left: 25rem;
    line-height: 42rem;
    font-family: var(--Poppins-Bold);
    font-size: 18rem;
    color: var(--main-color1);
    padding-left: 24rem;
    background: url(../images/date.png) no-repeat center left;
    background-size: 16rem
}

.swiper-one .item .bt {
    font-family: var(--Poppins-Bold);
    font-size: 26rem;
    line-height: 44rem;
    margin-top: 20rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    color: var(--title-color)
}

.swiper-one .item .p {
    font-size: 20rem;
    line-height: 34rem;
    margin-top: 7rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    margin-bottom: 27rem;
    color: #4e5b61
}

@media (min-width:1200px) {
    .swiper-one .item:hover .pic img {
        transform: scale(1.1)
    }

    .swiper-one .item:hover .bt {
        color: var(--main-color)
    }

    .swiper-one .item:hover .more p:after {
        left: 100%
    }
}

.lectures {
    position: relative;
    overflow: hidden;
    background: #f7f9fa;
    padding: 77rem 0 100rem 0
}

.lectures .videos-bottom {
    padding-top: 67rem
}

.lectures .stories-am {
    margin: 0 auto;
    font-size: 0;
    width: 98%
}

.lectures .stories-am .stories-aul {
    width: 50%;
    padding: 0 50rem;
    display: inline-block;
    vertical-align: top
}

.lectures .stories-am .storiestotal {
    font-size: 22rem;
    font-family: var(--Poppins-Bold);
    line-height: 38rem;
    color: #fff;
    padding: 44rem 50rem;
    margin-bottom: 63rem;
    background-image: linear-gradient(168deg, #63b6ec 0, #30a2e8 100%);
    box-shadow: 7rem 17rem 35rem 0 rgba(8, 53, 92, 0.2);
    border-radius: 20rem
}

.lectures .stories-am .storiestotal em {
    display: block;
    background: url(../images/sp2.png) no-repeat center left;
    background-size: 31rem;
    padding-left: 50rem;
    font-style: normal
}

.lectures .stories-am .storiesalink {
    display: block;
    border-bottom: 1px solid #cccecf;
    position: relative;
    margin-bottom: 51rem;
    animation: 1s aniStyle2 .3s;
    animation-fill-mode: forwards
}

.lectures .stories-am .storiesalink .pic {
    border-radius: 20rem
}

.lectures .stories-am .storiesalink .pic img {
    width: 100%;
    height: 100%
}

.lectures .stories-am .storiesalink .pic:after {
    padding-bottom: 56.05633803%
}

.lectures .stories-am .storiesalink .pic .playBtn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 33333;
    width: 60rem;
    height: 60rem;
    border-radius: 50%;
    background: #2598e5
}

.lectures .stories-am .storiesalink .pic .playBtn .icon {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    border-width: 9rem 0 9rem 17rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.lectures .stories-am .storiesalink .pic .playBtn .circle {
    width: 90rem;
    height: 90rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.lectures .stories-am .storiesalink .pic .playBtn .circle::before {
    content: '';
    display: block;
    width: 90rem;
    height: 90rem;
    border-radius: 50%;
    background: rgba(37, 152, 229, 0.8);
    position: absolute;
    z-index: -1;
    animation: ripple 4s ease-out 0s infinite
}

.lectures .stories-am .storiesalink .pic .playBtn .circle::after {
    content: '';
    display: block;
    width: 90rem;
    height: 90rem;
    border-radius: 50%;
    background: rgba(37, 152, 229, 0.8);
    position: absolute;
    z-index: -1;
    animation: ripple 2s ease-out 0s infinite
}

.lectures .stories-am .storiesalink .text {
    padding: 0 34rem;
    padding-top: 33rem;
    padding-bottom: 44rem
}

.lectures .stories-am .storiesalink .bt {
    font-family: var(--Poppins-Bold);
    font-size: 24rem;
    line-height: 30rem;
    color: #11638a;
    background: url(../images/more2.png) no-repeat right 5rem;
    background-size: 19rem;
    padding-right: 29rem
}

.lectures .stories-am .storiesalink .span {
    font-family: var(--Poppins-Bold);
    font-size: 20rem;
    line-height: 26rem;
    color: #1280b5;
    margin-top: 38rem
}

@media (min-width:1200px) {
    .lectures .stories-am .storiesalink:hover .pic img {
        transform: scale(1.1)
    }
}

.lectures .stories-am .storiesalink:before {
    position: absolute;
    width: 0;
    height: 1px;
    background: var(--colors);
    content: '';
    left: 0;
    bottom: 0
}

.news-show {
    padding: 85rem 0;
    background: #f7f9fa
}

.news-show .nr {
    margin: 0 auto;
    width: 87%
}

.news-show .nr .left {
    float: left;
    width: 73.5%;
    background: #fff;
    box-shadow: 0 8rem 21rem 0 rgba(62, 119, 190, 0.16);
    border-radius: 20rem;
    padding: 66rem 59rem
}

.news-show .nr .left .fenlei {
    font-size: 18rem;
    font-weight: normal;
    min-width: 100rem;
    line-height: 42rem;
    background-color: #f0f9fd;
    font-family: var(--Poppins-Bold);
    border-radius: 10rem;
    padding: 0 10rem;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    color: var(--main-color1)
}

.news-show .nr .left .date {
    line-height: 42rem;
    font-family: var(--Poppins-Bold);
    font-size: 18rem;
    color: var(--main-color1);
    padding-left: 24rem;
    background: url(../images/date.png) no-repeat center left;
    background-size: 16rem
}

.news-show .nr .left .h1 {
    font-family: var(--Poppins-Bold);
    font-size: 30rem;
    line-height: 46rem;
    margin-top: 23rem;
    margin-bottom: 14rem;
    color: #005780
}

.news-show .nr .left .span {
    font-size: 18rem;
    line-height: 34rem;
    color: #1280b5;
    margin-bottom: 52rem;
    margin-top: 11rem
}

.news-show .nr .left .span span {
    padding-right: 20rem;
    margin-right: 20rem;
    position: relative
}

.news-show .nr .left .span span:after {
    content: '';
    display: block;
    width: 1px;
    height: 20rem;
    background: #a4d7f1;
    position: absolute;
    bottom: 7rem;
    right: 0
}

.news-show .nr .left .news-info {
    font-size: 20rem;
    line-height: 34rem;
    color: #4e5b61;
    padding: 46rem 0;
    margin-top: 45rem;
    border-top: 1px solid #e3e3e3
}

.news-show .nr .left .news-info p {
    margin-bottom: 14rem
}

.news-show .nr .left .news-info .n-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 6rem
}

.news-show .nr .left .news-info .n-item .h3 {
    font-family: var(--Poppins-Bold);
    margin-bottom: 10rem
}

.news-show .nr .right {
    float: right;
    width: 24%;
    position: sticky;
    top: 100rem
}

.rabout {
    margin-bottom: 30rem
}

.rabout a {
    display: block;
    text-align: center;
    padding: 34rem 32rem;
    box-shadow: 0 8rem 21rem 0 rgba(62, 119, 190, 0.16);
    border-radius: 20rem;
    background: url(../images/bg2.png) no-repeat center center;
    background-size: cover
}

.rabout a .bt {
    font-family: var(--Poppins-Bold);
    font-size: 24rem;
    line-height: 34rem;
    margin-bottom: 10rem;
    color: var(--title-color)
}

.rabout a .more p {
    font-size: 14rem;
    line-height: 40rem;
    padding: 0 20rem
}

@media (min-width:1200px) {
    .rabout a:hover .bt {
        color: var(--main-color)
    }

    .rabout a:hover .more p:after {
        left: 100%
    }
}

.re {
    background-color: #fff;
    box-shadow: 0 8rem 21rem 0 rgba(62, 119, 190, 0.16);
    border-radius: 20rem;
    padding: 30rem 32rem
}

.re .bt {
    font-family: var(--Poppins-Bold);
    font-size: 24rem;
    line-height: 34rem;
    margin-bottom: 10rem;
    color: var(--title-color)
}

.re .newslist .item {
    width: 100%;
    padding-bottom: 31rem
}

.re .newslist .item .box {
    background: none;
    padding-bottom: 25rem;
    box-shadow: none;
    border-radius: 0;
    border-bottom: 1px solid #eaeaea
}

.re .newslist .item .text {
    padding: 0
}

.re .newslist .item .bt {
    font-family: var(--Poppins-Regular);
    font-size: 18rem;
    line-height: 28rem;
    margin-top: 12rem;
    color: #005780;
    margin-bottom: 0
}

.re .newslist .item .box {
    background: none;
    box-shadow: none;
    overflow: hidden
}

.inside-pagenews {
    padding-top: 13rem;
    border-top: 1px solid #e3e3e3
}

.inside-pagenews li {
    font-size: 16rem;
    overflow: hidden;
    line-height: 41rem;
    float: left;
    position: relative;
    background: url(../images/prev-01.png) no-repeat center left;
    background-size: 7rem;
    width: 60rem
}

.inside-pagenews li span {
    color: #666;
    font-size: 16rem;
    display: block;
    text-align: right
}

.inside-pagenews li a {
    display: block;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1
}

@media (min-width:1200px) {
    .inside-pagenews li a:hover {
        color: var(--main-color)
    }
}

.inside-pagenews li:nth-last-child(1) {
    border-bottom: 0;
    margin-bottom: 0;
    float: right;
    background: url(../images/next-01.png) no-repeat center right;
    background-size: 7rem
}

.inside-pagenews li:nth-last-child(1) span {
    text-align: left
}

.nelist {
    background: url(../images/bg5.png) no-repeat center center;
    background-size: cover;
    box-shadow: 0 8rem 21rem 0 rgba(62, 119, 190, 0.16);
    border-radius: 20rem;
    padding: 30rem 32rem
}

.nelist .bt {
    font-family: var(--Poppins-Bold);
    font-size: 24rem;
    line-height: 34rem;
    margin-bottom: 10rem;
    color: var(--title-color)
}

.nelist ul {
    position: relative;
    margin-top: 20rem
}

.nelist ul:after {
    content: '';
    display: block;
    width: 2rem;
    height: 100%;
    left: 10rem;
    position: absolute;
    top: 0;
    background-image: -webkit-linear-gradient(top, rgba(20, 102, 175, 0), rgba(20, 102, 175, 0.5), #1466af, rgba(20, 102, 175, 0.5), rgba(20, 102, 175, 0))
}

.nelist ul li {
    padding: 20rem 0
}

.nelist ul li a {
    display: block;
    font-family: var(--Poppins-Bold);
    font-size: 22rem;
    line-height: 32rem;
    padding-left: 42rem;
    color: #4e5b61
}

.nelist ul .active a {
    color: var(--hover-color);
    background: url(../images/dot.png) no-repeat left 5rem;
    background-size: 23rem
}

.text1 {
    padding-bottom: 60rem;
    padding-top: 30rem
}

.text1 a {
    display: inline-block;
    vertical-align: top;
    font-family: var(--Poppins-Bold);
    font-size: 20rem;
    line-height: 35rem;
    color: #fff;
    background-color: #1466af;
    border-radius: 28rem;
    padding: 12rem 12rem 12rem 30rem
}

.text1 a i {
    width: 35rem;
    height: 35rem;
    line-height: 35rem;
    background-color: #fff;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    text-align: center
}

.text1 a i svg {
    width: 20rem;
    height: 20rem;
    fill: var(--hover-color);
    display: inline-block;
    vertical-align: middle
}

/* @media (min-width:1025px) {
    .text1 a:hover {
        background-color: var(--main-color1)
    }
} */

.link {
    position: relative;
    padding-left: 130rem;
    margin-bottom: 22rem;
    min-height: 42rem;
    font-family: var(--Poppins-Bold)
}

.link span {
    font-size: 20rem;
    line-height: 42rem;
    color: #4e5b61;
    position: absolute;
    top: 0;
    left: 0
}

.link a {
    line-height: 42rem;
    padding: 0 18rem;
    background-color: #f0f9fd;
    border-radius: 10rem;
    margin-right: 20rem;
    display: inline-block;
    vertical-align: top;
    font-size: 18rem;
    margin-bottom: 5px;
    color: #1280b5
}

/* @media (min-width:1025px) {
    .link a:hover {
        background: var(--main-color1);
        color: #fff
    }
} */

.about {
    padding: 0 !important
}

.about01 {
    padding: 113rem 0 141rem 0;
    background: url(../images/bg6.jpg) no-repeat top center;
    background-size: cover
}

.about01 .nr {
    padding-bottom: 55rem
}

.about01 .left {
    float: left;
    width: 32%
}

.about01 .left.phone{
	display:none;
}

.about01 .left .youshi li {
    width: 100%;
    margin-bottom: 37rem
}

.about01 .left .youshi li .box {
    position: relative;
    padding: 23rem 46rem;
    background-color: #f4f8fa;
    border-radius: 20rem
}

.about01 .left .youshi li .pic {
    width: 60rem;
    position: absolute;
    top: 50%;
    left: 50rem;
    margin-top: -30rem
}

.about01 .left .youshi {
    text-align: right
}

.about01 .right {
    float: right;
    width: 62%;
    padding-top: 22rem
}

.about01 .right .bt {
    font-family: var(--Poppins-Bold);
    font-size: 80rem;
    margin-bottom: 23rem;
    color: var(--title-color)
}

.about01 .right .bt img {
    width: 267rem;
    display: inline-block;
    vertical-align: middle
}

.about01 .right .p {
    font-size: 20rem;
    line-height: 34rem;
    color: #192b33
}

.about01 .right .p p {
    margin-bottom: 15rem
}

.about01 .video {
    position: relative;
    overflow: hidden
}

.about01 .video .pic {
    border-radius: 20rem;
    z-index: 5
}

.about01 .video .pic:after {
    padding-bottom: 35.36585366%
}

.about01 .video .playBtn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 33333;
    width: 60rem;
    height: 60rem;
    border-radius: 50%;
    background: #2598e5
}

.about01 .video .playBtn .icon {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    border-width: 9rem 0 9rem 17rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.about01 .video .playBtn .circle {
    width: 90rem;
    height: 90rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.about01 .video .playBtn .circle::before {
    content: '';
    display: block;
    width: 90rem;
    height: 90rem;
    border-radius: 50%;
    background: rgba(37, 152, 229, 0.8);
    position: absolute;
    z-index: -1;
    animation: ripple 4s ease-out 0s infinite
}

.about01 .video .playBtn .circle::after {
    content: '';
    display: block;
    width: 90rem;
    height: 90rem;
    border-radius: 50%;
    background: rgba(37, 152, 229, 0.8);
    position: absolute;
    z-index: -1;
    animation: ripple 2s ease-out 0s infinite
}

@media (min-width:1200px) {
    .about01 .video:hover .pic img {
        transform: scale(1.1)
    }
}

.about01 .video a {
    position: relative;
    display: block
}

.about01 .video a img {
    border-radius: 20rem
}

.about02 {
    background: url(../images/bg7.jpg) no-repeat top center;
    background-size: cover
}

.about02 .box {
    width: 50%;
    padding: 150rem 90rem
}

.about02 .box .pic {
    width: 84rem;
    border-radius: 20rem
}

.about02 .box .text {
    padding-top: 26rem
}

.about02 .box .bt {
    font-family: var(--Poppins-Bold);
    font-size: 80rem;
    margin-bottom: 49rem;
    color: #fff
}

.about02 .box .p {
    font-size: 20rem;
    line-height: 32rem;
    color: #fff
}

.about03 {
    padding: 120rem 0 40rem 0;
    background: url(../images/bg8.jpg) no-repeat top center;
    background-size: cover
}

.about03 .about-bottom {
    padding-top: 70rem
}

.about03 .about-bottom ul {
    float: left;
    width: 50%
}

.about03 .about-bottom ul li {
    margin-bottom: 92rem
}

.about03 .about-bottom ul li .pic {
    background-image: linear-gradient(168deg, #f6f7fb 0, #fff 100%);
    box-shadow: 0 5rem 16rem 0 rgba(62, 119, 190, 0.19);
    border-radius: 20rem;
    border: solid 2rem #fff
}

.about03 .about-bottom ul li .pic img {
    width: 100%;
    height: 100%
}

.about03 .about-bottom ul li .box {
    position: relative
}

.about03 .about-bottom ul li .box .bt {
    position: absolute;
    bottom: 24rem;
    left: 0;
    width: 100%;
    font-family: var(--Poppins-Bold);
    font-size: 30rem;
    line-height: 48rem;
    padding: 0 48rem;
    color: #fff
}

.about03 .about-bottom ul .a1 .pic:after {
    padding-bottom: 51.53374233%
}

.about03 .about-bottom ul .a2 .box {
    width: 83%;
    margin: 0 auto
}

.about03 .about-bottom ul .a2 .pic:after {
    padding-bottom: 60%
}

.about03 .about-bottom ul .a3 .box {
    width: 88%
}

.about03 .about-bottom ul .a3 .pic:after {
    padding-bottom: 55.94405594%
}

.about03 .about-bottom ul .a4 .box {
    width: 85%;
    margin: 0 auto;
    margin-top: 155rem
}

.about03 .about-bottom ul .a4 .pic:after {
    padding-bottom: 71.30681818%
}

.about03 .about-bottom ul .a5 .pic:after {
    padding-bottom: 61.10429448%
}

.about04 {
    padding: 104rem 0 64rem 0;
    background: #fff url(../images/bg10.jpg) no-repeat top center;
    background-size: 100%
}

.about04 .about-bottom {
    margin-top: 56rem;
    position: relative
}

.about04 .about-bottom .img img {
    width: 980rem
}

.about04 .about-bottom ul li {
    position: absolute;
    width: 42%
}

.about04 .about-bottom ul li .pic {
    width: 190rem;
    border-radius: 50%;
    border: solid 4rem rgba(71, 171, 234, 0.29);
    position: absolute;
    top: 0;
    left: 0;
    transition: .5s
}

.about04 .about-bottom ul li .box {
    position: relative;
    padding-left: 258rem;
    min-height: 190rem;
    padding-top: 79rem;
    transition: .5s;
    justify-content: space-between;
    display: flex;
    align-items: center
}

.about04 .about-bottom ul li .bt {
    font-family: var(--Poppins-Bold);
    font-size: 32rem;
    margin-bottom: 11rem;
    color: #192b33;
    transition: .5s
}

.about04 .about-bottom ul li .span {
    font-size: 22rem;
    line-height: 36rem;
    transition: .5s;
    color: #192b33
}

@media (min-width:1200px) {
    .about04 .about-bottom ul li:hover .pic {
        transform: scale(2)
    }

    .about04 .about-bottom ul li:hover .box {
        padding-left: 320rem
    }

    .about04 .about-bottom ul li:hover .bt {
        font-size: 38rem;
        color: rgba(48, 162, 232, 0);
        background-image: -webkit-linear-gradient(top, #63b6ec, #30a2e8);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent
    }

    .about04 .about-bottom ul li:hover .span {
        font-size: 26rem
    }
}

.about04 .about-bottom ul .v01 {
    top: 10%;
    right: 57%
}

.about04 .about-bottom ul .v02 {
    top: 10%;
    left: 57%
}

.about04 .about-bottom ul .v01 .box,
.about04 .about-bottom ul .v03 .box {
    padding-right: 258rem;
    padding-left: 0
}

.about04 .about-bottom ul .v01 .box .pic,
.about04 .about-bottom ul .v03 .box .pic {
    left: auto;
    right: 0
}

@media (min-width:1200px) {

    .about04 .about-bottom ul .v01:hover .pic,
    .about04 .about-bottom ul .v03:hover .pic {
        transform: scale(2)
    }

    .about04 .about-bottom ul .v01:hover .box,
    .about04 .about-bottom ul .v03:hover .box {
        padding-right: 320rem;
        padding-left: 0
    }
}

.about04 .about-bottom ul .v03 {
    top: 61%;
    right: 57%
}

.about04 .about-bottom ul .v04 {
    top: 61%;
    left: 57%
}

.about04 .about-bottom ul .v01,
.about04 .about-bottom ul .v03 {
    text-align: right
}

.solutions-show {
    padding: 0 !important
}

.solutions-show .container {
    width: 1400rem
}

.inmain-title {
    font-family: var(--Poppins-Bold);
    font-size: 46rem;
    line-height: 62rem;
    color: #11638a
}

.solution01 {
    padding: 86rem 0;
    background: #fff
}

.solution01 .nr {
    justify-content: space-between;
    display: flex;
    align-items: center;
	flex-wrap: wrap;
}

.solution01 .left {
    float: left;
    width: 50%
}

.solution01 .right {
    float: right;
    width: 50%;
    padding-left: 18rem;
    padding-right: 68rem
}
.solution01 .right .inmain-title {
    margin-bottom: 20rem
}

.solution01 .right .p {
    font-family: var(--Poppins-Light);
    font-size: 22rem;
    line-height: 38rem;
    color: #192b33
}

.solution01 .right .p b {
    font-family: var(--Poppins-Bold)
}

.solution01 .right .p sup {
    font-family: var(--Poppins-Light);
    font-size: 18rem;
    line-height: 36rem;
    color: #192b33
}

.solution01 .bottom{
	width:100%;
}

.solution01 .bottom .p {
    font-family: var(--Poppins-Light);
    font-size: 22rem;
    line-height: 38rem;
    color: #192b33
}

.solution02 {
    position: relative
}

.solution02 .pic {
    background-color: #005780
}

.solution02 .pic:after {
    padding-bottom: 44.27083333%
}

.solution02 .playBtn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 33333;
    width: 60rem;
    height: 60rem;
    border-radius: 50%;
    background: #2598e5
}

.solution02 .playBtn .icon {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    border-width: 9rem 0 9rem 17rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.solution02 .playBtn .circle {
    width: 90rem;
    height: 90rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.solution02 .playBtn .circle::before {
    content: '';
    display: block;
    width: 90rem;
    height: 90rem;
    border-radius: 50%;
    background: rgba(37, 152, 229, 0.8);
    position: absolute;
    z-index: -1;
    animation: ripple 4s ease-out 0s infinite
}

.solution02 .playBtn .circle::after {
    content: '';
    display: block;
    width: 90rem;
    height: 90rem;
    border-radius: 50%;
    background: rgba(37, 152, 229, 0.8);
    position: absolute;
    z-index: -1;
    animation: ripple 2s ease-out 0s infinite
}

@media (min-width:1200px) {
    .solution02:hover .pic img {
        transform: scale(1.1)
    }
}

.solution02 a {
    position: relative;
    display: block
}

.solution02 a img {
    border-radius: 20rem
}

.solution03 .content0 {
    position: relative
}

.solution03 .content0 .item {
    position: sticky;
    top: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.solution03 .content0 .item .box {
    overflow: hidden;
    justify-content: space-between;
    display: flex;
    align-items: center;
    background: #fff;
    padding: 28rem 50rem 28rem 0;
}

.solution03 .content0 .item .text {
    float: left;
    width: 56%;
    padding-right: 120rem;
}

.solution03 .content0 .item .text .bt {
    font-family: var(--Poppins-Bold);
    font-size: 26rem;
    margin-bottom: 47rem;
	opacity: 1 !important;
    color: #11638a;
	transform: translateY(0) scale(1) !important;
}

.solution03 .content0 .item .text .p {
    font-family: var(--Poppins-Light);
    font-size: 20rem;
    line-height: 42rem;
	opacity: 1 !important;
    color: #192b33;
	transform: translateY(0) scale(1) !important;
}


.solution03 .content0 .item .img {
    float: right;
    width: 42%
}
.solution03 .content0 .item .img img{
	background:#fff;
}
.solution03 .content0 .item2 {
    z-index: 2
}

.solution03 .content0 .item3 {
    z-index: 3
}

.solution03 .content0 .item4 {
    z-index: 4
}

.solution03 .content0 .item5 {
    z-index: 5
}

.solution03 .content0 .item6 {
    z-index: 6
}

.solution03 .content0 .item7 {
    z-index: 7
}

.solution03 .content0 .item8 {
    z-index: 8
}

.solution03 .content0 .item9 {
    z-index: 9
}

.solution03 .content0 .item10 {
    z-index: 10
}

.solution03 .content0 .item11 {
    z-index: 11
}

.solution03 .content0 .item12 {
    z-index: 12
}

.solution03 .content0 .item13 {
    z-index: 13
}

.solution03 .content0 .item14 {
    z-index: 14
}

.solution03 .content0 .item15 {
    z-index: 15
}

.solution03 .content0 .item16 {
    z-index: 16
}

.solution04 {
    position: relative;
    overflow: hidden;
    padding: 160rem 0 100rem 0;
    background-color: #f8f9fb
}

.solution04 .swiper-video {
    width: 96%;
    margin: 0 auto;
    position: relative;
    overflow: hidden
}

.solution04 .tn {
    text-align: center;
    margin-top: 55rem
}

.solution04 .b {
    margin: 0 auto;
    display: inline-block;
    vertical-align: top;
    border-radius: 30rem;
    padding: 24rem 40rem;
    background: #e8e9ee
}

.solution04 .b .swiper-pagination {
    position: relative
}

.solution04 .b .swiper-pagination .swiper-pagination-bullet {
    background: #6e6e72;
    width: 8rem;
    height: 8rem;
    margin: 0 5rem;
    opacity: 1
}

.solution04 .b .swiper-pagination .swiper-pagination-bullet-active {
    width: 50rem;
    height: 8rem;
    background-color: #1466af;
    border-radius: 4rem
}

.videolist .item .pic {
    background-color: #005780;
    border-radius: 20rem
}

.videolist .item .pic:after {
    padding-bottom: 56.33333333%
}

.videolist .item .playBtn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 33333;
    width: 60rem;
    height: 60rem;
    border-radius: 50%;
    background: #2598e5
}

.videolist .item .playBtn .icon {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    border-width: 9rem 0 9rem 17rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.videolist .item .playBtn .circle {
    width: 90rem;
    height: 90rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.videolist .item .playBtn .circle::before {
    content: '';
    display: block;
    width: 90rem;
    height: 90rem;
    border-radius: 50%;
    background: rgba(37, 152, 229, 0.8);
    position: absolute;
    z-index: -1;
    animation: ripple 4s ease-out 0s infinite
}

.videolist .item .playBtn .circle::after {
    content: '';
    display: block;
    width: 90rem;
    height: 90rem;
    border-radius: 50%;
    background: rgba(37, 152, 229, 0.8);
    position: absolute;
    z-index: -1;
    animation: ripple 2s ease-out 0s infinite
}

@media (min-width:1200px) {
    .videolist .item:hover .pic img {
        transform: scale(1.1)
    }
}

.videolist .item a {
    position: relative;
    display: block
}

.videolist .item a img {
	border-radius: 20rem;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.solution05 {
    padding: 88rem 0
}

.solution05 .p {
    font-size: 22rem;
    line-height: 36rem;
    margin-top: 22rem;
    margin-bottom: 38rem;
    color: #192b33
}

.solution05 .so-bottom ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-row-gap: 30rem;
    grid-column-gap: 25rem
}

.solution05 .so-bottom ul li {
    float: left;
    max-width: 100%
}

.solution05 .so-bottom ul li .box {
    padding: 61rem 40rem 70rem 40rem;
    height: 100%;
    background-color: #f7f9fa;
    border-radius: 20rem
}

.solution05 .so-bottom ul li .h3 {
    font-family: var(--Poppins-Bold);
    font-size: 26rem;
    line-height: 36rem;
    margin-bottom: 19rem;
    color: #1280b5
}

.solution05 .so-bottom ul li .jsh {
    font-family: var(--Poppins-SemiBold);
    font-size: 20rem;
    line-height: 36rem;
    color: #192b33
}

.solution05 .so-bottom ul li .jsh p {
    position: relative;
    padding-left: 10rem
}

.solution05 .so-bottom ul li .jsh p:after {
    width: 6rem;
    height: 6rem;
    background: #192b33;
    content: '';
    display: block;
    position: absolute;
    top: 13rem;
    left: 0;
    border-radius: 50%
}

.solution06 {
    padding: 94rem 0 163rem 0;
    background: #fff;
    overflow: hidden
}

.solution06 .list {
    width: 97%;
    margin: 0 auto;
    margin-top: 37rem
}

.solution06 .list li {
    padding: 0 13rem;
    float: left;
    width: 16.93333333%;
    transition: .5s
}

.solution06 .list li .box {
    height: 615rem;
    border-radius: 20rem;
    overflow: hidden;
    position: relative
}

.solution06 .list li .box .txt_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10
}

.solution06 .list li .box .pic {
    width: 60rem;
    margin: 0 auto
}

.solution06 .list li .box .bt {
    font-size: 26rem;
    font-family: var(--Poppins-SemiBold);
    color: #fff
}


.solution06 .list li .box .text {
    position: absolute;
    bottom: 63rem;
    left: 0;
    width: 100%;
    padding: 0 40rem;
    transition: all .8s ease
}


.solution06 .list li.active .box .bt br{
	display:none;
}

.solution06 .list .active {
    width: 49.2%
}

.solution06 .list .active .box .txt_box {
    background: rgba(0, 0, 0, 0.3)
}

/* .solution06 .list .active .box .bt {
    opacity: 0
} */

.solution07 {
    padding: 132rem 0;
    background-color: #edf6fc
}

.solution07 .left {
    float: left;
    width: 53%;
    padding-top: 17rem;
	padding-right: 36rem;
}

.solution07 .left .p {
    font-size: 22rem;
    line-height: 38rem;
    margin-top: 22rem;
    color: #192b33
}

.solution07 .right {
    float: right;
    width: 47%;
    border-radius: 20rem;
    overflow: hidden
}

.solution07 .right img {
    display: block;
    width: 100%
}

.solution08 {
    padding: 135rem 0
}

.solution08 .so-bottom {
    padding-top: 51rem
}

.swiper-tu {
    position: relative;
    overflow: hidden
}

.swiper-tu .item .pic {
    border-radius: 20rem
}

.swiper-tu .item .pic:after {
    padding-bottom: 97.05882353%
}

.swiper-tu .item .text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 36rem 47rem
}

.swiper-tu .item .text .bt {
    font-family: var(--Poppins-Bold);
    font-size: 26rem;
    margin-bottom: 10rem;
    color: #fff
}

.swiper-tu .item .text .p {
    font-size: 22rem;
    line-height: 42rem;
    color: #fff;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3
}

.solution09 .table {
    border-top: 1px solid #e0e0e0
}

.table {
    text-align: center
}

.table td {
    font-size: 20rem;
    line-height: 32rem;
    padding: 15rem;
    color: #192b33
}

.table .box {
    width: 75%;
    margin: 0 auto;
    text-align: center
}

.table .box .bt {
    font-family: var(--Poppins-Bold);
    font-size: 22rem;
    color: #11638a
}
.table .box .pic{
	min-height: 240rem;
}
.table .pic:after {
    padding-bottom: 58.90909091%
}

.solution010 {
    padding: 118rem 0 62rem 0
}

.solution010 .container {
    width: 1640rem
}

.solution-one {
    padding: 0 97rem;
    position: relative;
    overflow: hidden
}

.solution-one .swiper-button-next,
.solution-one .swiper-button-prev {
    width: 48rem;
    height: 48rem;
    background-color: #e0eaef;
    border-radius: 36rem;
    left: 0;
    margin-top: -24rem
}

.solution-one .swiper-button-next:after,
.solution-one .swiper-button-prev:after {
    content: ''
}

.solution-one .swiper-button-next svg,
.solution-one .swiper-button-prev svg {
    fill: #fff;
    width: 32rem;
    height: 32rem
}

@media (min-width:1200px) {

    .solution-one .swiper-button-next:hover,
    .solution-one .swiper-button-prev:hover {
        background: var(--main-color)
    }

    .solution-one .swiper-button-next:hover:after,
    .solution-one .swiper-button-prev:hover:after {
        color: #fff
    }
}

.solution-one .swiper-button-next {
    right: 0;
    left: auto
}

.solution-one .swiper-pagination {
    position: relative;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
    width: 100%;
    bottom: auto;
    margin-top: 7rem
}

.solution-one .swiper-pagination .swiper-pagination-bullet {
    width: 15rem;
    height: 15rem;
    border: solid 2rem #4e5b61;
    background: #fff;
    border-radius: 50%;
    margin: 0 6rem;
    overflow: hidden;
    opacity: 1
}

.solution-one .swiper-pagination .swiper-pagination-bullet:after {
    position: absolute;
    top: 0;
    width: 0;
    height: 100%;
    content: '';
    background: #fff;
    left: 0
}

.solution-one .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--hover-color);
    border: solid 2rem var(--hover-color)
}

.swiper-tx {
    position: relative;
    overflow: hidden
}

.swiper-tx .item {
    width: 100%;
    padding: 30rem;
    height: auto
}

.swiper-tx .item .box {
    background: #fff;
    overflow: hidden;
    box-shadow: 2rem 6rem 30rem 0 rgba(52, 104, 167, 0.2);
    border-radius: 10rem;
    border: solid 5rem #fff;
    padding: 56rem 60rem;
    position: relative;
    height: 100%
}

.swiper-tx .item .pic {
    width: 101rem;
    border-radius: 50%;
    position: absolute;
    top: 56rem;
    left: 60rem
}

.swiper-tx .item .pic img {
    width: 100%;
    height: 100%
}

.swiper-tx .item .pic:after {
    padding-bottom: 100%
}

.swiper-tx .item .text {
    padding-left: 132rem
}

.swiper-tx .item .fenlei {
    font-size: 16rem;
    font-weight: normal;
    min-width: 180rem;
    line-height: 42rem;
    background-color: #f0f9fd;
    font-family: var(--Poppins-Bold);
    border-radius: 10rem;
    padding: 0 10rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: inline-block;
    vertical-align: top;
    color: var(--main-color1)
}

.swiper-tx .item .span {
    font-family: var(--Poppins-Bold);
    font-size: 26rem;
    line-height: 44rem;
    margin-top: 10rem;
    color: var(--title-color)
}

.swiper-tx .item .p {
    font-family: var(--Poppins-Light);
    font-size: 18rem;
    line-height: 32rem;
    color: #192b33;
    margin-top: 29rem;
    margin-bottom: 12rem
}

@media (min-width:1200px) {
    .swiper-tx .item:hover .pic img {
        transform: scale(1.1)
    }

    .swiper-tx .item:hover .bt {
        color: var(--main-color)
    }

    .swiper-tx .item:hover .more p:after {
        left: 100%
    }
}

@media (max-width:1200px) {
    body {
        font-size: 14px
    }

    .sitemap .site-bottom {
        font-size: 16px;
        line-height: 30px
    }

    .sitemap li {
        border-bottom: 1px dashed #e0e0e0;
        padding-bottom: 10px;
        margin-bottom: 10px
    }

    .sitemap li .top1 {
        font-size: 18px
    }

    .sitemap li .subnav {
        margin-top: 10px
    }

    .sitemap li .subnav a {
        font-size: 16px;
        margin-right: 10px;
        padding: 5px 0
    }

    .container {
        max-width: 750px;
        padding: 0 15px;
        width: 100%
    }

    .height {
        top: -60px
    }

    .height1 {
        height: 60px
    }

    .header {
        height: 60px;
        background: #fff;
        box-shadow: 0 8px 21px 0 rgba(20, 102, 175, 0.12)
    }

    .header .logo {
        margin-top: 13px;
        margin-left: 0
    }

    .header .logo a img {
        width: 130px
    }

    .header .header-right .menu {
        display: block
    }

    .header .header-right .Subscription {
        padding-top: 10px;
        margin-right: 10px
    }

    .header .header-right .Subscription a {
        font-size: 14px;
        width: 130px;
        line-height: 40px;
        border-radius: 10px
    }

    .header .header-right .header-search {
        display: none
    }

    .header .header-right .lan {
        display: none
    }

    .nav {
        display: none
    }

    .more a,
    .more p {
        font-size: 14px;
        line-height: 37px;
        padding: 0 23px;
        border-radius: 30px
    }

    .more1 a,
    .more1 p {
        font-size: 14px;
        line-height: 32px
    }

    .more1 a svg,
    .more1 p svg {
        width: 22px;
        height: 32px
    }

    .home-title {
        font-size: 36px
    }

    .swiper-renewal-main {
        margin-top: 60px
    }

    .swiper-renewal-main .banner-hover {
        padding-top: 0
    }

    .swiper-renewal-main .banner-hover .bt {
        font-size: 34px;
        margin-bottom: 10px
    }

    .swiper-renewal-main .banner-hover .p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 30px
    }

    .swiper-renewal-main .swiper-pagination .swiper-pagination-bullet {
        width: 34px;
        height: 34px;
        margin: 0 6px
    }

    .swiper-renewal-main .swiper-pagination .swiper-pagination-bullet-active {
        /*width: 40px;
        border-radius: 4px*/
    }

    .swiper-renewal-main .btn {
        bottom: 15px
    }

    .swiper-renewal-main a.slide_btn {
        width: 40px;
        height: 20px
    }

    .home-product {
        padding: 40px 0
    }

    .home-product .home-bottom {
        padding-top: 25px
    }

    .productlist .item {
        width: 50%;
        margin-right: 20px;
        padding-bottom: 32px
    }

    .productlist .item .box {
        box-shadow: 2px 6px 15px 0 rgba(52, 104, 167, 0.2);
        border-radius: 10px;
        border: solid 2px #fff
    }

    .productlist .item .box:before {
        border-radius: 10px
    }

    .productlist .item .text {
        padding: 4px 25px 16px 25px
    }

    .productlist .item .bt {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px
    }

    .productlist .item .p {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        padding: 20px;
        font-size: 18px;
        line-height: 30px;
        color: #fff;
        transform: translateY(-50%);
        opacity: 0;
        transition: .5s;
        z-index: 444
    }

    .home-about {
        padding: 40px 0
    }

    .home-about .nr {
        padding-bottom: 49px
    }

    .home-about .left {
        width: 100%;
        padding-right: 20px;
        padding-bottom: 20px
    }

    .home-about .left:after {
        width: calc(100% - 65px);
        height: calc(100% - 30px);
        border-radius: 10px
    }

    .home-about .left .pic {
        border-radius: 10px;
        z-index: 5
    }

    .home-about .left .playBtn {
        width: 30px;
        height: 30px
    }

    .home-about .left .playBtn .icon {
        border-width: 5px 0 5px 10px
    }

    .home-about .left .playBtn .circle {
        width: 60px;
        height: 60px
    }

    .home-about .left .playBtn .circle::before {
        width: 60px;
        height: 60px
    }

    .home-about .left .playBtn .circle::after {
        width: 60px;
        height: 60px
    }

    .home-about .left a img {
        border-radius: 10px
    }

    .home-about .right {
        width: 100%;
        padding-top: 24px
    }

    .home-about .home-title img {
        width: 167px
    }

    .home-about .span {
        font-size: 16px;
        line-height: 30px;
        padding: 10px 0 19px 0
    }

    .home-about .p {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 26px
    }

    #video {
        width: 98%
    }

    #video video {
        width: 100%
    }

    #video .close {
        width: 25px;
        height: 25px;
        top: 20px;
        right: 20px;
        background-size: 12px
    }

    .youshi li {
        /* width: 50%; */
        margin-bottom: 20px
    }

    .youshi li .num {
        font-size: 32px;
        line-height: 50px;
        height: 50px
    }

    .youshi li .num span {
        font-size: 32px
    }

    .youshi li .num em {
        line-height: 50px;
        height: 50px
    }

    .youshi li .num i {
        font-size: 14px;
        line-height: 40px
    }

    .youshi li .h3 {
        font-size: 14px;
        margin-top: 8px
    }

    .home-advtange {
        padding: 40px 0
    }

    .home-advtange .home-bottom {
        padding-top: 25px;
		margin: 0;
    }

    .advlist .item {
        width: 33.33333333%;
        margin-right: 17px;
        padding-bottom: 22px
    }

    .advlist .item .box {
        box-shadow: 7px 7px 15px 0 rgba(8, 53, 92, 0.2);
        border-radius: 10px;
        padding: 32px 20px
    }

    .advlist .item .pic {
        width: 60px
    }

    .advlist .item .text {
        margin-top: 11px
    }

    .advlist .item .bt {
        font-size: 16px;
        line-height: 32px
    }

    .home-news {
        padding: 40px 0
    }

    .home-news .home-top .b {
        display: none
    }

    .home-news .b {
        width: 150px;
        height: 42px;
        margin: 0 auto;
        float: none
    }

    .home-news .b .swiper-button-next,
    .home-news .b .swiper-button-prev {
        width: 70px;
        height: 42px;
        border-radius: 36px
    }

    .home-news .b .swiper-button-next svg,
    .home-news .b .swiper-button-prev svg {
        width: 32px;
        height: 32px
    }

    .home-news .b .swiper-button-next {
        right: 0;
        left: auto
    }

    .home-news .home-bottom {
        padding-top: 25px;
		overflow: hidden;
    }

    .newslist .item {
        width: 50%;
        padding-bottom: 32px
    }

    .newslist .item .box {
        box-shadow: 2px 6px 15px 0 rgba(52, 104, 167, 0.2);
        border-radius: 10px
    }

    .newslist .item .pic {
        border-radius: 10px
    }

    .newslist .item .text {
        padding: 23px
    }

    .newslist .item .span .fenlei {
        font-size: 13px;
        max-width: 180px;
        line-height: 42px;
		height: 42px;
        border-radius: 10px;
        padding: 0 10px;
        text-align: center;
        
    }

    .newslist .item .span .date {
        line-height: 42px;
        font-size: 13px;
        padding-left: 24px;
        background-size: 16px
    }

    .newslist .item .bt {
        font-size: 16px;
        line-height: 30px;
        margin-top: 10px
    }

    .home-message .bg {
        border-radius: 0;
        transform: scale(1)!important;
    }

    .home-message .nr {
        padding: 30px 0;
        height: auto;
        transform: scale(1)!important;
    }

    .home-message .left {
        width: 100%;
        padding-top: 0;
        margin-bottom: 20px
    }

    .home-message .left a {
        background-size: 35px;
        padding-bottom: 40px;
        height: auto
    }

    .home-message .left a .bt {
        font-size: 30px;
        line-height: 45px
    }

    .home-message .left a .p {
        font-size: 16px;
        line-height: 30px;
        position: relative;
        top: auto;
        left: auto;
        opacity: 1
    }

    .home-message .right {
        width: 100%;
        padding-right: 0
    }

    .home-message .right ul {
        margin: 0 -5px
    }

    .home-message .right ul li {
        width: 100%;
        padding: 0 5px;
        margin-bottom: 10px
    }

    .home-message .right ul li .box .span {
        left: 0;
        font-size: 14px;
		line-height: 47px;
		width: 100px;
        padding-left: 0;
        padding-right: 0;
    }

    .home-message .right ul li .input,
    .home-message .right ul li textarea {
        height: 47px;
        border-radius: 6px;
        padding: 0 20px 0 117px;
        font-size: 14px
    }

    .home-message .right ul li textarea {
        height: 153px;
        border-radius: 6px;
        padding: 40px 20px 10px 20px
    }

    .home-message .right ul .m3 {
        width: 100%
    }

    .home-message .right ul .m3 input,
    .home-message .right ul .m3 textarea {
        padding-left: 125px
    }

    .home-message .right ul .hide {
        opacity: 1;
        line-height: 22px;
        height: auto
    }

    .home-message .right ul .hide .box {
        padding-left: 32px
    }

    .home-message .right ul .hide .box .checkbox {
        position: absolute;
        top: 3px;
        left: 0
    }

    .home-message .right ul .m4 {
        width: 100%
    }

    .home-message .right ul .m4 input,
    .home-message .right ul .m4 textarea {
        padding-left: 125px
    }

    .flist li {
        padding-bottom: 4px
    }

    .flist .box {
        width: 42px;
        height: 42px;
        border-radius: 4px;
        box-shadow: 2px 6px 30px 0 rgba(52, 104, 167, 0.2)
    }

    .flist .icon {
        width: 42px;
        height: 42px
    }

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

    .flist .hover {
        right: 100%;
        width: 130px;
        padding: 0 10px
    }

    .footer {
        padding: 30px 0 0 0
    }

    .footer .footer-top {
        padding-bottom: 30px
    }

    .footer .footer-top .left img {
        width: 182px
    }

    .footer .footer-top .right {
        display: none
    }

    .footer .footer-center {
        border-bottom: 1px solid #e7e8e9;
        padding-bottom: 14px
    }

    .footer .footer-center .right {
        float: left;
        width: 100%
    }

    .footer .footer-center .right .p {
        font-size: 16px;
        line-height: 30px
    }

    .footer .footer-center .right .p p {
        padding-left: 30px;
        margin-bottom: 11px
    }

    .footer .footer-center .right .p p img {
        width: 18px;
        top: 3px;
        left: 0
    }

    .footer .footer-center .left {
        width: 100%;
        padding-top: 20px
    }

    .footer .footer-center .left .bt {
        font-size: 22px;
        margin-bottom: 18px
    }

    .footer .footer-center .left .flist li {
        margin-right: 8px
    }

    .footer .footer-center .left .flist li .box {
        width: 36px;
        height: 36px
    }

    .footer .footer-center .left .flist li .icon {
        width: 36px;
        height: 36px
    }

    .footer .footer-center .left .flist li .hover {
        margin-left: -65px
    }

    .footer .footer-bottom {
        font-size: 14px;
        line-height: 26px;
        padding: 10px 0;
        text-align: left
    }

    .float {
        bottom: 200px;
        right: 10px;
        padding: 4px;
        display: none
    }

    .content {
        padding: 40px 0;
        min-height: 600px
    }

    .inbanner {
        margin-top: 60px
    }

    .inbanner .banner-hover {
        bottom: 10%
    }

    .inbanner .banner-hover .p {
        font-size: 16px;
        line-height: 26px
    }

    .inbanner .banner-hover .bt {
        font-size: 35px;
        margin-bottom: 15px
    }

    .inbanner01 .img1 img {
        height: 60vh
    }
	.inbanner01 .img1 video {
        height: 60vh;
        width: 100%;
        object-fit: cover;
    }

    .inbanner01 .banner-hover {
		pointer-events: none;
        bottom: auto
    }

    .inbanner01 .banner-hover .info {
        width: 100%;
		pointer-events: none;
        padding: 0
    }
	.inbanner01 .banner-hover .info img{
		max-width:30px;
	}

    .inbanner01 .banner-hover .bt {
        font-size: 24px;
		pointer-events: none;
        margin-bottom: 15px
    }

    .inbanner01 .banner-hover .bt sup {
        font-size: 20px
    }

    .inbanner01 .banner-hover .span {
		pointer-events: none;
        font-size: 18px
    }

    .inbanner01 .banner-hover .p {
        margin-top: 10px;
		pointer-events: none;
        font-size: 14px
    }

    .contact01 .left {
        width: 100%;
        padding-top: 0
    }

    .contact01 .left .f3 {
        padding-bottom: 6px
    }

    .contact01 .left .f3 span {
        font-size: 16px;
        line-height: 30px
    }

    .contact01 .left .f3 p {
        font-size: 22px;
        padding-top: 15px;
        min-height: 41px;
        margin-bottom: 28px
    }

    .contact01 .left .flist li {
        margin-right: 8px
    }

    .contact01 .left .flist li .box {
        width: 36px;
        height: 36px
    }

    .contact01 .left .flist li .icon {
        width: 36px;
        height: 36px
    }

    .contact01 .left .flist li .hover {
        position: absolute;
        top: auto;
        bottom: 100%;
        right: auto;
        left: 50%;
        margin-left: -65px
    }

    .contact01 .right {
        width: 100%;
        padding-top: 20px
    }

    .contact01 .right .nr {
        box-shadow: 2px 6px 30px 0 rgba(52, 104, 167, 0.2);
        border-radius: 20px;
        border: solid 2px #fff;
        padding: 24px
    }

    .contact01 .right .h3 {
        font-size: 32px
    }

    .contact01 .right .list {
        margin-top: 22px
    }

    .contact01 .right .list ul {
        margin: 0 -5px
    }

    .contact01 .right .list ul li {
        width: 100%;
        padding: 0 5px;
        margin-bottom: 10px
    }

    .contact01 .right .list ul li .span {
        font-size: 18px;
        margin-bottom: 8px
    }

    .contact01 .right .list ul li .input,
    .contact01 .right .list ul li textarea,
    .contact01 .right .list ul li select {
        height: 45px;
        border-radius: 10px;
        font-size: 14px;
        padding: 0 20px
    }

    .contact01 .right .list ul li select {
        background-size: 12px
    }

    .contact01 .right .list ul li p {
        font-size: 14px;
        line-height: 30px
    }

    .contact01 .right .list ul li textarea {
        height: 100px;
        padding: 11px 20px
    }

    .contact01 .right .list ul .hide {
        font-size: 14px;
        line-height: 22px
    }

    .contact01 .right .list ul .hide .box {
        padding-left: 30px
    }

    .contact01 .right .list ul .hide .box .checkbox {
        top: 2px
    }

    .second-nav {
        min-height: 42px;
        padding-right: 0
    }

    .second-nav ul {
        display: none
    }

    .second-nav ul li {
        margin-right: 10px;
        margin-bottom: 10px
    }

    .second-nav ul li a {
        line-height: 42px;
        height: 42px;
        border-radius: 36px;
        font-size: 16px
    }

    .second-nav ul li a span {
        padding: 0 23px
    }

    .second-nav ul li a .t2 {
        border-radius: 36px;
        height: 42px
    }

    .sea_btn_box {
        width: 100%;
        height: 42px;
        border-radius: 36px;
        position: relative;
        top: auto;
		z-index:9;
        right: auto
    }

    .sea_btn_box .sea_box {
        width: 100%;
        height: 42px;
        border-radius: 36px
    }

    .sea_btn_box .sea_box:before {
        content: "";
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 2;
        opacity: 1;
        border: 2px solid var(--title-color);
        border-radius: 36px;
        transition: opacity .5s cubic-bezier(.435, .25, .15, .965);
        position: absolute;
        top: 0;
        left: 0
    }

    .sea_btn_box .sea_box form {
        display: -ms-flexbox;
        display: flex
    }

    .sea_btn_box .sea_box form input {
        letter-spacing: -0.04em;
        background-color: #fff;
        border: none;
        outline: none;
        padding-left: 30px;
        height: 42px;
        width: calc(100% - 42px);
        font-size: 14px
    }

    .sea_btn_box .sea_box form a {
        width: 42px;
        height: 42px
    }

    .sea_btn_box .sea_box form a:before {
        content: "";
        width: 100%;
        background-color: var(--title-color);
        border-radius: 50%;
        height: 100%;
        transition: transform .5s cubic-bezier(.435, .25, .15, .965);
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(0)
    }

    .sea_btn_box .sea_box form a svg {
        width: 20px;
        height: 20px
    }

    .sea_btn_box.on {
        width: 100% !important
    }

    .sea_btn_box.on .btn_sty {
        opacity: 0;
        pointer-events: none
    }

    .sea_btn_box.on .sea_box:before {
        opacity: 1
    }

    .sea_btn_box.on .sea_box form a {
        pointer-events: all
    }

    .solutions {
        padding: 40px 0
    }

    .productlist1 {
        margin: 0 -5px;
        padding-top: 25px
    }

    .productlist1 .item {
        width: 50%;
        margin-right: 0;
        padding: 0 5px;
        margin-bottom: 18px
    }

    .productlist1 .item .box {
        display: block
    }

    .productlist1 .item .pic {
        width: 100%
    }

    .productlist1 .item .text {
        width: 100%;
        padding: 15px
    }

    .productlist1 .item .bt {
        font-size: 20px;
        margin-bottom: 13px
    }

    .productlist1 .item .p {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        padding: 0;
        font-size: 14px;
        line-height: 32px;
        color: #192b33;
        transform: none;
        opacity: 1;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        margin-bottom: 12px
    }

    .productlist1 .item .more1 a,
    .productlist1 .item .more1 p {
        font-size: 14px
    }

    .pb .pitem {
        margin-right: 10px;
		width:100%;
        margin-bottom: 10px
    }

    .pb .pitem .box {
        border-radius: 36px
    }

    .pb .pitem span {
        padding: 0 35px 0 23px;
        line-height: 42px;
        height: 42px;
        font-size: 16px
    }

    .pb .pitem span i {
        width: 20px;
        height: 42px;
        right: 10px;
        background-size: 10px
    }

    .pb .pitem .sel_sha {
        content: "";
        pointer-events: none;
        width: 100%;
        z-index: 1;
        height: 100%;
        opacity: 0;
        background-color: #fff;
        border: 2px solid var(--hover-color);
        border-radius: 36px;
        transition: opacity .5s cubic-bezier(.435, .25, .15, .965), height .3s cubic-bezier(.435, .25, .15, .965) .1s, box-shadow .3s cubic-bezier(.435, .25, .15, .965) .1s, border-radius .3s cubic-bezier(.435, .25, .15, .965);
        position: absolute;
        top: 0;
        left: 0
    }

    .pb .pitem .item-hover {
        border-radius: 0 0 18px 18px
    }

    .pb .pitem .item-hover a {
        font-size: 14px;
        line-height: 35px;
        padding: 5px 20px
    }

    .pb .pitem .on .item-hover {
        opacity: 1;
        pointer-events: auto;
        transition: opacity .2s cubic-bezier(.435, .25, .15, .965) .3s
    }

    .pb .pitem .on .sel_sha {
        opacity: 1;
        box-shadow: 0 2.91667vw 3.125vw rgba(0, 101, 61, 0.15);
        border-radius: 18px !important
    }

    .zvi {
        padding: 40px 0
    }

    .zvi .nr {
        padding-top: 25px;
        padding-bottom: 0
    }

    .zvi .nr .left {
        width: 100%;
        padding-bottom: 20px
    }

    .zvi .nr .right {
        float: right;
        width: 100%;
        position: relative;
        top: auto;
        padding-bottom: 20px
    }

    .zvilist li {
        margin-bottom: 22px
    }

    .zvilist li .box {
        background-size: 4px;
        box-shadow: 2px 6px 30px 0 rgba(52, 104, 167, 0.2);
        border-radius: 10px;
        padding: 20px
    }

    .zvilist li .bt {
        font-size: 18px;
        line-height: 34px
    }

    .zvilist li .span {
        font-size: 16px;
        margin-bottom: 21px;
        margin-top: 6px
    }

    .zvilist li .span span {
        padding-right: 10px;
        margin-right: 10px
    }

    .zvilist li .span span:after {
        content: '';
        display: block;
        width: 1px;
        height: 10px;
        background: #a4d7f1;
        position: absolute;
        bottom: 8px
    }

    .zvilist li .p {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 7px
    }

    .subscription {
        margin-bottom: 22px
    }

    .subscription a {
        box-shadow: 2px 6px 30px 0 rgba(52, 104, 167, 0.2);
        border-radius: 10px;
        padding: 20px
    }

    .subscription a .box {
        background-size: 53px;
        padding-right: 60px
    }

    .subscription a .bt {
        font-size: 20px;
        margin-bottom: 10px
    }

    .subscription a .p {
        font-size: 16px;
        line-height: 24px
    }

    .popular a {
        box-shadow: 2px 6px 30px 0 rgba(52, 104, 167, 0.2);
        border-radius: 10px;
        padding: 20px
    }

    .popular a .pic {
        border-radius: 10px
    }

    .popular a .bt {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 10px
    }

    .popular a .p {
        font-size: 16px;
        line-height: 30px;
        margin-top: 10px;
        margin-bottom: 15px
    }

    .popular a .more p {
        font-size: 14px;
        line-height: 40px;
        padding: 0 20px
    }

    .news {
        padding: 40px 0
    }

    .newslist1 {
        margin: 0 -6px
    }

    .newslist1 .item {
        padding: 0 6px;
        margin-bottom: 21px
    }

    .news-one {
        padding: 0;
        margin-bottom: 35px
    }

    .news-one .swiper-button-next,
    .news-one .swiper-button-prev {
        width: 72px;
        height: 72px;
        background-color: #e0eaef;
        border-radius: 36px;
        left: 0;
        margin-top: -36px;
        display: none
    }

    .news-one .swiper-button-next:after,
    .news-one .swiper-button-prev:after {
        font-size: 30px;
        color: var(--main-color);
        font-weight: bold
    }

    .news-one .swiper-button-next svg,
    .news-one .swiper-button-prev svg {
        fill: #fff;
        width: 72px;
        height: 72px
    }

    .news-one .swiper-button-next {
        right: 0;
        left: auto
    }

    .news-one .swiper-pagination {
        position: relative;
        text-align: center;
        transition: .3s opacity;
        transform: translate3d(0, 0, 0);
        z-index: 10;
        width: 100%;
        bottom: auto;
        margin-top: 7px
    }

    .news-one .swiper-pagination .swiper-pagination-bullet {
        width: 15px;
        height: 15px;
        border: solid 2px #4e5b61;
        background: #fff;
        border-radius: 50%;
        margin: 0 6px;
        overflow: hidden;
        opacity: 1
    }

    .news-one .swiper-pagination .swiper-pagination-bullet:after {
        position: absolute;
        top: 0;
        width: 0;
        height: 100%;
        content: '';
        background: #fff;
        left: 0
    }

    .news-one .swiper-pagination .swiper-pagination-bullet-active {
        background-color: var(--hover-color);
        border: solid 2px var(--hover-color)
    }

    .swiper-one .item {
        width: 100%;
        padding: 20px
    }

    .swiper-one .item .box {
        box-shadow: 2px 6px 20px 0 rgba(52, 104, 167, 0.2);
        border-radius: 10px;
        display: block
    }

    .swiper-one .item .pic {
        flex: none;
        width: 100%
    }

    .swiper-one .item .text {
        padding: 22px;
        flex: none;
        width: 100%
    }

    .swiper-one .item .span .fenlei {
		font-size: 14px;
		max-width: 140px;
		line-height: 42px;
		height: 42px;
		border-radius: 10px;
		padding: 0 10px;
		text-align: center;
    }

    .swiper-one .item .span .date {
        float: left;
        margin-left: 15px;
        line-height: 42px;
        font-size: 14px;
        padding-left: 24px;
        background-size: 16px
    }

    .swiper-one .item .bt {
        font-size: 18px;
        line-height: 34px;
        margin-top: 10px
    }

    .swiper-one .item .p {
        font-size: 14px;
        line-height: 25px;
        margin-top: 7px;
        margin-bottom: 17px
    }

    .lectures {
        padding: 40px 0
    }

    .lectures .videos-bottom {
        padding-top: 25px
    }

    .lectures .stories-am {
        width: 100%
    }

    .lectures .stories-am .stories-aul {
        width: 50%;
        padding: 0 10px
    }

    .lectures .stories-am .storiestotal {
        font-size: 16px;
        line-height: 30px;
        padding: 20px;
        margin-bottom: 23px;
        box-shadow: 7px 17px 35px 0 rgba(8, 53, 92, 0.2);
        border-radius: 10px;
        display: none
    }

    .lectures .stories-am .storiestotal em {
        background-size: 31px;
        padding-left: 50px
    }

    .lectures .stories-am .storiesalink {
        margin-bottom: 21px
    }

    .lectures .stories-am .storiesalink .pic {
        border-radius: 10px
    }

    .lectures .stories-am .storiesalink .pic .playBtn {
        width: 30px;
		z-index:9;
        height: 30px
    }

    .lectures .stories-am .storiesalink .pic .playBtn .icon {
        border-width: 5px 0 5px 10px
    }

    .lectures .stories-am .storiesalink .pic .playBtn .circle {
        width: 60px;
        height: 60px
    }

    .lectures .stories-am .storiesalink .pic .playBtn .circle::before {
        width: 60px;
        height: 60px
    }

    .lectures .stories-am .storiesalink .pic .playBtn .circle::after {
        width: 60px;
        height: 60px
    }

    .lectures .stories-am .storiesalink .text {
        padding: 0;
        padding-top: 13px;
        padding-bottom: 24px
    }

    .lectures .stories-am .storiesalink .bt {
        font-size: 18px;
        line-height: 30px;
        background: url(../images/more2.png) no-repeat right 7px;
        background-size: 13px;
        padding-right: 29px
    }

    .lectures .stories-am .storiesalink .span {
        font-size: 16px;
        line-height: 26px;
        margin-top: 18px
    }

    .lectures .stories-am .storiesalink:before {
        position: absolute;
        width: 0;
        height: 1px;
        background: var(--colors);
        content: '';
        left: 0;
        bottom: 0
    }

    .news-show {
        padding: 40px 0
    }

    .news-show .nr {
        width: 100%
    }

    .news-show .nr .left {
        width: 100%;
        box-shadow: 0 8px 21px 0 rgba(62, 119, 190, 0.16);
        border-radius: 10px;
        padding: 22px
    }

    .news-show .nr .left .fenlei {
		font-size: 14px;
		line-height: 42px;
		height: 42px;
		border-radius: 10px;
		padding: 0 10px;
		text-align: center;
    }

    .news-show .nr .left .date {
        margin-left: 0;
        line-height: 42px;
        font-size: 14px;
        padding-left: 24px;
        background-size: 16px
    }

    .news-show .nr .left .h1 {
        font-size: 24px;
        line-height: 36px;
        margin-top: 13px;
        margin-bottom: 7px
    }

    .news-show .nr .left .span {
        font-size: 14px;
        line-height: 34px;
        margin-bottom: 22px;
        margin-top: 11px
    }

    .news-show .nr .left .span span {
        padding-right: 10px;
        margin-right: 10px
    }

    .news-show .nr .left .span span:after {
        content: '';
        display: block;
        width: 1px;
        height: 10px;
        background: #a4d7f1;
        position: absolute;
        bottom: 8px
    }

    .news-show .nr .left .news-info {
        font-size: 16px;
        line-height: 30px;
        color: #4e5b61;
        padding: 26px 0;
        margin-top: 25px;
        border-top: 1px solid #e3e3e3
    }

    .news-show .nr .left .news-info p {
        margin-bottom: 14px
    }

    .news-show .nr .left .news-info .n-item {
        position: relative;
        overflow: hidden;
        margin-bottom: 6px
    }

    .news-show .nr .left .news-info .n-item .h3 {
        margin-bottom: 10px
    }

    .news-show .nr .right {
        width: 100%;
        position: relative;
        top: auto;
        margin-top: 22px
    }

    .rabout {
        margin-bottom: 22px
    }

    .rabout a {
        padding: 22px;
        box-shadow: 0 8px 21px 0 rgba(62, 119, 190, 0.16);
        border-radius: 10px
    }

    .rabout a .bt {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px
    }

    .rabout a .more p {
        font-size: 14px;
        line-height: 40px;
        padding: 0 20px
    }

    .re {
        box-shadow: 0 8px 21px 0 rgba(62, 119, 190, 0.16);
        border-radius: 10px;
        padding: 22px
    }

    .re .bt {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px
    }

    .re .newslist .item {
        width: 100%;
        padding-bottom: 21px
    }

    .re .newslist .item .box {
        background: none;
        padding-bottom: 15px;
        box-shadow: none;
        border-radius: 0;
        border-bottom: 1px solid #eaeaea
    }

    .re .newslist .item .text {
        padding: 0
    }

    .re .newslist .item .bt {
        font-size: 16px;
        line-height: 28px;
        margin-top: 8px;
        margin-bottom: 0
    }

    .re .newslist .item .box {
        background: none;
        box-shadow: none;
        overflow: hidden
    }

    .inside-pagenews {
        padding-top: 13px;
        border-top: 1px solid #e3e3e3
    }

    .inside-pagenews li {
        font-size: 16px;
        overflow: hidden;
        line-height: 41px;
        float: left;
        position: relative;
        background: url(../images/prev-01.png) no-repeat center left;
        background-size: 7px;
        width: 60px
    }

    .inside-pagenews li span {
        color: #666;
        font-size: 16px;
        display: block;
        text-align: right
    }

    .inside-pagenews li a {
        display: block;
        position: relative;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1
    }

    .inside-pagenews li:nth-last-child(1) {
        border-bottom: 0;
        margin-bottom: 0;
        float: right;
        background: url(../images/next-01.png) no-repeat center right;
        background-size: 7px
    }

    .inside-pagenews li:nth-last-child(1) span {
        text-align: left
    }

    .nelist {
        box-shadow: 0 8px 21px 0 rgba(62, 119, 190, 0.16);
        border-radius: 10px;
        padding: 22px;
        display: none
    }

    .nelist .bt {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px
    }

    .nelist ul {
        margin-top: 10px
    }

    .nelist ul:after {
        content: '';
        display: block;
        width: 2px;
        height: 100%;
        left: 10px;
        position: absolute;
        top: 0;
        background-image: -webkit-linear-gradient(top, rgba(20, 102, 175, 0), rgba(20, 102, 175, 0.5), #1466af, rgba(20, 102, 175, 0.5), rgba(20, 102, 175, 0))
    }

    .nelist ul li {
        padding: 20px 0
    }

    .nelist ul li a {
        font-size: 16px;
        line-height: 32px;
        padding-left: 42px
    }

    .nelist ul .active a {
        color: var(--hover-color);
        background: url(../images/dot.png) no-repeat left 5px;
        background-size: 23px
    }

    .text1 {
        padding-bottom: 30px;
        padding-top: 20px
    }

    .text1 a {
        font-size: 16px;
        line-height: 35px;
        border-radius: 28px;
        padding: 6px 6px 6px 15px
    }

    .text1 a i {
        width: 35px;
        height: 35px;
        line-height: 35px
    }

    .text1 a i svg {
        width: 20px;
        height: 20px
    }

    .link {
        padding-left: 0;
        margin-bottom: 12px;
        min-height: 32px
    }

    .link span {
        font-size: 16px;
        line-height: 32px;
        position: relative;
        top: auto;
        left: auto;
        display: block;
        margin-bottom: 3px
    }

    .link a {
        line-height: 32px;
        padding: 0 10px;
        border-radius: 10px;
        margin-right: 10px;
        font-size: 14px
    }

    .about01 {
        padding: 40px 0
    }

    .about01 .nr {
        padding-bottom: 25px
    }

    .about01 .left {
        width: 100%
    }
	
	.about01 .left.pc {
		display:none;
	}
	
	.about01 .left.phone {
		display:block;
	}

    .about01 .left .youshi li {
        width: 100%;
        margin-bottom: 20px
    }

    .about01 .left .youshi li .box {
        padding: 22px;
        border-radius: 10px
    }

    .about01 .left .youshi li .pic {
        width: 40px;
        left: 30px;
        margin-top: -20px
    }

    .about01 .right {
        width: 100%;
        padding-top: 22px
    }

    .about01 .right .bt {
        font-size: 40px;
        margin-bottom: 13px
    }

    .about01 .right .bt img {
        width: 167px
    }

    .about01 .right .p {
        font-size: 16px;
        line-height: 30px
    }

    .about01 .right .p p {
        margin-bottom: 8px
    }

    .about01 .video .pic {
        border-radius: 10px
    }

    .about01 .video .playBtn {
        width: 30px;
        height: 30px
    }

    .about01 .video .playBtn .icon {
        border-width: 5px 0 5px 10px
    }

    .about01 .video .playBtn .circle {
        width: 60px;
        height: 60px
    }

    .about01 .video .playBtn .circle::before {
        width: 60px;
        height: 60px
    }

    .about01 .video .playBtn .circle::after {
        width: 60px;
        height: 60px
    }

    .about01 .video a {
        position: relative;
        display: block
    }

    .about01 .video a img {
        border-radius: 10px
    }

    .about02 .box {
        width: 100%;
        padding: 70px 30px
    }

    .about02 .box .pic {
        width: 44px;
        border-radius: 10px
    }

    .about02 .box .text {
        padding-top: 26px
    }

    .about02 .box .bt {
        font-size: 40px;
        margin-bottom: 29px
    }

    .about02 .box .p {
        font-size: 16px;
        line-height: 30px
    }

    .about03 {
        padding: 40px 0
    }

    .about03 .about-bottom {
        padding-top: 25px
    }

    .about03 .about-bottom ul {
        float: left;
        width: 100%
    }

    .about03 .about-bottom ul li {
        margin-bottom: 20px
    }

    .about03 .about-bottom ul li .pic {
        box-shadow: 0 5px 16px 0 rgba(62, 119, 190, 0.19);
        border-radius: 10px;
        border: solid 2px #fff
    }

    .about03 .about-bottom ul li .box .bt {
        position: absolute;
        bottom: 24px;
        left: 0;
        width: 100%;
        font-size: 16px;
        line-height: 28px;
        padding: 0 18px
    }

    .about03 .about-bottom ul .a2 .box {
        width: 100%
    }

    .about03 .about-bottom ul .a3 .box {
        width: 100%
    }

    .about03 .about-bottom ul .a4 .box {
        width: 100%;
        margin: 0 auto;
        margin-top: 0
    }

    .about04 {
        padding: 40px 0
    }

    .about04 .about-bottom {
        margin-top: 25px
    }

    .about04 .about-bottom .img {
        display: none
    }

    .about04 .about-bottom .img img {
        width: 980px
    }

    .about04 .about-bottom ul li {
        position: relative;
        width: 100%;
        margin-bottom: 10px
    }

    .about04 .about-bottom ul li .pic {
        width: 95px;
		top: auto;
        border: solid 2px rgba(71, 171, 234, 0.29)
    }

    .about04 .about-bottom ul li .box {
        padding-left: 108px;
        min-height: 95px;
        padding-top: 19px;
        justify-content: space-between;
        display: flex;
        align-items: center
    }

    .about04 .about-bottom ul li .bt {
        font-size: 20px;
        margin-bottom: 8px
    }

    .about04 .about-bottom ul li .span {
        font-size: 16px;
        line-height: 30px
    }

    .about04 .about-bottom ul .v01 {
        top: auto;
        right: auto
    }

    .about04 .about-bottom ul .v02 {
        top: auto;
        left: auto
    }

    .about04 .about-bottom ul .v01 .box,
    .about04 .about-bottom ul .v03 .box {
        padding-right: 0;
        padding-left: 108px
    }

    .about04 .about-bottom ul .v01 .box .pic,
    .about04 .about-bottom ul .v03 .box .pic {
        left: 0;
        right: auto
    }

    .about04 .about-bottom ul .v03 {
        top: auto;
        right: auto
    }

    .about04 .about-bottom ul .v04 {
        top: auto;
        left: auto
    }

    .about04 .about-bottom ul .v01,
    .about04 .about-bottom ul .v03 {
        text-align: left
    }

    .solutions-show .container {
        width: 100%
    }

    .inmain-title {
        font-size: 24px;
        line-height: 32px
    }

    .solution01 {
        padding: 40px 0
    }

    .solution01 .nr {
        display: block
    }

    .solution01 .left {
        width: 100%
    }

    .solution01 .right {
        float: right;
        width: 100%;
        padding-left: 0;
        padding-right: 0
    }

    .solution01 .right .inmain-title {
        margin-bottom: 10px
    }

    .solution01 .right .p {
        font-size: 16px;
        line-height: 30px
    }

    .solution01 .right .p sup {
        font-size: 14px;
        line-height: 30px
    }

    .solution02 .playBtn {
        width: 30px;
        height: 30px
    }

    .solution02 .playBtn .icon {
        border-width: 5px 0 5px 10px
    }

    .solution02 .playBtn .circle {
        width: 60px;
        height: 60px
    }

    .solution02 .playBtn .circle::before {
        width: 60px;
        height: 60px
    }

    .solution02 .playBtn .circle::after {
        width: 60px;
        height: 60px
    }

    .solution02 a {
        position: relative;
        display: block
    }

    .solution02 a img {
        border-radius: 10px
    }

    .solution03 {
        padding: 40px 0
    }

    .solution03 .content0 .item {
        position: relative;
        top: auto;
        width: 100%;
        height: 100%;
        height: auto;
        justify-content: space-between;
        display: flex;
        align-items: center;
        z-index: 1;
        padding: 20px;
        border-bottom: 1px solid #e0e0e0
    }

    .solution03 .content0 .item .box {
        display: block;
        padding: 0
    }

    .solution03 .content0 .item .text {
        width: 100%;
        padding-right: 0
    }

    .solution03 .content0 .item .text .bt {
        font-size: 18px;
        margin-bottom: 17px
    }

    .solution03 .content0 .item .text .p {
        font-size: 16px;
        line-height: 30px
    }

    .solution03 .content0 .item .img {
        float: right;
        width: 100%
    }

    .solution04 {
        padding: 40px 15px
    }

    .solution04 .swiper-video {
        width: 100%
    }

    .solution04 .tn {
        margin-top: 25px
    }

    .solution04 .b {
        border-radius: 30px;
        padding: 10px
    }

    .solution04 .b .swiper-pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin: 0 5px
    }

    .solution04 .b .swiper-pagination .swiper-pagination-bullet-active {
        width: 30px;
        height: 8px;
        border-radius: 4px
    }

    .videolist .item .pic {
        border-radius: 10px
    }

    .videolist .item .playBtn {
        width: 30px;
        height: 30px
    }

    .videolist .item .playBtn .icon {
        border-width: 5px 0 5px 10px
    }

    .videolist .item .playBtn .circle {
        width: 60px;
        height: 60px
    }

    .videolist .item .playBtn .circle::before {
        width: 60px;
        height: 60px
    }

    .videolist .item .playBtn .circle::after {
        width: 60px;
        height: 60px
    }

    .videolist .item a img {
        border-radius: 10px
    }

    .solution05 {
        padding: 40px 0
    }

    .solution05 .p {
        font-size: 16px;
        line-height: 30px;
        margin-top: 12px;
        margin-bottom: 18px
    }

    .solution05 .so-bottom ul {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-row-gap: 10px;
        grid-column-gap: 10px
    }

    .solution05 .so-bottom ul li .box {
        padding: 20px;
        border-radius: 10px
    }

    .solution05 .so-bottom ul li .h3 {
        font-size: 20px;
        line-height: 33px;
        margin-bottom: 10px
    }

    .solution05 .so-bottom ul li .jsh {
        font-size: 16px;
        line-height: 30px
    }

    .solution05 .so-bottom ul li .jsh p {
        padding-left: 10px
    }

    .solution05 .so-bottom ul li .jsh p:after {
        width: 6px;
        height: 6px;
        top: 12px
    }

    .solution06 {
        padding: 0 15px 40px 15px
    }

    .solution06 .list {
        width: 100%;
        margin-top: 25px
    }

    .solution06 .list li {
        padding: 0;
        width: 100%
    }

    .solution06 .list li .box {
        height: 315px;
        border-radius: 10px
    }

    .solution06 .list li .box .txt_box {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 10
    }

    .solution06 .list li .box .pic {
        width: 60px;
        margin: 0 auto
    }

    .solution06 .list li .box .bt {
        font-size: 18px
    }

    .solution06 .list li .box .text {
        bottom: 23px;
        padding: 0 20px
    }

    .solution06 .list .active {
        width: 100%
    }

    .solution07 {
        padding: 40px 0
    }

    .solution07 .left {
        width: 100%;
        padding-top: 0;
        margin-bottom: 20px
    }

    .solution07 .left .p {
        font-size: 16px;
        line-height: 30px;
        margin-top: 11px
    }

    .solution07 .right {
        width: 100%;
        border-radius: 10px
    }

    .solution08 {
        padding: 40px 0
    }

    .solution08 .so-bottom {
        padding-top: 25px
    }

    .swiper-tu .item .pic {
        border-radius: 10px
    }

    .swiper-tu .item .text {
        padding: 17px
    }

    .swiper-tu .item .text .bt {
        font-size: 20px;
        margin-bottom: 10px
    }

    .swiper-tu .item .text .p {
        font-size: 16px;
        line-height: 30px
    }
	

    .table {
        /* overflow: auto */
    }
	
	.table .box .pic{
		min-height:auto;
	}

    .table table {
        width: 100%
    }

    .table td {
        font-size: 12px;
        line-height: 20px;
        padding: 5px
    }

    .table .box {
        width: 100%
    }

    .table .box .bt {
        font-size: 14px
    }

    .solution010 {
        padding: 40px 0
    }

    .solution010 .container {
        width: 100%
    }

    .solution-one {
        padding: 0
    }

    .solution-one .swiper-button-next,
    .solution-one .swiper-button-prev {
        width: 38px;
        height: 38px;
        border-radius: 36px;
        margin-top: -19px
    }

    .solution-one .swiper-button-next svg,
    .solution-one .swiper-button-prev svg {
        width: 22px;
        height: 22px
    }

    .solution-one .swiper-button-next {
        right: 0;
        left: auto
    }

    .solution-one .swiper-pagination {
        position: relative;
        text-align: center;
        transition: .3s opacity;
        transform: translate3d(0, 0, 0);
        z-index: 10;
        width: 100%;
        bottom: auto;
        margin-top: 7px
    }

    .solution-one .swiper-pagination .swiper-pagination-bullet {
        width: 15px;
        height: 15px;
        border: solid 2px #4e5b61;
        background: #fff;
        border-radius: 50%;
        margin: 0 6px;
        overflow: hidden;
        opacity: 1
    }

    .solution-one .swiper-pagination .swiper-pagination-bullet:after {
        position: absolute;
        top: 0;
        width: 0;
        height: 100%;
        content: '';
        background: #fff;
        left: 0
    }

    .solution-one .swiper-pagination .swiper-pagination-bullet-active {
        background-color: var(--hover-color);
        border: solid 2px var(--hover-color)
    }

    .swiper-tx .item {
        width: 100%;
        padding: 20px
    }

    .swiper-tx .item .box {
        box-shadow: 2px 6px 10px 0 rgba(52, 104, 167, 0.2);
        border-radius: 10px;
        border: solid 2px #fff;
        padding: 15px
    }

    .swiper-tx .item .pic {
        width: 100px;
        top: 15px;
        left: 15px
    }

    .swiper-tx .item .text {
        padding-left: 132px
    }

    .swiper-tx .item .fenlei {
        font-size: 14px;
        min-width: 150px;
        line-height: 42px;
        border-radius: 10px;
        padding: 0 10px
    }

    .swiper-tx .item .span {
        font-size: 20px;
        line-height: 44px;
        margin-top: 0
    }

    .swiper-tx .item .p {
        font-size: 16px;
        line-height: 30px;
        margin-top: 19px;
        margin-bottom: 12px
    }
}

@media (max-width:520px) {
    .swiper-renewal-main .banner-hover .p {
        margin-bottom: 15px
    }

    .productlist1 .item {
        width: 100%
    }

    .solution05 .so-bottom ul {
        grid-template-columns: 1fr
    }

    .swiper-tx .item .pic {
        width: 50px
    }

    .swiper-tx .item .text {
        padding-left: 0;
        padding-top: 60px;
        overflow: hidden
    }

    .pb .pitem {
        width: 100%
    }

    .lectures .stories-am .stories-aul {
        width: 100%
    }

    .swiper-one .item {
        padding: 0
    }

    .newslist .item {
        width: 100%
    }

    .newslist .item .text {
        padding: 17px
    }

    .about02 .box {
        padding: 40px 10px
    }

    .about02 .box .bt {
        margin-bottom: 10px
    }

    .contact01 .right .nr {
        padding: 18px
    }

    .contact01 .left .f3 p {
        font-size: 18px;
        line-height: 28px;
        padding-top: 6px
    }

    .footer .footer-bottom {
        text-align: left
    }

    .footer .footer-bottom .fl {
        float: none;
        display: block
    }

    .footer .footer-bottom .fr {
        float: none
    }

    .inbanner .banner-hover .bt {
        font-size: 25px;
        margin-bottom: 10px
    }

    .inbanner .banner-hover .p {
        font-size: 14px;
        line-height: 26px
    }

    .advlist .item {
        width: 100%
    }

    .productlist .item {
        width: 100%;
        margin-right: 10px
    }

    .newslist .item .span .fenlei {
        font-size: 12px;
        line-height: 21px;
        display: inline-flex;
        align-items: center;
        margin-right: 5px;
    }
    .newslist .item .span .date {
        font-size: 12px;
    }
}

.header .header-right .Subscription a{
    position: relative;
    overflow: hidden;	
}

.header .header-right .Subscription a:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: -120%;
    -webkit-transition: 1s;
    transition: 1s;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0) 60%);
    opacity: .8;
}
@media (min-width: 1025px) {
    .header .header-right .Subscription a:hover:after {
        left: 100%;
    }
}
.footer .footer-top .left ul{
	margin-top: 36rem;
}

.footer .footer-top .left ul li a{
	font-size: 32rem;
    display: block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    color: var(--title-color);
    margin-bottom: 38rem;
    font-family: var(--Oswald-Medium);
}

.footer .footer-top .left ul li a .txt-2{
	display: none;
}

.footer .footer-top .left ul li a:hover{
	color: var(--main-color);
	text-decoration: underline;
}

@media (max-width: 1200px) {
	.footer .footer-top .left ul{display:none;}
	.home-advtange .swiper-advantages{
		padding:0;
	}
	
	.second-avi{
		display:black;
	}
	.second-avi .all{
		width:100%;
	}
	.productlist .item .more1{
		position: relative;
		bottom:auto;
	}
}
div.zoomDiv {
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
    width: 50rem;
    height: 50rem;
    background: #fff;
    -webkit-box-shadow: rgba(0,0,0,0.1) 0 0 8px;
    box-shadow: rgba(0,0,0,0.1) 0 0 8px;
    display: none;
    text-align: center;
    overflow: hidden
}

div.zoomMask {
    position: absolute;
    width: 10rem;
    height: 10rem;
    background: url(../images/touming.gif);
    z-index: 1;
    z-index: 9999
}

div.zoomDiv img {
    max-width: initial;
    max-height: initial;
}

@media (max-width: 768px) {
    .swiper-renewal-main .img {
        display: none
    }

    .swiper-renewal-main .img1 {
        display: block;
		position:relative;
    }
	.swiper-renewal-main .img1::after {
		content:"";
		display:block;
		padding-top:78.8333%
	}
	.swiper-renewal-main .img1 img,.swiper-renewal-main .img1 video {
		position:absolute;
		top:0;
		right:0;bottom:0;
		left:0;
		margin:auto;
	}
	.swiper-renewal-main .banner-hover .bt{
		pointer-events: none
	}
	.swiper-renewal-main .banner-hover .p{
		pointer-events: none
	}
    .inbanner .img {
        display: none
    }

    .inbanner .img1 {
        display: block
    }
}

#video-iframe{
	position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10000000000000000;
    display: none;
    background-color: #fff;
}
#video-iframe .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 iframe{
	display: block;
    max-width: 100%;
    max-height: 90vh;
    margin: 0 auto;
}