.bg-cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}
body {
  background: #fff;
}
.main .banner {
  height: 700px;
  background-position: 25% 25%;
}
.main .content {
  background: url('../images/career/ca-bg1.jpg') no-repeat;
  background-position: left bottom ;
  padding-bottom: 145px;
}
.main .content .title {
  text-align: center;
  padding-top: 90px;
  padding-bottom: 70px;
}
.main .content .title .t-box {
  width: 711px;
  margin: 0 auto;
  position: relative;
}
.main .content .title .t-box .img {
  position: absolute;
  bottom: 0;
  right: 4px;
  opacity: 0;
}
.main .content .title .t-box .img.moves {
  opacity: 1;
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -ms-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
}
.main .content .text-box {
  width: 1230px;
  margin: 0 auto;
  border: 4px solid #d8b083;
}
.main .content .text-box img {
  width: 100%;
}
.main .content .text-box .text-box-in {
  padding: 50px 40px 90px;
  position: relative;
}
.main .content .text-box .text-box-in p {
  font-size: 18px;
  color: #191919;
}
.main .content .text-box .text-box-in .top .t-left {
  width: 666px;
  margin-right: 65px;
  margin-top: 80px;
  margin-left: 20px;
}
.main .content .text-box .text-box-in .top .t-left p {
  margin-bottom: 15px;
}
.main .content .text-box .text-box-in .mid {
  width: 1075px;
  padding: 25px 0 90px 45px;
  background: #f7f7f7;
  margin-top: 60px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  position: relative;
}
.main .content .text-box .text-box-in .mid .m-left {
  width: 520px;
  height: 289px;
  overflow: hidden;
  margin-right: 20px;
}
.main .content .text-box .text-box-in .mid .m-left:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.main .content .text-box .text-box-in .mid .m-left img {
  width: 100%;
  height: 100%;
}
.main .content .text-box .text-box-in .mid .m-right {
  width: 490px;
  line-height: 1.47;
}
.main .content .text-box .text-box-in .mid .round-top {
  position: absolute;
  top: -23px;
  left: 0;
  background: url('../images/career/ca-round-top.png') no-repeat;
  width: 33px;
  height: 23px;
}
.main .content .text-box .text-box-in .mid .round-bot {
  position: absolute;
  bottom: -30px;
  right: 0;
  background: url('../images/career/ca-round-bot.png') no-repeat;
  width: 30px;
  height: 30px;
}
.main .content .text-box .text-box-in .bot {
  margin-top: 60px;
}
.main .content .text-box .text-box-in .bot p {
  margin-bottom: 25px;
}
.main .content .text-box .text-box-in .pen {
  position: absolute;
  right: -37px;
  bottom: -4px;
  width: 67px;
  height: 401px;
  background: url('../images/career/ca-pen.jpg') no-repeat;
}
@media only screen and (max-width: 1366px) {
  .main .content .title {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .main .content .title .t-box {
    width: 355px;
  }
  .main .content .title .t-box .t-bg {
    width: 100%;
  }
  .main .content .title .t-box .img {
    width: 27px;
  }
  .main .content .text-box {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .main .content .text-box .text-box-in {
    padding: 30px 20px 50px;
  }
  .main .content .text-box .text-box-in .top .t-left {
    width: 440px;
    margin-right: 35px;
    margin-top: 40px;
    margin-left: 20px;
  }
  .main .content .text-box .text-box-in .top .t-left p {
    margin-bottom: 15px;
  }
  .main .content .text-box .text-box-in .mid {
    width: 100%;
    padding: 25px 0 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .main .content .text-box .text-box-in .mid .m-left {
    width: 520px;
    height: 289px;
    float: none;
    margin: 0 auto;
  }
  .main .content .text-box .text-box-in .mid .m-right {
    width: 90%;
    float: none;
    margin: 20px auto 0;
    line-height: 1.47;
  }
  .main .content .text-box .text-box-in .bot {
    margin: 40px auto 0;
    width: 90%;
  }
  .main .content .text-box .text-box-in .pen {
    position: absolute;
    right: -37px;
    bottom: -4px;
    width: 67px;
    height: 401px;
    background: url('../images/career/ca-pen.jpg') no-repeat;
  }
}
@media only screen and (max-width: 1024px) {
  .main .banner {
    height: 500px;
    background-position: 25% 50%;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .main .banner {
    height: 400px;
    background-position: 25% 55%;
  }
  .main .container {
    width: 700px;
  }
  .main .content .text-box .text-box-in .top .t-left {
    margin-top: 0;
    width: 300px;
  }
  .main .content .text-box .text-box-in .top .t-right img {
    width: 80%;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .main .banner {
    height: 300px;
    background-position: 19% 59%;
  }
  .main .container {
    width: 96%;
  }
  .main .content .title {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .main .content .title .t-box {
    width: 237px;
  }
  .main .content .title .t-box .t-bg {
    width: 100%;
  }
  .main .content .title .t-box .img {
    width: 18px;
  }
  .main .content .text-box .text-box-in .top .t-left {
    width: 100%;
    margin: 0;
    float: none;
  }
  .main .content .text-box .text-box-in .top .t-right {
    float: none;
  }
  .main .content .text-box .text-box-in .top .t-right img {
    width: 80%;
    margin-top: 30px;
  }
  .main .content .text-box .text-box-in .mid .m-left {
    width: 100%;
    height: 194px;
  }
  .main .content .text-box .text-box-in span.pen {
    display: none;
  }
}
