﻿@charset "utf-8";
@import url(iconfont.css);
@import url(fontsize.css);
/*网站单位设置*/
html { overflow: hidden; overflow-y: scroll; font-size: 16px; }

@media screen and (max-width:1024px) {
    html { font-size: 14px; }
}

body { font-family: ‘微软雅黑’, Arial, sans-serif; font-weight: normal; text-rendering: optimizeLegibility; color: #333; background-color: #fff; overflow-x: hidden; }
*::-webkit-scrollbar { width: 3px; border-radius: 1.5px; }
*::-webkit-scrollbar-button { display: none; }
*::-webkit-scrollbar-track { background-color: #eee; }
*::-webkit-scrollbar-thumb { background-color: #e32235; }
hr { box-sizing: content-box; height: 0; overflow: visible; }
h1, h2, h3, h4, h5, h6 { margin-top: 0; margin-bottom: .25rem; }
p { margin: 0; }

.bg-lightestblue { background-color: #eaf6fe; }
.bg-lightergrey { background-color: #f7f7f7; }
.bg-fontdarkblue { background-color: #002c37; }


.bg-hover { background: #12498f; color: #fff; }
    .bg-hover:hover { border-color: #12498f; background: none; color: #12498f }

abbr [data-original-title], abbr[title] { text-decoration: underline; -webkit-text-decoration: underline dotted; text-decoration: underline dotted; cursor: help; border-bottom: 0; -webkit-text-decoration-skip-ink: none; text-decoration-skip-ink: none }
address { margin-bottom: .5rem; font-style: normal; line-height: inherit; }
dl, ol, ul { margin: 0; padding: 0; }
    ol ol, ol ul, ul ol, ul ul { margin: 0; padding: 0; }
dt { font-weight: 700; }
dd { margin-bottom: .5rem; margin-left: 0; }
blockquote { margin: 0 0 .5rem; }
b, strong { font-weight: bold; }
small { font-size: 80%; }
sub, sup { position: relative; font-size: 75%; line-height: 0; vertical-align: baseline; }
sub { bottom: -.25em; }
sup { top: -.5em; }
em { font-style: normal; }
.f-no { display: flex; flex-flow: row wrap; }
.f-no-b-center { display: flex; flex-flow: row wrap; justify-content: space-between; align-items: center; }
.f-no-b-start { display: flex; flex-flow: row wrap; justify-content: space-between; align-items: flex-start; }
.f-no-b-stretch { display: flex; flex-flow: row wrap; justify-content: space-between; align-items: stretch; }
.f-no-c-center { display: flex; flex-flow: row wrap; justify-content: center; align-items: center; }
.f-no-c-start { display: flex; flex-flow: row wrap; justify-content: center; align-items: flex-start; }
.f-no-c-stretch { display: flex; flex-flow: row wrap; justify-content: center; align-items: stretch; }
.f-no-s-center { display: flex; flex-flow: row wrap; justify-content: flex-start; align-items: center; }
.f-no-s-end { display: flex; flex-flow: row wrap; justify-content: flex-start; align-items: flex-end; }
.f-no-s-stretch { display: flex; flex-flow: row wrap; justify-content: flex-start; align-items: stretch; }
.f-no-end-start { display: flex; flex-flow: row wrap; justify-content: flex-end; }
.f-no-col { display: flex; flex-flow: column wrap; }
.f-no-col-b-center { display: flex; flex-flow: column wrap; justify-content: space-between; align-items: center; }
.f-no-col-c-center { display: flex; flex-flow: column wrap; justify-content: center; align-items: center; }
.f-no-col-s-center { display: flex; flex-flow: column wrap; justify-content: flex-start; align-items: center; }
.f-no-col-s-end { display: flex; flex-flow: column wrap; justify-content: flex-start; align-items: flex-end; }
.f-no-col-c-start { display: flex; flex-flow: column wrap; justify-content: center; align-items: flex-start; }
.f-no-col-b-start { display: flex; flex-flow: column wrap; justify-content: space-between; align-items: flex-start; }
.f-no-col-end-start { display: flex; flex-flow: column wrap; justify-content: flex-end; align-items: flex-start; }
.pc-block { display: block; }
.pc-block-768 { display: block; }
.pc-block-767 { display: block; }
.m-block { display: none; }
.m-block-767 { display: none; }
.m-block-768 { display: none; }

@media (max-width: 1199px) {
    .pc-block { display: none; }
    .m-block { display: block; }
}

@media (max-width: 768px) {
    .pc-block-768 { display: none; }
    .m-block-768 { display: block; }
}

@media (max-width: 767px) {
    .pc-block-767 { display: none; }
    .m-block-767 { display: block; }
}

.container { width: 96%; max-width: 1320px; margin: 0 auto; padding: 0; }
.w1520 { width: 96%; max-width: 1620px; margin: 0 auto; }

@media (min-width: 1300px) {
    .container { width: 94%; max-width: 1620px; margin: 0 auto; padding: 0; }
    .w1520 { width: 94%; max-width: 1620px; margin: 0 auto; }
}

.container .container { padding: 0; width: 100%; }
.w1800 { width: 94%; max-width: 1800px; margin: 0 auto; }
.ovh { overflow: hidden; }
.clearfix, ul { zoom: 1; }
    .clearfix:after, ul:after { display: block; height: 0; clear: both; visibility: hidden; overflow: hidden; content: "."; }
img { max-width: 100%; image-rendering: -webkit-optimize-contrast; /* Safari 和 Chrome */ image-rendering: -moz-crisp-edges; /* Firefox */ image-rendering: crisp-edges; -ms-interpolation-mode: nearest-neighbor; /* IE */ }
ul, li { padding: 0; margin: 0; list-style: none; }
.fl { float: left; }
.fr { float: right; }
a { color: #333; text-decoration: none; }
    a:hover, a:active, a:focus { text-decoration: none; color: #e32235; }
.db { display: block; }
.i-ell { white-space: nowrap; text-overflow: ellipsis; overflow: hidden; max-width: 100%; }
.i-ell-2 { max-width: 100%; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.i-ell-3 { max-width: 100%; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.i-ell-4 { max-width: 100%; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; }

.vertical_img { display: block; width: 100%; position: relative; overflow: hidden; background: #fff; cursor: pointer; }
    .vertical_img img.bgimg { width: 100%; }
    .vertical_img img.up-pic { transform: translateZ(0px); transition: transform 0.8s ease 0s; position: absolute; left: 0; top: 50%; width: 100%; z-index: 2; transform: translateY(-50%); }

.lazyloadimg { position: relative; overflow: hidden; cursor: pointer; margin: 0; padding: 0; }
    .lazyloadimg img.bgimg { width: 100%; }
    .lazyloadimg img.img { position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 100%; z-index: 2; transition: all .8s; }
    .lazyloadimg.transform { }


@media (min-width: 767px) {
    .vertical_img:hover img.up-pic, .lazyloadimg:hover img.img { transform: scale(1.05, 1.05) translateY(-48%); transition: all .8s; }
}


.swiper-btn { display: flex; height: 40px; align-items: center; }

@media screen and (max-width: 640px) {
    .swiper-btn { height: 32px; }
}

.swiper-btn .swiper-button-next,
.swiper-btn .swiper-button-prev { width: 40px; height: 40px; background-color: #e32235; background-repeat: no-repeat; background-position: center center; background-size: 35%; position: static; transition: all 0.36s; margin-top: 0; margin-left: 18px; outline: none; }

@media screen and (max-width: 640px) {

    .swiper-btn .swiper-button-next,
    .swiper-btn .swiper-button-prev { width: 32px; height: 32px; }
}

.swiper-btn .swiper-button-next:hover,
.swiper-btn .swiper-button-prev:hover { background-color: #23ac38; }

.swiper-btn .swiper-button-prev::after { font-family: iconfont; content: "\e671"; color: #fff; font-size: 1rem; }
.swiper-btn .swiper-button-next::after { font-family: iconfont; content: "\e66f"; color: #fff; font-size: 1rem; }






/*.site-header { -webkit-transition: all 0.2s; -moz-transition: all 0.2s; transition: all 0.2s; }
    .site-header * { -webkit-transition: all 0.2s; -moz-transition: all 0.2s; transition: all 0.2s; }*/ .d-tit { font-size: 2rem; }

.i-more { padding: 3.75rem 0 3.75rem; text-align: center; }
    .i-more a { height: 1.2rem; line-height: 1.2rem; padding-left: 1.2rem; padding-right: 1.2rem; display: inline-block; border-radius: 0.15rem; text-transform: uppercase; color: #fff; background: #e32235; text-align: center; color: #FFFFFF; transition: all .36s ease; border: 1px solid #e32235; }
        .i-more a:hover { border: 1px solid #666; background: none; background-color: #222; color: #fff; }
.i-more2 { text-align: center; margin-bottom: 3.75rem; }
    .i-more2 a { line-height: 1.1rem; height: 1.1rem; padding-left: 1.25rem; padding-right: 1.6rem; position: relative; border-radius: 0.675rem; background: #e32235; color: white; text-transform: capitalize; display: inline-block; text-align: center; font-size: 1.25rem; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; transition: .5s; }
        .i-more2 a i { width: 2rem; height: 2rem; line-height: 2rem; border-radius: 100%; color: #e32235; font-size: 1rem; position: absolute; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); right: 10px; background: white; text-align: center; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; transition: .5s; }
        .i-more2 a:hover i { -webkit-animation: td .5s linear; -o-animation: td .5s linear; -ms-animation: td .5s linear; -moz-animation: td .5s linear; animation: td .5s linear; }
        .i-more2 a.dataText { overflow: hidden; }


.home-more { background: #e32235; color: #fff; border: 1px solid #e32235; }
    .home-more:hover { background: #fff; color: #e32235; }








@-webkit-keyframes td {
    from { -webkit-transform: translateY(-50%) rotate(0); -moz-transform: translateY(-50%) rotate(0); -ms-transform: translateY(-50%) rotate(0); -o-transform: translateY(-50%) rotate(0); transform: translateY(-50%) rotate(0); right: 10px; }
    50% { -webkit-transform: translateY(-50%) rotate(-40deg); -moz-transform: translateY(-50%) rotate(-40deg); -ms-transform: translateY(-50%) rotate(-40deg); -o-transform: translateY(-50%) rotate(-40deg); transform: translateY(-50%) rotate(-40deg); right: 30px; }
    to { -webkit-transform: translateY(-50%) rotate(0); -moz-transform: translateY(-50%) rotate(0); -ms-transform: translateY(-50%) rotate(0); -o-transform: translateY(-50%) rotate(0); transform: translateY(-50%) rotate(0); right: 10px; }
}

@-o-keyframes td {
    from { -webkit-transform: translateY(-50%) rotate(0); -moz-transform: translateY(-50%) rotate(0); -ms-transform: translateY(-50%) rotate(0); -o-transform: translateY(-50%) rotate(0); transform: translateY(-50%) rotate(0); right: 10px; }
    50% { -webkit-transform: translateY(-50%) rotate(-40deg); -moz-transform: translateY(-50%) rotate(-40deg); -ms-transform: translateY(-50%) rotate(-40deg); -o-transform: translateY(-50%) rotate(-40deg); transform: translateY(-50%) rotate(-40deg); right: 30px; }
    to { -webkit-transform: translateY(-50%) rotate(0); -moz-transform: translateY(-50%) rotate(0); -ms-transform: translateY(-50%) rotate(0); -o-transform: translateY(-50%) rotate(0); transform: translateY(-50%) rotate(0); right: 10px; }
}

@-moz-keyframes td {
    from { -webkit-transform: translateY(-50%) rotate(0); -moz-transform: translateY(-50%) rotate(0); -ms-transform: translateY(-50%) rotate(0); -o-transform: translateY(-50%) rotate(0); transform: translateY(-50%) rotate(0); right: 10px; }
    50% { -webkit-transform: translateY(-50%) rotate(-40deg); -moz-transform: translateY(-50%) rotate(-40deg); -ms-transform: translateY(-50%) rotate(-40deg); -o-transform: translateY(-50%) rotate(-40deg); transform: translateY(-50%) rotate(-40deg); right: 30px; }
    to { -webkit-transform: translateY(-50%) rotate(0); -moz-transform: translateY(-50%) rotate(0); -ms-transform: translateY(-50%) rotate(0); -o-transform: translateY(-50%) rotate(0); transform: translateY(-50%) rotate(0); right: 10px; }
}

@keyframes td {
    from { -webkit-transform: translateY(-50%) rotate(0); -moz-transform: translateY(-50%) rotate(0); -ms-transform: translateY(-50%) rotate(0); -o-transform: translateY(-50%) rotate(0); transform: translateY(-50%) rotate(0); right: 10px; }
    50% { -webkit-transform: translateY(-50%) rotate(-40deg); -moz-transform: translateY(-50%) rotate(-40deg); -ms-transform: translateY(-50%) rotate(-40deg); -o-transform: translateY(-50%) rotate(-40deg); transform: translateY(-50%) rotate(-40deg); right: 30px; }
    to { -webkit-transform: translateY(-50%) rotate(0); -moz-transform: translateY(-50%) rotate(0); -ms-transform: translateY(-50%) rotate(0); -o-transform: translateY(-50%) rotate(0); transform: translateY(-50%) rotate(0); right: 10px; }
}



.i-pagination { bottom: 0px; z-index: 1; text-align: center; margin: 5px 0; }
    .i-pagination .swiper-pagination-bullet { width: 10px; height: 10px; margin: 0 5px !important; background-color: #3b373a; opacity: 1; position: relative; }
    .i-pagination .swiper-pagination-bullet-active { background-color: #e32235; width: 30px; border-radius: 12px; }

/*h2.i-title { font-size: 0.9rem; line-height: 1.1rem; font-weight: 600; text-align: center; padding-bottom: 1.25rem; padding-top: 1rem; position: relative; }
    h2.i-title::after { content: ""; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); height: 5px; width: 1rem; background: #e32235; border-radius: 4px; }*/
.i-title { width: 100%; padding-bottom: 0.75rem; background: url(../img/line.png) no-repeat bottom; margin: 1.25rem 0; }
    .i-title h2 { font-size: 0.9rem; line-height: 0.9rem; text-align: center; font-weight: bold; }
    .i-title p { font-size: 1.25rem; line-height: 1.5rem; text-align: center; margin-top: 10px; }

.tit01 { text-align: center; color: #333333; font-weight: bold; margin: 0 0 3.125rem 0; }
    .tit01 a { color: #333333; }
    .tit01 p { font-weight: normal; display: block; color: #333333; }


header.header { position: fixed; left: 0; top: 0; right: 0; -webkit-box-shadow: 0 4px 5px 0 rgba(204, 204, 204, 0.75); -moz-box-shadow: 0 4px 5px 0 rgba(204, 204, 204, 0.75); box-shadow: 0 4px 5px 0 rgba(204, 204, 204, 0.75); z-index: 300; transition: height .3s ease-in-out; /* position: relative;*/ z-index: 99; }
/*header.header  { height: 120px; display: flex; align-items: center; flex-grow: 1; }*/

.header-top { color: #fff; background: #e32235; font-size: 1rem; line-height: 40px; }
    .header-top .text-right { display: flex; align-items: center; height: 40px; justify-content: right; }
.header-top-right { }
    .header-top-right a { color: #fff; line-height: 40px; display: flex; align-items: center; }
    .header-top-right i { margin: 0 5px; font-size: 20px; color: #fff; border-radius: 50%; width: 30px; text-align: center; }




@media screen and (max-width: 1199px) {
    /*header.header { height: 80px; }*/
    header.header .container { height: 80px; }
}

header.header .navbar-header { height: 80px; }
    header.header .navbar-header .logo { font-size: 36px; font-weight: bold; display: flex; align-items: center; margin-right: 30px; }
        header.header .navbar-header .logo img { max-height: 60px; }

    header.header .navbar-header .logo_txt { font-weight: bold; color: #313742; display: block; text-align: left; line-height: 56px; padding-left: 21px; background: url(../img/logo_txt.png) no-repeat top left 7px; }

header.header .sc { padding-left: 58px; float: right; width: 245px; box-sizing: border-box; font-size: 14px; color: #333333; position: relative; }
    header.header .sc:before { position: absolute; width: 50px; height: 50px; background: #e32235; content: "\e64f"; left: 0; top: 3px; font-family: "iconfont" !important; font-size: 28px; color: #fff; text-align: center; line-height: 50px; border-radius: 50%; }
    header.header .sc p { overflow: hidden; color: #333333; font: 24px "Arial"; font-weight: bold; float: left; line-height: 30px; }

header.header .menu { flex-grow: 1; }

@media screen and (max-width: 1199px) {
    header.header .navbar-header .logo_txt { display: none; }
    header .header .menu { flex-basis: 1px; flex-shrink: 1; }
    header.header .navbar-header { width: 100%; flex-shrink: 0; }
        header.header .navbar-header .logo { font-size: 24px; }
            header.header .navbar-header .logo img { padding-right: 20px; max-height: 55px; }
}






.header-search { flex: 0 0 40px; width: 36px; height: 36px; line-height: 36px; position: relative; text-align: center; }
    .header-search a { display: block; }
.header-search-open .iconfont { font-size: 20px; }
.header-contact { margin-right: 15px; }
    .header-contact a { display: flex; align-items: center; }
        .header-contact a i { margin: 0 5px; font-size: 20px; font-weight: bold; color: #e32235; border-radius: 50%; width: 38px; height: 38px; line-height: 38px; display: inline-block; text-align: center; }
        .header-contact a div { }








@media screen and (min-width: 1199px) {
    .header-search:hover { background: #fff; }
        .header-search:hover .iconfont { color: #e32235; }
}


.searchbar div.kesearchbox .ke_searchbox { top: 0; width: 250px; width: 15.625rem; border-radius: 7px 0 0 7px; border-radius: 0.4375rem 0 0 0.4375rem; color: #002c37; background-color: #eff5f7; border: none; position: relative; padding-left: 15px; padding-left: 0.9375rem; height: 40px; height: 2.5rem; font-size: 15px; font-size: .9375rem; font-style: italic; }
.searchbar div.kesearchbox .btn-link { border-radius: 0 7px 7px 0; border-radius: 0 0.4375rem 0.4375rem 0; background-color: #eff5f7; position: relative; border: none; padding: 0; margin: 0; }
    .searchbar div.kesearchbox .btn-link:before { position: relative; bottom: 0; z-index: 999; content: ""; display: block; height: 17px; height: 1.0625rem; margin: auto 15px auto 0; width: 1px; width: 0.0625rem; background-color: #ccd4d7; }
    .searchbar div.kesearchbox .btn-link i { color: #002c37; font-size: 18px; }

.header-search-form { display: none; position: absolute; top: 40px; right: 0px; z-index: 99; }
.nav__dropdown-overlay { background: rgba(0, 0, 0, 0.1); height: 100vh; left: 0; max-width: 100vw; position: fixed; top: 0; width: 100%; z-index: 1; overflow: hidden; width: 0; height: 0; opacity: 0; backdrop-filter: blur(3px); }
.overlay--open { animation: overlayOpen .4s ease-out forwards; }

@keyframes overlayOpen {
    0% { width: 0; height: 0; opacity: 0; z-index: -1; }
    1% { width: 100%; height: 100vh; z-index: 1; }
    100% { opacity: 1; width: 100%; height: 100vh; z-index: 1; }
}







.header-dropdown { flex-shrink: 0; margin-left: 1.4rem; }
.m-block.header-dropdown { margin-left: 0rem; margin-right: 0.8rem; }
.header-dropdown-h { text-align: left; margin: 0 -1em; position: relative }

.header-dropdown.hover .header-dropdown-h { z-index: 2 }

.header-dropdown-item { display: flex; align-items: center; white-space: nowrap; padding: 0 1.5em 0 0 }

    .header-dropdown-item img, .header-dropdown-item-title { display: inline-block; cursor: pointer }

    .header-dropdown-item img { margin-right: .5em }

    .header-dropdown-item i { vertical-align: top; text-align: center; line-height: inherit; width: 30px; margin-right: 5px }

.header-dropdown-current { position: relative; z-index: 1 }

/*.header-dropdown-current .header-dropdown-item:after { display: block; position: absolute; top: 50%; right: .8em; content: '\e689'; font-size: 0.8em; margin-top: -1.3em; font-family: iconfont; font-weight: 400; cursor: pointer }*/

.header-dropdown-list { position: absolute; top: -.4em; left: 0; padding-top: 2.4em; padding-bottom: .4em; min-width: 100%; background: #fff; box-shadow: 0 5px 15px rgba(0,0,0,.15); transform-origin: 50% 0; transform: scaleY(0) translateZ(0); opacity: 0; transition: transform 0.3s,opacity 0.3s; }
.header-dropdown.hover .header-dropdown-list { transform: scaleY(1) translateZ(0); opacity: 1; }
.header-dropdown-list-h { max-height: calc(90vh - 3em); overflow-y: auto; -webkit-overflow-scrolling: touch }








@media screen and (max-width: 1199px) {
    header .header .navbar-toggler { padding-right: 0; padding-right: 0; box-shadow: none; outline: 0; display: flex; flex-direction: column; align-items: end; }
}

/*header.header .icon-bar { width: 26px; width: 1.625rem; height: 1.5px; height: 0.09375rem; margin-bottom: 8px; margin-bottom: 0.5rem; display: block; transition: all ease-in 150ms; background-color: #002c37; }
    header.header .icon-bar.middle { width: 30px; width: 1.875rem; background-color: #e32235; }*/

header.header .topNavigation { font-size: 14px; font-size: .875rem; }
    header.header .topNavigation .topnav-link { font-weight: 500; text-decoration: none; padding-left: 20px; padding-left: 1.25rem; color: #002c37 }

@media screen and (max-width: 1199px) {
    header.header .topNavigation .topnav-link { padding: 0 15px; padding: 0 .9375rem }
}

@media screen and (max-width: 1199px) {
    header.header .topNavigation.mobile { padding-bottom: 10px }
        header.header .topNavigation.mobile:after { display: block; content: ""; width: 100%; height: 5px; height: .3125rem; background-color: transparent; -webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,.1); -moz-box-shadow: 0 3px 3px 0 rgba(0,0,0,.1); box-shadow: 0 3px 3px 0 rgba(0,0,0,.1) }
}

header.header .topNavigation .languagemenu .dropdown-menu { box-shadow: 0 3px 6px 2px rgba(0,0,0,.1); border: none; border-radius: 7px; border-radius: .4375rem }

@media screen and (max-width: 1199px) {
    header.header { height: 80px; position: fixed; top: 0; left: 0; right: 0; }
        header.header #mainNavigation { z-index: 300; }
            header.header #mainNavigation .navbar-collapse { width: 100%; position: fixed; bottom: 0; left: 0; overflow-y: auto; top: 80px }
}

header.header #mainNavigation .navbar-nav { border-bottom: none }

@media screen and (max-width: 1199px) {
    header.header #mainNavigation .navbar-nav { background-color: #fff; color: #ccd4d7; padding-bottom: 10px; padding-bottom: .625rem }
}

header.header #mainNavigation .navbar-nav .nav-link { text-transform: uppercase; line-height: 80px; position: relative; }
    header.header #mainNavigation .navbar-nav .nav-link span { border-bottom: 3px solid #fff; padding: 10px 0; }
    header.header #mainNavigation .navbar-nav .nav-link:hover, header.header #mainNavigation .navbar-nav li:hover .nav-link { color: #e32235; }
    header.header #mainNavigation .navbar-nav .nav-link:before { content: ""; width: 0px; height: 5px; background: #e32235; position: absolute; top: 0; }



@media screen and (min-width: 1199px) {
    header.header #mainNavigation .navbar-nav .dropdown { text-align: center; }
        header.header #mainNavigation .navbar-nav .dropdown.hover, header.header #mainNavigation .navbar-nav .dropdown.cur { }
}



@media screen and (max-width: 1199px) {
    header.header #mainNavigation .navbar-nav .nav-link { color: #333; border-radius: 7px; border-radius: .4375rem; background-color: #e5e9ea; margin: 2px 15px; margin: .125rem .9375rem; padding: 13px 15px; padding: .8125rem .9375rem; line-height: 1rem; }
}

header.header #mainNavigation .navbar-nav .nav-link.dropdown-toggle:after { font-family: "iconfont"; content: '\e689'; font-size: 16px; font-size: 1rem; line-height: 16px; font-weight: bold; display: inline-block; position: relative; margin-left: 2px; margin-left: .125rem; vertical-align: 0; transition: all ease-in .3s; border-top: 0; border-top: 0; transform: rotate(0); transform-origin: 35% center; border-left: 0 }

@media screen and (max-width: 1199px) {
    header.header #mainNavigation .navbar-nav .nav-link.dropdown-toggle:after { position: absolute; right: 28px; right: 1.75rem; top: unset; color: #002c37; }
}


@media screen and (min-width: 1199px) {
    header.header #mainNavigation .navbar-nav .nav-item.hover .nav-link.dropdown-toggle:after { content: '\e687'; transition: all ease-in .3s; }
    header.header #mainNavigation .navbar-nav .nav-item.cur .nav-link span, header.header #mainNavigation .navbar-nav .nav-item.hover .nav-link span { border-color: #e32235; }
    /* header.header #mainNavigation .navbar-nav .nav-item.cur .nav-link:before, header.header #mainNavigation .navbar-nav .nav-item.hover .nav-link:before { width: 100%; transition: all 0.3s; }
    header.header #mainNavigation .navbar-nav .nav-item.cur .nav-link.dropdown-toggle:before, header.header #mainNavigation .navbar-nav .nav-item.hover .nav-link.dropdown-toggle:before { width: calc(100% - 22px); }*/
}




header.header #mainNavigation .navbar-nav .nav-link[aria-expanded=true]:after { content: '\e687'; color: #c82a2c; transition: all ease-in .3s; }

@media screen and (max-width: 1199px) {
    header.header #mainNavigation .navbar-nav .nav-link[aria-expanded=true]:after { right: 26px; right: 1.625rem }
}

header.header #mainNavigation .navbar-nav .dropdown-menu { border: none; border-radius: 0 0 7px 7px; border-radius: 0 0 .4375rem .4375rem; background-color: #eff5f7; -webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,.1); -moz-box-shadow: 0 3px 3px 0 rgba(0,0,0,.1); box-shadow: 0 3px 3px 0 rgba(0,0,0,.1); margin: 24px 0 0 0px; margin: -1px 0 0 0; padding: 15px; padding: .9375rem; min-width: 100%; }

    header.header #mainNavigation .navbar-nav .dropdown-menu dl { width: 720px; margin-left: 60px; display: flex; flex-wrap: wrap; justify-content: flex-start; }
        header.header #mainNavigation .navbar-nav .dropdown-menu dl dt { flex: 1 1 100%; padding-bottom: 15px; line-height: 20px; margin-top: 18px; font-size: 20px; }
        header.header #mainNavigation .navbar-nav .dropdown-menu dl dd { flex: 0 1 48%; overflow: hidden; margin: -1px 0 0 0; border-bottom: 1px solid rgba(30,30,30,.16); border-top: 1px solid rgba(30,30,30,.16); }
            header.header #mainNavigation .navbar-nav .dropdown-menu dl dd a { display: flex; justify-content: space-between; padding: 0; line-height: 35px;  }
                header.header #mainNavigation .navbar-nav .dropdown-menu dl dd a::before { content: "●"; display: inline-block; margin-right: 10px; border-width: 1px; border-style: solid; border-color: transparent; border-image: initial; border-radius: 50%; padding: 0px 6px; }
                header.header #mainNavigation .navbar-nav .dropdown-menu dl dd a span { flex: 1; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
                header.header #mainNavigation .navbar-nav .dropdown-menu dl dd a:hover { background: none; color: #fff; }
                header.header #mainNavigation .navbar-nav .dropdown-menu dl dd a::after { font-family: iconfont; content: "\e667"; font-size: 14px; }

    header.header #mainNavigation .navbar-nav .dropdown-menu.pro-menu dl { width: 100%; }
        header.header #mainNavigation .navbar-nav .dropdown-menu.pro-menu dl dd { flex: 0 1 24%; margin-right: 1%; }



@media screen and (min-width: 1199px) {
    header.header #mainNavigation .navbar-nav .nav-item.hover .dropdown-menu { display: block; padding: 0; background:#f4f4f4; border-top: 1px solid #ccc; padding-bottom: 30px; padding-top: 15px; }
}

@media screen and (max-width: 1199px) {
    header.header #mainNavigation .navbar-nav .dropdown-menu { padding: 0 15px; padding: 0 .9375rem; background-color: #fff; margin: 0; color: #ccd4d7; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none }
}










/*header.header #mainNavigation .navbar-nav .nav-link span:after { content: ""; height: 17px; height: 1.0625rem; margin: auto 0 auto 1rem; width: 1px; width: .0625rem; position: relative; display: inline-block; vertical-align: middle; background-color: #ccd4d7 }

@media screen and (max-width: 1199px) {
    header.header #mainNavigation .navbar-nav .nav-link span:after { position: absolute; right: 60px; right: 3.75rem; top: 18px; top: 1.125rem }
}*/

@media screen and (min-width: 1199px) {
    header.header #mainNavigation .navbar-nav .dropdown.hover .nav-link.dropdown-toggle:after { content: '\e687'; transition: all ease-in .3s; }
}

header.header #mainNavigation .navbar-nav .nav-link[aria-expanded=true]:after { content: '\e687'; transition: all ease-in .3s; }

@media screen and (max-width: 1199px) {
    header.header #mainNavigation .navbar-nav .nav-link[aria-expanded=true]:after { right: 26px; right: 1.625rem }
}

header.header #mainNavigation .navbar-nav .dropdown-menu { border: none; border-radius: 0 0 7px 7px; border-radius: 0 0 .4375rem .4375rem; background-color: #e32235; -webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,.1); -moz-box-shadow: 0 3px 3px 0 rgba(0,0,0,.1); box-shadow: 0 3px 3px 0 rgba(0,0,0,.1); margin: 24px 0 0 0px; margin: -1px 0 0 0; padding: 15px; padding: .9375rem; min-width: 100%; }

@media screen and (min-width: 1199px) {
    header.header #mainNavigation .navbar-nav .dropdown.hover .dropdown-menu { display: block; }
}

@media screen and (max-width: 1199px) {
    header.header #mainNavigation .navbar-nav .dropdown-menu { padding: 0 15px; padding: 0 .9375rem; background-color: #fff; margin: 0; color: #ccd4d7; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none }
}

/*header.header #mainNavigation .navbar-nav .dropdown-menu li:first-child a.dropdown-item:after { position: relative; bottom: 0; z-index: 999; content: ""; display: block; width: 99%; margin: 15px auto 0 auto; height: 1px; height: .0625rem; background-color: #ccd4d7 }

@media screen and (max-width: 1199px) {
    header.header #mainNavigation .navbar-nav .dropdown-menu li:first-child a.dropdown-item:after { display: none }
}*/

header.header #mainNavigation .navbar-nav .dropdown-menu a.dropdown-item { position: relative; padding: 10px; padding: .625rem }
    header.header #mainNavigation .navbar-nav .dropdown-menu a.dropdown-item:active, header.header #mainNavigation .navbar-nav .dropdown-menu a.dropdown-item:focus, header.header #mainNavigation .navbar-nav .dropdown-menu a.dropdown-item:hover { background-color: #fff; color: #e32235 }

@media screen and (max-width: 1199px) {
    header.header #mainNavigation .navbar-nav .dropdown-menu a.dropdown-item { padding: 13px 15px; font-size: 14px; padding: .8125rem .9375rem; margin: 3px 0; margin: .1875rem 0; border-radius: 7px; border-radius: .4375rem; background-color: #eff5f7 }
}

header.header .icon-bar { width: 26px; width: 1.625rem; height: 1.5px; height: .09375rem; margin-bottom: 8px; margin-bottom: .5rem; display: block; transition: all ease-in 150ms; background-color: #002c37 }
    header.header .icon-bar.middle { width: 30px; width: 1.875rem; background-color: #e32235 }
    header.header .icon-bar.bottom { margin-bottom: 0 }

@media screen and (max-width: 1199px) {
    header .header .navbar-toggler { padding-right: 0; padding-right: 0; box-shadow: none; outline: 0; display: flex; flex-direction: column; align-items: end }
}

header.header .navbar-toggler[aria-expanded=true] .top { transform: rotate(45deg); margin-bottom: 0; margin-bottom: 0; transform-origin: 15% 10% }
header.header .navbar-toggler[aria-expanded=true] .middle { transform: rotate(45deg); transform-origin: 25% 10%; opacity: 0 }
header.header .navbar-toggler[aria-expanded=true] .bottom { transform: rotate(-45deg); margin-bottom: 0; margin-bottom: 0; transform-origin: 25% 90% }

.sub-body { width: 100%; margin-top: 120px; }

@media screen and (max-width: 1199px) {
    .sub-body { margin-top: 80px; }
}

.top-inner { position: relative; z-index: 0; width: 100%; overflow: hidden; background-position: center top; background-repeat: no-repeat; }
.slide-home { z-index: 0; }
    .slide-home .swiper-slide { position: relative; /*height: calc(100vh - 80px)*/ }
        .slide-home .swiper-slide .imgs { height: 100%; position: relative; display: block; }
            .slide-home .swiper-slide .imgs .bgimg { position: absolute; top: 0; bottom: 0; left: 0; right: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }

/*.slide-home .swiper-slide .imgs img { height:10vh; object-fit: cover; object-position: center; }*/
.slide-container { position: absolute; top: 45%; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); left: 0; right: 0; z-index: 3; margin: 0 auto; }
    .slide-container .slide-txt { width: 55%; text-shadow: 0 0 1px rgb(35 172 56 / 30%); line-height: 1.1; filter: contrast(0.9) }

    .slide-container h1 { line-height: 1.125; }
    .slide-container p, .slide-container h1, .slide-container .btn { transition: opacity 1s, -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1); transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1), opacity 1s; transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1), opacity 1s, -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1); transition-delay: 0.5s; -webkit-transform: translate(-20px, 0); transform: translate(-20px, 0); opacity: 0; transform: translate(-20px, 0); }
    .slide-container p { transition-delay: 0.7s; }
    .slide-container .btn { transition-delay: 0.9s; }

/*.slide-container .slide-txt { width: 52.5%; position: relative; padding-top: 65px; padding-bottom: 65px; background: rgba(196, 47, 43,.5); transform: translateY(15px); filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; -webkit-transition: all 1.5s ease 0s; -moz-transition: all 1.5s ease 0s; -o-transition: all 1.5s ease 0s; transition: all 1.5s ease 0s; }
        .slide-container .slide-txt:before { width: 4px; height: calc(100% - 130px); background: #12498f; position: absolute; top: 65px; left: 11.9%; content: ""; }
    .slide-container h1 { margin: 0 11.9%; padding-left: 34px; color: #fff; padding-bottom: 0; padding-top: 0; line-height: 1.25; }
    .slide-container p { margin: 0 11.9%; padding-left: 34px; margin-top: 16px; }*/

.swiper-slide-active .slide-container .slide-btn { opacity: 1; -webkit-transform: translate(0, 0); transform: translate(0, 0); }
.swiper-slide-active .slide-container .slide-txt p, .swiper-slide-active .slide-container .slide-txt h1, .swiper-slide-active .slide-container .slide-txt .btn { opacity: 1; -webkit-transform: translate(0, 0); transform: translate(0, 0); }
.swiper-slide .slide-bg { width: 100%; height: 100%; /*background: rgba(0,0,0,0.4);*/ position: absolute; z-index: 2; }



.mobilebanner .swiper-slide .imgs { position: relative; display: block; }



#site-navigation-bg { position: absolute; background: rgba(255,255,255,0.18); z-index: 1; top: 100%; left: 0; width: 100%; height: 0; opacity: 0; }
    #site-navigation-bg.stay { height: 265px; opacity: 1; }


@media (max-width: 992px) {
    .slide-container .slide-txt { width: 100%; padding-top: 10px; padding-bottom: 10px }
        .slide-container .slide-txt:before { height: calc(100% - 20px); top: 10px; }
}



section.section-space-before-75, .section-space-before-75 { margin-top: 75px; margin-top: 4.6875rem; }

section.section-space-after-75, .section-space-after-75 { padding-bottom: 64px; padding-bottom: 4rem; }

@media screen and (max-width: 1199px) {
    section.section-space-before-75, .section-space-before-75 { margin-top: 30px; margin-top: 1.875rem; }
    section.section-space-after-75, .section-space-after-75 { padding-bottom: 30px; padding-bottom: 1.875rem; }
}

/*section h1 { font-size: 2.875rem; line-height: 3.3125rem; }
section h2 { font-size: 2.1875rem; line-height: 2.625rem; }
section h1, section h2, section h3, section h4, section h5 { color: #002c37; margin-bottom: 30px; margin-bottom: 1.875rem; }


@media screen and (max-width: 1199px) {
    section h1 { font-size: 2rem; line-height: 2.8125rem; }
    section h2 { font-size: 1.5625rem; line-height: 2.1875rem; }
}*/

/*.i-tit h1, .i-tit h2 { text-transform: uppercase; text-align: center; }
.i-tit i { font-style: normal; }*/

/*.i-tit { text-transform: capitalize; position: relative; margin-bottom: 50px; padding-bottom: 30px; }
    .i-tit::after { height: 4px; width: 120px; content: ""; background: #e32235; position: absolute; left: 50%; margin-left: -60px; bottom: 0; }*/
.i-tit { }
    .i-tit h1, .i-tit h2 { position: relative; padding-bottom: 10px; }
    .i-tit i { font-style: normal; }
    /*.i-tit h2::after { height: 8px; width: 61px; content: ""; background: #e32235; position: absolute; bottom: 0; left: 0; }*/
    .i-tit p { line-height: 2; }
.i-green { overflow: hidden; }
    .i-green ul { width: 2000px; transition: all 0.5s; }
        .i-green ul li { width: 33.3%; margin-right: 30px; float: left; transition: all 0.5s; }
    .i-green .hover { flex: 0 0 60%; max-width: 60%; }
    .i-green .col-item { position: relative; display: block; }
        .i-green .col-item img { object-fit: cover; object-position: center; height: 100%; }
        .i-green .col-item .bg { background: rgba(0,0,0,0.2); position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 4; }
        .i-green .col-item .con { position: absolute; left: 0; bottom: 0%; padding: 5%; z-index: 5; width: 100%; color: #fff; text-shadow: 0 0 1px rgb(0 0 0 / 30%); }


.i-products { }
    .i-products .swiper { padding-bottom: 50px; }
    .i-products .swiper-slide a { margin: 5px; display: block; background: #fff; }
    .i-products .swiper-slide:hover a { box-shadow: 1px 1px 5px 2px #e32235; transition: 0.2s all linear; }
    .i-products .swiper-slide .i-img { border-radius: 5px 5px 0 0; overflow: hidden; border: 1px solid rgba(186, 165, 134, 0.2); border-bottom: 0; padding: 10px; }
    .i-products .i-text { padding: 15px; border: 1px solid rgba(186, 165, 134, 0.2); border-radius: 0 0 5px 5px; }
        .i-products .i-text .txt { line-height: 32px; height: 64px; color: #444444; margin-bottom: 10px; font-weight: bold; }
            .i-products .i-text .txt.tit-24 { height: 32px; }
        .i-products .i-text p { margin-bottom: 10px; }
        .i-products .i-text span { color: #e32235; position: relative; padding-right: 30px; line-height: 20px; height: 20px; display: inline-block; }
            .i-products .i-text span::after { font-family: iconfont; content: "\e68f"; position: absolute; right: 5px; bottom: 0; font-size: 20px; }




.i-culture { text-align: center; position: relative; }
    .i-culture:before { content: "“"; position: absolute; top: -20px; left: 0; width: 50px; height: 50px; font-size: 166px; line-height: 166px; color: #e32235; font-family: Arial; }
    .i-culture:after { content: "”"; position: absolute; top: -20px; right: 0; width: 50px; height: 50px; font-size: 166px; line-height: 166px; color: #e32235; font-family: Arial; }
    .i-culture .item b { display: block; font-size: 28px; font-size: 1.75rem; line-height: 1.875rem; margin-bottom: 0.625rem; }



@media (max-width: 768px) {
    .i-culture:after { top: initial; bottom: 30px; }
}






.words { width: 100%; text-shadow: 0 0 10px 2px rgba(186, 165, 134, 0.2); }
    .words .tit { line-height: 1.2; }
    .words .txt { line-height: 1.875; }
        .words .txt p { }
    .words .home-more { text-decoration: none; padding: 5px 40px; border-radius: 20px; margin-top: 18px; display: inline-block; letter-spacing: 0; }

@media (max-width: 768px) {
    .words .home-more { padding: 5px 10px; border-radius: 10px; }
}



.i-six-wrap { background: url(../img/solution.jpg) bottom; background-size: cover; background-attachment: fixed; position: relative; color: #fff; }
    .i-six-wrap:before { content: ""; width: 100%; height: 100%; background: rgba(0, 0, 0,0.16); position: absolute; z-index: 0; }
    .i-six-wrap h2 { color: #fff; }
    .i-six-wrap p { color: #fff; }
    .i-six-wrap .container { position: relative; z-index: 3; }
    .i-six-wrap .i-solution { padding: 15rem 0 15rem; }


.btn.btn-contact { font-size: 1.5rem; color: #fff; background: #e32235; border: 1px solid #e32235; }
    .btn.btn-contact:hover { background: transparent; color: #e32235; }
    .btn.btn-contact .iconfont { font-size: 1.5rem; }










.i-news .swiper-slide { height: 100%; background: #fff; }
.i-news .news-item { height: 100%; }
.i-news .news-item-h { background: #fff; height: 100%; }
    /*.i-news .news-item-h:hover { box-shadow: 0 0.1rem 0.2rem rgb(0 0 0 / 10%), 0 0.33rem 1rem rgb(0 0 0 / 15%); z-index: 4; }*/
    .i-news .news-item-h .news-item-label { position: absolute !important; z-index: 2; top: 1.2rem !important; right: 1.2rem !important; left: 1.2rem !important; }
        .i-news .news-item-h .news-item-label btn { font-weight: 700 !important; text-transform: uppercase !important; font-size: 10px !important; }
    .i-news .news-item-h .news-item-wrapper { padding: 5% 5% 7% 7% !important; }
        .i-news .news-item-h .news-item-wrapper h4 { text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
        .i-news .news-item-h .news-item-wrapper time { font-size: 14px; display: inline-block; vertical-align: top; color: #999; margin-bottom: .7rem; }
            .i-news .news-item-h .news-item-wrapper time > i { vertical-align: top; line-height: inherit; margin-right: 0.4em; }





.footer-strip { background-color: #efefef; padding: 30px 0; font-size: 18px; line-height: 26px; color: #2c2a39; }


@media (min-width: 768px) {
    .footer-strip { font-size: 22px; line-height: 30px; }
}

@media (min-width: 992px) {
    .footer-strip { font-size: 25px; line-height: 38px; }
}






.footer-wrap { background: #f4f4f4; position: relative; z-index: 1; }

footer .footer-logo { border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    footer .footer-logo .navbar-brand { margin-bottom: -1px; background: #f4f4f4; }
        footer .footer-logo .navbar-brand img { max-height: 60px; }


.footer-wrap a { color: #333; }
    .footer-wrap a:hover { text-decoration: underline }
.footer-wrap ul li { text-align: left; }
    .footer-wrap ul li .link { }
        .footer-wrap ul li .link a { position: relative; text-transform: capitalize; font-weight: 700; }
            .footer-wrap ul li .link a::after { content: ' '; position: absolute; left: 50%; bottom: -6px; width: 28px; height: 2px; margin-left: -1rem; background-color: #e60606; opacity: 0; filter: alpha(opacity=0); transform: scale(0, 1); transition: transform 0.4s }
    .footer-wrap ul li .sm-link { line-height: 2; display: flex; align-items: center; }
        .footer-wrap ul li .sm-link:before { content: "●"; font-size: 0.75rem; margin-right: 16px; color: #e32235; }
        .footer-wrap ul li .sm-link a { text-transform: capitalize; transition: color 0.4s;display:block;text-overflow:ellipsis;white-space:nowrap;overflow:hidden; }
            .footer-wrap ul li .sm-link a:hover {color:#e32235; }
    .footer-wrap ul li.last .link { text-transform: uppercase; }
    .footer-wrap ul li.last.fr { margin-right: 0; }


    .footer-wrap ul li .foot_productlist { display: flex; flex-wrap: wrap; justify-content: flex-start }
        .footer-wrap ul li .foot_productlist .link { flex: 0 1 100%; }

        .footer-wrap ul li .foot_productlist .sm-link { margin: 0 4% 0 0; }

/*.footer-wrap ul li .foot_productlist .sm-link a { background: rgba(31, 95, 185,0.85); color: rgba(255, 255, 255, 1); padding: 0 10px; display: block; }*/


.footer-right-address { }
    .footer-right-address p { display: flex; align-items: center; margin-bottom: 20px; }
        .footer-right-address p i { height: 48px; width: 48px; flex: 0 0 48px; background: #e32235; color: #fff; font-size: 30px; line-height: 48px; margin-right: 10px; border-radius: 5px; text-align: center; }
            .footer-right-address p i:first-child { font-size: 36px }




.ser-line p { margin-bottom: 5px; color: rgba(18, 18, 18, 0.75); display: flex; align-items: center; }
    .ser-line p a { color: rgba(18, 18, 18, 0.75); }
    .ser-line p i { font-size: 20px; color: #e32235; flex: 0 0 40px; text-align: center; }
        .ser-line p i.icon-address { font-size: 30px; }

.share li { display: inline-block; margin-bottom: 15px; width: 49%; min-width: 120px; }
    .share li a { position: relative; color: rgba(18, 18, 18, 0.75); font-size: 14px; }
        .share li a:hover { color: #e32235; }
            .share li a:hover:before { background-color: #fff; color: #e32235; }
        .share li a:before { display: inline-block; margin-right: 12px; width: 40px; height: 40px; line-height: 40px; border-radius: 50%; background: #e32235; color: #fff; vertical-align: middle; text-align: center; font-size: 24px; font-family: iconfont; }
.share .facebook:before { content: '\e6e0'; }
.share .twitter:before { content: '\ece3'; }
.share .google:before { content: '\ecb5'; }
.share .linkedin:before { content: '\eccc'; }
.share .youtube:before { content: '\ece8'; }
.share .wechat:before { content: '\e60e'; }
.share .instagram:before { content: '\e87f'; }
.share .whatsapp:before { content: '\e8ea'; }

@media (max-width: 992px) {
    .share li a:before { width: 30px; height: 30px; line-height: 30px; font-size: 20px; }
}





.footer-right-address .footer-add-h5 { margin-top: 1.25rem; }
    .footer-right-address .footer-add-h5 i { font-size: 0.375rem; color: #e32235; margin-right: 3px; }

.footer-wrap .bot { border-top: 1px solid rgba(0, 0, 0, 0.1); text-align: center; line-height: 1.5rem; font-size: 14px; }
    .footer-wrap .bot a { padding: 0 0.25rem; font-size: 0.875rem; }
    .footer-wrap .bot .footlinks h3 { display: inline-block; vertical-align: middle; position: relative; font-size: 14px; margin: 0; }
        .footer-wrap .bot .footlinks h3 span { line-height: 17px; margin-top: 16px; padding: 0; }
            .footer-wrap .bot .footlinks h3 span::after { content: ""; display: inline-block; vertical-align: middle; background-image: url(../img/icon_sanjiao.png); transform: rotate(-180deg); width: 8px; height: 6px; margin-left: 10px; }
    .footer-wrap .bot .footlinks ul { display: none; position: absolute; min-width: 200px; left: 0; bottom: 33px; background-color: #121212; max-height: 260px; overflow-y: auto; padding: 5px 0; }
        .footer-wrap .bot .footlinks ul li a { display: block; padding: 5px 10px; color: #666; width: auto; height: auto; margin-left: 0; font-size: 14px; text-align: left; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.i-link-wrap { position: relative; z-index: 1; background: #3d3c42; }

@media (min-width: 1200px) {
    .footer-wrap ul li.last { padding-left: 0; }
}


@media (max-width: 992px) {
    .footer-wrap .bot { margin-top: 1.25rem; }
}

@media (max-width: 768px) {
    .footlinks { width: 100%; }
}

.float-right { position: fixed; right: 2px; top: 50%; margin-top: -100px; z-index: 100 }
    .float-right .float-right-meau { position: relative; }
    .float-right .float-right-btn { width: 3.75rem; height: 3.75rem; text-align: center; display: block; margin-bottom: 1px; position: relative; background-color: #e32235; border-radius: 5px; }
        .float-right .float-right-btn span { line-height: 3.75rem; text-align: center; }
            .float-right .float-right-btn span.demo-icon i { font-size: 2rem; color: #fff; }
        .float-right .float-right-btn sup { display: block; min-width: 1.5rem; height: 1.5rem; text-align: center; line-height: 1.5rem; color: #fff; border-radius: 50%; background-color: #ff6800; position: absolute; left: -12px; top: -12px; }
        .float-right .float-right-btn p { color: #fff; font-size: 1rem; padding-top: 0.25rem; display: none; }
    .float-right .float-right-meau:hover .float-right-btn span { display: none }
    .float-right .float-right-meau:hover .float-right-btn p { display: block; }
    .float-right .meau-backup:hover .float-right-btn span { display: block; }

.float-right-box { position: absolute; top: -15px; right: 48px; padding-right: 25px; display: none; }
    .float-right-box .box-border { border: 1px solid #A9A9A9; border-top: 2px solid #e32235; padding: 10px 20px; background-color: #fff; position: relative }
        .float-right-box .box-border .arrow-right { display: block; width: 8px; height: 16px; position: absolute; right: -8px; top: 32px; }
        .float-right-box .box-border .sev-t span { font-size: 1rem; float: left; display: block; line-height: 56px; margin-right: 20px; color: #d3d3d3 }
        .float-right-box .box-border .sev-t p { float: left; color: #e32235; font-size: 20px; line-height: 28px; }
        .float-right-box .box-border .sev-t a { float: left; color: #e32235; font-size: 20px; line-height: 28px; display: block; }
        .float-right-box .box-border .sev-t i { display: block; font-size: 15px; color: #aaa; font-style: normal; }
        .float-right-box .box-border .sev-b { padding-top: 15px; margin-top: 15px; }
            .float-right-box .box-border .sev-b h4 { color: #666; font-size: 14px; font-weight: normal; padding-bottom: 15px; }
            .float-right-box .box-border .sev-b li { float: left; width: 33.33333% }
                .float-right-box .box-border .sev-b li a { display: inline-block; color: #999; font-size: 13px; padding-left: 43px; background: url(../images/q1.gif) no-repeat left 3px; line-height: 36px; }
                    .float-right-box .box-border .sev-b li a:hover { color: #e32235 }

.meau-contact .float-right-box .box-border { width: 200px; }
.float-right-meau:hover .float-right-box { display: block }
.meau-code .float-right-box { top: auto; bottom: -26px; }
    .meau-code .float-right-box .box-border { width: 180px; }
        .meau-code .float-right-box .box-border .arrow-right { top: inherit; bottom: 50px; }
.meau-code .box { width: 140px; padding: 5px 10px; font-size: 14px; color: #666; text-align: center; }
    .meau-code .box img { max-width: 100%; }
.meau-code .float-right-box .box-border .sev-t { width: 100%; display: flex; justify-content: space-around; }

.meau-mail .float-right-box .box-border { /*width: 240px;*/ }

@media screen and (max-width: 750px) {
    .float-right .float-right-btn { width: 35px; height: 35px; }
        .float-right .float-right-btn span { line-height: 35px; }
            .float-right .float-right-btn span.demo-icon i { font-size: 20px; }
    .float-right { margin-top: 0; top: auto; bottom: 5%; }
        .float-right .float-right-meau { display: none; }
        .float-right .meau-backup, .float-right .meau-close { display: block; }
}


.bg-map { position: relative; width: 100%; max-width: 994px; margin: 0 0 0 auto; }

    .bg-map .appoint { text-align: center; position: absolute; }
        .bg-map .appoint.a1 { top: 20%; left: 15% }

        .bg-map .appoint.a2 { top: 40.1%; left: 13.3% }

        .bg-map .appoint.a3 { top: 33.5%; left: 16.7% }

        .bg-map .appoint.a4 { top: 30.2%; left: 20.8% }

        .bg-map .appoint.a5 { top: 42.1%; left: 24.3% }

        .bg-map .appoint.a6 { top: 37%; left: 27.6% }

        .bg-map .appoint.a7 { top: 58.7%; left: 27.6% }

        .bg-map .appoint.a8 { top: 65.5%; left: 32.7% }

        .bg-map .appoint.a9 { top: 52%; left: 46.8% }

        .bg-map .appoint.a10 { top: 28.5%; left: 50.9% }

        .bg-map .appoint.a11 { top: 48.5%; left: 50.1% }

        .bg-map .appoint.a12 { top: 68.7%; left: 50.9% }

        .bg-map .appoint.a13 { top: 25%; left: 58.5% }

        .bg-map .appoint.a14 { top: 47.2%; left: 61% }

        .bg-map .appoint.a15 { top: 26.7%; left: 69.3% }

        .bg-map .appoint.a16 { top: 53.7%; left: 69.4% }

        .bg-map .appoint.a17 { top: 31.7%; left: 71% }

        .bg-map .appoint.a18 { top: 25%; left: 72.8% }

        .bg-map .appoint.a19 { top: 29.9%; left: 73.6% }

        .bg-map .appoint.a20 { top: 45.1%; left: 73.7% }

        .bg-map .appoint.a21 { top: 53.7%; left: 76.1% }

        .bg-map .appoint.a22 { top: 43.6%; left: 79.5% }

        .bg-map .appoint.a23 { top: 63.7%; left: 79.4% }

        .bg-map .appoint.a24 { top: 82.3%; left: 81.1% }



.bg-glitter { width: 8px; height: 8px; border-radius: 100%; background-color: #e32235; display: inline-flex; justify-content: center; align-items: center; position: relative; }
    .bg-glitter * { color: #fff; position: relative; z-index: 2; }
    .bg-glitter:before,
    .bg-glitter:after { content: ''; width: 100%; height: 100%; border-radius: 100%; background-color: #e32235; transform: scale(3); opacity: 0.5; position: absolute; left: 0; top: 0; }
    .bg-glitter:before { animation: bg-wave-2 2s infinite; }
    .bg-glitter:after { animation: bg-wave-3 2s infinite; }
    .bg-glitter.bg-sm:before { animation-name: bg-wave-2; }
    .bg-glitter.bg-sm:after { animation-name: bg-wave-3; }
    .bg-glitter.bg-md:before { animation-name: bg-wave-3; }
    .bg-glitter.bg-md:after { animation-name: bg-wave-5; }
    .bg-glitter.bg-lg:before { animation-name: bg-wave-4; }
    .bg-glitter.bg-lg:after { animation-name: bg-wave-7; }


@media screen and (min-width:768px) {
    .bg-glitter:before { animation-name: bg-wave-2; }
    .bg-glitter:after { animation-name: bg-wave-3; }
}

@media screen and (min-width:992px) {
    .bg-glitter:before { animation-name: bg-wave-3; }
    .bg-glitter:after { animation-name: bg-wave-5; }
}

@media screen and (min-width:1200px) {
    .bg-glitter { width: 10px; height: 10px; }
        .bg-glitter:before { animation-name: bg-wave-4; }
        .bg-glitter:after { animation-name: bg-wave-7; }
}











@keyframes bg-wave-2 {
    0% { transform: scale(1); opacity: 0.7; }
    100% { transform: scale(2); opacity: 0; }
}

@keyframes bg-wave-3 {
    0% { transform: scale(1); opacity: 0.7; }
    100% { transform: scale(3); opacity: 0; }
}

@keyframes bg-wave-4 {
    0% { transform: scale(1); opacity: 0.7; }
    100% { transform: scale(4); opacity: 0; }
}

@keyframes bg-wave-5 {
    0% { transform: scale(1); opacity: 0.7; }
    100% { transform: scale(5); opacity: 0; }
}

@keyframes bg-wave-6 {
    0% { transform: scale(1); opacity: 0.7; }
    100% { transform: scale(6); opacity: 0; }
}

@keyframes bg-wave-7 {
    0% { transform: scale(1); opacity: 0.7; }
    100% { transform: scale(7); opacity: 0; }
}
