#header-dark {
  height: 125px;
  background-color: #263441;
  border-bottom: 2px solid rgba(255, 255, 255, 0.05);
}
#header-dark a.logo {
  float: left;
  margin-top: 45px;
}
#header-dark .nav {
  float: left;
  margin-top: 54px;
}
#header-dark .nav dl {
  float: left;
  color: #fff;
  margin-left: 30px;
  height: 27px;
  position: relative;
}
#header-dark .nav dl dd {
  display: none;
  position: absolute;
  top: 27px;
  left: 50%;
  margin-left: -42px;
  width: 84px;
  background-color: #e7eff6;
  border-radius: 3px;
  padding: 10px 0;
  z-index: 20;
}
#header-dark .nav dl dd::after {
  content: '';
  position: absolute;
  left: 50%;
  top: -5px;
  margin-left: -7px;
  border-bottom: 5px solid #e7eff6;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}
#header-dark .nav dl dd a {
  display: block;
  text-align: center;
  color: #263441;
  font-size: 14px;
}
#header-dark .nav dl dd a:hover {
  color: #12a0f8;
}
#header-dark .nav dl dd a + a {
  margin-top: 10px;
}
#header-dark .nav dl .icon-more {
  position: absolute;
  right: -10px;
  top: 6px;
  width: 7px;
  height: 4px;
  background: url("../images/index/nav_icon_more.png") no-repeat center;
}
#header-dark .nav dl:hover {
  color: #fff;
  border-bottom: 1px solid #fff;
}
#header-dark .nav dl:hover dd {
  display: block;
}
#header-dark .register {
  float: right;
  color: #ffffff;
  margin-top: 54px;
}
#header-dark .register:hover {
  text-decoration: underline;
}
#header-dark .join {
  float: right;
  margin-right: 30px;
  width: 110px;
  height: 34px;
  border-radius: 17px;
  background-color: #12a0f8;
  text-align: center;
  line-height: 34px;
  color: #ffffff;
  margin-top: 45px;
}
#header-dark .tel {
  float: right;
  height: 18px;
  line-height: 18px;
  margin-right: 30px;
  color: #ffffff;
  padding-left: 28px;
  background: url("../images/index/icon_tel.png") no-repeat left center;
  margin-top: 54px;
}
#banner {
  height: 727px;
  background-color: #263441;
  position: relative;
}
#banner .slides {
  height: 727px;
  overflow: hidden;
}
#banner .slides .item {
  width: 100%;
  height: 727px;
  background-size: 1920px auto;
  background-position: center;
  background-repeat: no-repeat;
}
#banner .slides .item .text {
  text-align: center;
  padding-top: 50px;
  color: #ffffff;
}
#banner .slides .item .text p {
  font-size: 18px;
}
#banner .slides .item .text h3 {
  font-size: 72px;
  margin-top: 35px;
}
#banner .slides .item .text h4 {
  font-size: 20px;
  font-weight: normal;
}
#banner .slides .item .btn-group {
  text-align: center;
  padding-top: 30px;
}
#banner .slides .item .btn-group a {
  display: inline-block;
  width: 130px;
  height: 32px;
  line-height: 32px;
  border-radius: 16px;
  border: 1px solid #fff;
  margin-left: 10px;
  margin-right: 10px;
  transition: all 0.2s;
}
#banner .slides .item .btn-group a span {
  float: left;
  color: #ffffff;
  margin-left: 19px;
}
#banner .slides .item .btn-group a img {
  float: right;
  margin-right: 19px;
}
#banner .slides .item .btn-group a:hover {
  transform: translateY(-2px);
}
#banner .flex-control-nav {
  position: absolute;
  left: 0;
  bottom: 34px;
  width: 100%;
  text-align: center;
}
#banner .flex-control-nav li {
  display: inline-block;
  width: 26px;
  height: 4px;
  margin-left: 5px;
  margin-right: 5px;
}
#banner .flex-control-nav li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  background-color: #515d67;
}
#banner .flex-control-nav li a.flex-active {
  background-color: #939aa0;
}
#box1 {
  padding: 40px 0;
}
#box1 .container {
  height: 56px;
}
#box1 .container a {
  float: left;
  width: 370px;
  height: 56px;
  position: relative;
}
#box1 .container a + a {
  margin-left: 45px;
}
#box1 .container a .date {
  float: left;
  width: 54px;
  height: 54px;
  border: 1px solid #eaeaea;
}
#box1 .container a .date span {
  display: block;
  text-align: center;
}
#box1 .container a .date span.day {
  font-size: 18px;
  padding-top: 8px;
}
#box1 .container a .date span.month {
  font-size: 14px;
  color: #666666;
}
#box1 .container a .detail {
  float: right;
  width: 287px;
}
#box1 .container a .detail h4 {
  font-size: 14px;
}
#box1 .container a .detail .line {
  width: 20px;
  height: 1px;
  background-color: #666666;
  margin-top: 10px;
  margin-bottom: 10px;
}
#box1 .container a .detail p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  color: #666666;
}
#box1 .container a .more {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: #dddddd;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  font-family: SimSun;
  color: #ffffff;
}
#box1 .container a:hover .date {
  border-color: #12a0f8;
}
#box1 .container a:hover .date .day {
  color: #007bc8;
}
#box1 .container a:hover .date .month {
  color: #92d5ff;
}
#box1 .container a:hover .line {
  background-color: #12a0f8;
}
#box1 .container a:hover .more {
  background-color: #12a0f8;
}
/*# sourceMappingURL=index.css.map */