/*多种联系方式*/
.bigBanner .t h1.yell{
  color: #ffff00;
  text-shadow: 0 0 10px rgba(229,229,0,.35);
}
.bigBanner .t h1.blue{
  background-image: linear-gradient(#99aaff,#2e334c);
  text-shadow: 0 0 10px #99aaff;
}
.about-contact .title,.message-board{
  position: relative;
  margin-top: 80px;
}
.title h3{
  font-size: 24px;
  text-align: center;
}
.demand-bg{
  width: 100%;
  height: 740px;
  background: url("/static/index/img/about/r-demand.png") center no-repeat;
  background-size: cover;
}
.demand-bg .demand-group{
  margin-top: 80px;
}
.talent-demand{
  width: 50%;
  padding: 56px 0;
}
.talent-demand .title{
  font-size: 36px;
  color: #fff;
  display: inline-block;
  padding-bottom: 24px;
  border-bottom: 2px solid #fff;
  position: relative;
}
.demand-list.bt{
  border-top: 1px solid #7a88cc;
  margin-top: -1px;
}
.demand-list{
  padding: 24px 0 24px 32px;
  border-bottom: 1px dashed #7a88cc;
}
.demand-list .t-text a:hover{
  color: #00aaff !important;
}
.demand-list .t-text{
  font-size: 20px;
  margin-bottom: 17px;
  position: relative;
}
.demand-list .t-text a{
  color: #edf4fa;
}
.demand-list .info-text{
  font-size: 16px;
  color: #ccc;
  line-height: 16px;
}
.demand-list .left-cont{
  width: 80%;
  height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.demand-list .diamond{
  display: inline-block;
  width: 9px;
  height: 9px;
  background-color: #fff;
  transform: rotate(45deg);
  position: absolute;
  left: -32px;
  top: 5px;
}
.talent-demand .see-more{
  border: 1px solid #7a88cc;
  width: 142px;
  height: 32px;
  border-radius: 16px;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  color: #b2bfff;
  margin-top: 24px;
}
.talent-demand .see-more:hover{
  border: 1px solid #7a88cc;
  background-color: #7a88cc;
  color: #fff;
}
.map .title{
  margin-bottom: 56px;
}
.map #BMapLib_transBox0 tr td:last-of-type{
  padding-left: 4px !important;
}
.about-contact .title .line{
  width: 100%;
  margin-top: 24px;
  border-top: 1px solid #dadce5;
  box-shadow: 0 0 10px 0 rgba(128,128,128,.2);
}
.contact-way {
  height: auto;
  margin: 56px 0 80px 0;
}
.contact-way.m0{
  margin-top: 80px;
  margin-bottom: 0;
}
.contact-way .way-item{
  text-align: center;
}
.contact-way .way-item:hover{
  background-color: #fff;
  box-shadow: 0 0 10px 2px rgba(128,128,128,.2) ;
}
.contact-way .way-item:hover:before{
  width: 0;
}
.contact-way .way-item .img-box img {
  display: block;
  margin: 48px auto 36px auto;
  max-height: 61px;
}
.contact-way.m0 .way-item .img-box img{
  max-height: 105px;
}
.contact-way .way-item p {
  font-size: 24px;
  font-weight: 300;
  color: #333;
  margin-bottom: 12px;
}
.contact-way .way-item h3{
  font-size: 18px;
  color: #808080;
  font-weight: 300;
  margin-bottom: 42px;
}
.contact-way .way-item:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -78px;
  width: 1px;
  height: 156px;
  background-color: #dadce5;
}
.contact-way .way-item:first-of-type:before{
  width: 0;
}
.message-board .put{
  width: 100%;
  height: 49px;
  padding: 14px 16px;
  position: relative;
  background-color: #fff;
  border: 1px solid #5c6699;
  margin-bottom: 24px;
}
.message-board .put i.xing{
  color: #ff0000;
  margin-right: 5px;
  position: relative;
  top: 1px;
}
.message-board .put.w100{
  width: 100%;
}
.message-board .message-input span{
  font-size: 18px;
  color: #808080;
}
.message-board .message-input input{
  font-size: 18px;
  color: #808080;
  position: relative;
  top: -3px;
}
.message-board .message-input{
  margin-top: 56px;
}
.message-board .message-input textarea{
  width: 100%;
  height: 98px;
  border: 1px solid #5c6699;
  margin-bottom: 24px;
  padding: 9px 16px;
  font-size: 16px;
}
.message-board .message-input textarea::placeholder{
  font-size: 16px;
  color: #808080;
}
.message-board .message-input .submit{
  width: 20%;
  line-height: 49px !important;
  color: #fff;
  background-color: #5c6699;
  border: 1px solid #5c6699;
  transition: all .2s;
}
.message-board .message-input .submit .ladda-label{
  color: #fff;
}
.message-board .message-input .submit:hover .ladda-label{
  color: #5c6699;
}
.message-board .message-input .submit:hover{
  background-color: #f2f4ff;
}

/*公司介绍*/
.module-dynamic{
  margin: 80px 0;
  position: relative;
}
.left-tu{
  width: 928px;
  height: 580px;
  position: relative;
}
.left-tu img{
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.left-tu .bg-color{
  position: absolute;
  width: 100%;
  left: 17px;
  height: 100%;
  top: 17px;
  z-index: 1;
  background-color: #a4adc9;
}
.brief-introduction{
  position: absolute;
  width: 900px;
  height: 500px;
  right: 0;
  top: 40px;
  background-color: rgba(255,255,255,.9);
  z-index: 3;
}
.brief-introduction .title{
  line-height: 55px;
  width: 100%;
  background: linear-gradient(to right,#5c6699,#fff);
  font-size: 24px;
  color: #e5f2ff;
  text-indent: 40px;
  margin-top: 32px;
}
.brief-introduction .text{
  padding: 40px 80px 0 80px;
  height: 372px;
  overflow: hidden;
}
.brief-introduction .text *{
  line-height: 32px;
  font-size: 16px;
  text-align: justify;
  color: #333;
  margin-bottom: 20px;
}
.module-jl{
  height: 400px;
  background: url("/static/index/img/about/module-jl-bg.png") center no-repeat fixed;
  background-size: cover;
}
.module-jl img{
  width: 100%;
  margin-top: 110px;
}
.module-mission{
  margin-top: 80px;
}
.mission-item{
  width: 440px;
  height: 616px;
  background-color: #f2f2f2;
  position: relative;
  text-align: left;
}
.mask{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: -moz-linear-gradient(rgba(255,255,255,.1) 0%, rgba(61,68,102,.9) 100%);
  background-image: -webkit-linear-gradient(rgba(255,255,255,.1) 0%, rgba(61,68,102,.9) 100%);
  background-image: -ms-linear-gradient(rgba(255,255,255,.1) 0%, rgba(61,68,102,.9) 100%);
}
.shiming{
  width: 100%;
  position: absolute;
  line-height: 55px;
  text-indent: 40px;
  font-size: 24px;
  color: #fff;
  top: 30px;
  background-image: -moz-linear-gradient(0deg,rgb(92,102,153) 0%,rgba(92,102,153,.9) 50%,rgba(92,102,153,.1) 100%);
  background-image: -webkit-linear-gradient(0deg,rgb(92,102,153) 0%, rgba(92,102,153,.9) 50%,rgba(92,102,153,.1) 100%);
  background-image: -ms-linear-gradient(0deg,rgb(92,102,153) 0%, rgba(92,102,153,.9) 50%,rgba(92,102,153,.1) 100%);
}
.mask .ltc{
  position: absolute;
  bottom: 80px;
  padding: 0 40px;
  font-size: 18px;
  text-align: justify;
  line-height: 30px;
  color: #fff;
}
/*党建工作*/
.party-module{
  background-image: -moz-linear-gradient( 90deg, rgb(255,229,204) 0%, rgb(255,255,255) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(255,229,204) 0%, rgb(255,255,255) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(255,229,204) 0%, rgb(255,255,255) 100%);
  opacity: 0.902;
  box-shadow: 0px 2px 10px 0px rgba(128, 128, 128, 0.2);
  padding: 56px 80px 56px 0;
  margin: 80px 0;
}
.party-left{
  width: 916px;
  float: left;
}
.party-left .top-title{
  background-image: -moz-linear-gradient( 0deg, rgba(179,0,0,1) 0%,rgba(179,0,0,.5) 50%, rgba(179,0,0,0) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgba(179,0,0,1) 0%,rgba(179,0,0,.5) 50%, rgba(179,0,0,0) 100%);
  background-image: -ms-linear-gradient( 0deg, rgba(179,0,0,1) 0%,rgba(179,0,0,.5) 50%, rgba(179,0,0,0) 100%);
  width: 100%;
  height: 55px;
  line-height: 55px;
  text-indent: 40px;
  font-size: 24px;
  color: #ffff00;
}
.party-left .top-title .icon-a-dangweizhibu{
  font-size: 24px;
  margin-right: 15px;
}
.party-left .bottom-text{
  padding-left: 80px;
  margin-top: 35px;
  height: 346px;
  text-align: justify;
  overflow: hidden;
}
.party-left .bottom-text *{
  font-size: 16px;
  color: #333;
  line-height: 24px;
}
.party-right{
  width: 324px;
  float: right;
}
.party-right .party-img{
  box-shadow: 2.121px 2.121px 10px 0px rgba(26, 26, 26, 0.5);
  width: 324px;
  height: 436px;
}
.party-right .party-img img{
  width: 100%;
  height: 100%;
}
.activities-module{
  padding: 80px 0;
  background-image: -ms-linear-gradient(to right,rgb(128,0,0),rgb(230,107,46),rgb(128,0,0));
  background-image: linear-gradient(to right,rgb(128,0,0),rgb(230,107,46),rgb(128,0,0));
  background-image: -moz-linear-gradient(to right,rgb(128,0,0),rgb(230,107,46),rgb(128,0,0));
}
.activities-module .t-t{
  font-size: 24px;
  color: #ffff00;
  margin-bottom: 56px;
}
.activities-group{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.activities-content{
  width: 335px;
  margin-right: 20px;
}
.activities-content:last-of-type{
  margin-right: 0;
}
.activities-list{
  position: relative;
  width: 100%;
  height: 469px;
  overflow: hidden;
  box-shadow: 0px 0px 20px #fcde87;
}
.activities-content .activities-list img{
  width: 100%;
  height: 100%;
}
.activities-content>.bottom-text{
  text-align: center;
  line-height: 26px;
  width: 100%;
  margin-top: 20px;
  cursor: default;
  height: 51px;
  overflow: hidden;
  padding: 0 25px;
}
.activities-content>.bottom-text *{
  font-size: 18px;
  color: #fff;
}
.activities-content>.bottom-text:hover a{
  color: #00aaff;
}
.activities-list:hover img{
  transform: scale(1.05);
}
.activities-content>.bottom-text p:first-of-type{
  margin-bottom: 6px;
}
.activities-list:hover .trs .mk-noodles{
  display: block;
}
.trs{
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 32px 24px;
  z-index: 1;
  box-shadow: 0px 0px 20px #fcde87;
}
.trs .mk-noodles{
  padding: 41px 31px;
  width: 100%;
  height: 100%;
  letter-spacing: 1px;
  line-height: 32px;
  display: none;
  background-color: rgba(135,15,15,.8);
}
.trs .mk-noodles .mk-text{
  overflow: hidden;
  width: 100%;
  height: 100%;
  text-align: justify;
  font-size: 18px;
  color: #f2f2f2;
  cursor: default;
}
.dream-module{
  margin-top: 80px;
}
.t-t{
  font-size: 24px;
  color: #e50000;
  margin-bottom: 16px;
}
.dream-module .row a{
  width: 690px;
  display: block;
  height: 180px;
  overflow: hidden;
  margin-top: 40px;
  box-shadow: 0 2px 10px rgba(26,26,26,.5);
}
.dream-module .row a:hover img{
  transform: scale(1.2);
  transition: all 1.4s;
}
.dream-module .col-md-6:nth-child(2n) a{
  float: right;
}
@media (max-width: 768px){
  .about .contact-way{
    margin: 28px 0 0 0;
  }
  .dream-module .row a{
    margin-top: 24px;
  }
  .party-left .top-title{
    font-size: 20px;
    text-indent: 4%;
  }
  .brief-introduction .title{
    text-indent: 4%;
  }
  .brief-introduction .text{
    padding: 20px 4% 20px 4% !important;
  }
  .party-left .bottom-text{
    padding-left: 4% !important;
    padding-right: 4% !important;
  }
  .party-right .party-img{
    width: 92% !important;
  }
  .talent-demand{
    padding: 28px .1rem !important;
  }
  .contact-way .way-item:before{
    width: 0;
  }
  .activities-content>.bottom-text *{
    font-size: .08rem !important;
  }
  .activities-module {
    padding: 20px 0 !important;
  }
  .party-module{
    padding-top: 0;
  }
  .about .title{
    margin-top: .3rem;
  }
  .about .title>h3{
    font-size: .14rem;
  }
  .contact-way .way-item .img-box img{
    margin: .1rem auto .2rem auto;
  }
  .contact-way .way-item h3{
    margin-bottom: .2rem;
  }
  .message-board .message-input .submit{
    width: 60%;
  }
  .mission-item,.mission-item img{
    width: 100% !important;
  }
  .activities-content .activities-list .trs .mk-noodles,
  .ats-prev, .ats-next{
    display: none;
  }
  .demand-group .talent-demand .title{
    font-size: 24px !important;
  }
  .contact-way.m0{
    margin-top: .2rem;
  }
}
@media (max-width: 991px){
  .message-board .message-input .submit{
    width: 30%;
  }
  #allmap{
    height: 320px !important;
  }
  .message-board{
    margin-top: 40px;
  }
  .map .title{
    margin-bottom: 40px;
  }
  .activities-content>.bottom-text{
    line-height: .14rem;
    margin-top: 10px;
    height: .35rem;
    padding: 0;
  }
  .activities-group .activities-content{
    width: 49% !important;
    margin-right: 0;
  }
  .brief-introduction{
    width: 80%;
    height:auto !important;
    top: 0 !important;
  }
  .activities-group{
    justify-content: space-between;
  }
  .bigBanner .t h1{
    font-size: 24px;
  }
  .bigBanner .t p{
    font-size: 14px;
  }
  .bigBanner .breadcrumbs{
    font-size: 12px;
    bottom: 20px;
  }
  .bigBanner .breadcrumbs a{
    font-size: 12px;
  }
  .message-board .nm input{
    width: 60%;
  }
  .message-board .fs input{
    width: 58%;
  }
  .message-board .xq input{
    width: 56%;
  }
  .message-board .message-input{
    margin-top: 32px;
  }
  .mask .ltc{
    padding: 0 20px;
    line-height: 24px;
    bottom: 40px;
  }
  .left-tu{
    width: 100% !important;
  }
  .brief-introduction{
    position: relative;
    width: 100% !important;
  }
  .left-tu .bg-color{
    display: none;
  }
  .module-jl{
    height: 203px !important;
  }
  .module-jl>.container{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .module-jl img{
    margin-top: 0;
  }
  .brief-introduction .text{
    padding-bottom: 20px !important;
    height: auto;
  }
  .trs .mk-noodles{
    line-height: 24px;
  }
  .dream-module img{
    width: 100% !important;
  }
  .party-module{
    margin: 40px 0;
  }
  .activities-module{
    padding: 40px 0;
  }
  .activities-module .t-t{
    margin-bottom: 28px;
  }
  .dream-module{
    margin-top: 40px;
  }
  .t-t{
    margin-bottom: 0;
    font-size: .12rem;
  }
  .dream-module .row a{
    width: 100% !important;
  }
  .dream-module .col-md-6:nth-child(2n) a{
    float: none;
  }
  .demand-bg{
    background: #5c6699;
    background-color: rgb(92,102,153);
    background-image: none;
  }
  .talent-demand{
    width: 100% !important;
  }
}
@media (min-width: 992px){
  .message-board .nm,.message-board .fs{
    width: 95%;
  }
  .message-board .nm input{
    width: 118px;
  }
  .message-board .fs input{
    width: 82px;
  }
  .message-board .xq input{
    width: 293px;
  }
}
@media (max-width: 1200px){
  .contact-way.m0 .way-item .img-box img{
    max-height: 70px !important;
  }
  .party-left,.party-right{
    width: 100% !important;
    float: none;
  }
  .party-right .party-img{
    width: 80%;
    margin: auto;
    height: auto;
  }
  .party-module{
    padding-right: 0 !important;
  }
  .party-left .bottom-text{
    padding-right: 40px;
    height: auto;
    margin-bottom: 24px;
  }
  .contact-way{
    margin: 28px 0 40px 0
  }
  .left-tu{
    width: 80%;
    height: auto;
  }
  .brief-introduction{
    width: 80%;
    height: 410px;
    top: 30px;
  }
  .brief-introduction .text{
    padding: 20px 40px 0 40px;
  }
  .brief-introduction .text *{
    line-height: 24px;
  }
  .module-dynamic{
    margin: 40px 0;
  }
  .ats-prev, .ats-next{
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
  }
  .talent-demand .title{
    font-size: 32px;
  }
  .demand-list .t-text{
    font-size: 16px;
  }
  .demand-list .info-text{
    font-size: 14px;
  }
  .demand-list .diamond{
    width: 7px;
    height: 7px;
    left: -17px;
  }
  .demand-bg{
    height: auto;
  }
  .talent-demand{
    padding: 28px 0;
  }
  .talent-demand .see-more{
    font-size: 14px;
  }
  .activities-group .activities-content{
    width: 23%;
  }
  .activities-content .activities-list{
    height: auto !important;
  }
}
@media (min-width: 1200px){
  .message-board .nm input{
    width: 166px;
  }
  .message-board .fs input{
    width: 130px;
  }
  .message-board .xq input{
    width: 393px;
  }
}
@media (min-width: 1480px) {
  .message-board .nm,.message-board .fs{
    width: 320px;
  }
  .message-board .nm input{
    width: 215px;
  }
  .message-board .fs input{
    width: 179px;
  }
  .message-board .xq input{
    width: 523px;
  }
}
@media (max-width: 1480px) {
  .contact-way.m0 .way-item .img-box img{
    max-height: 82px;
  }
  .contact-way .way-item:before{
    height: 60%;
  }
  .contact-way .way-item p{
    font-size: 18px;
  }
  .contact-way .way-item h3,
  .message-board .message-input span,
  .message-board .message-input input,
  .message-board .message-input textarea::placeholder{
    font-size: 14px;
  }
  .message-board .message-input input{
    top: -1px;
  }
  .title h3{
    font-size: 18px;
  }
  .mission-item{
    width: 96%;
    height: auto;
  }
  .mask .ltc,.brief-introduction .text *{
    font-size: 14px;
  }
  .shiming,.brief-introduction .title{
    font-size: 16px;
  }
  .activities-content{
    width: 268px;
  }
  .activities-content .activities-list{
    height: 375px;
  }
  .activities-content>.bottom-text *{
    font-size: 14px;
  }
  .activities-content .activities-list{
    width: 100%;
  }
  .activities-list{
    width: 24%;
    height: auto;
  }
  .trs .mk-noodles .mk-text{
    font-size: 14px;
  }
  .trs{
    padding: 16px 12px;
  }
  .trs .mk-noodles{
    padding: 24px 15px;
  }
  .party-left{
    width: 720px;
  }
  .party-left .bottom-text{
    padding-left: 40px;
  }
  .party-module{
    padding-right: 40px;
  }
  .dream-module .row a{
    width: 95%;
    height: auto;
  }
}


