/* 联系我们 */
.contact1 {
  background-color: #f7f7f7;
  position: relative;
}
.contact1 .con1 {
  text-align: center;
  margin-bottom: 60px;
}
.contact1 .con2 {
  display: flex;
}
.contact1 .con2 .leftBox,
.contact1 .con2 .rightBox {
  height: 600px;
  width: 50%;
}

.contact1 .con2 .leftBox {
  background-color: #fff;
  padding: 40px 60px 0;
}

.contact1 .con2 .leftBox .c_title {
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: 1px solid #d7d9db;
  margin-bottom: 20px;
  line-height: 1.3;
}
.contact1 .con2 .leftBox .lib .bs {
  display: flex;
  margin-bottom: 15px;
  align-items: flex-start;
  line-height: 1.4;
}


.contact1 .con2 .leftBox .lib .bs:first-child .br{width: calc(100% - 100px);}

.contact1 .con2 .leftBox .lib .bs a:hover{color: #2e6be6;}

.contact1 .con2 .leftBox .lib .bs:last-child {
  margin-bottom: 42px;
}
.contact1 .con2 .leftBox .lib .bl {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.contact1 .con2 .leftBox .lib img {
  width: 14px;
  margin-right: 8px;
}

.contact1 .con2 .leftBox .lib .br span {
  display: block;
  width: 100%;
}
.contact1 .con2 .leftBox .c_img {
  width: 140px;
}
.contact1 .con2 .leftBox .c_img .c_ma {
  border: 1px solid #e5e5e5;
  width: 140px;
  height: 140px;
}
.contact1 .con2 .leftBox .c_img .t {
  line-height: 1.4;
  margin-top: 4px;
  text-align: center;

}
.contact1 .con2 .rightBox {
  background: url(../img/map.png) bottom no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.contact1 .con2 .rightBox .bei{max-width: none;position: absolute;width:800px;left: 50%;top: 50%;transform: translate(-50%,-50%);height: auto;}

.contact1 .con2 .rightBox img {
  width: 210px;
  height: 116px;
}

.contact1 .con2 .rightBox img:last-child{position: relative;z-index: 2;}

/* 人才招聘 */
.contact2 {
  position: relative;
}
.contact2 .con1 {
  text-align: center;
  margin-bottom: 60px;
}
.contact2 .con2 {
  display: flex;
}
.contact2 .con2 .ul {
  width: 100%;
}
.contact2 .con2 .li {
  border: 1px solid #d8dde5;
  margin-bottom: 30px;
  background-color: #fcfcff;
}

.contact2 .con2 .li_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 30px 30px 35px;
  cursor: pointer;
}

.contact2 .con2 .li_top .t1 {
  line-height: 35px;
  position: relative;
  transition: all 0.6s;
}

.contact2 .con2 .li_top .t2 {
  line-height: 30px;
  margin-top: 10px;
  color: #474a4d;
}

.contact2 .con2 .li_top .top_re {
  display: flex;
  align-items: center;
  transition: all 0.6s;
}

.contact2 .con2 .li_top .top_re span {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  display: block;
  margin-left: 12px;
  background: #939699 url(../img/xia.svg) 7px 7px no-repeat;
  background-size: 12px 12px;
  transition: all 0.6s;
}

.contact2 .con2 .li_txt {
  margin: 0 30px 0 35px;
  border-top: 1px dashed #c0c4cc;
  padding-bottom: 60px;
  display: none;
}
.contact2 .con2 .li_txt .li_show {
  display: flex;
}
.contact2 .con2 .li_txt .txt1 {
  border-right: 1px solid #e5e5e5;
  margin-right: 60px;
  margin-top: 40px;
  flex: 1;
  padding-right: 60px;
}
.contact2 .con2 .li_txt .txt {
  margin-top: 40px;
  flex: 1;
}
.contact2 .con2 .li_txt .t1 {
  padding: 0px 0 20px;
  font-weight: bold;
}

.contact2 .con2 .li_txt .t2 {
  line-height: 30px;
}

.contact2 .con2 .li_txt .txt2 {
  display: flex;
  align-items: center;
  margin-top: 45px;
}

.contact2 .con2 .li_txt .txt2 img {
  margin-right: 5px;
  width: 30px;
  height: 17px;
}

.contact2 .con2 .li_txt .txt2 a {
  color: #2e6be6;
  text-decoration: underline;
  margin-left: 3px;
}

.contact2 .con2 .li_top .t1::after {
  content: '';
  width: 4px;
  height: 0px;
  background: #2e6be6;
  position: absolute;
  left: -36px;
  top: 0;
  transition: all 0.6s;
}

/* .contact2 .con2 .li_top.act{} */
.contact2 .con2 .li_top.act .top_re {
  color: #2e6be6;
}

.contact2 .con2 .li_top.act .top_re span {
  background: #2e6be6 url(../img/xia.svg) center no-repeat;
  background-size: 12px 12px;
  transform: rotate(180deg);
}
.contact2 .con2 .li_top.act:hover .top_re span {
  background: #2e6be6 url(../img/xia.svg) center no-repeat;
  background-size: 12px 12px;
}

.contact2 .con2 .li_top.act .t1 {
  color: #2e6be6;
}

.contact2 .con2 .li_top.act .t1::after {
  height: 25px;
  transition: all 0.6s;
}

.contact2 .con2 .li .li_top:hover .t1 {
  color: #2e6be6;
  transition: all 0.6s;
}

.contact2 .con2 .li_top:hover .top_re {
  color: #2e6be6;
  transition: all 0.6s;
}

.contact2 .con2 .li_top:hover .top_re span {
  background: #2e6be6 url(../img/xia.svg) 7px 7px no-repeat;
  background-size: 12px 12px;
  transition: all 0.6s;
}

.contact2 .fenyeq{padding-top: 30px;}

.sideBar {
  width: 56px;
  background-color: #fff;
  box-shadow: 0 0 7px 7px rgba(0, 0, 0, 0.05);
  border-radius: 30px;
  position: fixed;
  right: -200px;
  bottom: 60%;
  z-index: 20;
  padding: 8px 4px;
  cursor: pointer;
  height: 170px;
}

.sideBar.act {
  right: 20px;
}
.sideBar .imgBox {
  width: 48px;
  height: 48px;
  border-radius: 24px;
  background-color: #f0f0f0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
}
.sideBar .imgBox img {
  width: 26px;
  height: 26px;
}
.sideBar .text {
  line-height: 30px;
  padding: 0px 16px;
  color: #2e6be6;
  transform: rotate(90deg); letter-spacing:2px;
}
.messShowBox {
  display: none;
}

.messShowBox .shadowBox {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(0, 0, 0, 0.6);
}
.messShowBox .shadowBox .messageBox {
  /* width: 1200px; */
  width: 62.5%;
  padding: 50px 135px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
}
.messShowBox .shadowBox .messageBox .out {
  width: 30px;
  height: 30px;
  border: 1px solid;
  border-radius: 100%;
  border: 1px solid #e6e6e7;
  background: url(../img/x.png) center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.messShowBox .shadowBox .messageBox .title {
  font-weight: bold;
  margin-bottom: 35px;
  text-align: center;
}
.messageBox .con2 .ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.messageBox .con2 .ul .li {
  width: 48%;
  margin-bottom: 20px;
  border: 1px solid #e1e3e5;
  border-radius: 3px;
  position: relative;
  display: flex;
  padding-left: 20px;
  z-index: 10;
}


.messageBox .con2 .ul .li .i{height: 50px;width: 150px;cursor: pointer;}

.messageBox .con2 .ul .li .i img{width: 100%;height: 100%;}

.messageBox .con2 .ul .li textarea {
  width: 100%;
  height: 100px;
  border: 0;
  outline: none;
  resize: none;
  padding-left: 10px;
  line-height: 50px;
}

.messageBox .con2 .ul .li p:hover {
  color: #0b9cd9;
}


.messageBox .con2 .ul .li2 {
  width: 100%;
  z-index: 15;
}

.messageBox .con2 .ul .li3 {
  z-index: 5;
}

.messageBox .con2 .ul .li4 {
  width: 100%;
  z-index: 15;
}
.messageBox .con2 .ul .li4 .dizhi {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-left: 10px;
  margin-top: 1px;
}
.messageBox .con2 .ul .li4 .dizhi .di {
  width: 30%;
}
.messageBox .con2 .ul .li4 .dizhi .di select {
  width: 100%;
  height: 50px;
  border: none;
  appearance: none;
}
.messageBox .con2 .ul .li p {
  white-space: nowrap;
  display: block;
  color: #8a9199;
  line-height: 50px;
}

.messageBox .con2 .ul .li p span {
  color: #c10000;
}

.messageBox .con2 .ul .li input {
  width: 100%;
  height: 50px;
  border: 0;
  outline: none;
  padding-left: 10px;
  font-size: 16px;
  color: #333333;
  background: none;
}

.messageBox .con2 .ul .li:last-child {
  width: 100%;
}

.messageBox .con2 .ul .li input::-webkit-input-placeholder {
  color: #8a9199;
  font-size: 16px;
}
.messageBox .con2 .ul .li input:-moz-placeholder {
  color: #8a9199;
  font-size: 16px;
}
.messageBox .con2 .ul .li input::-moz-placeholder {
  color: #8a9199;
  font-size: 16px;
}
.messageBox .con2 .ul .li input:-ms-input-placeholder {
  color: #8a9199;
  font-size: 16px;
}

.messageBox .con2 .ul .li .yzm {
  width: 140px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 0;
}

.messageBox .con2 .ul .li .yzm img {
  width: 100%;
  height: 100%;
}

.messageBox .con2 .ul .li .hq {
  position: absolute;
  right: 22px;
  height: 100%;
  line-height: 48px;
  cursor: pointer;
  cursor: pointer;
}

.messageBox .con2 .ul .li .hq input {
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: #0b9cd9;
  cursor: pointer;
}
.messageBox .con3 p {
  display: flex;
  line-height: 16px;
  margin-bottom: 16px;
  color: #666666;
}

.messageBox .con3 p:last-child {
  margin-bottom: 0;
}

.messageBox .con3 p s {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  border: 1px solid #e1e3e5;
  margin-right: 10px;
  cursor: pointer;
}

.messageBox .con3 p a {
  color: #2e6be6;
  margin-left: 6px;
}

.messageBox .con3 p s.act {
  background: url(../img/choose.svg) center no-repeat;
  background-size: 100% 100%;
  /* border: 1px solid #2e6be6; */
}

.messageBox .con4 {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.messageBox .con4 .tijiaos {
  width: 180px;
  height: 50px;
  background-color: #fff;
  color: #2e6be6;
  border: 1px solid #2e6be6;
  border-radius: 25px;
  text-align: center;
  line-height: 50px;
  position: relative;
}
.messageBox .con4 .tijiaos:hover {
  background-color: #2e6be6;
  color: #fff;
}
.messageBox .con4 .tijiaos:hover .icon {
  background: #fff url(../img/you6.svg) 7px 7px no-repeat;
  background-size: 12px 12px;
}
.messageBox .con4 .icon {
  width: 25px;
  height: 25px;
  background: #2e6be6 url(../img/you5.svg) 7px 7px no-repeat;
  background-size: 12px 12px;
  transition: all 0.6s;
  position: absolute;
  /* left: 50%; */
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}

@media screen and (max-width:1680px) {
  .messShowBox .shadowBox .messageBox{padding: 35px 80px;}

  .sideBar{bottom: 50%;}


}

@media screen and (max-width: 1500px) {
  .ibox2 {
    /* min-width: 1000px; */
  }
  .messageBox .con2 .ul .li p {
    line-height: 40px;
  }
  .messageBox .con2 .ul .li input {
    height: 40px;
  }
  .messageBox .con2 .ul .li4 .dizhi .di select {
    height: 40px;
    background: none;
  }
  /* .messShowBox .shadowBox .messageBox {
    padding: 35px 135px;
  } */

  .messageBox .con2 .ul .li{margin-bottom: 15px;}

  .messShowBox .shadowBox .messageBox .title{margin-bottom: 30px;}

  .messageBox .con2 .ul .li textarea{line-height: 40px;}

  .messageBox .con2 .ul .li .i{height: 40px;}

  .messageBox .con2 .ul .li textarea{height: 80px;}
}

@media screen and (max-width:1350px) {
  .messageBox .con2 .ul .li{margin-bottom: 10px;}


}


@media screen and (max-width:1025px) {
  .sideBar.act{right: 10px;}

  .sideBar{width: 32px;height: 120px;}

  .sideBar .text{line-height: 16px;padding: 0 8px;font-size: 12px;transform: rotate(90deg) translatey(-3px);}

  .sideBar .imgBox{width: 25px;height: 25px;}

  .contact1 .con2{flex-wrap: wrap;}

  .contact1 .con2 .leftBox{width: 100%;padding: 30px;height: auto;}

  .contact1 .con2 .rightBox{width: 100%;height: 400px;}

  .contact1 .con1{margin-bottom: 25px;}

  .contact1 .con2 .leftBox .c_title{padding-bottom: 25px ;margin-bottom: 25px;}

  .messShowBox .shadowBox .messageBox{width: 90%;padding: 30px 20px;}

  .messageBox .con4 .tijiaos{width: 140px;height: 44px;line-height: 42px;}

  .messageBox .con3 p:last-child{flex-wrap: wrap;line-height: 1.5;}

  .messageBox .con3 p a{display: block;}

  .messageBox .con2 .ul .li input::-webkit-input-placeholder {
    color: #8a9199;
    font-size: 12px;
  }
  .messageBox .con2 .ul .li input:-moz-placeholder {
    color: #8a9199;
    font-size: 12px;
  }
  .messageBox .con2 .ul .li input::-moz-placeholder {
    color: #8a9199;
    font-size: 12px;
  }
  .messageBox .con2 .ul .li input:-ms-input-placeholder {
    color: #8a9199;
    font-size: 12px;
  }

  .messageBox .con2 .ul .li .i{width: 110px;}

  .messageBox .con2 .ul .li4 .dizhi .di select{font-size: 12px;}

  .contact2 .con1{margin-bottom: 30px;}

  .sideBar .imgBox img{width: 20px;height: 20px;}

}

@media screen and (max-width: 800px) {

  .contact2 .con2 .li_top .top_re p{display: none;}
  
  .contact2 .con2 .li_top .top_re span{margin-left: 0;}

  .contact2 .con2 .li_top .top_le {width: calc(100% - 50px);}

  .contact2 .con2 .li_top .t1{width: 100%; overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}

  .contact2 .con2 .li_top{padding: 20px;}

  .contact2 .con2 .li_top .t2{display: none;}

  .contact2 .con2 .li_txt .txt1{width: 100%;margin-right: 0;padding-right: 0;flex: none;border: 0;}

  .contact2 .con2 .li_txt .li_show{flex-wrap: wrap;}

  .contact2 .con2 .li_top .t1::after{left: -20px;}

  .contact2 .con2 .li_txt{margin: 0 20px 20px;padding-bottom: 30px;}

  .contact2 .fenyeq{padding-top: 20px;}

  .contact2 .con2 .li{margin-bottom: 20px;}
 
  .messageBox .con2 .ul .li{padding-left: 10px;}

  .messageBox .con2 .ul .li{width: 100%;}

  .messShowBox .shadowBox .messageBox .title{margin-bottom: 20px;}

  .messageBox .con2 .ul .li input{padding-left: 6px;}

  .messageBox .con2 .ul,.messageBox .con3 p:last-child{font-size: 12px;}

  

}
