@media screen and (max-width: 991px) {
}
@media screen and (max-width: 767px) {
    .banner-child > p:nth-of-type(1){
        display: none;
    }
}

.case-wrap{
    padding: 100px 0px;
    float: left;
    width: 100%;
}
.case-child-a{
    margin-bottom: 20px;
    text-align: center;
}
.case-child-a > p:first-child{
    color: #055fcf;
    font-size: 24px;
    line-height: 44px;
}
.case-child-a > p:nth-of-type(2){
    text-transform: uppercase;
    color:#333333;
    font-size: 14px;
    margin: 14px 0;
}
.case-child-a > p:nth-of-type(3){
    color:#666666;
    position: relative;
}
.case-child-a > p:nth-of-type(3)>span{
    color:#666666;
    font-size: 14px;
    margin: 0 10px;
}
.case-child-a > p:nth-of-type(3)>span>b{
    margin-right: 0px;
    font-weight: normal;
}

.case-child-a > p:nth-of-type(3):after{
    content: '';
    position: absolute;
    left: 0;
    top: -16px;
    width: 100%;
    height: 1px;
    background: #055fcf;
}
.case-child-b {
    text-align: left;
}
.case-child-b p{
    text-indent: 2em;
}
.case-child-b h3,.case-child-b h2{text-indent: 1em;padding: 30px 0;}
.case-child-b h3 {
	color: #FF8040;
}
.case-child-b h2 {
	color: #0066CC;
}
.case-child-b img {
    display: block;
    float: none;
    margin: auto;
    margin-bottom: 15px;
}
.case-child-b p>img{
    margin: 40px 0;
    float: none;
    width: 100%;
}
.case-child-b p{
    color:#666666;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0;
    text-align: center;
}
.case-child-b p a{
    color: #f76611;
}
}

@media screen and (max-width: 991px) {
    .case-wrap{
        padding: 60px 0 0;
    }
    .case-child-a > p:first-child{
        font-size: 28px;
        line-height: 30px;
    }
    .case-child-a > p:nth-of-type(2){
        font-size: 16px;
    }
    .case-child-a > p:nth-of-type(3):after{
        width: 120px;
        height: 3px;
    }
@media screen and (max-width: 767px) {
    .case-wrap{
        padding:30px 0 0
    }
    .case-child-a > p:first-child{
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    .case-child-a > p:nth-of-type(2){
        display: none;
    }
    .case-child-a > p:nth-of-type(3)>span{
        font-size: 12px;
    }
    .case-child-a > p:nth-of-type(3)>span:first-child{
        display: block;
    }
    .case-child-a > p:nth-of-type(3):after{
        width: 60px;
        height: 2px;
    }
    .case-child-b p>img{
        margin: 20px 0;
    }
}






































































