* {
  padding: 0;
  margin: 0;
  /* transition: all 0.4s; */
}
body {
  font: normal 14px/1.5 "Microsoft Yahei";
}
/* .ticket-table .td-tname */
a,
a:hover,
a:active,
a:focus,
a:visited {
  text-decoration: none;
  color: #000;
}
ul,
dl {
  list-style-type: none;
}
img {
  vertical-align: top;
}
.unselect {
  -moz-user-select: none;
  /*火狐*/
  -webkit-user-select: none;
  /*webkit浏览器*/
  -ms-user-select: none;
  /*IE10*/
  user-select: none;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}
.clearfix {
  zoom: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.animated {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.top-bar {
  width: 100%;
  background: #fff;
  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.ofweek.com/images/global-steven/email/ico_email.png) no-repeat left;
}
.wrap {
  width: 1200px;
  margin: 0 auto;
}
.publicTitle {
  color: #fff;
  font-size: 33.5px;
  line-height: 75px;
  text-align: center;
  background: url(../img/t_bg.png) no-repeat center;
  padding: 40px 0;
}
.fixed {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
}
nav {
  height: 70px;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
}
nav ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: #08137d;
  align-items: center;
  font-size: 20px;
}
nav ul li a:visited {
  color: #08137d;
}
nav ul li .span1 {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
  color: #000;
  background-color: #aba8ea;
}
nav ul li .span2 {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
  color: #000;
  background-color: #e6a1bd;
}
.nav_right {
  position: fixed;
  right: 0;
  top: 25%;
  font-size: 22.3px;
  color: #fff;
  z-index: 999;
}
.nav_right ul {
  --color1: #1b2483;
  display: flex;
  flex-direction: column;
  position: relative;
}
.nav_right ul li {
  width: 160px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin: 5px 0;
  background-color: var(--color1);
  border-radius: 40px 0 0 40px;
  margin-right: 12px;
}
.nav_right ul li a {
  color: #fff;
}
.nav_right ul li:nth-child(1) {
  --color1: #cf52b0;
}
.nav_right ul li:nth-child(2) {
  --color1: #1b2483;
}
.nav_right ul li:nth-child(3) {
  --color1: #30baca;
}
.nav_right ul li:nth-child(4) {
  --color1: #a36ee0;
}
.nav_right ul li:nth-child(5) {
  --color1: #cf52b0;
}
.nav_right ul li:nth-child(5) span {
  display: none;
}
.nav_right ul li:nth-child(5):hover span {
  display: block;
}
.nav_right ul li:nth-child(6) {
  --color1: #902f84;
}
.nav_right ul li img {
  width: 25px;
  vertical-align: middle;
}
.nav_right ul .active {
  position: relative;
  left: -15px;
}
.nav_right ul .active::after {
  position: absolute;
  content: '';
  width: 33px;
  height: 75px;
  right: -33px;
  top: -46.5px;
  background-image: radial-gradient(105px at 50px 0px, transparent 50px, var(--color1) 50px);
  transform: rotateY(180deg);
}
.nav_right ul .active::before {
  position: absolute;
  content: '';
  width: 33px;
  height: 75px;
  right: -33px;
  top: 22.5px;
  background-image: radial-gradient(105px at 50px 0px, transparent 50px, var(--color1) 50px);
  transform: rotate(180deg);
}
.nav_right ul .side {
  width: 12px;
  height: 115%;
  position: absolute;
  right: 0px;
  top: -7%;
  border-radius: 5px;
  background-color: var(--color1);
  z-index: 99999;
}
.bannar {
  height: 780px;
  background: url(../img/bannar1.png) no-repeat bottom;
}
.intro {
  padding-bottom: 50px;
  background: url(../img/bg/bg1.png) no-repeat center;
}
.intro .intro_c {
  background-color: #efefff;
  margin: 0 auto;
  box-sizing: border-box;
  width: 1024px;
  display: flex;
  flex-direction: row;
  padding: 25px;
}
.intro .intro_c p {
  font-size: 15.3px;
  color: #09106a;
  line-height: 26px;
  text-indent: 2rem;
}
.intro .intro_c .buttons {
  display: flex;
  justify-content: space-around;
  padding: 23px 60px 0;
}
.intro .intro_c .buttons span {
  line-height: 44px;
  text-indent: 0;
  display: inline-block;
  font-size: 18px;
  color: #fff;
  padding: 0 25px;
  border-radius: 22px;
  cursor: pointer;
}
.intro .intro_c .buttons span:nth-child(1) {
  background: #3f42a3;
}
.intro .intro_c .buttons span:nth-child(2) {
  background: #c05cb5;
}
.intro .intro_c .buttons span:nth-child(3) {
  background: #30baca;
}
.intro .intro_c .buttons span img {
  vertical-align: baseline;
}
.intro .spots_swiper .item {
  margin: 0 auto;
  box-sizing: border-box;
  padding-left: 630px;
  padding-right: 120px;
  height: 261px;
  width: 1024px;
  background: url(../img/bg/bg2_f.png) no-repeat top;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.intro .spots_swiper .item h2 {
  color: #fff;
  font-size: 25px;
}
.intro .spots_swiper .item h2 img {
  vertical-align: baseline;
}
.intro .spots_swiper .item p {
  padding-top: 20px;
  font-size: 18px;
  color: #fff;
  line-height: 40px;
}
.sameTime {
  background: url(../img/bg/bg3.png) no-repeat center;
  padding-bottom: 65px;
}
.sameTime .five {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1028px;
  margin: 0 auto;
}
.sameTime .otot {
  width: 330px;
  height: 170px;
}
.sameTime .otot p {
  font-size: 18px;
  color: #fff;
  padding-left: 16px;
  padding-top: 106px;
}
.sameTime .ftpf {
  margin-top: 20px;
  width: 500px;
  height: 170px;
}
.sameTime .ftpf p {
  font-size: 18px;
  color: #fff;
  padding-left: 16px;
  padding-top: 106px;
}
.sechel .wrap {
  width: 1024px;
  margin: 0 auto;
}
.sechel .wrap table {
  width: 1024px;
  margin: 0 auto;
}
.sechel .wrap table td {
  font-size: 17px;
  color: #09106a;
  line-height: 44px;
  padding-left: 100px;
  border-bottom: 1px solid #cccccc;
}
.sechel .wrap table td:nth-child(1) {
  border-right: 1px solid #cccccc;
}
.sechel .wrap table td p {
  line-height: 30px;
}
.sechel .wrap table .title {
  background: #ecedff;
  color: #09106a;
  font-weight: 600;
  line-height: 43px;
}
.sechel .wrap table .title > td {
  font-size: 20px;
  border-bottom: 0px solid #cccccc;
}
.sechel .wrap table .title > td:nth-child(1) {
  border-right: 0px solid #cccccc;
}
.sechel .wrap .tip {
  margin: 20px 0;
  text-align: right;
  color: #09106a;
  font-size: 12px;
}
.gust {
  background: url(../img/bg/bg4.png) top;
}
.gust ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 1004px;
  margin: 0 auto;
  justify-content: space-between;
}
.gust ul li {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 180px;
  height: 280px;
}
.gust ul li div {
  position: relative;
  width: 128px;
  height: 128px;
  border-radius: 50%;
}
.gust ul li div::after {
  content: '';
  position: absolute;
  width: 180px;
  height: 180px;
  top: -26px;
  left: -26px;
  background: url(../img/gust/circle.png) no-repeat center;
}
.gust ul li div:hover::after {
  animation: xuanzhuan 3s infinite linear;
}
.gust ul li .name {
  padding-top: 30px;
  font-weight: 600;
  font-size: 20px;
  color: #fff;
}
.gust ul li .title {
  text-align: center;
  color: #fff;
}
.apart .wrap {
  width: 1024px;
  margin: 0 auto;
}
.apart .wrap .apart_C {
  position: relative;
  top: -15px;
  padding: 108px;
  background: url(../img/bg/bg5.png) no-repeat center;
}
.apart .wrap .apart_C p {
  font-weight: 600;
  font-size: 17px;
  color: #09106a;
  line-height: 33px;
}
.apart .wrap .apart_C img {
  padding-top: 20px;
}
.coop div {
  text-align: center;
  margin: 0 auto;
}
.org {
  padding-bottom: 50px;
}
.org div {
  text-align: center;
  margin: 0 auto;
}
.contact {
  padding: 50px 0;
  background: url(../img/bg/bg6.png) no-repeat top;
}
.contact .wrap {
  width: 1024px;
}
.contact .wrap .title {
  font-size: 57px;
  color: #fff;
  text-transform: uppercase;
}
.contact .wrap .title_2 {
  display: block;
  font-size: 42.5px;
  color: #fff;
}
.contact .wrap .items {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@keyframes xuanzhuan {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-pagination-bullet {
  width: 50px;
  height: 10px;
  display: inline-block;
  border-radius: 0;
  background: #3f42a3;
}
[aria-label='Go to slide 1'] {
  opacity: 0.9;
}
[aria-label='Go to slide 2'] {
  opacity: 0.7;
}
[aria-label='Go to slide 3'] {
  opacity: 0.5;
}
[aria-label='Go to slide 4'] {
  opacity: 0.3;
}
[aria-label='Go to slide 5'] {
  opacity: 0.1;
}
[aria-label='Go to slide 6'] {
  opacity: 0.1;
}
.social-share .item {
  width: 50%;
}
.social-share {
  display: none;
  position: absolute;
  top: 0px;
  left: -122px;
  width: 120px;
  border: 1px solid #ccc;
  background: #fff;
}
.social-share .item a .share-n {
  position: absolute;
  left: 32px;
  top: 0;
  width: 50px;
  font-size: 12px;
  text-align: left;
  vertical-align: middle;
  -webkit-text-stroke-width: 0;
  padding-left: 10px;
}
