/* 首页 */

.home-idx .header {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1920px;
    height: 618px;
    z-index: 0;
    background-color: #fff;
}

.home-idx .header .topbar {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 0 40px;
    color: #fff;
    line-height: 36px;
    background: rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.home-idx .header .topbar .hello {
    line-height: 36px;
}

.home-idx .header .logo {
    position: absolute;
    top: 30px;
    left: 40px;
    font-size: 32px;
    color: #fff;
    font-weight: bold;
    text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.41);
    z-index: 1;
}

.home-idx .header .subject {
    position: absolute;
    top: 30px;
    right: 40px;
    font-size: 18px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.6);
    padding: 4px 8px;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    z-index: 1;
}

.home-idx .header .user {
    position: absolute;
    top: 30px;
    right: 40px;
    color: #fff;
    z-index: 1;
    display: flex;
    align-items: center;
}

.home-idx .header .user a {
    box-sizing: border-box;
    margin-left: 5px;
    font-weight: bold;
    padding: 6px 9px;
    border-radius: 5px;
    color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 255, 255, 0.5);
    background-color: rgba(255, 255, 255, 0.1);
}

.home-idx .header .user a:hover {
    color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 255, 255, 0.8);
    background-color: rgba(0, 0, 0, 0.05);
}

.home-idx .header .user .info {
    padding-left: 25px;
    background: url(../images/user@1x.png) left no-repeat;
}

@media screen and (-webkit-min-device-pixel-ratio: 2),
screen and (-moz-min-device-pixel-ratio: 2) {
    .home-idx .header .user .info {
        background-image: url(../images/user@2x.png);
        background-size: 18px;
    }
}

.home-idx .header .user .info span {
    padding-right: 5px;
}

.home-idx .header .user .info a {
    margin-left: 5px;
}

.home-idx .header .banner {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    image-rendering: -webkit-optimize-contrast;
    z-index: 0;
}

.popover-desc {
    padding: 5px 10px;
    line-height: 26px;
}

.home-idx .header .banner .slogan {
    margin: -90px auto 0 auto;
    color: #fff;
    font-size: 46px;
    font-family: "Microsoft YaHei";
    font-weight: bold;
    letter-spacing: 3px;
    text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.41);
}

.home-idx .header .banner .slogan.top {
    margin-top: -200px;
}

.home-idx .header .banner .slogan.sm {
    font-size: 38px;
    cursor: pointer;
}

.banner-popver {
    color: rgba(255, 255, 255, 0.8) !important;
    background-color: rgba(14, 42, 88, 0.6) !important;
    border: none !important;
}

.banner-popver[x-placement^=bottom] .popper__arrow {
    border-bottom-color: rgba(14, 42, 88, 0.6) !important;
}

.banner-popver[x-placement^=bottom] .popper__arrow::after {
    border: transparent !important;
}

.home-idx .header .banner .slogan.left p {
    padding-left: 100px;
    text-align: left;
}

.home-idx .body {
    position: relative;
    display: flex;
    flex-direction: row;
    margin: -90px auto 0 auto;
    min-height: 613px;
    z-index: 1;
}

.home-idx .body .sider {
    position: relative;
    flex: 0 0 308px;
    box-sizing: border-box;
    padding: 30px 10px;
    background: #F8FAFD;
    border-right: 1px solid #eee;
    z-index: 99;
}

.home-idx .body .sider .item {
    position: relative;
    box-sizing: border-box;
    margin: 0 auto 20px auto;
    padding: 40px 20px 50px 20px;
    width: 268px;
    height: 305px;
    background: #FFFFFF;
    border-radius: 4px;
    box-shadow: 2.5px 4.33px 12px 0px rgba(17, 43, 87, 0.09);
    cursor: pointer;
}

.home-idx .body .sider .item.on:after {
    position: absolute;
    box-sizing: border-box;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    border: 2px solid #B2C1D9;
    z-index: 99;
}

.home-idx .body .sider .item:hover {
    box-shadow: 2.5px 4.33px 12px 0px rgba(17, 43, 87, 0.15);
}

.home-idx .body .sider .dot {
    position: absolute;
    content: " ";
    top: 170px;
    right: -9px;
    width: 12px;
    height: 12px;
    background: #FFFFFF;
    border-radius: 50%;
    border: 2px solid #4075CD;
    z-index: 99;
    transition: all 0.3s;
}


.home-idx .body .sider .dot.on {
    top: 515px;
}


@media screen and (max-width: 1680px) {
    .home-idx .body .sider .dot {
        right: -7px;
        width: 8px;
        height: 8px;
    }

    .home-idx .body .sider .dot.on {
        top: 485px;
    }
}

.home-idx .body .sider .item .text {
    width: 100%;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
}

.home-idx .body .sider .item .icon {
    padding-bottom: 15px;
}

.home-idx .body .sider .item h2 {
    font-size: 16px;
    padding-bottom: 15px;
}

.home-idx .body .sider .item.product {
    background: url("../images/chanpin.jpg") bottom right;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-device-pixel-ratio: 2) {
    .home-idx .body .sider .item.product {
        background: #fff url("../images/chanpin@2x.jpg") bottom right no-repeat;
        background-size: 100%;
    }
}

.home-idx .body .sider .item.system {
    background: url("../images/yewu.jpg") bottom right;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-device-pixel-ratio: 2) {
    .home-idx .body .sider .item.system {
        background: #fff url("../images/yewu@2x.jpg") bottom right no-repeat;
        background-size: 100%;
    }
}

@media screen and (max-width: 1680px) {
    .home-idx .body .sider {
        flex: 0 0 220px;
    }

    .home-idx .body .sider .item {
        padding: 30px 20px;
        width: 200px;
        height: 295px;
    }
}

.home-idx .body .main {
    flex: 1;
    box-sizing: border-box;
    padding: 30px;
    background-color: #fff;
    z-index: 88;
}

@media screen and (max-width: 1680px) {
    .home-idx .body .main {
        padding: 21px 10px;
    }
}

.home-idx .body .main .item {
    position: relative;
    float: left;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    width: 33.33%;
    height: 190px;
    transition: all 0.3s;
    background-color: #fff;
    z-index: 99;

}

@media screen and (max-width: 1680px) {
    .home-idx .body .main .item {
        height: 166px;
    }
}

.home-idx .body .main .item.max {
    height: 210px;
}

@media screen and (max-width: 1680px) {
    .home-idx .body .main .item.max {
        height: 190px;
    }
}

.home-idx .body .main .item .container {
    margin: 15px;
    background-color: #fff;
    box-shadow: 3px 5px 18px 0px rgba(10, 33, 67, 0.09);
    transition: all 0.3s;
    background-color: #fff;
}

@media screen and (max-width: 1680px) {
    .home-idx .body .main .item .container {
        margin: 10px 5px;
        border: 1px solid rgba(0, 0, 0, 0.05);
        box-shadow: 1px 1px 6px 0px rgba(10, 33, 67, 0.09);
    }
}

.home-idx .body .main .item .container a {
    display: block;
}

.home-idx .body .main .item .container a:hover h2 {
    color: #f58506;
}

.home-idx .body .main .item .container .info {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 25px 25px 0 25px;
    z-index: 1;
}


@media screen and (max-width: 1680px) {
    .home-idx .body .main .item .container .info {
        padding: 15px 15px 0 15px;
    }
}

.home-idx .body .main .item .container .info .name {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.home-idx .body .main .item .container .info .name .img {
    padding-right: 15px;
    width: 48px;
    height: 48px;
    text-align: center;
    overflow: hidden;
}

.home-idx .body .main .item .container .info .name h2 {
    padding-right: 15px;
    font-weight: bold;
    font-size: 20px;
}

.home-idx .body .main .item .container .logo {
    position: absolute;
    top: 35px;
    right: 35px;
    z-index: 0;
}

@media screen and (max-width: 1680px) {
    .home-idx .body .main .item .container .logo {
        top: 20px;
        right: 20px;
    }
}

.home-idx .body .main .item .container .tag {
    position: relative;
    padding: 10px 25px;
    overflow: hidden;
    z-index: 1;
}


@media screen and (max-width: 1680px) {
    .home-idx .body .main .item .container .tag {
        padding: 10px 15px;
    }
}

.home-idx .body .main .item .container .tag em {
    float: left;
    margin-right: 5px;
    padding: 2px 6px;
    color: #788BAA;
    font-style: normal;
    border-radius: 2px;
    border: 1px solid #9199A6;
}

.home-idx .body .main .item .container .info .link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding: 0 10px;
    height: 32px;
    line-height: 32px;
    color: #4075cd;
    text-align: center;
    border-radius: 3px;
    transition: 0.2s;
    overflow: hidden;
    z-index: 1;
}

.home-idx .body .main .item .container .info .link:after {
    content: "";
    z-index: -1;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #4075cd;
    transform: skew(50deg) scaleX(0);
    transform-origin: left bottom;
}

.home-idx .body .main .item .container .info .link:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0);
    transition: 0.5s;
}

.home-idx .body .main .item .container .info .link:hover:after {
    transform: skew(50deg) scaleX(2);
    transition: 0.3s ease-in;
}

.home-idx .body .main .item .container .info .links {
    font-size: 0;
}

.home-idx .body .main .item .container .info .links .link {
    font-size: 14px;
}

.home-idx .body .main .item .container .desc {
    position: relative;
    margin: 10px 0 20px 0;
    padding: 0 25px;
    line-height: 24px;
    height: 48px;
    color: #666;
    overflow: hidden;
    transition: all 0.3s;
    z-index: 1;
}


@media screen and (max-width: 1680px) {
    .home-idx .body .main .item .desc {
        padding: 0 20px;
    }
}

.home-idx .body .main .item:hover {
    z-index: 999;
    padding-bottom: 0;
}

.home-idx .body .main .item:hover .container .desc {
    height: auto;
}

.home-idx .body .main .item:hover .container .desc.fix {
    height: 48px;
}

.home-idx .body .main .system {
    position: relative;
    overflow: hidden;
}

.home-idx .body .main .system .scroll {
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s;
}

.home-idx .body .main .pagination {
    display: flex;
    padding: 10px 0;
    align-items: center;
    justify-content: center;
}

.home-idx .body .main .pagination em {
    margin: 0 5px;
    width: 30px;
    height: 8px;
    background: #abb7ca;
    font-style: normal;
    border-radius: 4px;
    cursor: pointer;
}

.home-idx .body .main .pagination em.on {
    background: #f58506;
}

.home-idx .body .main .pagination em:hover {
    background-color: #f58506;
}

.home-idx .footer {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 60px 30px 30px;
    line-height: 28px;
    border-top: 1px solid #eee;
    background-color: #fff;
}

.home-idx .footer h2 {
    color: #333;
    font-size: 20px;
}

.home-idx .footer .gzh {
    display: flex;
    flex-direction: column;
    justify-items: center;
}

.home-idx .footer .gzh span {
    font-size: 12px;
    color: #999;
    text-align: center;
}