﻿@charset "UTF-8";
.top-bar {
  border-bottom: 2px #e20000 solid;
}

.top-bar-login,
.top-bar-login-after {
  line-height: 30px;
  font: 12px/30px simsun;
}

.top-bar-login-after {
  display: none;
}

.top-bar .ofw-logo {
  margin-top: 2px;
}

.top-bar-login>.signin {
  display: inline-block;
  background: #e20000;
  height: 24px;
  width: 50px;
  border-radius: 2px;
  text-align: center;
  margin-top: 3px;
  line-height: 24px;
}

.top-bar-login>.signin>a {
  color: #fff;
}

.top-bar-login a,
.top-bar-login-after a {
  color: #333;
}

.top-bar-login a:hover,
.top-bar-login-after a:hover {
  text-decoration: underline;
}

.top-bar-login i {
  font-style: normal;
  color: #666;
}

.top-bar-login>.email {
  padding-left: 24px;
  display: inline-block;
  background: url(../images/ico_email.png) no-repeat left;
}

.nav-layout {
  width: 100%;
  height: 80px;
  background-color: #fff;
}

.nav-layout .logo {
  display: block;
  margin-top: 17px;
}

.nav-layout .nav {
  padding-left: 38px;
  padding-top: 30px;
}

.nav-layout .nav .nav-item {
  margin-right: 24px;
  cursor: pointer;
  position: relative;
}

.nav-layout .nav .nav-item a {
  font: bold 16px/16px Microsoft YaHei;
  color: #000000;
}

.nav-layout .nav .nav-item .arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 4px solid #fff;
  border-left: 4px solid #fff;
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
  bottom: -10px;
  left: 28px;
}

.nav-layout .nav .nav-item.active a {
  color: #028b48;
}

.nav-layout .nav .nav-item.active .arrow {
  border-top: 4px solid #028b48;
}

.nav-layout .toSign {
  margin-top: 21px;
  margin-right: 8px;
  width: 109px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  font-size: 16px;
  color: #fff;
  background-color: #028b48;
  border-radius: 19px;
}

.nav-layout .toSponsor {
  margin-top: 21px;
  width: 109px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  font-size: 16px;
  color: #fff;
  background-color: #028b48;
  border-radius: 19px;
}

.nav-layout.active {
  position: fixed;
  top: 0px;
  z-index: 10;
}

.banner-layout {
  height: 465px;
  background: url("../images/banner_0713.jpg?v=714") center no-repeat;
}

.banner-layout .container {
  position: relative;
}

.banner-layout .container .info {
  position: absolute;
  font-size: 16px;
  font-family: PingFang;
  color: #ffffff;
  left: 32px;
  top: 313px;
  height: 44px;
  line-height: 44px;
  width: 380px;
  text-align: center;
}

.banner-layout .container a {
  position: absolute;
  left: 0px;
  top: 380px;
  width: 214px;
  height: 60px;
}

.intro {
  height: 372px;
  padding-top: 48px;
}

.intro .mian-title {
  width: 463px;
  height: 37px;
  background: url("../images/introTitle.jpg?v=111") center no-repeat;
  margin: 0 auto;
}

.intro .text {
  padding-top: 26px;
}

.intro .text p {
  line-height: 26px;
  font-size: 15px;
  padding-bottom: 8px;
  color: #000000;
  text-indent: 2em;
}

.intro .wish {
  text-align: center;
  font-size: 15px;
  line-height: 1;
  padding-top: 20px;
  color: #028b48;
}

.intro .wish span {
  color: #ff0000;
}

.lightSpot {
  height: 510px;
  padding-top: 40px;
  background: url("../images/lightSpoBgt.png") center no-repeat;
}

.lightSpot .mian-title {
  width: 463px;
  height: 37px;
  background: url("../images/lightSpotTitle.jpg?v=111") center no-repeat;
  margin: 0 auto;
}

.lightSpot .content {
  height: 270px;
  margin-top: 34px;
  background: url("../images/lightSpotMainBg.png") center no-repeat;
}

.lightSpot .content .spot-wrap {
  height: 100%;
  position: relative;
}

.lightSpot .content .spot-wrap .spot-item {
  position: absolute;
  width: 96px;
  height: 31px;
  border: 1px solid #028b48;
  line-height: 31px;
  text-align: center;
  background-color: #fff;
  border-radius: 15px;
  cursor: pointer;
}

.lightSpot .content .spot-wrap .spot-item.item1 {
  left: 58px;
  top: 55px;
}

.lightSpot .content .spot-wrap .spot-item.item2 {
  left: 847px;
  top: 56px;
}

.lightSpot .content .spot-wrap .spot-item.item3 {
  left: 58px;
  top: 196px;
}

.lightSpot .content .spot-wrap .spot-item.item4 {
  left: 847px;
  top: 196px;
}

.lightSpot .content .spot-wrap .spot-item.active {
  background-color: #028b48;
  color: #ffffff;
}

.lightSpot .selected {
  width: 637px;
  height: 88px;
  margin: 0 auto;
  margin-top: 51px;
  background: url("../images/selectedBg.png") center no-repeat;
}

.lightSpot .selected .title {
  font: bold 20px/20px "微软雅黑";
  color: #329760;
  text-align: center;
}

.lightSpot .selected .selected-content-wrap {
  width: 75%;
  margin: 0 auto;
  margin-top: 20px;
}

.lightSpot .selected .selected-content-wrap .selected-content {
  width: 80%;
  height: 100%;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.lightSpot .selected .selected-content-wrap .selected-content p {
  vertical-align: middle;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.focus {
  height: 561px;
  padding-top: 53px;
}

.focus .mian-title {
  width: 463px;
  height: 37px;
  background: url("../images/focusTitle.jpg?v=111") center no-repeat;
  margin: 0 auto;
}

.focus .background {
  margin-top: 70px;
  width: 1000px;
  height: 252px;
  background: url("../images/focusBg.jpg?v=111") center no-repeat;
}

.focus .focus-nav {
  padding: 0 28px;
  padding-top: 30px;
  font: normal 20px/20px '微软雅黑';
  color: #000000;
}

.focus .focus-nav .focus-nav-item {
  margin-right: 94px;
  position: relative;
  cursor: pointer;
}

.focus .focus-nav .focus-nav-item.last {
  margin-right: 0;
}

.focus .focus-nav .focus-nav-item .arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 6px solid #fff;
  border-left: 6px solid #fff;
  border-right: 6px solid #fff;
  border-bottom: 6px solid #fff;
  bottom: -23px;
  left: 51px;
}

.focus .focus-nav .focus-nav-item.active {
  font-weight: bold;
  color: #028b48;
}

.focus .focus-nav .focus-nav-item.active .arrow {
  border-top: 6px solid #028b48;
}

.focus .selected-content {
  width: 706px;
  height: 68px;
  margin: 0 auto;
  margin-top: 56px;
  background: url("../images/focusSelected.png") center no-repeat;
}

.focus .selected-content p {
  font-size: 16px;
  margin: 0 auto;
  width: 90%;
  color: #000000;
  text-align: center;
  padding-top: 16px;
}

.schedule {
  padding-bottom: 30px;
  padding-top: 33px;
  background: url("../images/scheduleBg.jpg?v=111") center top no-repeat;
  background-color: #077F5B;
}

.schedule .mian-title {
  width: 463px;
  height: 37px;
  background: url("../images/scheduleTitle.jpg?v=111") center no-repeat;
  margin: 0 auto;
}

.schedule table {
  margin: 0 auto;
  margin-top: 38px;
}

.schedule table tr {
  background-color: #0e8b65;
}

.schedule table td {
  border: 1px solid #fff;
}

.schedule table td.left {
  padding-left: 88px;
}

.guest {
  height: 1075px;
  padding-top: 44px;
  background: url("../images/guestBg.png") center no-repeat;
}

.guest .mian-title {
  width: 463px;
  height: 37px;
  background: url("../images/guestTitle0605.jpg?v=666") center no-repeat;
  margin: 0 auto;
}

.guest .guest-content {
  padding-top: 56px;
}

.guest .guest-item {
  height: 245px;
  width: 138px;
  padding: 0 13px;
}

.guest .guest-item .pic {
  width: 138px;
  height: 135px;
  background: url("../images/guestItemBg.png") center no-repeat;
  position: relative;
}

.guest .guest-item .pic img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.guest .guest-item .name {
  font: normal 16px/16px '微软雅黑';
  text-align: center;
  color: #6b6c6c;
  padding-top: 22px;
}

.guest .guest-item .job {
  font: normal 14px/18px '微软雅黑';
  text-align: center;
  color: #6b6c6c;
  padding-top: 6px;
}

.object {
  height: 366px;
  padding-top: 44px;
  background: url("../images/objectBg.png") center no-repeat;
}

.object .mian-title {
  width: 463px;
  height: 37px;
  background: url("../images/objectTitle.jpg?v=111") center no-repeat;
  margin: 0 auto;
}

.object .object-content {
  padding-top: 54px;
  padding-left: 70px;
}

.object .object-content .object-item {
  position: relative;
  font: normal 15px/26px '微软雅黑';
  color: #c4dfd8;
}

.object .object-content .object-item .block {
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #fff;
  top: 9px;
  left: -14px;
}

.object .object-content .object-item span {
  color: #ffffff;
}

.sponsor {
  height: 396px;
  padding-top: 36px;
}

.sponsor .mian-title {
  width: 463px;
  height: 38px;
  background: url("../images/sponsorTitle.jpg?v=111") center no-repeat;
  margin: 0 auto;
}

.sponsor .logo {
  padding-top: 75px;
}

.sponsor .logo .logo-item {
  width: 33%;
  position: relative;
}

.sponsor .logo .logo-item.active .shadow {
  background: url("../images/shadow1.png?v=111") center no-repeat;
}

.sponsor .logo .logopic {
  width: 76px;
  margin: 0 auto;
}

.sponsor .logo .logopic img {
  display: block;
  margin: 0 auto;
}

.sponsor .logo .shadow {
  position: absolute;
  width: 37px;
  height: 14px;
  background: url("../images/shadow0.png?v=111") center no-repeat;
  left: 147px;
  top: 78px;
}

.sponsor .logo h4 {
  font: normal 16px/16px '微软雅黑';
  text-align: center;
  padding-top: 60px;
  color: #2b2b2b;
}

.sponsor .logo .info {
  font: normal 14px/21px '微软雅黑';
  color: #393939;
  width: 196px;
  margin: 0 auto;
  padding-top: 16px;
}

.organization {
  height: 430px;
  background-color: #313131;
  padding-top: 57px;
}

.organization .mian-title {
  width: 463px;
  height: 38px;
  background: url("../images/organizationTitle.jpg?v=111") center no-repeat;
  margin: 0 auto;
}

.organization .host {
  position: relative;
  padding-top: 70px;
}

.organization .host .host-item a {
  display: block;
}

.organization .host .host-item.item1 {
  margin-left: 90px;
}

.organization .host .host-item.item2 {
  margin-left: 21px;
}

.organization .host .host-item.item3 {
  margin-left: 147px;
}

.organization .host .host-item.item4 {
  margin-left: 19px;
}

.organization .host .host-item.item5 {
  position: absolute;
  width: 76px;
  height: 61px;
  background: url("../images/host1.jpg?v=111") center no-repeat;
  left: 0px;
  top: 72px;
}

.organization .host .host-item.item6 {
  position: absolute;
  width: 76px;
  height: 61px;
  background: url("../images/host2.jpg?v=111") center no-repeat;
  left: 500px;
  top: 72px;
}

.organization .contact {
  position: relative;
}

.organization .contact .title {
  font: normal 24px/24px '微软雅黑';
  color: #ffffff;
  padding-top: 56px;
  padding-bottom: 28px;
}

.organization .contact .contactObj .contact-item {
  width: 242px;
}

.organization .contact .contactObj .contact-item h5 {
  font: bold 16px/16px '微软雅黑';
  color: #c9c9c9;
  padding-bottom: 11px;
}

.organization .contact .contactObj .contact-item p {
  color: #c9c9c9;
  font: normal 12px/22px '微软雅黑';
}

.organization .contact .contactObj .contact-item p.name {
  font: normal 14px/14px '微软雅黑';
  padding-bottom: 8px;
}

.organization .contact .code {
  position: absolute;
  top: 60px;
  right: 4px;
}

.organization .contact .code .code-item {
  width: 132px;
}

.organization .contact .code .code-item .pic {
  width: 112px;
  height: 112px;
  margin: 0 auto;
}

.organization .contact .code .code-item .code-name {
  text-align: center;
  font: normal 12px/18px "微软雅黑";
  color: #ffffff;
  padding-top: 8px;
}

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