﻿@charset "utf-8";
@import url(iconfont.css);

/*#77ab2c 
#abcd03
#005bac*/

/*网站单位设置*/
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: #005bac; }*/
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-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; }
}
.btn-primary:hover { color: #005bac; background-color: #fff; border-color: #005bac; }
.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: #005bac; }

.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: #005bac; text-align: center; color: #FFFFFF; transition: all .36s ease; border: 1px solid #005bac; }
        .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: #005bac; 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: #005bac; 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: #005bac; 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: #005bac; 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; height: 90px; -webkit-box-shadow: 0 3px 3px 0 rgb(0 0 0 / 10%); -moz-box-shadow: 0 3px 3px 0 rgba(0,0,0,.1); box-shadow: 0 3px 3px 0 rgb(0 0 0 / 10%); z-index: 300; transition: height .3s ease-in-out; }
    header.header .w1520 { height: 90px; display: flex; align-items: center; flex-grow: 1; }

@media screen and (max-width: 1199px) {
    header.header { }
}


.header-top { background: #254fd0; color: #fff; height: 45px; background: -webkit-linear-gradient(left, #4ea2e8, #254fd0); /* Safari 5.1 - 6.0 */ background: -o-linear-gradient(right, #4ea2e8, #254fd0); /* Opera 11.1 - 12.0 */ background: -moz-linear-gradient(right, #4ea2e8, #254fd0); /* Firefox 3.6 - 15 */ background: linear-gradient(to right, #4ea2e8, #254fd0); /* 标准的语法 */ }
    .header-top .f-no-b-center { height: 45px; }

.header-top-right a { color: #fff; position: relative }
    .header-top-right a i { line-height: 24px; font-size: 24px; margin-right: 7px; }
header.header .navbar-header { }
    header.header .navbar-header .logo { font-size: 3rem; font-weight: bold; }
        header.header .navbar-header .logo a { color: #005bac; }
        header.header .navbar-header .logo img { max-height: 64px; }

@media screen and (max-width: 1199px) {
    .header-top { height: 30px; font-size: 14px; }
        .header-top .f-no-b-center { height: 30px; }
}

@media screen and (max-width: 1199px) {
    header.header { height: 80px; }
        header.header .w1520 { height: 80px; }
        header.header .menu { flex-basis: 1px; flex-shrink: 1; }
        header.header .navbar-header { width: 100%; flex-shrink: 0; }
            header.header .navbar-header .logo { font-size: 1.5rem; }
                header.header .navbar-header .logo img { padding-right: 20px; }
}








.header-search { height: 17px; line-height: 17px; position: relative; }
.header-search-open .iconfont { font-size: 1.25rem; }
.searchbar div.kesearchbox .ke_searchbox { top: 0; width: 250px; width: 15.625rem; border-radius: 7px 0 0 7px; border-radius: 0.4375rem 0 0 0.4375rem; color: #002c37; background-color: #eeeeee; border: none; position: relative; padding-left: 15px; padding-left: 0.9375rem; height: 40px; height: 2.5rem; font-size: 15px; font-size: .9375rem; font-style: italic; }
.searchbar div.kesearchbox .btn-link { border-radius: 0 7px 7px 0; border-radius: 0 0.4375rem 0.4375rem 0; background-color: #eeeeee; position: relative; border: none; padding: 0; margin: 0; }
    .searchbar div.kesearchbox .btn-link:before { position: relative; bottom: 0; z-index: 999; content: ""; display: block; height: 17px; height: 1.0625rem; margin: auto 15px auto 0; width: 1px; width: 0.0625rem; background-color: #ccd4d7; }
    .searchbar div.kesearchbox .btn-link i { color: #002c37; font-size: 18px; }

.header-search-form { display: none; position: absolute; top: 40px; right: 0px; z-index: 99; }
.nav__dropdown-overlay { background: rgba(0, 0, 0, 0.1); height: 100vh; left: 0; max-width: 100vw; position: fixed; top: 0; width: 100%; z-index: 1; overflow: hidden; width: 0; height: 0; opacity: 0; backdrop-filter: blur(3px); }
.overlay--open { animation: overlayOpen .4s ease-out forwards; }

@keyframes overlayOpen {
    0% { width: 0; height: 0; opacity: 0; z-index: -1; }
    1% { width: 100%; height: 100vh; z-index: 1; }
    100% { opacity: 1; width: 100%; height: 100vh; z-index: 1; }
}


.header-tel { right: 40px; top: 10px; line-height: 1.5rem; }
    .header-tel span { color: #005bac; font-weight: bold; font-size: 1.5rem; }



.header-dropdown { flex-shrink: 0; margin-left: 1.4rem; }
.m-block.header-dropdown { margin-left: 0rem; margin-right: 0.8rem; }
.header-dropdown-h { text-align: left; line-height: 2rem; margin: 0 -1em; position: relative }

.header-dropdown.hover .header-dropdown-h { z-index: 2 }

.header-dropdown-item { display: block; white-space: nowrap; padding: 0 1.5em 0 1em }

    .header-dropdown-item img, .header-dropdown-item-title { display: inline-block; cursor: pointer }

    .header-dropdown-item img { margin-right: .5em }

    .header-dropdown-item i { vertical-align: top; text-align: center; line-height: inherit; width: 1.2em; margin-right: .5em }

.header-dropdown-current { position: relative; z-index: 1 }

    .header-dropdown-current .header-dropdown-item:after { display: block; position: absolute; top: 50%; right: .8em; content: '\e689'; font-size: 0.8em; margin-top: -1.3em; font-family: iconfont; font-weight: 400; cursor: pointer }

.header-dropdown-list { position: absolute; top: -.4em; left: 0; padding-top: 2.4em; padding-bottom: .4em; min-width: 100%; background: #fff; box-shadow: 0 5px 15px rgba(0,0,0,.15); transform-origin: 50% 0; transform: scaleY(0) translateZ(0); opacity: 0; transition: transform 0.3s,opacity 0.3s; }
.header-dropdown.hover .header-dropdown-list { transform: scaleY(1) translateZ(0); opacity: 1; }
.header-dropdown-list-h { max-height: calc(90vh - 3em); overflow-y: auto; -webkit-overflow-scrolling: touch }









@media screen and (max-width: 1199px) {
    header.header .navbar-toggler { padding-right: 0; padding-right: 0; box-shadow: none; outline: 0; display: flex; flex-direction: column; align-items: end; }
}

/*header.header .icon-bar { width: 26px; width: 1.625rem; height: 1.5px; height: 0.09375rem; margin-bottom: 8px; margin-bottom: 0.5rem; display: block; transition: all ease-in 150ms; background-color: #002c37; }
    header.header .icon-bar.middle { width: 30px; width: 1.875rem; background-color: #005bac; }*/

header.header .topNavigation { font-size: 14px; font-size: .875rem }
    header.header .topNavigation .topnav-link { font-weight: 500; text-decoration: none; padding-left: 20px; padding-left: 1.25rem; color: #002c37 }

@media screen and (max-width: 1199px) {
    header.header .topNavigation .topnav-link { padding: 0 15px; padding: 0 .9375rem }
}

@media screen and (max-width: 1199px) {
    header.header .topNavigation.mobile { padding-bottom: 10px }
        header.header .topNavigation.mobile:after { display: block; content: ""; width: 100%; height: 5px; height: .3125rem; background-color: transparent; -webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,.1); -moz-box-shadow: 0 3px 3px 0 rgba(0,0,0,.1); box-shadow: 0 3px 3px 0 rgba(0,0,0,.1) }
}

header.header .topNavigation .languagemenu .dropdown-menu { box-shadow: 0 3px 6px 2px rgba(0,0,0,.1); border: none; border-radius: 7px; border-radius: .4375rem }

@media screen and (max-width: 1199px) {
    header.header #mainNavigation .navbar-collapse { width: 100%; position: fixed; bottom: 0; left: 0; overflow-y: auto; top: 110px }
}

header.header #mainNavigation .navbar-nav { border-bottom: none }

@media screen and (max-width: 1199px) {
    header.header #mainNavigation .navbar-nav { background-color: #fff; color: #ccd4d7; padding-bottom: 10px; padding-bottom: .625rem }
}

header.header #mainNavigation .navbar-nav .nav-link { padding: 0 1.25rem 0 0; color: #002c37; text-transform: uppercase; line-height: 90px; }

@media screen and (max-width: 1300px) {
    header.header #mainNavigation .navbar-nav .nav-link { padding: 0 1rem 0 0; font-size: 14px; }
}

@media screen and (max-width: 1199px) {
    header.header #mainNavigation .navbar-nav .nav-link { border-radius: 7px; border-radius: .4375rem; background-color: #e5e9ea; margin: 2px 15px; margin: .125rem .9375rem; padding: 13px 15px; padding: .8125rem .9375rem; line-height: 1rem; }
}

header.header #mainNavigation .navbar-nav .nav-link.dropdown-toggle:after { font-family: "iconfont"; content: '\e689'; font-size: 16px; font-size: 1rem; font-weight: bold; color: #002c37; display: inline-block; position: relative; margin-left: 2px; margin-left: .125rem; vertical-align: 0; transition: all ease-in .3s; border-top: 0; border-top: 0; transform: rotate(0); transform-origin: 35% center; border-left: 0 }

@media screen and (max-width: 1199px) {
    header.header #mainNavigation .navbar-nav .nav-link.dropdown-toggle:after { position: absolute; right: 28px; right: 1.75rem; top: unset }
}

/*header.header #mainNavigation .navbar-nav .nav-link span:after { content: ""; height: 17px; height: 1.0625rem; margin: auto 0 auto 1rem; width: 1px; width: .0625rem; position: relative; display: inline-block; vertical-align: middle; background-color: #ccd4d7 }

@media screen and (max-width: 1199px) {
    header.header #mainNavigation .navbar-nav .nav-link span:after { position: absolute; right: 60px; right: 3.75rem; top: 18px; top: 1.125rem }
}*/

@media screen and (min-width: 1199px) {
    header.header #mainNavigation .navbar-nav .dropdown.hover .nav-link.dropdown-toggle:after { content: '\e687'; color: #005bac; transition: all ease-in .3s; }
}

header.header #mainNavigation .navbar-nav .nav-link[aria-expanded=true]:after { content: '\e687'; color: #005bac; 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: #005bac }

@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: #005bac }
    header.header .icon-bar.bottom { margin-bottom: 0 }

@media screen and (max-width: 1199px) {
    header .header .navbar-toggler { padding-right: 0; padding-right: 0; box-shadow: none; outline: 0; display: flex; flex-direction: column; align-items: end }
}

header.header .navbar-toggler[aria-expanded=true] .top { transform: rotate(45deg); margin-bottom: 0; margin-bottom: 0; transform-origin: 15% 10% }
header.header .navbar-toggler[aria-expanded=true] .middle { transform: rotate(45deg); transform-origin: 25% 10%; opacity: 0 }
header.header .navbar-toggler[aria-expanded=true] .bottom { transform: rotate(-45deg); margin-bottom: 0; margin-bottom: 0; transform-origin: 25% 90% }

.sub-body { width: 100%; margin-top: 135px; }

@media screen and (max-width: 1199px) {
    .sub-body { margin-top: 110px; }
}

.top-inner { position: relative; z-index: 0; width: 100%; overflow: hidden; background-position: center top; background-repeat: no-repeat; }
.slide-home { z-index: 0; }
    .slide-home .swiper-slide { position: relative; }
        .slide-home .swiper-slide .imgs { height: 100%; position: relative; display: block; }
            .slide-home .swiper-slide .imgs .bgimg { position: absolute; top: 0; bottom: 0; left: 0; right: 0; background-position: center; background-size: cover; }
    .slide-home .slide-container { position: absolute; top: 45%; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); left: 0; right: 0; color: #fff; z-index: 3; margin: 0 auto; }
        .slide-home .slide-container .slide-txt { width: 75%; text-shadow: 0 0 9px rgb(0 0 0 / 30%); transition: opacity 1s, -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1); transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1), opacity 1s; transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1), opacity 1s, -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1); transition-delay: 0.5s; -webkit-transform: translate(-16px, 0); transform: translate(-16px, 0); opacity: 0; transform: translate(-16px, 0); }
        .slide-home .slide-container h1 { font-size: 64px; font-size: 4rem; line-height: 4rem; margin: 0; margin-bottom: 30px; margin-bottom: 1.875rem; }
        .slide-home .slide-container p { font-size: 24px; font-size: 1.5rem; line-height: 2rem; }
        .slide-home .slide-container .slide-btn { display: none; margin-top: 20px; margin-top: 1.25rem; font-size: 1.25rem; letter-spacing: 1px; -webkit-filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.3)); filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.3)); opacity: 0; transition: opacity 1.0s; transition-delay: 1.2s; }
    .slide-home .swiper-slide-active .slide-container .slide-btn { opacity: 1; -webkit-transform: translate(0, 0); transform: translate(0, 0); }
    .slide-home .swiper-slide-active .slide-container .slide-txt { opacity: 1; -webkit-transform: translate(0, 0); transform: translate(0, 0); }
    .slide-home .swiper-slide .slide-bg { width: 100%; height: 100%; background: rgba(0,0,0,0); position: absolute; z-index: 2; }


#site-navigation-bg { position: absolute; background: rgba(255,255,255,0.18); z-index: 1; top: 100%; left: 0; width: 100%; height: 0; opacity: 0; }
    #site-navigation-bg.stay { height: 265px; opacity: 1; }


@media (max-width: 992px) {
    .slide-home .slide-container .slide-txt { width: 100%; }
    .slide-home .slide-container h1 { font-size: 2.75rem; line-height: 2.75rem; }
    .slide-home .slide-container p { font-size: 20px; font-size: 1.25rem; line-height: 1.6rem; }
}



section.section-space-before-75 { margin-top: 48px; margin-top: 3rem; }

@media screen and (max-width: 1199px) {
    section.section-space-before-75 { margin-top: 30px; margin-top: 1.875rem; }
}

section h1 { font-size: 2.5rem; line-height: 3.125rem; }
section h2 { font-size: 2.1875rem; line-height: 2.625rem; }
section h1, section h2, section h3, section h4, section h5 { margin-bottom: 30px; margin-bottom: 1.875rem; }


@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-about .bg-fontdarkblue { padding: 3rem 0 3rem; position: relative; }

@media screen and (min-width: 992px) {
    .i-about .bg-fontdarkblue { padding: 6rem 0rem 3rem; }
}

.i-about .bg-fontdarkblue:before { content: ""; background: url(../img/aboutus.png) no-repeat center; background-size: 100%; position: absolute; left: 0; top: 0; height: 271px; width: 100%; display: block; }


.i-about-info { margin-top: 2rem; }
    .i-about-info em { line-height: normal; color: #005bac; font-size: 3.25rem; font-family: Arial; font-weight: 400; }
    .i-about-info h2 { line-height: normal; font-size: 2.25rem; font-weight: 700; margin-top: 10px; margin-bottom: 3rem; }
    .i-about-info p { text-align: left; line-height: 2.5; color: #666; }
.i-about-more { max-width: 105px; width: auto; margin-top: 3rem; }
    .i-about-more:hover img { transform: translateY(-10px); transition: transform 0.6s ease 0s; }


.i-about .ulbox { text-align: center; margin: 2rem 0 1.75rem; }
    .i-about .ulbox .counterDX { font-size: 44px; font-size: 2.75rem; color: #005bac; }
    .i-about .ulbox .unit { font-size: 18px; font-size: 1.125rem; top: -1rem; }
    .i-about .ulbox p { font-size: 20px; font-size: 1.125rem; }

@media screen and (max-width: 1199px) {
    .i-about .ulbox .counterDX { font-size: 30px; font-size: 1.875rem; }
    .i-about .ulbox .unit { font-size: 16px; font-size: 1rem; top: -1rem; }
    .i-about .ulbox p { font-size: 16px; font-size: 1rem; }
}


.i-products .swiper-horizontal > .swiper-wrapper { transition-timing-function: linear !important; -o-transition-timing-function: linear !important; -webkit-transition-timing-function: linear !important; }
.i-products .card-body { padding: 1.5rem !important; }
    .i-products .card-body h4 { font-size: 1.25rem; line-height: 1.6rem; height: 3.2rem; }
    .i-products .card-body p { font-size: 1rem; line-height: 24px; line-height: 1.5rem; height: 72px; height: 4.5rem; margin-bottom: 1rem; }
    .i-products .card-body .btn { background: #005bac; border: 1px solid #005bac; font-weight: bold;color:#fff; }
        .i-products .card-body .btn:hover { background: #fff; color: #005bac; }

.cp_more { height: 30px; position: relative; font-size: 1rem; color: #333; text-align: center; margin: 3rem auto 0; }
    .cp_more::before { content: ''; position: absolute; height: 2px; width: calc(50% - 110px); background: #c4c3c4; top: 50%; left: 0; margin-top: -1px; }
    .cp_more::after { content: ''; position: absolute; height: 2px; width: calc(50% - 110px); background: #c4c3c4; top: 50%; right: 0; margin-top: -1px; }
    .cp_more a { color: #fff; width: 150px; background: #005bac; border-radius: 15px; border: 1px solid #005bac; height: 30px; line-height: 30px; display: inline-block; text-decoration: none; }
        .cp_more a:hover { background: #fff; color: #005bac; }



        .i-news { position: relative; border-bottom: 1px solid #ccc }

.inews { overflow: hidden; padding: 0 5rem; }
.inews-lt { width: 25%; float: left; padding-top: 16.25rem; }
    .inews-lt h2 { font-size: 2.25rem; color: #000; line-height: 1; }
    .inews-lt p { font-size: 1rem; line-height: 1.5rem; margin-top: 10px; }
    .inews-lt .i-more2 { text-align: left; margin-top: 1.875rem; }
.inews-lt-a { width: 6.25rem; overflow: hidden; margin-top: 2.5rem; }
    .inews-lt-a > div { width: 2.5rem; height: 2.5rem; border: 1px solid #ccc; border-radius: 50%; text-align: center; line-height: 2.5rem; cursor: pointer; }
        .inews-lt-a > div i { font-size: 20px; }
        .inews-lt-a > div:hover { background: #005bac; border-color: #005bac; }
            .inews-lt-a > div:hover i { color: #fff; }
.inews-lt-a1 { float: left; transition: all .3s; -webkit-transition: all .3s; }
    .inews-lt-a1:hover { transition: all .3s; -webkit-transition: all .3s; }
.inews-lt-a2 { float: right; transition: all .3s; -webkit-transition: all .3s; }
    .inews-lt-a2:hover { transition: all .3s; -webkit-transition: all .3s; }
.inews-rt { width: 70%; float: right; }
.inews-sc { /* display: none; */ }
.inews-swiper { }
.inews-slide { border-left: 1px solid rgba(0,0,0,.1); padding: 5rem 40px; }
    .inews-slide > a { display: block; color: #212121; }
.inews-cbj { width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 2; background: no-repeat center; background-size: cover; }
.inews-a { font-size: 1.125rem; line-height: 1; opacity: .6; }
.inews-b { font-size: 1.625rem; line-height: 2rem; height: 6rem; margin-top: 1.25rem; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.inews-d { font-size: 1rem; line-height: 1.875rem; height: 5.625rem; opacity: .5; margin-top: 0.825rem; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.inews-e { margin-top: 2.5rem; margin-bottom: 1.5rem; }
    .inews-e.idx-but1 { display: inline-block; width: 8.125rem; line-height: 2.625rem; border-radius: 1.3125rem; text-align: center; transition: all .3s; -webkit-transition: all .3s; border: 1px solid #005bac; color: #005bac; }
.inews-slide > a:hover .inews-e.idx-but1 { background: #005bac; color: #fff; }

@media(max-width:1600px) {
    .inews { padding: 0 50px; }
    .inews-lt { padding-top: 200px; }
    .inews-lt-a { margin-top: 50px; }
    .inews-slide { padding: 0 20px; padding-top: 160px; }
    .inews-b { font-size: 20px; line-height: 25px; height: 73px; }
    .inews-d { font-size: 14px; line-height: 20px; height: 58px; margin-top: 15px; }
    .inews-e.idx-but1 { width: 100px; height: 40px; line-height: 38px; font-size: 14px; }
}

@media(max-width:1200px) {
    .inews { padding: 0 30px; }
    .inews-lt { width: 100%; text-align: center; }
        .inews-lt .i-more2 { text-align: center; }
    .inews-lt-a { margin-top: 30px; margin-left: 50%; position: relative; left: -3.125rem; }
    .inews-rt { height: auto; width: 100%; margin-top: 70px; }
    .inews-swiper { height: auto; }
    .inews-slide { padding-top: 0; padding: 0 20px; border: 0; }
}

@media(max-width:1000px) {
    .inews-lt { padding-top: 130px; }
}

@media(max-width:750px) {
    .inews { padding: 0 .75rem; }
    .inews-lt { padding-top: 4.5rem; }
    /*.inews-lt-a { display: none; }*/
    .inews-rt { margin-top: 1.5rem; }
    .inews-a { }
    .inews-b { -webkit-line-clamp: 2; }
    .inews-slide { padding: 0; }
    /*.inews-c { margin: 0; position: absolute; top: 0; left: 0; }*/
    .inews-c img { width: 100%; }
    .inews-sc { display: block; padding: 0; margin-top: .75rem !important; }
}

.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: 10rem 0 10rem; }
    .i-service .item { text-align: center; padding: 10px;border-radius:10px; }
        .i-service .item:hover { background: #005bac; }
        .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; }


.i-case { position: relative; padding-bottom: 1.875rem; }
    .i-case .case-pagination { width: 6rem; margin: 1.875rem auto 0; }
    .i-case .case-prev, .i-case .case-next { cursor: pointer; height: 2.375rem; width: 2.375rem; text-align: center; border-radius: 50%; background: #f5f5f5; }
        .i-case .case-prev i.iconfont, .i-case .case-next i.iconfont { font-size: 1rem; color: #005bac; line-height: 2.375rem; text-align: center }
        .i-case .case-prev:hover, .i-case .case-next:hover { background: #005bac; }
            .i-case .case-prev:hover i.iconfont, .i-case .case-next:hover i.iconfont { color: #fff; }
    .i-case .swiper-button-disabled { opacity: .35; cursor: auto; pointer-events: none; }

    .i-case .swiper-slide p { width: 100%; display: block; line-height: 40px; text-align: center; font-size: 18px; background: #f5f5f5; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding: 0 10px; text-align: center; }
    .i-case .swiper-slide:hover p { background: #005bac; color: #fff; }


.footer-wrap { background: #e8e8e8;  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: #000; 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: #666; 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: #000; 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: #005bac; }
            .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: #666; 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: #666; -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: #005bac; }
            .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 .sm-link a:hover { }
        .footer-wrap ul li.last .link { font-size: 1.125rem; text-transform: uppercase; color: #000; }
        .footer-wrap ul li.last.fr { margin-right: 0; }
.footer-right-address { font-size: .875rem; line-height: 1.125rem; color: #666; }
    .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: #005bac; }
    .footer-right-address .footer-add-h5 { margin-top: 1.25rem; }
        .footer-right-address .footer-add-h5 i { font-size: 0.375rem; color: #005bac; margin-right: 3px; }

.footer-wrap .bot { color: #fff; background: -webkit-linear-gradient(left top, #4ea2e8, #005bac); /* Safari 5.1 - 6.0 */ background: -o-linear-gradient(bottom right, #4ea2e8, #005bac); /* Opera 11.1 - 12.0 */ background: -moz-linear-gradient(bottom right, #4ea2e8, #005bac); /* Firefox 3.6 - 15 */ background: linear-gradient(to bottom right, #4ea2e8, #005bac); /* 标准的语法 */ text-align: center; line-height: 1.5rem; font-size: 0.875rem; }
    .footer-wrap .bot a { padding: 0 0.25rem; font-size: 0.875rem; color: #fff; }
    .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: -webkit-linear-gradient(left top, #4ea2e8, #005bac); /* Safari 5.1 - 6.0 */ background: -o-linear-gradient(bottom right, #4ea2e8, #005bac); /* Opera 11.1 - 12.0 */ background: -moz-linear-gradient(bottom right, #4ea2e8, #005bac); /* Firefox 3.6 - 15 */ background: linear-gradient(to bottom right, #4ea2e8, #005bac); /* 标准的语法 */ 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 #005bac; 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: #005bac; font-size: 20px; line-height: 28px; }
        .float-right-box .box-border .sev-t a { float: left; color: #005bac; 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.html) no-repeat left 3px; line-height: 36px; }
                    .float-right-box .box-border .sev-b li a:hover { color: #005bac }

.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; }
}
