﻿.container-fluid {
    background-color: #fff;
}

.header1 {
    font-size: 30px;
    margin: 80px 0 30px 0;
    color:#000;
    /*font-weight:bold;*/ 
}

.header2 {
    font-size: 18px;
    margin: -22px 0 30px 0;
}

.ic1 {
    cursor: default;
    margin-bottom: 80px;
}

    .ic1 > div > div {
        width: 200px;
        text-align: center;
        margin: 0 auto;
    }

    .ic1 i {
        display: block;
        background: url(/res/cooperate/ic.png) no-repeat left top;
        width: 104px;
        height: 104px;
        margin: 0 auto;
    }

    .ic1 a {
        font-size: 18px;
        color: #4c4c4c;
        margin: 10px 0 20px 0;
        display: block;
    }

    .ic1 p {
        font-size: 14px;
        color: #999;
    }

    .ic1 > div:nth-child(1) > div {
        margin-left: 40px;
    }

    .ic1 > div:nth-child(3) > div {
        margin-right: 40px;
    }


.ic2 {
    text-align: center;
    margin: 86px 0;
    cursor: default;
}

    .ic2 i {
        display: block;
        background: url(/res/cooperate/ic.png) no-repeat left top;
        width: 102px;
        height: 102px;
        margin: 0 auto;
    }

    .ic2 a {
        font-size: 18px;
        color: #4c4c4c;
        margin-top: 10px;
        display: block;
    }


.ourService > div > div {
    display: block;
    position: relative;
    width: 240px;
    height: 310px;
    margin: 0 auto;
}

    .ourService > div > div > div {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
    }

        .ourService > div > div > div > i {
            display: block;
            width: 60px;
            height: 70px;
            /*background: url(/res/cooperate/serviceicon.png) no-repeat left top #FFF;*/
            background-repeat: no-repeat;
            background-position: center;
            margin: 0 auto 18px;
        }

        .ourService > div > div > div > p {
            font-size: 16px;
            color: #333;
            margin-bottom: 16px;
        }

        .ourService > div > div > div > div {
            font-size: 13px;
            color: #666;
            line-height: 24px;
        }

.ourPower {
    margin-bottom: 70px;
    padding: 0 20px;
}

    .ourPower > div > i {
        display: block;
        width: 60px;
        height: 70px;
        background-repeat: no-repeat;
        background-position: center;
        margin: 0 auto 18px;
    }

    .ourPower > div > span {
        font-size: 22px;
        /*color: white;*/
    }

    .ourPower > div > div {
        font-size: 16px;
        /*color: white;*/
        padding: 15px 40px;
        text-align: center;
    }

.eval-img {
    background: url(/res/cooperate/serviceicon.png) no-repeat left top #FFF;
    width: 964px;
    height: 190px;
    background-position-y: -230px;
    margin: 0 auto 90px auto;
}

.model-img {
    background: url(/res/cooperate/serviceicon.png) no-repeat left top #F5F5F5;
    height: 310px;
    background-position-y: -425px;
}

.part-split {
    font-size: 30px;
    /*font-weight: bold;*/
    margin: 80px 0 60px;
    color:black;
}

.ourModel > div {
    width: 954px;
    margin: 0 auto;
}

    .ourModel > div > div > div > ul {
        margin-top: 100px;
    }

        .ourModel > div > div > div > ul > li {
            list-style: none;
            text-align: left;
            font-size: 18px;
            margin: 35px 0;
        }

            .ourModel > div > div > div > ul > li > span {
                display: inline-block;
                border-radius: 50%;
                background-color: white;
                padding: 0px 8px;
                border: 1px solid;
                margin-right: 10px;
                font-size: 18px;
            }

.ourTool span {
    background: url(/res/cooperate/serviceicon.png) no-repeat left top #f5f5f5;
    height: 55px;
    background-position-y: -755px;
    width: 55px;
    display: inline-block;
}

.ourTool img{
    margin-bottom:40px;
}

.ourTool b {
    height: 65px;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    margin-left: 12px;
    font-weight: normal;
}

.carousel-indicators li {
    width: 20px;
    height: 20px;
    margin: 2px 10px;
    cursor: pointer;
    background-color: #1195ED;
    border-radius: 15px;
    border: none;
}

.carousel-indicators .active {
    width: 20px;
    height: 20px;
    margin: 2px 10px;
}

.carousel-inner > .item > img {
    min-width: 1000px !important;
}

.carousel .item {
    background: no-repeat center center;
    background-size: auto 100%;
}


.app1 {
    position: relative;
    /*padding-top: 70px;*/
}

    .app1 .button_split {
        text-align: center;
        width: 250px;
        margin: 40px auto 0 auto;
        font-size: 0;
        cursor: pointer;
    }

        .app1 .button_split > div {
            display: inline-block;
            width: 120px;
            height: 40px;
            background-color: #FFF;
            color: #000;
            font-size: 16px;
            line-height: 40px;
            border: 1px solid #E1E1E1;
        }

            .app1 .button_split > div:first-child {
                border-top-left-radius: 6px;
                border-bottom-left-radius: 6px;
                border-right: none;
            }

            .app1 .button_split > div:last-child {
                border-top-right-radius: 6px;
                border-bottom-right-radius: 6px;
                border-left: none;
            }

            .app1 .button_split > div.active {
                background-color: #47b5ff;
                color: #FFF;
            }

    .app1 div.img {
        background: url(/res/index/app.png) no-repeat left top;
        width: 200px;
        height: 36px;
        position: relative;
        left: 0;
        opacity: 1;
    }

    .app1 div.area {
        width: 1200px;
        white-space: nowrap;
        margin: 0 auto;
        position: relative;
    }

        .app1 div.area div {
            text-align: center;
            position: relative;
            display: inline-block;
            transition: all ease-in-out 717ms;
        }

    .app1 .area.hid .l {
        left: -100px;
        opacity: .0;
    }

    .app1 .area.hid .c {
        opacity: .0;
    }

    .app1 .area.hid .r {
        opacity: .0;
        left: 100px;
    }


    
.carousel {
    position: relative;
    height: 380px;
}

.carousel-indicators li {
    width: 60px;
    height: 4px;
    border: none;
    border-radius: 0;
    background-color: rgba(255,255,255,.5);
    margin: 0 4px;
}

.carousel-indicators .active {
    width: 60px;
    height: 4px;
    background-color: white;
    margin: 0 4px;
}
.carousel-inner .item {
    background-position: center;
    height: 380px;
}

    
       .carousel-inner .item {
            background-repeat: no-repeat;
            background-position: center;
        }

            .carousel-inner  a {
                display: block;
                width: 100%;
                height: 100%;
            }