/* common */
:root {
  --main-font-color: #333333;
  --nav-hover-color:#FFFFFF;
  --hover-color: #2D64BE;
  --font-light-weight: 200;
  --font-regular-weight: 400;
  --font-bold-weight: 800;
}

body {
  background: #E7F3FF;
}
.container-minW {
  min-width: 1300px;
}
.mainBox {
  position: relative;
  z-index: 2;
}

.header {
  width: 100%;
  position: relative;
}
.topBox {
  width: 100%;
  height: 500px;
  position: relative;
}
.topBar {
  width: 100%;
  height: 45px;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(256, 256, 256, 0.4);
}
.topBar-con {
  width: 1300px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#showTime {
  color: #333333;
  font-size: 14px;
}
.search {
  width: 480px;
  height: 50px;
  display: flex;
  align-items: center;
  position: absolute;
  top: 430px;
  right: 308px;
  border-radius: 25px;
  background: rgba(256, 256, 256, 0.96);
}
.search-form {
  width: 380px;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 40px;
}

.searchInput {
  width: 100%;
  height: 100%;
  line-height: 34px;
  padding: 0 10px;
}
.search-form input {
  outline: none;
  border: none;
}
.searchIcon {
  width: 23px;
  height: 23px;
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  cursor: pointer;
}
.searchBtn {
  width: 107px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
  color: #FFFFFF;
  background: #EC1A01;
  border-radius: 25px;
}
.searchBtn a {
  font-size: 18px;
  color: #FFFFFF;
}

.banner {
  width: 100%;
  height: 500px;
}

.nav {
  width: 100%;
  height: 66px;
  background: #2C63BE;
  position: relative;
  z-index: 2;
}
.nav-wrap {
  width: 1300px;
  height: 66px;
  margin: 0 auto;
}
.nav-list {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 10px;
  padding-right: 17px;
}
.nav-item {
  height: 66px;
  line-height: 66px;
  color:#DADADA;
  font-size: 24px;
  cursor: pointer;
  position: relative;
}
.nav-item:hover {
  color: var(--nav-hover-color);
  font-weight: var(--font-bold-weight);
}
.nav-item:hover::after {
  content: '';
  width: calc(100% - 10px);
  height: 5px;
  background: #ffffff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  border-radius: 2.5px;
}

.bg {
  width: 100%;
  height: 1148px;
  background: url('../img/bg.png');
  background-size: auto 100%;
  background-position: top center;
  background-repeat: no-repeat;
  position: absolute;
  top: 512px;
  left: 0;
  z-index: 1;
}
/* footer */
.footer {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #333333;
  padding-bottom: 28px;
}
.footer-row {
  font-size: 14px;
  color: #333333;
  text-align: center;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.footer-visitorNum {
  font-weight: var(--font-bold-weight);
  margin: 0 5px;
}
.footer-row a {
  font-size: 14px;
  color: #333333;
  margin-left: 8px;
}
.footer a {
  display: inline-block;
  margin-left: 8px;
  color: #333333
}
#_ideConac {
  width: 56px;
  height: 68px;
  margin: 0 auto;
  margin-top: 20px;
  display: inline-block;
}
/* components */
.courtBanner {
  width: 100%;
  padding: 20px 0;
  background: #F2F7FF;
  box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.09);
  margin-top: 30px;
  margin-bottom: 46px;
}
.courtBanner-con {
  width: 1300px;
  margin: 0 auto;
}
.courtBanner-title {
  margin-left: 66px;
  font-size: 24px;
  font-weight: var(--font-bold-weight);
  color: #2C63BE;
  position: relative;
  text-align: left;
}
.courtBanner-title::after {
  content: '';
  width: 40px;
  height: 4px;
  background: #2C63BE;
  position: absolute;
  left: 0;
  bottom: -11px;
}
.courtBanner-list {
  width: 1300px;
  padding-left: 80px;
  margin: 0 auto;
  /*margin-top: 38px;*/
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.courtBanner-list a {
  width: 100%;
  /*line-height: 32px;*/
  font-size: 16px;
  color: #333333;
  text-align: left;
  margin: 0;
}
/*.courtBanner-list a:nth-of-type(6n + 1) {
  width: 240px;
}
.courtBanner-list a:nth-of-type(6n) {
  width: 258px;
}
.courtBanner-list a:nth-last-of-type(1) {
  width: 430px;
}*/
.courtBanner-list a:hover {
  color: var(--hover-color);
}
.td_links {
  width: 1300px;
  margin: 0 auto;
  margin-top: 38px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.td_links span {
  display: block;
  width: 180px;
}
.td_links span:nth-of-type(6n + 1) {
  width: 240px;
}
.td_links span:nth-of-type(6n) {
  width: 258px;
}
.td_links span:nth-last-of-type(1) {
  width: 430px;
}
