
.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,.container1 {
    margin-top: 50px;
  } */
  .container .title,.container1 .title {
    border-bottom: 1px solid #ccdeee;
  }
  .container .title .title_h2,.container1 .title .title_h2 {
    position: relative;
    font-size: 22px;
    text-align: center;
    color: #333333;
    margin-top: 20px;
  }
  .container .title .title_h2::after,.container1 .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,.container1 .title .title_p {
    margin-top: 35px;
    margin-bottom: 5px;
    font-size: 14px;
    color: #666666;
    text-align: center;
  }
  .container1 .content {
    margin-bottom: 55px;
  }
  .container1 .content_jyxt .content_item>a{
    display: block!important;
    width: 100%;
  }
  .container1 .content_jyxt .content_item .flex_left{
    width: 540px!important;
    height: 292px!important;
    float: left;
  }
  .container1 .content_jyxt .content_item .flex_right{
      float: left;
      width: 590px;
  }
  .container1 .content .content_item {
    margin: 45px 5px 0;
    display: flex;
    padding: 20px;
    box-shadow: #eef2f7 0px 0px 5px 2.5px;
  }
  .container1 .content .content_item .flex_left {
    /* width: 551px; */
  }
  .container1 .content .content_item .flex_right h3 {
    margin-top: 40px;
    font-size: 22px;
    color: #333333;
  }
  .container1 .content .content_item .flex_right p {
    margin-top: 20px;
    font-size: 15px;
    color: #777777;
    text-align: left;
  }
  .container1 .content .content_item .left {
    margin-left: 20px;
  }

  .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 a{
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .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 a{
    height: 144px;
    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 a{
    height:100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .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 a{
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .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 a{
    display: flex;
    align-items: center;
    justify-content: center; 
    height: 144px;
  }
  .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 a{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .container .system .content .content_middle .item_box .item_box_right .item_row img{
    margin-right: 12px;
  }


    /*
 智慧军营 移动端响应式
*/
@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) {
  .container_b .title{
    margin-top: 0.1rem;
  }
  .container, .container1 {
    width: 100% !important; 
    margin: 0 auto;
    overflow: hidden;
    z-index: 999;
    
}
.container1 .content {
  width: 98%;
  margin: 0 auto;
  margin-bottom: .3rem;
}

.container1 .content .content_item {
  margin:  0.2rem 0.1rem;
  display: flex;
  padding: 0.1rem;
  box-shadow: #eef2f7 0px 0px 5px 2.5px;
}
.container1 .content .content_item a{
  align-items: center;
  flex-direction: column;
}
.container1 .content .content_item .flex_left {
  width: 100%!important;
  height: auto!important;
  /* width: 1.5rem; */
}
.container1 .content .content_item .left {
  margin-left: 0;
}
.container1 .content .content_item .flex_right {
  margin: 0 0.1rem ;
  width: 100%;
}
.container1 .content .content_item .flex_right h3 {
  margin-top: .1rem;
  font-size: .15rem;
}
.container1 .content .content_item .flex_right p {
  margin-bottom: 0.1rem;
  margin-top: 0rem;
  font-size: .12rem;
  color: #777777;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.container .title, .container1 .title {
  border-bottom: 1px solid #ccdeee;
  margin: 0.1rem 0 0 0;
}
  .container .title .title_h2,.container1 .title .title_h2 {
    position: relative;
    font-size: 0.2rem;
    text-align: center;
    color: #333333;
  }
  .container1 .title .title_p {
    margin-top: .3rem;
    margin-bottom: .1rem;
    margin-right: 0rem;
    font-size: .12rem;
    color: #666666;
    text-align: center;
}
  .container1 .content .content_flex {
    margin-top: .2rem;
    display: flex;
    padding: .20rem;
    background-color: #f7f7f7;
    flex-wrap: wrap;
  }

  .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 {
    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;
}
}
