.box .active {
    color: #005bac;
}

.box header .container {
    margin-top: 0;
}

.box header .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 72px;
}

.box header .header_right .right_ul {
    display: flex;
}

.box header .header_right .right_ul li {
    cursor: pointer;
    font-size: 16px;
    margin-left: 33px;
}

.box header .header_right .right_ul li img {
    width: 16px;
    display: inline-block;
    vertical-align: middle;
}

.box header .header_right .right_ul li .col {
    color: #005bac;
}

.box footer {
    margin-top: 22px;
    height: 308px;
    background-image: url("../img/footer.png");
    color: #fff;
}

.box footer .content {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
}

.box footer .content .left {
    display: flex;
}

.box footer .content .left .item {
    margin-right: 130px;
}

.box footer .content .left .item h3 {
    cursor: pointer;
    font-size: 18px;
}

.box footer .content .left .item ul {
    margin-top: 15px;
}

.box footer .content .left .item ul li {
    cursor: pointer;
    margin-bottom: 8px;
    font-size: 14px;
}

.box footer .content .right {
    display: flex;
    margin-top: 8px;
    line-height: 2;
}

.box footer .content .right img {
    width: 82px;
    height: 82px;
    margin-right: 40px;
}

.box footer .content .right p {
    font-size: 14px;
}

.box footer .text {
    margin-top: 10px;
    font-size: 14px;
    text-align: center;
}

.container,
.container_title {
    /* margin-top: 50px; */
}

.container .title .title_h2,
.container_title .title .title_h2,
.programme .title .title_h2 {
    position: relative;
    font-size: 22px;
    text-align: center;
    color: #333333;
}

.container .title .title_h2::after,
.container_title .title .title_h2::after,
.programme .title .title_h2::after {
    position: absolute;
    left: 50%;
    bottom: -17px;
    transform: translate(-50%, 0%);
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background-color: #005bac;
}

.container .title .title_p {
    margin-top: 35px;
    margin-bottom: 5px;
    font-size: 14px;
    color: #666666;
    text-align: center;
}

.container .system {
    display: flex;
    justify-content: space-between;
}

.container .system .content {
    margin-top: 45px;
    margin-bottom: 75px;
}

.container .system .content .content_item {
    width: 360px;
    margin: 0 5px;
}

.container .system .content .content_item .item_hear {
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: #eef2f7 0px 0px 5px 2.5px;
}

.container .system .content .content_item .item_hear img {
    margin-right: 12px;
}

.container .system .content .content_item .item_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 18px;
}

.container .system .content .content_item .item_box .item_box_left {
    width: 35%;
    height: 144px;
    box-shadow: #eef2f7 0px 0px 5px 2.5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container .system .content .content_item .item_box .item_box_left img {
    margin-right: 12px;
}

.container .system .content .content_item .item_box .item_box_right {
    width: 60%;
    height: 144px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.container .system .content .content_item .item_box .item_box_right .item_row {
    height: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: #eef2f7 0px 0px 5px 2.5px;
}

.container .system .content .content_item .item_box .item_box_right .item_row img {
    margin-right: 12px;
}

.container .system .content .content_middle {
    width: 360px;
    margin: 0 5px;
}

.container .system .content .content_middle .item_hear {
    margin-top: 18px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: #eef2f7 0px 0px 5px 2.5px;
}

.container .system .content .content_middle .item_hear img {
    margin-right: 12px;
}

.container .system .content .content_middle .item_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 18px;
}

.container .system .content .content_middle .item_box .item_box_left {
    width: 35%;
    height: 144px;
    box-shadow: #eef2f7 0px 0px 5px 2.5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container .system .content .content_middle .item_box .item_box_left img {
    margin-right: 12px;
}

.container .system .content .content_middle .item_box .item_box_right {
    width: 60%;
    height: 144px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.container .system .content .content_middle .item_box .item_box_right .item_row {
    height: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: #eef2f7 0px 0px 5px 2.5px;
}

.container .system .content .content_middle .item_box .item_box_right .item_row img {
    margin-right: 12px;
}

.container_title .content {
    width: 1200px;
    margin: 0 auto;
}

.container_title .content .content_title {
    width: 98%;
    background-color: #F7F7F7;
    margin: 50px auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.content .content_title img {
    width: 170px;
    margin: 35px 0;
}

.content .content_title div {
    width: 70%;
}

.container_title .content .content_title_img {
    width:100%;
    margin: 0 auto;
}

.programme {
    padding-top: 50px;
    margin-top: 50px;
}

.programme .programme_box {
    width: 1200px;
    margin: 0 auto;
    padding: 65px 0 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.programme .programme_box .programme_row {
    width: 48%;
    background-image: url(../../images/zhihuijunying/renche_border.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-bottom: 65px;
    box-shadow: 5px 5px 2px 3px #ededed;
    position: relative;
}

.programme .programme_box .programme_row_img {
    width: 57px;
    height: 57px;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.programme_box .programme_row .programme_row_title {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 30px 0 20px;
}

.programme_box .programme_row .programme_row_text {
    margin: 0 55px 40px;
    text-align: center;
    color: #7F7F7F;
}

.list {
    width: 1200px;
    margin: 50px auto;
}

.list .list_row {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    height: 198px;
}

.list .list_row .list_row_text {
    width: 72%;
    height: 100%;
    background-color: #F7F7F7;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.list_row .list_row_text .list_row_text_row {
    display: flex;
    margin: 15px 0;
}

.list_row_text_row .row_text div:nth-of-type(1) {
    font-weight: bold;
}

.list_row_text_row .row_text div:nth-of-type(2) {
    color: #797979;
}

.list_row_text .list_row_text_row .blue_circle {
    width: 10px;
    height: 10px;
    border: 1px solid #075FAE;
    border-radius: 50%;
    margin: 8px 10px 0 20px;
}
.list_row_text .list_row_text_row .row_text{
    width: 94%;
}

.list .list_row .list_row_title {
    width: 28%;
    height: 100%;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    position: relative;
}
.list .list_row .list_row_title img{
    width: 100%;
    height: 100%;
}

.list .list_row .list_row_titler {
    width: 28%;
    height: 100%;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: relative;
}
.list .list_row .list_row_titler img{
    width: 100%;
    height: 100%;
}

/* .list_row .list_row_title div:nth-of-type(1) {
    font-size: 22px;
    line-height: 22px;
    font-weight: bold;
    margin-right: 15px;
}

.list_row .list_row_titler div:nth-of-type(1) {
    font-size: 22px;
    line-height: 22px;
    font-weight: bold;
    margin-left: 15px;
}

.list_row .list_row_title div:nth-of-type(2) {
    font-size: 19px;
    line-height: 19px;
    margin: 15px 15px 0 0;
}

.list_row .list_row_titler div:nth-of-type(2) {
    font-size: 19px;
    line-height: 19px;
    margin: 15px 0 0 15px;
}

.list_row .list_row_title img {
    width: 31px;
    height: 9px;
    position: absolute;
    bottom: 20px;
    right: 15px;
}

.list_row .list_row_titler img {
    width: 31px;
    height: 9px;
    position: absolute;
    bottom: 20px;
    left: 15px;
}

.list .list_row .list_row_img {
    width: 10%;
    height: 198px;
    background-color: #548FED;
    display: flex;
    justify-content: center;
    align-items: center;
} */

  
/*
 智慧军营 移动端响应式
*/
@media only screen and (max-width: 600px), only screen and (max-device-width:400px) {
    html {
      font-size:140px;
    }
  }
  @media only screen and (max-width: 500px), only screen and (max-device-width:400px) {
    html {
      font-size:110px;
    }
  }
  @media only screen and (max-width: 400px), only screen and (max-device-width:375px) {
    html {
      font-size:100px;
    }
  }
  @media only screen and (max-width: 365px), only screen and (max-device-width:320px) {
    html {
      font-size:85px;
    }
  }
  
  @media  (min-width:320px) and (max-width: 768px) {
    .list {
        width: 100%;
        margin: 0.2rem auto;
    }
    .programme .programme_box {
        width: 100%;
        margin: 0 auto;
        padding: 65px 0 0;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .container_title .content {
        width: 100%;
        margin: 0 auto;
    }
    .list .list_row .list_row_title img {
        width: 100%;
        display: none;
        height: 100%;
    }
    .list .list_row .list_row_text {
        width: 100%;
        height: 100%;
        background-color: #F7F7F7;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .list .list_row {
        display: flex;
        align-items: center;
        margin-bottom: 0.2rem;
        height: auto;
    }
    .list .list_row .list_row_title{
        display: none;
    }
    .list .list_row .list_row_titler{
        display: none;
    }
    .programme .programme_box .programme_row {
        width: 45%;
        background-image: url(../../images/zhihuijunying/renche_border.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        margin-bottom: .4rem;
        box-shadow: none;
        position: relative;
    }
    .container_title .title{
        margin-top: 0.1rem;
      }
    .container_title .content .content_title {
        margin: .4rem auto;
        flex-wrap: wrap;
    }
    .content .content_title img {
        width: 170px;
        margin:  0;
    }
    
    .content .content_title div {
        width: 90%;
        margin-bottom: 0.1rem;
        font-size: 0.12rem;
    }
    .programme {
        padding-top: .2rem;
        margin-top: .2rem;
    }
    .programme .programme_box .programme_row_img {
        width: 0.4rem;
        height: 0.4rem;
        position: absolute;
        top: -20px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }
    .programme_box .programme_row .programme_row_title {
        font-size: .15rem;
        font-weight: bold;
        text-align: center;
        margin: .3rem 0 .10rem;
    }
    .programme_box .programme_row .programme_row_text {
        margin: 0 .1rem .2rem;
        font-size: 0.12rem;
    }
    .container .title{
        margin-top: .1rem;
    }
    .container .title .title_h2, .container_title .title .title_h2, .programme .title .title_h2{
        position: relative;
        font-size: 0.2rem;
        text-align: center;
        color: #333333;
      }
      .list_row_text_row .row_text div:nth-of-type(1) {
        font-weight: bold;
        font-size: 0.15rem;
    }
    .list_row_text_row .row_text div:nth-of-type(2) {
        color: #797979;
        font-size: 0.12rem;
        margin-right: 0.1rem;
    }
    .list_row .list_row_text .list_row_text_row {
        display: flex;
        margin: 0.1rem 0;
    }
      .container1 .title .title_p {
        margin-top: .3rem;
        margin-bottom: .05rem;
        margin-right: .1rem;
        font-size: .12rem;
        color: #666666;
        text-align: end;
    }
      .container1 .content .content_flex {
        margin-top: .2rem;
        display: flex;
        padding: .20rem;
        background-color: #f7f7f7;
        flex-wrap: wrap;
      }
      .container1 .content .content_item a{
        flex-wrap: wrap;
      }
      .container1 .content .content_item .flex_left {
        width: 100%;
      }
      .container1 .content .content_item .left {
        margin-left: 0;
      }
      .container1 .content .content_item .flex_right h3 {
        margin-top: .4rem;
        font-size: .20rem;
    
      }
      .container1 .content .content_flex .flex_left {
        width: 100%;
      }
      .container1 .content .content_flex .flex_right {
        margin-top: 0.1rem;
        margin-left: 0;
      } 
      .container1 .content .content_flex .flex_right h3 {
        /* margin-top: 40px; */
        font-size: .2rem;
        color: #333333;
      }
      .container1 .content .content_flex .flex_right p {
        margin-top: .1rem;
        font-size: .12rem;
        color: #777777;
    }
      .container .title .title_p, .container1 .title .title_p {
        margin-top: .25rem;
        margin-bottom: 0px;
      }
      .container .system {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 0.3rem;
      }
 
    .container .system .content {
        margin: 0 auto;
        margin-top: 0.2rem;
        margin-bottom: 0rem;
        width: 98%;
    }
    .container .system .content img {
        width: .25rem;
    }
    .container .system .content .content_middle {
        width: 96%;
        margin: 0 auto;
        font-size: 0.12rem;
    }
    .container .system .content .content_item {
        width: 96%;
        margin: 0 auto;
        font-size: 0.12rem;
    }
  }
  
  