@charset "UTF-8";

/*+++++++++++    ++++++++++*/
* {
    margin: 0;
    padding: 0;
    font-size: 13px;
    color: #000000;
    font-family: "Microsoft YaHei", 微软雅黑, "Helvetica Neue", Helvetica, Arial, sans-serif;
    box-sizing: border-box;
}

body{
    background-color: #f7f8f9;
    /*background-image: url(../img/logo-bg.png);*/
    /*background-image: url(../img/logo-bg2.jpg);*/
    background-image: url(../img/logo-bg3.jpg);
    background-size: cover;
    background-repeat: repeat;
}

input,
textarea {
    outline: none;
}

html,
body {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

ul,
li,
ol {
    list-style-type: none;
}

a {
    text-decoration: none;
}

a:hover {
    opacity: 0.9;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

img {
    display: block;
}

.header {
    height: 70px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.header .cont-w {
    width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: 70px;
}

.header .cont-w img {
    height: 48px;
}

.content {
    height: calc(100% - 150px);
    overflow: hidden;
}

.content .cont-w {
    max-width: 1100px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cont-w-lf{
    position: relative;
}
.cont-w-lf .systemTitle{
    position: absolute;
    top: -20px;
    left: 0;
}
.cont-w-lf .systemTitle .wel{
    font-size: 33px;
    color: #1370d2;
    margin-bottom: 12px;
}
.cont-w-lf .systemTitle .sysName{
    font-size: 30px;
    color: #3a3c3d;
}
.content .cont-p {
    width: 94%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

.content .cont-p .loginBox {
    transform: translateX(0);
}

.bannerSwiper {
    width: 660px;
}

.bannerSwiper-lg {
    width: 760px;
    height: 580px;
}

.swiper-container {
    width: 100%;
    height: 100%;
    padding: 0 0 20px;
}
.swiper-wrapper {
    align-items: center;
}
.swiper-slide {
    text-align: center;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.bannerSwiper img {
    width: 100%;
}

.swiper-slide-bg-wrap {
    padding: 20px;
    border: solid 1px #007aff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 122, 255, 0.4);
    background-color: rgba(255, 255, 255, 0.9);
}
.loginBox {
    width: 460px;
    background-color: #ffffff;
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.loginBox-sm {
    width: 400px;
}

.login-tab {
    height: 62px;
    border-bottom: 1px solid #aaaaaa;
}
.login-tab ul {
    display: flex;
}
.login-tab ul li {
    line-height: 60px;
    position: relative;
    width: 50%;
    cursor: pointer;
    font-size: 14px;
    color: #292929;
    text-align: center;
}
.login-tab ul li.active {
    border-bottom: 2px solid #127aef;
    color: #127aef;
}

.login-cont .item {
    display: none;
}
.login-cont .item.active {
    display: block;
}
.hubLogin .cont {
    padding: 40px 40px 0;
}
.hubLogin .labelInp {
    display: flex;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #dddddd;
    overflow: hidden;
    margin: 0 0 10px;
}
.hubLogin .labelInp .icon {
    width: 55px;
    text-align: center;
    display: flex;
    align-items: center;
    background-color: #ddd;
}
.hubLogin .labelInp .icon img {
    margin: 0 auto;
    width: 20px;
    height: 20px;
}
.hubLogin .labelInp input {
    border: 0;
    background: none;
    width: calc(100% - 76px);
    height: 40px;
    line-height: 40px;
    text-indent: 24px;
    color: #333;
    font-size: 14px;
}
.hubLogin .verCode {
    display: flex;
    justify-content: space-between;
    margin: 0 0 10px;
}
.hubLogin .verCode input {
    height: 40px;
    width: calc(100% - 100px);
    border-radius: 5px;
    border: 1px solid #dddddd;
    line-height: 40px;
    text-indent: 24px;
    color: #333;
    font-size: 14px;
}
.hubLogin .verCode .yzm img {
    cursor: pointer;
    height: 42px;
}
.hubLogin .subFns {
    display: flex;
    justify-content: space-between;
    line-height: 30px;
}
.hubLogin .subFns .remember {
    display: flex;
    align-items: center;
}
.hubLogin .subFns .remember input {
    width: 15px;
    height: 15px;
    border: 1px solid #ddd;
    border-radius: 2px;
}
.hubLogin .subFns .remember label {
    color: #666;
    padding-left: 4px;
    font-size: 12px;
}
.hubLogin .subFns .forgetPwd a {
    color: #127aef;
    font-size: 12px;
}
.hubLogin .loginBtn img {
    width: 100%;
}
.outherType {
    display: flex;
    justify-content: center;
    padding: 10px 0;
    border-bottom: 1px solid #dddddd;
}
.outherType .type {
    display: flex;
    align-items: center;
}
.outherType .type span {
    font-size: 12px;
    color: #333;
    line-height: 20px;
    padding: 0 10px 0 3px;
}
.outherType .type img {
    height: 15px;
}
.serviceInfo {
    text-align: left;
    padding: 10px 0;
}
.serviceInfo p {
    font-size: 12px;
    line-height: 20px;
    color: #333;
    font-size: 12px;
}
.serviceInfo p a {
    color: #127aef;
}
.bower {
    background-color: #e2e2e2;
    padding: 0 40px;
    height: 60px;
    display: flex;
    align-items: center;
    border-radius: 0 0 6px 6px;
}
.bower span {
    font-size: 12px;
    color: #333;
}
.bower img {
    padding: 0 5px 0 2px;
}
.unifyLogin {
    height: 440px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.unifyLogin img {
    width: 400px;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0;
}

/* 底部信息 */
.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    height: 80px;
    width: 100%;
    background-color: #fff;
    
    border-top: 1px solid #ededed;
}
.footer .cont-w{
    width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #ffffff;
    height: 80px;
}
.footer span {
    color: #333;
}
