.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

/* display none until init*/
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 5;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
    float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon*/
.grabbing {
    cursor: url(../images/grabbing.png) 8 8, move;
}

/* fix*/
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

@media only screen and (max-width: 1200px) {
    #owl-demo1 {
        width: 100%;
        float: left;
    }

    #owl-demo1 .item {
        width: 100%;
        float: left;
        color:#fff;
        padding-bottom:15px;
    }
    #owl-demo1 .item a.dbt{
        display: block;
        font-size:14px;
        margin-bottom:10px;
        color:#fff;
    }
    #owl-demo1 .item p{
        margin-bottom:15px;
    }
    .sy_anq1{
        width:100%;
    }
    .sy_anq2{
        width:100%;
    }
    .sy_anq2 a{
        margin-right:8px;
        margin-top:10px;
    }
    .sy_anq1 a{
        margin-right:8px;
    }

    .owl-demo3 {
        width: 100%;
        float: left;
        padding:0 25px;
    }

    .owl-demo3 .item {
        width: 100%;
        float: left;
        color:#666;
        background-color:#fff;
        position:relative;
        padding:0px 30px 0px 305px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        align-items: center;
        height:221px;
    }
    .owl-demo3 .imgk{
        /*width:185px;*/
        width:285px;
        position:absolute;
        left:0px;
        top:0px;
        height:221px;
        overflow: hidden;
    }
    .owl-demo3 .imgk img{
        width:100%;
        min-height:221px;
    }

    .owl-demo3 .item a.dbt{
        font-size:15px;
        color:#033d80;
    }
    .owl-demo3 .item .s1{
        color:#000;
        margin-left:10px;
    }
    .owl-demo3 .item .txtk{
        width:100%;
    }
    .owl-demo3 .item p{
        padding-top:5px;
    }


}
@media only screen and (max-width:600px) {
    .owl-demo3 .imgk{
        /*width:155px;*/
        width:245px;
        height:185px;
    }
    .owl-demo3 .imgk img{
        min-height:185px;
    }
    .owl-demo3 .item{
        height:185px;
        /*padding-left:170px;*/
        padding-left:260px;
    }
}
@media only screen and (max-width:500px) {
    .owl-demo3 .imgk{
        width:100%;
        /*height:auto;*/
        height:160px;
        position: inherit;

    }
    .owl-demo3 .imgk img{
        min-height:auto;
        /*height:160px;*/
    }
    .owl-demo3 .item{
        height:auto;
        /*height:300px;*/
        padding:15px;
    }
    .owl-demo3 .txtk{
        padding-top:15px;
    }
    .txtk .dbt,.txtk p{
        overflow: hidden;
        text-overflow: inherit;
        display: block;
        line-height: 25px;
        min-height: 30px;
        -webkit-line-clamp: 1;
        -webkit-box-orient: inherit;
    }
}

@media only screen and (min-width: 1200px) {
    #owl-demo1 {
        width: 100%;
        float: left;
    }

    #owl-demo1 .item {
        width: 100%;
        float: left;
        position: relative;
        height:280px;
        padding-bottom:110px;
        color:#fff;
        line-height:30px;
    }
    #owl-demo1 .item a.dbt{
        display: block;
        font-size:18px;
        height:60px; overflow:hidden;
        margin-bottom:10px;
        color:#fff;
    }
    .sy_anq1{
        position: absolute;
        width:100%;
        text-align: right;
        left:0px;
        bottom:0px;
    }

    .sy_anq2{
        position: absolute;
        width:100%;
        text-align: left;
        left:45px;
        bottom:20px;
    }

    .sy_anq1 a{
        margin-left:8px;
    }

    .owl-demo3 {
        width: 100%;
        float: left;
        padding:0 40px;
    }

    .owl-demo3 .item {
        width: 100%;
        float: left;
        color:#666;
        background-color:#fff;
        position:relative;
        /*padding:55px 30px 0px 205px;*/
        padding: 55px 10px 0px 300px;
        height:221px;
    }
    .owl-demo3 .imgk{
        /*width:185px;*/
        width:285px;
        position:absolute;
        left:0px;
        top:0px;
        height:221px;
        overflow: hidden;
    }
    .owl-demo3 .imgk img{
        width:100%;
        min-height:221px;
    }

    .owl-demo3 .item a.dbt{
        /*font-size:22px;*/
        font-size:20px;
        color:#033d80;
    }
    .owl-demo3 .item .s1{
        color:#000;
        margin-left:10px;
    }
    .owl-demo3 .item .txtk{
        width:100%;
    }
    .owl-demo3 .item p{
        padding-top:5px;
    }
}
#owl-demo1 .item a.dbt:hover,.owl-demo3 .item a.dbt:hover{
    text-decoration: underline;
}
.owl-demo3 .item a.dbt.dbt_mh{
    text-overflow:ellipsis; overflow:hidden;  white-space: nowrap;
    width:100%;
    display:block;
}



