@charset "utf-8";

@font-face {
    font-family: "impact";
    src: url("/fontface/impact.woff2") format("woff2"), url("/fontface/impact.woff") format("woff"), url("/fontface/impact.ttf") format("truetype"), url("/fontface/impact.eot") format("embedded-opentype"), url("/fontface/impact.svg") format("svg");
}

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);
    /* 隐藏滚动条但保持可滚动 */
    -ms-overflow-style: none;  /* IE和Edge */
    scrollbar-width: none;     /* Firefox */
}

html::-webkit-scrollbar {
    display: none;
}

html::-webkit-scrollbar-thumb {
    display: none;
}

html::-webkit-scrollbar-corner {
    display: none;
}

html::-webkit-scrollbar:horizontal {
    display: none;
}

body {
    font: 14px/1.8 "Microsoft Yahei", "微软雅黑", "微软正黑体", "Microsoft JhengHei", "SimHei", "黑体", Arial, Helvetica, sans-serif;
    margin: 0 auto;
    color: #666;
    background-color: #fff;
    background-color: #fff;
    font-family: "微软雅黑", "Microsoft YaHei", Arial, sans-serif;
    font-size: 14px;
    color: #333;
    line-height: 20px;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    /* 隐藏滚动条但保持可滚动 */
    -ms-overflow-style: none;  /* IE和Edge */
    scrollbar-width: none;     /* Firefox */
}

/* Chrome, Safari和Opera */
body::-webkit-scrollbar {
    display: none;
}

/* 全局隐藏所有元素的滚动条 */
*::-webkit-scrollbar {
    display: none;
}

* {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

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;
    font-family: "微软正黑体", "Microsoft JhengHei", "SimHei", "黑体", "Microsoft Yahei", "微软雅黑", Arial, Helvetica, sans-serif;
}

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: #ce000c;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #ce000c;
    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;
}

.fc {
    text-align: center;
}

.fr {}

.l {
    float: left;
    display: inline-block;
}

.r {
    float: right;
    display: inline-block;
}

.vt {
    vertical-align: top;
}

.vm {
    vertical-align: middle;
}

.inner {
    width: 11rem;
    margin: 0px auto;
}

.top a:link,
.top a:visited {
    color: #fff;
}

.top a:active,
.top a:hover {
    color: #fff;
}

.top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100px;
    z-index: 1000;
    transition: .3s;
    background: white;
    border-bottom: 1px solid #d4d4d4;
    /* background: rgba(0, 0, 0, 0.2); */
}


/*.top:before{ content: ""; position: absolute; left: 0; bottom: 0; right: 0; height: 1px; background-color: rgba(255,255,255,0.15);}*/

.ptop {
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4
}

.ptop .logo img.img1 {
    visibility: hidden;
}

.ptop .logo img.img2 {
    display: block;
}

.logo {
    position: absolute;
    left: 3%;
    top: 0.23rem;
    z-index: 100;
}

.logo a {
    position: relative;
    display: block;
}

.logo img {
    height: 100%;
}

.logo img.img2 {
    position: absolute;
    left: 0;
    top: 0;
}

.logo img.img1 {
    display: block;
}

.logo img.img2 {
    display: none;
}

.nav-right {
    width: 0.4rem;
    height: 0.4rem;
    position: relative;
    float: right;
    margin-top: 0.3rem;
    margin-right: 3%;
}

.nav-sou {
    display: flex;
    border: none;
    transition: all .3s;
    z-index: 999;
    position: relative;
}

.nav-sou .sea-box {
    width: 40px;
    height: 40px;
    background: url(/images/search.png) no-repeat center center;
}

.ptop .nav-sou .sea-box {
    background: url(/images/search.png) no-repeat center center;
}

.search_case {
    -webkit-border-radius: 0.1rem;
    -moz-border-radius: 0.1rem;
    border-radius: 0.1rem;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 0.15rem;
    max-width: calc(100vw - 30px);
    width: 3rem;
    min-height: 1rem;
    position: absolute;
    right: -48px;
    top: 0.44rem;
    opacity: 0;
    transform: translateY(50px);
    transition: all .5s ease;
    -webkit-box-shadow: 0 0 99px rgba(29, 56, 75, .4);
    -moz-box-shadow: 0 0 99px rgba(29, 56, 75, .4);
    box-shadow: 0 0 99px rgba(29, 56, 75, .4);
    pointer-events: none;
    font-size: 0.18rem;
}

.search_case input {
    background: none;
    font-size: 0.18rem;
    outline: none;
    border: none;
    font-family: "Microsoft YaHei";
}

.nav-sou:hover .search_case {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.nav-sou:hover,
.nav-sou.on {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.nav-lan {
    float: right;
    line-height: 0.4rem;
    position: relative;
    margin-top: 0.3rem;
    margin-right: 0.2rem;
    color: #333;
    font-size: 0.18rem;
    text-align: center;
}

.ptop .nav-lan {
    color: #333;
}

.nav-menu {
    width: 0.39rem;
    height: 0.26rem;
    float: right;
    margin-top: 0.38rem;
    margin-right: 0.3rem;
    background: url(/images/menu-1.png) no-repeat;
    cursor: pointer;
    background-size: contain;
}

.ptop .nav-menu {
    background: url(/images/menu-1.png) no-repeat;
}

.nav-list {
    width: 50%;
    float: right;
    position: relative;
    height: 0.64rem;
    margin-top: 0.18rem;
}

.ptop .main-menu .navigation>li>a {
    color: #111;
}

.ptop .main-menu .navigation>li>a:hover {
    color: #016cae !important;
}

.ptop .main-menu .navigation>li>.active {
    color: #016cae !important;
}

.ptop .main-menu .navigation>li:hover>a,
.ptop .main-menu .navigation>li.current>a {
    color: #016cae !important;
}

.main-header.on {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.content {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
}

.page {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    /* min-height: 100vh; */
}

.page.active {
    z-index: 10;
}

.page .ibg {
    position: absolute;
    left: 0;
    top: 0;
    width: 110%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: 1s;
}

.page.action .ibg {
    left: -8%;
    transition: 2s 0.4s linear;
}

#ibox5 {
    min-height: 0;
    width: 100%;
    overflow: inherit;
}

footer {
    width: 100%;
    position: relative;
    background: rgba(8, 59, 133, 9);
    color: #fff;
    padding: 0.9rem 5% 0 5%;
    box-sizing: border-box;
}

footer::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 9px;
    top: 0;
    left: 0;
    background-image: linear-gradient(75deg, #e3af59 0%, #a47c39 50%, #856329 100%);
}

/* .ind_src3::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 9px;
    top: 0;
    left: 0;
    background-image: linear-gradient(75deg, #e3af59 0%, #a47c39 50%, #856329 100%);
} */
/* .ibg::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 9px;
    top: 0;
    left: 0;
    background-image: linear-gradient(75deg, #e3af59 0%, #a47c39 50%, #856329 100%);
}
.ind_src4 opacityS::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 9px;
    top: 0;
    left: 0;
    background-image: linear-gradient(75deg, #e3af59 0%, #a47c39 50%, #856329 100%);
} */
.top::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 9px;
    top: 0;
    left: 0;
    background-image: linear-gradient(75deg, #e3af59 0%, #a47c39 50%, #856329 100%);
}

.f-nav {
    width: 65%;
    display: table;
}

.f-nav li {
    width: 20%;
    list-style: none;
    border-right: 1px solid #525254;
    min-height: 2.4rem;
    float: left;
    padding-left: 5%;
}

.f-nav li:nth-child(4) {
    padding-left: 2.5%;
}

.f-nav li h1 {
    line-height: 0.4rem;
    font-size: 0.2rem;
}

.f-nav li a {
    display: inline-block;
    width: 100%;
    font-size: 15px;
    line-height: 30px;
    color: #fff;
}

.f-nav li:last-child {
    border-right: none;
}

.f-copy {
    text-align: center;
    line-height: 0.58rem;
    font-size: 16px;
    width: 100%;
    margin-top: 0.65rem;
    border-top: 1px solid #525254;
}

@media only screen and (max-width: 1640px) {
    .logo {
        position: absolute;
        left: 3%;
        top: 0.3rem;
        z-index: 100;
    }
}

@media only screen and (max-width: 760px) {

    .nav-right,
    .nav-menu,
    .nav-lan {
        display: none;
    }

    .logo {
        margin-top: 0.2rem;
        width: 45%;
    }

    .logo img {
        display: block;
        width: 100%;
        height: 51px;
    }

    .top {
        height: 75px !important;
    }
}