﻿@charset "utf-8";

html {
    _background: url(j);
}
/*注意这里可以让IE6 下不会抖动！！*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, legend, input, textarea, p, th, td {
    margin: 0;
    padding: 0;
}

a, input, button, select, textarea {
    outline: none
}

img {
    border: 0;
    vertical-align: middle;
}

em {
    font-style: normal
}

textarea {
    resize: none;
}

body {
    font: 12px/1.5 \5FAE\8F6F\96C5\9ED1, Helvetica, Arial, sans-serif;
}

html {
    overflow-x: hidden;
    zoom: 1;
}

a {
    text-decoration: none;
}

    a:hover {
        /* text-decoration: underline; */
        cursor: pointer;
        background: #2196f30d;
        color: #1a7fcc !important;
    }

ol, ul {
    list-style: none
}

h1, h2, h3, h4, h5 {
    font-size: 14px;
}

input, label, select {
    vertical-align: middle;
    font: 100% Tahoma
}

.clearfix:before, .clearfix:after {
    content: ".";
    display: table;
    height: 0;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

div, ul, img {
    margin: 0 auto
}

table, td, th {
    border-collapse: collapse;
}


html, body {
    height: 100%;
    overflow: hidden;
}

body {
    background: url("images/lg_bg.jpg") center center;
    background-size: cover;
}

.ob_box {
}

    .ob_box.fl {
    }

    .ob_box.fr {
        width: 400px;
        border: 10px solid rgb(255 255 255 / 15%);
        border-radius: 5px;
        height: 356px;
        /* margin: 0 0 0 40px; */
        position: relative;
        z-index: 99;
    }

.w1200 {
    /* overflow: hidden; */
    /* width: 1000px; */
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    height: 430px;
    justify-content: center;
    position: absolute;
    width: 100%;
    top: 50%;
    margin: -190px auto 0;
}

.lg_box {
    background: #fff;
    width: 100%;
    /* background-size: contain; */
    height: 100%;
    border-radius: 4px;
    margin: 0 auto 0;
    float: left;
    box-shadow: 2px 2px 2px rgb(0 0 0 / 10%);
    user-select: none;
}

.logo {
    color: #fff;
    font-size: 42px;
    text-align: center;
    margin: 11vh auto 0;
}

    .logo img {
        height: 107px;
    }

.line {
    padding: 8px 0;
}

    .line img {
        width: 76px;
    }

.ipt_box {
    border-bottom: 1px solid #1a7fcc;
    width: 364px;
    line-height: 40px;
    overflow: hidden;
    /* border-radius: 4px; */
}

    .ipt_box input {
        height: 40px;
        width: 80%;
        background: none;
        border: 0 none;
        font-size: 17px;
        float: left;
        box-shadow: 0 0 0px 20px white inset;
    }

.ico {
    float: left;
    width: 44px;
    height: 40px;
    background: no-repeat center center;
    background-size: 35%;
}

    .ico.ic1 {
        background-image: url("images/ico_01.png")
    }

    .ico.ic2 {
        background-image: url("images/ico_02.png")
    }

    .ico.ic3 {
        background-image: url("images/ico_03.png")
    }

.dl_btn {
    width: 364px;
    line-height: 40px;
    display: block;
    border-radius: 0;
    text-align: center;
    font-size: 17px;
    color: #fff;
    margin: 6px auto 0;
    background: linear-gradient(180deg, rgb(3 85 181) 0%, rgb(41, 137, 216) 50%, rgb(32, 124, 202) 51%, rgb(125, 185, 232) 100%);
    border: 1px solid #1a7fcc;
    border-radius: 4px;
}

.seatch_box {
    color: #1a7fcc;
    padding: 10px 0 10px 16px;
    border-bottom: 4px solid #1a7fcc;
    font-size: 14px;
}

.search_btn {
    display: inline-block;
    background: #1a7fcc;
    color: #fff;
    padding: 0 5px 0 10px;
    border-radius: 4px;
    line-height: 30px;
    width: 65px;
    text-align: center;
    vertical-align: middle;
}

    .search_btn img {
        height: 16px;
        margin-right: 6px;
    }

.ipt_in {
    padding: 0 10px;
    line-height: 27px;
    border-radius: 4px;
    border: 1px solid #ddd;
    width: 200px;
    margin-right: 6px;
    text-align: center;
}

.list_nav {
    overflow: hidden;
    border-bottom: 1px dashed #ddd;
    background: #fff;
}

    .list_nav li {
        float: left;
        width: 33%;
        text-align: center;
        color: #333;
        font-weight: bold;
        line-height: 35px;
        font-size: 14px;
    }

        .list_nav li:hover {
            cursor: pointer;
            background: rgba(51, 51, 51, 0.04);
        }

        .list_nav li.on {
            color: #1a7fcc;
            background: rgba(26, 127, 204, 0.1);
            background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(243, 243, 243) 50%, rgb(237, 237, 237) 51%, rgb(255, 255, 255) 100%);
        }

.list_box {
    clear: both;
    padding: 10px;
}

.new_list {
    display: none;
}

    .new_list li {
        border-bottom: 1px dashed #ddd;
        line-height: 35px;
    }

        .new_list li a {
            display: block;
            font-size: 16px;
            white-space: nowrap;
            text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            overflow: hidden;
            color: #333;
        }

.time {
    float: right;
    color: #666;
}

.tpp {
    /* background: #1a7fcc; */
    height: 15px;
}






.dl_name {
    text-align: center;
    clear: both;
    font-size: 20px;
    color: #1a7fcc;
    padding: 12px 0 8px;
}

.tp_line {
}

.lg_box .box {
    display: none
}

.dl_nav {
    width: 100%;
    text-align: center;
    margin: 10px 0;
}

.tp_line > a {
    color: #1a7fcc;
    display: inline-block;
    padding: 11px 16px 4px;
    font-size: 14px;
}

.dl_nav li {
    display: inline-block;
    color: #1a7fcc;
    text-align: center;
    width: 124px;
    margin: 5px 0 0 5px;
    line-height: 45px;
    font-size: 20px;
    border-bottom: 2px solid #ffffff;
}

    .dl_nav li:hover {
        cursor: pointer;
    }

    .dl_nav li a {
        color: #666;
        display: block;
        text-decoration: none;
    }

    .dl_nav li.on {
        border-bottom: 2px solid #1492ff;
        font-weight: bold;
    }

.foot {
    text-align: center;
    padding: 50px 0 0;
    position: absolute;
    bottom: 30px;
    width: 100%;
    color: #fff;
}

.ob_bottom {
    text-align: center;
    margin: 7px 19px 0;
}

    .ob_bottom a {
        font-size: 14px;
        color: #e2271e;
        /* margin: 0 38px; */
    }

        .ob_bottom a:nth-child(1) {
            /* float: right; */
        }

        .ob_bottom a:nth-child(2) {
            /* float: left; */
        }




.pmd {
    padding: 4px;
    width: 90%;
    left: 100px;
    color: #F44336;
    font-size: 24px;
    font-weight: bold;
    position: absolute;
    z-index: 999;
}
/**{
            margin:0;
            padding: 0;
            box-sizing: border-box;
            -webkit-touch-callout: none;
            -webkit-user-select: none;
            -khtml-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }*/
.outer {
    position: relative;
    /* margin: 20px auto; */
    margin-top: 10px;
    margin-bottom: 10px;
    width: 364px;
    height: 40px;
    line-height: 28px;
    border: 1px solid #ccc;
    background: #ccc9c9;
    border-radius: 4px;
    overflow: hidden;
}

    .outer span, .filter-box, .inner {
        position: absolute;
        top: 0;
        left: 0;
    }

    .outer span {
        display: block;
        /*padding:0  0 0 36px;*/
        width: 100%;
        height: 100%;
        color: #fff;
        text-align: center;
        line-height: 38px;
        font-size: 16px;
    }

.filter-box {
    width: 0;
    height: 100%;
    background: green;
    z-index: 9;
}

.outer.act span {
    /*padding:0 36px 0 0;*/
}

.inner {
    width: 56px;
    line-height: 38px;
    height: 38px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    font-family: "宋体";
    z-index: 10;
    font-weight: bold;
    color: #929292;
    padding-top: 2px;
}

.outer.act .inner {
    color: green;
}

.outer.act span {
    z-index: 99;
}

p {
    line-height: 35px;
}

.news_box {
    border: 1px solid #1a7fcc;
    border-top: 10px solid #1a7fcc;
    width: 650px;
    height: 430px;
    background: rgb(255 255 255 / 90%);
    border-radius: 10px;
    box-shadow: 4px 4px 4px #00000040;
    margin: 0 0;
    /* display: none; */
    position: relative;
}



.close-button {
    top: -20px;
    right: -10px;
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #ff5722c4;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease, transform 0.3s ease; /* 平滑过渡效果 */
    display: none;
}

    .close-button::before,
    .close-button::after {
        content: '';
        position: absolute;
        width: 2px;
        height: 20px;
        background-color: white;
        transition: width 0.3s ease; /* 平滑过渡效果 */
    }

    .close-button::before {
        transform: rotate(45deg);
    }

    .close-button::after {
        transform: rotate(-45deg);
    }

/* 鼠标悬停效果 */
.closeX:hover {
    background-color: hsl(14.34deg 80.39% 50% / 47%); /* 更深的红色 */
    transform: scale(1.1); /* 稍微放大按钮 */
    color: #fff;
}

.close-button:hover::before,
.close-button:hover::after {
    width: 3px; /* 交叉线加粗 */
}

.left_box1 .tz {
    background: url('images/kuang1.png') center center no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 230px;
    height: 100px;
    background-size: contain;
    color: #fff;
    position: absolute;
    z-index: 9;
    font-size: 22px;
}

    .left_box1 .tz.tz1 {
        animation: randomMove1 5s infinite;
        top: 110px;
        left: 310px;
    }

    .left_box1 .tz.tz2 {
        animation: randomMove2 9s infinite;
        top: 160px;
        left: 100px;
    }

    .left_box1 .tz::after {
        content: "";
        background: #0568ad;
        display: block;
        width: 3px;
        height: 114px;
        position: absolute;
        transform: rotate(-35deg);
    }

.left_box1 .tz1::after {
    transform: rotate(35deg);
    top: 88px;
    left: 150px;
}

.left_box1 .tz2::after {
    transform: rotate(-35deg);
    top: 88px;
    left: 90px;
}

@keyframes randomMove1 {
    0% {
        top: 100px;
        left: 250px;
    }

    25% {
        top: 100px;
        left: 260px;
    }

    50% {
        top: 110px;
        left: 260px;
    }

    75% {
        top: 110px;
        left: 260px;
    }

    100% {
        top: 100px;
        left: 250px;
    }
}

@keyframes randomMove2 {
    0% {
        top: 160px;
        left: 100px;
    }

    25% {
        top: 150px;
        left: 100px;
    }

    50% {
        top: 150px;
        left: 110px;
    }

    75% {
        top: 150px;
        left: 100px;
    }

    100% {
        top: 160px;
        left: 100px;
    }
}

.ob_bottom a.tz_btn {
    /* font-weight: bold; */
    font-size: 17px;
    /* display: flex; */
    /* align-items: center; */
    color: #1a7fcc;
    /* padding: 0 0 0 20px; */
    float: right;
}

    .ob_bottom a.tz_btn svg {
        width: 18px;
        height: 18px;
        float: left;
        margin: 5px 3px 0 0;
    }



.tan {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 99;
}

    .tan .tan_bg {
        z-index: 5;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(0,0,0,.5)
    }

    .tan .tan_box {
        position: absolute;
        left: 30%;
        right: 30%;
        top: 30%;
        bottom: 30%;
        background: rgb(255 255 255);
        z-index: 9;
        border-radius: 10px
    }

.tan_tt {
    height: 57vw;
    margin: 7vw 0 0;
    background: url(../image/home/qian_ico.png) center center no-repeat;
    background-size: contain
}

.tan_cont {
    text-align: left;
    padding: 30px 30px;
    font-size: 22px;
}

    .tan_cont .tt {
        line-height: 44px
    }

.closeX {
    position: absolute;
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,.63);
    display: block;
    top: -16px;
    right: -16px;
    border-radius: 999px;
    border: 1px solid red;
    margin: 0 0 0 -22px;
    z-index: 99;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

    .closeX::before {
        content: "";
        display: block;
        border: 1px solid red;
        width: 55%;
        transform: rotate(45deg);
        position: absolute;
        top: 47%;
        left: 22%
    }

    .closeX::after {
        content: "";
        display: block;
        border: 1px solid red;
        width: 55%;
        transform: rotate(-45deg);
        position: absolute;
        top: 47%;
        left: 22%
    }
