/*
 * @Description: 二级菜单公共样式
 * @Version: 2.0
 * @Date: 2020-05-20 16:18:46
 * @LastEditors: *
 * @LastEditTime: 2020-06-22 14:05:48
 */

/* 背景图 */
.new-center {
  position: relative;
  width: 100%;
  min-width: 1200px;
  height: 400px;
  margin-top: 80px;
  max-width: 2560px;
  left: 50%;
  transform: translateX(-50%);
}

.new-center img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.new-center-title {
  position: absolute;
  top: 30%;
  left: 150px;
}
.new-center-name {
  font-weight: bold;
  font-size: 48px;
  color: #136ebc;
  line-height: 70px;
}
.new-center-main {
  font-weight: bold;
  font-size: 36px;
  color: #136ebc;
  line-height: 70px;
}
.new-center-sub {
  font-size: 20px;
  color: #4ea0db;
}

.center-title {
  font-size: 60px;
  position: absolute;
  margin-top: 220px;
  left: 17%;
  color: #ffffff;
  font-family: YouSheTitleName;
}

.center-title-border {
  position: absolute;
  border-bottom: 5px solid #ffffff;
  margin-top: 310px;
  left: 17%;
  width: 150px;
}

.center-second-menu {
  /* margin-top: 79px; */
  background: #f5f6f8;
  height: 70px;
  max-width: 2560px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.about-menu {
  background: #f5f6f8;
  margin-top: -1px;
  min-width: 1200px;
  max-width: 2560px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.about-menu .center-second-menu {
  width: 1400px;
  margin: 0 auto;
  margin-top: 1px;
  left: 0;
  transform: translateX(0);
}

.about-menu .nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0);
}

.center-second-menu ul li {
  color: #000000;
  height: 70px;
  /* width: 150px; */
  padding: 22px 39px;
  font-size: 18px;
  float: left;
  /* border-right: 1px solid #E8E8E8; */
  background: #f5f6f8;
  transition: background 0.4s linear;
  -moz-transition: background 0.4s linear;
  -webkit-transition: background 0.4s linear;
  -o-transition: background 0.4s linear;
}

.center-second-menu.new ul li {
  /* color: #000000; */
  padding: 0;
  height: 70px;
  width: 150px;
  /* padding: 22px 39px; */
  font-size: 18px;
  float: left;
  /* border-right: 1px solid #E8E8E8; */
  background: #f5f6f8;
  transition: background 0.4s linear;
  -moz-transition: background 0.4s linear;
  -webkit-transition: background 0.4s linear;
  -o-transition: background 0.4s linear;
}

.center-second-menu ul li:hover {
  cursor: pointer;
  border-right: none;
}

.content .nav {
  width: 1400px;
  margin: 0 auto;
}

.content .nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0);
}

/* .center-second-menu ul li a {
  padding: 0;
  text-decoration: none;
  color: #000000;
} */

.menu-current-list {
  background: #0054a7 !important;
  color: #ffffff !important;
}
.center-second-menu ul li .center-news-menus li {
  background: rgba(255, 255, 255, 0) !important;
  color: #223343 !important;
  font-size: 24px !important;
  text-align: left !important;
  padding: 22px 0 !important;
}

/* .menu-current-list a {
  color: #ffffff !important;
} */

.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus {
  background: rgba(255, 255, 255, 0);
}

/* 整体布局响应式小于1400px */
@media screen and (max-width: 1400px) {
  .content .nav {
    width: 1200px;
  }

  .about-menu .center-second-menu {
    width: 1200px;
  }

  .new-center-title {
    position: absolute;
    top: 30%;
    left: 100px;
  }
  .new-center-name {
    font-weight: bold;
    font-size: 40px;
    color: #136ebc;
    line-height: 60px;
  }
  .new-center-main {
    font-weight: bold;
    font-size: 28px;
    color: #136ebc;
    line-height: 60px;
  }
  .new-center-sub {
    font-size: 18px;
    color: #4ea0db;
  }
}
