@charset "UTF-8";

/* author:xie; date:2022-08-10; PSD:1920; */
body {
  background-color: #F2F3F7;
}

.container {
  position: relative;
  /* 
		人才招聘 
	*/
  /*
		联系我们 
	*/
}

.in-banner-box .en {
  font-size: 1rem;
}

.container .content-box {
  width: 16rem;
  background: #FFFFFF;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

.container .content-box .content {
  height: auto;
  overflow: hidden;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  box-shadow: inset 0px -.01rem .18rem -0.15rem #999;
}

.container .content-box .content .left {
  width: 30%;
  height: 100%;
}

.container .content-box .content .left .title-box {
  margin-top: .7rem;
}

.container .content-box .content .left .title-box .serialNumber {
  font-size: .24rem;
  font-family: DIN;
  font-weight: bold;
  color: #949494;
  width: 1.1rem;
  padding-left: .4rem;
  border-bottom: 1px solid #D3D3D3;
  padding-bottom: .13rem;
}

.container .content-box .content .left .title-box .text {
  font-size: .26rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  margin-left: .3rem;
}

.container .content-box .content .right {
  width: 70%;
  height: 100%;
  padding: .77rem 1.01rem;
  border-left: 1px solid #e5e5e5;
}

.container .content-box .content .right .detail-box:nth-child(n+2) {
  margin-top: .2rem;
}

.container .content-box .content .right .detail-box .title {
  display: inline-block;
  height: .28rem;
  line-height: .28rem;
  background: #302F35;
  padding: 0 .13rem;
  font-size: .18rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  transform: skew(-25deg);
}

.container .content-box .content .right .detail-box .title span {
  display: inline-block;
  transform: skew(20deg);
}

.container .content-box .content .right .detail-box ul {
  /* margin-top: .2rem; */
  white-space: pre-line;
  font-size: 0.16rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 2;
}

.container .content-box .content .right .detail-box ul li {
  font-size: .16rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: .3rem;
}

.container .content-box .m-page {
  padding: .6rem 0;
}

.container .btm-box {
  display: flex;
  justify-content: space-between;
  width: 16rem;
  margin: 0 auto;
  padding: .7rem 0;
}

.container .btm-box .box {
  width: 32.6%;
  height: 2.08rem;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: .4rem;
  background-position: center;
}

.container .btm-box .box:nth-child(1) {
  background-image: url(../images/xie/box_01.png);
}

.container .btm-box .box:nth-child(2) {
  background-image: url(../images/xie/box_02.png);
}

.container .btm-box .box:nth-child(3) {
  background-image: url(../images/xie/box_03.png);
}

.container .btm-box .box .top span {
  position: relative;
  font-size: .3rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333;
}

.container .btm-box .box .top span::after {
  position: absolute;
  bottom: -.22rem;
  content: '';
  display: block;
  width: .8rem;
  height: 1px;
  background-color: #0589E3;
}

.container .btm-box .box .bottom {
  margin-top: .6rem;
  font-size: .18rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}

.container .btm-box .box:hover {
  transition: background-position .3s ease-in-out;
  background-position: .3rem;
}

.container .btm-box .box:hover .top span::after {
  width: 100%;
  transition: all .3s ease-in-out;
}

.container .concat-box {
  width: 16rem;
  height: 9.76rem;
  background: #FFFFFF;
  margin: 0 auto;
  margin-bottom: 1rem;
  position: relative;
  z-index: 5;
}

.container .concat-box .top {
  height: 4.17rem;
}

.container .concat-box .top .top_top {
  display: flex;
  height: 2.3rem;
  border-bottom: 1px solid #e5e5e5;
}

.container .concat-box .top .top_top .left,
.container .concat-box .top .top_top .right {
  flex: 1;
  display: flex;
  padding: .48rem .82rem;
}

.container .concat-box .top .top_top .left {
  border-right: 1px solid #e5e5e5;
  flex-direction: column;
}

.container .concat-box .top .top_top .left .left_img {
  object-fit: contain;
  width: 0.34rem;
  height: 0.32rem;
  margin-bottom: .18rem;
}

.container .concat-box .top .top_top .left h3 {
  font-size: .48rem;
  font-family: DIN;
  font-weight: bold;
  color: #333333;
}

.container .concat-box .top .top_top .left span {
  font-size: .16rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}

.container .concat-box .top .top_top .right {
  align-items: center;
}

.container .concat-box .top .top_top .right .right_img {
  object-fit: contain;
  height: 100%;
  width: auto;
}

.container .concat-box .top .top_top .right span {
  font-size: .16rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  margin-left: .2rem;
  margin-right: .2rem;
}

.container .concat-box .top .top_btm {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 1.87rem;
}

.container .concat-box .top .top_btm .box {
  flex: 1;
  display: flex;
  padding: .7rem 0 .7rem .7rem;
  box-sizing: border-box;
}

.container .concat-box .top .top_btm .box .box_img {
  margin-right: .25rem;
  object-fit: contain;
}

.container .concat-box .top .top_btm .box .box_btm p {
  font-size: .18rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: .3rem;
}

.container .concat-box .map {
  height: 5.59rem;
}


@media screen and (max-width: 1600px) {

  .container .concat-box,
  .container .btm-box,
  .container .content-box {
    width: 15rem;
  }
}

@media screen and (max-width: 750px) {
  /* body {
    padding-top: 1.1rem;
  } */
  .container .content-box .content .left .title-box .serialNumber {
    width: 80%;
  }
  .container {
    /*
			人才招聘 
		*/
    /*
			联系我们 
		*/
  }

  .container .content-box {
    width: 96%;
  }

  .container .content-box .content .left {
    width: 30%;
    height: 100%;
  }

  .container .content-box .content .left .title-box {
    display: flex;
    flex-direction: column;
  }
  .container .concat-box .top .top_top .right {
    flex:unset;
  }
  .container .content-box .content .left .title-box .text {
    margin-left: .26rem;
    margin-top: .1rem;
    /* max-width: .36rem; */
  }

  .container .content-box .content .right {
    width: 70%;
    padding: .4rem .3rem;
  }

  .container .content-box .content .right .detail-box .title {
    height: .56rem;
    line-height: .56rem;
    padding: 0 .2rem;
    font-size: .28rem;
  }
  .container .content-box .content .right .detail-box ul {
    font-size: 12px;
  }
  .container .content-box .content .right .detail-box ul li {
    font-size: .28rem;
    line-height: .50rem;
  }

  .container .btm-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .container .btm-box .box {
    width: 96%;
    margin-bottom: .2rem;
  }

  .container .btm-box .box .bottom {
    margin-top: .4rem;
    font-size: .28rem;
  }

  .container .concat-box {
    width: 96%;
    height: auto;
    margin-bottom: .6rem;
  }

  .container .concat-box .top {
    height: auto;
  }

  .container .concat-box .top .top_top {
    display: flex;
    align-items: center;
    height: auto;
  }

  .container .concat-box .top .top_top .left {
    padding: .48rem 0 .48rem 1em;
    box-shadow: unset;
    border-right: unset;
  }

  .container .concat-box .top .top_top .left .left_img {
    width: 0.51rem;
    height: 0.48rem;
  }
  .container .concat-box .top .top_top .left>div{
    flex-direction: column;
    padding-bottom: 0px !important;
  }

  .container .concat-box .top .top_top .left h3 {
    font-size: .36rem;
  }

  .container .concat-box .top .top_top .left span {
    font-size: .24rem;
  }

  .container .concat-box .top .top_top .right {
    align-items: center;
    box-shadow: unset;
    padding: .48rem 0rem;
    /* justify-content: flex-end; */
  }
  .container .concat-box .top .top_top .right div{
    margin-right: 0 !important;
  }

  .container .concat-box .top .top_top .right .right_img {
    object-fit: contain;
    width: 1.3rem;
    height: 1.3rem;
  }

  .container .concat-box .top .top_top .right span {
    display: none;
  }

  .container .concat-box .top .top_btm {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: auto;
  }

  .container .concat-box .top .top_btm .box {
    width: 100%;
    display: flex;
    padding: .5rem 0 .5rem .5rem;
    box-sizing: border-box;
  }

  .container .concat-box .top .top_btm .box .box_img {
    max-width: .7rem;
  }

  .container .concat-box .top .top_btm .box .box_btm p {
    font-size: .28rem;
    line-height: .44rem;
  }

  .container .concat-box .map {
    width: 100%;
  }

  .container .concat-box .map img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}