.border-gray-e5 {
  border-color: #e5e5e5;
}
.border-radius-10 {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.mgb-40 {
  margin-bottom: 40px;
}
.insurance-bgi-1 {
  background: url(../img/z1.png) no-repeat center;
  background-size: 100% 100%;
}
.insurance-bgi-2 {
  background: url(../img/z2.png) no-repeat center;
  background-size: 100% 100%;
}
.insurance-bgi-3 {
  background: url(../img/z3.png) no-repeat center;
  background-size: 100% 100%;
}
.mbp-25 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 25px;
  padding-right: 25px;
}
.insurance {
  line-height: 1.5;
  padding: 35px 30px;
  background-color: #fff;
  transition: all 0.3s;
}
.insurance:hover {
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease-in-out;
}
.insurance .flex-center {
  display: flex;
  align-items: center;
}
.insurance .introduce {
  margin-left: 2em;
  overflow: hidden;
}
.insurance .icon-box {
  width: 72px;
  height: 72px;
}
.insurance .title {
  font-size: 26px;
  margin-right: 1em;
  color: #000000;
}
@media (max-width: 749px) {
  .insurance .title {
    font-size: 18px;
  }
}
.insurance .salary {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  font-size: 26px;
  text-align: right;
  width: 10em;
  margin: auto;
  color: #3794d1;
}
@media (max-width: 749px) {
  .insurance .salary {
    font-size: 18px;
  }
}
.insurance .describe {
  width: 80%;
  font-size: 14px;
  margin-top: 10px;
  margin-right: 14em;
  color: #999;
}
@media (max-width: 749px) {
  .insurance .describe {
    font-size: 12px;
    margin-right: 0;
  }
}
.insurance .time {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  font-size: 14px;
  text-align: right;
  width: 14em;
  color: #999;
}
@media (max-width: 749px) {
  .insurance .time {
    position: relative;
    font-size: 12px;
    text-align: left;
    width: auto;
  }
}
.hy_bg {
  background: url(../img/hy_bg.png) no-repeat center;
}
.application {
  width: 100%;
  margin: 0 auto;
  font-size: 0;
}
.application .application_big_circle {
  width: 588px;
  height: 588px;
  margin: 0 auto;
  color: #fff;
  font-size: 48px;
  text-align: center;
  background-image: url(../img/dunpai.png);
  background-repeat: no-repeat;
  background-position: center;
}
.application .application_item {
  position: absolute;
  width: 356px;
  padding: 40px 60px;
  border: 1px solid #e5e5e5;
  transition: all 0.3s;
}
.application .application_item:hover {
  border-color: #0bc7ff;
}
.application .application_item .title {
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.application .application_item .describe {
  font-size: 18px;
  color: #999999;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.application .application_item_1 {
  top: 10%;
  left: 0;
}
.application .application_item_2 {
  top: 10%;
  right: 0;
}
.application .application_item_3 {
  bottom: 10%;
  left: 0;
}
.application .application_item_4 {
  bottom: 10%;
  right: 0;
}
@media (max-width: 959px) {
  .hy_bg {
    background: url(../img/hy_bg.png) no-repeat top;
  }
  .application .application_big_circle {
    width: 100%;
    height: 256px;
    font-size: 1.28rem;
    background-size: contain;
    margin: 15px 0;
  }
  .application .application_item {
    position: static;
    width: 100%;
    margin-bottom: 15px;
    padding: 20px 40px;
  }
  .application .application_item .describe {
    display: -webkit-box;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
  }
}
.subTitle {
  margin-right: 8em;
}
.pic {
  width: 100%;
  height: 640px;
  overflow: hidden;
}
.pic ul {
  width: 100%;
  height: 100%;
}
.pic li {
  float: left;
  width: 10%;
  height: 100%;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.pic li:nth-of-type(1) {
  background-image: url(../img/c1.png);
}
.pic li:nth-of-type(2) {
  background-image: url(../img/c2.jpg);
}
.pic li:nth-of-type(3) {
  background-image: url(../img/c3.jpg);
}
.pic li:nth-of-type(4) {
  background-image: url(../img/c4.jpg);
}
.pic li .introduce-wrap {
  text-align: center;
  font-size: 30px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  height: 100%;
  opacity: 1;
}
.pic li .introduce-wrap h2,
.pic li .introduce-wrap i,
.pic li .introduce-wrap p {
  margin-bottom: 10px;
}
.pic li .introduce-wrap p {
  writing-mode: vertical-rl;
}
.pic li .txtbg {
  width: 498px;
  height: 236px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: auto;
  background-color: rgba(255, 255, 255, 0.7);
  margin: auto;
  opacity: 0;
}
.pic li .bg-center {
  width: 50%;
  height: 50%;
  border: 3px solid #1a528a;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.pic li .bg-center .img-box {
  width: 74px;
  height: 74px;
}
.pic li .bg-center .title {
  font-size: 30px;
  font-weight: bold;
  color: #03417f;
}
.pic li .bg-center::after {
  content: "";
  width: 51%;
  height: 3px;
  background-color: #1a528a;
  position: absolute;
  left: -52%;
  top: 0;
  bottom: 0;
  margin: auto;
}
.pic li .bg-center::before {
  content: "";
  width: 51%;
  height: 3px;
  background-color: #1a528a;
  position: absolute;
  right: -52%;
  top: 0;
  bottom: 0;
  margin: auto;
}
.pic li .bgBlue {
  background-color: rgba(3, 5, 127, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  display: none;
}
.pic li.curr {
  width: 69.5%;
}
.pic li.curr .txtbg {
  opacity: 1;
}
@media (max-width: 959px) {
  .pic {
    overflow: unset;
    height: 392px;
  }
  .pic li .txtbg {
    right: 0;
    width: 70%;
    height: 60%;
  }
}
@media (max-width: 749px) {
  .pic {
    overflow: unset;
    height: 196px;
  }
  .pic li .txtbg {
    width: 70%;
    height: 60%;
    right: 0;
  }
  .pic li .bg-center .img-box {
    width: 37px;
    height: 37px;
  }
  .pic li .bg-center .title {
    font-size: 16px;
    font-weight: bold;
    color: #03417f;
  }
}
.adv-container {
  width: 100%;
}
.adv-container::before {
  content: "";
  width: 50%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 10px;
  background-color: #1f6fc0;
}
.adv-container::after {
  content: "";
  width: 50%;
  height: 3px;
  position: absolute;
  right: 0;
  bottom: 10px;
  background-color: #1f6fc0;
}
.adv-container .cir {
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 4px solid #1f6fc0;
  border-radius: 100%;
  box-sizing: content-box;
  margin: auto;
  z-index: 99;
}
.adv-container .adv-item {
  width: 178px;
  height: 201px;
  background-image: url(../img/sj.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  margin: 0 auto 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
.adv-container .adv-item .img-box {
  width: 60px;
  height: 54px;
  margin-bottom: 10px;
}
.adv-container .adv-item .division {
  font-size: 24px;
  font-weight: bold;
  color: #1f6fc0;
}
.adv-introduce {
  font-size: 18px;
  padding: 0 10px;
  color: #666666;
  text-align: center;
  margin-top: 25px;
}
@media (max-width: 749px) {
  .adv-container {
    margin-top: 15px;
  }
  .adv-container .adv-item {
    width: 118px;
    height: 134px;
    margin: 0 auto 10px;
  }
  .adv-container .adv-item .img-box {
    width: 48px;
    height: 36px;
  }
  .adv-container .adv-item .division {
    font-size: 16px;
  }
  .adv-introduce {
    margin-top: 16px;
    font-size: 16px;
  }
}
.flex-container {
  width: 100%;
  display: flex;
  margin-bottom: 45px;
}
.flex-container:nth-of-type(1) .adv-header {
  background-color: #f86331;
}
.flex-container:nth-of-type(1) .adv-header::before {
  background-color: #f86331;
}
.flex-container:nth-of-type(1) .adv-header::after {
  border-bottom: 18px solid #ab3f1b;
  border-right: 18px solid transparent;
}
.flex-container:nth-of-type(1) .adv-item .left {
  background-image: url(../img/sj1.png);
}
.flex-container:nth-of-type(2) .adv-header {
  background-color: #66ad00;
}
.flex-container:nth-of-type(2) .adv-header::before {
  background-color: #66ad00;
}
.flex-container:nth-of-type(2) .adv-header::after {
  border-bottom: 18px solid #696900;
  border-right: 18px solid transparent;
}
.flex-container:nth-of-type(2) .adv-item .left {
  background-image: url(../img/sj2.png);
}
.flex-container:nth-of-type(3) .adv-header {
  background-color: #2777c8;
}
.flex-container:nth-of-type(3) .adv-header::before {
  background-color: #2777c8;
}
.flex-container:nth-of-type(3) .adv-header::after {
  border-bottom: 18px solid #054d96;
  border-right: 18px solid transparent;
}
.flex-container:nth-of-type(3) .adv-item .left {
  background-image: url(../img/sj3.png);
}
.flex-container:last-child .adv-header {
  background-color: #ff9901;
}
.flex-container:last-child .adv-header::before {
  background-color: #ff9901;
}
.flex-container:last-child .adv-header::after {
  border-bottom: 18px solid #a36200;
  border-right: 18px solid transparent;
}
.flex-container:last-child .adv-item .left {
  background-image: url(../img/sj4.png);
}
.flex-container:last-child .col-3R12:last-child .adv-item .right {
  background-image: none;
}
.flex-container .adv-header {
  width: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-container .adv-header .adv-fk {
  background-image: url(../img/fk.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.flex-container .adv-header::before {
  width: 100%;
  height: 18px;
  position: absolute;
  background-color: #f86331;
  top: -18px;
  left: 0;
  right: 0;
  content: "";
}
.flex-container .adv-header::after {
  position: absolute;
  right: -18px;
  top: -18px;
  height: 0;
  width: 0;
  content: "";
  border-bottom: 18px solid #ab3f1b;
  border-right: 18px solid transparent;
}
.flex-container .adv-content {
  flex: 1;
  padding: 35px 15px 35px 0px;
  display: flex;
  flex-flow: column;
  background-color: #fff;
}
.flex-container .col-3R12:last-child .adv-item .right {
  transform: rotate(90deg);
}
.flex-container .adv-item {
  padding-left: 55px;
}
.flex-container .adv-item > div {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.flex-container .adv-item .left {
  width: 61px;
  height: 54px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% ;
  padding-bottom: 3px;
  text-align: center;
}
.flex-container .adv-item .left p {
  display: table-cell;
  vertical-align: bottom;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3px;
  margin: auto;
}
.flex-container .adv-item .center {
  font-size: 24px;
  color: #333333;
  margin: 0 5px;
}
.flex-container .adv-item .right {
  width: 27px;
  height: 31px;
  background-image: url(../img/jtt.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% ;
}
@media (max-width: 1440px) {
  .flex-container .adv-item {
    padding-left: 35px;
  }
  .flex-container .adv-item .left {
    width: 54px;
  }
  .flex-container .adv-item .center {
    font-size: 20px;
  }
}
@media (max-width: 959px) {
  .flex-container .adv-header .adk-fk {
    font-size: 16px;
  }
  .flex-container .adv-item {
    padding-left: 10px;
  }
  .flex-container .adv-item .left p {
    font-size: 16px;
  }
  .flex-container .adv-item .center {
    font-size: 16px;
  }
}
@media (max-width: 749px) {
  .flex-container {
    margin-top: 24px;
  }
  .flex-container:nth-of-type(1) .adv-header::after {
    border-bottom: 12px solid #ab3f1b;
    border-right: 12px solid transparent;
  }
  .flex-container:nth-of-type(2) .adv-header::after {
    border-bottom: 12px solid #696900;
    border-right: 12px solid transparent;
  }
  .flex-container:nth-of-type(3) .adv-header::after {
    border-bottom: 12px solid #054d96;
    border-right: 12px solid transparent;
  }
  .flex-container:last-child .adv-header::after {
    border-bottom: 12px solid #a36200;
    border-right: 12px solid transparent;
  }
  .flex-container .adv-header {
    width: 70px;
  }
  .flex-container .adv-header .adv-fk {
    width: 45px;
    height: 45px;
    font-size: 14px;
  }
  .flex-container .adv-header::before {
    height: 12px;
    top: -12px;
  }
  .flex-container .adv-header::after {
    right: -12px;
    top: -12px;
  }
  .flex-container .adv-item {
    padding-left: 10px;
    margin-bottom: 15px;
  }
  .flex-container .adv-item .left {
    width: 26px;
    height: 30px;
  }
  .flex-container .adv-item .left p {
    font-size: 12px;
  }
  .flex-container .adv-item .center {
    font-size: 12px;
    color: #333333;
    margin: 0;
  }
  .flex-container .adv-item .right {
    width: 16px;
    height: 18px;
  }
}
.activity .activity-item {
  border-right: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  padding: 35px 0 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  transition: all 1s;
}
.activity .activity-item .img-box {
  width: 81px;
  height: 61px;
  display: block;
  transition: all 1s;
}
.activity .activity-item .img-box-curr {
  width: 81px;
  height: 61px;
  transition: all 1s;
  display: none;
}
.activity .activity-item .line {
  width: 38px;
  height: 2px;
  background-color: #333333;
  margin-top: 15px;
  margin-bottom: 20px;
}
.activity .activity-item .text {
  color: #333333;
  font-size: 24px;
}
.activity .activity-item:hover {
  background-image: url(../img/bgitem.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.activity .activity-item:hover .img-box {
  display: none;
}
.activity .activity-item:hover .img-box-curr {
  display: block;
}
.activity .activity-item:hover .line {
  background-color: #fff;
}
.activity .activity-item:hover .text {
  color: #fff;
}
.activity .col:nth-of-type(3n) .activity-item {
  border-right: none;
}
.activity .col:nth-last-child(-n+3) .activity-item {
  border-bottom: none;
}
.industry .mbp {
  padding: 0 25px;
}
.industry .industry-item {
  height: 470px;
  background-image: url(../img/dbx.png);
  background-repeat: no-repeat;
  background-position: center;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  padding: 0 50px;
}
.industry .industry-item .title {
  font-size: 24px;
  color: #1f6fc0;
  font-weight: bold;
}
.industry .industry-item .line {
  width: 40%;
  height: 2px;
  background-color: #333333;
  margin-top: 40px;
  margin-bottom: 40px;
}
.industry .industry-item .text {
  font-size: 18px;
  color: #333333;
}
.industry .industry-header {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 130px;
  height: 146px;
  top: -50px;
}
.yunhuodong .yun-container {
  width: 100%;
}
.yunhuodong .yun-container::before {
  content: "";
  width: 50%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 10px;
  background-color: #1f6fc0;
}
.yunhuodong .yun-container::after {
  content: "";
  width: 50%;
  height: 3px;
  position: absolute;
  right: 0;
  bottom: 10px;
  background-color: #1f6fc0;
}
.yunhuodong .yun-container .cir {
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 4px solid #1f6fc0;
  border-radius: 100%;
  box-sizing: content-box;
  margin: auto;
  z-index: 99;
}
.yunhuodong .yun-container .yun-item {
  width: 137px;
  height: 156px;
  background-image: url(../img/sj6.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  margin: 0 auto 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
.yunhuodong .yun-container .yun-item::before {
  content: "";
  width: 3px;
  height: 15px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  background-color: #1f6fc0;
  margin: auto;
}
.yunhuodong .yun-container .yun-item .img-box {
  width: 55px;
  height: 51px;
  margin-bottom: 10px;
}
.yunhuodong .division {
  font-size: 24px;
  font-weight: bold;
  color: #1f6fc0;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}
.yunhuodong .yun-introduce {
  font-size: 18px;
  padding: 0 10px;
  color: #666666;
  text-align: center;
  margin-top: 25px;
}
@media (max-width: 749px) {
  .activity .activity-item {
    padding: 20px 0 30px;
  }
  .activity .activity-item .img-box {
    width: 41px;
    height: 30px;
  }
  .activity .activity-item .img-box-curr {
    width: 41px;
    height: 30px;
  }
  .activity .activity-item .text {
    font-size: 16px;
  }
  .activity .activity-item .line {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .activity .activity-item:hover {
    background-size: unset;
  }
  .industry .mbp {
    margin-top: 15%;
    margin-bottom: 15%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .industry .industry-item {
    width: 100%;
    height: 235px;
    background-size: 100% 100%;
    padding: 0 10px;
  }
  .industry .industry-item .title {
    font-size: 16px;
  }
  .industry .industry-item .line {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .industry .industry-item .text {
    font-size: 12px;
  }
  .industry .industry-header {
    width: 65px;
    height: 73px;
    top: -25px;
  }
  .yunhuodong .yun-container {
    margin-top: 15px;
  }
  .yunhuodong .yun-container .yun-item {
    width: 91px;
    height: 104px;
    margin: 0 auto 5px;
  }
  .yunhuodong .yun-container .yun-item .img-box {
    width: 36px;
    height: 34px;
  }
  .yunhuodong .yun-container .cir {
    width: 12px;
    height: 12px;
    background-color: #fff;
    border: 4px solid #1f6fc0;
    border-radius: 100%;
    box-sizing: content-box;
    margin: auto;
    z-index: 99;
  }
  .yunhuodong .division {
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .yunhuodong .yun-introduce {
    font-size: 14px;
    padding: 0 10px;
    margin-top: 0px;
  }
}
