@charset "utf-8";

/*
 *	Created by 71nc.com on 23/03/28
*/

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

ul,
ol,
li {
    list-style: outside none none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0px;
    border: 0;
    font-size: 100%;
    outline: none;
}

table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0px;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    color: #333;
}

html::-webkit-scrollbar {
    width: 8px;
    background: none;
}

html::-webkit-scrollbar-thumb {
    width: 8px;
    background: #16243d;
}

html::-webkit-scrollbar-corner {
    background: none;
}

html::-webkit-scrollbar:horizontal {
    height: 9px;
}

body {
    font: 16px/1.8 'syhtL', Helvetica, sans-serif;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

@font-face {
    font-family: 'syhtB';
    src: url(../font/SourceHanSansCN-Bold.ttf);
}

@font-face {
    font-family: 'syhtM';
    src: url(../font/SourceHanSansCN-Medium.ttf);
}

@font-face {
    font-family: 'syhtL';
    src: url(../font/SourceHanSansCN-Normal.ttf);
}


/* ------------ */
@font-face {
    font-family: "iconfont";
    /* Project id 4780277 */
    src: url('../iconfont/iconfont.eot?t=1734053569933');
    /* IE9 */
    src: url('../iconfont/iconfont.eot?t=1734053569933#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../iconfont/iconfont.woff2?t=1734053569933') format('woff2'),
        url('../iconfont/iconfont.woff?t=1734053569933') format('woff'),
        url('../iconfont/iconfont.ttf?t=1734053569933') format('truetype'),
        url('../iconfont/iconfont.svg?t=1734053569933#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-icon_xinyong_xianxing_jijin-191:before {
    content: "\e602";
}

.icon-weixin:before {
    content: "\e600";
}

.icon-weixingongzhonghao:before {
    content: "\e650";
}

.icon-wechatsubscriptionnum:before {
    content: "\e856";
}

.icon-nanyisheng-mian:before {
    content: "\e7da";
}

.icon-tingzhenqi:before {
    content: "\e6f1";
}

.icon-keshijieshao:before {
    content: "\e67d";
}

.icon-shoushuwaike:before {
    content: "\e679";
}

.icon-chaxunzimuhecailiao:before {
    content: "\e644";
}

.icon-w_dianhua:before {
    content: "\e666";
}

.icon-S_yuyueguahao:before {
    content: "\e66a";
}

.icon-yiyuan:before {
    content: "\e811";
}

.icon-sousuo:before {
    content: "\e60a";
}

.icon-icon_yishengjixiaokaohe:before {
    content: "\e665";
}

.icon-chuangjianbom:before {
    content: "\e645";
}

.icon-icon-keshi1:before {
    content: "\e601";
}

.icon-weixinshipinhao:before {
    content: "\e6b3";
}

.icon-a-hulianwangyiyuan8:before {
    content: "\e640";
}


/* ------------ */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

strong {
    font-weight: bold;
}

img {
    border: 0;
}

input {
    outline: none;
}

input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
    border-radius: 0;
}

textarea {
    -webkit-appearance: none;
    border-radius: 0;
    outline: none;
}

::-moz-selection {
    background: #3674ce;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #3674ce;
    color: #fff;
    text-shadow: none;
}

select {
    outline: none;
}

select::-ms-expand {
    display: none;
}

table,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
}

a {
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #555;
}

a:link,
a:visited {
    text-decoration: none;
}

a:active,
a:hover {
    text-decoration: none;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0px;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}



@media screen and (min-width: 1280px) {
    html {
        font-size: 66.6666px;
    }
}

@media screen and (min-width: 1366px) {
    html {
        font-size: 81.1458px;
    }
}

@media screen and (min-width: 1440px) {
    html {
        font-size: 85px;
    }
}

@media screen and (min-width: 1680px) {
    html {
        font-size: 95.7778px;
    }
}

@media screen and (min-width: 1920px) {
    html {
        font-size: 100px;
    }
}

@media screen and (min-width: 2560px) {
    html {
        font-size: 138.02px;
    }
}

@media screen and (min-width: 3200px) {
    html {
        font-size: 166.6666px;
    }
}

@media screen and (min-width: 3840px) {
    html {
        font-size: 200px;
    }
}

ul,
ol,
li {
    list-style: outside none none;
}

a {
    text-decoration: none;
    color: #333;
}

/* 2025-9-15修改 */
a:hover {
    text-decoration: none;
    color: #0d67f8;
}

/* 2025-9-15修改 */
img {
    border: none;
    max-width: 100%;
}

.clear {
    clear: both;
    display: block;
    position: relative;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear:after {
    content: "";
    clear: both;
    display: block;
}

.wrap {
    margin: 0 3rem;
}




/* 引导页 */

.home-list .dw {
    animation: rotating 7s linear infinite;
}

@keyframes rotating {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}



/* header */
header {
    width: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0.22rem 0.5rem;
    display: flex;
    justify-content: space-between;
    z-index: 9999;
}

/* 9-28修改 宽度 */
header .logo {
    width: 2.8rem;
    height: 0.52rem;
    margin-top: 0.05rem;
    display: flex;
    align-items: center;
    justify-content: left;
    /* margin-right: 0.85rem; */
}

header .logo img {
    width: 100%;
    display: block;
}

.linkBox {
    display: flex;
    justify-content: left;
}

.linkBox li {
    width: auto;
    display: flex;
    border-radius: 0.15rem;
    background: #0d67f8;
    color: #fff;
    line-height: 0.5rem;
    height: 0.5rem;
    font-size: 0.18rem;
    padding: 0 0.15rem 0 0.15rem;
    margin-left: 15px;
    position: relative;
    cursor: pointer;
}

.linkBox li .iconfont {
    margin-right: 6px;
    font-size: 30px;
}

.linkBox li:nth-child(2) .iconfont {
    font-size: 25px;
}

/* 2025-9-28修改 */
.linkBox li:hover .lan-box {
    display: block;
    /* display: none; */
}

.lan-box a:nth-child(2),
.lan-box a:nth-child(3),
.lan-box a:nth-child(4) {
    display: none;
}

/* 2025-9-15 修改*/
.lan-box {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 0 0.1rem;
    height: auto;
    background: #fff;
    box-shadow: 0 0 10px #a3a3a3;
    display: none;
    -webkit-animation-name: tab;
    animation-name: tab;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    border-radius: 0.1rem;
    box-sizing: border-box;
    z-index: 999;

}


.lan-box a {
    font-size: 0.2rem;
    color: #333;
    text-align: center;
    border-bottom: 1px solid #efefef;
    display: inline-block;
    width: 100%;
}

.lan-box a:last-child {
    border-bottom: none;
}

.lan-box a:hover {
    color: #132C8D;
}

@-webkit-keyframes tab {
    from {
        opacity: 0;
        -webkit-transform: translateY(15%);
        transform: translateY(15%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@keyframes tab {
    from {
        opacity: 0;
        -webkit-transform: translateY(15%);
        transform: translateY(15%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

/* header */
/* 9-16修改top值 */
.searchBox {
    width: 100%;
    position: fixed;
    height: 100%;
    top: -120%;
    z-index: 999;
    background: #fff;
    box-shadow: 0 0 10px #d2d2d2;
    border-top: 1px solid #efefef;
    padding: 0.3rem 25%;
    transition-duration: .5s;
    z-index: 99;

}

/* 9-16修改padding-top值 */
.searchTop {
    top: 0;
    padding-top: 1.3rem;
}

.search-input {
    width: 100%;
    position: relative;
}

/* 9-16修改line-height */
.search-input input {
    width: 100%;
    border-radius: 0.15rem;
    border: 1px solid #cccccc;
    padding: 0 0.2rem;
    line-height: 0.6rem;
    font-size: 0.22rem;
}

.search-input .more {
    color: #0d67f8;
    line-height: 0.60rem;
    font-size: 0.2rem;
    position: absolute;
    right: 20px;
    top: 0;
}

/* 9-16修改line-height */
.search-input .more .iconfont {
    font-size: 0.34rem;
}

.searchBox .close {
    width: 0.4rem;
    height: 0.4rem;
    position: absolute;
    right: 17%;
    top: 1.5rem;
    cursor: pointer;
}

.searchBox .close .iconfont {
    font-size: 0.4rem;
    opacity: 0.4;
}

.serPro {
    width: 100%;
    padding-top: 0.4rem;
}

.serPro h2 {
    line-height: 0.6rem;
    color: #0d67f8;
}

.serProlist {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}



/* 2025-9-15修改 */
.serProlist .pic {
    width: 100%;
    background: #f8f8f8;
    padding: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition-duration: .5s;
    height: 3.6rem;
}

.serProlist .pic img {
    width: 100%;
    height: 100%;
    transition-duration: .5s;
}

/* 2025-9-15修改 */
.serProlist .swiper-slide:hover .pic img {
    transform: scale(0.95);
}

.serProlist .swiper-slide:hover .pic {
    background: #cccccc;
}

.serProlist p {
    width: 100%;
    line-height: 0.48rem;
    text-align: center;
    color: #151e24;
    font-size: 0.18rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

/* 9-16 修改line-height */
.hotsearch a {
    display: inline-block;
    line-height: 0.4rem;
    font-size: 16px;
    color: #777777;
    padding-right: 0.5rem;
}

/* 9-16 修改line-height */
.hotsearch a:hover {
    color: #0d67f8;
}

/* 弹窗 */

#dialogBg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}

#dialogBg1 {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}

.animated {
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

#dialog {
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
}



.dialogTop {
    position: absolute;
    top: -0.4rem;
    right: -0.4rem;
    display: none;

}

.dialogTop .iconfont {
    color: #fff;
    font-size: 0.36rem;
}

.claseDialogBtn {
    color: #111;
}

.tc-ss {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
}

.tc-ss ul .sk03 {
    width: 100%;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    vertical-align: top;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 25px
}

.tc-ss ul .sk03 input {
    width: 100%;
    background: none;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    border: none;
    outline: none;
}

.sk04 {
    height: 45px;
}

.sk04 input {
    border-radius: 0;
    background: #0081d5;
    color: #fff;
    font-size: 16px;
    line-height: 45px;
    height: 45px;
    vertical-align: top;
    padding: 0;
    margin: 0;
    width: 30%;
    text-align: center;
    border: none;
    outline: none;
    cursor: pointer;
}


/* 弹窗 */

.error {
    color: #e74c3c;
    font-size: 14px;
    margin-top: 5px;
    display: none;
}

.captcha-container {
    position: absolute;
    width: 2.2rem;
    right: -0.2rem;
}

.captcha-container {
    display: flex;
    align-items: center;
    gap: 10px;
}

#captchaImage {
    width: 1rem;
    flex: 1;
    background-color: #f9f9f9;
    font-weight: bold;
    letter-spacing: 3px;
    text-align: center;
    font-size: 20px;
    border: 1px dashed #ccc;
    border-radius: 4px;
    user-select: none;
    color: #333;
}

.captcha-container button {
    width: 0.8rem;
    display: inline-block;
    outline: none;
    background: #004cc7;
    color: #fff;
    border: none;
    line-height: 0.38rem;
    border-radius: 5px;
    font-size: 0.16rem;
    cursor: pointer;
}

/*  */

.nav-outer .mobile-nav-toggler {
    position: relative;
    display: none;
    float: right;
    color: #ffffff;
    font-size: 40px;
    line-height: 40px;
    font-weight: 100;
    cursor: pointer;
    padding: 20px 0;
}

.nav-outer .mobile-nav-toggler span b {
    font-weight: normal;
    width: 24px;
    height: 2px;
    /* border-radius: 10px; */
    background: #0d67f8;
    display: block;
    margin-bottom: 5px;
}

.mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 70%;
    max-width: 100%;
    height: 100%;
    padding-right: 30px;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
}

.mobile-menu .menu-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(39, 39, 39, 0.80);
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    z-index: 1;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 0.70;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .mCSB_inside>.mCSB_container {
    margin-right: 5px;
}

.mobile-menu .navbar-collapse {
    display: block !important;
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 30px 15px;
    text-align: left;
    padding-top: 50px;
}

.mobile-menu .nav-logo a {
    position: relative;
    display: inline-block;
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #272727;
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    width: 24px;
    text-align: center;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.mobile-menu .close-btn:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none;
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    padding: 10px 25px;
    color: #ffffff;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li>a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li.current>a:before {
    height: 100%;
}

.mobile-menu .navigation li ul li>a {
    font-size: 14px;
    margin-left: 20px;
    text-transform: capitalize;
    font-weight: normal;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 20px;
    height: 30px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
    background: url(../images/j.png) no-repeat center center;
    background-size: contain;
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
    display: none;
}

.mobile-menu .social-links {
    position: relative;
    text-align: center;
    padding: 30px 25px;
}

.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 5px 10px;
}

.mobile-menu .social-links li a {
    position: relative;
    color: #ffffff;
    font-size: 20px;
    line-height: 32px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}


/*==============================================
    Main Header Css        
===============================================*/

.main-header {

    z-index: 9;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    height: 0.6rem;
}

.header-upper-middle {
    position: relative;
}

.main-menu {
    position: relative;
    display: block;
}

.main-menu .navbar-collapse {
    padding: 0px;
    display: block !important;
}

.main-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
}

.main-menu .navigation>li {
    position: relative;
    display: inline-block;
    float: left;
    text-align: center;
}

/* 9-29修改-去掉加粗 */
.main-menu .navigation>li>a {
    position: relative;
    display: block;
    font-size: 0.2rem;
    color: #252525;
    line-height: 0.6rem;
    opacity: 1;
    font-weight: bold;
    padding: 0 0.18rem;
}

.main-menu .navigation>li a:hover,
.main-menu .navigation>li.current>a {
    color: #0d67f8;
    font-weight: bold;
}

.main-menu .navigation>li>ul {
    position: absolute;
    top: 100%;
    left: 0%;
    width: 100%;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    -moz-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    transition: all 100ms ease;
    z-index: 100;
    border-top: 2px solid #0d67f8;
}

/* 9-29新增 */
.main-menu .navigation>li:nth-child(3)>ul {
    width: 120%;
    left: -10%;
}

.main-menu .navigation>li:nth-child(4)>ul {
    width: 130%;
    left: -15%;
}

.main-menu .navigation>li>ul .main-menu .navigation>li>.active {
    color: #0d67f8;
    font-weight: bold;
}

/* 2025-9-15修改 */
.main-menu .navigation>li:nth-child(6)>ul {
    display: none !important;
}

/* 2025-9-15修改 */


.main-menu .navigation>li>ul:before {
    position: absolute;
    top: 0px;
    left: -15%;
    width: 130%;
    height: 100%;
    content: '';
    background: #ffffff;
    border-radius: 0;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    z-index: -1;
}

.main-menu .navigation>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    border-bottom: 1px solid #fafafa;
    font-size: 0.18rem;
    line-height: 0.5rem;
    text-align: center;
    text-transform: capitalize;
    transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li:last-child>a {
    border: none;
}

.main-menu .navigation>li>ul>li>a:hover {
    color: #0d67f8;
}


/*.main-menu .navigation> li> ul> li> a:before{ content:"";
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0;
    font-size: 14px;
    margin: 12px 0;
	opacity: 0; width:6px; height:26px; background:url(../images/sj.png) no-repeat left center;
    transition: all 500ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.main-menu .navigation>li>ul>li:hover>a:before{
	opacity: 1;
}*/

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    top: 0%;
    left: 100%;
    width: 150px;
    padding: 10px 0;
    display: none;
    background: #ffffff;
    border-radius: 0;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    transition: all 100ms ease;
    z-index: 100;
}

.main-menu .navigation li>ul>li.dropdown:hover ul {
    visibility: visible;
    opacity: 1;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    display: block;
    padding: 0 20px;
    width: 100%;
}

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    border-bottom: 1px solid #e9e9e9;
    padding: 13px 0px 13px;
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    text-align: left;
    text-transform: capitalize;
    transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:last-child>a {
    border: none;
}

.main-menu .navigation>li>ul>li>ul>li>a:hover {
    padding-left: 15px;
}

.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 0px;
    top: 0;
    width: 50px;
    height: 42px;
    border-left: 1px solid #242a30;
    text-align: center;
    font-size: 16px;
    line-height: 42px;
    color: #ffffff;
    cursor: pointer;
    display: none;
    z-index: 5;
}

/* footer */
footer {
    width: 100%;
}

footer .link {
    width: 100%;
    background: #000a50;
    color: #fff;
    padding: 0.18rem 1rem;
    display: flex;
    justify-content: space-between;
}

footer .link h1 {
    font-size: 0.22rem;
    display: flex;
    justify-content: left;
    align-items: center;
}



footer .link .list ul {
    display: flex;
    justify-content: left;
}

footer .link .list li {
    color: #fff;
    margin-left: 0.35rem;
}

footer .link .list li .iconfont {
    font-size: 0.5rem;
    color: #fff;
}

footer .link .list li a {
    color: #fff;
}

footer .fNav {
    width: 100%;
    padding: 0.65rem 1rem 0 1rem;
    background: url(../images/f-bg.jpg)no-repeat;
    background-size: 100% 100%;
}

.f-Navbox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.f-left {
    width: 3rem;
}

.f-left .flogo img {
    width: 100%;
    display: block;
}

.f-left .add {
    margin-top: 0.3rem;
    width: 100%;
}

.f-left .add li {
    width: 100%;
    border-radius: 0.15rem;
    border: 1px solid #5e5e5c;
    padding: 0.12rem 0.1rem;
    font-size: 0.2rem;
    line-height: 0.23rem;
    color: #fff;
    margin-bottom: 0.2rem;
}

.f-left .add li a {
    color: #fff;
}

.f-navList {
    width: calc(100% - 3rem);
    padding-left: 1.2rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    color: #fff;
}

.f-navList dl dt {
    line-height: 0.46rem;
    font-size: 0.2rem;
    font-weight: bold;
    margin-bottom: 5px;
}

.f-navList dl dd {
    line-height: 0.46rem;
    font-size: 0.18rem;
    opacity: 0.6;
}

.f-navList dl dd a {
    color: #fff;
}

footer .copyright {
    border-top: 1px solid #525252;
    padding: 0.2rem 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    color: #fff;
    margin-top: 30px;
}

footer .copyright p {
    line-height: 0.46rem;
    font-size: 0.2rem;
    opacity: 0.6;
}

/* 2025-9-15新增 */
footer .copyright p:nth-child(2n) {
    display: none;
}

/* 2025-9-15新增 */
.main-menu .navigation>li:nth-child(1) {
    display: none;
    margin-bottom: 15px;
}

/* footer */

@media only screen and (max-width: 1450px) {

    .in-warp {
        width: 84%;
        margin: 0 auto;
    }

    /* 9-17删除right值 */
    .captcha-container {
        width: 2.6rem;
        right: -0.8rem;
    }

    .captcha-container button {
        width: 110px;
        line-height: 36px;
        font-size: 14px;
    }

    #captchaImage {
        width: 1.5rem;
    }

    .main-menu .navigation>li>ul>li>a {
        font-size: 15px;
    }

}

@media only screen and (max-width: 1366px) {
    /* header .logo {
        margin-right: 40%;
    } */

    header {
        padding: 0.22rem 0.4rem;
    }

    .main-menu .navigation>li>a {
        font-size: 16px;
    }

    .linkBox li {
        font-size: 0.18rem;
        padding: 0 0.18rem 0 0.18rem;
        margin-left: 10px;

    }

    .main-menu .navigation>li>ul>li>a {
        font-size: 16px;
    }

    .main-menu .navigation>li>ul>li>a {
        line-height: 32px;
    }
}


@media only screen and (min-width: 768px) {

    .main-menu .navigation>li>ul,
    .main-menu .navigation>li>ul>li>ul {
        display: block !important;
        visibility: hidden;
        opacity: 0;
    }
}

@media only screen and (max-width: 1366px) {
    .linkBox li {
        font-size: 16px;
    }

    /* 9-29 样式修改 */
    .main-menu .navigation>li>a {
        padding: 0 0.12rem;
        font-size: 16px;
    }

    .main-menu .navigation>li>ul {
        width: 110%;
        left: -5%;
    }

    /* 9-29 新增样式 */
    .main-menu .navigation>li:nth-child(3)>ul {
        width: 150%;
        left: -25%;
    }
}

@media only screen and (max-width: 1315px) {

    .main-menu .navigation>li>a {
        padding: 0 0.1rem;
        font-size: 16px;
    }
}

@media only screen and (max-width: 1200px) {
    .main-menu .navigation>li>a {
        padding: 0 0.15rem;
        font-size: 16px;
    }

    .main-header .nav-outer .main-menu {
        display: none !important;
    }

    .nav-outer .mobile-nav-toggler {
        display: block;
        padding: 5px 0;
    }

    .main-header {
        z-index: 9;
        height: auto;
        margin-left: 60%;
        margin-top: 5px;
    }
}

@media only screen and (max-width: 1139px) {
    /* .main-menu .navigation>li {
        margin-right: 30px;
    } */
}



@media only screen and (max-width: 1096px) {
    html {
        font-size: 53.3333px !important;
    }

    li.nav-item>a {
        font-size: 16px;
        margin: 0 0.25rem;
    }

}

@media only screen and (max-width: 960px) {


    /* 9-8修改 */
    .main-header {
        margin-left: 40%;
    }



    /* 9-8修改 */
}

@media only screen and (max-width: 760px) {
    .nav-warp {
        width: auto;
        position: absolute;
        right: 0;
        top: 36%;
    }

    .main-menu .navigation>li:last-child {
        display: block;
    }


    /* 9-29新增margin */
    .main-header {
        background: none;
        margin-top: 0;
    }

    .main-header {
        z-index: 9998;
    }

    .nav-padd {
        padding: 15px 0;
    }

    .mobile-menu-visible .logo,
    .nav-outer .mobile-nav-toggler {
        padding: 0;
        right: 15px;
        top: 8px;
    }

    /* 9-29 新增margin */
    .linkBox li .iconfont {
        margin-right: 0;
        font-size: 28px;
        color: #0d67f8;
        padding-top: 1px;
        margin-top: 3px;
    }

    .header-warp {
        width: 96%;
        margin: 0 auto;
    }

    .mobile-menu .nav-logo {
        padding: 20px;
    }

    .mobile-menu .nav-logo img {
        width: 65%;
    }

    .linkBox li:nth-child(2) {
        display: none;
    }

    .linkBox li text {
        display: none;
    }

    header {
        padding: 0.22rem 15px;
    }



    .banner-container .swiper-slide .left .btn {
        font-size: 16px;
    }

    /* .linkBox {
        display: none;
    } */
    .linkBox li {
        background: none;
        color: #333;
        font-size: 0.2rem;
        padding: 0;
        margin-left: 0;

    }

    .linkBox li span {
        display: none;
    }

    footer .link,
    footer .fNav {
        padding: 15px 10px;
    }

    footer .link h1 {
        font-size: 20px;
    }

    .f-navList {
        display: block;
        width: 100%;
        padding-left: 0;
    }

    .mobile-menu .navigation li>a {
        font-size: 14px;
        font-weight: bold;
    }

    .f-left {
        width: 100%;
    }

    .flogo {
        width: 40%;
    }

    .f-left .add li {
        font-size: 14px;
        line-height: 22px;
    }

    footer .copyright p {
        font-size: 13px;
    }

    .indexFaq .captcha-container {
        margin-left: 5%;
        margin-top: 0;
    }

    .captcha-container {
        position: relative;
        width: 50%;
        right: 0;
        /* margin-left: 30%; */
        margin-top: 10px;
    }

    /* 9-29修改line-height */
    .captcha-container button {
        width: 90px;
        line-height: 36px;
        font-size: 15px;
    }

    /* 9-16 新增高度滚动条样式 */
    .searchBox {
        padding: 105px 15px 0 15px;
        height: 100vh;
        overflow-y: auto;
    }

    /* 9-16 新增高度滚动条样式 */
    .searchBox .close .iconfont {
        font-size: 30px;

    }

    .searchBox .close {
        right: 15px;
        top: 0.9rem;
    }

    .search-input .more {
        line-height: 46px;
        font-size: 17px;
        right: 20px;
        top: 0;
    }

    .search-input .more .iconfont {
        font-size: 20px;
    }

    .hotsearch a {
        line-height: 34px;
        font-size: 15px;
        padding-right: 30px;
    }

    #dialog {
        width: 90%;
    }

    #dialog video {
        width: 100%;
    }

    .dialogTop {
        top: -50px;
        right: 0px;
    }

    .dialogTop .iconfont {
        font-size: 30px;
    }

    .search-input input {
        line-height: 40px;
        font-size: 15px;
    }

    .serProlist p {
        line-height: 40px;
        font-size: 16px;

    }

    .serProlist .pic img {
        max-width: 60%;
    }

    /* 9-29新增样式 */
    #captchaImage {
        height: 36px;
    }

    .serProlist .pic {
        height: auto;
    }

    .f-navList {
        margin-top: 15px;
    }

    .f-navList dl dd {
        line-height: 30px;
        font-size: 14px;
        opacity: 0.6;
        display: none;
    }

    .f-navList dl dt {
        line-height: 34px;
        font-size: 14px;
        margin-bottom: 5px;
        cursor: pointer;
        position: relative;
        font-weight: normal;
    }

    .f-navList dl dd:last-child {
        margin-bottom: 10px;
    }

    .f-navList dl {
        position: relative;
        border-bottom: 1px solid #525252;
        padding-left: 7px;
    }

    .f-navList dl:last-child {
        border-bottom: none;
    }

    .f-navList dt:after {
        content: '+';
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 18px;
        transition: transform 0.3s ease;
    }

    .f-navList dl.active dt:after {
        content: '-';
    }


    .f-navList dl.active dd {
        display: block;
    }

    footer .copyright {
        padding: 0.2rem 7px;
        margin-top: 0px;

    }

    /* 9-16新增样式 */

    /* 9-17 新增响应样式 */
    header .logo {
        width: 3rem;
        margin-right: 0;
    }

    .serPro h2 {
        font-size: 20px;
    }

    .serProlist .pic img {
        width: 150px;
        height: 200px;
    }

    .mobile-menu .navigation li:nth-child(1) {
        margin-bottom: 15px;
    }

    .mobile-menu .navigation li>ul>li:first-child {
        margin-bottom: 0;
    }

    .mobile-menu .navigation li>a {
        padding: 8px 25px;
    }

    .mobile-menu .navigation li ul li>a {
        margin-left: 10px;
    }

    .faqList dl:last-child dd {
        width: 45%;
    }
}

@keyframes run {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(1.04);
    }

    50% {
        transform: scale(1.08);
    }

    75% {
        transform: scale(1.04);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes icon-bounce {

    0%,
    100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}

@-webkit-keyframes icon-bounce {

    0%,
    100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}

@-moz-keyframes icon-bounce {

    0%,
    100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}

@-o-keyframes icon-bounce {

    0%,
    100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}

@keyframes changeScale {
    0% {
        transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        opacity: .2;
    }

    100% {
        transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        opacity: 1
    }
}



@-moz-keyframes changeScale {
    0% {
        transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        opacity: .2;
    }

    100% {
        transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        opacity: 1
    }
}



@-webkit-keyframes changeScale {
    0% {
        transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        opacity: .2;
    }

    100% {
        transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        opacity: 1
    }
}



@-o-keyframes changeScale {
    0% {
        transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        opacity: .2;
    }

    100% {
        transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        opacity: 1
    }
}