@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);


/*************************
*******Typography******
**************************/

body {
  background: #fff;
  font-family: 'Open Sans', sans-serif;
  color: #333333;
  line-height: 22px;
  font-size: 16px;
}

a {
  color: #333333;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition: color 300ms, background-color 300ms;
  transition: color 300ms, background-color 300ms;
}

a:hover,
a:focus {
  text-decoration: none;
  color: inherit;
}

.mobile-show {
  display: none;
}

.overflow-hidden {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.custom-container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.mb-30 {
  margin-bottom: 30px;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.home-page {
  position: relative;
}

.back-top {
  position: fixed;
  right: 0;
  bottom: 200px;
}

.back-top__inner {
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 86px;
  background-color: #000000;
  cursor: pointer;
  font-size: 14px;
  color: #ffffff;
}

.back-top__inner img {
  margin-bottom: 10px;
}

.tabs {
  border-bottom: 1px solid #d0d0d0;
  font-size: 20px;
  color: #666;
}

.tabs span {
  position: relative;
  cursor: pointer;
  padding-bottom: 15px;
}

.tabs span+span {
  margin-left: 20px;
}

.tabs span.active {
  color: #13388c;
  font-weight: bold;
}

.tabs span.active::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #13388c;
}

.tabs-list {
  margin-top: 30px;
  display: none;
}

.tabs-list.active {
  display: block;
}

.tabs-list__item {
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  line-height: 36px;
  color: #333333;
}

.tabs-list__item:hover .tabs-list__item--value {
  color: #13388c;
  text-decoration: none;
}

.tabs-list__item--value {
  flex: 1;
  margin-right: 5px;
}

.header-wrapper {
  background: #fff;
  padding: 28px 0;
}

.navbar-brand {
  padding: 0;
  margin: 0;
}

.navbar-inverse .navbar-nav>li>a {
  padding-right: 0;
  padding-left: 40px;
  color: #333;
  display: inline-block;
}

.navbar-inverse .navbar-nav>li>a:hover {
  background-color: #fff;
  color: #13388c;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
  background-color: #fff;
  color: #13388c;
  font-weight: bold;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #000000;
}

.index-top {
  justify-content: center;
  align-items: center;
  height: 365px;
  background-image: url('../images/about_bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.home-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #5169a0;
}

.home-bg .container {
  justify-content: center;
  align-items: center;
  height: 830px;
}

.home-large {
  font-size: 56px;
  letter-spacing: 5px;
  line-height: 56px;
  color: #fefefe;
  font-weight: bold;
  text-align: center;
}

.home-small {
  margin: 20px 0 50px 0;
  font-size: 30px;
  letter-spacing: 0px;
  line-height: 36px;
  color: #ffffff;
  text-align: center;
}

.home-more {
  line-height: 74px;
  text-align: center;
  width: 218px;
  height: 74px;
  border-radius: 37px;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #ffffff;
  font-size: 18px;
  letter-spacing: 0px;
  color: #ffffff;
}

a.home-more:hover {
  color: #ffffff;
}

#home-slider {
  position: relative;
}
#home-slider .carousel-indicators li{
  margin:5px;
  

}

#home-slider .carousel-indicators .active {
  /* background: #13388c;
  border-color: #13388c; */
  background: #fff;
  width:10px;
  height:10px;
}

#home-slider .prev,
#home-slider .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#home-slider .prev {
  left: 30px;
}

#home-slider .next {
  right: 30px;
}

.ywly-block {
  padding-top: 60px;
  padding-bottom: 30px;
  background: url('../images/ywly_bg.png') no-repeat;
  background-size: cover;
}

.time-block {
  padding: 60px 0 90px 0;
  background: url('../images/time_bg.png') no-repeat;
  background-size: cover;
}

.container-title {
  text-align: center;
  font-size: 24px;
  letter-spacing: 0px;
  line-height: 24px;
  color: #000000;
}

.modules {
  margin-top: 50px;
  flex-wrap: wrap;
}

.modules-item {
  position: relative;
  width: 50%;
  cursor: pointer;
  transition: 0.3s;
}

.modules-item .modules-item--img {
  height: 280px;
  width: 100%;
  transition: 0.3s;
  object-fit: cover;
}

.modules-item:hover {
  background-color: #34569f;
}

.modules-item:hover .modules-item--img {
  opacity: .3;
  filter: alpha(opacity=30);
}

.modules-item:hover .modules-content--info {
  display: block;
}

.modules-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.modules-content--title {
  font-size: 24px;
  line-height: 60px;
  color: #ffffff;
}

.modules-content--info {
  margin: 0 20px;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  text-align: center;
  display: none;
  transition: 0.3s;
}

.ywly-row {
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}

.ywly-item {
  flex: 1;
  position: relative;
  height: 585px;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 10px 50px 10px;
}

.ywly-modal {
  position: absolute;
  align-items: center;
  justify-content: center;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  color: #ffffff;
  transition: 0.3s;
}

@keyframes btt-drawer-in {
  0% {
    transform: translate(0px, 100%);
  }

  100% {
    transform: translate(0px, 0px);
  }
}

.ywly-modal img.visi {
  display: block;
}

.ywly-modal img.none {
  display: none;
}

.ywly-modal--title {
  font-size: 24px;
  line-height: 48px;
}

.ywly-modal--content {
  margin: 20px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  display: none;
}

.ywly-modal--more {
  width: 116px;
  height: 40px;
  border-radius: 20px;
  line-height: 40px;
  text-align: center;
  background-color: #13388c;
  font-size: 14px;
  color: #e1e1e1;
  display: none;
}

.ywly-modal--more:hover {
  color: #fff;
}

.ywly-item:hover .ywly-modal {
  background: #fff;
  color: #666666;
  animation: btt-drawer-in .5s 3ms;
}

.ywly-item:hover .ywly-modal img.visi {
  display: none;
}

.ywly-item:hover .ywly-modal img.none {
  display: block;
}

.ywly-item:hover .ywly-modal--more,
.ywly-item:hover .ywly-modal--content {
  display: block;
}

.news-center {
  padding: 60px 0;
}

.news-info {
  position: relative;
  height: 350px;
}

.news-info--title {
  position: relative;
  font-size: 24px;
  line-height: 63px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-info--title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 67px;
  height: 4px;
  background-color: #13388c;
}

.news-info--content {
  margin: 40px 0;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}

.news-info--more {
  width: 171px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 6px;
  background-color: #ffffff;
  border: 1px solid #000000;
  font-size: 14px;
  color: #333333;
}

#news-slider .carousel-indicators {
  bottom: 0;
  width: 50%;
  margin-left: 15px;
  text-align: left;
}

#news-slider {
  margin-bottom: 50px;
}

#news-slider .carousel-indicators li {
  background-color: #666;
}

#news-slider .carousel-indicators .active {
  background: #13388c;
  border-color: #13388c;
}

.reco-news {
  overflow: hidden;
}

.reco-news--img {
  max-width: 100%;
}

.reco-news--title {
  font-size: 20px;
  line-height: 24px;
  color: #333333;
}

.reco-news--value {
  font-size: 14px;
  line-height: 22px;
  color: #666666;
}

.reco-news--time {
  margin: 10px 0;
  font-size: 14px;
  line-height: 24px;
  color: #999999;
}

.reco-news:hover .reco-news--title {
  color: #13388c;
}

.news-center--img {
  height: 350px;
  max-width: 100%;
}

.index-top--content {
  font-size: 73px;
  letter-spacing: 3px;
  line-height: 114px;
  color: #fefefe;
  font-weight: bold;
}

.bread-top {
  border-bottom: 1px solid #dcdcdc;
}

.bread-top .container {
  height: 48px;
  align-items: center;
  color: #666666;
}

.bread-icon {
  margin-right: 20px;
}

.bread-item {
  padding-right: 10px;
  margin-left: 10px;
}

.bread-item.active {
  cursor: pointer;
}

.bread-item.active:hover {
  color: #13388c;
}

.index-news {
  background: #fff;
  padding: 50px 0 100px 0;
}

.news-top {
  align-items: center;
  justify-content: space-around;
  height: 68px;
  width: 690px;
  border-radius: 34px;
  border: 1px solid #dadada;
  margin: 0 auto 50px auto;
  background: #fff;
}

.news-top--item {
  font-size: 18px;
  cursor: pointer;
  padding-bottom: 8px;
}

.news-top--item.active,
.news-top--item:hover {
  color: #13388c;
  border-bottom: 1px solid #13388c;
  text-decoration: none;
}

.news-gsjj {
  width: 100%;
}

.news-title {
  position: relative;
  padding-bottom: 15px;
  margin-top: 20px;
  font-size: 36px;
  line-height: 36px;
  color: #333333;
}

.news-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 38px;
  height: 3px;
  background-color: #999999;
}

.news-content {
  margin-top: 15px;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
}

.news-english {
  margin-top: 30px;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
}

.index-qywh {
  padding-top: 90px;
  background-color: #f8f8f8;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}

.qywh-title {
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 24px;
  color: #333333;
}

.qywh-card {
  height: 460px;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 80px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  padding: 0 20px;
  overflow: hidden;
  text-align: center;
}

.qywh-card--title {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  margin-top: 80%;
}

.qywh-card--sup {
  line-height: 24px;
  color: #ffffff;
}

.qywh-sup {
  font-size: 12px;
  line-height: 24px;
  color: #999999;
}

.index-ryzz {
  padding: 90px 0;
  background: #fff;
}

.index-fzlc {
  padding: 90px 0;
  background-color: #f8f8f8;
  border-top: 1px solid #dcdcdc;
}

.contac-top {
  background-image: url('../images/contact_bg.png');
}

.map {
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 90px 0;
}

.map iframe {
  width: 1000px;
}

.map img {
  max-width: 100%;
}

.map-info {
  justify-content: center;
}

.contact-item {
  margin-top: 20px;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 28px;
  color: #333333;
}

.contact-item img {
  padding-right: 10px;
}

.business-top {
  background-image: url('../images/business_bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.business-top .container {
  height: 810px;
  justify-content: center;
  align-items: center;
}

.business-large {
  font-size: 42px;
  line-height: 42px;
  color: #fefefe;
}

.business-other {
  font-size: 22px;
  line-height: 42px;
  color: #fefefe;
}

.business-medium {
  font-size: 36px;
  line-height: 114px;
  color: #fefefe;
}

.business-small {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 28px;
  color: #fefefe;
}

.business-mini {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 24px;
  color: #fefefe;
}

.business-line {
  margin: 80px 0;
}

.business-line img {
  max-width: 100%;
}

.ywly-wrapper {
  padding: 90px 0;
  background-color: #f6f6f6;
  border-bottom: 1px solid #dcdcdc;
}

.ywly-name {
  margin-bottom: 15px;
  font-size: 36px;
  letter-spacing: 0px;
  line-height: 36px;
  color: #333333;
}

.ywly-list {
  padding: 0;
  margin: 80px 0 20px 0;
  list-style: none;
}

.ywly-list li {
  text-align: center;
  line-height: 64px;
  cursor: pointer;
  width: 236px;
  height: 64px;
  background-color: #ffffff;
  border-left: 1px solid #c9c9c9;
  border-right: 1px solid #c9c9c9;
  border-top: 1px solid #c9c9c9;
  box-sizing: border-box;
  transition: 0.3s;
}

.ywly-list li a {
  font-size: 20px;
  letter-spacing: 0px;
  color: #333333;
}

.ywly-list li.active,
.ywly-list li:hover {
  background-color: #13388c;
  border-color: #13388c;
}

.ywly-list li.active a,
.ywly-list li:hover a {
  color: #fff;
}

.ywly-list li:last-child {
  border-bottom: 1px solid #c9c9c9;
}

.ywly-large {
  font-size: 35px;
  line-height: 35px;
  color: #999999;
}

.ywly-content {
  margin-bottom: 10px;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 26px;
  color: #333333;
}

.ywly-tag {
  margin: 20px 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  color: #13388c;
}

.facp-wrapper {
  padding-top: 90px;
  background: #fff;
}

.facp-top {
  position: relative;
  width: 340px;
  margin: 0 auto 50px auto;
  padding-bottom: 30px;
  border-bottom: 1px solid #d0d0d0;
  font-size: 30px;
  color: #333333;
  text-align: center;
  line-height: 30px;
}

.facp-top::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -2px;
  width: 76px;
  height: 3px;
  background-color: #0d94ff;
  transform: translateX(-50%);
}

.facp-card {
  margin-bottom: 90px;
  align-items: center;
  height: 529px;
  background-color: #ffffff;
  border: 1px solid #dcdcdc;
  padding: 0 18px;
  box-sizing: border-box;
  transition: 0.3s;
  justify-content: space-around;
}

.facp-card:hover {
  filter: drop-shadow(0px 7px 3.5px rgba(16, 8, 13, 0.08));
}

.facp-card:hover .facp-card--title {
  color: #13388c;
}

.facp-card:hover .facp-card--button {
  color: #e1e1e1;
  background-color: #13388c;
  border: 1px solid #13388c;
}

.facp-card--title {
  font-size: 20px;
  line-height: 30px;
  color: #333333;
}

.facp-card--bg {
  max-width: 100%;
}

s .facp-card--msg {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}

.facp-card--button {
  width: 116px;
  height: 40px;
  border-radius: 20px;
  background-color: #ffffff;
  border: 1px solid #666666;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #666666;
  transition: 0.3s;
}

.recruit-bg {
  background-image: url('../images/join-us.png');
}

.rczp-wrapper {
  padding-top: 50px;
}

.rczp-card {
  margin-bottom: 50px;
}

.rczp-name {
  margin-bottom: 20px;
  padding-bottom: 15px;
  line-height: 24px;
  font-size: 24px;
  color: #13388c;
  border-bottom: 1px solid #d0d0d0;
}

.rczp-info {
  margin-bottom: 30px;
  line-height: 28px;
  font-size: 14px;
  color: #333333;
}

.right-news {
  align-items: center;
  justify-content: space-between;
}

.right-news--tag {
  font-size: 24px;
  line-height: 28px;
  color: #333333;
  font-weight: bold;
}

.right-news--more {
  font-size: 20px;
  line-height: 28px;
  color: #333333;
  cursor: pointer;
}

.share-icon {
  font-size: 14px;
  letter-spacing: 0px;
  color: #333333;
}

.first-news {
  margin: 20px 0 10px 0;
}

.first-news img {
  max-width: 100%;
}

.news-large {
  margin: 15px 0;
  font-size: 20px;
  line-height: 28px;
  color: #333333;
}

.news-large:hover {
  color: #13388c;
}

.news-medium {
  margin: 15px 0;
  font-size: 16px;
  line-height: 28px;
  color: #666666;
}

.news-small {
  font-size: 14px;
  line-height: 28px;
  color: #666666;
}

.news-list {
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid #d0d0d0;
}

.news-list li {
  border-bottom: 1px solid #d0d0d0;
  padding: 10px 0 25px 0;
}

.xtjc-bg {
  background-image: url('../images/xtjc_bg.png');
}

.xtjc-large {
  font-size: 30px;
  line-height: 36px;
  color: #333333;
}

.xtjc-divider {
  margin-top: 30px;
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  padding: 30px 0;
  font-size: 14px;
  color: #333333;
}

.xtjc-card {
  margin: 70px 0;
  padding-top: 30px;
  border-top: 1px dashed #929292;
}

.xtjc-card--title {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  color: #333333;
}

.xtjc-card--content {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}

.news-bg {
  background-image: url('../images/news_bg.png');
}

.news-wrapper {
  padding: 50px 0;
  background-color: #f6f6f6;
}

.xinwen-card {
  position: relative;
  justify-content: space-between;
  padding: 18px;
  margin-bottom: 30px;
  height: 474px;
  background-color: #ffffff;
  transition: 0.3s;
}

.xinwen-card:hover {
  filter: drop-shadow(0px 5px 6px rgba(4, 0, 0, 0.12));
}

.xinwen-card:hover .xinwen-card--name {
  color: #13388c;
}

.xinwen-card:hover .xinwen-card--footer {
  opacity: 1;
}

.xinwen-card--footer {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 8px;
  background: #13388c;
  opacity: 0;
  transition: 0.2s;
}

.xinwen-card--bg {
  max-width: 100%;
}

.xinwen-card--name {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 27px;
  color: #333333;
}

.xinwen-card--time {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 27px;
  color: #999999;
}

.pagination-wrapper {
  align-items: center;
  justify-content: center;
}

.pagination>li>a {
  margin-right: 10px;
}

.pagination>li:last-child>a {
  margin-right: 0;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  background-color: #333;
  border-color: #333;
}

.xinwen-card--value {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 24px;
  color: #666666;
}

.news-d-title {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 30px;
  color: #333333;
}

.news-d-time {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}

.news-d-content {
  padding: 30px 0;
  border-bottom: 1px solid #d0d0d0;
}

.news-d-content img {
  margin: 30px 0;
  max-width: 100%;
}

.news-d-content p {
  font-size: 16px;
  line-height: 26px;
  color: #666666;
}

.page-news {
  padding: 30px 0;
}

.page-news a {
  font-size: 14px;
  line-height: 40px;
  color: #333333;
}

.partner-bg {
  background-image: url('../images/partner_bg.png');
}

.partner-wrapper {
  padding: 20px 0;
  background-color: #f6f6f6;
}

.partner-card {
  margin-bottom: 20px;
  padding: 50px 0;
}

.partner-card:hover .partner-card--bg {
  filter: drop-shadow(0px 15px 3.5px rgba(16, 8, 13, 0.08));
}

.partner-card--bg {
  height: 396px;
  text-align: center;
  line-height: 396px;
  background-color: #ffffff;
  transition: 0.3s;
}

.partner-info {
  height: 396px;
  justify-content: space-around;
}

.partner-info--title {
  font-size: 36px;
  line-height: 36px;
  color: #000000;
}

.partner-info--more {
  align-items: center;
  justify-content: center;
  width: 193px;
  height: 58px;
  border-radius: 29px;
  background-color: #ffffff;
  border: 1px solid #666666;
  transition: 0.3s;
  line-height: 58px;
}

.arrow-right {
  margin-left: 10px;
  width: 32px;
  height: 32px;
  background-size: cover;
  background-image: url('../images/icon/arrow-right-default.png');
  background-repeat: no-repeat;
  transition: 0.3s;
}

.partner-info--value {
  font-size: 16px;
  line-height: 36px;
  color: #666666;
}

.partner-card--bg img {
  max-width: 100%;
}

.partner-card+.partner-card {
  border-top: 1px solid #d3d3d3;
}

.partner-card:hover .partner-info--more {
  background-color: #13388c;
  border-color: #13388c;
  color: #fff;
}

.partner-card:hover .arrow-right {
  background-image: url('../images/icon/arrow-right.png');
}

.ryzz-card {
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #333333;
  transition: 0.3s;
}

.ryzz-card img {
  margin-bottom: 10px;
  max-width: 100%;
}

.ryzz-card--button {
  width: 100%;
  text-align: center;
  padding: 20px 0;
}

.ryzz-card:hover .ryzz-card--button {
  background: #13388c;
  color: #fff;
}

#ryzz-slider {
  margin-top: 50px;
}

#ryzz-slider .carousel-inner {
  padding-bottom: 100px;
}

#ryzz-slider .carousel-indicators li {
  background-color: #cccccc;
}

#ryzz-slider .carousel-indicators .active {
  background: #13388c;
  border-color: #13388c;
}

#fzlc-slider {
  position: relative;
  margin-top: 50px;
}

.line-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.line-arrow.prev {
  left: 0;
}

.line-arrow.next {
  right: 0;
}

.time-line {
  margin: 0 48px;
  overflow: hidden;
}

.time-round {
  width: 114px;
  height: 114px;
  line-height: 114px;
  text-align: center;
  border-radius: 50%;
  background-color: #333333;
  color: #fff;
  font-size: 24px;
}

.time-line__scroll {
  position: relative;
  float: left;
  white-space: nowrap;
  transition: transform .3s;
}

.time-divide {
  position: relative;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
}

.time-divide::before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  width: 40px;
  background-color: #d0d0d0;
}

.time-divide::after {
  position: absolute;
  content: '';
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  width: 40px;
  background-color: #d0d0d0;
}

.time-arrow {
  position: relative;
  width: 1px;
  height: 60px;
  background: #000000;
}

.time-arrow.top::after {
  position: absolute;
  content: '';
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  height: 10px;
  width: 10px;
  background-color: #000000;
  border-radius: 50%;
}

.time-arrow.bottom::after {
  position: absolute;
  content: '';
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  height: 10px;
  width: 10px;
  background-color: #000000;
  border-radius: 50%;
}

.time-arrow.top {
  margin-top: 10px;
}

.time-arrow.bottom {
  margin-bottom: 10px;
}

.arrow-content {
  margin: 0 -40px;
  width: 240px;
  white-space: normal;
  text-align: center;
}

.time-divide .hidden-block {
  visibility: hidden;
}

.time-divide.active .time-round,
.time-divide:hover .time-round {
  background: #13388c;
}

.time-divide.active .time-arrow,
.time-divide:hover .time-arrow {
  background: #13388c;
}

.time-divide.active .time-arrow.bottom::after,
.time-divide.active .time-arrow.top::after,
.time-divide:hover .time-arrow.bottom::after,
.time-divide:hover .time-arrow.top::after {
  background: #13388c;
}

.footer {
  border-top: 1px solid #dcdcdc;
  background-color: #fff;
}

.footer-links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border-bottom: 1px solid #dcdcdc;
}

.footer-links__label {
  margin-right: 30px;
  height: 150px;
  line-height: 150px;
}

.links-img {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  line-height: 150px;
  align-items: center;
  justify-content: space-between;
  flex: 1;
}

.links-img img {
  width: 200px;
  height: fit-content;
}

.footer-ul {
  margin: 75px 0;
}

.footer-cop {
  padding: 20px 0;
  background-color: #242424;
  font-size: 14px;
  color: #d0d0d0;
}

.footer-ul--title {
  margin-bottom: 15px;
  font-size: 16px;
  letter-spacing: 0px;
  color: #333333;
}

.footer-ul--title a {
  padding-bottom: 10px;
  position: relative;
}

.footer-ul--title a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 38px;
  height: 3px;
  background-color: #999999;
}

.footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-list li {
  padding-top: 15px;
}

.footer-list li a {
  font-size: 12px;
  letter-spacing: 0px;
  line-height: 28px;
  color: #666666;
}

.footer-list li:hover a {
  color: #13388c;
}

.footer-ul .col-about {
  border-right: 1px solid #dcdcdc;
}