@charset "UTF-8";
@font-face {
    font-family: "SourceHanSansCN-Regular";
    src: url("../fonts/SourceHanSansCN-Regular.woff") format("woff"), url("../fonts/SourceHanSansCN-Regular.ttf") format("truetype"), url("../fonts/SourceHanSansCN-Regular.eot") format("embedded-opentype");
}

@font-face {
    font-family: "SourceHanSansCN-Medium";
    src: url("../fonts/SourceHanSansCN-Medium.woff") format("woff"), url("../fonts/SourceHanSansCN-Medium.eot") format("embedded-opentype"), url("../fonts/SourceHanSansCN-Medium.ttf") format("truetype");
}

@font-face {
    font-family: "SourceHanSansCN-Bold";
    src: url("../fonts/SourceHanSansCN-Bold.woff") format("woff"), url("../fonts/SourceHanSansCN-Bold.eot") format("embedded-opentype"), url("../fonts/SourceHanSansCN-Bold.ttf") format("truetype");
}


/* yui3 reset.css */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
    vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: "";
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%;
}

legend {
    color: #000;
}

iframe {
    display: block;
}


/* yui3 fonts */

body {
    color: #333;
    font-size: 16px;
    font-family: "SourceHanSansCN-Regular";
}

select,
input,
button,
textarea {
    font: 99% arial, helvetica, clean, sans-serif;
}

table {
    font-size: inherit;
    font: 100%;
}

pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}

a {
    text-decoration: none;
}

input,
button,
textarea {
    font-family: "SourceHanSansCN-Regular";
    border: 0;
    outline: 0;
}

input[type=text]::-ms-clear,
input[type=password]::-ms-reveal {
    display: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #b4d6fd;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
    color: #b4d6fd;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
    color: #b4d6fd;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: #b4d6fd;
}

.placeholder {
    color: #b4d6fd;
}


/* utilities */

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

.l {
    float: left !important;
}

.r {
    float: right !important;
}

.hidden {
    display: none !important;
}

.invisible {
    visibility: hidden !important;
}


/* css3效果 */

.trans {
    -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.text-overflow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

*,
*:before,
*:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}


/* 通用样式 */

.container {
    width: 1200px;
    margin: 0 auto;
}


/* footer */

.footer {
    color: #fff;
    height: 142px;
    padding-top: 27px;
    text-align: center;
    background-color: #353539;
}

.foot-link>a {
    display: inline-block;
    color: #fff;
    vertical-align: top;
}

.foot-line {
    width: 1px;
    height: 16px;
    margin: 6px 10px 0;
    display: inline-block;
    vertical-align: top;
    background-color: #fff;
}

.foot-info {
    padding-top: 8px;
}

.foot-info>span {
    margin: 0 13px;
}


/* 子页面头部 */

#subHeader {
    height: 370px;
}

.sub-header {
    height: 370px;
    overflow: hidden;
    background: url('../images/sub_header_bg.jpg') no-repeat center top;
}

.sub-top {
    height: 91px;
    background: url('../images/sub_header_bg.png') no-repeat;
}

.sub-items {
    margin-left: 184px;
    margin-top: 30px;
}

.sub-items>li {
    position: relative;
    float: left;
    width: 108px;
}

.sub-items>li>a {
    display: block;
    width: 85px;
    height: 31px;
    line-height: 31px;
    font-size: 18px;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    background: url('../images/nav_item.png') no-repeat;
}

.sub-wrap {
    display: none;
    position: absolute;
    top: 44px;
    left: 0;
    right: 0;
    padding: 0 10px;
    background-color: #81d6fd;
    border-radius: 10px;
}

.sub-icon {
    position: absolute;
    left: 50%;
    margin-left: -42.5px;
    top: -13px;
    width: 85px;
    height: 13px;
    background: url('../images/nav_icon.png') no-repeat center;
}

.sub-child>li {
    height: 44px;
}

.sub-child>li>a {
    display: block;
    line-height: 44px;
    color: #0342c2;
    border-top: 1px solid #5394f3;
}

.sub-child>li:first-child>a {
    border-top: none;
}

.sub-child>li>a:hover {
    font-family: "SourceHanSansCN-Medium";
    color: #080f63;
    padding-right: 18px;
    background: url('../images/nav_tri.png') no-repeat right center;
}

.sub-items>li:hover .sub-wrap {
    display: block;
}

.sub-items>li:hover>a {
    background-image: url('../images/nav_itemh.png');
}

.regsiter-item {
    width: 139px;
    height: 33px;
    margin: 29px 40px 0 45px;
    background: url('../images/regsiter_bg.png') no-repeat;
}

.regsiter-item>a {
    float: left;
    width: 50%;
    text-align: center;
    height: 33px;
    line-height: 33px;
    font-size: 18px;
    color: #c7dbfa;
}

.regsiter-item>a:hover {
    color: #06fbe1;
    background: url('../images/regsiter_hover.png') no-repeat;
}

.animte {
    position: relative;
}


/* 左侧轨迹动画 */

.svg-l {
    position: absolute;
    top: 0;
    left: -235px;
    width: 407px;
    height: 279px;
}


/* 搜索 */

.search-wrap {
    padding: 0 44px 0 17px;
    border-radius: 25px;
    border: 1px solid #b4d6fd;
}

.sub-header .search-wrap {
    position: absolute;
    top: 113px;
    left: 50%;
    margin-left: -300px;
    width: 600px;
    height: 53px;
    z-index: 99;
}

.search-wrap>input {
    position: absolute;
    left: 17px;
    top: 0;
    bottom: 0;
    height: 51px;
    line-height: 51px;
    background-color: transparent;
}

.sub-header .search-wrap>input {
    width: 500px;
    font-size: 18px;
    color: #b4d6fd;
}

.search-btn {
    position: absolute;
    width: 21px;
    height: 22px;
    background: url('../images/search_btn.png') no-repeat;
}

.sub-header .search-btn {
    top: 14px;
    right: 24px;
}

.line-wrap {
    position: absolute;
    top: 0;
    right: 6px;
    width: 217px;
    height: 148px;
}

.line-drop {
    position: absolute;
    width: 2px;
    height: 45px;
    background-repeat: no-repeat;
    animation: bidline 1.5s infinite;
}

.line-drop.drop1 {
    left: 28px;
    top: 102px;
    background-image: url('../images/line1.png');
}

.line-drop.drop2 {
    left: 70px;
    top: 79px;
    background-image: url('../images/line2.png');
}

.line-drop.drop3 {
    right: 64px;
    top: 99px;
    background-image: url('../images/line3.png');
}

.line-drop.drop4 {
    right: 25px;
    top: 58px;
    height: 60px;
    background-image: url('../images/line4.png');
}

@keyframes bidline {
    from {
        opacity: 0;
        margin-top: 0.5rem;
    }
    to {
        opacity: 1;
        margin-top: 0;
    }
}

.svg-r {
    position: absolute;
    right: -133px;
    top: 63px;
    width: 496px;
    height: 220px;
}

.sub-main {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt55 {
    margin-top: 55px;
}


/* 验证失败 */

label.error {
    position: absolute;
    left: 0;
    top: 60px;
    height: 34px;
    line-height: 34px;
    color: #e5fafb;
    padding-left: 32px;
    background: url('../images/tip_icon.png') no-repeat left center;
}


/* 验证成功 */

label.valid {
    background: none;
}


/* 按钮 */

.login-btn {
    display: block;
    width: 500px;
    font-family: "SourceHanSansCN-Medium";
    font-size: 22px;
    color: #111451;
    height: 60px;
    line-height: 60px;
    border-radius: 5px;
    background-color: #3199e5;
    background-image: linear-gradient(to right, #8edefc, #3199e5);
    cursor: pointer;
}

.login-wrap {
    padding-bottom: 102px;
}

.min-width {
    min-width: 1200px;
}


/* 当前位置 */

.com-operation {
    padding-left: 23px;
    padding-bottom: 3px;
    background: url("../images/operation_icon.png") left center no-repeat;
}

.operation-name {
    position: relative;
    float: left;
    height: 51px;
    line-height: 51px;
    margin-left: 19px;
    font-size: 14px;
    color: #666;
}

.operation-name::before {
    position: absolute;
    content: "/";
    top: 0;
    left: -12px;
}

.operation-name:first-child,
.operation-name:first-child::before {
    margin-left: 0;
    content: none;
}

.operation-name.active {
    color: #3579df;
}


/* 分页 */

.m-pagination-page>li {
    margin-right: 10px;
}

.m-pagination-page>li>a,
.m-pagination-size>select,
.m-pagination-group>input,
.m-pagination-group>button,
.m-pagination-info {
    font-family: "SourceHanSansCN-Regular";
    color: #333;
}

.m-pagination-group>button {
    margin-left: 12px;
    height: 30px;
    background-color: #5894f6;
    border-color: #5894f6;
    color: #fff;
}

.m-pagination-size>select,
.m-pagination-group>button,
.m-pagination-group>input,
.m-pagination-page>li>a {
    border-radius: 4px;
}

.m-pagination-size>select {
    padding: 0 12px;
}

.m-pagination-group>button:hover {
    border-color: #5894f6;
}

.m-pagination-page>li>a {
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
    border-color: #d2d2d2;
}

.m-pagination-group>button:hover {
    border-color: #a0a0a0;
}

.m-pagination-jump {
    width: auto;
}

.m-pagination-size>select {
    height: 30px;
}

.m-pagination-group>input {
    width: 28px;
    height: 28px;
    border: 1px solid #ddd;
}

@media(min-width:1371px) {
    .login-wrap {
        padding-bottom: 162px;
    }
}

/*loading遮罩层添加*/
html,
body{
    width: 100%;
    height: 100%;
}
.mini-fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index:99999;
}
.mini-mask-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    background: rgba(0,0,0,.3);
}
.mini-mask-msg {
    position: absolute;
    cursor: wait;
    left: 50%;
    top: 50%;
    width: auto;
    color: #222;
    font-family: tahoma,arial,verdana,sans-serif;
    font-size: 12px;
}
.mini-mask-loading {
    width: 60px;
    height: 60px;
    padding: 0;
    border: 0;
    text-indent: -9999em;
    background: url(../images/ajaxloading.gif) no-repeat 50% 50%;
}