.home {
  width: 100%;
  position: relative;
}
.home .banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.home .banner img {
  width: 100%;
  display: block;
  object-fit: cover;
  animation: big2 32s forwards linear;
}
@keyframes big2 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.home .banner .t1 {
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  color: #ffffff;
  font-size: 40px;
  font-weight: bolder;
  letter-spacing: 3px;
}
.home .banner .links {
  position: absolute;
  left: 15%;
  width: 70%;
  bottom: 10%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.home .banner .links i {
  color: #ffffff;
}
.home .banner .links a, .home .banner .links p {
  color: #ffffff;
  font-weight: 200;
}
.home .banner .links a {
  margin: 0 8px;
  display: inline-block;
}
.home .ltypes {
  width: 20%;
  position: fixed;
  left: 15%;
  top: 200px;
  height: 500px;
  overflow-x: hidden;
  overflow-y: scroll;
  z-index: 100;
  display: none;
}
.home .ltypes .lnr {
  position: relative;
  border-left: 1px solid #E2E2E2;
  padding-left: 10%;
  width: 90%;
}
.home .ltypes .lnr .line {
  position: absolute;
  left: -1px;
  top: 0;
  width: 1px;
  height: 54px;
  background-color: #1B4098;
  transition: all 600ms;
}
.home .ltypes .lnr a {
  color: #333333;
  font-size: 18px;
  height: 54px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 600ms;
  cursor: pointer;
}
.home .ltypes .lnr .active {
  transform: scale(1.2) translateX(25px);
  color: #1B4098;
}
.home .main {
  width: 100%;
}
.home .main .navList {
  width: 70%;
  margin: 0 auto;
  display: flex;
  background-color: #ffffff;
transform: translateY(-35px);
}
.home .main .navList .item {
  width: 50%;
  text-align: center;
  color: #333333;
  position: relative;
  padding: 25px 0;
  transition: all 600ms;
  cursor: pointer;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  border-left: 1px solid #E5E5E5;
}
.home .main .navList .item:first-child{
border-right: 1px solid #E5E5E5 !important;
}
.home .main .navList .item p {
  transition: all 100ms;
}
.home .main .navList .item p:nth-child(2) {
  position: absolute;
  left: 0;
  bottom: 5px;
  opacity: 0;
  text-align: center;
  width: 100%;
  font-family: "Raleway-Regular";
  font-size: 12px;
  text-transform: uppercase;
}
.home .main .navList .item::before {
  background: linear-gradient(0deg, #11327E 0%, #0349A3 100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: inline-block;
  opacity: 0;
  transition: all 600ms;
}
.home .main .navList .item:hover {
  color: #ffffff;
  border-color: #11327E;
}
.home .main .navList .item:hover::before {
  opacity: 1;
}
.home .main .navList .item:hover p {
  transform: translateY(-7px);
}
.home .main .navList .item:hover p:nth-child(2) {
  opacity: 1;
}
.home .main .navList .active {
  color: #ffffff;
  border-color: #11327E !important;
}
.home .main .navList .active::before {
  opacity: 1;
}
.home .main .navList .active p {
  transform: translateY(-7px);
}
.home .main .navList .active p:nth-child(2) {
  opacity: 1;
}
.home .main .t1 {
  text-align: center;
  margin-top: 80px;
color:#666666;
}
.home .main .t1 p:nth-child(1) {
  font-size: 36px;
  font-weight: bolder;
}
.home .main .t1 p:nth-child(2) {
  font-size: 36px;
  font-family: "Raleway-Regular";
  text-transform: uppercase;
  margin-top: 50px;
}
.home .main .content {
  width: 70%;
  margin: 60px auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.home .main .content .allCon {
  width: 75%;
  margin-left: 25%;
}
.home .main .content .allCon .item {
  border: 1px solid #1B4098;
  padding: 80px 5%;
  border-radius: 10px;
  position: relative;
  transition: all 600ms;
  background-color: #ffffff;
  margin-bottom: 60px;
  cursor: pointer;
}
.home .main .content .allCon .item::before {
  content: "";
  display: block;
  background-color: #E5ECFB;
  height: 100%;
  width: 100%;
  left: -10px;
  top: 10px;
  position: absolute;
  z-index: -1;
  border-radius: 10px;
}
.home .main .content .allCon .item::after {
  content: "";
  background: url("../images/jp1.png") no-repeat;
  background-size: cover;
  opacity: 1;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  transition: all 600ms;
}
.home .main .content .allCon .item .p1 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.home .main .content .allCon .item .p1 .pl {
  transition: all 600ms;
  z-index: 100;
}
.home .main .content .allCon .item .p1 .pl .p2 {
  font-size: 24px;
  margin-bottom: 20px;
}
.home .main .content .allCon .item .p1 .pl .tags {
  font-size: 18px;
  font-weight: 200;
}
.home .main .content .allCon .item .p1 .pr {
  width: 140px;
  height: 53px;
  background: #FFFFFF;
  border-radius: 10px;
  text-align: center;
  line-height: 53px;
  color: #1B4098;
  font-size: 20px;
  box-shadow: 0px 10px 10px #F0F0F0;
  cursor: pointer;
  transition: all 600ms;
  z-index: 100;
}
.home .main .content .allCon .item .html {
  border-top: 1px dashed #CFCFCF;
  width: 100%;
  padding: 30px 0;
}
.home .main .content .allCon .item .html .nr {
  font-size: 18px;
  font-weight: 200;
  line-height: 40px;
  transition: all 600ms;
  display: flex;
  flex-direction: column;
}
.home .main .content .allCon .item .html .nr .pp1 {
  font-weight: normal;
  z-index: 100;
}
.home .main .content .allCon .item .html .nr .des {
  z-index: 100;
}
.home .main .content .allCon .item:hover {
  border-color: transparent;
}
.home .main .content .allCon .item:hover::after {
  background: url("../images/jp2.png") no-repeat;
  background-size: cover;
}
.home .main .content .allCon .item:hover .p1 .pl {
  color: white;
}
.home .main .content .allCon .item:hover .p1 .pr {
  box-shadow: 0px 10px 10px transparent;
}
.home .main .content .allCon .item:hover .html {
  color: white;
}
.home .cform {
  width: 100%;
  background: url("../images/caBg.png") no-repeat;
  background-size: cover;
  padding: 100px 0;
}
.home .cform .t1 {
  text-align: center;
}
.home .cform .t1 p:nth-child(1) {
  color: #ffffff;
  font-size: 36px;
  font-weight: bolder;
}
.home .cform .t1 p:nth-child(2) {
  color: #ffffff;
  font-size: 36px;
  font-family: "Raleway-Regular";
  text-transform: uppercase;
  margin-top: 30px;
  opacity: 0.3;
}
.home .cform .form {
  width: 60%;
  margin: 60px auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home .cform .form .item {
  width: 49%;
  margin-bottom: 40px;
}
.home .cform .form .item p {
  color: white;
}
.home .cform .form .item .shuru {
  width: 100%;
  margin-top: 10px;
  position: relative;
}
.home .cform .form .item .shuru .code {
  position: absolute;
  right: -1px;
  top: 0;
  width: 30%;
  background-color: white;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home .cform .form .item .shuru .code span {
  color: #BDBDBD;
  font-size: 22px;
  font-weight: 200;
  position: relative;
  letter-spacing: 4px;
}
.home .cform .form .item .shuru .code span::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  background: #1B4098;
  display: none;
}
.home .cform .form .item .shuru input {
  border: 1px solid #A0A0A0;
  text-indent: 20px;
  outline: none;
  font-size: 14px;
  color: #ffffff;
  font-weight: 200;
  padding: 20px 0;
  background-color: transparent;
  width: 100%;
}
.home .cform .form .item .shuru input::placeholder {
  color: #BDBDBD;
}
.home .cform .form .item .shuru input:focus::placeholder {
  color: #BDBDBD;
}
.home .cform .form .item2 {
  width: 100%;
}
.home .cform .form .item2 p {
  color: white;
}
.home .cform .form .item2 .shuru {
  width: 100%;
  margin-top: 10px;
  position: relative;
}
.home .cform .form .item2 .shuru textarea {
  border: 1px solid #A0A0A0;
  text-indent: 20px;
  outline: none;
  font-size: 14px;
  color: white;
  font-weight: 200;
  padding: 20px 0;
  background-color: transparent;
  height: 150px;
  width: 100%;
  resize: none;
  font-family: Arial, sans-serif;
}
.home .cform .form .item2 .shuru textarea::placeholder {
  color: #BDBDBD;
  font-family: Arial, sans-serif;
}

.home .cform .form .item2 .shuru textarea:focus::placeholder {
  color: rgb(162 162 162 / 47%);
}

.home .cform .form .btns {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.home .cform .form .btns div {
  width: 180px;
  height: 48px;
  background: #FFFFFF;
  text-align: center;
  color: #333;
  line-height: 48px;
  margin: 0 20px;
  cursor: pointer;
  transition: all 600ms;
}
.home .cform .form .btns div:hover {
  background: linear-gradient(0deg, #11327E 0%, #0349A3 100%);
  color: white;
}
.home .supply {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: none;
}
.home .supply .content {
  width: 40%;
  background-color: #ffffff;
  padding: 60px 5% 60px 5%;
  border-radius: 10px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.home .supply .content .fc {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.home .supply .content .fc img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.home .supply .content .close {
  position: absolute;
  right: 5%;
  top: 5%;
  cursor: pointer;
  transition: all 600ms;
}
.home .supply .content .close i {
  font-size: 30px;
}
.home .supply .content .close:hover {
  transform: rotate(180deg);
}
.home .supply .content .t1 {
  text-align: center;
}
.home .supply .content .t1 p:nth-child(1) {
  font-size: 24px;
}
.home .supply .content .t1 p:nth-child(2) {
  font-size: 18px;
  font-weight: 200;
  font-family: "Raleway-Regular";
  margin-top: 20px;
  text-transform: uppercase;
}
.home .supply .content .form {
  width: 100%;
  margin: 40px 0 0 0;
  z-index: 100;
}
.home .supply .content .form .name {
  width: 100%;
  margin-bottom: 30px;
}
.home .supply .content .form .name input {
  border: 1px solid #BDBDBD;
  outline: none;
  width: 100%;
color: rgba(0,0,0,.8);
  text-indent: 20px;
  padding: 20px 0;
}

.home .supply .content .form .description {
  width: 100%;
  margin-bottom: 30px;
}
.home .supply .content .form .description textarea {
  border: 1px solid #BDBDBD;
  outline: none;
  width: 100%;
  text-indent: 20px;
  padding: 20px 0;
  height: 100px;
color: rgba(0,0,0,.8);
  resize: none;
  font-family: Arial, Microsoft YaHei, sans-serif;
}
.home .supply .content .form .description textarea:focus::placeholder,
.home .supply .content .form .name input:focus::placeholder{
  color: #BDBDBD;
}
.home .supply .content .form .files {
  width: 100%;
  display: flex;
  align-items: center;
}
.home .supply .content .form .files .icons {
  display: flex;
  align-items: center;
}
.home .supply .content .form .files .icons i {
  font-size: 24px;
}
.home .supply .content .form .files .icons span {
  display: inline-block;
  margin-left: 5px;
}
.home .supply .content .form .files .icons i, .home .supply .content .form .files .icons span {
  color: #BDBDBD;
}
.home .supply .content .form .files .chose {
  position: relative;
  margin: 0 20px;
}
.home .supply .content .form .files .chose input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.home .supply .content .form .files .chose span {
  display: inline-block;
  width: 107px;
  height: 33px;
  border: 1px solid #BDBDBD;
  text-align: center;
  line-height: 33px;
  cursor: pointer;
}
.home .supply .content .form .files .notice {
  color: #333;
}
.home .supply .content .form .confirm {
  width: 180px;
  height: 48px;
  background: linear-gradient(0deg, #11327E 0%, #0349A3 100%);
  margin: 0 auto;
  text-align: center;
  line-height: 48px;
  color: white;
  margin-top: 60px;
  cursor: pointer;
  z-index: 10;
}
@media screen and (max-width: 1440px) {
  .home .ltypes {
    left: 5%;
    top: 150px;
  }
}
@media screen and (max-width: 1300px) {
  .home .banner img {
    height: 300px;
  }
  .home .banner .t1 {
    font-size: 20px;
  }
  .home .ltypes {
    display: none !important;
  }
  .home .main .navList {
    width: 80%;
  }
  .home .main .t1 {
    margin-top: 40px;
  }
  .home .main .t1 p:nth-child(1) {
    font-size: 20px;
  }
  .home .main .t1 p:nth-child(2) {
    font-size: 18px;
    margin-top: 15px;
  }
  .home .main .content {
    width: 90%;
    margin: 30px auto;
  }
  .home .main .content .allCon {
    width: 100%;
    margin-left: 0;
  }
  .home .main .content .allCon .item .p1 {
    flex-direction: column;
    align-items: normal;
margin-bottom: 15px;
  }
.home .main .content .allCon .item{
margin-bottom: 30px;
}
  .home .main .content .allCon .item .p1 .pl .p2 {
    margin-bottom: 15px;
  }
  .home .main .content .allCon .item .p1 .pr {
    margin-top: 30px;
  }
  .home .main .content .allCon .item .html {
    padding: 10px 0;
  }

.home .main .content .allCon .item{
    padding: 40px 5%;
}
.home .main .content .allCon .item .p1 .pl .p2 {
    font-size: 18px;
}

.home .cform{
padding: 50px 0;
}

.home .cform .t1 p:nth-child(1) {
    font-size: 20px;
}

.home .cform .t1 p:nth-child(2) {
    font-size: 20px;
    margin-top: 15px;
}

.home .cform .form {
    width: 90%;
    margin: 30px auto;
flex-direction: column;
}

.home .cform .form .item {
    width: 100%;
    margin-bottom: 20px;
}

  .home .supply .content {
    width: 90%;
    padding: 30px 5%;
  }
  .home .supply .content .t1 p:nth-child(1) {
    font-size: 18px;
  }
  .home .supply .content .t1 p:nth-child(2) {
    font-size: 15px;
    margin-top: 10px;
  }
  .home .supply .content .form {
    margin-top: 20px;
  }
  .home .supply .content .form .name {
    margin-bottom: 10px;
  }
  .home .supply .content .form .name input {
    padding: 10px 0;
  }
  .home .supply .content .form .description textarea {
    height: 60px;
  }
}

/*# sourceMappingURL=job.css.map */
