﻿/*重置样式*/
html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, button, textarea, menu {
    margin: 0;
    padding: 0;
}

header, footer, section, article, aside, nav, hgroup, address, figure, figcaption, menu, details {
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th {
    text-align: left;
    font-weight: normal;
}

html, body, fieldset, img, iframe, abbr {
    border: 0;
}

i, cite, em, var, address, dfn {
    font-style: normal;
}

[hidefocus], summary {
    outline: 0;
}

li {
    list-style: none;
}

h1, h2, h3, h4, h5, h6, small {
    font-size: 100%;
}

sup, sub {
    font-size: 83%;
}

pre, code, kbd, samp {
    font-family: inherit;
}

q:before, q:after {
    content: none;
}

textarea {
    overflow: auto;
    resize: none;
}

label, summary {
    cursor: default;
}

a, button {
    cursor: pointer;
}

h1, h2, h3, h4, h5, h6, em, strong, b {
    font-weight: 500;
}

del, ins, u, s, a, a:hover {
    text-decoration: none;
}

body, textarea, input, button, select, keygen, legend {
    font: 12px/1.14 arial, \5b8b\4f53;
    color: #333;
    outline: 0;
}

body {
    color: #333;
    background: #fff;
}

a, a:hover {
    color: #333;
}
/*功能样式*/
.f-ib {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.f-db {
    display: block;
}

.f-dn {
    display: none;
}

.f-oh {
    overflow: hidden;
}

.f-fl {
    float: left;
}

.f-fr {
    float: right;
}

.f-cf:after {
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    content: ".";
}

.f-cf {
    zoom: 1;
}

.f-pa {
    position: absolute;
}

.f-pr {
    position: relative;
}

.f-prz {
    position: relative;
    zoom: 1;
}

.f-pf {
    position: fixed;
}

.f-fwn {
    font-weight: 500;
}

.f-fwb {
    font-weight: 700;
}

.f-tl {
    text-align: left;
}

.f-tc {
    text-align: center;
}

.f-tr {
    text-align: right;
}

.f-tj {
    text-align: justify;
    text-justify: inter-ideograph;
}

.f-csp {
    cursor: pointer;
}

.f-csd {
    cursor: default;
}

.f-csh {
    cursor: help;
}

.f-csm {
    cursor: move;
}

.f-m0 {
    margin: 0 auto !important;
}

.f-bw {
    background: #fff;
}

.f-bb {
    background: #000;
}

.f-ba {
    background: #f2f1df;
}

.f-cw {
    color: #fff;
}

.f-cb {
    color: #000;
}

.f-im {
    color: #f00;
}
/*按钮*/
.btn {
    border: 1px solid #e5e5e5;
    background-color: #e5e5e5;
    background-image: none;
    border: 0;
    padding: 6px 14px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #333333;
    cursor: pointer;
    outline: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.btn-black {
    color: #84b3fe;
    border: 1px solid #84b3fe;
    background-color: #fff;
}

.btn-black:hover, .btn-black:focus, .btn-black:active, .btn-black.active, .btn-black.disabled, .btn-black[disabled] {
    border: 1px solid #84b3fe !important;
    background-color: #84b3fe !important;
    color: #fff !important;
}

.btn.disabled, .btn[disabled], .btn-black.disabled, .btn-black[disabled] .btn-blue.disabled, .btn-blue[disabled], .btn-green.disabled, .btn-green[disabled], .btn-red.disabled, .btn-red[disabled], .btn-yellow.disabled, .btn-yellow[disabled] {
    cursor: not-allowed;
}

.btn-sm {
    font-size: 11px !important;
    line-height: 13px;
    padding: 4px 10px;
}

.btn-lg {
    font-size: 18px;
    line-height: 24px;
    padding: 8px 16px;
}

a.btn, a.btn:link, a.btn:hover, a.btn:visited, a.btn:active {
    display: inline-block;
    background-color: transparent !important;
    border: none !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

span.btn {
    display: inline-block;
    padding: 7px 14px;
}
/*输入框*/
.u-inpt {
    width: 100px;
    border: 1px solid #c9c9c9;
    color: #777;
    height: 24px;
    line-height: 24px;
    padding: 2px 6px;
}

.u-inpt-lg {
    width: 140px;
}

.u-inpt-md {
    width: 120px;
}

.u-inpt-sm {
    width: 80px;
}

.u-inpt-xs {
    width: 240px;
}

.u-inpt-er {
    border: 1px solid #c00;
}
/*提示信息*/
.alert {
    padding: 5px 15px;
    border: 1px solid transparent;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

/*注册*/
.wrapperbody {
    width:1280px;
    margin:0 auto;
    padding: 0;
}

.autoFixedRight {
    position: relative;
    float: right;
    width: 320px;
    margin-left: -320px;
}

.autoFixedLeft {
    float: left;
    width: 100%;
}

.autoFixedLeftWrap {
    margin-right: 330px;
}

.login-logo {
    width: 260px;
    line-height: 45px;
    margin: 50px auto 0 auto;
}

.login-logo img {
    width: 98px;
    height: 45px;
    margin-right: 10px;
    vertical-align: middle;
}

.login-logo .slogan {
    line-height: 45px;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 1px;
    word-spacing: 1px;
    font-size: 14px;
    color: #626262;
}

.login-wrap {
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 320px;
}

.login-content {
    width: 260px;
    margin: 10px auto;
    padding: 10px 0;
}

.login-group {
    margin-top: 25px;
}

.login-group .btn {
    width: 130px;
}

.login-group a, .login-group a:hover {
    color: #777;
}

.check {
    display: inline-block;
    margin-top: 7px;
    vertical-align: middle;
}

.check-item {
    position: relative;
    display: inline-block;
    padding-left: 21px;
    height: 20px;
    line-height: 16px;
    overflow: hidden;
    margin-right: 12px;
    cursor: pointer;
    background: #fff;
}

.checkbox {
    display: inline-block;
    width: 12px;
    height: 12px;
    line-height: 12px;
    border: 1px solid #999;
    position: absolute;
    top: 2px;
    left: 1px;
    font-size: 0;
    cursor: pointer;
}

.checkbox-txt {
    line-height: 1.25;
    cursor: pointer;
}

.helper {
    font-size: 14px;
    line-height: 2;
    font-weight: 700;
}

.helper .noAccounts {
    color: #ff9300;
}

.helper .register, .helper .register:hover {
    color: #84b3fe;
}

.swiper-container, .swiper-container img {
    width: 100%;
    height: 440px;
}
.swiper-slide{
    width:100%;
}

.swiper-pagination {
    position: absolute;
    z-index: 20;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

.swiper-pagination-switch {
    width: 20px;
    height: 20px;
    opacity: 1;
    display:inline-block;
    background: #fff;
    border-radius:100%;
    margin-right:10px;
    cursor:pointer;
}

.swiper-active-switch {
    background: red !important;
}

.fnList ul {
    width: 700px;
    margin: 0 auto;
}

.fnList ul li {
    width: 100px;
    text-align: center;
    margin-top: 18px;
    display: inline-block;
    font-size: 14px;
    line-height: 1.5;
    color: #666;
    float:left;
}

.fnList ul li span {
    display: inline-block;
    margin-top: 15px;
}

.icons {
    width: 32px;
    height: 32px;
    overflow: hidden;
    background-image: url('https://cas.yunfangdata.com:8443/cas/images/pepcas/icons.png');
    background-repeat: no-repeat;
    display: block;
    text-align: center;
    margin: 0 auto;
}

.icons1 {
    background-position: 0 0;
}

.icons2 {
    background-position: -32px 0;
}

.icons3 {
    background-position: -64px 0;
}

.icons4 {
    background-position: -96px 0;
}

.icons5 {
    background-position: -128px 0;
}

.icons6 {
    background-position: -160px 0;
}

.icons7 {
    background-position: -192px 0;
}

.icons8 {
    background-position: 0 -32px;
}

.icons9 {
    background-position: -32px -32px;
}

.icons10 {
    background-position: -64px -32px;
}

.icons11 {
    background-position: -96px -32px;
}

.icons12 {
    background-position: -128px -32px;
}

.icons13 {
    background-position: -160px -32px;
}

.icons14 {
    background-position: -192px -32px;
}

.companyLogo {
    padding: 35px 20px;
    margin: 0 auto;
    width: 120px;
}

.companyLogo img {
    width: 120px;
    height: 120px;
}

.companyInfo p {
    font-size: 14px;
    line-height: 1.5;
    color: #626262;
    width: 320px;
}