﻿.nav-bg {
  background-color: #114378;
  padding: 15px 100px;
}
@media (max-width: 1200px) {
  .nav-bg {
    padding: 15px 10px;
  }
}
.nav-link {
  color: #fff !important;
}
.mr {
  width: 100%;
  display: flex ;
  /* flex-direction: row-reverse; */
   justify-content: flex-end;
  -webkit-justify-content: flex-end; 
}
@media (max-width: 991px) {
  .mr {
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: flex-start;
  }
}
.yuanjiao {
  border-radius: 25px;
  border: 0 !important;
  height: 2rem;
  line-height: 1rem;
  background-image: url(/img/fangdajing.png);
  background-repeat: no-repeat;
  background-position: 200px center;
  background-size: 1rem 1rem;
}
.navbar-toggler {
  background-color: #fff;
}
.navbar-toggler-icon {
  background-color: #fff;
}

/* 固定按钮 */
.right-nav{
  position: fixed;
  right: 20px;
  top: 50%;
  z-index: 99;
}
.right-nav div{
  background-color: #c8142f;
  border-radius: 50%;
  padding: 15px;
  margin-top: 10px;
}
.right-nav div a img{
  height: 25px;
  width: 25px;
}

/* 头部导航 */
.navbar-nav li{
  margin: 0 20px ;
  border-bottom: 3px solid rgba(0, 0, 0, 0);
}
@media(max-width:1400px){
  .navbar-nav li{
    margin: 0;
  }
}
.navbar-nav li:hover{
  border-bottom:#c8142f 3px solid ;
}
.navbar-nav .active{
  border-bottom:#c8142f 3px solid ;
}
/* 面包屑导航 */
.mianbaoxie{
  padding: 15px 0;
  font-size: 14px;
  color: #999;
  background-color: #FAFAFA;
  border-bottom: #f2f2f2 solid 1px;
}
.mianbaoxie div{
  display: flex;
  align-items: center;
}
.mianbaoxie div span a{
  color: #999;
}
.mianbaoxie div span a:hover{
  color: black;
  text-decoration: none;
}
/* 选项卡 */
.accordion{
  display: none;
}

.nav-tabs-box{
  background-color: #FAFAFA;
}
.nav-box{
  overflow-x: scroll;
  overflow-y: hidden;
  margin-bottom: -18px;
}
.nav-tabs{
  width: 800px;
  width: auto;
  height: auto;
  border: 0;
  font-size: 16px;
  color: #363636; 
}
.nav-tabs li{
  border-bottom: 2px solid rgba(0, 0,0, 0);
}

.nav-tabs li a{
  color: #363636;
  display:block;
  padding: 20px;
}
.nav-tabs li .active{
  border-bottom: #114378 2px solid;
}
.nav-tabs li a:hover{
  text-decoration: none;
  border-bottom: #114378 2px solid;
}
.tab-content{
  background-color: #fff;
}
/* 底部样式 */
.footer-box {
  background-color: #363636;
  color: #fff;
  font-size: 14px;
  padding: 30px 0;
}
.footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.footer-nav {
  margin-bottom: 10px;
}
.footer-nav a {
  color: #fff;
  margin: 0;
  padding: 0;
}
.footer-msg {
  display: flex;
  flex-direction: row;
  font-size: 12px;
  color: #9a9a9a;
}
.footer-msg > p {
  margin-right: 30px;
}
.footer-lianxi{
  display: flex;
  flex-direction: row;
  align-items: center;
}
.lianxi-img{
  max-height: 4rem;
  max-width: 4rem;
}
.lianxi{
  margin-left: 15px;
}
.lianxi>p{
  margin-top: 10px;
  font-size: 18px;
  font-weight: 700;
}
/* 分页 */
#fenye{
  padding: 20px 0;
  margin:20px 0;
  display: flex;
  justify-content: center;
}
#fenye nav ul li{
  margin: 0  10px;
}
.fenye-active{
  background-color: #114378;
  border: 0;
  color: #fff;
}
.fenye-active:hover{
  transform: scale(1.2,1.2);
  -moz-transform: scale(1.2,1.2);
  -webkit-transform: scale(1.2,1.2);
  background-color: #114378;
  color: #fff;
}
/* 响应式*/
@media(max-width:800px){
  .footer{
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footer-nav a{
    text-align: center;
    margin-top: 20px !important;
  }
  .footer-msg{
    margin-top: 15px;
    justify-content: center;
  }
  .footer-lianxi{
    justify-content: center;
  }
  .footer-msg > p {
    margin-right: 0 !important;
  }
}
@media(max-width:1000px){
  .nav-box{
    display: none;
  }
  .accordion{
    display: block;
    padding: 0;
  }
  .nav-tabs{
    display: flex;
    flex-direction: column;
  }
  .nav-tabs li {
    border-left:  2px #114378 rgba(0, 0, 0, 0);
    margin: 10px 0;
  }
  .nav-tabs li a{
    padding: 5px;
  }
  .nav-tabs .tab-action{
    border-left: #114378 2px solid;
  }
}
