@charset "UTF-8";
.illustrate-wrapper {
  height: 200px;
  background-color: #fff;
}
.illustrate-wrapper .illustrate-container {
  height: 200px;
}
.illustrate-wrapper .illustrate-container .img {
  width: 113px;
  height: 84px;
}
.illustrate-wrapper .illustrate-container .texts {
  padding-left: 18px;
}
.illustrate-wrapper .illustrate-container .texts .text1 {
  font-size: 26px;
  color: #1B1B1B;
  line-height: 26px;
}
.illustrate-wrapper .illustrate-container .texts .text1 .s1 {
  color: #155293;
}
.illustrate-wrapper .illustrate-container .texts .text2 {
  max-width: 425px;
  margin-top: 13px;
  font-size: 14px;
  line-height: 150%;
  color: #535353;
}
.illustrate-wrapper .illustrate-container .items {
  column-gap: 44px;
}
.illustrate-wrapper .illustrate-container .items .item {
  cursor: pointer;
  transition: 0.3s;
}
.illustrate-wrapper .illustrate-container .items .item:hover, .illustrate-wrapper .illustrate-container .items .item:active {
  transform: scale(1.1);
}
.illustrate-wrapper .illustrate-container .items .item:hover .text, .illustrate-wrapper .illustrate-container .items .item:active .text {
  color: #0550A2;
}
.illustrate-wrapper .illustrate-container .items .item img {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}
.illustrate-wrapper .illustrate-container .items .item .text {
  line-height: 22px;
  font-size: 22px;
  color: #1B1B1B;
}

.service-wrapper {
  padding-top: 90px;
  padding-bottom: 100px;
  background-image: url(../assets/image/index-bg3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.service-wrapper .service-container .title-s .hr {
  height: 2px;
  background: #DCDCDC;
}
.service-wrapper .service-container .title-s .title {
  padding: 0 15px;
  font-weight: bold;
  font-size: 30px;
  color: #0550A2;
}
.service-wrapper .service-container .title-d {
  text-align: center;
  margin-top: 9px;
  font-size: 24px;
  color: #999999;
}
.service-wrapper .service-container .title-e {
  text-align: center;
  margin-top: 39px;
  font-size: 15px;
  color: #999999;
}
.service-wrapper .service-container .items {
  display: grid;
  padding-top: 32px;
  grid-template-columns: repeat(4, 295px);
  column-gap: 10px;
  row-gap: 10px;
}
.service-wrapper .service-container .items .item {
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: 0.3s;
  position: relative;
  height: 378px;
}
.service-wrapper .service-container .items .item:hover .bot, .service-wrapper .service-container .items .item:active .bot {
  opacity: 0;
}
.service-wrapper .service-container .items .item:hover .content, .service-wrapper .service-container .items .item:active .content {
  opacity: 1;
}
.service-wrapper .service-container .items .item:nth-child(1) {
  grid-column: span 2;
}
.service-wrapper .service-container .items .item:nth-child(6) {
  grid-column: span 2;
}
.service-wrapper .service-container .items .item .img {
  width: 100%;
  height: 100%;
}
.service-wrapper .service-container .items .item .bot {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  padding-bottom: 40px;
  padding-top: 10px;
  opacity: 1;
  background-color: rgba(5, 80, 162, 0.5);
}
.service-wrapper .service-container .items .item .bot .text {
  margin-left: 18px;
  font-size: 22px;
  color: #FFFFFF;
}
.service-wrapper .service-container .items .item .content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(5, 80, 162, 0.8);
  padding: 108px 38px 0;
  color: #fff;
  opacity: 0;
  transition: 0.5s;
}
.service-wrapper .service-container .items .item .content .t1 {
  font-size: 26px;
  margin-top: 27px;
}
.service-wrapper .service-container .items .item .content .t2 {
  margin-top: 27px;
  font-size: 15px;
  line-height: 26px;
}

.agentProducts-wrapper {
  padding-top: 90px;
}
.agentProducts-wrapper .agentProducts-container {
  background-image: url(../assets/image/index-bg7.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  padding-bottom: 50px;
}
.agentProducts-wrapper .agentProducts-container .title-s .hr {
  height: 2px;
  background: #DCDCDC;
}
.agentProducts-wrapper .agentProducts-container .title-s .title {
  padding: 0 15px;
  font-weight: bold;
  font-size: 30px;
  color: #0550A2;
}
.agentProducts-wrapper .agentProducts-container .title-d {
  text-align: center;
  margin-top: 9px;
  font-size: 24px;
  color: #999999;
}
.agentProducts-wrapper .agentProducts-container .title-e {
  text-align: center;
  margin-top: 39px;
  font-size: 15px;
  color: #999999;
}
.agentProducts-wrapper .agentProducts-container .items {
  position: relative;
  height: 660px;
}
.agentProducts-wrapper .agentProducts-container .items::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url(../assets/image/index-agent-bg1.png);
  background-repeat: no-repeat;
  background-position: center top;
  animation-name: rotates;
  animation-duration: 30s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.agentProducts-wrapper .agentProducts-container .items::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url(../assets/image/index-agent-bg2.png);
  background-repeat: no-repeat;
  background-position: 297px 17px;
}
.agentProducts-wrapper .agentProducts-container .items .agent_icon {
  position: absolute;
  width: 265px;
  height: 226px;
  top: 197px;
  left: 480px;
}
.agentProducts-wrapper .agentProducts-container .items .item {
  display: flex;
  align-items: center;
  position: absolute;
  cursor: pointer;
  z-index: 99;
}
.agentProducts-wrapper .agentProducts-container .items .item:hover, .agentProducts-wrapper .agentProducts-container .items .item:active {
  animation-name: shake-slow;
  animation-duration: 5s;
}
.agentProducts-wrapper .agentProducts-container .items .item img {
  width: 41px;
  height: 41px;
}
.agentProducts-wrapper .agentProducts-container .items .item .text {
  padding-left: 9px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.agentProducts-wrapper .agentProducts-container .items .item .text .s1 {
  font-size: 20px;
  color: #155293;
  line-height: 120%;
}
.agentProducts-wrapper .agentProducts-container .items .item .text .s2 {
  line-height: 120%;
  font-size: 15px;
  color: #155293;
  white-space: nowrap;
}
.agentProducts-wrapper .agentProducts-container .items .item:nth-child(1) {
  top: 77px;
  left: 336px;
}
.agentProducts-wrapper .agentProducts-container .items .item:nth-child(2) {
  transform: scale(0.75);
  opacity: 0.5;
  top: 106px;
  left: 171px;
}
.agentProducts-wrapper .agentProducts-container .items .item:nth-child(3) {
  top: 161px;
  left: 31px;
}
.agentProducts-wrapper .agentProducts-container .items .item:nth-child(4) {
  top: 248px;
  left: 182px;
}
.agentProducts-wrapper .agentProducts-container .items .item:nth-child(5) {
  transform: scale(0.8);
  top: 332px;
  left: 60px;
}
.agentProducts-wrapper .agentProducts-container .items .item:nth-child(6) {
  top: 407px;
  left: 163px;
}
.agentProducts-wrapper .agentProducts-container .items .item:nth-child(7) {
  opacity: 0.5;
  top: 428px;
  left: 25px;
}
.agentProducts-wrapper .agentProducts-container .items .item:nth-child(8) {
  opacity: 0.5;
  top: 462px;
  left: 268px;
}
.agentProducts-wrapper .agentProducts-container .items .item:nth-child(9) {
  transform: scale(0.8);
  top: 510px;
  left: 149px;
}
.agentProducts-wrapper .agentProducts-container .items .item:nth-child(10) {
  top: 511px;
  left: 405px;
}
.agentProducts-wrapper .agentProducts-container .items .item:nth-child(11) {
  top: 73px;
  left: 705px;
}
.agentProducts-wrapper .agentProducts-container .items .item:nth-child(12) {
  top: 86px;
  left: 1012px;
}
.agentProducts-wrapper .agentProducts-container .items .item:nth-child(13) {
  transform: scale(0.8);
  opacity: 0.5;
  top: 120px;
  left: 827px;
}
.agentProducts-wrapper .agentProducts-container .items .item:nth-child(14) {
  top: 189px;
  left: 877px;
}
.agentProducts-wrapper .agentProducts-container .items .item:nth-child(15) {
  opacity: 0.5;
  transform: scale(0.8);
  top: 226px;
  left: 1040px;
}
.agentProducts-wrapper .agentProducts-container .items .item:nth-child(16) {
  opacity: 0.8;
  top: 294px;
  left: 907px;
}
.agentProducts-wrapper .agentProducts-container .items .item:nth-child(17) {
  transform: scale(0.8);
  top: 380px;
  left: 1045px;
}
.agentProducts-wrapper .agentProducts-container .items .item:nth-child(18) {
  top: 393px;
  left: 831px;
}
.agentProducts-wrapper .agentProducts-container .items .item:nth-child(19) {
  top: 503px;
  left: 902px;
}
.agentProducts-wrapper .agentProducts-container .items .item:nth-child(20) {
  transform: scale(0.8);
  opacity: 0.8;
  top: 534px;
  left: 749px;
}

.successCase-wrapper {
  padding-top: 90px;
  padding-bottom: 100px;
  background-image: url(../assets/image/index-bg4.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.successCase-wrapper .successCase-container .title-s .hr {
  height: 2px;
  background: #DCDCDC;
}
.successCase-wrapper .successCase-container .title-s .title {
  padding: 0 15px;
  font-weight: bold;
  font-size: 30px;
  color: #0550A2;
}
.successCase-wrapper .successCase-container .title-d {
  text-align: center;
  margin-top: 9px;
  font-size: 24px;
  color: #999999;
}
.successCase-wrapper .successCase-container .title-e {
  text-align: center;
  margin-top: 39px;
  font-size: 15px;
  color: #999999;
}
.successCase-wrapper .successCase-container .items {
  padding-top: 61px;
  column-gap: 14px;
}
.successCase-wrapper .successCase-container .items .items-col-1, .successCase-wrapper .successCase-container .items .items-col-3 {
  row-gap: 10px;
}
.successCase-wrapper .successCase-container .items .items-col-2 {
  display: grid;
  justify-content: space-between;
  row-gap: 10px;
  grid-template-columns: 303px 260px;
}
.successCase-wrapper .successCase-container .items .item {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.successCase-wrapper .successCase-container .items .item .content {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 30px 20px 40px;
  z-index: 99;
  transition: 0.3s;
}
.successCase-wrapper .successCase-container .items .item .content .title {
  margin-bottom: 18px;
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
}
.successCase-wrapper .successCase-container .items .item .content .text {
  line-height: 150%;
  font-size: 14px;
  color: #FFFFFF;
}
.successCase-wrapper .successCase-container .items .item .btn {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40px;
  z-index: 99;
  font-size: 14px;
  color: #164C97;
  background-color: #fff;
  transform: translateY(100%);
  transition: 0.3s;
}
.successCase-wrapper .successCase-container .items .item .seat {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  z-index: 99;
  transition: 0.3s;
}
.successCase-wrapper .successCase-container .items .item:hover .seat, .successCase-wrapper .successCase-container .items .item:active .seat {
  opacity: 0;
  transform: translateY(100%);
}
.successCase-wrapper .successCase-container .items .item:hover .content, .successCase-wrapper .successCase-container .items .item:active .content {
  opacity: 1;
}
.successCase-wrapper .successCase-container .items .item:hover .btn, .successCase-wrapper .successCase-container .items .item:active .btn {
  opacity: 1;
  transform: translateY(0%);
}
.successCase-wrapper .successCase-container .items .item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.successCase-wrapper .successCase-container .items .item .bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.advantage-wrapper {
  padding-top: 90px;
  padding-bottom: 100px;
  background-image: url(../assets/image/index-bg5.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.advantage-wrapper .advantage-container .title-s .hr {
  height: 2px;
  background: #fff;
}
.advantage-wrapper .advantage-container .title-s .title {
  padding: 0 15px;
  font-weight: bold;
  font-size: 30px;
  color: #fff;
}
.advantage-wrapper .advantage-container .title-d {
  text-align: center;
  margin-top: 9px;
  font-size: 24px;
  color: #fff;
}
.advantage-wrapper .advantage-container .items {
  padding-top: 40px;
}
.advantage-wrapper .advantage-container .items .item {
  transition: 0.3s;
  cursor: pointer;
}
.advantage-wrapper .advantage-container .items .item:hover, .advantage-wrapper .advantage-container .items .item:active {
  transform: scale(1.2);
}
.advantage-wrapper .advantage-container .items .item span {
  text-align: center;
  margin-top: 20px;
  line-height: 150%;
  font-size: 20px;
  color: #FFFFFF;
}
.advantage-wrapper .advantage-container .items .item .line {
  margin-top: 18px;
  width: 6px;
  height: 226px;
  background: linear-gradient(to bottom, white, transparent);
  border-radius: 3px;
}

.enterprise-wrapper {
  padding-top: 99px;
  padding-bottom: 100px;
  padding-top: 90px;
  padding-bottom: 100px;
  background-image: url(../assets/image/index-bg6.png);
}
.enterprise-wrapper .enterprise-container .name {
  font-weight: bold;
  font-size: 30px;
  color: #0550A2;
}
.enterprise-wrapper .enterprise-container .small-name {
  margin-top: 16px;
  font-size: 24px;
  color: #999999;
}
.enterprise-wrapper .enterprise-container .enterprise-flexslider {
  margin-top: 52px;
  width: 880px;
  padding-left: 10px;
  padding-right: 10px;
  height: 280px;
}
.enterprise-wrapper .enterprise-container .enterprise-flexslider .slides-item .start {
  column-gap: 10px;
}
.enterprise-wrapper .enterprise-container .enterprise-flexslider .slides-item .end {
  margin-top: -30px;
  column-gap: 10px;
}
.enterprise-wrapper .enterprise-container .enterprise-flexslider .slides-item .box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 135px;
  height: 157.5px;
  background-image: url(../assets/image/six_1.png);
  background-size: cover;
  cursor: pointer;
}
.enterprise-wrapper .enterprise-container .enterprise-flexslider .slides-item .box .img {
  width: 100%;
  height: 80px;
}
.enterprise-wrapper .enterprise-container .enterprise-flexslider .slides-item .box .text {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  color: #fff;
  font-size: 16px;
}
.enterprise-wrapper .enterprise-container .enterprise-flexslider .slides-item .box:hover, .enterprise-wrapper .enterprise-container .enterprise-flexslider .slides-item .box:active {
  background-image: url(../assets/image/sex_hover.png);
}
.enterprise-wrapper .enterprise-container .enterprise-flexslider .slides-item .box:hover .img, .enterprise-wrapper .enterprise-container .enterprise-flexslider .slides-item .box:active .img {
  display: none;
}
.enterprise-wrapper .enterprise-container .enterprise-flexslider .slides-item .box:hover .text, .enterprise-wrapper .enterprise-container .enterprise-flexslider .slides-item .box:active .text {
  display: flex;
  align-items: center;
  justify-content: center;
}
.enterprise-wrapper .enterprise-container .taggle {
  margin-top: 53px;
  column-gap: 10px;
}
.enterprise-wrapper .enterprise-container .taggle .li {
  width: 60px;
  cursor: pointer;
  height: 4px;
  background: #C9C9C9;
}
.enterprise-wrapper .enterprise-container .taggle .li.active {
  background-color: #0550A2;
}
.enterprise-wrapper .news-container {
  margin-top: 123px;
}
.enterprise-wrapper .news-container .title-s .hr {
  height: 2px;
  background: #DCDCDC;
}
.enterprise-wrapper .news-container .title-s .title {
  padding: 0 15px;
  font-weight: bold;
  font-size: 30px;
  color: #0550A2;
}
.enterprise-wrapper .news-container .title-d {
  text-align: center;
  margin-top: 9px;
  font-size: 24px;
  color: #999999;
}
.enterprise-wrapper .news-container .title-e {
  text-align: center;
  margin-top: 39px;
  font-size: 15px;
  color: #999999;
}
.enterprise-wrapper .news-container .items {
  padding-top: 60px;
  column-gap: 17px;
}
.enterprise-wrapper .news-container .items .head {
  position: relative;
  padding-bottom: 18px;
  border-bottom: 1px solid #DCDCDC;
}
.enterprise-wrapper .news-container .items .head::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 88px;
  height: 3px;
  background: #0550A2;
}
.enterprise-wrapper .news-container .items .head .title {
  font-size: 22px;
  color: #333333;
}
.enterprise-wrapper .news-container .items .head .more {
  font-size: 15px;
  color: #155293;
  line-height: 110%;
}
.enterprise-wrapper .news-container .items .head .more a {
  color: #155293;
  text-decoration: none;
}
.enterprise-wrapper .news-container .items .head .more a:hover {
  text-decoration: underline;
}
.enterprise-wrapper .news-container .items .item {
  padding: 32px 20px 0;
  height: 464px;
  background: #FFFFFF;
  border: 1px solid #0550A2;
}
.enterprise-wrapper .news-container .items .item-1 {
  width: 442px;
}
.enterprise-wrapper .news-container .items .item-1 .news-style-1 {
  padding-top: 20px;
  margin-bottom: 28px;
}
.enterprise-wrapper .news-container .items .item-1 .news-style-1 .face img {
  width: 130px;
  height: 104px;
}
.enterprise-wrapper .news-container .items .item-1 .news-style-1 .content {
  padding-left: 9px;
  height: 104px;
  overflow: hidden;
}
.enterprise-wrapper .news-container .items .item-1 .news-style-1 .content .title {
  font-size: 15px;
  color: #0550A2;
  cursor: pointer;
  line-height: 110%;
}
.enterprise-wrapper .news-container .items .item-1 .news-style-1 .content .title a {
  color: #333333;
  text-decoration: none;
}
.enterprise-wrapper .news-container .items .item-1 .news-style-1 .content .title a:hover {
  text-decoration: underline;
}
.enterprise-wrapper .news-container .items .item-1 .news-style-1 .content .text {
  margin-top: 12px;
  font-size: 14px;
  color: #8A8A8A;
  line-height: 120%;
  cursor: pointer;
  line-height: 110%;
}
.enterprise-wrapper .news-container .items .item-1 .news-style-1 .content .text a {
  color: #333333;
  text-decoration: none;
}
.enterprise-wrapper .news-container .items .item-1 .news-style-1 .content .text a:hover {
  text-decoration: underline;
}
.enterprise-wrapper .news-container .items .item-1 .news-style-1 .content .time {
  margin-top: auto;
  font-size: 14px;
  color: #ACACAC;
}
.enterprise-wrapper .news-container .items .item-1 .news-style-2 {
  margin-bottom: 19px;
}
.enterprise-wrapper .news-container .items .item-1 .news-style-2 .title {
  padding-right: 10px;
  font-size: 14px;
  color: #333333;
  cursor: pointer;
  line-height: 110%;
}
.enterprise-wrapper .news-container .items .item-1 .news-style-2 .title a {
  color: #333333;
  text-decoration: none;
}
.enterprise-wrapper .news-container .items .item-1 .news-style-2 .title a:hover {
  text-decoration: underline;
}
.enterprise-wrapper .news-container .items .item-1 .news-style-2 .time {
  font-size: 14px;
  color: #ACACAC;
}
.enterprise-wrapper .news-container .items .item-2 {
  width: 440px;
}
.enterprise-wrapper .news-container .items .item-2 .newscontent {
  padding-top: 12px;
}
.enterprise-wrapper .news-container .items .item-2 .news-style-1 {
  padding: 8px 0;
  border-bottom: 1px dashed #DCDCDC;
}
.enterprise-wrapper .news-container .items .item-2 .news-style-1:last-child {
  border-bottom: none;
}
.enterprise-wrapper .news-container .items .item-2 .news-style-1 .face img {
  width: 130px;
  height: 104px;
}
.enterprise-wrapper .news-container .items .item-2 .news-style-1 .content {
  padding-left: 9px;
  height: 104px;
  overflow: hidden;
}
.enterprise-wrapper .news-container .items .item-2 .news-style-1 .content .title {
  font-size: 15px;
  color: #0550A2;
  cursor: pointer;
  line-height: 110%;
}
.enterprise-wrapper .news-container .items .item-2 .news-style-1 .content .title a {
  color: #333333;
  text-decoration: none;
}
.enterprise-wrapper .news-container .items .item-2 .news-style-1 .content .title a:hover {
  text-decoration: underline;
}
.enterprise-wrapper .news-container .items .item-2 .news-style-1 .content .text {
  margin-top: 12px;
  font-size: 14px;
  color: #8A8A8A;
  line-height: 120%;
  cursor: pointer;
  line-height: 110%;
}
.enterprise-wrapper .news-container .items .item-2 .news-style-1 .content .text a {
  color: #333333;
  text-decoration: none;
}
.enterprise-wrapper .news-container .items .item-2 .news-style-1 .content .text a:hover {
  text-decoration: underline;
}
.enterprise-wrapper .news-container .items .item-2 .news-style-1 .content .time {
  margin-top: auto;
  font-size: 14px;
  color: #ACACAC;
}
.enterprise-wrapper .news-container .items .item-3 {
  width: 282px;
}
.enterprise-wrapper .news-container .items .item-3 .newscontent {
  padding-top: 20px;
}
.enterprise-wrapper .news-container .items .item-3 .news-style-2 {
  margin-bottom: 18px;
}
.enterprise-wrapper .news-container .items .item-3 .news-style-2 .title {
  padding-right: 10px;
  font-size: 14px;
  color: #333333;
  cursor: pointer;
  line-height: 110%;
}
.enterprise-wrapper .news-container .items .item-3 .news-style-2 .title a {
  color: #333333;
  text-decoration: none;
}
.enterprise-wrapper .news-container .items .item-3 .news-style-2 .title a:hover {
  text-decoration: underline;
}
.enterprise-wrapper .news-container .items .item-3 .news-style-2 .time {
  font-size: 14px;
  color: #ACACAC;
}
.enterprise-wrapper .news-tags .news-nav {
  margin-top: 97px;
}
.enterprise-wrapper .news-tags .news-nav .item {
  position: relative;
  height: 40px;
  font-size: 14px;
  color: #FFFFFF;
  background: #0550A2;
  cursor: pointer;
}
.enterprise-wrapper .news-tags .news-nav .item.active {
  color: #0550A2;
  background-color: #E5E5E5;
}
.enterprise-wrapper .news-tags .news-nav .item.active::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #E5E5E5; /* 颜色可以根据需要修改 */
}
.enterprise-wrapper .news-tags .news-text {
  padding: 23px 18px 0;
  font-size: 14px;
  color: #999999;
}
.enterprise-wrapper .news-tags .news-text .text {
  display: none;
  line-height: 150%;
}
.enterprise-wrapper .news-tags .news-text .text.active {
  display: block;
}

@keyframes rotates {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes shake-slow {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  2% {
    transform: translate(6px, -7px) rotate(2.5deg);
  }
  4% {
    transform: translate(8px, -8px) rotate(2.5deg);
  }
  6% {
    transform: translate(1px, -8px) rotate(-3.5deg);
  }
  8% {
    transform: translate(-3px, 4px) rotate(-0.5deg);
  }
  10% {
    transform: translate(0px, -3px) rotate(1.5deg);
  }
  12% {
    transform: translate(-1px, 2px) rotate(0.5deg);
  }
  14% {
    transform: translate(6px, 6px) rotate(-1.5deg);
  }
  16% {
    transform: translate(-7px, 4px) rotate(-0.5deg);
  }
  18% {
    transform: translate(7px, 8px) rotate(-3.5deg);
  }
  20% {
    transform: translate(-6px, 2px) rotate(1.5deg);
  }
  22% {
    transform: translate(9px, 5px) rotate(-1.5deg);
  }
  24% {
    transform: translate(7px, -2px) rotate(0.5deg);
  }
  26% {
    transform: translate(-7px, -10px) rotate(-0.5deg);
  }
  28% {
    transform: translate(-10px, -8px) rotate(-1.5deg);
  }
  30% {
    transform: translate(8px, 4px) rotate(0.5deg);
  }
  32% {
    transform: translate(0px, 4px) rotate(1.5deg);
  }
  34% {
    transform: translate(-8px, 6px) rotate(-0.5deg);
  }
  36% {
    transform: translate(-5px, 7px) rotate(1.5deg);
  }
  38% {
    transform: translate(-4px, -4px) rotate(-1.5deg);
  }
  40% {
    transform: translate(9px, 4px) rotate(-1.5deg);
  }
  42% {
    transform: translate(9px, -5px) rotate(2.5deg);
  }
  44% {
    transform: translate(-5px, -4px) rotate(-2.5deg);
  }
  46% {
    transform: translate(7px, -7px) rotate(1.5deg);
  }
  48% {
    transform: translate(-5px, 8px) rotate(0.5deg);
  }
  50% {
    transform: translate(9px, 1px) rotate(-1.5deg);
  }
  52% {
    transform: translate(-9px, -5px) rotate(-3.5deg);
  }
  54% {
    transform: translate(-2px, 9px) rotate(1.5deg);
  }
  56% {
    transform: translate(6px, -1px) rotate(1.5deg);
  }
  58% {
    transform: translate(-6px, 0px) rotate(-0.5deg);
  }
  60% {
    transform: translate(3px, 1px) rotate(1.5deg);
  }
  62% {
    transform: translate(5px, -7px) rotate(-0.5deg);
  }
  64% {
    transform: translate(9px, 2px) rotate(2.5deg);
  }
  66% {
    transform: translate(6px, 0px) rotate(-2.5deg);
  }
  68% {
    transform: translate(5px, -4px) rotate(-2.5deg);
  }
  70% {
    transform: translate(-8px, 5px) rotate(-2.5deg);
  }
  72% {
    transform: translate(-6px, -2px) rotate(0.5deg);
  }
  74% {
    transform: translate(-3px, 7px) rotate(-3.5deg);
  }
  76% {
    transform: translate(-7px, -8px) rotate(-3.5deg);
  }
  78% {
    transform: translate(-1px, -2px) rotate(2.5deg);
  }
  80% {
    transform: translate(8px, 6px) rotate(-2.5deg);
  }
  82% {
    transform: translate(-2px, -9px) rotate(2.5deg);
  }
  84% {
    transform: translate(8px, -10px) rotate(-0.5deg);
  }
  86% {
    transform: translate(-6px, 0px) rotate(2.5deg);
  }
  88% {
    transform: translate(-1px, 9px) rotate(-3.5deg);
  }
  90% {
    transform: translate(-7px, 8px) rotate(1.5deg);
  }
  92% {
    transform: translate(-10px, -8px) rotate(0.5deg);
  }
  94% {
    transform: translate(-8px, 6px) rotate(1.5deg);
  }
  96% {
    transform: translate(4px, -9px) rotate(2.5deg);
  }
  98% {
    transform: translate(-4px, 9px) rotate(0.5deg);
  }
}

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