@charset "utf-8";
body {
    padding: 0
}

body,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
span,
li,
input,
button,
a,
textarea,
b,
strong {
    font-family: MiSans, serif
}

ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl {
    padding: 0;
    margin: 0
}

ul {
    list-style: none
}

ul:before,
dl:before,
ul:after,
dl:after {
    content: '';
    display: table;
    clear: both
}

input,
textarea {
    padding: 0;
    margin: 0;
    outline: none;
    border: none;
    background: none
}

textarea {
    resize: none
}

a,
a:hover,
a:active,
a:focus {
    text-decoration: none
}

a,
button {
    outline: none !important
}

.pd-rt-0 {
    padding-right: 0 !important
}

.pd-lt-0 {
    padding-left: 0 !important
}

body {
    overflow-x: hidden !important
}

.scale-img {
    overflow: hidden
}

.scale-img img {
    transition: .3s
}

.scale-img:hover img {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2)
}

.ob-cover-img img,
.ob-contain-img img {
    width: 100% !important;
    height: 100% !important
}

.ob-cover-img img {
    object-fit: cover
}

.ob-contain-img img {
    object-fit: contain
}

.display-table {
    display: table;
    width: 100%;
    height: 100%
}

.display-table .ver-middle {
    display: table-cell;
    vertical-align: middle;
    height: 100%
}

.fa,
.iconfont {
    vertical-align: middle;
    display: inline-block
}

.u-flex {
    display: flex;
    flex-direction: row;
    align-items: center
}

.u-flex-wrap {
    flex-wrap: wrap
}

.u-flex-nowrap {
    flex-wrap: nowrap
}

.u-col-center {
    align-items: center
}

.u-col-top {
    align-items: flex-start
}

.u-col-bottom {
    align-items: flex-end
}

.u-row-center {
    justify-content: center
}

.u-row-left {
    justify-content: flex-start
}

.u-row-right {
    justify-content: flex-end
}

.u-row-between {
    justify-content: space-between
}

.u-row-around {
    justify-content: space-around
}

.u-text-left {
    text-align: left
}

.u-text-center {
    text-align: center
}

.u-text-right {
    text-align: right
}

.u-flex-col {
    display: flex;
    flex-direction: column
}

.u-row-reverse {
    flex-direction: row-reverse
}

.u-flex1 {
    flex: 1;
    min-width: 0;
    min-height: 0
}

.container {
    width: 100% !important;
    max-width: 100%
}

@media (min-width:768px) and (max-width:991px) {
    .container {
        padding: 0 30px
    }
}

@media (min-width:992px) {
    .container {
        padding: 0 3.54166667vw
    }
}

.header {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    background: #fff;
    border-bottom: 1px solid #e5e5e5
}

.header .logo {
    max-width: 144px;
    height: 72px;
    padding: 15px 0
}

.header .logo a {
    height: 100%
}

.header .logo img {
    max-height: 100%;
    max-width: 100%
}

.header .header-nav {
    max-width: 1400px;
    width: 75vw;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%)
}

.header .header-nav ul li.menu_li {
    float: left;
    padding: 0 23px;
    position: relative
}

.header .header-nav ul li.menu_li h3 {
    line-height: 72px
}

.header .header-nav ul li.menu_li h3 a {
    font-weight: 400;
    font-size: 18px;
    color: #111111;
    display: block;
    font-family: MiSans;
    position: relative
}

.header .header-nav ul li.menu_li h3 a:after {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background: #009FE8;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    transition: all .5s
}

.header .header-nav ul li.menu_li .sub {
    position: absolute;
    display: none;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    min-width: 112px;
    padding-top: 10px
}

.header .header-nav ul li.menu_li .sub dl {
    width: 100%;
    background: #fff;
    box-shadow: 0 0 16px 0 #0000000a;
    border-radius: 8px;
    padding: 15px 0 25px
}

.header .header-nav ul li.menu_li .sub dl dd {
    line-height: 40px
}

.header .header-nav ul li.menu_li .sub dl dd a {
    color: #111111;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    display: block;
    font-family: MiSans
}

.header .header-nav ul li.menu_li .sub dl dd a:hover {
    color: #009FE8
}

.header .header-nav ul li.menu_li.product-item {
    position: inherit
}

.header .header-nav ul li.menu_li.product-item .sub {
    width: 100vw;
    padding-top: 1px
}

.header .header-nav ul li.menu_li.product-item .sub .nav-product {
    width: 100%;
    background: #fff;
    padding: 40px 0
}

.header .header-nav ul li.menu_li.product-item .sub .nav-product ol {
    list-style: none;
    margin: 0 -5px
}

.header .header-nav ul li.menu_li.product-item .sub .nav-product ol li {
    width: 20%;
    float: left;
    padding: 0 5px
}

.header .header-nav ul li.menu_li.product-item .sub .nav-product ol li .item {
    width: 100%;
    height: 180px;
    height: 9.375vw;
    border-radius: 24px;
    background: #f0f0f0;
    position: relative;
    padding-left: 1.5625vw
}

.header .header-nav ul li.menu_li.product-item .sub .nav-product ol li .item h5 {
    font-weight: 600;
    font-size: 20px;
    font-size: 1.04166667vw;
    color: #111111;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1
}

.header .header-nav ul li.menu_li.product-item .sub .nav-product ol li .item .thumb-img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.header .header-nav ul li.menu_li.product-item .sub .nav-product ol li .item .more {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0
}

.header .header-nav ul li.menu_li:hover h3 a {
    color: #009FE8
}

.header .header-nav ul li.menu_li:hover h3 a:after {
    width: 100%
}

.header .header-nav ul li.menu_li.active h3 a {
    color: #009FE8
}

.header .header-nav ul li.menu_li.active h3 a:after {
    width: 100%
}

.header .header-menu {
    cursor: pointer;
    margin: 15px 0 0 15px
}

.header .header-menu span {
    width: 28px;
    display: block;
    height: 2px;
    margin-bottom: 6px;
    background: #000000;
    transition: all .48s
}

.header .header-menu.active span:first-child {
    transform: rotate(45deg) translate(9px, 8px)
}

.header .header-menu.active span:nth-child(2) {
    opacity: 0
}

.header .header-menu.active span:nth-child(3) {
    transform: rotate(-45deg) translate(3px, -3px)
}

.header .header-rt {
    max-width: 300px
}

.header .header-rt .header-search,
.header .header-rt .header-lang,
.header .header-rt .header-tel {
    position: relative;
    margin: 16px 0
}

.header .header-rt .header-search .btn-search {
    width: 44px;
    height: 40px
}

.header .header-rt .header-search .btn-search i {
    font-size: 28px;
    color: #111111
}

.header .header-rt .header-search .header-search__box {
    position: absolute;
    width: 0;
    visibility: hidden;
    height: 100%;
    right: 0;
    top: 0;
    background: #000;
    color: #fff;
    padding-left: 20px;
    border-radius: 40px;
    font-size: 12px;
    font-weight: 500;
    font-family: MiSans;
    transition: all .5s
}

.header .header-rt .header-search .header-search__box .input-group input {
    background: none;
    border: none;
    height: 40px;
    padding: 0
}

.header .header-rt .header-search .header-search__box .input-group input,
.header .header-rt .header-search .header-search__box .input-group input::placeholder {
    color: #fff
}

.header .header-rt .header-search .header-search__box .input-group button {
    background: none;
    height: 100%;
    padding: 0 10px
}

.header .header-rt .header-search .header-search__box .input-group button i {
    color: #fff;
    font-size: 24px
}

.header .header-rt .header-search .header-search__box.active {
    width: 62.5vw;
    visibility: visible
}

@media (min-width:1200px) {
    .header .header-rt .header-search .header-search__box.active {
        width: 72.91666667vw
    }
}

.header .header-rt .header-lang .btn-lang {
    width: 40px;
    height: 40px;
    position: relative;
    z-index: 2
}

.header .header-rt .header-lang .btn-lang i {
    font-size: 24px;
    color: #111111
}

.header .header-rt .header-lang .header-lang__box {
    position: absolute;
    width: 0;
    visibility: hidden;
    height: 40px;
    background: #000;
    border-radius: 20px;
    padding-right: 30px;
    overflow: hidden;
    top: 0;
    right: 0;
    transition: width .5s
}

.header .header-rt .header-lang .header-lang__box a {
    font-size: 12px;
    font-weight: 500;
    display: block;
    font-family: MiSans;
    color: #666;
    margin: 0 10px
}

.header .header-rt .header-lang .header-lang__box a.active {
    color: #fff
}

.header .header-rt .header-lang.active .btn-lang i {
    color: #fff
}

.header .header-rt .header-lang.active .header-lang__box {
    width: 170px;
    visibility: visible
}

.header .header-rt .header-tel a {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    padding: 0 12px;
    line-height: 40px;
    display: block;
    border-radius: 12px;
    background: #009FE8
}

.top-header {
    width: 100%;
    height: 72px
}

.wap-submenu {
    width: 100%;
    height: 100vh;
    background: #fff;
    position: fixed;
    left: 0;
    top: -100vh;
    z-index: 998;
    padding-top: 69px;
    transition: top .5s
}

.wap-submenu.active {
    top: 0
}

.wap-submenu .wap-menu {
    width: 100%;
    height: calc(100% - 60px);
    overflow-y: auto
}

.wap-submenu .wap-menu ul li {
    width: 100%;
    height: 60px;
    overflow: hidden
}

.wap-submenu .wap-menu ul li .tit {
    width: 100%;
    line-height: 60px;
    position: relative;
    padding: 0 15px
}

.wap-submenu .wap-menu ul li .tit a {
    display: block;
    font-size: 16px;
    font-weight: 700;
    font-family: MiSans;
    color: #111111;
    border-top: 1px solid rgba(0, 0, 0, 0.1)
}

.wap-submenu .wap-menu ul li .tit button {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 100%;
    background: none;
    border: none
}

.wap-submenu .wap-menu ul li .tit button i {
    font-size: 20px;
    color: #111111
}

.wap-submenu .wap-menu ul li dl {
    width: 100%;
    background: #eee
}

.wap-submenu .wap-menu ul li dl dd {
    width: 100%;
    line-height: 60px;
    padding: 0 18px 0 38px
}

.wap-submenu .wap-menu ul li dl dd a {
    display: block;
    font-size: 16px;
    font-weight: 400;
    font-family: MiSans;
    color: #111111
}

.wap-submenu .wap-menu ul li.active {
    height: auto
}

.wap-submenu .wap-submenu__footer {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    border-top: 1px solid #eee;
    height: 60px
}

.wap-submenu .wap-submenu__footer .wap-submenu__footer-copy p {
    font-size: 14px;
    font-weight: 500;
    font-family: MiSans;
    color: #111111;
    line-height: 60px
}

.wap-submenu .wap-submenu__footer .wap-submenu__footer-icon ul {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.wap-submenu .wap-submenu__footer .wap-submenu__footer-icon ul li {
    padding: 2px 5px;
    border: 1px solid #009FE8;
    border-radius: 8px;
    margin-left: 5px
}

.wap-submenu .wap-submenu__footer .wap-submenu__footer-icon ul li i {
    font-size: 18px;
    color: #009FE8
}

.banner {
    width: 100%;
    height: calc(100vh - 72px);
    position: relative
}

.banner .banner-box {
    width: 100%;
    height: 100%
}

.banner .banner-box video,
.banner .banner-box img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.banner .banner-cover {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 9.375vw
}

.banner .banner-cover h3,
.banner .banner-cover h4 {
    color: #fff;
    line-height: 1;
    font-family: MiSans
}

.banner .banner-cover h3 {
    font-weight: 600;
    font-size: 40px
}

.banner .banner-cover h4 {
    font-weight: 100;
    font-size: 18px;
    padding-top: 23px
}

.banner .banner-cover a.more {
    width: 128px;
    height: 48px;
    background: #009FE8;
    border-radius: 24px;
    margin-top: 30px;
    position: relative;
    overflow: hidden
}

.banner .banner-cover a.more .cm-fill {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: #fff;
    transition: width .7s, height .7s;
    z-index: 0
}

.banner .banner-cover a.more em {
    font-weight: 100;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1px;
    font-family: MiSans;
    font-style: normal;
    position: relative;
    z-index: 1
}

.banner .banner-cover a.more:hover .cm-fill {
    width: 40rem;
    height: 40rem
}

.banner .banner-cover a.more:hover em {
    color: #009FE8
}

.banner-con {
    background: #F7F7F7;
    position: relative
}

.banner-con .banner-img {
    width: 100%
}

.banner-con .banner-img img {
    width: 100%
}

.banner-con .banner-cover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.banner-con .banner-cover .container {
    height: 100%
}

.banner-con .banner-cover .banner-cover__box {
    max-width: 485px;
    height: 100%
}

.banner-con .banner-cover .banner-cover__box h2,
.banner-con .banner-cover .banner-cover__box p {
    font-family: MiSans;
    color: #111111
}

.banner-con .banner-cover .banner-cover__box h2 {
    font-weight: 600;
    font-size: 40px;
    line-height: 1
}

.banner-con .banner-cover .banner-cover__box p {
    font-weight: 100;
    font-size: 18px;
    line-height: 32px;
    padding-top: 25px
}

.banner-con .banner-cover .banner-cover__box .more {
    width: 128px;
    height: 48px;
    border-radius: 24px;
    background: #009FE8;
    margin-top: 70px;
    position: relative;
    overflow: hidden;
    border: 1px solid #009FE8
}

.banner-con .banner-cover .banner-cover__box .more .cm-fill {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: #fff;
    transition: width .7s, height .7s;
    z-index: 0
}

.banner-con .banner-cover .banner-cover__box .more em {
    font-weight: 100;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1px;
    font-family: MiSans;
    font-style: normal;
    position: relative;
    z-index: 1
}

.banner-con .banner-cover .banner-cover__box .more:hover .cm-fill {
    width: 40rem;
    height: 40rem
}

.banner-con .banner-cover .banner-cover__box .more:hover em {
    color: #009FE8
}

.banner-con .banner-cover.banner-cover-center h2,
.banner-con .banner-cover.banner-cover-center p {
    color: #FFFFFF;
    font-family: MiSans;
    line-height: 1
}

.banner-con .banner-cover.banner-cover-center h2 {
    font-weight: 600;
    font-size: 40px
}

.banner-con .banner-cover.banner-cover-center p {
    font-weight: 400;
    font-size: 20px;
    padding-top: 28px
}

.footer {
    width: 100%;
    background: #f7f7f7;
    padding: 80px 0 50px;
    position: relative
}

.footer:before {
    content: '';
    display: block;
    left: 0;
    top: 0;
    width: 725px;
    width: 37.76041667vw;
    height: 100%;
    background: url("../images/footer-lf.png") no-repeat right top / cover;
    position: absolute
}

.footer .container {
    position: relative;
    z-index: 2
}

.footer .footer-lf {
    max-width: 657px;
    width: 34.21875vw
}

.footer .footer-lf .footer-logo {
    width: 100%;
    max-height: 35px;
    align-items: normal
}

.footer .footer-lf .footer-logo img {
    max-height: 100%
}

.footer .footer-lf .footer-lf__btn {
    width: 192px;
    height: 48px;
    background: #FFFFFF;
    border-radius: 16px;
    font-weight: 400;
    font-size: 18px;
    color: #009FE8;
    margin-top: 80px;
    font-family: MiSans
}

.footer .footer-lf .footer-lf__btn i {
    margin-left: 20px;
    font-size: 20px;
    transition: all .5s
}

.footer .footer-lf .footer-lf__btn:hover i {
    transform: translateX(5px)
}

.footer .footer-lf .footer-lf__contact {
    width: 100%;
    padding-top: 32px
}

.footer .footer-lf .footer-lf__contact h3 {
    line-height: 1;
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;
    font-family: MiSans;
    padding-bottom: 24px
}

.footer .footer-lf .footer-lf__contact p {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
    font-family: MiSans
}

.footer .footer-lf .footer-lf__items {
    width: 100%;
    padding-top: 120px
}

.footer .footer-lf .footer-lf__items .footer-lf__links {
    width: 114px;
    height: 48px;
    position: relative
}

.footer .footer-lf .footer-lf__items .footer-lf__links h5 {
    height: 100%;
    font-size: 16px;
    font-family: MiSans;
    border-radius: 16px;
    border: 1px solid #66C5F1;
    position: relative;
    z-index: 1
}

.footer .footer-lf .footer-lf__items .footer-lf__links h5 a {
    width: 100%;
    height: 100%;
    font-weight: 400;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center
}

.footer .footer-lf .footer-lf__items .footer-lf__links h5 a:after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #FFFFFF;
    border-radius: 50%;
    margin-left: 10px;
    transition: all .4s
}

.footer .footer-lf .footer-lf__items .footer-lf__links ul {
    width: calc(100% + 2px);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: calc(100% - 16px);
    padding: 10px 0 30px;
    border: 1px solid #66C5F1;
    border-bottom: none;
    border-radius: 16px 16px 0 0;
    display: none;
    background: #009FE8
}

.footer .footer-lf .footer-lf__items .footer-lf__links ul li {
    width: 100%;
    background: #009FE8
}

.footer .footer-lf .footer-lf__items .footer-lf__links ul li a {
    font-family: MiSans;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    display: block
}

.footer .footer-lf .footer-lf__items .footer-lf__links.active h5 {
    background: #fff
}

.footer .footer-lf .footer-lf__items .footer-lf__links.active h5 a {
    color: #009FE8
}

.footer .footer-lf .footer-lf__items .footer-lf__links.active h5 a:after {
    width: 16px;
    height: 6px;
    border-radius: 3px 3px 3px 3px;
    background: #009FE8
}

.footer .footer-lf .footer-lf__items .footer-lf__links.active ul {
    display: block
}

.footer .footer-lf .footer-lf__items .footer-lf__shejiao ul {
    display: flex
}

.footer .footer-lf .footer-lf__items .footer-lf__shejiao ul li {
    padding: 0 5px
}

.footer .footer-lf .footer-lf__items .footer-lf__shejiao ul li a {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    border: 1px solid #66c5f1
}

.footer .footer-lf .footer-lf__items .footer-lf__shejiao ul li a i {
    font-size: 26px;
    color: #fff
}

.footer .footer-lf .footer-lf__items .footer-lf__shejiao ul li .dropdown-menu {
    top: auto;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%)
}

.footer .footer-lf .footer-lf__items .footer-lf__shejiao ul li.open a {
    background: #fff
}

.footer .footer-lf .footer-lf__items .footer-lf__shejiao ul li.open a i {
    color: #66c5f1
}

.footer .footer-lf .footer-lf__bottom {
    width: 100%;
    padding-top: 58px
}

.footer .footer-lf .footer-lf__bottom p {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    font-family: MiSans;
    line-height: 20px
}

.footer .footer-lf .footer-lf__bottom p a {
    font-weight: 100;
    color: #fff
}

.footer .footer__rt {
    max-width: 1024px;
    width: 53.33333333vw
}

.footer .footer__rt .footer-nav {
    width: 100%;
    border-bottom: 1px solid #e5e5e5
}

.footer .footer__rt .footer-nav ul {
    display: flex;
    justify-content: space-between
}

.footer .footer__rt .footer-nav ul:before,
.footer .footer__rt .footer-nav ul:after {
    display: none
}

.footer .footer__rt .footer-nav ul li {
    line-height: 1;
    padding-bottom: 32px
}

.footer .footer__rt .footer-nav ul li a {
    font-weight: 600;
    font-size: 18px;
    color: #111111
}

.footer .footer__rt .footer-nav ul li a:hover {
    color: #009FE8
}

.footer .footer__rt .footer-form {
    width: 100%;
    padding-top: 60px
}

.footer .footer__rt .footer-form h3 {
    font-weight: 600;
    font-size: 18px;
    color: #111111;
    font-family: MiSans;
    line-height: 1;
    padding-bottom: 32px
}

.footer .footer__rt .footer-form ul {
    margin: 0 -20px
}

.footer .footer__rt .footer-form ul li {
    padding: 0 20px 18px
}

.footer .footer__rt .footer-form ul li input[type='text'],
.footer .footer__rt .footer-form ul li textarea {
    background: none;
    border-radius: 16px;
    border: 1px solid #cccccc;
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-weight: 400;
    font-size: 16px;
    color: #111111;
    padding: 0 24px;
    font-family: MiSans
}

.footer .footer__rt .footer-form ul li input[type='text']::placeholder,
.footer .footer__rt .footer-form ul li textarea::placeholder {
    color: #999999
}

.footer .footer__rt .footer-form ul li textarea {
    height: 64px
}

.footer .footer__rt .footer-form ul li button {
    width: 114px;
    height: 48px;
    border-radius: 16px;
    background: #009FE8;
    border: 1px solid #009FE8;
    position: relative;
    overflow: hidden
}

.footer .footer__rt .footer-form ul li button .cm-fill {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: #fff;
    transition: width .7s, height .7s;
    z-index: 0
}

.footer .footer__rt .footer-form ul li button em {
    font-weight: 100;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1px;
    font-family: MiSans;
    font-style: normal;
    position: relative;
    z-index: 1
}

.footer .footer__rt .footer-form ul li button:hover .cm-fill {
    width: 40rem;
    height: 40rem
}

.footer .footer__rt .footer-form ul li button:hover em {
    color: #009FE8
}

.footer .footer__rt .footer-rt_bottom {
    width: 100%;
    padding-top: 80px
}

.footer .footer__rt .footer-rt_bottom ul {
    display: flex;
    justify-content: flex-end
}

.footer .footer__rt .footer-rt_bottom ul li {
    position: relative;
    padding: 0 10px
}

.footer .footer__rt .footer-rt_bottom ul li a {
    font-weight: 400;
    font-size: 14px;
    color: #999999
}

.footer .footer__rt .footer-rt_bottom ul li a:hover {
    color: #009FE8
}

.footer .footer__rt .footer-rt_bottom ul li:after {
    content: '';
    display: block;
    width: 1px;
    height: 12px;
    background: #009FE8;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.footer .footer__rt .footer-rt_bottom ul li:last-child {
    padding-right: 0
}

.footer .footer__rt .footer-rt_bottom ul li:last-child:after {
    display: none
}

.position {
    width: 100%;
    border-bottom: 1px solid #E7E7E7
}

.position p {
    line-height: 50px
}

.position p,
.position p a {
    color: #999999;
    font-weight: 400;
    font-size: 14px;
    font-family: MiSans
}

.position p a {
    margin: 0 10px
}

.position p a:first-child {
    margin-left: 0
}

.position p a:last-child {
    pointer-events: none;
    color: #111111
}

.position p a:hover {
    color: #009FE8
}

.main {
    width: 100%
}

.main .pages {
    width: 100%;
    padding: 30px 0
}

.main .pages ul li {
    margin: 0;
    padding: 0 4px;
    float: left
}

.main .pages ul li a,
.main .pages ul li span {
    display: block;
    padding: 0 15px;
    line-height: 40px;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    font-weight: 400;
    font-size: 18px;
    color: #999999
}

.main .pages ul li span {
    background: #009FE8;
    border-color: #009FE8;
    color: #fff
}

.main .pages ul li .jumpto a {
    padding-right: 0
}

.main .pages ul li .jumpto .page_number {
    width: 60px
}

.main .pages ul li .jumpto .page_number::placeholder {
    color: #ccc
}

.main .pages ul li .jumpto input[type='submit'] {
    background: #009FE8;
    color: #fff;
    padding: 0 10px
}

.main .left-items {
    width: 304px;
    width: 17.04035874%
}

.main .left-items .left-items__case,
.main .left-items .left-items__news {
    width: 100%
}

.main .left-items .left-items__case-title,
.main .left-items .left-items__news-title {
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 24px
}

.main .left-items .left-items__case-title h2,
.main .left-items .left-items__news-title h2 {
    font-weight: 600;
    font-size: 24px;
    color: #999999;
    font-family: MiSans;
    line-height: 1
}

.main .left-items .left-items__case-list,
.main .left-items .left-items__news-list {
    width: 100%;
    padding-top: 50px
}

.main .left-items .left-items__case-list ul li,
.main .left-items .left-items__news-list ul li {
    width: 100%;
    padding-bottom: 24px
}

.main .left-items .left-items__case-list ul li .item,
.main .left-items .left-items__news-list ul li .item {
    width: 100%;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.main .left-items .left-items__case-list ul li .item:hover,
.main .left-items .left-items__news-list ul li .item:hover {
    z-index: 2;
    -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0)
}

.main .left-items .left-items__case-list ul li .item .thumb-img,
.main .left-items .left-items__news-list ul li .item .thumb-img {
    width: 100%
}

.main .left-items .left-items__case-list ul li .item .item-con,
.main .left-items .left-items__news-list ul li .item .item-con {
    background: #f7f7f7;
    padding: 22px 19px;
    padding-inline: .98958333vw
}

.main .left-items .left-items__case-list ul li .item .item-con h5,
.main .left-items .left-items__news-list ul li .item .item-con h5 {
    font-weight: 100;
    font-size: 14px
}

.main .left-items .left-items__case-list ul li .item .item-con h5 a,
.main .left-items .left-items__news-list ul li .item .item-con h5 a {
    color: #009FE8;
    font-family: MiSans
}

.main .left-items .left-items__case-list ul li .item .item-con h3,
.main .left-items .left-items__news-list ul li .item .item-con h3 {
    font-weight: 400;
    font-size: 16px;
    padding-top: 17px
}

.main .left-items .left-items__case-list ul li .item .item-con h3 a,
.main .left-items .left-items__news-list ul li .item .item-con h3 a {
    color: #111111;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1
}

.main .left-items .left-items__case-list ul li .item .item-con h6,
.main .left-items .left-items__news-list ul li .item .item-con h6 {
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    font-family: MiSans;
    padding-top: 25px
}

.main .left-items .left-items__news {
    padding-top: 40px
}

@media (max-width:1440px) {
    .header .header-nav ul li.menu_li {
        padding: 0 10px
    }
    .header .header-nav ul li.menu_li h3 a {
        font-size: 16px
    }
}

@media screen and (max-width:991px) {
    .header .logo {
        height: 54px;
        max-width: 27vw
    }
    .header .header-rt {
        max-width: 300px
    }
    .header .header-rt .header-search,
    .header .header-rt .header-lang,
    .header .header-rt .header-tel {
        position: relative;
        margin: 12px 0
    }
    .header .header-rt .header-search .btn-search {
        width: 34px;
        height: 30px
    }
    .header .header-rt .header-search .btn-search i {
        font-size: 22px
    }
    .header .header-rt .header-search .header-search__box {
        padding-left: 20px;
        font-size: 12px
    }
    .header .header-rt .header-search .header-search__box .input-group input {
        height: 30px
    }
    .header .header-rt .header-search .header-search__box .input-group button {
        padding: 0 5px
    }
    .header .header-rt .header-search .header-search__box .input-group button i {
        font-size: 18px
    }
    .header .header-rt .header-search .header-search__box.active {
        width: 40vw
    }
    .header .header-rt .header-lang .btn-lang {
        width: 30px;
        height: 30px
    }
    .header .header-rt .header-lang .btn-lang i {
        font-size: 22px
    }
    .header .header-rt .header-lang .header-lang__box {
        height: 30px
    }
    .header .header-rt .header-lang .header-lang__box a {
        font-size: 10px
    }
    .header .header-rt .header-lang.active .header-lang__box {
        width: 140px
    }
    .header .header-rt .header-tel a {
        font-weight: 400;
        font-size: 16px;
        color: #FFFFFF;
        padding: 0 12px;
        line-height: 40px;
        display: block;
        border-radius: 12px;
        background: #009FE8
    }
    .top-header {
        height: 54px
    }
    .footer {
        padding: 0
    }
    .footer:before {
        display: none
    }
    .footer .footer-lf {
        width: 100%;
        max-width: initial;
        position: relative;
        padding: 40px 0 110px
    }
    .footer .footer-lf:before {
        content: '';
        display: block;
        width: 100vw;
        height: 100%;
        position: absolute;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        background: #009FE8;
        z-index: -1
    }
    .footer .footer-lf .footer-logo img {
        max-height: 54px;
        max-width: 27vw
    }
    .footer .footer-lf .footer-lf__btn {
        width: 132px;
        height: 32px;
        font-size: 14px;
        margin-top: 30px;
        border-radius: 10px
    }
    .footer .footer-lf .footer-lf__btn i {
        margin-left: 10px;
        font-size: 20px
    }
    .footer .footer-lf .footer-lf__contact {
        padding-top: 20px
    }
    .footer .footer-lf .footer-lf__contact h3 {
        font-size: 15px;
        padding-bottom: 20px
    }
    .footer .footer-lf .footer-lf__contact p {
        font-size: 14px;
        line-height: 1.5
    }
    .footer .footer-lf .footer-lf__items {
        padding-top: 90px
    }
    .footer .footer-lf .footer-lf__items .footer-lf__links {
        width: 94px;
        height: 38px
    }
    .footer .footer-lf .footer-lf__items .footer-lf__links h5 {
        font-size: 13px;
        border-radius: 14px
    }
    .footer .footer-lf .footer-lf__items .footer-lf__links ul li a {
        font-size: 12px
    }
    .footer .footer-lf .footer-lf__items .footer-lf__shejiao ul li a {
        width: 38px;
        height: 38px;
        border-radius: 14px
    }
    .footer .footer-lf .footer-lf__items .footer-lf__shejiao ul li a i {
        font-size: 22px
    }
    .footer .footer-lf .footer-lf__bottom {
        padding-top: 20px
    }
    .footer .footer-lf .footer-lf__bottom p {
        font-weight: 400;
        font-size: 14px;
        color: #FFFFFF;
        font-family: MiSans;
        line-height: 20px
    }
    .footer .footer-lf .footer-lf__bottom p a {
        font-weight: 100;
        color: #fff
    }
    .footer .footer-lf .footer-url {
        width: 100%;
        padding-top: 10px
    }
    .footer .footer-lf .footer-url ul {
        display: flex;
        justify-content: flex-end
    }
    .footer .footer-lf .footer-url ul li {
        padding: 0 10px;
        position: relative
    }
    .footer .footer-lf .footer-url ul li a {
        font-family: MiSans;
        color: #fff
    }
    .footer .footer-lf .footer-url ul li:after {
        content: '';
        display: block;
        width: 1px;
        height: 12px;
        background: #fff;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%)
    }
    .footer .footer-lf .footer-url ul li:last-child {
        padding-right: 0
    }
    .footer .footer-lf .footer-url ul li:last-child:after {
        display: none
    }
    .footer .footer__rt {
        width: 100%;
        padding-bottom: 20px
    }
    .footer .footer__rt .footer-nav ul li {
        padding-bottom: 15px
    }
    .footer .footer__rt .footer-nav ul li a {
        font-size: 13px
    }
    .footer .footer__rt .footer-form {
        padding-top: 30px
    }
    .footer .footer__rt .footer-form h3 {
        font-size: 14px;
        padding-bottom: 20px;
        text-align: center
    }
    .footer .footer__rt .footer-form ul {
        margin: 0 -5px
    }
    .footer .footer__rt .footer-form ul li {
        padding: 0 5px 10px
    }
    .footer .footer__rt .footer-form ul li input[type='text'],
    .footer .footer__rt .footer-form ul li textarea {
        border-radius: 12px;
        height: 32px;
        line-height: 32px;
        font-size: 13px;
        padding: 0 15px
    }
    .footer .footer__rt .footer-form ul li textarea {
        height: 64px
    }
    .footer .footer__rt .footer-form ul li button {
        width: 100%;
        height: 38px;
        border-radius: 12px;
        margin: auto
    }
    .footer .footer__rt .footer-form ul li button em {
        font-size: 13px
    }
    .footer .footer__rt .footer-rt_bottom {
        padding-top: 30px
    }
    .footer .footer__rt .footer-rt_bottom ul li {
        padding: 0 10px
    }
    .banner {
        height: calc(100vh - 54px)
    }
    .banner .banner-cover {
        bottom: 16vw
    }
    .banner .banner-cover h3 {
        font-size: 28px
    }
    .banner .banner-cover h4 {
        font-size: 14px;
        padding-top: 10px
    }
    .banner .banner-cover a.more {
        width: 98px;
        height: 38px;
        margin-top: 15px
    }
    .banner-con .banner-img img {
        height: 65vw;
        object-fit: cover;
        object-position: right center
    }
    .banner-con .banner-cover .banner-cover__box h2 {
        font-size: 28px
    }
    .banner-con .banner-cover .banner-cover__box p {
        font-size: 14px;
        line-height: 24px;
        padding-top: 15px
    }
    .banner-con .banner-cover .banner-cover__box .more {
        width: 98px;
        height: 38px;
        margin-top: 25px
    }
    .banner-con .banner-cover.banner-cover-center {
        padding: 0 15px
    }
    .banner-con .banner-cover.banner-cover-center h2 {
        font-size: 28px
    }
    .banner-con .banner-cover.banner-cover-center p {
        font-size: 16px;
        padding-top: 15px;
        text-align: center
    }
    .position p {
        line-height: 34px
    }
    .position p,
    .position p a {
        font-size: 12px;
        font-family: MiSans
    }
    .position p a {
        margin: 0 3px
    }
    .main .left-items {
        display: none
    }
    .main .pages {
        padding: 15px 0
    }
    .main .pages ul li {
        padding: 0 2px
    }
    .main .pages ul li a,
    .main .pages ul li span {
        padding: 0 8px;
        line-height: 28px;
        font-size: 12px
    }
    .main .pages ul li .jumpto {
        display: none
    }
}

.selectpicker {
    position: relative;
    width: 220px;
    min-width: 134px;
    height: 36px;
    border: 1px solid #eee;
    cursor: pointer
}

.selectpicker:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -2px;
    border-top: 5px solid #666;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent
}

.selectpicker .select_text {
    padding: 0 20px 0 10px;
    height: 36px;
    line-height: 36px
}

.selectpicker ul.select_ul {
    display: none;
    position: absolute;
    left: -1px;
    width: 100%;
    min-width: 134px;
    border: 1px solid #D4D4D4;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background: #fff;
    z-index: 999
}

.selectpicker ul.select_ul li {
    line-height: 36px;
    text-indent: 10px
}

.selectpicker ul.select_ul li:hover {
    color: #fff;
    background: #009FE8
}

.selectpicker ul.select_ul li.cur {
    color: #fff;
    background: rgba(0, 159, 232, 0.6)
}

@keyframes boderM {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0
    }
    20% {
        opacity: 1
    }
    75% {
        transform: translate(-50%, -50%) scale(2);
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

@keyframes bordershow {
    50% {
        box-shadow: 0 0 10px 0 #009FE8
    }
}

#aff-im-root .embed-icon {
    z-index: 99 !important
}

.sticky {
    z-index: 9;
    background: #fff
}