


.display-pc{
    display: none;
}
.display-mobile{
    display: block;
}

.backdrop,.system-Intercity,.scheme-Intercity,.application-scenarios,.multi-terminal,.user-Port-Function,.driver-Port-Function,.manage-back-stage,.recent-news{
    width: 100%;
    /*background: #FFFFFF;*/
    position: relative;
}


.backdrop .container-fluid,.system-Intercity .container-fluid,.scheme-Intercity .container-fluid,.application-scenarios .container-fluid,.multi-terminal .container-fluid,.user-Port-Function .container-fluid,.driver-Port-Function .container-fluid,.manage-back-stage .container-fluid,.recent-news .container-fluid{
    /*max-width: 1140px;*/
    padding: 80px 15px;
    text-align: center;
}
.backdrop .container-fluid{
    padding: 260px 15px 80px 15px;
}



.tite {
    font-size: 22px;
    font-weight: bold;
    color: #10AB46;
    position: relative;
    z-index: 99;
}
.tite:before{
    position: absolute;
    content: "";
    /*-webkit-transform: rotate(-35deg);*/
    /*    -ms-transform: rotate(-35deg);*/
    /*        transform: rotate(-35deg);*/
    bottom: 0px;
    right: 0;
    /*width: 50px;*/
    /*height: 2px;*/
    /*background: #999999;*/
    /*opacity: 0.3;*/
    width: 50px;
    height: 10px;
    background: #FEB934;
    border-radius: 10px;
    z-index: -1;
}
.backdrop .img_banner_m{
    display: block;
    position: absolute;
}
.backdrop .img_banner{
    display: none;
}
.backdrop .tite{
    color: #FFFFFF;
}
.backdrop .row{
    padding: 12px;
}

.backdrop .row .row-card{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.backdrop .row .card-item{
    position: relative;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    background-color: #FFFFFF;
    z-index: 99;
    height: 230px;
    margin-bottom: 24px;
}
.backdrop .row .card-item img{
    z-index: -1;
    position: absolute;
    right: 0;
    left: 0;       /*表示左右距离相等*/
    /*margin: 0 auto;*/
    top: 15%;
    width: 165px;
    height: 167px;
}
.backdrop .row .card-item:hover{
    background: #2EC16C;
    color: #FFFFFF;
}
.cont-Industry{
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
}
.backdrop .row .card-item .cont-Industry{
    padding: 95px 8px 7px 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.cont-Industry .cont-Industry-top{
    font-size: 14px;
}
.cont-Industry-bom{
    font-size: 10px;
    color: #999999;
}

/*  建立线上城际客运系统-start */

.system-Intercity .img_circular1{
    display: none;
    position: absolute;
    top: -30%;
    width: 358px;
    height: 366px;
}
.system-Intercity .row{
    margin: 12px;
    background: #FFFFFF;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    padding: 15px 13px;
}
.system-Intercity-item{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.row-intercity-item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.row-intercity-item img{
    width: 108px;
    height: 112px;
}
.row-intercity-item .span{
    font-size: 22px;
    font-weight: bold;
    color: #10AB46;
}
.row-intercity-item .describe{
    margin-top: 26px;
    font-weight: bold;
    color: #999999;
    max-width: 256px;
}
.row .img_right_arrow{
    width: 23px;
    height: 23px;
}


/*  建立线上城际客运系统-end */

/*  城际客运解决方案-start */

.scheme-Intercity .img_circular{
    display: none;
    position: absolute;
    width: 260px;
    height: 536px;
    top: 15%;
}
.scheme-Intercity .img_circular2{
    display: none;
    position: absolute;
    width: 260px;
    height: 536px;
    top: -8%;
    right: 0;
}
.scheme-Intercity .img_circular3{
    display: none;
    position: absolute;
    width: 260px;
    height: 536px;
    top: 75%;
    right: 0;
}

.scheme-Intercity .container-fluid{
    padding-bottom: 107px;
}
.scheme-Intercity .row .image_diversified{
    width: 230px;
    height: 145px;
}
.scheme-Intercity .scheme-item{
    max-width: 1262px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 12px;
}
.scheme-item-top .title{
    font-size: 16px;
    font-weight: bold;
    color: #10AB46;
    margin-bottom: 31px;
}
.scheme-item-top .describe{
    max-width: 150px;
    font-size: 10px;
    color: #999999;
}
.scheme-Intercity .specialist{
    margin: 48px 0;
}

/*  城际客运解决方案-end */

/* 应用场景 */

.application-scenarios .img_circular{
    display: none;
    position: absolute;
    width: 260px;
    height: 536px;
}
.application-scenarios-img{
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.application-scenarios-img-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.application-scenarios-img img{
    width: 200px;
    height: 212px;
}
.application-scenarios-img .img-text{
    font-size: 30px;
    font-weight: bold;
    color: #333333;
}

/* 多终端融合-start */
.multi-terminal .img_circular_right{
    display: none;
    position: absolute;
    width: 273px;
    height: 366px;
    top: 0;
    right: 0;
}
.multi-terminal .bg_terminal{
    display: none;
}
.multi-terminal .bg_terminal_m{
    display: block;
    position: absolute;
    bottom: 0;
}
.multi-terminal .row{
    position: relative;
    padding: 0 12px 80px 12px;
}
.multi-terminal .row .row-card{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-right: auto;
    margin-left: auto;
}
.multi-terminal .row .card-item{
    position: relative;
    width: 150px;
    height: 240px;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    background-color: #FFFFFF;
    z-index: 99;
}
.multi-terminal .row .card-item img{
    z-index: -1;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 70px;
    height: 61px;
}
/*.multi-terminal .row .card-item:hover{*/
/*    background: #2EC16C;*/
/*    color: #FFFFFF;*/
/*}*/
.multi-terminal .cont-Industry{
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
}
.multi-terminal .row .card-item .cont-Industry{
    padding: 8px;
    display: flex;
    flex-direction: column;
    justify-content: start;
}
.multi-terminal .cont-Industry .cont-Industry-top{
    font-weight: bold;
    color: #10AB46;
    font-size: 18px;
    margin-bottom: 10px;
}
.multi-terminal .cont-Industry-bom{
    max-width: 200px;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
}


/* 多终端融合-end */
/* 用户端功能-start */


.user-Port-Function .img_ellipse {
    display: block;
    position: absolute;
    top: 25%;
    left: 0;
    width: 100%;
    height: 268px;
}

.user-Port-Function .img_ellipse_l {
    display: none;
    position: absolute;
    top: 40%;
    left: 0;
    width: 904px;
    height: 705px;
}
.user-Port-Function .img_circular_right {
    display: none;
    position: absolute;
    top: 30%;
    right: 0;
    width: 367px;
    height: 536px;
}
.user-Port-Function .user-Port-row{
    display: flex;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
}
.user-Port-Function .user-Port-row img{
    width: 168px;
    height: 342px;
}
.user-Port-Function .rhombus{
    position: relative;
    width: 450px;
    height: 320px;
}

.user-Port-Function .rhombus-l .rhombus-item,.rhombus-r .rhombus-item{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    width: 60px;
    height: 60px;
    padding: 0px 0;
    background-color: #FEB934;
    transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    /* Internet Explorer */
    -moz-transform:rotate(45deg);
    /* Firefox */
    -webkit-transform:rotate(45deg);
    /* Safari 和 Chrome */
    -o-transform:rotate(45deg);
    /* Opera */
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

.user-Port-Function .rhombus-l .rhombus-item span,.rhombus-r .rhombus-item span{
    transform:rotate(-45deg) scale(0.8);
    -ms-transform:rotate(-45deg) scale(0.8);
    /* Internet Explorer */
    -moz-transform:rotate(-45deg) scale(0.8);
    /* Firefox */
    -webkit-transform:rotate(-45deg) scale(0.8);
    /* Safari 和 Chrome */
    -o-transform:rotate(-45deg) scale(0.8);
    font-size: 10px;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold;
    color: #FFFFFF;
}
.user-Port-row .rhombus-l div:nth-child(1){
    position: absolute;
    left: 30%;
    top: 10%;
}
.user-Port-row .rhombus-l div:nth-child(2){
    position: absolute;
    left: 17%;
    top: 26%;
}
.user-Port-row .rhombus-l div:nth-child(3){
    position: absolute;
    left: 4%;
    top: 42%;
}
.user-Port-row .rhombus-l div:nth-child(4){
    position: absolute;
    left: 17%;
    top: 58%;
}
.user-Port-row .rhombus-l div:nth-child(5){
    position: absolute;
    left: 30%;
    top: 74%;
}
.user-Port-row .rhombus-r div:nth-child(1){
    position: absolute;
    top: 42%;
    left: 32%;
}
.user-Port-row .rhombus-r div:nth-child(2){
    position: absolute;
    top: 42%;
    left: 55%;
}
.user-Port-row .rhombus-r div:nth-child(3){
    position: absolute;
    top: 42%;
    left: 77%;
}
.user-Port-row .rhombus-r div:nth-child(4){
    position: absolute;
    top: 15%;
    left: 55%;
}
.user-Port-row .rhombus-r div:nth-child(5){
    position: absolute;
    top: 70%;
    left: 55%;
}
/* 用户端功能-end */


/* 司机端功能-start */

.driver-Port-Function .img_ellipse_r {
    display: none;
}
.driver-Port-Function .img_circular_left {
    display: none;
}
.driver-Port-Function .img_ellipse {
    display: block;
    position: absolute;
    top: 25%;
    left: 0;
    width: 100%;
    height: 268px;
}

.driver-Port-Function .user-Port-row{
    display: flex;
    justify-content: center;
    /*max-width: 1140px;*/
    margin-right: auto;
    margin-left: auto;
}
.driver-Port-Function .user-Port-row img{
    width: 168px;
    height: 342px;
}
.driver-Port-Function .rhombus{
    display: flex;
    justify-content: space-around;
    position: relative;
    width: 500px;
}
/*.driver-Port-Function .user-Port-row{*/
/*    background: #10AB46;*/
/*    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);*/
/*    border-radius: 10px;*/
/*}*/
.driver-Port-Function .user-Port-row .rhombus-item{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.driver-Port-Function .user-Port-row .rhombus-item div{
    color: #FFFFFF;
    padding: 25px 9px;
    background: #10AB46;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    margin: 20px 0;
}
.driver-Port-Function .user-Port-row .rhombus-item.item-padding{
    padding-bottom: 130px;
}

/* 司机端功能-end */



/* 用户端功能-start */
.manage-back-stage .img_ellipse_l {
    display: none;
    position: absolute;
    top: 40%;
    left: 0;
    width: 904px;
    height: 705px;
}
.manage-back-stage .img_circular_right {
    display: none;
    position: absolute;
    top: 30%;
    right: 0;
    width: 367px;
    height: 536px;
}
.manage-back-stage .img_ellipse_mage{
    /*max-width: 1140px;*/
    display: block;
    position: absolute;
    top: 31%;
    left: 0;
    width: 242px;
    height: 213px;
}
.manage-back-stage .user-Port-row{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: auto;
    margin-left: auto;
}
.manage-back-stage .user-Port-row img{
    width: 255px;
    height: 195px;
}
.manage-back-stage .manage-row-center{
    width: 482px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.manage-back-stage .manage-row-center .manage-row-item{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 15px 0;
    font-size: 16px;
}
.manage-row-center .manage-row-item.item-left{
    padding-right: 65px;
}
.manage-row-center .manage-row-item.item-right{
    padding-left: 65px;
}
.manage-back-stage .manage-row-center .manage-row-item div{
    color: #FFFFFF;
    padding: 2px 8px;
    background: #FEB934;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    border-radius: 20px;
}
/* 用户端功能-end */


/* 最新动态
*/

.recent-news .row{
    display: flex;
    justify-content: center;
    font-size: 10px;
}
.recent-news .positioning_small{
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 32px;
}
.recent-news .positioning_big{
    width: 87px;
    height: 115px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}
.recent-news-content{
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 0px 6px 0px #E5E5E5;
    border-radius: 0px 88px 0px 88px;
    padding: 47px 28px;
    color: #999999;
    z-index: 99;
    margin: 12px;
}
.news-content-item{
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.news-content-item div{
    margin: 3px 0;
}
.recent-news-content .news-content-item-top{
    font-size: 14px;
    color: #333333;
    display: flex;
    align-items: center;
}
.news-content-item-top:hover{
    color: #10AB46;
}
.news-content-item-top-assistant{
    font-size: 14px;
    color: #666666;
    display: flex;
    align-items: center;
}
.recent-news-content .dot{
    width: 8px;
    height: 8px;
    background: #2EC16C;
    border-radius: 50%;
    margin-right: 15px;
}
.recent-news-content .news-details{
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 这里是超出几行省略 */
    overflow: hidden;
}

/* 最新动态
*/



/*系统导航条*/
.system-nav{
    width: 100%;
    background: #26342C;
    margin-top: 100px;
}
.system-nav .row{
}
.system-nav .row .system-nav-item{
    display: flex;
    align-items: center;
    justify-content: start;
    color: #FFFFFF;
    font-size: 18px;
    margin-left: 30px;
}
.system-nav .row .system-nav-item img{
    width: 52px;
    height: 52px;
    margin: 20px 10px 20px 0;
}
.system-nav .system-nav-item div div:nth-child(2){
    color: #999999;
    font-size: 14px;
}
/*系统导航条*/

/* 大屏幕（大桌面显示器，大于等于 1200px） */
body{
    width: 100%;
    height: 100%;
    font-family: 'Microsoft YaHei',"Helvetica Neue",Helvetica,'PingFang SC',Arial,sans-serif !important;
}
a{
    text-decoration: none !important;
}
input,button,a,i,p{
    outline:0 none !important; blr:expression(this.onFocus=this.blur()) !important;
    background-color: none !important;
}
.swiper-button-prevs,.swiper-button-nexts{
    position: absolute;
    top: 50%;
    z-index: 20;
    margin-top:-25px;
    border: 0;
    outline:none;
}
.swiper-button-prevs{
    left: 10px;

}
.swiper-button-nexts{
    right: 10px;
    z-index: 20px;
}
.swiper-button-prevs i,.swiper-button-nexts i{
    font-size: 50px;
    color: #fff;

}
@media (max-width: 767px){
    .swiper-button-prevs i,.swiper-button-nexts i{
        font-size: 40px;
        color: #fff;
    }
}
.swiper-button-disabled{
    opacity: 0.3;
    color: #000;
}
.stick{
    width: 40px;
    height: 40px;
    background: #999999;
    border-radius: 50%;
    position: fixed;
    right: 20px;
    bottom: 20px;
    -webkit-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
}
.stick:hover{
    background: #02692e;
}
.stick i{
    font-size: 25px;
}
.box{
    width: 100%;
    background: #F5F5F5;
}
.top{
    max-width: 1140px;
    height: 40px;
    line-height: 40px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.nav{
    width: 100%;
    height: 70px;
    background: #fff;
}
.nav-check{
    position: fixed;
    top: 0;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    z-index: 99;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.top-left{
    font-size: 14px;
    color:#999999;
}
.top-right{
    color: #666666;
    font-size: 14px;
}

.nav-item{
    max-width: 1140px;
    height: 70px;
    margin: auto;
    line-height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.nav-link{
    height: 100%;
    z-index: 10;
}
.nav-link .present{
    width: 100px;
    height: 100%;
    position: relative;
    text-align: center;
    padding: 0;
}

.present>:first-child{
    display: block;
    color: #000;
}
.nav-link  .present:hover{
    background: #F6F7F8;
}
.nav-link  .present:hover:after{
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #04B24E;
}
.nav-item .nav-link .check>a{
    color: #04B24E;
}
.nav-link .submenu {
    position: absolute;
    left:-15px;
    width: 130px;
    padding: 10px 10px;
    background: #161C19;
    z-index: 10;
    opacity: 0.9;
    display: none;
}
.nav-link .submenu li{
    height:40px;
    width: 100%;
    font-size: 13px;
    line-height: 40px;
}
.nav-link .submenu a{
    display: block;
    color: #fff;
}
.nav-link .submenu a:hover{
    color: #04B24E;
}


/*移动端导航栏*/
.mobile{
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
.mobile-nav{
    width: 100%;
    height: 50px;
    background: #fff;
    padding:0 10px;
    /*  position: fixed;
      top: 0;
      left: 0;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.mobile-logon{
    height: 30px;
}
.mobile-logon img{
    height: 100%;
}
.menu{
    width: 40px;
    height: 100%;
    line-height: 50px;
    text-align: right;
}
.icon-daohang{
    font-size: 28px;
    color: #04B24E;
}
.mobile-menu {
    background: #04B24E;
    height: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    overflow: hidden;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.mobile-h{
    height: 50px;
    background: #fff;
}
.show{
    height: auto;
    overflow-y: scroll;
    opacity: 1;
}
.menu-item{
    height: 40px;
    line-height: 40px;
    color: #fff;
}
.menu-item a{
    display: block;
    margin-left: 15px;
    color: #fff;
}
.menu-item .icon{
    color: #fff;
}
.menu-item .text{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.menu-item .text span{
    padding-left: 15px;
}
.menu-item .text .icon{
    width: 50px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.menu-item .text .rotate{
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.text .icon i{
    font-size: 20px;
}
.item-child{
    display: none;
}
.mobile-menu .has-child{
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.menu-item .item-child a{
    padding-left: 20px;
    color: #fff;
    display: block;
}
.mobile-menu .menu-item.active{
    /*  background: #000;*/
    /*   opacity: 0.7;*/
}
/*移动端导航end*/

/*尾部*/
.footer{
    width: 100%;
    background: #FFFFFF;
}
.footer .container-fluid{
    max-width: 1140px;
}
.footer .row{
    padding: 69px 0 53px 0;
}

.footer .row p{
    font-size: 24px;
    color: #000;
    margin-bottom: 27px;
}
@media (max-width: 767px){
    .footer .row{
        padding: 30px 0 0 0;
    }
    .footer .row p{
        font-size: 24px;
        color: #000;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}
.footer .row a,.footer .row span{
    font-size: 14px;
    color: #666666;
    margin-bottom: 15px;
}
.footer .row a:hover{
    color: #04B24E;
}
.footer .row img{
    margin-bottom: 35px;
}
.footer .row img.center-block{
    margin-left: 0;
}
.weixin{
    width: 100px;
}
.footer .row div{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.blogroll{
    width: 100%;
    background: #F6F7F8;
    border-bottom: 1px solid #d2d3d5;
}
.blogroll .container-fluid{
    max-width: 1140px;
    margin: 0 auto;
    padding: 20px 15px;
}

.blogroll .container-fluid span{
    font-size: 14px;

}
.blogroll .container-fluid span a{
    color: #666666;
}
.copyright{
    width: 100%;
    background: #F6F7F8;

}
.copyright .container-fluid{
    max-width: 1140px;
    padding: 20px 0;
}
.copyright .container-fluid span{
    font-size: 14px;
    color: #666666;
}
@media (max-width: 767px){
    .blogroll .container-fluid{
        padding: 10px 15px;
    }
    .blogroll .container-fluid span,.copyright .container-fluid span{
        font-size: 12px;
    }
    .copyright .container-fluid{
        padding: 10px 0;
    }

}
/*@media screen and (min-width: 768px) and (max-width:991px ){
     .container{width:750px;}
     .my-img{width:50%}
}
width:767px*/
@media (max-width: 767px){
    .footer .row div{
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .footer .row img.center-block{
        margin-left:auto;
    }
    .copyright .container-fluid span{
        text-align: center;
    }
    /*.copyright .container-fluid .text-right{
      margin-top: 10px;
    }*/
}

