﻿@charset "utf-8";


 .carousel-indicators {
    position: absolute;
    bottom: 1px;
    left: 50%;
    z-index: 15;
    width: 40%;
    padding-left: 0;
    margin-left: -20%;
    text-align: center;
    list-style: none;
}
    .video .innerBox a.movedown {
        display: block;
        margin: 0 auto;
        width: 47px;
        height: 47px;
        background: url(../../Images/icons.png) no-repeat 0px -60px;
        cursor: pointer;
        z-index: 99;
    }

        .video .innerBox a.movedown:hover {
            background: url(../Images/icons.png) no-repeat 0px -112px;
        }

div.business {
   
}
div.bss {
     background: url(../../Images/.jpg) 50% bottom;
}
div.bs {
    
    background-color: #e3eafb;
}
div.bs3 {
    background: url(../../Images/wallpaper4.jpg) 50% bottom;
}
div.bc {
    background: url(../../Images/wallpaper5.jpg) 50% bottom;
}
.business .box {
    position: relative;
    
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.business .boxx {
	height:100%;
    position: relative;
    
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
    .business .box .caption {
        width: 100%;
        text-align: center;
        -moz-opacity: 0;
        opacity: 0;
        -webkit-transition: all .5s ease-in-out 0s;
        -moz-transition: all .5s ease-in-out 0s;
        -ms-transition: all .5s ease-in-out 0s;
        -o-transition: all .5s ease-in-out 0s;
        transition: all .5s ease-in-out 0s;
    }
     .business .boxx .caption {
        width: 100%;
        text-align: center;
        -moz-opacity: 0;
        opacity: 0;
        -webkit-transition: all .5s ease-in-out 0s;
        -moz-transition: all .5s ease-in-out 0s;
        -ms-transition: all .5s ease-in-out 0s;
        -o-transition: all .5s ease-in-out 0s;
        transition: all .5s ease-in-out 0s;
    }
.business.active .box .caption {
    -moz-opacity: 1;
    opacity: 1;
}
.business.active .boxx .caption {
    -moz-opacity: 1;
    opacity: 1;
}
.business .box .caption i {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 320px;
    height: 31px;
    background: url(../../Images/words.png) no-repeat 0px -294px;
}
.business .boxx .caption i {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 320px;
    height: 31px;
    background: url(../../Images/words.png) no-repeat 0px -294px;
}
.business .box .caption span {
    font-size: 24px;
    letter-spacing: 3px;
}
.business .boxx .caption span {
    font-size: 24px;
    letter-spacing: 3px;
}
.business .box ul.items {
    margin: 0 auto;
    margin-top: 60px;
}

    .business .box ul.items li {
        width: 200px;
        height: 300px;
        margin: 0 8px;
        background: url(../../Images/bg_green.png) no-repeat 0px 400px;
        overflow: hidden;
    }

        .business .box ul.items li i {
            display: block;
            position: relative;
            margin: 0 auto;
            margin-top: 43px;
            height: 69px;
        }

        .business .box ul.items li.pc i {
            width: 69px;
            background: url(../../Images/words.png) no-repeat -245px -357px;
        }

        .business .box ul.items li.mobi i {
            width: 64px;
            background: url(../../Images/words.png) no-repeat -416px -291px;
        }

        .business .box ul.items li.sys i {
            width: 76px;
            background: url(../../Images/words.png) no-repeat -415px -362px;
        }

        .business .box ul.items li.app i {
            width: 74px;
            background: url(../../Images/words.png) no-repeat -244px -439px;
        }

        .business .box ul.items li.host i {
            width: 79px;
            background: url(../../Images/words.png) no-repeat -420px -439px;
        }

        .business .box ul.items li u {
            display: block;
            position: absolute;
            width: 156px;
            height: 156px;
            margin-left: 22px;
            background: url(../../Images/words.png) no-repeat 0px -363px;
            -webkit-transition: all .5s ease-in-out 0s;
            -moz-transition: all .5s ease-in-out 0s;
            -ms-transition: all .5s ease-in-out 0s;
            -o-transition: all .5s ease-in-out 0s;
            transition: all .5s ease-in-out 0s;
        }

            .business .box ul.items li u.cl {
                clip: rect(0px,156px,-10px,78px);
            }

.business.active .box ul.items li u.cl {
    clip: rect(0px,156px,156px,78px);
}

.business .box ul.items li u.cr {
    clip: rect(156px,78px,156px,0px);
}

.business.active .box ul.items li u.cr {
    clip: rect(0px,78px,156px,0px);
}

.business .box ul.items li strong {
    display: block;
    margin-top: 70px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
}

.business .box ul.items li p {
    position: relative;
    top: 200px;
    color: White;
    font-family: Arial,"宋体";
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}

.business .box ul.items li:hover {
    background-position: 0px 0px;
    -webkit-transition: all .5s ease-in-out .3s;
    -moz-transition: all .5s ease-in-out .3s;
    -ms-transition: all .5s ease-in-out .3s;
    -o-transition: all .5s ease-in-out .3s;
    transition: all .5s ease-in-out .3s;
}

    .business .box ul.items li:hover i {
        -webkit-transition: all .5s ease-in-out .4s;
        -moz-transition: all .5s ease-in-out .4s;
        -ms-transition: all .5s ease-in-out .4s;
        -o-transition: all .5s ease-in-out .4s;
        transition: all .5s ease-in-out .4s;
    }

.business .box ul.items li.pc:hover i {
    background:url(../../Images/words.png) no-repeat -168px -357px;
}

.business .box ul.items li.mobi:hover i {
    background:url(../../Images/words.png) no-repeat -337px -291px;
}

.business .box ul.items li.sys:hover i {
    background: url(../../Images/words.png) no-repeat -327px -362px;
}

.business .box ul.items li.app:hover i {
    background: url(../../Images/words.png) no-repeat -164px -439px;
}

.business .box ul.items li.host:hover i {
    background: url(../../Images/words.png) no-repeat -335px -439px;
}

.business .box ul.items li:hover u.cl {
    clip: rect(0px,156px,-10px,78px);
}

.business .box ul.items li:hover u.cr {
    clip: rect(156px,78px,156px,0px);
}

.business .box ul.items li:hover strong {
    color: White;
    -webkit-transition-delay: .4s;
    -moz-transition-delay: .4s;
    -ms-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}

.business .box ul.items li:hover p {
    top: 20px;
    -webkit-transition: all .3s ease-in-out .5s;
    -moz-transition: all .3s ease-in-out .5s;
    -ms-transition: all .3s ease-in-out .5s;
    -o-transition: all .3s ease-in-out .5s;
    transition: all .3s ease-in-out .5s;
}

.business .box label {
    display: block;
    margin: 0 auto;
   margin-top:-96px;
    width: 297px;
    height: 21px;
    background: url(../../Images/words.png) no-repeat 0px -333px;
}

div.cases {
    background: url(../../Images/words.png);
}

.cases .box {
    position: relative;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

    .cases .box .caption {
        width: 100%;
        text-align: center;
        -moz-opacity: 0;
        opacity: 0;
        -webkit-transition: all .5s ease-in-out 0s;
        -moz-transition: all .5s ease-in-out 0s;
        -ms-transition: all .5s ease-in-out 0s;
        -o-transition: all .5s ease-in-out 0s;
        transition: all .5s ease-in-out 0s;
    }

.cases.active .box .caption {
    -moz-opacity: 1;
    opacity: 1;
}

.cases .box .caption i {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 129px;
    height: 37px;
    background: url(../../Images/words.png) no-repeat 0px -528px;
}

.cases .box .caption span {
    font-size: 24px;
    letter-spacing: 3px;
    padding-left: 10px;
}

.cases .box .swiper-container.items {
    position: relative;
    margin: 0 auto;
    margin-top: 60px;
    top: 700px;
    width: 1080px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

.cases.active .box .swiper-container.items {
    top: 0px;
}

.cases .box .swiper-container.items .swiper-slide {
    width: 250px;
    margin: 0 10px;
    border-bottom: 2px solid #2fd0b5;
    cursor: pointer;
}

    .cases .box .swiper-container.items .swiper-slide img {
        width: 250px;
        height: 200px;
    }

    .cases .box .swiper-container.items .swiper-slide .shade {
        position: absolute;
        width: 250px;
        height: 200px;
        margin-top: -200px;
        background: Black;
        -moz-opacity: 0.7;
        opacity: 0.7;
        filter: alpha(opacity=70);
        -webkit-transition: all .3s ease-in-out 0s;
        -moz-transition: all .3s ease-in-out 0s;
        -ms-transition: all .3s ease-in-out 0s;
        -o-transition: all .3s ease-in-out 0s;
        transition: all .3s ease-in-out 0s;
        z-index: 10;
    }
.shade {
display:none;
}

        .cases .box .swiper-container.items .swiper-slide .shade u {
            display: block;
            margin: 0 auto;
            margin-top: 78px;
            width: 44px;
            height: 44px;
            background: url(../../Images/icons.png) no-repeat 0px -168px;
        }

    .cases .box .swiper-container.items .swiper-slide p {
        position: absolute;
        margin: 10px 20px;
        color: #999;
        font-family: Arial,"宋体";
        font-size: 12px;
        line-height: 26px;
        -webkit-transition: all .3s ease-in-out 0s;
        -moz-transition: all .3s ease-in-out 0s;
        -ms-transition: all .3s ease-in-out 0s;
        -o-transition: all .3s ease-in-out 0s;
        transition: all .3s ease-in-out 0s;
        z-index: 10;
    }

        .cases .box .swiper-container.items .swiper-slide p strong {
            color: #222;
            font-family: Arial,"微软雅黑";
            font-size: 16px;
            font-weight: normal;
            -webkit-transition: all .3s ease-in-out 0s;
            -moz-transition: all .3s ease-in-out 0s;
            -ms-transition: all .3s ease-in-out 0s;
            -o-transition: all .3s ease-in-out 0s;
            transition: all .3s ease-in-out 0s;
        }

    .cases .box .swiper-container.items .swiper-slide .bg {
        width: 250px;
        height: 100px;
        background-color: #fff;
        -moz-opacity: 0.5;
        opacity: 0.5;
        filter: alpha(opacity=50);
        -webkit-transition: all .3s ease-in-out 0s;
        -moz-transition: all .3s ease-in-out 0s;
        -ms-transition: all .3s ease-in-out 0s;
        -o-transition: all .3s ease-in-out 0s;
        transition: all .3s ease-in-out 0s;
    }

        .cases .box .swiper-container.items .swiper-slide .bg u {
            display: block;
            position: absolute;
            width: 250px;
            height: 100px;
            margin-top: 150px;
            background-color: #2ed0b4;
            -webkit-transition: all .3s ease-in-out 0s;
            -moz-transition: all .3s ease-in-out 0s;
            -ms-transition: all .3s ease-in-out 0s;
            -o-transition: all .3s ease-in-out 0s;
            transition: all .3s ease-in-out 0s;
        }

    .cases .box .swiper-container.items .swiper-slide:hover .shade {
        margin-top: 0px;
        -webkit-transition: all .3s ease-in-out 0s;
        -moz-transition: all .3s ease-in-out 0s;
        -ms-transition: all .3s ease-in-out 0s;
        -o-transition: all .3s ease-in-out 0s;
        transition: all .3s ease-in-out 0s;
    }

    .cases .box .swiper-container.items .swiper-slide:hover .bg {
        -moz-opacity: 1;
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transition: all .3s ease-in-out 0s;
        -moz-transition: all .3s ease-in-out 0s;
        -ms-transition: all .3s ease-in-out 0s;
        -o-transition: all .3s ease-in-out 0s;
        transition: all .3s ease-in-out 0s;
    }

        .cases .box .swiper-container.items .swiper-slide:hover .bg u {
            margin-top: 0px;
            -webkit-transition: all .3s ease-in-out 0s;
            -moz-transition: all .3s ease-in-out 0s;
            -ms-transition: all .3s ease-in-out 0s;
            -o-transition: all .3s ease-in-out 0s;
            transition: all .3s ease-in-out 0s;
        }

    .cases .box .swiper-container.items .swiper-slide:hover p {
        color: White;
        -webkit-transition: all .3s ease-in-out 0s;
        -moz-transition: all .3s ease-in-out 0s;
        -ms-transition: all .3s ease-in-out 0s;
        -o-transition: all .3s ease-in-out 0s;
        transition: all .3s ease-in-out 0s;
    }

        .cases .box .swiper-container.items .swiper-slide:hover p strong {
            color: White;
            -webkit-transition: all .3s ease-in-out 0s;
            -moz-transition: all .3s ease-in-out 0s;
            -ms-transition: all .3s ease-in-out 0s;
            -o-transition: all .3s ease-in-out 0s;
            transition: all .3s ease-in-out 0s;
        }

.cases .box .swiper-container.mini, .cases .box .swiper-container.xs, .cases .box a.prev, .cases .box a.next {
    display: none;
}

.business .box a.more {
    display: block;
    position: relative;
    margin: 0 auto;
    margin-top: 50px;
    top: 700px;
    width: 120px;
    padding: 5px 0px;
    color: #131716;
    font-size: 26px;
    text-align: center;
    text-decoration: none;
    border: 1px dotted #131716;
    -webkit-transition: all .3s ease-in-out 0s,top .8s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s,top .8s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s,top .8s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s,top .8s ease-in-out 0s;
    transition: all .3s ease-in-out 0s,top .8s ease-in-out 0s;
}
.bs .box a.more {
    display: block;
    position: relative;
    margin: 0 auto;
    margin-top: 50px;
    top: 700px;
    width: 120px;
    padding: 5px 0px;
    color: #131716;
    font-size: 26px;
    text-align: center;
    text-decoration: none;
    border: 1px dotted #131716;
    -webkit-transition: all .3s ease-in-out 0s,top .8s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s,top .8s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s,top .8s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s,top .8s ease-in-out 0s;
    transition: all .3s ease-in-out 0s,top .8s ease-in-out 0s;
}
.business.active .box a.more {
    top:-15px;
}

.business .box a.more:hover {
    color: White;
    background: #2fd0b5;
    border: 1px dotted #00dfb9;
}
.business .box label .jjfn {
margin-top:10px;
}
.cases .box a.more {
    display: block;
    position: relative;
    margin: 0 auto;
    margin-top: 50px;
    top: 700px;
    width: 120px;
    padding: 5px 0px;
    color: #00dfb9;
    font-size: 26px;
    text-align: center;
    text-decoration: none;
    border: 1px dotted #00dfb9;
    -webkit-transition: all .3s ease-in-out 0s,top .8s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s,top .8s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s,top .8s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s,top .8s ease-in-out 0s;
    transition: all .3s ease-in-out 0s,top .8s ease-in-out 0s;
}

.cases.active .box a.more {
    top: 0px;
}

.cases .box a.more:hover {
    color: White;
    background: #2fd0b5;
}






div.cases {
    background: url(../../Images/wallpaper3.jpg);
}

.cases .box {
    position: relative;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

    .cases .box .caption {
        width: 100%;
        text-align: center;
        -moz-opacity: 0;
        opacity: 0;
        -webkit-transition: all .5s ease-in-out 0s;
        -moz-transition: all .5s ease-in-out 0s;
        -ms-transition: all .5s ease-in-out 0s;
        -o-transition: all .5s ease-in-out 0s;
        transition: all .5s ease-in-out 0s;
    }

.cases.active .box .caption {
    -moz-opacity: 1;
    opacity: 1;
}

.cases .box .caption i {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 129px;
    height: 37px;
    background: url(../../Images/words.png) no-repeat 0px -528px;
}
.cases .boxx .caption i {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 129px;
    height: 37px;
    background: url(../../Images/words.png) no-repeat 0px -528px;
}
.cases .box .caption span {
    font-size: 24px;
    letter-spacing: 3px;
    padding-left: 10px;
}
.cases .boxx .caption span {
    font-size: 24px;
    letter-spacing: 3px;
    padding-left: 10px;
}
.cases .box .swiper-container.items {
    position: relative;
    margin: 0 auto;
    margin-top: -460px;
    top: 700px;
    width: 1080px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

.cases.active .box .swiper-container.items {
    top: 0px;
}

.cases .box .swiper-container.items .swiper-slide {
    width: 250px;
    margin: 0 10px;
    border-bottom: 2px solid #2fd0b5;
    cursor: pointer;
}

    .cases .box .swiper-container.items .swiper-slide img {
        width: 250px;
        height: 200px;
    }

    .cases .box .swiper-container.items .swiper-slide .shade {
        position: absolute;
        width: 250px;
        height: 200px;
        margin-top: -200px;
        background: Black;
        -moz-opacity: 0.7;
        opacity: 0.7;
        filter: alpha(opacity=70);
        -webkit-transition: all .3s ease-in-out 0s;
        -moz-transition: all .3s ease-in-out 0s;
        -ms-transition: all .3s ease-in-out 0s;
        -o-transition: all .3s ease-in-out 0s;
        transition: all .3s ease-in-out 0s;
        z-index: 10;
    }

        .cases .box .swiper-container.items .swiper-slide .shade u {
            display: block;
            margin: 0 auto;
            margin-top: 78px;
            width: 44px;
            height: 44px;
            background: url(../../Images/icons.png) no-repeat 0px -168px;
        }

    .cases .box .swiper-container.items .swiper-slide p {
        position: absolute;
        margin: 10px 20px;
        color: #999;
        font-family: Arial,"宋体";
        font-size: 12px;
        line-height: 26px;
        -webkit-transition: all .3s ease-in-out 0s;
        -moz-transition: all .3s ease-in-out 0s;
        -ms-transition: all .3s ease-in-out 0s;
        -o-transition: all .3s ease-in-out 0s;
        transition: all .3s ease-in-out 0s;
        z-index: 10;
    }

        .cases .box .swiper-container.items .swiper-slide p strong {
            color: #222;
            font-family: Arial,"微软雅黑";
            font-size: 16px;
            font-weight: normal;
            -webkit-transition: all .3s ease-in-out 0s;
            -moz-transition: all .3s ease-in-out 0s;
            -ms-transition: all .3s ease-in-out 0s;
            -o-transition: all .3s ease-in-out 0s;
            transition: all .3s ease-in-out 0s;
        }

    .cases .box .swiper-container.items .swiper-slide .bg {
        width: 250px;
        height: 100px;
        background-color: #fff;
        -moz-opacity: 0.5;
        opacity: 0.5;
        filter: alpha(opacity=50);
        -webkit-transition: all .3s ease-in-out 0s;
        -moz-transition: all .3s ease-in-out 0s;
        -ms-transition: all .3s ease-in-out 0s;
        -o-transition: all .3s ease-in-out 0s;
        transition: all .3s ease-in-out 0s;
    }

        .cases .box .swiper-container.items .swiper-slide .bg u {
            display: block;
            position: absolute;
            width: 250px;
            height: 100px;
            margin-top: 150px;
            background-color: #2ed0b4;
            -webkit-transition: all .3s ease-in-out 0s;
            -moz-transition: all .3s ease-in-out 0s;
            -ms-transition: all .3s ease-in-out 0s;
            -o-transition: all .3s ease-in-out 0s;
            transition: all .3s ease-in-out 0s;
        }

    .cases .box .swiper-container.items .swiper-slide:hover .shade {
        margin-top: 0px;
        -webkit-transition: all .3s ease-in-out 0s;
        -moz-transition: all .3s ease-in-out 0s;
        -ms-transition: all .3s ease-in-out 0s;
        -o-transition: all .3s ease-in-out 0s;
        transition: all .3s ease-in-out 0s;
    }

    .cases .box .swiper-container.items .swiper-slide:hover .bg {
        -moz-opacity: 1;
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transition: all .3s ease-in-out 0s;
        -moz-transition: all .3s ease-in-out 0s;
        -ms-transition: all .3s ease-in-out 0s;
        -o-transition: all .3s ease-in-out 0s;
        transition: all .3s ease-in-out 0s;
    }

        .cases .box .swiper-container.items .swiper-slide:hover .bg u {
            margin-top: 0px;
            -webkit-transition: all .3s ease-in-out 0s;
            -moz-transition: all .3s ease-in-out 0s;
            -ms-transition: all .3s ease-in-out 0s;
            -o-transition: all .3s ease-in-out 0s;
            transition: all .3s ease-in-out 0s;
        }

    .cases .box .swiper-container.items .swiper-slide:hover p {
        color: White;
        -webkit-transition: all .3s ease-in-out 0s;
        -moz-transition: all .3s ease-in-out 0s;
        -ms-transition: all .3s ease-in-out 0s;
        -o-transition: all .3s ease-in-out 0s;
        transition: all .3s ease-in-out 0s;
    }

        .cases .box .swiper-container.items .swiper-slide:hover p strong {
            color: White;
            -webkit-transition: all .3s ease-in-out 0s;
            -moz-transition: all .3s ease-in-out 0s;
            -ms-transition: all .3s ease-in-out 0s;
            -o-transition: all .3s ease-in-out 0s;
            transition: all .3s ease-in-out 0s;
        }

.cases .box .swiper-container.mini, .cases .box .swiper-container.xs, .cases .box a.prev, .cases .box a.next {
    display: none;
}

.business .box a.more {
    display: block;
    position: relative;
    margin: 0 auto;
    margin-top: 50px;
    top: 700px;
    width: 120px;
    padding: 5px 0px;
    color: #131716;
    font-size: 26px;
    text-align: center;
    text-decoration: none;
    border: 1px dotted #131716;
    -webkit-transition: all .3s ease-in-out 0s,top .8s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s,top .8s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s,top .8s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s,top .8s ease-in-out 0s;
    transition: all .3s ease-in-out 0s,top .8s ease-in-out 0s;
}

.business.active .box a.more {
    top: -15px;
}

.business .box a.more:hover {
    color: White;
    background: #2fd0b5;
    border: 1px dotted #00dfb9;
}

.cases .box a.more {
    display: block;
    position: relative;
    margin: 0 auto;
    margin-top: 50px;
    top: 700px;
    width: 120px;
    padding: 5px 0px;
    color: #00dfb9;
    font-size: 26px;
    text-align: center;
    text-decoration: none;
    border: 1px dotted #00dfb9;
    -webkit-transition: all .3s ease-in-out 0s,top .8s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s,top .8s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s,top .8s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s,top .8s ease-in-out 0s;
    transition: all .3s ease-in-out 0s,top .8s ease-in-out 0s;
}

.cases.active .box a.more {
    top: 0px;
}

.cases .box a.more:hover {
    color: White;
    background: #2fd0b5;
}


@charset "utf-8";




div.cases {
    background: url(../../Images/wallpaper3.jpg);
}

.cases .box {
    position: relative;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

    .cases .box .caption {
        width: 100%;
        text-align: center;
        -moz-opacity: 0;
        opacity: 0;
        -webkit-transition: all .5s ease-in-out 0s;
        -moz-transition: all .5s ease-in-out 0s;
        -ms-transition: all .5s ease-in-out 0s;
        -o-transition: all .5s ease-in-out 0s;
        transition: all .5s ease-in-out 0s;
    }

.cases.active .box .caption {
    -moz-opacity: 1;
    opacity: 1;
}

.cases .box .caption i {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 129px;
    height: 37px;
    background: url(../../Images/words.png) no-repeat 0px -528px;
}
.cases .boxx .caption i {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 129px;
    height: 37px;
    background: url(../../Images/words.png) no-repeat 0px -528px;
}
.cases .box .caption span {
    font-size: 24px;
    letter-spacing: 3px;
    padding-left: 10px;
}
.cases .boxx .caption span {
    font-size: 24px;
    letter-spacing: 3px;
    padding-left: 10px;
}

.cases .box .swiper-container.items {
    position: relative;
    margin: 0 auto;
    margin-top: 60px;
    top: 700px;
    width: 1080px;
    -webkit-transition: all .8s ease-in-out 0s;
    -moz-transition: all .8s ease-in-out 0s;
    -ms-transition: all .8s ease-in-out 0s;
    -o-transition: all .8s ease-in-out 0s;
    transition: all .8s ease-in-out 0s;
}

.cases.active .box .swiper-container.items {
    top: 0px;
}

.cases .box .swiper-container.items .swiper-slide {
    width: 250px;
    margin: 0 10px;
    border-bottom: 2px solid #2fd0b5;
    cursor: pointer;
}

    .cases .box .swiper-container.items .swiper-slide img {
        width: 250px;
        height: 200px;
    }

    .cases .box .swiper-container.items .swiper-slide .shade {
        position: absolute;
        width: 250px;
        height: 200px;
        margin-top: -200px;
        background: Black;
        -moz-opacity: 0.7;
        opacity: 0.7;
        filter: alpha(opacity=70);
        -webkit-transition: all .3s ease-in-out 0s;
        -moz-transition: all .3s ease-in-out 0s;
        -ms-transition: all .3s ease-in-out 0s;
        -o-transition: all .3s ease-in-out 0s;
        transition: all .3s ease-in-out 0s;
        z-index: 10;
    }

        .cases .box .swiper-container.items .swiper-slide .shade u {
            display: block;
            margin: 0 auto;
            margin-top: 78px;
            width: 44px;
            height: 44px;
            background: url(../Images/icons.png) no-repeat 0px -168px;
        }

    .cases .box .swiper-container.items .swiper-slide p {
        position: absolute;
        margin: 10px 20px;
        color: #999;
        font-family: Arial,"宋体";
        font-size: 12px;
        line-height: 26px;
        -webkit-transition: all .3s ease-in-out 0s;
        -moz-transition: all .3s ease-in-out 0s;
        -ms-transition: all .3s ease-in-out 0s;
        -o-transition: all .3s ease-in-out 0s;
        transition: all .3s ease-in-out 0s;
        z-index: 10;
    }

        .cases .box .swiper-container.items .swiper-slide p strong {
            color: #222;
            font-family: Arial,"微软雅黑";
            font-size: 16px;
            font-weight: normal;
            -webkit-transition: all .3s ease-in-out 0s;
            -moz-transition: all .3s ease-in-out 0s;
            -ms-transition: all .3s ease-in-out 0s;
            -o-transition: all .3s ease-in-out 0s;
            transition: all .3s ease-in-out 0s;
        }

    .cases .box .swiper-container.items .swiper-slide .bg {
        width: 250px;
        height: 100px;
        background-color: #fff;
        -moz-opacity: 0.5;
        opacity: 0.5;
        filter: alpha(opacity=50);
        -webkit-transition: all .3s ease-in-out 0s;
        -moz-transition: all .3s ease-in-out 0s;
        -ms-transition: all .3s ease-in-out 0s;
        -o-transition: all .3s ease-in-out 0s;
        transition: all .3s ease-in-out 0s;
    }

        .cases .box .swiper-container.items .swiper-slide .bg u {
            display: block;
            position: absolute;
            width: 250px;
            height: 100px;
            margin-top: 150px;
            background-color: #2ed0b4;
            -webkit-transition: all .3s ease-in-out 0s;
            -moz-transition: all .3s ease-in-out 0s;
            -ms-transition: all .3s ease-in-out 0s;
            -o-transition: all .3s ease-in-out 0s;
            transition: all .3s ease-in-out 0s;
        }

    .cases .box .swiper-container.items .swiper-slide:hover .shade {
        margin-top: 0px;
        -webkit-transition: all .3s ease-in-out 0s;
        -moz-transition: all .3s ease-in-out 0s;
        -ms-transition: all .3s ease-in-out 0s;
        -o-transition: all .3s ease-in-out 0s;
        transition: all .3s ease-in-out 0s;
    }

    .cases .box .swiper-container.items .swiper-slide:hover .bg {
        -moz-opacity: 1;
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transition: all .3s ease-in-out 0s;
        -moz-transition: all .3s ease-in-out 0s;
        -ms-transition: all .3s ease-in-out 0s;
        -o-transition: all .3s ease-in-out 0s;
        transition: all .3s ease-in-out 0s;
    }

        .cases .box .swiper-container.items .swiper-slide:hover .bg u {
            margin-top: 0px;
            -webkit-transition: all .3s ease-in-out 0s;
            -moz-transition: all .3s ease-in-out 0s;
            -ms-transition: all .3s ease-in-out 0s;
            -o-transition: all .3s ease-in-out 0s;
            transition: all .3s ease-in-out 0s;
        }

    .cases .box .swiper-container.items .swiper-slide:hover p {
        color: White;
        -webkit-transition: all .3s ease-in-out 0s;
        -moz-transition: all .3s ease-in-out 0s;
        -ms-transition: all .3s ease-in-out 0s;
        -o-transition: all .3s ease-in-out 0s;
        transition: all .3s ease-in-out 0s;
    }

        .cases .box .swiper-container.items .swiper-slide:hover p strong {
            color: White;
            -webkit-transition: all .3s ease-in-out 0s;
            -moz-transition: all .3s ease-in-out 0s;
            -ms-transition: all .3s ease-in-out 0s;
            -o-transition: all .3s ease-in-out 0s;
            transition: all .3s ease-in-out 0s;
        }

.cases .box .swiper-container.mini, .cases .box .swiper-container.xs, .cases .box a.prev, .cases .box a.next {
    display: none;
}

.business .box a.more {
    display: block;
    position: relative;
    margin: 0 auto;
    margin-top: 50px;
    top: 700px;
    width: 120px;
    padding: 5px 0px;
    color: #131716;
    font-size: 26px;
    text-align: center;
    text-decoration: none;
    border: 1px dotted #131716;
    -webkit-transition: all .3s ease-in-out 0s,top .8s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s,top .8s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s,top .8s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s,top .8s ease-in-out 0s;
    transition: all .3s ease-in-out 0s,top .8s ease-in-out 0s;
}

.business.active .box a.more {
    top: -15px;
}
.business.active .box a.morej {
    top: 100px;
}
.jjfa {
margin-top:10px;
}
.business .box a.more:hover {
    color: White;
    background: #2fd0b5;
    border: 1px dotted #00dfb9;
}

.cases .box a.more {
    display: block;
    position: relative;
    margin: 0 auto;
    margin-top: 50px;
    top: 700px;
    width: 120px;
    padding: 5px 0px;
    color: #00dfb9;
    font-size: 26px;
    text-align: center;
    text-decoration: none;
    border: 1px dotted #00dfb9;
    -webkit-transition: all .3s ease-in-out 0s,top .8s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s,top .8s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s,top .8s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s,top .8s ease-in-out 0s;
    transition: all .3s ease-in-out 0s,top .8s ease-in-out 0s;
}

.cases.active .box a.more {
    top: 0px;
}

.cases .box a.more:hover {
    color: White;
    background: #2fd0b5;
}




  


@media (min-width:1921px),(min-height:921px) {
    div.cases {
        -moz-background-size: cover;
        background-size: cover;
    }
}

@media (max-width:1280px) and (max-height:800px) {
    div.cases {
        background: url(../../Images/wallpaper3_h800.jpg);
    }
}

@media (max-width:960px) and (max-height:600px) {
    div.cases {
        background: url(../Images/wallpaper3_h600.jpg);
    }
}

@media (min-width:1151px) and (max-height:700px) {
    .cases .box .swiper-container.items {
        margin-top: 40px;
    }

    .cases .box .caption i {
        display: none;
    }
}

@media (min-width:1151px) and (max-height:620px) {
    .cases .box .swiper-container.items .swiper-slide {
        border: none;
    }

    .cases .box .items .swiper-slide p, .cases .box .items .swiper-slide .bg {
        display: none;
    }
}

@media (max-width:1150px) {
    .cases .box .swiper-container.items {
        width: 840px;
    }

        .cases .box .swiper-container.items .swiper-slide {
            width: 260px;
        }

            .cases .box .swiper-container.items .swiper-slide img {
                width: 260px;
                height: 153px;
            }

            .cases .box .swiper-container.items .swiper-slide .shade {
                width: 260px;
                height: 153px;
            }

                .cases .box .swiper-container.items .swiper-slide .shade u {
                    margin-top: 54px;
                }

            .cases .box .swiper-container.items .swiper-slide p strong {
                font-size: 14px;
            }

            .cases .box .swiper-container.items .swiper-slide .bg {
                width: 260px;
                height: 100px;
            }

                .cases .box .swiper-container.items .swiper-slide .bg u {
                    width: 260px;
                    height: 100px;
                }
}

@media (max-width:1150px) and (max-height:660px) {
    .cases .box .swiper-container.items {
        margin-top: 40px;
    }

    .cases .box .caption i {
        display: none;
    }
}

@media (max-width:1150px) and (max-height:580px) {
    .cases .box .swiper-container.items .swiper-slide {
        border: none;
    }

    .cases .box .items .swiper-slide p, .cases .box .items .swiper-slide .bg {
        display: none;
    }
}

@media (max-width:1150px) and (max-height:480px) {
    .cases .box .swiper-container.items .swiper-slide {
        border: none;
    }

    .cases .box .items .swiper-slide p, .cases .box .items .swiper-slide .bg {
        display: none;
    }
}

@media (orientation:landscape) and (max-width:900px) {
    .cases .box .swiper-container.items {
        display: none;
    }

    .cases .box .swiper-container.xs {
        display: block;
        margin: 0 auto;
        margin-top: 40px;
        width: 90%;
    }

        .cases .box .swiper-container.xs .swiper-slide {
            width: 31.33%;
            margin: 0 1%;
        }

    .cases .box .xs .swiper-slide p, .cases .xs .swiper-slide .bg {
        display: none;
        background: none;
    }
}

@media (orientation:landscape) and (max-width:900px) and (max-height:450px) {
    .cases .box .swiper-container.xs {
        margin-top: 15px;
    }

    .cases .box a.more {
        margin-top: 18px;
        width: 66px;
        padding: 3px 0px;
        font-size: 16px;
    }
}

@media (orientation:portrait) and (max-width:900px) {
    .cases .box .swiper-container.items {
        display: none;
    }

    .cases .box .swiper-container.mini {
        display: block;
        width: 250px;
        margin-top: 60px;
    }

        .cases .box .swiper-container.mini .swiper-wrapper {
            height: 300px !important;
        }

        .cases .box .swiper-container.mini .swiper-slide {
            width: 250px;
            height: 300px !important;
            border-bottom: 2px solid #2fd0b5;
            cursor: pointer;
        }

            .cases .box .swiper-container.mini .swiper-slide img {
                width: 250px;
                height: 200px;
            }

            .cases .box .swiper-container.mini .swiper-slide p {
                position: absolute;
                margin: 10px 20px;
                color: #999;
                font-family: Arial,"宋体";
                font-size: 12px;
                line-height: 26px;
                z-index: 10;
            }

                .cases .box .swiper-container.mini .swiper-slide p strong {
                    color: #222;
                    font-family: Arial,"微软雅黑";
                    font-size: 16px;
                    font-weight: normal;
                }

            .cases .box .swiper-container.mini .swiper-slide .bg {
                width: 250px;
                height: 100px;
                background-color: #fff;
                -moz-opacity: 0.5;
                opacity: 0.5;
                filter: alpha(opacity=50);
            }

    .cases .box a.prev, .cases .box a.next {
        display: block;
        position: absolute;
        top: -300px;
        width: 16px;
        height: 30px;
        cursor: pointer;
        -webkit-transition: all .3s ease-in-out 0s;
        -moz-transition: all .3s ease-in-out 0s;
        -ms-transition: all .3s ease-in-out 0s;
        -o-transition: all .3s ease-in-out 0s;
        transition: all .3s ease-in-out 0s;
        z-index: 100;
    }

    .cases .box a.prev {
        left: 30px;
        background: url(../../Images/icons.png) no-repeat 0px -219px;
    }

    .cases .box a.next {
        right: 30px;
        background: url(../../Images/icons.png) no-repeat -25px -219px;
    }
}

@media (orientation:portrait) and (max-width:900px) and (max-height:700px) {
    .cases .box .swiper-container.mini {
        margin-top: 40px;
    }

    .cases .box .caption i {
        display: none;
    }
}

@media (orientation:portrait) and (max-width:500px) {
    .cases .box .caption i {
        display: block;
    }

    .cases .box .swiper-container.mini {
        width: 260px;
        margin-top: 40px;
    }

        .cases .box .swiper-container.mini .swiper-wrapper {
            height: 253px !important;
        }

        .cases .box .swiper-container.mini .swiper-slide {
            width: 260px;
            height: 253px !important;
        }

            .cases .box .swiper-container.mini .swiper-slide img {
                width: 260px;
                height: 153px;
            }

            .cases .box .swiper-container.mini .swiper-slide p strong {
                font-size: 14px;
            }

            .cases .box .swiper-container.mini .swiper-slide .bg {
                width: 260px;
                height: 100px;
            }

    .cases .box a.prev {
        left: 20px;
    }

    .cases .box a.next {
        right: 20px;
    }
}

@media (orientation:portrait) and (max-width:500px) and (max-height:640px) {
    .cases .box .caption i {
        display: none;
    }
}

@media (orientation:portrait) and (max-width:500px) and (max-height:580px) {
    .cases .box .swiper-container.mini {
        margin-top: 30px;
    }

    .cases .box a.more {
        display: block;
        position: static;
        margin: 0 auto;
        margin-top: 30px;
        width: 66px;
        font-size: 16px;
        padding: 3px 0px;
    }
}

}

@media (orientation:portrait) and (max-width:370px) {
    .cases .box a.prev, .cases .box a.next {
        margin-top: 175px;
    }

    .cases .box a.prev {
        left: 40px;
    }

    .cases .box a.next {
        right: 40px;
    }
}

@media (orientation:portrait) and (max-width:370px) and (max-height:500px) {
    .cases .box .swiper-container.mini .swiper-wrapper {
        height: 153px !important;
    }

    .cases .box .swiper-container.mini .swiper-slide {
        height: 153px !important;
        border: none;
    }

    .cases .box .mini .swiper-slide p, .cases .box .mini .swiper-slide .bg {
        display: none;
    }

    .cases .box a.prev, .cases .box a.next {
        margin-top: 73px;
    }
}





.clear {
    clear: both;
}

#BDBridgeWrap {
    display: none;
}

