﻿@charset "utf-8";
@import url(iconfont.css);
/*网站单位设置*/
html { overflow: hidden; overflow-y: scroll; font-size: 16px; }

@media (max-width: 768px) {
    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: #cc0000; }*/
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: #eff5f7; }
.bg-fontdarkblue { background-color: #eeeeee; }
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: 1620px; 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%; }
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: #cc0000; }

.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; }
    .vertical_img img.bgimg { width: 100%; }
    .vertical_img img.up-pic { transform: translateZ(0px); transition: transform 0.3s ease 0s; position: absolute; left: 0; top: 50%; width: 100%; z-index: 2; transform: translateY(-50%); }

@media (min-width: 767px) {
    .vertical_img:hover img.up-pic { transform: scale(1.05, 1.05) translateY(-48%); transition: transform 0.6s ease 0s; }
}

/*.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: #cc0000; text-align: center; color: #FFFFFF; transition: all .36s ease; border: 1px solid #cc0000; }
        .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: #cc0000; 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: #cc0000; 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; }


@-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: #cc0000; 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: #cc0000; 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 { font-size: 3rem; text-align: center; color: #333333; font-weight: bold; line-height: 3.4375rem; margin: 0; height: 8.125rem; }
    .tit01 a { color: #333333; }
    .tit01 p { font-weight: normal; display: block; font-size: 1.25rem; color: #333333; line-height: 2.25rem; }











header.header { position: fixed; left: 0; top: 0; right: 0; -webkit-box-shadow: 0 3px 3px 0 rgb(0 0 0 / 10%); -moz-box-shadow: 0 3px 3px 0 rgba(0,0,0,.1); box-shadow: 0 3px 3px 0 rgb(0 0 0 / 10%); z-index: 300; transition: height .3s ease-in-out; }
    header.header .w1520 { height: 90px; display: flex; align-items: center; flex-grow: 1; }

@media screen and (max-width: 1199px) {
    header.header { }
}


.header-top { background: #dc1d2c; color: #fff; height: 45px; }
    .header-top .f-no-b-center { height: 45px; }

.header-top-right a { color: #fff; position: relative;margin-left:15px; }
    .header-top-right a i { line-height: 21px; font-size: 21px; margin-right: 7px; }
header.header .navbar-header { }
    header.header .navbar-header .logo { font-size: 3rem; font-weight: bold; }
        header.header .navbar-header .logo a { color: #cc0000;display:flex;align-items:center; }
        header.header .navbar-header .logo img { max-height: 64px; }

@media screen and (max-width: 1199px) {
    .header-top { height: 30px; font-size: 14px; }
        .header-top .f-no-b-center { height: 30px; }
}

@media screen and (max-width: 1199px) {
    header.header { height: 80px; }
        header.header .w1520 { height: 80px; }
        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: 1.5rem; }
                header.header .navbar-header .logo img { padding-right: 20px; }
}








.header-search { height: 17px; line-height: 17px; position: relative; }
.header-search-open .iconfont { font-size: 1.25rem; }
.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: #eeeeee; 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: #eeeeee; 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-tel { right: 40px; top: 10px; line-height: 1.5rem; }
    .header-tel span { color: #cc0000; font-weight: bold; font-size: 1.5rem; }



.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; line-height: 2rem; margin: 0 -1em; position: relative }

.header-dropdown.hover .header-dropdown-h { z-index: 2 }

.header-dropdown-item { display: block; white-space: nowrap; padding: 0 1.5em 0 1em }

    .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: 1.2em; margin-right: .5em }

.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: #cc0000; }*/

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 #mainNavigation .navbar-collapse { width: 100%; position: fixed; bottom: 0; left: 0; overflow-y: auto; top: 110px }
}

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 { padding: 0 1.25rem 0 0; color: #002c37; text-transform: uppercase; line-height: 90px; }

@media screen and (max-width: 1300px) {
    header.header #mainNavigation .navbar-nav .nav-link { padding: 0 1rem 0 0; font-size: 14px; }
}

@media screen and (max-width: 1199px) {
    header.header #mainNavigation .navbar-nav .nav-link { 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; font-weight: bold; color: #002c37; 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 }
}

/*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'; color: #cc0000; transition: all ease-in .3s; }
}

header.header #mainNavigation .navbar-nav .nav-link[aria-expanded=true]:after { content: '\e687'; color: #cc0000; 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: #eeeeee; -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 -25px; margin: -1px 0 0 -1.5625rem; padding: 15px; padding: .9375rem }

@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: initial; color: #cc0000 }

@media screen and (max-width: 1199px) {
    header.header #mainNavigation .navbar-nav .dropdown-menu a.dropdown-item { padding: 13px 15px; padding: .8125rem .9375rem; margin: 3px 0; margin: .1875rem 0; border-radius: 7px; border-radius: .4375rem; background-color: #eeeeee }
}

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: #cc0000 }
    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: 135px; }

@media screen and (max-width: 1199px) {
    .sub-body { margin-top: 110px; }
}

.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; }
        .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; background-position: center; background-size: cover; }
    .slide-home .slide-container { position: absolute; top: 45%; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); left: 0; right: 0; color: #fff; z-index: 3; margin: 0 auto; }
        .slide-home .slide-container .slide-txt { width: 75%; text-shadow: 0 0 9px rgb(0 0 0 / 30%); 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(-16px, 0); transform: translate(-16px, 0); opacity: 0; transform: translate(-16px, 0); }
        .slide-home .slide-container h1 { font-size: 64px; font-size: 4rem; line-height: 4rem; margin: 0; margin-bottom: 30px; margin-bottom: 1.875rem; }
        .slide-home .slide-container p { font-size: 24px; font-size: 1.5rem; line-height: 2rem; }
        .slide-home .slide-container .slide-btn { display: none; margin-top: 20px; margin-top: 1.25rem; font-size: 1.25rem; letter-spacing: 1px; -webkit-filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.3)); filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.3)); opacity: 0; transition: opacity 1.0s; transition-delay: 1.2s; }
    .slide-home .swiper-slide-active .slide-container .slide-btn { opacity: 1; -webkit-transform: translate(0, 0); transform: translate(0, 0); }
    .slide-home .swiper-slide-active .slide-container .slide-txt { opacity: 1; -webkit-transform: translate(0, 0); transform: translate(0, 0); }
    .slide-home .swiper-slide .slide-bg { width: 100%; height: 100%; background: rgba(0,0,0,0); position: absolute; z-index: 2; }


#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-home .slide-container .slide-txt { width: 100%; }
    .slide-home .slide-container h1 { font-size: 2.75rem; line-height: 2.75rem; }
    .slide-home .slide-container p { font-size: 20px; font-size: 1.25rem; line-height: 1.6rem; }
}



section.section-space-before-75 { margin-top: 48px; margin-top: 3rem; }

@media screen and (max-width: 1199px) {
    section.section-space-before-75 { margin-top: 30px; margin-top: 1.875rem; }
}

section h1 { font-size: 2.5rem; line-height: 3.125rem; }
section h2 { font-size: 2.1875rem; line-height: 2.625rem; }
section h1, section h2, section h3, section h4, section h5 { margin-bottom: 30px; margin-bottom: 1.875rem; }





.i-products .swiper-horizontal > .swiper-wrapper { transition-timing-function: linear !important; -o-transition-timing-function: linear !important; -webkit-transition-timing-function: linear !important; }

.i-fir-wrap .ce-bodytext p { font-size: 1rem; line-height: 1.5rem; margin: 0 0 30px; margin: 0 0 1.875rem; }
.i-fir-wrap p a { color: #cc0000; text-decoration: underline; }
.i-fir-wrap .bg-lightestblue { padding: 0.9375rem; }
.i-fir-wrap p a:active, section p a:focus, section p a:hover { color: #cc0000; text-decoration: underline; }
.i-fir-wrap .btn.btn-secondary { color: #cc0000; background-color: transparent; border: 2px solid #cc0000; }

@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-fir-wrap .ce-bodytext p { font-size: 1rem; line-height: 1.5rem; }
}

.i-tit h1, .i-tit h2 { text-transform: uppercase; text-align: center; position: relative; margin-bottom: 2rem; }
.i-tit i { font-style: normal; }
.i-tit h1::after, .i-tit h2::after { content: ""; height: 3px; width: 50px; background: #cc0000; position: absolute; left: 50%; bottom: -12px; margin-left: -25px; }


.bg-map .mask { position: absolute; width: 100%; height: 100%; top: 0; left: 0; }
    .bg-map .mask a p { display: none; }
    .bg-map .mask #point1 { position: absolute; left: 76%; top: 41.5%; text-align: center; }
    .bg-map .mask #point2 { position: absolute; left: 38%; top: 32%; text-align: center; }
    .bg-map .mask #point3 { position: absolute; left: 70%; top: 20%; text-align: center; }
    .bg-map .mask #point4 { position: absolute; right: 17%; top: 70%; text-align: center; }
    .bg-map .mask #point5 { position: absolute; left: 51%; bottom: 17%; text-align: center; }
    .bg-map .mask #point6 { position: absolute; left: 12%; bottom: 34%; text-align: center; }

.bg-glitter { width: 14px; height: 14px; border-radius: 100%; background-color: #cc0000; 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: #cc0000; transform: scale(3); opacity: 0.5; position: absolute; left: 0; top: 0; }
    .bg-glitter:before { animation: bg-wave-3 2s infinite; }
    .bg-glitter:after { animation: bg-wave-5 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; }

@keyframes bg-wave-2 {
    0% { transform: scale(1); opacity: 0.9; }
    100% { transform: scale(2); opacity: 0; }
}

@keyframes bg-wave-3 {
    0% { transform: scale(1); opacity: 0.9; }
    100% { transform: scale(3); opacity: 0; }
}

@keyframes bg-wave-4 {
    0% { transform: scale(1); opacity: 0.9; }
    100% { transform: scale(4); opacity: 0; }
}

@keyframes bg-wave-5 {
    0% { transform: scale(1); opacity: 0.9; }
    100% { transform: scale(5); opacity: 0; }
}

@keyframes bg-wave-6 {
    0% { transform: scale(1); opacity: 0.9; }
    100% { transform: scale(6); opacity: 0; }
}

@keyframes bg-wave-7 {
    0% { transform: scale(1); opacity: 0.9; }
    100% { transform: scale(7); opacity: 0; }
}




@media screen and (min-width: 992px) {
    .i-fir-wrap .bg-lightestblue { padding: 2rem 2rem; }
}

@media screen and (min-width: 1200px) {
    .i-fir-wrap .bg-lightestblue { border-radius: 7px; border-radius: 0.4375rem; }
}

.i-fir-wrap .ulbox .counterDX { font-size: 44px; font-size: 2.75rem; color: #cc0000; }
.i-fir-wrap .ulbox .unit { font-size: 18px; font-size: 1.125rem; top: -1rem; }
.i-fir-wrap .ulbox p { font-size: 20px; font-size: 1.125rem; }

@media screen and (max-width: 1199px) {
    .i-fir-wrap .ulbox .counterDX { font-size: 30px; font-size: 1.875rem; }
    .i-fir-wrap .ulbox .unit { font-size: 16px; font-size: 1rem; top: -1rem; }
    .i-fir-wrap .ulbox p { font-size: 16px; font-size: 1rem; }
}

.i-sec-wrap .bg-lightergrey { padding: 0.9375rem 0; }

@media screen and (min-width: 992px) {
    .i-sec-wrap .bg-lightergrey { padding: 3rem 0rem; }
}

.i-products { position: relative; }
.pro-pagination { bottom: 0px; z-index: 1; text-align: center; text-align: center; margin: 1rem 0; width: 100%; }
    .pro-pagination .swiper-pagination-bullet { width: 10px; height: 10px; margin: 0 5px !important; background-color: #3b373a; opacity: 1; position: relative; }
    .pro-pagination .swiper-pagination-bullet-active { background-color: #cc0000; width: 30px; border-radius: 12px; }
.i-products .catelist { width: 25%; padding: 0 15px; }

@media (max-width: 1199px) {
    .i-products .catelist { width: 33.3%; padding: 0 8px; }
}

@media (max-width: 768px) {
    .i-products .catelist { width: 50%; padding: 0 8px; }
}



.i-products .card-body { padding: 1.5rem !important; }
    .i-products .card-body h4 { line-height: 1.5rem; height: 1.5rem; }
    .i-products .card-body p { font-size: 1rem; line-height: 24px; line-height: 1.5rem; height: 72px; height: 4.5rem; margin-bottom: 1rem; }
/*.i-products .card-body .btn { margin-top: 1.875rem; }*/

.cp_more { height: 30px; position: relative; font-size: 1.25rem; color: #333; text-align: center; margin: 3rem auto 0; }
    .cp_more::before { content: ''; position: absolute; height: 2px; width: calc(50% - 110px); background: #c4c3c4; top: 50%; left: 0; margin-top: -1px; }
    .cp_more::after { content: ''; position: absolute; height: 2px; width: calc(50% - 110px); background: #c4c3c4; top: 50%; right: 0; margin-top: -1px; }
    .cp_more a { color: #fff; width: 150px; background: #cc0000; border-radius: 15px; height: 30px; line-height: 30px; display: inline-block; text-decoration: none; }




.i-sec-wrap { height: auto; background: #f4f4f4; padding-top: 3rem; padding-bottom: 3rem; position: relative; }

@media screen and (max-width: 1199px) {
    .i-sec-wrap { padding-top: 1.875rem; padding-bottom: 1.875rem; }
}

.yf { }
    .yf dl { margin-bottom: 1.875rem; border-bottom-right-radius: 2.5rem; }
        .yf dl a { text-decoration: none; }
        .yf dl dt { width: 100%; overflow: hidden; }
            .yf dl dt img { width: 100%; display: block; }
        .yf dl dd { padding: 2.5rem 20px 2.5rem 2.5rem; border: 1px solid #dcdcdc; border-bottom-right-radius: 2.5rem; border-top: 0; margin: 0; position: relative; background: #fff; }
            .yf dl dd::after { content: ''; position: absolute; height: 2.5rem; width: 7px; top: 2.25rem; left: 0; background: #eaeaea; }
            .yf dl dd h4 { font-size: 28px; color: #333333; font-weight: bold; margin-bottom: 15px; height: 2.5rem; }
                .yf dl dd h4 i { color: #333333; font-weight: normal; }
            .yf dl dd p { font-size: 0.875rem; color: #666666; line-height: 1.5rem; height: 3rem; }
        .yf dl:nth-child(3n) { margin-right: 0; }

        .yf dl:hover dd { background: #cc0000; }
        .yf dl dt img { -webkit-transition: .5s; -moz-transition: .5s; transition: .5s; }
        .yf dl:hover dt img { -webkit-transform: scale(1.01); -moz-transform: scale(1.01); -ms-transform: scale(1.01); transform: scale(1.01); }
        .yf dl:hover dd { border-color: #cc0000; }
            .yf dl:hover dd h4, .yf dl:hover dd h4 i, .yf dl:hover dd p { color: #fff; }



.i-thi-wrap { }

.i-about { position: relative; overflow: hidden; margin-bottom: 3rem; }
    .i-about dd { width: 48%; }
        .i-about dd h2 a { display: block; font-size: 36px; line-height: 100%; color: #000; font-weight: 700; padding-bottom: 43px; position: relative }
            .i-about dd h2 a:before { position: absolute; content: ""; width: 137px; height: 2px; background: #000; left: 0; bottom: 0 }
        .i-about dd p { font-size: 16px; line-height: 34px; color: rgba(0, 0, 0, .75); margin: 24px 0 55px; height: 170px; overflow: hidden; }
        .i-about dd ul { text-align: center }
        .i-about dd li { -o-transition: all .3s ease; transition: all .3s ease }
            .i-about dd li a { display: flex; flex-direction: column; align-items: center; }
            .i-about dd li img { padding: 18px 20px; border: 1px solid #9A9A9A; border-radius: 10px; max-width: 80px; }
            .i-about dd li span { margin-top: 11px; font-size: 14px; line-height: 100%; color: rgba(0, 0, 0, .75); -o-transition: all .3s ease; transition: all .3s ease }
            .i-about dd li:last-child { margin-right: 0 }
            .i-about dd li:hover { margin-top: -6px }
                .i-about dd li:hover span { color: #cc0000 }
    .i-about dt { position: absolute; left: 52%; top: 0; width: 48%; }
.open-video { position: relative; width: 100%; cursor: pointer }

@media (max-width: 1199px) {
    .i-about dd { width: 100%; }
    .i-about dt { position: initial; width: 100%; left: 0; }
}




.i-fou-wrap { background: url(../img/casebg.jpg) no-repeat center top; padding-top: 3rem; padding-bottom: 3rem; }
.i-case { position: relative; }
    /*.i-case::before { content: ''; position: absolute; height: 2px; width: 100%; top: 0; left: 0; background: #eaeaea; }
    .i-case::after { content: ''; position: absolute; height: 2px; width: 100%; bottom: 0; left: 0; background: #eaeaea; }*/
    .i-case .case-prev { margin-right: 1rem; }
    .i-case .case-prev, .i-case .case-next { cursor: pointer; height: 2.375rem; width: 2.375rem; text-align: center; border-radius: 50%; background: #f0f3f7; }
        .i-case .case-prev i.iconfont, .i-case .case-next i.iconfont { font-size: 1rem; color: #cc0000; line-height: 2.375rem; text-align: center }
        .i-case .case-prev:hover, .i-case .case-next:hover { background: #cc0000; }
            .i-case .case-prev:hover i.iconfont, .i-case .case-next:hover i.iconfont { color: #fff; }
    .i-case .swiper-button-disabled { opacity: .35; cursor: auto; pointer-events: none; }

    /*.i-case .swiper-slide p { width: 100%; display: block; line-height: 40px; text-align: center; font-size: 18px; background: #f0f3f7; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding: 0 10px; text-align: center; }
    .i-case .swiper-slide:hover p { background: #cc0000; color: #fff; }*/

    .i-case .swiper-slide { padding: 20px; -webkit-transition: .5s; -moz-transition: .5s; transition: .5s; border-bottom: 3px solid transparent; border-top: 3px solid transparent; }
    .i-case em { width: 145px; height: 45px; display: block; background: url(../img/caseico.png) no-repeat; font-style: normal; font-size: 15px; color: #666666; line-height: 45px; text-align: left; padding-left: 28px; box-sizing: border-box; margin-top: 43px; }
    .i-case h4 { font-size: 20px; color: #333333; font-weight: bold; line-height: 42px; margin-top: 0px; margin-bottom: 20px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .i-case h4 a { color: #333333; }

    .i-case .swiper-slide:hover { background: #fff; box-shadow: 0 0 15px #eaeaea; border-bottom: 3px solid #cc0000; border-top: 3px solid #cc0000; }
        .i-case .swiper-slide:hover em { background: url(../img/caseicocur.png) no-repeat; color: #fff; }



.i-fiv-wrap { padding-bottom: 3rem; }
    .i-fiv-wrap h3 { position: relative; }
        .i-fiv-wrap h3:before { height: 3px; width: 100px; background: #cc0000; content: ""; position: absolute; left: 0; top: -1px; }
        .i-fiv-wrap h3 a { display: block; line-height: 89px; font-size: 22px; font-weight: bold; color: #444444; border-top: 1px #ccc solid }
.g_news12 { }
    .g_news12 .newup { position: relative; }
    .g_news12 .u_dlst3 dt { }
        .g_news12 .u_dlst3 dt img { width: 100%; transition: all 0.3s linear 0s; }
        .g_news12 .u_dlst3 dt:hover img { transform: scale(1.1) }
    .g_news12 .u_lst5 { overflow: hidden; border: 1px solid #d1d1d1; padding: 2rem 2rem 0 2rem; }
        .g_news12 .u_lst5 li { height: 2rem; line-height: 2rem; overflow: hidden; margin-bottom: 16px; position: relative; }
            .g_news12 .u_lst5 li a { font-size: 1rem; color: #444444; }
            .g_news12 .u_lst5 li span { color: #444444; font-weight: bold; float: left; width: 108px;padding-right:15px; }
            .g_news12 .u_lst5 li:before { content: ""; position: absolute; width: 2px; height: 13px; background: #dcdcdc; left: 100px; top: 10px; }
            .g_news12 .u_lst5 li a:hover { color: #cc0000; }

.wend { }
    .wend .otwdl { border-bottom: 1px solid #d1d1d1; margin-bottom: 24px; }
        .wend .otwdl dt { height: 2.5rem; line-height: 2.5rem; background: #ebebeb; margin-bottom: 1rem; overflow: hidden; font-size: 1.125rem; color: #444444; font-weight: normal; }
            .wend .otwdl dt a { color: #444444; }
        .wend .otwdl:hover dt { background: #cc0000; }
            .wend .otwdl:hover dt a { color: #fff; }
        .wend .otwdl dt em { display: inline-block; width: 45px; text-align: center; font-size: 1rem; color: #444; font-weight: bold; font-style: normal; }
        .wend .otwdl dd { font-size: 1rem; padding-left: 2.625rem; line-height: 1.5rem; color: #717171; height: 3rem; overflow: hidden; }
            .wend .otwdl dd a { color: #717171; }
    .wend .lastdl { border-bottom: none; }
    .wend .otwdl:hover dt em { color: #fff; }




.footer-wrap { background: #1c1e2b; padding-top: 2rem; border-top: 5px #cc0000 solid; position: relative; z-index: 1; }
    .footer-wrap a { color: #fff }
    .footer-wrap ul li { text-align: left; }
        .footer-wrap ul li .link { margin-bottom: 1.5rem; font-size: 1.125rem; text-transform: uppercase; color: #fff; }
            .footer-wrap ul li .link a { position: relative; font-size: 1.125rem; text-transform: uppercase; color: #fff; }
                .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 { margin-bottom: 8px; }
            .footer-wrap ul li .sm-link a { font-size: 0.875rem; text-transform: uppercase; transition: color 0.4s; color: #fff; }
                .footer-wrap ul li .sm-link a:hover { }
        .footer-wrap ul li.last .link { font-size: 1.125rem; text-transform: uppercase; color: #fff; }
        .footer-wrap ul li.last.fr { margin-right: 0; }
.footer-right-address { font-size: .875rem; line-height: 1.125rem; color: #fff; }
    .footer-right-address .footer-company, .footer-right-address .work-h5, .footer-right-address .ser-line { margin-top: 1.25rem; line-height: 1.5rem; }
    .footer-right-address .footer-company { font-size: 1.125rem; }
    .footer-right-address .footer-add-h5 { margin-top: 1.25rem; }
        .footer-right-address .footer-add-h5 i { font-size: 0.375rem; color: #cc0000; margin-right: 3px; }

.footer-wrap .bot { color: #fff; border-top: 1px solid rgba(255, 255, 255, 0.3); text-align: center; line-height: 1.5rem; font-size: 1rem; }
    .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: #fff; 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: #cc0000; 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; line-height: 1.25rem; 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 #cc0000; 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: #cc0000; font-size: 20px; line-height: 28px; }
        .float-right-box .box-border .sev-t a { float: left; color: #cc0000; 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: #fff; 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: #cc0000 }

.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 { margin-top: 0; top: auto; bottom: 20%; }
        .float-right .float-right-meau { display: none; }
        .float-right .meau-backup { display: block; }
}
