/*内容部分*/
.top-nav {
    width: 100%;
    height: 400px;
    position: relative;
}
img.logoEle {
    position: absolute;
    left: 50px;
    top: 50px;
    height: 50px;
    cursor: pointer;
}
/*顶部导航 样式*/
.top-nav header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    line-height: 70px;
    z-index: 2;
}

.head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.head img {
    width: 250px;
    height: 40px;
}

.head .right-btn span {
    color: #fff;
    margin-right: 14px;
    cursor: pointer;
}

.head .right-btn button {
    height: 22px;
    line-height: 22px;
    background: #fff;
    border-radius: 11px;
    border: 0;
}

.head .right-btn button a {
    color: #4A8DE4;
    text-decoration: none;
}

.nav-list {
    display: flex;
}

.nav-list li {
    width: 120px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
}
.nav-list li:hover{
    font-size: 20px;
}
.nav-list li.active{
    font-weight: bold;
}
.nav-list li a {
    color: #fff;
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: inline-block;
}

.swiper-container {
    height: 100%;
}

.top-nav .banner {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.title-img img {
    width: 100%;
    margin: 30px auto;
}

/*内容区域*/
.manageList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 40px 0;
}
.manageList.last{
    margin-bottom: 0;
}
.manageList li {
    width: 270px;
    padding: 15px;
    margin-bottom: 30px;
    text-align: center;
}

.manageList li:hover {
    box-shadow: 0 0 30px 0 rgba(64, 82, 180, 0.1);
}

.manageList li img {
    height: 113px;
}

.manageList li h2 {
    font-size: 18px;
    font-weight: bold;
    color: #477dd7;
    letter-spacing: 1px;
    margin: 10px 0;
}

.manageList li p {
    color: #151515;
}

.reasonList {
    display: flex;
    justify-content: space-between;
    margin: 20px 0 80px 0;
}

.reasonList li {
    text-align: center;
}

.reasonList li img {
    height: 118px;
}

.reasonList li p {
    color: #151515;
    line-height: 18px;
    letter-spacing: 1px;
}

.customer {
    margin:30px 0 120px 0;
}

.customerList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.customerList li {
    width: 200px;
    height: 80px;
    margin-bottom: 50px;
}

.customerList li img {
    width: 100%;
    height: 100%;
}

/*产品页样式*/
.proContainer {
    display: flex;
    justify-content: space-between;
    margin: 40px 50px;
}

.proContainer .leftCon {
    width: 110px;
    position: relative;
}
.proContainer .leftCon ul{
    position: fixed;
    top: 425px;
}
.proContainer .leftCon li {
    padding-bottom: 20px;
    position: relative;
    cursor: pointer;
}

.proContainer .leftCon li a {
    color: #4057b8;
    text-decoration: none;
}
.proContainer .leftCon li b{
    display: inline-block;
    margin-right: 10px;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    border: 2px solid #4c95ea;
}
.proContainer .leftCon  li span.scrollLine {
    position: absolute;
    right: 43.5px;
    top: 15px;
    width: 3px;
    height: 27px;
    background: #4c95ea;
}
.proContainer .leftCon li.active b{
    background: #4c95ea;
}
.proContainer .rightCon {
    width: calc(100% - 110px);
}

.proContainer .rightCon li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    color: #477dd7;
}

.proContainer .rightCon  li.active{
    box-shadow: 0 0 30px 0 rgba(64, 82, 180, 0.1);
}
.proContainer .rightCon li img {
    width: 470px;
}

.proContainer .rightCon li h1 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 800;
}

.proContainer .rightCon li .desc {
    width: calc(100% - 470px);
    padding-left: 115px;
}

.proContainer .rightCon li:nth-child(even) .desc {
    padding-left: 80px;
}

.proContainer .rightCon li p {
    line-height: 30px;
}

/*关于我们样式*/
.aboutContainer {
    margin: 30px auto 60px;
}

.aboutContainer .content {
    margin: 30px 0;
}

.aboutContainer .aboutList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 30px;
}

.aboutContainer .aboutList li {
    width: 190px;
    text-align: center;
    color: #477dd7;
    position: relative;
}
.aboutContainer .aboutList li a{
    text-decoration: none;
    color: #477dd7;
}
.aboutContainer .aboutList .notBg {
    width: 187px;
}

.aboutContainer .aboutList li img.code {
    position: absolute;
    left: 26%;
    top: 14px;
    width: 76px;
    height: 76px;
}

.aboutContainer .aboutList .bg {
    width: 187px;
}

.aboutContainer .aboutList p {
    height: 25px;
    font-size: 16px;
}

/*登录页样式*/
.loginContainer {
    width: 100%;
    height: 100%;
    background: url(https://zhiluweb.oss-cn-hangzhou.aliyuncs.com/erp-official-website/img/loginBg.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.loginContainer .content {
    display: flex;
    justify-content: space-between;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 900px;
    height: 400px;
    margin-left: -450px;
    margin-top: -200px;
    padding: 30px;
    border-radius: 15px;
    background-color: #fff;
}
.applyContainer .success{
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    width: 750px;
    height: 500px;
    margin-left: -375px;
    margin-top: -250px;
    background: #ffffff57;
    border-radius: 20px;
    display: none;
}
.applyContainer .success img{
    width: 460px;
    height: 300px;
    margin-top: 40px;
}
.applyContainer .success h1{
    margin: 25px 0 10px 0;
    font-size: 36px;
    font-weight: 600;
    color: #fff;
}
.applyContainer .success p{
    font-size: 18px;
    color: #fff;
}
.loginContainer .content img {
    height: 400px;
    width: 460px;
}

.loginContainer .content .desc {
    width: calc(100% - 454px);
    padding: 0 80px;
}

.loginContainer .content .desc h1 {
    font-size: 36px;
    font-weight: 600;
    color: #2a97f9;
}

.loginContainer .content .desc h3 {
    font-size: 16px;
    font-weight: 600;
    color: #2a97f9;
}

.loginContainer .content .desc .form {
    margin-top: 30px;
}

.loginContainer .content .desc .form .line {
    width: 240px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    background: #f3f3f3;
    border-radius: 20px;
    margin-bottom: 20px;
}

.loginContainer .content .desc .form .line label {
    font-weight: 600;
    color: #2A97F9;
    width: 45px;
    display: inline-block;
}

.loginContainer .content .desc .form input {
    width: calc(100% - 75px);
    height: 27px;
    border: 0;
    border-left: 1px solid #D6D6D6;
    padding-left: 12px;
    background: #f3f3f3;
    font-size: 14px;
    color: #232323;
}

.loginContainer .content .desc .form .btn {
    width: 280px;
    height: 40px;
    line-height: 40px;
    background: #2a97f9;
    border-radius: 20px;
    border: 0;
    color: #fff;
    font-size: 14px;
}

.loginContainer .content .desc .form .message {
    text-align: right;
    margin: 10px 0;
    font-size: 12px;
    color: #8c8c8c;
}

.loginContainer .content .desc .form p a {
    color: #2A97F9;
}

.loginContainer .content .desc .form .noAccount {
    font-size: 13px;
    font-weight: 400;
    text-align: right;
    margin-top: 24px;
    color: #8c8c8c;
}

.loginContainer .content .desc .form .noAccount a {
    text-decoration: none;
}

.applyContainer .content .desc .form .line {
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
}

.applyContainer .content .desc .form .special {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.applyContainer .content .desc .form .special .line {
    width: 150px;
}

.applyContainer .content .desc .form .special button {
    width: 80px;
    height: 28px;
    line-height: 28px;
    background: #ffffff;
    border: 1px solid #2a97f9;
    border-radius: 15px;
    font-size: 12px;
    margin-top: 1px;
    padding: 0;
    color: #2A97F9;
    cursor: pointer;
}

.applyContainer .content .desc .form {
    margin-top: 25px;
}

.applyContainer .content .desc .form input {
    font-size: 13px;
}

p.error {
    position: absolute;
    top: 110px;
    right: 151px;
    width: 150px;
    height: 20px;
    line-height: 20px;
    background: #ffc8c8;
    border-radius: 10px;
    color: #DF281A;
    font-size: 12px;
    padding: 0 12px;
    display: none;
}
.backTop{
    display: none;
    position: fixed;
    bottom: 110px;
    right: 20px;
    cursor: pointer;
}
/*底部导航样式*/
footer {
    width: 100%;
    height: 160px;
    background: #4057b8;
    color: #fff;
}

footer .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

footer .content ul li {
    margin-bottom: 10px;
}

footer .content .qrCode {
    text-align: center;
}

footer .content .qrCode img {
    width: 80px;
    height: 80px;
}

/*弹框*/
.common-dialog {
    display: none;
    width: 800px;
    height: 600px;
    padding: 57px 24px 28px;
    border-radius: 4px;
    background-color: #fff;
    background-image: url(../img/dialogBg.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
.common-dialog-title {
    margin-bottom: 22px;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    color: #333;
}
.common-dialog-close {
    cursor: pointer;
    width: 12px;
    height: 12px;
    background-image: url(../img/dialogClose.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    right: 14px;
    top: 14px;
}
.common-dialog-box {
    height: 510px;
    overflow-y: scroll;
}
.common-dialog-btn a {
    color: #fff;
    text-decoration: none;
}
.common-dialog-desc {
    margin-top: 12px;
    font-size: 14px;
    line-height: 26px;
    color: #666;
}
.common-dialog-desc h1{
    font-weight: bold;
    font-size: 15px;
    color: #000;
}
.common-dialog-btn {
    width: 102px;
    height: 34px;
    line-height: 34px;
    color: #fff;
    border-radius: 3px;
    background: #5893fc;
    font-size: 14px;
    margin: 22px auto 0;
    text-align: center;
}
.common-dialog-icon {
    width: 76px;
    height: 76px;
    background-image: url(https://zhiluweb.oss-cn-hangzhou.aliyuncs.com/erp-official-website/img/dialogIcon.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: 50%;
    top: -38px;
    margin-left: -38px;
    border-radius: 100%;
    box-shadow: 0 -3px 12px 0 rgba(47, 97, 240, 0.19);
}

.jump{
    color: inherit;
    cursor: pointer;
    text-decoration: none;
}
.jump:hover{
    color: #238fec;
    outline: 0;
}