﻿/****reset****/
body, div, table, tr, td, th, h1, h2, h3, h4, h5, h6, form, input, button, label, select, textarea, p, u, i, em, ul, ol, li, dl, dd, dt, img, article, aside, details, figcaption, figure, footer, header, menu, nav, section {
    margin: 0;
    padding: 0;
}

img {
    border: 0 none;
    max-width: 100%;
}

.right-navBox li {
    list-style: none;
}

em, i, dfn {
    font-style: normal;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

div li {
    color: #666
}

.system-message a {
    color: #666
}

/* head */

body {
    padding: 0;
    margin: 0;
    font-family: "Microsoft YaHei", "SimHei", sans-serif;
}

.box {
    width: 100%;
    min-width: 1200px;
    background-color: #FFFFFF;
}

.head{
    background: url(/static/images/head-bg.jpg) no-repeat center;
    background-size: cover;
}

.nothing {
    height: 6px;
    width: 100%;
    background-color: #acdaff;
    margin-top: -5px;
}

.title {
    height: 60px;
    background-color: #027AD9;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 30px;
}

.title_ui {
    width: 1300px;
    margin: auto; /* 水平居中 */
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    color: #fff;
}

.title_ui > div {
    width: 10%;
    /*border-radius: 10px;*/
    text-align: left;
    background-size: cover;
    display: flex;
    justify-content: center;
    grid-template-columns: auto 1fr;
    gap: 5px;
}

.title_ui > div > a{
    color: #ffffff;
}

.title_ui > div > img {
    margin: 5px 0;
    height: 20px;
    width: 20px;
}

.title_ui_right {
    display: flex;
    align-items: center;
    height: 100%;
    margin-right: 15px;
}

.title_ui_right input {
    height: 32px;
    border-radius: 12px 0 0 12px;
    border: none;
    padding-left: 10px;
    font-size: 18px;
}

.title_ui_right button {
    height: 32px;
    width: 60px;
    border: #D3101A;
    background: #D3101A;
    border-radius: 0 16px 16px 0;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
    height: 100%;
    align-items: center;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #027AD9;
    min-width: 130px;
    z-index: 10;
    top: 60px;
}

/* footer */
.dropdown-content a {
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    color: white;
    font-size: 16px;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
    color: black;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.footer {
    width: 100%;
    height: 260px;
    background: #027AD9;
    display: flex;
    color: #fff;
    justify-content: center;
}

.footer_main{
    max-width: 1000px;
    min-width: 1000px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.footer_qr{
    display: flex;
    flex-direction: row;
    width: 360px;
    justify-content: space-around;
}

.qr_main{
    display: flex;
    flex-direction: column;
}

.qr_main img{
    width: 100px;
    height: 100px;
}

.qr_main p{
    margin-top: 10px;
    font-size: 14px;
    color: white;
    text-align: center;
}

.footer_about{
    width: 500px;
    font-size: 16px;
    line-height: 30px;
}

.footer_about p a{
    color: white;
}

.footer_box {
    margin: 0 50px;
}

.footer_title {
    font-size: 24px;
    width: 110px;
    font-weight: 600;
    height: 40px;
    border-bottom: 3px solid #fff;
    margin-bottom: 30px;
}

.footer_box p{
    line-height: 26px;
}

.footer_flex {
    display: flex;
    margin: 5px auto;
}

/* 泉小社飘窗 */

.qxz-bar {
    position: fixed;
    z-index: 99;
    right: 14px;
    top: calc(50% - 73px);
    height: 100%;
    display: table;
    width: 52px;
}

.qxz-bar-button {
    position: relative;
    width: 52px;
    height: 146px;
    box-sizing: border-box;
    border-radius: 26px;
    box-shadow: 8px 8px 20px 0 rgba(55, 99, 170, .1);
    border: 2px solid #fff;
    background-clip: padding-box;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    /*overflow: hidden;*/
    transition: all .3s ease-in-out;
    background: linear-gradient(180deg, #ff3b3b 0%, #ffa45a 100%);
    padding: 2px 2px 12px;
}

.qxz-bar-button .qxz-bar-icon {
    width: 60px;
    height: 60px;
    display: block;
    border-radius: 50%;
    background: #FFFFFF;

    position: absolute;
    top: -36px;
    border: 3px solid #ffa059;
    /*border: 3px solid transparent; !* 透明边框 *!*/
    /*background-clip: padding-box; !* 背景裁剪到内边距 *!*/
    /*background: linear-gradient(to right, #ff3b3b 0%, #d79767 100%);*/
}

.qxz-bar-button .qxz-bar-img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    /*padding: 5px;*/
}

.qxz-bar-button-desc {
    display: block;
    text-align: center;
    width: 18px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
    margin-top: 26px;
}

/* 右侧悬浮 */
.pf_con { width: 80px; height: 450px; position: fixed; z-index: 99; top: 50%; margin-top: -150px; right: -300px; display: block;}
.pf_con1 { width: 80px; }
.pf_con1 li { width: 80px; height: 90px; position: relative; font-size: 12px; }
.pf_con1 li a { padding-top: 20px; display: block; /*height: 90px;*/ text-align: center; color: #ffffff; line-height: 32px; }
.pf_con1 li a:hover, .pf_con1 li.on a { background-color: #f4620c; text-decoration: none }
.pf_con1 li a span { height: 31px; line-height: 31px; text-align: center; display: block; clear: both; width: 100%; }
.pf_con3 { position: absolute; right: 80px; display: none; background-color: #ffffff; padding: 10px; width: 120px; z-index: 999; top: -90px; text-align: center; line-height: 20px; }
.pf_con3 img { margin-bottom: 5px; }
.pf_con1 li:hover .pf_con3 { display: block }
.pf_icon { position: fixed; right: 0px; top: 350px; width: 110px; height: 110px; z-index: 9; cursor: pointer }

/* 分页 */
.page_full{width:100%;max-width: 1200px;margin: 20px auto 0;display: flex;flex-direction: row;justify-content: center;align-items: center;}
.page_full .other{ margin: 0 10px; }
.page_full .jump{width: 50px;border: 1px solid #DCDFE6;line-height: 18px;padding: 0 2px;height: 28px;text-align: center;margin: 0 2px;box-sizing: border-box;border-radius: 3px;}
.pagination {display: inline-block;padding-left: 0;border-radius: 4px;}
.pagination > li {display: inline;}
.pagination > li > a, .pagination > li > span {position: relative;float: left;padding: 10px 15px;margin-left: -1px;line-height: 1.42857143;color: #222222;text-decoration: none;background-color: #fff;border: 1px solid #EEEEEE;}
.pagination > li:first-child > a,.pagination > li:first-child > span {margin-left: 0;border-top-left-radius: 4px;border-bottom-left-radius: 4px;}
.pagination > li:last-child > a, .pagination > li:last-child > span {border-top-right-radius: 4px;border-bottom-right-radius: 4px;}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {z-index: 2;color:#027AD9;background-color: #F9F9F9;border-color: #EEEEEE;}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {z-index: 3;color: #FFFFFF;cursor: default;background-color: #027AD9;border-color: #027AD9;}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {color: #CCCCCC;cursor: not-allowed;background-color: #fff;border-color: #EEEEEE;}