  /*    .navbar-nav li {
         width: 130px;
     } */
      .its-navigation .navbar-nav > li > a{
             padding: 14px 10px !important;
     }
      .page-title  {
            
            height: 200px;
            background: url(../img/qdbanner.png) no-repeat center;
        }
        .head h1{
            font-size: 30px;
            font-weight: 600;
            padding-left: 50px;
            color: #fff;
            margin-top: 40px;
        }
        .head p {
            font-size: 16px;
            color: #fff;
            padding-left: 50px;
            margin-top: 20px;
            width: 56%;
            line-height: 1.8;
        }
        .page-title .container {
        }
        .flex-wrapper {
            list-style: none;
            padding-left: 0;
            display: flex;
            flex-wrap: wrap;
        }
        .flex-item {
            margin-left: 20px;
            width: calc(33.3% - 20px);
            background-color: #F8F8F8;
            padding: 14px;
            margin-top: 20px;
            font-size: 18px;
            font-weight: 600;
            position: relative;
            cursor: pointer;
            background: #f6f7fb url(../img/qd-pre.png) no-repeat 352px center;
        }
        .flex-item a {
            font-size: 18px;
            color: #333333;
            display: block;
            text-indent: 73px;
            background: url(../img/hicon_4.png) no-repeat 20px center;
}
        .flex-item:hover {
            transition: .2s ease;
            background: #5990c6 url(../img/qd-pre1.png) no-repeat 352px center;
        }
        .flex-item:hover a{ 
            color: #fff;
            background: url(../img/hicon_41.png) no-repeat 20px center;
        }
