@charset "UTF-8";
/*
*   
*/
.banner {
  width: 100%;
  height: 132px;
  background-image: url("../images/pages/recruitment/banner.png");
  background-size: 100% 100%;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/pages/recruitment/banner.png", sizingMethod='scale');
}

.banner .bannerWrap {
  font-size: 30px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 35px;
  margin: 0 auto;
  padding-top: 45px;
  text-align: center;
}

.recruitment {
  width: 100%;
  padding-top: 59px;
  padding-bottom: 80px;
  background-color: #FFFFFF;
}

.recruitment .recruitmentWrap {
  width: 1440px;
  margin: 0 auto;
}

.recruitment .recruitmentWrap div {
  float: left;
}

.recruitment .recruitmentWrap .wrapLeft {
  width: 1074px;
}

.recruitment .recruitmentWrap .wrapLeft .box {
  width: 100%;
  background-color: #FFFFFF;
  margin-bottom: 41px;
  border: 1px solid #F4F4F4;
}

.recruitment .recruitmentWrap .wrapLeft .box:hover {
  border: 1px solid #C13939;
}

.recruitment .recruitmentWrap .wrapLeft .box .boxTop div {
  padding-left: 53px;
  padding-top: 29px;
  padding-bottom: 29px;
  width: 990px;
  height: 36px;
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  line-height: 36px;
  cursor: pointer;
}

.recruitment .recruitmentWrap .wrapLeft .box .boxTop div img {
  width: 36px;
  height: 36px;
  vertical-align: middle;
  margin-right: 40px;
  float: right;
  text-align: right;
}

.recruitment .recruitmentWrap .wrapLeft .box .boxBottom {
  width: 990px;
  border-top: 1px solid #E5E5E5;
  margin: 0 auto;
  margin-left: 53px;
  padding-top: 21px;
  display: none;
}

.recruitment .recruitmentWrap .wrapLeft .box .boxBottom .serviceTitle {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  line-height: 19px;
}

.recruitment .recruitmentWrap .wrapLeft .box .boxBottom .serviceItems {
  margin-top: 19px;
  width: 100%;
}

.recruitment .recruitmentWrap .wrapLeft .box .boxBottom .serviceItems .item {
  width: 100%;
}

.recruitment .recruitmentWrap .wrapLeft .box .boxBottom .serviceItems .item div {
  position: relative;
  float: left;
}

.recruitment .recruitmentWrap .wrapLeft .box .boxBottom .serviceItems .item .itemsDot {
  width: 6px;
  height: 6px;
  background-color: #C13939;
  margin: 13.5px 18px 13.5px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.recruitment .recruitmentWrap .wrapLeft .box .boxBottom .serviceItems .item .itemText {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 34px;
  width: 600px;
}

.recruitment .recruitmentWrap .wrapLeft .box .boxBottom .diliver {
  margin-top: 32px;
  padding-bottom: 45px;
  font-size: 15px;
  font-weight: 400;
  color: #C13939;
  line-height: 18px;
}

.recruitment .recruitmentWrap .wrapRight {
  width: 342px;
  margin-left: 24px;
  background-color: #F4F4F4;
}

.recruitment .recruitmentWrap .wrapRight .name {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  line-height: 36px;
  margin-left: 35px;
  padding-top: 29px;
}

.recruitment .recruitmentWrap .wrapRight .messageContent {
  margin-left: 35px;
}

.recruitment .recruitmentWrap .wrapRight .messageContent input {
  width: 207px;
  margin-top: 30px;
  border: 0px;
  border-bottom: 1px solid #CCCCCC;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 14px;
  background-color: #F4F4F4;
  padding-bottom: 16px;
}

.recruitment .recruitmentWrap .wrapRight .messageContent input:focus {
  outline: none;
  border-bottom: 1px solid #C13939;
}

.recruitment .recruitmentWrap .wrapRight .messageContent textarea {
  width: 207px;
  margin-top: 30px;
  border: 0px;
  border-bottom: 1px solid #CCCCCC;
  background-color: #F4F4F4;
}

.recruitment .recruitmentWrap .wrapRight .messageContent textarea:focus {
  outline: none;
  border-bottom: 1px solid #C13939;
}

.recruitment .recruitmentWrap .wrapRight .messageContent .button {
  width: 171px;
  height: 48px;
  background-color: #C13939;
  border: 0;
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 31px;
  margin-top: 64px;
  padding: 0;
}

.recruitment .recruitmentWrap .wrapRight .contactUs {
  font-size: 16px;
  font-weight: bold;
  color: #C13939;
  line-height: 16px;
  margin-top: 16px;
  margin-bottom: 57px;
  margin-left: 35px;
}

@media screen and (max-width: 1440px) {
  .banner, .recruitment {
    width: 1440px;
  }
  .footer .footerWrap .footerRight .footerRightInput {
    border: 0;
  }
}
/*# sourceMappingURL=recruitment.css.map */