body,
ul,
p,
h3 {
    margin: 0;
    padding: 0;
}

a:hover {
    text-decoration: none;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

.top_nav {
    padding: 30px 0;
    background: url(../img/top_nav_bg.png) no-repeat;
    background-size: 100% 100%;
}

.main {
    width: 1280px;
    margin: 0 auto;
}

.top_nav a {
    font-size: 36px;
    color: #555;
}

.top_nav_tel {
    float: right;
}

.top_nav_tel span {
    color: #419FF7;
    font-size: 32px;
    font-weight: bold;
}

.top_nav_tel img {
    position: relative;
    top: -7px;
    margin-right: 4px;
}

.nav_list {
    background: #419FF7;
    height: 60px;
    line-height: 60px;
}

.nav_list ul {
    display: flex;
}

.nav_list ul li {
    width: 15%;
    text-align: center;
}

.nav_list ul li a {
    color: #fff;
    display: block;
    font-size: 16px;
}

.nav_list ul .active {
    background: #F7C641;
}

.nav_list ul li:hover {
    background: #F7C641;
}

.banner {
    height: 600px;
    background-size: 100% 100%;
    width: 100%;
}

.banner_box1 {
    width: 470px;
    float: left;
}

.banner_box1 h3 {
    -webkit-text-stroke: 2px #fff;
    font-size: 40px;
    margin: 0;
    padding: 30px 0;
    font-weight: bold;
}

[data-content]::before {
    content: attr(data-content);
    position: absolute;
    -webkit-text-stroke: 0;
    /* 文本颜色 */
    color: #419FF7;
}

.banner_box1 ul li {
    background: url(../img/index_px.png) no-repeat;
    width: 470px;
    height: 66px;
    line-height: 66px;
    margin-bottom: 20px;
}

.banner_box1 ul li p {
    font-size: 22px;
    font-weight: bold;
    color: #419FF7;
    display: inline-block;
    padding-left: 10px;
}

.banner_box1 ul li a {
    display: block;
}

.banner_box1 ul li span {
    float: right;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    width: 216px;
}

.banner_box1 ul li:hover {
    background: url(../img/index_px_on.png) no-repeat;
}

.banner_box1 ul li:hover p {
    color: #F7C641;
}

.banner_group {
    overflow: hidden;
}

.banner_box2 {
    float: left;
    margin-left: 50px;
}

.banner_box2 h3 {
    -webkit-text-stroke: 2px #fff;
    font-size: 40px;
    margin: 0;
    padding: 30px 0;
    font-weight: bold;
}

.banner_box2 a {
    width: 230px;
    height: 66px;
    line-height: 66px;
    background: #fff;
    text-align: center;
    display: block;
    font-size: 22px;
    color: #419FF7;
    font-weight: bold;
    margin-bottom: 20px;
}

.banner_box2 a:hover {
    background: #F7C641;
    color: #fff;
}

.login_box {
    float: right;
    background: url(../img/login_bg.png) no-repeat;
    background-size: 100% 100%;
    width: 456px;
    margin-top: 70px;
    padding-bottom: 50px;
}

.login_box h4 {
    padding: 24px 0 0 60px;
    font-size: 20px;
    color: #333;
    font-weight: normal;
}

.login_box_input {
    border: 1px solid #d1cdcd;
    width: 72%;
    margin: 0 auto;
    height: 50px;
    border-radius: 5px;
    /* line-height: 50px; */
    line-height: 38px;
    margin-bottom: 20px;
}

.login_box_input img {
    padding-left: 10px;
    border-right: 1px solid #d1cdcd;
    padding-right: 10px;
    position: relative;
    top: 4px;
}

.login_box_input input {
    float: right;
    width: 80%;
    height: 48px;
    border: none;
    outline: none;
    border-radius: 5px;
    font-size: 16px;
}

.login_box_yz {
    overflow: hidden;
    width: 72%;
    margin: 0 auto;
}

.login_box_yz_box {
    float: left;
    border: 1px solid #d1cdcd;
    width: 60%;
    margin: 0 auto;
    height: 50px;
    border-radius: 5px;
    /* line-height: 50px; */
    line-height: 38px;
    margin-bottom: 20px;
}

.login_box_yz_box img {
    padding-left: 10px;
    border-right: 1px solid #d1cdcd;
    padding-right: 10px;
    position: relative;
    top: 4px;
}

.login_box_yz_box input {
    float: right;
    width: 70%;
    height: 48px;
    border: none;
    outline: none;
    border-radius: 5px;
    font-size: 16px;
}

.login_box_yzm {
    width: 38%;
    float: right;
}

.login_box_yzm img {
    width: 100%;
}

.login_box button {
    height: 50px;
    background: #419ff7;
    border-radius: 5px;
    width: 74%;
    margin: 0 auto;
    display: block;
    font-size: 18px;
    color: #fff;
    border: none;
    cursor: pointer;
}

.login_text {
    width: 74%;
    margin: 0 auto;
    margin-top: 20px;
}

.login_text a {
    color: #999999;
    font-size: 16px;
}

.login_text a:hover {
    color: #419FF7;
}

.login_text a span {
    color: #F7C641;
}

.login_text a:last-child {
    float: right;
}

.login_after {
    width: 74%;
    margin: 0 auto;
    padding-top: 10px;
}

.login_after_welcome {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(65, 159, 247, 0.08);
    border: 1px solid rgba(65, 159, 247, 0.20);
    border-radius: 8px;
    padding: 14px 12px;
    margin-bottom: 16px;
    overflow: hidden;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.12);
}

.login_after_welcome::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: #419ff7;
}

.login_after_avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(65, 159, 247, 0.20);
    box-shadow: none;
    flex: 0 0 auto;
    margin-left: 2px;
}

.login_after_avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.login_after_welcome_text {
    min-width: 0;
}

.login_after_title {
    font-size: 14px;
    color: #666;
    line-height: 1.2;
}

.login_after_name {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-top: 6px;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.login_after_actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

.login_after_btn {
    height: 50px;
    line-height: 50px;
    background: #419ff7;
    border-radius: 5px;
    display: block;
    font-size: 18px;
    color: #fff;
    text-align: center;
}

.login_after_btn:hover {
    color: #fff;
    background: #2f8ef0;
}

.login_after_footer {
    margin-top: 14px;
    text-align: right;
}

.login_after_logout {
    font-size: 16px;
    color: #999;
}

.login_after_logout:hover {
    color: #419FF7;
}

.index_notice {
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.16);
    margin-top: 30px;
    padding: 15px;
}

.index_notice .title {
    padding-bottom: 10px;
    border-bottom: 1px dashed rgba(112, 112, 112, 0.26);
}

.index_notice .title span {
    font-size: 18px;
    font-weight: bold;
    color: #419FF7;
}

.index_notice .title>img {
    position: relative;
    top: -4px;
    margin-right: 4px;
}

.index_notice_pr {
    float: right;
}

.index_notice_pr div {
    background: #dedbdb;
    width: 28px;
    height: 28px;
    display: flex;
    text-align: center;
    align-items: center;
    float: left;
    margin-left: 10px;
    cursor: pointer;
}

.index_notice_pr div img {
    width: 6px;
    height: 11px;
    margin: 0 auto;
    display: block;
}

.index_notice_pr div:hover {
    background: #F7C641;
}

.notice_list {
    width: 49%;
    float: left;
    overflow: hidden;
    margin-top: 20px;
    position: relative;
}

.notice_list:nth-child(even) {
    float: right;
}

.notice_list a {
    color: #666;
    font-size: 16px;
    display: inline-block;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    float: left;
    padding-left: 15px;
}

.notice_list a::before {
    width: 4px;
    height: 4px;
    background: #419ff7;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
}

.notice_list span {
    float: right;
    color: #999;
    font-size: 16px;
}

.notice_list a:hover {
    color: #F7C641;
}

.index_new_group {
    margin-top: 30px;
    overflow: hidden;
}

.index_new_banner {
    float: left;
    width: 49%;
}

.index_new_banner .swiper-slide {
    position: relative;
}

.index_new_banner .swiper-slide div {
    position: absolute;
    bottom: 15px;
    left: 0;
    color: #fff;
    width: 75%;
    padding-left: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.index_new_banner .swiper-slide img {
    width: 100%;
}

.index_new_banner .swiper-container-horizontal>.swiper-pagination-bullets {
    left: auto;
    right: 0;
    width: 20%;
}

.index_new_banner .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 0.4;
}

.index_new_banner .swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
}

.index_new_right {
    float: right;
    width: 49%;
}

.index_new_tab ul {
    border-bottom: 1px dashed #cecece;
    padding-bottom: 14px;
    overflow: hidden;
}

.index_new_tab ul li {
    float: left;
    margin-right: 50px;
    cursor: pointer;
    font-size: 20px;
    color: #222;
}

.index_new_tab ul li:hover {
    color: #419FF7;
}

.index_new_tab ul .active {
    color: #419FF7;
    font-weight: bold;
    position: relative;
}

.index_new_tab ul .active::after {
    content: '';
    width: 100%;
    bottom: -14px;
    left: 0;
    position: absolute;
    display: block;
    background: #419FF7;
    height: 2px;
}

.index_new_right .list {
    margin-top: 20px;
}

.index_new_right .list ul li {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}

.index_new_right .list ul li a {
    color: #666666;
    font-size: 16px;
    width: 75%;
    padding-left: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    float: left;
}

.index_new_right .list ul li span {
    float: right;
    color: #999999;
}

.index_new_right .list ul li a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #419FF7;
}

.index_new_right .list ul li a:hover {
    color: #F7C641;
}

.index_new_right .list .on {
    display: block;
}

.index_new_right .list ul {
    display: none;
}

.index_gg img {
    width: 100%;
}

.index_gg {
    position: relative;
    margin: 30px 0;
}

.index_gg p {
    width: 100%;
    text-align: center;
    position: absolute;
    /* 文本颜色 */
    color: #419FF7;
    font-size: 36px;
    font-weight: bold;
    top: 50px;
    -webkit-text-stroke: 3px #fff;
}

.index_cg .title {
    border-bottom: 1px dashed #e5e5e5;
    padding-bottom: 14px;
    margin-bottom: 30px;
}

.index_cg .title p {
    display: inline-block;
    font-weight: bold;
    font-size: 20px;
    color: #419FF7;
    position: relative;
}

.index_cg .title p::before {
    content: '';
    width: 100%;
    bottom: -14px;
    left: 0;
    position: absolute;
    display: block;
    background: #419FF7;
    height: 2px;
}

.index_cg_box {
    margin-bottom: 20px;
}

.index_cg_box .img {
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
}

.index_cg_box .img img {
    width: 100%;
    transition: 0.5s all;
}

.index_cg_box .img img:hover {
    transform: scale(1.2);
}

.index_cg_box .t {
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.index_cg_box .t:hover {
    color: #F7C641;
}

footer {
    background: url(../img/footer_bg.png) no-repeat;
    background-size: 100% 100%;
}

.footer_link {
    border-bottom: 1px solid #fff;
    padding: 30px 0;
}

.footer_link p {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    margin-right: 20px;
}

.footer_link a {
    border: 1px solid #ffffff;
    padding: 4px 14px;
    text-align: center;
    display: inline-block;
    color: #fff;
    margin-right: 20px;
    font-size: 16px;
}

.footer_link a:hover {
    background: #fff;
    color: #419FF7;
    transition: 0.5s all;
}

.footer_box {
    padding: 50px 0;
    overflow: hidden;
}

.footer_box .left {
    float: left;
}

.footer_box .left ul li {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.footer_box .left ul li a {
    color: #fff;
    border-right: 1px solid #fff;
    font-size: 15px;
    padding-right: 20px;
}

.footer_box .left ul li:last-child a {
    border-right: none;
}

.footer_box .left p {
    color: #fff;
    font-size: 15px;
    margin-top: 20px;
}

.footer_box .right {
    float: right;
}

.footer_box .right p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
}

.footer_box .right div span {
    font-size: 34px;
    font-weight: bold;
    color: #fff;
}

.footer_box .right div img {
    position: relative;
    top: -10px;
}

.register_bg .title a {
    font-size: 34px;
    color: #555;
    font-weight: bold;
}

.register_bg .title {
    padding-top: 30px;
}

.register_bg {
    background: url(../img/register_bg.jpg) no-repeat;
    background-size: 100% 100%;
    min-height: 100vh;
}

.register_group {
    margin-top: 50px;
}

.register_group .register_box {
    float: right;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0px 0px 5px 0px rgba(65, 159, 247, 0.30);
    width: 500px;
    padding: 30px;
}

.register_box .register_box_title {
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.register_box .register_box_title span {
    font-size: 24px;
    color: #666;
}

.register_box .register_box_title span:first-child {
    margin-right: 80px;
}

.register_box .register_box_title .active {
    color: #F7C641;
}

.register_box_input {
    border: 1px solid rgba(153, 153, 153, 0.60);
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 14px;
    height: 50px;
}

.register_box_input img {
    display: inline-block;
    margin-right: 10px;
    line-height: 50px;
    position: relative;
    top: -2px;
}

.register_box_input_box .register_box_input {
    display: inline-block;
}

.register_box_input input {
    border: none;
    border-left: 1px solid rgba(153, 153, 153, 0.40);
    color: #999999;
    padding-left: 15px;
    width: calc(100% - 100px);
    outline: none;
    margin-top: 4px;
    font-size: 16px;
}

.register_box_input_box .files {
    float: right;
    width: 36%;
    display: block;
    position: relative;
}

.register_box_input_box .files .files_input {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.register_box_input_box .files a {
    height: 50px;
    line-height: 50px;
    background: #419ff7;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    width: 100%;
    font-size: 16px;
    display: block;
}

.register_box_input_box_btn {
    float: right;
    height: 50px;
    line-height: 50px;
    background: #419ff7;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    width: 36%;
    font-size: 16px;
}

.register_submit {
    height: 50px;
    line-height: 50px;
    background: #419ff7;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    width: 100%;
    display: block;
    font-size: 18px;
    margin-top: 20px;
}

.register_checkbox label {
    font-weight: normal;
    margin-top: 10px;
    color: #999999;
}

.register_checkbox label a {
    color: #F7C641;
}