.section-bg {
  background-image: url(bg_02.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%; }

.bg-wrapper {
  width: 100%;
  height: 500px;
  line-height: 500px;
  text-align: center;
  position: relative; }
  .bg-wrapper .sub-title {
    position: absolute;
    top: 310px;
    width: 100%;
    text-align: center; }
    .bg-wrapper .sub-title .main-content {
      font-size: 30px;
      color: #244625; }
    .bg-wrapper .sub-title .sub-content {
      font-size: 14px;
      color: #244625; }

.video-wrapper {
  position: relative;
  text-align: center;
  height: 100%; }
  .video-wrapper .video-title {
    font-size: 24px;
    color: #3f3f3f;
    padding: 60px 0 5px 0; }
  .video-wrapper .video-content {
    position: relative;
    height: 630px;
    text-align: center; }
    .video-wrapper .video-content #video-content {
      width: 100%; }

.sponsor-wrapper {
  position: relative;
  text-align: center;
  height: 100%;
  background-color: #e3e3e3; }
  .sponsor-wrapper .sponsor-title {
    font-size: 24px;
    color: #3f3f3f;
    padding: 5px 0 15px 0;
    background-color: #ffffff; }
	
  .sponsor-wrapper .sponsor-content .sponsor-list li span {
    width: 240px;
    height: 100px;
    line-height: 100px;
    display: inline-block;
    margin: 25px; }
.sponsor-wrapper .sponsor-content .sponsor-list li span img{
    width: 240px;
    height: 100px;
  	}
.sponsor-wrapper .sponsor-content .sponsor-list li{
    text-align: left!important;
  	}

.nav {
  background-color: #f0f0f0;
  position: relative;
  height: 48px;
  border-bottom: 2px solid #00701a; }
  .nav .nav-wrap .navbar-nav {
    height: 50px;
    font-size: 0px;
    margin: 0px; }
    .nav .nav-wrap .navbar-nav li {
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      zoom: 1;
      *display: inline;
      width: 131px;
      height: 48px;
      line-height: 48px;
      text-align: center; }
      .nav .nav-wrap .navbar-nav li a {
        font-size: 18px;
        color: #3f3f3f;
        border-right: 1px solid white;
        display: block;
        width: 131px;
        height: 48px; }
    .nav .nav-wrap .navbar-nav li:nth-child(9) a {
      border-right: none !important; }
    .nav .nav-wrap .navbar-nav .active a {
      background-color: #ffffff;
      border-top: 4px solid #00701a;
      border-right: none;
      color: #00701a; }
    .nav .nav-wrap .navbar-nav .menu-tab-list {
      position: relative;
      z-index: 8888;
      background-color: #e8e8e8;
      display: none;
      border: 1px solid #e2e2e2; }
      .nav .nav-wrap .navbar-nav .menu-tab-list a {
        color: #333333;
        font-size: 14px; }
        .nav .nav-wrap .navbar-nav .menu-tab-list a:hover {
          color: #000000; }



/*# sourceMappingURL=index.css.map */