@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
.infomation-news {
  padding: var(--padd-120) var(--padding) 0;
}
.infomation-news .infomation-swiper {
  margin-top: var(--padd-120);
  background-color: #F8F8F8;
  border-radius: 4vw;
  overflow: hidden;
}
.infomation-news .infomation-swiper .swiper {
  --swiper-theme-color: var(--link-hover-color);
}
.infomation-news .infomation-swiper .swiper .swiper-wrapper .swiper-slide {
  padding: 4.666667vw 4vw;
}
.infomation-news .infomation-swiper .swiper .swiper-wrapper .swiper-slide .cover {
  flex-shrink: 0;
  width: 100%;
  border-radius: 3.733333vw;
  overflow: hidden;
}
.infomation-news .infomation-swiper .swiper .swiper-wrapper .swiper-slide .cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.infomation-news .infomation-swiper .swiper .swiper-wrapper .swiper-slide .boder .title {
  font-size: var(--size-30);
  line-height: 1.6;
  margin-top: 6vw;
  display: block;
  color: #202020;
}
.infomation-news .infomation-swiper .swiper .swiper-wrapper .swiper-slide .boder .timer, .infomation-news .infomation-swiper .swiper .swiper-wrapper .swiper-slide .boder .summary {
  display: none;
}
.infomation-news .infomation-swiper .swiper .swiper-wrapper .swiper-slide .boder .timer {
  margin-top: 6vw;
  color: #202020;
}
.infomation-news .infomation-swiper .swiper .swiper-wrapper .swiper-slide .boder .summary {
  margin-top: 7.333333vw;
  flex: 1;
  font-size: var(--size-18);
  color: #999999;
  line-height: 2;
}
.infomation-news .infomation-swiper .swiper .swiper-wrapper .swiper-slide .boder .more {
  display: block;
  width: 21.333333vw;
  height: 8vw;
  border-radius: 4vw;
  border: 1px solid #D8D8D8;
  text-align: center;
  line-height: 7.466667vw;
  margin-top: 3vw;
}
.infomation-news .infomation-swiper .swiper .swiper-wrapper .swiper-slide:hover .more {
  color: #FFFFFF;
  border-color: #3CBAC1;
  background: var(--linear-bg);
}
.infomation-news .infomation-swiper .swiper .swiper-pagination {
  bottom: 4.666667vw;
  padding-right: 4vw;
  text-align: right;
}
.infomation-news .infomation-lists {
  padding-top: 5.333333vw;
}
.infomation-news .infomation-lists__boder {
  width: 100%;
}
.infomation-news .infomation-lists__boder .item {
  position: relative;
  padding: 6vw 1.333333vw 6.4vw;
  display: flex;
  justify-content: space-between;
}
.infomation-news .infomation-lists__boder .item .timer {
  padding: 0 4vw 0 0;
  color: #BBBBBB;
  border-right: 2px solid #F0F0F0;
  transition: all 0.6s ease 0s;
}
.infomation-news .infomation-lists__boder .item .timer .day {
  font-size: var(--size-60);
  font-weight: bold;
}
.infomation-news .infomation-lists__boder .item .timer .date {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
}
.infomation-news .infomation-lists__boder .item .timer .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.infomation-news .infomation-lists__boder .item .timer .icon .gdianfont {
  font-size: var(--size-60);
}
.infomation-news .infomation-lists__boder .item .title {
  flex: 1;
  width: 0;
  font-size: var(--size-30);
  padding: 0 6.666667vw;
  line-height: 1.66;
}
.infomation-news .infomation-lists__boder .item .title .file-no {
  color: #999999;
  font-size: var(--size-18);
}
.infomation-news .infomation-lists__boder .item .go-btn {
  align-self: center;
}
.infomation-news .infomation-lists__boder .item:before, .infomation-news .infomation-lists__boder .item:after {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #F0F0F0;
}
.infomation-news .infomation-lists__boder .item:after {
  background: var(--linear-unline-bg);
  z-index: 1;
  transform: scaleX(0);
  transform-origin: left center;
  transition: all 0.6s ease 0s;
}
.infomation-news .infomation-lists__boder .item:hover .timer {
  color: var(--link-hover-color);
  border-right-color: var(--link-hover-color);
}
.infomation-news .infomation-lists__boder .item:hover .go-btn {
  color: #FFFFFF;
  background: var(--linear-bg);
  border-color: #55AECC;
  border-width: 0;
  opacity: 0.9;
}
.infomation-news .infomation-lists__boder .item:hover:after {
  transform: scaleX(1);
}
.infomation-news .infomation-lists .paginates {
  text-align: center;
  padding: 10.666667vw 0 16vw;
}

.parent-cats {
  display: flex;
  margin: 0 -2.666667vw;
}
.parent-cats .items {
  display: flex;
}
.parent-cats .items a {
  padding: 0 2.666667vw;
  border-right: 1px solid #0C0C0C;
}
.parent-cats .items a:last-child {
  border-right: 0;
}
.parent-cats .items a.actived {
  font-weight: bold;
}
.parent-cats .home-link {
  display: none;
}

.cat-navs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: var(--size-14);
  color: #818181;
}
.cat-navs a {
  max-width: 49%;
  --link-color: #818181;
}

.infomation-services {
  padding: var(--padd-120) var(--padding) 12vw;
  background-color: #F8F8F8;
}
.infomation-services__lists {
  margin-top: 7.333333vw;
}
.infomation-services__lists .paginates {
  text-align: center;
  padding: 10.666667vw 0 0;
}
.infomation-services__lists .paginates a {
  background-color: #FFFFFF;
}
.infomation-services__boder .item {
  width: 100%;
  margin-top: 4.666667vw;
  border-radius: 20px;
  background-color: #FFFFFF;
  overflow: hidden;
  display: block;
}
.infomation-services__boder .item .cover {
  width: 100%;
}
.infomation-services__boder .item .cover img {
  width: 100%;
  height: 51.333333vw;
  object-fit: cover;
}
.infomation-services__boder .item .boder {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 6vw 2.666667vw 6vw;
}
.infomation-services__boder .item .boder .title {
  font-size: var(--size-24);
  line-height: 1.3;
}
.infomation-services__boder .item .boder .summary, .infomation-services__boder .item .boder .info {
  display: none;
}
.infomation-services__boder .item .boder .summary {
  color: #767676;
  font-size: var(--size-18);
  line-height: 1.55;
}

.infomation-form {
  position: fixed;
  right: 1.333333vw;
  bottom: 6.666667vw;
  z-index: 20;
  opacity: 0;
  animation: zoomIn 1s linear 0.6s forwards;
  animation-iteration-count: 1;
  /*text-align: center;
  a {
    color: #FFFFFF;
    display: inline-block;
    padding: 17px 35px 16px;
    border-radius: 5px;
    background: linear-gradient(0deg, #281D64, #3CBAC1);
    &:hover { opacity: 0.6; }
    &:active { transform: scale(0.98); }
  }*/
}
.infomation-form a {
  display: block;
  width: 16vw;
}
.infomation-form a img {
  width: 100%;
}

.l__infomation-header .cat-items {
  margin-top: var(--padd-120);
  display: flex;
  align-items: center;
  justify-content: center;
}
.l__infomation-header .cat-items a {
  display: inline-block;
  padding: 2vw 3.066667vw 1.866667vw;
  font-size: var(--size-18);
  border-radius: 6.666667vw;
  border: 1px solid #D8D8D8;
  margin-left: 2.666667vw;
  overflow: hidden;
  color: #999999;
}
.l__infomation-header .cat-items a:first-child {
  margin-left: 0;
}
.l__infomation-header .cat-items a.actived, .l__infomation-header .cat-items a:hover {
  color: #FFFFFF;
  border-color: #3CBAC1;
  background: var(--linear-bg);
}

.infomation-news__detail, .infomation-organ__detail {
  width: 100%;
  margin: 6vw auto 0;
  padding: var(--paddings);
}
.infomation-news__detail .header, .infomation-organ__detail .header {
  margin-top: 4vw;
  text-align: center;
}
.infomation-news__detail .header .title, .infomation-organ__detail .header .title {
  font-size: var(--size-30);
  line-height: var(--size-48);
}
.infomation-news__detail .header .infos, .infomation-organ__detail .header .infos {
  margin-top: 3vw;
  color: #818181;
}
.infomation-news__detail .header .infos a, .infomation-organ__detail .header .infos a {
  --link-color: #818181;
  margin-left: 32px;
}
.infomation-news__detail .content, .infomation-organ__detail .content {
  margin-top: 6vw;
  white-space: pre-wrap;
}
.infomation-news__detail .content img, .infomation-organ__detail .content img {
  max-width: 100%;
}
.infomation-news__detail .content p, .infomation-organ__detail .content p {
  margin-top: 2.666667vw;
}
.infomation-news__detail .content iframe, .infomation-organ__detail .content iframe {
  width: 100%;
  height: 118vw;
}
.infomation-news__detail .cat-navs, .infomation-organ__detail .cat-navs {
  margin: 16vw 0;
}

.infomation-news__detail {
  max-width: 1200px;
}

.infomation-services__detail {
  width: 100%;
  margin-top: 6vw;
  padding: 0 var(--padding) var(--padd-120);
}
.infomation-services__detail-boder {
  margin-top: 6vw;
}
.infomation-services__detail-boder .cover .sticky {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.infomation-services__detail-boder .cover .sticky img {
  width: 100%;
}
.infomation-services__detail-boder .boder {
  margin-top: 8vw;
}
.infomation-services__detail-boder .boder .detail-items {
  margin-top: 8vw;
}
.infomation-services__detail-boder .boder .detail-items .item {
  display: flex;
  align-items: flex-start;
  font-size: var(--size-18);
  margin-top: 2.666667vw;
  line-height: 1.66;
}
.infomation-services__detail-boder .boder .detail-items .item .label {
  flex-shrink: 0;
  font-weight: bold;
}
.infomation-services__detail-boder .boder .detail-items .item .content {
  flex: 1;
}
.infomation-services__detail-boder .boder .detail-items .item:first-child {
  margin-top: 0;
}
.infomation-services__detail-boder .boder .cat-navs {
  margin: 8vw 0 0;
}
.infomation-services__detail-boder.expert .cover {
  padding: 10% 15% 0;
}

.infomation-services__swiper {
  margin-top: var(--padd-120);
  overflow: hidden;
}
.infomation-services__swiper h4 {
  text-align: center;
}
.infomation-services__swiper .swiper {
  width: 100%;
  margin-top: 6.666667vw;
}
.infomation-services__swiper .swiper .swiper-slide {
  padding: 2.666667vw 1.333333vw 0;
}
.infomation-services__swiper .swiper .swiper-slide a {
  display: block;
  width: 100%;
  height: 61.333333vw;
  position: relative;
  border-radius: 2.666667vw;
  overflow: hidden;
}
.infomation-services__swiper .swiper .swiper-slide a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.infomation-services__swiper .swiper .swiper-slide a .title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 8vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
  padding: 0 2vw;
}
.infomation-services__swiper .swiper .swiper-slide a .title .line-1 {
  color: #FFFFFF;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .infomation-news .infomation-swiper {
    margin-top: 5.208333vw;
    border-radius: 1.5625vw;
  }
  .infomation-news .infomation-swiper .swiper .swiper-wrapper .swiper-slide {
    display: flex;
    padding: 3.385417vw 3.125vw;
  }
  .infomation-news .infomation-swiper .swiper .swiper-wrapper .swiper-slide .cover {
    width: 36.458333vw;
    height: 23.958333vw;
    border-radius: 1.458333vw;
  }
  .infomation-news .infomation-swiper .swiper .swiper-wrapper .swiper-slide .boder {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-left: 4.166667vw;
  }
  .infomation-news .infomation-swiper .swiper .swiper-wrapper .swiper-slide .boder .title {
    margin-top: -0.3em;
  }
  .infomation-news .infomation-swiper .swiper .swiper-wrapper .swiper-slide .boder .timer, .infomation-news .infomation-swiper .swiper .swiper-wrapper .swiper-slide .boder .summary {
    display: block;
  }
  .infomation-news .infomation-swiper .swiper .swiper-wrapper .swiper-slide .boder .timer {
    margin-top: 2.34375vw;
  }
  .infomation-news .infomation-swiper .swiper .swiper-wrapper .swiper-slide .boder .summary {
    margin-top: 2.864583vw;
  }
  .infomation-news .infomation-swiper .swiper .swiper-wrapper .swiper-slide .boder .more {
    width: 8.333333vw;
    height: 3.125vw;
    border-radius: 1.5625vw;
    line-height: 2.916667vw;
    border-width: 2px;
    margin-top: 0;
  }
  .infomation-news .infomation-swiper .swiper .swiper-pagination {
    bottom: 3.385417vw;
    padding-right: 3.125vw;
  }
  .infomation-news .infomation-lists {
    padding-top: 2.083333vw;
  }
  .infomation-news .infomation-lists__boder .item {
    padding: 2.34375vw 0.520833vw 2.5vw;
  }
  .infomation-news .infomation-lists__boder .item .timer {
    padding: 0 2.864583vw 0 0;
  }
  .infomation-news .infomation-lists__boder .item .title {
    padding: 0 2.604167vw;
  }
  .infomation-news .infomation-lists .paginates {
    padding: 4.166667vw 0 6.25vw;
  }
  .parent-cats {
    margin: 0 -1.041667vw;
  }
  .parent-cats .items a {
    padding: 0 1.041667vw;
  }
  .parent-cats .home-link {
    display: block;
    margin-left: auto;
    padding-right: 1.041667vw;
  }
  .l__infomation-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .l__infomation-header .cat-items {
    margin-top: 0;
    justify-content: flex-start;
  }
  .l__infomation-header .cat-items a {
    padding: 0.78125vw 1.197917vw 0.729167vw;
    border-radius: 2.604167vw;
    margin-left: 1.041667vw;
  }
  .infomation-services {
    padding-bottom: 4.6875vw;
  }
  .infomation-services__lists {
    margin-top: 2.864583vw;
  }
  .infomation-services__lists .paginates {
    padding: 4.166667vw 0 0;
  }
  .infomation-services__boder {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.94%;
  }
  .infomation-services__boder .item {
    width: 48.1%;
    margin: 35px 0.94% 0;
    border-radius: 20px;
    display: flex;
  }
  .infomation-services__boder .item .cover {
    width: 18.229167vw;
    height: 20.052083vw;
  }
  .infomation-services__boder .item .cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .infomation-services__boder .item .boder {
    padding: 2.34375vw 2.604167vw 2.34375vw 3.020833vw;
  }
  .infomation-services__boder .item .boder .summary, .infomation-services__boder .item .boder .info {
    display: block;
  }
  .infomation-services__boder .item .boder .summary {
    margin-top: auto;
  }
  .infomation-services__boder .item .boder .info {
    margin-top: 2.34375vw;
    font-size: var(--size-18);
    color: #767676;
  }
  .infomation-form {
    right: 0.520833vw;
    bottom: 2.604167vw;
  }
  .infomation-form a {
    width: 6.25vw;
  }
  .infomation-news__detail, .infomation-organ__detail {
    margin: 3.645833vw auto 0;
  }
  .infomation-news__detail .header, .infomation-organ__detail .header {
    margin-top: 4.166667vw;
  }
  .infomation-news__detail .header .infos, .infomation-organ__detail .header .infos {
    margin-top: 0.989583vw;
  }
  .infomation-news__detail .header .infos a, .infomation-organ__detail .header .infos a {
    margin-left: 1.666667vw;
  }
  .infomation-news__detail .content, .infomation-organ__detail .content {
    margin-top: 3.125vw;
  }
  .infomation-news__detail .content p, .infomation-organ__detail .content p {
    margin-top: 1.041667vw;
  }
  .infomation-news__detail .content iframe, .infomation-organ__detail .content iframe {
    width: 100%;
    height: 46.09375vw;
  }
  .infomation-news__detail .cat-navs, .infomation-news__detail .swiper-buttons, .infomation-organ__detail .cat-navs, .infomation-organ__detail .swiper-buttons {
    margin: 6.25vw 0;
  }
  .infomation-news__detail {
    padding: 0;
  }
  .infomation-services__detail {
    margin-top: 3.645833vw;
  }
  .infomation-services__detail-boder {
    margin-top: 4.166667vw;
    min-height: 36.458333vw;
    display: flex;
  }
  .infomation-services__detail-boder .cover {
    width: 36.458333vw;
    flex-shrink: 0;
  }
  .infomation-services__detail-boder .cover .sticky {
    position: sticky;
    top: 0;
    width: 100%;
    height: 36.458333vw;
  }
  .infomation-services__detail-boder .cover .sticky img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .infomation-services__detail-boder .boder {
    flex: 1;
    width: 0;
    margin-top: 1.5625vw;
    margin-left: 4.947917vw;
    display: flex;
    flex-direction: column;
  }
  .infomation-services__detail-boder .boder .detail-items {
    flex: 1;
    margin-top: 3.645833vw;
  }
  .infomation-services__detail-boder .boder .detail-items .item {
    margin-top: 1.041667vw;
  }
  .infomation-services__detail-boder .boder .cat-navs {
    margin: 1.5625vw 0;
  }
  .infomation-services__detail-boder.expert {
    min-height: auto;
  }
  .infomation-services__detail-boder.expert .cover {
    width: 19.010417vw;
    padding: 0;
  }
  .infomation-services__detail-boder.expert .cover .sticky {
    height: 19.010417vw;
  }
  .infomation-services__detail-boder.expert .boder {
    margin-top: 0;
    justify-content: space-between;
  }
  .infomation-services__detail-boder.expert .boder .cat-navs {
    margin-bottom: 0;
  }
  .infomation-services__swiper .swiper {
    margin: 2.604167vw -0.520833vw 0;
  }
  .infomation-services__swiper .swiper .swiper-slide {
    padding: 1.041667vw 0.520833vw 0;
  }
  .infomation-services__swiper .swiper .swiper-slide a {
    height: 15.625vw;
    border-radius: 1.041667vw;
  }
  .infomation-services__swiper .swiper .swiper-slide a .title {
    height: 2.604167vw;
    padding: 0 0.78125vw;
  }
}
@media screen and (min-width: 1920px) {
  .parent-cats {
    margin: 0 -20px;
  }
  .parent-cats .items a {
    padding: 0 20px;
  }
  .parent-cats .home-link {
    padding-right: 20px;
  }
  .l__infomation-header .cat-items a {
    padding: 15px 23px 14px;
    border-radius: 50px;
    margin-left: 20px;
  }
  .infomation-services {
    padding-bottom: 90px;
  }
  .infomation-services__lists {
    margin-top: 55px;
  }
  .infomation-services__lists .paginates {
    padding: 80px 0 0;
  }
  .infomation-services__boder .item .boder {
    padding: 45px 50px 45px 58px;
  }
  .infomation-services__boder .item .boder .info {
    margin-top: 45px;
  }
  .infomation-form {
    right: 10px;
    bottom: 50px;
  }
  .infomation-form a {
    width: 120px;
  }
  .infomation-news .infomation-swiper {
    margin-top: 100px;
    border-radius: 30px;
  }
  .infomation-news .infomation-swiper .swiper .swiper-wrapper .swiper-slide {
    padding: 65px 60px;
  }
  .infomation-news .infomation-swiper .swiper .swiper-wrapper .swiper-slide .cover {
    width: 700px;
    height: 460px;
    border-radius: 28px;
  }
  .infomation-news .infomation-swiper .swiper .swiper-wrapper .swiper-slide .boder {
    margin-left: 80px;
  }
  .infomation-news .infomation-swiper .swiper .swiper-wrapper .swiper-slide .boder .timer {
    margin-top: 45px;
  }
  .infomation-news .infomation-swiper .swiper .swiper-wrapper .swiper-slide .boder .summary {
    margin-top: 55px;
  }
  .infomation-news .infomation-swiper .swiper .swiper-wrapper .swiper-slide .boder .more {
    width: 160px;
    height: 60px;
    border-radius: 30px;
    line-height: 56px;
  }
  .infomation-news .infomation-swiper .swiper .swiper-pagination {
    bottom: 65px;
    padding-right: 60px;
  }
  .infomation-news .infomation-lists {
    padding-top: 40px;
  }
  .infomation-news .infomation-lists__boder .item {
    padding: 45px 10px 48px;
  }
  .infomation-news .infomation-lists__boder .item .timer {
    padding: 0 55px 0 0;
  }
  .infomation-news .infomation-lists__boder .item .title {
    padding: 0 50px;
  }
  .infomation-news .infomation-lists .paginates {
    padding: 80px 0 120px;
  }
  .infomation-news__detail, .infomation-organ__detail {
    margin: 70px auto 0;
  }
  .infomation-news__detail .header, .infomation-organ__detail .header {
    margin-top: 80px;
  }
  .infomation-news__detail .header .infos, .infomation-organ__detail .header .infos {
    margin-top: 19px;
  }
  .infomation-news__detail .header .infos a, .infomation-organ__detail .header .infos a {
    margin-left: 32px;
  }
  .infomation-news__detail .content, .infomation-organ__detail .content {
    margin-top: 60px;
  }
  .infomation-news__detail .content p, .infomation-organ__detail .content p {
    margin-top: 20px;
  }
  .infomation-news__detail .content iframe, .infomation-organ__detail .content iframe {
    height: 885px;
  }
  .infomation-news__detail .cat-navs, .infomation-news__detail .swiper-buttons, .infomation-organ__detail .cat-navs, .infomation-organ__detail .swiper-buttons {
    margin: 120px 0;
  }
  .infomation-services__detail {
    margin-top: 3.645833vw;
  }
  .infomation-services__detail-boder {
    min-height: 700px;
  }
  .infomation-services__detail-boder .boder {
    margin-top: 30px;
    margin-left: 95px;
  }
  .infomation-services__detail-boder .boder .detail-items {
    margin-top: 70px;
  }
  .infomation-services__detail-boder .boder .detail-items .item {
    margin-top: 20px;
  }
  .infomation-services__detail-boder .boder .cat-navs {
    margin: 30px 0;
  }
  .infomation-services__detail-boder.expert {
    min-height: auto;
  }
  .infomation-services__detail-boder.expert .cover {
    width: 365px;
  }
  .infomation-services__detail-boder.expert .cover .sticky {
    height: 365px;
  }
  .infomation-services__swiper .swiper {
    margin: 50px -10px 0;
  }
  .infomation-services__swiper .swiper .swiper-slide {
    padding: 20px 10px 0;
  }
  .infomation-services__swiper .swiper .swiper-slide a {
    border-radius: 20px;
  }
  .infomation-services__swiper .swiper .swiper-slide a .title {
    padding: 0 15px;
  }
}
