  @import url('/assets/css/reset.css');
@import url('/assets/css/swiper.css');
* {
  outline: none;
}
html {
  font-size: 1.1rem;
}
body {
  color: #181717;
  background: #f0f0f0;
}
a {
  color: #181717;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
img {
  max-width: 100%;
  vertical-align: middle;
}
svg path {
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.clear-ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-vc {
  display: flex;
  align-items: center;
}
.inner {
  position: relative;
  max-width: 75rem;
  width: 90%;
  margin: 0 auto;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  color: #e1d3c0;
}
#qcode {
  position: fixed;
  right: 20px;
  bottom: 20px;
  padding: 1rem;
  background: #e1d3c0;
  border-radius: 6px;
  z-index: 99;
}
#qcode .close {
  position: absolute;
  top: -30px;
  right: 0;
  height: 24px;
  width: 24px;
  background: url(/assets/images/cancel.svg) 0 0 / 24px 24px no-repeat;
  cursor: pointer;
}
#qcode .items {
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
#qcode .items img {
  max-width: 100px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#qcode .items p {
  margin: 0;
  padding: 3px 0;
  font-size: 14px;
  background: #fff;
  text-align: center;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
#header {
  position: relative;
  height: 4.375rem;
  background: #fff;
}
#header ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
#header li {
  display: inline-block;
}
#header .inner {
  display: flex;
  align-items: center;
  position: relative;
  max-width: 75rem;
  width: 90%;
  margin: 0 auto;
  justify-content: space-between;
}
#header #logo {
  margin: 0;
}
#header #logo img {
  max-width: 300px;
  max-height: 60px;
  vertical-align: middle;
}
#header #menu {
  font-size: 0.875rem;
}
#header #menu li {
  opacity: 0;
  animation: fadeInUp 0.3s linear forwards;
}
#header #menu li:nth-child(2) {
  animation-delay: 0.1s;
}
#header #menu li:nth-child(3) {
  animation-delay: 0.2s;
}
#header #menu li:nth-child(4) {
  animation-delay: 0.3s;
}
#header #menu li:nth-child(5) {
  animation-delay: 0.4s;
}
#header #menu li:nth-child(6) {
  animation-delay: 0.5s;
}
#header #menu li:nth-child(7) {
  animation-delay: 0.6s;
}
#header #menu li ul {
  display: none;
  position: absolute;
  background: #e1d3c0;
  z-index: 99;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  animation: fadeIn 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
  white-space: nowrap;
}
#header #menu li ul li {
  opacity: 1;
  animation-name: none;
}
#header #menu li ul a {
  line-height: 3em;
  padding: 0 1rem;
}
#header #menu a,
#header #menu span {
  display: block;
  padding: 0 0.5rem 0 1rem;
  width: 6.0625rem;
  line-height: 4.375rem;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#header #menu a.active,
#header #menu span.active,
#header #menu a:hover,
#header #menu span:hover {
  color: #fff;
  background: #b48856;
  font-weight: bold;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
#header #menu a.home,
#header #menu span.home {
  padding: 0 1rem;
  width: 3.875rem;
}
#header .rt li {
  padding: 7px 14px;
  border-left: 1px solid #b48856;
  opacity: 0;
  animation: fadeInUp 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
  animation-delay: 0.7s;
}
#header .rt li:last-child {
  animation-delay: 0.8s;
  border-right: 1px solid #b48856;
}
#header .rt li a {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
}
#header .rt li a:hover,
#header .rt li a.active {
  color: #ff5608;
}
#header .rt li a:hover svg path,
#header .rt li a.active svg path {
  fill: #ff5608;
}
#header .rt svg {
  height: 1.5rem;
  margin: 0 0.625rem 0 0;
}
#header .rt svg path {
  fill: #b48856;
}
#header #search {
  position: absolute;
  right: 0;
  bottom: -34px;
  z-index: 99;
}
#header #search form {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #b48856;
}
#header #search input {
  padding: 0.5rem;
  font-size: 0.875rem;
  border: none;
  border-radius: 0;
}
#header #search input[type='submit'] {
  padding: 0.5rem 1rem;
  background: #b48856;
  color: #fff;
}
#banner {
  position: relative;
  height: auto;
}
#banner .swiper-slide {
  position: relative;
}
#banner .mySwiper .swiper-slide {
  height: 500px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#banner .mySwiper .swiper-slide::before {
  position: absolute;
  display: block;
  content: '';
  height: 100%;
  width: 50vw;
}
#banner .mySwiper .swiper-slide .inner {
  display: flex;
  margin: 10% auto 0px auto;
  width: 62.5rem;
  align-items: flex-end;
  flex-flow: column;
}
#banner .mySwiper .swiper-slide .text1 {
  margin: 0 0 1rem 0;
  font-size: 24px;
  color: #e1d3c0;
  animation-delay: 0.3s;
}
#banner .mySwiper .swiper-slide .text2 {
  margin: 0;
  max-width: 500px;
  color: #fff;
  font-size: 44px;
  font-weight: bold;
  animation-delay: 0.6s;
}
#banner .mySwiper .swiper-slide:nth-child(odd)::before {
  left: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0) 100%);
}
#banner .mySwiper .swiper-slide:nth-child(odd) .inner {
  align-items: flex-start;
}
#banner .mySwiper .swiper-slide:nth-child(odd).swiper-slide-active p {
  opacity: 0;
  z-index: 99;
  animation: fadeInL 2s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}
#banner .mySwiper .swiper-slide:nth-child(even)::before {
  right: 0;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0) 100%);
}
#banner .mySwiper .swiper-slide:nth-child(even).swiper-slide-active p {
  text-align: right;
  opacity: 0;
  z-index: 99;
  animation: fadeInR 2s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}
#banner .swiper-pagination {
  position: static;
  margin: 1rem 0 0 0;
}
#banner .swiper-pagination .swiper-pagination-bullet {
  margin: 0 0.5rem;
  height: 2rem;
  width: 2rem;
  font-size: 1rem;
  background: #e1d3c0;
  border-radius: 6px;
  color: #fff;
  line-height: 2rem;
  opacity: 1;
}
#banner .swiper-pagination .swiper-pagination-bullet-active {
  background: #ff5608;
}
@keyframes fadeInR {
  from {
    transform: translateX(-50px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeInL {
  from {
    transform: translateX(50px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
#main .inner {
  position: relative;
  max-width: 62.5rem;
}
#main .index {
  position: relative;
  margin: 4rem 0 0 0;
}
#main .index .title {
  line-height: 1;
}
#main .index .title h3 {
  margin: 0 0 0.5rem 0;
  font-size: 1.75rem;
  color: #b48856;
}
#main .index .title h3 span {
  color: #ff0000;
}
#main .index .title h4 {
  display: inline-block;
  position: relative;
  margin: 0;
  font-size: 1.375rem;
  font-weight: 400;
}
#main .index .title h4::after {
  position: absolute;
  left: 0;
  bottom: -0.3125rem;
  content: '';
  height: 2px;
  width: 100%;
  background: #b48856;
}
#main .index .content {
  margin: 2rem 0;
}
#main .index .content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#main .index .more {
  position: absolute;
  top: 40px;
  right: 4rem;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #b48856;
}
#main .index .more svg {
  margin: 0 0 0 1rem;
  height: 24px;
}
#main .index .more svg path {
  fill: #b48856;
}
#main .index .more:hover {
  color: #ff5608;
}
#main .index .more:hover svg path {
  fill: #ff5608;
}
#main .news .content {
  padding: 0 0 0 23px;
}
#main .news .content .items {
  display: grid;
  grid-template-columns: 108px 1fr 154px;
  grid-template-rows: 84px;
  margin: 0 0 20px 0;
}
#main .news .content .items .lt {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background: #b48856;
  color: #fff;
  font-family: 'Times New Roman';
}
#main .news .content .items .lt p {
  margin: 0;
}
#main .news .content .items .lt p:nth-child(1) {
  font-size: 2.1875rem;
}
#main .news .content .items .lt p:nth-child(2) {
  font-size: 1.125rem;
}
#main .news .content .items .ct {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 2.55rem 0 1.5rem;
  border-bottom: 1px solid #e1d3c0;
}
#main .news .content .items .ct h3 {
  margin: 0;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 2px;
}
#main .news .content .items .ct h3 a span {
  padding: 0 1rem 0 0;
  margin: 0 1rem 0 0;
  color: #333;
  font-weight: bold;
  border-right: 2px solid #b48856;
}
#main .news .content .items .ct h3 a:hover {
  color: #b48856;
}
#main .news .content .items .ct h3 a:hover span {
  color: #333;
}
#main .news .content .items .ct p {
  margin: 0 0 0.5rem 0;
  line-height: 1.5;
  font-size: 14px;
  letter-spacing: 2px;
}
#main .news .content .items .ct p a {
  margin: 0 0 0 4rem;
  letter-spacing: 0;
  color: #b48856;
}
#main .news .content .items .rt img {
  width: 100%;
  height: 84px;
  object-fit: cover;
}
#main .service .content {
  display: grid;
  grid-template-columns: 1fr 470px;
  grid-template-rows: 242px;
  grid-gap: 60px;
  align-items: center;
}
#main .service .content p {
  margin: 0;
  padding: 0 22px;
  line-height: 2;
}
#main .service .content p span {
  font-weight: normal;
}
#main .service .content ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  height: 100%;
}
#main .service .content ul li {
  width: 100%;
  height: 100%;
}
#main .service .content ul li:nth-child(1) a {
  background: url('/assets/images/banner_04.jpg') center / cover no-repeat;
}
#main .service .content ul li:nth-child(1) a::before {
  background: linear-gradient(to top right, rgba(8, 46, 86, 0.7), rgba(8, 46, 86, 0));
}
#main .service .content ul li:nth-child(1) a:hover::before {
  background: linear-gradient(to top right, #082e56, rgba(8, 46, 86, 0.7));
}
#main .service .content ul li:nth-child(2) a {
  background: url('/assets/images/banner_03.jpg') center / cover no-repeat;
}
#main .service .content ul li:nth-child(2) a::before {
  background: linear-gradient(to top right, rgba(255, 86, 8, 0.7), rgba(255, 86, 8, 0));
}
#main .service .content ul li:nth-child(2) a:hover::before {
  background: linear-gradient(to top right, #ff5608, rgba(255, 86, 8, 0.7));
}
#main .service .content ul li:nth-child(3) a {
  background: url('/assets/images/banner_05.jpg') center / cover no-repeat;
}
#main .service .content ul li:nth-child(3) a::before {
  background: linear-gradient(to top right, rgba(180, 136, 86, 0.7), rgba(180, 136, 86, 0));
}
#main .service .content ul li:nth-child(3) a:hover::before {
  background: linear-gradient(to top right, #b48856, rgba(180, 136, 86, 0.7));
}
#main .service .content ul li:nth-child(4) a {
  background: url('/assets/images/banner_06.jpg') center / cover no-repeat;
}
#main .service .content ul li:nth-child(4) a::before {
  background: linear-gradient(to top right, rgba(188, 0, 28, 0.7), rgba(188, 0, 28, 0));
}
#main .service .content ul li:nth-child(4) a:hover::before {
  background: linear-gradient(to top right, #bc001c, rgba(188, 0, 28, 0.7));
}
#main .service .content ul li a {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 0 1rem;
  width: 100%;
  height: 100%;
  color: #fff;
}
#main .service .content ul li a:hover span {
  color: #fff;
  opacity: 1;
}
#main .service .content ul li a::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#main .service .content ul li a span {
  margin: 0 0 0.5rem 0;
  z-index: 99;
  opacity: 0.7;
  line-height: 1.5;
  text-transform: uppercase;
}
#main .partner .content {
  overflow: hidden;
}
#main .partner .content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  white-space: nowrap;
  animation: sliderLeft 60s linear infinite forwards;
}
#main .partner .content ul li {
  display: inline-block;
  margin: 10px;
  line-height: 50px;
}
#main .partner .content ul li img {
  max-width: 140px;
  max-height: 43.75px;
}
#page .banner {
  height: 200px;
}
#page .inner {
  position: relative;
  display: grid;
  grid-template-columns: 15rem 1fr;
  grid-gap: 2rem;
  min-height: calc(100vh - 4.375rem - 200px);
}
#page #sidebar {
  background: #fff;
}
#page #sidebar .title {
  padding: 1.25rem 0.625rem 1.25rem 1.875rem;
  background: #b48856;
  line-height: 1.6;
}
#page #sidebar .title h2 {
  margin: 0;
  font-size: 1.5rem;
  color: #fff;
}
#page #sidebar .title p {
  margin: 0;
  font-size: 0.875rem;
  color: #fff;
  line-height: 1.25rem;
  text-transform: uppercase;
  opacity: 0.6;
}
#page #sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#page #sidebar ul li a {
  display: flex;
  align-items: center;
  padding: 0 1rem;
  line-height: 59px;
  border-bottom: 1px solid #c6c6c6;
}
#page #sidebar ul li a svg {
  height: 12px;
}
#page #sidebar ul li a svg path,
#page #sidebar ul li a svg polygon {
  fill: #c6c6c6;
}
#page #sidebar ul li a svg:nth-child(1) {
  margin: 0 10px 0 0;
}
#page #sidebar ul li a svg:nth-child(2) {
  margin: 0 0 0 auto;
}
#page #sidebar ul li a:hover {
  color: #b48856;
}
#page #sidebar ul li a:hover svg path,
#page #sidebar ul li a:hover svg polygon {
  fill: #b48856;
}
#page #sidebar ul li .sub li a {
  padding: 0 2rem;
}
#page #content .post-list {
  margin: 2rem 0 0 0;
}
#page #content .post-list .posts {
  display: grid;
  grid-template-columns: 1fr 10rem;
  grid-gap: 1rem;
  position: relative;
  padding: 1rem;
  border-bottom: 1px solid #e1d3c0;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#page #content .post-list .posts:hover {
  background: #fff;
}
#page #content .post-list .posts::before {
  content: '';
  display: block;
  position: absolute;
  top: 1.3125rem;
  height: 8px;
  width: 8px;
  background: #dbaf78;
  border-radius: 2px;
}
#page #content .post-list .posts .lt {
  display: flex;
  flex-direction: column;
  justify-content: normal;
}
#page #content .post-list .posts .post-title {
  margin: 0;
  font-size: 1rem;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#page #content .post-list .posts p,
#page #content .post-list .posts span {
  margin: 1rem 0 0 0;
  font-size: 0.875rem;
  letter-spacing: 2px;
  text-align: justify;
  line-height: 1.5;
}
#page #content .post-list .posts .cover {
  height: 6rem;
  width: 100%;
  object-fit: cover;
}
#page #content .post-list .posts .post-more {
  margin: 0 0 0 4rem;
  color: #b48856;
}
#page #content .nocover .posts {
  grid-template-columns: 1fr;
}
#page #content .nocover .posts .lt {
  height: 6rem;
}
#page #content .nocover .posts .cover {
  display: none;
}
#page .navipage {
  margin: 2rem 0;
}
#page .navipage ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
#page .navipage ul li a,
#page .navipage ul li span {
  display: block;
  margin: 0 0.5rem;
  height: 2rem;
  width: 2rem;
  border-radius: 6px;
  color: #fff;
  line-height: 2rem;
  text-align: center;
}
#page .navipage ul li a {
  background: #e1d3c0;
}
#page .navipage ul li span,
#page .navipage ul li a:hover {
  background: #ff5608;
}
.page {
  padding: 2rem 0;
}
.page.recruit {
  padding: 2rem 0 0 0;
}
#red #sidebar .title {
  background: #bc001c;
}
#red #sidebar ul li a:hover {
  color: #bc001c;
}
#red #sidebar ul li a:hover svg path,
#red #sidebar ul li a:hover svg polygon {
  fill: #bc001c;
}
#red #content .breadcrumbs h2 {
  border-left: 6px solid #bc001c;
}
#red #content .post-list .posts::before {
  background: #de1b37;
}
#red #content .post-list .posts .post-more {
  color: #bc001c;
}
#blue #sidebar .title {
  background: #082e56;
}
#blue #sidebar .title p {
  color: #fff;
}
#blue #sidebar ul li a:hover {
  color: #082e56;
}
#blue #sidebar ul li a:hover svg path,
#blue #sidebar ul li a:hover svg polygon {
  fill: #082e56;
}
#blue #content .breadcrumbs h2 {
  border-left: 6px solid #082e56;
}
#blue #content .post-list .posts::before {
  background: #14406e;
}
#blue #content .post-list .posts .post-more {
  color: #082e56;
}
.part-read {
  margin: 0;
  padding: 2rem 0 0 0;
  list-style: none;
}
.part-read li {
  margin: 0 0 1rem 0;
}
.part-read li a {
  display: block;
  padding: 0 6.25rem 0 2.5rem;
  height: 5rem;
  background: #fff;
  font-size: 1.25rem;
  line-height: 5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 6px;
}
.part-read li a:hover {
  color: #fff;
  background: #bc001c;
}
.timeline .items {
  display: grid;
  grid-template-columns: 6.25rem 1fr;
  grid-gap: 2rem;
}
.timeline .items .y {
  position: relative;
  height: 35px;
  background: #b48856;
  color: #fff;
  line-height: 35px;
  text-align: center;
}
.timeline .items .y::after {
  content: '';
  display: block;
  position: absolute;
  top: 0.75rem;
  right: calc(-2rem - 0.5rem);
  height: 1rem;
  width: 1rem;
  background: #b48856;
  border: 2px solid #fff;
  border-radius: 100%;
}
.timeline .items ul {
  margin: 0;
  padding: 0.75rem 0 2rem 2rem;
  list-style: none;
  border-left: 1px solid #c6c6c6;
}
.timeline .items ul li {
  margin: 0 0 2rem 0;
  font-size: 0.875rem;
}
.timeline .items ul li:last-child {
  margin: 0;
}
.timeline .items ul li span[data-cat='37'] {
  display: none;
}
.timeline .show:not(:first-child) .content {
  display: none;
}
.timeline .show:first-child .toggle {
  display: none;
}
.organization .management,
.organization .manager,
.organization .department {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
}
.organization .items {
  margin: 1rem;
  padding: 1rem 0;
  width: 7rem;
  font-size: 0.875rem;
  border: 1px solid #b48856;
  text-align: center;
}
.apply {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  z-index: 50;
}
.apply .box {
  max-width: 25rem;
  width: 100%;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.apply b {
  font-weight: normal;
}
.apply h3 {
  margin: 0;
  padding: 1rem 2rem;
  border-bottom: 1px solid #ddd;
}
.apply .items {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1rem 0;
  padding: 0 2rem;
}
.apply .items.last {
  padding-bottom: 1rem;
  border-bottom: 1px solid #ddd;
}
.apply .button {
  display: flex;
  justify-content: space-around;
  padding: 0 0 1rem 0;
}
.apply input[type='text'] {
  margin: 0 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #ddd;
  flex: 1;
}
.apply input[type='button'] {
  padding: 0.5rem 2rem;
  border: none;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.apply input[type='button'].submit {
  color: #fff;
  background: #ff5608;
}
.apply input[type='button'].submit:hover {
  opacity: 0.7;
}
.apply input[type='button'].close {
  color: initial;
  background: #fff;
  border: 1px solid #ff5608;
}
.apply input[type='button'].close:hover {
  color: #fff;
  background: #ff0000;
}
.recruit .items {
  position: relative;
  display: grid;
  grid-template-columns: 6.75rem 1fr 3rem;
  grid-gap: 2rem;
  margin: 0 0 1rem 0;
  background: #fff;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.recruit .items:hover .rt {
  background: #e4e4e4;
}
.recruit .items .lt {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background: #082e56;
  color: #fff;
  font-family: 'Times New Roman';
}
.recruit .items .lt .d {
  font-size: 2.1875rem;
}
.recruit .items .lt .ym {
  font-size: 1.125rem;
}
.recruit .items .rt {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  width: 6.25rem;
  height: 100%;
  justify-content: center;
  background: #fff;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.recruit .items .rt svg {
  width: 48px;
}
.recruit .items .rt svg path {
  fill: #082e56;
}
.recruit .items .content {
  grid-column: span 3;
  display: none;
  padding: 0 2rem;
  width: 90%;
  font-size: 0.875rem;
  line-height: 1.65;
}
.recruit .items .content .file {
  margin: 0 0 2rem 0;
}
.recruit .items .content .file a {
  padding: 0.5rem 1rem;
  background: #b48856;
  color: #fff;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.recruit .items .content .file a:hover {
  opacity: 0.7;
}
.breadcrumbs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1.25rem 0 0 0;
  padding: 9px 0;
  border-bottom: 1px solid #c6c6c6;
}
.breadcrumbs h2 {
  margin: 0;
  padding: 0 0 0 0.625rem;
  font-size: 1.5rem;
  font-weight: normal;
  border-left: 6px solid #b48856;
}
.breadcrumbs p {
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 0.875rem;
  color: #888;
}
.breadcrumbs p svg {
  width: 18px;
  height: 18px;
}
.breadcrumbs p svg path {
  fill: #888;
}
#info .content {
  padding: 2rem 0;
  min-height: calc(100vh - 278px);
  font-size: 0.875rem;
  line-height: 1.5;
}
#info .content a:hover {
  color: #b48856;
}
#info .links {
  margin: 0;
  padding: 0;
  list-style: none;
}
#info .links li {
  display: inline-block;
  width: 50%;
}
#info .links li:nth-child(odd) {
  padding: 1rem 1rem 1rem 0;
  border-bottom: 1px solid #ddd;
}
#info .links li:nth-child(even) {
  float: right;
  padding: 1rem 0 1rem 1rem;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
#info .links li:nth-last-child(1),
#info .links li:nth-last-child(2) {
  border-bottom: none;
}
#info .links li .lt {
  padding: 10px;
}
#info .links li a {
  display: grid;
  grid-template-columns: 1fr 220px;
  grid-gap: 10px;
}
#info .links li a:hover {
  background: #fff;
}
#info .links li a p {
  margin: 0 0 10px 0;
}
#info .links li a span {
  display: block;
  height: 92px;
  font-size: 13px;
  overflow: hidden;
}
#page .service .items {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #c6c6c6;
}
#page .service .items:last-child {
  margin: 0;
  padding: 0;
  border: none;
}
#page .service .title {
  display: flex;
  align-items: baseline;
  position: relative;
}
#page .service .title h3 {
  margin: 0;
  padding: 0 0.5rem 0 1rem;
  font-size: 1.2rem;
  color: #082e56;
}
#page .service .title h3::before {
  content: '';
  display: block;
  position: absolute;
  top: 0.4375rem;
  left: 0;
  height: 0.5rem;
  width: 0.5rem;
  background: #14406e;
}
#page .service .title p {
  margin: 0;
  font-size: 0.875rem;
  color: #888;
}
#page .service .content {
  margin: 1.5rem 0 0 0;
}
#page .service .content p {
  line-height: 1.5;
  margin: 0 0 1rem 0;
}
#page .service .content p:last-child {
  margin: 0;
}
#page .service .content p span {
  color: #14406e;
}
#page .service .content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.lead {
  margin: 0;
  padding: 0;
  list-style: none;
}
.lead li {
  display: flex;
  align-items: center;
  margin: 0 0 1rem 0;
  padding: 1.5rem;
  height: 104px;
  width: 100%;
  background: #fff;
}
.lead li p {
  margin: 0 0.5rem 0 0;
  font-size: 1.5rem;
}
.lead li span {
  margin: 0 0 0 0.5rem;
  padding: 0 0 0 1rem;
  color: #888;
  font-size: 0.875rem;
  line-height: 2;
}
#page .post .post-title {
  margin: 2rem 0;
  padding: 0 0 0.5rem 0;
  text-align: center;
}
#page .post .post-title h2 {
  margin: 0;
  line-height: 1.5;
}
#page .post .post-title p {
  margin: 0.5rem 0 0 0;
  color: #888;
  font-size: 0.875rem;
}
#page .post .entry {
  margin: 0 0 2rem 0;
}
#page .post .entry p {
  font-size: 0.875rem;
  letter-spacing: 2px;
  line-height: 1.5;
}
#page .post .entry span {
  background: transparent !important;
}
#page .post .entry table p {
  text-indent: 0em;
}
#page .post .entry a {
  color: #b48856;
}
#page .post .entry a:hover {
  color: #e1d3c0;
}
#footer {
  font-size: 0.875rem;
  color: #666;
}
#footer a {
  color: #666;
}
#footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 5rem;
  width: 100%;
  background: #e1d3c0;
}
#footer ul li {
  display: inline-block;
  margin: 0 1em 0 0;
}
#footer ul li a:hover {
  color: #ff5608;
}
#footer .inner {
  text-align: center;
}
#footer .inner p {
  margin: 10px 0;
  font-size: 14px;
}
@font-face {
  font-family: 'DIN Condensed';
  src: url('/assets/css/assets/fonts/din_condensed.woff2') format('woff2'), url('/assets/css/assets/fonts/din_condensed.ttf') format('truetype');
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  from {
    transform: translateY(-20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(2rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes sliderLeft {
  from {
    transform: translateX(0px);
  }
  to {
    transform: translateX(calc(-2500px + 1000px));
  }
}
