/* common */
:root {
    --main-color: #B60303;
    --main-font-color: #555555;
    --sub-font-color: #333333;
    --hover-color: #D8393D;
    --title-bg-color: #F7F7F7;
    --font-light-weight: 200;
    --font-regular-weight: 400;
    --font-bold-weight: 600;
}
img {
  width: 100%;
  height: 100%;
}

.container {
  width: 100%;
}
.container-minW {
  min-width: 1200px;
}

/* topBanner */
.topBanner {
  width: 100%;
  position: relative;
}
.topBanner img{
  width: 100%;
  height: auto;
}
.topBanner .navArrow {
  position: absolute;
  font-size: 0.12rem;
  color: #FFF1A0;
  right: 1.2rem;
  bottom: 0.06rem;
  font-family: 'FZHei-B01S';
}


.header {
    width: 100%;
    position: relative;
}
.hdSwp-item {
  width: 100%;
  height: 430px;
}
.hdSwp-item img {
  object-fit: cover;
}
.nav {
  width: 100%;
  height: 40px;
  background-color: var(--main-color);
}
.nav-wrap {
  width: 1200px;
  height: 40px;
  margin: 0 auto;
  background: linear-gradient(to top, #DEDEDE, #EDEDED, #FDFDFD, #FFFFFF);
  display: flex;
  padding: 0 40px;
  justify-content: space-between;
  align-items: center;
}
.nav-item {
  color: var(--sub-font-color);
  font-size: 16px;
  font-weight: var(--font-regular-weight);
  cursor: pointer;
}
.nav-item:hover {
  color: var(--hover-color);
}
.curNav {
  color: var(--hover-color);
}
.search {
  width: 340px;
  height: 32px;
  border: 1px solid #CCCCCC;
  background: #fff;
  position: absolute;
  right: 30px;
  top: 356px;
  z-index: 9;
}
.search-box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.searchInput {
  width: 240px;
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
}
.searchIcon {
  width: 30px;
  height: 30px;
}
.searchBtn {
  width: 71px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
  border-left: 1px solid #CCCCCC;
  font-size: 12px;
  color: #848A9D;
}

/* footer */
.footer {
  width: 100%;
  height: 214px;
  background: #fff;
  padding-top: 30px;
}
.footer-row {
  font-size: 14px;
  color: #666666;
  text-align: center;
  /*display: flex;*/
  /*justify-content: center;*/
  margin-top: 20px;
}
.footer-row a {
  font-size: 14px;
  color: #666666;
  margin-left: 8px;
  display: inline-block;
}
/* components */
.slideTitle {
  width: 36px;
  height: 140px;
  background: url('../img/slide_title_bg.png') no-repeat;
  background-size: 100% 100%;
  font-size: 16px;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  padding: 0 10px;
  line-height: 20px;
}



.row {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.menu-topBorder {
  width: 100%;
  height: 4px;
  background: var(--main-color);
}
.menu-topBar {
  width: 100%;
  height: 40px;
  border-top: 1px solid var(--title-bg-color);
  background: var(--title-bg-color);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu-title {
  /*width: 125px;*/
  height: 39px;
  text-align: center;
  background: var(--main-color);
  font-size: 16px;
  color: #fff;
  line-height: 39px;
  padding: 0 20px;
}
.moreBtn {
  font-size: 14px;
  color: #888888;
  margin-right: 20px;
  cursor: pointer;
}
.menu-content {
  border: 1px solid #dddddd;
  overflow: hidden;
}
.menu-list {
  padding-top: 10px;
  /* display: flex;
  flex-direction: column;
  justify-content: space-between; */
}
.menu-item {
  width: 100%;
  height: 36px;
  display: flex;
  padding: 0 20px;
  align-items: center;
  font-size: 14px;
  color: var(--main-font-color);
}
.menu-item-text {
  /* flex: 1; */
  overflow:hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow:ellipsis;
  margin-left: 4px;
}
.menu-item:hover {
  color: var(--hover-color) !important;
}
.moreBtn:hover {
  color: var(--hover-color);
}
.menu_01 .menu-item-icon {
  width: 20px;
  height: 20px;
}
.menu_01 .menu-item-text {
  margin-left: 26px;
}
.menu_01 .menu-item {
  height: 31px;
  margin-bottom: 15px;
  background: var(--title-bg-color);
}
.menu_01 .menu-item:hover {
  background: url('../img/hover_bg.png');
}
.subMenu {
  width: 100%;
  height: 228px;
  padding: 0 20px;
  overflow: hidden;
}
.subMenu-tabBar {
  margin-top: 6px;
  margin-bottom: 10px;
  display: flex;
}
.subMenu-tabBar-item {
  width: 76px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  border-radius: 5px;
  color: #666666;
  font-size: 14px;
  cursor: pointer;
}
.curSubMenu {
  background: #CC0000;
  color: #fff;
}
.subMenu-list {
  display: none;
}
.subMenu-list:nth-of-type(1) {
  display: block;
}
.subMenu-list-item {
  width: 100%;
  height: 23px;
  line-height: 23px;
  font-size: 14px;
  color: var(--main-font-color);
}
.subMenu-list-item:nth-of-type(2n-1) {
  background: var(--title-bg-color);
}
.subMenu-list-item:hover {
  color: var(--hover-color);
}

.courtBanner-02 {
  width: 100%;
  height: 63px;
  background: var(--main-color);
  margin-top: 30px;
}
.courtBanner-02-list {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 5px 0;
}
.courtBanner-02-list a {
  width: 132px;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
}

.noBorder {
  border: none;
}
