﻿@import url(4267712a612d447f962c69102d1a057c.css);


/*************************
*******Typography******
**************************/

.flex-row-ltor{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
}

.clearboth{
  clear:both;
}
.el-carousel__arrow {
    height: 50px;
    width: 50px;
    font-size: 50px;
}

.ryzp-flex-column{
  list-style:none;
  display:flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
  padding:20px;
}
.ryzp-flex-column >li{
  font-size: 18px;
  padding: 15px 0 0px 0;
  border: 2px solid #d6d6d6;
  margin-bottom:20px;
}

.ryzp-flex-column >li:hover {
  background-color: #51489d;
  opacity:0.7;
  color:white;
}



  .ryzp-flex-column >li:hover a{
      color:white;
    }
  
  
  
 .ryzp-flex-column >li > a > div{
      margin-bottom:10px;
     }
  
    .ryzp-flex-column >li > a > div >span{
  		font-weight:700;
     }
  .ryzp-title{
    padding-left:20px;
    padding-right:20px;
   }
  
    .ryzp-title > li{
      padding-left:15px;
      list-style:none;
      width: 25%;
      font-size: 24px;
      font-weight:700;
      color: #51489d;
      float: left;
      line-height: 80px;
      text-align: left;
      border-bottom: 2px solid #51489d;
    }
  
    .ryzp-desc{
      margin-top: 5px;
      line-height: 30px;
      border-top: 1px solid;
      padding-top: 10px;
      font-size: 14px;
      text-overflow: ellipsis;
      /* width: auto; */
      overflow: hidden;
        display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1;
    }

a:hover{
  font-weight:700;
  color:blue；
}
.c-btn {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  min-height: 4rem;
  margin-top: 2rem;
  padding: 1.6rem;
  background: #51489d;
  color: #fff!important;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1000rem;
  transition: all .2s linear;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  opacity: 1;
}

.c-titleLvTwo {
    position: relative;
    margin: 0 0 3.5rem;
    padding: 0 0 1.8rem;
    border-bottom: 3px solid #e4e4e4;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.3;
}

.c-titleLvTwo::before {
    display: block;
    position: absolute;
    bottom: -.3rem;
    width: 25rem;
    max-width: 25%;
    height: 3px;
    background: #51489d;
    content: " ";
}

.c-titleLvThree {
  margin: 0 0 2.5rem;
  padding: 0 0 1rem;
  overflow: hidden;
  border-bottom: 1px solid #51489d;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
}

.c-titleLvTwo a:not(.c-feedIcon) {
  display: block;
  position: relative;
  padding-left: 2rem;
  overflow: hidden;
  color: currentColor;
}

.c-titleLvTwo a:not(.c-feedIcon)::before {
  display: block;
  position: absolute;
  top: .45em;
  width: 1.3rem;
  height: 1.3rem;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-width: 0 .3rem .3rem 0;
  border-style: solid;
  border-color: #51489d;
  box-sizing: border-box;
  left: 0;
  content: "";
}




.c-titleLvTwo_icon {
    display: inline-block;
    min-width: 8.6rem;
    margin-right: 1.5rem;
    padding: .3rem 1rem .5rem;
    background: #51489d;
    color: #fff;
    font-size: 1.6rem;
    vertical-align: .4rem;
}


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;
}

.backtop{width: 70px;position: fixed;bottom: 90px;display: none;z-index: 999; right: 30px;}
.backtop a img{width: 70px;height: 70px;margin: 0 auto;display:block;}

.backtop a::before{
    display: block;
    width: 15px;
    height: 15px;
    margin: 0 auto;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    border-width: 0 3px 3px 0;
    border-style: solid;
    border-color: white;
    content: "";
  }
  
.backtop a{
    display: block;
    position: relative;
    height: 100%;
    padding: 10px 0 0;
    background: #0c317ecf;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    line-height:40px;
  }


.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: 5px 0;
  position: fixed;
  align-items: center;
  background-color: white;
  z-index: 999;
  left: 0px;
  right: 0px;
  top:0px;
}

.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;
  margin-top:68px;
}

.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: calc(100vh - 60px);
}

.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;
  padding-top: 60px;
}

#home-slider .carousel-indicators .active {
  background: #13388c;
  border-color: #13388c;
}

#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: 35px;
  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;
}

.logo-block {
  padding-top: 60px;
  padding-bottom: 30px;
  background-size: cover;
  border-bottom:1px solid #dcdcdc;
}

.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: none;
  width:31%;
  position: relative;
  height: 340px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: 0 10px 50px 10px;
}

.ywly-modal {
  position: absolute;
  align-items: center;
  justify-content: center;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60%;
  color: #ffffff;
  transition: 0.3s;
}

@keyframes btt-drawer-in {
  0% {
   <!-- transform: translate(0px, 100%);-->
    opacity:0;
    height:0px;
  }

  100% {
    <!-- transform: translate(0px, 0px); -->
    opacity:1;
    height:60%;
  }
}

.ywly-modal img.visi {
  display: block;
}

.ywly-modal img.none {
  display: none;
}

.ywly-modal--title {
  font-size: 24px;
  line-height: 48px;
  font-weight:700;
  font-style: italic;
}

.ywly-modal--content {
  margin: 10px;
  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 .3s linear 0ms;
}

.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 {

   overflow:hidden;
  letter-spacing: 1px;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
}

.news-center {
  padding: 35px 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;
  display:block;
}

.reco-news--value {
  font-size: 14px;
  line-height: 22px;
  height:48px;
  color: #666666;
  overflow:hidden;
  letter-spacing: 1px;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}

.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 {
  max-width: 100%;
  object-fit:cover;
}

.index-top--content {
  font-size: 73px;
  letter-spacing: 3px;
  line-height: 114px;
  color: #fefefe;
  font-weight: bold;
  text-align:center;
}

.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: 0px;
}

.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;
}

.rec-news-medum{
    margin: 15px 0;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    /* height: 28px; */
    overflow: hidden;
    text-overflow: ellipsis;
    /* height: 28px; */
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    letter-spacing: 1px;
}

.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: 574px;
  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 {
  height: 350px;
  object-fit: cover;
  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;
}

.reco-news--img {

      
}

.xinwen-card--value {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 24px;
  color: #666666;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 100px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4
}

.news-d-title {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 36px;
  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%;
  height:auto;
}

.news-d-content p {
  font-size: 16px;
  line-height: 26px;
  color: #666666;
}


.detail-d-content {
  padding: 30px 0;
}

.detail-d-content img {
  margin: 30px 0;
  max-width: 100%;
}

.detail-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/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/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;
  padding: 30px 0px;
}

.footer-links__label {
  margin-right: 0px;
  height: 100px;
  line-height: 100px;
  text-align:center;
}

.links-img {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  line-height: 100px;
  align-items: center;
  justify-content: left;
  flex: 1;
  gap:6px;
  margin-top:50px;
  margin-bottom:50px;
}


.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;
}

.navli{
  position: relative;
  justify-content:center;
}


.dropdown-menu>li>a {
    display: block;
    margin-left:23px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333;
    white-space: nowrap;
}


/* .navbar-nav {
  float: none;
  text-align:center;
}
ul .nav.navbar-nav  li {
    float:none;
    display: inline-block;
    margin: 0em;
} */

.navli:after{
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: 4px solid #fff;
  bottom: 0px;
  content: " ";
  display: block;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all 280ms ease-in-out;
  transition: all 280ms ease-in-out;
  width: 0px;
}

.navli:hover:after{
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-color: #021bf8;
  background-color: #021bf8;
  -webkit-transition: width 350ms ease-in-out;
  transition: width 350ms ease-in-out;
  width: 100%;
}

/*二级菜单*/
.secondnav{
    display:none;
    /*height:calc( 50vh - 66px );*/
    padding-top:0px;
    padding-bottom:0px;
    margin: 0px;
    position: fixed;
    left: 0;
    top: 66px;
    width: 100%;
    background-color: #0c317eed;
    z-index: 10;
    overflow: hidden;
    box-shadow: 0px 4px 10px rgb(0 0 0 / 20%);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.secondpan{
    /*width: 1440px;*/
    padding: 20px 0;
    margin: 0 auto;
    overflow: hidden;
}

.secondpan > dl > dd {
    height: 40px;
    line-height: 40px;
    margin-inline-start: 40px;
}

.secondpan > dl > dd >a{
    color:white;
    font-size:16px;
}

.ddt >a{
    color:white;
    font-size:16px;
    display:block;
    transform: translateX(-20px);
    -o-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
    transition: all 0.8s 0.4s;
    -o-transition: all 0.8s 0.4s;
    -moz-transition: all 0.8s 0.4s;
    -webkit-transition: all 0.8s 0.4s;
}

.navflex-column {
    display: flex;
    flex-direction: column;
    align-items:center;
}

.secondpan > dl {
    /*width: 200px;*/
    padding-left: 0;
    height: auto;
    overflow: hidden;
    float: left;
}

.navimg {
   /* width: 1200px;*/
    text-align: left;
    border-left: 3px solid white;
    float: left;
    padding: 10px 0 ;
}


.navimg > p {
    display: inline-block;
    zoom: 1;
    margin: auto 0;
    vertical-align: middle;
    text-align: left;
    font-size: 0;
}


.navimg > p span {
    line-height: 26px;
    font-size: 14px;
    text-align: center;
    color:white;
}


.headinglink {
    display: block;
    position: relative;
    padding: 1px 0px 0px 0px;
    color:white;
    background-color:#1f449ff0;
    font-style: italic;
    height: 40px;
    line-height: 40px;
    width:100%;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
}


.headinglink:hover{
    color:white;
}

.headinglink::before {
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: 15px;
    left: 8px;
    width: 13px;
    height: 13px;
    transform: rotate(-45deg);
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: currentColor;
    content: "";
}

.itemlink {
    display: block;
    position: relative;
    padding: 1px 0px 0px 0px;
    
    position: relative;
    height: 40px;
    line-height: 40px;
    width:100%;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
}

/*
.itemlink::before {
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: 15px;
    left: 8px;
    width: 10px;
    height: 10px;
    margin: auto 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #51489d;
    content: "";
}*/

.itemlink:hover {
    background-color: #1f449ff0;
    color: white;
    border-color:white;
}

.itemlink:hover  .::before{
    background-color: #2c4fa5d6;
    color: white;
    border-color:white;
}

.itemlink.-active {
    background-color: #e8e6f4;
    color: #51489d;
}

.gdetail-list li {
    border-bottom: 2px solid #1f449f99;
    padding: 0px 0 0 0;
}

.gdetail-list {
    padding: 0;
    margin: 0;
    list-style: none;
    border-top: 0px solid #d0d0d0;
    border-left: 1px solid #2a4da3;
    border-right: 1px solid #2a4da3;
}
