body {
  font-family: Arial, sans-serif;
  color: #333333;
  overflow-x: hidden;
  height: 100%;
  line-height: 1.7;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
/*-------------------------------- common ----------------------------------*/
@media (min-width: 1280px) {
  .container {
    width: 1220px;
    padding-left: 0;
    padding-right: 0;
  }
}
/* public-box */
.public-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  *zoom: 1;
}
.public-container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
@media (min-width: 1440px) {
  .public-container {
    padding-left: 7%;
    padding-right: 7%;
  }
}
/*header*/
.header {
  min-height: 58px;
  background-color: #363435;
  padding-top: 11px;
  padding-bottom: 11px;
}
.header .logo img {
  display: block;
}
.header .header-other {
  line-height: 36px;
  float: right;
}
.header .header-other a {
  margin-left: 10px;
  font-weight: bold;
  display: inline-block;
  color: #fff;
}
.header .header-other a:hover {
  text-decoration: underline;
}
/*nav*/
nav.navbar.bootsnav {
  border-bottom: none;
  min-height: 36px;
  background-color: transparent;
  transition: all 0.36s ease;
  z-index: 999;
  margin-top: -56px;
  position: absolute;
  left: 0;
  right: 0;
  /*面包*/
}
nav.navbar.bootsnav .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
nav.navbar.bootsnav .navbar-nav {
  width: 100%;
}
nav.navbar.bootsnav .scroll {
  position: fixed;
  top: 0;
  margin-top: 0;
}
nav.navbar.bootsnav ul.nav > li > a:hover,
nav.navbar.bootsnav ul.nav > li.active > a,
nav.navbar.bootsnav ul.nav > ul.nav > li.active > a:hover,
nav.navbar.bootsnav ul.nav > li.dropdown.on > a {
  background-color: #ffffff;
  color: #000000;
}
nav.navbar.bootsnav .navbar-toggle {
  padding: 1px 10px;
  top: 0;
  margin: 5px 0;
  float: right;
  background-color: #7b232f;
}
nav.navbar.bootsnav .navbar-toggle .fa {
  color: #fff;
}
/*footer*/
.footer .footer-info {
  background-color: #7f7f7f;
  padding-top: 30px;
  padding-bottom: 30px;
}
.footer .footer-info .row {
  margin-left: -1.5%;
  margin-right: -1.5%;
}
.footer .footer-info .row .box-w {
  padding-left: 1.5%;
  padding-right: 1.5%;
}
.footer .footer-info .box-logo img {
  width: 90%;
}
.footer .footer-info .box-info {
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer .footer-info .box-info a {
  display: inline-block;
  color: #fff;
}
.footer .footer-info .box-share {
  text-align: center;
}
.footer .footer-info .box-share a {
  display: inline-block;
  position: relative;
}
.footer .footer-info .box-share a span {
  display: block;
}
.footer .footer-info .box-share a .icon-s {
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
}
.footer .footer-info .box-share a .icon-s img {
  vertical-align: middle;
}
.footer .footer-info .box-share a .erwm-s {
  position: absolute;
  width: 160px;
  bottom: 75px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  z-index: -1;
  transition: all 0.3s;
}
.footer .footer-info .box-share a:hover .erwm-s {
  opacity: 1;
  z-index: 1;
}
.footer .footer-copy {
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 26px;
  text-align: center;
  background-color: #363435;
  color: #fff;
}
.footer .footer-copy img {
  vertical-align: middle;
  margin-left: 5px;
  margin-top: -3px;
}
.banner {
  border-bottom: 20px solid #000;
}
.public-box {
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}
.public-title {
  position: relative;
  background: url("../images/title-bg.png") no-repeat right top;
  padding-top: 40px;
  margin-bottom: 30px;
}
.public-title:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 23px;
  height: 1px;
  background-color: #000000;
}
.public-title .title-s {
  color: #999999;
  line-height: 1.1;
  float: left;
}
.public-title .title-s span {
  display: block;
  margin-bottom: 10px;
}
.public-title .title-s span.title-ch {
  color: #000000;
}
.public-title .title-more {
  color: #999999;
  float: right;
  margin-top: 12px;
}
.public-title .title-more:hover {
  color: #dd2633;
}
.index-news .row {
  margin-left: -2%;
  margin-right: -2%;
}
.index-news .row .box-w {
  padding-left: 2%;
  padding-right: 2%;
}
.focus-banner .banner-box {
  height: 510px;
}
.focus-banner .banner-box img {
  display: block;
  height: 100%;
  width: 100%;
}
.focus-banner .banner-page {
  padding-right: 20px;
  bottom: 15px;
  text-align: right;
}
.focus-banner .banner-page .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: #fff;
  margin: 0 7px;
}
.focus-banner .banner-page .swiper-pagination-bullet-active {
  background: #fff;
}
.news-grooups .news-top {
  border-bottom: 1px solid #999999;
  padding-bottom: 25px;
  margin-bottom: 20px;
}
.news-grooups .news-top .box-title {
  display: block;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 20px;
}
.news-grooups .news-top .box-txt {
  line-height: 36px;
  color: #333333;
  height: 108px;
  overflow: hidden;
}
.news-grooups .news-list .box-s {
  position: relative;
  padding: 15px 135px 15px 20px;
  line-height: 30px;
  color: #010101;
}
.news-grooups .news-list .box-s:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  margin-top: -2px;
  background-color: #010101;
}
.news-grooups .news-list .box-s .a-title {
  display: block;
  height: 30px;
  overflow: hidden;
  color: #010101;
}
.news-grooups .news-list .box-s .a-date {
  position: absolute;
  right: 0;
  top: 15px;
}
.news-grooups .news-list .box-s:hover:after {
  background-color: #7b232f;
}
.news-grooups .news-list .box-s:hover .a-title {
  color: #7b232f;
}
.index-box-02 {
  overflow: hidden;
}
.index-box-02 .row {
  margin-left: -7px;
  margin-right: -7px;
}
.index-box-02 .row .box-w {
  padding-left: 7px;
  padding-right: 7px;
}
.index-box-02 .box-s {
  position: relative;
  overflow: hidden;
}
.index-box-02 .box-s .box-img img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.index-box-02 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.index-box-02 .box-s .box-mc {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 15px;
  color: #fff;
  text-align: center;
}
.index-box-02 .box-s .box-mc span {
  display: block;
  text-align: center;
}
.index-box-02 .box-s .box-mc .title-s {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 30px;
}
.index-box-02 .box-s .box-mc .title-s:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 50%;
  transform: translateX(-50%);
  height: 4px;
  background-color: #ffffff;
}
.index-box-03 .box-s {
  margin-bottom: 20px;
}
.index-box-03 .box-s .box-img {
  overflow: hidden;
  margin-bottom: 30px;
}
.index-box-03 .box-s .box-img img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.index-box-03 .box-s .box-awards {
  background: url("../images/Works_word_bg.png") no-repeat center center;
  width: 189px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  color: #000000;
  display: block;
  margin: 0 auto 20px;
}
.index-box-03 .box-s .box-title {
  color: #000000;
  text-align: center;
}
.index-box-03 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.index-box-03 .box-s:hover .box-awards {
  color: #dd2633;
}
.index-box-03 .box-s:hover .box-title {
  color: #dd2633;
}
.index-box-04 {
  background-color: #f7f9f9;
}
.index-box-04 .box-groups {
  margin-left: -10px;
  margin-right: -10px;
}
.index-box-04 .box-groups .box-w {
  padding-left: 10px;
  padding-right: 10px;
}
.index-box-04 .box-s {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.index-box-04 .box-s img {
  display: block;
  transition: all 0.5s;
  width: 100%;
}
.index-box-04 .box-s .box-more {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 10px;
  color: #333333;
  text-align: center;
}
.index-box-04 .box-s:hover img {
  transform: scale(1.1);
}
.list-groups .menu-class {
  text-align: center;
  margin-bottom: 30px;
}
.list-groups .menu-class a {
  display: inline-block;
  margin: 0 3% 15px;
  line-height: 40px;
  padding-bottom: 15px;
  position: relative;
}
.list-groups .menu-class a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 66px;
  height: 3px;
  margin-left: -33px;
  background-color: transparent;
}
.list-groups .menu-class a:hover,
.list-groups .menu-class a.current {
  color: #dd2633;
}
.list-groups .menu-class a:hover:before,
.list-groups .menu-class a.current:before {
  background-color: #dd2633;
}
.list-groups .row {
  margin-left: 1.5%;
  margin-right: -1.5%;
}
.list-groups .row .box-w {
  padding-left: 1.5%;
  padding-right: 1.5%;
}
.list-groups .box-s {
  margin-bottom: 30px;
}
.list-groups .box-s .box-img {
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 10px;
}
.list-groups .box-s .box-img img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.list-groups .box-s .box-title {
  display: block;
  position: relative;
  height: 40px;
  line-height: 40px;
  padding-left: 55px;
  margin-top: 25px;
  margin-bottom: 10px;
}
.list-groups .box-s .box-title .icon-s {
  position: absolute;
  left: 0;
  top: 0;
}
.list-groups .box-s .box-title .icon-s img {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 20px;
}
.list-groups .box-s .box-title .title-s {
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000000;
}
.list-groups .box-s .box-class {
  border-bottom: 1px dashed #999999;
  height: 50px;
  line-height: 50px;
  color: #333333;
  margin-bottom: 10px;
}
.list-groups .box-s .box-txt {
  line-height: 30px;
  color: #000000;
  height: 120px;
  overflow: hidden;
  text-align: justify;
}
.list-groups .box-s:hover .box-img img {
  transform: scale(1.1);
}
.list-groups .box-s:hover .box-title .title-s {
  color: #dd2633;
}
/*赛事简介*/
.event-info-box {
  margin-bottom: 70px;
}
.event-info-title {
  background: url("../images/img-12.png") no-repeat top center;
  width: 494px;
  height: 118px;
  padding-right: 18px;
  line-height: 106px;
  text-align: center;
  color: #000000;
  margin: 0 auto 40px;
}
.event-info-01 .box-wrap {
  padding-left: 120px;
  padding-right: 120px;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.event-info-01 .box-wrap .box-title {
  position: absolute;
  left: 0;
  top: 70px;
  max-width: 100px;
}
.event-info-01 .box-wrap .box-title img {
  display: block;
}
.event-info-01 .box-main {
  position: relative;
  border: 60px solid transparent;
  min-height: 300px;
  padding: 0;
  moz-border-image: url("../images/img-23.png") 60 60 round;
  /* Old Firefox */
  -webkit-border-image: url("../images/img-23.png") 60 60 round;
  /* Safari and Chrome */
  -o-border-image: url("../images/img-23.png") 60 60 round;
  /* Opera */
  border-image: url("../images/img-23.png") 60 60 round;
  line-height: 2;
  text-align: justify;
}
.event-info-01 .box-main:after {
  content: '';
  position: absolute;
  background: url("../images/img-22.png") no-repeat;
  bottom: 5px;
  right: -200px;
  width: 117px;
  height: 117px;
}
.event-info-02 .box-title {
  line-height: 70px;
  background-color: #ffffff;
  border-radius: 35px;
  border: solid 1px #666666;
  width: 240px;
  text-align: center;
  margin: 50px auto 30px;
  font-weight: bold;
}
.event-info-03 .row {
  margin-left: 0;
  margin-right: 0;
}
.event-info-03 .row .box-w {
  padding-left: 0;
  padding-right: 0;
}
.event-info-03 .box-groups {
  padding-top: 30px;
  padding-bottom: 10px;
}
.event-info-03 .box-s {
  border-top: 1px solid #000000;
  position: relative;
  padding-top: 20px;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 20px;
}
.event-info-03 .box-s:after {
  content: '';
  position: absolute;
  left: 50%;
  height: 5px;
  background-color: #000000;
  width: 30%;
  top: -2px;
  transform: translateX(-50%);
}
.event-info-04 .box-list .box-s {
  margin-bottom: 5%;
}
.event-info-04 .box-list .box-s img {
  display: block;
  margin: 0 auto;
}
.event-info-05 .row {
  margin-left: -1.2%;
  margin-right: -1.2%;
}
.event-info-05 .row .box-w {
  padding-left: 1.2%;
  padding-right: 1.2%;
}
.event-info-05 .box-s {
  border-radius: 4px;
  border: solid 1px #000000;
  height: 525px;
  margin-bottom: 30px;
  padding: 30px 20px;
}
.event-info-05 .box-s .box-top {
  height: 280px;
  margin-bottom: 10px;
  position: relative;
}
.event-info-05 .box-s .box-top .box-title {
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  writing-mode: tb-rl;
  width: 50px;
  background: url("../images/img-20.png") no-repeat right top;
  padding-right: 20px;
  margin-left: 10px;
  position: absolute;
  right: 0;
  top: 0;
}
.event-info-05 .box-s .box-top .box-txt {
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  writing-mode: tb-rl;
  text-align: left;
}
.event-info-05 .box-s .box-img img {
  display: block;
  margin: 0 auto;
}
.event-info-06 .row {
  margin-left: -5px;
  margin-right: -5px;
}
.event-info-06 .row .box-w {
  padding-left: 5px;
  padding-right: 5px;
}
.event-info-06 .box-s {
  width: 340px;
  height: 340px;
  background-color: #ffffff;
  border: solid 1px #333333;
  border-radius: 50%;
  margin: 0 auto;
  text-align: center;
}
.event-info-06 .box-s span {
  display: block;
}
.event-info-06 .box-s .icon-s {
  margin-bottom: 15px;
}
.event-info-07 .row {
  margin-left: -2%;
  margin-right: -2%;
}
.event-info-07 .row .box-w {
  padding-left: 2%;
  padding-right: 2%;
}
.event-info-07 .box-s {
  padding: 70px 20px 0;
  margin-bottom: 30px;
  box-shadow: 15px 15px 0 0 #eedcdf;
  border: 1px solid #7b232f;
  height: 390px;
}
.event-info-07 .box-s .box-title {
  text-align: center;
  margin-bottom: 30px;
  line-height: 40px;
}
.event-info-07 .box-s .box-txt {
  line-height: 2.4;
}
.event-info-08 .box-groups {
  margin-bottom: 45px;
}
.event-info-08 .box-groups .box-title {
  position: relative;
  z-index: 1;
  padding-bottom: 15px;
  text-align: center;
  line-height: 1.1;
  margin-bottom: 35px;
}
.event-info-08 .box-groups .box-title:after {
  content: '';
  position: absolute;
  width: 190px;
  height: 33px;
  background-color: #eedcdf;
  bottom: 0;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
}
.event-info-08 .box-groups .box-txt {
  background-color: #ffffff;
  border: solid 1px #999999;
  padding: 3%;
  line-height: 2;
  text-align: justify;
}
/*# sourceMappingURL=style.css.map */