body {
    font-family: '微软雅黑';
    padding-top: 110px;
}

/*::-webkit-scrollbar{width:8px;}
::-webkit-scrollbar-track{background-color:#ccc;}
::-webkit-scrollbar-thumb{background-color:#666;}
::-webkit-scrollbar-thumb:hover {background-color:#666}
::-webkit-scrollbar-thumb:active {background-color:#666}*/
a {
    text-decoration: none;
    color: #2595FF;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
    color: #007CF1;
}

p {
    font-size: 14px;
    line-height: 25px;
    color: #555;
}

/*e-app-group*/
.e-app-group {
    width: 40px;
    height: 240px;
    position: fixed;
    z-index: 100000;
    /*    right:50%;*/
    right: 20px;
    bottom: 7%;
    /*    margin-right:-550px;*/
}

.e-app-group .e-login-button {
    width: 40px;
    height: 100px;
    line-height: 20px;
    padding: 10px;
    padding-top: 10px;
    border-radius: 0px;
    font-size: 13px;
    font-weight: bold;
    border: 1px solid #2595FF;
    color: #2595FF;
    background: #fff;
}

.e-app-group .e-login-button:hover {
    color: #fff;
    transition: all 500ms ease;
    background: #2595FF;
}

.e-telephone-button,
.e-wchat-button {
    width: 40px;
    height: 40px;
    perspective: 1000;
}

.e-telephone-button:hover .e-telephone,
.e-wchat-button:hover .e-wchat {
    transform: rotateY(180deg);
}

.e-telephone {
    transition: 0.3s;
    ;
    transform-style: preserve-3d;
    margin-top: 10px;
    z-index: 10;
    position: relative;
}

.e-telephone-container {
    position: absolute;
    right: 38px;
    z-index: 1;
    width: 220px;
    padding: 10px;
    display: none;
    height: 120px;
}

.e-telephone-container-inner {
    width: 200px;
    height: 100px;
    border: 1px solid #ddd;
    background: #fff;
    padding: 10px;

}

.e-telephone-container p {
    line-height: 18px;
}

.e-wchat-container {
    position: absolute;
    right: 38px;
    bottom: 40px;
    z-index: 1;
    width: 220px;
    padding: 10px;
    display: none;
    height: 255px;
}

.e-wchat-container-inner {
    width: 200px;
    height: 245px;
    border: 1px solid #ddd;
    background: #fff;
    padding: 10px;

}

.e-wchat-container-inner p {
    font-size: 12px;
    line-height: 12px;
    color: #2595FF;
    text-align: center;
}

.e-wchat {
    transition: 0.3s;
    z-index: 10;
    transform-style: preserve-3d;
    margin-top: 10px;
    position: relative;
}

.e-app-group .e-app-button {
    width: 40px;
    height: 40px;
    border: 1px solid #2595FF;
    cursor: pointer;
}

.e-app-button.e-backend {
    backface-visibility: hidden;
    position: absolute;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #2595FF;
    transform: rotateY(180deg);
    top: 0;
    left: 0;
}

.e-telephone .e-app-button.e-front {
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: url('../images/common/phone-1.png') no-repeat 4px;
    background-color: #fff;
}

.e-wchat .e-app-button.e-front {
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: url('../images/common/wchat-1.png') no-repeat 3px;
    background-color: #fff;
}

/*=============网站头================*/
.e-web-header {
    height: 110px;
    width: 100%;
    top: 0px;
    z-index: 9999;
    border-bottom: 1px solid #ddd;
    background: #fff;
    position: fixed;
}

.e-web-header .container {
    position: relative;
}

.e-web-header .e-web-logo {
    height: 110px;
    margin-left: 20px;
    line-height: 110px;
    display: block;
    float: left;
}

.e-web-header .e-web-nav {
    float: right;
}

.e-web-header .e-web-top-right {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    right: 30px;
    top: 0px;
    position: absolute;
}

.e-web-header .e-web-top-right a {
    color: #333;
}

.e-web-header .e-web-top-right a:hover {
    color: #000;
}

.e-web-nav {
    position: absolute;
    background: #fff;
    width: 680px;
    height: 60px;
    top: 49px;
    right: 0px;
}

.e-web-nav .e-web-nav-item {
    line-height: 50px;
    float: left;
}

.e-web-nav .e-web-nav-item a {
    display: block;
    border-top: 2px solid transparent;
    padding-left: 20px;
    font-size: 16px;
    color: #555;
    padding-right: 20px;
    height: 60px;
}

.e-web-nav .e-web-nav-item a.active {
    color: #2595FF;
}

/*.e-web-nav .e-web-nav-item a:hover{
    color:#2595FF;
    background: #f1f1f1;
    border-color: #2595FF;
}*/
.e-web-sub-nav {
    position: absolute;
    display: none;
    top: 109px;
    background: #f1f1f1;
    width: 100%;
    -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0px 4px 8px rgba(0, 0, 0, .3);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, .3);
}

.e-web-sub-nav .e-web-nav-sub-item {
    float: right;
}

.e-web-sub-nav .e-web-nav-sub-item a {
    display: block;
    padding: 30px 20px;
    color: #555;
    font-size: 16px;
}

.e-web-sub-nav .e-web-nav-sub-item a.active {
    color: #2595FF;
}

.e-web-sub-nav .e-web-nav-sub-item a:hover {
    color: #2595FF;
}

.e-web-nav-sub-item .e-img-a {
    height: 160px;
    width: 150px;
}

.e-web-nav-sub-item .e-img-a.func .e-sub-item-top {
    background: url('../images/common/nav/1.png');
}

.e-web-nav-sub-item .e-img-a.manager .e-sub-item-top {
    background: url('../images/common/nav/2.png');
}

.e-web-nav-sub-item .e-img-a.newworker .e-sub-item-top {
    background: url('../images/common/nav/3.png');
}

.e-web-nav-sub-item .e-img-a.personnel .e-sub-item-top {
    background: url('../images/common/nav/4.png');
}

.e-web-nav-sub-item .e-img-a.technical .e-sub-item-top {
    background: url('../images/common/nav/5.png');
}

.e-web-nav-sub-item .e-img-a.sale .e-sub-item-top {
    background: url('../images/common/nav/6.png');
}

.e-web-nav-sub-item .e-img-a.finance .e-sub-item-top {
    background: url('../images/common/nav/7.png');
}

.e-web-nav-sub-item .e-img-a.func:hover .e-sub-item-top {
    background: url('../images/common/nav/f-1.png');
}

.e-web-nav-sub-item .e-img-a.manager:hover .e-sub-item-top {
    background: url('../images/common/nav/f-2.png');
}

.e-web-nav-sub-item .e-img-a.newworker:hover .e-sub-item-top {
    background: url('../images/common/nav/f-3.png');
}

.e-web-nav-sub-item .e-img-a.personnel:hover .e-sub-item-top {
    background: url('../images/common/nav/f-4.png');
}

.e-web-nav-sub-item .e-img-a.technical:hover .e-sub-item-top {
    background: url('../images/common/nav/f-5.png');
}

.e-web-nav-sub-item .e-img-a.sale:hover .e-sub-item-top {
    background: url('../images/common/nav/f-6.png');
}

.e-web-nav-sub-item .e-img-a.finance:hover .e-sub-item-top {
    background: url('../images/common/nav/f-7.png');
}

.e-web-nav-sub-item .e-img-a.func.active .e-sub-item-top {
    background: url('../images/common/nav/f-1.png');
}

.e-web-nav-sub-item .e-img-a.manager.active .e-sub-item-top {
    background: url('../images/common/nav/f-2.png');
}

.e-web-nav-sub-item .e-img-a.newworker.active .e-sub-item-top {
    background: url('../images/common/nav/f-3.png');
}

.e-web-nav-sub-item .e-img-a.personnel.active .e-sub-item-top {
    background: url('../images/common/nav/f-4.png');
}

.e-web-nav-sub-item .e-img-a.technical.active .e-sub-item-top {
    background: url('../images/common/nav/f-5.png');
}

.e-web-nav-sub-item .e-img-a.sale.active .e-sub-item-top {
    background: url('../images/common/nav/f-6.png');
}

.e-web-nav-sub-item .e-img-a.finance.active .e-sub-item-top {
    background: url('../images/common/nav/f-7.png');
}

.e-web-nav-sub-item .e-img-a .e-sub-item-top {
    height: 73px;
    width: 80px;
    margin-left: 35px;

}

.e-web-nav-sub-item .e-img-a .e-sub-item-bottom {
    height: 40px;
    width: 150px;
    text-align: center;
    line-height: 40px;
}

.e-a-register {
    margin-right: 30px;
}

.e-web-telephone {
    font-size: 18px;
}


.navbar-default {
    background: #fff;
    height: 65px;
    border: 0px;
    border-bottom: 1px solid #ddd;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.navbar-default .e-logo {
    font-size: 3em;
    line-height: 65px;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 64px;
    color: #2595FF;
}

.navbar-default .navbar-header {
    height: 64px;
}

.navbar-default .navbar-collapse {
    background: #fff;
}

.navbar-right .dropdown-menu {
    left: 0;
    right: auto;
    left: auto;
}

.navbar-default .navbar-nav>li>.dropdown-menu {
    margin-top: 0px;
    min-width: auto;
    border: 1px solid #ddd;
    background: #F5F5F7;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-nav .open .dropdown-menu .dropdown-header,
.navbar-nav .open .dropdown-menu>li>a {
    padding: 10px 20px 10px 20px;
    font-size: 15px;
    color: #666;
}

.navbar-nav .open .dropdown-menu .dropdown-header.active,
.navbar-nav .open .dropdown-menu>li>a.active {
    color: #2595FF;
    background: #F5F5F7;
}

.navbar-nav .open .dropdown-menu>li>a:hover {
    color: #2595FF;
    background: #F5F5F7;
}

.dropdown-menu>li>a {
    padding: 10px 30px;
}

.dropdown-menu>li>a.active {
    color: #2595FF;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background: #F5F5F7;
    z-index: 10000;
    color: #2595FF;
    border: 0px;
    border-top: 2px solid #2595FF;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.navbar-default .navbar-nav>li>a {
    color: #666;
    border: 0px;
    padding-top: 0px;
    height: 64px;
    border-top: 2px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    line-height: 62px;
}

.nav>li>a {
    position: relative;
    border: 1px solid transparent;
    border-bottom: 0px;
    display: block;
    font-size: 15px;
    padding: 0px 20px 0px 20px;
}

.navbar-default .navbar-nav>.active>a {
    background: #fff;
    color: #2595FF;
}

.navbar-default .navbar-nav>.active.open>a {
    background: #F5F5F7;
    color: #2595FF;
}

.nav>li.active .dropdown-toggle {
    color: #2595FF;
}

.nav>li>a.active {
    background: #fff;
    color: #2595FF;
}

.navbar-default .navbar-nav>li>a:hover {
    background: #fff;
    color: #2595FF;
}

/*banner*/
.e-index-banner {
    float: left;
    height: 560px;
    overflow: hidden;
    position: relative;
    background: #333;
    width: 100%;
}

.e-banner {
    float: left;
    background: #333;
    height: 340px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.e-banner-image {
    position: absolute;
    left: 50%;
    margin-left: -960px;
}

/*==========e-body==================*/
.e-body {
    float: left;
    width: 100%;
}

.e-body .container,
.e-footer .container {
    max-width: 920px !important;
}

.e-container {
    float: left;
    width: 100%;
}

.e-container-border-bottom {
    border-bottom: 1px solid #ddd;
}

.e-vertical-padding-lg {
    padding-top: 120px;
    padding-bottom: 120px;
}

.e-vertical-padding-md {
    padding-top: 80px;
    padding-bottom: 80px;
}

.e-vertical-padding-xs {
    padding-top: 40px;
    padding-bottom: 40px;
}

.e-bg-light-blue {
    background: #E3F6FF;
}

.e-bg-light-gray {
    background: #F4F5F6;
}

.e-category-header {
    text-align: center;
    margin-top: 49px;
}

.e-category-header p.e-title {
    color: #000;
    line-height: 35px;
    font-size: 26px;
}

.e-category-header p.e-sub-title {
    color: #000;
    line-height: 27px;
    font-size: 15px;
}

.e-container-text h3 {
    font-size: 19px;
    font-weight: bold;
    color: #666;
    margin-bottom: 20px;
}

.e-container-text h4 {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 20px;
}

.e-container-text p {
    font-size: 15px;
    line-height: 20px;
    color: #666;
}

.e-padding-left-lg {
    padding-left: 80px;
}

.e-padding-left-md {
    padding-left: 40px;
}

.e-padding-left-xs {
    padding-left: 20px;
}

.e-margin-top-lg {
    margin-top: 60px;
}

.e-margin-top-md {
    margin-top: 40px;
}

.e-margin-top-xs {
    margin-top: 20px;
}

.e-margin-bottom-lg {
    margin-bottom: 60px;
}

.e-margin-bottom-md {
    margin-bottom: 40px;
}

.e-margin-bottom-xs {
    margin-bottom: 20px;
}

.media .media-left a {
    display: block;
    width: 44px;
    height: 44px;
    border: 1px solid #2595FF;
    color: #2595FF;
    -moz-border-radius: 22px;
    -webkit-border-radius: 22px;
    border-radius: 22px;
    font-size: 22px;
    text-align: center;
    line-height: 44px;
    text-decoration: none;
}

.media h4 {
    font-size: 16px;
    font-weight: bold;
}

.media p {
    font-size: 12px;
}

.e-image-center {
    clear: both;
    display: block;
    margin: auto;
}

.e-image-left {
    clear: both;
    display: block;
    margin-left: 0;
}

.e-circle-button {
    position: absolute;
    top: 30%;
    width: 80px;
    height: 80px;
    display: block;
    font-size: 18px;
    background: #2595FF;
    color: #fff;
    text-decoration: none;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    text-align: center;
    line-height: 80px;
    left: 45%;
}

.e-circle-button:hover {
    text-decoration: none;
    color: #fff;
    background: #007CF1;
}

.e-relative {
    position: relative;
}

.e-font-weight {
    font-weight: bold;
}

/*login*/
.e-login-button {
    width: 150px;
    color: #fff;
    background: #2595FF;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    cursor: pointer;
    -moz-border-radius: 20px;
    /* Gecko browsers */
    -webkit-border-radius: 20px;
    /* Webkit browsers */
    border-radius: 20px;
    transition: all 500ms ease;
}

.e-login-button:hover {
    background: #007CF1;
}

.e-login-button.e-banner {
    position: absolute;
    height: 42px;
    width: 160px;
    -moz-border-radius: 23px;
    /* Gecko browsers */
    -webkit-border-radius: 23px;
    /* Webkit browsers */
    border-radius: 23px;
    font-size: 17px;
    font-weight: bold;
    line-height: 39px;
    z-index: 10000;
}

.e-login-button.e-index-01 {
    bottom: 100px;
    border: 2px solid #fff;
    background: transparent;
    left: 60%;
}

.e-login-button.e-index-01:hover {
    background: #fff;
    color: #2595FF;
}

.e-login-button.e-index-02 {
    border: 2px solid #D4624A;
    color: #fff;
    color: #D4624A;
    background: transparent;
    bottom: 120px;
    left: 60%;
}

.e-login-button.e-index-03 {
    bottom: 110px;
    border: 2px solid #fff;
    background: transparent;
    left: 60%;
}

.e-login-button.e-index-02:hover {
    background: #D4624A;
    color: #fff;
}

.e-login-button.e-index-03:hover {
    background: #fff;
    color: #2595FF;
}

.e-login-button.e-index-04 {
    bottom: 110px;
    border: 2px solid #fff;
    left: 60%;
    background: transparent;
}

.e-login-button.e-index-04:hover {
    background: #fff;
    color: #2595FF;
}

.e-login-container {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0px;
    overflow-y: auto;
    left: 0px;
    z-index: 999999999;
}

.e-login-container .container {
    max-width: 450px !important;
}

.e-login-container .sub-title p {
    font-size: 12px;
    text-align: center;
    color: #222;
}

.e-login-layer {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, .4);
}

.e-login-box-outer {
    position: relative;
    margin: auto;
    z-index: 100;
}

.e-login-box {
    float: left;
    -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 14px rgba(0, 0, 0, .3);
    box-shadow: 0 0 14px rgba(0, 0, 0, .3);
    width: 100%;
    background: #fff;
}

.e-login-box-header {
    height: 60px;
    padding-left: 10px;
    float: left;
    background: #fff;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 10px;
    width: 100%;
    position: relative;
}

.e-go-login {
    position: absolute;
    cursor: pointer;
    top: 15px;
    color: #2595FF;
    font-size: 15px;
    border-bottom: 1px solid transparent;
    height: 25px;
    line-height: 25px;
}

.e-go-login:hover {
    border-color: #2595FF;
}

.e-login-box-body {
    width: 100%;
    float: left;
    padding: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 250px;
}

.e-login-box-footer {
    width: 100%;
    float: left;
    margin-top: 20px;
    border-top: 1px solid #eaeaea;
    height: 70px;
}

.e-login-box-footer p {
    text-align: center;
    font-size: 15px;
    margin-top: 15px;
}

.e-login-body .e-login-box-footer {
    margin-top: 50px;
}

.e-login-title {
    line-height: 60px;
    font-size: 16px;
    color: #333;
    text-align: center;
    font-weight: bold;
}

.close-login-box {
    position: absolute;
    right: 15px;
    top: 18px;
    width: 20px;
    height: 20px;
    background: url('../images/common/iconfont-close01-3.png') no-repeat;
    cursor: pointer;
}

.close-login-box:hover {
    background: url('../images/common/iconfont-close01-1.png') no-repeat;
}

.e-login-box .form-row {
    width: 100%;
    float: left;
    margin-top: 5px;
    padding-left: 20px;
    padding-right: 10px;
    margin-bottom: 5px;
    height: 40px;
}

.e-login-box .form-row input {
    height: 35px;
    border: 1px solid #eaeaea;
    width: 100%;
    outline: none;
    text-indent: 5px;
}

.e-login-box {
    color: #666;
}

.e-login-box .form-row input:focus {
    border-color: #2595FF;
}

.e-login-box .form-row input:focus+.input-group-addon {
    border-color: #2595FF;
}

.e-login-box .form-row input.required:focus {
    border-left-color: #2595FF;
}

.e-login-box .input-group-addon {
    color: #666;
    border-color: #eaeaea;
    cursor: pointer;
}

.e-login-box .input-group-addon:hover {
    color: #2595FF;
}

.e-login-box .form-row input.required {
    border-left: 1px solid #CC0000;
}

.e-login-footer-button {
    height: 44px;
    margin-left: 5%;
    margin-top: 15px;
    text-align: center;
    width: 90%;
    cursor: pointer;
    line-height: 44px;
    background: #2595FF;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    transition: 0.3s;
    font-size: 16px;
    -moz-border-radius: 5px;
    /* Gecko browsers */
    -webkit-border-radius: 5px;
    /* Webkit browsers */
    border-radius: 5px;
}

.e-login-footer-button:hover {
    background: #007CF1;
}

.e-go-register {
    font-weight: bold;
}

.e-login-body {
    padding-bottom: 60px;
    display: none;
}

/*详情*/
.e-detail-header {
    height: 60px;
    padding-top: 15px;
    font-size: 13px;
    margin: auto;
}

.e-detail-header .breadcrumb {
    background: #F4F5F6;
}

.e-detail-body {
    padding-top: 20px;
    margin: auto;
}

.e-block {
    width: 100%;
    float: left;
}

.e-block .e-block-header {
    width: 100%;
    line-height: 40px;
    text-indent: 10px;
    color: #fff;
    font-size: 15px;
    height: 40px;
    background: #f1f1f1;
}

.e-block .e-block-header .e-block-title {
    background: #2595FF;
    background: -webkit-linear-gradient(left, #2595FF, #f1f1f1);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #2595FF, #f1f1f1);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #2595FF, #f1f1f1);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #2595FF, #f1f1f1);
    /* 标准的语法（必须放在最后） */
    height: 40px;
    width: 50%;
}

.e-block .e-block-content {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.e-message {
    padding: 10px;
    line-height: 25px;
    border: 1px solid #2595FF;
    margin-bottom: 20px;
}

/*pagination*/
.pagination>li:first-child>a,
.pagination>li:first-child>span {
    -moz-border-radius: 0px;
    /* Gecko browsers */
    -webkit-border-radius: 0px;
    /* Webkit browsers */
    border-radius: 0px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    -moz-border-radius: 0px;
    /* Gecko browsers */
    -webkit-border-radius: 0px;
    /* Webkit browsers */
    border-radius: 0px;
}

.pagination>li>a,
.pagination>li>span {
    color: #2595FF;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #2595FF;
    border-color: #2595FF;
}

/*e-footer*/
.e-footer {
    min-height: 235px;
    width: 100%;
    background: #262F36;
    float: left;
}

.e-footer p {
    color: #eee;
    font-size: 13px;
    font-weight: bold;
}

.e-footer a {
    color: #BBBEC0;
    font-size: 13px;
}

.e-footer a:hover {
    color: #eee;
}

.e-copyright {
    background: #394650;
    text-align: center;
}

.e-copyright p {
    font-weight: normal;
    font-size: 13px;
    color: #BBBEC0;
}

.e-footer-button {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 47px;
    border: 1px solid #fff;
    -moz-border-radius: 30px;
    /* Gecko browsers */
    -webkit-border-radius: 30px;
    /* Webkit browsers */
    border-radius: 30px;
    cursor: pointer;
    margin: auto;
    margin-top: 10px;
}

.e-footer-button:hover {
    background: #2595FF;
    border-color: #2595FF;
}

.e-footer-button img {
    width: 30px;
}

.e-mobile-banner {
    width: 100%;
    background: #333;
    float: left;
    position: relative;
}

.e-banner-login-button {
    position: absolute;
    left: 60%;
    background-color: transparent;
    bottom: 60px;
}

.e-banner-login-button.e-banner-1 {
    bottom: 50px;
    border: 2px solid #fff;
    line-height: 38px;
    background: transparent;
}

.e-banner-login-button.e-banner-1:hover {
    background: #fff;
    color: #2595FF;
}

.e-banner-login-button.e-banner-2 {
    bottom: 70px;
    background: transparent;
    border: 2px solid #fff;
    line-height: 38px;
    color: #fff;
}

.e-banner-login-button.e-banner-2:hover {
    background: #fff;
    color: #A51E24;
}

.e-banner-login-button.e-banner-3 {
    bottom: 60px;
    background: transparent;
    border: 2px solid #fff;
    line-height: 38px;
    color: #fff;
}

.e-banner-login-button.e-banner-3:hover {
    background: #fff;
    color: #2595FF;
}

.e-banner-login-button.e-banner-4 {
    bottom: 50px;
    background: #2595FF;
}

.e-banner-login-button.e-banner-4:hover {
    background: #007CF1;
}

.e-banner-login-button.e-banner-5 {
    bottom: 60px;
    background: #2595FF;
}

.e-banner-login-button.e-banner-5:hover {
    background: #007CF1;
}

.e-banner-login-button.e-banner-6 {
    bottom: 30px;
    background: #2595FF;
}

.e-banner-login-button.e-banner-6:hover {
    background: #007CF1;
}

.e-banner-login-button.e-banner-7 {
    bottom: 40px;
    line-height: 38px;
    background: transparent;
    border: 2px solid #fff;
}

.e-banner-login-button.e-banner-7:hover {
    background: #fff;
    color: #2595FF;
}

.e-index-img-box {
    width: 300px;
    top: 0px;
    left: 0px;
    height: 370px;
    position: absolute;
}

.e-index-img-box:hover {
    width: 320px;
    height: 390px;
    background: #fefefe;
    top: -10px;
    left: -10px;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, .2);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, .2);
}

.e-index-img-box:hover p {
    font-size: 15px;
}

.e-index-img-box:hover img {
    width: 190px
}

.e-mb-login-button {
    padding-left: 8px;
    padding-right: 8px;
    margin-top: 8px;
    height: 34px;
    color: #555;
    margin-right: 10px;
    border: 1px solid #ddd;
    line-height: 32px;
    float: right;
    -moz-border-radius: 5px;
    /* Gecko browsers */
    -webkit-border-radius: 5px;
    /* Webkit browsers */
    border-radius: 5px;
}

.e-mb-login-button:hover {
    background: #ddd;
}

.e-mb-footer {
    float: left;
    background: #394650;
}

.e-mb-footer-link {
    background: #262F36;
}

.e-mb-footer .e-link-content a {
    float: left;
    display: block;
    height: 35px;
    line-height: 35px;
    margin-left: 5px;
    margin-right: 10px;
    margin-top: 5px;
    color: #ddd;
    border-bottom: 1px solid #ddd;
}

.e-mb-footer p {
    line-height: 10px;
    margin-bottom: -5px;
}

.e-mb-footer .e-copyright {
    min-height: 60px;
}

.e-mb-footer .e-copyright p {
    line-height: 25px;
    margin-bottom: 10px;
}