﻿.top {
    min-height: 105px;
}

table {
    background-color: rgba(255, 255, 255, .9);
}

input {
    color: #df0000;
}

/* 悬浮 */
.xf {
    position: fixed;
    right: 0;
    top: 75%;
    transform: translateY(-50%);
    z-index: 2000;
}

.xf1,
.xf2,
.xf3,
.xf4 {
    width: 70px;
    height: 70px;
    margin-bottom: 5px;
    position: relative;
    cursor: pointer;
}

.xf11,
.xf21 {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(-210px);
    height: 70px;
    background-color: #1e1e1e;
    color: #fff;
    font-size: 20px;
    line-height: 70px;
    width: 200px;
    text-align: center;
    border-radius: 5px;
}

.xf31 {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 290px;
    transform: translateX(-160px);
    background-color: #1e1e1e;
    padding: 10px;
    border-radius: 5px;
    box-sizing: border-box;
}

.xf31 img:nth-child(1) {
    padding-bottom: 10px;
}

.xf31 img {
    width: 100%;
}

.xf1:hover .xf11,
.xf2:hover .xf21,
.xf3:hover .xf31 {
    display: block;
}


@font-face {
    font-family: "SourceHanSansCN_Regular";
    src: url("../font/SourceHanSansCN-Regular.otf") format("opentype");
    /* 如果你有其他格式的字体文件，也可以继续添加 */
}

a {
    cursor: pointer;
}

.cr {
    cursor: pointer;
}

.pr2 {
    position: relative;
    z-index: 2;
}

.btn_box {
    display: flex;
}

/* 关键词 */
.wj1 {
    display: flex;
    margin-bottom: 40px;
}

.ma_right {
    /* background: url(../images3/zh_bg.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    right: 0; */
    padding: 50px;
    box-sizing: border-box;
    width: 1207px;
    /* width: 1292px; */
    /* height: 1611px; */
    /* background-color: rgba(255, 255, 255, .3); */
    /* box-shadow: 0px 0px 6px 2px rgba(151, 151, 151, 0.11); */
    border-radius: 29px;
}



/* 全局 */
* {
    margin: 0;
    padding: 0;
}

em i {
    font-style: normal;
}

img {
    width: 100%;
    -webkit-user-drag: none;
    display: block;
}

a {
    color: black;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

html,
body {
    width: 100%;
    position: relative;
}


li {
    list-style-type: none;
}

a {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

/*清除浮动*/
.clearfloat:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.clearfloat {
    zoom: 1
}

/*  */
.main {
    position: relative;
    padding-bottom: 60px;
}

/* 三张背景图 */
.bg_main {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

html {
    background: url(../images3/gjc_bg2.png);
    background-repeat: repeat !important;
    background-size: 100%;
}

.bg_left {
    width: 479px;
    position: absolute;
    top: 15%;
    left: 0;
    display: none;
}

.bg_right {
    width: 212px;
    position: absolute;
    top: -31px;
    right: 0;
    display: none;
}

.bg_b {
    width: 592px;
    position: absolute;
    right: 0;
    bottom: 0;
    display: none;
}

.content {
    position: relative;
    width: 1520px;
    margin: auto;
}

header {
    display: flex;
    min-height: 105px;
    align-items: center;
}

/* logo部分 */
.logobox {
    display: flex;
    align-items: center;
}

.logobox img {
    width: 156px;
}

/* 头部导航 */
.banbox {
    width: 100%;
    height: 81px;
    display: flex;
    align-items: center;
    padding-left: 67px;
    padding-right: 53px;
    justify-content: space-between;
    box-sizing: border-box;
    /* background-color: #d0f9fb; */
    box-shadow: 0px 0px 7px 2px rgba(44, 44, 44, 0.04);
    border-radius: 34px;
    background: url(../images3/header2.png) no-repeat;
    background-size: 100% 100%;
}

.banbox .banner {
    width: 816px;
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.banbox .banner a {
    text-align: center;
    width: 110px;
    font-size: 18px;
    line-height: 67px;
    position: relative;
    color: #fff;
}

.banbox .banner a:hover::after {
    display: block;
}

#amore:hover ul {
    display: block;
}

#amore ul li a:hover::after {
    display: block;
}

#amore ul li a::after {
    display: none;
    position: absolute;
    content: '';
    width: 100%;
    height: 6px;
    left: 0%;
    bottom: 0;
    background-color: rgba(16, 51, 134, 1);
}

.banbox .banner .bs::after {
    display: block;
}

.banbox .banner a::after {
    display: none;
    position: absolute;
    content: '';
    width: 110px;
    height: 6px;
    left: 0%;
    bottom: 0;
    background-color: #ffffff;
}

/* 头部右侧个人中心 */
.grzx a {
    align-items: center;
    display: flex;
}

.grzx a img {
    width: 52px;
}

.grzx a h1 {
    font-size: 18px;
    color: #fff;
    margin-left: 9px;
    white-space: normal;
}

/* 介绍及所在位置 */
.jies .imgbox img {
    width: 942px;
}

.jies {
    position: relative;
    display: flex;
    margin-bottom: 37px;
}

.jies .imgbox .jiesbox {
    top: 0;
    right: 123px;
    position: absolute;
    padding: 22px 0 21px 79px;
    width: auto;
    display: flex;
    align-items: center;
}

.jies .imgbox .jiesbox img {
    width: 14px;
    margin: 0 18px;
}

.jies .imgbox .jiesbox a {
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: bold;
    color: #ffffff;
}

.main .content {
    display: flex;
    justify-content: space-between;
}

/* 左侧大导航 */
.ma_left_1 {
    margin-bottom: 30px;
}

.ma_left_2 {
    cursor: pointer;
    display: flex;
    position: relative;
    align-items: center;
    width: 273px;
    height: 70px;
    background-color: rgba(203, 250, 255, .8);
    border-radius: 32px 0px 0px 0px;
    padding: 0 17px 0 25px;
    box-sizing: border-box;
    margin-bottom: 21px;
}

.ma_left_2 h1 {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
    color: rgba(16, 51, 134, 1);
    margin-left: 10px;
}

.ma_left_2.active .imgbox2 {
    transform: rotate(180deg);
    transition: transform .4s;
}

.ma_left_2.active+.ma_left_4 {
    display: block;
}

.ma_left_2 .bg1 {
    position: absolute;
    width: 273px;
    left: 0;
    bottom: -41%;
    display: none;
}

.ma_left_2.active .bg1 {
    display: block;
}

.ma_left_2 .imgbox2 {
    margin-left: auto;
    transition: transform .4s;
}

.ma_left_2 .imgbox {
    width: 40px;
}

.ma_left_2 .imgbox img {
    width: auto;
}

.ma_left_3 {
    margin-bottom: 10px;
    display: flex;
    width: 273px;
    height: 55px;
    background-color: rgba(5, 29, 99, .7);
    border-radius: 28px 0px 0px 28px;
    align-items: center;
    padding: 0 15px 0 62px;
    box-sizing: border-box;
}

.ma_left_3 .imgbox {
    width: 11px;
    height: 11px;
}

.ma_left_3 .imgbox2 {
    margin-left: auto;
    opacity: 0;
}

.ma_left_3:last-child {
    margin-bottom: 0;
}

.ma_left_3 h1 {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
    margin-left: 5px;
}

.ma_left_4 .bs .imgbox2 {
    opacity: 1;
}

.ma_left_4 {
    transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    display: none;
}

.ma_left_4.active {
    max-height: 800px;
}

/* 切换内容按钮 */
.change_a {
    cursor: pointer;
    display: block;
    width: 158px;
    height: 46px;
    background-image: linear-gradient(0deg,
            #9fc8f2 0%,
            #ffffff 100%);
    box-shadow: 0px 4px 7px 2px rgba(21, 38, 151, 0.38);
    border-radius: 20px 0px 20px 0px;
    border: solid 2px #091ea3;
    text-align: center;
    line-height: 46px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #0b1f8e;
    margin-right: 30px;
    position: relative;
}

.change_a:hover,
.change_a.bs {
    color: #fff;
    background-image: linear-gradient(0deg,
            #091ea3 0%,
            #4054e4 100%);
    box-shadow: 0px 4px 7px 2px rgba(21, 38, 151, 0.38);
    border-radius: 20px 0px 20px 0px;
    border: solid 2px #091ea3;
}

.change_a:hover::after,
.change_a.bs::after {
    position: absolute;
    bottom: -33%;
    left: 0;
    content: '';
    width: 145px;
    height: 28px;
    background: url(../images3/change_a_bs.png) no-repeat;
}

/* 点击按钮 */
.enter_a {
    cursor: pointer;
    text-align: center;
    line-height: 39px;
    min-width: 115px;
    padding: 0 10px;
    height: 39px;
    box-sizing: border-box;
    background-image: linear-gradient(0deg,
            rgba(166, 204, 243, 1) 0%,
            rgba(255, 255, 255, 1) 100%);
    box-shadow: 0px 0px 7px 2px rgba(21, 38, 151, 0.38);
    border-radius: 19px;
    font-family: 宋体;
    font-size: 20px;
    color: rgba(16, 51, 134, 1);
    font-weight: bold;
    letter-spacing: 1px;
    text-wrap: nowrap;
}

.enter_a.enter_a2 {
    border-radius: 10px;
}

/* 单选框 */
.check_box {
    justify-content: center;
    display: flex;
    align-items: center;
}

.check_box input {
    width: 25px;
    height: 25px;
    border: none;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    opacity: 0;
}

.check_box p {
    position: relative;
    width: 25px;
    height: 25px;
    background-image: linear-gradient(0deg,
            #d5f6f6 0%,
            #ffffff 100%);
    box-shadow: 0px 4px 7px 2px rgba(1, 169, 180, 0.38);
    border: solid 1px #3adfe9;
    margin-right: 9px;
}

.check_box p img {
    width: 17px;
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.check_box p.bs img {
    opacity: 1;
}

/* 下拉框 */
.sel_box {
    cursor: pointer;
    width: 450px;
    height: 45px;
    border-radius: 10px;
    border: none;
    padding: 0 20px;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images3/zcr1.png) no-repeat rgba(16, 51, 134, .1);
    background-position: 98% center;
    font-size: 18px;
    letter-spacing: 1px;
    color: rgba(223, 0, 0, 1);
}


/* 翻页按钮 */
.fanye_btn {
    margin: 30px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fanye_btn_1 {
    width: 590px;
    display: flex;
    justify-content: center;
}

.fanye_btn_1 a {
    padding: 0 6px;
    text-align: center;
    line-height: 26px;
    height: 26px;
    display: block;
    font-size: 22px;
    margin: 0 10px;
    color: rgba(0, 13, 255, 1);
    border: solid 2px rgba(0, 12, 255, 1);
}

.fanye_btn_1 .bs {
    background-color: rgba(0, 12, 255, 1);
    color: #fff;
}

.left {
    margin-right: 10px;
}

.right {
    margin-left: 10px;
}

/* 底部 */
.foot {
    background-color: #09090a;
}

.foot h2 {
    font-size: 36px;
    color: #fff;
    text-align: center;
    padding: 3% 0 5%;
    font-weight: 500;
}

.foot1,
.foot2 {
    width: 1200px;
    margin: auto;
    padding-bottom: 2%;
    display: flex;
}

.foot1 img {
    width: auto;
}

.foot11 {
    width: 25%;
    align-items: center;
    display: flex;
    align-items: center;
}

.foot11 p {
    margin-left: 5px;
    color: #fff;
    font-size: 18px;
    line-height: 27px;
}

.foot2 {
    justify-content: flex-end;
    padding-bottom: 0;
}

.foot2 img {
    width: 100px;
    margin: 0 15px;
}

.foot2 span {
    display: block;
    width: 130px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    line-height: 40px;
}

.foot3 {
    background-color: #fff;
    text-align: center;
    font-size: 18px;
    color: #333333;
    padding: 0.5% 0;
}

.foot3 span {
    padding: 0 1%;
}

/* 弹窗蒙版 */
.mengban {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
}

.mb_ma {
    padding: 50px;
    box-sizing: border-box;
    width: 1207px;
    height: 45vw;
    background-color: rgba(255, 255, 255, .8);
    box-shadow: 0px 0px 6px 2px rgba(151, 151, 151, 0.11);
    border-radius: 29px;
}

.mb1 {
    background: url(../images3/mb_bg.png) no-repeat;
    background-size: 100% 100%;
    width: 1108px;
    height: 100%;
    overflow-y: auto;
    padding: 60px 50px;
    box-sizing: border-box;
}

.mb1 textarea {
    width: 98%;
    resize: none;
    height: 28.6vw;
    font-family: SourceHanSansCN-Regular;
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 2px;
    color: #000000;
}

.mb1 .btn_box {
    margin-top: 20px;
    justify-content: flex-end;
}

.mb1 .btn_box a {
    margin-left: 20px;
}

/* 不同分辨率的适配 */
@media (max-width:1600px) {
    html {
        zoom: .9;
    }
}

@media (max-width:1200px) {
    html {
        zoom: .7;
    }
}


.ma_right {
    height: fit-content;
    /* overflow: hidden; */
    position: relative;
}

.wj4_1 table th {
    box-sizing: border-box;
}

.tq_ma1 {
    border: none;
}

#myData tr td:first-child,
.tq_ma tbody tr td,
.tq_ma table th,
.sj2_2 table .th1,
.kh2_2 table th {
    border-right: 2px solid rgba(56, 230, 241, .5);
}

.tq_ma table,
.wj4_1,
.sj2_2,
.kh2_2 {
    border: 2px solid rgba(56, 230, 241, .5);
}

.tq_ma tbody tr td,
.tq_ma thead tr,
.tq_ma table th,
.wj4_1 table th,
.sj2_2 table th,
.kh2_2 table th {
    border-bottom: 2px solid rgba(56, 230, 241, .5) !important;
}

#myData tr:nth-child(n+3):nth-child(odd),
#myData tr:first-child,
.tq_ma tbody tr:nth-child(n+3):nth-child(odd),
.tq_ma tbody tr:first-child {
    background-color: rgba(56, 230, 241, .25);
}

.zh1_1 textarea,
textarea,
.wyc2_2{
    resize: none;
    background-color: rgba(255, 255, 255, .9) !important;
}

.dsp2_2,
.sj1_4,
.kh1_4,
.xg1{
    background-image: none;
    background-color: rgba(255, 255, 255, .9) !important;
}

.xg1 textarea  {
    background-image: linear-gradient(to right, 
rgba(16, 51, 134, .1) 0%, 
rgba(184, 246, 246, 0) 100%);
    background-color: transparent !important;
}

.ysp2_2,
.rw1_2 input {
    background-image: linear-gradient(90deg,
            rgba(255, 255, 255, 0.9) 0%,
            rgba(255, 255, 255, 0.5) 54%,
            rgba(255, 255, 255, 0) 100%);
}

.dsp2_2 input,
.kh1_3 input,
.xg1 input {
    background-image: linear-gradient(to right, rgba(16, 51, 134, .1) 0%, rgba(184, 246, 246, 0) 100%);
}

.dsp2_2 a,
.kh1_1 .enter_a {
    margin-right: 2%;
}

.sj1_2 h2 {
    color: rgba(223, 0, 0, 1);
}

.xg {
    padding-right: 20px;
}

.tq_ma tbody tr td:last-child h1{
    line-height: 28px;
}


.wcy2 .wyc2_1 textarea{
    border-radius: 20px;
}

.cj_ma{
    background-color: rgba(255, 255, 255, 0.6);
}











.loader {
    position: fixed;
    display: none;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 300px;
    z-index: 9999999;
}

.circle {
    position: absolute;
    border-radius: 50%;
    border: 2px solid transparent;
    animation: rotate linear infinite;
    filter: drop-shadow(0 0 8px rgba(0, 150, 255, 0.7));
}

.circle::before {
    content: '';
    position: absolute;
    top: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #00a2ff;
    box-shadow: 0 0 10px #00a2ff, 0 0 20px #00a2ff;
}

.circle-1 {
    width: 270px;
    /* 增大1.5倍 */
    height: 270px;
    border-top-color: #00a2ff;
    border-left-color: #00a2ff;
    animation-duration: 3s;
    top: 15px;
    /* 间距缩小50% */
    left: 15px;
}

.circle-2 {
    width: 210px;
    /* 增大1.5倍 */
    height: 210px;
    border-top-color: #00f2ff;
    border-right-color: #00f2ff;
    animation-duration: 2s;
    animation-direction: reverse;
    top: 45px;
    /* 间距缩小50% */
    left: 45px;
}

.circle-3 {
    width: 150px;
    /* 增大1.5倍 */
    height: 150px;
    border-bottom-color: #0066ff;
    border-left-color: #0066ff;
    animation-duration: 1.5s;
    top: 75px;
    /* 间距缩小50% */
    left: 75px;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* 光线效果 */
.light-beam {
    position: absolute;
    width: 450px;
    height: 450px;
    background: radial-gradient(circle, rgba(0, 162, 255, 0.3) 0%, rgba(0, 162, 255, 0) 70%);
    border-radius: 50%;
    animation: pulse 4s ease-in-out infinite alternate;
    top: -75px;
    left: -75px;
}

@keyframes pulse {
    0% {
        opacity: 0.3;
        transform: scale(0.9);
    }

    100% {
        opacity: 0.7;
        transform: scale(1.1);
    }
}

/* 粒子效果 */
.particle {
    position: absolute;
    background-color: rgba(0, 200, 255, 0.7);
    border-radius: 50%;
    filter: blur(1px);
    animation: float linear infinite;
}

@keyframes float {
    0% {
        transform: translateY(0) translateX(0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: translateY(-150px) translateX(30px);
        opacity: 0;
    }
}

/* 加载文字 */
.loading-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0 0 10px #00a2ff, 0 0 20px #00a2ff;
    animation: text-pulse 2s ease-in-out infinite alternate;
}

@keyframes text-pulse {
    0% {
        opacity: 0.7;
        transform: translate(-50%, -50%) scale(0.95);
    }

    100% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.05);
    }
}

.loading-text::after {
    content: '...';
    animation: dots 1.5s steps(5, end) infinite;
}

@keyframes dots {

    0%,
    20% {
        content: '.';
    }

    40% {
        content: '..';
    }

    60%,
    100% {
        content: '...';
    }
}