﻿

  /* 内容 */
  .content {
    width: 100%;
    background-color: #fff;
    color: #505050;
    box-sizing: border-box;
    padding: 0 40px 76px;
  }

  .content-nav {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    font-size: 18px;
    border-bottom: 1px solid #DDDDDD;
  }

  .content-nav-item {
    display: flex;
    align-items: center;
    /*width: 105px;*/
    margin-right: 10px

  }

  .content-tohome {
    margin-right: 12px;
  }

  .content-tohome img {
    width: 18px;
    height: 16px;
  }

  .triangle-right {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 5px solid #505050;
    border-bottom: 5px solid transparent;
    margin-right: 12px;

  }

  .content-info {
    margin-top: 60px;
  }
  .content-info-title{
    font-size: 28px;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    color: #505050;
    text-align: center;

  }
    .content-info-sub-title{
       font-size: 14px;
      font-family: Microsoft YaHei UI;
      font-weight: 400;
      color: #505050;
      text-align: center;
      margin: 30px 0 40px
    }

  
  /* banner */
  .banner-content {
    position: relative;
    width: 100%;
    height: 400px;
    text-align: center;
  }

  .banner-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    z-index: 1;
  }

  .tabbar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
    background-color: rgba(37, 75, 140, 0.95);
    color: #F0F0F0;
    font-size: 18px;
  }

  .tabbar-item {
    width: 240px;
    height: 60px;

    text-align: center;
  }

  .tabbar-item span {
    width: 240px;
    height: 30px;
    line-height: 30px;
    margin-top: 15px;
    display: block;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }

  .tabbar-item:last-child span {
    border-right: none;
  }

  .tabbar-item-active {
    color: #002F88;
    background-color: #fff;
  }

  .tabbar-item:hover {
    color: #002F88;
    background-color: #fff;
  }

  .banner-content img {
    width: 100%;
    height: 400px;
    object-fit: cover;
  }

  .banner-content .banner-title {
    font-size: 48px;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 180px;

  }

  .banner-content .banner-summary {
    font-size: 28px;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 6px;

  }





  /* 顶部导航 */
  .nav-content {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #fff;
    border-bottom: 1px solid #f0f0f0

  }

  .nav-content a{
    color: #404040;
    font-weight: 400;
    font-size: 18px
  }

  .navbar {
    display: flex;
    justify-content: space-between;
    width: 1440px;
    height: 79px;
    margin: 0 auto;
  }

  .nav-left {
    display: flex;
    align-items: center;
  }

  .nav-left img {
    height: 65px;
  }

  .nav-right {}

  .nav-right ul {
    display: flex;

  }

  .nav-right li {

    width: 120px;
    height: 80px;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .nav-li{
    margin-left: 15px;
    height: 80px;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .nav-li a{
    position: relative;
  }
  .nav-li a:hover .gzh-ewm{
    display: block;
  }
  .gzh-ewm{
    position: absolute;
    left: -45px;
    bottom: -150px;
    width: 120px;
    height: 120px;
    max-width:120px;
    display: none;
  }

  .nav-right li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  .nav-right li span {
    font-size: 18px;
    font-weight: 400;
  }


  .nav-right li.active span {
    color: #0058EE;
  }
  .nav-right li.active_linear_gradient {
      /* 不支持线性的时候显示 */
      background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
  }
  .nav-right li.active_linear_gradient{
    color:#fff;
  }

  .nav-right li:hover {
    background-color: #254B8C;
  }

  .nav-right li:hover span {
    color: #fff;
  }

  .nav-right li:hover dl {
    display: block;

  }


  .nav-right li dl {
    position: absolute;
    background-color: #fff;
    width: 220px;
    top: 80px;
    left: 0;
    display: none;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.9);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
  }

  .nav-right li dl dd {
    height: 50px;
    text-align: center;
  }

  .navbar .nav-right li dl dd span {
    font-size: 14px;
    padding: 0 31px;
    color: #404040;
  }
 .nav-right li dl dd :hover{
      background-color: #254B8C;

 }
  .nav-right li dl dd :hover span {
    color: #fff;
  }


  .nav-right .icon {
    width: 30px;
    height: 30px;
  }
