.jobbanner {
  width: 100%;
  background: url("../images/banner.jpg");
  height: 480px;
  overflow: hidden;
}
.jobbanner .main {
  padding-top: 130px;
  width: 1100px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.jobbanner .title {
  color: #FFFFFF;
  padding-top: 70px;
}
.jobbanner .title h1 {
  font-size: 40px;
  margin-bottom: 20px;
}
.jobbanner .title h4 {
  font-size: 18px;
  width: 560px;
}
.jobbanner .title .cz {
  display: flex;
  flex-direction: row;
  padding-top: 40px;
}
.jobbanner .title .btn {
  width: 157px;
  height: 34px;
  border-radius: 50px;
  line-height: 32px;
  text-align: center;
  display: block;
  margin-right: 20px;
}
.jobbanner .title .btn1 {
  background: #EB1818;
  color: #FFFFFF;
}
.jobbanner .title .btn2 {
  background: #FFFFFF;
  color: #2C0A0A;
}

.sidachangjing .homeTitle {
  padding: 50px 0;
}

.gnlist {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.gnlist .list {
  width: calc(33.33% - 20px);
  border-radius: 10px;
  overflow: hidden;
  background: #575656;
  color: #FFFFFF;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 30px 0;
}
.gnlist .list .img {
  text-align: left;
  padding-left: 30px;
  padding-right: 20px;
}
.gnlist .list .img img {
  width: 60px;
  margin: auto;
}
.gnlist .list .dd {
  padding: 0;
  margin: 0;
  height: 84px;
}
.gnlist .list .title {
  text-align: left;
  font-size: 18px;
  margin-bottom: 10px;
}
.gnlist .list .title span {
  background: #e7c804;
  color: #000000;
  border-radius: 4px;
  font-size: 14px;
  padding: 2px 5px;
  margin-right: 10px;
}
.gnlist .list .info {
  text-align: left;
  font-size: 14px;
  color: #ffffff;
  padding-right: 40px;
}

.tixi {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  padding-top: 30px;
  padding-bottom: 50px;
  background: #F7F7F7;
  margin-top: 50px;
}
.tixi .homeTitle {
  padding: 50px 0;
}
.tixi .tixilist {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
}
.tixi .tixilist .li {
  width: calc(50% - 20px);
  text-align: center;
  background: #FFFFFF;
  border: #c7c7c7 1px solid;
  margin-bottom: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 40px;
  box-sizing: border-box;
  border-radius: 4px;
}
.tixi .tixilist .li .img {
  width: 140px;
  height: 140px;
  overflow: hidden;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tixi .tixilist .li .img img {
  width: 60px;
  height: 60px;
}
.tixi .tixilist .li dd {
  width: calc(100% - 140px);
}
.tixi .tixilist .li .title {
  font-size: 18px;
  text-align: left;
}
.tixi .tixilist .li .info {
  color: #959595;
  text-align: left;
}

.changjing {
  padding: 50px 0;
}
.changjing .homeTitle {
  padding: 50px 0;
}
.changjing .xcx {
  display: flex;
  justify-content: space-between;
}
.changjing .xcx img {
  width: 340px;
}
.changjing .box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.changjing .box .wenzi {
  box-sizing: border-box;
  width: calc(50% - 20px);
  color: #FFFFFF;
  border-radius: 10px;
  padding: 20px;
  margin-top: 40px;
  display: flex;
  align-items: center;
}
.changjing .box .wenzi .icon {
  width: 60px;
  height: 60px;
  margin-right: 20px;
}
.changjing .box .wenzi .icon img {
  width: 60px;
}
.changjing .box .wenzi .text h4 {
  font-size: 18px;
}
.changjing .pc {
  width: 1100px;
  text-align: center;
}
.changjing .pc img {
  width: 96%;
  margin: auto;
}

.bg1 {
  background: #fffaf5;
}

.bg2 {
  background: #00d87f;
}

.bg3 {
  background: #bc20f5;
}

.bg4 {
  background: #f59b07;
}

.bg5 {
  background: #ff1a22;
}

.bg6 {
  background: #0bbf1c;
}

.bg7 {
  background: #2677f5;
}

.bg8 {
  background: #4bb2ff;
}

.bg9 {
  background: #7339fd;
}

.bg10 {
  background: #fd1272;
}

.gnqq {
  padding: 50px 0;
}

.superiority {
  padding: 50px 0;
}

.wxzb {
  padding-top: 80px;
  padding-bottom: 40px;
  text-align: center;
}
.wxzb img {
  margin: auto;
}

.swiper-container {
  width: 1200px;
}

.xzzx {
  color: #FFFFFF;
  padding: 50px 0;
}
.xzzx .homeTitle {
  margin-bottom: 30px;
}
.xzzx .zixun {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.xzzx .zixun .btn {
  width: 157px;
  height: 34px;
  border-radius: 50px;
  line-height: 32px;
  text-align: center;
  display: block;
  margin: 20px;
}
.xzzx .zixun .btn1 {
  background: #EB1818;
  color: #FFFFFF;
}
.xzzx .zixun .btn2 {
  background: #FFFFFF;
  color: #2C0A0A;
}

.qjs {
  background: url("../images/qjs.png");
}
.qjs .homeTitle {
  color: #FFFFFF;
}

.HeaderUl .on a {
  background: #ff0000;
  border-radius: 100px;
  padding: 0 20px;
  color: #FFFFFF !important;
}

.HeadLogin {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.HeadLogin a {
  background: #ff0000;
  border-radius: 100px;
  padding: 0 20px;
  color: #FFFFFF !important;
}

.Header .HeadPerson {
  width: 155px;
}
.case {
  background: #fafafa;
  padding: 50px 0;
}
.case .homeTitle {
  padding-bottom: 40px;
}
.case .more {
  text-align: center;
}
.case .more a {
  width: 157px;
  height: 34px;
  border-radius: 50px;
  line-height: 32px;
  text-align: center;
  display: block;
  margin: auto;
  background: #EB1818;
  color: #FFFFFF;
}
.case .anlilist {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.case .anlilist li {
  width: 19%;
  background: #FFFFFF;
  position: relative;
  box-shadow: 5px 10px 27px rgba(39, 44, 49, 0.06);
  overflow: hidden;
  border-radius: 3px;
  margin-bottom: 15px;
}
.case .anlilist li .casema {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 1;
  opacity: 0;
  transition: all ease 0.3s;
}
.case .anlilist li .casema img {

 position: absolute;
    left: 50%;
    top: 50%;
    margin: -75px 0 0 -75px;
    width: 150px;
    height: 150px;
    transition: all ease 0.3s;

}
.case .anlilist li img{
    width: 100%;
    height: 157px;
}
.case .anlilist li .title {
  padding: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
}
.case .anlilist li .diqu {
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-bottom: 20px;
}
.case .anlilist li .diqu span {
  background: #e9f1f7;
  vertical-align: middle;
  cursor: default;
  border-radius: 100px;
  font-size: 12px;
  padding: 1px 8px;
  max-width: 130px;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
}
.case .anlilist li:hover .casema {
  opacity: 1;
}

/*# sourceMappingURL=index.css.map */
