﻿@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: #3eb4f0; }*/
hr { box-sizing: content-box; height: 0; overflow: visible; }
h1, h2, h3, h4, h5, h6 { margin-top: 0; margin-bottom: .25rem; }
p { margin: 0; }
.bg-lightestblue { background-color: #eaf6fe; }
.bg-lightergrey { background-color: #eff5f7; }
.bg-fontdarkblue { background-color: #eeeeee; }
abbr [data-original-title], abbr[title] { text-decoration: underline; -webkit-text-decoration: underline dotted; text-decoration: underline dotted; cursor: help; border-bottom: 0; -webkit-text-decoration-skip-ink: none; text-decoration-skip-ink: none }
address { margin-bottom: .5rem; font-style: normal; line-height: inherit; }
dl, ol, ul { margin: 0; padding: 0; }
    ol ol, ol ul, ul ol, ul ul { margin: 0; padding: 0; }
dt { font-weight: 700; }
dd { margin-bottom: .5rem; margin-left: 0; }
blockquote { margin: 0 0 .5rem; }
b, strong { font-weight: bold; }
small { font-size: 80%; }
sub, sup { position: relative; font-size: 75%; line-height: 0; vertical-align: baseline; }
sub { bottom: -.25em; }
sup { top: -.5em; }
em { font-style: normal; }
.f-no { display: flex; flex-flow: row wrap; }
.f-no-b-center { display: flex; flex-flow: row wrap; justify-content: space-between; align-items: center; }
.f-no-b-start { display: flex; flex-flow: row wrap; justify-content: space-between; align-items: flex-start; }
.f-no-b-stretch { display: flex; flex-flow: row wrap; justify-content: space-between; align-items: stretch; }
.f-no-c-center { display: flex; flex-flow: row wrap; justify-content: center; align-items: center; }
.f-no-c-start { display: flex; flex-flow: row wrap; justify-content: center; align-items: flex-start; }
.f-no-c-stretch { display: flex; flex-flow: row wrap; justify-content: center; align-items: stretch; }
.f-no-s-center { display: flex; flex-flow: row wrap; justify-content: flex-start; align-items: center; }
.f-no-s-end { display: flex; flex-flow: row wrap; justify-content: flex-start; align-items: flex-end; }
.f-no-s-stretch { display: flex; flex-flow: row wrap; justify-content: flex-start; align-items: stretch; }
.f-no-end-start { display: flex; flex-flow: row wrap; justify-content: flex-end; }
.f-no-col { display: flex; flex-flow: column wrap; }
.f-no-col-b-center { display: flex; flex-flow: column wrap; justify-content: space-between; align-items: center; }
.f-no-col-c-center { display: flex; flex-flow: column wrap; justify-content: center; align-items: center; }
.f-no-col-s-center { display: flex; flex-flow: column wrap; justify-content: flex-start; align-items: center; }
.f-no-col-s-end { display: flex; flex-flow: column wrap; justify-content: flex-start; align-items: flex-end; }
.f-no-col-c-start { display: flex; flex-flow: column wrap; justify-content: center; align-items: flex-start; }
.f-no-col-b-start { display: flex; flex-flow: column wrap; justify-content: space-between; align-items: flex-start; }
.f-no-col-end-start { display: flex; flex-flow: column wrap; justify-content: flex-end; align-items: flex-start; }
.pc-block { display: block; }
.pc-block-768 { display: block; }
.pc-block-767 { display: block; }
.m-block { display: none; }
.m-block-767 { display: none; }
.m-block-768 { display: none; }

@media (max-width: 1199px) {
    .pc-block { display: none; }
    .m-block { display: block; }
}

@media (max-width: 768px) {
    .pc-block-768 { display: none; }
    .m-block-768 { display: block; }
}

@media (max-width: 767px) {
    .pc-block-767 { display: none; }
    .m-block-767 { display: block; }
}

.container { width: 96%; max-width: 1620px; margin: 0 auto; padding: 0; }
.w1520 { width: 96%; max-width: 1620px; margin: 0 auto; }

@media (min-width: 1300px) {
    .container { width: 94%; max-width: 1620px; margin: 0 auto; padding: 0; }
    .w1520 { width: 94%; max-width: 1620px; margin: 0 auto; }
}

.container .container { padding: 0; width: 100%; }
.w1800 { width: 94%; max-width: 1800px; margin: 0 auto; }
.ovh { overflow: hidden; }
.clearfix, ul { zoom: 1; }
    .clearfix:after, ul:after { display: block; height: 0; clear: both; visibility: hidden; overflow: hidden; content: "."; }
img { max-width: 100%; }
ul, li { padding: 0; margin: 0; list-style: none; }
.fl { float: left; }
.fr { float: right; }
a { color: #333; text-decoration: none; }
    a:hover, a:active, a:focus { text-decoration: none; color: #3eb4f0; }

.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: #3eb4f0; text-align: center; color: #FFFFFF; transition: all .36s ease; border: 1px solid #3eb4f0; }
        .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: #3eb4f0; 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: #3eb4f0; 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: #3eb4f0; 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: #3eb4f0; 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; }


/*header { width: 100px; height: 100%; position: fixed; left: 0; top: 0; z-index: 100; background-color: #FFFFFF; box-shadow: 0 0 20px rgb(0 0 0 / 20%); }
    header > .menu_icon { width: 36px; height: 1.5rem; overflow: hidden; margin: 40px 0 38px 33px; cursor: pointer; }
        header > .menu_icon i { font-size: 36px; color: #000; line-height: 1.5rem; display: block; }
            header > .menu_icon i:hover { color: #3eb4f0; }
    header .header_content { width: 100%; height: 100%; }
    header .header_menu { width: 100%; }
.header_menu a { display: block; width: 100px; height: 56px; position: relative; }
    .header_menu a p { position: relative; }
        .header_menu a p:after { width: 100px; height: 56px; background: #3eb4f0; position: absolute; left: -100px; transition: all 1s; z-index: 10; content: ""; }
        .header_menu a p span { position: absolute; width: 100px; height: 56px; line-height: 56px; font-size: 1rem; font-weight: bold; margin-bottom: 0; text-align: center; z-index: 11; }
    .header_menu a.active p:after { width: 140px; left: 0; }
    .header_menu a:hover p:after { width: 140px; left: 0; }
    .header_menu a.active p span, .header_menu a:hover p span { color: #fff; }
header .header_bottom { width: 100px; height: 50px; margin: 55px 0 0; border-top: 1px solid #e5e5e5; padding: 19px 0 0 0px; }
.header_bottom a { display: block; width: 30px; height: 30px; border-radius: 50%; background-color: #c1c1c1; text-align: center; line-height: 30px; font-weight: bold; color: #FFFFFF; margin: 0 5px; float: left; }
.header_bottom .header_search { width: 30px; height: 30px; border-radius: 50%; margin: 0 auto; background-color: #3eb4f0; color: #FFFFFF; font-size: 1rem; line-height: 30px; position: relative; cursor: pointer; }
.header_search i { color: #fff; font-size: 20px; line-height: 30px; width: 30px; text-align: center; display: block; }
input::-webkit-input-placeholder { color: #FFFFFF; }
input:-moz-placeholder { color: #FFFFFF; }
input:-ms-input-placeholder { color: #FFFFFF; }
input:placeholder { color: #FFFFFF; }
.header_search input { width: 200px; height: 30px; background-color: #3eb4f0; position: absolute; left: 30px; top: 0; border: none; padding: 0 10px; border-radius: 3px; font-size: 1rem; color: #FFFFFF; display: none; }
.header_search:hover input { display: block; }*/
/*header { position: fixed; width: 100%; left: 0; top: 0; z-index: 999; }
.site-header { height: 90px; position: absolute; z-index: 99; width: 100%; left: 0; top: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.15); transition: all .3s ease-in-out; background: #fff; box-shadow: 0px 0px 10px 0 rgba(0,0,0,.1); }
    .site-header .logo {  height: 75px; display: block; }
        .site-header .logo img {max-height:100%; }
        .site-header .search-box { position: relative; }
    .site-header .sc-btn,
    .site-header .search-btn { cursor: pointer; font-size: 22px; fill: #fff; }
.sc-search-box { position: relative; }
    .sc-search-box .sc-list { position: absolute; left: 0; top: 1.5rem; padding: 10px 0; display: none; }
        .sc-search-box .sc-list a { display: block; font-size: 14px; line-height: 1.5; }
.site-header .search-btn .icon { width: 22px; height: 22px; }
.site-header .sc-btn.onss { margin-right: .7rem; position: relative; padding-right: 10px; }
    .site-header .sc-btn.onss:before { position: absolute; content: ""; width: 8px; height: 4px; right: 0; top: 0; bottom: 0; margin: auto; background: url(../img/sj.png) no-repeat center; background-size: 100%; }
    .site-header .sc-btn.onss .icon { width: 1.5rem; height: 1.5rem; }
.site-header .iconbox { width: 30px; height: 30px; margin-left: .75rem; cursor: pointer; }
    .site-header .iconbox .icon { fill: #fff; width: 22px; height: 22px; }
.site-header .nav { font-size: 16px; margin-right: 20px; }
    .site-header .nav .li { margin: 0 .45rem; }
    .site-header .nav .warp-btn { position: relative; display: block; height: 90px; line-height: 90px; transition: all .3s ease; }
        .site-header .nav .warp-btn:before { content: ""; position: absolute; height: 4px; width: 100%; background: #3eb4f0; left: calc(50% - 50%); bottom: 0; transform: scale(0, 1); transition: all .3s ease; }
    .site-header .nav .li:hover .warp-btn, .site-header .nav .li.cur .warp-btn { color: #3eb4f0; }
        .site-header .nav .li:hover .warp-btn:before, .site-header .nav .li.cur .warp-btn:before { transform: scale(1, 1); }
    .site-header .nav .nav-item { position: absolute; text-align: center; top: 90px; width: 100%; left: 0px; background: rgba(0, 0, 0, 0.4); font-size: 14px; box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1); display: none;*/ /*border-top: 1px solid #ccc;*/ /*text-align: right;*/ /*padding-right: 5rem; }
        .site-header .nav .nav-item p { width: auto; margin: 0 .25rem; line-height: 1.5; display: inline-block; }
        .site-header .nav .nav-item a { height: 60px; line-height: 60px; display: block; text-align: center; transition: all .3s ease; color: #fff; }
            .site-header .nav .nav-item a.cur,
            .site-header .nav .nav-item a:hover { color: #3eb4f0; }

@media (max-width: 1440px) {
    .site-header .nav .li { margin: 0 .5rem; }
}

@media (max-width: 1280px) {
    .site-header .nav .li { margin: 0 .3rem; }
}

@media (max-width: 1100px) {
    .site-header .nav .li { margin: 0 .2rem; }
}

.header-search-form { display: none; position: absolute; top: 90px; left: 0; width: 100%; background-color: #f9f9f9; height: 80px; border-bottom: 1px solid #e3e3e3; z-index: 99; }
    .header-search-form .search-form .nav-search-icon { height: 1.5rem; width: 1.5rem; display: flex; margin: 0 33px; align-self: center; align-items: center; justify-content: center; }
    .header-search-form .search-form i { width: 1.5rem; height: 1.5rem; margin-right: 0; font-size: 1.5rem; font-weight: bold; }
    .header-search-form .search-form .input2 { width: calc(100% - 320px - 1.25rem); margin-right: .5rem; font-size: 1.25rem; height: 44px; background-color: transparent; border: 1px solid #ccc; }
    .header-search-form .search-form .search-close { width: 44px; height: 44px; margin: 0 10px 0 32px; cursor: pointer; background-color: transparent; }
        .header-search-form .search-form .search-close svg { width: 20px; height: 20px; }
    .header-search-form .search-form .submit-button { width: 125px; height: 44px; margin: 0; padding: 0 12px; font-size: 1rem; background-color: #fff; box-shadow: inset 0 0 0 1px #0c121c; background-color: #0c121c; color: #fff; font-weight: 600; cursor: pointer; text-decoration: none; border: none; letter-spacing: .12em; transition: color .4s ease,background-color .4s ease; }
        .header-search-form .search-form .submit-button:hover { background-color: #fff; color: #0c121c; box-shadow: inset 0 0 0 1px #0c121c; }
        .header-search-form .search-form .submit-button:disabled { cursor: not-allowed; color: #fff; background-color: #e4e4e4; box-shadow: none; border: none; }
    .header-search-form .search-form.active { transform: translateY(0%); }
    .header-search-form .search-form { height: 80px; }
.nav__dropdown-overlay { background: rgba(255, 255, 255, 1.25); 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(5px); }
.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: 95; }
    100% { opacity: 1; width: 100%; height: 100vh; z-index: 95; }
}




.mobile-header { position: fixed; top: 0; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; transition: .5s; z-index: 20; }
    .mobile-header #menu-on { width: 40px; height: 40px; background: #f5f5f5; position: absolute; left: 100%; top: 0; cursor: pointer; cursor: hand; }
        .mobile-header #menu-on i { width: 23px; height: 2px; background: #222; display: block; position: absolute; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; transition: .5s; -webkit-transform-origin: left center; -moz-transform-origin: left center; -ms-transform-origin: left center; -o-transform-origin: left center; transform-origin: left center; }
            .mobile-header #menu-on i.line1 { top: 12px; }
            .mobile-header #menu-on i.line2 { top: 19px; }
            .mobile-header #menu-on i.line3 { top: 26px; }
    .mobile-header .menu-content { width: 100%; height: 100vh; display: block; padding: 40px 10%; overflow-y: auto; box-shadow: 0 0 5px #ddd; }
        .mobile-header .menu-content::-webkit-scrollbar { width: 3px; border-radius: 1.5px; }
        .mobile-header .menu-content::-webkit-scrollbar-button { display: none; }
        .mobile-header .menu-content::-webkit-scrollbar-track { background-color: #222; }
        .mobile-header .menu-content::-webkit-scrollbar-thumb { background-color: #eee; }
        .mobile-header .menu-content h3 { font-size: 1.25rem; color: inherit; text-transform: capitalize; margin-bottom: 10px; }
            .mobile-header .menu-content h3 i { font-size: 16px; position: relative; top: -1px; }
        .mobile-header .menu-content .menu-logo { display: block; position: relative; }
            .mobile-header .menu-content .menu-logo .close { display: block; width: 25px; height: 25px; font-size: 25px; cursor: pointer; position: absolute; top: -30px; right: 0; opacity: 1; }
            .mobile-header .menu-content .menu-logo img { margin: 0 auto; max-width: 100%; }
        .mobile-header .menu-content .menu-list { margin: 40px 0; }
            .mobile-header .menu-content .menu-list ul li { font-size: 15px; color: inherit; text-transform: uppercase; line-height: 1.25rem; }
                .mobile-header .menu-content .menu-list ul li a { padding: 8px 0; display: block; }
                    .mobile-header .menu-content .menu-list ul li a:hover { color: #3eb4f0; text-decoration: underline; }
                .mobile-header .menu-content .menu-list ul li li a { position: relative; padding-left: 15px; font-size: 13px; line-height: 18px; }
                    .mobile-header .menu-content .menu-list ul li li a:after { content: ''; width: 6px; height: 1px; background: white; position: absolute; top: 50%; left: 0; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }
                .mobile-header .menu-content .menu-list ul li li li a { padding-left: 25px; }
                    .mobile-header .menu-content .menu-list ul li li li a:after { left: 10px; }
        .mobile-header .menu-content .mob-search form { position: relative; }
            .mobile-header .menu-content .mob-search form input { width: 100%; height: 1.125rem; line-height: 1.125rem; border-radius: 5px; border: 1px solid #ccc; padding: 0 15px; font-size: 1rem; color: black; }
                .mobile-header .menu-content .mob-search form input[type="submit"] { width: 1.125rem; height: 1.125rem; background: url("../img/icon-search-white.png") no-repeat center center #222; position: absolute; right: 0; top: 0; border-radius: 0; }
        .mobile-header .menu-content .mob-yuy { margin: 40px 0; }
            .mobile-header .menu-content .mob-yuy ul li { margin-bottom: 10px; color: inherit; font-size: 1rem; }
                .mobile-header .menu-content .mob-yuy ul li img { max-width: 40px; display: inline-block; vertical-align: middle; margin-right: 10px; }
        .mobile-header .menu-content #menu-off { margin-top: 40px; cursor: pointer; cursor: hand; }
    .mobile-header.active { right: 0; }
        .mobile-header.active:before { left: 0; }
        .mobile-header.active #menu-on i.line1 { -webkit-transform: translateX(-50%) rotateZ(45deg); -moz-transform: translateX(-50%) rotateZ(45deg); -ms-transform: translateX(-50%) rotateZ(45deg); -o-transform: translateX(-50%) rotateZ(45deg); transform: translateX(-50%) rotateZ(45deg); top: 12px; margin-left: 3px; }
        .mobile-header.active #menu-on i.line2 { opacity: 0; }
        .mobile-header.active #menu-on i.line3 { -webkit-transform: translateX(-50%) rotateZ(-45deg); -moz-transform: translateX(-50%) rotateZ(-45deg); -ms-transform: translateX(-50%) rotateZ(-45deg); -o-transform: translateX(-50%) rotateZ(-45deg); transform: translateX(-50%) rotateZ(-45deg); top: 28px; margin-left: 3px; }
    .mobile-header.white .menu-content { background: white; color: black; }
        .mobile-header.white .menu-content .menu-list ul li li a:after { background: black; }
        .mobile-header.white .menu-content .mob-search form input { border: 1px solid black; }
            .mobile-header.white .menu-content .mob-search form input[type="submit"] { border-top-right-radius: 5px; border-bottom-right-radius: 5px; }




.mobile-header { position: relative; z-index: 99; transition: transform 1.25s ease 0s; height: 71px; }
    .mobile-header .header-main { width: 100%; padding-top: 10px; padding-bottom: 10px; background-color: #fff; transition: padding 0.3s ease 0s, transform 1.25s ease 0s; position: fixed; left: 0; top: 0; }
        .mobile-header .header-main .w1520 { display: flex; align-items: center; }
    .mobile-header.left .header-main { transform: translateX(-66%); }
body.left .sub-body { transform: translateX(-66%); transition: padding 0.3s ease 0s, transform 1.25s ease 0s; }

.mobile-header .logo { font-size: 16px; font-weight: bold; flex: 1; }
    .mobile-header .logo img { max-height: 51px; }
.mobile-header .m-btn { width: 46px; height: 44px; padding: 12px; cursor: pointer; margin-top: 3px; flex-basis: 46px; }
    .mobile-header .m-btn .box { display: block; width: 100%; height: 100%; position: relative; }
    .mobile-header .m-btn .line { display: block; width: 100%; height: 2px; background-color: #1d1d1d; position: absolute; left: 0; transition: width 0.3s ease 0s; }
    .mobile-header .m-btn .line1 { width: 12px; top: 0; }
    .mobile-header .m-btn .line2 { width: 20px; top: 6px; }
    .mobile-header .m-btn .line3 { width: 16px; top: 13px; }
    .mobile-header .m-btn.cur .line1, header .m-btn.cur .line2, header .m-btn.cur .line3 { width: 100%; }
.m-sub-menu.show { right: 0; transition: all 0.44s ease 0s; }
.m-sub-menu { position: fixed; right: -100%; width: 66%; top: 0; z-index: 100; height: 100%; background-color: #fff; transition: all 0.64s ease 0s; }*/

header.header { position: fixed; left: 0; top: 0; right: 0; height: 110px; -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: 110px; display: flex; align-items: center; flex-grow: 1; }

@media screen and (max-width: 1199px) {
    header.header { }
}

header.header .navbar-header { }
    header.header .navbar-header .logo img { max-height: 90px; }



@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 img { padding-right: 20px; }
}








.header-search { height: 17px; line-height: 17px; position: relative;padding-top:10px; }
.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: -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-tel { right: 40px; top: 10px; line-height: 1.5rem; }
    .header-tel span {color:#3eb4f0;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: #3eb4f0; }*/

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;padding-top:20px; }

@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: #3eb4f0; transition: all ease-in .3s; }
}

header.header #mainNavigation .navbar-nav .nav-link[aria-expanded=true]:after { content: '\e687'; color: #3eb4f0; 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: #3eb4f0 }

@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: #3eb4f0 }
    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: 110px; }

@media screen and (max-width: 1199px) {
    .sub-body { margin-top: 110px; }
}

.top-inner { position: relative; z-index: 0; width: 100%; overflow: hidden; background-position: center top; background-repeat: no-repeat; }
.slide-home { z-index: 0; }
    .slide-home .swiper-slide { position: relative; }
        .slide-home .swiper-slide .imgs { height: 100%; position: relative; display: block; }
            .slide-home .swiper-slide .imgs .bgimg { position: absolute; top: 0; bottom: 0; left: 0; right: 0; background-position: center; background-size: cover; }
    .slide-home .slide-container { position: absolute; top: 45%; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); left: 0; right: 0; color: #fff; z-index: 3; margin: 0 auto; }
        .slide-home .slide-container .slide-txt { width: 75%; text-shadow: 0 0 9px rgb(0 0 0 / 30%); transition: opacity 1s, -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1); transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1), opacity 1s; transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1), opacity 1s, -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1); transition-delay: 0.5s; -webkit-transform: translate(-16px, 0); transform: translate(-16px, 0); opacity: 0; transform: translate(-16px, 0); }
        .slide-home .slide-container h1 { font-size: 64px; font-size: 4rem; line-height: 4rem; margin: 0; margin-bottom: 30px; margin-bottom: 1.875rem; }
        .slide-home .slide-container p { font-size: 24px; font-size: 1.5rem; line-height: 2rem; }
        .slide-home .slide-container .slide-btn { display: none; margin-top: 20px; margin-top: 1.25rem; font-size: 1.25rem; letter-spacing: 1px; -webkit-filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.3)); filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.3)); opacity: 0; transition: opacity 1.0s; transition-delay: 1.2s; }
    .slide-home .swiper-slide-active .slide-container .slide-btn { opacity: 1; -webkit-transform: translate(0, 0); transform: translate(0, 0); }
    .slide-home .swiper-slide-active .slide-container .slide-txt { opacity: 1; -webkit-transform: translate(0, 0); transform: translate(0, 0); }
    .slide-home .swiper-slide .slide-bg { width: 100%; height: 100%; background: rgba(0,0,0,0); position: absolute; z-index: 2; }


#site-navigation-bg { position: absolute; background: rgba(255,255,255,0.18); z-index: 1; top: 100%; left: 0; width: 100%; height: 0; opacity: 0; }
    #site-navigation-bg.stay { height: 265px; opacity: 1; }


@media (max-width: 992px) {
    .slide-home .slide-container .slide-txt { width: 100%; }
    .slide-home .slide-container h1 { font-size: 2.75rem; line-height: 2.75rem; }
    .slide-home .slide-container p { font-size: 20px; font-size: 1.25rem; line-height: 1.6rem; }
}



section.section-space-before-75 { margin-top: 48px; margin-top: 3rem; }

@media screen and (max-width: 1199px) {
    section.section-space-before-75 { margin-top: 30px; margin-top: 1.875rem; }
}

section h1 { font-size: 2.5rem; line-height: 3.125rem; }
section h2 { font-size: 2.1875rem; line-height: 2.625rem; }
section h1, section h2, section h3, section h4, section h5 { margin-bottom: 30px; margin-bottom: 1.875rem; }






.i-fir-wrap .ce-bodytext p { font-size: 1rem; line-height: 1.5rem; margin: 0 0 30px; margin: 0 0 1.875rem; }
.i-fir-wrap p a { color: #3eb4f0; text-decoration: underline; }
.i-fir-wrap .bg-lightestblue { padding: 0.9375rem; }
.i-fir-wrap p a:active, section p a:focus, section p a:hover { color: #3eb4f0; text-decoration: underline; }
.i-fir-wrap .btn.btn-secondary { color: #3eb4f0; background-color: transparent; border: 2px solid #3eb4f0; }

@media screen and (max-width: 1199px) {
    section h1 { font-size: 2rem; line-height: 2.8125rem; }
    section h2 { font-size: 1.5625rem; line-height: 2.1875rem; }
    .i-fir-wrap .ce-bodytext p { font-size: 1rem; line-height: 1.5rem; }
}

.i-tit h1, .i-tit h2 { text-transform: uppercase; text-align: center; position: relative; margin-bottom: 2rem; }
.i-tit i { font-style: normal; }
.i-tit h1::after, .i-tit h2::after { content: ""; height: 3px; width: 50px; background: #3eb4f0; position: absolute; left: 50%; bottom: -12px; margin-left: -25px; }


.bg-map .mask { position: absolute; width: 100%; height: 100%; top: 0; left: 0; }
    .bg-map .mask a p { display: none; }
    .bg-map .mask #point1 { position: absolute; left: 76%; top: 41.5%; text-align: center; }
    .bg-map .mask #point2 { position: absolute; left: 38%; top: 32%; text-align: center; }
    .bg-map .mask #point3 { position: absolute; left: 70%; top: 20%; text-align: center; }
    .bg-map .mask #point4 { position: absolute; right: 17%; top: 70%; text-align: center; }
    .bg-map .mask #point5 { position: absolute; left: 51%; bottom: 17%; text-align: center; }
    .bg-map .mask #point6 { position: absolute; left: 12%; bottom: 34%; text-align: center; }

.bg-glitter { width: 14px; height: 14px; border-radius: 100%; background-color: #3eb4f0; display: inline-flex; justify-content: center; align-items: center; position: relative; }
    .bg-glitter * { color: #fff; position: relative; z-index: 2; }
    .bg-glitter:before,
    .bg-glitter:after { content: ''; width: 100%; height: 100%; border-radius: 100%; background-color: #3eb4f0; transform: scale(3); opacity: 0.5; position: absolute; left: 0; top: 0; }
    .bg-glitter:before { animation: bg-wave-3 2s infinite; }
    .bg-glitter:after { animation: bg-wave-5 2s infinite; }
    .bg-glitter.bg-sm:before { animation-name: bg-wave-2; }
    .bg-glitter.bg-sm:after { animation-name: bg-wave-3; }
    .bg-glitter.bg-md:before { animation-name: bg-wave-3; }
    .bg-glitter.bg-md:after { animation-name: bg-wave-5; }
    .bg-glitter.bg-lg:before { animation-name: bg-wave-4; }
    .bg-glitter.bg-lg:after { animation-name: bg-wave-7; }

@keyframes bg-wave-2 {
    0% { transform: scale(1); opacity: 0.9; }
    100% { transform: scale(2); opacity: 0; }
}

@keyframes bg-wave-3 {
    0% { transform: scale(1); opacity: 0.9; }
    100% { transform: scale(3); opacity: 0; }
}

@keyframes bg-wave-4 {
    0% { transform: scale(1); opacity: 0.9; }
    100% { transform: scale(4); opacity: 0; }
}

@keyframes bg-wave-5 {
    0% { transform: scale(1); opacity: 0.9; }
    100% { transform: scale(5); opacity: 0; }
}

@keyframes bg-wave-6 {
    0% { transform: scale(1); opacity: 0.9; }
    100% { transform: scale(6); opacity: 0; }
}

@keyframes bg-wave-7 {
    0% { transform: scale(1); opacity: 0.9; }
    100% { transform: scale(7); opacity: 0; }
}




@media screen and (min-width: 992px) {
    .i-fir-wrap .bg-lightestblue { padding: 2rem 2rem; }
}

@media screen and (min-width: 1200px) {
    .i-fir-wrap .bg-lightestblue { border-radius: 7px; border-radius: 0.4375rem; }
}

.i-fir-wrap .ulbox .counterDX { font-size: 44px; font-size: 2.75rem; color: #3eb4f0; }
.i-fir-wrap .ulbox .unit { font-size: 18px; font-size: 1.125rem; top: -1rem; }
.i-fir-wrap .ulbox p { font-size: 20px; font-size: 1.125rem; }

@media screen and (max-width: 1199px) {
    .i-fir-wrap .ulbox .counterDX { font-size: 30px; font-size: 1.875rem; }
    .i-fir-wrap .ulbox .unit { font-size: 16px; font-size: 1rem; top: -1rem; }
    .i-fir-wrap .ulbox p { font-size: 16px; font-size: 1rem; }
}

.i-sec-wrap .bg-lightergrey { padding: 0.9375rem 0; }

@media screen and (min-width: 992px) {
    .i-sec-wrap .bg-lightergrey { padding: 3rem 0rem; }
}

.i-categories { padding-top: 1.875rem; 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: #3eb4f0; width: 30px; border-radius: 12px; }
.i-categories .catelist { width: 25%; padding: 0 15px; }

@media (max-width: 1199px) {
    .i-categories .catelist { width: 33.3%; padding: 0 8px; }
}

@media (max-width: 768px) {
    .i-categories .catelist { width: 50%; padding: 0 8px; }
}



.i-categories .card-body { padding: 1.5rem !important; }
    .i-categories .card-body h4 { line-height: 1.5rem; height: 1.5rem; }
    .i-categories .card-body p { font-size: 1rem; line-height: 24px; line-height: 1.5rem; height: 72px; height: 4.5rem; margin-bottom: 1rem; }
/*.i-products .card-body .btn { margin-top: 1.875rem; }*/


/*.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: #3eb4f0; }
    .i-culture:after { content: "”"; position: absolute; top: -20px; right: 0; width: 50px; height: 50px; font-size: 166px; line-height: 166px; color: #3eb4f0; }
    .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: #3eb4f0; font-family: Arial; }
    .i-culture:after { content: "”"; position: absolute; top: -20px; right: 0; width: 50px; height: 50px; font-size: 166px; line-height: 166px; color: #0066ac; 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-culture i { font-size: 5rem; display: block; color: #59bcdb; }

@media (max-width: 768px) {
    .i-culture:after { top: initial; bottom: 30px; }
}




.i-six-wrap { background: url(../img/solution.jpg) bottom; background-size: cover; background-attachment: fixed; position: relative; color: #fff; }
    /*.i-six-wrap:before { content: ""; width: 100%; height: 100%; background: rgba(0,0,0,0.4); position: absolute; z-index: 0; }*/
    .i-six-wrap h2 { color: #fff; font-size: 2.8rem; line-height: 3.6rem; }
    .i-six-wrap p { color: #fff; font-size: 1.125rem; }
    .i-six-wrap .container { position: relative; z-index: 3; }
    .i-six-wrap .i-solution { padding: 10rem 0 10rem; }


.btn.btn-contact { font-size: 1.5rem; color: #fff; background: #ffcb0f; border: 1px solid #ffcb0f; }
    .btn.btn-contact:hover { background: transparent; color: #ffcb0f; }
    .btn.btn-contact .iconfont { font-size: 1.5rem; }


.i-case { position: relative; }
    .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: #f0f3f7; }
        .i-case .case-prev i.iconfont, .i-case .case-next i.iconfont { font-size: 1rem; color: #3eb4f0; line-height: 2.375rem; text-align: center }
        .i-case .case-prev:hover, .i-case .case-next:hover { background: #3eb4f0; }
            .i-case .case-prev:hover i.iconfont, .i-case .case-next:hover i.iconfont { color: #fff; }
    .i-case .swiper-button-disabled { opacity: .35; cursor: auto; pointer-events: none; }

    .i-case .swiper-slide p { width: 100%; display: block; line-height: 40px; text-align: center; font-size: 18px; background: #f0f3f7; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding: 0 10px; text-align: center; }
    .i-case .swiper-slide:hover p { background: #3eb4f0; color: #fff; }





.i-news .swiper-slide { height: 100%; background: #fff; }
.i-news .news-item { height: 100%; }
.i-news .news-item-h { background: #fff; height: 100%; }
    /*.i-news .news-item-h:hover { box-shadow: 0 0.1rem 0.2rem rgb(0 0 0 / 10%), 0 0.33rem 1rem rgb(0 0 0 / 15%); z-index: 4; }*/
    .i-news .news-item-h .news-item-label { position: absolute !important; z-index: 2; top: 1.2rem !important; right: 1.2rem !important; left: 1.2rem !important; }
        .i-news .news-item-h .news-item-label btn { font-weight: 700 !important; text-transform: uppercase !important; font-size: 10px !important; }
    .i-news .news-item-h .news-item-wrapper { padding: 5% 5% 7% 7% !important; }
        .i-news .news-item-h .news-item-wrapper h4 { text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
        .i-news .news-item-h .news-item-wrapper time { font-size: 14px; display: inline-block; vertical-align: top; color: #fff; margin-bottom: .7rem; }
            .i-news .news-item-h .news-item-wrapper time > i { vertical-align: top; line-height: inherit; margin-right: 0.4em; }

.btn.btn-secondary { color: #3eb4f0; background-color: transparent; border: 2px solid #3eb4f0; }

.footer-wrap { background: #0066ac; padding-top: 2rem; border-top: 5px #3eb4f0 solid; position: relative; z-index: 1; }
    .footer-wrap a { color: #fff }
    .footer-wrap ul li { text-align: left; }
        .footer-wrap ul li .link { margin-bottom: 1.5rem; font-size: 1.125rem; text-transform: uppercase; color: #fff; }
            .footer-wrap ul li .link a { position: relative; font-size: 1.125rem; text-transform: uppercase; color: #fff; }
                .footer-wrap ul li .link a::after { content: ' '; position: absolute; left: 50%; bottom: -6px; width: 28px; height: 2px; margin-left: -1rem; background-color: #e60606; opacity: 0; filter: alpha(opacity=0); transform: scale(0, 1); transition: transform 0.4s }
        .footer-wrap ul li .sm-link { margin-bottom: 8px; }
            .footer-wrap ul li .sm-link a { font-size: 0.875rem; text-transform: uppercase; transition: color 0.4s; color: #fff; }
                .footer-wrap ul li .sm-link a:hover { }
        .footer-wrap ul li.last .link { font-size: 1.125rem; text-transform: uppercase; color: #fff; }
        .footer-wrap ul li.last.fr { margin-right: 0; }
.footer-right-address { font-size: .875rem; line-height: 1.125rem; color: #fff; }
    .footer-right-address .footer-company, .footer-right-address .work-h5, .footer-right-address .ser-line { margin-top: 1.25rem; line-height: 1.5rem; }
    .footer-right-address .footer-company { font-size: 1.125rem; }
    .footer-right-address .footer-add-h5 { margin-top: 1.25rem; }
        .footer-right-address .footer-add-h5 i { font-size: 0.375rem; color: #3eb4f0; margin-right: 3px; }

.footer-wrap .bot { color: #fff; border-top: 1px solid rgba(255, 255, 255, 0.3); text-align: center; line-height: 1.5rem; font-size: 1rem; }
    .footer-wrap .bot a { padding: 0 0.25rem; font-size: 0.875rem; }
    .footer-wrap .bot .footlinks h3 { display: inline-block; vertical-align: middle; position: relative; font-size: 14px; margin: 0; }
        .footer-wrap .bot .footlinks h3 span { line-height: 17px; margin-top: 16px; padding: 0; }
            .footer-wrap .bot .footlinks h3 span::after { content: ""; display: inline-block; vertical-align: middle; background-image: url(../img/icon_sanjiao.png); transform: rotate(-180deg); width: 8px; height: 6px; margin-left: 10px; }
    .footer-wrap .bot .footlinks ul { display: none; position: absolute; min-width: 200px; left: 0; bottom: 33px; background-color: #fff; max-height: 260px; overflow-y: auto; padding: 5px 0; }
        .footer-wrap .bot .footlinks ul li a { display: block; padding: 5px 10px; color: #666; width: auto; height: auto; margin-left: 0; font-size: 14px; text-align: left; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.i-link-wrap { position: relative; z-index: 1; background: #3d3c42; }

@media (min-width: 1200px) {
    .footer-wrap ul li.last { padding-left: 0; }
}


@media (max-width: 992px) {
    .footer-wrap .bot { margin-top: 1.25rem; }
}

@media (max-width: 768px) {
    .footlinks { width: 100%; }
}

.float-right { position: fixed; right: 2px; top: 50%; margin-top: -100px; z-index: 100 }
    .float-right .float-right-meau { position: relative; }
    .float-right .float-right-btn { width: 3.75rem; height: 3.75rem; text-align: center; display: block; margin-bottom: 1px; position: relative; background-color: #3eb4f0; 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 #3eb4f0; 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: #3eb4f0; font-size: 20px; line-height: 28px; }
        .float-right-box .box-border .sev-t a { float: left; color: #3eb4f0; 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: #3eb4f0 }

.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; }
}
