html,
body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    height: 100%;
    width: 100%;
    min-width: 1180px;
    min-height: 800px;
}

.body-container {
    height: 100%;
    width: 100%;
}

/* logo-部分 */
/* logo-部分 */
.logo-container {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content:space-between;
  width: 80%;
  margin: 0 auto;
  padding: 16px 0 10px;
  min-width:1200px;
}

.search-input {
    background-color: #fff;
    border: 1px solid #7EAED6;
    border-radius: 4px;
    flex: 1;
    padding: 10px;
    font-size: 16px;
    outline: none;

    height: 16px;
    line-height: 16px;
    width: 120px;
    margin-top: 10px;
}
.search{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  
}
.search-input::placeholder {
    color: #888;
}
.search-button {
    padding: 10px 20px;
    border: none;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.logo-container .logo-box>img {
    height: 60px;
    object-fit: fill;
}

.logo-container .logo-title-box>img {
    height: 51px;
    object-fit: fill;
}

.header-nav {
  background-color: rgb(0, 108, 183);
  width: 100%;
  min-width: 1180px;
}

.tab-container {
  width: 80%;
  min-width: 1152px;
  margin: 0 auto;
}

.tabs {
  box-sizing: border-box;
  background-color: #006cb7;
  color: #FEFEFE;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tab {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  font-weight: 540;
  letter-spacing: 0.02rem;
  transition: background-color 0.3s ease, color 0.3s ease;
  position: relative;
  box-sizing: border-box;
  width:200px;
}

.tab a {
  box-sizing: border-box;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 24px;
  font-size: 16px;
  color: #fff;
  height: 100%;
  width: 100%;
  font-weight:bold;
}

.tab a:hover {
  background-color: #007bff;
  color: #fff;
}

.tab.active a {
  background-color: #007bff;
  color: #fff;
  border-bottom: 2px solid #007bff;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #317BBC;
  opacity: 0.9;
  z-index: 1000;
}

.dropdown-menu li {
    padding: 8px;
    border-bottom: 1px solid #7AABD6;
    line-height: 0.28rem;
    font-size: 1.6rem;
}

.dropdown-menu li a {
    text-decoration: none;
    color: #FEFEFE;
    /* display: block; */
    /* font-size: 16px; */
    padding: 8px 0px;
    line-height: 16px;
    transition: all 0.6s ease 0s;
    font-size: 16px;
    /* color: rgb(51, 51, 51); */
    text-align: center;
    white-space: nowrap;
    min-width: 1.6rem;
    font-weight: bold;
    color: white;
 

}

.dropdown-menu li:hover {
  background-color: #007bff;
  font-weight: 540;
  color: #fff;
}

.tab.dropdown:hover .dropdown-menu {
  display: block;
}

.tabs-container .top-banner-box {
    background-image: url("../images/erjiBanner.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-height: 420px;
}

/* 显示数据 */
.tab-content{
   background-color: #f6f6f6;

}
.tab-content .info-content {
    width: 60%;
    min-width: 900px;
    margin: auto;
    margin-bottom: 24px;
    min-height: 700px;
    display: flex;
    max-width: 1200px;
}

.tab-content .info-content .left-box {
    min-width: 240px;
    min-height: 700px;
    position: relative;
}

.tab-content .info-content .left-box .menu-container {
    position: absolute;
    top: -120px;
    left: 0;
    width: 100%;
    min-height: 700px;
    z-index: 9999;
    overflow: hidden;
}

.tab-content .info-content .left-box .menu-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #0861B1, #247AC7, #4092DB);
    transform: skewY(-9deg);
    transform-origin: top right;
    z-index: -9999;
}

.tab-content .info-content .left-box .menu-container .left-tit {
    height: 110px;
    text-align: right;
    font-family: "黑体", sans-serif;
    display: flex;
    font-weight: bold;
    font-size: 32px;
    color: #fff;
    letter-spacing: 0.1rem;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 30px;
}

.tab-content .info-content .left-box .menu-container .menu-box {
    color: #FFFEFF;
    list-style: none;
    padding: 0;
    width: 100%;
    margin: 0 auto;
}

.tab-content .info-content .left-box .menu-container .menu-box .item-menu {
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 16px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease, color 0.3s ease;
    position: relative;
}

.tab-content .info-content .left-box .menu-container .menu-box .item-menu>a {
    text-decoration: none;
    display: inline-block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFD;
}

.tab-content .info-content .left-box .menu-container .menu-box .item-menu>a:hover {
    color: #0861B1;
}

.tab-content .info-content .left-box .menu-container .menu-box .item-menu:hover {
    background-image: url("../images/menu-act.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #0861B1;
    font-weight: bold;
    letter-spacing: 0.05rem;
}

.tab-content .info-content .left-box .menu-container .menu-box .item-menu .active {
    background-color: #007bff;
    color: #fff;
    border-bottom: 2px solid #007bff;
}

.tab-content .info-content .right-box {
    margin-left: 20px;
    flex: 1;
}

.tab-content .info-content .right-box .right-tit {
    font-family: "黑体", sans-serif;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.1rem;
    color: #333333;
}

.tab-content .info-content .right-box .right-img-box {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.tab-content .info-content .right-box .menu-content {
    background-color: #fff;
    min-height: 640px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    padding: 25px;
}

.tab-content .info-content .right-box .menu-content .menu-info-box {
    padding: 20px 24px 20px 36px;
}

.tab-content .info-content .right-box .menu-content .menu-info-box .info-tit {
    font-family: "黑体", sans-serif;
    text-align: center;
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    letter-spacing: 0.1rem;
    margin: 6px 0 20px;
}

.tab-content .info-content .right-box .menu-content .menu-info-box .info-desc {
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 15px;
    color: #333333;
    letter-spacing: 0.03rem;
    font-weight: 400;
    line-height: 24px;
    text-indent: 2rem;
}

.tab-content .info-content .right-box .menu-content .menu-info-box .info-desc>p {
    margin: 0 8px;
}


.tab-content .info-content .right-box .menu-content .menu-info-box .item-list-box {
    text-decoration: none;
    display: inline-block;
    position: relative;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6px;
    font-size: 16px;
    color: black;
    font-weight: 540;
    letter-spacing: 0.03rem;
}

.tab-content .info-content .right-box .menu-content .menu-info-box .item-list-box .left-list-box {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 80%;
}

.tab-content .info-content .right-box .menu-content .menu-info-box .item-list-box .right-list-box {
    width: 160px;
    text-align: right;
}

.tab-content .info-content .right-box .menu-content .menu-info-box .item-list-box::before {
    content: '';
    position: absolute;
    left: -12px;
    top: 14px;
    bottom: 13px;
    width: 4px;
    background-color: #005BAC;
}

.tab-content .info-content .right-box .menu-content .menu-info-box .item-list-box:hover {
    background-color: #005BAC;
    padding: 0 6px;
    color: #FFFEFF;
    cursor: pointer;
}

/* 底部 */
.footer-container {
    position: relative;
    min-width: 1180px;
    width: 100%;
    background-color: rgb(0, 108, 183);
    box-sizing: border-box;
}

.footer-container .footer-box {
    width: 80%;
    margin: auto;
    padding: 32px 0 24px;
    box-sizing: border-box;
}

.footer-container .footer-box .footer-info-box {
    display: flex;
    align-items: start;
    justify-content: space-between;
    box-sizing: border-box;
}

.footer-container .footer-box .footer-info-box .footer-info-left>img {
    margin-bottom: 24px;
}

.footer-container .footer-box .footer-info-box .footer-info-left .footer-item {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    display: flex;
    align-items: center;
    margin-top: 8px;
}

.footer-container .footer-box .footer-info-box .footer-info-left .footer-item .footer-item-val {
    margin-left: 36px;
}

.footer-container .footer-box .footer-info-box .footer-info-right {
    width: 48%;
    display: flex;
    align-items: start;
    box-sizing: border-box;
}

.footer-container .footer-box .footer-info-box .footer-info-right .footer-link-left {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.footer-container .footer-box .footer-info-box .footer-info-right .footer-link-left .footer-link-tit {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.1rem;
    margin-bottom: 12px;
}

.footer-container .footer-box .footer-info-box .footer-info-right .footer-link-left .footer-link-item {
    width: 100%;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 10px;
}

.footer-container .footer-box .footer-info-box .footer-info-right .footer-link-right {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding-top: 40px;
}

.footer-container .footer-box .footer-info-box .footer-info-right .footer-link-item {
    display: inline-block;
    width: 100%;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 10px;
}

.footer-container .footer-box .footer-tip-box {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 16px;
    border-top: 2px solid #66A1D0;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}