@charset "utf-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

html {
    -webkit-text-size-adjust: none;
    font-size: 14px;
}



/* CSS Document */
body,
div,
p,
table,
tr,
th,
td,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote {
    padding: 0;
    margin: 0;
}

body,
th,
h1,
h2,
h3,
h4,
h5,
h6,
select,
textarea,
label {
    font-family: "宋体";
    font-size: 12px;
    line-height: 185%;
    font-weight: normal;
}

ul {
    list-style-type: none;
}

table {
    border-collapse: collapse;
}

img {
    border: none;
}

li {
    white-space: nowrap;
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #393939;
}

a:hover {
    color: #900;
    text-decoration: none;
}

.red,
.red a {
    color: #f00 !important;
}

.blue,
.blue a {
    color: #004267;
}

.blue a:hover {
    color: #900;
}

.b,
.b a {
    font-weight: bold;
}


.bla2 {
    height: 2px;
    line-height: 2px;
    font-size: 1px;
    clear: both;
    width: 100%;
    visibility: hidden;
    overflow: hidden;
}

.bla5 {
    height: 5px;
    line-height: 5px;
    font-size: 1px;
    clear: both;
    width: 100%;
    visibility: hidden;
    overflow: hidden;
}

.bla8 {
    height: 8px;
    line-height: 8px;
    font-size: 1px;
    clear: both;
    width: 100%;
    visibility: hidden;
    overflow: hidden;
}

.bla10 {
    height: 10px;
    line-height: 10px;
    font-size: 1px;
    clear: both;
    width: 100%;
    visibility: hidden;
    overflow: hidden;
}

.bla20 {
    height: 20px;
    line-height: 20px;
    font-size: 1px;
    clear: both;
    width: 100%;
    visibility: hidden;
    overflow: hidden;
}

.f12px {
    font-size: 12px;
}

.f13px {
    font-size: 13px;
}

.f14px {
    font-size: 15px;
}

.f16px {
    font-size: 16px;
}

.f18px {
    font-size: 18px;
}

.f12px_B {
    font-size: 12px;
    font-weight: bold;
}

.f13px_B {
    font-size: 13px;
    font-weight: bold;
}

.f14px_B {
    font-size: 14px;
    font-weight: bold;
}

.f16px_B {
    font-size: 16px;
    font-weight: bold;
}

.f18px_B {
    font-size: 18px;
    font-weight: bold;
}

.f20px_B {
    font-size: 20px;
    font-weight: bold;
}

.lh22px {
    line-height: 22px;
}

.lh24px {
    line-height: 24px;
}

.lh26px {
    line-height: 26px;
}

.lh28px {
    line-height: 28px;
}

.lh30px {
    line-height: 30px;
}

.center {
    text-align: center;
}

.dot {
    border-bottom: dashed 1px #cccccc;
    width: 98%;
    height: 2px;
    line-height: 2px;
}

.line {
    background-color: #666;
    width: 100%;
    height: 5px;
    line-height: 5px;
    overflow: hidden;
}

.wrapper {
    text-align: left;
    margin: 0 auto;
    font-family: "Microsoft YaHei";
}

li {
    list-style-type: none;
}

img {
    border: none;
    vertical-align: middle;
}

a {
    outline: none;
}

/*-------this-a-list---------*/

a,
time {
    outline: none;
    cursor: pointer;
    text-decoration: none;
    color: #393939;
    transition: all .4s ease 0s;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    background-color: transparent;
}

a {
-moz-user-focus: none;
-webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

a:active,
a:hover {
    text-decoration: none
}

a,
area,
a:active {
    text-decoration: none;
    outline: none;
    background-color: transparent;
}

:focus {
    -moz-outline-style: none;
}

input {
    -webkit-appearance: none !important;
}

.footer{ width:100%; min-width:1440px; margin:0 auto;}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}



blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

/*------- input--outline--middle---------*/

/*input, button, select, textarea{ outline:none}*/

input,
select,
textarea,
button {
    vertical-align: middle
}

button {
    border: 0 none;
    background-color: transparent;
    cursor: pointer
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
    border: none;
    padding: 0;
}

/*----- tabless///-----*/

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}

caption {
    display: none;
}

/*----- clearfix///-----*/

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: '';
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

/*----- dis///-----*/

.disno {
    display: none;
}

.disbk {
    display: block;
}

.distb {
    display: table;
}

/*----- 文字两侧对齐///-----*/

.justify {
    text-align: justify;
    text-justify: distribute-all-lines;
    /*ie6-8*/
    text-align-last: justify;
    /* ie9*/
    -moz-text-align-last: justify;
    /*ff*/
    -webkit-text-align-last: justify;
    /*chrome 20+*/
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .justify:after {
        position: absolute;
        content: ".";
        display: inline-block;
        width: 100%;
        overflow: hidden;
        height: 0;
    }
}

/*----- 超出省略号///-----*/

.toe {
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wrapper img {
    display: block;
    width: 100%;
    height: 100%;
}

.wl_blank {
    width: 100%;
    height: 0.1rem;
    background-color: #efeff9;
}

/******************************************************************common/////**********************************************************************/
/* @font-face {
    font-family: fzdbs;
    src: url(../font/fzdbs.TTF;vpn_img);
} */
/* 阴影 */

.mark {

    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 50;
    left: 0;
    top: 0;
}

.header {
    width: 100%;
    background: #ffffff;
    background-image: url(https://libvpn.swfu.edu.cn/vpn/89/http/P75YPLUIMWSGGZ5YF3SXP/zygl/images/headerTopImg3.png;vpn_img);
    background-position: right top;
    background-size: 784px 133px;
    background-repeat: no-repeat;
	min-width:1440px;
}

.headerTop {
    width: 1400px;
    margin: 0 auto;
    padding: 20px 0;
    overflow: hidden;

}

.headerTop .logo {
    width: 185px;
    margin-top: 10px;
    float: left;
}

.headerTop .headerGm {
    width: 863px;
    float: left;
    height: 94px;
    margin-left: 40px;
}

.headerTop .search {
    width: 19.6%;
    height: 40px;
    background: rgba(255, 255, 255, 0.52);
    border-radius: 20px;
    overflow: hidden;
    float: right;
    margin-top: 17px;
}

.headerTop .search #searchInfo {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.headerTop #searchInfo .searchInfo1 {
    display: block;
    width: 100%;
    height: 100%;
}

.headerTop #searchInfo .searchInfo1 .kuang1 {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    background-color: transparent;
}

.headerTop #searchInfo .searchInfo2 {
    position: absolute;
    width: 17px;
    height: 18px;
    right: 11px;
    top: 10px;
}

.headerTop #searchInfo .searchInfo2 .a-n {
    display: block;
    width: 17px;
    height: 18px;
    border: none;
    outline: none;
    background-color: transparent;
}

.bla10 {
    width: 100%;
    height: 10px;
    line-height: 10px;
    clear: both;
}

.bla40 {
    width: 100%;
    height: 40px;
    line-height: 40px;
}

.page {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 15px;
}

/* 超出省略号 */
.ellipsisNowrap {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.detailsFg {
    width: 100%;
    height: 1px;
    background-color: #1e50a2;
    margin: 40px auto 0;
}

.nav {
    width: 100%;
    background: #CA0A0F;
    margin: -10px auto 0;
	min-width:1440px;
	margin:0 auto;
}

.clear:after {
    content: '';
    display: table;
    clear: both;
}

.nav .navCon {
    width: 1440px;
    height: 100%;
    margin: 12px auto 0;
    overflow: hidden;
}

.nav .navCon li {
    float: left;
    margin-left: 22px;
    position: relative;
}

.nav .navCon li:first-child {
    margin-left: 0;
}

.nav .navCon li a {
    display: block;
    width: 100%;
    height: 100%;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 65px;
    text-align: center;
    font-style: normal;
}<!--ecms sync check [sync_thread_id="a68f6e271be0d23e820cf6e61402aa0b" sync_date="2024-11-29 11:14:18" check_sum="a68f6e271be0d23e820cf6e61402aa0b  signature="#$enorth_signature_value$#"]-->