﻿.case{
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 3% 0;
}
.con-title{
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
    margin-bottom: 3%;
}
.con-title h3{
    color: #333333;
    font-size: 28px;
    letter-spacing: 4px;
}
.con-title p{
    color: #a4a4a4;
    font-size: 14px;
}

.i3 {
    padding-top: 50px;
    width: 100%;
    overflow-x: auto;
}

.wow1 {
    opacity: 1;
}

.i3 .irt {
    overflow-x: auto;
    display: flex;
    width: 110%;
    max-width: 110%;
    min-width: 110%;
}

.alltime, .alltime * {
    -webkit-transition: all .4s cubic-bezier(.4,0,.2,1);
    -moz-transition: all .4s cubic-bezier(.4, 0, .2, 1);
    transition: all .4s cubic-bezier(.4,0,.2,1);
}

.i3 .irt span {
    display: block;
    float: left;
    width: 11%;
    line-height: 50px;
    border: 1px solid #e1dfdf;
    border-radius: 5px;
    text-align: center;
    margin-right: 2%;
    cursor: pointer;
    color: #999;
    margin-bottom: 20px;
}

.i3 .irt span.act, .i3 .irt span:hover {
    background: #187bb7;
    color: #fff;
}

.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.i3 .icont {
    padding: 50px 0;
    padding-bottom: 0px;
}

.i3 .icont dl:nth-child(1) {
    display: block;
}

.i3 .icont dl {
    display: none;
    position: relative;
}

.i3 .icont dl.dl2 dt {
    width: 25%;
    height: 300px;
    float: left;
    background: #187bb7;
    color: #fff;
    padding: 40px 35px;
    text-align: justify;
    line-height: 1.8;
}
.i3 .irt span img {
    width: 19%;
    margin-right: 7%;
}
.c-bax{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 3%;
}
.c-bax li{
    width: 100%;
    height: auto;
    display: inline-block;
    background: #f5f5f5;
    padding: 25px 30px;
    margin-bottom: 2%;
}
.c-bax li:hover{
    color: #fff !important;
    background:#187bb7;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.cb-left{
    width: 40%;
    float: left;
    margin-top: 8%;
    margin-left: 7%;
}
.cb-left h2{
    font-size: 26px;
    letter-spacing: 4px;
    margin-bottom: 9%;
}
.cb-left .more{
    border: 1px solid#aaaaaa;
    width: auto;
    display: inline-block;
    padding: 6px 23px;
    font-size: 12px;
}
.cb-right{
    width: 40%;
    float: right;
}
.cb-right img{
    width: 100%;
}
.cb-deom{

}
.cbd-left{
    width: 40%;
    float: left;
}
.cbd-left img{
    width: 100%;
}
.cbd-right{
    width: 40%;
    float: right;
    margin-top: 8%;
    margin-left: 7%;
}
.cbd-right h2{
    font-size: 26px;
    letter-spacing: 4px;
    margin-bottom: 9%;
}
.cbd-right .more{
    border: 1px solid#aaaaaa;
    width: auto;
    display: inline-block;
    padding: 6px 23px;
    font-size: 12px;
}
@media screen and (max-width: 1024px) and (min-width: 0px) {
    .case {
        width: 100%;
        height: auto;
        display: inline-block;
        padding: 3% 0;
        padding-top: 11%;
    }
    .i3 {
        padding-top: 23px;
        width: 100%;
        overflow-x: auto;
    }
    .i3 .irt {
        overflow-x: auto;
        display: flex;
        width: 466%;
        max-width: 466%;
        min-width: 466%;
    }
    .i3 .irt span {
        display: block;
        float: left;
        width: 40%;
        line-height: normal;
        border: 1px solid #e1dfdf;
        border-radius: 5px;
        text-align: center;
        margin-right: 2%;
        cursor: pointer;
        color: #999;
        margin-bottom: 10px;
        padding: 10px 0;
    }
    .c-bax li {
        width: 100%;
        height: auto;
        display: inline-block;
        background: #f5f5f5;
        padding: 20px 12px;
        margin-bottom: 2%;
    }
    .cb-left {
        width: 100%;
        float: left;
        margin-top: 6%;
        margin-left: 7%;
    }
    .cb-left h2 {
        font-size: 22px;
        letter-spacing: 4px;
        margin-bottom: 9%;
    }
    .cb-right {
        width: 100%;
        float: right;
        margin-top: 5%;
    }
    .cbd-left {
        width: 100%;
        float: left;
    }
    .cbd-right {
        width: 100%;
        float: right;
        margin-top: 8%;
        margin-left: 7%;
    }
    .cbd-right h2 {
        font-size: 22px;
        letter-spacing: 4px;
        margin-bottom: 9%;
    }
}
