
/*首页搜索框*/
* {
    font-size: initial;
}

.ss {
    padding-top: 6px;
}

    .ss p {
        float: left;
        /*width: 20%;*/
        padding-top: 8px;
        padding-left: 2%;
    }

.shou {
    float: left;
    margin-left: 0px;
    width: 98%;
    height: 40px;
    font-size: 10px;
}

    .shou input {
        border: 2px solid #6fa0c0;
        border-radius: 10px;
        margin-left: 10px;
        width: 50%;
        height: 35px;
        font-size: 11px;
    }

    .shou a {
        width: 35px;
        margin-left: -35px;
    }

        .shou a img {
            margin-top: 4px;
            width: 20px;
            height: 29px;
        }

    .shou button {
        background-color: #0657a9;
        border-radius: 8px;
        float: right;
        border: 0;
        width: 38px;
        height: 35px;
        color: #fff;
        font-size: 12px;
        z-index: 9999;
    }

.code {
    float: left;
    margin-left: 15px;
    width: 90%;
    height: 40px;
    font-size: 10px;
}

    .code input {
        margin-left: 10px;
        border: 2px solid #6fa0c0;
        border-radius: 10px;
        width: 43%;
        height: 35px;
    }

    .code a {
        width: 35px;
    }

        .code a img {
            margin-top: 4px;
            width: 29px;
            height: 29px;
            float: right;
            margin-right: 8px;
            /*padding-left: 10px;*/
        }

    .code button {
        background-color: #0657a9;
        border-radius: 8px;
        float: right;
        border: 0;
        width: 60px;
        height: 30px;
        color: #fff;
        font-size: 15px;
        z-index: 9999;
    }

/*首页菜单*/
.list {
    padding: 40px 0 1% 5%;
    width: 100%;
    max-width: 640px;
    min-width: 300px;
}

    .list .cube {
        display: inline-block;
        width: 23%;
        text-align: center;
        font-size: 13px;
        position: relative;
        vertical-align: middle;
        &:before;

{
    content: "";
    display: inline-block;
    padding-bottom: 100%;
    width: .1px;
    vertical-align: middle;
}

}

@media {
}

.cube img {
    width: 80%;
    height: 80%;
}

.cube a {
    color: #333;
}

/*合作伙伴*/
.exampleTitle {
    margin-top: 20px;
    width: 90%;
    height: 40px;
    /*position: absolute;*/
}

    .exampleTitle .TitleTextIcon {
        /*position: relative;*/
        float: left;
        margin-top: 19px;
        margin-left: 6%;
        background: url(../../images/erw.png) no-repeat;
        background-size: 100% 100%;
        width: 22px;
        height: 22px;
    }

    .exampleTitle .textContent {
        position: relative;
        float: left;
        top: 22%;
        height: 40px;
        left: 2%;
        font-size: 20px;
        padding-top: 5px;
        font-weight: 600;
        font-family: 微软雅黑;
        width: 60%;
        color: #022b54;
    }

    .exampleTitle .titleMoreIcon {
        position: relative;
        margin-top: 21px;
        height: 19px;
        width: 19px;
        float: right;
        right: 6%;
        /*margin-top: 8px;*/
        background: url(../images/more.png) no-repeat;
        background-size: 100% 100%;
        background-color: #0657a9;
    }


.example {
    width: 65%;
    font-size: 40px;
    text-align: center;
    margin: 10px auto;
    /*background-color: #464576;*/
}

.carousel-item {
    line-height: 230px;
    color: #fff;
    font-family: Arial Black;
}

.wsw {
    width: 75%;
    height: 85%;
}

.ft-carousel {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .ft-carousel .carousel-inner {
        width: 100%;
        margin-left: 0px !important;
        margin-right: 0px !important;
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
    }

        .ft-carousel .carousel-inner .carousel-item {
            float: left;
            height: 100%;
        }

    .ft-carousel .carousel-item img {
        margin-left: 17%;
        width: 100%;
        height: 100%;
        /*padding-bottom: 5%;*/
    }

@media(max-width: 400px) {
    .ft-carousel .carousel-item img {
        margin-left: 15%;
        width: 100%;
        padding-bottom: 5%;
    }
}


.ft-carousel .carousel-indicators {
    margin-left: 0px !important;
    margin-right: 0px !important;
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    text-align: center;
    font-size: 0;
}

    .ft-carousel .carousel-indicators span {
        display: inline-block;
        width: 12px;
        height: 12px;
        background-color: #ccc;
        margin: 0 4px;
        border-radius: 50%;
        cursor: pointer;
    }

        .ft-carousel .carousel-indicators span.active {
            background-color: #0099FF;
        }

.ft-carousel .carousel-btn {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 25px;
    margin-top: -25px;
    cursor: pointer;
}

.ft-carousel .carousel-prev-btn {
    left: 0;
    background: url(../../images/prev.png) no-repeat;
    background-size: 100% 100%;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.ft-carousel .carousel-next-btn {
    right: 0;
    background: url(../../images/next.png) no-repeat;
    background-size: 100% 100%;
    margin-left: 0px !important;
    margin-right: 0px !important;
}
