﻿.index-banner-swiper {
    position: relative;
    margin-bottom: 50px;
}

    .index-banner-swiper .swiper-container {
        width: 100%;
        height: 480px;
        background: #f0f0f0;
    }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .index-banner-swiper .swiper-container {
        height: 300px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .index-banner-swiper .swiper-container {
        height: 230px;
    }
}

@media only screen and (min-width: 1360px) and (max-width: 1580px) {
    .index-banner-swiper .swiper-container {
        height: 450px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1360px) {
    .index-banner-swiper .swiper-container {
        height: 400px;
    }
}

.index-banner-swiper .swiper-slide {
    font-size: 18px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 380px;
}

.index-banner-swiper .parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 130%;
    height: 100%;
    background-image: url(/assets/image/index-banner.png);
    -webkit-background-size: contain;
    background-size: contain;
    background-position: left;
    background-repeat-y: no-repeat;
}

.index-banner-swiper .swiper-slide .title {
    margin-top: 10px;
    font-size: 34px;
    font-weight: 400;
    /*text-shadow: 0 1px 0 #cccccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbbbbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaaaaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15);*/
}

.index-banner-swiper .swiper-slide .subtitle {
    margin-bottom: 10px;
    font-size: 14px;
}

.index-banner-swiper .swiper-slide .text {
    font-size: 14px;
    line-height: 1.3;
}

    .index-banner-swiper .swiper-slide .text p {
        margin-bottom: 10px;
        margin-top: 10px;
        font-size: 18px;
    }

.index-banner-swiper .swiper-slide-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 900px;
    height: 200px;
    margin-left: -450px;
    margin-top: -90px;
    text-align: center;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    padding: 0 20px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .index-banner-swiper .swiper-slide-wrap {
        transform: scale(0.8);
    }
}

.index-banner-swiper .swiper-slide-wrap .btn {
    font-size: 14px;
}

.index-banner-swiper .enterprise li {
    display: inline-block;
    font-size: 26px;
    margin: 20px 12px;
}

.index-product-swiper .swiper-container {
    width: 100%;
    height: 100%;
}

.index-product-swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* 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;
}

.index-product-swiper .sw-product {
    background: #000;
}


/*登录框*/
.login-box {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    margin-right: 240px;
    margin-top: 60px;
    width: 340px;
    min-height: 340px;
    box-shadow: 0 0 2px #ddd;
    background: #fff;
    padding: 30px 20px 20px 20px;
}

    .login-box > h4 {
        font-size: 24px;
        font-weight: normal;
        margin-bottom: 18px;
    }

    .login-box > .login-box-btn {
        position: relative;
        width: 300px;
        height: 40px;
        line-height: 40px;
        background: #3F82F7;
        color: #fff;
        text-align: center;
        border-radius: 2px;
        border: none;
        outline: none;
        font-size: 16px;
    }

        .login-box > .login-box-btn > img {
            position: absolute;
            width: 16px;
            height: 16px;
            top: 12px;
            left: 110px;
        }

        .login-box > .login-box-btn[type=button] {
            background: #619aff;
        }

        .login-box > .login-box-btn[type=submit] {
            cursor: pointer;
        }

    .login-box .error-tips {
        padding-left: 2px;
        color: #f00;
    }

.log-reg {
    margin-top: 10px;
}

    .log-reg > a {
        display: inline-block;
        width: 49%;
        text-decoration: none;
    }

        .log-reg > a:first-child {
            color: #3F82F7;
        }

        .log-reg > a:last-child {
            text-align: right;
            color: #3F82F7;
        }

.icon-input {
    display: flex;
    align-items: center;
    border: 1px solid #d2d2d2;
    border-radius: 2px;
    padding-left: 10px;
}

    .icon-input > i {
        color: #999;
    }

    .icon-input > div {
        padding-left: 5px;
        flex: 1;
    }

        .icon-input > div > input {
            width: 99%;
            height: 40px;
            padding-left: 6px;
            border: none;
            outline: none;
        }


.verif-code {
    display: flex;
}

    .verif-code > input {
        margin-right: 10px;
        width: 170px;
        border: 1px solid #d2d2d2;
        border-radius: 2px;
        height: 40px;
        padding-left: 10px;
        outline: none;
    }

.index-menus {
    display: flex;
    margin-bottom: 100px;
    padding-top: 50px;
}

.index-menus-item {
    flex: 1;
    display: flex;
    justify-content: center;
}

.index-menus-item-wrap {
    display: block;
    cursor: pointer;
}

    .index-menus-item-wrap:hover > .imi-img-box {
        transform: translateY(-20px) rotateY(360deg);
    }

    .index-menus-item-wrap:hover .imi-img-wrap {
        box-shadow: 0 0 4px #E8F0FD;
    }

    .index-menus-item-wrap:hover > .imi-txt-box {
        color: #3F82F7;
    }


.imi-img-box {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
    transform: translateY(0) rotateY(0);
    transition: all .3s;
}

.imi-img-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    border: 1px solid #E8F0FD;
    border-radius: 50%;
    box-shadow: 0 0 0 #E8F0FD;
}

    .imi-img-wrap > img {
        width: 80px;
        height: 80px;
    }


.imi-txt-box {
    color: #000;
    text-align: center;
    transition: all .3s;
}

.index-article-panel {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 24px;
    margin: 0 20px;
}

.index-article-list-title {
    font-size: 18px;
    border-bottom: 1px dashed #e5e5e5;
    padding-bottom: 10px;
}

.index-article-list {
    padding-top: 20px;
    list-style: none;
}

    .index-article-list > li {
    }

        .index-article-list > li > a {
            display: block;
            padding: 8px 0;
            color: #666;
            text-decoration: none;
            transition: all .3s;
        }


            .index-article-list > li > a:hover {
                color: #3F82F7;
                text-decoration: underline;
            }

            .index-article-list > li > a > span {
                float: right;
                color: #999;
                font-size: 14px;
                transition: all .3s;
            }

            .index-article-list > li > a:hover > span {
                color: #3F82F7;
            }

.index-article-list-link {
    float: right;
    font-size: 14px;
    color: #999;
    margin-top: 8px;
    text-decoration: none;
}
/**
    验证码样式
*/

.loginCode {
    height: 38px;
    width: 120px;
    margin-left: 30px;
    padding: 0;
}

.login-icon-user-input {
    position: absolute;
    color: #9999;
    top: 10px;
    left: 10px;
}
