﻿@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: #eb3d00; }*/
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: #f5f5f5; }
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; }

.imgscale:hover { transform: scale(1.05, 1.05); transition: transform 0.6s ease 0s; }
.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-end-center { display: flex; flex-flow: row wrap; justify-content: flex-end; align-items: center; }
.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: #eb3d00; }

.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: #eb3d00; text-align: center; color: #FFFFFF; transition: all .36s ease; border: 1px solid #eb3d00; }
        .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: 44px; padding-left: 3.125rem; padding-right: 4rem; position: relative; border-radius: 1.625rem; background: #eb3d00; 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: #eb3d00; 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: #eb3d00; 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: #eb3d00; 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 { display: flex; align-items: center; flex-grow: 1; }

@media screen and (max-width: 1199px) {
    header.header { }
}


.header-top { background-image: url(../img/head_bg.png); background-repeat: no-repeat; background-position: left center; background-size: auto 100%; background-color: #eb3d00; color: #fff; height: 40px; position: absolute; top: 0; right: 0; width: 50%; padding-right: 3%; }
    .header-top a { color: #fff; position: relative; line-height: 40px; margin-right: 10px; font-size: 0.875rem; }
        .header-top a i { line-height: 20px; font-size: 20px; margin-right: 7px; }
        .header-top a.header-tel { font-size: 1.125rem; font-weight: bold; margin-right: 30px; }

header.header .navbar-header { }
    header.header .navbar-header .logo { font-size: 3rem; font-weight: bold; }
        header.header .navbar-header .logo a { color: #eb3d00; display: flex; align-items: center; }
        header.header .navbar-header .logo img { max-height: 64px; }

@media screen and (max-width: 1199px) {
    .header-top { display: none; }
}

header.header .menu { padding-top: 40px; }
header.header .w1520 { max-width: 1805px; }

@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-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(100vh - 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: #eb3d00; }*/

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 #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: 60px; }

@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: #eb3d00; transition: all ease-in .3s; }
}

header.header #mainNavigation .navbar-nav .nav-link[aria-expanded=true]:after { content: '\e687'; color: #eb3d00; 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: #eb3d00 }

@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: #eb3d00 }
    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: 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 { padding-top: 64px; padding-top: 4rem; }
section.section-space-after-75 { padding-bottom: 64px; padding-bottom: 4rem; }

@media screen and (max-width: 1199px) {
    section.section-space-before-75 { padding-top: 30px; padding-top: 1.875rem; }
    section.section-space-after-75 { padding-bottom: 30px; padding-bottom: 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; }


@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-application a.list { overflow: hidden; display: block; width: 100%; height: 100%; position: relative; }
    .i-application a.list .img { position: relative; overflow: hidden; width: 100%; padding-bottom: 126.4150943396226%; }
        .i-application a.list .img:before { content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: rgba(0,0,0,.2); z-index: 1; }
        .i-application a.list .img img { transition: all .3s; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);height:100%;max-width:initial; }
    .i-application a.list .advice { position: absolute; top: 0; left: 0; width: 100%; height: 100%; transition: all .4s; background: rgba(0,0,0,.4); padding: 20px 40px; box-sizing: border-box; display: flex; flex-direction: column; align-items: center; justify-content: center; transform: translateY(101%); z-index: 2; }
        .i-application a.list .advice .tit { font-size: 18px; color: #ffffff; text-align: center; }
        .i-application a.list .advice .desc { font-size: 14px; color: #ffffff; line-height: 1.72; margin-top: 10px; text-align: center; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; display: none; }
        .i-application a.list .advice .detial { font-size: 14px; color: #ffffff; margin-top: 30px; text-align: center; transition: all .3s; padding: 7px 20px; box-sizing: border-box; border: 1px solid #ffffff; border-radius: 20px; }
    .i-application a.list:hover .advice { transform: translateY(0); }
    .i-application a.list .advice .detial:hover { background: #eb3d00; color: #ffffff; border: 1px solid #eb3d00; }
    .i-application a.list .title-tit { position: absolute; height: 100%; left: 0; width: 100%; padding: 30px; box-sizing: border-box; font-size: 24px; color: #ffffff; z-index: 2; transition: all .4s; }
    .i-application a.list:hover .title-tit { opacity: 0; }

@media screen and (max-width:1336px) {
    .i-application a.list .advice { padding: 20px 25px; }
}

@media screen and (max-width:1200px) {
    .i-application a.list .advice { padding: 20px; }
}


@media screen and (max-width:768px) {
    .i-application a.list .advice { transform: translate(0); }
    .i-application a.list .title-tit { display: none; }
    .i-application a.list .advice .detial { margin-top: 15px; }
    .i-application a.list .advice .desc { margin-top: 5px; -webkit-line-clamp: 1; }
}










.i-products { background: url(../img/pro_bg.jpg) bottom; background-size: cover; background-attachment: fixed; }
.index-title-warp { position: relative; }
.index-title { padding-bottom: 20px; position: relative; }
    .index-title .div-en { font-family: "Cambria"; font-size: 48px; line-height: 1; color: #eb3d00; font-weight: bold; text-transform: uppercase; }
    .index-title .div-cn { font-size: 24px; line-height: 1; color: #333; margin-top: 12px; }
    .index-title:after { content: ""; width: 48px; height: 3px; background: #eb3d00; position: absolute; bottom: 0; left: 0; }

.index-more { width: 180px; height: 50px; display: flex; justify-content: center; align-items: center; background: #eb3d00; 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; }

.index-title-warp .index-more { position: absolute; right: 0; top: 30px; }

@media (min-width: 1280px) {
    .index-more:hover { color: #fff; background: #eb3d00; }
        .index-more:hover img { transform: translateX(10px); }
}


.index-product-cont { position: relative; display: flex; background: #fff; margin-top: 60px; }
    .index-product-cont:before { content: " "; position: absolute; left: 50%; top: 0; right: 0; bottom: 0; z-index: 1; background: #fff; width: calc(100vw - 50%); }

.index-product-menu { position: relative; z-index: 2; width: 18.57%; background: url('../img/bg-07.jpg') right bottom no-repeat #333; background-size: 100%; padding-top: 6px; padding-bottom: 50px; }
.index-product-top .swiper-slide { margin-top: 49px; height: auto !important; }
    .index-product-top .swiper-slide:last-child .div-01:after { display: none; }
.index-product-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-product-right { position: relative; z-index: 2; width: 81.43%; padding: 90px 0 90px 80px; }
.index-product-01 { display: flex; justify-content: space-between; }
    .index-product-01 .div-img { width: 47.16%; }
    .index-product-01 .div-cont { width: 47.16%; font-size: 16px; line-height: 24px; color: #666; }
        .index-product-01 .div-cont .div-title { font-size: 24px; color: #333; line-height: 48px; }
            .index-product-01 .div-cont .div-title .span-n { font-size: 48px; font-family: "Impact"; text-transform: uppercase; color: #eb3d00; margin-right: 5px; }
        .index-product-01 .div-cont .div-des { margin-top: 33px; }

.index-product-arrow { position: absolute; right: 0; top: 0; width: 90px; z-index: 10; }
    .index-product-arrow .index-product-prev, .index-product-arrow .index-product-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-product-arrow .index-product-prev { float: left; background-image: url('../img/arrow-left.png'); }
    .index-product-arrow .index-product-next { float: right; background-image: url('../img/arrow-right.png'); }
    .index-product-arrow .swiper-button-disabled { visibility: hidden; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; }

@media (min-width: 1200px) {
    .index-product-arrow .index-product-prev:hover { background-image: url('../img/arrow-lefth.png'); }
    .index-product-arrow .index-product-next:hover { background-image: url('../img/arrow-righth.png'); }
}

@media (max-width: 991px) {
    .index-product-cont { flex-wrap: wrap; }
        .index-product-cont::before { display: none; }
    .index-product-top .swiper-slide { margin-top: 0; width: auto; }
    .index-product-top .div-01 { margin-left: 0; }
    .swiper-slide-thumb-active .div-01::after { display: none; }
    .index-product-menu { width: 100%; background-size: inherit; padding: 20px 30px; }
    .index-product-right { width: 100%; padding-left: 30px; padding-right: 30px; }
    .index-product-01 { flex-wrap: wrap; }
        .index-product-01 .div-img { width: 100%; }
            .index-product-01 .div-img img { display: block; margin: 0 auto; }
        .index-product-01 .div-cont { width: 100%; margin-top: 30px; }
            .index-product-01 .div-cont .div-des { margin-top: 15px; }
}

@media (max-width: 767px) {
    .index-title { text-align: center; background-position: center bottom; }
        .index-title .div-en { font-size: 32px; }
        .index-title .div-cn { font-size: 20px; }
        .index-title:after { left: 50%; margin-left: -24px; }
    .index-title-warp { padding-bottom: 60px; }
        .index-title-warp .index-more { top: auto; bottom: 0; }
    .index-more { width: 100%; height: 46px; }

    .index-product-cont { margin-top: 20px; }
    .index-product-menu { padding: 15px; }
    .index-product-right { padding: 20px 15px; }
    .index-product-arrow { width: 70px; }
        .index-product-arrow .index-product-prev, .index-product-arrow .index-product-next { width: 30px; height: 30px; }
    .index-product-01 .div-cont { font-size: 14px; line-height: 24px; }
        .index-product-01 .div-cont .div-title { font-size: 20px; line-height: 36px; }
            .index-product-01 .div-cont .div-title .span-n { font-size: 36px; }
}




.index-about-num { padding-top: 22px; display: flex; justify-content: space-between; max-width: 997px; align-items: center; margin: 0 auto; flex-flow: wrap; }
.index-about-01 { padding-bottom: 11px; background: url('../img/line-04.jpg') left bottom no-repeat; margin-top: 15px; text-align: center; }
    .index-about-01 .div-num { font-size: 4.2rem; line-height: 1; font-family: "times"; color: #eb3d00; font-weight: bold; }
        .index-about-01 .div-num i {font-style:normal; }
        .index-about-01 .div-num span { font-size: 2.25rem; color: #555; font-weight: normal; }
        .index-about-01 .div-num sup { font-size: 2.25rem; top: -24px; }
    .index-about-01 .div-txt { font-size: 1rem; line-height: 24px; color: #555; margin-top: 12px; }

@media (max-width: 991px) {
    .index-about-01 { width: 50%; }
    .i-about .index-title { text-align: center; }
}




.i-service { background: url(../img/service.jpg) bottom; background-size: cover; background-attachment: fixed; position: relative; color: #fff; }
    /*.i-six-wrap:before { content: ""; width: 100%; height: 100%; background: rgba(0,0,0,0.4); position: absolute; z-index: 0; }*/
    .i-service h2 { color: #fff; font-size: 2.8rem; line-height: 3.6rem; margin-bottom: 10px; }
    .i-service p { color: #fff; font-size: 1.125rem; }
    .i-service .container { position: relative; z-index: 3; padding: 5rem 0 5rem; }
    .i-service .item { text-align: center; padding: 10px; }
        .i-service .item:hover { background: #eb3d00; }
        .i-service .item b { display: block; font-size: 1.5rem; line-height: 1.875rem; margin-bottom: 0.625rem; }
        .i-service .item i { font-size: 4rem; display: block; color: #fff; }



.footer-wrap { background: #333; padding-top: 3.125rem; position: relative; z-index: 1; }
    .footer-wrap a { color: #666 }
    .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; position: relative; -webkit-transition: all .3s ease; transition: all .3s ease; }
            .footer-wrap ul li .link::before { content: ""; position: absolute; width: 0px; height: 2px; left: 0; background: #eb3d00; top: calc(50% - 1px); -webkit-transition: all .3s ease; transition: all .3s ease; }
            .footer-wrap ul li .link:hover::before { width: 10px; }
            .footer-wrap ul li .link a { position: relative; font-size: 1.125rem; text-transform: uppercase; color: #fff; display: block; -webkit-transition: all .3s ease; transition: all .3s ease; }
            .footer-wrap ul li .link:hover a { -webkit-transform: translate(20px, 0); -ms-transform: translate(20px, 0); transform: translate(20px, 0); 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; position: relative; }
            .footer-wrap ul li .sm-link::before { content: ""; position: absolute; width: 0px; height: 2px; left: 0; background: #eb3d00; top: calc(50% - 1px); -webkit-transition: all .3s ease; transition: all .3s ease; }
            .footer-wrap ul li .sm-link:hover::before { width: 10px; }
            .footer-wrap ul li .sm-link a { font-size: 0.875rem; text-transform: uppercase; transition: color 0.4s; color: #e1e1e1; -webkit-transition: all .3s ease; transition: all .3s ease; display: block; }
            .footer-wrap ul li .sm-link:hover a { -webkit-transform: translate(20px, 0); -ms-transform: translate(20px, 0); transform: translate(20px, 0); color: #fff; }
            .footer-wrap ul li .sm-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 .wxcode img { max-width: 160px; }






        .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: #e1e1e1; }
    .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; color: #eb3d00; }
    .footer-right-address .footer-add-h5 { margin-top: 1.25rem; }
        .footer-right-address .footer-add-h5 i { font-size: 0.375rem; color: #fff; margin-right: 3px; }

.footer-wrap .bot { color: #666; border-top: 1px solid rgba(255, 255, 255, 0.05); text-align: center; line-height: 1.5rem; font-size: 0.875rem; }
    .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: #666; 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: #eb3d00; 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 #eb3d00; 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: #eb3d00; font-size: 20px; line-height: 28px; }
        .float-right-box .box-border .sev-t a { float: left; color: #eb3d00; 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: #eb3d00 }

.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; }
}
