@charset "UTF-8";
body {
  background: #fdfdfd;
  font-size: 100%;
  font-family: "微软雅黑";
}

#app {
  min-height: 100vh;
  font-family: "微软雅黑";
}

.shadow {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.ee {
  position: relative;
  overflow: hidden;
}

.ee:after {
  content: '...';
  position: absolute;
  bottom: 0;
  right: 0;
  padding-left: 50px;
  background: linear-gradient(to right, transparent, #FFF 50%);
}

.b_p {
  background-color: #0099CC;
}

.b_i {
  background-color: #66CCFF;
}

.b_s {
  background-color: #66CC66;
}

.b_w {
  background-color: #FF9900;
}

.b_d {
  background-color: #FF3300;
}

.c_p {
  color: #0099CC;
}

.c_i {
  color: #66CCFF;
}

.c_s {
  color: #66CC66;
}

.c_w {
  color: #FF9900;
}

.c_d {
  color: #FF3300;
}

.pub {
  width: 100%;
  height: 636px;
  background: #F1F1F1;
}

.pub .pub_cont {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
  position: relative;
}

.pub .pub_cont .txt {
  margin-top: 336px;
  margin-left: 10px;
  font-size: 72px;
  font-weight: 600;
}

.pub .pub_cont .txt .one {
  color: #002E49;
}

.pub .pub_cont .txt .two {
  color: #E37200;
}

.pub .pub_cont .image {
  position: absolute;
  z-index: 0;
  top: 180px;
  right: -76px;
}

.banner h2 {
  margin-top: 70px;
  margin-bottom: 10px;
  font-size: 44px;
  line-height: 1;
}

.banner sub {
  bottom: 0;
  font-size: 18px;
}

.sec-box {
  width: 100%;
}

.sec-tit {
  font-size: 36px;
}

.sec-pg {
  font-size: 16px;
}

.Occupation {
  padding: 50px 0;
}

.Occupation .col-sm-4 h2 {
  margin: 30px 0;
  text-align: center;
  font-size: 24px;
  color: #111;
}

.Occupation .col-sm-4 p {
  line-height: 30px;
}

.Occupation .col-sm-8 h2 {
  margin: 30px 0;
  font-size: 24px;
}

.Occupation .col-sm-8 p {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .banner {
    height: 250px;
  }
  .banner h2 {
    margin-top: 146px;
    font-size: 44px;
  }
  .banner sub {
    font-size: 28px;
  }
  .sec-tit {
    font-size: 36px;
  }
  .sec-pg {
    font-size: 16px;
  }
  .Occupation {
    padding: 50px 0;
  }
  .Occupation .col-sm-4 h2 {
    margin: 30px 0;
    text-align: center;
    font-size: 24px;
    color: #111;
  }
  .Occupation .col-sm-4 p {
    line-height: 30px;
  }
  .Occupation .col-sm-4 p:nth-child(5) {
    margin-top: 90px;
  }
  .Occupation .col-sm-8 h2 {
    margin: 90px 0 30px;
    font-size: 24px;
  }
  .Occupation .col-sm-8 p {
    margin-top: 30px;
  }
}

@media (min-width: 1200px) {
  .sec-tit {
    font-size: 36px;
    color: #333;
  }
  .sec-pg {
    font-size: 20px;
  }
  .Occupation {
    padding: 50px 0;
  }
  .Occupation .col-sm-4 h2 {
    margin: 30px 0;
    text-align: center;
    font-size: 24px;
    color: #111;
  }
  .Occupation .col-sm-4 p {
    line-height: 30px;
  }
  .Occupation .col-sm-4 p:nth-child(5) {
    margin-top: 90px;
  }
  .Occupation .col-sm-8 h2 {
    margin: 90px 0 30px;
    font-size: 24px;
  }
  .Occupation .col-sm-8 p {
    margin-top: 30px;
  }
}

.banner {
  background-size: cover;
}

.banner h2 {
  color: #fff;
}

.banner h2 span {
  color: #e37200;
}

.Occupation .col-sm-8 h2 {
  color: #111;
}

.style-tit {
  color: #111;
}

.style-tit span {
  color: #e37200;
}

.c_1 {
  color: #e37200;
}

.c_2 {
  color: #111;
}

.sec-item {
  text-align: center;
}

.sec-item img {
  margin: 0 auto;
}

.sec-box {
  position: relative;
  margin: 0 auto;
}

.sec-box img {
  width: 100%;
}

.sec-box .atom {
  position: absolute;
  z-index: 0;
}

.banner {
  position: relative;
  overflow: hidden;
}

.banner .mengban {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
}

.banner .img_bg {
  position: absolute;
  z-index: -1;
  top: -960px;
  left: -180px;
  will-change: transform;
  animation: banneryidong 30s 1s linear infinite alternate;
}

.banner .container {
  position: relative;
  z-index: 1;
}

@keyframes banneryidong {
  form {
    transform: translate(0, 0);
  }
  to {
    transform: translate(-140px, -140px);
  }
}

.mb30 {
  margin-bottom: 30px;
}

.txt-indent40 {
  text-indent: 40px;
}

.title2 {
  margin: 0 0 10px;
  font-size: 36px;
  font-weight: 600;
  color: #111;
}

.title2 span {
  margin-left: 20px;
  font-size: 20px;
  font-weight: normal;
  color: #333;
}

.title3 {
  margin: 0;
  line-height: 1.5;
  font-size: 22px;
  color: #333;
}

.content {
  font-size: 20px;
  color: #333;
}

/* autocue */
/* autocue */
.autocue {
  position: relative;
  margin: 0 auto 10px;
  width: 100%;
  min-height: 64px;
  color: #333;
}

.autocue li {
  padding: 10px;
  width: 100%;
  border: 1px solid #eee;
  border-radius: 4px;
  background-color: #fff;
  color: #333;
}

.autocue .autocue__title {
  position: relative;
  margin-left: 40px;
  font-size: 20px;
}

.autocue .autocue__title::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: -40px;
  width: 32px;
  height: 32px;
  background-image: url(./../../static/img/group_icon_2.png);
  background-repeat: no-repeat;
}

.autocue .autocue__content {
  margin: 0;
  font-size: 16px;
  color: #999;
}

.autocue.autocue__change {
  margin: 0 auto 0;
  padding: 10px 10px 10px 60px;
}

.autocue.autocue__change .autocue__title {
  margin-left: 0;
  font-size: 24px;
  font-weight: bold;
}

.autocue.autocue__change .autocue__title::before {
  content: '';
  position: absolute;
  margin-left: -20px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #ff9517;
}

.autocue.autocue__change .autocue__content {
  margin-top: 10px;
}

.autocue.autocue__change:hover {
  background-color: transparent !important;
  color: #333;
}

@media (max-width: 768px) {
  .banner h2 {
    font-size: 30px;
  }
  .banner .img_bg {
    animation: none !important;
  }
}

@media (min-width: 768px) {
  .autocue li {
    position: absolute;
    top: 0;
    left: 0;
  }
  .autocue:hover li {
    z-index: 9;
    background-color: #ffe9d1;
    border-color: transparent;
  }
  .autocue:hover .autocue__title {
    display: none;
  }
  .autocue:hover .autocue__content {
    display: block;
  }
  .autocue .autocue__content {
    display: none;
  }
  .autocue.autocue__change .autocue__title {
    margin-left: 0;
    font-size: 24px;
    font-weight: bold;
  }
  .autocue.autocue__change .autocue__content {
    margin-top: 10px;
  }
  .autocue.autocue__change:hover {
    background-color: transparent !important;
    color: #333;
  }
  .title2 {
    margin: 0 0 50px;
  }
}
