/* CSS Document */

@media (max-width:1199.98px){
  .wrap{
    width:90%;
  }
  .pc{
    display: none;
  }
  .moblie{
    display: block;
  }
  /* 顶部 */
  header{
    padding: 0;
    height: 52px;
    overflow:hidden;
  }
  header .logo{
    width:100%;
    padding: 10px 66px 10px 10px;
  }
  header .logo img{
    max-width:100%;
  }
  header .phone{
    display: none;
  }
  .navbar-brand img{
    max-height: 60px;
  }
  .navbar{
    background-color: transparent;
    position: absolute;
    top:0;
    right: 0;
    z-index: 999;
    width: 100%;
    padding-top: 52px;
  }
  .navbar .show{
    width: 100%;
    background-color: #333333;
  }
  .navbar-light .navbar-toggler{
    position: absolute;
    right: 5px;
    top: 6px;
  }
  .navbar-nav li{
    width:100%;
    line-height: 42px;
  }
  .navbar-light .navbar-nav .nav-link{
    width:100%; border-bottom:1px solid #eee;
    font-size: 16px;
  }
  .active .dropdown-toggle::after{ 
    display: none;
  }

  .pad35 {
    padding-top: 20px;
    padding-bottom: 20px;
}
#carouselExampleIndicators .carousel-inner .carousel-item img{
  max-width: 180%;
}
  /* banner */
  .banner{
    height:160px;
  }
  /* 二级菜单 */
  .subnav{
    height: 46px;
  }
  .subnav a{
    font-size: 16px;
    margin: 0 10px;
  }
  .padding60{
    padding:30px 0;
  }
  .content{
    font-size: 16px;
  }
.content img{
    max-width:100%;
	height:auto !important;
  }
  /* 底部 */
  footer{
    padding: 10px 0;
  }
  footer span{
    font-size: 14px;
  }
  footer .f1{
    flex-flow: column;
    padding-bottom: 20px;
  }
  .f1 .f1L{
    margin-right: 0;
  }
  .f1 .f1R{
    flex-flow: wrap;
  }
  .f1 .f1R dl{
    margin:0 10px;
  }
  .f1 .f1R dl dt{
    font-size: 20px;
  }
  .f1 .f1R dl dd{
    font-size: 16px;
    margin-top: 5px;
  }
  .f1 .f1R dl.f1last dd{
    margin-top: 5px;
  }
  footer .f2{
    font-size: 14px;
    padding:10px 0;
  }
  footer .f3 span{
    padding-right: 0;
    display: block;
  }
  footer .f3 a{
    font-size: 14px;
  }
  footer .f1last{
    display: none;
  }
  .floatwnd{
    display: none;
  }
  /* 首页 */
  .con1{
    flex-flow: column;
  }
  .con1 .col{
    width:100%;
  }
  .con1 .col .num{
    font-size: 20px;
    height: 48px;
  }
  .con1 .col .num span{
    font-size: 48px;
    line-height: 48px;

  }
  .con2, .con3, .con4, .con5, .con6, .con7, .con8, .con9{
    padding:30px 0;
  }
  .con2 h1, .con3 h1, .con4 h1, .con5 h1, .con6 h1, .con7 h1, .con8 h1, .con9 h1{
    font-size: 26px;
  }
  .con2 h2, .con3 h2, .con4 h2, .con5 h2, .con6 h2, .con7 h2, .con8 h2, .con9 h2{
    font-size: 22px;
  }
  .c2{
    padding-top: 22px;
    flex-flow: column;
    align-items: center;
    justify-content: flex-start;
  }
  .c2 .c2_right{
    flex-flow: column;
    align-items: center;
    justify-content: flex-start;
  }
  .c2 .c2_right .row{
    margin-left: 0;
    margin-right: 0;
    margin-top: 15px;
  }
  .c3{
    justify-content: center;
  }
  .c3 .item{
    margin: 0;
    width:50%;
  }
  .c3_nav{
    flex-flow: wrap;
    justify-content: space-between;
    width: 90%;
    margin: auto;
  }
  .c3_nav li {
    margin-left: 0;
    margin-top:10px;
  }
  .c3_bottom{
    justify-content: center;
  }
  .c3_bottom p{
    display: none;
  }
  .con4{
    background-size: auto 100%;
  }
  .con4 ul{
    padding-top: 30px;
    flex-flow: column;
  }
  .con4 ul li{
    width: 100%;
    border-left:none;
  }
  .con5 ul{
    flex-flow: wrap;
    padding-top: 30px;
  }
  .con5 ul li{
    width:50%;
    align-items: center;
  }
  .con5 ul li span{
    font-size: 20px;
    padding-bottom: 15px;
  }
  .con6{
    display: none;
  }
  #owl-demo{
    width:100%;
  }
  #owl-demo.owl-theme .owl-controls .owl-buttons div.owl-prev{
    left: 0;
  }
  #owl-demo.owl-theme .owl-controls .owl-buttons div.owl-next{
    right: 0;
  }
  .con8 ul{
    justify-content: center;
  }
  .con9 ul li img{
    max-width:100%;
  }
  .con9 ul li span{
    font-size: 18px;
  }
  .con9 ul li{
    margin-right: 0;
  }
  /* 关于我们 */
  .ab01{
    background-size: auto auto;
    background-position: 0 0;
    justify-content: flex-start;
    height: calc(100% - 52px);
  }
  .ab01 h2{
    font-size: 50px;
    padding-top: 30px;
  }
  .ab01 span{
    padding: 10px 0 0 0;
  }
  .ab01 i{
    margin:10px 0;
  }
  .ab01 p{
    font-size: 22px;
  }
  .ab02{
    padding-top: 15px;
  }
  .ab02_r{
    width:80px;
  }
  .ab_tit01{
    font-size: 30px;
  }
  .ab_tit02{
    font-size: 24px;
  }
  .ab02_l li{
    padding: 10px 0;
    font-size: 16px;
  }
  .ab03_bg{
    display: none;
  }
  .ab03_wrap{
    height:400px;
  }
  .ab03{
    width: 100%;
    margin-top: 0;
    top: 0;
    padding:0 10px;
    height: 100%;
    justify-content: flex-start;
  }
  .ab03_tit01{
    font-size: 30px;
    padding-top: 30px;
  }
  .ab03_tit02 {
    font-size: 30px;
  }
  .ab03_con{
    font-size: 18px;
  }
  .ab04{
    align-items: flex-start;
    flex-flow: wrap;
    height: auto;
    padding-top: 30px;
  }
  .ab04 ul{
    width: 250px;
  }
  .ab04 ul li{
    width: 100%;
    /* padding: 10px; */
    margin: 10px 0;
    font-size: 16px;
  }
  .ab04_img{
    width:100%;
    text-align: center;
    padding-top: 20px;
  }
  .ab04_img img{
    max-width:50%;
  }
  .ab05_tit01{
    font-size: 34px;
  }
  .ab05_tit02{
    font-size: 30px;
  }
  .contact li i{
    width: 90px;
    height: 90px;
    background-size: auto 50px;
  }
  .contact span{
    font-size: 14px;
    padding-top: 10px;
  }
  .contact p{
    font-size: 12px;
  }
  .address li.item{
    width:48%;
    padding: 10px 10px 0;
    height: 140px;
  }
  .address li.item p.title{
    font-size: 18px;
  }
  .address li.item span.con{
    font-size: 14px;
  }

  /* 案例 */
  .show{
    flex-flow: column;
  }
  .caseshow1{
    font-size: 26px;
    padding: 20px 0;
  }
  .caseshow2 li p{
    font-size: 14px;
  }
  .caseshow2 li span{
    font-size: 14px;
  }

  .like, .like_new{
    flex-flow: column;
  }
  .list_title{
    padding-bottom: 20px;
  }
  .like li, .like_new li{
    margin-left: 0;
    margin-top: 10px;
  }
  .like li img, .like_new li img{
    max-width:100%;
  }

  /* 新闻 */
  .news .item{
    flex-flow: column;
  }
  .news .item .new_img{
    width:100%;
    height: auto;
  }
  .news .item .new_img img{
    max-width:100%;
  }
  .news .item .new_con{
    margin-left: 0;
    width:100%;
  }
  .news .item .new_con h2{
    font-size: 20px;
    padding-top:10px;
  }
  .news .item .new_con i{
    margin: 10px 0;
    font-size: 16px;
  }
  .news .item .new_con span{
    font-size: 14px;
  }
  .newshow{
    padding:20px 0;
  }
  .newshow h2{
    font-size: 20px;
  }
  .like_new li p span{
    font-size: 18px;
  }

  /* 合作伙伴 */
  .partner_banner{
    height: auto;
  }
  .partner_banner img{
    max-width: 100%;
  }
  .partner01{
    position: relative;
    top:0;
    flex-flow: column;
    align-items: center;
  }
  .partner02{
    margin-top: 20px;
  }
  .partner02 h2{
    font-size: 28px;
  }
  .partner02 .item{
    width:100%;
    background-size: 100% auto;
  }

  .service{
    height: 580px;
    padding-top: 30px;
  }
  .service .ser_tit01{
    font-size: 30px;
  }
  .service .ser_tit02{
    padding: 5px 25px;
    font-size: 20px;
  }
  .ser{
    height: 445px;
  }
  .ser_con{
    width: 100%;
    background-size: 90% auto;
  }

  /* 智慧党建 */
  .zhdj01{
    height: 330px;
    background-size: auto 100%;
  }
  .zhdj01 .tit04{
    margin-bottom: 15px;
    line-height: 150%;
  }
  .tit01{
    font-size: 22px;
  }
  .tit02 {
    font-size: 18px;
  }
  .tit03 {
    font-size: 24px;
  }
  .tit04{
    font-size: 14px;
  }
  .tit05{
    font-size: 20px;
  }
  .zhdj02 .tit01, .zhdj05 .tit01,.zhdj02 .tit03, .zhdj05 .tit03{
    padding-top: 30px;
  }
  .zhdj02 ul{
    padding-top: 30px;
    flex-flow: wrap;
  }
  .zhdj02 ul li{
    width:31%;
    padding-top:10px;
  }
  .zhdj02 ul li img{
    width:90px;
  }
  .zhdj02 ul li p.title{
    font-size: 16px;
  }
  .zhdj02 ul li span.con{
    font-size: 12px;
  }
  .zhdj03{
    height: 480px;
    background-size: auto 100%;
  }
  .zhdj03_l{
    width:90%;
  }
  .zhdj03_l .tit02 {
    padding-top: 30px;
  }
  .zhdj04{
    height:420px;
    background-size: auto 100%;
  }
  .zhdj04_tit{
    padding-top: 30px;
    flex-flow: column;
    align-items: center;
  }
  .zhdj04_tit .tit04{
    padding-left: 0;
    width:100%;
  }
  .zhdj04 dl{
    margin-top: 30px;
    width:50%;
  }
  .zhdj04 dt{
    width:60px;
  }
  .zhdj04 dd p.title{
    font-size: 14px;
  }
  .zhdj04 dd span.con{
    font-size: 12px;
  }

  .zhdj05{
    height: 500px;
  }
  .zhdj05 ul li{
    margin-top: 20px;
  }
  .zhdj05 ul li img{
    width:50px;
  }
  .zhdj05 ul li span{
    font-size: 14px;
  }
  .zhdj06{
    height: 480px;
  }
  .zhdj06_con{
    width:100%;
    padding-top: 20px;
  }
  .zhdj06 ul li p.title{
    font-size: 20px;
    padding-bottom:10px;
  }
  .zhdj06 ul li img{
    max-width: 100%;
  }
  .zhdj06 ul li span.ftitle{
    font-size: 16px;
    padding:10px 0;
  }
  .zhdj06 ul li .tit04{
    font-size: 12px;
  }
  .zhdj07{
    padding:20px 0;
  }
  .zhdj07 ul{
    padding-top: 30px;
    flex-wrap: wrap;
  }
  .zhdj07 ul li{
    width:48%;
    margin-top: 20px;
  }
  .zhdj07 ul li:nth-child(odd){
    border: none;
  }
  .zhdj07 ul li img{
    width: 140px;
  }
  .zhdj07 ul li p.title {
    font-size: 22px;
  }
  .zhdj07 ul li span.con {
    font-size: 14px;
  }
  .zhdj08{
    height:400px;
    background-size: auto 100%;
  }
  .zhdj08 .tit01,.zhdj08 ul{
    padding-top: 30px;
  }
  .zhdj08 ul li img{
    max-width: 100%;
  }
  .zhdj08 ul li p.title {
    font-size: 14px;
  }
  .zhdj08 ul li span.con {
    font-size: 12px;
  }
  .zhdj09{
    height:350px;
    background-size: auto 100%;
    padding:30px 0;
  }
  .zhdj09 ul li img{
    max-width: 100%;
  }
  .zhdj09 ul li p.title {
    font-size: 16px;
  }
  .zhdj09 ul li span.con {
    font-size: 14px;
  }
}


@media (max-width:575.98px){
}
@media (min-width:576px) and (max-width:767.98px){

}
@media (min-width:768px) and (max-width:991.98px){

}
@media (min-width:992px) and (max-width:1199.98px){
}