﻿@charset "utf-8";
@import url(iconfont.css);
@import url(fontsize.css);
/*网站单位设置*/
html { overflow: hidden; overflow-y: scroll; font-size: 16px; }

@media (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: #eb2e3a; }
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; }
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%; }
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: #eb2e3a; }
.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; }
    .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: #eb2e3a; text-align: center; color: #FFFFFF; transition: all .36s ease; border: 1px solid #eb2e3a; }
        .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: #eb2e3a; 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: #eb2e3a; 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: #eb2e3a; 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: #eb2e3a; 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 {background:url(../img/header_bg.jpg) no-repeat top; 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 { display: flex; align-items: center; flex-grow: 1; }

@media screen and (max-width: 1199px) {
    header.header .w1520 { height: 80px; }
}

header.header .navbar-header { }
    header.header .navbar-header .logo { font-size: 32px; }
        header.header .navbar-header .logo img { max-height: 60px; }



@media screen and (max-width: 1199px) {
    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; }
}








.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: #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: -100px; 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; 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: #eb2e3a; }*/

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: 80px }
    header.header.on #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 { color: #002c37; text-transform: uppercase; line-height: 26px; padding: 37px 1.25rem 37px 0; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
header.header.on #mainNavigation .navbar-nav .nav-link { padding: 27px 1.875rem 27px 0; }

@media screen and (max-width: 1300px) {
    header .header #mainNavigation .navbar-nav .nav-link { padding: 0 1.25rem 0 0; }
}

@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: #eb2e3a; transition: all ease-in .3s; }
}

header.header #mainNavigation .navbar-nav .nav-link[aria-expanded=true]:after { content: '\e687'; color: #eb2e3a; 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 -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: #eb2e3a }

@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: #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: #eb2e3a }
    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: 100px; }

@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; }
        .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: 80px; font-size: 5rem; line-height: 5rem; 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 { 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 .slide-container .slide-txt { width: 52.5%; position: relative; padding-top: 65px; padding-bottom: 65px; background: rgba(235,46,58,.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-home .slide-container .slide-txt:before { width: 4px; height: calc(100% - 130px); background: #eb2e3a; position: absolute; top: 65px; left: 11.9%; content: ""; }
        .slide-home .slide-container h1 { margin: 0 11.9%; padding-left: 34px; color: #fff; padding-bottom: 0; padding-top: 0; line-height: 1.25; }
        .slide-home .slide-container p { margin: 0 11.9%; padding-left: 34px; margin-top: 16px; }

    .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.4);*/ 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%; padding-top: 10px; padding-bottom: 10px }
        .slide-home .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; }
.index-title-warp { position: relative; }
.index-title { padding-bottom: 20px; position: relative; }
    .index-title::after { content: ""; position: absolute; left: 0; bottom: 0; height: 3px; width: 48px; background: #c82a2c; }
    .index-title .div-en { font-family: "Cambria"; line-height: 1; color: #eb2e3a; font-weight: bold; text-transform: uppercase; }
    .index-title .div-cn { line-height: 1; color: #333; margin-top: 12px; }

.index-title-warp .index-more { position: absolute; right: 0; top: 30px; }


.index-more { width: 180px; height: 50px; display: flex; justify-content: center; align-items: center; background: #eb2e3a; font-size: 16px; color: #fff; }
    .index-more img { margin-left: 20px; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
    .index-more:hover { color: #fff; }

@media (min-width: 1199px) {
    .index-more:hover { color: #fff; background: #c82a2c; }
        .index-more:hover img { transform: translateX(10px); }
}

@media (max-width: 991px) {
    .index-title { text-align: center; }
        .index-title::after { left: 50%; margin-left: -24px; }
    .index-title-warp { padding-bottom: 60px; }
    .index-more { width: 100%; height: 46px; }
    .index-title-warp .index-more { top: auto; bottom: 0; }
}




.i-products { background: #fff; position: relative; padding: 75px 0 60px 0; overflow: hidden; }
    .i-products:before { content: ''; display: block; width: 1740px; height: 510px; background-color: rgba(235, 46, 58,0.8); z-index: 1; position: absolute; top: 75px; left: calc(50% - 925px); }
    .i-products .lower { position: relative; z-index: 4; color: #fff; margin-bottom: 60px; }
        .i-products .lower .srh-layer { vertical-align: middle; line-height: 70px; margin-top: 40px; }
            .i-products .lower .srh-layer strong { float: left; font-size: 60px; font-weight: bold; }
            .i-products .lower .srh-layer .pro-search-box { float: left; width: 39.0625%; margin: 0 2.8125%; height: 48px; line-height: 48px; background-color: #fff; border: none; outline: none; margin-top: 10px; vertical-align: middle; position: relative; }
                .i-products .lower .srh-layer .pro-search-box .search-icon { float: left; margin: 0 15px 0 16px; }
                    .i-products .lower .srh-layer .pro-search-box .search-icon i { display: inline-block; width: 17px; height: 16px; background: url(../img/icon_search.png) no-repeat 0 0/cover; position: relative; top: 3px; }
                .i-products .lower .srh-layer .pro-search-box input[type="text"] { outline: none; border: none; font-size: 16px; padding: 0; height: 100%; width: calc(100% - 52px); }
                .i-products .lower .srh-layer .pro-search-box .btn-srh { position: absolute; right: 0; height: 100%; width: 80px; font-size: 16px; color: #fff; background-color: #eb2e3a; border: none; top: 0; }
                    .i-products .lower .srh-layer .pro-search-box .btn-srh:hover { background-color: #fff; color: #eb2e3a; }
            .i-products .lower .srh-layer .pro-find-all { float: left; }
                .i-products .lower .srh-layer .pro-find-all a { color: #fff; font-size: 14px; opacity: 0.9; }
                    .i-products .lower .srh-layer .pro-find-all a:after { content: ''; display: inline-block; width: 7px; height: 11px; background: url(../img/icon_gowhite.png) no-repeat; margin-left: 6px; transition: all .5s; position: relative; left: 0; }
                    .i-products .lower .srh-layer .pro-find-all a:hover { opacity: 1; }
                        .i-products .lower .srh-layer .pro-find-all a:hover:after { left: 5px; }
    .i-products .upper { position: relative; z-index: 3; }
        .i-products .upper .product-head li { float: left; margin-right: 30px; overflow-x: auto; }
            .i-products .upper .product-head li:last-child { margin-right: 0; }
            .i-products .upper .product-head li a { display: block; padding: 0 15px 5px; font-size: 20px; color: #fff; line-height: 2.2; background-color: transparent; }
            .i-products .upper .product-head li.active a, .i-products .upper .product-head li:hover a { color: #eb2e3a; background-color: #fff; border-top-left-radius: 5px; border-top-right-radius: 5px; }
        .i-products .upper .product-body { position: relative; height: 430px; }
            .i-products .upper .product-body .tag-product-tab { overflow: hidden; opacity: 0; visibility: hidden; z-index: -1; position: absolute; width: 100%; height: 100%; top: 0; background-color: #fff; padding: 30px 0 30px 20px; }
                .i-products .upper .product-body .tag-product-tab.on { opacity: 1; visibility: visible; z-index: 2; }
        .i-products .upper .swiper-wrapper { background-color: #fff; }
            .i-products .upper .swiper-wrapper .swiper-slide { position: relative; border: 2px solid #f1f1f1; background: #fff; }
                .i-products .upper .swiper-wrapper .swiper-slide a { width: 92%; padding-bottom: 20px; margin: 2px auto; display: block; position: relative; z-index: 3; }
                .i-products .upper .swiper-wrapper .swiper-slide .img { overflow: hidden; display: -webkit-box; display: flex; -webkit-box-pack: center; justify-content: center; -webkit-box-align: center; align-items: center; }
                /*.i-products .upper .swiper-wrapper .swiper-slide .img img { max-width: 90%; transition: all .5s; max-height: 90%; object-fit: contain; }*/
                .i-products .upper .swiper-wrapper .swiper-slide .txt { font-size: 16px; font-weight: bold; color: #041B3D; height: 20px; -webkit-line-clamp: 1; display: -webkit-box; -webkit-box-orient: vertical; text-overflow: ellipsis; overflow: hidden; line-height: 20px;; }
                .i-products .upper .swiper-wrapper .swiper-slide span { font-size: 14px; color: #1B2126; display: inline-block; transition: all .5s; opacity: 0.5; position: relative; margin-top: 10px; }
                    .i-products .upper .swiper-wrapper .swiper-slide span:after { content: ''; display: block; width: 7px; height: 11px; background: url(../img/icon_gogray.png) 0 0/cover no-repeat; position: absolute; left: calc(100% + 5px); top: 50%; margin-top: -5px; opacity: 0; visibility: hidden; transition: all .5s; }
                    .i-products .upper .swiper-wrapper .swiper-slide span:after { opacity: 1; visibility: visible; }
                    .i-products .upper .swiper-wrapper .swiper-slide span:hover { opacity: 1; }
                        .i-products .upper .swiper-wrapper .swiper-slide span:hover:after { left: calc(100% + 10px); opacity: 1; visibility: visible; }
                .i-products .upper .swiper-wrapper .swiper-slide:hover { border: 2px solid #eb2e3a; }
/*.i-products .upper .swiper-wrapper .swiper-slide:hover .img img { transform: scale(1.05); }*/

@media screen and (max-width: 1440px) {
    .i-products { padding: 90px 0 40px; }
        .i-products:before { height: 400px; top: 90px; width: 1200px; left: calc(50% - 655px); }
        .i-products .lower { margin-bottom: 40px; }
            .i-products .lower .srh-layer { margin-top: 30px; }
                .i-products .lower .srh-layer strong { font-size: 50px; }
                .i-products .lower .srh-layer .pro-search-box { height: 40px; line-height: 40px; margin-top: 16px; }
                    .i-products .lower .srh-layer .pro-search-box input[type="text"] { font-size: 14px; }
                .i-products .lower .srh-layer .pro-find-all a { font-size: 16px; }
        .i-products .upper .product-head li a { font-size: 18px; padding: 0 10px; }
        .i-products .upper .product-body { height: 370px; }
        .i-products .upper .swiper-wrapper .swiper-slide .img { height: 240px; }
}

@media screen and (max-width: 1200px) {
    .i-products { padding: 50px 0 30px; }
        .i-products:before { height: 300px; top: 50px; width: 98%; left: 0%; right: 20px; }
        .i-products .lower { margin-bottom: 20px; }
            .i-products .lower .srh-layer { margin-top: 20px; line-height: 50px; }
                .i-products .lower .srh-layer strong { font-size: 30px; }
                .i-products .lower .srh-layer .pro-search-box { height: 32px; line-height: 32px; margin-top: 10px; }
                    .i-products .lower .srh-layer .pro-search-box input[type="text"] { font-size: 14px; }
                    .i-products .lower .srh-layer .pro-search-box .btn-srh { width: 50px; font-size: 14px; }
                .i-products .lower .srh-layer .pro-find-all a { font-size: 14px; }
        .i-products .upper .product-head li a { font-size: 14px; padding: 0 10px; }
}

@media screen and (max-width: 1000px) {
    .i-products .lower .srh-layer strong { font-size: 28px; }
    .i-products .upper .product-head li { margin-right: 1.5%; }
}

@media screen and (max-width: 768px) {
    .i-products .lower .srh-layer strong { font-size: 24px; display: block; width: 100%; text-align: center; }
    .i-products .lower .srh-layer .pro-search-box { width: calc(96% - 100px); margin-right: 2%; margin-left: 0; }
    .i-products .upper .product-head { text-align: center; overflow-x: auto; overflow-y: hidden; position: relative; top: 4px; z-index: 3; }
        .i-products .upper .product-head::-webkit-scrollbar { width: 4px; height: 4px; }
        .i-products .upper .product-head::-webkit-scrollbar-track { background-color: transparent; }
        .i-products .upper .product-head::-webkit-scrollbar-thumb { background-color: #fff; }
        .i-products .upper .product-head ul { display: -webkit-box; display: flex; flex-wrap: nowrap; }
        .i-products .upper .product-head li { margin-right: 1%; }
            .i-products .upper .product-head li a { white-space: nowrap; }
}

@media screen and (max-width: 700px) {
    .i-products .upper .product-head li { width: auto; }
    .i-products .upper .product-head { text-align: left; }
    .i-products .lower .srh-layer .pro-search-box .search-icon { margin: 0 3px 0 5px; margin-bottom: 5px; }
}

@media screen and (max-width: 500px) {
    .i-products .upper .product-body { height: 300px; }
        .i-products .upper .product-body .tag-product-tab { padding: 15px 0; }
    .i-products .upper .swiper-wrapper .swiper-slide { border: none; }
        .i-products .upper .swiper-wrapper .swiper-slide .img { height: 200px; }
}

.product-head { max-width: 100%; overflow-y: hidden; position: relative; }
.i-products .upper .product-head li { margin-right: 0; }
    .i-products .upper .product-head li a { margin: 0 10px; text-align: center; height: 54px; padding: 5px 15px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
    .i-products .upper .product-head li:first-child a { margin-left: 0; }
.mCSB_scrollTools.mCSB_scrollTools_horizontal { height: 5px; }
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar { margin: 0; }
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar { margin: 0; }
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail { margin: 0; }
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail { margin: 0; }

@media screen and (max-width: 1440px) {
    .i-products .upper .product-head li { max-width: 155px; }
        .i-products .upper .product-head li a { padding: 5px 10px; margin: 0 5px; }
    .mCSB_horizontal.mCSB_inside > .mCSB_container { margin-bottom: 0; }
}

@media screen and (max-width: 1200px) {
    .i-products .upper .product-head li a { margin: 0 5px; height: 45px; }
}

@media screen and (max-width: 768px) {
    .i-products .upper .product-head { top: 0; }
        .i-products .upper .product-head ul { width: auto; }
        .i-products .upper .product-head li { max-width: 300px; }
            .i-products .upper .product-head li a { margin: 0 10px; height: 36px; line-height: 26px; }
}







.i-fir-wrap { position: relative; }
.i-about { padding-top: 1px; height: auto; padding: 105px 0; }

    .i-about .bgimg { position: absolute; top: 0; bottom: 0; left: 0; right: 0; background: no-repeat center/cover; }


    .i-about .tit-36 { text-align: center; margin-bottom: 40px; color: #000; position: relative; padding-bottom: 10px; }
        .i-about .tit-36::after { height: 3px; width: 100px; content: ""; background: #eb2e3a; position: absolute; left: 50%; margin-left: -50px; bottom: 0; }
    .i-about .con { text-align: center; max-width: 1200px; margin: 0 auto; }
    .i-about .i-about-more { width: 85px; height: 85px; border: 3px solid #ccc; border-radius: 50%; margin: 30px auto 0; position: relative; }
        .i-about .i-about-more .more-btn { width: 100%; height: 100%; position: relative; cursor: pointer; text-align: center }
            .i-about .i-about-more .more-btn span { font-size: 13px; display: block; }
        .i-about .i-about-more i { margin: 20px auto 0; font-size: 13px; display: inline-block; font-size: 20px; }
        .i-about .i-about-more .more-btn:hover i { }
        .i-about .i-about-more .line { width: 30px; height: 216px; position: absolute; top: 100%; left: 0; right: 0; margin: 0 auto; z-index: 3; }
            .i-about .i-about-more .line:after { content: ''; height: 100%; position: absolute; width: 100%; top: 0; left: 50%; background: url('../img/line2.png') no-repeat top center/100% auto; margin-left: -3px; transition: all .8s ease; }

        .i-about .i-about-more:hover { border-color: #eb2e3a; background: #eb2e3a; color: #fff; }
            .i-about .i-about-more:hover a { color: #fff; }

.index-about-adv { max-width: 1200px; margin: 50px auto; }

.advlist { border: 1px solid #e1e1e1; padding: 20px; display: flex; justify-items: center; flex-direction: column; text-align: center; box-shadow: 0px 0px 0px 0px #ccc; }
    .advlist:hover { box-shadow: 1px 1px 15px 2px #ccc; transition: box-shadow 0.5s ease 0s; }
    .advlist .advico { margin-bottom: 10px; }
        .advlist .advico img { height: 50px; }
    .advlist h3 { margin-bottom: 0; color: #000; }
    .advlist em { text-transform: capitalize; font-size: 12px; margin-bottom: 10px; }

.index-about-num { padding-top: 30px; display: flex; justify-content: space-between; max-width: 1200px; margin: 0 auto; }
.index-about-01 { padding-bottom: 11px; background: url('../images/line-04.jpg') left bottom no-repeat; margin-top: 15px; }
    .index-about-01 .div-num { line-height: 1; font-family: "times"; color: #eb2e3a; font-weight: bold; }
        .index-about-01 .div-num span { color: #fff; font-weight: normal; }
        .index-about-01 .div-num sup { top: -1.2em; }
    .index-about-01 .div-txt { line-height: 24px; color: #fff; margin-top: 12px; }

.index-about-des { line-height: 28px; color: #666; text-align: justify; margin-top: 43px; margin-bottom: 42px; height: 112px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden; }

.index-about-sort { position: absolute; left: 0; bottom: 0; right: 0%; background: #eb2e3a; }
.index-about-sort-cont { padding-left: 2%; padding-right: 2%; display: flex; justify-content: space-between; }
.index-about-a1 { position: relative; flex: 1; text-align: center; padding-top: 15px; padding-bottom: 12px; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
    .index-about-a1::after { content: " "; position: absolute; left: 0; top: 10px; bottom: 10px; width: 1px; background: rgb(255 255 255 / 50%); }
    .index-about-a1 .div-txt { color: #fff; margin-top: 15px; }


@media (min-width: 1199px) {
    .index-about-a1:hover { background: #c82a2c; }
    .index-about-sort { right: 0%; }
    .index-about-sort-cont { padding-left: 2%; padding-right: 2%; }
}

@media (min-width: 1300px) {
    .index-about-sort { right: 10%; }
    .index-about-sort-cont { padding-left: 4%; padding-right: 0; }
}

@media (min-width: 1805px) {
    .index-about-sort { right: 20%; }
    .index-about-sort-cont { padding-left: 150px; padding-right: 0; }
}



.i-thi-wrap { width: 100%; background: url(../img/solution.jpg) center bottom; background-size: cover; background-attachment: fixed; padding: 1px 0; }
.index-solution-cont { position: relative; display: flex; background: #fafafa; margin-top: 60px; }
    .index-solution-cont:before { content: " "; position: absolute; left: 50%; top: 0; right: 0; bottom: 0; z-index: 1; background: #fafafa; width: calc(100vw - 50%); }

.index-solution-menu { position: relative; z-index: 2; width: 18.57%; background: url('../img/bg-07.jpg') right bottom no-repeat #eb2e3a; background-size: 100%; padding-top: 6px; padding-bottom: 50px; }
.index-solution-top .swiper-slide { margin-top: 49px; height: auto !important; }
    .index-solution-top .swiper-slide:last-child .div-01:after { display: none; }
.index-solution-top .div-01 { position: relative; font-size: 16px; color: #fefefe; margin-left: 21%; margin-right: 15px; padding-left: 15px; background: url('../img/bg-08.png') left center no-repeat; cursor: pointer; }
.swiper-slide-thumb-active .div-01 { color: #fff; background: url('../img/bg-08h.png') left center no-repeat; font-weight: bold; }
    .swiper-slide-thumb-active .div-01:after { content: " "; position: absolute; left: 3px; top: 100%; width: 3px; height: 22px; background: url('../img/icon-06.png') center no-repeat; }

.index-solution-right { position: relative; z-index: 2; width: 81.43%; padding: 90px 0 90px 80px; }
.index-solution-01 { display: flex; justify-content: space-between; }
    .index-solution-01 .div-img { width: 47.16%; }
    .index-solution-01 .div-cont { width: 47.16%; font-size: 16px; line-height: 24px; color: #666; }
        .index-solution-01 .div-cont .div-title { font-size: 24px; color: #333; line-height: 48px; }
            .index-solution-01 .div-cont .div-title .span-n { font-size: 48px; font-family: "Impact"; text-transform: uppercase; color: #eb3d00; margin-right: 5px; }
        .index-solution-01 .div-cont .div-des { margin-top: 33px; }

.index-solution-arrow { position: absolute; right: 0; top: 0; width: 90px; z-index: 10; }
    .index-solution-arrow .index-solution-prev, .index-solution-arrow .index-solution-next { width: 40px; height: 40px; background-size: cover; background-position: center; background-repeat: no-repeat; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
    .index-solution-arrow .index-solution-prev { float: left; background-image: url('../img/arrow-left.png'); }
    .index-solution-arrow .index-solution-next { float: right; background-image: url('../img/arrow-right.png'); }
    .index-solution-arrow .swiper-button-disabled { visibility: hidden; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; }

@media (min-width: 1200px) {
    .index-solution-arrow .index-solution-prev:hover { background-image: url('../img/arrow-lefth.png'); }
    .index-solution-arrow .index-solution-next:hover { background-image: url('../img/arrow-righth.png'); }
}

@media (max-width: 991px) {
    .index-solution-cont { flex-wrap: wrap; }
        .index-solution-cont::before { display: none; }
    .index-solution-top .swiper-slide { margin-top: 0; width: auto; }
    .index-solution-top .div-01 { margin-left: 0; }
    .swiper-slide-thumb-active .div-01::after { display: none; }
    .index-solution-menu { width: 100%; background-size: inherit; padding: 20px 30px; }
    .index-solution-right { width: 100%; padding-left: 30px; padding-right: 30px; }
    .index-solution-01 { flex-wrap: wrap; }
        .index-solution-01 .div-img { width: 100%; }
            .index-solution-01 .div-img img { display: block; margin: 0 auto; }
        .index-solution-01 .div-cont { width: 100%; margin-top: 30px; }
            .index-solution-01 .div-cont .div-des { margin-top: 15px; }
}

@media (max-width: 767px) {
    .index-solution-cont { margin-top: 20px; }
    .index-solution-menu { padding: 15px; }
    .index-solution-right { padding: 20px 15px; }
    .index-solution-arrow { width: 70px; }
        .index-solution-arrow .index-solution-prev, .index-solution-arrow .index-solution-next { width: 30px; height: 30px; }
    .index-solution-01 .div-cont { font-size: 14px; line-height: 24px; }
        .index-solution-01 .div-cont .div-title { font-size: 20px; line-height: 36px; }
            .index-solution-01 .div-cont .div-title .span-n { font-size: 36px; }
}












/*.i-categories { padding-bottom: 3rem; 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: #eb2e3a; width: 30px; border-radius: 12px; }

.i-categories .card-body { padding: 1.5rem !important; }
    .i-categories .card-body p { line-height: 24px; line-height: 1.5rem; height: 72px; height: 4.5rem; }
    .i-categories .card-body .btn { margin-top: 1.875rem; }*/

/*.i-culture { padding-top: 2rem; 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: #eb2e3a; }
    .i-culture:after { content: "”"; position: absolute; top: -20px; right: 0; width: 50px; height: 50px; font-size: 166px; line-height: 166px; color: #ffbe37; }
    .i-culture .item b { display: block; font-size: 28px; font-size: 1.75rem; line-height: 1.875rem; margin-bottom: 0.625rem; }*/


.i-culture { padding-top: 2rem; 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: #eb2e3a; font-family: Arial; }
    .i-culture:after { content: "”"; position: absolute; top: -20px; right: 0; width: 50px; height: 50px; font-size: 166px; line-height: 166px; color: #ffbe37; font-family: Arial; }
    .i-culture .item b { display: block; font-size: 28px; font-size: 1.75rem; line-height: 1.875rem; margin-bottom: 0.625rem; }









.i-fou-wrap { background: #f7f7f7; padding-top: 1px; }

    .i-fou-wrap .i-news { position: relative; margin-top: 50px; padding-bottom: 40px; }
.i-news .swiper { padding-bottom: 20px; }
.index-news-01 { width: 100%; }
    .index-news-01 .a-img .span-img { padding-top: 75%; background-size: cover; background-repeat: no-repeat; background-position: center; -webkit-transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s; }
    .index-news-01 .div-cont { position: relative; z-index: 2; margin: -30px 17px 0; padding: 25px 140px 25px 30px; background: #fff; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
        .index-news-01 .div-cont .div-date { position: absolute; right: 30px; top: 30px; width: 60px; height: 60px; padding-top: 6px; border: 1px solid #eb2e3a; text-align: center; font-family: "Arial"; font-size: 14px; color: #eb2e3a; line-height: 1; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
            .index-news-01 .div-cont .div-date .div-day { font-size: 24px; margin-bottom: 1px; }

    .index-news-01 .div-title { font-size: 0; }
        .index-news-01 .div-title a { display: inline-block; font-size: 16px; line-height: 26px; color: #333; max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }

    .index-news-01 .div-des { font-size: 14px; line-height: 22px; color: #888; margin-top: 11px; height: 66px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }



@media screen and (max-width: 1199px) {
    .i-fou-wrap .i-news .swiper-slide { padding-bottom: 30px; }
}

@media screen and (min-width: 1199px) {
    .index-news-01:hover .a-img .span-img { transform: scale(1.1); }
    .index-news-01:hover .div-cont { background: #eb2e3a; }
        .index-news-01:hover .div-cont .div-date { border: 1px solid #fff; color: #fff; }
        .index-news-01:hover .div-cont .div-title a { color: #fff; }
        .index-news-01:hover .div-cont .div-des { color: #fff; }
    .i-news .i-pagination { display: none; }
}







.footer-wrap { background: #121e28; padding-top: 2rem; border-top: 5px #eb2e3a solid; position: relative; z-index: 1; }
    .footer-wrap a { color: #999 }
    .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: #999; }
                .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: #999; }
    .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: #eb2e3a; margin-right: 3px; }

.footer-wrap .bot { color: #999999; 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: #eb2e3a; 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: 2.5rem; 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 #eb2e3a; 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: #eb2e3a; font-size: 20px; line-height: 28px; }
        .float-right-box .box-border .sev-t a { float: left; color: #eb2e3a; 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: #eb2e3a }

.meau-contact .float-right-box .box-border { width: 220px; }
.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; }
}
