﻿@charset "utf-8";
@import url(iconfont.css);
/*网站单位设置*/
@media only screen and (min-width: 360px) {
    html { font-size: 35px !important; }
}

@media only screen and (min-width: 435px) {
    html { font-size: 35px !important; }
}
/*@media only screen and(min-width: 500px) {
  html {
    font-size: 36px!important
  }
}*/
@media (min-width: 769px) {
    html { font-size: 35px !important; }
}

@media only screen and (min-width: 1024px) {
    html { font-size: 36px !important; }
}

@media only screen and (min-width: 1200px) {
    html { font-size: 38px !important; }
}

@media only screen and (min-width: 1440px) {
    html { font-size: 38px !important; }
}

@media only screen and (min-width: 1680px) {
    html { font-size: 40px !important; }
}

html { overflow: hidden; overflow-y: scroll; }
body { font-size: 0.4rem; line-height: 0.75rem; 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: #2361ae; }
hr { box-sizing: content-box; height: 0; overflow: visible; }
h1, h2, h3, h4, h5, h6 { margin-top: 0; margin-bottom: .25rem; }
p { margin: 0; }
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: 1024px) {
    .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; }
}

@media (min-width: 1300px) {
    .container { width: 90%; max-width: 1520px; margin: 0 auto; padding: 0; }
}

.w1520 { width: 90%; max-width: 1520px; margin: 0 auto; }
.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: #2361ae; }

.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; }
.i-ell-subject { font-size: 0.45rem; line-height: 0.7rem; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; max-width: 100%; }
.i-ell-2-subject { font-size: 0.45rem; max-height: calc(0.7rem * 2); max-width: 100%; line-height: 0.7rem; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.i-ell-3-subject { font-size: 0.45rem; max-height: calc(0.7rem * 3); max-width: 100%; line-height: 0.7rem; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.i-ell-title { font-size: 0.4rem; line-height: 0.55rem; white-space: nowrap; text-overflow: ellipsis; -o-text-overflow: ellipsis; overflow: hidden; max-width: 100%; }
.i-ell-2-title { font-size: 0.4rem; max-height: calc(0.55rem * 2); max-width: 100%; line-height: 0.55rem; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.i-ell-3-title { font-size: 0.4rem; max-height: calc(0.55rem * 3); max-width: 100%; line-height: 0.55rem; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -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%); }
    .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: 0.8rem; }

.i-more { padding: 1.5rem 0 1.5rem; 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: #2361ae; text-align: center; color: #FFFFFF; transition: all .36s ease; border: 1px solid #2361ae; }
        .i-more a:hover { border: 1px solid #666; background: none; background-color: #222; color: #fff; }
.i-more2 { text-align: center; margin-bottom: 1.5rem; }
    .i-more2 a { line-height: 1.1rem; height: 1.1rem; padding-left: 0.5rem; padding-right: 1.6rem; position: relative; border-radius: 0.675rem; background: #2361ae; color: white; text-transform: capitalize; display: inline-block; text-align: center; font-size: 0.5rem; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; transition: .5s; }
        .i-more2 a i { width: 0.8rem; height: 0.8rem; line-height: 0.8rem; border-radius: 100%; color: #2361ae; font-size: 0.4rem; 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: #2361ae; width: 30px; border-radius: 12px; }

/*h2.i-title { font-size: 0.9rem; line-height: 1.1rem; font-weight: 600; text-align: center; padding-bottom: 0.5rem; padding-top: 1rem; position: relative; }
    h2.i-title::after { content: ""; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); height: 5px; width: 1rem; background: #2361ae; 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: 0.5rem; line-height: 0.6rem; 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: 24px; overflow: hidden; margin: 40px 0 38px 33px; cursor: pointer; }
        header > .menu_icon i { font-size: 36px; color: #000; line-height: 24px; display: block; }
            header > .menu_icon i:hover { color: #2361ae; }
    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: #2361ae; 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: 0.4rem; 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: #2361ae; color: #FFFFFF; font-size: 0.4rem; 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: #2361ae; position: absolute; left: 30px; top: 0; border: none; padding: 0 10px; border-radius: 3px; font-size: 0.4rem; 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: 24px; 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: 24px; height: 24px; }
.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: #2361ae; 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: #2361ae; }
        .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: #2361ae; }

@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: 24px; width: 24px; display: flex; margin: 0 33px; align-self: center; align-items: center; justify-content: center; }
    .header-search-form .search-form i { width: 24px; height: 24px; margin-right: 0; font-size: 24px; font-weight: bold; }
    .header-search-form .search-form .input2 { width: calc(100% - 320px - 0.5rem); margin-right: .5rem; font-size: 0.5rem; 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: 0.4rem; 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, 0.5); 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: 0.5rem; 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: 0.5rem; }
                .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: #2361ae; 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: 0.4rem; 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: 0.4rem; }
                .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 0.5s 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 0.5s 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 0.5s 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; }


















.sub-body { width: 100%; margin-top: 90px; }
.i-top { background: #fff; }
    .i-top .w1520 { display: flex; justify-content: space-between; align-items: center; height: 100px; padding: 10px 0 }
        .i-top .w1520 a img { max-height: 80px; }
    .i-top .i-top-tel { padding-left: 1.35rem; font-weight: 700; font-family: Arial; position: relative; line-height: 0.6rem; }
        .i-top .i-top-tel span { font-size: 0.6rem; line-height: 0.8rem; }
        .i-top .i-top-tel::after { content: "\e680"; position: absolute; left: 0rem; font-family: "iconfont"; opacity: .8; font-size: 1.2rem; line-height: 1.4rem; color: #2361ae; top: 0; }
/*.logo { display: block; width: 230px; overflow: hidden; position: absolute; left: 170px; top: 21px; z-index: 101; }
.tel { top: 21px; z-index: 101; width: calc(100% - 200px); width: -moz-calc(100% - 200px); width: -webkit-calc(100% - 200px); height: 100px; overflow: hidden; position: fixed; left: 100px; line-height: 100px; text-align: right; color: #666333; }
.logo img { width: 100%; }
    .logo img:nth-of-type(2) { display: none; }*/
.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 { margin-top: -5px; margin-left: -2px; margin-bottom: 27px; font-size: 0.6rem; line-height: 34px; letter-spacing: 0.084rem; 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 .swiper-slide-active .slide-container .slide-txt { opacity: 1; -webkit-transform: translate(0, 0); transform: translate(0, 0); }
    .slide-home .slide-container h1 { font-size: 1rem; line-height: 1.4rem; margin: 0; font-weight: bold; }
    .slide-home .slide-container p { font-size: 0.6rem; margin: 0; }
    .slide-home .slide-container .slide-btn { font-size: 0.4rem; 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; }
    .slide-home .swiper-slide .slide-bg { width: 100%; height: 100%; background: rgba(0,0,0,0.05); 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; }


.i-fir-wrap { overflow: hidden; background: #fff; }
.proBox { position: relative; background-image: url(../img/fwbj2.png); background-position: bottom; background-size: cover; }
    .proBox .pro-prev, .proBox .pro-next { cursor: pointer; height: 1.5rem; width: 1.5rem; text-align: center; border-radius: 50%; background: #2361ae; position: absolute; z-index: 999; top: 50%; margin-top: -0.75rem; }
        .proBox .pro-prev i.iconfont, .proBox .pro-next i.iconfont { font-size: 0.8rem; color: #fff; line-height: 1.5rem; text-align: center }
        .proBox .pro-prev:hover, .proBox .pro-next:hover { background: #2361ae; }
    .proBox .swiper-button-disabled { opacity: .35; cursor: auto; pointer-events: none; }
    .proBox .pro-prev { left: 0px; }
    .proBox .pro-next { right: 0px; }
    .proBox .i-more2 { position: absolute; bottom: 6%; margin-bottom: 0; left: 50%; transform: translateX(-50%) }
.i-tags-products.swiper-container { padding: 5% 0 10%; }
.i-tags-products .swiper-wrapper { align-items: center; }
.i-tags-products .swiper-slide { text-align: center; font-size: 0.45rem; /* Center slide text vertically */ display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; transition: 300ms; transform: scale(0.6); }
    .i-tags-products .swiper-slide a {display:block;width:100%; }
    .i-tags-products .swiper-slide.swiper-slide-prev, .i-tags-products .swiper-slide.swiper-slide-next {opacity: .5; transform: scale(.7); }
.i-tags-products .swiper-slide-active { transform: scale(1.2); }
.i-tags-products .swiper-slide .jx-info { padding-top: 1vh; }
    .i-tags-products .swiper-slide .jx-info .cn { font-family: Alibaba-PuHuiTi-Light; }
    .i-tags-products .swiper-slide .jx-info .en { font-family: Arial; text-transform: uppercase; padding-left: 10px; letter-spacing: -1px; font-weight: bold; }
.i-tags-products .swiper-slide.swiper-slide-prev .jx-info { display: none; }
.i-tags-products .swiper-slide.swiper-slide-next .jx-info { display: none; }
.i-tags-products.swiper-container .swiper-slide img { width: 100%; }

@media screen and (min-width:769px) {
    .swiper-container.hb-swiper .swiper-slide img { max-width: 100%; }
}

@media (min-width:425px) and (max-width:768px) {
    .i-tags-products .swiper-slide-active, .swiper-slide-duplicate-active { transform: scale(1); }
}

@media screen and (max-width:425px) {
    .i-tags-products .swiper-slide-active, .swiper-slide-duplicate-active { transform: scale(1); }
}

@keyframes car {
    0% { opacity: 0; transform: translateY(-20%); }
    100% { opacity: 1; transform: translateY(0); }
}

@media screen and (max-width:768px) {
    .proBox .pro-next, .proBox .pro-prev { display: none; }
    .proBox .i-more2 { display: none; }
}






.i-sec-wrap { padding: 0; }
    .i-sec-wrap .i-about-img { position: relative; margin-bottom: -15%; }
    .i-sec-wrap .w1520 { background: #fff; position: relative; padding: 0 5% 1.5rem; box-shadow: 0 0 5px #ddd; }
    .i-sec-wrap .i-intro { width: 50%; }
        .i-sec-wrap .i-intro i.tit { display: block; font-size: 0.9rem; text-transform: capitalize; margin-bottom: 0.5rem; font-style: normal; }
        .i-sec-wrap .i-intro h2.tit { display: block; line-height: 1; text-transform: uppercase; font-size: 1rem; font-weight: bold; }
        .i-sec-wrap .i-intro .text { margin: 0.75rem 0 1.75rem; font-size: 0.4rem; line-height: 0.65rem; text-indent: 2em; }
            .i-sec-wrap .i-intro .text p { margin-bottom: 10px; }
        .i-sec-wrap .i-intro .i-more2 { text-align: left; margin-bottom: 0; }
    .i-sec-wrap .i-intro-img { width: 45%; }
    .i-sec-wrap .data { margin-top: 1rem; padding: 0; }
        .i-sec-wrap .data li { width: 25%; }
            .i-sec-wrap .data li, .i-sec-wrap .data li p { }
        .i-sec-wrap .data li { position: relative; margin: 0; width: 25%; }
            .i-sec-wrap .data li:last-child::after { right: -2px; left: auto; }
            .i-sec-wrap .data li h2 { font-size: 1.5rem; line-height: 1.2; color: #2361ae; }
            .i-sec-wrap .data li span { font-size: 1rem; color: #2361ae; line-height: 1; }
            .i-sec-wrap .data li h2:after,
            .data-list li h2:after { font-size: 0.4rem; padding-left: 10px; vertical-align: baseline; }
            .i-sec-wrap .data li:nth-child(1) h2:after,
            .data-list li:nth-child(1) h2:after { content: '+'; }
            .i-sec-wrap .data li:nth-child(2) h2:after,
            .data-list li:nth-child(2) h2:after { content: '+'; }
            .i-sec-wrap .data li:nth-child(3) h2:after,
            .data-list li:nth-child(3) h2:after { content: '+'; }
            .i-sec-wrap .data li:nth-child(4) h2:after,
            .data-list li:nth-child(4) h2:after { content: '+'; }








.i-application { position: relative; width: 100%; overflow: hidden; padding-bottom: 3rem; }
    .i-application .container_content { width: 180%; margin-left: -40% }
        .i-application .container_content .content_list .item_block { -webkit-animation-name: fadeInUp; animation-name: fadeInUp; -webkit-animation-delay: 0s; animation-delay: 0s }
    .i-application .serviceNav { -webkit-animation-name: fadeInUp; animation-name: fadeInUp; -webkit-animation-delay: 0s; animation-delay: 0s; position: absolute; right: 10%; bottom: 0; width: 25%; background-image: linear-gradient(180deg,#2361ae,#f6f6f6); z-index: 10; border-radius: 0 1.2rem 0 1.2rem; padding: 1.5rem; box-sizing: border-box }
        .i-application .serviceNav .serviceTitle { font-size: 0.5rem; line-height: 1; color: #fff; margin-bottom: 1rem }
        .i-application .serviceNav .navListWrap, .i-application .serviceNav .navListWrap .navListBox { width: 100% }
            .i-application .serviceNav .navListWrap .navListBox .navList .navItem .navTitle { font-size: 0.8rem; line-height: 1rem; color: #fff; margin-bottom: 0.35rem; }
            .i-application .serviceNav .navListWrap .navListBox .navList .navItem .navFt { font-family: Montserrat light; width: 100%; color: #fff; font-size: 0.4rem; line-height: 0.6rem }
            .i-application .serviceNav .navListWrap .navListBox .owl-dots { margin-top: 0.9rem; display: flex; justify-content: flex-end; width: 100%; position: relative }
                .i-application .serviceNav .navListWrap .navListBox .owl-dots .owl-dot { width: 5px; height: 5px; background-color: hsla(0,0%,100%,.2); border-radius: 5px; margin-right: 10px; transition: all .3s ease }
                    .i-application .serviceNav .navListWrap .navListBox .owl-dots .owl-dot.active { width: 20px; background-color: #fff }
                .i-application .serviceNav .navListWrap .navListBox .owl-dots:after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100% }




.i-fou-wrap { position: relative; margin-top: -3rem; }

.inews { overflow: hidden; padding: 0 2rem; }
.inews-lt { width: 25%; float: left; padding-top: 6.5rem; }
    .inews-lt h2 { font-size: 0.9rem; color: #000; line-height: 1; }
    .inews-lt p { font-size: 0.4rem; line-height: 0.6rem; margin-top: 10px; }
    .inews-lt .i-more2 { text-align: left; margin-top: 0.75rem; }
.inews-lt-a { width: 2.5rem; overflow: hidden; margin-top: 1rem; }
    .inews-lt-a > div { width: 1rem; height: 1rem; border: 1px solid #ccc; border-radius: 50%; text-align: center; line-height: 1rem; cursor: pointer; }
        .inews-lt-a > div i { font-size: 20px; }
        .inews-lt-a > div:hover { background: #2361ae; border-color: #2361ae; }
            .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: 0 40px; padding-top: 4rem; }
    .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: 0.45rem; line-height: 1; opacity: .6; }
.inews-b { font-size: 0.675rem; line-height: 0.825rem; height: 2.475rem; margin-top: 0.5rem; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.inews-d { font-size: 0.4rem; line-height: 0.75rem; height: 2.2rem; 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: 1rem; margin-bottom: 1.5rem; }
    .inews-e.idx-but1 { display: inline-block; width: 3.25rem; height: 1.125rem; line-height: 1.125rem; border-radius: 0.525rem; text-align: center; transition: all .3s; -webkit-transition: all .3s; border: 1px solid #2361ae; color: #2361ae; }
.inews-slide > a:hover .inews-e.idx-but1 { background: #2361ae; 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: -1.25rem; }
    .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 .3rem; }
    .inews-lt { padding-top: 1.8rem; }
    /*.inews-lt-a { display: none; }*/
    .inews-rt { margin-top: .6rem; }
    .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: .3rem !important; }
}























/*.footer { border-top: 8px #2361ae solid; background: #F3F3F3 }
.footer-top { padding: 2.1rem 15px 1.75rem; border-bottom: 1px solid rgba(51, 51, 51, 0.1); }
    .footer-top .footer-nav { }
    .footer-top .footer-nav-a1 { display: block; font-size: 18px; line-height: 1.1; margin-bottom: .42rem; padding-bottom: .42rem; color: #666; border-bottom: 1px solid rgba(51, 51, 51, 0.1); font-weight: bold; }
    .footer-top .footer-logo { }
    .footer-top .footer-nav-a2 { display: block; line-height: 1.1; margin-bottom: .35rem; color: #666; }
        .footer-top .footer-nav-a2:hover { color: #2361ae; }
.footer-bot { padding: 0.75rem 1.25rem; text-align: center; }
*/
.footer-wrap { background: #111; padding-top: 1.2rem; padding-bottom: 0.25rem; border-top: 5px #2361ae solid; position: relative; z-index: 1; }
    .footer-wrap a { color: #999 }
    .footer-wrap ul li { text-align: left; }
        .footer-wrap ul li .link { margin-bottom: 0.5rem }
            .footer-wrap ul li .link a { position: relative; font-size: 0.5rem; text-transform: uppercase; color: #eee; }
                .footer-wrap ul li .link a::after { content: ' '; position: absolute; left: 50%; bottom: -6px; width: 28px; height: 2px; margin-left: -0.4rem; 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.4rem; text-transform: uppercase; transition: color 0.4s; color: #999; }
                .footer-wrap ul li .sm-link a:hover { }
        .footer-wrap ul li.last .link { font-size: 18px; text-transform: uppercase; color: #eee; }
        .footer-wrap ul li.last.fr { margin-right: 0; }
.footer-right-address { font-size: 0.4rem; line-height: 0.6rem; color: #999; }
    .footer-right-address .footer-company, .footer-right-address .work-h5, .footer-right-address .ser-line { margin-top: 0.5rem;line-height:24px; }
    .footer-right-address .footer-company { font-size: 0.5rem; }
    .footer-right-address .footer-add-h5 { margin-top: 0.5rem; }
        .footer-right-address .footer-add-h5 i { font-size: 0.375rem; color: #2361ae; margin-right: 3px; }

.footer-wrap .btn .w1200 { padding: 15px 0; color: #999; }
.footer-wrap .bot { line-height: 42px; font-size: 13px; color: #999999; border-top: 1px solid rgba(255, 255, 255, 0.3); text-align: center; }
    .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; }
    .footer-wrap .bot .fl { color: #999999; }
    .footer-wrap .bot .fr { color: #999999; }
.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: 1400px) {
    .i-application .serviceNav { width: 33%; }
}

@media (max-width: 1200px) {
    .w1520 { width: 94%; }
    .slide-home .slide-container .slide-txt { width: 50%; }
    .i-application .serviceNav { width: 38%; }
    .i-sec-wrap .i-intro { width: 100%; margin-top: 0.6rem; }
    .i-sec-wrap .i-intro-img { width: 100%;  }
        .i-sec-wrap .i-intro-img img { width: 100%; }
}

@media (max-width: 1024px) {
    .sub-body { padding-left: 0; margin-top: 0; }
}

@media (max-width: 992px) {
    /*.site-header .site-logo { height: 70px; margin: 10px 0 0px 0; }
        .site-header .site-logo img { height: 70px; }
    .site-header h1 { line-height: 70px; margin: 0px 0 0px 10px; text-indent: -9999px; }
    .site-header .hgroup-search { margin-top: 0.5rem; }
    .main-navigation li .nav-bg {top:138px; }*/
    .proBox { margin-bottom: 0; }
    .sub-body { padding-left: 0; margin-top: 0; }
    .i-top { display: none; }
    .news-list li { width: 100%; }
    .i-sec-wrap .data li { width: 50%; }
    .slide-home .slide-container .slide-txt { margin-bottom: 10px; }
    .slide-home .slide-container .slide-btn { letter-spacing: 1px; -webkit-filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.3)); filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.3)); opacity: 0; transition: opacity 1.0s; transition-delay: 1.2s; }
    .slide-home .slide-container h1 { font-size: 0.7rem; }
    .slide-home .slide-container p { font-size: 0.5rem; line-height: 0.6rem; margin: 0; }

    .i-application .serviceNav { width: 50%; }
    .i-application .container_content { width: 100%; margin-left: 0% }
    .footer-wrap .bot {margin-top:0.5rem; }
}

@media (max-width: 768px) {
    .i-sec-wrap .i-intro h2.tit { font-size: 0.8rem; }
    .slide-home .slide-container h1 { font-size: 16px;line-height:20px }
    .slide-home .slide-container p { font-size: 12px; line-height: 18px; margin: 0; }
    .i-application .serviceNav { width: 100%; position: initial; border-radius: 0; padding: 1rem; }
        .i-application .serviceNav .serviceTitle { display: none; }
    .footlinks { width: 100%; }
}

.float-right { position: fixed; right: 2px; top: 50%; margin-top: -100px; z-index: 100 }
.float-right-meau { position: relative; }
.float-right-btn { width: 1.5rem; height: 1.5rem; text-align: center; display: block; margin-bottom: 1px; position: relative; background-color: #2361ae; border-radius: 5px; }
    .float-right-btn span { line-height: 1.5rem; text-align: center; }
        .float-right-btn span.demo-icon i { font-size: 0.8rem; color: #fff; }
    .float-right-btn sup { display: block; min-width: 0.6rem; height: 0.6rem; text-align: center; line-height: 0.6rem; color: #fff; border-radius: 50%; background-color: #ff6800; position: absolute; left: -12px; top: -12px; }
    .float-right-btn p { color: #fff; font-size: 0.375rem; line-height: 0.5rem; padding-top: 0.25rem; display: none; }
.float-right-meau:hover .float-right-btn span { display: none }
.float-right-meau:hover .float-right-btn p { display: block; }
.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 #2361ae; 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: #2361ae; font-size: 20px; line-height: 28px; }
        .float-right-box .box-border .sev-t a { float: left; color: #2361ae; font-size: 20px; line-height: 28px; display: block; }
        .float-right-box .box-border .sev-t i { display: block; font-size: 15px; color: #aaa; font-style: normal; }
        .float-right-box .box-border .sev-b { padding-top: 15px; margin-top: 15px; }
            .float-right-box .box-border .sev-b h4 { color: #666; font-size: 14px; font-weight: normal; padding-bottom: 15px; }
            .float-right-box .box-border .sev-b li { float: left; width: 33.33333% }
                .float-right-box .box-border .sev-b li a { display: inline-block; color: #999; font-size: 13px; padding-left: 43px; background: url(../images/q1.gif) no-repeat left 3px; line-height: 36px; }
                    .float-right-box .box-border .sev-b li a:hover { color: #2361ae }

.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; }
    .prev1, .next1 { display: none; }
}
