.tabs {
  width: 60%;
  display: flex;
  justify-content: space-evenly;
  border: solid 1px #0068b6;
  margin-top: 100px;
  margin-left: 20%;
  margin-bottom: 100px;
}

.tabs a {
  padding: 0 30px;
  line-height: 60px;
  color: #333;
  font-size: 16px;
  font-weight: 600;
}

.tabs a:hover {
  color: #0068b6;
}

.tabs .active {
  font-weight: 500;
  color: #fff;
  background: #0068b6;
}
.infoImg{
  width: 330px;
	height: 300px;
}
.infobottom{
  display: flex;
  justify-content: space-evenly;
  margin-top: 60px;
}
 .icon{
   width: 60px;
   height: 60px;
   margin-right: 10px;
 }
 .bottom{
  display: flex;
  align-items: center;
  text-align: center;
 }
 .right{
 }
 .blackFont{
  color: #000;
  font-size: 24px;
  font-weight: bold;
 }
 .jgt {
  text-align: center;
}
.table{
  width: 100%;
}
.table th {
  width:50%;
  color: #fff;
  background-color: #0068b6;
  height: 66px;
  border: 0px solid #fff;
}
.blue{
  color:#0068b6;
}
.table td {
  height: 66px;
  text-align: center;
  border: 5px solid #fff;
}
.table .blue1{
  background-color: #f1f7fc;
}
.table .blue2{
  background-color: #f6f6f6;
}

.conter  .swiper-button-next,
.conter  .swiper-button-prev {
  transition: all 0.5s;
  top: inherit;
  bottom: 0;
  margin-top: 0;
  width: 60px;
  height: 60px;
  border: #e0d4d4 1px solid;
  opacity: 1;
  border-radius: 100%;
}
.conter .m_next {
  display: none;
}
.conter .swiper-button-next:after {
  display: none;
}
.conter .swiper-button-prev:after {
  display: none;
}

.conter .swiper {
  margin-left: -10px;
  width: calc(100% + 20px);
}
.conter .swiper .swiper-slide {
  padding: 10px 10px 60px;
  width: calc(100% - 20px);
}

.index02 .conter .business-center-box div:hover .item:after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(-23deg, #cda667, #f2dd9f);
  -webkit-animation-duration: .5s;
  -moz-animation-duration: .5s;
  -o-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-name: fade1;
  -moz-animation-name: fade1;
  -o-animation-name: fade1;
  animation-name: fade1;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;

}

.index02 .conter .business-center-box div:hover .item {
  -webkit-animation-duration: .5s;
  -moz-animation-duration: .5s;
  -o-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-name: fade1;
  -moz-animation-name: fade1;
  -o-animation-name: fade1;
  animation-name: fade1;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  padding-bottom: 0;
  /* transition: all 0.5s; */
}


.com-box1 {
    width: 100%;
    height: 500px;
    background: rgb(6, 53, 141);
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.com-box1 .box {
    position: absolute;
    background-color: rgba(255, 255, 255, 1);
    width: 1200px;
    height: 500px;
    left: calc(50% - 600px);
    top: -120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.com-box1 .box .image {
    width: 385px;
    height: 270px;
    margin-left: 80px;
}

.com-box1 .box .group {    
    width: calc(100% - 465px - 60px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 30px;
}

.com-box1 .box .group .wrap {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.com-box1 .box .group .wrap .left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 130px;
    align-items: center;
}

.com-box1 .box .group .wrap .left .t1 {
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 61px;
    font-family: SourceHanSansSC-Regular;
    font-weight: normal;
    margin-bottom: 10px;
}

.com-box1 .box .group .wrap .left .t2 {
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 23px;
    font-family: SourceHanSansSC-Regular;
    font-weight: normal;
    line-height: 38px;
}

.com-box1 .box .group .wrap .right {
    display: flex;
    flex-direction: column;
    width: 520px;
}

.com-box1 .box .group .wrap .right .t3 {
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 2em;
    font-family: SourceHanSansSC-Regular;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    line-height: 69px;
    margin-left: 2px;
}

.com-box1 .box .group .wrap .right .t4 {
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 16px;
    font-family: SourceHanSansSC-Regular;
    font-weight: normal;
    text-align: justifyLeft;
    line-height: 30px;
}

.com-box1 .box .group .image {
    width: 100%;
    height: 1px;
    margin: 34px 0;
}

.com-box2 {
  width: calc(100% - 123px);
  margin-top: 70px;
}

.com-box2 .b-top {
    width: 100%;
    height: 85px;
    display: flex;
    justify-content: space-between;
}

.com-box2 .b-top .t1 {
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 49px;
    font-family: AlibabaPuHuiTi-Bold;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
}

.com-box2 .b-top .right {
    display: flex;
    align-items: center;
}

.com-box2 .b-top .right .image1 {
    width: 359px;
    height: 2px;
}

.com-box2 .b-top .right .image2 {
    height: 61px;
    width: 61px;
}

.conter .b-list {
    width: 100%;
    margin-top: 40px;
    display: flex;
}

.conter .b-list .b-list-item {
    width: 385px;
    height: 469px;
    background: #E8E8E8;
    display: flex;
    flex-direction: column;
}

.conter .b-list .b-list-item .image {
    width: 100%;
    height: 270px;
}

.conter .b-list .b-list-item .t2 {
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 30px;
    text-align: left;
    line-height: 42px;
    margin: 43px 0 0 45px;
}

.conter .b-list .b-list-item .t1 {
    border: 1px solid;
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 20px;
    text-align: center;
    line-height: 42px;
    margin: 43px 0 0 45px;
    width: 147px;
}



.information .lists .item a:hover .next {
    width: 711px;
    transition: all 0.5s;
}

.information .lists .item a:hover .next b {
    color: #0168b7;
}

.information .lists .item a:hover .next span {
    margin-right: 0px;
    opacity: 1;
    transition: all 0.5s;
}

.information {
    background: #f6f6f6;
    padding: 50px 0;
}

.information .t1 {
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 49px;
    font-family: AlibabaPuHuiTi-Bold;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
}

.information .lists {
    width: 1200px;
    margin: 30px auto;
    display: flex;
    flex-direction: column;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
}

.information .lists .item {
    padding: 30px 20px;
    box-sizing: border-box;
    border-bottom: #c5c5c5 1px solid;
}

.information .lists .item a .pic {
    float: left;
    width: 344px;
    height: 193px;
    overflow: hidden;
}

.information .lists .item a .pic p {
    width: 344px;
    height: 193px;
    transform: scale(1);
    transition-duration: 0.5s;
}


.information .lists .item a:hover .pic p {
    transform: scale(1.2)
}

.information .lists .item a .next {
    #float: right;
    width: 731px;
    transition: all 0.5s;
}

.information .lists .item a .next b {
    margin-bottom: 19px;
    display: block;
    font-size: 18px;
    color: #444;
}

.information .lists .item a .next p {
    margin-bottom: 19px;
    font-size: 16px;
    color: #666;
    line-height: 36px;
    text-indent: 2em;
}

.information .lists .item a .next i {
    float: left;
    display: block;
    font-size: 18px;
    color: #666;
}

.information .lists1 {
    width: 1200px;
    margin: 30px auto;
    display: flex;
    flex-direction: column;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
}

.information .lists1 .item {
    padding: 30px 20px;
    box-sizing: border-box;
    border-bottom: #c5c5c5 1px solid;
}

.information .lists1 .item a .date {
    float: left;
    padding: 30px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #f6f6f6;
    justify-content: space-evenly;
}


.information .lists1 .item a .date p {
    font-size: 50px;
    transform: scale(1);
    transition-duration: 0.5s;
}


.information .lists1 .item a .date b {
    font-size: 22px;
    transform: scale(1);
    transition-duration: 0.5s;
    color: #666;
}


.information .lists1 .item a .next {
    float: right;
    width: 951px;
    transition: all 0.5s;
}

.information .lists1 .item a .next b {
    margin-bottom: 19px;
    display: block;
    font-size: 18px;
    color: #444;
}

.information .lists1 .item a .next p {
    margin-bottom: 19px;
    font-size: 16px;
    color: #666;
    line-height: 36px;
    text-indent: 2em;
}

.information .lists1 .item a:hover .next {
    width: 931px;
    transition: all 0.5s;
}

.information .lists1 .item a:hover .next b {
    color: #0168b7;
}

.information .lists1 .item a:hover .next span {
    margin-right: 0px;
    opacity: 1;
    transition: all 0.5s;
}
.information .lxwm {
    width: 1200px;
    margin: 30px auto;
    display: flex;
    flex-direction: column;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
}
.information .stbk {
  margin-top: 30px;
}
.information .stbk .ctjjbox{
  display: flex;
    justify-content: space-between;
    width: 100%;
    color: #333;
    flex-wrap: wrap;
}
.information .stbk .ctjjbox .vediobox{
  width: 48%;
  box-shadow: 0 0 1.25em 0 rgb(224 220 220);
  margin-bottom: 20px;
}

.stbk .ctjjbox .vediobox .vedioimg {
  width: 100%;
  overflow: hidden;
}
.stbk .ctjjbox .vediobox .vedioimg .vedio {
  width: 100%;
  height: 100%;
  background-color: #333;
}

.stbk .ctjjbox .vediobox .text {
  padding: 1em;
  line-height: 2em;
}
.stbk .ctjjbox .vediobox .text .date {
  color: #888;
}
.stbk .ctjjbox .vediobox .vedio-title {
  height: 4em;
  line-height: 2em;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-break: break-all;
  overflow: hidden;
}


/*各菜单模块移动端自适应*/
@media (max-width:580px) {
  html {
    font-size: 12px;
  }
  body {
    font-size: 12px !important;
  }
  .zzjg-header {
    height: 20em !important;
    justify-content: center;
  }
  .zzjg-header .t1{
    line-height: normal !important;
    font-size: 4rem !important;
    margin-top: 0 !important;
  }
  .zzjg-header .t2{
    line-height: normal !important;
    font-size: 2rem !important;
  }
  .tabs{
    margin: 0 auto;
    width: 100%;
    margin-top: 0em;
    margin-bottom: 3em;
    box-sizing: border-box;
    flex-wrap: wrap;
    border-bottom: solid 1px #0068b6;
    justify-content: space-between;
  }
  .tabs a{
    padding: 0 5px;
    line-height: 50px;
  }
  .buIn_content {
    margin: 0 auto;
    width: 92%;
  
  }
  .buIn_content .main .desc{
    width: 100%;
    height: auto;
    display: block;
  }
  .buIn_content .main .desc .info{
    width: 100%;
    margin-right: 0;
  }
  .buIn_content .main .desc .infoImg{
    width: auto;
    margin-top: 10px;
  }

  .buIn_content .main .jgt img{
    width: 100%;
  }
  .com-box1{
    height: 380px;
  }
  .com-box1 .box{
    top: -50px;
    left: 0;
    height: 400px;
    margin-left: 4%;
    width: 92%;
  }
  .com-box1 .box .image{
   display: none;
  }
  .com-box1 .box .group{
    width: 100%;
    height: 100%;
    padding: 0;
    justify-content: space-around;
  }
  .com-box1 .box .group .image{
    margin: 10px 0;
    display: block;
  }
  .com-box1 .box .group .wrap {
    padding-top: 10px;
  }
  .com-box1 .box .group .wrap .left .t1{
    font-size: 3rem;
  }
  .com-box1 .box .group .wrap .right .t3{
    white-space: normal;
    line-height: normal;
  }
  .com-box1 .box .group .wrap .right .t4{
    white-space: normal;
    line-height: normal;
  }
  .com-box1 .box .group .wrap .left{
    padding: 0 5px;
    width: auto;
  }
  .com-box1 .box .group .wrap a{
    width: 70%;
  }
  .com-box1 .box .group .wrap .right{
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }

  .information .t1{
    font-size: 3rem;
  }
  .information .lists{
    width: 100%;
  }
  .information .lists .item{
    padding: 30px 0px;
  }
  .information .lists .item a{
    display: flex;
    flex-direction: column;
  }
  .information .lists .item a .pic{
    float: none;
    width: 100%;
    height: 190px;
  }
  .information .lists .item a .next{
    float: none;
    width: 100%;
  }


  /*经营业务*/
  .jjyw-box1{
    margin: 0 auto !important;
    width: 92% !important;
    height: 300px !important;
    margin-top: 50px !important;
  }
  .jjyw-box1 .box1{
    margin: 0;
    width: 50%;
  }
  .jjyw-box4 .t{
    width: 92% !important;
  }
  .jjyw-box4 .t .l{
    padding: 20px !important;
  }
  .jjyw-box4 .t .l .tBox .t1{
    font-size: 1.5rem !important;
  }
  .cont{
    margin-top: 0em !important;
    box-sizing: border-box;
    border-bottom: 1px solid #047fc3;
  }
  .cont .tis{
    width: 100% !important;
    border: none !important;
    flex-wrap: wrap;
  }
  .cont .tis a.hover{
    font-weight: 500;
  }
  .cont .tis a{
    margin-right: 0;
    padding: 0 5px !important;
    line-height: 50px;
    font-size: 16px;
    font-weight: 600;
  }
  .jjyw-detali{
    width: 92% !important;
  }
  .information .t1{
    white-space: normal;
  }
  .information .lists1{
    width: 100%;
    margin: 0;
    padding: 0
  }
  .information .lists1 .item a{
    display: flex;
    width: 100%;
  }
  .information .lists1 .item a .date{
    float: none;
    padding: 10px;
  }
  .information .lists1 .item a .next{
    float: none;
    flex: 1;
    padding: 0 10px;
  }
  .information .lists1 .item a .next b{
    line-height: 1em;
    max-height: 3em;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
  }
  .information .lists1 .item a .next p{
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 24px;
    height: 6em;
    margin-bottom: 0px;
  }

  /*党建群团*/
  .djqt{
    width: 92%;
    max-width: 92%;
  }
  .djqt .com-box2 .box1 .left-text{
    width: 48%;
  }
  .djqt .com-box2 .box1 .right-image{
    width: 50%;
  }
  .djqt .com-box2 .box1 .left-text .text_1{
    font-size: 2rem;
  }
  .djqt .com-box2 .box1 .left-text .text_2{
    font-size: 3rem;
    line-height: normal;
  }
  .djqt .com-box2 .box1 .right-image{
    width: 50%;
  }
  .djqt .com-box2 .box2 {
    box-sizing: border-box;
  }
  .djqt .com-box2 .box2 .box-item{
    width: 49% !important;
    height: auto !important;
  }
  .djqt .com-box2  .box2 .box-item a{
    padding: 10px;
  }
  .djqt .com-box2 .box2 .text1{
    line-height: normal !important;
    font-size: 1.75rem !important;
  }

  /*新闻资讯*/
 .xwzx .com-box2 .b-top .right{
   display: none;
 }
 .xwzx .p_swiper .w1400 .swiper{
   width: 100%;
 }
 .xwzx .b-list .b-list-item{
  width: 150px;
  height: 270px;
 }
 .xwzx .b-list .b-list-item .t2{
  margin: 10px;
  font-size: 2rem;
 }
 .xwzx .b-list .b-list-item .t1{
  margin: 10px;
  width: auto;
  font-size: 1.25rem;
 }
 .xwzx .swiper .swiper-slide {
    width: 510px !important;
 }

 /*纪检监察*/
 .jjjc .com-box2 .b-top .right{
  display: none;
}
.jjjc .b-list{
  overflow-x: auto;
}
.jjjc .b-list .b-list-item{
  width: 150px;
  height: auto;
 }
 .conter .b-list .b-list-item .image{
   height: 150px;
 }
 .jjjc .b-list .b-list-item .t2{
  margin: 10px;
  font-size: 2rem;
 }
 .jjjc .b-list .b-list-item .t1{
  margin: 10px;
  width: auto;
  font-size: 1.25rem;
 }

 /*联系我们*/
 .information .lxwm{
   width: 100%;
 }
 .information .lxwm .flexbetween{
   flex-direction: column;
 }
 .information .lxwm .flexbetween  li{
   width: 100%;
 }
}