.header{
  position: relative;
  top: 0;
  left: 0;
  height: 600px;
}
.header_nav{
  z-index: 6;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.5);
}
.main_box{
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 600px;
}
.group_box{
  background: url("../images/banner2.png") top center no-repeat;
  background-size: cover;
}
.news_box{
  background: url("../images/banner3.png") top center no-repeat;
  background-size: cover;
}
.build_box{
  background: url("../images/banner4.png") top center no-repeat;
  background-size: cover;
}
.bidding_box{
  background: url("../images/banner7.png") top center no-repeat;
  background-size: cover;
}
.talent_box{
  background: url("../images/banner6.png") top center no-repeat;
  background-size: cover;
}
.public_box{
  background: url("../images/banner5.png") top center no-repeat;
  background-size: cover;
}
.txt_box{
  width: 700px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -250px;
  text-align: center;
  display: flex;
  align-items: center;
  display: none;
}
.main_box .txt_box i{
  width: 100px;
  height: 1px;
  background: #fff;
}
.group_text{
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 25px;
  line-height: 50px;
  color: #fff;
  font-weight: bold;
}
.group_text p:nth-child(1){
  padding-left: 15px;
  letter-spacing: 15px;
  font-size: 40px;
}
.crumbs{
  margin: 10px auto;
  color: #999;
  border-bottom: 1px solid #eee;
  position: absolute;
  /*top: 600px;*/
  left: 50%;
  font-size: 14px;
  margin-left: -600px;
}
.container_o{
  /*position: relative;*/
  margin-top: 50px;
  /*left: 50%;*/
  /*margin-left: -600px;*/
  display: flex;
  padding-bottom: 120px;
  align-items: flex-start;
  justify-content: space-between;
}
.left_nav ul{
  width: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;

}
.left_nav ul li{
  width: 100%;
  height: 60px;
  font-size: 20px;
  text-align: center;
  line-height: 60px;
  background: #C5ECFD;
  margin-bottom: 5px;
  cursor: pointer;
}
.left_nav ul li a{
  color: #fff;
  display: block;
}
.left_nav ul li.active{
  background: linear-gradient(120deg, #188FE2,#2CEDFE);
}
.left_nav ul li:first-child{
  border-top-right-radius: 30px;
}
.left_nav ul li:last-child{
  border-bottom-left-radius: 30px;
}
.right_art{
  width: 900px;
}
.right_art .right_title{
  font-size: 22px;
  color: #00B3FF;
  position: relative;
  line-height: 30px;
  margin-bottom: 50px;
}
.right_art .right_title::before{
  content: '';
  position: absolute;
  width: 3px;
  height: 22px;
  left: -10px;
  top: 4px;
  background: #00B3FF;
}
.container_o .right_art .right_title{
  font-size: 22px;
  color: #00B3FF;
  position: relative;
  line-height: 30px;
  margin-bottom: 50px;
}
.container_o .right_art .right_title::before{
  content: '';
  position: absolute;
  width: 3px;
  height: 22px;
  left: -10px;
  top: 4px;
  background: #00B3FF;
}
.container_o article{
  color: #333;
  font-size: 18px;
  line-height: 22px;
}
.container_o article p{
  text-indent: 2em;
}
.container_o article div{

}
.container_o article .art_50{
  width: 48%;
  margin-right: 2%;
  float: left;
  line-height: 28px;
}
.container_o article .art_50 p{
  margin-bottom: 22px;
}
.container_o article .art_100{
  width: 100%;
  float: left;
  line-height: 28px;
}
.container_o article .pic_list{
  width: 50%;
  float: left;
  display: inline-block;
}
.container_o article .pic_list img{
  margin-bottom: 10px;
  float: left;
}
/*.container_o article .pic_100{*/
  /*width: 100%;*/
/*}*/
/*.container_o article .pic_50{*/
  /*width: 48%;*/
/*}*/
.container_o article .pic_100{
  width: 100%;
  height: 250px;
}
.container_o article .pic_50{
  width: 48%;
  height: 150px;
}


.container_o article .pic_50:nth-child(2){
  margin-right: 2%;
}
.container_o article .pic_50:last-child{
  margin-left: 2%;
}
/*企业文化*/
.group_cell{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.group_cell .qywh_text{
  font-size: 14px;
  box-sizing: border-box;
  padding: 0 50px;
  width: 50%;
}
.group_cell .qywh_text h1{
  font-size: 18px;
  font-weight: bold;
  line-height: 80px;
}
.group_cell .qywh_text p{
  font-size: 14px;
  color: #666;
  line-height: 24px;
}
.group_cell .qywh_img{
  width: 510px;
  height: 210px;
}
.group_cell .qywh_img img{
  width: 100%;
}

/*责任定位*/
.zrdw_img{
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
}
.zrdw_txt{
  width: 100%;
  font-size: 18px;
  line-height: 25px;
  color: #333;
}
/*联系我们*/
.message{

}
.message .mes_top{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.message .mes_top .mes_left{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin-right: 20px;
  height: 250px;
}
.message .mes_top .mes_left .mes_left_cell{
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.mes_left_cell .icon{
  width: 25px;
  height: 25px;
  margin-right: 20px;
}
.mes_left_cell .address{
  background: url("../images/address.png") top center no-repeat;
  background-size: contain;
}
.mes_left_cell .phone{
  background: url("../images/phone.png") top center no-repeat;
  background-size: contain;
}
.mes_left_cell .mail{
  background: url("../images/mail.png") top center no-repeat;
  background-size: contain;
}
.mes_left_cell .mes_left_txt{
  color: #333;
  line-height: 33px;
}
.mes_left_cell .mes_left_txt h1{
  font-size: 16px;
  font-weight: bold;
}
.mes_left_cell .mes_left_txt p{
  font-size: 14px;
}
#map{
  width: 690px;
  height: 345px;
}
.mes_bot_title{
  font-size: 16px;
  font-weight: bold;
  line-height: 50px;
}
.mes_bot{
  display: flex;
  justify-content: space-between;
}
.mes_bot_left{
  display: flex;
  height: 205px;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  margin-right: 30px;
}
.mes_bot_left input{
  width: 380px;
  height: 60px;
  border: 1px solid #D2D2D2;
  padding: 20px;
  box-sizing: border-box;

}
.mes_bot_left input:focus{
  outline: none;
  border: 1px solid #51AFFE;
}
.mes_bot_right textarea{
  width: 500px;
  height: 205px;
  border: 1px solid #D2D2D2;
  padding: 20px;
  box-sizing: border-box;
  resize: none;

}
.mes_bot_right textarea:focus{
  outline: none;
  border: 1px solid #51AFFE;
}
.mes_bot_right .mes_btn{
  width: 120px;
  height: 40px;
  border-radius: 25px;
  background: linear-gradient(0deg, #00B3FF, #89c1d6);
  background: -moz-linear-gradient(0deg, #00B3FF, #89c1d6);
  background: -webkit-linear-gradient(0deg, #00B3FF, #89c1d6);
  border: none;
  color: #fff;
}
/*最新资讯*/
.zxzx .art_list {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.zxzx .art_list  li{
  width: 100%;
  height: 160px;

}
.zxzx .art_list  li a{
  display: flex;
  align-items: center;
}
.zxzx .art_list  li a .article_box{
  width: 800px;
}
.zxzx .art_list  li .time{
  width: 70px;
  height: 110px;
  border: 1px solid #eee;
  display: flex;
  flex-direction: column;
  margin-right: 30px;
}
.zxzx .art_list  li a.onhover .time{
  border: 1px solid #00B3FF;
  color: #00B3FF;
}
.zxzx .art_list  li a.onhover .time_year{
  background: #00B3FF;
  color: #fff;
}
.zxzx .art_list  li a.onhover .time_day{
  color: #00B3FF;
}
.zxzx .art_list  li .time .time_year{
  width: 100%;
  height: 55px;
  text-align: center;
  line-height: 55px;
  background: #eee;
  color: #999;
  font-size: 14px;
}
.zxzx .art_list  li .time .time_day{
  height: 55px;
  text-align: center;
  line-height: 55px;
  color: #666;
  font-size: 18px;
}
.zxzx .art_list  li .article_title{
  color: #333;
  font-size: 20px;
  line-height: 25px;
  /*width: 430px;*/
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
  text-overflow:ellipsis;
  text-align: left;
}
.zxzx .art_list  li .add {
  width: 20px;
  height: 20px;
  display: inline-block;
  float: right;
  background: url("../images/add1.png") no-repeat top center;
  background-size: cover;
}
.zxzx .art_list  li a.onhover .article_title{
  color: #00B3FF;
}
.zxzx .art_list  li a.onhover .add{
  background: url("../images/add2.png") no-repeat top center;
}
.zxzx .art_list  li .article_brief{
  color: #999;
  width: 800px;
  font-size: 12px;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.more{
  margin: 0 auto;
  color: #00B3FF;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  padding: 20px 0;
}
/*容城影像*/
.rcyx ul{
  display: flex;
  flex-wrap: wrap;
}
.rcyx  .video_item{
  width: 260px;
  height: 170px;
  cursor: pointer;
  margin-bottom: 50px;
  margin-right: 30px;
}

.rcyx .video_item span {
  display: inline-block;
  width: 260px;
  height: 150px;
  position: relative;
  overflow: hidden;
}

.rcyx .video_item span b {
  display: inline-block;
  width: 53px;
  height: 53px;
  background: url(../images/play.png) no-repeat;
  position: absolute;
  top: 50px;
  left: 110px
}

.rcyx  .video_item p {
  text-align: left;
  width: 260px;
  margin-top: 0;
  font-size: 14px;
  color: #333;
}

.rcyx .video_item:hover img {
  -webkit-animation: animationMove 1s ease forwards;
  animation: animationMove 1s ease forwards
}
@-webkit-keyframes animationMove {
  0% {
    -webkit-transform: scale(1)
  }
  100% {
    -webkit-transform: scale(1.2)
  }
}

@keyframes animationMove {
  0% {
    transform: scale(1)
  }
  100% {
    transform: scale(1.2)
  }
}
.detail{
  height: 100px;
  background:none;
}
/*文章详情*/
.container_d{
  padding-bottom: 120px;
  padding-top: 50px;
}
.container_d .art_detail_title{
  text-align: center;
  font-size: 30px;
  line-height: 50px;
  font-weight: bold;
  color: #333;
}
.container_d .art_detail_time{
  text-align: center;
  font-size: 14px;
  color: #666;
}
.container_d .art_detail_txt{
  font-size: 16px;
  color: #333;
  line-height: 30px;
  padding-top: 30px;
}
.container_d .art_detail_txt p{
  text-indent: 2em;
  margin-bottom: 30px;
}
.container_d .art_detail_txt img{
  width: 80%;
  margin: 30px 10%;
}
.prevAndNext{
  display: flex;
  align-items: center;
  height: 50px;
  line-height: 50px;
  justify-content: space-between;
}
.prevAndNext a{
  font-size: 16px;
  color: #333;
  display: flex;
  align-items: center;
}
.icon{
  width: 15px;
  height: 25px;
  display: inline-block;
}
.art_prev .left{
  background: url("../images/left@2x.png") top center no-repeat;
  background-size: contain;
}
.art_next .right{
  background: url("../images/right@2x.png") top center no-repeat;
  background-size: contain;
}
/*党政建设*/
.container_b{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 100px;
}
.right_nav ul{
  display: flex;
  align-items: center;
}
.right_nav ul li {
  width: 120px;
  height: 40px;
  border: 1px solid #00B3FF;
  border-right: none;
  box-sizing: border-box;
  text-align: center;
  line-height: 40px;
  cursor: pointer;

}
.right_nav ul li a{
  color: #00B3FF;
  display: block;
  font-size: 16px;
}
.right_nav ul li:last-child{
  border-right:1px solid #00B3FF;
}
.right_nav .active a{
  background: #00B3FF;
  color: #fff;
}
.build .art_list li{
  padding: 20px;
  border-bottom: 1px solid #E6EAEC;

}
.build .art_list li{
  position: relative;
}
.build .art_list li:after{
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #00B3FF;
  position: absolute;
  left: 0px;
  top: 35px;
}
.build .art_list li a.onhover .article_title{
  color: #00B3FF;
}
.build .art_list li .article_title{
  font-size: 20px;
  line-height: 40px;
  color: #333;
}
.build .art_list li .article_title p{
  display: inline-block;
}
.build .art_list li .article_time{
  color: #999;
  font-size: 12px;
  float: right;
}
.build .art_list li .article_brief{
  font-size: 14px ;
  line-height: 22px;
  color: #666;
}
.jb li{
  border-bottom: none!important;
  padding: 30px 20px!important;
}
.jb li b{
  font-size: 14px;
}
.jb li span{
  padding: 0 10px;
}
.jb li p{
  display: inline-block;
}
/*公示通报*/
.container_p{
  padding: 50px 0 100px;
}
.container_p{
  padding-bottom: 120px;
  padding-top: 50px;
}
.container_p .art_detail_title{
  text-align: center;
  font-size: 30px;
  line-height: 50px;
  font-weight: bold;
  color: #333;
}
.container_p .art_detail_time{
  text-align: center;
  font-size: 14px;
  color: #666;
}
.container_p .art_detail_txt {
  font-size: 16px;
  color: #333;
  line-height: 30px;
}
.container_p .art_detail_txt img{
  width: 80%;
  margin: 30px 10%;
}
/*人才招聘*/
.container_t{
  padding: 50px 0 100px 0;
}
.position_list{

}
.position_list li{
  width: 100%;
  min-height: 120px;
  padding: 25px 20px;
  border: 1px solid #E0E7EE;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 20px;
}
.position_list li .po_left{
  line-height: 60px;
  width: 60%;
}
.position_list li .po_left .po_name{
  font-size: 20px;
  color: #333;
}
.position_list li .po_left .money{
  color: #F94D4D;
}
.position_list li .po_left .tag_list{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.position_list li .po_left .tag_item{
  min-width: 110px;
  height: 30px;
  background: #ECEBEB;
  line-height: 30px;
  padding: 3px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 10px;
  color: #666666;
  margin-right: 10px;
}
.position_list li .po_right{
  width: 80px;
  height: 35px;
  background: linear-gradient(90deg, #188FE2, #2CEDFE);
  border-radius: 18px;
}
.position_list li .po_right a{
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  display: block;
  text-align: center;
  line-height: 35px;
}
.po_top{
  height:140px;
  background: rgba(34, 131, 254, 0.1);
  padding: 30px 0;
}
.po_top_box{
  margin: 0 auto;
}
.po_top .po_name{
  font-size: 28px;
  line-height: 28px;
  color: #333;
}
.po_top .po_price{
  font-size: 42px;
  line-height: 80px;
  color: #F94D4D;
}
.po_top .po_tag{
  font-size: 18px;
  color: #666;
}
.po_describe{
  margin: 20px auto;
  padding-bottom: 20px;
  border-bottom: 1px solid #EAEAEA;
}
.po_title{
  font-size: 22px;
  line-height: 30px;
  color: #333;
  margin-bottom: 20px;
}
.po_msg{
  font-size: 18px;
  color: #333;
  line-height: 30px;
}
.po_we_list{
  border-bottom: 1px solid #EAEAEA;
  padding: 20px 0;
}
.po_we_list ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.po_we_list li{
  min-width: 120px;
  height: 35px;
  line-height: 35px;
  background: rgba(34, 131, 254, 0.1);
  color: #2283FE;
  font-size: 16px;
  text-align: center;
  margin-right: 10px;
  margin-bottom: 10px;
}
.po_address{
  padding: 20px 0;
  border-bottom: 1px solid #EAEAEA;
}
/*招标采购*/
.container_bi{
  padding: 50px 0 100px;
}
.bidding_list li a{
  display: flex;
  align-items: center;
  border-bottom: 1px solid #EAEAEA;
  padding: 20px 0;
}
.bidding_list li a.onhover .bid_left{
  background: #00B3FF;
  color: #fff;
}
.bidding_list li a.onhover .bid_title{
  color: #00B3FF;
}
.bid_left{
  width: 72px;
  height: 72px;
  line-height: 36px;
  background: #EFF1F2;
  color: #666;
  text-align: center;
  margin-right: 15px;
}
.bid_day{
  font-size: 24px;
}
.bid_year{
  font-size: 14px;
}
.bid_title{
  font-size: 20px;
  color: #333333;
  line-height: 36px;
}
.bid_time{
  font-size: 14px;
  color: #999;
  line-height: 36px;
}
.noMore{
  width: 200px;
  height: 100px;
  color: #fff;
  background: rgba(0,0,0,0.3);
  text-align: center;
  line-height: 100px;
  font-size: 16px;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  border-radius: 15px;
  margin-left: -100px;
}