/* reset.css */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}
/* 例 */
.rich-cont h1 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: medium;
	font: inherit;
}


/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    max-width: 1920px;
    margin: 0 auto;
    overflow-x: hidden;
    color: #1F204C;
    font-family: 思源黑体;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
    text-decoration: none;
    color: inherit;
}
input[type=buttom]{
    border: none;
    cursor: pointer;
    outline:0;
}
.fz60 {
    font-size: 60px;
}
.fz56 {
    font-size: 56px;
}
.fz38 {
    font-size: 38px;
}
.fz32 {
    font-size: 32px;
}
.fz30 {
    font-size: 30px;
}
.fz28 {
    font-size: 28px;
}
.fz26 {
    font-size: 26px;
}
.fz24 {
    font-size: 24px;
}
.fz22 {
    font-size: 22px;
}
.fz18 {
    font-size: 18px;
}
.fz20 {
    font-size: 20px;
}
.fz16 {
    font-size: 16px;
}
.fz14 {
    font-size: 14px;
}

.c-1F204C {
    color: #1F204C;
  }
  
  .c-4A4C6E {
    color: #4A4C6E;
  }
  
  .c-8B8CA2 {
    color: #8B8CA2;
  }
  .row {
    display: flex;
    flex-direction: row;
  }
  
  .span-b {
    display: flex;
    justify-content: space-between;
  }
.mlr3 {
   /* padding-left: 3.65%;
    padding-right: 3.65%; */
}

input::-webkit-input-placeholder {
    color: #8B8CA2;
  }

  input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #8B8CA2;
  }

  input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #8B8CA2;
  }

  input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #8B8CA2;
  }
.pub-box-mp {
    padding-top: 3.65%;
    padding-bottom: 3.125%;
    margin-left: 3.65%;
    margin-right: 3.65%;
}

/* public.css */
.one-line {
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
}
.two-line {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.clear::after {
    content: '';
    display: block;
    clear: both;
}
.pub-cont {
    max-width: 1400px;
    margin: 0 auto;
}
.pub-grey-bg {
    background: #F3F3F3
}

.pub-line {
    display: block;
    width: 30px;
    height: 4px;
    background: #8B8CA2;
}

.scroll-wrap {
    overflow: auto hidden;
}
/* header - start*/
.pub-logo {
    padding: 15px 3.65%;
    border-bottom: 1px solid #EBEBF0;
    background: #fff;
}
.pub-logo img {
    display: block;
    width: 160px;
    height: 38px;
}
.header {
    position: sticky; 
    top: 0;
    background: #fff;
    z-index: 999999;
}

.header .menu-wrap {
    padding: 0 3.65%;
    height: 50px;
}
.header .menu-list {
    float: left;
    display: flex;
    font-size: 18px;
    font-weight: bold;
}
.header .menu-item {
    position: relative;
    box-sizing: border-box;
    margin-right: 42px;
    padding-top: 15px;
    min-height: 50px;
}
.header .menu-item .menu-title {
    padding-bottom: 5px;
    border-bottom: 2px solid transparent;
}
.header .menu-item:hover .menu-title,
.header .menu-item.active .menu-title {
    border-bottom-color: #1F204C;
}
.header .sec-menu-wrap {
    display: none;
    padding: 30px 20px;
    background: #F3F3F3;
    position: absolute;
    top: 100%;
    left: -24px;
    font-size: 14px;
    white-space: nowrap;
}
.header .menu-item:hover .sec-menu-wrap {
    display: block;
}
.header .menu-item .sec-menu-list {
    display: inline-block;
    vertical-align: top;
    margin-right: 40px;
}
.header .menu-item .arrow {
    display: none;
}
.header .sec-menu-wrap .sec-menu-item {
    padding-top: 16px;
}
.header .sec-menu-wrap .sec-menu-item:first-child {
    padding-top: 0;
}

.header .sec-menu-wrap .sec-title{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}
.header .sec-menu-wrap  .sec-menu-item{
    font-size: 14px;
    font-weight: normal;
}
.header .sec-menu-wrap .sec-menu-title {
    padding-bottom: 3px;
    border-bottom: 1px solid transparent;
} 
.header .sec-menu-wrap .sec-menu-title:hover {
    border-bottom-color: #1F204C;
} 

.header .func-list {
    float: right;
    font-size: 0;
}
.header .func-item-search {
    display: inline-flex;
    align-items: center;
    line-height: 50px;
}
.header .func-item-search .icon-search{
    width: 20px;
    height: 20px;
    margin-right: 12px;
    background: url(../img/icon-search.png) center / contain no-repeat;
}
.header .func-item-search .line {
    width: 1px;
    height: 18px;
    background: #8B8CA2;
}
.header .func-item-lang {
    display: inline-flex;
    align-items: center;
    line-height: 50px;
    color: #1F204C;
}
.header .func-item-lang .icon-lang {
    width: 20px;
    height: 20px;
    margin-left: 12px;
    margin-right: 10px;
    background: url(../img/icon-lang.png) center / contain no-repeat;
} 
.header .func-item-lang .line{
    width: 1px;
    height: 18px;
    margin-left: 8px;
    margin-right: 8px;
    transform: rotate(35deg);
    background: #8B8CA2;
}

/* 小屏菜单按钮 */
.header .menu-btn {
    /* display: inline-block; */
    display: none;
    width: 50px;
    height: 50px;
    background: url(../img/icon-menu.png) center / 40px 40px no-repeat;
}
/* header - end */

/* footer - start */
.footer {
    padding-top: 5.2%;
    padding-bottom: 5.2%;
    background: #F3F3F3;
}
.footer .footer-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer .footer-left {
    display: flex;
    align-items: flex-end;
}
.footer .footer-left .col2{
    margin-left: 45%;
}
.footer .footer-right .col3 {
    margin-left: 20%;
}

.footer .logo {
    width: 160px;
    margin-bottom: 20px;
}
.footer .footer-left-item {
    display: flex;
    align-items: center;
    margin-top: 18px;
    line-height: 1.5;
}
.footer .footer-left-items a{
    display: flex;
    align-items: center;
    margin-top: 18px;
    line-height: 1.5;
}
.footer .footer-left-item .icon {
    width: 16px;
    height: 16px;
    object-fit: contain;
}
.footer .footer-left-item .desc {
    margin-left: 10px;
    white-space: nowrap;
}
.footer .col2 {
    margin-left: 70px;
}
.footer .col2 .icon {
    width: 82px;
    height: 82px;
    border-radius: 5px;
}
.footer .col2 .desc {
    margin-top: 14px;
    text-align: center;
}
.footer .footer-right {
    font-size: 0;
    flex: 1;
    text-align: right;
}
.footer .col3 {
    margin-left: 108px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
.footer .col3:first-child {
    margin-left: 0;
}
.footer .col3 .tit {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 32px;
}
.footer .col3 .item {
    display: block;
    margin-top: 20px;
    font-weight: 400;
}
.beian {
    line-height: 24px;
    padding: 8px;
    text-align: center;
    background: #E1E1E1;
    font-weight: 400;
}
  
/* footer - end */

/* 二级页面顶部 - 开始 */
.pub-top {
    position: relative;
    height: 400px;
}
.pub-top .img-bg {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.pub-top .cont-box {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
    color: #FFFFFF;
}
.pub-top .djzx-cont-box {
    color: #E32117;
}
.pub-top .cont-box .tit {
    padding-bottom: 24px;
    font-weight: bold;
}
.pub-top .cont-box .desc {
    padding-left: 20px;
    padding-right: 20px;
}
/* 二级页面顶部 - 结束 */

/* 二级页面公共导航 - 开始 */
.pub-page-nav {
    padding: 0 3.65%;
    background: #F7F7F9;
}
.pub-page-nav .pub-cont {
    display: flex;
    justify-content: space-between;
    line-height: 50px;
}
.pub-page-nav .tit {
    font-size: 48px;
    font-weight: bold;
}
.pub-page-nav .breadcrumbs {
    color: #8B8CA2;
    display: flex;
    align-items: center;
}
.pub-page-nav .breadcrumbs .link.curr {
    color: #1F204C;
}
.pub-page-nav .breadcrumbs .arrow {
    display: inline-block;
    width: 17px;
    height: 16px;
    background: url(../img/icon-arrow-right4.png) center / contain no-repeat;
    
}
.pub-page-nav .nav-list {
    display: flex;
    font-weight: bold;
    color: #1F204C;
}
.pub-page-nav .nav-item {
    padding-left: 26px;
    padding-right: 26px;
    background: #F7F7F9;
}
.pub-page-nav .nav-item.active {
    background: #1F204C;
    color: #FFFFFF;
}

.pub-page-nav2 {
    padding: 2% 3.6%;
    background: #fff;
}
.pub-page-nav-line {
    display: block;
    border-bottom: 1px solid #EBEBF0;
}
/* 二级页面公共导航 - 结束 */


/* 公共大标题 - 开始 */
.pub-tit {
    padding-top: 3.6%;
    font-weight: bold;
    text-align: center;
}
.pub-desc {
    padding-top: 12px;
    padding-bottom: 2.6%;
    color: #4A4C6E;
    text-align: center;
}
/* 公共大标题 - 结束 */

/* 查看详情 */
.pub-more {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 147px;
    line-height: 44px;
    border: 1px solid #CBCACA;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    color: #fff;
}
.pub-more .arrow {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../img/icon-arrow-right2.png) center / contain no-repeat;
}
.ckxq{
  margin-right: 6px;
}

/* 分页 */
input::-webkit-outer-spin-button, 
input::-webkit-inner-spin-button{
    -webkit-appearance: none !important; 
}
input[type="number"]{
    -moz-appearance:textfield;
}
.pub-page {
    margin-top: 60px;
    line-height: 36px;
    color: #666666;
    text-align: center;
    font-size: 0;
}
.pub-page .pre,
.pub-page .next {
    display: inline-block;
    box-sizing: border-box;
    margin-left: 7px;
    margin-right: 7px;
    width: 68px;
    border: 1px solid #F2F2F6;
    color: #666666;
}
.pub-page .pre::before {
    content: '上一页';
}
.pub-page .next::after {
    content: '下一页';
}
.pub-page .num {
    display: inline-block;
    box-sizing: border-box;
    width: 38px;
    border: 1px solid #F2F2F6;
    
}
.pub-page .num.cur-page {
    color: #fff;
    background: #1F204C;
}
.pub-page .txt,
.pub-page .input,
.pub-page .num,
.pub-page .confirm-btn {
    margin-left: 7px;
    margin-right: 7px;
}
.pub-page .input {
    display: inline-block;
    box-sizing: border-box;
    width: 46px;
    height: 38px;
    outline: none;
    appearance: none;
    border: 1px solid #F2F2F6;
    vertical-align: middle;
}
.pub-page .confirm-btn {
    box-sizing: border-box;
    display: inline-block;
    width: 50px;
    height: 38px;
    text-align: center;
    background: #1F204C;
    color: #fff;
    vertical-align: middle;
}
.pub-page .phone-num {
    display: none;
}

.sub-page-ptb {
    padding-top: 3.65%;
    padding-bottom: 3.125%;
}

/* 回到顶部 */
.go-top {
    display: none;
    position: fixed;
    right: 10px;
    bottom: 18%;
    cursor: pointer;
}
.go-top img {
    width: 50px;
    height: 50px;
}

/* 公共盒子 - 左右结构 */
.pub-box-lr {
    display: flex;
    justify-content: space-between;
}
.pub-box-lr .left {
    flex: 1;
}
.pub-box-lr .right {
    margin-left: 4.68%;
    flex-shrink: 1;
}

/* 详情右侧公共顶部功能按钮 */
.pub-detail-fun {
    line-height: 36px;
    padding-top: 95px;
    padding-bottom: 40px;
    font-size: 0;
    color: #4A4C6E;
}
.pub-detail-fun .return-icon {
    display: inline-block;
    padding-left: 36px;
    background: url(../img/detail-icon1.png) left center / 24px auto no-repeat;
}
.pub-detail-fun .line {
    display: inline-block;
    height: 20px;
    margin-left: 24px;
    margin-right: 24px;
    border-right: 1px solid #E1E1EB;
}
.pub-detail-fun .share-icon {
    cursor: pointer;
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #292B6F url(../img/detail-icon2.png) center / 14px 14px no-repeat;
}
.pub-detail-fun .print-icon {
    cursor: pointer;
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin-left: 30px;
    background: #292B6F url(../img/detail-icon3.png) center / 18px 18px no-repeat;
}

/* 详情右侧公共盒子 */
.pub-box-lr .right .bottom {
    padding: 40px 30px;
    border: 5px solid #F3F3F3;
}

/* 表单元素 */
.pub-form .form-ele {
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #EBEBF0;
    margin-bottom: 20px;
    padding-left: 13px;
    padding-right: 13px;
    outline: none;
    appearance: none;
}
.pub-form select.form-ele {
    background: url(../img/icon-arrow-down.png) 97% center / 12px 12px no-repeat;
}
.pub-form .button-ele.form-ele {
    height: 44px;
    line-height: 44px;
    background: #1F204C;
    color: #FFFFFF;
    margin-bottom: 0;
}
.pub-form textarea.form-ele {
    height: 80px;
    resize: none;
}

/* 案例 */
.pub-search-list {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: left;
    margin: 0 auto -30px;
}
  
  .pub-search-list .pub-search-content {
    width: 32%;
    background: #F7F7F9;
    margin-right: 2%;
    margin-bottom: 30px;
  }
  .pub-search-list .pub-search-content:nth-child(3n) {
      margin-right: 0;
  }
  
  .pub-search-list .pub-search-content .img-box {
      position: relative;
      padding-top: 67%;
      overflow: hidden;
  }
  .pub-search-list .pub-search-content img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
  }
  .pub-search-list .pub-search-content .hover-cont {
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, .6);
      transition: top .5s;
  }
  .pub-search-list .pub-search-content .hover-cont .pub-more {
      position: relative;
      top: 50%;
      transform: translateY(-50%);
  }
  .pub-search-list .pub-search-content:hover .hover-cont {
      top: 0;
  }
  
  .pub-search-list .pub-search-content .text {
    height: 60px;
    color: #1F204C;
    font-weight: bold;
    width: 86%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    margin: 0 auto;
    text-align: center;
    line-height: 60px;
  }
  .img-box img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* 新闻列表 */
    .pub-news-content {
        /* margin-top: 2.14%; */
        display: flex;
        flex-direction: row;
        padding-bottom: 30px;
        border-bottom: 1px solid #EBEBF0;
        margin-bottom: 30px;
        padding-top: 30px;
        padding-left: 3.56%;
        padding-right: 3.56%;
        max-width: 1400px;
        margin: 0 auto;
      }
      .hoverBJ:hover{
        background:#F7F7F9 ;
      }
      .pub-news-content:last-child {
          margin-bottom: 0;
      }
      .pub-news-content .pub-search-contentNTit {
        font-weight: bold;
      }
      
      .pub-news-content .source {
        margin-left: 3.21%;
      }
      
      .pub-news-content .text {
        margin-top: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-height: 1.7;
      }
      .pub-news-content .img-box {
          position: relative;
          width: 23.14%;
          padding-top: 12.85%;
          margin-right: 2.86%;
          flex: none;
      }
      .pub-news-content .news-right {
        display: flex;
        flex-direction: column;
        align-content: space-between;
        justify-content: space-between;
        width: 100%;
      }
      
      .pub-news-content .news-bottom {
        display: flex;
        justify-content: space-between;
      }
      
      .pub-news-content .bottomLeft {
        flex: 1;
      }
      
      .pub-news-content .bottomRight {
        font-weight: bold;
        display: flex;
        white-space: nowrap;
        /* width: 20%; */
        align-items: center;
      }
      
      .pub-news-content .rightIcon {
        width: 14px;
        height: 14px
      }
  
      /* 业务图文 */
.pub-show-list  {
    width: 100%;
    /* padding: 0 3.7%; */
    max-width: 100%;
    margin-bottom: 4.3%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    box-sizing: border-box;
    align-items: flex-start;
    padding: 0 12px;
}
/* 业务模块 */
.pub-show-list .show-item {
    width: 23.4%;
    height: 340px;
    margin-right: 2.1%;
    padding: 1.55%; 
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    background: linear-gradient(180deg, #999999 0%, #CCCCCC 100%);
}
/* 业务模块 */
.pub-show-list .Mascarilla {
    
    width: 100%;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    bottom: -100%;
    background: #000000;
    opacity: 0.6;
    transition: all .5s;
}
.pub-show-list .show-item:hover .Mascarilla {
    top: 0;
    bottom: 0;
}
.pub-show-list .Mascarilla > a {
    border: 1px solid#fff;
    position: absolute;
    left: 25%;
    right: 0;
    top: 50%;
    bottom: 0;
    width: 147px;
    height: 44px;
    line-height: 44px;
}
.pub-show-list .Mascarilla > a > img {
 margin-left: 6px;
 margin-bottom: 2px;
}
.pub-show-list :nth-child(4) {
    margin-right: 0%;
}
.pub-show-list :nth-child(8) {
    margin-right: 0%;
}
.pub-show-list .show-item> .describe {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 30px;
} 
.pub-show-list .box-text {
    width: 100%;
}
/* 业务具体介绍 */
.pub-show-list .box-text >img{
    width: 100%;
    height: 52.58%;
    padding:0 6.9%;
    position: absolute;
    bottom: 5%;
    left: 0;
    right: 0;
    margin: auto;
    box-sizing: border-box;
} 

@media only screen and (max-width: 1400px){
    .pub-show-list .show-item{
        width: 23.87%;
        height: 340px;
        margin-right: 1.5%;
        padding: 1.55%; 
    }
    .pub-show-list :nth-child(4){
        margin-right: 0%;
    } 
    .footer .footer-left .col2{
        margin-left: 40%;
    }
    .footer .footer-right .col3 {
        margin-left: 15%;
    }
  
}
@media only screen and (max-width: 1240px) {
    .pub-search-list .pub-search-content {
        width: 49%;
        background: #F7F7F9;
        margin-right: 2%;
    }
    .pub-search-list .pub-search-content:nth-child(3n) {
        margin-right: 2%;
    }
    .pub-search-list .pub-search-content:nth-child(2n) {
        margin-right: 0;
    }

    .pub-search-list .pub-search-content .text {
        height: 52px;
        color: #1F204C;
        font-weight: bold;
        width: 86%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        margin: 0 auto;
        text-align: center;
        line-height: 52px;
    }

    .pub-show-list .show-item{
        width: 48.9%;
        height: 340px;
        margin-right: 2.1%;
        margin-bottom: 1.5%;
        padding: 1.55%; 
    }
    .pub-show-list :nth-child(2){
        margin-right: 0%;
    } 
    .pub-show-list :nth-child(4){
        margin-right: 0%;
    } 
    .pub-show-list :nth-child(3){
       margin-bottom: 0%;
    } 
    .pub-show-list :nth-child(4){
       margin-bottom: 0%;
    } 
    .pub-show-list .box-text >img{
        width: 70%;
        padding: 0 3.9%;
        bottom: 3%;
    } 
    .footer .footer-left .col2{
        margin-left: 30%;
    }
    .footer .footer-right .col3 {
        margin-left: 15%;
    }

}
@media only screen and (max-width: 1000px) {
    .footer .footer-left .col2{
        margin-left: 20%;
    }
    .footer .footer-right .col3 {
        margin-left: 10%;
    }
 }
 @media only screen and (max-width: 850px) {
    .footer .footer-left .col2{
        margin-left: 15%;
    }
    .footer .footer-right .col3 {
        margin-left: 0%;
    }
 }
@media only screen and (max-width: 768px) { 
    
  .pub-search-list .pub-search-content {
    width: 100%;
    background: #F7F7F9;
    margin-right: 1%;
    margin-top: 5%;
  }

  .pub-search-list .pub-search-content .text {
    height: 52px;
    color: #1F204C;
    font-weight: bold;
    width: 86%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    margin: 0 auto;
    text-align: center;
    line-height: 52px;
  }
  .pub-news-content {
    flex-direction: column;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .pub-news-content .img-box {
    width: 100%;
    padding-top: 40%;
    margin-bottom: 6px;
  }
  .pub-news-content .news-bottom {
    margin-top: 10px;
  }
  .pub-news-content .text {
    margin-top: 10px;
  }
  .pub-news-content .pub-search-contentNTit {
    margin-top: 10px;
  }
  .pub-show-list .show-item{
    width: 100%;
    height: 340px;
    margin-right: 0%;
    margin-bottom: 1.5%;

    padding: 1.55%; 
  }
  .pub-show-list :nth-child(4){
    margin-bottom: 0%;
  } 
  .pub-show-list .box-text >img{
    width: 60%;
    padding: 0 3.9%;
    bottom: 1.5%;
  } 
  #page .tiaozhuan{
    display: none;
  }
  .footer .footer-left{
    justify-content: space-between;
  }
  .footer .footer-left .col2{
    margin-left: 0%;
  }
  .footer .footer-right .col3 {
    margin-left: 0%;
  }
}